Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 570e41c

Browse files
committed
chore(lerna): publishing package
1 parent ff51367 commit 570e41c

11 files changed

+11
-11
lines changed

Diff for: src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<script lang="js">
1616
// import { ThemeProvider, /* CloseButton, */ Button, Alert, AlertIcon, useToast } from '../packages/kiwi-ui/dist/index.umd'
17-
import { ThemeProvider, /* CloseButton, */ Button, Alert, AlertIcon, useToast } from '@kiwi-ui/core'
17+
import { ThemeProvider, /* CloseButton, */ Button, Alert, AlertIcon, useToast } from 'kiwi'
1818
1919
export default {
2020
data () {

Diff for: stories/1-Box.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { Box } from '@kiwi-ui/core'
3+
import { Box } from 'kiwi'
44

55
storiesOf('UI | Box', module)
66
.addDecorator(centered)

Diff for: stories/10-Toast.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { useToast, Button } from '@kiwi-ui/core'
3+
import { useToast, Button } from 'kiwi'
44

55
const toastMixin = {
66
data () {

Diff for: stories/2-PseudoBox.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { Box, PseudoBox } from '@kiwi-ui/core'
3+
import { Box, PseudoBox } from 'kiwi'
44

55
storiesOf('UI | PseudoBox', module)
66
.addDecorator(centered)

Diff for: stories/3-Button.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { action } from '@storybook/addon-actions'
22
import { storiesOf } from '@storybook/vue'
33
import centered from '@storybook/addon-centered/vue'
4-
import { Button } from '@kiwi-ui/core'
4+
import { Button } from 'kiwi'
55

66
storiesOf('UI | Button', module)
77
.addDecorator(centered)

Diff for: stories/4-Icon.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { Icon } from '@kiwi-ui/core'
3+
import { Icon } from 'kiwi'
44

55
storiesOf('UI | Icon', module)
66
.addDecorator(centered)

Diff for: stories/5-IconButton.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { IconButton } from '@kiwi-ui/core'
3+
import { IconButton } from 'kiwi'
44

55
storiesOf('UI | IconButton', module)
66
.addDecorator(centered)

Diff for: stories/6-Text.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { Text as KText } from '@kiwi-ui/core'
3+
import { Text as KText } from 'kiwi'
44

55
storiesOf('UI | Text', module)
66
.addDecorator(centered)

Diff for: stories/7-Alert.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { Alert, AlertIcon, AlertTitle, AlertDescription } from '@kiwi-ui/core'
3+
import { Alert, AlertIcon, AlertTitle, AlertDescription } from 'kiwi'
44

55
storiesOf('UI | Alert', module)
66
.addDecorator(centered)

Diff for: stories/8-Badge.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { Badge } from '@kiwi-ui/core'
3+
import { Badge } from 'kiwi'
44

55
storiesOf('UI | Badge', module)
66
.addDecorator(centered)

Diff for: stories/9-CloseButton.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { storiesOf } from '@storybook/vue'
22
import centered from '@storybook/addon-centered/vue'
3-
import { CloseButton } from '@kiwi-ui/core'
3+
import { CloseButton } from 'kiwi'
44

55
storiesOf('UI | CloseButton', module)
66
.addDecorator(centered)

0 commit comments

Comments
 (0)