@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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.1.0](https://github.com/ITCase/itcase-types/compare/v1.0.46...v1.1.0) (2025-11-11)
2
+
1
3
  ## [1.0.46](https://github.com/ITCase/itcase-types/compare/v1.0.45...v1.0.46) (2025-11-10)
2
4
 
3
5
  ## [1.0.45](https://github.com/ITCase/itcase-types/compare/v1.0.44...v1.0.45) (2025-08-29)
@@ -0,0 +1,3 @@
1
+ declare const alignProps: readonly ["center", "horizontalTopLeft", "horizontalTopCenter", "horizontalTopRight", "horizontalLeft", "horizontalRight", "horizontalCenter", "horizontalBottomRight", "horizontalBottomCenter", "horizontalBottomLeft", "horizontalReverseTopLeft", "horizontalReverseTopCenter", "horizontalReverseTopRight", "horizontalReverseLeft", "horizontalReverseRight", "horizontalReverseCenter", "horizontalReverseBottomRight", "horizontalReverseBottomCenter", "horizontalReverseBottomLeft", "verticalTopLeft", "verticalTopCenter", "verticalTopRight", "verticalLeft", "verticalRight", "verticalCenter", "verticalBottomRight", "verticalBottomCenter", "verticalBottomLeft", "verticalReverseTopLeft", "verticalReverseTopCenter", "verticalReverseTopRight", "verticalReverseLeft", "verticalReverseRight", "verticalReverseCenter", "verticalReverseBottomRight", "verticalReverseBottomCenter", "verticalReverseBottomLeft"];
2
+ export type AlignProps = (typeof alignProps)[number];
3
+ export { alignProps };
@@ -0,0 +1 @@
1
+ export * from './align';
@@ -0,0 +1,3 @@
1
+ declare const alignmentProps: readonly ["topLeft", "topCenter", "topRight", "bottomLeft", "bottomCenter", "bottomRight", "leftCenter", "rightCenter"];
2
+ export type AlignmentProps = (typeof alignmentProps)[number];
3
+ export { alignmentProps };
@@ -0,0 +1 @@
1
+ export * from './alignment';
@@ -0,0 +1,2 @@
1
+ type AppearanceIconSizeKey = 'size12_12' | 'size14_12' | 'size14_14' | 'size16_12' | 'size16_14' | 'size16_16' | 'size20_12' | 'size20_14' | 'size20_16' | 'size20_20' | 'size24_12' | 'size24_14' | 'size24_16' | 'size24_20' | 'size24_24' | 'size32_12' | 'size32_14' | 'size32_16' | 'size32_20' | 'size32_24' | 'size32_32' | 'size40_12' | 'size40_14' | 'size40_16' | 'size40_20' | 'size40_24' | 'size40_32' | 'size40_40' | 'size48_12' | 'size48_14' | 'size48_16' | 'size48_20' | 'size48_24' | 'size48_32' | 'size48_40' | 'size48_48';
2
+ export type { AppearanceIconSizeKey };
@@ -0,0 +1,2 @@
1
+ type AppearanceKeysDefault = 'accentPrimary' | 'accentQuaternary' | 'accentSecondary' | 'accentTertiary' | 'dangerPrimary' | 'dangerQuaternary' | 'dangerSecondary' | 'dangerTertiary' | 'disabledPrimary' | 'disabledQuaternary' | 'disabledSecondary' | 'disabledTertiary' | 'errorPrimary' | 'errorQuaternary' | 'errorSecondary' | 'errorTertiary' | 'extraPrimary' | 'extraQuaternary' | 'extraSecondary' | 'extraTertiary' | 'infoPrimary' | 'infoQuaternary' | 'infoSecondary' | 'infoTertiary' | 'specialPrimary' | 'specialQuaternary' | 'specialSecondary' | 'specialTertiary' | 'successPrimary' | 'successQuaternary' | 'successSecondary' | 'successTertiary' | 'surfacePrimary' | 'surfaceQuaternary' | 'surfaceSecondary' | 'surfaceTertiary' | 'warningPrimary' | 'warningQuaternary' | 'warningSecondary' | 'warningTertiary';
2
+ export type { AppearanceKeysDefault };
@@ -0,0 +1,2 @@
1
+ type AppearanceOverlayKey = 'blackout' | 'blur';
2
+ export type { AppearanceOverlayKey };
@@ -0,0 +1,2 @@
1
+ type AppearanceResponseKeysDefault = 'confirm' | 'error' | 'fail' | 'nothingFound' | 'refresh' | 'success' | 'unableLoadData' | 'warning';
2
+ export type { AppearanceResponseKeysDefault };
@@ -0,0 +1,2 @@
1
+ type AppearanceShapeKey = 'circular' | 'geometric' | 'rounded' | 'roundedL' | 'roundedM' | 'roundedS' | 'roundedXL';
2
+ export type { AppearanceShapeKey };
@@ -0,0 +1,2 @@
1
+ type AppearanceStateKeysDefault = 'defaultPrimary' | 'defaultQuaternary' | 'defaultSecondary' | 'defaultTertiary' | 'disabledPrimary' | 'disabledQuaternary' | 'disabledSecondary' | 'disabledTertiary' | 'errorPrimary' | 'errorQuaternary' | 'errorSecondary' | 'errorTertiary' | 'requirePrimary' | 'requireQuaternary' | 'requireSecondary' | 'requireTertiary' | 'successPrimary' | 'successQuaternary' | 'successSecondary' | 'successTertiary';
2
+ export type { AppearanceStateKeysDefault };
@@ -0,0 +1,25 @@
1
+ import type { SizeProps, SizePXProps } from '../size';
2
+ import type { StyleProps } from '../style';
3
+ import type { TitleSizeProps } from '../title';
4
+ import type { AppearanceIconSizeKey } from './AppearanceIconSizeKey';
5
+ import type { AppearanceKeysDefault } from './AppearanceKeysDefault';
6
+ import type { AppearanceOverlayKey } from './AppearanceOverlayKey';
7
+ import type { AppearanceResponseKeysDefault } from './AppearanceResponseKeysDefault';
8
+ import type { AppearanceShapeKey } from './AppearanceShapeKey';
9
+ import type { AppearanceStateKeysDefault } from './AppearanceStateKeysDefault';
10
+ type AppearanceSizeKey = `size${Uppercase<SizeProps>}`;
11
+ type AppearanceSizePxKey = `size${Uppercase<SizePXProps>}`;
12
+ type AppearanceTitleSizeKey = TitleSizeProps;
13
+ type AppearanceStyleKey = StyleProps;
14
+ type CompositeAppearanceDefaultKey = AppearanceKeysDefault;
15
+ type CompositeAppearanceDefaultSizeKey = `${AppearanceKeysDefault} ${AppearanceSizeKey}`;
16
+ type CompositeAppearanceDefaultSizeStyleKey = `${AppearanceKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey}`;
17
+ type CompositeAppearanceDefaultSizeShapeKey = `${AppearanceKeysDefault} ${AppearanceSizeKey} ${AppearanceShapeKey}`;
18
+ type CompositeAppearanceDefaultStyleShapeKey = `${AppearanceKeysDefault} ${AppearanceStyleKey} ${AppearanceShapeKey}`;
19
+ type CompositeAppearanceKey = `${AppearanceKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey}` | `${AppearanceKeysDefault} ${AppearanceSizeKey}` | AppearanceKeysDefault;
20
+ type CompositeAppearanceTitleKey = `${AppearanceKeysDefault} ${AppearanceTitleSizeKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceKeysDefault} ${AppearanceTitleSizeKey} ${AppearanceStyleKey}` | `${AppearanceKeysDefault} ${AppearanceTitleSizeKey}` | AppearanceKeysDefault;
21
+ type CompositeAppearanceSizePxKey = `${AppearanceKeysDefault} ${AppearanceSizePxKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceKeysDefault} ${AppearanceSizePxKey} ${AppearanceStyleKey}` | `${AppearanceKeysDefault} ${AppearanceSizePxKey}` | AppearanceKeysDefault;
22
+ type CompositeAppearanceStateKeys = `${AppearanceStateKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceStateKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey}` | `${AppearanceStateKeysDefault} ${AppearanceSizeKey}` | AppearanceStateKeysDefault;
23
+ type CompositeAppearanceResponseKeys = `${AppearanceResponseKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceResponseKeysDefault} ${AppearanceSizeKey} ${AppearanceStyleKey}` | `${AppearanceResponseKeysDefault} ${AppearanceSizeKey}` | AppearanceResponseKeysDefault;
24
+ type CompositeAppearanceIconKeys = `${AppearanceResponseKeysDefault} ${AppearanceIconSizeKey} ${AppearanceStyleKey} ${AppearanceShapeKey}` | `${AppearanceResponseKeysDefault} ${AppearanceIconSizeKey} ${AppearanceStyleKey}` | `${AppearanceResponseKeysDefault} ${AppearanceIconSizeKey}` | AppearanceResponseKeysDefault;
25
+ export type { AppearanceKeysDefault, AppearanceOverlayKey, AppearanceShapeKey, AppearanceSizeKey, AppearanceSizePxKey, AppearanceStateKeysDefault, AppearanceStyleKey, AppearanceTitleSizeKey, CompositeAppearanceDefaultKey, CompositeAppearanceDefaultSizeKey, CompositeAppearanceDefaultSizeShapeKey, CompositeAppearanceDefaultSizeStyleKey, CompositeAppearanceDefaultStyleShapeKey, CompositeAppearanceIconKeys, CompositeAppearanceKey, CompositeAppearanceResponseKeys, CompositeAppearanceSizePxKey, CompositeAppearanceStateKeys, CompositeAppearanceTitleKey, };
@@ -0,0 +1,3 @@
1
+ declare const blurProps: readonly ["0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "75", "80", "85", "90", "95", "100"];
2
+ export type BlurProps = (typeof blurProps)[number];
3
+ export { blurProps };
@@ -0,0 +1 @@
1
+ export * from './blur';
@@ -0,0 +1,3 @@
1
+ declare const borderColorProps: readonly ["accentBorderPrimary", "accentBorderSecondary", "accentBorderTertiary", "accentBorderQuaternary", "specialBorderPrimary", "specialBorderSecondary", "specialBorderTertiary", "specialBorderQuaternary", "extraBorderPrimary", "extraBorderSecondary", "extraBorderTertiary", "extraBorderQuaternary", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "surfaceBorderQuaternary", "errorBorderPrimary", "errorBorderSecondary", "errorBorderTertiary", "errorBorderQuaternary", "warningBorderPrimary", "warningBorderSecondary", "warningBorderTertiary", "warningBorderQuaternary", "successBorderPrimary", "successBorderSecondary", "successBorderTertiary", "successBorderQuaternary", "infoBorderPrimary", "infoBorderSecondary", "infoBorderTertiary", "infoBorderQuaternary", "dangerBorderPrimary", "dangerBorderSecondary", "dangerBorderTertiary", "dangerBorderQuaternary", "disabledBorderPrimary", "disabledBorderSecondary", "disabledBorderTertiary", "disabledBorderQuaternary", "none"];
2
+ export type BorderColorProps = (typeof borderColorProps)[number];
3
+ export { borderColorProps };
@@ -0,0 +1,3 @@
1
+ declare const borderColorActiveProps: readonly ["accentBorderActivePrimary", "accentBorderActiveSecondary", "accentBorderActiveTertiary", "accentBorderActiveQuaternary", "specialBorderActivePrimary", "specialBorderActiveSecondary", "specialBorderActiveTertiary", "specialBorderActiveQuaternary", "extraBorderActivePrimary", "extraBorderActiveSecondary", "extraBorderActiveTertiary", "extraBorderActiveQuaternary", "surfaceBorderActivePrimary", "surfaceBorderActiveSecondary", "surfaceBorderActiveTertiary", "surfaceBorderActiveQuaternary", "errorBorderActivePrimary", "errorBorderActiveSecondary", "errorBorderActiveTertiary", "errorBorderActiveQuaternary", "warningBorderActivePrimary", "warningBorderActiveSecondary", "warningBorderActiveTertiary", "warningBorderActiveQuaternary", "successBorderActivePrimary", "successBorderActiveSecondary", "successBorderActiveTertiary", "successBorderActiveQuaternary", "infoBorderActivePrimary", "infoBorderActiveSecondary", "infoBorderActiveTertiary", "infoBorderActiveQuaternary", "dangerBorderActivePrimary", "dangerBorderActiveSecondary", "dangerBorderActiveTertiary", "dangerBorderActiveQuaternary", "disabledBorderActivePrimary", "disabledBorderActiveSecondary", "disabledBorderActiveTertiary", "disabledBorderActiveQuaternary", "none"];
2
+ export type BorderColorActiveProps = (typeof borderColorActiveProps)[number];
3
+ export { borderColorActiveProps };
@@ -0,0 +1,3 @@
1
+ declare const borderColorDisabledProps: readonly ["accentBorderDisabledPrimary", "accentBorderDisabledSecondary", "accentBorderDisabledTertiary", "accentBorderDisabledQuaternary", "specialBorderDisabledPrimary", "specialBorderDisabledSecondary", "specialBorderDisabledTertiary", "specialBorderDisabledQuaternary", "extraBorderDisabledPrimary", "extraBorderDisabledSecondary", "extraBorderDisabledTertiary", "extraBorderDisabledQuaternary", "surfaceBorderDisabledPrimary", "surfaceBorderDisabledSecondary", "surfaceBorderDisabledTertiary", "surfaceBorderDisabledQuaternary", "errorBorderDisabledPrimary", "errorBorderDisabledSecondary", "errorBorderDisabledTertiary", "errorBorderDisabledQuaternary", "warningBorderDisabledPrimary", "warningBorderDisabledSecondary", "warningBorderDisabledTertiary", "warningBorderDisabledQuaternary", "successBorderDisabledPrimary", "successBorderDisabledSecondary", "successBorderDisabledTertiary", "successBorderDisabledQuaternary", "infoBorderDisabledPrimary", "infoBorderDisabledSecondary", "infoBorderDisabledTertiary", "infoBorderDisabledQuaternary", "dangerBorderDisabledPrimary", "dangerBorderDisabledSecondary", "dangerBorderDisabledTertiary", "dangerBorderDisabledQuaternary", "disabledBorderDisabledPrimary", "disabledBorderDisabledSecondary", "disabledBorderDisabledTertiary", "disabledBorderDisabledQuaternary", "none"];
2
+ export type BorderColorDisabledProps = (typeof borderColorDisabledProps)[number];
3
+ export { borderColorDisabledProps };
@@ -0,0 +1,3 @@
1
+ declare const borderColorFocusProps: readonly ["accentBorderFocusPrimary", "accentBorderFocusSecondary", "accentBorderFocusTertiary", "accentBorderFocusQuaternary", "specialBorderFocusPrimary", "specialBorderFocusSecondary", "specialBorderFocusTertiary", "specialBorderFocusQuaternary", "extraBorderFocusPrimary", "extraBorderFocusSecondary", "extraBorderFocusTertiary", "extraBorderFocusQuaternary", "surfaceBorderFocusPrimary", "surfaceBorderFocusSecondary", "surfaceBorderFocusTertiary", "surfaceBorderFocusQuaternary", "errorBorderFocusPrimary", "errorBorderFocusSecondary", "errorBorderFocusTertiary", "errorBorderFocusQuaternary", "warningBorderFocusPrimary", "warningBorderFocusSecondary", "warningBorderFocusTertiary", "warningBorderFocusQuaternary", "successBorderFocusPrimary", "successBorderFocusSecondary", "successBorderFocusTertiary", "successBorderFocusQuaternary", "infoBorderFocusPrimary", "infoBorderFocusSecondary", "infoBorderFocusTertiary", "infoBorderFocusQuaternary", "dangerBorderFocusPrimary", "dangerBorderFocusSecondary", "dangerBorderFocusTertiary", "dangerBorderFocusQuaternary", "disabledBorderFocusPrimary", "disabledBorderFocusSecondary", "disabledBorderFocusTertiary", "disabledBorderFocusQuaternary", "none"];
2
+ export type BorderColorFocusProps = (typeof borderColorFocusProps)[number];
3
+ export { borderColorFocusProps };
@@ -0,0 +1,3 @@
1
+ declare const borderColorHoverProps: readonly ["accentBorderHoverPrimary", "accentBorderHoverSecondary", "accentBorderHoverTertiary", "accentBorderHoverQuaternary", "specialBorderHoverPrimary", "specialBorderHoverSecondary", "specialBorderHoverTertiary", "specialBorderHoverQuaternary", "extraBorderHoverPrimary", "extraBorderHoverSecondary", "extraBorderHoverTertiary", "extraBorderHoverQuaternary", "surfaceBorderHoverPrimary", "surfaceBorderHoverSecondary", "surfaceBorderHoverTertiary", "surfaceBorderHoverQuaternary", "errorBorderHoverPrimary", "errorBorderHoverSecondary", "errorBorderHoverTertiary", "errorBorderHoverQuaternary", "warningBorderHoverPrimary", "warningBorderHoverSecondary", "warningBorderHoverTertiary", "warningBorderHoverQuaternary", "successBorderHoverPrimary", "successBorderHoverSecondary", "successBorderHoverTertiary", "successBorderHoverQuaternary", "infoBorderHoverPrimary", "infoBorderHoverSecondary", "infoBorderHoverTertiary", "infoBorderHoverQuaternary", "dangerBorderHoverPrimary", "dangerBorderHoverSecondary", "dangerBorderHoverTertiary", "dangerBorderHoverQuaternary", "disabledBorderHoverPrimary", "disabledBorderHoverSecondary", "disabledBorderHoverTertiary", "disabledBorderHoverQuaternary", "none"];
2
+ export type BorderColorHoverProps = (typeof borderColorHoverProps)[number];
3
+ export { borderColorHoverProps };
@@ -0,0 +1,3 @@
1
+ declare const borderTypeProps: readonly ["outline", "solid", "none"];
2
+ export type BorderTypeProps = (typeof borderTypeProps)[number];
3
+ export { borderTypeProps };
@@ -0,0 +1,3 @@
1
+ declare const borderWidthProps: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"];
2
+ export type BorderWidthProps = (typeof borderWidthProps)[number];
3
+ export { borderWidthProps };
@@ -0,0 +1,7 @@
1
+ export * from './borderColor';
2
+ export * from './borderColor';
3
+ export * from './borderColorActive';
4
+ export * from './borderColorFocus';
5
+ export * from './borderColorHover';
6
+ export * from './borderType';
7
+ export * from './borderWidth';
@@ -0,0 +1,3 @@
1
+ declare const centeringProps: readonly ["horizontal", "vertical", "both"];
2
+ export type CenteringProps = (typeof centeringProps)[number];
3
+ export { centeringProps };
@@ -0,0 +1 @@
1
+ export * from './centering';
@@ -0,0 +1,3 @@
1
+ declare const colorActiveProps: readonly ["accentActivePrimary", "accentActiveSecondary", "accentActiveTertiary", "accentActiveQuaternary", "specialActivePrimary", "specialActiveSecondary", "specialActiveTertiary", "specialActiveQuaternary", "extraActivePrimary", "extraActiveSecondary", "extraActiveTertiary", "extraActiveQuaternary", "surfaceActivePrimary", "surfaceActiveSecondary", "surfaceActiveTertiary", "surfaceActiveQuaternary", "errorActivePrimary", "errorActiveSecondary", "errorActiveTertiary", "errorActiveQuaternary", "warningActivePrimary", "warningActiveSecondary", "warningActiveTertiary", "warningActiveQuaternary", "successActivePrimary", "successActiveSecondary", "successActiveTertiary", "successActiveQuaternary", "infoActivePrimary", "infoActiveSecondary", "infoActiveTertiary", "infoActiveQuaternary", "dangerActivePrimary", "dangerActiveSecondary", "dangerActiveTertiary", "dangerActiveQuaternary", "disabledActivePrimary", "disabledActiveSecondary", "disabledActiveTertiary", "disabledActiveQuaternary", "none"];
2
+ export type colorActiveProps = (typeof colorActiveProps)[number];
3
+ export { colorActiveProps };
@@ -0,0 +1,3 @@
1
+ declare const colorDisabledProps: readonly ["accentDisabledPrimary", "accentDisabledSecondary", "accentDisabledTertiary", "accentDisabledQuaternary", "specialDisabledPrimary", "specialDisabledSecondary", "specialDisabledTertiary", "specialDisabledQuaternary", "extraDisabledPrimary", "extraDisabledSecondary", "extraDisabledTertiary", "extraDisabledQuaternary", "surfaceDisabledPrimary", "surfaceDisabledSecondary", "surfaceDisabledTertiary", "surfaceDisabledQuaternary", "errorDisabledPrimary", "errorDisabledSecondary", "errorDisabledTertiary", "errorDisabledQuaternary", "warningDisabledPrimary", "warningDisabledSecondary", "warningDisabledTertiary", "warningDisabledQuaternary", "successDisabledPrimary", "successDisabledSecondary", "successDisabledTertiary", "successDisabledQuaternary", "infoDisabledPrimary", "infoDisabledSecondary", "infoDisabledTertiary", "infoDisabledQuaternary", "dangerDisabledPrimary", "dangerDisabledSecondary", "dangerDisabledTertiary", "dangerDisabledQuaternary", "disabledDisabledPrimary", "disabledDisabledSecondary", "disabledDisabledTertiary", "disabledDisabledQuaternary", "none"];
2
+ export type colorDisabledProps = (typeof colorDisabledProps)[number];
3
+ export { colorDisabledProps };
@@ -0,0 +1,3 @@
1
+ declare const colorFocusProps: readonly ["accentFocusPrimary", "accentFocusSecondary", "accentFocusTertiary", "accentFocusQuaternary", "specialFocusPrimary", "specialFocusSecondary", "specialFocusTertiary", "specialFocusQuaternary", "extraFocusPrimary", "extraFocusSecondary", "extraFocusTertiary", "extraFocusQuaternary", "surfaceFocusPrimary", "surfaceFocusSecondary", "surfaceFocusTertiary", "surfaceFocusQuaternary", "errorFocusPrimary", "errorFocusSecondary", "errorFocusTertiary", "errorFocusQuaternary", "warningFocusPrimary", "warningFocusSecondary", "warningFocusTertiary", "warningFocusQuaternary", "successFocusPrimary", "successFocusSecondary", "successFocusTertiary", "successFocusQuaternary", "infoFocusPrimary", "infoFocusSecondary", "infoFocusTertiary", "infoFocusQuaternary", "dangerFocusPrimary", "dangerFocusSecondary", "dangerFocusTertiary", "dangerFocusQuaternary", "disabledFocusPrimary", "disabledFocusSecondary", "disabledFocusTertiary", "disabledFocusQuaternary", "none"];
2
+ export type ColorFocusProps = (typeof colorFocusProps)[number];
3
+ export { colorFocusProps };
@@ -0,0 +1,3 @@
1
+ declare const colorHoverProps: readonly ["accentHoverPrimary", "accentHoverSecondary", "accentHoverTertiary", "accentHoverQuaternary", "specialHoverPrimary", "specialHoverSecondary", "specialHoverTertiary", "specialHoverQuaternary", "extraHoverPrimary", "extraHoverSecondary", "extraHoverTertiary", "extraHoverQuaternary", "surfaceHoverPrimary", "surfaceHoverSecondary", "surfaceHoverTertiary", "surfaceHoverQuaternary", "errorHoverPrimary", "errorHoverSecondary", "errorHoverTertiary", "errorHoverQuaternary", "warningHoverPrimary", "warningHoverSecondary", "warningHoverTertiary", "warningHoverQuaternary", "successHoverPrimary", "successHoverSecondary", "successHoverTertiary", "successHoverQuaternary", "infoHoverPrimary", "infoHoverSecondary", "infoHoverTertiary", "infoHoverQuaternary", "dangerHoverPrimary", "dangerHoverSecondary", "dangerHoverTertiary", "dangerHoverQuaternary", "disabledHoverPrimary", "disabledHoverSecondary", "disabledHoverTertiary", "disabledHoverQuaternary", "none"];
2
+ export type colorHoverProps = (typeof colorHoverProps)[number];
3
+ export { colorHoverProps };
@@ -0,0 +1,4 @@
1
+ export * from './colorsActive';
2
+ export * from './colorsDisabled';
3
+ export * from './colorsFocus';
4
+ export * from './colorsHover';
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Used for objects unique identifier as "id" property. The rest-api response
3
+ * always returns a `number`.
4
+ */
5
+ type RestId = number;
6
+ /**
7
+ * Used for objects unique identifier as "id" property. Sometime id may be
8
+ * generated as random `string`(uuid) or `number`.
9
+ */
10
+ type GeneratedId = number | string;
11
+ /**
12
+ * Date
13
+ * @format ISO date: `2024-01-31`
14
+ */
15
+ type DateIso = string;
16
+ /**
17
+ * Date and time
18
+ * @format ISO date and time: `2024-01-31T23:00:59.322230+03:00`
19
+ */
20
+ type DateTimeIso = string;
21
+ /**
22
+ * URL to some endpoint. E.g.: to django rest framework
23
+ * @format relative URL: `/rest/{...}/some/`
24
+ */
25
+ type RelativeUrl = string;
26
+ /**
27
+ * URL to some endpoint. E.g.: to django rest framework
28
+ * @format absolute URL: `https://itcase.pro/rest/{...}/some/`
29
+ */
30
+ type AbsoluteUrl = string;
31
+ /**
32
+ * URL to file. E.g.: in django media folder
33
+ * @format relative URL: `/media/uploads/{...}/file_name.png`
34
+ */
35
+ type ImageRelativeUrl = string;
36
+ /**
37
+ * URL to file. E.g.: in django media folder
38
+ * @format absolute URL: `https://itcase.pro/media/uploads/{...}/file_name.png`
39
+ */
40
+ type ImageAbsoluteUrl = string;
41
+ /**
42
+ * Simple callback function that takes no arguments and returns nothing.
43
+ * This type is used for basic event handlers or asynchronous operations.
44
+ */
45
+ type SimpleCallback = () => void;
46
+ export type { AbsoluteUrl, DateIso, DateTimeIso, GeneratedId, ImageAbsoluteUrl, ImageRelativeUrl, RelativeUrl, RestId, SimpleCallback, };
@@ -0,0 +1 @@
1
+ export * from './common';
@@ -0,0 +1,5 @@
1
+ declare const directionHVProps: readonly ["vertical", "horizontal"];
2
+ declare const directionProps: readonly ["row", "row-reverse", "column", "column-reverse", "vertical", "horizontal"];
3
+ export type DirectionProps = (typeof directionProps)[number];
4
+ export type DirectionHVProps = (typeof directionHVProps)[number];
5
+ export { directionHVProps, directionProps };
@@ -0,0 +1 @@
1
+ export * from './direction';
@@ -0,0 +1,3 @@
1
+ declare const elevationProps: readonly ["1", "2", "4", "6", "8", "12", "16", "24"];
2
+ export type ElevationProps = (typeof elevationProps)[number];
3
+ export { elevationProps };
@@ -0,0 +1 @@
1
+ export * from './elevation';
@@ -0,0 +1,3 @@
1
+ declare const fillProps: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "accentQuaternary", "specialPrimary", "specialSecondary", "specialTertiary", "specialQuaternary", "extraPrimary", "extraSecondary", "extraTertiary", "extraQuaternary", "surfacePrimary", "surfaceSecondary", "surfaceTertiary", "surfaceQuaternary", "errorPrimary", "errorSecondary", "errorTertiary", "errorQuaternary", "warningPrimary", "warningSecondary", "warningTertiary", "warningQuaternary", "successPrimary", "successSecondary", "successTertiary", "successQuaternary", "infoPrimary", "infoSecondary", "infoTertiary", "infoQuaternary", "dangerPrimary", "dangerSecondary", "dangerTertiary", "dangerQuaternary", "disabledPrimary", "disabledSecondary", "disabledTertiary", "disabledQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type FillProps = (typeof fillProps)[number];
3
+ export { fillProps };
@@ -0,0 +1,3 @@
1
+ declare const fillActiveProps: readonly ["accentActivePrimary", "accentActiveSecondary", "accentActiveTertiary", "accentActiveQuaternary", "specialActivePrimary", "specialActiveSecondary", "specialActiveTertiary", "specialActiveQuaternary", "extraActivePrimary", "extraActiveSecondary", "extraActiveTertiary", "extraActiveQuaternary", "surfaceActivePrimary", "surfaceActiveSecondary", "surfaceActiveTertiary", "surfaceActiveQuaternary", "errorActivePrimary", "errorActiveSecondary", "errorActiveTertiary", "errorActiveQuaternary", "warningActivePrimary", "warningActiveSecondary", "warningActiveTertiary", "warningActiveQuaternary", "successActivePrimary", "successActiveSecondary", "successActiveTertiary", "successActiveQuaternary", "infoActivePrimary", "infoActiveSecondary", "infoActiveTertiary", "infoActiveQuaternary", "dangerActivePrimary", "dangerActiveSecondary", "dangerActiveTertiary", "dangerActiveQuaternary", "disabledActivePrimary", "disabledActiveSecondary", "disabledActiveTertiary", "disabledActiveQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type FillActiveProps = (typeof fillActiveProps)[number];
3
+ export { fillActiveProps };
@@ -0,0 +1,3 @@
1
+ declare const fillActiveHoverProps: readonly ["accentActiveHoverPrimary", "accentActiveHoverSecondary", "accentActiveHoverTertiary", "accentActiveHoverQuaternary", "specialActiveHoverPrimary", "specialActiveHoverSecondary", "specialActiveHoverTertiary", "specialActiveHoverQuaternary", "extraActiveHoverPrimary", "extraActiveHoverSecondary", "extraActiveHoverTertiary", "extraActiveHoverQuaternary", "surfaceActiveHoverPrimary", "surfaceActiveHoverSecondary", "surfaceActiveHoverTertiary", "surfaceActiveHoverQuaternary", "errorActiveHoverPrimary", "errorActiveHoverSecondary", "errorActiveHoverTertiary", "errorActiveHoverQuaternary", "warningActiveHoverPrimary", "warningActiveHoverSecondary", "warningActiveHoverTertiary", "warningActiveHoverQuaternary", "successActiveHoverPrimary", "successActiveHoverSecondary", "successActiveHoverTertiary", "successActiveHoverQuaternary", "infoActiveHoverPrimary", "infoActiveHoverSecondary", "infoActiveHoverTertiary", "infoActiveHoverQuaternary", "dangerActiveHoverPrimary", "dangerActiveHoverSecondary", "dangerActiveHoverTertiary", "dangerActiveHoverQuaternary", "disabledActiveHoverPrimary", "disabledActiveHoverSecondary", "disabledActiveHoverTertiary", "disabledActiveHoverQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type FillActiveHoverProps = (typeof fillActiveHoverProps)[number];
3
+ export { fillActiveHoverProps };
@@ -0,0 +1,3 @@
1
+ declare const fillDisabledProps: readonly ["disabledPrimary", "disabledSecondary", "disabledTertiary", "disabledQuaternary", "none"];
2
+ export type FillDisabledProps = (typeof fillDisabledProps)[number];
3
+ export { fillDisabledProps };
@@ -0,0 +1,3 @@
1
+ declare const fillGradientProps: readonly ["gradientPrimary", "gradientSecondary", "gradientTertiary", "gradientQuaternary"];
2
+ export type FillGradientProps = (typeof fillGradientProps)[number];
3
+ export { fillGradientProps };
@@ -0,0 +1,3 @@
1
+ declare const fillHoverProps: readonly ["accentHoverPrimary", "accentHoverSecondary", "accentHoverTertiary", "accentHoverQuaternary", "specialHoverPrimary", "specialHoverSecondary", "specialHoverTertiary", "specialHoverQuaternary", "extraHoverPrimary", "extraHoverSecondary", "extraHoverTertiary", "extraHoverQuaternary", "surfaceHoverPrimary", "surfaceHoverSecondary", "surfaceHoverTertiary", "surfaceHoverQuaternary", "errorHoverPrimary", "errorHoverSecondary", "errorHoverTertiary", "errorHoverQuaternary", "warningHoverPrimary", "warningHoverSecondary", "warningHoverTertiary", "warningHoverQuaternary", "successHoverPrimary", "successHoverSecondary", "successHoverTertiary", "successHoverQuaternary", "infoHoverPrimary", "infoHoverSecondary", "infoHoverTertiary", "infoHoverQuaternary", "dangerHoverPrimary", "dangerHoverSecondary", "dangerHoverTertiary", "dangerHoverQuaternary", "disabledHoverPrimary", "disabledHoverSecondary", "disabledHoverTertiary", "disabledHoverQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type FillHoverProps = (typeof fillHoverProps)[number];
3
+ export { fillHoverProps };
@@ -0,0 +1,3 @@
1
+ declare const fillPaletteProps: readonly ["alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type FillPaletteProps = (typeof fillPaletteProps)[number];
3
+ export { fillPaletteProps };
@@ -0,0 +1,3 @@
1
+ declare const fillSizeProps: readonly ["10", "12", "14", "16", "20", "24", "32", "40", "60", "64", "144"];
2
+ export type FillSizeProps = (typeof fillSizeProps)[number];
3
+ export { fillSizeProps };
@@ -0,0 +1,6 @@
1
+ export * from './fill';
2
+ export * from './fillActive';
3
+ export * from './fillActiveHover';
4
+ export * from './fillDisabled';
5
+ export * from './fillHover';
6
+ export * from './fillSize';
@@ -0,0 +1,3 @@
1
+ declare const heightProps: readonly ["fixed", "hug", "fill"];
2
+ export type HeightProps = (typeof heightProps)[number];
3
+ export { heightProps };
@@ -0,0 +1 @@
1
+ export * from './height';
@@ -0,0 +1,3 @@
1
+ declare const iconFillProps: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "accentQuaternary", "specialPrimary", "specialSecondary", "specialTertiary", "specialQuaternary", "extraPrimary", "extraSecondary", "extraTertiary", "extraQuaternary", "surfacePrimary", "surfaceSecondary", "surfaceTertiary", "surfaceQuaternary", "errorPrimary", "errorSecondary", "errorTertiary", "errorQuaternary", "warningPrimary", "warningSecondary", "warningTertiary", "warningQuaternary", "successPrimary", "successSecondary", "successTertiary", "successQuaternary", "infoPrimary", "infoSecondary", "infoTertiary", "infoQuaternary", "dangerPrimary", "dangerSecondary", "dangerTertiary", "dangerQuaternary", "disabledPrimary", "disabledSecondary", "disabledTertiary", "disabledQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type IconFillProps = (typeof iconFillProps)[number];
3
+ export { iconFillProps };
@@ -0,0 +1,3 @@
1
+ declare const iconFillActiveProps: readonly ["accentActivePrimary", "accentActiveSecondary", "accentActiveTertiary", "accentActiveQuaternary", "specialActivePrimary", "specialActiveSecondary", "specialActiveTertiary", "specialActiveQuaternary", "extraActivePrimary", "extraActiveSecondary", "extraActiveTertiary", "extraActiveQuaternary", "surfaceActivePrimary", "surfaceActiveSecondary", "surfaceActiveTertiary", "surfaceActiveQuaternary", "errorActivePrimary", "errorActiveSecondary", "errorActiveTertiary", "errorActiveQuaternary", "warningActivePrimary", "warningActiveSecondary", "warningActiveTertiary", "warningActiveQuaternary", "successActivePrimary", "successActiveSecondary", "successActiveTertiary", "successActiveQuaternary", "infoActivePrimary", "infoActiveSecondary", "infoActiveTertiary", "infoActiveQuaternary", "dangerActivePrimary", "dangerActiveSecondary", "dangerActiveTertiary", "dangerActiveQuaternary", "disabledActivePrimary", "disabledActiveSecondary", "disabledActiveTertiary", "disabledActiveQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type IconFillActiveProps = (typeof iconFillActiveProps)[number];
3
+ export { iconFillActiveProps };
@@ -0,0 +1,3 @@
1
+ declare const iconFillActiveHoverProps: readonly ["accentActiveHoverPrimary", "accentActiveHoverSecondary", "accentActiveHoverTertiary", "accentActiveHoverQuaternary", "specialActiveHoverPrimary", "specialActiveHoverSecondary", "specialActiveHoverTertiary", "specialActiveHoverQuaternary", "extraActiveHoverPrimary", "extraActiveHoverSecondary", "extraActiveHoverTertiary", "extraActiveHoverQuaternary", "surfaceActiveHoverPrimary", "surfaceActiveHoverSecondary", "surfaceActiveHoverTertiary", "surfaceActiveHoverQuaternary", "errorActiveHoverPrimary", "errorActiveHoverSecondary", "errorActiveHoverTertiary", "errorActiveHoverQuaternary", "warningActiveHoverPrimary", "warningActiveHoverSecondary", "warningActiveHoverTertiary", "warningActiveHoverQuaternary", "successActiveHoverPrimary", "successActiveHoverSecondary", "successActiveHoverTertiary", "successActiveHoverQuaternary", "infoActiveHoverPrimary", "infoActiveHoverSecondary", "infoActiveHoverTertiary", "infoActiveHoverQuaternary", "dangerActiveHoverPrimary", "dangerActiveHoverSecondary", "dangerActiveHoverTertiary", "dangerActiveHoverQuaternary", "disabledActiveHoverPrimary", "disabledActiveHoverSecondary", "disabledActiveHoverTertiary", "disabledActiveHoverQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type IconFillActiveHoverProps = (typeof iconFillActiveHoverProps)[number];
3
+ export { iconFillActiveHoverProps };
@@ -0,0 +1,3 @@
1
+ declare const iconFillDisabledProps: readonly ["disabledPrimary", "disabledSecondary", "disabledTertiary", "disabledQuaternary", "none"];
2
+ export type IconFillDisabledProps = (typeof iconFillDisabledProps)[number];
3
+ export { iconFillDisabledProps };
@@ -0,0 +1,3 @@
1
+ declare const iconFillHoverProps: readonly ["accentHoverPrimary", "accentHoverSecondary", "accentHoverTertiary", "accentHoverQuaternary", "specialHoverPrimary", "specialHoverSecondary", "specialHoverTertiary", "specialHoverQuaternary", "extraHoverPrimary", "extraHoverSecondary", "extraHoverTertiary", "extraHoverQuaternary", "surfaceHoverPrimary", "surfaceHoverSecondary", "surfaceHoverTertiary", "surfaceHoverQuaternary", "errorHoverPrimary", "errorHoverSecondary", "errorHoverTertiary", "errorHoverQuaternary", "warningHoverPrimary", "warningHoverSecondary", "warningHoverTertiary", "warningHoverQuaternary", "successHoverPrimary", "successHoverSecondary", "successHoverTertiary", "successHoverQuaternary", "infoHoverPrimary", "infoHoverSecondary", "infoHoverTertiary", "infoHoverQuaternary", "dangerHoverPrimary", "dangerHoverSecondary", "dangerHoverTertiary", "dangerHoverQuaternary", "disabledHoverPrimary", "disabledHoverSecondary", "disabledHoverTertiary", "disabledHoverQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type IconFillHoverProps = (typeof iconFillHoverProps)[number];
3
+ export { iconFillHoverProps };
@@ -0,0 +1,3 @@
1
+ declare const iconFillItemProps: readonly ["accentItemPrimary", "accentItemSecondary", "accentItemTertiary", "accentItemQuaternary", "specialItemPrimary", "specialItemSecondary", "specialItemTertiary", "specialItemQuaternary", "extraItemPrimary", "extraItemSecondary", "extraItemTertiary", "extraItemQuaternary", "surfaceItemPrimary", "surfaceItemSecondary", "surfaceItemTertiary", "surfaceItemQuaternary", "errorItemPrimary", "errorItemSecondary", "errorItemTertiary", "errorItemQuaternary", "warningItemPrimary", "warningItemSecondary", "warningItemTertiary", "warningItemQuaternary", "successItemPrimary", "successItemSecondary", "successItemTertiary", "successItemQuaternary", "infoItemPrimary", "infoItemSecondary", "infoItemTertiary", "infoItemQuaternary", "dangerItemPrimary", "dangerItemSecondary", "dangerItemTertiary", "dangerItemQuaternary", "disabledItemPrimary", "disabledItemSecondary", "disabledItemTertiary", "disabledItemQuaternary", "none", "alaskan-blue", "alto", "antique-white", "apricot", "athens-gray", "azure", "beryl", "black", "blue", "blue-cobalt", "blue-horizon", "cactus", "camel", "camellia", "canary-yellow", "cerulean", "clementine", "coastal-gray", "cocoa", "cream", "cyprus-green", "dark-green", "dark-olive", "dark-teal", "deep-navy", "delft-blue", "denim-blue", "dragon-fruit", "flamingo", "flash", "flash-light", "gold", "grapefruit", "green", "indigo", "khaki", "kumquat", "lavender", "lavender-gray", "lemon-cream", "light-blue", "light-orange", "lilac", "linen-blue", "mellow-yellow", "midnight-blue", "mint", "mist-blue", "northern-blue", "ocean-blue", "orange", "pacific-green", "papaya", "peach", "pebble", "pine-green", "pink-sand", "plum", "pollen", "pomegranate", "purple", "red-rose", "rose-gold", "sea-foam", "soft-white", "sonic-silver", "spearmint", "stone", "storm-gray", "surf-blue", "turquoise", "ultra-violet", "vintage-rose", "walnut", "white", "yellow-gold", "electric-pink", "hibiscus", "neon-pink", "pink", "pink-citrus", "red"];
2
+ export type IconFillItemProps = (typeof iconFillItemProps)[number];
3
+ export { iconFillItemProps };
@@ -0,0 +1,4 @@
1
+ declare const iconFillSizeProps: readonly ["12", "14", "16", "20", "24", "32", "40", "48"];
2
+ type IconFillSizeProps = (typeof iconFillSizeProps)[number];
3
+ export { iconFillSizeProps };
4
+ export type { IconFillSizeProps };
@@ -0,0 +1,4 @@
1
+ declare const iconSizeProps: readonly ["12", "14", "16", "20", "24", "32", "40", "48", "56", "60", "64", "72", "80", "96", "112", "144"];
2
+ type IconSizeProps = (typeof iconSizeProps)[number];
3
+ export { iconSizeProps };
4
+ export type { IconSizeProps };
@@ -0,0 +1,8 @@
1
+ export * from './iconFill';
2
+ export * from './iconFillActive';
3
+ export * from './iconFillActiveHover';
4
+ export * from './iconFillDisabled';
5
+ export * from './iconFillHover';
6
+ export * from './iconFillItem';
7
+ export * from './iconFillSize';
8
+ export * from './iconSize';
@@ -0,0 +1,31 @@
1
+ export * from './align';
2
+ export * from './alignment';
3
+ export * from './appearance';
4
+ export * from './blur';
5
+ export * from './border';
6
+ export * from './centering';
7
+ export * from './colors';
8
+ export * from './common';
9
+ export * from './direction';
10
+ export * from './elevation';
11
+ export * from './fill';
12
+ export * from './height';
13
+ export * from './icon';
14
+ export * from './item';
15
+ export * from './justifyContent';
16
+ export * from './opacity';
17
+ export * from './option';
18
+ export * from './overlay';
19
+ export * from './position';
20
+ export * from './resizeMode';
21
+ export * from './shape';
22
+ export * from './size';
23
+ export * from './stacking';
24
+ export * from './state';
25
+ export * from './style';
26
+ export * from './svgFill';
27
+ export * from './text';
28
+ export * from './title';
29
+ export * from './underline';
30
+ export * from './width';
31
+ export * from './wrap';
@@ -0,0 +1 @@
1
+ export * from './itemFill';
@@ -0,0 +1,3 @@
1
+ declare const itemFillProps: readonly ["accentItemPrimary", "accentItemSecondary", "accentItemTertiary", "accentItemQuaternary", "specialItemPrimary", "specialItemSecondary", "specialItemTertiary", "specialItemQuaternary", "extraItemPrimary", "extraItemSecondary", "extraItemTertiary", "extraItemQuaternary", "surfaceItemPrimary", "surfaceItemSecondary", "surfaceItemTertiary", "surfaceItemQuaternary", "errorItemPrimary", "errorItemSecondary", "errorItemTertiary", "errorItemQuaternary", "warningItemPrimary", "warningItemSecondary", "warningItemTertiary", "warningItemQuaternary", "successItemPrimary", "successItemSecondary", "successItemTertiary", "successItemQuaternary", "infoItemPrimary", "infoItemSecondary", "infoItemTertiary", "infoItemQuaternary", "dangerItemPrimary", "dangerItemSecondary", "dangerItemTertiary", "dangerItemQuaternary", "disabledItemPrimary", "disabledItemSecondary", "disabledItemTertiary", "disabledItemQuaternary", "none"];
2
+ export type ItemFillProps = (typeof itemFillProps)[number];
3
+ export { itemFillProps };
@@ -0,0 +1 @@
1
+ export * from './justifyContent';
@@ -0,0 +1,3 @@
1
+ declare const justifyContentProps: readonly ["center", "flex-end", "flex-start", "flexEnd", "flexStart", "space-around", "space-between", "space-evenly", "spaceAround", "spaceBetween", "spaceEvenly"];
2
+ export type JustifyContentProps = (typeof justifyContentProps)[number];
3
+ export { justifyContentProps };
@@ -0,0 +1 @@
1
+ export * from './opacity';
@@ -0,0 +1,3 @@
1
+ declare const opacityProps: readonly ["0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "75", "80", "85", "90", "95", "100"];
2
+ export type OpacityProps = (typeof opacityProps)[number];
3
+ export { opacityProps };
@@ -0,0 +1 @@
1
+ export * from './option';
@@ -5,10 +5,9 @@
5
5
  * `value` — the underlying value associated with this option (e.g., id, key).
6
6
  */
7
7
  type Option = {
8
- label: string
9
- value: string
10
- }
11
-
8
+ label: string;
9
+ value: string;
10
+ };
12
11
  /**
13
12
  * A customizable version of `Option` that can be extended with additional fields.
14
13
  *
@@ -24,6 +23,5 @@ type Option = {
24
23
  * ];
25
24
  * ```
26
25
  */
27
- type CustomOption<T = unknown> = Readonly<Option & T>
28
-
29
- export type { Option, CustomOption }
26
+ type CustomOption<T = unknown> = Readonly<Option & T>;
27
+ export type { Option, CustomOption };
@@ -0,0 +1 @@
1
+ export * from './overlayFill';
@@ -0,0 +1,3 @@
1
+ declare const overlayFillProps: readonly ["blackout", "blur"];
2
+ export type OverlayFillProps = (typeof overlayFillProps)[number];
3
+ export { overlayFillProps };
@@ -0,0 +1 @@
1
+ export * from './position';
@@ -0,0 +1,3 @@
1
+ declare const positionProps: readonly ["static", "absolute", "relative", "fixed", "inherit"];
2
+ export type PositionProps = (typeof positionProps)[number];
3
+ export { positionProps };
@@ -0,0 +1 @@
1
+ export * from './resizeMode';
@@ -0,0 +1,3 @@
1
+ declare const resizeModeProps: readonly ["cover", "contain", "stretch", "center"];
2
+ export type ResizeModeProps = (typeof resizeModeProps)[number];
3
+ export { resizeModeProps };
@@ -0,0 +1,2 @@
1
+ export * from './shape';
2
+ export * from './shapeStrength';
@@ -0,0 +1,4 @@
1
+ declare const shapeProps: readonly ["geometric", "circular", "rounded"];
2
+ type ShapeProps = (typeof shapeProps)[number];
3
+ export { shapeProps };
4
+ export type { ShapeProps };
@@ -0,0 +1,4 @@
1
+ declare const shapeStrengthProps: readonly ["0_5m", "1m", "1_5m", "2m"];
2
+ type ShapeStrengthProps = (typeof shapeStrengthProps)[number];
3
+ export { shapeStrengthProps };
4
+ export type { ShapeStrengthProps };
@@ -0,0 +1,3 @@
1
+ export * from './size';
2
+ export * from './sizePX';
3
+ export * from './sizeHeading';
@@ -0,0 +1,4 @@
1
+ declare const sizeProps: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
2
+ type SizeProps = (typeof sizeProps)[number];
3
+ export { sizeProps };
4
+ export type { SizeProps };