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

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.48",
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-16T00:13:24.044Z",
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.48/dist/beercss/khipu-beercss.min.css",
23
+ "cssScoped": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.48/dist/beercss/khipu-beercss.scoped.min.css",
24
+ "js": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.48/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
@@ -1360,7 +1360,10 @@ var KdsCopyButton = (0, import_react8.forwardRef)(
1360
1360
  "aria-label": `Copiar: ${value}`,
1361
1361
  ...props,
1362
1362
  children: [
1363
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "kds-copy-button-value", children: copied ? copiedText : value }),
1363
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("span", { className: "kds-copy-button-label", children: [
1364
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "kds-copy-button-value", "aria-hidden": copied || void 0, children: value }),
1365
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "kds-copy-button-copied", "aria-hidden": !copied || void 0, children: copiedText })
1366
+ ] }),
1364
1367
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("i", { className: "material-symbols-outlined", "aria-hidden": "true", children: copied ? "check" : "content_copy" })
1365
1368
  ]
1366
1369
  }
@@ -1434,7 +1437,8 @@ var variantTag = {
1434
1437
  label: "span",
1435
1438
  "label-small": "span",
1436
1439
  muted: "p",
1437
- link: "span"
1440
+ link: "span",
1441
+ strong: "span"
1438
1442
  };
1439
1443
  var KdsTypography = (0, import_react11.forwardRef)(
1440
1444
  ({ variant = "body", color, as, children, className, ...props }, ref) => {
package/dist/index.mjs CHANGED
@@ -1252,7 +1252,10 @@ var KdsCopyButton = forwardRef7(
1252
1252
  "aria-label": `Copiar: ${value}`,
1253
1253
  ...props,
1254
1254
  children: [
1255
- /* @__PURE__ */ jsx8("span", { className: "kds-copy-button-value", children: copied ? copiedText : value }),
1255
+ /* @__PURE__ */ jsxs6("span", { className: "kds-copy-button-label", children: [
1256
+ /* @__PURE__ */ jsx8("span", { className: "kds-copy-button-value", "aria-hidden": copied || void 0, children: value }),
1257
+ /* @__PURE__ */ jsx8("span", { className: "kds-copy-button-copied", "aria-hidden": !copied || void 0, children: copiedText })
1258
+ ] }),
1256
1259
  /* @__PURE__ */ jsx8("i", { className: "material-symbols-outlined", "aria-hidden": "true", children: copied ? "check" : "content_copy" })
1257
1260
  ]
1258
1261
  }
@@ -1326,7 +1329,8 @@ var variantTag = {
1326
1329
  label: "span",
1327
1330
  "label-small": "span",
1328
1331
  muted: "p",
1329
- link: "span"
1332
+ link: "span",
1333
+ strong: "span"
1330
1334
  };
1331
1335
  var KdsTypography = forwardRef10(
1332
1336
  ({ 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.48",
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",