@khipu/design-system 0.3.5-alpha.21 → 0.3.5-alpha.22

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@khipu/design-system/beercss",
3
- "version": "0.3.5-alpha.21",
3
+ "version": "0.3.5-alpha.22",
4
4
  "description": "Khipu BeerCSS bundle with Material Design 3 and Khipu customizations",
5
- "buildDate": "2026-09-04T20:24:15.962Z",
5
+ "buildDate": "2026-09-04T21:52:30.723Z",
6
6
  "includes": {
7
7
  "beercss": "4.0.1",
8
8
  "khipu-tokens": "latest",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "scopeClass": ".kds-theme-root",
21
21
  "cdn": {
22
- "css": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.3.5-alpha.21/dist/beercss/khipu-beercss.min.css",
23
- "cssScoped": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.3.5-alpha.21/dist/beercss/khipu-beercss.scoped.min.css",
24
- "js": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.3.5-alpha.21/dist/beercss/khipu-beercss.min.js"
22
+ "css": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.3.5-alpha.22/dist/beercss/khipu-beercss.min.css",
23
+ "cssScoped": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.3.5-alpha.22/dist/beercss/khipu-beercss.scoped.min.css",
24
+ "js": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.3.5-alpha.22/dist/beercss/khipu-beercss.min.js"
25
25
  }
26
26
  }
package/dist/index.d.mts CHANGED
@@ -29,7 +29,7 @@ interface KdsThemeProviderProps {
29
29
  */
30
30
  declare function KdsThemeProvider({ primaryColor, mode, children }: KdsThemeProviderProps): react_jsx_runtime.JSX.Element;
31
31
 
32
- declare const KDS_VERSION = "0.3.5-alpha.21";
32
+ declare const KDS_VERSION = "0.3.5-alpha.22";
33
33
 
34
34
  /**
35
35
  * Color tokens organized by theme mode
package/dist/index.d.ts CHANGED
@@ -29,7 +29,7 @@ interface KdsThemeProviderProps {
29
29
  */
30
30
  declare function KdsThemeProvider({ primaryColor, mode, children }: KdsThemeProviderProps): react_jsx_runtime.JSX.Element;
31
31
 
32
- declare const KDS_VERSION = "0.3.5-alpha.21";
32
+ declare const KDS_VERSION = "0.3.5-alpha.22";
33
33
 
34
34
  /**
35
35
  * Color tokens organized by theme mode
package/dist/index.js CHANGED
@@ -199,7 +199,7 @@ function formatTime(iso) {
199
199
  }
200
200
 
201
201
  // src/version.ts
202
- var KDS_VERSION = "0.3.5-alpha.21";
202
+ var KDS_VERSION = "0.3.5-alpha.22";
203
203
 
204
204
  // src/theme/KdsThemeProvider.tsx
205
205
  var import_jsx_runtime = require("react/jsx-runtime");
package/dist/index.mjs CHANGED
@@ -70,7 +70,7 @@ function formatTime(iso) {
70
70
  }
71
71
 
72
72
  // src/version.ts
73
- var KDS_VERSION = "0.3.5-alpha.21";
73
+ var KDS_VERSION = "0.3.5-alpha.22";
74
74
 
75
75
  // src/theme/KdsThemeProvider.tsx
76
76
  import { jsx } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khipu/design-system",
3
- "version": "0.3.5-alpha.21",
3
+ "version": "0.3.5-alpha.22",
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.mjs",