aristid-ds 16.1.0 → 16.2.0-1f679ec
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/CHANGELOG.md +14 -0
- package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemList/index.js +1 -1
- package/dist/Kit/DataDisplay/RedirectCard/index.js +1 -1
- package/dist/Kit/DataDisplay/Table/index.js +1 -1
- package/dist/Kit/DataDisplay/Tabs/index.js +1 -1
- package/dist/Kit/DataDisplay/Tabs/types.d.ts +1 -1
- package/dist/Kit/DataDisplay/Tag/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +1 -1
- package/dist/Kit/DataEntry/Select/index.js +1 -1
- package/dist/Kit/DataEntry/TreeSelect/index.js +1 -1
- package/dist/Kit/DataEntry/Upload/index.js +1 -1
- package/dist/Kit/Feedback/Modal/index.js +1 -1
- package/dist/Kit/Feedback/Notification/index.js +1 -1
- package/dist/Kit/Feedback/SnackBar/index.js +1 -1
- package/dist/Kit/General/Button/index.js +1 -1
- package/dist/Kit/General/DynamicActions/index.js +1 -1
- package/dist/Kit/General/Icon/index.js +1 -1
- package/dist/Kit/Layout/PageLayout/index.js +1 -1
- package/dist/Kit/Navigation/Header/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/index.js +1 -1
- package/dist/Kit/Navigation/SideMenu/index.js +1 -1
- package/dist/Kit/Navigation/SidePanel/index.js +1 -1
- package/dist/Kit/index.js +20 -20
- package/dist/assets/ItemCard.css +1 -1
- package/dist/assets/Tabs.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/chunks/{Button.DpqgHUnY.js → Button.W4yUc4_g.js} +15 -15
- package/dist/chunks/{Collapse.B3UwCcGO.js → Collapse.Kx-SBhE4.js} +2 -2
- package/dist/chunks/{DynamicActions.DHDIl5-h.js → DynamicActions.DLAChqhe.js} +1 -1
- package/dist/chunks/{Header.D6fLQ7Mt.js → Header.BJgzh9IF.js} +1 -1
- package/dist/chunks/{Icon.sjej1yCA.js → Icon.CxPVsgjL.js} +8 -8
- package/dist/chunks/{ItemCard.BvY_r-dg.js → ItemCard.CZWby7um.js} +3 -3
- package/dist/chunks/{ItemList.r-y6KzU1.js → ItemList.D3ZOFW5C.js} +1 -1
- package/dist/chunks/{LinkButton.DphCC7Rv.js → LinkButton.BBk_vytt.js} +2 -2
- package/dist/chunks/{Modal.C5SJAENF.js → Modal.CvtoS2TF.js} +2 -2
- package/dist/chunks/{Notification.BnuvQBxz.js → Notification.DRllbqkG.js} +2 -2
- package/dist/chunks/{PageHeader.BnSVtOFI.js → PageHeader.StAURUeV.js} +1 -1
- package/dist/chunks/{PageLayout.DYKBSKyY.js → PageLayout.BS_4gV3M.js} +2 -2
- package/dist/chunks/{RedirectCard.BT3eQLV1.js → RedirectCard.DvR9Spw2.js} +2 -2
- package/dist/chunks/{Select.DvAxIzIn.js → Select.CepppHZ6.js} +3 -3
- package/dist/chunks/{SideMenu.D4wozNhB.js → SideMenu.BFZc2x69.js} +11 -11
- package/dist/chunks/{SidePanel.BJuPploc.js → SidePanel.CaUEt3pC.js} +1 -1
- package/dist/chunks/{SnackBar.BWnfof-_.js → SnackBar.Dvnae0aa.js} +2 -2
- package/dist/chunks/{Table.DsE1qZU6.js → Table.DvFA660k.js} +2 -2
- package/dist/chunks/{Tabs.DB5WWK-g.js → Tabs.YH0DNmKq.js} +41 -38
- package/dist/chunks/{Tag.CxgIR_go.js → Tag.B9K2nEub.js} +1 -1
- package/dist/chunks/{TreeSelect.BvpOIkIV.js → TreeSelect.k8HffaA-.js} +3 -3
- package/dist/chunks/{Upload.BgdoWha4.js → Upload.C_TOub0N.js} +2 -2
- package/dist/chunks/{styles.module.C0REJD9g.js → styles.module.Bfe7jTpt.js} +1 -1
- package/dist/index.es.js +20 -20
- package/dist/index.umd.js +2 -2
- package/package.json +151 -148
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [16.2.0](https://www.npmjs.com/package/aristid-ds/v/16.2.0) (2026-06-19)
|
|
4
|
+
|
|
5
|
+
### 🐛 Bug Fixes
|
|
6
|
+
|
|
7
|
+
- **Select:**
|
|
8
|
+
- Fix Select multiple in realonly light state (@evoiron)
|
|
9
|
+
- Fix search text not being visible in multiple mode (@yanisbenslimane)
|
|
10
|
+
- **ItemCard:**
|
|
11
|
+
- Fix actions alignment problem on small screens (@evoiron)
|
|
12
|
+
- **Tests:**
|
|
13
|
+
- Add e2e and accessibility tests for components (@evoiron)
|
|
14
|
+
|
|
3
15
|
## [16.1.0](https://www.npmjs.com/package/aristid-ds/v/16.1.0) (2026-06-10)
|
|
4
16
|
|
|
5
17
|
### ✨ Features
|
|
@@ -21,6 +33,8 @@
|
|
|
21
33
|
- Add AI Mode RichText (@evoiron)
|
|
22
34
|
- **⚠️ Breaking change - Colors**
|
|
23
35
|
- AI releated colors are renamed from `--*-IA-`_to `--_-AI-\*` (@evoiron)
|
|
36
|
+
- **⚠️ Breaking change - Tab**
|
|
37
|
+
- Rework tabs `size` switching from `xsmall`, `small`, `medium` to `small`, `medium`, `large` (@ograndgerard)
|
|
24
38
|
|
|
25
39
|
### 🐛 Bug Fixes
|
|
26
40
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Collapse.
|
|
1
|
+
import { t as e } from "../../../chunks/Collapse.Kx-SBhE4.js";
|
|
2
2
|
export { e as KitCollapse };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ItemCard.
|
|
1
|
+
import { t as e } from "../../../chunks/ItemCard.CZWby7um.js";
|
|
2
2
|
export { e as KitItemCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ItemList.
|
|
1
|
+
import { t as e } from "../../../chunks/ItemList.D3ZOFW5C.js";
|
|
2
2
|
export { e as KitItemList };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/RedirectCard.
|
|
1
|
+
import { t as e } from "../../../chunks/RedirectCard.DvR9Spw2.js";
|
|
2
2
|
export { e as KitRedirectCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../../../chunks/Table.
|
|
1
|
+
import { n as e, t } from "../../../chunks/Table.DvFA660k.js";
|
|
2
2
|
export { t as KitTable, e as KitTableExpandButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Tabs.
|
|
1
|
+
import { t as e } from "../../../chunks/Tabs.YH0DNmKq.js";
|
|
2
2
|
export { e as KitTabs };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Tag.
|
|
1
|
+
import { t as e } from "../../../chunks/Tag.B9K2nEub.js";
|
|
2
2
|
export { e as KitTag };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../../../chunks/LinkButton.
|
|
1
|
+
import { t as e } from "../../../../../chunks/LinkButton.BBk_vytt.js";
|
|
2
2
|
export { e as KitLinkButton };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "../../../../../chunks/Divider.BmAL40z9.js";
|
|
2
2
|
import { KitFontStylesButtons as t } from "../FontStylesButtons/index.js";
|
|
3
3
|
import { KitTextAlignButtons as n } from "../TextAlignButtons/index.js";
|
|
4
|
-
import { t as r } from "../../../../../chunks/LinkButton.
|
|
4
|
+
import { t as r } from "../../../../../chunks/LinkButton.BBk_vytt.js";
|
|
5
5
|
import { KitListButtons as i } from "../ListButtons/index.js";
|
|
6
6
|
import { KitIndentListButtons as a } from "../IndentListButtons/index.js";
|
|
7
7
|
import { Fragment as o, jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Select.
|
|
1
|
+
import { t as e } from "../../../chunks/Select.CepppHZ6.js";
|
|
2
2
|
export { e as KitSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/TreeSelect.
|
|
1
|
+
import { t as e } from "../../../chunks/TreeSelect.k8HffaA-.js";
|
|
2
2
|
export { e as KitTreeSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Upload.
|
|
1
|
+
import { t as e } from "../../../chunks/Upload.C_TOub0N.js";
|
|
2
2
|
export { e as KitUpload };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as e, n as t, r as n, t as r } from "../../../chunks/Modal.
|
|
1
|
+
import { i as e, n as t, r as n, t as r } from "../../../chunks/Modal.CvtoS2TF.js";
|
|
2
2
|
export { r as KitModal, t as KitModalContent, n as KitModalFooter, e as KitModalHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Notification.
|
|
1
|
+
import { t as e } from "../../../chunks/Notification.DRllbqkG.js";
|
|
2
2
|
export { e as KitNotification };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "../../../chunks/SnackBar.
|
|
1
|
+
import { n as e, r as t, t as n } from "../../../chunks/SnackBar.Dvnae0aa.js";
|
|
2
2
|
export { n as KitSnackBarProvider, e as closeKitSnackBar, t as openKitSnackBar };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Button.
|
|
1
|
+
import { t as e } from "../../../chunks/Button.W4yUc4_g.js";
|
|
2
2
|
export { e as KitButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/DynamicActions.
|
|
1
|
+
import { t as e } from "../../../chunks/DynamicActions.DLAChqhe.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Icon.
|
|
1
|
+
import { t as e } from "../../../chunks/Icon.CxPVsgjL.js";
|
|
2
2
|
export { e as KitIcon };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageLayout.
|
|
1
|
+
import { t as e } from "../../../chunks/PageLayout.BS_4gV3M.js";
|
|
2
2
|
export { e as KitPageLayout };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Header.
|
|
1
|
+
import { t as e } from "../../../chunks/Header.BJgzh9IF.js";
|
|
2
2
|
export { e as KitHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageHeader.
|
|
1
|
+
import { t as e } from "../../../chunks/PageHeader.StAURUeV.js";
|
|
2
2
|
export { e as KitPageHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/SideMenu.
|
|
1
|
+
import { t as e } from "../../../chunks/SideMenu.BFZc2x69.js";
|
|
2
2
|
export { e as KitSideMenu };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "../../../chunks/SidePanel.
|
|
1
|
+
import { n as e, r as t, t as n } from "../../../chunks/SidePanel.CaUEt3pC.js";
|
|
2
2
|
export { n as KitSidePanel, e as KitSidePanelContent, t as KitSidePanelHeader };
|
package/dist/Kit/index.js
CHANGED
|
@@ -12,22 +12,22 @@ import { t as d } from "../chunks/Checkbox.CD7_4xKA.js";
|
|
|
12
12
|
import { t as f } from "../chunks/CheckableTile.G1mWLqE7.js";
|
|
13
13
|
import { t as p } from "../chunks/Switch.6L3-gRH2.js";
|
|
14
14
|
import { t as m } from "../chunks/Breadcrumb.DIt0b2vn.js";
|
|
15
|
-
import { t as h } from "../chunks/Tag.
|
|
16
|
-
import { t as g } from "../chunks/Modal.
|
|
17
|
-
import { t as _ } from "../chunks/Button.
|
|
15
|
+
import { t as h } from "../chunks/Tag.B9K2nEub.js";
|
|
16
|
+
import { t as g } from "../chunks/Modal.CvtoS2TF.js";
|
|
17
|
+
import { t as _ } from "../chunks/Button.W4yUc4_g.js";
|
|
18
18
|
import { KitDropDown as v } from "./Navigation/DropDown/index.js";
|
|
19
|
-
import { t as y } from "../chunks/Icon.
|
|
20
|
-
import { t as b } from "../chunks/ItemCard.
|
|
21
|
-
import { t as x } from "../chunks/Collapse.
|
|
19
|
+
import { t as y } from "../chunks/Icon.CxPVsgjL.js";
|
|
20
|
+
import { t as b } from "../chunks/ItemCard.CZWby7um.js";
|
|
21
|
+
import { t as x } from "../chunks/Collapse.Kx-SBhE4.js";
|
|
22
22
|
import { t as S } from "../chunks/Image.kjyHNj64.js";
|
|
23
23
|
import { t as C } from "../chunks/Error.BUEl7nbL.js";
|
|
24
24
|
import { t as w } from "../chunks/Loader.C-wRwi_O.js";
|
|
25
|
-
import { t as T } from "../chunks/ItemList.
|
|
26
|
-
import { n as E, t as D } from "../chunks/Table.
|
|
27
|
-
import { t as O } from "../chunks/Tabs.
|
|
25
|
+
import { t as T } from "../chunks/ItemList.D3ZOFW5C.js";
|
|
26
|
+
import { n as E, t as D } from "../chunks/Table.DvFA660k.js";
|
|
27
|
+
import { t as O } from "../chunks/Tabs.YH0DNmKq.js";
|
|
28
28
|
import { t as k } from "../chunks/Tree.DI2X_dWa.js";
|
|
29
29
|
import { KitTour as A } from "./DataDisplay/Tour/index.js";
|
|
30
|
-
import { t as j } from "../chunks/RedirectCard.
|
|
30
|
+
import { t as j } from "../chunks/RedirectCard.DvR9Spw2.js";
|
|
31
31
|
import { t as M } from "../chunks/Divider.BmAL40z9.js";
|
|
32
32
|
import { t as N } from "../chunks/Input.CtZ4tgRD.js";
|
|
33
33
|
import { t as P } from "../chunks/InputNumber.BEYbLzDt.js";
|
|
@@ -36,26 +36,26 @@ import { t as I } from "../chunks/Rate.Dmfwlgev.js";
|
|
|
36
36
|
import { t as L } from "../chunks/RichText.BR_A94YI.js";
|
|
37
37
|
import { AntAffix as R, AntAlert as z, AntAnchor as B, AntApp as V, AntAutoComplete as H, AntAvatar as U, AntBackTop as W, AntBadge as G, AntBreadcrumb as K, AntButton as q, AntCalendar as J, AntCard as Y, AntCarousel as X, AntCascader as Z, AntCheckbox as Q, AntCol as $, AntCollapse as ee, AntColorPicker as te, AntConfigProvider as ne, AntDatePicker as re, AntDescriptions as ie, AntDivider as ae, AntDrawer as oe, AntDropdown as se, AntEmpty as ce, AntFlex as le, AntFloatButton as ue, AntForm as de, AntGrid as fe, AntImage as pe, AntInput as me, AntInputNumber as he, AntLayout as ge, AntList as _e, AntMentions as ve, AntMenu as ye, AntModal as be, AntPagination as xe, AntPopconfirm as Se, AntPopover as Ce, AntProgress as we, AntQRCode as Te, AntRadio as Ee, AntRate as De, AntResult as Oe, AntRow as ke, AntSegmented as Ae, AntSelect as je, AntSkeleton as Me, AntSlider as Ne, AntSpace as Pe, AntSpin as Fe, AntStatistic as Ie, AntSteps as Le, AntSwitch as Re, AntTable as ze, AntTabs as Be, AntTag as Ve, AntTimePicker as He, AntTimeline as Ue, AntTooltip as We, AntTour as Ge, AntTransfer as Ke, AntTree as qe, AntTreeSelect as Je, AntTypography as Ye, AntUpload as Xe, AntWatermark as Ze } from "./Ant/index.js";
|
|
38
38
|
import { t as Qe } from "../chunks/SearchInput.CZnUAGz5.js";
|
|
39
|
-
import { t as $e } from "../chunks/Select.
|
|
39
|
+
import { t as $e } from "../chunks/Select.CepppHZ6.js";
|
|
40
40
|
import { t as et } from "../chunks/DatePicker.s-w_Yoy_.js";
|
|
41
41
|
import { t as tt } from "../chunks/AutoComplete.DjcjDCwe.js";
|
|
42
42
|
import { t as nt } from "../chunks/Progress.ZWy41SUW.js";
|
|
43
|
-
import { t as rt } from "../chunks/Upload.
|
|
43
|
+
import { t as rt } from "../chunks/Upload.C_TOub0N.js";
|
|
44
44
|
import { t as it } from "../chunks/Slider.DqG7lOzt.js";
|
|
45
45
|
import { t as at } from "../chunks/ColorPicker.CiLVQ7ma.js";
|
|
46
46
|
import { t as ot } from "../chunks/Filter.CEQpPFYE.js";
|
|
47
|
-
import { t as st } from "../chunks/TreeSelect.
|
|
47
|
+
import { t as st } from "../chunks/TreeSelect.k8HffaA-.js";
|
|
48
48
|
import { t as ct } from "../chunks/Alert.CptjyHNo.js";
|
|
49
|
-
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.
|
|
50
|
-
import { t as ft } from "../chunks/Notification.
|
|
49
|
+
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.Dvnae0aa.js";
|
|
50
|
+
import { t as ft } from "../chunks/Notification.DRllbqkG.js";
|
|
51
51
|
import { t as pt } from "../chunks/Skeleton.w4TjsphH.js";
|
|
52
52
|
import { t as mt } from "../chunks/Section.DX_VJj4c.js";
|
|
53
53
|
import { t as ht } from "../chunks/Grid.C52krwRd.js";
|
|
54
|
-
import { t as gt } from "../chunks/Header.
|
|
55
|
-
import { t as _t } from "../chunks/SideMenu.
|
|
56
|
-
import { t as vt } from "../chunks/PageLayout.
|
|
57
|
-
import { t as yt } from "../chunks/PageHeader.
|
|
54
|
+
import { t as gt } from "../chunks/Header.BJgzh9IF.js";
|
|
55
|
+
import { t as _t } from "../chunks/SideMenu.BFZc2x69.js";
|
|
56
|
+
import { t as vt } from "../chunks/PageLayout.BS_4gV3M.js";
|
|
57
|
+
import { t as yt } from "../chunks/PageHeader.StAURUeV.js";
|
|
58
58
|
import { t as bt } from "../chunks/Steps.CF_4sPDw.js";
|
|
59
59
|
import { t as xt } from "../chunks/Pagination.D4RHg4eu.js";
|
|
60
|
-
import { n as St, r as Ct, t as wt } from "../chunks/SidePanel.
|
|
60
|
+
import { n as St, r as Ct, t as wt } from "../chunks/SidePanel.CaUEt3pC.js";
|
|
61
61
|
export { R as AntAffix, z as AntAlert, B as AntAnchor, V as AntApp, H as AntAutoComplete, U as AntAvatar, W as AntBackTop, G as AntBadge, K as AntBreadcrumb, q as AntButton, J as AntCalendar, Y as AntCard, X as AntCarousel, Z as AntCascader, Q as AntCheckbox, $ as AntCol, ee as AntCollapse, te as AntColorPicker, ne as AntConfigProvider, re as AntDatePicker, ie as AntDescriptions, ae as AntDivider, oe as AntDrawer, se as AntDropdown, ce as AntEmpty, le as AntFlex, ue as AntFloatButton, de as AntForm, fe as AntGrid, pe as AntImage, me as AntInput, he as AntInputNumber, ge as AntLayout, _e as AntList, ve as AntMentions, ye as AntMenu, be as AntModal, xe as AntPagination, Se as AntPopconfirm, Ce as AntPopover, we as AntProgress, Te as AntQRCode, Ee as AntRadio, De as AntRate, Oe as AntResult, ke as AntRow, Ae as AntSegmented, je as AntSelect, Me as AntSkeleton, Ne as AntSlider, Pe as AntSpace, Fe as AntSpin, Ie as AntStatistic, Le as AntSteps, Re as AntSwitch, ze as AntTable, Be as AntTabs, Ve as AntTag, He as AntTimePicker, Ue as AntTimeline, We as AntTooltip, Ge as AntTour, Ke as AntTransfer, qe as AntTree, Je as AntTreeSelect, Ye as AntTypography, Xe as AntUpload, Ze as AntWatermark, ct as KitAlert, e as KitApp, tt as KitAutoComplete, a as KitAvatar, o as KitBadge, m as KitBreadcrumb, _ as KitButton, f as KitCheckableTile, d as KitCheckbox, x as KitCollapse, at as KitColorPicker, s as KitComment, et as KitDatePicker, M as KitDivider, v as KitDropDown, t as KitEmpty, C as KitError, ot as KitFilter, ht as KitGrid, gt as KitHeader, y as KitIcon, l as KitIdCard, S as KitImage, N as KitInput, P as KitInputNumber, u as KitInputWrapper, b as KitItemCard, T as KitItemList, w as KitLoader, g as KitModal, ft as KitNotification, yt as KitPageHeader, vt as KitPageLayout, xt as KitPagination, nt as KitProgress, F as KitRadio, I as KitRate, j as KitRedirectCard, L as KitRichText, Qe as KitSearchInput, mt as KitSection, $e as KitSelect, _t as KitSideMenu, wt as KitSidePanel, St as KitSidePanelContent, Ct as KitSidePanelHeader, pt as KitSkeleton, it as KitSlider, dt as KitSnackBarProvider, i as KitSpace, bt as KitSteps, p as KitSwitch, D as KitTable, E as KitTableExpandButton, O as KitTabs, h as KitTag, c as KitThread, r as KitTooltip, A as KitTour, k as KitTree, st as KitTreeSelect, n as KitTypography, rt as KitUpload, lt as closeKitSnackBar, ut as openKitSnackBar };
|
package/dist/assets/ItemCard.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._kit-item-card_7u8r5_1{background-color:var(--general-utilities-light);box-shadow:var(--general-utilities-shadow-light);border:1px solid var(--general-utilities-border);border-radius:calc(var(--general-border-radius-s) * 1px);padding:calc(var(--general-spacing-s) * 1px);display:grid;position:relative}._kit-item-card_7u8r5_1:hover:not(.kit-item-card-disabled),._kit-item-card_7u8r5_1.kit-item-card-selected{outline:2px solid var(--general-utilities-main-default);border:1px solid #0000}._kit-item-card_7u8r5_1:focus:not(.kit-item-card-disabled){box-shadow:0 0 0 3px var(--general-utilities-focus);border:1px solid #0000;outline:none}._kit-item-card_7u8r5_1.kit-item-card-disabled{background-color:var(--general-utilities-neutral-light)}._kit-item-card_7u8r5_1.kit-item-card-disabled .kit-item-card-breadcrumb .ant-breadcrumb-link,._kit-item-card_7u8r5_1.kit-item-card-disabled .kit-item-card-breadcrumb .ant-breadcrumb-separator{color:var(--general-utilities-text-disabled)}._kit-item-card_7u8r5_1.kit-item-card-disabled.kit-item-card-display-card .kit-item-card-actions-mask{background-color:var(--general-utilities-disabled)}._kit-item-card_7u8r5_1.kit-item-card-display-card{--kit-item-card-image-max-height:164;--kit-item-card-display-card-image-available-height:calc((var(--kit-item-card-image-max-height) - (var(--general-spacing-s) * 2)) * 1px);grid-template-rows:auto auto 1fr auto;grid-template-areas:"checkbox draggable-handler""image.""content.""tags.""breadcrumb.""extra.""switch.";width:100%}._kit-item-card_7u8r5_1.kit-item-card-display-card>div{grid-column:span 2}._kit-item-card_7u8r5_1.kit-item-card-display-card:not(.kit-item-card-display-card-checkbox-or-draggable-handler) .kit-item-card-image .kit-item-card-image-placeholder{border-radius:calc((var(--general-border-radius-s) - 1) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card.kit-item-card-with-actions:hover .kit-item-card-image .kit-item-card-actions-mask{opacity:.5;display:block}._kit-item-card_7u8r5_1.kit-item-card-display-card.kit-item-card-with-actions:hover .kit-item-card-image .kit-item-card-actions{display:block}._kit-item-card_7u8r5_1.kit-item-card-display-card>div:last-of-type:first-of-type{padding-bottom:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-checkbox{grid-area:1/1;display:flex}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-draggable-handler{text-align:end;grid-area:1/2}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-draggable-handler button{min-width:32px;height:32px}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-image{text-align:center;border:1px solid var(--general-utilities-border);margin-top:calc(var(--general-spacing-xs) * 1px);aspect-ratio:16/9;position:relative;overflow:hidden}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-image:not(:has(.kit-item-card-image-placeholder)){padding:calc(var(--general-spacing-s) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-image img,._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-image .kit-item-card-image-placeholder{object-fit:contain;width:100%;height:100%}._kit-item-card_7u8r5_1.kit-item-card-display-card.kit-item-card-image-cover .kit-item-card-image{padding:0}._kit-item-card_7u8r5_1.kit-item-card-display-card.kit-item-card-image-cover .kit-item-card-image img{object-fit:cover}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-actions-mask{opacity:0;background-color:var(--general-utilities-main-deepDark);transition:opacity .2s;display:none;position:absolute;inset:0}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-image{border-radius:calc(var(--general-border-radius-s) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-actions-mask{border-radius:calc((var(--general-border-radius-s) - 1) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-actions{text-align:center;align-content:center;display:none;position:absolute;inset:0}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-actions>button:not(:last-of-type){margin-right:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-breadcrumb,._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-extra{padding-top:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-tags,._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-content,._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-switch{padding-top:calc(var(--general-spacing-s) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-content{flex-direction:column;display:flex}._kit-item-card_7u8r5_1.kit-item-card-display-card .kit-item-card-switch{justify-self:end}._kit-item-card_7u8r5_1.kit-item-card-display-list{grid-row-gap:calc(var(--general-spacing-xs) * 1px);padding:calc(var(--general-spacing-m) * 1px);grid-template-columns:repeat(3,minmax(0,max-content)) 1fr 1fr repeat(2,minmax(0,max-content));grid-template-areas:"draggable-handler checkbox image content row-1 actions switch"}@media (width<=1200px){._kit-item-card_7u8r5_1.kit-item-card-display-list{grid-template-columns:repeat(5,minmax(0,max-content))}}._kit-item-card_7u8r5_1.kit-item-card-display-list>div{grid-row:1;align-self:center}._kit-item-card_7u8r5_1.kit-item-card-display-list:has(.kit-item-card-switch) .kit-item-card-actions{padding-right:calc(var(--general-spacing-s) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows{grid-template-areas:"draggable-handler checkbox image content row-1 actions switch"". . . .row-2. ."}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows>div{grid-row:1/span 2}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:has(.kit-item-card-tags) .kit-item-card-tags{grid-area:row-1}:is(._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:has(.kit-item-card-tags) .kit-item-card-breadcrumb,._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:has(.kit-item-card-tags) .kit-item-card-extra){grid-area:row-2}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:not(:has(.kit-item-card-tags)) .kit-item-card-breadcrumb{grid-area:row-1}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:not(:has(.kit-item-card-tags)) .kit-item-card-extra{grid-area:row-2}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows{grid-template-areas:"checkbox image content row-1 actions switch"". . .row-2. .""draggable-handler. .row-3. ."}@media (width<=1200px){._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows{grid-template-areas:"checkbox image content actions switch"". .row-1. ."". .row-2. .""draggable-handler.row-3. ."}}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows>div{grid-row:1/span 3}@media (width<=1200px){._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows>div{grid-row:1/span 4}}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-tags{grid-area:row-1}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-breadcrumb{grid-area:row-2}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-extra{grid-area:row-3}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-checkbox{grid-area:checkbox;margin-left:auto;margin-right:auto}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-draggable-handler{grid-area:draggable-handler}@media (width<=1200px){._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-content{grid-row:1}}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-tags,._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-breadcrumb,._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-extra{grid-area:row-1}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-image{border:1px solid var(--general-utilities-border);border-radius:calc(var(--general-border-radius-s) * 1px);width:140px;margin-right:calc(var(--general-spacing-s) * 1px);aspect-ratio:16/9;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-image:not(:has(.kit-item-card-image-placeholder)){padding:calc(var(--general-spacing-s) * 1px)}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-image:has(.kit-item-card-image-placeholder){padding:0}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-image img{object-fit:contain;width:100%;height:100%}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-image .kit-item-card-image-placeholder{width:100%;height:100%}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-image-cover .kit-item-card-image{padding:0}._kit-item-card_7u8r5_1.kit-item-card-display-list.kit-item-card-image-cover .kit-item-card-image img{object-fit:cover}._kit-item-card_7u8r5_1.kit-item-card-display-list .kit-item-card-actions{gap:calc(var(--general-spacing-s) * 1px);justify-self:end}._kit-item-card_7u8r5_1 .kit-item-card-checkbox{grid-area:checkbox}._kit-item-card_7u8r5_1 .kit-item-card-checkbox label.ant-checkbox-wrapper{padding:calc(var(--general-spacing-none) * 1px)}._kit-item-card_7u8r5_1 .kit-item-card-draggable-handler{color:var(--general-utilities-text-blue);grid-area:draggable-handler}._kit-item-card_7u8r5_1 .kit-item-card-image{grid-area:image}._kit-item-card_7u8r5_1 .kit-item-card-image .kit-item-card-image-placeholder{background-color:var(--general-utilities-neutral-light);border-radius:calc((var(--general-border-radius-s) - 1) * 1px);justify-content:center;align-items:center;display:flex}._kit-item-card_7u8r5_1 .kit-item-card-image .kit-item-card-image-placeholder svg{color:var(--general-utilities-neutral-dark);font-size:37px}._kit-item-card_7u8r5_1 .kit-item-card-tags{grid-area:tags}._kit-item-card_7u8r5_1 .kit-item-card-breadcrumb{grid-area:breadcrumb}._kit-item-card_7u8r5_1 .kit-item-card-content{flex-direction:column;grid-area:content}._kit-item-card_7u8r5_1 .kit-item-card-content>h3,._kit-item-card_7u8r5_1 .kit-item-card-content>div{margin:calc(var(--general-spacing-none) * 1px)}._kit-item-card_7u8r5_1 .kit-item-card-content>h3+div{margin-top:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_7u8r5_1 .kit-item-card-extra{grid-area:extra}._kit-item-card_7u8r5_1 .kit-item-card-actions{grid-area:actions;align-items:center;display:flex}._kit-item-card_7u8r5_1 .kit-item-card-switch{grid-area:switch;justify-self:end;padding-right:0}._kit-item-card_7u8r5_1 .kit-item-card-switch>span{margin-left:calc(var(--general-spacing-xs) * 1px);vertical-align:middle;max-width:100px}
|
|
1
|
+
._kit-item-card_106cr_1{background-color:var(--general-utilities-light);box-shadow:var(--general-utilities-shadow-light);border:1px solid var(--general-utilities-border);border-radius:calc(var(--general-border-radius-s) * 1px);padding:calc(var(--general-spacing-s) * 1px);display:grid;position:relative}._kit-item-card_106cr_1:hover:not(.kit-item-card-disabled),._kit-item-card_106cr_1.kit-item-card-selected{outline:2px solid var(--general-utilities-main-default);border:1px solid #0000}._kit-item-card_106cr_1:focus:not(.kit-item-card-disabled){box-shadow:0 0 0 3px var(--general-utilities-focus);border:1px solid #0000;outline:none}._kit-item-card_106cr_1.kit-item-card-disabled{background-color:var(--general-utilities-neutral-light)}._kit-item-card_106cr_1.kit-item-card-disabled .kit-item-card-breadcrumb .ant-breadcrumb-link,._kit-item-card_106cr_1.kit-item-card-disabled .kit-item-card-breadcrumb .ant-breadcrumb-separator{color:var(--general-utilities-text-disabled)}._kit-item-card_106cr_1.kit-item-card-disabled.kit-item-card-display-card .kit-item-card-actions-mask{background-color:var(--general-utilities-disabled)}._kit-item-card_106cr_1.kit-item-card-display-card{--kit-item-card-image-max-height:164;--kit-item-card-display-card-image-available-height:calc((var(--kit-item-card-image-max-height) - (var(--general-spacing-s) * 2)) * 1px);grid-template-rows:auto auto 1fr auto;grid-template-areas:"checkbox draggable-handler""image.""content.""tags.""breadcrumb.""extra.""switch.";width:100%}._kit-item-card_106cr_1.kit-item-card-display-card>div{grid-column:span 2}._kit-item-card_106cr_1.kit-item-card-display-card:not(.kit-item-card-display-card-checkbox-or-draggable-handler) .kit-item-card-image .kit-item-card-image-placeholder{border-radius:calc((var(--general-border-radius-s) - 1) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card.kit-item-card-with-actions:hover .kit-item-card-image .kit-item-card-actions-mask{opacity:.5;display:block}._kit-item-card_106cr_1.kit-item-card-display-card.kit-item-card-with-actions:hover .kit-item-card-image .kit-item-card-actions{display:block}._kit-item-card_106cr_1.kit-item-card-display-card>div:last-of-type:first-of-type{padding-bottom:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-checkbox{grid-area:1/1;display:flex}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-draggable-handler{text-align:end;grid-area:1/2}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-draggable-handler button{min-width:32px;height:32px}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-image{text-align:center;border:1px solid var(--general-utilities-border);margin-top:calc(var(--general-spacing-xs) * 1px);aspect-ratio:16/9;position:relative;overflow:hidden}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-image:not(:has(.kit-item-card-image-placeholder)){padding:calc(var(--general-spacing-s) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-image img,._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-image .kit-item-card-image-placeholder{object-fit:contain;width:100%;height:100%}._kit-item-card_106cr_1.kit-item-card-display-card.kit-item-card-image-cover .kit-item-card-image{padding:0}._kit-item-card_106cr_1.kit-item-card-display-card.kit-item-card-image-cover .kit-item-card-image img{object-fit:cover}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-actions-mask{opacity:0;background-color:var(--general-utilities-main-deepDark);transition:opacity .2s;display:none;position:absolute;inset:0}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-image{border-radius:calc(var(--general-border-radius-s) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-actions-mask{border-radius:calc((var(--general-border-radius-s) - 1) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-actions{text-align:center;align-content:center;display:none;position:absolute;inset:0}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-actions>button:not(:last-of-type){margin-right:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-breadcrumb,._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-extra{padding-top:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-tags,._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-content,._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-switch{padding-top:calc(var(--general-spacing-s) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-content{flex-direction:column;display:flex}._kit-item-card_106cr_1.kit-item-card-display-card .kit-item-card-switch{justify-self:end}._kit-item-card_106cr_1.kit-item-card-display-list{grid-row-gap:calc(var(--general-spacing-xs) * 1px);padding:calc(var(--general-spacing-m) * 1px);grid-template-columns:repeat(3,minmax(0,max-content)) 1fr 1fr repeat(2,minmax(0,max-content));grid-template-areas:"draggable-handler checkbox image content row-1 actions switch"}@media (width<=1200px){._kit-item-card_106cr_1.kit-item-card-display-list{grid-template-columns:repeat(3,minmax(0,max-content)) 1fr 1fr repeat(2,minmax(0,max-content))}}._kit-item-card_106cr_1.kit-item-card-display-list>div{grid-row:1;align-self:center}._kit-item-card_106cr_1.kit-item-card-display-list:has(.kit-item-card-switch) .kit-item-card-actions{padding-right:calc(var(--general-spacing-s) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows{grid-template-areas:"draggable-handler checkbox image content row-1 actions switch"". . . .row-2. ."}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows>div{grid-row:1/span 2}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:has(.kit-item-card-tags) .kit-item-card-tags{grid-area:row-1}:is(._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:has(.kit-item-card-tags) .kit-item-card-breadcrumb,._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:has(.kit-item-card-tags) .kit-item-card-extra){grid-area:row-2}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:not(:has(.kit-item-card-tags)) .kit-item-card-breadcrumb{grid-area:row-1}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-2-rows:not(:has(.kit-item-card-tags)) .kit-item-card-extra{grid-area:row-2}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows{grid-template-columns:repeat(2,minmax(0,max-content)) 1fr 1fr repeat(2,minmax(0,max-content));grid-template-areas:"checkbox image content row-1 actions switch"". . .row-2. .""draggable-handler. .row-3. ."}@media (width<=1200px){._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows{grid-template-columns:repeat(2,minmax(0,max-content)) 1fr repeat(2,minmax(0,max-content));grid-template-areas:"checkbox image content actions switch"". .row-1. ."". .row-2. .""draggable-handler.row-3. ."}}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows>div{grid-row:1/span 3}@media (width<=1200px){._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows>div{grid-row:1/span 4}}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-tags{grid-area:row-1}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-breadcrumb{grid-area:row-2}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-extra{grid-area:row-3}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-checkbox{grid-area:checkbox;margin-left:auto;margin-right:auto}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-draggable-handler{grid-area:draggable-handler}@media (width<=1200px){._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-display-list-with-3-rows .kit-item-card-content{grid-row:1}}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-tags,._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-breadcrumb,._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-extra{grid-area:row-1}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-image{border:1px solid var(--general-utilities-border);border-radius:calc(var(--general-border-radius-s) * 1px);width:140px;margin-right:calc(var(--general-spacing-s) * 1px);aspect-ratio:16/9;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-image:not(:has(.kit-item-card-image-placeholder)){padding:calc(var(--general-spacing-s) * 1px)}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-image:has(.kit-item-card-image-placeholder){padding:0}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-image img{object-fit:contain;width:100%;height:100%}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-image .kit-item-card-image-placeholder{width:100%;height:100%}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-image-cover .kit-item-card-image{padding:0}._kit-item-card_106cr_1.kit-item-card-display-list.kit-item-card-image-cover .kit-item-card-image img{object-fit:cover}._kit-item-card_106cr_1.kit-item-card-display-list .kit-item-card-actions{gap:calc(var(--general-spacing-s) * 1px);justify-self:end}._kit-item-card_106cr_1 .kit-item-card-checkbox{grid-area:checkbox}._kit-item-card_106cr_1 .kit-item-card-checkbox label.ant-checkbox-wrapper{padding:calc(var(--general-spacing-none) * 1px)}._kit-item-card_106cr_1 .kit-item-card-draggable-handler{color:var(--general-utilities-text-blue);grid-area:draggable-handler}._kit-item-card_106cr_1 .kit-item-card-image{grid-area:image}._kit-item-card_106cr_1 .kit-item-card-image .kit-item-card-image-placeholder{background-color:var(--general-utilities-neutral-light);border-radius:calc((var(--general-border-radius-s) - 1) * 1px);justify-content:center;align-items:center;display:flex}._kit-item-card_106cr_1 .kit-item-card-image .kit-item-card-image-placeholder svg{color:var(--general-utilities-neutral-dark);font-size:37px}._kit-item-card_106cr_1 .kit-item-card-tags{grid-area:tags}._kit-item-card_106cr_1 .kit-item-card-breadcrumb{grid-area:breadcrumb}._kit-item-card_106cr_1 .kit-item-card-content{flex-direction:column;grid-area:content}._kit-item-card_106cr_1 .kit-item-card-content>h3,._kit-item-card_106cr_1 .kit-item-card-content>div{margin:calc(var(--general-spacing-none) * 1px)}._kit-item-card_106cr_1 .kit-item-card-content>h3+div{margin-top:calc(var(--general-spacing-xs) * 1px)}._kit-item-card_106cr_1 .kit-item-card-extra{grid-area:extra}._kit-item-card_106cr_1 .kit-item-card-actions{grid-area:actions;align-items:center;display:flex}._kit-item-card_106cr_1 .kit-item-card-switch{grid-area:switch;justify-self:end;padding-right:0}._kit-item-card_106cr_1 .kit-item-card-switch>span{margin-left:calc(var(--general-spacing-xs) * 1px);vertical-align:middle;max-width:100px}
|
package/dist/assets/Tabs.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._kit-tabs-
|
|
1
|
+
._kit-tabs-wrapper_1ocnn_1{width:fit-content}._kit-tabs-wrapper_1ocnn_1.centered{margin:auto}._kit-tabs_1ocnn_1{align-items:center;display:flex}._kit-tabs_1ocnn_1:not(.fullwidth){gap:calc(var(--general-spacing-s) * 1px)}._kit-tabs_1ocnn_1.tabs-bottom-spacing{margin-bottom:calc(var(--general-spacing-s) * 1px)}._kit-tabs_1ocnn_1.pill{gap:calc(var(--general-spacing-xs) * 1px);padding:calc(var(--general-spacing-xs) * 1px);border-radius:calc(var(--general-border-radius-l) * 1px);background-color:var(--general-utilities-light);min-width:0;max-width:100%;display:inline-flex}._kit-tabs_1ocnn_1.small,._kit-tabs_1ocnn_1.small.classic .kit-tab{padding:calc(var(--general-spacing-xxs) * 1px)}._kit-tabs_1ocnn_1.small.pill{height:calc(var(--general-spacing-m) * 1px)}._kit-tabs_1ocnn_1.small .kit-tab{gap:calc(var(--general-spacing-xxs) * 1px);padding:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xs) * 1px)}._kit-tabs_1ocnn_1.small .kit-tab>.kit-tab-icon{justify-content:center;align-items:center;display:flex}._kit-tabs_1ocnn_1.small .kit-tab>.kit-tab-icon>svg{width:calc(var(--general-typography-fontSize7) * 1px);height:calc(var(--general-typography-fontSize7) * 1px)}._kit-tabs_1ocnn_1.small .kit-tab>.kit-tab-label-wrapper{align-items:baseline}._kit-tabs_1ocnn_1.small .kit-tab>.kit-tab-label-wrapper span{font-size:12px}._kit-tabs_1ocnn_1.small .kit-tab .ant-badge{height:calc(var(--general-typography-fontSize4) * 1px)!important}._kit-tabs_1ocnn_1.small .kit-tab .ant-badge .ant-badge-count{width:auto;min-width:12px;padding:0 calc(var(--general-spacing-xxs) * 1px);align-items:center;display:flex;height:calc(var(--general-typography-fontSize4) * 1px)!important}._kit-tabs_1ocnn_1.small .kit-tab .ant-badge .ant-badge-count>bdi{align-items:center;display:flex}._kit-tabs_1ocnn_1.medium.classic .kit-tab{padding:calc(var(--general-spacing-xs) * 1px)}._kit-tabs_1ocnn_1.medium.pill{height:calc(var(--general-spacing-l) * 1px);gap:calc(var(--general-spacing-xxs) * 1px);padding:calc(var(--general-spacing-xxs) * 1px)}._kit-tabs_1ocnn_1.medium .kit-tab{height:calc(var(--general-spacing-s) * 1px);gap:calc(var(--general-spacing-xs) * 1px);padding:calc(var(--general-spacing-xs) * 1px) 12px}._kit-tabs_1ocnn_1.medium .kit-tab .kit-tab-count .ant-badge-count{padding:0 6px}._kit-tabs_1ocnn_1.medium .kit-tab>.kit-tab-label-wrapper span{font-size:13px}._kit-tabs_1ocnn_1.large.classic .kit-tab{padding:10px calc(var(--general-spacing-xs) * 1px)}._kit-tabs_1ocnn_1.large.pill{height:calc(var(--general-spacing-xl) * 1px);padding:calc(var(--general-spacing-xxs) * 1px)}._kit-tabs_1ocnn_1.large .kit-tab{padding:10px calc(var(--general-spacing-s) * 1px)}._kit-tabs_1ocnn_1.large .kit-tab .kit-tab-label-wrapper{height:20px}._kit-tabs_1ocnn_1 .kit-tab{visibility:hidden;pointer-events:none;align-items:center;gap:calc(var(--general-spacing-xs) * 1px);padding:calc(var(--general-spacing-s) * 1px);cursor:pointer;min-width:fit-content;transition:background-color .15s;display:flex;position:absolute}._kit-tabs_1ocnn_1 .kit-tab.visible{pointer-events:auto;visibility:visible;position:static}._kit-tabs_1ocnn_1 .kit-tab.fullwidth:not(.pill){justify-content:center;width:100%}._kit-tabs_1ocnn_1 .kit-tab .kit-tab-icon svg{width:16px}._kit-tabs_1ocnn_1 .kit-tab .kit-tab-label-wrapper{align-items:center;gap:calc(var(--general-spacing-xs) * 1px);display:flex}._kit-tabs_1ocnn_1 .kit-tab .kit-tab-count .ant-badge-count{background-color:var(--general-utilities-neutral-deepDark)}._kit-tabs_1ocnn_1 .kit-tab.active:not(.disabled,.pill){border-bottom:2px solid var(--general-utilities-main-default);margin-bottom:-2px}._kit-tabs_1ocnn_1 .kit-tab.active:not(.disabled,.pill) .kit-tab-icon,._kit-tabs_1ocnn_1 .kit-tab.active:not(.disabled,.pill) .kit-tab-label{color:var(--general-utilities-main-default)}._kit-tabs_1ocnn_1 .kit-tab.active:not(.disabled,.pill) .kit-tab-count .ant-badge-count{background-color:var(--general-utilities-main-default)}._kit-tabs_1ocnn_1 .kit-tab:hover:not(.disabled,.active,.pill){border-bottom:2px solid var(--general-utilities-neutral-deepDark);margin-bottom:-2px}._kit-tabs_1ocnn_1 .kit-tab.disabled{cursor:not-allowed}._kit-tabs_1ocnn_1 .kit-tab.disabled .kit-tab-icon,._kit-tabs_1ocnn_1 .kit-tab.disabled .kit-tab-label{color:var(--general-utilities-disabled)}._kit-tabs_1ocnn_1 .kit-tab.disabled .kit-tab-count .ant-badge-count{background-color:var(--general-utilities-main-light);color:var(--general-utilities-disabled)}._kit-tabs_1ocnn_1 .kit-tab:focus-visible{outline:3px solid var(--general-utilities-focus);border-radius:calc(var(--general-border-radius-xxs) * 1px)}._kit-tabs_1ocnn_1 .kit-tab.pill{border-radius:calc(var(--general-border-radius-l) * 1px);border-bottom:none;margin-bottom:0}._kit-tabs_1ocnn_1 .kit-tab.pill:not(.disabled) .kit-tab-icon,._kit-tabs_1ocnn_1 .kit-tab.pill:not(.disabled) .kit-tab-label{color:var(--general-utilities-main-default)}._kit-tabs_1ocnn_1 .kit-tab.pill:not(.disabled) .kit-tab-count .ant-badge-count{background-color:var(--general-utilities-main-light);color:var(--general-utilities-main-dark)}._kit-tabs_1ocnn_1 .kit-tab.pill:hover:not(.disabled,.active){background-color:var(--general-utilities-main-dark)}._kit-tabs_1ocnn_1 .kit-tab.pill:hover:not(.disabled,.active) .kit-tab-icon,._kit-tabs_1ocnn_1 .kit-tab.pill:hover:not(.disabled,.active) .kit-tab-label{color:var(--general-utilities-light)}._kit-tabs_1ocnn_1 .kit-tab.pill.active:not(.disabled){background-color:var(--general-utilities-main-default)}._kit-tabs_1ocnn_1 .kit-tab.pill.active:not(.disabled) .kit-tab-icon,._kit-tabs_1ocnn_1 .kit-tab.pill.active:not(.disabled) .kit-tab-label{color:var(--general-utilities-light)}.kit-tab-dropdown{align-items:center;gap:calc(var(--general-spacing-s) * 1px);padding:calc(var(--general-spacing-xs) * 1px);display:flex}.kit-tab-dropdown .kit-tab-icon svg{width:16px}.kit-tab-dropdown .kit-tab-label-wrapper{align-items:center;gap:calc(var(--general-spacing-xs) * 1px);display:flex}.kit-tab-dropdown .kit-tab-count .ant-badge-count{background-color:var(--general-utilities-neutral-deepDark)}.kit-tab-dropdown.kit-tab-dropdown-small{gap:calc(var(--general-spacing-xxs) * 1px);padding:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xs) * 1px) calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xs) * 1px)}.kit-tab-dropdown.kit-tab-dropdown-small>.kit-tab-icon{justify-content:center;align-items:center;display:flex}.kit-tab-dropdown.kit-tab-dropdown-small>.kit-tab-icon>svg{width:calc(var(--general-typography-fontSize7) * 1px);height:calc(var(--general-typography-fontSize7) * 1px)}.kit-tab-dropdown.kit-tab-dropdown-small .ant-badge{height:calc(var(--general-typography-fontSize4) * 1px)!important}.kit-tab-dropdown.kit-tab-dropdown-small .ant-badge .ant-badge-count{width:auto;min-width:12px;padding:0 calc(var(--general-spacing-xxs) * 1px);align-items:center;display:flex;height:calc(var(--general-typography-fontSize4) * 1px)!important}.kit-tab-dropdown.kit-tab-dropdown-small .ant-badge .ant-badge-count>bdi{align-items:center;display:flex}.kit-tab-dropdown.kit-tab-dropdown-medium{gap:calc(var(--general-spacing-xs) * 1px)}.kit-tab-dropdown.kit-tab-dropdown-medium .kit-tab-count .ant-badge-count{padding:0 6px}.kit-tab-dropdown.kit-tab-dropdown-large{gap:calc(var(--general-spacing-xs) * 1px);padding:10px calc(var(--general-spacing-s) * 1px) 10px calc(var(--general-spacing-s) * 1px)}
|
package/dist/assets/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple:not(.kit-select-one-line){height:auto!important}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple:not(.kit-select-one-line) .ant-select-selector{padding:calc(var(--general-spacing-xxs) * 1px - 1px) calc(var(--general-spacing-xxs) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple:not(.kit-select-one-line).ant-select-lg .ant-select-selector{padding:calc(var(--general-spacing-xs) * 1px - 1px) calc(var(--general-spacing-xs) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple .ant-select-selector .ant-select-selection-wrap{align-self:center}._kit-select_194u2_1 .ant-select-prefix{align-items:center;display:flex}._kit-select_194u2_1 .ant-select-selector{border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px)}._kit-select_194u2_1 .ant-select-selection-search input{position:absolute}._kit-select_194u2_1.ant-select.ant-select-compact-item:not(.ant-select-compact-last-item){margin-inline-end:calc(var(--general-spacing-none) * 1px)}._kit-select_194u2_1.ant-select.ant-select-compact-item.ant-select-compact-first-item:not(.ant-select-compact-last-item),._kit-select_194u2_1.ant-select.ant-select-compact-item.ant-select-compact-first-item:not(.ant-select-compact-last-item) .ant-select-selector{border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px) calc(var(--general-border-radius-square) * 1px) calc(var(--general-border-radius-square) * 1px) calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px)}._kit-select_194u2_1.ant-select.ant-select-focused.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector{box-shadow:none;border-color:#0000}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless){background-color:var(--components-Select-colors-background-default,var(--general-utilities-light));border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px);font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize6)) * 1px);height:calc(var(--components-Select-height,var(--general-height-m)) * 1px);grid-template-columns:calc(100% - 60px) 30px 30px;grid-template-areas:"input clear arrow";transition:all .2s cubic-bezier(.645,.045,.355,1);display:grid;position:relative}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-arrow,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-clear{font-size:calc(var(--general-typography-fontSize7) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-arrow svg,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-clear svg{width:calc(var(--general-typography-fontSize7) * 1px);height:calc(var(--general-typography-fontSize7) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg{height:calc(var(--components-Select-height,var(--general-height-l)) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selection-item,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selection-placeholder{font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize5)) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector{padding:calc(var(--general-spacing-xs) * 1px) calc(var(--general-spacing-xs) * 1px);gap:calc(var(--general-spacing-xs) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector:after,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector .ant-select-selection-wrap:after,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector .ant-select-selection-wrap .ant-select-selection-item{line-height:20px}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selection-search input{top:calc(var(--general-spacing-xs) * -1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm{height:calc(var(--components-Select-height,var(--general-height-s)) * 1px);font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize7)) * 1px);border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-xs)) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector{padding:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xxs) * 1px);gap:calc(var(--general-spacing-xs) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector:after,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector .ant-select-selection-wrap:after,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector .ant-select-selection-wrap .ant-select-selection-item{line-height:16px}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selection-search input{top:calc(var(--general-spacing-xxs) * -1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selection-item,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selection-placeholder{font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize6)) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless):hover:not(.ant-select-disabled):not(.ant-select-focused) .ant-select-selector{border-color:var(--components-Select-colors-border-hover,var(--general-utilities-main-default))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless):hover .ant-select-arrow:not(:last-child){opacity:1}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-focused{border-color:var(--components-Select-colors-border-focus-default,var(--general-utilities-main-default))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-single .ant-select-selector{padding-left:calc(var(--general-spacing-xs) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector:has(~.ant-select-clear){padding-right:60px}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector{height:inherit;background-color:inherit;border:1px solid var(--general-utilities-border);padding:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xxs) * 1px);gap:calc(var(--general-spacing-xs) * 1px);grid-column:1/4;transition:none}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector:after,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-wrap:after,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-wrap .ant-select-selection-item{line-height:20px}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow{gap:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-none) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item{max-width:calc(100% - 4px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item>span,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-tag{align-items:center;max-width:100%;margin-inline-end:2px}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item.ant-select-selection-overflow-item-rest .ant-select-selection-item{height:auto;margin:calc(var(--general-spacing-none) * 1px);background:0 0;padding-inline-start:calc(var(--general-spacing-none) * 1px);padding-inline-end:calc(var(--general-spacing-none) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item.ant-select-selection-overflow-item-suffix{min-height:auto}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item .card-avatar{line-height:initial}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-placeholder{align-items:center;display:flex}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector:has(~.ant-select-clear) .ant-select-selection-item{padding-inline-end:calc(var(--general-spacing-none) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-search input{font-weight:var(--components-Select-typography-fontWeight-content,var(--general-typography-mediumfontWeight));color:var(--components-Select-colors-typography-content-default,var(--general-utilities-text-primary))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-placeholder .ant-typography{font-weight:var(--components-Select-typography-fontWeight-placeholder,var(--general-typography-regularFontWeight));color:var(--components-Select-colors-typography-placeholder-default,var(--general-utilities-neutral-dark))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item .kit-icon{padding:5px}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .kit-select-option{align-items:center;gap:calc(var(--general-spacing-xs) * 1px);width:100%;display:inline-flex}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .kit-select-option .kit-select-option-icon{padding:calc(var(--general-spacing-xxs) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .kit-select-option .card-info{gap:calc(var(--general-spacing-none) * 1px)}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-default,var(--general-utilities-text-primary));font-size:calc(var(--general-typography-fontSize7) * 1px);grid-column:3/4}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-clear{font-size:calc(var(--general-typography-fontSize7) * 1px);opacity:1;color:var(--components-Select-colors-icon-clear-default,var(--general-utilities-text-primary));grid-column:2/3;transition:none;display:flex;transform:none}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled{background-color:var(--components-Select-colors-background-disabled,var(--general-utilities-neutral-light));color:var(--components-Select-colors-typography-content-disabled,var(--general-utilities-text-disabled));cursor:not-allowed}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-selector{border-color:var(--components-Select-colors-border-disabled,var(--general-utilities-border))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-selection-item{color:var(--components-Select-colors-typography-content-disabled,var(--general-utilities-text-disabled))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-selection-placeholder .ant-typography{color:var(--components-Select-colors-typography-placeholder-disabled,var(--general-utilities-text-disabled))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-disabled,var(--general-utilities-text-disabled))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-clear{color:var(--components-Select-colors-icon-clear-disabled,var(--general-utilities-text-disabled))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning{background-color:var(--components-Select-colors-background-warning,var(--general-utilities-warning-light));color:var(--components-Select-colors-typography-content-warning,var(--general-utilities-text-warning))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning:hover:not(.ant-select-disabled):not(.ant-select-focused) .ant-select-selector,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-selector{border-color:var(--components-Select-colors-border-warning,var(--general-utilities-warning-default))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-selection-item{color:var(--components-Select-colors-typography-content-warning,var(--general-utilities-text-warning))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-selection-placeholder .ant-typography{color:var(--components-Select-colors-typography-placeholder-warning,var(--general-utilities-text-warning))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-warning,var(--general-utilities-text-warning));background-color:var(--components-Select-colors-background-warning,var(--general-utilities-warning-light))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-clear{color:var(--components-Select-colors-icon-clear-warning,var(--general-utilities-text-warning));background-color:var(--components-Select-colors-background-warning,var(--general-utilities-warning-light))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning.ant-select-focused:not(.ant-select-customize-input){box-shadow:0 0 0 3px var(--components-Select-colors-border-focus-warning,var(--general-utilities-warning-medium));border-color:#0000}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error{background-color:var(--components-Select-colors-background-error,var(--general-utilities-error-light));color:var(--components-Select-colors-typography-content-error,var(--general-utilities-text-error))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error:hover:not(.ant-select-disabled):not(.ant-select-focused) .ant-select-selector,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-selector{border-color:var(--components-Select-colors-border-error,var(--general-utilities-error-default))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-selection-item{color:var(--components-Select-colors-typography-content-error,var(--general-utilities-text-error))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-selection-placeholder .ant-typography{color:var(--components-Select-colors-typography-placeholder-error,var(--general-utilities-text-error))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-error,var(--general-utilities-text-error));background-color:var(--components-Select-colors-background-error,var(--general-utilities-error-light))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-clear{color:var(--components-Select-colors-icon-clear-error,var(--general-utilities-text-error));background-color:var(--components-Select-colors-background-error,var(--general-utilities-error-light))}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error.ant-select-focused:not(.ant-select-customize-input){box-shadow:0 0 0 3px var(--components-Select-colors-border-focus-error,var(--general-utilities-error-medium));border-color:#0000}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-focused:not(.ant-select-customize-input){box-shadow:0 0 0 3px var(--components-Select-colors-border-focus-default,var(--general-utilities-focus));border-color:#0000}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-focused:not(.ant-select-customize-input) .ant-select-selector span.ant-select-selection-placeholder{color:#0000}._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).kit-select-readonly.ant-select-disabled:not(.ant-select-status-warning):not(.ant-select-status-error) .ant-select-selection-item,._kit-select_194u2_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).kit-select-readonly.ant-select-disabled:not(.ant-select-status-warning):not(.ant-select-status-error) .ant-select-selection-search input{color:var(--components-Select-colors-typography-content-default,var(--general-utilities-text-primary))}._kit-select_194u2_1 .kit-select-option-badge{vertical-align:middle;display:inline-block}._kit-select_194u2_1 .kit-select-option-badge div{width:calc(var(--components-Select-ColorBadge-width,16) * 1px);height:calc(var(--components-Select-ColorBadge-height,16) * 1px);border-radius:calc(var(--components-Select-ColorBadge-border-radius,var(--general-border-radius-xxs)) * 1px)}._kit-select_194u2_1 .kit-select-option-label{box-sizing:border-box;text-overflow:ellipsis;align-items:center;width:100%;display:inline-flex;overflow:hidden}._kit-select_194u2_1 .ant-select-selector{position:relative}._kit-select_194u2_1 .ant-select-selector .ant-select-selection-wrap{width:calc(100% - 32px);height:100%;display:flex;position:relative;top:0;left:0}._kit-select_194u2_1 .ant-select-selector .ant-select-selection-search-mirror{height:16px;line-height:16px}._kit-select_194u2_1.ant-select-allow-clear .ant-select-selection-wrap{width:calc(100% - 56px)}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled.ant-select-single{height:20px}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-arrow{display:none}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selection-wrap{width:auto}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector{padding-left:calc(var(--general-spacing-none) * 1px);cursor:default}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector input{cursor:inherit}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-placeholder,._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .kit-select-option-label,._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-item{color:var(--general-colors-neutral-typography-default);font-weight:var(--general-typography-boldFontWeight)}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .kit-select-option-badge{margin-right:calc(var(--general-spacing-xs) * 1px)}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled.ant-select-status-error .ant-select-selector .ant-select-selection-placeholder,._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled.ant-select-status-error .ant-select-selector .kit-select-option-label,._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled.ant-select-status-error .ant-select-selector .ant-select-selection-item{color:var(--general-utilities-text-error)}._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-placeholder,._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .kit-select-option-label,._kit-select_194u2_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-item{color:var(--general-utilities-text-primary)}
|
|
1
|
+
._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple:not(.kit-select-one-line){height:auto!important}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple:not(.kit-select-one-line) .ant-select-selector{padding:calc(var(--general-spacing-xxs) * 1px - 1px) calc(var(--general-spacing-xxs) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple:not(.kit-select-one-line).ant-select-lg .ant-select-selector{padding:calc(var(--general-spacing-xs) * 1px - 1px) calc(var(--general-spacing-xs) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple .ant-select-selector .ant-select-selection-wrap{align-self:center}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-multiple .ant-select-selection-search input{min-height:calc(var(--general-height-s) * 1px / 2);top:0}._kit-select_1czb1_1.ant-select.kit-select-readonly-light.ant-select-multiple.ant-select-disabled .ant-select-selector{background:0 0}._kit-select_1czb1_1 .ant-select-prefix{align-items:center;display:flex}._kit-select_1czb1_1 .ant-select-selector{border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px)}._kit-select_1czb1_1 .ant-select-selection-search input{position:absolute}._kit-select_1czb1_1.ant-select.ant-select-compact-item:not(.ant-select-compact-last-item){margin-inline-end:calc(var(--general-spacing-none) * 1px)}._kit-select_1czb1_1.ant-select.ant-select-compact-item.ant-select-compact-first-item:not(.ant-select-compact-last-item),._kit-select_1czb1_1.ant-select.ant-select-compact-item.ant-select-compact-first-item:not(.ant-select-compact-last-item) .ant-select-selector{border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px) calc(var(--general-border-radius-square) * 1px) calc(var(--general-border-radius-square) * 1px) calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px)}._kit-select_1czb1_1.ant-select.ant-select-focused.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector{box-shadow:none;border-color:#0000}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless){background-color:var(--components-Select-colors-background-default,var(--general-utilities-light));border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-s)) * 1px);font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize6)) * 1px);height:calc(var(--components-Select-height,var(--general-height-m)) * 1px);grid-template-columns:calc(100% - 60px) 30px 30px;grid-template-areas:"input clear arrow";transition:all .2s cubic-bezier(.645,.045,.355,1);display:grid;position:relative}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-arrow,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-clear{font-size:calc(var(--general-typography-fontSize7) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-arrow svg,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-clear svg{width:calc(var(--general-typography-fontSize7) * 1px);height:calc(var(--general-typography-fontSize7) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg{height:calc(var(--components-Select-height,var(--general-height-l)) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selection-item,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selection-placeholder{font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize5)) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector{padding:calc(var(--general-spacing-xs) * 1px) calc(var(--general-spacing-xs) * 1px);gap:calc(var(--general-spacing-xs) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector:after,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector .ant-select-selection-wrap:after,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selector .ant-select-selection-wrap .ant-select-selection-item{line-height:20px}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-lg .ant-select-selection-search input{top:calc(var(--general-spacing-xs) * -1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm{height:calc(var(--components-Select-height,var(--general-height-s)) * 1px);font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize7)) * 1px);border-radius:calc(var(--components-Select-border-radius,var(--general-border-radius-xs)) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector{padding:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xxs) * 1px);gap:calc(var(--general-spacing-xs) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector:after,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector .ant-select-selection-wrap:after,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selector .ant-select-selection-wrap .ant-select-selection-item{line-height:16px}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-sm .ant-select-selection-search input{top:calc(var(--general-spacing-xxs) * -1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selection-item,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selection-placeholder{font-size:calc(var(--components-input-typography-fontSize,var(--general-typography-fontSize6)) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless):hover:not(.ant-select-disabled):not(.ant-select-focused) .ant-select-selector{border-color:var(--components-Select-colors-border-hover,var(--general-utilities-main-default))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless):hover .ant-select-arrow:not(:last-child){opacity:1}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-focused{border-color:var(--components-Select-colors-border-focus-default,var(--general-utilities-main-default))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-single .ant-select-selector{padding-left:calc(var(--general-spacing-xs) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector:has(~.ant-select-clear){padding-right:60px}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector{height:inherit;background-color:inherit;border:1px solid var(--general-utilities-border);padding:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-xxs) * 1px);gap:calc(var(--general-spacing-xs) * 1px);grid-column:1/4;transition:none}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector:after,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-wrap:after,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-wrap .ant-select-selection-item{line-height:20px}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow{gap:calc(var(--general-spacing-xxs) * 1px) calc(var(--general-spacing-none) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item{max-width:calc(100% - 4px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item>span,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-tag{align-items:center;max-width:100%;margin-inline-end:2px}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item.ant-select-selection-overflow-item-rest .ant-select-selection-item{height:auto;margin:calc(var(--general-spacing-none) * 1px);background:0 0;padding-inline-start:calc(var(--general-spacing-none) * 1px);padding-inline-end:calc(var(--general-spacing-none) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item.ant-select-selection-overflow-item-suffix{min-height:auto}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item .card-avatar{line-height:initial}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-placeholder{align-items:center;display:flex}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector:has(~.ant-select-clear) .ant-select-selection-item{padding-inline-end:calc(var(--general-spacing-none) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-search input{font-weight:var(--components-Select-typography-fontWeight-content,var(--general-typography-mediumfontWeight));color:var(--components-Select-colors-typography-content-default,var(--general-utilities-text-primary))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-placeholder .ant-typography{font-weight:var(--components-Select-typography-fontWeight-placeholder,var(--general-typography-regularFontWeight));color:var(--components-Select-colors-typography-placeholder-default,var(--general-utilities-neutral-dark))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .ant-select-selection-item .kit-icon{padding:5px}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .kit-select-option{align-items:center;gap:calc(var(--general-spacing-xs) * 1px);width:100%;display:inline-flex}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .kit-select-option .kit-select-option-icon{padding:calc(var(--general-spacing-xxs) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-selector .kit-select-option .card-info{gap:calc(var(--general-spacing-none) * 1px)}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-default,var(--general-utilities-text-primary));font-size:calc(var(--general-typography-fontSize7) * 1px);grid-column:3/4}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless) .ant-select-clear{font-size:calc(var(--general-typography-fontSize7) * 1px);opacity:1;color:var(--components-Select-colors-icon-clear-default,var(--general-utilities-text-primary));grid-column:2/3;transition:none;display:flex;transform:none}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled{background-color:var(--components-Select-colors-background-disabled,var(--general-utilities-neutral-light));color:var(--components-Select-colors-typography-content-disabled,var(--general-utilities-text-disabled));cursor:not-allowed}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-selector{border-color:var(--components-Select-colors-border-disabled,var(--general-utilities-border))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-selection-item{color:var(--components-Select-colors-typography-content-disabled,var(--general-utilities-text-disabled))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-selection-placeholder .ant-typography{color:var(--components-Select-colors-typography-placeholder-disabled,var(--general-utilities-text-disabled))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-disabled,var(--general-utilities-text-disabled))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-disabled .ant-select-clear{color:var(--components-Select-colors-icon-clear-disabled,var(--general-utilities-text-disabled))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning{background-color:var(--components-Select-colors-background-warning,var(--general-utilities-warning-light));color:var(--components-Select-colors-typography-content-warning,var(--general-utilities-text-warning))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning:hover:not(.ant-select-disabled):not(.ant-select-focused) .ant-select-selector,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-selector{border-color:var(--components-Select-colors-border-warning,var(--general-utilities-warning-default))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-selection-item{color:var(--components-Select-colors-typography-content-warning,var(--general-utilities-text-warning))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-selection-placeholder .ant-typography{color:var(--components-Select-colors-typography-placeholder-warning,var(--general-utilities-text-warning))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-warning,var(--general-utilities-text-warning));background-color:var(--components-Select-colors-background-warning,var(--general-utilities-warning-light))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning .ant-select-clear{color:var(--components-Select-colors-icon-clear-warning,var(--general-utilities-text-warning));background-color:var(--components-Select-colors-background-warning,var(--general-utilities-warning-light))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-warning.ant-select-focused:not(.ant-select-customize-input){box-shadow:0 0 0 3px var(--components-Select-colors-border-focus-warning,var(--general-utilities-warning-medium));border-color:#0000}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error{background-color:var(--components-Select-colors-background-error,var(--general-utilities-error-light));color:var(--components-Select-colors-typography-content-error,var(--general-utilities-text-error))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error:hover:not(.ant-select-disabled):not(.ant-select-focused) .ant-select-selector,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-selector{border-color:var(--components-Select-colors-border-error,var(--general-utilities-error-default))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-selection-item{color:var(--components-Select-colors-typography-content-error,var(--general-utilities-text-error))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-selection-placeholder .ant-typography{color:var(--components-Select-colors-typography-placeholder-error,var(--general-utilities-text-error))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-arrow{color:var(--components-Select-colors-icon-arrow-error,var(--general-utilities-text-error));background-color:var(--components-Select-colors-background-error,var(--general-utilities-error-light))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error .ant-select-clear{color:var(--components-Select-colors-icon-clear-error,var(--general-utilities-text-error));background-color:var(--components-Select-colors-background-error,var(--general-utilities-error-light))}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-status-error.ant-select-focused:not(.ant-select-customize-input){box-shadow:0 0 0 3px var(--components-Select-colors-border-focus-error,var(--general-utilities-error-medium));border-color:#0000}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-focused:not(.ant-select-customize-input){box-shadow:0 0 0 3px var(--components-Select-colors-border-focus-default,var(--general-utilities-focus));border-color:#0000}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).ant-select-focused:not(.ant-select-customize-input) .ant-select-selector span.ant-select-selection-placeholder{color:#0000}._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).kit-select-readonly.ant-select-disabled:not(.ant-select-status-warning):not(.ant-select-status-error) .ant-select-selection-item,._kit-select_1czb1_1.ant-select:not(.ant-select-customize-input):not(.ant-select-borderless).kit-select-readonly.ant-select-disabled:not(.ant-select-status-warning):not(.ant-select-status-error) .ant-select-selection-search input{color:var(--components-Select-colors-typography-content-default,var(--general-utilities-text-primary))}._kit-select_1czb1_1 .kit-select-option-badge{vertical-align:middle;display:inline-block}._kit-select_1czb1_1 .kit-select-option-badge div{width:calc(var(--components-Select-ColorBadge-width,16) * 1px);height:calc(var(--components-Select-ColorBadge-height,16) * 1px);border-radius:calc(var(--components-Select-ColorBadge-border-radius,var(--general-border-radius-xxs)) * 1px)}._kit-select_1czb1_1 .kit-select-option-label{box-sizing:border-box;text-overflow:ellipsis;align-items:center;width:100%;display:inline-flex;overflow:hidden}._kit-select_1czb1_1 .ant-select-selector{position:relative}._kit-select_1czb1_1 .ant-select-selector .ant-select-selection-wrap{width:calc(100% - 32px);height:100%;display:flex;position:relative;top:0;left:0}._kit-select_1czb1_1 .ant-select-selector .ant-select-selection-search-mirror{height:16px;line-height:16px}._kit-select_1czb1_1.ant-select-allow-clear .ant-select-selection-wrap{width:calc(100% - 56px)}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled.ant-select-single{height:20px}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-arrow{display:none}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selection-wrap{width:auto}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector{padding-left:calc(var(--general-spacing-none) * 1px);cursor:default}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector input{cursor:inherit}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-placeholder,._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .kit-select-option-label,._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-item{color:var(--general-colors-neutral-typography-default);font-weight:var(--general-typography-boldFontWeight)}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .kit-select-option-badge{margin-right:calc(var(--general-spacing-xs) * 1px)}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled.ant-select-status-error .ant-select-selector .ant-select-selection-placeholder,._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled.ant-select-status-error .ant-select-selector .kit-select-option-label,._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled.ant-select-status-error .ant-select-selector .ant-select-selection-item{color:var(--general-utilities-text-error)}._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-placeholder,._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .kit-select-option-label,._kit-select_1czb1_1.kit-select-readonly-light.ant-select-disabled .ant-select-selector .ant-select-selection-item{color:var(--general-utilities-text-primary)}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import e from "
|
|
2
|
-
import { n as t } from "./
|
|
3
|
-
import { n } from "
|
|
4
|
-
import
|
|
1
|
+
import { n as e } from "./useKitTheme.Bcv-etUA.js";
|
|
2
|
+
import { n as t } from "./useKitLocale.45Rjhfd0.js";
|
|
3
|
+
import { KitTooltip as n } from "../Kit/DataDisplay/Tooltip/index.js";
|
|
4
|
+
import r from "../hooks/useSecureClick/index.js";
|
|
5
5
|
import { KitDropDown as i } from "../Kit/Navigation/DropDown/index.js";
|
|
6
6
|
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
7
7
|
import { cloneElement as s, forwardRef as c, useEffect as l, useMemo as u, useState as d } from "react";
|
|
@@ -31,21 +31,21 @@ var v = { "kit-btn": "_kit-btn_jcasy_1" }, y = (e) => {
|
|
|
31
31
|
"secondary",
|
|
32
32
|
"tertiary",
|
|
33
33
|
"segmented"
|
|
34
|
-
], S = x, C = x, w = c(({ iconSize:
|
|
35
|
-
let { appId: R } =
|
|
34
|
+
], S = x, C = x, w = c(({ iconSize: t, dangerModal: n, active: i, href: s, target: c, icon: h, danger: x, color: w, block: T, className: E, onClick: D, disableSecureClick: O, children: k, disabled: A, AI: j = !1, size: M = "l", type: N = "secondary", htmlType: P = "button", loading: F = !1, ...I }, L) => {
|
|
35
|
+
let { appId: R } = e(), [z, B] = d(!1), V = u(() => b(F), [F]), H = j && [
|
|
36
36
|
"primary",
|
|
37
37
|
"secondary",
|
|
38
38
|
"tertiary"
|
|
39
|
-
].includes(N), U =
|
|
40
|
-
[`kit-btn-${N}`]: !
|
|
39
|
+
].includes(N), U = r(D), W = H && !h ? a(p, { icon: g }) : h, G = !k && W, K = f(R, v["kit-btn"], E, {
|
|
40
|
+
[`kit-btn-${N}`]: !n && N,
|
|
41
41
|
"kit-btn-ai": H,
|
|
42
|
-
"kit-btn-secondary":
|
|
42
|
+
"kit-btn-secondary": n || N === "secondary",
|
|
43
43
|
"kit-btn-disabled": A,
|
|
44
|
-
"kit-btn-danger-modal":
|
|
44
|
+
"kit-btn-danger-modal": n,
|
|
45
45
|
"kit-btn-danger": x,
|
|
46
46
|
"kit-btn-block": T,
|
|
47
47
|
"kit-btn-active": i && C.includes(N),
|
|
48
|
-
[`icon-${
|
|
48
|
+
[`icon-${t ?? "m"}`]: t,
|
|
49
49
|
"kit-btn-icon-only": G,
|
|
50
50
|
[`kit-btn-color-${w}`]: w,
|
|
51
51
|
[`kit-btn-size-${M}`]: !!M && (!N || S.includes(N))
|
|
@@ -82,8 +82,8 @@ var v = { "kit-btn": "_kit-btn_jcasy_1" }, y = (e) => {
|
|
|
82
82
|
}), T = {
|
|
83
83
|
"kit-btn-split": "_kit-btn-split_1mjgm_1",
|
|
84
84
|
"kit-btn": "_kit-btn_1mjgm_1"
|
|
85
|
-
}, E = c(({ items:
|
|
86
|
-
let { appId: S } =
|
|
85
|
+
}, E = c(({ items: n, onClick: r, children: s, icon: c, className: l, id: u, style: m, open: g, block: _, splitClassName: v, getPopupContainer: y, ...b }, x) => {
|
|
86
|
+
let { appId: S } = e(), { locale: C } = t(), [E, D] = d(g), O = f(S, T["kit-btn-split"], { "kit-btn-block": _ }, l), k = f("kit-btn-split-main", v?.main), A = f("kit-btn-split-split", { "kit-btn-split-open": E }, v?.split), j = (e) => {
|
|
87
87
|
g || D(e);
|
|
88
88
|
};
|
|
89
89
|
return o("div", {
|
|
@@ -99,7 +99,7 @@ var v = { "kit-btn": "_kit-btn_jcasy_1" }, y = (e) => {
|
|
|
99
99
|
children: s
|
|
100
100
|
}), a(i, {
|
|
101
101
|
trigger: ["click"],
|
|
102
|
-
menu: { items:
|
|
102
|
+
menu: { items: n },
|
|
103
103
|
placement: "bottomRight",
|
|
104
104
|
open: E,
|
|
105
105
|
getPopupContainer: y,
|
|
@@ -138,7 +138,7 @@ var D = [
|
|
|
138
138
|
}));
|
|
139
139
|
});
|
|
140
140
|
O.displayName = "KitButton";
|
|
141
|
-
var k = (e, t) => t.props.children || !e ? t : a(
|
|
141
|
+
var k = (e, t) => t.props.children || !e ? t : a(n, {
|
|
142
142
|
title: e,
|
|
143
143
|
placement: "bottom",
|
|
144
144
|
children: t
|
|
@@ -3,8 +3,8 @@ import { n as t } from "./useKitLocale.45Rjhfd0.js";
|
|
|
3
3
|
import { t as n } from "./Typography.LjOcXtjO.js";
|
|
4
4
|
import { KitTooltip as r } from "../Kit/DataDisplay/Tooltip/index.js";
|
|
5
5
|
import { t as i } from "./Switch.6L3-gRH2.js";
|
|
6
|
-
import { t as a } from "./Tag.
|
|
7
|
-
import { t as o } from "./Button.
|
|
6
|
+
import { t as a } from "./Tag.B9K2nEub.js";
|
|
7
|
+
import { t as o } from "./Button.W4yUc4_g.js";
|
|
8
8
|
import { KitDropDown as s } from "../Kit/Navigation/DropDown/index.js";
|
|
9
9
|
import { t as c } from "./Image.kjyHNj64.js";
|
|
10
10
|
import { jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as e } from "./useKitLocale.45Rjhfd0.js";
|
|
2
2
|
import { KitTooltip as t } from "../Kit/DataDisplay/Tooltip/index.js";
|
|
3
|
-
import { t as n } from "./Button.
|
|
3
|
+
import { t as n } from "./Button.W4yUc4_g.js";
|
|
4
4
|
import { KitDropDown as r } from "../Kit/Navigation/DropDown/index.js";
|
|
5
5
|
import { Fragment as i, jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
6
6
|
import { FontAwesomeIcon as s } from "@fortawesome/react-fontawesome";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as e } from "./functions.BxvU3RXB.js";
|
|
2
2
|
import { n as t } from "./useKitTheme.Bcv-etUA.js";
|
|
3
3
|
import { t as n } from "./IdCard.BBfDw0-e.js";
|
|
4
|
-
import { t as r } from "./Tag.
|
|
4
|
+
import { t as r } from "./Tag.B9K2nEub.js";
|
|
5
5
|
import { KitDropDown as i } from "../Kit/Navigation/DropDown/index.js";
|
|
6
6
|
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
7
7
|
import { useState as s } from "react";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import e from "
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { a as e, n as t, u as n } from "./functions.BxvU3RXB.js";
|
|
2
|
+
import { n as r } from "./useKitTheme.Bcv-etUA.js";
|
|
3
|
+
import i from "../hooks/useSecureClick/index.js";
|
|
4
4
|
import { kitIconCssTokens as a } from "../theme/aristid/components/General/Icon/index.js";
|
|
5
5
|
import { jsx as o } from "react/jsx-runtime";
|
|
6
6
|
import { useMemo as s } from "react";
|
|
7
7
|
import c from "classnames";
|
|
8
8
|
import '../assets/Icon.css';//#region src/Kit/General/Icon/styles.module.scss
|
|
9
9
|
var l = { "kit-icon": "_kit-icon_1k8i3_1" }, u = ({ className: u, on: d, icon: f, onClick: p, disableSecureClick: m, color: h, style: g, ..._ }) => {
|
|
10
|
-
let { appId: v } =
|
|
11
|
-
[a.colors.background.on]:
|
|
10
|
+
let { appId: v } = r(), y = (r) => !r || !n(r) ? null : {
|
|
11
|
+
[a.colors.background.on]: e(r),
|
|
12
12
|
[a.colors.background.default]: "transparent",
|
|
13
|
-
[a.colors.icon.on]:
|
|
14
|
-
[a.colors.icon.default]:
|
|
15
|
-
}, b =
|
|
13
|
+
[a.colors.icon.on]: t(r),
|
|
14
|
+
[a.colors.icon.default]: t(r)
|
|
15
|
+
}, b = i(p), x = s(() => ({
|
|
16
16
|
...g,
|
|
17
17
|
...y(h)
|
|
18
18
|
}), [h, g]), S = c(v, l["kit-icon"], "kit-icon", u, {
|
|
@@ -5,8 +5,8 @@ import { KitTooltip as r } from "../Kit/DataDisplay/Tooltip/index.js";
|
|
|
5
5
|
import { t as i } from "./Checkbox.CD7_4xKA.js";
|
|
6
6
|
import { t as a } from "./Switch.6L3-gRH2.js";
|
|
7
7
|
import { t as o } from "./Breadcrumb.DIt0b2vn.js";
|
|
8
|
-
import { t as s } from "./Tag.
|
|
9
|
-
import { t as c } from "./Button.
|
|
8
|
+
import { t as s } from "./Tag.B9K2nEub.js";
|
|
9
|
+
import { t as c } from "./Button.W4yUc4_g.js";
|
|
10
10
|
import { KitDropDown as l } from "../Kit/Navigation/DropDown/index.js";
|
|
11
11
|
import { jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
12
12
|
import { forwardRef as f, useEffect as p, useState as m } from "react";
|
|
@@ -15,7 +15,7 @@ import { FontAwesomeIcon as g } from "@fortawesome/react-fontawesome";
|
|
|
15
15
|
import { faEllipsis as _, faImage as v } from "@fortawesome/free-solid-svg-icons";
|
|
16
16
|
import { useDebouncedCallback as y } from "use-debounce";
|
|
17
17
|
import '../assets/ItemCard.css';//#region src/Kit/DataDisplay/ItemCard/styles.module.scss
|
|
18
|
-
var b = { "kit-item-card": "_kit-item-
|
|
18
|
+
var b = { "kit-item-card": "_kit-item-card_106cr_1" }, x = () => {
|
|
19
19
|
let [e, t] = m(window.innerWidth), [n, r] = m(window.innerHeight), i = y(() => {
|
|
20
20
|
t(window.innerWidth), r(window.innerHeight);
|
|
21
21
|
}, 100);
|