@evance/evance-ui 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/components.d.ts +87 -85
  2. package/package.json +136 -136
package/components.d.ts CHANGED
@@ -7,89 +7,91 @@ export {}
7
7
 
8
8
  declare module 'vue' {
9
9
  export interface GlobalComponents {
10
- EvAvatar: typeof import('@evance/evance-ui')['EvAvatar']
11
- EvBadge: typeof import('@evance/evance-ui')['EvBadge']
12
- EvBlock: typeof import('@evance/evance-ui')['EvBlock']
13
- EvButton: typeof import('@evance/evance-ui')['EvButton']
14
- EvButtonGroup: typeof import('@evance/evance-ui')['EvButtonGroup']
15
- EvButtonToggle: typeof import('@evance/evance-ui')['EvButtonToggle']
16
- EvCard: typeof import('@evance/evance-ui')['EvCard']
17
- EvCardActions: typeof import('@evance/evance-ui')['EvCardActions']
18
- EvCardContent: typeof import('@evance/evance-ui')['EvCardContent']
19
- EvCheckbox: typeof import('@evance/evance-ui')['EvCheckbox']
20
- EvCode: typeof import('@evance/evance-ui')['EvCode']
21
- EvContainer: typeof import('@evance/evance-ui')['EvContainer']
22
- EvDataTable: typeof import('@evance/evance-ui')['EvDataTable']
23
- EvDataTableCell: typeof import('@evance/evance-ui')['EvDataTableCell']
24
- EvDataTableRow: typeof import('@evance/evance-ui')['EvDataTableRow']
25
- EvDataTableSearch: typeof import('@evance/evance-ui')['EvDataTableSearch']
26
- EvDateField: typeof import('@evance/evance-ui')['EvDateField']
27
- EvDatePicker: typeof import('@evance/evance-ui')['EvDatePicker']
28
- EvDatePickerMonth: typeof import('@evance/evance-ui')['EvDatePickerMonth']
29
- EvDatePickerMonths: typeof import('@evance/evance-ui')['EvDatePickerMonths']
30
- EvDatePickerYears: typeof import('@evance/evance-ui')['EvDatePickerYears']
31
- EvDefaultsProvider: typeof import('@evance/evance-ui')['EvDefaultsProvider']
32
- EvDialog: typeof import('@evance/evance-ui')['EvDialog']
33
- EvDialogBody: typeof import('@evance/evance-ui')['EvDialogBody']
34
- EvDialogFooter: typeof import('@evance/evance-ui')['EvDialogFooter']
35
- EvDialogHeader: typeof import('@evance/evance-ui')['EvDialogHeader']
36
- EvDialogTransition: typeof import('@evance/evance-ui')['EvDialogTransition']
37
- EvDivider: typeof import('@evance/evance-ui')['EvDivider']
38
- EvDrawer: typeof import('@evance/evance-ui')['EvDrawer']
39
- EvEditOnClick: typeof import('@evance/evance-ui')['EvEditOnClick']
40
- EvErrors: typeof import('@evance/evance-ui')['EvErrors']
41
- EvEyebrow: typeof import('@evance/evance-ui')['EvEyebrow']
42
- EvFieldHelp: typeof import('@evance/evance-ui')['EvFieldHelp']
43
- EvFilterButton: typeof import('@evance/evance-ui')['EvFilterButton']
44
- EvForm: typeof import('@evance/evance-ui')['EvForm']
45
- EvFormHelp: typeof import('@evance/evance-ui')['EvFormHelp']
46
- EvHeading: typeof import('@evance/evance-ui')['EvHeading']
47
- EvIcon: typeof import('@evance/evance-ui')['EvIcon']
48
- EvImg: typeof import('@evance/evance-ui')['EvImg']
49
- EvInfiniteScroll: typeof import('@evance/evance-ui')['EvInfiniteScroll']
50
- EvInfiniteScrollIntersect: typeof import('@evance/evance-ui')['EvInfiniteScrollIntersect']
51
- EvInfiniteScrollSide: typeof import('@evance/evance-ui')['EvInfiniteScrollSide']
52
- EvKbd: typeof import('@evance/evance-ui')['EvKbd']
53
- EvLabel: typeof import('@evance/evance-ui')['EvLabel']
54
- EvLayout: typeof import('@evance/evance-ui')['EvLayout']
55
- EvLink: typeof import('@evance/evance-ui')['EvLink']
56
- EvList: typeof import('@evance/evance-ui')['EvList']
57
- EvListChildren: typeof import('@evance/evance-ui')['EvListChildren']
58
- EvListItem: typeof import('@evance/evance-ui')['EvListItem']
59
- EvLozenge: typeof import('@evance/evance-ui')['EvLozenge']
60
- EvMenu: typeof import('@evance/evance-ui')['EvMenu']
61
- EvMenuTransition: typeof import('@evance/evance-ui')['EvMenuTransition']
62
- EvMessage: typeof import('@evance/evance-ui')['EvMessage']
63
- EvNotification: typeof import('@evance/evance-ui')['EvNotification']
64
- EvNotifications: typeof import('@evance/evance-ui')['EvNotifications']
65
- EvNumberField: typeof import('@evance/evance-ui')['EvNumberField']
66
- EvOverlay: typeof import('@evance/evance-ui')['EvOverlay']
67
- EvProgress: typeof import('@evance/evance-ui')['EvProgress']
68
- EvProgressCircular: typeof import('@evance/evance-ui')['EvProgressCircular']
69
- EvQuickfind: typeof import('@evance/evance-ui')['EvQuickfind']
70
- EvRadio: typeof import('@evance/evance-ui')['EvRadio']
71
- EvRadioGroup: typeof import('@evance/evance-ui')['EvRadioGroup']
72
- EvResponsive: typeof import('@evance/evance-ui')['EvResponsive']
73
- EvSection: typeof import('@evance/evance-ui')['EvSection']
74
- EvSelect: typeof import('@evance/evance-ui')['EvSelect']
75
- EvSlideGroup: typeof import('@evance/evance-ui')['EvSlideGroup']
76
- EvSlideGroupItem: typeof import('@evance/evance-ui')['EvSlideGroupItem']
77
- EvSpacer: typeof import('@evance/evance-ui')['EvSpacer']
78
- EvSurface: typeof import('@evance/evance-ui')['EvSurface']
79
- EvSwatch: typeof import('@evance/evance-ui')['EvSwatch']
80
- EvSwitch: typeof import('@evance/evance-ui')['EvSwitch']
81
- EvTab: typeof import('@evance/evance-ui')['EvTab']
82
- EvTabs: typeof import('@evance/evance-ui')['EvTabs']
83
- EvTag: typeof import('@evance/evance-ui')['EvTag']
84
- EvTagGroup: typeof import('@evance/evance-ui')['EvTagGroup']
85
- EvText: typeof import('@evance/evance-ui')['EvText']
86
- EvTextarea: typeof import('@evance/evance-ui')['EvTextarea']
87
- EvTextfield: typeof import('@evance/evance-ui')['EvTextfield']
88
- EvToolbar: typeof import('@evance/evance-ui')['EvToolbar']
89
- EvTooltip: typeof import('@evance/evance-ui')['EvTooltip']
90
- EvVirtualScroll: typeof import('@evance/evance-ui')['EvVirtualScroll']
91
- EvVirtualScrollItem: typeof import('@evance/evance-ui')['EvVirtualScrollItem']
92
- EvWindow: typeof import('@evance/evance-ui')['EvWindow']
93
- EvWindowItem: typeof import('@evance/evance-ui')['EvWindowItem']
94
- }
10
+ EvAvatar: typeof import('./src/components/EvAvatar/EvAvatar.vue')['default']
11
+ EvBadge: typeof import('./src/components/EvBadge/EvBadge.vue')['default']
12
+ EvBlock: typeof import('./src/components/EvGrid/EvBlock/EvBlock.vue')['default']
13
+ EvButton: typeof import('./src/components/EvButton/EvButton.vue')['default']
14
+ EvButtonGroup: typeof import('./src/components/EvButtonGroup/EvButtonGroup.vue')['default']
15
+ EvButtonToggle: typeof import('./src/components/EvButtonToggle/EvButtonToggle.vue')['default']
16
+ EvCard: typeof import('./src/components/EvCard/EvCard.vue')['default']
17
+ EvCardActions: typeof import('./src/components/EvCard/EvCardActions/EvCardActions.vue')['default']
18
+ EvCardContent: typeof import('./src/components/EvCard/EvCardContent/EvCardContent.vue')['default']
19
+ EvCheckbox: typeof import('./src/components/EvCheckbox/EvCheckbox.vue')['default']
20
+ EvCode: typeof import('./src/components/EvCode/EvCode.vue')['default']
21
+ EvContainer: typeof import('./src/components/EvGrid/EvContainer/EvContainer.vue')['default']
22
+ EvDataTable: typeof import('./src/components/EvDataTable/EvDataTable.vue')['default']
23
+ EvDataTableCell: typeof import('./src/components/EvDataTable/EvDataTableCell/EvDataTableCell.vue')['default']
24
+ EvDataTableRow: typeof import('./src/components/EvDataTable/EvDataTableRow/EvDataTableRow.vue')['default']
25
+ EvDataTableSearch: typeof import('./src/components/EvDataTable/EvDataTableSearch/EvDataTableSearch.vue')['default']
26
+ EvDateField: typeof import('./src/components/EvDateField/EvDateField.vue')['default']
27
+ EvDatePicker: typeof import('./src/components/EvDatePicker/EvDatePicker.vue')['default']
28
+ EvDatePickerMonth: typeof import('./src/components/EvDatePicker/EvDatePickerMonth/EvDatePickerMonth.vue')['default']
29
+ EvDatePickerMonths: typeof import('./src/components/EvDatePicker/EvDatePickerMonths/EvDatePickerMonths.vue')['default']
30
+ EvDatePickerYears: typeof import('./src/components/EvDatePicker/EvDatePickerYears/EvDatePickerYears.vue')['default']
31
+ EvDefaultsProvider: typeof import('./src/components/EvDefaultsProvider/EvDefaultsProvider.vue')['default']
32
+ EvDialog: typeof import('./src/components/EvDialog/EvDialog.vue')['default']
33
+ EvDialogBody: typeof import('./src/components/EvDialog/EvDialogBody.vue')['default']
34
+ EvDialogFooter: typeof import('./src/components/EvDialog/EvDialogFooter.vue')['default']
35
+ EvDialogHeader: typeof import('./src/components/EvDialog/EvDialogHeader.vue')['default']
36
+ EvDialogTransition: typeof import('./src/components/EvDialog/EvDialogTransition.vue')['default']
37
+ EvDivider: typeof import('./src/components/EvDivider/EvDivider.vue')['default']
38
+ EvDrawer: typeof import('./src/components/EvDrawer/EvDrawer.vue')['default']
39
+ EvEditOnClick: typeof import('./src/components/EvEditOnClick/EvEditOnClick.vue')['default']
40
+ EvErrors: typeof import('./src/components/EvErrors/EvErrors.vue')['default']
41
+ EvEyebrow: typeof import('./src/components/EvEyebrow/EvEyebrow.vue')['default']
42
+ EvFieldHelp: typeof import('./src/components/EvFieldHelp/EvFieldHelp.vue')['default']
43
+ EvFilterButton: typeof import('./src/components/EvFilterButton/EvFilterButton.vue')['default']
44
+ EvForm: typeof import('./src/components/EvForm/EvForm.vue')['default']
45
+ EvFormHelp: typeof import('./src/components/EvFormHelp/EvFormHelp.vue')['default']
46
+ EvHeading: typeof import('./src/components/EvHeading/EvHeading.vue')['default']
47
+ EvIcon: typeof import('./src/components/EvIcon/EvIcon.vue')['default']
48
+ EvImg: typeof import('./src/components/EvImg/EvImg.vue')['default']
49
+ EvInfiniteScroll: typeof import('./src/components/EvInfiniteScroll/EvInfiniteScroll.vue')['default']
50
+ EvInfiniteScrollIntersect: typeof import('./src/components/EvInfiniteScroll/EvInfiniteScrollIntersect.vue')['default']
51
+ EvInfiniteScrollSide: typeof import('./src/components/EvInfiniteScroll/EvInfiniteScrollSide.vue')['default']
52
+ EvKbd: typeof import('./src/components/EvKbd/EvKbd.vue')['default']
53
+ EvLabel: typeof import('./src/components/EvLabel/EvLabel.vue')['default']
54
+ EvLayout: typeof import('./src/components/EvGrid/EvLayout/EvLayout.vue')['default']
55
+ EvLink: typeof import('./src/components/EvLink/EvLink.vue')['default']
56
+ EvList: typeof import('./src/components/EvList/EvList.vue')['default']
57
+ EvListChildren: typeof import('./src/components/EvList/EvListChildren.vue')['default']
58
+ EvListItem: typeof import('./src/components/EvListItem/EvListItem.vue')['default']
59
+ EvLozenge: typeof import('./src/components/EvLozenge/EvLozenge.vue')['default']
60
+ EvMenu: typeof import('./src/components/EvMenu/EvMenu.vue')['default']
61
+ EvMenuTransition: typeof import('./src/components/EvMenu/EvMenuTransition.vue')['default']
62
+ EvMessage: typeof import('./src/components/EvMessage/EvMessage.vue')['default']
63
+ EvNotification: typeof import('./src/components/EvNotification/EvNotification.vue')['default']
64
+ EvNotifications: typeof import('./src/components/EvNotifications/EvNotifications.vue')['default']
65
+ EvNumberField: typeof import('./src/components/EvNumberField/EvNumberField.vue')['default']
66
+ EvOverlay: typeof import('./src/components/EvOverlay/EvOverlay.vue')['default']
67
+ EvProgress: typeof import('./src/components/EvProgress/EvProgress.vue')['default']
68
+ EvProgressCircular: typeof import('./src/components/EvProgressCircular/EvProgressCircular.vue')['default']
69
+ EvQuickfind: typeof import('./src/components/EvQuickfind/EvQuickfind.vue')['default']
70
+ EvRadio: typeof import('./src/components/EvRadio/EvRadio.vue')['default']
71
+ EvRadioGroup: typeof import('./src/components/EvRadioGroup/EvRadioGroup.vue')['default']
72
+ EvResponsive: typeof import('./src/components/EvResponsive/EvResponsive.vue')['default']
73
+ EvSection: typeof import('./src/components/EvSection/EvSection.vue')['default']
74
+ EvSelect: typeof import('./src/components/EvSelect/EvSelect.vue')['default']
75
+ EvSlideGroup: typeof import('./src/components/EvSlideGroup/EvSlideGroup.vue')['default']
76
+ EvSlideGroupItem: typeof import('./src/components/EvSlideGroup/EvSlideGroupItem.vue')['default']
77
+ EvSpacer: typeof import('./src/components/EvGrid/EvSpacer/EvSpacer.vue')['default']
78
+ EvSurface: typeof import('./src/components/EvSurface/EvSurface.vue')['default']
79
+ EvSwatch: typeof import('./src/components/EvSwatch/EvSwatch.vue')['default']
80
+ EvSwitch: typeof import('./src/components/EvSwitch/EvSwitch.vue')['default']
81
+ EvTab: typeof import('./src/components/EvTabs/EvTab/EvTab.vue')['default']
82
+ EvTabs: typeof import('./src/components/EvTabs/EvTabs.vue')['default']
83
+ EvTag: typeof import('./src/components/EvTag/EvTag.vue')['default']
84
+ EvTagGroup: typeof import('./src/components/EvTagGroup/EvTagGroup.vue')['default']
85
+ EvText: typeof import('./src/components/EvText/EvText.vue')['default']
86
+ EvTextarea: typeof import('./src/components/EvTextarea/EvTextarea.vue')['default']
87
+ EvTextfield: typeof import('./src/components/EvTextfield/EvTextfield.vue')['default']
88
+ EvToolbar: typeof import('./src/components/EvToolbar/EvToolbar.vue')['default']
89
+ EvTooltip: typeof import('./src/components/EvTooltip/EvTooltip.vue')['default']
90
+ EvVirtualScroll: typeof import('./src/components/EvVirtualScroll/EvVirtualScroll.vue')['default']
91
+ EvVirtualScrollItem: typeof import('./src/components/EvVirtualScroll/EvVirtualScrollItem.vue')['default']
92
+ EvWindow: typeof import('./src/components/EvWindow/EvWindow.vue')['default']
93
+ EvWindowItem: typeof import('./src/components/EvWindow/EvWindowItem/EvWindowItem.vue')['default']
94
+ RouterLink: typeof import('vue-router')['RouterLink']
95
+ RouterView: typeof import('vue-router')['RouterView']
96
+ }
95
97
  }
package/package.json CHANGED
@@ -1,136 +1,136 @@
1
- {
2
- "name": "@evance/evance-ui",
3
- "version": "1.0.10",
4
- "description": "Evance UI Component Library based on Vuetify",
5
- "private": false,
6
- "author": "Geoff Willings <geoff@evance.io>",
7
- "license": "MIT",
8
- "type": "module",
9
- "homepage": "https://github.com/evanceit/evance-ui#readme",
10
- "main": "./dist/cjs/index.cjs",
11
- "module": "./dist/esm/index.mjs",
12
- "unpkg": "./dist/evance-ui.js",
13
- "types": "./dist/types/index.d.ts",
14
- "exports": {
15
- ".": {
16
- "types": "./dist/types/index.d.ts",
17
- "import": "./dist/esm/index.mjs",
18
- "require": "./dist/cjs/index.cjs"
19
- },
20
- "./icons": {
21
- "types": "./dist/types/icons.d.ts",
22
- "import": "./dist/esm/icons.mjs",
23
- "require": "./dist/cjs/icons.cjs"
24
- },
25
- "./icons/editor": {
26
- "types": "./dist/types/icons/editor.d.ts",
27
- "import": "./dist/esm/icons/editor.mjs",
28
- "require": "./dist/cjs/icons/editor.cjs"
29
- },
30
- "./icons/brand": {
31
- "types": "./dist/types/icons/brand.d.ts",
32
- "import": "./dist/esm/icons/brand.mjs",
33
- "require": "./dist/cjs/icons/brand.cjs"
34
- },
35
- "./styles": {
36
- "default": "./dist/style.css"
37
- }
38
- },
39
- "files": [
40
- "dist",
41
- "dist/types",
42
- "dist/types/**/*.d.ts",
43
- "components.d.ts"
44
- ],
45
- "sideEffects": [
46
- "*.css",
47
- "*.scss"
48
- ],
49
- "repository": {
50
- "type": "git",
51
- "url": "git+https://github.com/evanceit/evance-ui.git"
52
- },
53
- "bugs": {
54
- "url": "https://github.com/evanceit/evance-ui/issues"
55
- },
56
- "keywords": [
57
- "evance",
58
- "vue",
59
- "vuejs",
60
- "components",
61
- "ux",
62
- "ui",
63
- "css",
64
- "framework"
65
- ],
66
- "scripts": {
67
- "dev": "vite",
68
- "build": "rimraf dist && npm run test:ts && npm run build:vue",
69
- "build:watch": "npm link && npm run build:vue:watch",
70
- "build:vue-uncompressed": "rimraf dist && vite build && npm run gen:dts",
71
- "build:vue": "rimraf dist && vite build && vite build --mode minify && npm run gen:dts",
72
- "build:vue:watch": "vite build --mode minify --watch",
73
- "build:icons": "",
74
- "gen:icons": "node .scripts/gen-icons.mjs --bundle --platform=node",
75
- "gen:dts": "node .scripts/transform-dts.mjs --bundle --platform=node",
76
- "gen:web-types": "node .scripts/web-types.mjs --bundle --platform=node",
77
- "preview": "vite preview",
78
- "storybook": "storybook dev -p 6006",
79
- "build-storybook": "storybook build",
80
- "test": "jest",
81
- "test:ts": "vue-tsc --noEmit --skipLibCheck",
82
- "types": "vue-tsc"
83
- },
84
- "peerDependencies": {
85
- "vue": "^3.3.4"
86
- },
87
- "devDependencies": {
88
- "@babel/core": "^7.24.4",
89
- "@babel/preset-env": "^7.24.4",
90
- "@babel/preset-typescript": "^7.22.5",
91
- "@chromatic-com/storybook": "^1.6.1",
92
- "@jest/globals": "^29.6.2",
93
- "@rollup/plugin-babel": "^6.0.4",
94
- "@rollup/plugin-node-resolve": "^15.2.3",
95
- "@rollup/plugin-terser": "^0.4.4",
96
- "@rollup/plugin-typescript": "^11.1.6",
97
- "@storybook/addon-essentials": "^8.2.7",
98
- "@storybook/addon-interactions": "^8.2.7",
99
- "@storybook/addon-links": "^8.2.7",
100
- "@storybook/addon-mdx-gfm": "^8.2.7",
101
- "@storybook/blocks": "^8.2.7",
102
- "@storybook/preview-api": "^8.2.7",
103
- "@storybook/test": "^8.2.7",
104
- "@storybook/theming": "^8.2.7",
105
- "@storybook/vue3": "^8.2.7",
106
- "@storybook/vue3-vite": "^8.2.7",
107
- "@vitejs/plugin-vue": "^4.1.0",
108
- "@vue/eslint-config-prettier": "^9.0.0",
109
- "@vue/eslint-config-standard": "^8.0.1",
110
- "@vue/eslint-config-typescript": "^13.0.0",
111
- "@vue/test-utils": "^2.4.5",
112
- "@vue/tsconfig": "^0.5.1",
113
- "babel-jest": "^29.7.0",
114
- "concurrently": "^8.2.2",
115
- "eslint-plugin-vuejs-accessibility": "^2.3.0",
116
- "jest": "^29.6.2",
117
- "react": "^18.3.1",
118
- "rollup": "^4.17.2",
119
- "rollup-plugin-peer-deps-external": "^2.2.4",
120
- "rollup-plugin-sass": "^1.12.22",
121
- "rollup-plugin-vue": "^6.0.0",
122
- "sass": "^1.62.1",
123
- "storybook": "^8.2.7",
124
- "storybook-dark-mode": "^4.0.2",
125
- "typescript": "^5.0.2",
126
- "unplugin-vue-components": "^0.26.0",
127
- "vite": "5.2.6",
128
- "vite-plugin-dts": "^3.9.0",
129
- "vite-svg-loader": "^4.0.0",
130
- "vite-tsconfig-paths": "^4.3.2",
131
- "vue-component-meta": "^2.0.16",
132
- "vue-component-type-helpers": "^2.0.16",
133
- "vue-router": "^4.2.4",
134
- "vue-tsc": "^1.4.2"
135
- }
136
- }
1
+ {
2
+ "name": "@evance/evance-ui",
3
+ "version": "1.0.12",
4
+ "description": "Evance UI Component Library based on Vuetify",
5
+ "private": false,
6
+ "author": "Geoff Willings <geoff@evance.io>",
7
+ "license": "MIT",
8
+ "type": "module",
9
+ "homepage": "https://github.com/evanceit/evance-ui#readme",
10
+ "main": "./dist/cjs/index.cjs",
11
+ "module": "./dist/esm/index.mjs",
12
+ "unpkg": "./dist/evance-ui.js",
13
+ "types": "./dist/types/index.d.ts",
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/types/index.d.ts",
17
+ "import": "./dist/esm/index.mjs",
18
+ "require": "./dist/cjs/index.cjs"
19
+ },
20
+ "./icons": {
21
+ "types": "./dist/types/icons.d.ts",
22
+ "import": "./dist/esm/icons.mjs",
23
+ "require": "./dist/cjs/icons.cjs"
24
+ },
25
+ "./icons/editor": {
26
+ "types": "./dist/types/icons/editor.d.ts",
27
+ "import": "./dist/esm/icons/editor.mjs",
28
+ "require": "./dist/cjs/icons/editor.cjs"
29
+ },
30
+ "./icons/brand": {
31
+ "types": "./dist/types/icons/brand.d.ts",
32
+ "import": "./dist/esm/icons/brand.mjs",
33
+ "require": "./dist/cjs/icons/brand.cjs"
34
+ },
35
+ "./styles": {
36
+ "default": "./dist/style.css"
37
+ }
38
+ },
39
+ "files": [
40
+ "dist",
41
+ "dist/types",
42
+ "dist/types/**/*.d.ts",
43
+ "components.d.ts"
44
+ ],
45
+ "sideEffects": [
46
+ "*.css",
47
+ "*.scss"
48
+ ],
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/evanceit/evance-ui.git"
52
+ },
53
+ "bugs": {
54
+ "url": "https://github.com/evanceit/evance-ui/issues"
55
+ },
56
+ "keywords": [
57
+ "evance",
58
+ "vue",
59
+ "vuejs",
60
+ "components",
61
+ "ux",
62
+ "ui",
63
+ "css",
64
+ "framework"
65
+ ],
66
+ "scripts": {
67
+ "dev": "vite",
68
+ "build": "rimraf dist && npm run test:ts && npm run build:vue",
69
+ "build:watch": "npm link && npm run build:vue:watch",
70
+ "build:vue-uncompressed": "rimraf dist && vite build && npm run gen:dts",
71
+ "build:vue": "rimraf dist && vite build && vite build --mode minify && npm run gen:dts",
72
+ "build:vue:watch": "vite build --mode minify --watch",
73
+ "build:icons": "",
74
+ "gen:icons": "node .scripts/gen-icons.mjs --bundle --platform=node",
75
+ "gen:dts": "node .scripts/transform-dts.mjs --bundle --platform=node",
76
+ "gen:web-types": "node .scripts/web-types.mjs --bundle --platform=node",
77
+ "preview": "vite preview",
78
+ "storybook": "storybook dev -p 6006",
79
+ "build-storybook": "storybook build",
80
+ "test": "jest",
81
+ "test:ts": "vue-tsc --noEmit --skipLibCheck",
82
+ "types": "vue-tsc"
83
+ },
84
+ "peerDependencies": {
85
+ "vue": "^3.3.4"
86
+ },
87
+ "devDependencies": {
88
+ "@babel/core": "^7.24.4",
89
+ "@babel/preset-env": "^7.24.4",
90
+ "@babel/preset-typescript": "^7.22.5",
91
+ "@chromatic-com/storybook": "^1.6.1",
92
+ "@jest/globals": "^29.6.2",
93
+ "@rollup/plugin-babel": "^6.0.4",
94
+ "@rollup/plugin-node-resolve": "^15.2.3",
95
+ "@rollup/plugin-terser": "^0.4.4",
96
+ "@rollup/plugin-typescript": "^11.1.6",
97
+ "@storybook/addon-essentials": "^8.2.7",
98
+ "@storybook/addon-interactions": "^8.2.7",
99
+ "@storybook/addon-links": "^8.2.7",
100
+ "@storybook/addon-mdx-gfm": "^8.2.7",
101
+ "@storybook/blocks": "^8.2.7",
102
+ "@storybook/preview-api": "^8.2.7",
103
+ "@storybook/test": "^8.2.7",
104
+ "@storybook/theming": "^8.2.7",
105
+ "@storybook/vue3": "^8.2.7",
106
+ "@storybook/vue3-vite": "^8.2.7",
107
+ "@vitejs/plugin-vue": "^4.1.0",
108
+ "@vue/eslint-config-prettier": "^9.0.0",
109
+ "@vue/eslint-config-standard": "^8.0.1",
110
+ "@vue/eslint-config-typescript": "^13.0.0",
111
+ "@vue/test-utils": "^2.4.5",
112
+ "@vue/tsconfig": "^0.5.1",
113
+ "babel-jest": "^29.7.0",
114
+ "concurrently": "^8.2.2",
115
+ "eslint-plugin-vuejs-accessibility": "^2.3.0",
116
+ "jest": "^29.6.2",
117
+ "react": "^18.3.1",
118
+ "rollup": "4.22.4",
119
+ "rollup-plugin-peer-deps-external": "^2.2.4",
120
+ "rollup-plugin-sass": "^1.12.22",
121
+ "rollup-plugin-vue": "^6.0.0",
122
+ "sass": "^1.62.1",
123
+ "storybook": "^8.2.7",
124
+ "storybook-dark-mode": "^4.0.2",
125
+ "typescript": "^5.0.2",
126
+ "unplugin-vue-components": "^0.26.0",
127
+ "vite": "6.0.9",
128
+ "vite-plugin-dts": "^3.9.0",
129
+ "vite-svg-loader": "^4.0.0",
130
+ "vite-tsconfig-paths": "^4.3.2",
131
+ "vue-component-meta": "^2.0.16",
132
+ "vue-component-type-helpers": "^2.0.16",
133
+ "vue-router": "^4.2.4",
134
+ "vue-tsc": "^1.4.2"
135
+ }
136
+ }