@itcase/ui 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Badge-C68XnlcL.js → Badge-BxT2_kz_.js} +1 -1
- package/dist/{Badge-C6SNRExV.js → Badge-DnWTbwXq.js} +1 -1
- package/dist/{Button-WZZpsxTk.js → Button-BiJZz4Bx.js} +9 -9
- package/dist/{Button-Bsrw4D7p.js → Button-xYLCmT3D.js} +9 -9
- package/dist/{DropdownItem-BiiEhR49.js → DropdownItem-NllzSt5M.js} +3 -3
- package/dist/{DropdownItem-g5jWbyJy.js → DropdownItem-mr__S8vt.js} +3 -3
- package/dist/{Group-Dz8xytje.js → Group-BICb8bYQ.js} +2 -2
- package/dist/{Group-Cq4AQPqb.js → Group-qq4Iisll.js} +2 -2
- package/dist/{Icon-GVGrUu_Z.js → Icon-BcBOnVKH.js} +4 -4
- package/dist/{Icon-htF_V35Y.js → Icon-OJ_3E3eM.js} +4 -4
- package/dist/{Input-COFdaiTe.js → Input-DHJIVk1z.js} +2 -2
- package/dist/{Input-Dwvk-poq.js → Input-DiFnIFT7.js} +2 -2
- package/dist/{Label-DF2a2Mlx.js → Label-D-LcvthP.js} +1 -1
- package/dist/{Label-I9WNpCXa.js → Label-y2hx5Q81.js} +1 -1
- package/dist/{Link-B38Hn4G2.js → Link-BnqN6ysn.js} +2 -2
- package/dist/{Link-BhJ5BdyS.js → Link-DaKqf1pb.js} +2 -2
- package/dist/{Loader-DpYaDhe9.js → Loader-DdKHrLnw.js} +3 -3
- package/dist/{Loader-D4_r7LML.js → Loader-VK3q7PBN.js} +3 -3
- package/dist/{Overlay-BKh07Vb2.js → Overlay-CZixnXZ6.js} +2 -2
- package/dist/{Overlay-DiCjwUv4.js → Overlay-Myen2mqz.js} +2 -2
- package/dist/Title-BLGDdlnX.js +55 -0
- package/dist/Title-Byi9vhDt.js +51 -0
- package/dist/{Tooltip-BYgzNVYI.js → Tooltip-5lQyt5-Y.js} +1 -1
- package/dist/{Tooltip-DpBQQoNo.js → Tooltip-DRta8lK_.js} +1 -1
- package/dist/cjs/components/Accordion.js +8 -8
- package/dist/cjs/components/Avatar.js +4 -4
- package/dist/cjs/components/Badge.js +5 -5
- package/dist/cjs/components/Breadcrumbs.js +4 -4
- package/dist/cjs/components/Button.js +7 -7
- package/dist/cjs/components/Cell.js +5 -5
- package/dist/cjs/components/Chips.js +60 -19
- package/dist/cjs/components/Choice.js +7 -7
- package/dist/cjs/components/Code.js +2 -2
- package/dist/cjs/components/CookiesWarning.js +8 -8
- package/dist/cjs/components/DadataHintField.js +1 -1
- package/dist/cjs/components/DatePicker.js +36 -11
- package/dist/cjs/components/Drawer.js +2 -2
- package/dist/cjs/components/Dropdown.js +2 -2
- package/dist/cjs/components/Group.js +1 -1
- package/dist/cjs/components/HeroTitle.js +2 -2
- package/dist/cjs/components/Icon.js +4 -4
- package/dist/cjs/components/Input.js +1 -1
- package/dist/cjs/components/InputMask.js +2 -2
- package/dist/cjs/components/InputPassword.js +6 -6
- package/dist/cjs/components/Label.js +3 -3
- package/dist/cjs/components/Link.js +1 -1
- package/dist/cjs/components/List.js +1 -1
- package/dist/cjs/components/Loader.js +1 -1
- package/dist/cjs/components/Logo.js +1 -1
- package/dist/cjs/components/MenuItem.js +3 -3
- package/dist/cjs/components/Modal.js +3 -3
- package/dist/cjs/components/Notification.js +2 -2
- package/dist/cjs/components/Overlay.js +1 -1
- package/dist/cjs/components/Pagination.js +7 -7
- package/dist/cjs/components/Panel.js +3 -3
- package/dist/cjs/components/Radio.js +2 -2
- package/dist/cjs/components/Response.js +7 -7
- package/dist/cjs/components/Search.js +6 -6
- package/dist/cjs/components/Segmented.js +13 -3
- package/dist/cjs/components/Select.js +8 -8
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Switch.js +2 -2
- package/dist/cjs/components/Tab.js +5 -5
- package/dist/cjs/components/Textarea.js +2 -2
- package/dist/cjs/components/Tile.js +5 -5
- package/dist/cjs/components/Title.js +2 -2
- package/dist/cjs/components/Tooltip.js +2 -2
- package/dist/cjs/components/Video.js +5 -5
- package/dist/components/Accordion.js +8 -8
- package/dist/components/Avatar.js +4 -4
- package/dist/components/Badge.js +5 -5
- package/dist/components/Breadcrumbs.js +4 -4
- package/dist/components/Button.js +7 -7
- package/dist/components/Cell.js +5 -5
- package/dist/components/Chips.js +60 -19
- package/dist/components/Choice.js +7 -7
- package/dist/components/Code.js +2 -2
- package/dist/components/CookiesWarning.js +8 -8
- package/dist/components/DadataHintField.js +1 -1
- package/dist/components/DatePicker.js +36 -11
- package/dist/components/Drawer.js +2 -2
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/Group.js +1 -1
- package/dist/components/HeroTitle.js +2 -2
- package/dist/components/Icon.js +4 -4
- package/dist/components/Input.js +1 -1
- package/dist/components/InputMask.js +2 -2
- package/dist/components/InputPassword.js +6 -6
- package/dist/components/Label.js +3 -3
- package/dist/components/Link.js +1 -1
- package/dist/components/List.js +1 -1
- package/dist/components/Loader.js +1 -1
- package/dist/components/Logo.js +1 -1
- package/dist/components/MenuItem.js +3 -3
- package/dist/components/Modal.js +3 -3
- package/dist/components/Notification.js +2 -2
- package/dist/components/Overlay.js +1 -1
- package/dist/components/Pagination.js +7 -7
- package/dist/components/Panel.js +3 -3
- package/dist/components/Radio.js +2 -2
- package/dist/components/Response.js +7 -7
- package/dist/components/Search.js +6 -6
- package/dist/components/Segmented.js +13 -3
- package/dist/components/Select.js +8 -8
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Switch.js +2 -2
- package/dist/components/Tab.js +5 -5
- package/dist/components/Textarea.js +2 -2
- package/dist/components/Tile.js +5 -5
- package/dist/components/Title.js +2 -2
- package/dist/components/Tooltip.js +2 -2
- package/dist/components/Video.js +5 -5
- package/dist/css/components/Cell/Cell.css +14 -34
- package/dist/css/components/HeroTitle/HeroTitle.css +11 -13
- package/dist/css/components/Image/Image.css +11 -13
- package/dist/css/components/Loader/Loader.css +19 -0
- package/dist/css/components/Title/Title.css +11 -13
- package/dist/css/components/Tooltip/Tooltip.css +4 -4
- package/dist/css/styles/fill/fill.css +6 -6
- package/dist/css/styles/fill/fill_active.css +1 -1
- package/dist/css/styles/fill/fill_active_hover.css +4 -4
- package/dist/css/styles/fill/fill_disabled.css +8 -0
- package/dist/css/styles/text-color/text-color.css +4 -4
- package/dist/css/styles/text-color/text-color_disabled.css +13 -0
- package/dist/stories/Accordion.mdx +1 -1
- package/dist/stories/AccordionItem.mdx +1 -1
- package/dist/stories/Avatar.mdx +1 -1
- package/dist/stories/Badge.mdx +13 -0
- package/dist/stories/Button.mdx +12 -0
- package/dist/stories/Checkbox.mdx +12 -0
- package/dist/stories/Checkmark.mdx +10 -0
- package/dist/stories/Chips.mdx +37 -0
- package/dist/stories/Dev.mdx +3 -3
- package/dist/stories/Elevation.mdx +3 -3
- package/dist/stories/Label.mdx +11 -0
- package/dist/stories/Loader.mdx +11 -0
- package/dist/stories/Logo.mdx +10 -5
- package/dist/stories/Modal.mdx +15 -0
- package/dist/stories/Response.mdx +11 -0
- package/dist/stories/Tab.mdx +27 -0
- package/dist/stories/Tile.mdx +11 -0
- package/dist/stories/Title.mdx +1 -1
- package/dist/types/appearance/default/defaultAccent.d.ts +33 -0
- package/dist/types/appearance/default/defaultDanger.d.ts +33 -0
- package/dist/types/appearance/default/defaultDisabled.d.ts +33 -0
- package/dist/types/appearance/default/defaultError.d.ts +33 -0
- package/dist/types/appearance/default/defaultInfo.d.ts +33 -0
- package/dist/types/appearance/default/defaultPrimary.d.ts +33 -0
- package/dist/types/appearance/default/defaultSecondary.d.ts +33 -0
- package/dist/types/appearance/default/defaultSuccess.d.ts +33 -0
- package/dist/types/appearance/default/defaultSurface.d.ts +33 -0
- package/dist/types/appearance/default/defaultWarning.d.ts +33 -0
- package/dist/types/appearance/index.d.ts +11 -2
- package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
- package/dist/types/components/Button/appearance/buttonInfo.d.ts +2 -2
- package/dist/types/components/Chips/appearance/chipsAccent.d.ts +9 -0
- package/dist/types/components/Chips/appearance/chipsDanger.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +9 -0
- package/dist/types/components/Chips/appearance/chipsError.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsInfo.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +8 -0
- package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +9 -0
- package/dist/types/components/Chips/appearance/chipsSize.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsStyle.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsSurface.d.ts +21 -0
- package/dist/types/components/Chips/appearance/chipsWarning.d.ts +2 -0
- package/dist/types/components/Grid/stories/args.d.ts +5 -5
- package/dist/types/components/Group/stories/args.d.ts +5 -5
- package/dist/types/components/Tab/stories/args.d.ts +17 -17
- package/dist/types/types/componentProps/align.d.ts +1 -1
- package/dist/types/types/componentProps/alignDirection.d.ts +1 -1
- package/dist/types/types/componentProps/alignment.d.ts +1 -1
- package/dist/types/types/componentProps/borderColor.d.ts +1 -1
- package/dist/types/types/componentProps/borderColorHover.d.ts +1 -1
- package/dist/types/types/componentProps/borderType.d.ts +1 -1
- package/dist/types/types/componentProps/borderWidth.d.ts +1 -1
- package/dist/types/types/componentProps/direction.d.ts +1 -1
- package/dist/types/types/componentProps/elevation.d.ts +1 -1
- package/dist/types/types/componentProps/fill.d.ts +1 -1
- package/dist/types/types/componentProps/fillGradient.d.ts +1 -1
- package/dist/types/types/componentProps/fillHover.d.ts +1 -1
- package/dist/types/types/componentProps/fillType.d.ts +1 -1
- package/dist/types/types/componentProps/flexAlign.d.ts +1 -1
- package/dist/types/types/componentProps/flexGrow.d.ts +1 -1
- package/dist/types/types/componentProps/flexJustifyContent.d.ts +1 -1
- package/dist/types/types/componentProps/flexWrap.d.ts +1 -1
- package/dist/types/types/componentProps/gridAlign.d.ts +1 -1
- package/dist/types/types/componentProps/gridAlignSelf.d.ts +1 -1
- package/dist/types/types/componentProps/gridJustifyItems.d.ts +1 -1
- package/dist/types/types/componentProps/gridJustifySelf.d.ts +1 -1
- package/dist/types/types/componentProps/height.d.ts +1 -1
- package/dist/types/types/componentProps/horizontalResizeMode.d.ts +1 -1
- package/dist/types/types/componentProps/iconFillSize.d.ts +1 -1
- package/dist/types/types/componentProps/iconSize.d.ts +1 -1
- package/dist/types/types/componentProps/itemColor.d.ts +1 -1
- package/dist/types/types/componentProps/justifyContent.d.ts +1 -1
- package/dist/types/types/componentProps/overflow.d.ts +1 -1
- package/dist/types/types/componentProps/position.d.ts +1 -1
- package/dist/types/types/componentProps/resizeMode.d.ts +1 -1
- package/dist/types/types/componentProps/shape.d.ts +1 -1
- package/dist/types/types/componentProps/size.d.ts +1 -1
- package/dist/types/types/componentProps/sizeOption.d.ts +1 -1
- package/dist/types/types/componentProps/sizePX.d.ts +1 -1
- package/dist/types/types/componentProps/state.d.ts +1 -1
- package/dist/types/types/componentProps/svgFill.d.ts +1 -1
- package/dist/types/types/componentProps/textAlign.d.ts +1 -1
- package/dist/types/types/componentProps/textColor.d.ts +1 -1
- package/dist/types/types/componentProps/textColorActive.d.ts +1 -1
- package/dist/types/types/componentProps/textColorHover.d.ts +1 -1
- package/dist/types/types/componentProps/textGradient.d.ts +1 -1
- package/dist/types/types/componentProps/textSize.d.ts +1 -1
- package/dist/types/types/componentProps/textStyle.d.ts +1 -1
- package/dist/types/types/componentProps/textTag.d.ts +1 -1
- package/dist/types/types/componentProps/textWeight.d.ts +1 -1
- package/dist/types/types/componentProps/textWrap.d.ts +1 -1
- package/dist/types/types/componentProps/titleSize.d.ts +2 -2
- package/dist/types/types/componentProps/type.d.ts +1 -1
- package/dist/types/types/componentProps/underline.d.ts +1 -1
- package/dist/types/types/componentProps/verticalContentAlign.d.ts +1 -1
- package/dist/types/types/componentProps/verticalResizeMode.d.ts +1 -1
- package/dist/types/types/componentProps/width.d.ts +1 -1
- package/dist/types/types/componentProps/wrap.d.ts +1 -1
- package/package.json +17 -12
- package/dist/Title-BWWyRwLY.js +0 -52
- package/dist/Title-Dck3eHNM.js +0 -48
- package/dist/cjs/components/Card.js +0 -28
- package/dist/components/Card.js +0 -26
- package/dist/css/components/Card/Card.css +0 -18
- package/dist/css/tokens/colors.css +0 -126
- package/dist/css/tokens/elevation.css +0 -10
- package/dist/css/tokens/settings.css +0 -31
- package/dist/css/tokens/typography.css +0 -130
- package/dist/stories/Appearance.mdx +0 -35
- package/dist/stories/Group.mdx +0 -9
- package/dist/stories/Size.mdx +0 -35
- package/dist/stories/Skeleton.mdx +0 -9
- package/dist/stories/State.mdx +0 -19
- package/dist/types/components/Card/Card.d.ts +0 -3
- package/dist/types/components/Card/Card.interface.d.ts +0 -30
- package/dist/types/components/Card/index.d.ts +0 -1
- package/dist/types/components/Flex/stories/args.d.ts +0 -80
- /package/dist/stories/{mixin_animation.mdx → MixinAnimation.mdx} +0 -0
- /package/dist/stories/{mixin_dark-light.mdx → MixinDarkLight.mdx} +0 -0
- /package/dist/stories/{mixin_elevation.mdx → MixinElevation.mdx} +0 -0
- /package/dist/stories/{mixin_fill-gradient.mdx → MixinFillGradient.mdx} +0 -0
- /package/dist/stories/{mixin_typography.mdx → MixinTypography.mdx} +0 -0
- /package/dist/stories/{mixin_utils.mdx → MixinUtils.mdx} +0 -0
- /package/dist/types/appearance/{defaultAppearance.d.ts → default/defaultAppearance.d.ts} +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const chipsAppearanceSurface: {
|
|
2
|
+
surfacePrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
fillHover: string;
|
|
5
|
+
labelTextColor: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
};
|
|
8
|
+
surfaceSecondary: {
|
|
9
|
+
fill: string;
|
|
10
|
+
fillHover: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
};
|
|
14
|
+
surfaceTertiary: {
|
|
15
|
+
fill: string;
|
|
16
|
+
fillHover: string;
|
|
17
|
+
labelTextColor: string;
|
|
18
|
+
borderColor: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export { chipsAppearanceSurface };
|
|
@@ -15,11 +15,11 @@ export declare const argTypes: {
|
|
|
15
15
|
};
|
|
16
16
|
alignItems: {
|
|
17
17
|
control: string;
|
|
18
|
-
options: readonly [
|
|
18
|
+
options: readonly ["auto", "normal", "stretch", "center", "start", "end", "space-around", "space-between", "space-evenly", "safe center", "unsafe center", "self-start", "self-end", "first", "baseline", "first baseline", "last baseline"];
|
|
19
19
|
};
|
|
20
20
|
borderColor: {
|
|
21
21
|
control: string;
|
|
22
|
-
options: readonly [
|
|
22
|
+
options: readonly ["accentBorderPrimary", "accentBorderSecondary", "accentBorderTertiary", "accentBorderQuaternary", "accentBorderDisabled", "primaryBorderPrimary", "primaryBorderSecondary", "primaryBorderTertiary", "primaryBorderQuaternary", "primaryBorderDisabled", "secondaryBorderPrimary", "secondaryBorderSecondary", "secondaryBorderTertiary", "secondaryBorderQuaternary", "secondaryBorderDisabled", "tertiaryBorderPrimary", "tertiaryBorderSecondary", "tertiaryBorderTertiary", "tertiaryBorderQuaternary", "tertiaryBorderDisabled", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "surfaceBorderQuaternary", "surfaceBorderDisabled", "surfaceBorderInverse", "errorBorderPrimary", "errorBorderSecondary", "errorBorderDisabled", "successBorderPrimary", "successBorderSecondary", "successBorderDisabled", "none"];
|
|
23
23
|
};
|
|
24
24
|
advancedProps: {
|
|
25
25
|
control: string;
|
|
@@ -31,7 +31,7 @@ export declare const argTypes: {
|
|
|
31
31
|
};
|
|
32
32
|
alignContent: {
|
|
33
33
|
control: string;
|
|
34
|
-
options: readonly [
|
|
34
|
+
options: readonly ["auto", "normal", "stretch", "center", "start", "end", "space-around", "space-between", "space-evenly", "safe center", "unsafe center", "self-start", "self-end", "first", "baseline", "first baseline", "last baseline"];
|
|
35
35
|
};
|
|
36
36
|
before: {
|
|
37
37
|
if: {
|
|
@@ -53,11 +53,11 @@ export declare const argTypes: {
|
|
|
53
53
|
};
|
|
54
54
|
fill: {
|
|
55
55
|
control: string;
|
|
56
|
-
options: readonly [
|
|
56
|
+
options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
|
|
57
57
|
};
|
|
58
58
|
justifyItems: {
|
|
59
59
|
control: string;
|
|
60
|
-
options: readonly [
|
|
60
|
+
options: readonly ["legacy", "normal", "stretch", "center", "safe", "center", "unsafe", "center", "start", "end", "self-start", "self-end", "left", "right", "first", "baseline", "first baseline", "last baseline"];
|
|
61
61
|
};
|
|
62
62
|
rows: {
|
|
63
63
|
control: {
|
|
@@ -6,11 +6,11 @@ export declare const argTypes: {
|
|
|
6
6
|
};
|
|
7
7
|
borderColor: {
|
|
8
8
|
control: string;
|
|
9
|
-
options: readonly [
|
|
9
|
+
options: readonly ["accentBorderPrimary", "accentBorderSecondary", "accentBorderTertiary", "accentBorderQuaternary", "accentBorderDisabled", "primaryBorderPrimary", "primaryBorderSecondary", "primaryBorderTertiary", "primaryBorderQuaternary", "primaryBorderDisabled", "secondaryBorderPrimary", "secondaryBorderSecondary", "secondaryBorderTertiary", "secondaryBorderQuaternary", "secondaryBorderDisabled", "tertiaryBorderPrimary", "tertiaryBorderSecondary", "tertiaryBorderTertiary", "tertiaryBorderQuaternary", "tertiaryBorderDisabled", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "surfaceBorderQuaternary", "surfaceBorderDisabled", "surfaceBorderInverse", "errorBorderPrimary", "errorBorderSecondary", "errorBorderDisabled", "successBorderPrimary", "successBorderSecondary", "successBorderDisabled", "none"];
|
|
10
10
|
};
|
|
11
11
|
direction: {
|
|
12
12
|
control: string;
|
|
13
|
-
options: readonly [
|
|
13
|
+
options: readonly ["column", "column-reverse", "horizontal", "horizontal-reverse", "row", "row-reverse", "vertical", "vertical-reverse"];
|
|
14
14
|
};
|
|
15
15
|
advancedProps: {
|
|
16
16
|
control: string;
|
|
@@ -35,7 +35,7 @@ export declare const argTypes: {
|
|
|
35
35
|
};
|
|
36
36
|
fill: {
|
|
37
37
|
control: string;
|
|
38
|
-
options: readonly [
|
|
38
|
+
options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
|
|
39
39
|
};
|
|
40
40
|
htmlFor: {
|
|
41
41
|
if: {
|
|
@@ -49,7 +49,7 @@ export declare const argTypes: {
|
|
|
49
49
|
};
|
|
50
50
|
shape: {
|
|
51
51
|
control: string;
|
|
52
|
-
options: readonly [
|
|
52
|
+
options: readonly ["rectangle", "geometric", "rounded", "circular"];
|
|
53
53
|
};
|
|
54
54
|
spaceBetweenItems: {
|
|
55
55
|
if: {
|
|
@@ -68,7 +68,7 @@ export declare const argTypes: {
|
|
|
68
68
|
};
|
|
69
69
|
wrap: {
|
|
70
70
|
control: string;
|
|
71
|
-
options: readonly [
|
|
71
|
+
options: readonly ["wrap", "no-wrap", "nowrap", "wrap-reverse"];
|
|
72
72
|
};
|
|
73
73
|
onClick: {
|
|
74
74
|
if: {
|
|
@@ -29,19 +29,19 @@ export declare const argTypes: {
|
|
|
29
29
|
};
|
|
30
30
|
badgeFill: {
|
|
31
31
|
control: string;
|
|
32
|
-
options: readonly [
|
|
32
|
+
options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
|
|
33
33
|
};
|
|
34
34
|
badgeSize: {
|
|
35
35
|
control: string;
|
|
36
|
-
options: readonly [
|
|
36
|
+
options: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
|
|
37
37
|
};
|
|
38
38
|
badgeTextColor: {
|
|
39
39
|
control: string;
|
|
40
|
-
options: readonly [
|
|
40
|
+
options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
41
41
|
};
|
|
42
42
|
badgeTextSize: {
|
|
43
43
|
control: string;
|
|
44
|
-
options: readonly [
|
|
44
|
+
options: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
|
|
45
45
|
};
|
|
46
46
|
before: {
|
|
47
47
|
if: {
|
|
@@ -55,11 +55,11 @@ export declare const argTypes: {
|
|
|
55
55
|
};
|
|
56
56
|
fill: {
|
|
57
57
|
control: string;
|
|
58
|
-
options: readonly [
|
|
58
|
+
options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
|
|
59
59
|
};
|
|
60
60
|
fillHover: {
|
|
61
61
|
control: string;
|
|
62
|
-
options: readonly [
|
|
62
|
+
options: readonly ["accentPrimaryHover", "accentSecondary", "accentSecondaryHover", "accentTertiary", "primaryPrimaryHover", "secondaryPrimaryHover", "surfaceItemTertiary", "surfacePrimaryHover", "surfaceSecondaryHover", "surfaceTertiary", "surfaceTertiaryHover"];
|
|
63
63
|
};
|
|
64
64
|
href: {
|
|
65
65
|
if: {
|
|
@@ -68,47 +68,47 @@ export declare const argTypes: {
|
|
|
68
68
|
};
|
|
69
69
|
labelColor: {
|
|
70
70
|
control: string;
|
|
71
|
-
options: readonly [
|
|
71
|
+
options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
72
72
|
};
|
|
73
73
|
labelColorActive: {
|
|
74
74
|
control: string;
|
|
75
75
|
if: {
|
|
76
76
|
arg: string;
|
|
77
77
|
};
|
|
78
|
-
options: readonly [
|
|
78
|
+
options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
79
79
|
};
|
|
80
80
|
labelTextColorHover: {
|
|
81
81
|
control: string;
|
|
82
82
|
if: {
|
|
83
83
|
arg: string;
|
|
84
84
|
};
|
|
85
|
-
options: readonly [
|
|
85
|
+
options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
86
86
|
};
|
|
87
87
|
labelTextGradient: {
|
|
88
88
|
control: string;
|
|
89
89
|
if: {
|
|
90
90
|
arg: string;
|
|
91
91
|
};
|
|
92
|
-
options: readonly [
|
|
92
|
+
options: readonly ["accent", "primary", "secondary", "tertiary", "surface", "error", "success"];
|
|
93
93
|
};
|
|
94
94
|
labelTextSize: {
|
|
95
95
|
control: string;
|
|
96
|
-
options: readonly [
|
|
96
|
+
options: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
|
|
97
97
|
};
|
|
98
98
|
labelTextStyle: {
|
|
99
99
|
control: string;
|
|
100
100
|
if: {
|
|
101
101
|
arg: string;
|
|
102
102
|
};
|
|
103
|
-
options: readonly [
|
|
103
|
+
options: readonly ["normal", "italic"];
|
|
104
104
|
};
|
|
105
105
|
labelTextWeight: {
|
|
106
106
|
control: string;
|
|
107
|
-
options: readonly [
|
|
107
|
+
options: readonly ["normal", "bold", "light", "lighter", "bolder", "100", "200", "300", "400", "500", "600", "700", "800", "900", "950"];
|
|
108
108
|
};
|
|
109
109
|
labelTextWrap: {
|
|
110
110
|
control: string;
|
|
111
|
-
options: readonly [
|
|
111
|
+
options: readonly ["wrap", "nowrap"];
|
|
112
112
|
};
|
|
113
113
|
link: {
|
|
114
114
|
if: {
|
|
@@ -125,7 +125,7 @@ export declare const argTypes: {
|
|
|
125
125
|
if: {
|
|
126
126
|
arg: string;
|
|
127
127
|
};
|
|
128
|
-
options: readonly [
|
|
128
|
+
options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
|
|
129
129
|
};
|
|
130
130
|
rel: {
|
|
131
131
|
if: {
|
|
@@ -134,7 +134,7 @@ export declare const argTypes: {
|
|
|
134
134
|
};
|
|
135
135
|
shape: {
|
|
136
136
|
control: string;
|
|
137
|
-
options: readonly [
|
|
137
|
+
options: readonly ["rectangle", "geometric", "rounded", "circular"];
|
|
138
138
|
};
|
|
139
139
|
size: {
|
|
140
140
|
control: string;
|
|
@@ -155,7 +155,7 @@ export declare const argTypes: {
|
|
|
155
155
|
if: {
|
|
156
156
|
arg: string;
|
|
157
157
|
};
|
|
158
|
-
options: readonly [
|
|
158
|
+
options: readonly ["none", "underline"];
|
|
159
159
|
};
|
|
160
160
|
onClick: {
|
|
161
161
|
if: {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const alignProps: readonly [
|
|
1
|
+
declare const alignProps: readonly ["topLeft", "topCenter", "topRight", "left", "center", "right", "bottomLeft", "bottomCenter", "bottomRight"];
|
|
2
2
|
export type tAlignProps = (typeof alignProps)[number];
|
|
3
3
|
export { alignProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const alignDirectionProps: readonly [
|
|
1
|
+
declare const alignDirectionProps: readonly ["column", "column-reverse", "horizontal", "horizontal-reverse", "row", "row-reverse", "vertical", "vertical-reverse"];
|
|
2
2
|
export type tAlignDirectionProps = (typeof alignDirectionProps)[number];
|
|
3
3
|
export { alignDirectionProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const alignmentProps: readonly [
|
|
1
|
+
declare const alignmentProps: readonly ["topLeft", "topCenter", "topRight", "leftCenter", "rightCenter", "bottomRight", "bottomCenter", "bottomLeft"];
|
|
2
2
|
export type tAlignmentProps = (typeof alignmentProps)[number];
|
|
3
3
|
export { alignmentProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const borderColorProps: readonly [
|
|
1
|
+
declare const borderColorProps: readonly ["accentBorderPrimary", "accentBorderSecondary", "accentBorderTertiary", "accentBorderQuaternary", "accentBorderDisabled", "primaryBorderPrimary", "primaryBorderSecondary", "primaryBorderTertiary", "primaryBorderQuaternary", "primaryBorderDisabled", "secondaryBorderPrimary", "secondaryBorderSecondary", "secondaryBorderTertiary", "secondaryBorderQuaternary", "secondaryBorderDisabled", "tertiaryBorderPrimary", "tertiaryBorderSecondary", "tertiaryBorderTertiary", "tertiaryBorderQuaternary", "tertiaryBorderDisabled", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "surfaceBorderQuaternary", "surfaceBorderDisabled", "surfaceBorderInverse", "errorBorderPrimary", "errorBorderSecondary", "errorBorderDisabled", "successBorderPrimary", "successBorderSecondary", "successBorderDisabled", "none"];
|
|
2
2
|
export type tBorderColorProps = (typeof borderColorProps)[number];
|
|
3
3
|
export { borderColorProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const borderColorHoverProps: readonly [
|
|
1
|
+
declare const borderColorHoverProps: readonly ["accentBorderPrimary", "accentBorderPrimaryHover", "primaryBorderPrimary", "secondaryBorderPrimary", "tertiaryBorderPrimary", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "errorBorderPrimary", "errorBorderPrimaryHover", "successBorderPrimary", "surfaceBorderQuaternary"];
|
|
2
2
|
export type tBorderColorHoverProps = (typeof borderColorHoverProps)[number];
|
|
3
3
|
export { borderColorHoverProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const borderWidthProps: readonly [
|
|
1
|
+
declare const borderWidthProps: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"];
|
|
2
2
|
export type tBorderWidthProps = (typeof borderWidthProps)[number];
|
|
3
3
|
export { borderWidthProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const directionProps: readonly [
|
|
1
|
+
declare const directionProps: readonly ["row", "row-reverse", "column", "column-reverse", "vertical", "horizontal"];
|
|
2
2
|
export type tDirectionProps = (typeof directionProps)[number];
|
|
3
3
|
export { directionProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const fillProps: readonly [
|
|
1
|
+
declare const fillProps: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
|
|
2
2
|
export type tFillProps = (typeof fillProps)[number];
|
|
3
3
|
export { fillProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const fillGradientProps: readonly [
|
|
1
|
+
declare const fillGradientProps: readonly ["accent", "primary", "secondary", "tertiary", "surface", "error", "success"];
|
|
2
2
|
export type tFillGradientProps = (typeof fillGradientProps)[number];
|
|
3
3
|
export { fillGradientProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const fillHoverProps: readonly [
|
|
1
|
+
declare const fillHoverProps: readonly ["accentPrimaryHover", "accentSecondary", "accentSecondaryHover", "accentTertiary", "primaryPrimaryHover", "secondaryPrimaryHover", "surfaceItemTertiary", "surfacePrimaryHover", "surfaceSecondaryHover", "surfaceTertiary", "surfaceTertiaryHover"];
|
|
2
2
|
export type tFillHoverProps = (typeof fillHoverProps)[number];
|
|
3
3
|
export { fillHoverProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const flexAlignProps: readonly [
|
|
1
|
+
declare const flexAlignProps: readonly ["stretch", "flex-start", "flex-end", "center", "baseline", "auto"];
|
|
2
2
|
export type tFlexAlignProps = (typeof flexAlignProps)[number];
|
|
3
3
|
export { flexAlignProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const flexJustifyContentProps: readonly [
|
|
1
|
+
declare const flexJustifyContentProps: readonly ["flex-start", "flex-end", "center", "space-between", "space-around", "space-evenly"];
|
|
2
2
|
export type tFlexJustifyContentProps = (typeof flexJustifyContentProps)[number];
|
|
3
3
|
export { flexJustifyContentProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const gridAlignProps: readonly [
|
|
1
|
+
declare const gridAlignProps: readonly ["auto", "normal", "stretch", "center", "start", "end", "space-around", "space-between", "space-evenly", "safe center", "unsafe center", "self-start", "self-end", "first", "baseline", "first baseline", "last baseline"];
|
|
2
2
|
export type tGridAlignProps = (typeof gridAlignProps)[number];
|
|
3
3
|
export { gridAlignProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const gridAlignSelfProps: readonly [
|
|
1
|
+
declare const gridAlignSelfProps: readonly ["auto", "normal", "stretch", "center", "start", "end", "space-around", "space-between", "space-evenly", "safe center", "unsafe center", "self-start", "self-end", "first", "baseline", "first baseline", "last baseline"];
|
|
2
2
|
export type tGridAlignSelfProps = (typeof gridAlignSelfProps)[number];
|
|
3
3
|
export { gridAlignSelfProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const gridJustifyItemsProps: readonly [
|
|
1
|
+
declare const gridJustifyItemsProps: readonly ["legacy", "normal", "stretch", "center", "safe", "center", "unsafe", "center", "start", "end", "self-start", "self-end", "left", "right", "first", "baseline", "first baseline", "last baseline"];
|
|
2
2
|
export type tGridJustifyItemsProps = (typeof gridJustifyItemsProps)[number];
|
|
3
3
|
export { gridJustifyItemsProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const gridJustifySelfProps: readonly [
|
|
1
|
+
declare const gridJustifySelfProps: readonly ["auto", "legacy", "normal", "stretch", "center", "start", "end", "left", "right", "space-around", "space-between", "space-evenly", "safe", "center", "unsafe center", "self-start", "self-end", "left", "right", "baseline", "first baseline", "last baseline"];
|
|
2
2
|
export type tGridJustifySelfProps = (typeof gridJustifySelfProps)[number];
|
|
3
3
|
export { gridJustifySelfProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const horizontalResizeModeProps: readonly [
|
|
1
|
+
declare const horizontalResizeModeProps: readonly ["fixed", "hug", "fill"];
|
|
2
2
|
export type tHorizontalResizeModeProps = (typeof horizontalResizeModeProps)[number];
|
|
3
3
|
export { horizontalResizeModeProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const iconFillSizeProps: readonly [
|
|
1
|
+
declare const iconFillSizeProps: readonly ["10", "14", "16", "24", "32", "36", "40", "60", "64", "144"];
|
|
2
2
|
export type tIconFillSizeProps = (typeof iconFillSizeProps)[number];
|
|
3
3
|
export { iconFillSizeProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const iconSizeProps: readonly [
|
|
1
|
+
declare const iconSizeProps: readonly ["10", "12", "14", "16", "20", "24", "32", "40", "60", "64", "144"];
|
|
2
2
|
export type tIconSizeProps = (typeof iconSizeProps)[number];
|
|
3
3
|
export { iconSizeProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const itemColorProps: readonly [
|
|
1
|
+
declare const itemColorProps: readonly ["accentItemPrimary", "accentItemSecondary", "accentItemTertiary", "accentItemDisabled", "primaryItemPrimary", "primaryItemSecondary", "primaryItemTertiary", "primaryItemDisabled", "secondaryItemPrimary", "secondaryItemSecondary", "secondaryItemTertiary", "secondaryItemDisabled", "tertiaryItemPrimary", "tertiaryItemSecondary", "tertiaryItemTertiary", "surfaceItemPrimary", "surfaceItemSecondary", "surfaceItemTertiary", "surfaceItemQuaternary", "surfaceItemQuinary", "surfaceItemDisabled", "surfaceItemInverse", "surfaceItemAccent", "errorItemPrimary", "errorItemSecondary", "successItemPrimary", "successItemSecondary"];
|
|
2
2
|
export type tItemColorProps = (typeof itemColorProps)[number];
|
|
3
3
|
export { itemColorProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const justifyContentProps: readonly [
|
|
1
|
+
declare const justifyContentProps: readonly ["center", "flex-end", "flex-start", "flexEnd", "flexStart", "space-around", "space-between", "space-evenly", "spaceAround", "spaceBetween", "spaceEvenly"];
|
|
2
2
|
export type tJustifyContentProps = (typeof justifyContentProps)[number];
|
|
3
3
|
export { justifyContentProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const positionProps: readonly [
|
|
1
|
+
declare const positionProps: readonly ["static", "absolute", "relative", "fixed", "inherit"];
|
|
2
2
|
export type tPositionProps = (typeof positionProps)[number];
|
|
3
3
|
export { positionProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const resizeModeProps: readonly [
|
|
1
|
+
declare const resizeModeProps: readonly ["cover", "contain", "stretch", "center", "caption-back"];
|
|
2
2
|
export type tResizeModeProps = (typeof resizeModeProps)[number];
|
|
3
3
|
export { resizeModeProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const sizeOptionProps: readonly [
|
|
1
|
+
declare const sizeOptionProps: readonly ["any", "compact", "l", "large", "m", "normal", "regular", "s", "tiny", "xl", "xs", "xxl"];
|
|
2
2
|
export type tSizeOptionProps = (typeof sizeOptionProps)[number];
|
|
3
3
|
export { sizeOptionProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const sizePXProps: readonly [
|
|
1
|
+
declare const sizePXProps: readonly ["14", "16", "20", "24", "32", "40", "48", "56", "60", "64", "72", "80", "96", "112", "144", "240"];
|
|
2
2
|
export type tSizePXProps = (typeof sizePXProps)[number];
|
|
3
3
|
export { sizePXProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const stateProps: readonly [
|
|
1
|
+
declare const stateProps: readonly ["active", "checked", "disabled", "focus", "hover", "normal"];
|
|
2
2
|
export type tStateProps = (typeof stateProps)[number];
|
|
3
3
|
export { stateProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const svgFillProps: readonly [
|
|
1
|
+
declare const svgFillProps: readonly ["accentItemPrimary", "accentItemSecondary", "accentItemTertiary", "accentItemDisabled", "primaryItemPrimary", "primaryItemSecondary", "primaryItemTertiary", "primaryItemDisabled", "secondaryItemPrimary", "secondaryItemSecondary", "secondaryItemTertiary", "secondaryItemDisabled", "tertiaryItemPrimary", "tertiaryItemSecondary", "tertiaryItemTertiary", "surfaceItemAccent", "surfaceItemDisabled", "surfaceItemInverse", "surfaceItemPrimary", "surfaceItemQuaternary", "surfaceItemQuinary", "surfaceItemSecondary", "surfaceItemTertiary", "errorItemPrimary", "errorItemSecondary", "successItemPrimary", "successItemSecondary"];
|
|
2
2
|
export type tSvgFillProps = (typeof svgFillProps)[number];
|
|
3
3
|
export { svgFillProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const textColorProps: readonly [
|
|
1
|
+
declare const textColorProps: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
2
2
|
export type tTextColorProps = (typeof textColorProps)[number];
|
|
3
3
|
export { textColorProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const textColorActiveProps: readonly [
|
|
1
|
+
declare const textColorActiveProps: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
2
2
|
export type tTextColorActiveProps = (typeof textColorActiveProps)[number];
|
|
3
3
|
export { textColorActiveProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const textColorHoverProps: readonly [
|
|
1
|
+
declare const textColorHoverProps: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
|
|
2
2
|
export type tTextColorHoverProps = (typeof textColorHoverProps)[number];
|
|
3
3
|
export { textColorHoverProps };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const textGradientProps: readonly [
|
|
1
|
+
declare const textGradientProps: readonly ["accent", "primary", "secondary", "tertiary", "surface", "error", "success"];
|
|
2
2
|
export type tTextGradientProps = (typeof textGradientProps)[number];
|
|
3
3
|
export { textGradientProps };
|