@popgrids/ui 0.0.29 → 0.0.30
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/banner-notification.cjs.map +1 -1
- package/dist/banner-notification.js.map +1 -1
- package/dist/button-link.cjs +10 -4
- package/dist/button-link.cjs.map +1 -1
- package/dist/button-link.d.cts +8 -4
- package/dist/button-link.d.ts +8 -4
- package/dist/button-link.js +10 -4
- package/dist/button-link.js.map +1 -1
- package/dist/button.cjs +45 -25
- package/dist/button.cjs.map +1 -1
- package/dist/button.d.cts +2 -2
- package/dist/button.d.ts +2 -2
- package/dist/button.js +45 -25
- package/dist/button.js.map +1 -1
- package/dist/checkbox.cjs +1 -1
- package/dist/checkbox.cjs.map +1 -1
- package/dist/checkbox.js +1 -1
- package/dist/checkbox.js.map +1 -1
- package/dist/content-block.cjs +4 -4
- package/dist/content-block.cjs.map +1 -1
- package/dist/content-block.js +5 -5
- package/dist/content-block.js.map +1 -1
- package/dist/default-header.cjs +59 -0
- package/dist/default-header.cjs.map +1 -0
- package/dist/default-header.d.cts +19 -0
- package/dist/default-header.d.ts +19 -0
- package/dist/default-header.js +57 -0
- package/dist/default-header.js.map +1 -0
- package/dist/dialog.cjs +62 -46
- package/dist/dialog.cjs.map +1 -1
- package/dist/dialog.js +62 -46
- package/dist/dialog.js.map +1 -1
- package/dist/dropdown-menu-B_GCzleM.d.cts +32 -0
- package/dist/dropdown-menu-B_GCzleM.d.ts +32 -0
- package/dist/dropdown-menu.cjs +17 -32
- package/dist/dropdown-menu.cjs.map +1 -1
- package/dist/dropdown-menu.d.cts +43 -29
- package/dist/dropdown-menu.d.ts +43 -29
- package/dist/dropdown-menu.js +17 -32
- package/dist/dropdown-menu.js.map +1 -1
- package/dist/footer.cjs +35 -155
- package/dist/footer.cjs.map +1 -1
- package/dist/footer.d.cts +7 -6
- package/dist/footer.d.ts +7 -6
- package/dist/footer.js +36 -156
- package/dist/footer.js.map +1 -1
- package/dist/index.cjs +676 -309
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +667 -310
- package/dist/index.js.map +1 -1
- package/dist/input-group.cjs +182 -0
- package/dist/input-group.cjs.map +1 -0
- package/dist/input-group.d.cts +42 -0
- package/dist/input-group.d.ts +42 -0
- package/dist/input-group.js +175 -0
- package/dist/input-group.js.map +1 -0
- package/dist/input.cjs +3 -3
- package/dist/input.cjs.map +1 -1
- package/dist/input.js +3 -3
- package/dist/input.js.map +1 -1
- package/dist/label.cjs +1 -1
- package/dist/label.cjs.map +1 -1
- package/dist/label.js +1 -1
- package/dist/label.js.map +1 -1
- package/dist/loader.cjs +12 -15
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.js +13 -16
- package/dist/loader.js.map +1 -1
- package/dist/logo.cjs +311 -0
- package/dist/logo.cjs.map +1 -0
- package/dist/logo.d.cts +39 -0
- package/dist/logo.d.ts +39 -0
- package/dist/logo.js +309 -0
- package/dist/logo.js.map +1 -0
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/notification-badge.cjs.map +1 -1
- package/dist/notification-badge.js.map +1 -1
- package/dist/section-header.cjs +28 -45
- package/dist/section-header.cjs.map +1 -1
- package/dist/section-header.d.cts +1 -1
- package/dist/section-header.d.ts +1 -1
- package/dist/section-header.js +28 -45
- package/dist/section-header.js.map +1 -1
- package/dist/tag.cjs +6 -6
- package/dist/tag.cjs.map +1 -1
- package/dist/tag.js +6 -6
- package/dist/tag.js.map +1 -1
- package/dist/template-header.cjs +28 -0
- package/dist/template-header.cjs.map +1 -0
- package/dist/template-header.d.cts +13 -0
- package/dist/template-header.d.ts +13 -0
- package/dist/template-header.js +26 -0
- package/dist/template-header.js.map +1 -0
- package/dist/textarea.cjs +27 -0
- package/dist/textarea.cjs.map +1 -0
- package/dist/textarea.d.cts +10 -0
- package/dist/textarea.d.ts +10 -0
- package/dist/textarea.js +25 -0
- package/dist/textarea.js.map +1 -0
- package/dist/theme.css +229 -27
- package/dist/tooltip.cjs +5 -15
- package/dist/tooltip.cjs.map +1 -1
- package/dist/tooltip.d.cts +1 -1
- package/dist/tooltip.d.ts +1 -1
- package/dist/tooltip.js +5 -15
- package/dist/tooltip.js.map +1 -1
- package/package.json +63 -3
package/package.json
CHANGED
|
@@ -20,11 +20,15 @@
|
|
|
20
20
|
"@storybook/react-vite": "^10.2.16",
|
|
21
21
|
"@tailwindcss/typography": "^0.5.19",
|
|
22
22
|
"@tailwindcss/vite": "^4.2.1",
|
|
23
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
24
|
+
"@testing-library/react": "^16.3.2",
|
|
25
|
+
"@testing-library/user-event": "^14.6.1",
|
|
23
26
|
"@types/node": "^25.3.5",
|
|
24
27
|
"@types/react": "^19.2.14",
|
|
25
28
|
"@types/react-dom": "^19.2.3",
|
|
26
29
|
"esbuild-visualizer": "^0.7.0",
|
|
27
30
|
"fast-glob": "^3.3.3",
|
|
31
|
+
"jsdom": "^28.1.0",
|
|
28
32
|
"prettier": "^3.8.1",
|
|
29
33
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
30
34
|
"react": "^19.2.4",
|
|
@@ -35,7 +39,8 @@
|
|
|
35
39
|
"tailwindcss": "^4.2.1",
|
|
36
40
|
"tsup": "^8.5.1",
|
|
37
41
|
"typescript": "^5.9.3",
|
|
38
|
-
"vite": "^7.3.1"
|
|
42
|
+
"vite": "^7.3.1",
|
|
43
|
+
"vitest": "^4.0.18"
|
|
39
44
|
},
|
|
40
45
|
"exports": {
|
|
41
46
|
".": {
|
|
@@ -98,6 +103,16 @@
|
|
|
98
103
|
"default": "./dist/checkbox.cjs"
|
|
99
104
|
}
|
|
100
105
|
},
|
|
106
|
+
"./default-header": {
|
|
107
|
+
"import": {
|
|
108
|
+
"types": "./dist/default-header.d.ts",
|
|
109
|
+
"default": "./dist/default-header.js"
|
|
110
|
+
},
|
|
111
|
+
"require": {
|
|
112
|
+
"types": "./dist/default-header.d.cts",
|
|
113
|
+
"default": "./dist/default-header.cjs"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
101
116
|
"./dialog": {
|
|
102
117
|
"import": {
|
|
103
118
|
"types": "./dist/dialog.d.ts",
|
|
@@ -138,6 +153,16 @@
|
|
|
138
153
|
"default": "./dist/input.cjs"
|
|
139
154
|
}
|
|
140
155
|
},
|
|
156
|
+
"./input-group": {
|
|
157
|
+
"import": {
|
|
158
|
+
"types": "./dist/input-group.d.ts",
|
|
159
|
+
"default": "./dist/input-group.js"
|
|
160
|
+
},
|
|
161
|
+
"require": {
|
|
162
|
+
"types": "./dist/input-group.d.cts",
|
|
163
|
+
"default": "./dist/input-group.cjs"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
141
166
|
"./label": {
|
|
142
167
|
"import": {
|
|
143
168
|
"types": "./dist/label.d.ts",
|
|
@@ -158,6 +183,16 @@
|
|
|
158
183
|
"default": "./dist/loader.cjs"
|
|
159
184
|
}
|
|
160
185
|
},
|
|
186
|
+
"./logo": {
|
|
187
|
+
"import": {
|
|
188
|
+
"types": "./dist/logo.d.ts",
|
|
189
|
+
"default": "./dist/logo.js"
|
|
190
|
+
},
|
|
191
|
+
"require": {
|
|
192
|
+
"types": "./dist/logo.d.cts",
|
|
193
|
+
"default": "./dist/logo.cjs"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
161
196
|
"./notification-badge": {
|
|
162
197
|
"import": {
|
|
163
198
|
"types": "./dist/notification-badge.d.ts",
|
|
@@ -198,6 +233,26 @@
|
|
|
198
233
|
"default": "./dist/tag.cjs"
|
|
199
234
|
}
|
|
200
235
|
},
|
|
236
|
+
"./textarea": {
|
|
237
|
+
"import": {
|
|
238
|
+
"types": "./dist/textarea.d.ts",
|
|
239
|
+
"default": "./dist/textarea.js"
|
|
240
|
+
},
|
|
241
|
+
"require": {
|
|
242
|
+
"types": "./dist/textarea.d.cts",
|
|
243
|
+
"default": "./dist/textarea.cjs"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"./template-header": {
|
|
247
|
+
"import": {
|
|
248
|
+
"types": "./dist/template-header.d.ts",
|
|
249
|
+
"default": "./dist/template-header.js"
|
|
250
|
+
},
|
|
251
|
+
"require": {
|
|
252
|
+
"types": "./dist/template-header.d.cts",
|
|
253
|
+
"default": "./dist/template-header.cjs"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
201
256
|
"./tooltip": {
|
|
202
257
|
"import": {
|
|
203
258
|
"types": "./dist/tooltip.d.ts",
|
|
@@ -272,12 +327,17 @@
|
|
|
272
327
|
],
|
|
273
328
|
"type": "module",
|
|
274
329
|
"types": "./dist/index.d.ts",
|
|
275
|
-
"version": "0.0.
|
|
330
|
+
"version": "0.0.30",
|
|
276
331
|
"scripts": {
|
|
277
332
|
"analyze": "pnpm tsup && pnpm dlx esbuild-visualizer --metadata ./dist/metafile-esm.json --open",
|
|
278
333
|
"build": "tsup",
|
|
334
|
+
"test": "vitest run",
|
|
335
|
+
"test:watch": "vitest",
|
|
279
336
|
"size": "size-limit",
|
|
280
337
|
"storybook": "storybook dev -p 6006",
|
|
281
|
-
"build-storybook": "storybook build"
|
|
338
|
+
"build-storybook": "storybook build",
|
|
339
|
+
"changeset": "changeset",
|
|
340
|
+
"changeset:version": "changeset version",
|
|
341
|
+
"changeset:publish": "changeset publish"
|
|
282
342
|
}
|
|
283
343
|
}
|