@khipu/design-system 0.2.0-alpha.46 → 0.2.0-alpha.47

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.2.0-alpha.46",
3
+ "version": "0.2.0-alpha.47",
4
4
  "description": "Khipu BeerCSS bundle with Material Design 3 and Khipu customizations",
5
- "buildDate": "2026-06-12T15:00:58.105Z",
5
+ "buildDate": "2026-06-12T20:54:48.591Z",
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.2.0-alpha.46/dist/beercss/khipu-beercss.min.css",
23
- "cssScoped": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.46/dist/beercss/khipu-beercss.scoped.min.css",
24
- "js": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.46/dist/beercss/khipu-beercss.min.js"
22
+ "css": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.47/dist/beercss/khipu-beercss.min.css",
23
+ "cssScoped": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.47/dist/beercss/khipu-beercss.scoped.min.css",
24
+ "js": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.47/dist/beercss/khipu-beercss.min.js"
25
25
  }
26
26
  }
package/dist/index.d.mts CHANGED
@@ -2763,7 +2763,7 @@ declare const KdsAlert: React__default.ForwardRefExoticComponent<KdsAlertProps &
2763
2763
  /**
2764
2764
  * Custom Khipu typography variants that map to specific design tokens
2765
2765
  */
2766
- type KdsTypographyVariant = 'display1' | 'display2' | 'heading1' | 'heading2' | 'heading3' | 'body-large' | 'body' | 'body-small' | 'label' | 'label-small' | 'muted' | 'link';
2766
+ type KdsTypographyVariant = 'display1' | 'display2' | 'heading1' | 'heading2' | 'heading3' | 'body-large' | 'body' | 'body-small' | 'label' | 'label-small' | 'muted' | 'link' | 'strong';
2767
2767
  type ElementTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'div' | 'label';
2768
2768
  interface KdsTypographyProps extends React__default.HTMLAttributes<HTMLElement> {
2769
2769
  /**
package/dist/index.d.ts CHANGED
@@ -2763,7 +2763,7 @@ declare const KdsAlert: React__default.ForwardRefExoticComponent<KdsAlertProps &
2763
2763
  /**
2764
2764
  * Custom Khipu typography variants that map to specific design tokens
2765
2765
  */
2766
- type KdsTypographyVariant = 'display1' | 'display2' | 'heading1' | 'heading2' | 'heading3' | 'body-large' | 'body' | 'body-small' | 'label' | 'label-small' | 'muted' | 'link';
2766
+ type KdsTypographyVariant = 'display1' | 'display2' | 'heading1' | 'heading2' | 'heading3' | 'body-large' | 'body' | 'body-small' | 'label' | 'label-small' | 'muted' | 'link' | 'strong';
2767
2767
  type ElementTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'div' | 'label';
2768
2768
  interface KdsTypographyProps extends React__default.HTMLAttributes<HTMLElement> {
2769
2769
  /**
package/dist/index.js CHANGED
@@ -1434,7 +1434,8 @@ var variantTag = {
1434
1434
  label: "span",
1435
1435
  "label-small": "span",
1436
1436
  muted: "p",
1437
- link: "span"
1437
+ link: "span",
1438
+ strong: "span"
1438
1439
  };
1439
1440
  var KdsTypography = (0, import_react11.forwardRef)(
1440
1441
  ({ variant = "body", color, as, children, className, ...props }, ref) => {
package/dist/index.mjs CHANGED
@@ -1326,7 +1326,8 @@ var variantTag = {
1326
1326
  label: "span",
1327
1327
  "label-small": "span",
1328
1328
  muted: "p",
1329
- link: "span"
1329
+ link: "span",
1330
+ strong: "span"
1330
1331
  };
1331
1332
  var KdsTypography = forwardRef10(
1332
1333
  ({ variant = "body", color, as, children, className, ...props }, ref) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khipu/design-system",
3
- "version": "0.2.0-alpha.46",
3
+ "version": "0.2.0-alpha.47",
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",