@khipu/design-system 0.2.0-alpha.45 → 0.2.0-alpha.46
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.
|
|
3
|
+
"version": "0.2.0-alpha.46",
|
|
4
4
|
"description": "Khipu BeerCSS bundle with Material Design 3 and Khipu customizations",
|
|
5
|
-
"buildDate": "2026-06-
|
|
5
|
+
"buildDate": "2026-06-12T15:00:58.105Z",
|
|
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.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"
|
|
25
25
|
}
|
|
26
26
|
}
|
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
|
] })
|
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
|
] })
|
package/package.json
CHANGED