@ktnpm_devops/react-component 0.0.1 → 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/dist/composites/ChartExpandModal/ChartExpandModal.d.ts +21 -0
- package/dist/composites/ChartExpandModal/ChartExpandModal.d.ts.map +1 -0
- package/dist/composites/ChartExpandModal/index.d.ts +3 -0
- package/dist/composites/ChartExpandModal/index.d.ts.map +1 -0
- package/dist/composites/ContextMenu/ContextMenu.d.ts +20 -0
- package/dist/composites/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/composites/ContextMenu/index.d.ts +3 -0
- package/dist/composites/ContextMenu/index.d.ts.map +1 -0
- package/dist/composites/CustomRangePicker/CustomRangePicker.d.ts +13 -0
- package/dist/composites/CustomRangePicker/CustomRangePicker.d.ts.map +1 -0
- package/dist/composites/CustomRangePicker/index.d.ts +3 -0
- package/dist/composites/CustomRangePicker/index.d.ts.map +1 -0
- package/dist/composites/MultiSelectDropdown/MultiSelectDropdown.d.ts +29 -0
- package/dist/composites/MultiSelectDropdown/MultiSelectDropdown.d.ts.map +1 -0
- package/dist/composites/MultiSelectDropdown/index.d.ts +3 -0
- package/dist/composites/MultiSelectDropdown/index.d.ts.map +1 -0
- package/dist/composites/ResizableSplitPanel/ResizableSplitPanel.d.ts +16 -0
- package/dist/composites/ResizableSplitPanel/ResizableSplitPanel.d.ts.map +1 -0
- package/dist/composites/ResizableSplitPanel/index.d.ts +3 -0
- package/dist/composites/ResizableSplitPanel/index.d.ts.map +1 -0
- package/dist/composites/SingleSelectDropdown/SingleSelectDropdown.d.ts +23 -0
- package/dist/composites/SingleSelectDropdown/SingleSelectDropdown.d.ts.map +1 -0
- package/dist/composites/SingleSelectDropdown/index.d.ts +3 -0
- package/dist/composites/SingleSelectDropdown/index.d.ts.map +1 -0
- package/dist/constants.d.ts +32 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/index.cjs +17 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17 -5
- package/dist/index.js.map +1 -1
- package/dist/index10.cjs +2 -2
- package/dist/index10.js +2 -2
- package/dist/index11.cjs +2 -2
- package/dist/index11.js +2 -2
- package/dist/index12.cjs +99 -7
- package/dist/index12.cjs.map +1 -1
- package/dist/index12.js +101 -9
- package/dist/index12.js.map +1 -1
- package/dist/index13.cjs +87 -35
- package/dist/index13.cjs.map +1 -1
- package/dist/index13.js +87 -35
- package/dist/index13.js.map +1 -1
- package/dist/index14.cjs +120 -7
- package/dist/index14.cjs.map +1 -1
- package/dist/index14.js +122 -9
- package/dist/index14.js.map +1 -1
- package/dist/index15.cjs +8 -6
- package/dist/index15.cjs.map +1 -1
- package/dist/index15.js +8 -6
- package/dist/index15.js.map +1 -1
- package/dist/index16.cjs +38 -8
- package/dist/index16.cjs.map +1 -1
- package/dist/index16.js +39 -9
- package/dist/index16.js.map +1 -1
- package/dist/index17.cjs +226 -16
- package/dist/index17.cjs.map +1 -1
- package/dist/index17.js +225 -15
- package/dist/index17.js.map +1 -1
- package/dist/index18.cjs +79 -18
- package/dist/index18.cjs.map +1 -1
- package/dist/index18.js +78 -17
- package/dist/index18.js.map +1 -1
- package/dist/index19.cjs +10 -10
- package/dist/index19.cjs.map +1 -1
- package/dist/index19.js +9 -9
- package/dist/index19.js.map +1 -1
- package/dist/index20.cjs +144 -6
- package/dist/index20.cjs.map +1 -1
- package/dist/index20.js +143 -5
- package/dist/index20.js.map +1 -1
- package/dist/index21.cjs +8 -7
- package/dist/index21.cjs.map +1 -1
- package/dist/index21.js +7 -6
- package/dist/index21.js.map +1 -1
- package/dist/index22.cjs +10 -28
- package/dist/index22.cjs.map +1 -1
- package/dist/index22.js +9 -27
- package/dist/index22.js.map +1 -1
- package/dist/index23.cjs +15 -6
- package/dist/index23.cjs.map +1 -1
- package/dist/index23.js +15 -6
- package/dist/index23.js.map +1 -1
- package/dist/index24.cjs +22 -10
- package/dist/index24.cjs.map +1 -1
- package/dist/index24.js +23 -11
- package/dist/index24.js.map +1 -1
- package/dist/index25.cjs +13 -19
- package/dist/index25.cjs.map +1 -1
- package/dist/index25.js +13 -19
- package/dist/index25.js.map +1 -1
- package/dist/index26.cjs +2 -11
- package/dist/index26.cjs.map +1 -1
- package/dist/index26.js +3 -12
- package/dist/index26.js.map +1 -1
- package/dist/index27.cjs +9 -0
- package/dist/index27.cjs.map +1 -0
- package/dist/index27.js +9 -0
- package/dist/index27.js.map +1 -0
- package/dist/index28.cjs +12 -0
- package/dist/index28.cjs.map +1 -0
- package/dist/index28.js +12 -0
- package/dist/index28.js.map +1 -0
- package/dist/index29.cjs +9 -0
- package/dist/index29.cjs.map +1 -0
- package/dist/index29.js +9 -0
- package/dist/index29.js.map +1 -0
- package/dist/index30.cjs +30 -0
- package/dist/index30.cjs.map +1 -0
- package/dist/index30.js +30 -0
- package/dist/index30.js.map +1 -0
- package/dist/index31.cjs +60 -0
- package/dist/index31.cjs.map +1 -0
- package/dist/index31.js +60 -0
- package/dist/index31.js.map +1 -0
- package/dist/index32.cjs +18 -0
- package/dist/index32.cjs.map +1 -0
- package/dist/index32.js +18 -0
- package/dist/index32.js.map +1 -0
- package/dist/index33.cjs +21 -0
- package/dist/index33.cjs.map +1 -0
- package/dist/index33.js +21 -0
- package/dist/index33.js.map +1 -0
- package/dist/index34.cjs +27 -0
- package/dist/index34.cjs.map +1 -0
- package/dist/index34.js +27 -0
- package/dist/index34.js.map +1 -0
- package/dist/index35.cjs +36 -0
- package/dist/index35.cjs.map +1 -0
- package/dist/index35.js +36 -0
- package/dist/index35.js.map +1 -0
- package/dist/index36.cjs +21 -0
- package/dist/index36.cjs.map +1 -0
- package/dist/index36.js +21 -0
- package/dist/index36.js.map +1 -0
- package/dist/index37.cjs +42 -0
- package/dist/index37.cjs.map +1 -0
- package/dist/index37.js +42 -0
- package/dist/index37.js.map +1 -0
- package/dist/index38.cjs +18 -0
- package/dist/index38.cjs.map +1 -0
- package/dist/index38.js +18 -0
- package/dist/index38.js.map +1 -0
- package/dist/index39.cjs +87 -0
- package/dist/index39.cjs.map +1 -0
- package/dist/index39.js +87 -0
- package/dist/index39.js.map +1 -0
- package/dist/index8.cjs +2 -2
- package/dist/index8.js +2 -2
- package/dist/index9.cjs +2 -2
- package/dist/index9.js +2 -2
- package/dist/style.css +755 -36
- package/dist/tokens/orbit-tokens.css +11 -11
- package/dist/tokens/semantic-tokens.css +53 -2
- package/package.json +19 -20
package/dist/index35.cjs
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const overlay = "krc-overlay-WWw5c";
|
|
4
|
+
const modal = "krc-modal-ZLlQ4";
|
|
5
|
+
const resizable = "krc-resizable-G8TND";
|
|
6
|
+
const header = "krc-header-RFEXB";
|
|
7
|
+
const title = "krc-title-FhVKX";
|
|
8
|
+
const headerActions = "krc-headerActions-Qj5SG";
|
|
9
|
+
const close = "krc-close-EQ-3d";
|
|
10
|
+
const body = "krc-body-ZLPhV";
|
|
11
|
+
const loading = "krc-loading-lxD8d";
|
|
12
|
+
const resizeHandle = "krc-resizeHandle-Q0J-B";
|
|
13
|
+
const styles = {
|
|
14
|
+
overlay,
|
|
15
|
+
modal,
|
|
16
|
+
resizable,
|
|
17
|
+
header,
|
|
18
|
+
title,
|
|
19
|
+
headerActions,
|
|
20
|
+
close,
|
|
21
|
+
body,
|
|
22
|
+
loading,
|
|
23
|
+
resizeHandle
|
|
24
|
+
};
|
|
25
|
+
exports.body = body;
|
|
26
|
+
exports.close = close;
|
|
27
|
+
exports.default = styles;
|
|
28
|
+
exports.header = header;
|
|
29
|
+
exports.headerActions = headerActions;
|
|
30
|
+
exports.loading = loading;
|
|
31
|
+
exports.modal = modal;
|
|
32
|
+
exports.overlay = overlay;
|
|
33
|
+
exports.resizable = resizable;
|
|
34
|
+
exports.resizeHandle = resizeHandle;
|
|
35
|
+
exports.title = title;
|
|
36
|
+
//# sourceMappingURL=index35.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index35.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index35.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const overlay = "krc-overlay-WWw5c";
|
|
2
|
+
const modal = "krc-modal-ZLlQ4";
|
|
3
|
+
const resizable = "krc-resizable-G8TND";
|
|
4
|
+
const header = "krc-header-RFEXB";
|
|
5
|
+
const title = "krc-title-FhVKX";
|
|
6
|
+
const headerActions = "krc-headerActions-Qj5SG";
|
|
7
|
+
const close = "krc-close-EQ-3d";
|
|
8
|
+
const body = "krc-body-ZLPhV";
|
|
9
|
+
const loading = "krc-loading-lxD8d";
|
|
10
|
+
const resizeHandle = "krc-resizeHandle-Q0J-B";
|
|
11
|
+
const styles = {
|
|
12
|
+
overlay,
|
|
13
|
+
modal,
|
|
14
|
+
resizable,
|
|
15
|
+
header,
|
|
16
|
+
title,
|
|
17
|
+
headerActions,
|
|
18
|
+
close,
|
|
19
|
+
body,
|
|
20
|
+
loading,
|
|
21
|
+
resizeHandle
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
body,
|
|
25
|
+
close,
|
|
26
|
+
styles as default,
|
|
27
|
+
header,
|
|
28
|
+
headerActions,
|
|
29
|
+
loading,
|
|
30
|
+
modal,
|
|
31
|
+
overlay,
|
|
32
|
+
resizable,
|
|
33
|
+
resizeHandle,
|
|
34
|
+
title
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=index35.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index35.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index36.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const root = "krc-root-LQf3S";
|
|
4
|
+
const item = "krc-item-Y5RvK";
|
|
5
|
+
const disabled = "krc-disabled-wnQRZ";
|
|
6
|
+
const focused = "krc-focused-hDoa3";
|
|
7
|
+
const icon = "krc-icon-q-Jmu";
|
|
8
|
+
const styles = {
|
|
9
|
+
root,
|
|
10
|
+
item,
|
|
11
|
+
disabled,
|
|
12
|
+
focused,
|
|
13
|
+
icon
|
|
14
|
+
};
|
|
15
|
+
exports.default = styles;
|
|
16
|
+
exports.disabled = disabled;
|
|
17
|
+
exports.focused = focused;
|
|
18
|
+
exports.icon = icon;
|
|
19
|
+
exports.item = item;
|
|
20
|
+
exports.root = root;
|
|
21
|
+
//# sourceMappingURL=index36.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index36.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index36.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const root = "krc-root-LQf3S";
|
|
2
|
+
const item = "krc-item-Y5RvK";
|
|
3
|
+
const disabled = "krc-disabled-wnQRZ";
|
|
4
|
+
const focused = "krc-focused-hDoa3";
|
|
5
|
+
const icon = "krc-icon-q-Jmu";
|
|
6
|
+
const styles = {
|
|
7
|
+
root,
|
|
8
|
+
item,
|
|
9
|
+
disabled,
|
|
10
|
+
focused,
|
|
11
|
+
icon
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
styles as default,
|
|
15
|
+
disabled,
|
|
16
|
+
focused,
|
|
17
|
+
icon,
|
|
18
|
+
item,
|
|
19
|
+
root
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=index36.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index36.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
package/dist/index37.cjs
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const root = "krc-root-7cxYt";
|
|
4
|
+
const chip = "krc-chip-tgAQw";
|
|
5
|
+
const active = "krc-active-hboGd";
|
|
6
|
+
const summary = "krc-summary-E-FXy";
|
|
7
|
+
const popover = "krc-popover-IJFWK";
|
|
8
|
+
const popoverHeader = "krc-popoverHeader-mdeD8";
|
|
9
|
+
const fields = "krc-fields-h5R5w";
|
|
10
|
+
const field = "krc-field-u9yvp";
|
|
11
|
+
const error = "krc-error-jsFkv";
|
|
12
|
+
const actions = "krc-actions-prbFX";
|
|
13
|
+
const btnGhost = "krc-btnGhost-x8cbA";
|
|
14
|
+
const btnPrimary = "krc-btnPrimary-T0w2q";
|
|
15
|
+
const styles = {
|
|
16
|
+
root,
|
|
17
|
+
chip,
|
|
18
|
+
active,
|
|
19
|
+
summary,
|
|
20
|
+
popover,
|
|
21
|
+
popoverHeader,
|
|
22
|
+
fields,
|
|
23
|
+
field,
|
|
24
|
+
error,
|
|
25
|
+
actions,
|
|
26
|
+
btnGhost,
|
|
27
|
+
btnPrimary
|
|
28
|
+
};
|
|
29
|
+
exports.actions = actions;
|
|
30
|
+
exports.active = active;
|
|
31
|
+
exports.btnGhost = btnGhost;
|
|
32
|
+
exports.btnPrimary = btnPrimary;
|
|
33
|
+
exports.chip = chip;
|
|
34
|
+
exports.default = styles;
|
|
35
|
+
exports.error = error;
|
|
36
|
+
exports.field = field;
|
|
37
|
+
exports.fields = fields;
|
|
38
|
+
exports.popover = popover;
|
|
39
|
+
exports.popoverHeader = popoverHeader;
|
|
40
|
+
exports.root = root;
|
|
41
|
+
exports.summary = summary;
|
|
42
|
+
//# sourceMappingURL=index37.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index37.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index37.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const root = "krc-root-7cxYt";
|
|
2
|
+
const chip = "krc-chip-tgAQw";
|
|
3
|
+
const active = "krc-active-hboGd";
|
|
4
|
+
const summary = "krc-summary-E-FXy";
|
|
5
|
+
const popover = "krc-popover-IJFWK";
|
|
6
|
+
const popoverHeader = "krc-popoverHeader-mdeD8";
|
|
7
|
+
const fields = "krc-fields-h5R5w";
|
|
8
|
+
const field = "krc-field-u9yvp";
|
|
9
|
+
const error = "krc-error-jsFkv";
|
|
10
|
+
const actions = "krc-actions-prbFX";
|
|
11
|
+
const btnGhost = "krc-btnGhost-x8cbA";
|
|
12
|
+
const btnPrimary = "krc-btnPrimary-T0w2q";
|
|
13
|
+
const styles = {
|
|
14
|
+
root,
|
|
15
|
+
chip,
|
|
16
|
+
active,
|
|
17
|
+
summary,
|
|
18
|
+
popover,
|
|
19
|
+
popoverHeader,
|
|
20
|
+
fields,
|
|
21
|
+
field,
|
|
22
|
+
error,
|
|
23
|
+
actions,
|
|
24
|
+
btnGhost,
|
|
25
|
+
btnPrimary
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
actions,
|
|
29
|
+
active,
|
|
30
|
+
btnGhost,
|
|
31
|
+
btnPrimary,
|
|
32
|
+
chip,
|
|
33
|
+
styles as default,
|
|
34
|
+
error,
|
|
35
|
+
field,
|
|
36
|
+
fields,
|
|
37
|
+
popover,
|
|
38
|
+
popoverHeader,
|
|
39
|
+
root,
|
|
40
|
+
summary
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=index37.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index37.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index38.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const root = "krc-root-GPZXT";
|
|
4
|
+
const sm = "krc-sm-QGnvH";
|
|
5
|
+
const md = "krc-md-rQKlJ";
|
|
6
|
+
const lg = "krc-lg-eC2yT";
|
|
7
|
+
const styles = {
|
|
8
|
+
root,
|
|
9
|
+
sm,
|
|
10
|
+
md,
|
|
11
|
+
lg
|
|
12
|
+
};
|
|
13
|
+
exports.default = styles;
|
|
14
|
+
exports.lg = lg;
|
|
15
|
+
exports.md = md;
|
|
16
|
+
exports.root = root;
|
|
17
|
+
exports.sm = sm;
|
|
18
|
+
//# sourceMappingURL=index38.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index38.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
|
package/dist/index38.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const root = "krc-root-GPZXT";
|
|
2
|
+
const sm = "krc-sm-QGnvH";
|
|
3
|
+
const md = "krc-md-rQKlJ";
|
|
4
|
+
const lg = "krc-lg-eC2yT";
|
|
5
|
+
const styles = {
|
|
6
|
+
root,
|
|
7
|
+
sm,
|
|
8
|
+
md,
|
|
9
|
+
lg
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
styles as default,
|
|
13
|
+
lg,
|
|
14
|
+
md,
|
|
15
|
+
root,
|
|
16
|
+
sm
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=index38.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index38.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
package/dist/index39.cjs
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const root = "krc-root-WYIsp";
|
|
4
|
+
const trigger = "krc-trigger-UedSS";
|
|
5
|
+
const active = "krc-active-cH8Tl";
|
|
6
|
+
const triggerContent = "krc-triggerContent-Kkhoi";
|
|
7
|
+
const chevron = "krc-chevron-NoNsI";
|
|
8
|
+
const label = "krc-label-RPlXR";
|
|
9
|
+
const valueGroup = "krc-valueGroup-xfNcx";
|
|
10
|
+
const value = "krc-value-aKdIW";
|
|
11
|
+
const badge = "krc-badge-yVq9o";
|
|
12
|
+
const clear = "krc-clear-11V9Q";
|
|
13
|
+
const panel = "krc-panel-xf2f8";
|
|
14
|
+
const header = "krc-header--VMR-";
|
|
15
|
+
const search = "krc-search-4gQgB";
|
|
16
|
+
const headerActions = "krc-headerActions-orxXD";
|
|
17
|
+
const chip = "krc-chip--n-9m";
|
|
18
|
+
const chipGhost = "krc-chipGhost-oayjh";
|
|
19
|
+
const list = "krc-list-NRoxf";
|
|
20
|
+
const status = "krc-status-j7xbM";
|
|
21
|
+
const statusError = "krc-statusError-u6rfB";
|
|
22
|
+
const option = "krc-option-ZAXum";
|
|
23
|
+
const optionLabel = "krc-optionLabel-MdDyI";
|
|
24
|
+
const optionCount = "krc-optionCount-JSQl9";
|
|
25
|
+
const create = "krc-create-hO8Cq";
|
|
26
|
+
const footer = "krc-footer-2yk6S";
|
|
27
|
+
const selection = "krc-selection-aYDH-";
|
|
28
|
+
const selectionDelta = "krc-selectionDelta-S1dV7";
|
|
29
|
+
const footerActions = "krc-footerActions-77iCX";
|
|
30
|
+
const styles = {
|
|
31
|
+
root,
|
|
32
|
+
trigger,
|
|
33
|
+
active,
|
|
34
|
+
triggerContent,
|
|
35
|
+
chevron,
|
|
36
|
+
label,
|
|
37
|
+
valueGroup,
|
|
38
|
+
value,
|
|
39
|
+
badge,
|
|
40
|
+
clear,
|
|
41
|
+
panel,
|
|
42
|
+
header,
|
|
43
|
+
search,
|
|
44
|
+
headerActions,
|
|
45
|
+
chip,
|
|
46
|
+
chipGhost,
|
|
47
|
+
list,
|
|
48
|
+
status,
|
|
49
|
+
statusError,
|
|
50
|
+
option,
|
|
51
|
+
optionLabel,
|
|
52
|
+
optionCount,
|
|
53
|
+
create,
|
|
54
|
+
footer,
|
|
55
|
+
selection,
|
|
56
|
+
selectionDelta,
|
|
57
|
+
footerActions
|
|
58
|
+
};
|
|
59
|
+
exports.active = active;
|
|
60
|
+
exports.badge = badge;
|
|
61
|
+
exports.chevron = chevron;
|
|
62
|
+
exports.chip = chip;
|
|
63
|
+
exports.chipGhost = chipGhost;
|
|
64
|
+
exports.clear = clear;
|
|
65
|
+
exports.create = create;
|
|
66
|
+
exports.default = styles;
|
|
67
|
+
exports.footer = footer;
|
|
68
|
+
exports.footerActions = footerActions;
|
|
69
|
+
exports.header = header;
|
|
70
|
+
exports.headerActions = headerActions;
|
|
71
|
+
exports.label = label;
|
|
72
|
+
exports.list = list;
|
|
73
|
+
exports.option = option;
|
|
74
|
+
exports.optionCount = optionCount;
|
|
75
|
+
exports.optionLabel = optionLabel;
|
|
76
|
+
exports.panel = panel;
|
|
77
|
+
exports.root = root;
|
|
78
|
+
exports.search = search;
|
|
79
|
+
exports.selection = selection;
|
|
80
|
+
exports.selectionDelta = selectionDelta;
|
|
81
|
+
exports.status = status;
|
|
82
|
+
exports.statusError = statusError;
|
|
83
|
+
exports.trigger = trigger;
|
|
84
|
+
exports.triggerContent = triggerContent;
|
|
85
|
+
exports.value = value;
|
|
86
|
+
exports.valueGroup = valueGroup;
|
|
87
|
+
//# sourceMappingURL=index39.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index39.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index39.js
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
const root = "krc-root-WYIsp";
|
|
2
|
+
const trigger = "krc-trigger-UedSS";
|
|
3
|
+
const active = "krc-active-cH8Tl";
|
|
4
|
+
const triggerContent = "krc-triggerContent-Kkhoi";
|
|
5
|
+
const chevron = "krc-chevron-NoNsI";
|
|
6
|
+
const label = "krc-label-RPlXR";
|
|
7
|
+
const valueGroup = "krc-valueGroup-xfNcx";
|
|
8
|
+
const value = "krc-value-aKdIW";
|
|
9
|
+
const badge = "krc-badge-yVq9o";
|
|
10
|
+
const clear = "krc-clear-11V9Q";
|
|
11
|
+
const panel = "krc-panel-xf2f8";
|
|
12
|
+
const header = "krc-header--VMR-";
|
|
13
|
+
const search = "krc-search-4gQgB";
|
|
14
|
+
const headerActions = "krc-headerActions-orxXD";
|
|
15
|
+
const chip = "krc-chip--n-9m";
|
|
16
|
+
const chipGhost = "krc-chipGhost-oayjh";
|
|
17
|
+
const list = "krc-list-NRoxf";
|
|
18
|
+
const status = "krc-status-j7xbM";
|
|
19
|
+
const statusError = "krc-statusError-u6rfB";
|
|
20
|
+
const option = "krc-option-ZAXum";
|
|
21
|
+
const optionLabel = "krc-optionLabel-MdDyI";
|
|
22
|
+
const optionCount = "krc-optionCount-JSQl9";
|
|
23
|
+
const create = "krc-create-hO8Cq";
|
|
24
|
+
const footer = "krc-footer-2yk6S";
|
|
25
|
+
const selection = "krc-selection-aYDH-";
|
|
26
|
+
const selectionDelta = "krc-selectionDelta-S1dV7";
|
|
27
|
+
const footerActions = "krc-footerActions-77iCX";
|
|
28
|
+
const styles = {
|
|
29
|
+
root,
|
|
30
|
+
trigger,
|
|
31
|
+
active,
|
|
32
|
+
triggerContent,
|
|
33
|
+
chevron,
|
|
34
|
+
label,
|
|
35
|
+
valueGroup,
|
|
36
|
+
value,
|
|
37
|
+
badge,
|
|
38
|
+
clear,
|
|
39
|
+
panel,
|
|
40
|
+
header,
|
|
41
|
+
search,
|
|
42
|
+
headerActions,
|
|
43
|
+
chip,
|
|
44
|
+
chipGhost,
|
|
45
|
+
list,
|
|
46
|
+
status,
|
|
47
|
+
statusError,
|
|
48
|
+
option,
|
|
49
|
+
optionLabel,
|
|
50
|
+
optionCount,
|
|
51
|
+
create,
|
|
52
|
+
footer,
|
|
53
|
+
selection,
|
|
54
|
+
selectionDelta,
|
|
55
|
+
footerActions
|
|
56
|
+
};
|
|
57
|
+
export {
|
|
58
|
+
active,
|
|
59
|
+
badge,
|
|
60
|
+
chevron,
|
|
61
|
+
chip,
|
|
62
|
+
chipGhost,
|
|
63
|
+
clear,
|
|
64
|
+
create,
|
|
65
|
+
styles as default,
|
|
66
|
+
footer,
|
|
67
|
+
footerActions,
|
|
68
|
+
header,
|
|
69
|
+
headerActions,
|
|
70
|
+
label,
|
|
71
|
+
list,
|
|
72
|
+
option,
|
|
73
|
+
optionCount,
|
|
74
|
+
optionLabel,
|
|
75
|
+
panel,
|
|
76
|
+
root,
|
|
77
|
+
search,
|
|
78
|
+
selection,
|
|
79
|
+
selectionDelta,
|
|
80
|
+
status,
|
|
81
|
+
statusError,
|
|
82
|
+
trigger,
|
|
83
|
+
triggerContent,
|
|
84
|
+
value,
|
|
85
|
+
valueGroup
|
|
86
|
+
};
|
|
87
|
+
//# sourceMappingURL=index39.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index39.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index8.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const clsx = require("./
|
|
5
|
-
const Avatar_module = require("./
|
|
4
|
+
const clsx = require("./index23.cjs");
|
|
5
|
+
const Avatar_module = require("./index38.cjs");
|
|
6
6
|
const Avatar = ({ label, size = "md", className, ...props }) => {
|
|
7
7
|
const initials = label.split(" ").filter(Boolean).map((part) => part[0]).join("").slice(0, 2).toUpperCase();
|
|
8
8
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/index8.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { clsx } from "./
|
|
3
|
-
import styles from "./
|
|
2
|
+
import { clsx } from "./index23.js";
|
|
3
|
+
import styles from "./index38.js";
|
|
4
4
|
const Avatar = ({ label, size = "md", className, ...props }) => {
|
|
5
5
|
const initials = label.split(" ").filter(Boolean).map((part) => part[0]).join("").slice(0, 2).toUpperCase();
|
|
6
6
|
return /* @__PURE__ */ jsx(
|
package/dist/index9.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const clsx = require("./
|
|
5
|
-
const Badge_module = require("./
|
|
4
|
+
const clsx = require("./index23.cjs");
|
|
5
|
+
const Badge_module = require("./index25.cjs");
|
|
6
6
|
const Badge = ({ className, variant = "info", ...props }) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx.clsx(Badge_module.default.root, Badge_module.default[variant], className), ...props });
|
|
7
7
|
exports.Badge = Badge;
|
|
8
8
|
//# sourceMappingURL=index9.cjs.map
|
package/dist/index9.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { clsx } from "./
|
|
3
|
-
import styles from "./
|
|
2
|
+
import { clsx } from "./index23.js";
|
|
3
|
+
import styles from "./index25.js";
|
|
4
4
|
const Badge = ({ className, variant = "info", ...props }) => /* @__PURE__ */ jsx("span", { className: clsx(styles.root, styles[variant], className), ...props });
|
|
5
5
|
export {
|
|
6
6
|
Badge
|