@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/index24.js
CHANGED
|
@@ -1,18 +1,30 @@
|
|
|
1
|
-
const root = "krc-root-
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
const
|
|
1
|
+
const root = "krc-root-Kdtyn";
|
|
2
|
+
const primary = "krc-primary-6l6aH";
|
|
3
|
+
const secondary = "krc-secondary-29n8Y";
|
|
4
|
+
const outline = "krc-outline-U1Mlr";
|
|
5
|
+
const ghost = "krc-ghost-5wRsR";
|
|
6
|
+
const danger = "krc-danger-gL4NM";
|
|
7
|
+
const sm = "krc-sm-zP51s";
|
|
8
|
+
const lg = "krc-lg-ZefGA";
|
|
5
9
|
const styles = {
|
|
6
10
|
root,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
11
|
+
primary,
|
|
12
|
+
secondary,
|
|
13
|
+
outline,
|
|
14
|
+
ghost,
|
|
15
|
+
danger,
|
|
16
|
+
sm,
|
|
17
|
+
lg
|
|
10
18
|
};
|
|
11
19
|
export {
|
|
12
|
-
|
|
20
|
+
danger,
|
|
13
21
|
styles as default,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
22
|
+
ghost,
|
|
23
|
+
lg,
|
|
24
|
+
outline,
|
|
25
|
+
primary,
|
|
26
|
+
root,
|
|
27
|
+
secondary,
|
|
28
|
+
sm
|
|
17
29
|
};
|
|
18
30
|
//# sourceMappingURL=index24.js.map
|
package/dist/index24.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index24.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index24.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
package/dist/index25.cjs
CHANGED
|
@@ -1,27 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const body = "krc-body-g43Cd";
|
|
9
|
-
const footer = "krc-footer-JRwi5";
|
|
3
|
+
const root = "krc-root-oc0XP";
|
|
4
|
+
const success = "krc-success-JzpGX";
|
|
5
|
+
const warning = "krc-warning-lTskX";
|
|
6
|
+
const danger = "krc-danger-zFPHk";
|
|
7
|
+
const info = "krc-info-k9uTn";
|
|
10
8
|
const styles = {
|
|
11
|
-
overlay,
|
|
12
9
|
root,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
footer
|
|
10
|
+
success,
|
|
11
|
+
warning,
|
|
12
|
+
danger,
|
|
13
|
+
info
|
|
18
14
|
};
|
|
19
|
-
exports.
|
|
20
|
-
exports.closeBtn = closeBtn;
|
|
15
|
+
exports.danger = danger;
|
|
21
16
|
exports.default = styles;
|
|
22
|
-
exports.
|
|
23
|
-
exports.header = header;
|
|
24
|
-
exports.overlay = overlay;
|
|
17
|
+
exports.info = info;
|
|
25
18
|
exports.root = root;
|
|
26
|
-
exports.
|
|
19
|
+
exports.success = success;
|
|
20
|
+
exports.warning = warning;
|
|
27
21
|
//# sourceMappingURL=index25.cjs.map
|
package/dist/index25.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index25.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index25.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index25.js
CHANGED
|
@@ -1,27 +1,21 @@
|
|
|
1
|
-
const
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const body = "krc-body-g43Cd";
|
|
7
|
-
const footer = "krc-footer-JRwi5";
|
|
1
|
+
const root = "krc-root-oc0XP";
|
|
2
|
+
const success = "krc-success-JzpGX";
|
|
3
|
+
const warning = "krc-warning-lTskX";
|
|
4
|
+
const danger = "krc-danger-zFPHk";
|
|
5
|
+
const info = "krc-info-k9uTn";
|
|
8
6
|
const styles = {
|
|
9
|
-
overlay,
|
|
10
7
|
root,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
footer
|
|
8
|
+
success,
|
|
9
|
+
warning,
|
|
10
|
+
danger,
|
|
11
|
+
info
|
|
16
12
|
};
|
|
17
13
|
export {
|
|
18
|
-
|
|
19
|
-
closeBtn,
|
|
14
|
+
danger,
|
|
20
15
|
styles as default,
|
|
21
|
-
|
|
22
|
-
header,
|
|
23
|
-
overlay,
|
|
16
|
+
info,
|
|
24
17
|
root,
|
|
25
|
-
|
|
18
|
+
success,
|
|
19
|
+
warning
|
|
26
20
|
};
|
|
27
21
|
//# sourceMappingURL=index25.js.map
|
package/dist/index25.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index25.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index25.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
package/dist/index26.cjs
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "krc-root-
|
|
4
|
-
const sm = "krc-sm-QGnvH";
|
|
5
|
-
const md = "krc-md-rQKlJ";
|
|
6
|
-
const lg = "krc-lg-eC2yT";
|
|
3
|
+
const root = "krc-root-FVKOX";
|
|
7
4
|
const styles = {
|
|
8
|
-
root
|
|
9
|
-
sm,
|
|
10
|
-
md,
|
|
11
|
-
lg
|
|
5
|
+
root
|
|
12
6
|
};
|
|
13
7
|
exports.default = styles;
|
|
14
|
-
exports.lg = lg;
|
|
15
|
-
exports.md = md;
|
|
16
8
|
exports.root = root;
|
|
17
|
-
exports.sm = sm;
|
|
18
9
|
//# sourceMappingURL=index26.cjs.map
|
package/dist/index26.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index26.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index26.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/dist/index26.js
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
const root = "krc-root-
|
|
2
|
-
const sm = "krc-sm-QGnvH";
|
|
3
|
-
const md = "krc-md-rQKlJ";
|
|
4
|
-
const lg = "krc-lg-eC2yT";
|
|
1
|
+
const root = "krc-root-FVKOX";
|
|
5
2
|
const styles = {
|
|
6
|
-
root
|
|
7
|
-
sm,
|
|
8
|
-
md,
|
|
9
|
-
lg
|
|
3
|
+
root
|
|
10
4
|
};
|
|
11
5
|
export {
|
|
12
6
|
styles as default,
|
|
13
|
-
|
|
14
|
-
md,
|
|
15
|
-
root,
|
|
16
|
-
sm
|
|
7
|
+
root
|
|
17
8
|
};
|
|
18
9
|
//# sourceMappingURL=index26.js.map
|
package/dist/index26.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index26.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index26.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/dist/index27.cjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const root = "krc-root-jba0x";
|
|
4
|
+
const styles = {
|
|
5
|
+
root
|
|
6
|
+
};
|
|
7
|
+
exports.default = styles;
|
|
8
|
+
exports.root = root;
|
|
9
|
+
//# sourceMappingURL=index27.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index27.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/dist/index27.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index27.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/dist/index28.cjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const container = "krc-container-cpDoQ";
|
|
4
|
+
const root = "krc-root-20TMP";
|
|
5
|
+
const styles = {
|
|
6
|
+
container,
|
|
7
|
+
root
|
|
8
|
+
};
|
|
9
|
+
exports.container = container;
|
|
10
|
+
exports.default = styles;
|
|
11
|
+
exports.root = root;
|
|
12
|
+
//# sourceMappingURL=index28.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index28.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
package/dist/index28.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index28.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
package/dist/index29.cjs
ADDED
|
@@ -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=index29.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index29.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/dist/index29.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index29.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/dist/index30.cjs
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const ICON_SIZE = {
|
|
4
|
+
SM: 14,
|
|
5
|
+
MD: 16,
|
|
6
|
+
LG: 18
|
|
7
|
+
};
|
|
8
|
+
const SVG_VIEWBOX = "0 0 24 24";
|
|
9
|
+
const SVG_STROKE_WIDTH = 2;
|
|
10
|
+
const KEYBOARD_STEP = 2;
|
|
11
|
+
const VIEWPORT_MARGIN = 32;
|
|
12
|
+
const CONTEXT_MENU_MARGIN = 10;
|
|
13
|
+
const CHART_MODAL = {
|
|
14
|
+
MIN_WIDTH: 960,
|
|
15
|
+
MIN_HEIGHT: 480,
|
|
16
|
+
MAX_WIDTH: 2400,
|
|
17
|
+
MAX_HEIGHT: 1300,
|
|
18
|
+
DEFAULT_WIDTH: 1500,
|
|
19
|
+
DEFAULT_HEIGHT: 820,
|
|
20
|
+
FALLBACK_WIDTH: 1400,
|
|
21
|
+
FALLBACK_HEIGHT: 800
|
|
22
|
+
};
|
|
23
|
+
exports.CHART_MODAL = CHART_MODAL;
|
|
24
|
+
exports.CONTEXT_MENU_MARGIN = CONTEXT_MENU_MARGIN;
|
|
25
|
+
exports.ICON_SIZE = ICON_SIZE;
|
|
26
|
+
exports.KEYBOARD_STEP = KEYBOARD_STEP;
|
|
27
|
+
exports.SVG_STROKE_WIDTH = SVG_STROKE_WIDTH;
|
|
28
|
+
exports.SVG_VIEWBOX = SVG_VIEWBOX;
|
|
29
|
+
exports.VIEWPORT_MARGIN = VIEWPORT_MARGIN;
|
|
30
|
+
//# sourceMappingURL=index30.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index30.cjs","sources":["../src/constants.ts"],"sourcesContent":["/**\n * Shared constants for the component library.\n * Centralises magic numbers used across components.\n */\n\n/** SVG icon rendered sizes (px — used as HTML/SVG attributes, not CSS). */\nexport const ICON_SIZE = {\n SM: 14,\n MD: 16,\n LG: 18,\n} as const;\n\n/** Standard SVG viewBox for 24×24 icon grid. */\nexport const SVG_VIEWBOX = '0 0 24 24';\n\n/** Standard SVG stroke width. */\nexport const SVG_STROKE_WIDTH = 2;\n\n/** Keyboard accessibility step (percentage points per arrow press). */\nexport const KEYBOARD_STEP = 2;\n\n/** Viewport safety margin (px — used in JS calculations with DOM APIs). */\nexport const VIEWPORT_MARGIN = 32;\n\n/** ContextMenu viewport margin (px). */\nexport const CONTEXT_MENU_MARGIN = 10;\n\n/** ChartExpandModal dimension constraints (px — used with window.innerWidth). */\nexport const CHART_MODAL = {\n MIN_WIDTH: 960,\n MIN_HEIGHT: 480,\n MAX_WIDTH: 2400,\n MAX_HEIGHT: 1300,\n DEFAULT_WIDTH: 1500,\n DEFAULT_HEIGHT: 820,\n FALLBACK_WIDTH: 1400,\n FALLBACK_HEIGHT: 800,\n} as const;\n"],"names":[],"mappings":";;AAMO,MAAM,YAAY;AAAA,EACvB,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAGO,MAAM,cAAc;AAGpB,MAAM,mBAAmB;AAGzB,MAAM,gBAAgB;AAGtB,MAAM,kBAAkB;AAGxB,MAAM,sBAAsB;AAG5B,MAAM,cAAc;AAAA,EACzB,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,iBAAiB;AACnB;;;;;;;;"}
|
package/dist/index30.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const ICON_SIZE = {
|
|
2
|
+
SM: 14,
|
|
3
|
+
MD: 16,
|
|
4
|
+
LG: 18
|
|
5
|
+
};
|
|
6
|
+
const SVG_VIEWBOX = "0 0 24 24";
|
|
7
|
+
const SVG_STROKE_WIDTH = 2;
|
|
8
|
+
const KEYBOARD_STEP = 2;
|
|
9
|
+
const VIEWPORT_MARGIN = 32;
|
|
10
|
+
const CONTEXT_MENU_MARGIN = 10;
|
|
11
|
+
const CHART_MODAL = {
|
|
12
|
+
MIN_WIDTH: 960,
|
|
13
|
+
MIN_HEIGHT: 480,
|
|
14
|
+
MAX_WIDTH: 2400,
|
|
15
|
+
MAX_HEIGHT: 1300,
|
|
16
|
+
DEFAULT_WIDTH: 1500,
|
|
17
|
+
DEFAULT_HEIGHT: 820,
|
|
18
|
+
FALLBACK_WIDTH: 1400,
|
|
19
|
+
FALLBACK_HEIGHT: 800
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
CHART_MODAL,
|
|
23
|
+
CONTEXT_MENU_MARGIN,
|
|
24
|
+
ICON_SIZE,
|
|
25
|
+
KEYBOARD_STEP,
|
|
26
|
+
SVG_STROKE_WIDTH,
|
|
27
|
+
SVG_VIEWBOX,
|
|
28
|
+
VIEWPORT_MARGIN
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=index30.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index30.js","sources":["../src/constants.ts"],"sourcesContent":["/**\n * Shared constants for the component library.\n * Centralises magic numbers used across components.\n */\n\n/** SVG icon rendered sizes (px — used as HTML/SVG attributes, not CSS). */\nexport const ICON_SIZE = {\n SM: 14,\n MD: 16,\n LG: 18,\n} as const;\n\n/** Standard SVG viewBox for 24×24 icon grid. */\nexport const SVG_VIEWBOX = '0 0 24 24';\n\n/** Standard SVG stroke width. */\nexport const SVG_STROKE_WIDTH = 2;\n\n/** Keyboard accessibility step (percentage points per arrow press). */\nexport const KEYBOARD_STEP = 2;\n\n/** Viewport safety margin (px — used in JS calculations with DOM APIs). */\nexport const VIEWPORT_MARGIN = 32;\n\n/** ContextMenu viewport margin (px). */\nexport const CONTEXT_MENU_MARGIN = 10;\n\n/** ChartExpandModal dimension constraints (px — used with window.innerWidth). */\nexport const CHART_MODAL = {\n MIN_WIDTH: 960,\n MIN_HEIGHT: 480,\n MAX_WIDTH: 2400,\n MAX_HEIGHT: 1300,\n DEFAULT_WIDTH: 1500,\n DEFAULT_HEIGHT: 820,\n FALLBACK_WIDTH: 1400,\n FALLBACK_HEIGHT: 800,\n} as const;\n"],"names":[],"mappings":"AAMO,MAAM,YAAY;AAAA,EACvB,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAGO,MAAM,cAAc;AAGpB,MAAM,mBAAmB;AAGzB,MAAM,gBAAgB;AAGtB,MAAM,kBAAkB;AAGxB,MAAM,sBAAsB;AAG5B,MAAM,cAAc;AAAA,EACzB,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,iBAAiB;AACnB;"}
|
package/dist/index31.cjs
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const root = "krc-root--s1oD";
|
|
4
|
+
const trigger = "krc-trigger-WMlNa";
|
|
5
|
+
const active = "krc-active-O65lj";
|
|
6
|
+
const triggerContent = "krc-triggerContent-JipmE";
|
|
7
|
+
const chevron = "krc-chevron-J2Zsy";
|
|
8
|
+
const label = "krc-label-lZlV-";
|
|
9
|
+
const value = "krc-value-HsQrC";
|
|
10
|
+
const clear = "krc-clear-bsi5j";
|
|
11
|
+
const panel = "krc-panel--0odx";
|
|
12
|
+
const searchContainer = "krc-searchContainer-WRS-U";
|
|
13
|
+
const search = "krc-search-Dh3pY";
|
|
14
|
+
const list = "krc-list-1RUtr";
|
|
15
|
+
const noResults = "krc-noResults-Hin1U";
|
|
16
|
+
const option = "krc-option-0mFGi";
|
|
17
|
+
const focused = "krc-focused-0-7tE";
|
|
18
|
+
const selected = "krc-selected-1zIqI";
|
|
19
|
+
const optionLabel = "krc-optionLabel-pj-hL";
|
|
20
|
+
const optionCount = "krc-optionCount-rVlCP";
|
|
21
|
+
const styles = {
|
|
22
|
+
root,
|
|
23
|
+
trigger,
|
|
24
|
+
active,
|
|
25
|
+
triggerContent,
|
|
26
|
+
chevron,
|
|
27
|
+
label,
|
|
28
|
+
value,
|
|
29
|
+
clear,
|
|
30
|
+
panel,
|
|
31
|
+
searchContainer,
|
|
32
|
+
search,
|
|
33
|
+
list,
|
|
34
|
+
noResults,
|
|
35
|
+
option,
|
|
36
|
+
focused,
|
|
37
|
+
selected,
|
|
38
|
+
optionLabel,
|
|
39
|
+
optionCount
|
|
40
|
+
};
|
|
41
|
+
exports.active = active;
|
|
42
|
+
exports.chevron = chevron;
|
|
43
|
+
exports.clear = clear;
|
|
44
|
+
exports.default = styles;
|
|
45
|
+
exports.focused = focused;
|
|
46
|
+
exports.label = label;
|
|
47
|
+
exports.list = list;
|
|
48
|
+
exports.noResults = noResults;
|
|
49
|
+
exports.option = option;
|
|
50
|
+
exports.optionCount = optionCount;
|
|
51
|
+
exports.optionLabel = optionLabel;
|
|
52
|
+
exports.panel = panel;
|
|
53
|
+
exports.root = root;
|
|
54
|
+
exports.search = search;
|
|
55
|
+
exports.searchContainer = searchContainer;
|
|
56
|
+
exports.selected = selected;
|
|
57
|
+
exports.trigger = trigger;
|
|
58
|
+
exports.triggerContent = triggerContent;
|
|
59
|
+
exports.value = value;
|
|
60
|
+
//# sourceMappingURL=index31.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index31.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index31.js
ADDED
|
@@ -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=index31.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index31.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index32.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-AouLD";
|
|
4
|
+
const header = "krc-header-pNze5";
|
|
5
|
+
const content = "krc-content-egG2e";
|
|
6
|
+
const footer = "krc-footer-WJw5Z";
|
|
7
|
+
const styles = {
|
|
8
|
+
root,
|
|
9
|
+
header,
|
|
10
|
+
content,
|
|
11
|
+
footer
|
|
12
|
+
};
|
|
13
|
+
exports.content = content;
|
|
14
|
+
exports.default = styles;
|
|
15
|
+
exports.footer = footer;
|
|
16
|
+
exports.header = header;
|
|
17
|
+
exports.root = root;
|
|
18
|
+
//# sourceMappingURL=index32.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index32.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
|
package/dist/index32.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const root = "krc-root-AouLD";
|
|
2
|
+
const header = "krc-header-pNze5";
|
|
3
|
+
const content = "krc-content-egG2e";
|
|
4
|
+
const footer = "krc-footer-WJw5Z";
|
|
5
|
+
const styles = {
|
|
6
|
+
root,
|
|
7
|
+
header,
|
|
8
|
+
content,
|
|
9
|
+
footer
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
content,
|
|
13
|
+
styles as default,
|
|
14
|
+
footer,
|
|
15
|
+
header,
|
|
16
|
+
root
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=index32.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index32.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
package/dist/index33.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-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=index33.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index33.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index33.js
ADDED
|
@@ -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=index33.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index33.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
package/dist/index34.cjs
ADDED
|
@@ -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=index34.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index34.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index34.js
ADDED
|
@@ -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=index34.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index34.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|