@g4rcez/components 2.2.8 → 2.3.0
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.
- package/dist/components/core/button.d.ts.map +1 -1
- package/dist/components/core/polymorph.d.ts.map +1 -1
- package/dist/components/core/slot.d.ts +1 -1
- package/dist/components/core/slot.d.ts.map +1 -1
- package/dist/components/core/slot.jsx +28 -35
- package/dist/components/core/tag.jsx +1 -1
- package/dist/components/core/typography.d.ts.map +1 -1
- package/dist/components/core/typography.jsx +16 -20
- package/dist/components/display/alert.d.ts.map +1 -1
- package/dist/components/display/alert.jsx +22 -24
- package/dist/components/display/calendar.d.ts.map +1 -1
- package/dist/components/display/calendar.jsx +5 -7
- package/dist/components/display/card.d.ts.map +1 -1
- package/dist/components/display/card.jsx +5 -5
- package/dist/components/display/empty.jsx +1 -1
- package/dist/components/display/notifications.d.ts.map +1 -1
- package/dist/components/display/notifications.jsx +35 -35
- package/dist/components/display/progress.d.ts.map +1 -1
- package/dist/components/display/progress.jsx +6 -8
- package/dist/components/display/shortcut.jsx +1 -1
- package/dist/components/display/skeleton.d.ts.map +1 -1
- package/dist/components/display/skeleton.jsx +3 -5
- package/dist/components/display/step.d.ts.map +1 -1
- package/dist/components/display/step.jsx +27 -27
- package/dist/components/display/tabs.d.ts.map +1 -1
- package/dist/components/display/tabs.jsx +5 -7
- package/dist/components/floating/command-palette.d.ts.map +1 -1
- package/dist/components/floating/command-palette.jsx +40 -40
- package/dist/components/floating/dropdown.d.ts.map +1 -1
- package/dist/components/floating/dropdown.jsx +15 -15
- package/dist/components/floating/modal.d.ts.map +1 -1
- package/dist/components/floating/modal.jsx +73 -67
- package/dist/components/floating/tooltip.d.ts.map +1 -1
- package/dist/components/floating/tooltip.jsx +2 -8
- package/dist/components/floating/wizard.d.ts +1 -1
- package/dist/components/floating/wizard.d.ts.map +1 -1
- package/dist/components/floating/wizard.jsx +50 -53
- package/dist/components/form/autocomplete.d.ts.map +1 -1
- package/dist/components/form/autocomplete.jsx +38 -35
- package/dist/components/form/checkbox.jsx +2 -2
- package/dist/components/form/date-picker.d.ts.map +1 -1
- package/dist/components/form/date-picker.jsx +14 -14
- package/dist/components/form/file-upload.jsx +13 -13
- package/dist/components/form/free-text.d.ts.map +1 -1
- package/dist/components/form/free-text.jsx +2 -2
- package/dist/components/form/input-field.d.ts.map +1 -1
- package/dist/components/form/input-field.jsx +42 -41
- package/dist/components/form/multi-select.d.ts.map +1 -1
- package/dist/components/form/multi-select.jsx +56 -56
- package/dist/components/form/select.d.ts.map +1 -1
- package/dist/components/form/select.jsx +13 -13
- package/dist/components/form/slider.d.ts.map +1 -1
- package/dist/components/form/slider.jsx +10 -10
- package/dist/components/form/transfer-list.jsx +3 -3
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/page-calendar/calendar-header.d.ts +16 -0
- package/dist/components/page-calendar/calendar-header.d.ts.map +1 -0
- package/dist/components/page-calendar/calendar-header.jsx +81 -0
- package/dist/components/page-calendar/day-view.d.ts +12 -0
- package/dist/components/page-calendar/day-view.d.ts.map +1 -0
- package/dist/components/page-calendar/day-view.jsx +84 -0
- package/dist/components/page-calendar/event-pill.d.ts +9 -0
- package/dist/components/page-calendar/event-pill.d.ts.map +1 -0
- package/dist/components/page-calendar/event-pill.jsx +23 -0
- package/dist/components/page-calendar/index.d.ts +4 -0
- package/dist/components/page-calendar/index.d.ts.map +1 -0
- package/dist/components/page-calendar/index.js +2 -0
- package/dist/components/page-calendar/month-view.d.ts +11 -0
- package/dist/components/page-calendar/month-view.d.ts.map +1 -0
- package/dist/components/page-calendar/month-view.jsx +47 -0
- package/dist/components/page-calendar/page-calendar.d.ts +18 -0
- package/dist/components/page-calendar/page-calendar.d.ts.map +1 -0
- package/dist/components/page-calendar/page-calendar.jsx +39 -0
- package/dist/components/page-calendar/page-calendar.types.d.ts +18 -0
- package/dist/components/page-calendar/page-calendar.types.d.ts.map +1 -0
- package/dist/components/page-calendar/page-calendar.types.js +1 -0
- package/dist/components/page-calendar/page-calendar.utils.d.ts +18 -0
- package/dist/components/page-calendar/page-calendar.utils.d.ts.map +1 -0
- package/dist/components/page-calendar/page-calendar.utils.js +71 -0
- package/dist/components/page-calendar/week-view.d.ts +11 -0
- package/dist/components/page-calendar/week-view.d.ts.map +1 -0
- package/dist/components/page-calendar/week-view.jsx +61 -0
- package/dist/components/table/filter.jsx +4 -4
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/table/index.jsx +10 -10
- package/dist/components/table/inner-table.d.ts.map +1 -1
- package/dist/components/table/inner-table.jsx +18 -18
- package/dist/components/table/metadata.d.ts.map +1 -1
- package/dist/components/table/metadata.jsx +29 -30
- package/dist/components/table/pagination.jsx +1 -1
- package/dist/components/table/row.d.ts.map +1 -1
- package/dist/components/table/row.jsx +17 -17
- package/dist/components/table/sort.jsx +1 -1
- package/dist/components/table/table-lib.d.ts.map +1 -1
- package/dist/components/table/table-lib.js +1 -2
- package/dist/components/table/thead.d.ts.map +1 -1
- package/dist/components/table/thead.jsx +5 -5
- package/dist/config/context.d.ts.map +1 -1
- package/dist/config/default-translations.d.ts +10 -0
- package/dist/config/default-translations.d.ts.map +1 -1
- package/dist/config/default-translations.jsx +11 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/hooks/use-components-provider.d.ts.map +1 -1
- package/dist/hooks/use-components-provider.jsx +2 -2
- package/dist/hooks/use-form.d.ts.map +1 -1
- package/dist/hooks/use-input-id.d.ts.map +1 -1
- package/dist/hooks/use-is-coarse-device.js +1 -1
- package/dist/hooks/use-preferences.d.ts.map +1 -1
- package/dist/hooks/use-resize-observer.d.ts.map +1 -1
- package/dist/hooks/use-translations.d.ts +10 -0
- package/dist/hooks/use-translations.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10121 -9704
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +14 -14
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/dom.d.ts.map +1 -1
- package/dist/lib/fns.d.ts.map +1 -1
- package/dist/lib/fns.js +2 -2
- package/dist/preset/src/styles/theme.types.d.ts.map +1 -1
- package/dist/styles/theme.types.d.ts.map +1 -1
- package/package.json +289 -289
package/package.json
CHANGED
|
@@ -1,300 +1,300 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
},
|
|
12
|
-
"author": {
|
|
13
|
-
"email": "allan.f.garcez@gmail.com",
|
|
14
|
-
"name": "Allan Garcez",
|
|
15
|
-
"url": "https://garcez.dev"
|
|
16
|
-
},
|
|
17
|
-
"bugs": {
|
|
18
|
-
"url": "https://github.com/g4rcez/components/issues"
|
|
19
|
-
},
|
|
20
|
-
"repository": {
|
|
21
|
-
"url": "https://github.com/g4rcez/components",
|
|
22
|
-
"type": "git"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"watch": "vite build --watch --minify false",
|
|
26
|
-
"prepublishOnly": "npm run build",
|
|
27
|
-
"build": "rm -rf ./dist; vite build; npm run lib:types; npm run preset; npm run lib:css",
|
|
28
|
-
"format": "npx prettier --write .",
|
|
29
|
-
"lib:css": "BUILD_LIB=true tailwind -i ./src/index.css -o ./dist/index.css --minify",
|
|
30
|
-
"lib:tailwind": "tsc -p tsconfig.tailwind.json",
|
|
31
|
-
"lib:types": "tsc -p tsconfig.lib.json",
|
|
32
|
-
"preset": "tsc -p tsconfig.tailwind.json",
|
|
33
|
-
"test": "vitest run",
|
|
34
|
-
"test:watch": "vitest watch"
|
|
35
|
-
},
|
|
36
|
-
"peerDependencies": {
|
|
37
|
-
"react": ">=18",
|
|
38
|
-
"react-dom": ">=18"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@base-ui/react": "1.2.0",
|
|
42
|
-
"@floating-ui/react": "0.27.18",
|
|
43
|
-
"class-variance-authority": "0.7.1",
|
|
44
|
-
"clsx": "2.1.1",
|
|
45
|
-
"date-fns": "4.1.0",
|
|
46
|
-
"linq-arrays": "3.2.5",
|
|
47
|
-
"lucide-react": "0.575.0",
|
|
48
|
-
"motion": "12.34.3",
|
|
49
|
-
"pretty-bytes": "7.1.0",
|
|
50
|
-
"qs": "6.15.0",
|
|
51
|
-
"react-dropzone": "15.0.0",
|
|
52
|
-
"react-use-measure": "2.1.7",
|
|
53
|
-
"react-virtuoso": "4.18.1",
|
|
54
|
-
"sidekicker": "0.1.10",
|
|
55
|
-
"storage-manager-js": "4.2.6-5",
|
|
56
|
-
"tailwind-merge": "3.4.0",
|
|
57
|
-
"the-mask-input": "3.3.13",
|
|
58
|
-
"use-typed-reducer": "4.3.0",
|
|
59
|
-
"zod": "3.25.67"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@eslint/js": "9.39.2",
|
|
63
|
-
"@tailwindcss/forms": "0.5.11",
|
|
64
|
-
"@testing-library/jest-dom": "^6.9.1",
|
|
65
|
-
"@testing-library/react": "^16.3.2",
|
|
66
|
-
"@types/node": "25.3.1",
|
|
67
|
-
"@types/qs": "6.14.0",
|
|
68
|
-
"@types/react": "19.2.14",
|
|
69
|
-
"@types/react-dom": "19.2.3",
|
|
70
|
-
"@vitejs/plugin-react": "5.1.4",
|
|
71
|
-
"eslint": "10.0.2",
|
|
72
|
-
"eslint-config-react-app": "7.0.1",
|
|
73
|
-
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
74
|
-
"eslint-plugin-react-hooks": "7.0.1",
|
|
75
|
-
"eslint-plugin-react-refresh": "0.4.20",
|
|
76
|
-
"globals": "17.3.0",
|
|
77
|
-
"jsdom": "^28.1.0",
|
|
78
|
-
"postcss": "8.5.6",
|
|
79
|
-
"prettier": "3.8.1",
|
|
80
|
-
"tailwindcss": "3.4.14",
|
|
81
|
-
"tslib": "2.8.1",
|
|
82
|
-
"typescript": "5.9.3",
|
|
83
|
-
"typescript-eslint": "8.35.0",
|
|
84
|
-
"vite": "7.3.1",
|
|
85
|
-
"vite-tsconfig-paths": "6.1.1",
|
|
86
|
-
"vitest": "4.0.18"
|
|
87
|
-
},
|
|
88
|
-
"source": "./src/index.ts",
|
|
89
|
-
"types": "./dist/index.d.ts",
|
|
90
|
-
"main": "./dist/index.mjs",
|
|
91
|
-
"browser": "./dist/index.umd.js",
|
|
92
|
-
"module": "./dist/index.js",
|
|
93
|
-
"files": [
|
|
94
|
-
"dist",
|
|
95
|
-
"dist/index.css"
|
|
96
|
-
],
|
|
97
|
-
"exports": {
|
|
98
|
-
".": {
|
|
99
|
-
"types": {
|
|
100
|
-
"import": "./dist/index.d.ts",
|
|
101
|
-
"require": "./dist/index.d.ts",
|
|
102
|
-
"default": "./dist/index.d.ts"
|
|
103
|
-
},
|
|
104
|
-
"default": {
|
|
105
|
-
"type": "./dist/index.d.ts",
|
|
106
|
-
"import": "./dist/index.js",
|
|
107
|
-
"require": "./dist/index.js",
|
|
108
|
-
"default": "./dist/index.js"
|
|
109
|
-
}
|
|
2
|
+
"name": "@g4rcez/components",
|
|
3
|
+
"description": "Customizable react components.",
|
|
4
|
+
"version": "2.3.0",
|
|
5
|
+
"sideEffects": false,
|
|
6
|
+
"private": false,
|
|
7
|
+
"packageManager": "pnpm@10.12.3",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">=20.14.0"
|
|
110
11
|
},
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"import": "./dist/styles/theme.js",
|
|
116
|
-
"require": "./dist/styles/theme.js",
|
|
117
|
-
"default": "./dist/styles/theme.js"
|
|
12
|
+
"author": {
|
|
13
|
+
"email": "allan.f.garcez@gmail.com",
|
|
14
|
+
"name": "Allan Garcez",
|
|
15
|
+
"url": "https://garcez.dev"
|
|
118
16
|
},
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
"import": "./dist/styles/design-tokens.js",
|
|
122
|
-
"require": "./dist/styles/design-tokens.js",
|
|
123
|
-
"default": "./dist/styles/design-tokens.js"
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/g4rcez/components/issues"
|
|
124
19
|
},
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
"require": "./dist/preset/plugin.tailwind.js",
|
|
129
|
-
"default": "./dist/preset/plugin.tailwind.js"
|
|
20
|
+
"repository": {
|
|
21
|
+
"url": "https://github.com/g4rcez/components",
|
|
22
|
+
"type": "git"
|
|
130
23
|
},
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
24
|
+
"scripts": {
|
|
25
|
+
"watch": "vite build --watch --minify false",
|
|
26
|
+
"prepublishOnly": "npm run build",
|
|
27
|
+
"build": "rm -rf ./dist; vite build; npm run lib:types; npm run preset; npm run lib:css",
|
|
28
|
+
"format": "npx prettier --write .",
|
|
29
|
+
"lib:css": "BUILD_LIB=true tailwind -i ./src/index.css -o ./dist/index.css --minify",
|
|
30
|
+
"lib:tailwind": "tsc -p tsconfig.tailwind.json",
|
|
31
|
+
"lib:types": "tsc -p tsconfig.lib.json",
|
|
32
|
+
"preset": "tsc -p tsconfig.tailwind.json",
|
|
33
|
+
"test": "vitest run",
|
|
34
|
+
"test:watch": "vitest watch"
|
|
136
35
|
},
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"require": "./dist/components/core/tag.js",
|
|
141
|
-
"default": "./dist/components/core/tag.js"
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"react": ">=18",
|
|
38
|
+
"react-dom": ">=18"
|
|
142
39
|
},
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@base-ui/react": "1.2.0",
|
|
42
|
+
"@floating-ui/react": "0.27.18",
|
|
43
|
+
"class-variance-authority": "0.7.1",
|
|
44
|
+
"clsx": "2.1.1",
|
|
45
|
+
"date-fns": "4.1.0",
|
|
46
|
+
"linq-arrays": "3.2.5",
|
|
47
|
+
"lucide-react": "0.575.0",
|
|
48
|
+
"motion": "12.34.3",
|
|
49
|
+
"pretty-bytes": "7.1.0",
|
|
50
|
+
"qs": "6.15.0",
|
|
51
|
+
"react-dropzone": "15.0.0",
|
|
52
|
+
"react-use-measure": "2.1.7",
|
|
53
|
+
"react-virtuoso": "4.18.1",
|
|
54
|
+
"sidekicker": "0.1.10",
|
|
55
|
+
"storage-manager-js": "4.2.6-5",
|
|
56
|
+
"tailwind-merge": "3.4.0",
|
|
57
|
+
"the-mask-input": "3.3.13",
|
|
58
|
+
"use-typed-reducer": "4.3.0",
|
|
59
|
+
"zod": "3.25.67"
|
|
148
60
|
},
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@eslint/js": "9.39.2",
|
|
63
|
+
"@tailwindcss/forms": "0.5.11",
|
|
64
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
65
|
+
"@testing-library/react": "^16.3.2",
|
|
66
|
+
"@types/node": "25.3.1",
|
|
67
|
+
"@types/qs": "6.14.0",
|
|
68
|
+
"@types/react": "19.2.14",
|
|
69
|
+
"@types/react-dom": "19.2.3",
|
|
70
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
71
|
+
"eslint": "10.0.2",
|
|
72
|
+
"eslint-config-react-app": "7.0.1",
|
|
73
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
74
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
75
|
+
"eslint-plugin-react-refresh": "0.4.20",
|
|
76
|
+
"globals": "17.3.0",
|
|
77
|
+
"jsdom": "^28.1.0",
|
|
78
|
+
"postcss": "8.5.6",
|
|
79
|
+
"prettier": "3.8.1",
|
|
80
|
+
"tailwindcss": "3.4.14",
|
|
81
|
+
"tslib": "2.8.1",
|
|
82
|
+
"typescript": "5.9.3",
|
|
83
|
+
"typescript-eslint": "8.35.0",
|
|
84
|
+
"vite": "7.3.1",
|
|
85
|
+
"vite-tsconfig-paths": "6.1.1",
|
|
86
|
+
"vitest": "4.0.18"
|
|
154
87
|
},
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
88
|
+
"source": "./src/index.ts",
|
|
89
|
+
"types": "./dist/index.d.ts",
|
|
90
|
+
"main": "./dist/index.mjs",
|
|
91
|
+
"browser": "./dist/index.umd.js",
|
|
92
|
+
"module": "./dist/index.js",
|
|
93
|
+
"files": [
|
|
94
|
+
"dist",
|
|
95
|
+
"dist/index.css"
|
|
96
|
+
],
|
|
97
|
+
"exports": {
|
|
98
|
+
".": {
|
|
99
|
+
"types": {
|
|
100
|
+
"import": "./dist/index.d.ts",
|
|
101
|
+
"require": "./dist/index.d.ts",
|
|
102
|
+
"default": "./dist/index.d.ts"
|
|
103
|
+
},
|
|
104
|
+
"default": {
|
|
105
|
+
"type": "./dist/index.d.ts",
|
|
106
|
+
"import": "./dist/index.js",
|
|
107
|
+
"require": "./dist/index.js",
|
|
108
|
+
"default": "./dist/index.js"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"./index.css": "./dist/index.css",
|
|
112
|
+
"./dist/index.css": "./dist/index.css",
|
|
113
|
+
"./themes": {
|
|
114
|
+
"type": "./dist/styles/theme.d.ts",
|
|
115
|
+
"import": "./dist/styles/theme.js",
|
|
116
|
+
"require": "./dist/styles/theme.js",
|
|
117
|
+
"default": "./dist/styles/theme.js"
|
|
118
|
+
},
|
|
119
|
+
"./styles": {
|
|
120
|
+
"type": "./dist/styles/design-tokens.d.ts",
|
|
121
|
+
"import": "./dist/styles/design-tokens.js",
|
|
122
|
+
"require": "./dist/styles/design-tokens.js",
|
|
123
|
+
"default": "./dist/styles/design-tokens.js"
|
|
124
|
+
},
|
|
125
|
+
"./plugin.tailwind": {
|
|
126
|
+
"type": "./dist/preset/plugin.tailwind.d.ts",
|
|
127
|
+
"import": "./dist/preset/plugin.tailwind.js",
|
|
128
|
+
"require": "./dist/preset/plugin.tailwind.js",
|
|
129
|
+
"default": "./dist/preset/plugin.tailwind.js"
|
|
130
|
+
},
|
|
131
|
+
"./preset.tailwind": {
|
|
132
|
+
"type": "./dist/preset/preset.tailwind.d.ts",
|
|
133
|
+
"import": "./dist/preset/preset.tailwind.js",
|
|
134
|
+
"require": "./dist/preset/preset.tailwind.js",
|
|
135
|
+
"default": "./dist/preset/preset.tailwind.js"
|
|
136
|
+
},
|
|
137
|
+
"./tag": {
|
|
138
|
+
"type": "./dist/components/core/tag.d.ts",
|
|
139
|
+
"import": "./dist/components/core/tag.js",
|
|
140
|
+
"require": "./dist/components/core/tag.js",
|
|
141
|
+
"default": "./dist/components/core/tag.js"
|
|
142
|
+
},
|
|
143
|
+
"./button": {
|
|
144
|
+
"type": "./dist/components/core/button.d.ts",
|
|
145
|
+
"import": "./dist/components/core/button.js",
|
|
146
|
+
"require": "./dist/components/core/button.js",
|
|
147
|
+
"default": "./dist/components/core/button.js"
|
|
148
|
+
},
|
|
149
|
+
"./form": {
|
|
150
|
+
"type": "./dist/components/form/form.d.ts",
|
|
151
|
+
"import": "./dist/components/form/form.js",
|
|
152
|
+
"require": "./dist/components/form/form.js",
|
|
153
|
+
"default": "./dist/components/form/form.js"
|
|
154
|
+
},
|
|
155
|
+
"./transfer-list": {
|
|
156
|
+
"type": "./dist/components/form/transfer-list.d.ts",
|
|
157
|
+
"import": "./dist/components/form/transfer-list.js",
|
|
158
|
+
"require": "./dist/components/form/transfer-list.js",
|
|
159
|
+
"default": "./dist/components/form/transfer-list.js"
|
|
160
|
+
},
|
|
161
|
+
"./radiobox": {
|
|
162
|
+
"type": "./dist/components/form/radiobox.d.ts",
|
|
163
|
+
"import": "./dist/components/form/radiobox.js",
|
|
164
|
+
"require": "./dist/components/form/radiobox.js",
|
|
165
|
+
"default": "./dist/components/form/radiobox.js"
|
|
166
|
+
},
|
|
167
|
+
"./date-picker": {
|
|
168
|
+
"type": "./dist/components/form/date-picker.d.ts",
|
|
169
|
+
"import": "./dist/components/form/date-picker.js",
|
|
170
|
+
"require": "./dist/components/form/date-picker.js",
|
|
171
|
+
"default": "./dist/components/form/date-picker.js"
|
|
172
|
+
},
|
|
173
|
+
"./task-list": {
|
|
174
|
+
"type": "./dist/components/form/task-list.d.ts",
|
|
175
|
+
"import": "./dist/components/form/task-list.js",
|
|
176
|
+
"require": "./dist/components/form/task-list.js",
|
|
177
|
+
"default": "./dist/components/form/task-list.js"
|
|
178
|
+
},
|
|
179
|
+
"./checkbox": {
|
|
180
|
+
"type": "./dist/components/form/checkbox.d.ts",
|
|
181
|
+
"import": "./dist/components/form/checkbox.js",
|
|
182
|
+
"require": "./dist/components/form/checkbox.js",
|
|
183
|
+
"default": "./dist/components/form/checkbox.js"
|
|
184
|
+
},
|
|
185
|
+
"./input": {
|
|
186
|
+
"type": "./dist/components/form/input.d.ts",
|
|
187
|
+
"import": "./dist/components/form/input.js",
|
|
188
|
+
"require": "./dist/components/form/input.js",
|
|
189
|
+
"default": "./dist/components/form/input.js"
|
|
190
|
+
},
|
|
191
|
+
"./autocomplete": {
|
|
192
|
+
"type": "./dist/components/form/autocomplete.d.ts",
|
|
193
|
+
"import": "./dist/components/form/autocomplete.js",
|
|
194
|
+
"require": "./dist/components/form/autocomplete.js",
|
|
195
|
+
"default": "./dist/components/form/autocomplete.js"
|
|
196
|
+
},
|
|
197
|
+
"./switch": {
|
|
198
|
+
"type": "./dist/components/form/switch.d.ts",
|
|
199
|
+
"import": "./dist/components/form/switch.js",
|
|
200
|
+
"require": "./dist/components/form/switch.js",
|
|
201
|
+
"default": "./dist/components/form/switch.js"
|
|
202
|
+
},
|
|
203
|
+
"./file-upload": {
|
|
204
|
+
"type": "./dist/components/form/file-upload.d.ts",
|
|
205
|
+
"import": "./dist/components/form/file-upload.js",
|
|
206
|
+
"require": "./dist/components/form/file-upload.js",
|
|
207
|
+
"default": "./dist/components/form/file-upload.js"
|
|
208
|
+
},
|
|
209
|
+
"./select": {
|
|
210
|
+
"type": "./dist/components/form/select.d.ts",
|
|
211
|
+
"import": "./dist/components/form/select.js",
|
|
212
|
+
"require": "./dist/components/form/select.js",
|
|
213
|
+
"default": "./dist/components/form/select.js"
|
|
214
|
+
},
|
|
215
|
+
"./expand": {
|
|
216
|
+
"type": "./dist/components/floating/expand.d.ts",
|
|
217
|
+
"import": "./dist/components/floating/expand.js",
|
|
218
|
+
"require": "./dist/components/floating/expand.js",
|
|
219
|
+
"default": "./dist/components/floating/expand.js"
|
|
220
|
+
},
|
|
221
|
+
"./dropdown": {
|
|
222
|
+
"type": "./dist/components/floating/dropdown.d.ts",
|
|
223
|
+
"import": "./dist/components/floating/dropdown.js",
|
|
224
|
+
"require": "./dist/components/floating/dropdown.js",
|
|
225
|
+
"default": "./dist/components/floating/dropdown.js"
|
|
226
|
+
},
|
|
227
|
+
"./modal": {
|
|
228
|
+
"type": "./dist/components/floating/modal.d.ts",
|
|
229
|
+
"import": "./dist/components/floating/modal.js",
|
|
230
|
+
"require": "./dist/components/floating/modal.js",
|
|
231
|
+
"default": "./dist/components/floating/modal.js"
|
|
232
|
+
},
|
|
233
|
+
"./tooltip": {
|
|
234
|
+
"type": "./dist/components/floating/tooltip.d.ts",
|
|
235
|
+
"import": "./dist/components/floating/tooltip.js",
|
|
236
|
+
"require": "./dist/components/floating/tooltip.js",
|
|
237
|
+
"default": "./dist/components/floating/tooltip.js"
|
|
238
|
+
},
|
|
239
|
+
"./notifications": {
|
|
240
|
+
"type": "./dist/components/display/notifications.d.ts",
|
|
241
|
+
"import": "./dist/components/display/notifications.js",
|
|
242
|
+
"require": "./dist/components/display/notifications.js",
|
|
243
|
+
"default": "./dist/components/display/notifications.js"
|
|
244
|
+
},
|
|
245
|
+
"./timeline": {
|
|
246
|
+
"type": "./dist/components/display/timeline.d.ts",
|
|
247
|
+
"import": "./dist/components/display/timeline.js",
|
|
248
|
+
"require": "./dist/components/display/timeline.js",
|
|
249
|
+
"default": "./dist/components/display/timeline.js"
|
|
250
|
+
},
|
|
251
|
+
"./list": {
|
|
252
|
+
"type": "./dist/components/display/list.d.ts",
|
|
253
|
+
"import": "./dist/components/display/list.js",
|
|
254
|
+
"require": "./dist/components/display/list.js",
|
|
255
|
+
"default": "./dist/components/display/list.js"
|
|
256
|
+
},
|
|
257
|
+
"./calendar": {
|
|
258
|
+
"type": "./dist/components/display/calendar.d.ts",
|
|
259
|
+
"import": "./dist/components/display/calendar.js",
|
|
260
|
+
"require": "./dist/components/display/calendar.js",
|
|
261
|
+
"default": "./dist/components/display/calendar.js"
|
|
262
|
+
},
|
|
263
|
+
"./card": {
|
|
264
|
+
"type": "./dist/components/display/card.d.ts",
|
|
265
|
+
"import": "./dist/components/display/card.js",
|
|
266
|
+
"require": "./dist/components/display/card.js",
|
|
267
|
+
"default": "./dist/components/display/card.js"
|
|
268
|
+
},
|
|
269
|
+
"./table": {
|
|
270
|
+
"type": "./dist/components/table/table.d.ts",
|
|
271
|
+
"import": "./dist/components/table/table.js",
|
|
272
|
+
"require": "./dist/components/table/table.js",
|
|
273
|
+
"default": "./dist/components/table/table.js"
|
|
274
|
+
},
|
|
275
|
+
"./menu": {
|
|
276
|
+
"type": "./dist/components/floating/menu.d.ts",
|
|
277
|
+
"import": "./dist/components/floating/menu.js",
|
|
278
|
+
"require": "./dist/components/floating/menu.js",
|
|
279
|
+
"default": "./dist/components/floating/menu.js"
|
|
280
|
+
},
|
|
281
|
+
"./tabs": {
|
|
282
|
+
"type": "./dist/components/display/tabs.d.ts",
|
|
283
|
+
"import": "./dist/components/display/tabs.js",
|
|
284
|
+
"require": "./dist/components/display/tabs.js",
|
|
285
|
+
"default": "./dist/components/display/tabs.js"
|
|
286
|
+
},
|
|
287
|
+
"./stats": {
|
|
288
|
+
"type": "./dist/components/display/stats.d.ts",
|
|
289
|
+
"import": "./dist/components/display/stats.js",
|
|
290
|
+
"require": "./dist/components/display/stats.js",
|
|
291
|
+
"default": "./dist/components/display/stats.js"
|
|
292
|
+
},
|
|
293
|
+
"./alert": {
|
|
294
|
+
"type": "./dist/components/display/alert.d.ts",
|
|
295
|
+
"import": "./dist/components/display/alert.js",
|
|
296
|
+
"require": "./dist/components/display/alert.js",
|
|
297
|
+
"default": "./dist/components/display/alert.js"
|
|
298
|
+
}
|
|
298
299
|
}
|
|
299
|
-
}
|
|
300
300
|
}
|