@itcase/types 1.0.45 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/align/align.d.ts +3 -0
- package/dist/align/index.d.ts +1 -0
- package/dist/alignment/alignment.d.ts +3 -0
- package/dist/alignment/index.d.ts +1 -0
- package/dist/appearance/AppearanceIconSizeKey.d.ts +2 -0
- package/dist/appearance/AppearanceKeysDefault.d.ts +2 -0
- package/dist/appearance/AppearanceOverlayKey.d.ts +2 -0
- package/dist/appearance/AppearanceResponseKeysDefault.d.ts +2 -0
- package/dist/appearance/AppearanceShapeKey.d.ts +2 -0
- package/dist/appearance/AppearanceStateKeysDefault.d.ts +2 -0
- package/dist/appearance/index.d.ts +25 -0
- package/dist/blur/blur.d.ts +3 -0
- package/dist/blur/index.d.ts +1 -0
- package/dist/border/borderColor.d.ts +3 -0
- package/dist/border/borderColorActive.d.ts +3 -0
- package/dist/border/borderColorDisabled.d.ts +3 -0
- package/dist/border/borderColorFocus.d.ts +3 -0
- package/dist/border/borderColorHover.d.ts +3 -0
- package/dist/border/borderType.d.ts +3 -0
- package/dist/border/borderWidth.d.ts +3 -0
- package/dist/border/index.d.ts +7 -0
- package/dist/centering/centering.d.ts +3 -0
- package/dist/centering/index.d.ts +1 -0
- package/dist/colors/colorsActive.d.ts +3 -0
- package/dist/colors/colorsDisabled.d.ts +3 -0
- package/dist/colors/colorsFocus.d.ts +3 -0
- package/dist/colors/colorsHover.d.ts +3 -0
- package/dist/colors/index.d.ts +4 -0
- package/dist/common/common.d.ts +46 -0
- package/dist/common/index.d.ts +1 -0
- package/dist/direction/direction.d.ts +5 -0
- package/dist/direction/index.d.ts +1 -0
- package/dist/elevation/elevation.d.ts +3 -0
- package/dist/elevation/index.d.ts +1 -0
- package/dist/fill/fill.d.ts +3 -0
- package/dist/fill/fillActive.d.ts +3 -0
- package/dist/fill/fillActiveHover.d.ts +3 -0
- package/dist/fill/fillDisabled.d.ts +3 -0
- package/dist/fill/fillGradient.d.ts +3 -0
- package/dist/fill/fillHover.d.ts +3 -0
- package/dist/fill/fillPalette.d.ts +3 -0
- package/dist/fill/fillSize.d.ts +3 -0
- package/dist/fill/index.d.ts +6 -0
- package/dist/height/height.d.ts +3 -0
- package/dist/height/index.d.ts +1 -0
- package/dist/icon/iconFill.d.ts +3 -0
- package/dist/icon/iconFillActive.d.ts +3 -0
- package/dist/icon/iconFillActiveHover.d.ts +3 -0
- package/dist/icon/iconFillDisabled.d.ts +3 -0
- package/dist/icon/iconFillHover.d.ts +3 -0
- package/dist/icon/iconFillItem.d.ts +3 -0
- package/dist/icon/iconFillSize.d.ts +4 -0
- package/dist/icon/iconSize.d.ts +4 -0
- package/dist/icon/index.d.ts +8 -0
- package/dist/index.d.ts +31 -0
- package/dist/item/index.d.ts +1 -0
- package/dist/item/itemFill.d.ts +3 -0
- package/dist/justifyContent/index.d.ts +1 -0
- package/dist/justifyContent/justifyContent.d.ts +3 -0
- package/dist/opacity/index.d.ts +1 -0
- package/dist/opacity/opacity.d.ts +3 -0
- package/dist/option/index.d.ts +1 -0
- package/{types/option/option.ts → dist/option/option.d.ts} +5 -7
- package/dist/overlay/index.d.ts +1 -0
- package/dist/overlay/overlayFill.d.ts +3 -0
- package/dist/position/index.d.ts +1 -0
- package/dist/position/position.d.ts +3 -0
- package/dist/resizeMode/index.d.ts +1 -0
- package/dist/resizeMode/resizeMode.d.ts +3 -0
- package/dist/shape/index.d.ts +2 -0
- package/dist/shape/shape.d.ts +4 -0
- package/dist/shape/shapeStrength.d.ts +4 -0
- package/dist/size/index.d.ts +3 -0
- package/dist/size/size.d.ts +4 -0
- package/dist/size/sizeHeading.d.ts +4 -0
- package/dist/size/sizePX.d.ts +3 -0
- package/dist/stacking/index.d.ts +1 -0
- package/dist/stacking/stacking.d.ts +3 -0
- package/dist/state/index.d.ts +1 -0
- package/dist/state/state.d.ts +3 -0
- package/dist/style/index.d.ts +1 -0
- package/dist/style/style.d.ts +4 -0
- package/dist/svgFill/index.d.ts +3 -0
- package/dist/svgFill/svgFill.d.ts +3 -0
- package/dist/svgFill/svgFillHover.d.ts +3 -0
- package/dist/svgFill/svgFillItem.d.ts +3 -0
- package/dist/text/index.d.ts +11 -0
- package/dist/text/textAlign.d.ts +3 -0
- package/dist/text/textColor.d.ts +3 -0
- package/dist/text/textColorActive.d.ts +3 -0
- package/dist/text/textColorActiveHover.d.ts +3 -0
- package/dist/text/textColorDisabled.d.ts +3 -0
- package/dist/text/textColorFocus.d.ts +3 -0
- package/dist/text/textColorHover.d.ts +3 -0
- package/dist/text/textFont.d.ts +3 -0
- package/dist/text/textSize.d.ts +3 -0
- package/dist/text/textStyle.d.ts +3 -0
- package/dist/text/textTag.d.ts +3 -0
- package/dist/text/textWeight.d.ts +3 -0
- package/dist/text/textWrap.d.ts +3 -0
- package/dist/title/index.d.ts +1 -0
- package/dist/title/titleSize.d.ts +3 -0
- package/dist/underline/index.d.ts +1 -0
- package/dist/underline/underline.d.ts +3 -0
- package/dist/width/index.d.ts +1 -0
- package/dist/width/width.d.ts +3 -0
- package/dist/wrap/index.d.ts +1 -0
- package/dist/wrap/wrap.d.ts +3 -0
- package/package.json +22 -15
- package/types/align/align.ts +0 -47
- package/types/align/index.ts +0 -1
- package/types/alignment/alignment.ts +0 -14
- package/types/alignment/index.ts +0 -1
- package/types/appearance/AppearanceIconSizeKey.ts +0 -39
- package/types/appearance/AppearanceKeysDefault.ts +0 -43
- package/types/appearance/AppearanceOverlayKey.ts +0 -3
- package/types/appearance/AppearanceResponseKeysDefault.ts +0 -11
- package/types/appearance/AppearanceShapeKey.ts +0 -10
- package/types/appearance/AppearanceStateKeysDefault.ts +0 -23
- package/types/appearance/index.ts +0 -91
- package/types/blur/blur.ts +0 -26
- package/types/blur/index.ts +0 -1
- package/types/border/borderColor.ts +0 -57
- package/types/border/borderColorActive.ts +0 -57
- package/types/border/borderColorDisabled.ts +0 -57
- package/types/border/borderColorFocus.ts +0 -57
- package/types/border/borderColorHover.ts +0 -57
- package/types/border/borderType.ts +0 -5
- package/types/border/borderWidth.ts +0 -16
- package/types/border/index.ts +0 -7
- package/types/centering/centering.ts +0 -5
- package/types/centering/index.ts +0 -1
- package/types/colors/colorsActive.ts +0 -57
- package/types/colors/colorsDisabled.ts +0 -57
- package/types/colors/colorsFocus.ts +0 -57
- package/types/colors/colorsHover.ts +0 -57
- package/types/colors/index.ts +0 -4
- package/types/common/common.ts +0 -59
- package/types/common/index.ts +0 -1
- package/types/direction/direction.ts +0 -14
- package/types/direction/index.ts +0 -1
- package/types/elevation/elevation.ts +0 -5
- package/types/elevation/index.ts +0 -1
- package/types/fill/fill.ts +0 -61
- package/types/fill/fillActive.ts +0 -61
- package/types/fill/fillActiveHover.ts +0 -61
- package/types/fill/fillDisabled.ts +0 -12
- package/types/fill/fillGradient.ts +0 -10
- package/types/fill/fillHover.ts +0 -60
- package/types/fill/fillPalette.ts +0 -88
- package/types/fill/fillSize.ts +0 -17
- package/types/fill/index.ts +0 -6
- package/types/height/height.ts +0 -5
- package/types/height/index.ts +0 -1
- package/types/icon/iconFill.ts +0 -60
- package/types/icon/iconFillActive.ts +0 -61
- package/types/icon/iconFillActiveHover.ts +0 -61
- package/types/icon/iconFillDisabled.ts +0 -12
- package/types/icon/iconFillHover.ts +0 -60
- package/types/icon/iconFillItem.ts +0 -60
- package/types/icon/iconFillSize.ts +0 -15
- package/types/icon/iconSize.ts +0 -23
- package/types/icon/index.ts +0 -8
- package/types/index.ts +0 -31
- package/types/item/index.ts +0 -1
- package/types/item/itemFill.ts +0 -57
- package/types/justifyContent/index.ts +0 -1
- package/types/justifyContent/justifyContent.ts +0 -17
- package/types/opacity/index.ts +0 -1
- package/types/opacity/opacity.ts +0 -26
- package/types/option/index.ts +0 -1
- package/types/overlay/index.ts +0 -1
- package/types/overlay/overlayFill.ts +0 -5
- package/types/position/index.ts +0 -1
- package/types/position/position.ts +0 -11
- package/types/resizeMode/Title.interface.ts +0 -147
- package/types/resizeMode/index.ts +0 -1
- package/types/resizeMode/resizeMode.ts +0 -5
- package/types/shape/index.ts +0 -2
- package/types/shape/shape.ts +0 -6
- package/types/shape/shapeStrength.ts +0 -6
- package/types/size/index.ts +0 -3
- package/types/size/size.ts +0 -6
- package/types/size/sizeHeading.ts +0 -6
- package/types/size/sizePX.ts +0 -22
- package/types/stacking/index.ts +0 -1
- package/types/stacking/stacking.ts +0 -5
- package/types/state/index.ts +0 -1
- package/types/state/state.ts +0 -12
- package/types/style/index.ts +0 -1
- package/types/style/style.ts +0 -6
- package/types/svgFill/index.ts +0 -3
- package/types/svgFill/svgFill.ts +0 -7
- package/types/svgFill/svgFillHover.ts +0 -7
- package/types/svgFill/svgFillItem.ts +0 -7
- package/types/text/index.ts +0 -10
- package/types/text/textAlign.ts +0 -5
- package/types/text/textColor.ts +0 -55
- package/types/text/textColorActive.ts +0 -57
- package/types/text/textColorActiveHover.ts +0 -58
- package/types/text/textColorDisabled.ts +0 -57
- package/types/text/textColorFocus.ts +0 -57
- package/types/text/textColorHover.ts +0 -57
- package/types/text/textSize.ts +0 -5
- package/types/text/textTag.ts +0 -5
- package/types/text/textWeight.ts +0 -34
- package/types/text/textWrap.ts +0 -5
- package/types/title/index.ts +0 -1
- package/types/title/titleSize.ts +0 -5
- package/types/underline/index.ts +0 -1
- package/types/underline/underline.ts +0 -5
- package/types/width/index.ts +0 -1
- package/types/width/width.ts +0 -5
- package/types/wrap/index.ts +0 -1
- package/types/wrap/wrap.ts +0 -5
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
const textColorActiveProps = [
|
|
2
|
-
'accentTextActivePrimary',
|
|
3
|
-
'accentTextActiveSecondary',
|
|
4
|
-
'accentTextActiveTertiary',
|
|
5
|
-
'accentTextActiveQuaternary',
|
|
6
|
-
|
|
7
|
-
'specialTextActivePrimary',
|
|
8
|
-
'specialTextActiveSecondary',
|
|
9
|
-
'specialTextActiveTertiary',
|
|
10
|
-
'specialTextActiveQuaternary',
|
|
11
|
-
|
|
12
|
-
'extraTextActivePrimary',
|
|
13
|
-
'extraTextActiveSecondary',
|
|
14
|
-
'extraTextActiveTertiary',
|
|
15
|
-
'extraTextActiveQuaternary',
|
|
16
|
-
|
|
17
|
-
'surfaceTextActivePrimary',
|
|
18
|
-
'surfaceTextActiveSecondary',
|
|
19
|
-
'surfaceTextActiveTertiary',
|
|
20
|
-
'surfaceTextActiveQuaternary',
|
|
21
|
-
|
|
22
|
-
'errorTextActivePrimary',
|
|
23
|
-
'errorTextActiveSecondary',
|
|
24
|
-
'errorTextActiveTertiary',
|
|
25
|
-
'errorTextActiveQuaternary',
|
|
26
|
-
|
|
27
|
-
'warningTextActivePrimary',
|
|
28
|
-
'warningTextActiveSecondary',
|
|
29
|
-
'warningTextActiveTertiary',
|
|
30
|
-
'warningTextActiveQuaternary',
|
|
31
|
-
|
|
32
|
-
'successTextActivePrimary',
|
|
33
|
-
'successTextActiveSecondary',
|
|
34
|
-
'successTextActiveTertiary',
|
|
35
|
-
'successTextActiveQuaternary',
|
|
36
|
-
|
|
37
|
-
'infoTextActivePrimary',
|
|
38
|
-
'infoTextActiveSecondary',
|
|
39
|
-
'infoTextActiveTertiary',
|
|
40
|
-
'infoTextActiveQuaternary',
|
|
41
|
-
|
|
42
|
-
'dangerTextActivePrimary',
|
|
43
|
-
'dangerTextActiveSecondary',
|
|
44
|
-
'dangerTextActiveTertiary',
|
|
45
|
-
'dangerTextActiveQuaternary',
|
|
46
|
-
|
|
47
|
-
'disabledTextActivePrimary',
|
|
48
|
-
'disabledTextActiveSecondary',
|
|
49
|
-
'disabledTextActiveTertiary',
|
|
50
|
-
'disabledTextActiveQuaternary',
|
|
51
|
-
|
|
52
|
-
'none',
|
|
53
|
-
] as const
|
|
54
|
-
|
|
55
|
-
export type TextColorActiveProps = (typeof textColorActiveProps)[number]
|
|
56
|
-
|
|
57
|
-
export { textColorActiveProps }
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
const textColorActiveHoverProps = [
|
|
2
|
-
'accentTextActiveHoverPrimary',
|
|
3
|
-
'accentTextActiveHoverSecondary',
|
|
4
|
-
'accentTextActiveHoverTertiary',
|
|
5
|
-
'accentTextActiveHoverQuaternary',
|
|
6
|
-
|
|
7
|
-
'specialTextActiveHoverPrimary',
|
|
8
|
-
'specialTextActiveHoverSecondary',
|
|
9
|
-
'specialTextActiveHoverTertiary',
|
|
10
|
-
'specialTextActiveHoverQuaternary',
|
|
11
|
-
|
|
12
|
-
'extraTextActiveHoverPrimary',
|
|
13
|
-
'extraTextActiveHoverSecondary',
|
|
14
|
-
'extraTextActiveHoverTertiary',
|
|
15
|
-
'extraTextActiveHoverQuaternary',
|
|
16
|
-
|
|
17
|
-
'surfaceTextActiveHoverPrimary',
|
|
18
|
-
'surfaceTextActiveHoverSecondary',
|
|
19
|
-
'surfaceTextActiveHoverTertiary',
|
|
20
|
-
'surfaceTextActiveHoverQuaternary',
|
|
21
|
-
|
|
22
|
-
'errorTextActiveHoverPrimary',
|
|
23
|
-
'errorTextActiveHoverSecondary',
|
|
24
|
-
'errorTextActiveHoverTertiary',
|
|
25
|
-
'errorTextActiveHoverQuaternary',
|
|
26
|
-
|
|
27
|
-
'warningTextActiveHoverPrimary',
|
|
28
|
-
'warningTextActiveHoverSecondary',
|
|
29
|
-
'warningTextActiveHoverTertiary',
|
|
30
|
-
'warningTextActiveHoverQuaternary',
|
|
31
|
-
|
|
32
|
-
'successTextActiveHoverPrimary',
|
|
33
|
-
'successTextActiveHoverSecondary',
|
|
34
|
-
'successTextActiveHoverTertiary',
|
|
35
|
-
'successTextActiveHoverQuaternary',
|
|
36
|
-
|
|
37
|
-
'infoTextActiveHoverPrimary',
|
|
38
|
-
'infoTextActiveHoverSecondary',
|
|
39
|
-
'infoTextActiveHoverTertiary',
|
|
40
|
-
'infoTextActiveHoverQuaternary',
|
|
41
|
-
|
|
42
|
-
'dangerTextActiveHoverPrimary',
|
|
43
|
-
'dangerTextActiveHoverSecondary',
|
|
44
|
-
'dangerTextActiveHoverTertiary',
|
|
45
|
-
'dangerTextActiveHoverQuaternary',
|
|
46
|
-
|
|
47
|
-
'disabledTextActiveHoverPrimary',
|
|
48
|
-
'disabledTextActiveHoverSecondary',
|
|
49
|
-
'disabledTextActiveHoverTertiary',
|
|
50
|
-
'disabledTextActiveHoverQuaternary',
|
|
51
|
-
|
|
52
|
-
'none',
|
|
53
|
-
] as const
|
|
54
|
-
|
|
55
|
-
export type TextColorActiveHoverProps =
|
|
56
|
-
(typeof textColorActiveHoverProps)[number]
|
|
57
|
-
|
|
58
|
-
export { textColorActiveHoverProps }
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
const textColorDisabledProps = [
|
|
2
|
-
'accentTextDisabledPrimary',
|
|
3
|
-
'accentTextDisabledSecondary',
|
|
4
|
-
'accentTextDisabledTertiary',
|
|
5
|
-
'accentTextDisabledQuaternary',
|
|
6
|
-
|
|
7
|
-
'specialTextDisabledPrimary',
|
|
8
|
-
'specialTextDisabledSecondary',
|
|
9
|
-
'specialTextDisabledTertiary',
|
|
10
|
-
'specialTextDisabledQuaternary',
|
|
11
|
-
|
|
12
|
-
'extraTextDisabledPrimary',
|
|
13
|
-
'extraTextDisabledSecondary',
|
|
14
|
-
'extraTextDisabledTertiary',
|
|
15
|
-
'extraTextDisabledQuaternary',
|
|
16
|
-
|
|
17
|
-
'surfaceTextDisabledPrimary',
|
|
18
|
-
'surfaceTextDisabledSecondary',
|
|
19
|
-
'surfaceTextDisabledTertiary',
|
|
20
|
-
'surfaceTextDisabledQuaternary',
|
|
21
|
-
|
|
22
|
-
'errorTextDisabledPrimary',
|
|
23
|
-
'errorTextDisabledSecondary',
|
|
24
|
-
'errorTextDisabledTertiary',
|
|
25
|
-
'errorTextDisabledQuaternary',
|
|
26
|
-
|
|
27
|
-
'warningTextDisabledPrimary',
|
|
28
|
-
'warningTextDisabledSecondary',
|
|
29
|
-
'warningTextDisabledTertiary',
|
|
30
|
-
'warningTextDisabledQuaternary',
|
|
31
|
-
|
|
32
|
-
'successTextDisabledPrimary',
|
|
33
|
-
'successTextDisabledSecondary',
|
|
34
|
-
'successTextDisabledTertiary',
|
|
35
|
-
'successTextDisabledQuaternary',
|
|
36
|
-
|
|
37
|
-
'infoTextDisabledPrimary',
|
|
38
|
-
'infoTextDisabledSecondary',
|
|
39
|
-
'infoTextDisabledTertiary',
|
|
40
|
-
'infoTextDisabledQuaternary',
|
|
41
|
-
|
|
42
|
-
'dangerTextDisabledPrimary',
|
|
43
|
-
'dangerTextDisabledSecondary',
|
|
44
|
-
'dangerTextDisabledTertiary',
|
|
45
|
-
'dangerTextDisabledQuaternary',
|
|
46
|
-
|
|
47
|
-
'disabledTextDisabledPrimary',
|
|
48
|
-
'disabledTextDisabledSecondary',
|
|
49
|
-
'disabledTextDisabledTertiary',
|
|
50
|
-
'disabledTextDisabledQuaternary',
|
|
51
|
-
|
|
52
|
-
'none',
|
|
53
|
-
] as const
|
|
54
|
-
|
|
55
|
-
export type TextColorDisabledProps = (typeof textColorDisabledProps)[number]
|
|
56
|
-
|
|
57
|
-
export { textColorDisabledProps }
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
const textColorFocusProps = [
|
|
2
|
-
'accentTextFocusPrimary',
|
|
3
|
-
'accentTextFocusSecondary',
|
|
4
|
-
'accentTextFocusTertiary',
|
|
5
|
-
'accentTextFocusQuaternary',
|
|
6
|
-
|
|
7
|
-
'specialTextFocusPrimary',
|
|
8
|
-
'specialTextFocusSecondary',
|
|
9
|
-
'specialTextFocusTertiary',
|
|
10
|
-
'specialTextFocusQuaternary',
|
|
11
|
-
|
|
12
|
-
'extraTextFocusPrimary',
|
|
13
|
-
'extraTextFocusSecondary',
|
|
14
|
-
'extraTextFocusTertiary',
|
|
15
|
-
'extraTextFocusQuaternary',
|
|
16
|
-
|
|
17
|
-
'surfaceTextFocusPrimary',
|
|
18
|
-
'surfaceTextFocusSecondary',
|
|
19
|
-
'surfaceTextFocusTertiary',
|
|
20
|
-
'surfaceTextFocusQuaternary',
|
|
21
|
-
|
|
22
|
-
'errorTextFocusPrimary',
|
|
23
|
-
'errorTextFocusSecondary',
|
|
24
|
-
'errorTextFocusTertiary',
|
|
25
|
-
'errorTextFocusQuaternary',
|
|
26
|
-
|
|
27
|
-
'warningTextFocusPrimary',
|
|
28
|
-
'warningTextFocusSecondary',
|
|
29
|
-
'warningTextFocusTertiary',
|
|
30
|
-
'warningTextFocusQuaternary',
|
|
31
|
-
|
|
32
|
-
'successTextFocusPrimary',
|
|
33
|
-
'successTextFocusSecondary',
|
|
34
|
-
'successTextFocusTertiary',
|
|
35
|
-
'successTextFocusQuaternary',
|
|
36
|
-
|
|
37
|
-
'infoTextFocusPrimary',
|
|
38
|
-
'infoTextFocusSecondary',
|
|
39
|
-
'infoTextFocusTertiary',
|
|
40
|
-
'infoTextFocusQuaternary',
|
|
41
|
-
|
|
42
|
-
'dangerTextFocusPrimary',
|
|
43
|
-
'dangerTextFocusSecondary',
|
|
44
|
-
'dangerTextFocusTertiary',
|
|
45
|
-
'dangerTextFocusQuaternary',
|
|
46
|
-
|
|
47
|
-
'disabledTextFocusPrimary',
|
|
48
|
-
'disabledTextFocusSecondary',
|
|
49
|
-
'disabledTextFocusTertiary',
|
|
50
|
-
'disabledTextFocusQuaternary',
|
|
51
|
-
|
|
52
|
-
'none',
|
|
53
|
-
] as const
|
|
54
|
-
|
|
55
|
-
export type TextColorFocusProps = (typeof textColorFocusProps)[number]
|
|
56
|
-
|
|
57
|
-
export { textColorFocusProps }
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
const textColorHoverProps = [
|
|
2
|
-
'accentTextHoverPrimary',
|
|
3
|
-
'accentTextHoverSecondary',
|
|
4
|
-
'accentTextHoverTertiary',
|
|
5
|
-
'accentTextHoverQuaternary',
|
|
6
|
-
|
|
7
|
-
'specialTextHoverPrimary',
|
|
8
|
-
'specialTextHoverSecondary',
|
|
9
|
-
'specialTextHoverTertiary',
|
|
10
|
-
'specialTextHoverQuaternary',
|
|
11
|
-
|
|
12
|
-
'extraTextHoverPrimary',
|
|
13
|
-
'extraTextHoverSecondary',
|
|
14
|
-
'extraTextHoverTertiary',
|
|
15
|
-
'extraTextHoverQuaternary',
|
|
16
|
-
|
|
17
|
-
'surfaceTextHoverPrimary',
|
|
18
|
-
'surfaceTextHoverSecondary',
|
|
19
|
-
'surfaceTextHoverTertiary',
|
|
20
|
-
'surfaceTextHoverQuaternary',
|
|
21
|
-
|
|
22
|
-
'errorTextHoverPrimary',
|
|
23
|
-
'errorTextHoverSecondary',
|
|
24
|
-
'errorTextHoverTertiary',
|
|
25
|
-
'errorTextHoverQuaternary',
|
|
26
|
-
|
|
27
|
-
'warningTextHoverPrimary',
|
|
28
|
-
'warningTextHoverSecondary',
|
|
29
|
-
'warningTextHoverTertiary',
|
|
30
|
-
'warningTextHoverQuaternary',
|
|
31
|
-
|
|
32
|
-
'successTextHoverPrimary',
|
|
33
|
-
'successTextHoverSecondary',
|
|
34
|
-
'successTextHoverTertiary',
|
|
35
|
-
'successTextHoverQuaternary',
|
|
36
|
-
|
|
37
|
-
'infoTextHoverPrimary',
|
|
38
|
-
'infoTextHoverSecondary',
|
|
39
|
-
'infoTextHoverTertiary',
|
|
40
|
-
'infoTextHoverQuaternary',
|
|
41
|
-
|
|
42
|
-
'dangerTextHoverPrimary',
|
|
43
|
-
'dangerTextHoverSecondary',
|
|
44
|
-
'dangerTextHoverTertiary',
|
|
45
|
-
'dangerTextHoverQuaternary',
|
|
46
|
-
|
|
47
|
-
'disabledTextHoverPrimary',
|
|
48
|
-
'disabledTextHoverSecondary',
|
|
49
|
-
'disabledTextHoverTertiary',
|
|
50
|
-
'disabledTextHoverQuaternary',
|
|
51
|
-
|
|
52
|
-
'none',
|
|
53
|
-
] as const
|
|
54
|
-
|
|
55
|
-
export type TextColorHoverProps = (typeof textColorHoverProps)[number]
|
|
56
|
-
|
|
57
|
-
export { textColorHoverProps }
|
package/types/text/textSize.ts
DELETED
package/types/text/textTag.ts
DELETED
package/types/text/textWeight.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const textWeightProps = [
|
|
2
|
-
'100',
|
|
3
|
-
'200',
|
|
4
|
-
'300',
|
|
5
|
-
'400',
|
|
6
|
-
'500',
|
|
7
|
-
'600',
|
|
8
|
-
'700',
|
|
9
|
-
'800',
|
|
10
|
-
'900',
|
|
11
|
-
'950',
|
|
12
|
-
'thin ',
|
|
13
|
-
'extra-light',
|
|
14
|
-
'extralight',
|
|
15
|
-
'ultra-light',
|
|
16
|
-
'ultralight ',
|
|
17
|
-
'light ',
|
|
18
|
-
'normal ',
|
|
19
|
-
'medium ',
|
|
20
|
-
'semibold',
|
|
21
|
-
'semi-bold',
|
|
22
|
-
'demi-bold ',
|
|
23
|
-
'bold ',
|
|
24
|
-
'extrabold',
|
|
25
|
-
'extra-bold',
|
|
26
|
-
'ultrabold',
|
|
27
|
-
'ultra-bold ',
|
|
28
|
-
'black',
|
|
29
|
-
'heavy ',
|
|
30
|
-
] as const
|
|
31
|
-
|
|
32
|
-
export type TextWeightProps = (typeof textWeightProps)[number]
|
|
33
|
-
|
|
34
|
-
export { textWeightProps }
|
package/types/text/textWrap.ts
DELETED
package/types/title/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './titleSize'
|
package/types/title/titleSize.ts
DELETED
package/types/underline/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './underline'
|
package/types/width/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './width'
|
package/types/width/width.ts
DELETED
package/types/wrap/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './wrap'
|