@jongh/ui 2.20260902.1 → 2.20260905.1
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/chunks/{component-accordion-CNhK3gho.js → component-accordion-fyrDP4PS.js} +7 -6
- package/dist/chunks/{component-avatar-C5ox3FhU.js → component-avatar-Cl7qxXL7.js} +3 -3
- package/dist/chunks/{component-badge-GyL8C7n9.js → component-badge-BqDGL-KR.js} +4 -4
- package/dist/chunks/{component-box-BnXf833v.js → component-box-BVJJ_2Ye.js} +5 -4
- package/dist/chunks/{component-button-cnnLKCl_.js → component-button-6iooYVkM.js} +4 -4
- package/dist/chunks/{component-calendar-D53mkOdW.js → component-calendar-BIBA_BgQ.js} +41 -40
- package/dist/chunks/{component-center-BIp6NkIt.js → component-center-rifwb_-x.js} +7 -6
- package/dist/chunks/{component-checkbox-cJlGSnlk.js → component-checkbox-KSwDeqdV.js} +4 -4
- package/dist/chunks/{component-dialog-yBIkthjw.js → component-dialog-xLex6FJh.js} +7 -6
- package/dist/chunks/{component-grid-BKLFatKL.js → component-grid-aWgGm3Ad.js} +5 -4
- package/dist/chunks/{component-h-stack-ODw00BMb.js → component-h-stack-Cj62v71l.js} +5 -4
- package/dist/chunks/{component-select-CHwGLpGT.js → component-select-B35mHD7A.js} +3 -3
- package/dist/chunks/{component-slider-Ba5H5eY3.js → component-slider-CPcl-o95.js} +3 -3
- package/dist/chunks/{component-tabs-BIWU8zcA.js → component-tabs-2-w8TPID.js} +3 -3
- package/dist/chunks/{component-textfield-CCdnfRzb.js → component-textfield-CaSHslMS.js} +4 -4
- package/dist/chunks/{component-v-stack-_k842HHc.js → component-v-stack-BzMHYpjP.js} +5 -4
- package/dist/chunks/panda-runtime-C6bA3kfx.js +496 -0
- package/dist/chunks/{recipe-accordion-recipe-DPDnNF9J.js → recipe-accordion-recipe-CchKveXQ.js} +5 -5
- package/dist/chunks/{recipe-avatar-recipe-HkwMS2OJ.js → recipe-avatar-recipe-5VMtXIhg.js} +5 -5
- package/dist/chunks/{recipe-badge-recipe-DWojym5V.js → recipe-badge-recipe-D02izv1z.js} +5 -5
- package/dist/chunks/{recipe-button-recipe-BA1JNmBF.js → recipe-button-recipe-CjRb9Hj9.js} +5 -5
- package/dist/chunks/{recipe-calendar-recipe-CUjveeyt.js → recipe-calendar-recipe-BUUS4QEd.js} +5 -5
- package/dist/chunks/{recipe-center-recipe-CBm4FTPj.js → recipe-center-recipe-_gQI_rG1.js} +5 -5
- package/dist/chunks/{recipe-checkbox-recipe-CCDU79zw.js → recipe-checkbox-recipe-D72btvoT.js} +5 -5
- package/dist/chunks/{recipe-dialog-recipe-Dp_2WfN_.js → recipe-dialog-recipe-RKZYROxV.js} +5 -5
- package/dist/chunks/{recipe-layout-recipe-CXAjEcDn.js → recipe-layout-recipe-BMWtqxiV.js} +5 -5
- package/dist/chunks/{recipe-select-recipe-Chdpfb_N.js → recipe-select-recipe-BbGnyPQ_.js} +5 -5
- package/dist/chunks/{recipe-slider-recipe-Bn_q7Je8.js → recipe-slider-recipe-BHAFeUmN.js} +5 -5
- package/dist/chunks/{recipe-tabs-recipe-Bo5qcI1u.js → recipe-tabs-recipe-Cbr23IZY.js} +5 -5
- package/dist/chunks/{recipe-textfield-recipe-szIwdV6q.js → recipe-textfield-recipe-C2tyOCzn.js} +5 -5
- package/dist/index.js +39 -529
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jongh/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20260905.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Headless UI components for React",
|
|
6
6
|
"type": "module",
|
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@microsoft/api-extractor": "7.59.0",
|
|
27
27
|
"@chromatic-com/storybook": "5.1.1",
|
|
28
|
+
"@jongh/eslint": "0.0.0",
|
|
29
|
+
"@jongh/tsconfig": "0.0.0",
|
|
28
30
|
"@pandacss/dev": "^1",
|
|
29
31
|
"@storybook/addon-a11y": "10.5.10",
|
|
30
32
|
"@storybook/addon-docs": "10.5.10",
|
|
@@ -52,9 +54,7 @@
|
|
|
52
54
|
"vite": "8.2.2",
|
|
53
55
|
"vite-bundle-visualizer": "^1.2.1",
|
|
54
56
|
"vite-plugin-dts": "5.0.3",
|
|
55
|
-
"vitest": "4.1.11"
|
|
56
|
-
"@jongh/eslint": "0.0.0",
|
|
57
|
-
"@jongh/tsconfig": "0.0.0"
|
|
57
|
+
"vitest": "4.1.11"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": ">=18",
|