@ktnpm_devops/react-component 0.0.1 → 0.1.1

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.
Files changed (157) hide show
  1. package/README.md +16 -5
  2. package/dist/composites/ChartExpandModal/ChartExpandModal.d.ts +21 -0
  3. package/dist/composites/ChartExpandModal/ChartExpandModal.d.ts.map +1 -0
  4. package/dist/composites/ChartExpandModal/index.d.ts +3 -0
  5. package/dist/composites/ChartExpandModal/index.d.ts.map +1 -0
  6. package/dist/composites/ContextMenu/ContextMenu.d.ts +20 -0
  7. package/dist/composites/ContextMenu/ContextMenu.d.ts.map +1 -0
  8. package/dist/composites/ContextMenu/index.d.ts +3 -0
  9. package/dist/composites/ContextMenu/index.d.ts.map +1 -0
  10. package/dist/composites/CustomRangePicker/CustomRangePicker.d.ts +13 -0
  11. package/dist/composites/CustomRangePicker/CustomRangePicker.d.ts.map +1 -0
  12. package/dist/composites/CustomRangePicker/index.d.ts +3 -0
  13. package/dist/composites/CustomRangePicker/index.d.ts.map +1 -0
  14. package/dist/composites/MultiSelectDropdown/MultiSelectDropdown.d.ts +29 -0
  15. package/dist/composites/MultiSelectDropdown/MultiSelectDropdown.d.ts.map +1 -0
  16. package/dist/composites/MultiSelectDropdown/index.d.ts +3 -0
  17. package/dist/composites/MultiSelectDropdown/index.d.ts.map +1 -0
  18. package/dist/composites/ResizableSplitPanel/ResizableSplitPanel.d.ts +16 -0
  19. package/dist/composites/ResizableSplitPanel/ResizableSplitPanel.d.ts.map +1 -0
  20. package/dist/composites/ResizableSplitPanel/index.d.ts +3 -0
  21. package/dist/composites/ResizableSplitPanel/index.d.ts.map +1 -0
  22. package/dist/composites/SingleSelectDropdown/SingleSelectDropdown.d.ts +23 -0
  23. package/dist/composites/SingleSelectDropdown/SingleSelectDropdown.d.ts.map +1 -0
  24. package/dist/composites/SingleSelectDropdown/index.d.ts +3 -0
  25. package/dist/composites/SingleSelectDropdown/index.d.ts.map +1 -0
  26. package/dist/constants.d.ts +32 -0
  27. package/dist/constants.d.ts.map +1 -0
  28. package/dist/index.cjs +17 -5
  29. package/dist/index.cjs.map +1 -1
  30. package/dist/index.d.ts +12 -0
  31. package/dist/index.d.ts.map +1 -1
  32. package/dist/index.js +17 -5
  33. package/dist/index.js.map +1 -1
  34. package/dist/index10.cjs +2 -2
  35. package/dist/index10.js +2 -2
  36. package/dist/index11.cjs +2 -2
  37. package/dist/index11.js +2 -2
  38. package/dist/index12.cjs +99 -7
  39. package/dist/index12.cjs.map +1 -1
  40. package/dist/index12.js +101 -9
  41. package/dist/index12.js.map +1 -1
  42. package/dist/index13.cjs +87 -35
  43. package/dist/index13.cjs.map +1 -1
  44. package/dist/index13.js +87 -35
  45. package/dist/index13.js.map +1 -1
  46. package/dist/index14.cjs +120 -7
  47. package/dist/index14.cjs.map +1 -1
  48. package/dist/index14.js +122 -9
  49. package/dist/index14.js.map +1 -1
  50. package/dist/index15.cjs +8 -6
  51. package/dist/index15.cjs.map +1 -1
  52. package/dist/index15.js +8 -6
  53. package/dist/index15.js.map +1 -1
  54. package/dist/index16.cjs +38 -8
  55. package/dist/index16.cjs.map +1 -1
  56. package/dist/index16.js +39 -9
  57. package/dist/index16.js.map +1 -1
  58. package/dist/index17.cjs +226 -16
  59. package/dist/index17.cjs.map +1 -1
  60. package/dist/index17.js +225 -15
  61. package/dist/index17.js.map +1 -1
  62. package/dist/index18.cjs +79 -18
  63. package/dist/index18.cjs.map +1 -1
  64. package/dist/index18.js +78 -17
  65. package/dist/index18.js.map +1 -1
  66. package/dist/index19.cjs +10 -10
  67. package/dist/index19.cjs.map +1 -1
  68. package/dist/index19.js +9 -9
  69. package/dist/index19.js.map +1 -1
  70. package/dist/index20.cjs +144 -6
  71. package/dist/index20.cjs.map +1 -1
  72. package/dist/index20.js +143 -5
  73. package/dist/index20.js.map +1 -1
  74. package/dist/index21.cjs +8 -7
  75. package/dist/index21.cjs.map +1 -1
  76. package/dist/index21.js +7 -6
  77. package/dist/index21.js.map +1 -1
  78. package/dist/index22.cjs +10 -28
  79. package/dist/index22.cjs.map +1 -1
  80. package/dist/index22.js +9 -27
  81. package/dist/index22.js.map +1 -1
  82. package/dist/index23.cjs +15 -6
  83. package/dist/index23.cjs.map +1 -1
  84. package/dist/index23.js +15 -6
  85. package/dist/index23.js.map +1 -1
  86. package/dist/index24.cjs +22 -10
  87. package/dist/index24.cjs.map +1 -1
  88. package/dist/index24.js +23 -11
  89. package/dist/index24.js.map +1 -1
  90. package/dist/index25.cjs +13 -19
  91. package/dist/index25.cjs.map +1 -1
  92. package/dist/index25.js +13 -19
  93. package/dist/index25.js.map +1 -1
  94. package/dist/index26.cjs +2 -11
  95. package/dist/index26.cjs.map +1 -1
  96. package/dist/index26.js +3 -12
  97. package/dist/index26.js.map +1 -1
  98. package/dist/index27.cjs +12 -0
  99. package/dist/index27.cjs.map +1 -0
  100. package/dist/index27.js +12 -0
  101. package/dist/index27.js.map +1 -0
  102. package/dist/index28.cjs +9 -0
  103. package/dist/index28.cjs.map +1 -0
  104. package/dist/index28.js +9 -0
  105. package/dist/index28.js.map +1 -0
  106. package/dist/index29.cjs +18 -0
  107. package/dist/index29.cjs.map +1 -0
  108. package/dist/index29.js +18 -0
  109. package/dist/index29.js.map +1 -0
  110. package/dist/index30.cjs +30 -0
  111. package/dist/index30.cjs.map +1 -0
  112. package/dist/index30.js +30 -0
  113. package/dist/index30.js.map +1 -0
  114. package/dist/index31.cjs +87 -0
  115. package/dist/index31.cjs.map +1 -0
  116. package/dist/index31.js +87 -0
  117. package/dist/index31.js.map +1 -0
  118. package/dist/index32.cjs +60 -0
  119. package/dist/index32.cjs.map +1 -0
  120. package/dist/index32.js +60 -0
  121. package/dist/index32.js.map +1 -0
  122. package/dist/index33.cjs +27 -0
  123. package/dist/index33.cjs.map +1 -0
  124. package/dist/index33.js +27 -0
  125. package/dist/index33.js.map +1 -0
  126. package/dist/index34.cjs +21 -0
  127. package/dist/index34.cjs.map +1 -0
  128. package/dist/index34.js +21 -0
  129. package/dist/index34.js.map +1 -0
  130. package/dist/index35.cjs +36 -0
  131. package/dist/index35.cjs.map +1 -0
  132. package/dist/index35.js +36 -0
  133. package/dist/index35.js.map +1 -0
  134. package/dist/index36.cjs +42 -0
  135. package/dist/index36.cjs.map +1 -0
  136. package/dist/index36.js +42 -0
  137. package/dist/index36.js.map +1 -0
  138. package/dist/index37.cjs +9 -0
  139. package/dist/index37.cjs.map +1 -0
  140. package/dist/index37.js +9 -0
  141. package/dist/index37.js.map +1 -0
  142. package/dist/index38.cjs +21 -0
  143. package/dist/index38.cjs.map +1 -0
  144. package/dist/index38.js +21 -0
  145. package/dist/index38.js.map +1 -0
  146. package/dist/index39.cjs +18 -0
  147. package/dist/index39.cjs.map +1 -0
  148. package/dist/index39.js +18 -0
  149. package/dist/index39.js.map +1 -0
  150. package/dist/index8.cjs +2 -2
  151. package/dist/index8.js +2 -2
  152. package/dist/index9.cjs +2 -2
  153. package/dist/index9.js +2 -2
  154. package/dist/style.css +755 -36
  155. package/dist/tokens/orbit-tokens.css +11 -11
  156. package/dist/tokens/semantic-tokens.css +53 -2
  157. package/package.json +19 -20
@@ -0,0 +1,60 @@
1
+ const root = "krc-root--s1oD";
2
+ const trigger = "krc-trigger-WMlNa";
3
+ const active = "krc-active-O65lj";
4
+ const triggerContent = "krc-triggerContent-JipmE";
5
+ const chevron = "krc-chevron-J2Zsy";
6
+ const label = "krc-label-lZlV-";
7
+ const value = "krc-value-HsQrC";
8
+ const clear = "krc-clear-bsi5j";
9
+ const panel = "krc-panel--0odx";
10
+ const searchContainer = "krc-searchContainer-WRS-U";
11
+ const search = "krc-search-Dh3pY";
12
+ const list = "krc-list-1RUtr";
13
+ const noResults = "krc-noResults-Hin1U";
14
+ const option = "krc-option-0mFGi";
15
+ const focused = "krc-focused-0-7tE";
16
+ const selected = "krc-selected-1zIqI";
17
+ const optionLabel = "krc-optionLabel-pj-hL";
18
+ const optionCount = "krc-optionCount-rVlCP";
19
+ const styles = {
20
+ root,
21
+ trigger,
22
+ active,
23
+ triggerContent,
24
+ chevron,
25
+ label,
26
+ value,
27
+ clear,
28
+ panel,
29
+ searchContainer,
30
+ search,
31
+ list,
32
+ noResults,
33
+ option,
34
+ focused,
35
+ selected,
36
+ optionLabel,
37
+ optionCount
38
+ };
39
+ export {
40
+ active,
41
+ chevron,
42
+ clear,
43
+ styles as default,
44
+ focused,
45
+ label,
46
+ list,
47
+ noResults,
48
+ option,
49
+ optionCount,
50
+ optionLabel,
51
+ panel,
52
+ root,
53
+ search,
54
+ searchContainer,
55
+ selected,
56
+ trigger,
57
+ triggerContent,
58
+ value
59
+ };
60
+ //# sourceMappingURL=index32.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index32.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const overlay = "krc-overlay-4gFc3";
4
+ const root = "krc-root-eKDda";
5
+ const header = "krc-header-YrzLd";
6
+ const title = "krc-title-9rzEH";
7
+ const closeBtn = "krc-closeBtn-vGJ7P";
8
+ const body = "krc-body-g43Cd";
9
+ const footer = "krc-footer-JRwi5";
10
+ const styles = {
11
+ overlay,
12
+ root,
13
+ header,
14
+ title,
15
+ closeBtn,
16
+ body,
17
+ footer
18
+ };
19
+ exports.body = body;
20
+ exports.closeBtn = closeBtn;
21
+ exports.default = styles;
22
+ exports.footer = footer;
23
+ exports.header = header;
24
+ exports.overlay = overlay;
25
+ exports.root = root;
26
+ exports.title = title;
27
+ //# sourceMappingURL=index33.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index33.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,27 @@
1
+ const overlay = "krc-overlay-4gFc3";
2
+ const root = "krc-root-eKDda";
3
+ const header = "krc-header-YrzLd";
4
+ const title = "krc-title-9rzEH";
5
+ const closeBtn = "krc-closeBtn-vGJ7P";
6
+ const body = "krc-body-g43Cd";
7
+ const footer = "krc-footer-JRwi5";
8
+ const styles = {
9
+ overlay,
10
+ root,
11
+ header,
12
+ title,
13
+ closeBtn,
14
+ body,
15
+ footer
16
+ };
17
+ export {
18
+ body,
19
+ closeBtn,
20
+ styles as default,
21
+ footer,
22
+ header,
23
+ overlay,
24
+ root,
25
+ title
26
+ };
27
+ //# sourceMappingURL=index33.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index33.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -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=index34.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index34.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -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=index34.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index34.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;"}
@@ -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=index36.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index36.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -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=index36.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index36.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const root = "krc-root-bWynN";
4
+ const styles = {
5
+ root
6
+ };
7
+ exports.default = styles;
8
+ exports.root = root;
9
+ //# sourceMappingURL=index37.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index37.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -0,0 +1,9 @@
1
+ const root = "krc-root-bWynN";
2
+ const styles = {
3
+ root
4
+ };
5
+ export {
6
+ styles as default,
7
+ root
8
+ };
9
+ //# sourceMappingURL=index37.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index37.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const root = "krc-root-WL0sD";
4
+ const left = "krc-left-9KFDB";
5
+ const right = "krc-right-YmUbX";
6
+ const divider = "krc-divider-jNOSU";
7
+ const dividerHandle = "krc-dividerHandle-SoNqx";
8
+ const styles = {
9
+ root,
10
+ left,
11
+ right,
12
+ divider,
13
+ dividerHandle
14
+ };
15
+ exports.default = styles;
16
+ exports.divider = divider;
17
+ exports.dividerHandle = dividerHandle;
18
+ exports.left = left;
19
+ exports.right = right;
20
+ exports.root = root;
21
+ //# sourceMappingURL=index38.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index38.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,21 @@
1
+ const root = "krc-root-WL0sD";
2
+ const left = "krc-left-9KFDB";
3
+ const right = "krc-right-YmUbX";
4
+ const divider = "krc-divider-jNOSU";
5
+ const dividerHandle = "krc-dividerHandle-SoNqx";
6
+ const styles = {
7
+ root,
8
+ left,
9
+ right,
10
+ divider,
11
+ dividerHandle
12
+ };
13
+ export {
14
+ styles as default,
15
+ divider,
16
+ dividerHandle,
17
+ left,
18
+ right,
19
+ root
20
+ };
21
+ //# sourceMappingURL=index38.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index38.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -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=index39.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index39.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
@@ -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=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("./index17.cjs");
5
- const Avatar_module = require("./index26.cjs");
4
+ const clsx = require("./index23.cjs");
5
+ const Avatar_module = require("./index39.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 "./index17.js";
3
- import styles from "./index26.js";
2
+ import { clsx } from "./index23.js";
3
+ import styles from "./index39.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("./index17.cjs");
5
- const Badge_module = require("./index18.cjs");
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 "./index17.js";
3
- import styles from "./index18.js";
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