@itcase/types 1.0.46 → 1.1.3
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 +8 -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 +20 -13
- 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 -11
- 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/textFont.ts +0 -5
- package/types/text/textSize.ts +0 -5
- package/types/text/textStyle.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
package/types/fill/fill.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './fillPalette'
|
|
2
|
-
|
|
3
|
-
const fillProps = [
|
|
4
|
-
'accentPrimary',
|
|
5
|
-
'accentSecondary',
|
|
6
|
-
'accentTertiary',
|
|
7
|
-
'accentQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialPrimary',
|
|
10
|
-
'specialSecondary',
|
|
11
|
-
'specialTertiary',
|
|
12
|
-
'specialQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraPrimary',
|
|
15
|
-
'extraSecondary',
|
|
16
|
-
'extraTertiary',
|
|
17
|
-
'extraQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfacePrimary',
|
|
20
|
-
'surfaceSecondary',
|
|
21
|
-
'surfaceTertiary',
|
|
22
|
-
'surfaceQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorPrimary',
|
|
25
|
-
'errorSecondary',
|
|
26
|
-
'errorTertiary',
|
|
27
|
-
'errorQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningPrimary',
|
|
30
|
-
'warningSecondary',
|
|
31
|
-
'warningTertiary',
|
|
32
|
-
'warningQuaternary',
|
|
33
|
-
|
|
34
|
-
'successPrimary',
|
|
35
|
-
'successSecondary',
|
|
36
|
-
'successTertiary',
|
|
37
|
-
'successQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoPrimary',
|
|
40
|
-
'infoSecondary',
|
|
41
|
-
'infoTertiary',
|
|
42
|
-
'infoQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerPrimary',
|
|
45
|
-
'dangerSecondary',
|
|
46
|
-
'dangerTertiary',
|
|
47
|
-
'dangerQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledPrimary',
|
|
50
|
-
'disabledSecondary',
|
|
51
|
-
'disabledTertiary',
|
|
52
|
-
'disabledQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
|
|
56
|
-
...fillPaletteProps,
|
|
57
|
-
] as const
|
|
58
|
-
|
|
59
|
-
export type FillProps = (typeof fillProps)[number]
|
|
60
|
-
|
|
61
|
-
export { fillProps }
|
package/types/fill/fillActive.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './fillPalette'
|
|
2
|
-
|
|
3
|
-
const fillActiveProps = [
|
|
4
|
-
'accentActivePrimary',
|
|
5
|
-
'accentActiveSecondary',
|
|
6
|
-
'accentActiveTertiary',
|
|
7
|
-
'accentActiveQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialActivePrimary',
|
|
10
|
-
'specialActiveSecondary',
|
|
11
|
-
'specialActiveTertiary',
|
|
12
|
-
'specialActiveQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraActivePrimary',
|
|
15
|
-
'extraActiveSecondary',
|
|
16
|
-
'extraActiveTertiary',
|
|
17
|
-
'extraActiveQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfaceActivePrimary',
|
|
20
|
-
'surfaceActiveSecondary',
|
|
21
|
-
'surfaceActiveTertiary',
|
|
22
|
-
'surfaceActiveQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorActivePrimary',
|
|
25
|
-
'errorActiveSecondary',
|
|
26
|
-
'errorActiveTertiary',
|
|
27
|
-
'errorActiveQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningActivePrimary',
|
|
30
|
-
'warningActiveSecondary',
|
|
31
|
-
'warningActiveTertiary',
|
|
32
|
-
'warningActiveQuaternary',
|
|
33
|
-
|
|
34
|
-
'successActivePrimary',
|
|
35
|
-
'successActiveSecondary',
|
|
36
|
-
'successActiveTertiary',
|
|
37
|
-
'successActiveQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoActivePrimary',
|
|
40
|
-
'infoActiveSecondary',
|
|
41
|
-
'infoActiveTertiary',
|
|
42
|
-
'infoActiveQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerActivePrimary',
|
|
45
|
-
'dangerActiveSecondary',
|
|
46
|
-
'dangerActiveTertiary',
|
|
47
|
-
'dangerActiveQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledActivePrimary',
|
|
50
|
-
'disabledActiveSecondary',
|
|
51
|
-
'disabledActiveTertiary',
|
|
52
|
-
'disabledActiveQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
|
|
56
|
-
...fillPaletteProps,
|
|
57
|
-
] as const
|
|
58
|
-
|
|
59
|
-
export type FillActiveProps = (typeof fillActiveProps)[number]
|
|
60
|
-
|
|
61
|
-
export { fillActiveProps }
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './fillPalette'
|
|
2
|
-
|
|
3
|
-
const fillActiveHoverProps = [
|
|
4
|
-
'accentActiveHoverPrimary',
|
|
5
|
-
'accentActiveHoverSecondary',
|
|
6
|
-
'accentActiveHoverTertiary',
|
|
7
|
-
'accentActiveHoverQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialActiveHoverPrimary',
|
|
10
|
-
'specialActiveHoverSecondary',
|
|
11
|
-
'specialActiveHoverTertiary',
|
|
12
|
-
'specialActiveHoverQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraActiveHoverPrimary',
|
|
15
|
-
'extraActiveHoverSecondary',
|
|
16
|
-
'extraActiveHoverTertiary',
|
|
17
|
-
'extraActiveHoverQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfaceActiveHoverPrimary',
|
|
20
|
-
'surfaceActiveHoverSecondary',
|
|
21
|
-
'surfaceActiveHoverTertiary',
|
|
22
|
-
'surfaceActiveHoverQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorActiveHoverPrimary',
|
|
25
|
-
'errorActiveHoverSecondary',
|
|
26
|
-
'errorActiveHoverTertiary',
|
|
27
|
-
'errorActiveHoverQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningActiveHoverPrimary',
|
|
30
|
-
'warningActiveHoverSecondary',
|
|
31
|
-
'warningActiveHoverTertiary',
|
|
32
|
-
'warningActiveHoverQuaternary',
|
|
33
|
-
|
|
34
|
-
'successActiveHoverPrimary',
|
|
35
|
-
'successActiveHoverSecondary',
|
|
36
|
-
'successActiveHoverTertiary',
|
|
37
|
-
'successActiveHoverQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoActiveHoverPrimary',
|
|
40
|
-
'infoActiveHoverSecondary',
|
|
41
|
-
'infoActiveHoverTertiary',
|
|
42
|
-
'infoActiveHoverQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerActiveHoverPrimary',
|
|
45
|
-
'dangerActiveHoverSecondary',
|
|
46
|
-
'dangerActiveHoverTertiary',
|
|
47
|
-
'dangerActiveHoverQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledActiveHoverPrimary',
|
|
50
|
-
'disabledActiveHoverSecondary',
|
|
51
|
-
'disabledActiveHoverTertiary',
|
|
52
|
-
'disabledActiveHoverQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
|
|
56
|
-
...fillPaletteProps,
|
|
57
|
-
] as const
|
|
58
|
-
|
|
59
|
-
export type FillActiveHoverProps = (typeof fillActiveHoverProps)[number]
|
|
60
|
-
|
|
61
|
-
export { fillActiveHoverProps }
|
package/types/fill/fillHover.ts
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './fillPalette'
|
|
2
|
-
|
|
3
|
-
const fillHoverProps = [
|
|
4
|
-
'accentHoverPrimary',
|
|
5
|
-
'accentHoverSecondary',
|
|
6
|
-
'accentHoverTertiary',
|
|
7
|
-
'accentHoverQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialHoverPrimary',
|
|
10
|
-
'specialHoverSecondary',
|
|
11
|
-
'specialHoverTertiary',
|
|
12
|
-
'specialHoverQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraHoverPrimary',
|
|
15
|
-
'extraHoverSecondary',
|
|
16
|
-
'extraHoverTertiary',
|
|
17
|
-
'extraHoverQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfaceHoverPrimary',
|
|
20
|
-
'surfaceHoverSecondary',
|
|
21
|
-
'surfaceHoverTertiary',
|
|
22
|
-
'surfaceHoverQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorHoverPrimary',
|
|
25
|
-
'errorHoverSecondary',
|
|
26
|
-
'errorHoverTertiary',
|
|
27
|
-
'errorHoverQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningHoverPrimary',
|
|
30
|
-
'warningHoverSecondary',
|
|
31
|
-
'warningHoverTertiary',
|
|
32
|
-
'warningHoverQuaternary',
|
|
33
|
-
|
|
34
|
-
'successHoverPrimary',
|
|
35
|
-
'successHoverSecondary',
|
|
36
|
-
'successHoverTertiary',
|
|
37
|
-
'successHoverQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoHoverPrimary',
|
|
40
|
-
'infoHoverSecondary',
|
|
41
|
-
'infoHoverTertiary',
|
|
42
|
-
'infoHoverQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerHoverPrimary',
|
|
45
|
-
'dangerHoverSecondary',
|
|
46
|
-
'dangerHoverTertiary',
|
|
47
|
-
'dangerHoverQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledHoverPrimary',
|
|
50
|
-
'disabledHoverSecondary',
|
|
51
|
-
'disabledHoverTertiary',
|
|
52
|
-
'disabledHoverQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
...fillPaletteProps,
|
|
56
|
-
] as const
|
|
57
|
-
|
|
58
|
-
export type FillHoverProps = (typeof fillHoverProps)[number]
|
|
59
|
-
|
|
60
|
-
export { fillHoverProps }
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
const fillPaletteProps = [
|
|
2
|
-
'alaskan-blue',
|
|
3
|
-
'alto',
|
|
4
|
-
'antique-white',
|
|
5
|
-
'apricot',
|
|
6
|
-
'athens-gray',
|
|
7
|
-
'azure',
|
|
8
|
-
'beryl',
|
|
9
|
-
'black',
|
|
10
|
-
'blue',
|
|
11
|
-
'blue-cobalt',
|
|
12
|
-
'blue-horizon',
|
|
13
|
-
'cactus',
|
|
14
|
-
'camel',
|
|
15
|
-
'camellia',
|
|
16
|
-
'canary-yellow',
|
|
17
|
-
'cerulean',
|
|
18
|
-
'clementine',
|
|
19
|
-
'coastal-gray',
|
|
20
|
-
'cocoa',
|
|
21
|
-
'cream',
|
|
22
|
-
'cyprus-green',
|
|
23
|
-
'dark-green',
|
|
24
|
-
'dark-olive',
|
|
25
|
-
'dark-teal',
|
|
26
|
-
'deep-navy',
|
|
27
|
-
'delft-blue',
|
|
28
|
-
'denim-blue',
|
|
29
|
-
'dragon-fruit',
|
|
30
|
-
'flamingo',
|
|
31
|
-
'flash',
|
|
32
|
-
'flash-light',
|
|
33
|
-
'gold',
|
|
34
|
-
'grapefruit',
|
|
35
|
-
'green',
|
|
36
|
-
'indigo',
|
|
37
|
-
'khaki',
|
|
38
|
-
'kumquat',
|
|
39
|
-
'lavender',
|
|
40
|
-
'lavender-gray',
|
|
41
|
-
'lemon-cream',
|
|
42
|
-
'light-blue',
|
|
43
|
-
'light-orange',
|
|
44
|
-
'lilac',
|
|
45
|
-
'linen-blue',
|
|
46
|
-
'mellow-yellow',
|
|
47
|
-
'midnight-blue',
|
|
48
|
-
'mint',
|
|
49
|
-
'mist-blue',
|
|
50
|
-
'northern-blue',
|
|
51
|
-
'ocean-blue',
|
|
52
|
-
'orange',
|
|
53
|
-
'pacific-green',
|
|
54
|
-
'papaya',
|
|
55
|
-
'peach',
|
|
56
|
-
'pebble',
|
|
57
|
-
'pine-green',
|
|
58
|
-
'pink-sand',
|
|
59
|
-
'plum',
|
|
60
|
-
'pollen',
|
|
61
|
-
'pomegranate',
|
|
62
|
-
'purple',
|
|
63
|
-
'red-rose',
|
|
64
|
-
'rose-gold',
|
|
65
|
-
'sea-foam',
|
|
66
|
-
'soft-white',
|
|
67
|
-
'sonic-silver',
|
|
68
|
-
'spearmint',
|
|
69
|
-
'stone',
|
|
70
|
-
'storm-gray',
|
|
71
|
-
'surf-blue',
|
|
72
|
-
'turquoise',
|
|
73
|
-
'ultra-violet',
|
|
74
|
-
'vintage-rose',
|
|
75
|
-
'walnut',
|
|
76
|
-
'white',
|
|
77
|
-
'yellow-gold',
|
|
78
|
-
'electric-pink',
|
|
79
|
-
'hibiscus',
|
|
80
|
-
'neon-pink',
|
|
81
|
-
'pink',
|
|
82
|
-
'pink-citrus',
|
|
83
|
-
'red',
|
|
84
|
-
] as const
|
|
85
|
-
|
|
86
|
-
export type FillPaletteProps = (typeof fillPaletteProps)[number]
|
|
87
|
-
|
|
88
|
-
export { fillPaletteProps }
|
package/types/fill/fillSize.ts
DELETED
package/types/fill/index.ts
DELETED
package/types/height/height.ts
DELETED
package/types/height/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './height'
|
package/types/icon/iconFill.ts
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './../fill/fillPalette'
|
|
2
|
-
|
|
3
|
-
const iconFillProps = [
|
|
4
|
-
'accentPrimary',
|
|
5
|
-
'accentSecondary',
|
|
6
|
-
'accentTertiary',
|
|
7
|
-
'accentQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialPrimary',
|
|
10
|
-
'specialSecondary',
|
|
11
|
-
'specialTertiary',
|
|
12
|
-
'specialQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraPrimary',
|
|
15
|
-
'extraSecondary',
|
|
16
|
-
'extraTertiary',
|
|
17
|
-
'extraQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfacePrimary',
|
|
20
|
-
'surfaceSecondary',
|
|
21
|
-
'surfaceTertiary',
|
|
22
|
-
'surfaceQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorPrimary',
|
|
25
|
-
'errorSecondary',
|
|
26
|
-
'errorTertiary',
|
|
27
|
-
'errorQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningPrimary',
|
|
30
|
-
'warningSecondary',
|
|
31
|
-
'warningTertiary',
|
|
32
|
-
'warningQuaternary',
|
|
33
|
-
|
|
34
|
-
'successPrimary',
|
|
35
|
-
'successSecondary',
|
|
36
|
-
'successTertiary',
|
|
37
|
-
'successQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoPrimary',
|
|
40
|
-
'infoSecondary',
|
|
41
|
-
'infoTertiary',
|
|
42
|
-
'infoQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerPrimary',
|
|
45
|
-
'dangerSecondary',
|
|
46
|
-
'dangerTertiary',
|
|
47
|
-
'dangerQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledPrimary',
|
|
50
|
-
'disabledSecondary',
|
|
51
|
-
'disabledTertiary',
|
|
52
|
-
'disabledQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
...fillPaletteProps,
|
|
56
|
-
] as const
|
|
57
|
-
|
|
58
|
-
export type IconFillProps = (typeof iconFillProps)[number]
|
|
59
|
-
|
|
60
|
-
export { iconFillProps }
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './../fill/fillPalette'
|
|
2
|
-
|
|
3
|
-
const iconFillActiveProps = [
|
|
4
|
-
'accentActivePrimary',
|
|
5
|
-
'accentActiveSecondary',
|
|
6
|
-
'accentActiveTertiary',
|
|
7
|
-
'accentActiveQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialActivePrimary',
|
|
10
|
-
'specialActiveSecondary',
|
|
11
|
-
'specialActiveTertiary',
|
|
12
|
-
'specialActiveQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraActivePrimary',
|
|
15
|
-
'extraActiveSecondary',
|
|
16
|
-
'extraActiveTertiary',
|
|
17
|
-
'extraActiveQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfaceActivePrimary',
|
|
20
|
-
'surfaceActiveSecondary',
|
|
21
|
-
'surfaceActiveTertiary',
|
|
22
|
-
'surfaceActiveQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorActivePrimary',
|
|
25
|
-
'errorActiveSecondary',
|
|
26
|
-
'errorActiveTertiary',
|
|
27
|
-
'errorActiveQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningActivePrimary',
|
|
30
|
-
'warningActiveSecondary',
|
|
31
|
-
'warningActiveTertiary',
|
|
32
|
-
'warningActiveQuaternary',
|
|
33
|
-
|
|
34
|
-
'successActivePrimary',
|
|
35
|
-
'successActiveSecondary',
|
|
36
|
-
'successActiveTertiary',
|
|
37
|
-
'successActiveQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoActivePrimary',
|
|
40
|
-
'infoActiveSecondary',
|
|
41
|
-
'infoActiveTertiary',
|
|
42
|
-
'infoActiveQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerActivePrimary',
|
|
45
|
-
'dangerActiveSecondary',
|
|
46
|
-
'dangerActiveTertiary',
|
|
47
|
-
'dangerActiveQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledActivePrimary',
|
|
50
|
-
'disabledActiveSecondary',
|
|
51
|
-
'disabledActiveTertiary',
|
|
52
|
-
'disabledActiveQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
|
|
56
|
-
...fillPaletteProps,
|
|
57
|
-
] as const
|
|
58
|
-
|
|
59
|
-
export type IconFillActiveProps = (typeof iconFillActiveProps)[number]
|
|
60
|
-
|
|
61
|
-
export { iconFillActiveProps }
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './../fill/fillPalette'
|
|
2
|
-
|
|
3
|
-
const iconFillActiveHoverProps = [
|
|
4
|
-
'accentActiveHoverPrimary',
|
|
5
|
-
'accentActiveHoverSecondary',
|
|
6
|
-
'accentActiveHoverTertiary',
|
|
7
|
-
'accentActiveHoverQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialActiveHoverPrimary',
|
|
10
|
-
'specialActiveHoverSecondary',
|
|
11
|
-
'specialActiveHoverTertiary',
|
|
12
|
-
'specialActiveHoverQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraActiveHoverPrimary',
|
|
15
|
-
'extraActiveHoverSecondary',
|
|
16
|
-
'extraActiveHoverTertiary',
|
|
17
|
-
'extraActiveHoverQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfaceActiveHoverPrimary',
|
|
20
|
-
'surfaceActiveHoverSecondary',
|
|
21
|
-
'surfaceActiveHoverTertiary',
|
|
22
|
-
'surfaceActiveHoverQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorActiveHoverPrimary',
|
|
25
|
-
'errorActiveHoverSecondary',
|
|
26
|
-
'errorActiveHoverTertiary',
|
|
27
|
-
'errorActiveHoverQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningActiveHoverPrimary',
|
|
30
|
-
'warningActiveHoverSecondary',
|
|
31
|
-
'warningActiveHoverTertiary',
|
|
32
|
-
'warningActiveHoverQuaternary',
|
|
33
|
-
|
|
34
|
-
'successActiveHoverPrimary',
|
|
35
|
-
'successActiveHoverSecondary',
|
|
36
|
-
'successActiveHoverTertiary',
|
|
37
|
-
'successActiveHoverQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoActiveHoverPrimary',
|
|
40
|
-
'infoActiveHoverSecondary',
|
|
41
|
-
'infoActiveHoverTertiary',
|
|
42
|
-
'infoActiveHoverQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerActiveHoverPrimary',
|
|
45
|
-
'dangerActiveHoverSecondary',
|
|
46
|
-
'dangerActiveHoverTertiary',
|
|
47
|
-
'dangerActiveHoverQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledActiveHoverPrimary',
|
|
50
|
-
'disabledActiveHoverSecondary',
|
|
51
|
-
'disabledActiveHoverTertiary',
|
|
52
|
-
'disabledActiveHoverQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
|
|
56
|
-
...fillPaletteProps,
|
|
57
|
-
] as const
|
|
58
|
-
|
|
59
|
-
export type IconFillActiveHoverProps = (typeof iconFillActiveHoverProps)[number]
|
|
60
|
-
|
|
61
|
-
export { iconFillActiveHoverProps }
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const iconFillDisabledProps = [
|
|
2
|
-
'disabledPrimary',
|
|
3
|
-
'disabledSecondary',
|
|
4
|
-
'disabledTertiary',
|
|
5
|
-
'disabledQuaternary',
|
|
6
|
-
|
|
7
|
-
'none',
|
|
8
|
-
] as const
|
|
9
|
-
|
|
10
|
-
export type IconFillDisabledProps = (typeof iconFillDisabledProps)[number]
|
|
11
|
-
|
|
12
|
-
export { iconFillDisabledProps }
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { fillPaletteProps } from './fillPalette'
|
|
2
|
-
|
|
3
|
-
const iconFillHoverProps = [
|
|
4
|
-
'accentHoverPrimary',
|
|
5
|
-
'accentHoverSecondary',
|
|
6
|
-
'accentHoverTertiary',
|
|
7
|
-
'accentHoverQuaternary',
|
|
8
|
-
|
|
9
|
-
'specialHoverPrimary',
|
|
10
|
-
'specialHoverSecondary',
|
|
11
|
-
'specialHoverTertiary',
|
|
12
|
-
'specialHoverQuaternary',
|
|
13
|
-
|
|
14
|
-
'extraHoverPrimary',
|
|
15
|
-
'extraHoverSecondary',
|
|
16
|
-
'extraHoverTertiary',
|
|
17
|
-
'extraHoverQuaternary',
|
|
18
|
-
|
|
19
|
-
'surfaceHoverPrimary',
|
|
20
|
-
'surfaceHoverSecondary',
|
|
21
|
-
'surfaceHoverTertiary',
|
|
22
|
-
'surfaceHoverQuaternary',
|
|
23
|
-
|
|
24
|
-
'errorHoverPrimary',
|
|
25
|
-
'errorHoverSecondary',
|
|
26
|
-
'errorHoverTertiary',
|
|
27
|
-
'errorHoverQuaternary',
|
|
28
|
-
|
|
29
|
-
'warningHoverPrimary',
|
|
30
|
-
'warningHoverSecondary',
|
|
31
|
-
'warningHoverTertiary',
|
|
32
|
-
'warningHoverQuaternary',
|
|
33
|
-
|
|
34
|
-
'successHoverPrimary',
|
|
35
|
-
'successHoverSecondary',
|
|
36
|
-
'successHoverTertiary',
|
|
37
|
-
'successHoverQuaternary',
|
|
38
|
-
|
|
39
|
-
'infoHoverPrimary',
|
|
40
|
-
'infoHoverSecondary',
|
|
41
|
-
'infoHoverTertiary',
|
|
42
|
-
'infoHoverQuaternary',
|
|
43
|
-
|
|
44
|
-
'dangerHoverPrimary',
|
|
45
|
-
'dangerHoverSecondary',
|
|
46
|
-
'dangerHoverTertiary',
|
|
47
|
-
'dangerHoverQuaternary',
|
|
48
|
-
|
|
49
|
-
'disabledHoverPrimary',
|
|
50
|
-
'disabledHoverSecondary',
|
|
51
|
-
'disabledHoverTertiary',
|
|
52
|
-
'disabledHoverQuaternary',
|
|
53
|
-
|
|
54
|
-
'none',
|
|
55
|
-
...fillPaletteProps,
|
|
56
|
-
] as const
|
|
57
|
-
|
|
58
|
-
export type IconFillHoverProps = (typeof iconFillHoverProps)[number]
|
|
59
|
-
|
|
60
|
-
export { iconFillHoverProps }
|