@khipu/design-system 0.1.0-alpha.55 → 0.2.0-alpha.2
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/beercss/khipu-beercss.css +198 -32
- package/dist/beercss/khipu-beercss.js +19 -1
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.min.js +1 -1
- package/dist/beercss/metadata.json +4 -4
- package/dist/index.d.mts +549 -607
- package/dist/index.d.ts +549 -607
- package/dist/index.js +980 -1959
- package/dist/index.mjs +888 -1862
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khipu/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-alpha.2",
|
|
4
4
|
"description": "Khipu Design System - UI components and design tokens for the Khipu payment platform",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"eslint": "^8.50.0",
|
|
103
103
|
"eslint-plugin-react": "^7.33.0",
|
|
104
104
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
105
|
+
"jsdom": "29.1.1",
|
|
105
106
|
"material-dynamic-colors": "^1.1.2",
|
|
106
107
|
"nodemon": "^3.0.0",
|
|
107
108
|
"postcss": "^8.4.0",
|
|
@@ -135,9 +136,9 @@
|
|
|
135
136
|
"node": ">=20.0.0"
|
|
136
137
|
},
|
|
137
138
|
"dependencies": {
|
|
138
|
-
"@
|
|
139
|
-
"@
|
|
140
|
-
"@
|
|
141
|
-
"
|
|
139
|
+
"@radix-ui/react-dialog": "1.1.15",
|
|
140
|
+
"@radix-ui/react-select": "2.2.6",
|
|
141
|
+
"@radix-ui/react-tooltip": "1.2.8",
|
|
142
|
+
"clsx": "2.1.1"
|
|
142
143
|
}
|
|
143
144
|
}
|