@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.
Files changed (218) hide show
  1. package/CHANGELOG.md +8 -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 +20 -13
  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,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 }
@@ -1,5 +0,0 @@
1
- const textFontProps = ['primary', 'secondary', 'tertiary'] as const
2
-
3
- export type TextFontProps = (typeof textFontProps)[number]
4
-
5
- export { textFontProps }
@@ -1,5 +0,0 @@
1
- const textSizeProps = ['xxs', 'xs', 's', 'm', 'l', 'xl', 'xxl'] as const
2
-
3
- export type TextSizeProps = (typeof textSizeProps)[number]
4
-
5
- export { textSizeProps }
@@ -1,5 +0,0 @@
1
- const textSizeProps = ['xxs', 'xs', 's', 'm', 'l', 'xl', 'xxl'] as const
2
-
3
- export type TextSizeProps = (typeof textSizeProps)[number]
4
-
5
- export { textSizeProps }
@@ -1,5 +0,0 @@
1
- const textTagProps = ['p', 'span'] as const
2
-
3
- export type TextTagProps = (typeof textTagProps)[number]
4
-
5
- export { textTagProps }
@@ -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 }
@@ -1,5 +0,0 @@
1
- const textWrapProps = ['wrap', 'nowrap'] as const
2
-
3
- export type TextWrapProps = (typeof textWrapProps)[number]
4
-
5
- export { textWrapProps }
@@ -1 +0,0 @@
1
- export * from './titleSize'
@@ -1,5 +0,0 @@
1
- const titleSizeProps = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] as const
2
-
3
- export type TitleSizeProps = (typeof titleSizeProps)[number]
4
-
5
- export { titleSizeProps }
@@ -1 +0,0 @@
1
- export * from './underline'
@@ -1,5 +0,0 @@
1
- const underlineProps = ['none', 'underline'] as const
2
-
3
- export type UnderlineProps = (typeof underlineProps)[number]
4
-
5
- export { underlineProps }
@@ -1 +0,0 @@
1
- export * from './width'
@@ -1,5 +0,0 @@
1
- const widthProps = ['auto', 'fixed', 'hug', 'fill'] as const
2
-
3
- export type WidthProps = (typeof widthProps)[number]
4
-
5
- export { widthProps }
@@ -1 +0,0 @@
1
- export * from './wrap'
@@ -1,5 +0,0 @@
1
- const wrapProps = ['wrap', 'no-wrap', 'nowrap', 'wrap-reverse'] as const
2
-
3
- export type WrapProps = (typeof wrapProps)[number]
4
-
5
- export { wrapProps }