@ck-ui/component-library 0.3.0 → 1.0.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.
- package/dist/DropdownFooter-Dm6aLDx8.js +89 -0
- package/dist/IconSlot-CPQsGPB-.js +33 -0
- package/dist/{OptionList-BNaH2PnX.js → OptionList-DN1xZbnV.js} +29 -29
- package/dist/assets/DropdownFooter-DjdPf69A.css +1 -0
- package/dist/assets/IconSlot-D8WWEHKb.css +1 -0
- package/dist/assets/index-B81zpOpq.css +1 -0
- package/dist/assets/index-BXwGxK7I.css +1 -0
- package/dist/assets/index-BZgvXFWW.css +1 -0
- package/dist/assets/index-BoQKDmZt.css +1 -0
- package/dist/assets/index-Cdmws__2.css +1 -0
- package/dist/assets/index-CtR-jzNi.css +1 -0
- package/dist/assets/index-PKpDB4Cl.css +1 -0
- package/dist/assets/index-UphWJR2V.css +1 -0
- package/dist/assets/index-i-aBFBOq.css +1 -0
- package/dist/assets/styles-Bj-7zn37.css +1 -0
- package/dist/assets/styles-CZCmGNUn.css +1 -0
- package/dist/assets/styles-DLJzdWsF.css +1 -0
- package/dist/assets/{styles-CbbBUzsN.css → styles-DngCqCGW.css} +1 -1
- package/dist/assets/styles-O-5pBCak.css +1 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.js +53 -47
- package/dist/components/CKButton/_helper/ComboLayout.js +1 -1
- package/dist/components/CKButton/_helper/IconSlot.js +1 -1
- package/dist/components/CKButton/_helper/StandardLayout.js +1 -1
- package/dist/components/CKButton/index.js +1 -1
- package/dist/components/CKCheckbox/index.d.ts.map +1 -1
- package/dist/components/CKCheckbox/index.js +22 -21
- package/dist/components/CardBox/index.js +18 -18
- package/dist/components/CostComparatorTable/_helpers/CostCell.d.ts +3 -1
- package/dist/components/CostComparatorTable/_helpers/CostCell.d.ts.map +1 -1
- package/dist/components/CostComparatorTable/_helpers/CostCell.js +30 -28
- package/dist/components/CostComparatorTable/_helpers/HeaderCheckbox.js +1 -1
- package/dist/components/CostComparatorTable/_types/costComparatorTable.types.d.ts +7 -0
- package/dist/components/CostComparatorTable/_types/costComparatorTable.types.d.ts.map +1 -1
- package/dist/components/CostComparatorTable/index.d.ts +1 -1
- package/dist/components/CostComparatorTable/index.d.ts.map +1 -1
- package/dist/components/CostComparatorTable/index.js +93 -85
- package/dist/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.js +1685 -1651
- package/dist/components/DateRangePicker/_types/dateRangePicker.types.d.ts +10 -0
- package/dist/components/DateRangePicker/_types/dateRangePicker.types.d.ts.map +1 -1
- package/dist/components/FusionChart/_config/builders.d.ts.map +1 -1
- package/dist/components/FusionChart/_config/builders.js +141 -141
- package/dist/components/FusionChart/_config/helpers.js +2 -2
- package/dist/components/FusionChart/_helpers/doughnutHelper.d.ts.map +1 -1
- package/dist/components/FusionChart/_helpers/doughnutHelper.js +56 -43
- package/dist/components/FusionChart/index.d.ts.map +1 -1
- package/dist/components/FusionChart/index.js +356 -340
- package/dist/components/Loader/_types/loader.types.d.ts +10 -0
- package/dist/components/Loader/_types/loader.types.d.ts.map +1 -0
- package/dist/components/Loader/_types/loader.types.js +1 -0
- package/dist/components/Loader/index.d.ts +6 -0
- package/dist/components/Loader/index.d.ts.map +1 -0
- package/dist/components/Loader/index.js +37 -0
- package/dist/components/MAVDropdown/_types/mavDropdown.types.d.ts +27 -0
- package/dist/components/MAVDropdown/_types/mavDropdown.types.d.ts.map +1 -0
- package/dist/components/MAVDropdown/_types/mavDropdown.types.js +1 -0
- package/dist/components/MAVDropdown/index.d.ts +6 -0
- package/dist/components/MAVDropdown/index.d.ts.map +1 -0
- package/dist/components/MAVDropdown/index.js +162 -0
- package/dist/components/MetricCards/Component/CardWithIconAndForecast/index.js +33 -33
- package/dist/components/MultiSelect/SimpleMultiSelect.d.ts +22 -0
- package/dist/components/MultiSelect/SimpleMultiSelect.d.ts.map +1 -0
- package/dist/components/MultiSelect/SimpleMultiSelect.js +221 -0
- package/dist/components/MultiSelect/_helpers/DropdownFooter.js +1 -1
- package/dist/components/MultiSelect/_helpers/OptionRow.js +1 -1
- package/dist/components/MultiSelect/_helpers/OverflowMenu.js +1 -1
- package/dist/components/MultiSelect/_helpers/OverflowMenuItem.js +1 -1
- package/dist/components/MultiSelect/_helpers/SearchResult.js +1 -1
- package/dist/components/MultiSelect/_helpers/TagContent.d.ts.map +1 -1
- package/dist/components/MultiSelect/_helpers/TagContent.js +20 -19
- package/dist/components/MultiSelect/_helpers/TriggerButton.d.ts.map +1 -1
- package/dist/components/MultiSelect/_helpers/TriggerButton.js +39 -34
- package/dist/components/MultiSelect/_types/type.d.ts +4 -0
- package/dist/components/MultiSelect/_types/type.d.ts.map +1 -1
- package/dist/components/MultiSelect/index.d.ts +1 -1
- package/dist/components/MultiSelect/index.d.ts.map +1 -1
- package/dist/components/MultiSelect/index.js +148 -145
- package/dist/components/ProfileDropdown/_types/profileDropdown.types.d.ts +28 -0
- package/dist/components/ProfileDropdown/_types/profileDropdown.types.d.ts.map +1 -0
- package/dist/components/ProfileDropdown/_types/profileDropdown.types.js +13 -0
- package/dist/components/ProfileDropdown/constants.d.ts +3 -0
- package/dist/components/ProfileDropdown/constants.d.ts.map +1 -0
- package/dist/components/ProfileDropdown/constants.js +8 -0
- package/dist/components/ProfileDropdown/index.d.ts +6 -0
- package/dist/components/ProfileDropdown/index.d.ts.map +1 -0
- package/dist/components/ProfileDropdown/index.js +154 -0
- package/dist/components/RadioButton/index.js +34 -34
- package/dist/components/RadioGroup/_types/radioGroup.types.d.ts +1 -0
- package/dist/components/RadioGroup/_types/radioGroup.types.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.d.ts +1 -1
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +19 -17
- package/dist/components/Search/index.js +35 -35
- package/dist/components/SingleSelectDropdown/_helpers/DropdownFooter.d.ts +2 -1
- package/dist/components/SingleSelectDropdown/_helpers/DropdownFooter.d.ts.map +1 -1
- package/dist/components/SingleSelectDropdown/_helpers/DropdownFooter.js +7 -3
- package/dist/components/SingleSelectDropdown/_types/singleSelectDropdown.types.d.ts +2 -2
- package/dist/components/SingleSelectDropdown/_types/singleSelectDropdown.types.d.ts.map +1 -1
- package/dist/components/SingleSelectDropdown/index.d.ts +1 -1
- package/dist/components/SingleSelectDropdown/index.d.ts.map +1 -1
- package/dist/components/SingleSelectDropdown/index.js +61 -57
- package/dist/components/Table/_helpers/ColumnManager/ColumnConfig.d.ts +1 -0
- package/dist/components/Table/_helpers/ColumnManager/ColumnConfig.d.ts.map +1 -1
- package/dist/components/Table/_helpers/ColumnManager/ColumnConfig.js +49 -47
- package/dist/components/Table/_helpers/ColumnManager/index.d.ts.map +1 -1
- package/dist/components/Table/_helpers/ColumnManager/index.js +393 -385
- package/dist/components/Table/_helpers/ExpandableRow/index.d.ts.map +1 -1
- package/dist/components/Table/_helpers/ExpandableRow/index.js +30 -20
- package/dist/components/Table/_helpers/GroupedHeader/index.d.ts +2 -2
- package/dist/components/Table/_helpers/GroupedHeader/index.d.ts.map +1 -1
- package/dist/components/Table/_helpers/GroupedHeader/index.js +79 -87
- package/dist/components/Table/_helpers/TableFilterModal/OptionList.js +1 -1
- package/dist/components/Table/_helpers/TableFilterModal/index.d.ts.map +1 -1
- package/dist/components/Table/_helpers/TableFilterModal/index.js +43 -42
- package/dist/components/Table/_helpers/TableRows.d.ts +1 -1
- package/dist/components/Table/_helpers/TableRows.d.ts.map +1 -1
- package/dist/components/Table/_helpers/TableRows.js +288 -283
- package/dist/components/Table/_types/table.types.d.ts +9 -3
- package/dist/components/Table/_types/table.types.d.ts.map +1 -1
- package/dist/components/Table/_utils/table.utils.d.ts +3 -0
- package/dist/components/Table/_utils/table.utils.d.ts.map +1 -1
- package/dist/components/Table/_utils/table.utils.js +73 -23
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +388 -358
- package/dist/components/Typography/index.js +30 -30
- package/dist/main.d.ts +6 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +97 -85
- package/dist/styles.module-BXby6f8d.js +16 -0
- package/dist/styles.module-DakCndIP.js +42 -0
- package/package.json +1 -1
- package/dist/DropdownFooter-C20yRiDR.js +0 -84
- package/dist/IconSlot-CFKmSU2_.js +0 -33
- package/dist/assets/DropdownFooter-C7Cml53c.css +0 -1
- package/dist/assets/IconSlot-CLpdZgmb.css +0 -1
- package/dist/assets/index-BQ0m7FKV.css +0 -1
- package/dist/assets/index-BmQOtMhS.css +0 -1
- package/dist/assets/index-CaWXKQ7j.css +0 -1
- package/dist/assets/index-CiQd_iRw.css +0 -1
- package/dist/assets/index-Dudb2XKF.css +0 -1
- package/dist/assets/index-w7AdSPwF.css +0 -1
- package/dist/assets/styles-BA66-SUu.css +0 -1
- package/dist/assets/styles-BTZL03H2.css +0 -1
- package/dist/assets/styles-CflOKRvX.css +0 -1
- package/dist/assets/styles-D8sahtFb.css +0 -1
- package/dist/styles.module-CCyijXTv.js +0 -16
- package/dist/styles.module-CmWIIYpK.js +0 -41
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import '../../assets/index-
|
|
3
|
-
"ckds-typography": "_ckds-
|
|
4
|
-
caption:
|
|
5
|
-
"body-xs": "_body-
|
|
6
|
-
"body-sm": "_body-
|
|
7
|
-
"body-lg": "_body-
|
|
8
|
-
h3:
|
|
9
|
-
h2:
|
|
10
|
-
h1:
|
|
11
|
-
regular:
|
|
12
|
-
medium:
|
|
13
|
-
semibold:
|
|
14
|
-
bold:
|
|
15
|
-
primary:
|
|
16
|
-
secondary:
|
|
17
|
-
disabled:
|
|
18
|
-
error:
|
|
19
|
-
success:
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import '../../assets/index-UphWJR2V.css';const t = "_caption_3a41f_9", n = "_h3_3a41f_29", y = "_h2_3a41f_34", f = "_h1_3a41f_39", m = "_regular_3a41f_47", i = "_medium_3a41f_51", p = "_semibold_3a41f_55", l = "_bold_3a41f_59", b = "_primary_3a41f_66", h = "_secondary_3a41f_70", u = "_disabled_3a41f_74", g = "_error_3a41f_78", $ = "_success_3a41f_82", _ = {
|
|
3
|
+
"ckds-typography": "_ckds-typography_3a41f_1",
|
|
4
|
+
caption: t,
|
|
5
|
+
"body-xs": "_body-xs_3a41f_14",
|
|
6
|
+
"body-sm": "_body-sm_3a41f_19",
|
|
7
|
+
"body-lg": "_body-lg_3a41f_24",
|
|
8
|
+
h3: n,
|
|
9
|
+
h2: y,
|
|
10
|
+
h1: f,
|
|
11
|
+
regular: m,
|
|
12
|
+
medium: i,
|
|
13
|
+
semibold: p,
|
|
14
|
+
bold: l,
|
|
15
|
+
primary: b,
|
|
16
|
+
secondary: h,
|
|
17
|
+
disabled: u,
|
|
18
|
+
error: g,
|
|
19
|
+
success: $
|
|
20
20
|
};
|
|
21
|
-
function
|
|
21
|
+
function k({
|
|
22
22
|
variant: s = "body-sm",
|
|
23
23
|
weight: o = "regular",
|
|
24
|
-
color:
|
|
25
|
-
className:
|
|
26
|
-
children:
|
|
27
|
-
as:
|
|
24
|
+
color: a = "primary",
|
|
25
|
+
className: r = "",
|
|
26
|
+
children: c,
|
|
27
|
+
as: d = "p"
|
|
28
28
|
}) {
|
|
29
|
-
return /* @__PURE__ */
|
|
30
|
-
|
|
29
|
+
return /* @__PURE__ */ e(
|
|
30
|
+
d,
|
|
31
31
|
{
|
|
32
32
|
className: `
|
|
33
33
|
${_["ckds-typography"]}
|
|
34
34
|
${_[s]}
|
|
35
35
|
${_[o]}
|
|
36
|
-
${_[
|
|
37
|
-
${
|
|
36
|
+
${_[a]}
|
|
37
|
+
${r}
|
|
38
38
|
`,
|
|
39
|
-
children:
|
|
39
|
+
children: c
|
|
40
40
|
}
|
|
41
41
|
);
|
|
42
42
|
}
|
|
43
43
|
export {
|
|
44
|
-
|
|
44
|
+
k as Typography
|
|
45
45
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export { GroupedMultiSelect } from './components/GroupedMultiSelect';
|
|
|
27
27
|
export { GroupedSingleSelect } from './components/GroupedSingleSelect';
|
|
28
28
|
export { MenuOptions, MenuOptionsWrapper } from './components/MenuOptions';
|
|
29
29
|
export { TextField } from './components/TextField';
|
|
30
|
+
export { Pagination } from './components/Pagination';
|
|
30
31
|
export { ProgressBar } from './components/ProgressBar';
|
|
31
32
|
export type { ProgressBarProps, ProgressBarColor, ProgressBarSize, ProgressBarThreshold } from './components/ProgressBar/_types/progressBar.types';
|
|
32
33
|
export { DateRangePicker } from './components/DateRangePicker/DateRangePicker';
|
|
@@ -40,6 +41,11 @@ export { FilterColumnToolbar } from './components/Table/_helpers/FilterColumnToo
|
|
|
40
41
|
export { MetricCard } from './components/MetricCards';
|
|
41
42
|
export { CardBox } from './components/CardBox';
|
|
42
43
|
export { MultiSelect } from './components/MultiSelect';
|
|
44
|
+
export { SimpleMultiSelect } from './components/MultiSelect/SimpleMultiSelect';
|
|
45
|
+
export { ProfileDropdown } from './components/ProfileDropdown';
|
|
46
|
+
export { MAVDropdown } from './components/MAVDropdown';
|
|
43
47
|
export * from './theme/Theme';
|
|
44
48
|
export { FusionChart } from './components/FusionChart';
|
|
49
|
+
export { Loader } from './components/Loader';
|
|
50
|
+
export { Typography } from './components/Typography';
|
|
45
51
|
//# sourceMappingURL=main.d.ts.map
|
package/dist/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../lib/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../lib/main.ts"],"names":[],"mappings":"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"}
|
package/dist/main.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Button as z } from "./components/Button/index.js";
|
|
2
|
-
import { Avatar as
|
|
3
|
-
import { CKButton as
|
|
2
|
+
import { Avatar as I } from "./components/Avatar/index.js";
|
|
3
|
+
import { CKButton as q } from "./components/CKButton/index.js";
|
|
4
4
|
import { IconButton as X } from "./components/IconButton/index.js";
|
|
5
5
|
import { Stepper as J } from "./components/Stepper/index.js";
|
|
6
6
|
import { Input as Z } from "./components/Input/index.js";
|
|
7
7
|
import { Label as ce } from "./components/Label/index.js";
|
|
8
8
|
import { Tag as re } from "./components/Tag/index.js";
|
|
9
|
-
import { Switch as
|
|
9
|
+
import { Switch as se } from "./components/Switch/index.js";
|
|
10
10
|
import { Checkbox as te } from "./components/Checkbox/index.js";
|
|
11
|
-
import { CopyText as
|
|
12
|
-
import { jsxs as
|
|
11
|
+
import { CopyText as me } from "./components/Copy/index.js";
|
|
12
|
+
import { jsxs as o, jsx as l } from "react/jsx-runtime";
|
|
13
13
|
import { useState as p, useEffect as k } from "react";
|
|
14
14
|
import { Tooltip as ne } from "./components/Tooltip/index.js";
|
|
15
15
|
import { Toggle as ke } from "./components/Toggle/index.js";
|
|
@@ -22,30 +22,36 @@ import { useToast as Ce } from "./components/Toast/_hooks/useToast.js";
|
|
|
22
22
|
import { EmptyState as Se } from "./components/EmptyState/index.js";
|
|
23
23
|
import { RadioButton as Be } from "./components/RadioButton/index.js";
|
|
24
24
|
import { ErrorPage as Ge } from "./components/ErrorPage/index.js";
|
|
25
|
-
import { Search as
|
|
25
|
+
import { Search as Ve } from "./components/Search/index.js";
|
|
26
26
|
import { SingleSelectDropdown as Le } from "./components/SingleSelectDropdown/index.js";
|
|
27
|
-
import { Breadcrumb as
|
|
27
|
+
import { Breadcrumb as He } from "./components/Breadcrumb/index.js";
|
|
28
28
|
import { DeviationTag as Ee } from "./components/DeviationTag/index.js";
|
|
29
29
|
import { GroupedMultiSelect as We } from "./components/GroupedMultiSelect/index.js";
|
|
30
30
|
import { GroupedSingleSelect as ze } from "./components/GroupedSingleSelect/index.js";
|
|
31
|
-
import { MenuOptions as
|
|
32
|
-
import { TextField as
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import
|
|
31
|
+
import { MenuOptions as Ie } from "./components/MenuOptions/index.js";
|
|
32
|
+
import { TextField as qe } from "./components/TextField/index.js";
|
|
33
|
+
import { Pagination as Xe } from "./components/Pagination/index.js";
|
|
34
|
+
import { ProgressBar as Je } from "./components/ProgressBar/index.js";
|
|
35
|
+
import { DateRangePicker as Ze } from "./components/DateRangePicker/DateRangePicker.js";
|
|
36
|
+
import { CustomTable as cc } from "./components/Table/index.js";
|
|
37
|
+
import { CostComparatorTable as rc } from "./components/CostComparatorTable/index.js";
|
|
38
|
+
import { RadioGroup as sc } from "./components/RadioGroup/index.js";
|
|
39
|
+
import { useSelection as tc } from "./components/Table/_hooks/useSelection.js";
|
|
40
|
+
import { useExpansion as mc } from "./components/Table/_hooks/useExpansion.js";
|
|
41
|
+
import { useFilterColumnState as nc } from "./components/Table/_hooks/useFilterColumnState.js";
|
|
42
|
+
import { FilterColumnToolbar as kc } from "./components/Table/_helpers/FilterColumnToolbar.js";
|
|
43
|
+
import { MetricCard as gc } from "./components/MetricCards/index.js";
|
|
44
|
+
import { CardBox as yc } from "./components/CardBox/index.js";
|
|
45
|
+
import { MultiSelect as fc } from "./components/MultiSelect/index.js";
|
|
46
|
+
import { SimpleMultiSelect as vc } from "./components/MultiSelect/SimpleMultiSelect.js";
|
|
47
|
+
import { ProfileDropdown as Nc } from "./components/ProfileDropdown/index.js";
|
|
48
|
+
import { MAVDropdown as Cc } from "./components/MAVDropdown/index.js";
|
|
49
|
+
import { CKThemeProvider as Sc } from "./theme/Theme.js";
|
|
50
|
+
import { FusionChart as Bc } from "./components/FusionChart/index.js";
|
|
51
|
+
import { Loader as Gc } from "./components/Loader/index.js";
|
|
52
|
+
import { Typography as Vc } from "./components/Typography/index.js";
|
|
53
|
+
import { MenuOptionsWrapper as Lc } from "./components/MenuOptions/MenuOptionsWrapper.js";
|
|
54
|
+
import './assets/main-Dv8QUU_o.css';const b = "_showcase_97m56_1", g = "_title_97m56_8", h = "_lead_97m56_15", y = "_section_97m56_22", u = "_sectionTitle_97m56_26", f = "_subtle_97m56_35", x = "_grid_97m56_42", v = "_varRow_97m56_48", _ = "_varName_97m56_58", N = "_varValue_97m56_65", w = "_colorChip_97m56_71", C = "_swatch_97m56_79", T = "_swatchTop_97m56_85", S = "_swatchLabel_97m56_92", $ = "_typographyRow_97m56_102", B = "_typographyMeta_97m56_116", R = "_typographyClass_97m56_121", G = "_typographyGroupTitle_97m56_128", M = "_fsSample_97m56_135", c = {
|
|
49
55
|
showcase: b,
|
|
50
56
|
title: g,
|
|
51
57
|
lead: h,
|
|
@@ -64,8 +70,8 @@ import './assets/main-Dv8QUU_o.css';const b = "_showcase_97m56_1", g = "_title_9
|
|
|
64
70
|
typographyMeta: B,
|
|
65
71
|
typographyClass: R,
|
|
66
72
|
typographyGroupTitle: G,
|
|
67
|
-
fsSample:
|
|
68
|
-
},
|
|
73
|
+
fsSample: M
|
|
74
|
+
}, d = [
|
|
69
75
|
{
|
|
70
76
|
title: "Primary",
|
|
71
77
|
variables: [
|
|
@@ -184,7 +190,7 @@ import './assets/main-Dv8QUU_o.css';const b = "_showcase_97m56_1", g = "_title_9
|
|
|
184
190
|
"--ckcl-tag-alert-border"
|
|
185
191
|
]
|
|
186
192
|
}
|
|
187
|
-
],
|
|
193
|
+
], V = [
|
|
188
194
|
"ckcl-primary-bg-600",
|
|
189
195
|
"ckcl-primary-bg-500",
|
|
190
196
|
"ckcl-primary-bg-400",
|
|
@@ -256,7 +262,7 @@ import './assets/main-Dv8QUU_o.css';const b = "_showcase_97m56_1", g = "_title_9
|
|
|
256
262
|
"ckcl-fs-md",
|
|
257
263
|
"ckcl-fs-lg",
|
|
258
264
|
"ckcl-fs-xl"
|
|
259
|
-
],
|
|
265
|
+
], D = [
|
|
260
266
|
...["reg", "med", "semibold", "bold"].map((e) => ({
|
|
261
267
|
group: "Heading 1",
|
|
262
268
|
label: `H1 ${e === "reg" ? "regular" : e === "med" ? "medium" : e === "semibold" ? "semibold" : "bold"}`,
|
|
@@ -293,25 +299,25 @@ import './assets/main-Dv8QUU_o.css';const b = "_showcase_97m56_1", g = "_title_9
|
|
|
293
299
|
className: `ckcl-cap-${e === "semibold" ? "semibold" : e}`
|
|
294
300
|
}))
|
|
295
301
|
];
|
|
296
|
-
function
|
|
302
|
+
function H() {
|
|
297
303
|
const [e, i] = p({});
|
|
298
304
|
return k(() => {
|
|
299
|
-
const
|
|
300
|
-
for (const a of
|
|
305
|
+
const m = document.documentElement, r = getComputedStyle(m), s = {};
|
|
306
|
+
for (const a of d)
|
|
301
307
|
for (const t of a.variables)
|
|
302
|
-
|
|
303
|
-
i(
|
|
308
|
+
s[t] = r.getPropertyValue(t).trim();
|
|
309
|
+
i(s);
|
|
304
310
|
}, []), e;
|
|
305
311
|
}
|
|
306
312
|
function F({ className: e = "" }) {
|
|
307
|
-
const i =
|
|
308
|
-
return /* @__PURE__ */
|
|
313
|
+
const i = H(), m = D.reduce((r, s) => (r[s.group] || (r[s.group] = []), r[s.group].push(s), r), {});
|
|
314
|
+
return /* @__PURE__ */ o(
|
|
309
315
|
"div",
|
|
310
316
|
{
|
|
311
317
|
className: `${c.showcase} ckcl-font-family-base ckcl-body-sm-reg ${e}`,
|
|
312
318
|
children: [
|
|
313
319
|
/* @__PURE__ */ l("h1", { className: c.title, children: "Design tokens & utilities" }),
|
|
314
|
-
/* @__PURE__ */
|
|
320
|
+
/* @__PURE__ */ o("p", { className: c.lead, children: [
|
|
315
321
|
"Reference for CSS custom properties (override via ",
|
|
316
322
|
/* @__PURE__ */ l("code", { children: ":root" }),
|
|
317
323
|
") and global utility classes from the CloudKeeper component library theme. Import",
|
|
@@ -321,38 +327,38 @@ function F({ className: e = "" }) {
|
|
|
321
327
|
/* @__PURE__ */ l("code", { children: "CKThemeProvider" }),
|
|
322
328
|
") so variables and classes apply."
|
|
323
329
|
] }),
|
|
324
|
-
/* @__PURE__ */
|
|
330
|
+
/* @__PURE__ */ o("section", { className: c.section, "aria-labelledby": "section-vars", children: [
|
|
325
331
|
/* @__PURE__ */ l("h2", { id: "section-vars", className: c.sectionTitle, children: "CSS variables" }),
|
|
326
|
-
/* @__PURE__ */
|
|
332
|
+
/* @__PURE__ */ o("p", { className: c.subtle, children: [
|
|
327
333
|
"Resolved values below come from the current document (Storybook loads",
|
|
328
334
|
" ",
|
|
329
335
|
/* @__PURE__ */ l("code", { children: "lib/theme/theme.scss" }),
|
|
330
336
|
" in preview)."
|
|
331
337
|
] }),
|
|
332
|
-
|
|
338
|
+
d.map((r) => /* @__PURE__ */ o("div", { children: [
|
|
333
339
|
/* @__PURE__ */ l("h3", { className: c.typographyGroupTitle, children: r.title }),
|
|
334
|
-
/* @__PURE__ */ l("div", { className: c.grid, children: r.variables.map((
|
|
335
|
-
const a = i[
|
|
336
|
-
return /* @__PURE__ */
|
|
340
|
+
/* @__PURE__ */ l("div", { className: c.grid, children: r.variables.map((s) => {
|
|
341
|
+
const a = i[s] ?? "", t = a || "(empty)", n = a.startsWith("#") || a.startsWith("rgb") || s.includes("tag-") || s.includes("primary-") || s.includes("black-") || s.includes("red-") || s.includes("yellow-") || s.includes("green-") || s === "--ckcl-white";
|
|
342
|
+
return /* @__PURE__ */ o("div", { className: c.varRow, children: [
|
|
337
343
|
n && a.startsWith("#") ? /* @__PURE__ */ l(
|
|
338
344
|
"div",
|
|
339
345
|
{
|
|
340
346
|
className: c.colorChip,
|
|
341
|
-
style: { backgroundColor: `var(${
|
|
347
|
+
style: { backgroundColor: `var(${s})` },
|
|
342
348
|
title: t
|
|
343
349
|
}
|
|
344
350
|
) : null,
|
|
345
|
-
/* @__PURE__ */ l("span", { className: c.varName, children:
|
|
351
|
+
/* @__PURE__ */ l("span", { className: c.varName, children: s }),
|
|
346
352
|
/* @__PURE__ */ l("span", { className: c.varValue, children: t })
|
|
347
|
-
] },
|
|
353
|
+
] }, s);
|
|
348
354
|
}) })
|
|
349
355
|
] }, r.title))
|
|
350
356
|
] }),
|
|
351
|
-
/* @__PURE__ */
|
|
357
|
+
/* @__PURE__ */ o("section", { className: c.section, "aria-labelledby": "section-bg", children: [
|
|
352
358
|
/* @__PURE__ */ l("h2", { id: "section-bg", className: c.sectionTitle, children: "Background color classes" }),
|
|
353
|
-
/* @__PURE__ */
|
|
359
|
+
/* @__PURE__ */ o("p", { className: c.subtle, children: [
|
|
354
360
|
"Classes follow ",
|
|
355
|
-
/* @__PURE__ */
|
|
361
|
+
/* @__PURE__ */ o("code", { children: [
|
|
356
362
|
"ckcl-",
|
|
357
363
|
"<scale>",
|
|
358
364
|
"-bg-",
|
|
@@ -363,16 +369,16 @@ function F({ className: e = "" }) {
|
|
|
363
369
|
/* @__PURE__ */ l("code", { children: "_backgroundColor.scss" }),
|
|
364
370
|
")."
|
|
365
371
|
] }),
|
|
366
|
-
/* @__PURE__ */ l("div", { className: c.grid, children:
|
|
372
|
+
/* @__PURE__ */ l("div", { className: c.grid, children: V.map((r) => /* @__PURE__ */ o("div", { className: c.swatch, children: [
|
|
367
373
|
/* @__PURE__ */ l("div", { className: `${r} ${c.swatchTop}`, "aria-hidden": !0 }),
|
|
368
374
|
/* @__PURE__ */ l("div", { className: c.swatchLabel, children: r })
|
|
369
375
|
] }, r)) })
|
|
370
376
|
] }),
|
|
371
|
-
/* @__PURE__ */
|
|
377
|
+
/* @__PURE__ */ o("section", { className: c.section, "aria-labelledby": "section-text", children: [
|
|
372
378
|
/* @__PURE__ */ l("h2", { id: "section-text", className: c.sectionTitle, children: "Text color classes" }),
|
|
373
|
-
/* @__PURE__ */
|
|
379
|
+
/* @__PURE__ */ o("p", { className: c.subtle, children: [
|
|
374
380
|
"Classes follow ",
|
|
375
|
-
/* @__PURE__ */
|
|
381
|
+
/* @__PURE__ */ o("code", { children: [
|
|
376
382
|
"ckcl-",
|
|
377
383
|
"<scale>",
|
|
378
384
|
"-",
|
|
@@ -388,7 +394,7 @@ function F({ className: e = "" }) {
|
|
|
388
394
|
/* @__PURE__ */ l("code", { children: "_color.scss" }),
|
|
389
395
|
"."
|
|
390
396
|
] }),
|
|
391
|
-
/* @__PURE__ */ l("div", { className: c.grid, children: P.map((r) => /* @__PURE__ */
|
|
397
|
+
/* @__PURE__ */ l("div", { className: c.grid, children: P.map((r) => /* @__PURE__ */ o("div", { className: c.swatch, children: [
|
|
392
398
|
/* @__PURE__ */ l(
|
|
393
399
|
"div",
|
|
394
400
|
{
|
|
@@ -399,29 +405,29 @@ function F({ className: e = "" }) {
|
|
|
399
405
|
/* @__PURE__ */ l("div", { className: c.swatchLabel, children: r })
|
|
400
406
|
] }, r)) })
|
|
401
407
|
] }),
|
|
402
|
-
/* @__PURE__ */
|
|
408
|
+
/* @__PURE__ */ o("section", { className: c.section, "aria-labelledby": "section-fs", children: [
|
|
403
409
|
/* @__PURE__ */ l("h2", { id: "section-fs", className: c.sectionTitle, children: "Font size classes" }),
|
|
404
|
-
/* @__PURE__ */
|
|
410
|
+
/* @__PURE__ */ o("p", { className: c.subtle, children: [
|
|
405
411
|
"Use ",
|
|
406
412
|
/* @__PURE__ */ l("code", { children: "ckcl-fs-*" }),
|
|
407
413
|
" for raw steps; prefer typography presets below for line height and weight."
|
|
408
414
|
] }),
|
|
409
|
-
/* @__PURE__ */ l("div", { className: c.grid, children: L.map((r) => /* @__PURE__ */
|
|
415
|
+
/* @__PURE__ */ l("div", { className: c.grid, children: L.map((r) => /* @__PURE__ */ o("div", { className: c.varRow, children: [
|
|
410
416
|
/* @__PURE__ */ l("p", { className: `${r} ${c.fsSample} ckcl-black-600`, children: "The quick brown fox" }),
|
|
411
417
|
/* @__PURE__ */ l("span", { className: c.varName, children: r })
|
|
412
418
|
] }, r)) })
|
|
413
419
|
] }),
|
|
414
|
-
/* @__PURE__ */
|
|
420
|
+
/* @__PURE__ */ o("section", { className: c.section, "aria-labelledby": "section-type", children: [
|
|
415
421
|
/* @__PURE__ */ l("h2", { id: "section-type", className: c.sectionTitle, children: "Typography presets" }),
|
|
416
|
-
/* @__PURE__ */
|
|
422
|
+
/* @__PURE__ */ o("p", { className: c.subtle, children: [
|
|
417
423
|
"Composite classes combining font size, weight, and line height (",
|
|
418
424
|
/* @__PURE__ */ l("code", { children: "_typography.scss" }),
|
|
419
425
|
")."
|
|
420
426
|
] }),
|
|
421
|
-
Object.entries(
|
|
427
|
+
Object.entries(m).map(([r, s]) => /* @__PURE__ */ o("div", { children: [
|
|
422
428
|
/* @__PURE__ */ l("h3", { className: c.typographyGroupTitle, children: r }),
|
|
423
|
-
|
|
424
|
-
/* @__PURE__ */
|
|
429
|
+
s.map((a) => /* @__PURE__ */ o("div", { className: c.typographyRow, children: [
|
|
430
|
+
/* @__PURE__ */ o("div", { children: [
|
|
425
431
|
/* @__PURE__ */ l("div", { className: c.typographyMeta, children: a.label }),
|
|
426
432
|
/* @__PURE__ */ l("div", { className: c.typographyClass, children: a.className })
|
|
427
433
|
] }),
|
|
@@ -434,50 +440,56 @@ function F({ className: e = "" }) {
|
|
|
434
440
|
);
|
|
435
441
|
}
|
|
436
442
|
export {
|
|
437
|
-
|
|
438
|
-
|
|
443
|
+
I as Avatar,
|
|
444
|
+
He as Breadcrumb,
|
|
439
445
|
z as Button,
|
|
440
|
-
|
|
446
|
+
q as CKButton,
|
|
441
447
|
ye as CKCheckbox,
|
|
442
448
|
ge as CKTag,
|
|
443
|
-
|
|
444
|
-
|
|
449
|
+
Sc as CKThemeProvider,
|
|
450
|
+
yc as CardBox,
|
|
445
451
|
te as Checkbox,
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
452
|
+
me as CopyText,
|
|
453
|
+
rc as CostComparatorTable,
|
|
454
|
+
cc as CustomTable,
|
|
455
|
+
Ze as DateRangePicker,
|
|
450
456
|
F as DesignSystemShowcase,
|
|
451
457
|
Ee as DeviationTag,
|
|
452
458
|
Se as EmptyState,
|
|
453
459
|
Ge as ErrorPage,
|
|
454
|
-
|
|
455
|
-
|
|
460
|
+
kc as FilterColumnToolbar,
|
|
461
|
+
Bc as FusionChart,
|
|
456
462
|
We as GroupedMultiSelect,
|
|
457
463
|
ze as GroupedSingleSelect,
|
|
458
464
|
X as IconButton,
|
|
459
465
|
Z as Input,
|
|
460
466
|
ce as Label,
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
467
|
+
Gc as Loader,
|
|
468
|
+
Cc as MAVDropdown,
|
|
469
|
+
Ie as MenuOptions,
|
|
470
|
+
Lc as MenuOptionsWrapper,
|
|
471
|
+
gc as MetricCard,
|
|
472
|
+
fc as MultiSelect,
|
|
473
|
+
Xe as Pagination,
|
|
474
|
+
Nc as ProfileDropdown,
|
|
475
|
+
Je as ProgressBar,
|
|
466
476
|
Be as RadioButton,
|
|
467
|
-
|
|
468
|
-
|
|
477
|
+
sc as RadioGroup,
|
|
478
|
+
Ve as Search,
|
|
479
|
+
vc as SimpleMultiSelect,
|
|
469
480
|
Le as SingleSelectDropdown,
|
|
470
481
|
J as Stepper,
|
|
471
|
-
|
|
482
|
+
se as Switch,
|
|
472
483
|
fe as Tabs,
|
|
473
484
|
re as Tag,
|
|
474
|
-
|
|
485
|
+
qe as TextField,
|
|
475
486
|
ve as ToastContent,
|
|
476
487
|
Ne as ToastProvider,
|
|
477
488
|
ke as Toggle,
|
|
478
489
|
ne as Tooltip,
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
490
|
+
Vc as Typography,
|
|
491
|
+
mc as useExpansion,
|
|
492
|
+
nc as useFilterColumnState,
|
|
493
|
+
tc as useSelection,
|
|
482
494
|
Ce as useToast
|
|
483
495
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import './assets/styles-CZCmGNUn.css';const c = {
|
|
2
|
+
"ckds-cost-comparator-wrapper": "_ckds-cost-comparator-wrapper_115v1_1",
|
|
3
|
+
"ckds-cost-comparator-toolbar": "_ckds-cost-comparator-toolbar_115v1_5",
|
|
4
|
+
"ckds-cost-comparator-toggle": "_ckds-cost-comparator-toggle_115v1_13",
|
|
5
|
+
"ckds-cost-comparator-toggle-label": "_ckds-cost-comparator-toggle-label_115v1_21",
|
|
6
|
+
"ckds-cost-comparator-legend": "_ckds-cost-comparator-legend_115v1_27",
|
|
7
|
+
"ckds-header-label": "_ckds-header-label_115v1_32",
|
|
8
|
+
"ckds-header-checkbox": "_ckds-header-checkbox_115v1_37",
|
|
9
|
+
"ckds-disabled": "_ckds-disabled_115v1_43",
|
|
10
|
+
"ckds-header-checkbox-label": "_ckds-header-checkbox-label_115v1_43",
|
|
11
|
+
"ckds-cost-cell": "_ckds-cost-cell_115v1_54",
|
|
12
|
+
"ckds-total-cell": "_ckds-total-cell_115v1_59"
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
c as s
|
|
16
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import './assets/styles-Bj-7zn37.css';const e = "_required_ucbhw_41", _ = "_trigger_ucbhw_45", c = "_placeholder_ucbhw_72", r = "_chevron_ucbhw_80", o = "_dropdown_ucbhw_139", t = "_divider_ucbhw_182", l = "_clearDisabled_ucbhw_246", u = {
|
|
2
|
+
"ckds-wrapper": "_ckds-wrapper_ucbhw_1",
|
|
3
|
+
"ckds-wrapper-disabled": "_ckds-wrapper-disabled_ucbhw_31",
|
|
4
|
+
"label-wrapper": "_label-wrapper_ucbhw_37",
|
|
5
|
+
required: e,
|
|
6
|
+
"trigger-wrapper": "_trigger-wrapper_ucbhw_45",
|
|
7
|
+
trigger: _,
|
|
8
|
+
"trigger-open": "_trigger-open_ucbhw_64",
|
|
9
|
+
placeholder: c,
|
|
10
|
+
"placeholder-required": "_placeholder-required_ucbhw_76",
|
|
11
|
+
chevron: r,
|
|
12
|
+
"chevron-up": "_chevron-up_ucbhw_86",
|
|
13
|
+
"selected-tags-container": "_selected-tags-container_ucbhw_90",
|
|
14
|
+
"selected-tag-wrapper": "_selected-tag-wrapper_ucbhw_98",
|
|
15
|
+
"selected-tag-content": "_selected-tag-content_ucbhw_104",
|
|
16
|
+
"select-all-label": "_select-all-label_ucbhw_111",
|
|
17
|
+
"remove-icon": "_remove-icon_ucbhw_116",
|
|
18
|
+
"overflow-count": "_overflow-count_ucbhw_120",
|
|
19
|
+
"helper-text": "_helper-text_ucbhw_125",
|
|
20
|
+
dropdown: o,
|
|
21
|
+
"dropdown-helper": "_dropdown-helper_ucbhw_156",
|
|
22
|
+
"result-wrapper": "_result-wrapper_ucbhw_161",
|
|
23
|
+
"result-count": "_result-count_ucbhw_168",
|
|
24
|
+
"exclude-row": "_exclude-row_ucbhw_172",
|
|
25
|
+
"exclude-label": "_exclude-label_ucbhw_178",
|
|
26
|
+
divider: t,
|
|
27
|
+
"ckds-options-list": "_ckds-options-list_ucbhw_188",
|
|
28
|
+
"option-row": "_option-row_ucbhw_203",
|
|
29
|
+
"option-label": "_option-label_ucbhw_217",
|
|
30
|
+
"no-results": "_no-results_ucbhw_221",
|
|
31
|
+
"ckds-multi-select-footer": "_ckds-multi-select-footer_ucbhw_227",
|
|
32
|
+
"clear-btn": "_clear-btn_ucbhw_240",
|
|
33
|
+
clearDisabled: l,
|
|
34
|
+
"footer-actions": "_footer-actions_ucbhw_251",
|
|
35
|
+
"footer-actions-end": "_footer-actions-end_ucbhw_256",
|
|
36
|
+
"menu-list": "_menu-list_ucbhw_285",
|
|
37
|
+
"ckds-menu-item": "_ckds-menu-item_ucbhw_300",
|
|
38
|
+
"menu-item-label": "_menu-item-label_ucbhw_312"
|
|
39
|
+
};
|
|
40
|
+
export {
|
|
41
|
+
u as s
|
|
42
|
+
};
|
package/package.json
CHANGED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import "./components/Avatar/index.js";
|
|
3
|
-
import { CKButton as _ } from "./components/CKButton/index.js";
|
|
4
|
-
import "./components/IconButton/index.js";
|
|
5
|
-
import "./components/Stepper/index.js";
|
|
6
|
-
import "react";
|
|
7
|
-
import "./index-C8cPPHJD.js";
|
|
8
|
-
import './assets/theme-gJHYUL9y.css';import './assets/styles-CbbBUzsN.css';import './assets/styles-BTZL03H2.css';import './assets/styles-D8sahtFb.css';import './assets/ReactToastify-tlSLHgLC.css';import './assets/DropdownFooter-C7Cml53c.css';/* empty css */
|
|
9
|
-
import "./components/GroupedMultiSelect/_helpers/TagContent.js";
|
|
10
|
-
import "./components/GroupedMultiSelect/_helpers/OptionRow.js";
|
|
11
|
-
import "./components/GroupedSingleSelect/_helpers/OptionRow.js";
|
|
12
|
-
import "./components/DateRangePicker/DateRangePicker.js";
|
|
13
|
-
/* empty css */
|
|
14
|
-
/* empty css */
|
|
15
|
-
/* empty css */
|
|
16
|
-
import "./components/MultiSelect/_helpers/TagContent.js";
|
|
17
|
-
import "./components/MultiSelect/_helpers/OptionRow.js";
|
|
18
|
-
/* empty css */
|
|
19
|
-
import "./components/FusionChart/index.js";
|
|
20
|
-
const l = "_label_eja0g_15", c = "_mandatory_eja0g_29", p = "_trigger_eja0g_35", d = "_active_eja0g_52", m = "_arrow_eja0g_56", g = "_open_eja0g_70", j = "_value_eja0g_75", h = "_placeholder_eja0g_76", b = "_dropdown_eja0g_108", v = "_options_eja0g_132", w = "_footer_eja0g_163", f = "_clear_eja0g_170", y = "_actions_eja0g_183", C = "_disabled_eja0g_197", k = "_helper_eja0g_202", u = "_noData_eja0g_221", e = {
|
|
21
|
-
"ckds-single-select": "_ckds-single-select_eja0g_1",
|
|
22
|
-
label: l,
|
|
23
|
-
mandatory: c,
|
|
24
|
-
trigger: p,
|
|
25
|
-
active: d,
|
|
26
|
-
arrow: m,
|
|
27
|
-
open: g,
|
|
28
|
-
value: j,
|
|
29
|
-
placeholder: h,
|
|
30
|
-
dropdown: b,
|
|
31
|
-
"search-wrapper": "_search-wrapper_eja0g_119",
|
|
32
|
-
options: v,
|
|
33
|
-
footer: w,
|
|
34
|
-
clear: f,
|
|
35
|
-
actions: y,
|
|
36
|
-
disabled: C,
|
|
37
|
-
helper: k,
|
|
38
|
-
"helper-icon": "_helper-icon_eja0g_216",
|
|
39
|
-
noData: u
|
|
40
|
-
};
|
|
41
|
-
function R({
|
|
42
|
-
selectedValue: a,
|
|
43
|
-
value: r,
|
|
44
|
-
onClear: n,
|
|
45
|
-
onCancel: i,
|
|
46
|
-
onApply: s
|
|
47
|
-
}) {
|
|
48
|
-
return /* @__PURE__ */ t("div", { className: e.footer, children: [
|
|
49
|
-
/* @__PURE__ */ o(
|
|
50
|
-
"button",
|
|
51
|
-
{
|
|
52
|
-
className: e.clear,
|
|
53
|
-
disabled: a === r,
|
|
54
|
-
onClick: n,
|
|
55
|
-
children: "Clear"
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
/* @__PURE__ */ t("div", { className: e.actions, children: [
|
|
59
|
-
/* @__PURE__ */ o(
|
|
60
|
-
_,
|
|
61
|
-
{
|
|
62
|
-
variant: "secondary",
|
|
63
|
-
label: "Cancel",
|
|
64
|
-
size: "small",
|
|
65
|
-
onClick: i
|
|
66
|
-
}
|
|
67
|
-
),
|
|
68
|
-
/* @__PURE__ */ o(
|
|
69
|
-
_,
|
|
70
|
-
{
|
|
71
|
-
variant: "primary",
|
|
72
|
-
label: "Apply",
|
|
73
|
-
size: "small",
|
|
74
|
-
disabled: a === r,
|
|
75
|
-
onClick: s
|
|
76
|
-
}
|
|
77
|
-
)
|
|
78
|
-
] })
|
|
79
|
-
] });
|
|
80
|
-
}
|
|
81
|
-
export {
|
|
82
|
-
R as D,
|
|
83
|
-
e as s
|
|
84
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import './assets/IconSlot-CLpdZgmb.css';const l = "_large_1efmj_41", c = "_medium_1efmj_50", n = "_small_1efmj_60", s = "_primary_1efmj_94", i = "_error_1efmj_108", a = "_secondary_1efmj_118", t = "_hyperlink_1efmj_140", d = "_combo_1efmj_164", e = {
|
|
3
|
-
"ckds-button": "_ckds-button_1efmj_1",
|
|
4
|
-
large: l,
|
|
5
|
-
medium: c,
|
|
6
|
-
small: n,
|
|
7
|
-
"icon-slot": "_icon-slot_1efmj_70",
|
|
8
|
-
"icon-slot--small": "_icon-slot--small_1efmj_81",
|
|
9
|
-
"icon-slot--medium": "_icon-slot--medium_1efmj_85",
|
|
10
|
-
"icon-slot--large": "_icon-slot--large_1efmj_89",
|
|
11
|
-
primary: s,
|
|
12
|
-
error: i,
|
|
13
|
-
secondary: a,
|
|
14
|
-
hyperlink: t,
|
|
15
|
-
combo: d,
|
|
16
|
-
"combo-divider": "_combo-divider_1efmj_186",
|
|
17
|
-
"combo-label-area": "_combo-label-area_1efmj_190",
|
|
18
|
-
"combo-label-area-with-divider": "_combo-label-area-with-divider_1efmj_195",
|
|
19
|
-
"combo-icon-area": "_combo-icon-area_1efmj_206",
|
|
20
|
-
"icon-only": "_icon-only_1efmj_213"
|
|
21
|
-
};
|
|
22
|
-
function j({
|
|
23
|
-
icon: o,
|
|
24
|
-
size: _
|
|
25
|
-
}) {
|
|
26
|
-
if (!o) return null;
|
|
27
|
-
const m = e[`icon-slot--${_}`] ?? "";
|
|
28
|
-
return /* @__PURE__ */ r("span", { className: `${e["icon-slot"]} ${m}`, "aria-hidden": "true", children: o });
|
|
29
|
-
}
|
|
30
|
-
export {
|
|
31
|
-
j as I,
|
|
32
|
-
e as s
|
|
33
|
-
};
|