@khipu/design-system 0.2.0-alpha.45 → 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.
- package/dist/beercss/khipu-beercss.css +7 -1
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +7 -1
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +14 -2
- package/dist/index.mjs +14 -2
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khipu/design-system/beercss",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.47",
|
|
4
4
|
"description": "Khipu BeerCSS bundle with Material Design 3 and Khipu customizations",
|
|
5
|
-
"buildDate": "2026-06-
|
|
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.
|
|
23
|
-
"cssScoped": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.
|
|
24
|
-
"js": "https://cdn.jsdelivr.net/npm/@khipu/design-system@0.2.0-alpha.
|
|
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
|
@@ -1306,7 +1306,18 @@ var KdsSecureLoader = (0, import_react6.forwardRef)(
|
|
|
1306
1306
|
message && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("p", { className: "kds-secure-loader-message", children: message })
|
|
1307
1307
|
] }),
|
|
1308
1308
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "kds-secure-loader-spinner", children: [
|
|
1309
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1309
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1310
|
+
"svg",
|
|
1311
|
+
{
|
|
1312
|
+
className: "kds-secure-loader-ring",
|
|
1313
|
+
viewBox: "22 22 44 44",
|
|
1314
|
+
width: "100",
|
|
1315
|
+
height: "100",
|
|
1316
|
+
fill: "none",
|
|
1317
|
+
"aria-hidden": "true",
|
|
1318
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: "44", cy: "44", r: "20.2", fill: "none" })
|
|
1319
|
+
}
|
|
1320
|
+
),
|
|
1310
1321
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("i", { className: "material-symbols-outlined kds-secure-loader-lock", "aria-hidden": "true", children: "lock" })
|
|
1311
1322
|
] })
|
|
1312
1323
|
] })
|
|
@@ -1423,7 +1434,8 @@ var variantTag = {
|
|
|
1423
1434
|
label: "span",
|
|
1424
1435
|
"label-small": "span",
|
|
1425
1436
|
muted: "p",
|
|
1426
|
-
link: "span"
|
|
1437
|
+
link: "span",
|
|
1438
|
+
strong: "span"
|
|
1427
1439
|
};
|
|
1428
1440
|
var KdsTypography = (0, import_react11.forwardRef)(
|
|
1429
1441
|
({ variant = "body", color, as, children, className, ...props }, ref) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1198,7 +1198,18 @@ var KdsSecureLoader = forwardRef6(
|
|
|
1198
1198
|
message && /* @__PURE__ */ jsx7("p", { className: "kds-secure-loader-message", children: message })
|
|
1199
1199
|
] }),
|
|
1200
1200
|
/* @__PURE__ */ jsxs5("div", { className: "kds-secure-loader-spinner", children: [
|
|
1201
|
-
/* @__PURE__ */ jsx7(
|
|
1201
|
+
/* @__PURE__ */ jsx7(
|
|
1202
|
+
"svg",
|
|
1203
|
+
{
|
|
1204
|
+
className: "kds-secure-loader-ring",
|
|
1205
|
+
viewBox: "22 22 44 44",
|
|
1206
|
+
width: "100",
|
|
1207
|
+
height: "100",
|
|
1208
|
+
fill: "none",
|
|
1209
|
+
"aria-hidden": "true",
|
|
1210
|
+
children: /* @__PURE__ */ jsx7("circle", { cx: "44", cy: "44", r: "20.2", fill: "none" })
|
|
1211
|
+
}
|
|
1212
|
+
),
|
|
1202
1213
|
/* @__PURE__ */ jsx7("i", { className: "material-symbols-outlined kds-secure-loader-lock", "aria-hidden": "true", children: "lock" })
|
|
1203
1214
|
] })
|
|
1204
1215
|
] })
|
|
@@ -1315,7 +1326,8 @@ var variantTag = {
|
|
|
1315
1326
|
label: "span",
|
|
1316
1327
|
"label-small": "span",
|
|
1317
1328
|
muted: "p",
|
|
1318
|
-
link: "span"
|
|
1329
|
+
link: "span",
|
|
1330
|
+
strong: "span"
|
|
1319
1331
|
};
|
|
1320
1332
|
var KdsTypography = forwardRef10(
|
|
1321
1333
|
({ variant = "body", color, as, children, className, ...props }, ref) => {
|
package/package.json
CHANGED