@itcase/types 1.0.46 → 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.
Files changed (218) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/align/align.d.ts +3 -0
  3. package/dist/align/index.d.ts +1 -0
  4. package/dist/alignment/alignment.d.ts +3 -0
  5. package/dist/alignment/index.d.ts +1 -0
  6. package/dist/appearance/AppearanceIconSizeKey.d.ts +2 -0
  7. package/dist/appearance/AppearanceKeysDefault.d.ts +2 -0
  8. package/dist/appearance/AppearanceOverlayKey.d.ts +2 -0
  9. package/dist/appearance/AppearanceResponseKeysDefault.d.ts +2 -0
  10. package/dist/appearance/AppearanceShapeKey.d.ts +2 -0
  11. package/dist/appearance/AppearanceStateKeysDefault.d.ts +2 -0
  12. package/dist/appearance/index.d.ts +25 -0
  13. package/dist/blur/blur.d.ts +3 -0
  14. package/dist/blur/index.d.ts +1 -0
  15. package/dist/border/borderColor.d.ts +3 -0
  16. package/dist/border/borderColorActive.d.ts +3 -0
  17. package/dist/border/borderColorDisabled.d.ts +3 -0
  18. package/dist/border/borderColorFocus.d.ts +3 -0
  19. package/dist/border/borderColorHover.d.ts +3 -0
  20. package/dist/border/borderType.d.ts +3 -0
  21. package/dist/border/borderWidth.d.ts +3 -0
  22. package/dist/border/index.d.ts +7 -0
  23. package/dist/centering/centering.d.ts +3 -0
  24. package/dist/centering/index.d.ts +1 -0
  25. package/dist/colors/colorsActive.d.ts +3 -0
  26. package/dist/colors/colorsDisabled.d.ts +3 -0
  27. package/dist/colors/colorsFocus.d.ts +3 -0
  28. package/dist/colors/colorsHover.d.ts +3 -0
  29. package/dist/colors/index.d.ts +4 -0
  30. package/dist/common/common.d.ts +46 -0
  31. package/dist/common/index.d.ts +1 -0
  32. package/dist/direction/direction.d.ts +5 -0
  33. package/dist/direction/index.d.ts +1 -0
  34. package/dist/elevation/elevation.d.ts +3 -0
  35. package/dist/elevation/index.d.ts +1 -0
  36. package/dist/fill/fill.d.ts +3 -0
  37. package/dist/fill/fillActive.d.ts +3 -0
  38. package/dist/fill/fillActiveHover.d.ts +3 -0
  39. package/dist/fill/fillDisabled.d.ts +3 -0
  40. package/dist/fill/fillGradient.d.ts +3 -0
  41. package/dist/fill/fillHover.d.ts +3 -0
  42. package/dist/fill/fillPalette.d.ts +3 -0
  43. package/dist/fill/fillSize.d.ts +3 -0
  44. package/dist/fill/index.d.ts +6 -0
  45. package/dist/height/height.d.ts +3 -0
  46. package/dist/height/index.d.ts +1 -0
  47. package/dist/icon/iconFill.d.ts +3 -0
  48. package/dist/icon/iconFillActive.d.ts +3 -0
  49. package/dist/icon/iconFillActiveHover.d.ts +3 -0
  50. package/dist/icon/iconFillDisabled.d.ts +3 -0
  51. package/dist/icon/iconFillHover.d.ts +3 -0
  52. package/dist/icon/iconFillItem.d.ts +3 -0
  53. package/dist/icon/iconFillSize.d.ts +4 -0
  54. package/dist/icon/iconSize.d.ts +4 -0
  55. package/dist/icon/index.d.ts +8 -0
  56. package/dist/index.d.ts +31 -0
  57. package/dist/item/index.d.ts +1 -0
  58. package/dist/item/itemFill.d.ts +3 -0
  59. package/dist/justifyContent/index.d.ts +1 -0
  60. package/dist/justifyContent/justifyContent.d.ts +3 -0
  61. package/dist/opacity/index.d.ts +1 -0
  62. package/dist/opacity/opacity.d.ts +3 -0
  63. package/dist/option/index.d.ts +1 -0
  64. package/{types/option/option.ts → dist/option/option.d.ts} +5 -7
  65. package/dist/overlay/index.d.ts +1 -0
  66. package/dist/overlay/overlayFill.d.ts +3 -0
  67. package/dist/position/index.d.ts +1 -0
  68. package/dist/position/position.d.ts +3 -0
  69. package/dist/resizeMode/index.d.ts +1 -0
  70. package/dist/resizeMode/resizeMode.d.ts +3 -0
  71. package/dist/shape/index.d.ts +2 -0
  72. package/dist/shape/shape.d.ts +4 -0
  73. package/dist/shape/shapeStrength.d.ts +4 -0
  74. package/dist/size/index.d.ts +3 -0
  75. package/dist/size/size.d.ts +4 -0
  76. package/dist/size/sizeHeading.d.ts +4 -0
  77. package/dist/size/sizePX.d.ts +3 -0
  78. package/dist/stacking/index.d.ts +1 -0
  79. package/dist/stacking/stacking.d.ts +3 -0
  80. package/dist/state/index.d.ts +1 -0
  81. package/dist/state/state.d.ts +3 -0
  82. package/dist/style/index.d.ts +1 -0
  83. package/dist/style/style.d.ts +4 -0
  84. package/dist/svgFill/index.d.ts +3 -0
  85. package/dist/svgFill/svgFill.d.ts +3 -0
  86. package/dist/svgFill/svgFillHover.d.ts +3 -0
  87. package/dist/svgFill/svgFillItem.d.ts +3 -0
  88. package/dist/text/index.d.ts +11 -0
  89. package/dist/text/textAlign.d.ts +3 -0
  90. package/dist/text/textColor.d.ts +3 -0
  91. package/dist/text/textColorActive.d.ts +3 -0
  92. package/dist/text/textColorActiveHover.d.ts +3 -0
  93. package/dist/text/textColorDisabled.d.ts +3 -0
  94. package/dist/text/textColorFocus.d.ts +3 -0
  95. package/dist/text/textColorHover.d.ts +3 -0
  96. package/dist/text/textFont.d.ts +3 -0
  97. package/dist/text/textSize.d.ts +3 -0
  98. package/dist/text/textStyle.d.ts +3 -0
  99. package/dist/text/textTag.d.ts +3 -0
  100. package/dist/text/textWeight.d.ts +3 -0
  101. package/dist/text/textWrap.d.ts +3 -0
  102. package/dist/title/index.d.ts +1 -0
  103. package/dist/title/titleSize.d.ts +3 -0
  104. package/dist/underline/index.d.ts +1 -0
  105. package/dist/underline/underline.d.ts +3 -0
  106. package/dist/width/index.d.ts +1 -0
  107. package/dist/width/width.d.ts +3 -0
  108. package/dist/wrap/index.d.ts +1 -0
  109. package/dist/wrap/wrap.d.ts +3 -0
  110. package/package.json +14 -7
  111. package/types/align/align.ts +0 -47
  112. package/types/align/index.ts +0 -1
  113. package/types/alignment/alignment.ts +0 -14
  114. package/types/alignment/index.ts +0 -1
  115. package/types/appearance/AppearanceIconSizeKey.ts +0 -39
  116. package/types/appearance/AppearanceKeysDefault.ts +0 -43
  117. package/types/appearance/AppearanceOverlayKey.ts +0 -3
  118. package/types/appearance/AppearanceResponseKeysDefault.ts +0 -11
  119. package/types/appearance/AppearanceShapeKey.ts +0 -10
  120. package/types/appearance/AppearanceStateKeysDefault.ts +0 -23
  121. package/types/appearance/index.ts +0 -91
  122. package/types/blur/blur.ts +0 -26
  123. package/types/blur/index.ts +0 -1
  124. package/types/border/borderColor.ts +0 -57
  125. package/types/border/borderColorActive.ts +0 -57
  126. package/types/border/borderColorDisabled.ts +0 -57
  127. package/types/border/borderColorFocus.ts +0 -57
  128. package/types/border/borderColorHover.ts +0 -57
  129. package/types/border/borderType.ts +0 -5
  130. package/types/border/borderWidth.ts +0 -16
  131. package/types/border/index.ts +0 -7
  132. package/types/centering/centering.ts +0 -5
  133. package/types/centering/index.ts +0 -1
  134. package/types/colors/colorsActive.ts +0 -57
  135. package/types/colors/colorsDisabled.ts +0 -57
  136. package/types/colors/colorsFocus.ts +0 -57
  137. package/types/colors/colorsHover.ts +0 -57
  138. package/types/colors/index.ts +0 -4
  139. package/types/common/common.ts +0 -59
  140. package/types/common/index.ts +0 -1
  141. package/types/direction/direction.ts +0 -14
  142. package/types/direction/index.ts +0 -1
  143. package/types/elevation/elevation.ts +0 -5
  144. package/types/elevation/index.ts +0 -1
  145. package/types/fill/fill.ts +0 -61
  146. package/types/fill/fillActive.ts +0 -61
  147. package/types/fill/fillActiveHover.ts +0 -61
  148. package/types/fill/fillDisabled.ts +0 -12
  149. package/types/fill/fillGradient.ts +0 -10
  150. package/types/fill/fillHover.ts +0 -60
  151. package/types/fill/fillPalette.ts +0 -88
  152. package/types/fill/fillSize.ts +0 -17
  153. package/types/fill/index.ts +0 -6
  154. package/types/height/height.ts +0 -5
  155. package/types/height/index.ts +0 -1
  156. package/types/icon/iconFill.ts +0 -60
  157. package/types/icon/iconFillActive.ts +0 -61
  158. package/types/icon/iconFillActiveHover.ts +0 -61
  159. package/types/icon/iconFillDisabled.ts +0 -12
  160. package/types/icon/iconFillHover.ts +0 -60
  161. package/types/icon/iconFillItem.ts +0 -60
  162. package/types/icon/iconFillSize.ts +0 -15
  163. package/types/icon/iconSize.ts +0 -23
  164. package/types/icon/index.ts +0 -8
  165. package/types/index.ts +0 -31
  166. package/types/item/index.ts +0 -1
  167. package/types/item/itemFill.ts +0 -57
  168. package/types/justifyContent/index.ts +0 -1
  169. package/types/justifyContent/justifyContent.ts +0 -17
  170. package/types/opacity/index.ts +0 -1
  171. package/types/opacity/opacity.ts +0 -26
  172. package/types/option/index.ts +0 -1
  173. package/types/overlay/index.ts +0 -1
  174. package/types/overlay/overlayFill.ts +0 -5
  175. package/types/position/index.ts +0 -1
  176. package/types/position/position.ts +0 -11
  177. package/types/resizeMode/Title.interface.ts +0 -147
  178. package/types/resizeMode/index.ts +0 -1
  179. package/types/resizeMode/resizeMode.ts +0 -5
  180. package/types/shape/index.ts +0 -2
  181. package/types/shape/shape.ts +0 -6
  182. package/types/shape/shapeStrength.ts +0 -6
  183. package/types/size/index.ts +0 -3
  184. package/types/size/size.ts +0 -6
  185. package/types/size/sizeHeading.ts +0 -6
  186. package/types/size/sizePX.ts +0 -22
  187. package/types/stacking/index.ts +0 -1
  188. package/types/stacking/stacking.ts +0 -5
  189. package/types/state/index.ts +0 -1
  190. package/types/state/state.ts +0 -12
  191. package/types/style/index.ts +0 -1
  192. package/types/style/style.ts +0 -6
  193. package/types/svgFill/index.ts +0 -3
  194. package/types/svgFill/svgFill.ts +0 -7
  195. package/types/svgFill/svgFillHover.ts +0 -7
  196. package/types/svgFill/svgFillItem.ts +0 -7
  197. package/types/text/index.ts +0 -11
  198. package/types/text/textAlign.ts +0 -5
  199. package/types/text/textColor.ts +0 -55
  200. package/types/text/textColorActive.ts +0 -57
  201. package/types/text/textColorActiveHover.ts +0 -58
  202. package/types/text/textColorDisabled.ts +0 -57
  203. package/types/text/textColorFocus.ts +0 -57
  204. package/types/text/textColorHover.ts +0 -57
  205. package/types/text/textFont.ts +0 -5
  206. package/types/text/textSize.ts +0 -5
  207. package/types/text/textStyle.ts +0 -5
  208. package/types/text/textTag.ts +0 -5
  209. package/types/text/textWeight.ts +0 -34
  210. package/types/text/textWrap.ts +0 -5
  211. package/types/title/index.ts +0 -1
  212. package/types/title/titleSize.ts +0 -5
  213. package/types/underline/index.ts +0 -1
  214. package/types/underline/underline.ts +0 -5
  215. package/types/width/index.ts +0 -1
  216. package/types/width/width.ts +0 -5
  217. package/types/wrap/index.ts +0 -1
  218. package/types/wrap/wrap.ts +0 -5
@@ -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 }
@@ -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 }
@@ -1,12 +0,0 @@
1
- const fillDisabledProps = [
2
- 'disabledPrimary',
3
- 'disabledSecondary',
4
- 'disabledTertiary',
5
- 'disabledQuaternary',
6
-
7
- 'none',
8
- ] as const
9
-
10
- export type FillDisabledProps = (typeof fillDisabledProps)[number]
11
-
12
- export { fillDisabledProps }
@@ -1,10 +0,0 @@
1
- const fillGradientProps = [
2
- 'gradientPrimary',
3
- 'gradientSecondary',
4
- 'gradientTertiary',
5
- 'gradientQuaternary',
6
- ] as const
7
-
8
- export type FillGradientProps = (typeof fillGradientProps)[number]
9
-
10
- export { fillGradientProps }
@@ -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 }
@@ -1,17 +0,0 @@
1
- const fillSizeProps = [
2
- '10',
3
- '12',
4
- '14',
5
- '16',
6
- '20',
7
- '24',
8
- '32',
9
- '40',
10
- '60',
11
- '64',
12
- '144',
13
- ] as const
14
-
15
- export type FillSizeProps = (typeof fillSizeProps)[number]
16
-
17
- export { fillSizeProps }
@@ -1,6 +0,0 @@
1
- export * from './fill'
2
- export * from './fillActive'
3
- export * from './fillActiveHover'
4
- export * from './fillDisabled'
5
- export * from './fillHover'
6
- export * from './fillSize'
@@ -1,5 +0,0 @@
1
- const heightProps = ['fixed', 'hug', 'fill'] as const
2
-
3
- export type HeightProps = (typeof heightProps)[number]
4
-
5
- export { heightProps }
@@ -1 +0,0 @@
1
- export * from './height'
@@ -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 }