aristid-ds 7.2.0-3aead0c → 7.2.0-e49c136
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 +295 -215
- package/dist/Kit/App/index.js +2 -2
- package/dist/Kit/DataDisplay/Avatar/index.js +1 -1
- package/dist/Kit/DataDisplay/Badge/index.js +8 -8
- package/dist/Kit/DataDisplay/Card/index.js +2 -2
- package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
- package/dist/Kit/DataDisplay/Empty/index.js +1 -1
- package/dist/Kit/DataDisplay/Error/index.js +2 -2
- package/dist/Kit/DataDisplay/IdCard/index.js +1 -1
- package/dist/Kit/DataDisplay/Image/index.js +9 -9
- package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemList/index.d.ts +2 -2
- package/dist/Kit/DataDisplay/ItemList/index.js +2 -2
- package/dist/Kit/DataDisplay/LegacyCard/index.js +5 -5
- package/dist/Kit/DataDisplay/Table/index.js +33 -33
- package/dist/Kit/DataDisplay/Tabs/index.js +4 -4
- package/dist/Kit/DataDisplay/Tag/Tag.d.ts +2 -2
- package/dist/Kit/DataDisplay/Tag/index.js +1 -1
- package/dist/Kit/DataDisplay/Tree/index.js +4 -4
- package/dist/Kit/DataDisplay/index.js +1 -1
- package/dist/Kit/DataEntry/AutoComplete/index.d.ts +2 -2
- package/dist/Kit/DataEntry/AutoComplete/index.js +10 -10
- package/dist/Kit/DataEntry/Checkbox/Checkbox.d.ts +2 -2
- package/dist/Kit/DataEntry/Checkbox/Group.d.ts +2 -3
- package/dist/Kit/DataEntry/Checkbox/index.js +14 -14
- package/dist/Kit/DataEntry/ColorPicker/index.js +5 -5
- package/dist/Kit/DataEntry/DatePicker/DatePicker.d.ts +2 -2
- package/dist/Kit/DataEntry/DatePicker/RangePicker.d.ts +4 -4
- package/dist/Kit/DataEntry/DatePicker/index.js +19 -19
- package/dist/Kit/DataEntry/DatePicker/types.d.ts +2 -0
- package/dist/Kit/DataEntry/Input/Input.d.ts +2 -2
- package/dist/Kit/DataEntry/Input/Password.d.ts +2 -2
- package/dist/Kit/DataEntry/Input/TextArea.d.ts +2 -2
- package/dist/Kit/DataEntry/Input/index.js +29 -24
- package/dist/Kit/DataEntry/Input/types.d.ts +2 -0
- package/dist/Kit/DataEntry/InputNumber/index.d.ts +2 -2
- package/dist/Kit/DataEntry/InputNumber/index.js +2 -2
- package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
- package/dist/Kit/DataEntry/Radio/Group.d.ts +2 -2
- package/dist/Kit/DataEntry/Radio/Radio.d.ts +2 -2
- package/dist/Kit/DataEntry/Radio/index.js +12 -12
- package/dist/Kit/DataEntry/Rate/index.d.ts +2 -2
- package/dist/Kit/DataEntry/Rate/index.js +1 -1
- package/dist/Kit/DataEntry/Select/index.js +2 -2
- package/dist/Kit/DataEntry/Select/types.d.ts +1 -0
- package/dist/Kit/DataEntry/Slider/index.d.ts +2 -2
- package/dist/Kit/DataEntry/Slider/index.js +8 -8
- package/dist/Kit/DataEntry/Switch/index.d.ts +2 -2
- package/dist/Kit/DataEntry/Switch/index.js +8 -8
- package/dist/Kit/DataEntry/Upload/Upload.d.ts +2 -2
- package/dist/Kit/DataEntry/Upload/index.js +8 -8
- package/dist/Kit/DataEntry/index.js +2 -2
- package/dist/Kit/Feedback/Alert/index.js +6 -6
- package/dist/Kit/Feedback/Modal/index.js +9 -9
- package/dist/Kit/Feedback/Notification/index.js +1 -1
- package/dist/Kit/Feedback/Notification/notification-provider.d.ts +2 -2
- package/dist/Kit/Feedback/SnackBar/index.js +9 -9
- package/dist/Kit/Feedback/index.js +1 -1
- package/dist/Kit/General/Button/index.js +10 -10
- package/dist/Kit/General/Icon/index.js +8 -8
- package/dist/Kit/General/Typography/Link.d.ts +2 -2
- package/dist/Kit/General/Typography/Paragraph.d.ts +2 -2
- package/dist/Kit/General/Typography/Text.d.ts +2 -2
- package/dist/Kit/General/Typography/Title.d.ts +2 -2
- package/dist/Kit/General/Typography/index.js +41 -50
- package/dist/Kit/Layout/Divider/index.js +9 -10
- package/dist/Kit/Layout/Divider/types.d.ts +0 -4
- package/dist/Kit/Layout/Section/index.js +8 -8
- package/dist/Kit/Navigation/Breadcrumb/index.js +9 -9
- package/dist/Kit/Navigation/Header/index.js +1 -1
- package/dist/Kit/Navigation/Menu/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/index.js +2 -2
- package/dist/Kit/Navigation/Pagination/index.d.ts +1 -1
- package/dist/Kit/Navigation/Pagination/index.js +1 -1
- package/dist/Kit/Navigation/SideMenu/index.js +1 -1
- package/dist/Kit/Navigation/Steps/index.js +6 -6
- package/dist/Kit/Navigation/index.js +1 -1
- package/dist/Kit/index.js +3 -3
- package/dist/assets/Avatar.css +1 -1
- package/dist/assets/InputWrapper.css +1 -1
- package/dist/assets/KitNotification.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/chunks/Avatar.icARSD26.js +30 -0
- package/dist/chunks/InputWrapper.RG8Q9Ntu.js +26 -0
- package/dist/chunks/{KitNotification.eFNdYjE1.js → KitNotification.YKY0mq-u.js} +5 -5
- package/dist/chunks/index.wMOo1bfz.js +572 -0
- package/dist/chunks/notification-provider.EgQZHEbE.js +74 -0
- package/dist/chunks/styles.module.Q_QQjQdX.js +8 -0
- package/dist/chunks/{styles.module.x1Oajwjm.js → styles.module.XgQ5x7Pq.js} +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.umd.js +7 -7
- package/dist/theme/aristid/components/Layout/Divider/index.js +1 -2
- package/dist/theme/aristid/general/colors/index.js +101 -149
- package/dist/theme/aristid/general/index.js +5 -3
- package/dist/theme/aristid/general/utilities/index.d.ts +3 -0
- package/dist/theme/aristid/general/utilities/index.js +107 -0
- package/dist/theme/types/components/Layout/Divider/index.d.ts +0 -2
- package/dist/theme/types/general/colors/index.d.ts +92 -196
- package/dist/theme/types/index.d.ts +2 -0
- package/dist/theme/types/utilities/index.d.ts +249 -0
- package/dist/theme/utils/testTokens.d.ts +31 -48
- package/dist/theme/utils/tokens-mapper/DataDisplay/Badge/index.d.ts +1 -0
- package/dist/theme/utils/tokens-mapper/DataDisplay/Badge/index.js +8 -7
- package/dist/theme/utils/tokens-mapper/DataDisplay/Collapse/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Collapse/index.js +4 -5
- package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.js +3 -5
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tabs/index.js +8 -8
- package/dist/theme/utils/tokens-mapper/{DataEntry → DataDisplay}/Tag/index.d.ts +0 -2
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tag/index.js +8 -0
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tooltip/index.js +8 -8
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tree/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tree/index.js +6 -8
- package/dist/theme/utils/tokens-mapper/DataDisplay/index.d.ts +1 -0
- package/dist/theme/utils/tokens-mapper/DataDisplay/index.js +4 -2
- package/dist/theme/utils/tokens-mapper/DataEntry/Checkbox/index.js +8 -8
- package/dist/theme/utils/tokens-mapper/DataEntry/ColorPicker/index.d.ts +0 -2
- package/dist/theme/utils/tokens-mapper/DataEntry/ColorPicker/index.js +9 -11
- package/dist/theme/utils/tokens-mapper/DataEntry/DatePicker/index.js +16 -16
- package/dist/theme/utils/tokens-mapper/DataEntry/Form/index.js +2 -2
- package/dist/theme/utils/tokens-mapper/DataEntry/Input/index.js +10 -10
- package/dist/theme/utils/tokens-mapper/DataEntry/InputNumber/index.js +12 -12
- package/dist/theme/utils/tokens-mapper/DataEntry/Rate/index.js +1 -1
- package/dist/theme/utils/tokens-mapper/DataEntry/Select/index.js +6 -6
- package/dist/theme/utils/tokens-mapper/DataEntry/Slider/index.js +9 -9
- package/dist/theme/utils/tokens-mapper/Feedback/Alert/index.js +14 -14
- package/dist/theme/utils/tokens-mapper/Feedback/Progress/index.js +5 -5
- package/dist/theme/utils/tokens-mapper/Layout/Divider/index.d.ts +0 -1
- package/dist/theme/utils/tokens-mapper/Layout/Divider/index.js +7 -8
- package/dist/theme/utils/tokens-mapper/Navigation/Pagination/index.js +13 -13
- package/dist/theme/utils/tokens-mapper/Navigation/Steps/index.js +11 -11
- package/dist/theme/utils/tokens-mapper/index.js +26 -26
- package/dist/utils/functions/index.d.ts +4 -1
- package/dist/utils/functions/index.js +50 -37
- package/package.json +1 -1
- package/dist/chunks/Avatar.VZkvLuLD.js +0 -30
- package/dist/chunks/InputWrapper.NQtlTzQk.js +0 -26
- package/dist/chunks/index.tMktkiEu.js +0 -570
- package/dist/chunks/notification-provider.pUKOxZw6.js +0 -74
- package/dist/chunks/styles.module.tkXR5gsa.js +0 -8
- package/dist/theme/utils/tokens-mapper/DataEntry/Tag/index.js +0 -11
|
@@ -2,7 +2,7 @@ import { KitAlert as t } from "./Alert/index.js";
|
|
|
2
2
|
import { KitModal as a } from "./Modal/index.js";
|
|
3
3
|
import { KitProgress as K } from "./Progress/index.js";
|
|
4
4
|
import { KitSnackBarProvider as c, closeKitSnackBar as n, openKitSnackBar as p } from "./SnackBar/index.js";
|
|
5
|
-
import { K as m, u as x } from "../../chunks/KitNotification.
|
|
5
|
+
import { K as m, u as x } from "../../chunks/KitNotification.YKY0mq-u.js";
|
|
6
6
|
export {
|
|
7
7
|
t as KitAlert,
|
|
8
8
|
a as KitModal,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../../assets/index15.css";
|
|
2
|
-
import { jsxs as K, jsx as
|
|
2
|
+
import { jsxs as K, jsx as u } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as O, useState as $, useMemo as h, useEffect as w, cloneElement as A } from "react";
|
|
4
4
|
import D from "@ant-design/icons/LoadingOutlined";
|
|
5
5
|
import { u as F } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
@@ -8,7 +8,7 @@ import { faCircleCheck as R } from "@fortawesome/free-solid-svg-icons";
|
|
|
8
8
|
import q from "../../../hooks/useSecureClick/index.js";
|
|
9
9
|
import G from "classnames";
|
|
10
10
|
const H = {
|
|
11
|
-
"kit-btn": "_kit-
|
|
11
|
+
"kit-btn": "_kit-btn_g5v0f_2"
|
|
12
12
|
}, J = (t) => {
|
|
13
13
|
var e;
|
|
14
14
|
if (!t)
|
|
@@ -29,13 +29,13 @@ const H = {
|
|
|
29
29
|
loading: !!t,
|
|
30
30
|
delay: 0
|
|
31
31
|
};
|
|
32
|
-
}, Q = ({ iconSize: t, dangerModal: e, type: n = "secondary", htmlType: d = "button", checked: f, active: b, loading: i = !1, icon: l, danger:
|
|
33
|
-
const { appId: C } = F(), [T,
|
|
32
|
+
}, Q = ({ iconSize: t, dangerModal: e, type: n = "secondary", htmlType: d = "button", checked: f, active: b, loading: i = !1, icon: l, danger: k, color: r, block: p, className: y, onClick: c, disableSecureClick: v, children: m, disabled: g, ...N }, _) => {
|
|
33
|
+
const { appId: C } = F(), [T, a] = $(!1), s = h(() => P(i), [i]), x = q(c), B = !m && l, I = G(C, H["kit-btn"], y, {
|
|
34
34
|
[`kit-btn-${n}`]: !e && n,
|
|
35
|
-
"kit-btn-secondary": e,
|
|
35
|
+
"kit-btn-secondary": e || n === "secondary",
|
|
36
36
|
"kit-btn-danger-modal": e,
|
|
37
|
-
"kit-btn-danger":
|
|
38
|
-
"kit-btn-block":
|
|
37
|
+
"kit-btn-danger": k,
|
|
38
|
+
"kit-btn-block": p,
|
|
39
39
|
"kit-btn-segmented-active": b,
|
|
40
40
|
[`icon-${t ?? "m"}`]: t,
|
|
41
41
|
"kit-btn-icon-only": B,
|
|
@@ -44,13 +44,13 @@ const H = {
|
|
|
44
44
|
return w(() => {
|
|
45
45
|
let o = null;
|
|
46
46
|
s.delay > 0 ? o = setTimeout(() => {
|
|
47
|
-
o = null,
|
|
48
|
-
}, s.delay) :
|
|
47
|
+
o = null, a(!0);
|
|
48
|
+
}, s.delay) : a(s.loading);
|
|
49
49
|
function E() {
|
|
50
50
|
o && (clearTimeout(o), o = null);
|
|
51
51
|
}
|
|
52
52
|
return E;
|
|
53
|
-
}, [i, s]), K("button", { onClick: v ? c : x, disabled:
|
|
53
|
+
}, [i, s]), K("button", { onClick: v ? c : x, disabled: g, ref: _, type: d, ...N, className: I, children: [T ? u(D, { className: "kit-btn-icon" }) : j, m, n === "segmented" && f && u(L, { icon: R, className: "kit-btn-segmented-actived-icon" })] });
|
|
54
54
|
}, U = O(Q);
|
|
55
55
|
U.displayName = "KitButton";
|
|
56
56
|
export {
|
|
@@ -3,22 +3,22 @@ import { jsx as C } from "react/jsx-runtime";
|
|
|
3
3
|
import { useMemo as g } from "react";
|
|
4
4
|
import { u as h } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
5
5
|
import I from "../../../hooks/useSecureClick/index.js";
|
|
6
|
-
import { isValidColor as b, getLighterColor as x, getColor as
|
|
6
|
+
import { isValidColor as b, getLighterColor as x, getColor as e } from "../../../utils/functions/index.js";
|
|
7
7
|
import { kitIconCssTokens as t } from "../../../theme/aristid/components/General/Icon/index.js";
|
|
8
8
|
import y from "classnames";
|
|
9
9
|
const K = {
|
|
10
|
-
"kit-icon": "_kit-
|
|
11
|
-
}, _ = ({ className:
|
|
12
|
-
const { appId:
|
|
10
|
+
"kit-icon": "_kit-icon_1hwes_2"
|
|
11
|
+
}, _ = ({ className: n, on: c, icon: m, onClick: r, disableSecureClick: l, color: s, style: i, ...u }) => {
|
|
12
|
+
const { appId: a } = h(), p = (o) => !o || !b(o) ? null : {
|
|
13
13
|
[t.colors.background.on]: x(o),
|
|
14
14
|
[t.colors.background.default]: "transparent",
|
|
15
|
-
[t.colors.icon.on]:
|
|
16
|
-
[t.colors.icon.default]:
|
|
17
|
-
}, f = I(r), k = g(() => ({ ...i, ...p(s) }), [s, i]), d = y(
|
|
15
|
+
[t.colors.icon.on]: e(o),
|
|
16
|
+
[t.colors.icon.default]: e(o)
|
|
17
|
+
}, f = I(r), k = g(() => ({ ...i, ...p(s) }), [s, i]), d = y(a, K["kit-icon"], "kit-icon", n, {
|
|
18
18
|
on: c,
|
|
19
19
|
clickable: r !== void 0
|
|
20
20
|
});
|
|
21
|
-
return C("span", { ...
|
|
21
|
+
return C("span", { ...u, className: d, style: k, onClick: l ? r : f, children: m });
|
|
22
22
|
};
|
|
23
23
|
_.displayName = "KitIcon";
|
|
24
24
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { IKitLink } from './types';
|
|
3
|
-
declare const KitLink:
|
|
3
|
+
declare const KitLink: import("react").ForwardRefExoticComponent<IKitLink & import("react").RefAttributes<HTMLElement>>;
|
|
4
4
|
export default KitLink;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { IKitText } from './types';
|
|
3
|
-
declare const KitParagraph:
|
|
3
|
+
declare const KitParagraph: import("react").ForwardRefExoticComponent<IKitText & import("react").RefAttributes<HTMLElement>>;
|
|
4
4
|
export default KitParagraph;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { IKitText } from './types';
|
|
3
|
-
declare const KitText:
|
|
3
|
+
declare const KitText: import("react").ForwardRefExoticComponent<IKitText & import("react").RefAttributes<HTMLElement>>;
|
|
4
4
|
export default KitText;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
2
2
|
import { IKitTitle } from './types';
|
|
3
|
-
declare const KitTitle:
|
|
3
|
+
declare const KitTitle: ForwardRefExoticComponent<IKitTitle & import("react").RefAttributes<unknown>>;
|
|
4
4
|
export default KitTitle;
|
|
@@ -4,12 +4,12 @@ import { forwardRef as m, useMemo as c } from "react";
|
|
|
4
4
|
import K from "antd/es/typography/Base";
|
|
5
5
|
import i from "classnames";
|
|
6
6
|
import { isValidColor as _, getColor as N } from "../../../utils/functions/index.js";
|
|
7
|
-
import { u as
|
|
7
|
+
import { u as s } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
8
8
|
import { Typography as k } from "antd";
|
|
9
|
-
const u = ({ className:
|
|
10
|
-
"ant-typography-regular":
|
|
11
|
-
"ant-typography-medium":
|
|
12
|
-
"ant-typography-bold":
|
|
9
|
+
const u = ({ className: t = "", weight: e = "regular" }) => i(t, {
|
|
10
|
+
"ant-typography-regular": e === h.regular,
|
|
11
|
+
"ant-typography-medium": e === h.medium,
|
|
12
|
+
"ant-typography-bold": e === h.bold
|
|
13
13
|
}), h = {
|
|
14
14
|
regular: "regular",
|
|
15
15
|
medium: "medium",
|
|
@@ -19,76 +19,67 @@ const u = ({ className: a = "", weight: t = "regular" }) => i(a, {
|
|
|
19
19
|
h2: "h2",
|
|
20
20
|
h3: "h3",
|
|
21
21
|
h4: "h4"
|
|
22
|
-
}, L = (
|
|
23
|
-
if (!
|
|
22
|
+
}, L = (t) => ["primary", "grey", "black", "black60", "white"].includes(t), g = (t) => {
|
|
23
|
+
if (!t || !(_(t) || L(t)))
|
|
24
24
|
return null;
|
|
25
|
-
let
|
|
26
|
-
switch (
|
|
27
|
-
case "primary":
|
|
28
|
-
t = "var(--general-colors-primary-primary400)";
|
|
29
|
-
break;
|
|
30
|
-
case "grey":
|
|
31
|
-
t = "var(--general-colors-neutral-grey-grey400)";
|
|
32
|
-
break;
|
|
25
|
+
let e = "";
|
|
26
|
+
switch (t) {
|
|
33
27
|
case "black":
|
|
34
|
-
|
|
35
|
-
break;
|
|
36
|
-
case "black60":
|
|
37
|
-
t = "var(--general-colors-neutral-typography-black60)";
|
|
28
|
+
e = "var(--general-colors-neutral-black)";
|
|
38
29
|
break;
|
|
39
30
|
case "white":
|
|
40
|
-
|
|
31
|
+
e = "var(--general-colors-neutral-white)";
|
|
41
32
|
break;
|
|
42
33
|
default:
|
|
43
|
-
|
|
34
|
+
e = N(t);
|
|
44
35
|
break;
|
|
45
36
|
}
|
|
46
37
|
return {
|
|
47
|
-
"--kit-typography-color":
|
|
38
|
+
"--kit-typography-color": e
|
|
48
39
|
};
|
|
49
40
|
}, p = {
|
|
50
41
|
"kit-typography-link": "_kit-typography-link_1gex1_2",
|
|
51
42
|
"kit-typography-paragraph": "_kit-typography-paragraph_1gex1_17",
|
|
52
43
|
"kit-typography-text": "_kit-typography-text_1gex1_32"
|
|
53
|
-
}, x = m(({ level:
|
|
54
|
-
const { appId:
|
|
55
|
-
return n(o, { ref:
|
|
44
|
+
}, x = m(({ level: t = d.h1, ...e }, a) => {
|
|
45
|
+
const { appId: r } = s(), l = d[t], o = K, y = c(() => ({ ...e.style, ...g(e.color) }), [e.color, e.style]), I = i(r, p["kit-typography-title"], e.className);
|
|
46
|
+
return n(o, { ref: a, ...e, component: l, className: I, style: y });
|
|
56
47
|
});
|
|
57
48
|
x.displayName = "KitTitle";
|
|
58
|
-
const P = x, T = m(({ size:
|
|
59
|
-
const { appId: l } =
|
|
60
|
-
"kit-typography-text-small":
|
|
61
|
-
"kit-typography-text-medium":
|
|
62
|
-
"kit-typography-text-large":
|
|
63
|
-
},
|
|
64
|
-
return n(k.Text, { ...
|
|
49
|
+
const P = x, T = m(({ size: t = "medium", className: e, ...a }, r) => {
|
|
50
|
+
const { appId: l } = s(), o = i(l, p["kit-typography-text"], {
|
|
51
|
+
"kit-typography-text-small": t === "small",
|
|
52
|
+
"kit-typography-text-medium": t === "medium",
|
|
53
|
+
"kit-typography-text-large": t === "large"
|
|
54
|
+
}, e), y = c(() => ({ ...a.style, ...g(a.color) }), [a.color, a.style]);
|
|
55
|
+
return n(k.Text, { ...a, ref: r, className: `${o} ${u(a)}`, style: y });
|
|
65
56
|
});
|
|
66
57
|
T.displayName = "KitText";
|
|
67
|
-
const C = T, b = m(({ size:
|
|
68
|
-
const { appId: l } =
|
|
69
|
-
"kit-typography-link-small":
|
|
70
|
-
"kit-typography-link-medium":
|
|
71
|
-
"kit-typography-link-large":
|
|
72
|
-
},
|
|
73
|
-
return n(k.Link, { ...
|
|
58
|
+
const C = T, b = m(({ size: t = "medium", className: e, ...a }, r) => {
|
|
59
|
+
const { appId: l } = s(), o = i(l, p["kit-typography-link"], {
|
|
60
|
+
"kit-typography-link-small": t === "small",
|
|
61
|
+
"kit-typography-link-medium": t === "medium",
|
|
62
|
+
"kit-typography-link-large": t === "large"
|
|
63
|
+
}, e), y = c(() => ({ ...a.style, ...g(a.color) }), [a.color, a.style]);
|
|
64
|
+
return n(k.Link, { ...a, ref: r, className: `${o} ${u(a)}`, style: y });
|
|
74
65
|
});
|
|
75
66
|
b.displayName = "KitLink";
|
|
76
|
-
const $ = b, f = m(({ size:
|
|
77
|
-
const { appId: l } =
|
|
78
|
-
"kit-typography-paragraph-small":
|
|
79
|
-
"kit-typography-paragraph-medium":
|
|
80
|
-
"kit-typography-paragraph-large":
|
|
81
|
-
},
|
|
82
|
-
return n(k.Paragraph, { ...
|
|
67
|
+
const $ = b, f = m(({ size: t = "medium", className: e, ...a }, r) => {
|
|
68
|
+
const { appId: l } = s(), o = i(l, p["kit-typography-paragraph"], {
|
|
69
|
+
"kit-typography-paragraph-small": t === "small",
|
|
70
|
+
"kit-typography-paragraph-medium": t === "medium",
|
|
71
|
+
"kit-typography-paragraph-large": t === "large"
|
|
72
|
+
}, e), y = c(() => ({ ...a.style, ...g(a.color) }), [a.color, a.style]);
|
|
73
|
+
return n(k.Paragraph, { ...a, ref: r, className: `${o} ${u(a)}`, style: y });
|
|
83
74
|
});
|
|
84
75
|
f.displayName = "KitParagraph";
|
|
85
|
-
const
|
|
76
|
+
const E = f, S = {
|
|
86
77
|
Title: P,
|
|
87
78
|
Text: C,
|
|
88
79
|
Link: $,
|
|
89
|
-
Paragraph:
|
|
80
|
+
Paragraph: E
|
|
90
81
|
};
|
|
91
|
-
|
|
82
|
+
S.displayName = "KitTypography";
|
|
92
83
|
export {
|
|
93
|
-
|
|
84
|
+
S as KitTypography
|
|
94
85
|
};
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import "../../../assets/index17.css";
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { Divider as
|
|
4
|
-
import { u as
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import { Divider as s } from "antd";
|
|
4
|
+
import { u as d } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
5
5
|
import p from "classnames";
|
|
6
|
-
const
|
|
7
|
-
"kit-divider": "_kit-
|
|
8
|
-
}, n = ({ noMargin: i = !1,
|
|
9
|
-
const { appId:
|
|
10
|
-
"no-margin": i
|
|
11
|
-
"light-grey": r === "lightGrey"
|
|
6
|
+
const a = {
|
|
7
|
+
"kit-divider": "_kit-divider_1e7uk_2"
|
|
8
|
+
}, n = ({ noMargin: i = !1, className: r, ...t }) => {
|
|
9
|
+
const { appId: e } = d(), o = p(e, a["kit-divider"], r, {
|
|
10
|
+
"no-margin": i
|
|
12
11
|
});
|
|
13
|
-
return s
|
|
12
|
+
return m(s, { ...t, className: o });
|
|
14
13
|
};
|
|
15
14
|
n.displayName = "KitDivider";
|
|
16
15
|
export {
|
|
@@ -3,14 +3,10 @@ import {KitHTMLAttributes} from '../../../types';
|
|
|
3
3
|
|
|
4
4
|
type AntdDividerTypesToOmit = 'style' | 'plain';
|
|
5
5
|
|
|
6
|
-
type KitDividerColor = 'default' | 'lightGrey';
|
|
7
|
-
|
|
8
6
|
export interface IKitDivider extends Omit<DividerProps, AntdDividerTypesToOmit>, KitHTMLAttributes<HTMLDivElement> {
|
|
9
7
|
noMargin?: boolean;
|
|
10
|
-
color?: KitDividerColor;
|
|
11
8
|
}
|
|
12
9
|
|
|
13
10
|
export interface IStyledAntdDivider {
|
|
14
11
|
$noMargin: boolean;
|
|
15
|
-
$color: KitDividerColor;
|
|
16
12
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { isValidColor as
|
|
3
|
-
import
|
|
4
|
-
import { c as a } from "../../../chunks/styles.module.
|
|
5
|
-
const
|
|
2
|
+
import { isValidColor as n, getColor as m } from "../../../utils/functions/index.js";
|
|
3
|
+
import c from "classnames";
|
|
4
|
+
import { c as a } from "../../../chunks/styles.module.Q_QQjQdX.js";
|
|
5
|
+
const g = ({ className: o, style: t, borderColor: r = "primary", children: i }) => {
|
|
6
6
|
const e = () => {
|
|
7
7
|
if (r === "primary")
|
|
8
8
|
return {
|
|
9
|
-
"--section-border-color": "var(--general-
|
|
9
|
+
"--section-border-color": "var(--general-utilities-main-mainColor)"
|
|
10
10
|
};
|
|
11
|
-
if (!(!r || !
|
|
11
|
+
if (!(!r || !n(r)))
|
|
12
12
|
return {
|
|
13
13
|
"--section-border-color": m(r)
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
return s("section", { className:
|
|
16
|
+
return s("section", { className: c(o, a.borderSection), style: { ...e(), ...t }, children: i });
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
g as KitSection
|
|
20
20
|
};
|
|
@@ -2,11 +2,11 @@ import "../../../assets/index18.css";
|
|
|
2
2
|
import { jsx as o, jsxs as s, Fragment as a } from "react/jsx-runtime";
|
|
3
3
|
import { useMemo as c } from "react";
|
|
4
4
|
import { Breadcrumb as d } from "antd";
|
|
5
|
-
import { u } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
6
|
-
import
|
|
7
|
-
const
|
|
8
|
-
"kit-breadcrumb": "_kit-
|
|
9
|
-
},
|
|
5
|
+
import { u as p } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
6
|
+
import u from "classnames";
|
|
7
|
+
const f = {
|
|
8
|
+
"kit-breadcrumb": "_kit-breadcrumb_fpkjd_2"
|
|
9
|
+
}, l = (r) => {
|
|
10
10
|
if (r !== void 0)
|
|
11
11
|
return r.map((e) => {
|
|
12
12
|
const { icon: m, ...t } = e;
|
|
@@ -15,11 +15,11 @@ const b = {
|
|
|
15
15
|
title: s(a, { children: [m, t.title && o("span", { style: { marginLeft: "4px" }, children: t.title })] })
|
|
16
16
|
} : t;
|
|
17
17
|
});
|
|
18
|
-
},
|
|
19
|
-
const { appId: t } =
|
|
18
|
+
}, b = ({ className: r, items: e, ...m }) => {
|
|
19
|
+
const { appId: t } = p(), i = u(t, f["kit-breadcrumb"], r), n = c(() => l(e), [e]);
|
|
20
20
|
return o(d, { ...m, className: i, items: n });
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
b.displayName = "KitBreadcrumb";
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
b as KitBreadcrumb
|
|
25
25
|
};
|
|
@@ -10,13 +10,13 @@ import "color-convert";
|
|
|
10
10
|
import "color-string";
|
|
11
11
|
import "lodash/isEmpty";
|
|
12
12
|
import "classnames";
|
|
13
|
-
import "../../../chunks/styles.module.
|
|
13
|
+
import "../../../chunks/styles.module.Q_QQjQdX.js";
|
|
14
14
|
import "../../DataEntry/Checkbox/index.js";
|
|
15
15
|
import "../../DataEntry/Input/index.js";
|
|
16
16
|
import "../../DataEntry/InputNumber/index.js";
|
|
17
17
|
import "../../DataEntry/Radio/index.js";
|
|
18
18
|
import "../../DataEntry/Rate/index.js";
|
|
19
|
-
import { f as A } from "../../../chunks/index.
|
|
19
|
+
import { f as A } from "../../../chunks/index.wMOo1bfz.js";
|
|
20
20
|
import "../../DataEntry/Switch/index.js";
|
|
21
21
|
import "../../DataEntry/DatePicker/index.js";
|
|
22
22
|
import "../../DataEntry/AutoComplete/index.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import { Pagination as d } from "antd";
|
|
3
3
|
import { u as p } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
4
4
|
import f from "classnames";
|
|
5
|
-
import { s as R } from "../../../chunks/styles.module.
|
|
5
|
+
import { s as R } from "../../../chunks/styles.module.XgQ5x7Pq.js";
|
|
6
6
|
const P = ({ className: i, bordered: o, ...t }) => {
|
|
7
7
|
const { appId: n } = p(), r = (a, s, e) => t.itemRender ? t.itemRender(a, s, e) : e, m = f(n, R["kit-pagination"], i, {
|
|
8
8
|
"kit-pagination-bordered": o
|
|
@@ -3,13 +3,13 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
3
3
|
import { Steps as r } from "antd";
|
|
4
4
|
import { u as i } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
|
|
5
5
|
import m from "classnames";
|
|
6
|
-
const
|
|
7
|
-
"kit-steps": "_kit-
|
|
8
|
-
},
|
|
9
|
-
const { appId: e } = i(), o = m(e,
|
|
6
|
+
const a = {
|
|
7
|
+
"kit-steps": "_kit-steps_wausg_2"
|
|
8
|
+
}, c = ({ className: t, ...s }) => {
|
|
9
|
+
const { appId: e } = i(), o = m(e, a["kit-steps"], t);
|
|
10
10
|
return p(r, { ...s, progressDot: !0, className: o });
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
c.displayName = "KitSteps";
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
c as KitSteps
|
|
15
15
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { KitBreadcrumb as t } from "./Breadcrumb/index.js";
|
|
2
2
|
import { KitDropDown as i } from "./DropDown/index.js";
|
|
3
|
-
import { g as K, h as p, f, i as m } from "../../chunks/index.
|
|
3
|
+
import { g as K, h as p, f, i as m } from "../../chunks/index.wMOo1bfz.js";
|
|
4
4
|
import { KitSteps as s } from "./Steps/index.js";
|
|
5
5
|
import { KitPagination as d } from "./Pagination/index.js";
|
|
6
6
|
export {
|
package/dist/Kit/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { KitAvatar as o } from "./DataDisplay/Avatar/index.js";
|
|
2
2
|
import { KitBadge as a } from "./DataDisplay/Badge/index.js";
|
|
3
|
-
import { K as n, b as s, g as p, a as A, c as m, h as K, f, e as l, i as x, d } from "../chunks/index.
|
|
3
|
+
import { K as n, b as s, g as p, a as A, c as m, h as K, f, e as l, i as x, d } from "../chunks/index.wMOo1bfz.js";
|
|
4
4
|
import { KitEmpty as u } from "./DataDisplay/Empty/index.js";
|
|
5
5
|
import { KitError as C } from "./DataDisplay/Error/index.js";
|
|
6
6
|
import { KitIdCard as g } from "./DataDisplay/IdCard/index.js";
|
|
@@ -14,7 +14,7 @@ import { KitTour as L } from "./DataDisplay/Tour/index.js";
|
|
|
14
14
|
import { KitCheckbox as E } from "./DataEntry/Checkbox/index.js";
|
|
15
15
|
import { KitInput as U } from "./DataEntry/Input/index.js";
|
|
16
16
|
import { KitInputNumber as H } from "./DataEntry/InputNumber/index.js";
|
|
17
|
-
import { K as j } from "../chunks/InputWrapper.
|
|
17
|
+
import { K as j } from "../chunks/InputWrapper.RG8Q9Ntu.js";
|
|
18
18
|
import { KitRadio as z } from "./DataEntry/Radio/index.js";
|
|
19
19
|
import { KitRate as O } from "./DataEntry/Rate/index.js";
|
|
20
20
|
import { KitSwitch as X } from "./DataEntry/Switch/index.js";
|
|
@@ -27,7 +27,7 @@ import { KitAlert as st } from "./Feedback/Alert/index.js";
|
|
|
27
27
|
import { KitModal as At } from "./Feedback/Modal/index.js";
|
|
28
28
|
import { KitProgress as Kt } from "./Feedback/Progress/index.js";
|
|
29
29
|
import { KitSnackBarProvider as lt, closeKitSnackBar as xt, openKitSnackBar as dt } from "./Feedback/SnackBar/index.js";
|
|
30
|
-
import { K as ut, u as Tt } from "../chunks/KitNotification.
|
|
30
|
+
import { K as ut, u as Tt } from "../chunks/KitNotification.YKY0mq-u.js";
|
|
31
31
|
import { KitButton as St } from "./General/Button/index.js";
|
|
32
32
|
import { KitTypography as Pt } from "./General/Typography/index.js";
|
|
33
33
|
import { KitIcon as bt } from "./General/Icon/index.js";
|
package/dist/assets/Avatar.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-avatar_1fuky_2{background:var(--general-utilities-main-mainLight)}._kit-avatar_1fuky_2:not(.ant-avatar-image){background:var(--components-Avatar-colors-background-default, var(--general-utilities-main-mainLight));color:var(--components-Avatar-colors-typography-default, var(--general-utilities-main-mainMedium))}._kit-avatar_1fuky_2.kit-avatar-image-fit-cover img{object-fit:cover}._kit-avatar_1fuky_2.kit-avatar-image-fit-contain img{object-fit:contain}._kit-avatar_1fuky_2.kit-avatar-image-fit-fill img{object-fit:fill}._kit-avatar-disabled_1fuky_19{--mask-color: #8db1c880}._kit-avatar-disabled_1fuky_19.ant-avatar-icon,._kit-avatar-disabled_1fuky_19.kit-avatar-image-fit-cover,._kit-avatar-disabled_1fuky_19{color:var(--general-utilities-disabled);background-color:var(--general-utilities-neutral-neutralMedium)}._kit-avatar-disabled_1fuky_19.ant-avatar-image:after{content:"";z-index:0;position:absolute;top:0;right:0;bottom:0;left:0;background:var(--mask-color)}._kit-avatar-group_1fuky_41.override-last>span:last-child{background:var(--components-AvatarGroup-colors-background-default, var(--general-utilities-main-mainLight));color:var(--components-AvatarGroup-colors-typography-default, var(--components-AvatarGroup-colors-background-default, var(--general-utilities-main-mainMedium)))}._kit-avatar-group_1fuky_41 .ant-avatar{box-shadow:var(--general-utilities-shadow-shadowLight)}._kit-avatar-group-disabled_1fuky_49.override-last>span:last-child{color:var(--general-utilities-disabled);background-color:var(--general-utilities-neutral-neutralMedium)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-input-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-input-wrapper_v50mp_2 .kit-input-wrapper-label{margin-bottom:calc(var(--components-InputWrapper-gap-label, var(--general-spacing-xxs)) * 1px);display:flex;align-items:center}._kit-input-wrapper_v50mp_2 .kit-input-wrapper-helper{margin-top:calc(var(--components-InputWrapper-gap-helper, var(--general-spacing-xs)) * 1px)}._kit-input-wrapper_v50mp_2 .kit-input-wrapper-label,._kit-input-wrapper_v50mp_2 .kit-input-wrapper-label .ant-typography,._kit-input-wrapper_v50mp_2 .kit-input-wrapper-helper,._kit-input-wrapper_v50mp_2 .kit-input-wrapper-helper .ant-typography{color:var(--components-InputWrapper-colors-typography-default, var(--general-utilities-text-textPrimary))}._kit-input-wrapper_v50mp_2 .kit-input-wrapper-required{color:var(--components-InputWrapper-colors-typography-error, var(--general-utilities-text-textError));padding-left:calc(var(--general-spacing-xxs) * 1px);font-variant-position:super}._kit-input-wrapper_v50mp_2.bordered .kit-input-wrapper-content{border:1px solid var(--components-InputWrapper-colors-border-default, var(--general-utilities-border));border-radius:calc(var(--components-InputWrapper-border-radius, var(--general-border-radius-s)) * 1px);padding:10px}._kit-input-wrapper_v50mp_2.error .kit-input-wrapper-label,._kit-input-wrapper_v50mp_2.error .kit-input-wrapper-label .ant-typography,._kit-input-wrapper_v50mp_2.error .kit-input-wrapper-helper,._kit-input-wrapper_v50mp_2.error .kit-input-wrapper-helper .ant-typography{color:var(--components-InputWrapper-colors-typography-error, var(--general-utilities-text-textError))}._kit-input-wrapper_v50mp_2.error .kit-input-wrapper-content{border-color:var(--components-InputWrapper-colors-border-error, var(--general-utilities-error-errorColor))}._kit-input-wrapper_v50mp_2.warning .kit-input-wrapper-label,._kit-input-wrapper_v50mp_2.warning .kit-input-wrapper-label .ant-typography,._kit-input-wrapper_v50mp_2.warning .kit-input-wrapper-helper,._kit-input-wrapper_v50mp_2.warning .kit-input-wrapper-helper .ant-typography{color:var(--components-InputWrapper-colors-typography-warning, var(--general-utilities-text-textWarning))}._kit-input-wrapper_v50mp_2.warning .kit-input-wrapper-content{border-color:var(--components-InputWrapper-colors-border-warning, var(--general-utilities-warning-warningColor))}._kit-input-wrapper_v50mp_2.disabled .kit-input-wrapper-label,._kit-input-wrapper_v50mp_2.disabled .kit-input-wrapper-label .ant-typography,._kit-input-wrapper_v50mp_2.disabled .kit-input-wrapper-helper,._kit-input-wrapper_v50mp_2.disabled .kit-input-wrapper-helper .ant-typography,._kit-input-wrapper_v50mp_2.disabled .kit-input-wrapper-required{color:var(--components-InputWrapper-colors-typography-disabled, var(--general-utilities-text-textDisabled))}._kit-input-wrapper_v50mp_2.disabled .kit-input-wrapper-content{border-color:var(--components-InputWrapper-colors-border-disabled, var(--general-utilities-border))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-notification_g783f_2{position:relative;padding:calc(var(--general-spacing-s) * 1px);width:384px;max-width:calc(100vw - 48px);overflow:hidden;line-height:1.5;word-wrap:break-word;margin-bottom:calc(var(--general-spacing-xs) * 1px);font-family:var(--components-Notification-typography-fontFamily, var(--general-typography-fontFamily));font-size:calc(var(--components-Notification-typography-fontSize-content, var(--general-typography-fontSize7)) * 1px);border-radius:calc(var(--general-border-radius-s) * 1px);border-left:calc(var(--general-border-radius-s) * 1px) solid transparent;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}._kit-notification_g783f_2 .kit-notification-content{box-sizing:border-box;display:grid;grid-template:"icon title" "icon subtitle" "icon message" "buttons buttons";grid-template-columns:min-content 1fr}._kit-notification_g783f_2.kit-notification-info{border-color:var(--components-Notification-colors-typography-message-info, var(--general-utilities-main-mainColor))}._kit-notification_g783f_2.kit-notification-info .kit-notification-content .kit-notification-title{color:var(--components-Notification-colors-typography-message-info, var(--general-utilities-text-textBlue))}._kit-notification_g783f_2.kit-notification-info .kit-notification-close{color:var(--components-Notification-colors-icon-info, var(--general-utilities-text-textBlue))}._kit-notification_g783f_2.kit-notification-info .kit-notification-close:hover{background-color:var(--components-Notification-colors-icon-background-info, var(--general-utilities-main-mainLight))}._kit-notification_g783f_2.kit-notification-success{border-color:var(--components-Notification-colors-typography-message-success, var(--general-utilities-success-successColor))}._kit-notification_g783f_2.kit-notification-success .kit-notification-content .kit-notification-title{color:var(--components-Notification-colors-typography-message-success, var(--general-utilities-text-textSuccess))}._kit-notification_g783f_2.kit-notification-success .kit-notification-close{color:var(--components-Notification-colors-icon-success, var(--general-utilities-text-textSuccess))}._kit-notification_g783f_2.kit-notification-success .kit-notification-close:hover{background-color:var(--components-Notification-colors-icon-background-success, var(--general-utilities-success-successLight))}._kit-notification_g783f_2.kit-notification-error{border-color:var(--components-Notification-colors-typography-message-error, var(--general-utilities-error-errorColor))}._kit-notification_g783f_2.kit-notification-error .kit-notification-content .kit-notification-title{color:var(--components-Notification-colors-typography-message-error, var(--general-utilities-text-textError))}._kit-notification_g783f_2.kit-notification-error .kit-notification-close{color:var(--components-Notification-colors-icon-error, var(--general-utilities-text-textError))}._kit-notification_g783f_2.kit-notification-error .kit-notification-close:hover{background-color:var(--components-Notification-colors-icon-background-error, var(--general-utilities-error-errorLight))}._kit-notification_g783f_2.kit-notification-warning{border-color:var(--components-Notification-colors-typography-message-warning, var(--general-utilities-warning-warningColor))}._kit-notification_g783f_2.kit-notification-warning .kit-notification-content .kit-notification-title{color:var(--components-Notification-colors-typography-message-warning, var(--general-utilities-text-textWarning))}._kit-notification_g783f_2.kit-notification-warning .kit-notification-close{color:var(--components-Notification-colors-icon-warning, var(--general-utilities-text-textWarning))}._kit-notification_g783f_2.kit-notification-warning .kit-notification-close:hover{background-color:var(--components-Notification-colors-icon-background-warning, var(--general-utilities-warning-warningLight))}._kit-notification_g783f_2 .kit-notification-icon{grid-area:icon;width:min-content;padding-right:calc(var(--general-spacing-s) * 1px);font-size:calc(var(--general-typography-fontSize4) * 1px)}._kit-notification_g783f_2 .kit-notification-title{grid-area:title;padding-right:calc(var(--general-spacing-m) * 1px);font-size:calc(var(--components-Notification-typography-fontSize-message, var(--general-typography-fontSize4)) * 1px);font-weight:var(--components-Notification-typography-fontWeight-message, var(--general-typography-mediumfontWeight))}._kit-notification_g783f_2 .kit-notification-subtitle{grid-area:subtitle;line-height:var(--general-typography-lineHeight7);color:var(--components-Notification-colors-typography-subtitle, --general-utilities-text-textPrimary);font-size:calc(var(--components-Notification-typography-fontSize-content, var(--general-typography-fontSize7)) * 1px);font-weight:var(--components-Notification-typography-fontWeight-message, var(--general-typography-regularFontWeight))}._kit-notification_g783f_2 .kit-notification-message{grid-area:message;margin-top:calc(var(--general-spacing-xs) * 1px);font-size:calc(var(--components-Notification-typography-fontSize-content, var(--general-typography-fontSize5)) * 1px);font-weight:var(--components-Notification-typography-fontWeight-message, var(--general-typography-regularFontWeight))}._kit-notification_g783f_2 .kit-notification-close{position:absolute;display:flex;box-sizing:border-box;font-size:calc(var(--general-typography-fontSize5) * 1px);height:20px;min-width:20px;padding:11px calc(var(--general-spacing-none) * 1px);justify-content:center;align-items:center;top:20px;right:20px;color:var(--components-Notification-colors-typography-subtitle, --general-utilities-text-textPrimary);border-radius:calc(var(--general-border-radius-s) * 1px)}._kit-notification_g783f_2 .kit-notification-close:hover{background-color:var(--general-utilities-neutral-neutralLight);cursor:pointer}._kit-notification_g783f_2 .kit-notification-buttons{grid-area:buttons/span 2;margin-top:12px;display:flex;justify-content:end}
|
package/dist/assets/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-badge_dmljo_2{height:16px;min-width:16px;line-height:16px;font-size:calc(var(--general-typography-fontSize7) * 1px)}._kit-badge_dmljo_2.ant-badge .ant-badge-count{background:var(--components-Badge-colors-background-default, var(--general-utilities-error-errorDark));color:var(--components-Badge-colors-typography-default, var(--general-utilities-light))}._kit-badge_dmljo_2 .ant-badge-status-processing.ant-scroll-number{position:absolute}._kit-badge_dmljo_2 .ant-badge-status-processing:after{animation-name:none;content:initial}._kit-badge_dmljo_2 .ant-badge-status-processing.ant-badge-status-dot:after{animation-name:none;content:initial}
|
package/dist/assets/index10.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-autocomplete_kox09_2.ant-select-auto-complete.ant-select-open .ant-input-affix-wrapper{border-bottom-left-radius:calc(var(--general-border-square) * 1px);border-bottom-right-radius:calc(var(--general-border-square) * 1px)}
|
package/dist/assets/index11.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-slider_1sj7g_2{flex-grow:1;margin-left:calc(var(--general-spacing-none) * 1px);margin-right:calc(var(--general-spacing-none) * 1px)}._kit-slider_1sj7g_2.with-start-icon{margin-left:20px}._kit-slider_1sj7g_2.with-end-icon{margin-right:20px}._kit-slider_1sj7g_2.ant-slider:not(.ant-slider-disabled) .ant-slider-handle:hover:after{background-color:var(--components-Slider-handle-colors-background-hover, var(--general-utilities-main-mainLight))}._kit-slider_1sj7g_2.ant-slider:not(.ant-slider-disabled) .ant-slider-handle:after{box-shadow:0 0 0 2px var(--components-Slider-handle-colors-border-default, var(--general-utilities-main-mainColor))}._kit-slider_1sj7g_2.ant-slider:not(.ant-slider-disabled) .ant-slider-handle:focus:after{background-color:var(--components-Slider-handle-colors-background-focus, var(--general-utilities-main-mainColor))}._kit-slider_1sj7g_2.ant-slider:not(.ant-slider-disabled):hover .ant-slider-dot:not(.ant-slider-dot-active){border-color:var(--components-Slider-dot-colors-border-default, var(--general-utilities-neutral-neutralMedium))}._kit-slider_1sj7g_2.ant-slider:not(.ant-slider-disabled) .ant-slider-mark .ant-slider-mark-text:not(.ant-slider-mark-text-active){color:var(--components-Slider-dot-colors-border-default, var(--general-utilities-neutral-neutralMedium))}._kit-slider_1sj7g_2.ant-slider:not(.ant-slider-disabled) .ant-slider-mark{top:14px}._kit-slider_1sj7g_2.ant-slider-disabled .ant-slider-handle:after{box-shadow:0 0 0 2px var(--components-Slider-handle-colors-border-disabled, var(--general-utilities-neutral-neutralMedium))}._kit-slider-container_1sj7g_35{position:relative;display:flex;align-items:baseline}._kit-slider-container_1sj7g_35 .end-icon{color:var(--components-Slider-endIcon-colors-default, var(--general-utilities-neutral-neutralDark))}._kit-slider-container_1sj7g_35 .start-icon{color:var(--components-Slider-startIcon-colors-default, var(--general-utilities-neutral-neutralDark))}
|
package/dist/assets/index12.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-colorpicker_5o9zg_2{font-weight:var(--components-ColorPicker-typography-fontWeight, var(--general-typography-mediumfontWeight));height:40px;min-width:40px;line-height:40px;box-shadow:none;font-size:calc(var(--components-ColorPicker-typography-fontSize, var(--general-typography-fontSize5)) * 1px)}._kit-colorpicker_5o9zg_2.ant-color-picker-trigger-active{border-color:transparent;box-shadow:0 0 0 3px var(--components-ColorPicker-colors-border-focused, var(--general-utilities-focus))}._kit-colorpicker_5o9zg_2.ant-color-picker-trigger-disabled:hover{border-color:var(--components-ColorPicker-colors-border-disabled, var(--general-utilities-border))}._kit-colorpicker_5o9zg_2.ant-color-picker-trigger-disabled .ant-color-picker-trigger-text{color:var(--components-ColorPicker-colors-typography-disabled, var(--general-utilities-text-textDisabled))}._kit-colorpicker_5o9zg_2 .ant-color-picker-color-block{width:32px;height:32px;border-radius:calc(var(--components-ColorPicker-colorBlock-border-radius, var(--general-border-radius-xs)) * 1px)}
|
package/dist/assets/index13.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-
|
|
1
|
+
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */._kit-alert_y8zsx_2{padding:calc(var(--general-spacing-xs) * 1px) calc(var(--general-spacing-s) * 1px)}._kit-alert_y8zsx_2.ant-alert-with-description{padding-inline:calc(var(--general-spacing-none) * 1px);padding-block:calc(var(--general-spacing-none) * 1px);padding:calc(var(--general-spacing-xs) * 1px) calc(var(--general-spacing-s) * 1px)}._kit-alert_y8zsx_2.ant-alert-with-description .ant-alert-message{margin-bottom:6px}._kit-alert_y8zsx_2:not(.ant-alert-banner){border-radius:calc(var(--components-Alert-border-radius, var(--general-border-radius-s)) * 1px)}._kit-alert_y8zsx_2 .ant-alert-message{font-size:calc(var(--components-Alert-typography-fontSize-message, var(--general-typography-fontSize5)) * 1px)}._kit-alert_y8zsx_2 .ant-alert-description{font-size:calc(var(--components-Alert-typography-fontSize-description, var(--general-typography-fontSize7)) * 1px)}._kit-alert_y8zsx_2 .fa-icon{font-size:calc(var(--components-Alert-icon-alert-size, var(--general-typography-fontSize4)) * 1px);margin-inline-end:calc(var(--general-spacing-xs) * 1px)}._kit-alert_y8zsx_2.ant-alert-with-description .fa-icon{margin-top:3px}._kit-alert_y8zsx_2.ant-alert-success svg{color:var(--components-Alert-colors-icon-alert-success, var(--general-utilities-success-successColor))}._kit-alert_y8zsx_2.ant-alert-info svg{color:var(--components-Alert-colors-icon-alert-info, var(--general-utilities-main-mainColor))}._kit-alert_y8zsx_2.ant-alert-warning svg{color:var(--components-Alert-colors-icon-alert-warning, var(--general-utilities-warning-warningColor))}._kit-alert_y8zsx_2.ant-alert-error svg{color:var(--components-Alert-colors-icon-alert-error, var(--general-utilities-error-errorColor))}
|