klun-ui 0.1.0
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/LICENSE +21 -0
- package/README.md +106 -0
- package/dist/charts/index.cjs +160 -0
- package/dist/charts/index.cjs.map +1 -0
- package/dist/charts/index.d.cts +89 -0
- package/dist/charts/index.d.ts +89 -0
- package/dist/charts/index.js +154 -0
- package/dist/charts/index.js.map +1 -0
- package/dist/chunk-FTYQRXS5.cjs +10152 -0
- package/dist/chunk-FTYQRXS5.cjs.map +1 -0
- package/dist/chunk-T225J6LV.js +13 -0
- package/dist/chunk-T225J6LV.js.map +1 -0
- package/dist/chunk-TPGAXYFU.cjs +15 -0
- package/dist/chunk-TPGAXYFU.cjs.map +1 -0
- package/dist/chunk-XDAR7UMF.js +10009 -0
- package/dist/chunk-XDAR7UMF.js.map +1 -0
- package/dist/fonts/DMMono-Light.ttf +0 -0
- package/dist/fonts/DMMono-Medium.ttf +0 -0
- package/dist/fonts/DMMono-Regular.ttf +0 -0
- package/dist/fonts/InterDisplay-Bold.woff2 +0 -0
- package/dist/fonts/InterDisplay-Medium.woff2 +0 -0
- package/dist/fonts/InterDisplay-Regular.woff2 +0 -0
- package/dist/fonts/InterDisplay-SemiBold.woff2 +0 -0
- package/dist/fonts/InterVariable-Italic.woff2 +0 -0
- package/dist/fonts/InterVariable.woff2 +0 -0
- package/dist/index.cjs +581 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +2701 -0
- package/dist/index.d.ts +2701 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/styles.css +9137 -0
- package/dist/templates/index.cjs +1132 -0
- package/dist/templates/index.cjs.map +1 -0
- package/dist/templates/index.d.cts +43 -0
- package/dist/templates/index.d.ts +43 -0
- package/dist/templates/index.js +1120 -0
- package/dist/templates/index.js.map +1 -0
- package/package.json +95 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// src/utils/cx.ts
|
|
2
|
+
function cx(...args) {
|
|
3
|
+
let out = "";
|
|
4
|
+
for (const a of args) {
|
|
5
|
+
if (!a) continue;
|
|
6
|
+
out += (out ? " " : "") + a;
|
|
7
|
+
}
|
|
8
|
+
return out;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { cx };
|
|
12
|
+
//# sourceMappingURL=chunk-T225J6LV.js.map
|
|
13
|
+
//# sourceMappingURL=chunk-T225J6LV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/utils/cx.ts"],"names":[],"mappings":";AAGO,SAAS,MAAM,IAAA,EAA4B;AAChD,EAAA,IAAI,GAAA,GAAM,EAAA;AACV,EAAA,KAAA,MAAW,KAAK,IAAA,EAAM;AACpB,IAAA,IAAI,CAAC,CAAA,EAAG;AACR,IAAA,GAAA,IAAA,CAAQ,GAAA,GAAM,MAAM,EAAA,IAAM,CAAA;AAAA,EAC5B;AACA,EAAA,OAAO,GAAA;AACT","file":"chunk-T225J6LV.js","sourcesContent":["export type ClassValue = string | number | false | null | undefined;\n\n/** Tiny classnames joiner — filters falsy values and joins with a space. */\nexport function cx(...args: ClassValue[]): string {\n let out = \"\";\n for (const a of args) {\n if (!a) continue;\n out += (out ? \" \" : \"\") + a;\n }\n return out;\n}\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/utils/cx.ts
|
|
4
|
+
function cx(...args) {
|
|
5
|
+
let out = "";
|
|
6
|
+
for (const a of args) {
|
|
7
|
+
if (!a) continue;
|
|
8
|
+
out += (out ? " " : "") + a;
|
|
9
|
+
}
|
|
10
|
+
return out;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
exports.cx = cx;
|
|
14
|
+
//# sourceMappingURL=chunk-TPGAXYFU.cjs.map
|
|
15
|
+
//# sourceMappingURL=chunk-TPGAXYFU.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/utils/cx.ts"],"names":[],"mappings":";;;AAGO,SAAS,MAAM,IAAA,EAA4B;AAChD,EAAA,IAAI,GAAA,GAAM,EAAA;AACV,EAAA,KAAA,MAAW,KAAK,IAAA,EAAM;AACpB,IAAA,IAAI,CAAC,CAAA,EAAG;AACR,IAAA,GAAA,IAAA,CAAQ,GAAA,GAAM,MAAM,EAAA,IAAM,CAAA;AAAA,EAC5B;AACA,EAAA,OAAO,GAAA;AACT","file":"chunk-TPGAXYFU.cjs","sourcesContent":["export type ClassValue = string | number | false | null | undefined;\n\n/** Tiny classnames joiner — filters falsy values and joins with a space. */\nexport function cx(...args: ClassValue[]): string {\n let out = \"\";\n for (const a of args) {\n if (!a) continue;\n out += (out ? \" \" : \"\") + a;\n }\n return out;\n}\n"]}
|