@cube-dev/ui-kit 0.118.0 → 0.119.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 (1012) hide show
  1. package/dist/CHANGELOG.md +18 -0
  2. package/dist/_internal/hooks/use-chained-callback.js +1 -1
  3. package/dist/_internal/hooks/use-debounced-value.js +1 -1
  4. package/dist/_internal/hooks/use-deprecation-warning.js +1 -1
  5. package/dist/_internal/hooks/use-event.js +1 -1
  6. package/dist/_internal/hooks/use-is-first-render.js +1 -1
  7. package/dist/_internal/hooks/use-sync-ref.js +1 -1
  8. package/dist/_internal/hooks/use-timer/timer.js +1 -1
  9. package/dist/_internal/hooks/use-timer/use-timer.js +1 -1
  10. package/dist/_internal/hooks/use-warn.js +1 -1
  11. package/dist/components/Block.d.ts +1 -2
  12. package/dist/components/Block.js +2 -5
  13. package/dist/components/Block.js.map +1 -1
  14. package/dist/components/CollectionItem.js +1 -1
  15. package/dist/components/GlobalStyles.js +2 -3
  16. package/dist/components/GlobalStyles.js.map +1 -1
  17. package/dist/components/GridProvider.d.ts +1 -2
  18. package/dist/components/GridProvider.js +2 -3
  19. package/dist/components/GridProvider.js.map +1 -1
  20. package/dist/components/HiddenInput.js +2 -2
  21. package/dist/components/HiddenInput.js.map +1 -1
  22. package/dist/components/Root.d.ts +1 -2
  23. package/dist/components/Root.js +2 -6
  24. package/dist/components/Root.js.map +1 -1
  25. package/dist/components/actions/Action/Action.d.ts +1 -2
  26. package/dist/components/actions/Action/Action.js +2 -4
  27. package/dist/components/actions/Action/Action.js.map +1 -1
  28. package/dist/components/actions/Banner/Banner.js +2 -2
  29. package/dist/components/actions/Banner/Banner.js.map +1 -1
  30. package/dist/components/actions/Button/Button.d.ts +3 -1769
  31. package/dist/components/actions/Button/Button.js +2 -4
  32. package/dist/components/actions/Button/Button.js.map +1 -1
  33. package/dist/components/actions/ButtonGroup/ButtonGroup.js +2 -2
  34. package/dist/components/actions/ButtonGroup/ButtonGroup.js.map +1 -1
  35. package/dist/components/actions/CommandMenu/CommandMenu.d.ts +1 -3
  36. package/dist/components/actions/CommandMenu/CommandMenu.js +2 -4
  37. package/dist/components/actions/CommandMenu/CommandMenu.js.map +1 -1
  38. package/dist/components/actions/CommandMenu/styled.js +3 -3
  39. package/dist/components/actions/CommandMenu/styled.js.map +1 -1
  40. package/dist/components/actions/ItemAction/ItemAction.d.ts +1 -3
  41. package/dist/components/actions/ItemAction/ItemAction.js +2 -2
  42. package/dist/components/actions/ItemAction/ItemAction.js.map +1 -1
  43. package/dist/components/actions/ItemActionContext.js +1 -1
  44. package/dist/components/actions/ItemButton/ItemButton.d.ts +1 -2
  45. package/dist/components/actions/ItemButton/ItemButton.js +2 -2
  46. package/dist/components/actions/ItemButton/ItemButton.js.map +1 -1
  47. package/dist/components/actions/Link/Link.js +1 -1
  48. package/dist/components/actions/Menu/Menu.d.ts +1 -3
  49. package/dist/components/actions/Menu/Menu.js +2 -4
  50. package/dist/components/actions/Menu/Menu.js.map +1 -1
  51. package/dist/components/actions/Menu/MenuItem.d.ts +1 -2
  52. package/dist/components/actions/Menu/MenuItem.js +1 -1
  53. package/dist/components/actions/Menu/MenuItem.js.map +1 -1
  54. package/dist/components/actions/Menu/MenuSection.d.ts +1 -2
  55. package/dist/components/actions/Menu/MenuSection.js +1 -1
  56. package/dist/components/actions/Menu/MenuSection.js.map +1 -1
  57. package/dist/components/actions/Menu/MenuTrigger.js +1 -1
  58. package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
  59. package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
  60. package/dist/components/actions/Menu/context.js +1 -1
  61. package/dist/components/actions/Menu/styled.js +2 -2
  62. package/dist/components/actions/Menu/styled.js.map +1 -1
  63. package/dist/components/actions/index.js +1 -1
  64. package/dist/components/actions/use-action.d.ts +1 -2
  65. package/dist/components/actions/use-action.js +2 -2
  66. package/dist/components/actions/use-action.js.map +1 -1
  67. package/dist/components/actions/use-anchored-menu.js +1 -1
  68. package/dist/components/actions/use-context-menu.js +1 -1
  69. package/dist/components/content/ActiveZone/ActiveZone.d.ts +1 -2
  70. package/dist/components/content/ActiveZone/ActiveZone.js +2 -5
  71. package/dist/components/content/ActiveZone/ActiveZone.js.map +1 -1
  72. package/dist/components/content/Alert/Alert.js +2 -2
  73. package/dist/components/content/Alert/Alert.js.map +1 -1
  74. package/dist/components/content/Alert/types.d.ts +1 -2
  75. package/dist/components/content/Alert/use-alert.js +2 -4
  76. package/dist/components/content/Alert/use-alert.js.map +1 -1
  77. package/dist/components/content/Avatar/Avatar.d.ts +1 -3
  78. package/dist/components/content/Avatar/Avatar.js +2 -5
  79. package/dist/components/content/Avatar/Avatar.js.map +1 -1
  80. package/dist/components/content/Badge/Badge.js +2 -2
  81. package/dist/components/content/Badge/Badge.js.map +1 -1
  82. package/dist/components/content/Card/Card.d.ts +1 -2
  83. package/dist/components/content/Card/Card.js +2 -5
  84. package/dist/components/content/Card/Card.js.map +1 -1
  85. package/dist/components/content/Content.d.ts +1 -2
  86. package/dist/components/content/Content.js +2 -5
  87. package/dist/components/content/Content.js.map +1 -1
  88. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.d.ts +1 -3
  89. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +2 -4
  90. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js.map +1 -1
  91. package/dist/components/content/CopySnippet/CopySnippet.js +2 -2
  92. package/dist/components/content/CopySnippet/CopySnippet.js.map +1 -1
  93. package/dist/components/content/Disclosure/Disclosure.d.ts +1 -3
  94. package/dist/components/content/Disclosure/Disclosure.js +2 -4
  95. package/dist/components/content/Disclosure/Disclosure.js.map +1 -1
  96. package/dist/components/content/Divider.d.ts +1 -2
  97. package/dist/components/content/Divider.js +2 -4
  98. package/dist/components/content/Divider.js.map +1 -1
  99. package/dist/components/content/Footer.d.ts +1 -2
  100. package/dist/components/content/Footer.js +2 -5
  101. package/dist/components/content/Footer.js.map +1 -1
  102. package/dist/components/content/Header.d.ts +1 -2
  103. package/dist/components/content/Header.js +2 -5
  104. package/dist/components/content/Header.js.map +1 -1
  105. package/dist/components/content/HotKeys/HotKeys.d.ts +1 -2
  106. package/dist/components/content/HotKeys/HotKeys.js +2 -5
  107. package/dist/components/content/HotKeys/HotKeys.js.map +1 -1
  108. package/dist/components/content/Item/Item.d.ts +1 -3
  109. package/dist/components/content/Item/Item.js +2 -3
  110. package/dist/components/content/Item/Item.js.map +1 -1
  111. package/dist/components/content/ItemBadge/ItemBadge.d.ts +1 -2
  112. package/dist/components/content/ItemBadge/ItemBadge.js +2 -2
  113. package/dist/components/content/ItemBadge/ItemBadge.js.map +1 -1
  114. package/dist/components/content/Layout/GridLayout.d.ts +1 -2
  115. package/dist/components/content/Layout/GridLayout.js +2 -2
  116. package/dist/components/content/Layout/GridLayout.js.map +1 -1
  117. package/dist/components/content/Layout/Layout.d.ts +1 -3
  118. package/dist/components/content/Layout/Layout.js +3 -7
  119. package/dist/components/content/Layout/Layout.js.map +1 -1
  120. package/dist/components/content/Layout/LayoutBlock.js +2 -2
  121. package/dist/components/content/Layout/LayoutBlock.js.map +1 -1
  122. package/dist/components/content/Layout/LayoutCenter.js +2 -2
  123. package/dist/components/content/Layout/LayoutCenter.js.map +1 -1
  124. package/dist/components/content/Layout/LayoutContainer.d.ts +1 -3
  125. package/dist/components/content/Layout/LayoutContainer.js +2 -6
  126. package/dist/components/content/Layout/LayoutContainer.js.map +1 -1
  127. package/dist/components/content/Layout/LayoutContent.d.ts +1 -2
  128. package/dist/components/content/Layout/LayoutContent.js +2 -6
  129. package/dist/components/content/Layout/LayoutContent.js.map +1 -1
  130. package/dist/components/content/Layout/LayoutContext.js +1 -1
  131. package/dist/components/content/Layout/LayoutFlex.js +2 -2
  132. package/dist/components/content/Layout/LayoutFlex.js.map +1 -1
  133. package/dist/components/content/Layout/LayoutFooter.js +2 -2
  134. package/dist/components/content/Layout/LayoutFooter.js.map +1 -1
  135. package/dist/components/content/Layout/LayoutGrid.d.ts +1 -2
  136. package/dist/components/content/Layout/LayoutGrid.js +2 -2
  137. package/dist/components/content/Layout/LayoutGrid.js.map +1 -1
  138. package/dist/components/content/Layout/LayoutHeader.js +2 -2
  139. package/dist/components/content/Layout/LayoutHeader.js.map +1 -1
  140. package/dist/components/content/Layout/LayoutPane.d.ts +1 -3
  141. package/dist/components/content/Layout/LayoutPane.js +2 -6
  142. package/dist/components/content/Layout/LayoutPane.js.map +1 -1
  143. package/dist/components/content/Layout/LayoutPanel.d.ts +1 -3
  144. package/dist/components/content/Layout/LayoutPanel.js +2 -6
  145. package/dist/components/content/Layout/LayoutPanel.js.map +1 -1
  146. package/dist/components/content/Layout/LayoutPanelHeader.d.ts +1 -2
  147. package/dist/components/content/Layout/LayoutPanelHeader.js +2 -4
  148. package/dist/components/content/Layout/LayoutPanelHeader.js.map +1 -1
  149. package/dist/components/content/Layout/LayoutToolbar.js +2 -2
  150. package/dist/components/content/Layout/LayoutToolbar.js.map +1 -1
  151. package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
  152. package/dist/components/content/Layout/index.js +1 -1
  153. package/dist/components/content/Layout/utils.js +1 -1
  154. package/dist/components/content/Paragraph.d.ts +1 -2
  155. package/dist/components/content/Paragraph.js +2 -3
  156. package/dist/components/content/Paragraph.js.map +1 -1
  157. package/dist/components/content/Placeholder/Placeholder.d.ts +1 -3
  158. package/dist/components/content/Placeholder/Placeholder.js +2 -6
  159. package/dist/components/content/Placeholder/Placeholder.js.map +1 -1
  160. package/dist/components/content/PrismCode/PrismCode.d.ts +1 -3
  161. package/dist/components/content/PrismCode/PrismCode.js +2 -3
  162. package/dist/components/content/PrismCode/PrismCode.js.map +1 -1
  163. package/dist/components/content/PrismCode/prismSetup.js +1 -1
  164. package/dist/components/content/PrismDiffCode/PrismDiffCode.d.ts +1 -3
  165. package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
  166. package/dist/components/content/PrismDiffCode/PrismDiffCode.js.map +1 -1
  167. package/dist/components/content/Result/Result.d.ts +1 -2
  168. package/dist/components/content/Result/Result.js +2 -5
  169. package/dist/components/content/Result/Result.js.map +1 -1
  170. package/dist/components/content/Skeleton/Skeleton.d.ts +1 -2
  171. package/dist/components/content/Skeleton/Skeleton.js +1 -1
  172. package/dist/components/content/Skeleton/Skeleton.js.map +1 -1
  173. package/dist/components/content/Tag/Tag.d.ts +1 -2
  174. package/dist/components/content/Tag/Tag.js +2 -2
  175. package/dist/components/content/Tag/Tag.js.map +1 -1
  176. package/dist/components/content/Text.d.ts +128 -159
  177. package/dist/components/content/Text.js +2 -5
  178. package/dist/components/content/Text.js.map +1 -1
  179. package/dist/components/content/TextItem/TextItem.d.ts +1 -2
  180. package/dist/components/content/TextItem/TextItem.js +2 -5
  181. package/dist/components/content/TextItem/TextItem.js.map +1 -1
  182. package/dist/components/content/Title.d.ts +1 -2
  183. package/dist/components/content/Title.js +2 -5
  184. package/dist/components/content/Title.js.map +1 -1
  185. package/dist/components/content/highlightText.js +1 -1
  186. package/dist/components/content/highlightText.js.map +1 -1
  187. package/dist/components/content/use-auto-tooltip.d.ts +1 -1
  188. package/dist/components/content/use-auto-tooltip.js +1 -1
  189. package/dist/components/content/use-auto-tooltip.js.map +1 -1
  190. package/dist/components/fields/Checkbox/Checkbox.d.ts +1 -3
  191. package/dist/components/fields/Checkbox/Checkbox.js +2 -5
  192. package/dist/components/fields/Checkbox/Checkbox.js.map +1 -1
  193. package/dist/components/fields/Checkbox/CheckboxGroup.d.ts +1 -3
  194. package/dist/components/fields/Checkbox/CheckboxGroup.js +2 -4
  195. package/dist/components/fields/Checkbox/CheckboxGroup.js.map +1 -1
  196. package/dist/components/fields/Checkbox/context.js +1 -1
  197. package/dist/components/fields/ComboBox/ComboBox.d.ts +1 -3
  198. package/dist/components/fields/ComboBox/ComboBox.js +2 -4
  199. package/dist/components/fields/ComboBox/ComboBox.js.map +1 -1
  200. package/dist/components/fields/DatePicker/DateInput.d.ts +1 -3
  201. package/dist/components/fields/DatePicker/DateInput.js +2 -3
  202. package/dist/components/fields/DatePicker/DateInput.js.map +1 -1
  203. package/dist/components/fields/DatePicker/DateInputBase.js +2 -4
  204. package/dist/components/fields/DatePicker/DateInputBase.js.map +1 -1
  205. package/dist/components/fields/DatePicker/DatePicker.d.ts +1 -3
  206. package/dist/components/fields/DatePicker/DatePicker.js +2 -3
  207. package/dist/components/fields/DatePicker/DatePicker.js.map +1 -1
  208. package/dist/components/fields/DatePicker/DatePickerButton.js +2 -2
  209. package/dist/components/fields/DatePicker/DatePickerButton.js.map +1 -1
  210. package/dist/components/fields/DatePicker/DatePickerElement.js +2 -2
  211. package/dist/components/fields/DatePicker/DatePickerElement.js.map +1 -1
  212. package/dist/components/fields/DatePicker/DatePickerInput.js +2 -2
  213. package/dist/components/fields/DatePicker/DatePickerInput.js.map +1 -1
  214. package/dist/components/fields/DatePicker/DatePickerSegment.js +2 -2
  215. package/dist/components/fields/DatePicker/DatePickerSegment.js.map +1 -1
  216. package/dist/components/fields/DatePicker/DateRangePicker.d.ts +1 -3
  217. package/dist/components/fields/DatePicker/DateRangePicker.js +2 -4
  218. package/dist/components/fields/DatePicker/DateRangePicker.js.map +1 -1
  219. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.d.ts +1 -3
  220. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +2 -4
  221. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js.map +1 -1
  222. package/dist/components/fields/DatePicker/TimeInput.d.ts +1 -3
  223. package/dist/components/fields/DatePicker/TimeInput.js +2 -3
  224. package/dist/components/fields/DatePicker/TimeInput.js.map +1 -1
  225. package/dist/components/fields/DatePicker/intl.js +1 -1
  226. package/dist/components/fields/DatePicker/parseDate.js +1 -1
  227. package/dist/components/fields/DatePicker/props.js +1 -1
  228. package/dist/components/fields/DatePicker/utils.js +1 -1
  229. package/dist/components/fields/FileInput/FileInput.d.ts +1 -3
  230. package/dist/components/fields/FileInput/FileInput.js +2 -4
  231. package/dist/components/fields/FileInput/FileInput.js.map +1 -1
  232. package/dist/components/fields/FilterListBox/FilterListBox.d.ts +1 -2
  233. package/dist/components/fields/FilterListBox/FilterListBox.js +5 -7
  234. package/dist/components/fields/FilterListBox/FilterListBox.js.map +1 -1
  235. package/dist/components/fields/FilterPicker/FilterPicker.d.ts +1 -3
  236. package/dist/components/fields/FilterPicker/FilterPicker.js +2 -5
  237. package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
  238. package/dist/components/fields/Input/Input.js +1 -1
  239. package/dist/components/fields/ListBox/ListBox.d.ts +1 -3
  240. package/dist/components/fields/ListBox/ListBox.js +2 -5
  241. package/dist/components/fields/ListBox/ListBox.js.map +1 -1
  242. package/dist/components/fields/NumberInput/NumberInput.js +2 -2
  243. package/dist/components/fields/NumberInput/NumberInput.js.map +1 -1
  244. package/dist/components/fields/NumberInput/StepButton.js +2 -2
  245. package/dist/components/fields/NumberInput/StepButton.js.map +1 -1
  246. package/dist/components/fields/PasswordInput/PasswordInput.js +1 -1
  247. package/dist/components/fields/Picker/Picker.d.ts +1 -3
  248. package/dist/components/fields/Picker/Picker.js +2 -5
  249. package/dist/components/fields/Picker/Picker.js.map +1 -1
  250. package/dist/components/fields/RadioGroup/Radio.d.ts +1 -2
  251. package/dist/components/fields/RadioGroup/Radio.js +2 -5
  252. package/dist/components/fields/RadioGroup/Radio.js.map +1 -1
  253. package/dist/components/fields/RadioGroup/RadioGroup.d.ts +1 -3
  254. package/dist/components/fields/RadioGroup/RadioGroup.js +2 -4
  255. package/dist/components/fields/RadioGroup/RadioGroup.js.map +1 -1
  256. package/dist/components/fields/RadioGroup/context.js +1 -1
  257. package/dist/components/fields/SearchInput/SearchInput.js +1 -1
  258. package/dist/components/fields/Select/Select.d.ts +834 -836
  259. package/dist/components/fields/Select/Select.js +2 -4
  260. package/dist/components/fields/Select/Select.js.map +1 -1
  261. package/dist/components/fields/Slider/Gradation.js +1 -1
  262. package/dist/components/fields/Slider/HueSlider.js +1 -1
  263. package/dist/components/fields/Slider/HueSlider.js.map +1 -1
  264. package/dist/components/fields/Slider/RangeSlider.js +1 -1
  265. package/dist/components/fields/Slider/Slider.d.ts +1 -3
  266. package/dist/components/fields/Slider/Slider.js +2 -3
  267. package/dist/components/fields/Slider/Slider.js.map +1 -1
  268. package/dist/components/fields/Slider/SliderBase.js +2 -4
  269. package/dist/components/fields/Slider/SliderBase.js.map +1 -1
  270. package/dist/components/fields/Slider/SliderThumb.js +1 -1
  271. package/dist/components/fields/Slider/SliderThumb.js.map +1 -1
  272. package/dist/components/fields/Slider/SliderTrack.js +1 -1
  273. package/dist/components/fields/Slider/SliderTrack.js.map +1 -1
  274. package/dist/components/fields/Slider/elements.js +2 -2
  275. package/dist/components/fields/Slider/elements.js.map +1 -1
  276. package/dist/components/fields/Slider/index.js +1 -1
  277. package/dist/components/fields/Slider/types.d.ts +1 -3
  278. package/dist/components/fields/Switch/Switch.d.ts +1 -3
  279. package/dist/components/fields/Switch/Switch.js +2 -4
  280. package/dist/components/fields/Switch/Switch.js.map +1 -1
  281. package/dist/components/fields/TextArea/TextArea.js +1 -1
  282. package/dist/components/fields/TextInput/TextInput.js +1 -1
  283. package/dist/components/fields/TextInput/TextInputBase.d.ts +1 -3
  284. package/dist/components/fields/TextInput/TextInputBase.js +3 -5
  285. package/dist/components/fields/TextInput/TextInputBase.js.map +1 -1
  286. package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
  287. package/dist/components/form/FieldWrapper/FieldWrapper.js +2 -2
  288. package/dist/components/form/FieldWrapper/FieldWrapper.js.map +1 -1
  289. package/dist/components/form/FieldWrapper/extract-field-wrapper-props.js +1 -1
  290. package/dist/components/form/FieldWrapper/types.d.ts +1 -3
  291. package/dist/components/form/Form/Field.d.ts +1 -2
  292. package/dist/components/form/Form/Field.js +1 -1
  293. package/dist/components/form/Form/Field.js.map +1 -1
  294. package/dist/components/form/Form/Form.d.ts +1 -3
  295. package/dist/components/form/Form/Form.js +2 -5
  296. package/dist/components/form/Form/Form.js.map +1 -1
  297. package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
  298. package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
  299. package/dist/components/form/Form/SubmitError.js +1 -1
  300. package/dist/components/form/Form/index.js +1 -1
  301. package/dist/components/form/Form/use-field/use-field-props.js +1 -1
  302. package/dist/components/form/Form/use-field/use-field.js +1 -1
  303. package/dist/components/form/Form/use-form.js +2 -2
  304. package/dist/components/form/Form/use-form.js.map +1 -1
  305. package/dist/components/form/Form/validation.js +1 -1
  306. package/dist/components/form/Label.d.ts +1 -3
  307. package/dist/components/form/Label.js +2 -5
  308. package/dist/components/form/Label.js.map +1 -1
  309. package/dist/components/form/wrapper.d.ts +1 -2
  310. package/dist/components/form/wrapper.js +1 -1
  311. package/dist/components/form/wrapper.js.map +1 -1
  312. package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
  313. package/dist/components/helpers/IconSwitch/IconSwitch.js +2 -2
  314. package/dist/components/helpers/IconSwitch/IconSwitch.js.map +1 -1
  315. package/dist/components/layout/Flex.d.ts +1 -2
  316. package/dist/components/layout/Flex.js +2 -5
  317. package/dist/components/layout/Flex.js.map +1 -1
  318. package/dist/components/layout/Flow.d.ts +1 -2
  319. package/dist/components/layout/Flow.js +2 -5
  320. package/dist/components/layout/Flow.js.map +1 -1
  321. package/dist/components/layout/Grid.d.ts +1 -2
  322. package/dist/components/layout/Grid.js +2 -5
  323. package/dist/components/layout/Grid.js.map +1 -1
  324. package/dist/components/layout/Panel.d.ts +1 -3
  325. package/dist/components/layout/Panel.js +2 -3
  326. package/dist/components/layout/Panel.js.map +1 -1
  327. package/dist/components/layout/Prefix.d.ts +1 -2
  328. package/dist/components/layout/Prefix.js +2 -5
  329. package/dist/components/layout/Prefix.js.map +1 -1
  330. package/dist/components/layout/ResizablePanel.d.ts +1 -2
  331. package/dist/components/layout/ResizablePanel.js +2 -2
  332. package/dist/components/layout/ResizablePanel.js.map +1 -1
  333. package/dist/components/layout/Space.d.ts +1 -2
  334. package/dist/components/layout/Space.js +2 -5
  335. package/dist/components/layout/Space.js.map +1 -1
  336. package/dist/components/layout/Suffix.d.ts +1 -2
  337. package/dist/components/layout/Suffix.js +2 -5
  338. package/dist/components/layout/Suffix.js.map +1 -1
  339. package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
  340. package/dist/components/navigation/Tabs/EditableTitle.js +1 -1
  341. package/dist/components/navigation/Tabs/TabButton.js +1 -1
  342. package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
  343. package/dist/components/navigation/Tabs/TabPanel.js +1 -1
  344. package/dist/components/navigation/Tabs/TabPanel.js.map +1 -1
  345. package/dist/components/navigation/Tabs/TabPicker.js +1 -1
  346. package/dist/components/navigation/Tabs/Tabs.js +2 -4
  347. package/dist/components/navigation/Tabs/Tabs.js.map +1 -1
  348. package/dist/components/navigation/Tabs/TabsAction.js +2 -2
  349. package/dist/components/navigation/Tabs/TabsAction.js.map +1 -1
  350. package/dist/components/navigation/Tabs/TabsContext.js +1 -1
  351. package/dist/components/navigation/Tabs/styled.js +2 -2
  352. package/dist/components/navigation/Tabs/styled.js.map +1 -1
  353. package/dist/components/navigation/Tabs/types.d.ts +1 -3
  354. package/dist/components/navigation/Tabs/types.js +1 -1
  355. package/dist/components/navigation/Tabs/types.js.map +1 -1
  356. package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
  357. package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
  358. package/dist/components/organisms/FileTabs/FileTabs.d.ts +1 -2
  359. package/dist/components/organisms/FileTabs/FileTabs.js +2 -2
  360. package/dist/components/organisms/FileTabs/FileTabs.js.map +1 -1
  361. package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
  362. package/dist/components/other/Calendar/Calendar.js +2 -2
  363. package/dist/components/other/Calendar/Calendar.js.map +1 -1
  364. package/dist/components/other/Calendar/CalendarCell.js +2 -2
  365. package/dist/components/other/Calendar/CalendarCell.js.map +1 -1
  366. package/dist/components/other/Calendar/CalendarGrid.js +2 -2
  367. package/dist/components/other/Calendar/CalendarGrid.js.map +1 -1
  368. package/dist/components/other/Calendar/RangeCalendar.js +2 -2
  369. package/dist/components/other/Calendar/RangeCalendar.js.map +1 -1
  370. package/dist/components/other/CloudLogo/CloudLogo.js +2 -2
  371. package/dist/components/other/CloudLogo/CloudLogo.js.map +1 -1
  372. package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
  373. package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
  374. package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
  375. package/dist/components/overlays/AlertDialog/types.d.ts +1 -1
  376. package/dist/components/overlays/Dialog/Dialog.d.ts +1 -3
  377. package/dist/components/overlays/Dialog/Dialog.js +2 -4
  378. package/dist/components/overlays/Dialog/Dialog.js.map +1 -1
  379. package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
  380. package/dist/components/overlays/Dialog/DialogForm.js +1 -1
  381. package/dist/components/overlays/Dialog/DialogTrigger.d.ts +1 -2
  382. package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
  383. package/dist/components/overlays/Dialog/DialogTrigger.js.map +1 -1
  384. package/dist/components/overlays/Dialog/context.js +1 -1
  385. package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
  386. package/dist/components/overlays/Modal/Modal.d.ts +3 -2
  387. package/dist/components/overlays/Modal/Modal.js +2 -2
  388. package/dist/components/overlays/Modal/Modal.js.map +1 -1
  389. package/dist/components/overlays/Modal/OpenTransition.js +1 -1
  390. package/dist/components/overlays/Modal/Overlay.d.ts +1 -0
  391. package/dist/components/overlays/Modal/Overlay.js +1 -1
  392. package/dist/components/overlays/Modal/Overlay.js.map +1 -1
  393. package/dist/components/overlays/Modal/Popover.d.ts +1 -1
  394. package/dist/components/overlays/Modal/Popover.js +2 -2
  395. package/dist/components/overlays/Modal/Popover.js.map +1 -1
  396. package/dist/components/overlays/Modal/Tray.d.ts +1 -1
  397. package/dist/components/overlays/Modal/Tray.js +2 -2
  398. package/dist/components/overlays/Modal/Tray.js.map +1 -1
  399. package/dist/components/overlays/Modal/Underlay.js +2 -2
  400. package/dist/components/overlays/Modal/Underlay.js.map +1 -1
  401. package/dist/components/overlays/Notifications/Notification.js +1 -1
  402. package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
  403. package/dist/components/overlays/Notifications/NotificationCard.js +2 -2
  404. package/dist/components/overlays/Notifications/NotificationCard.js.map +1 -1
  405. package/dist/components/overlays/Notifications/NotificationContext.d.ts +2 -0
  406. package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
  407. package/dist/components/overlays/Notifications/NotificationItem.js +2 -2
  408. package/dist/components/overlays/Notifications/NotificationItem.js.map +1 -1
  409. package/dist/components/overlays/Notifications/OverlayContainer.js +2 -2
  410. package/dist/components/overlays/Notifications/OverlayContainer.js.map +1 -1
  411. package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
  412. package/dist/components/overlays/Notifications/PersistentNotificationsList.js +2 -2
  413. package/dist/components/overlays/Notifications/PersistentNotificationsList.js.map +1 -1
  414. package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
  415. package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
  416. package/dist/components/overlays/Notifications/index.js +1 -1
  417. package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
  418. package/dist/components/overlays/Notifications/use-notifications.js +1 -1
  419. package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
  420. package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
  421. package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
  422. package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
  423. package/dist/components/overlays/Toast/ToastItem.js +2 -2
  424. package/dist/components/overlays/Toast/ToastItem.js.map +1 -1
  425. package/dist/components/overlays/Toast/index.js +1 -1
  426. package/dist/components/overlays/Toast/useProgressToast.js +1 -1
  427. package/dist/components/overlays/Toast/useToast.js +2 -2
  428. package/dist/components/overlays/Tooltip/Tooltip.d.ts +1 -3
  429. package/dist/components/overlays/Tooltip/Tooltip.js +2 -4
  430. package/dist/components/overlays/Tooltip/Tooltip.js.map +1 -1
  431. package/dist/components/overlays/Tooltip/TooltipProvider.d.ts +1 -2
  432. package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
  433. package/dist/components/overlays/Tooltip/TooltipProvider.js.map +1 -1
  434. package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
  435. package/dist/components/overlays/Tooltip/context.js +1 -1
  436. package/dist/components/overlays/Tooltip/context.js.map +1 -1
  437. package/dist/components/portal/Portal.js +1 -1
  438. package/dist/components/portal/PortalProvider.d.ts +2 -0
  439. package/dist/components/portal/PortalProvider.js +1 -1
  440. package/dist/components/portal/index.d.ts +1 -0
  441. package/dist/components/portal/usePortal.js +1 -1
  442. package/dist/components/shared/InvalidIcon.js +1 -1
  443. package/dist/components/shared/ValidIcon.js +1 -1
  444. package/dist/components/status/LoadingAnimation/LoadingAnimation.js +2 -2
  445. package/dist/components/status/LoadingAnimation/LoadingAnimation.js.map +1 -1
  446. package/dist/components/status/Spin/Cube.js +2 -2
  447. package/dist/components/status/Spin/Cube.js.map +1 -1
  448. package/dist/components/status/Spin/InternalSpinner.js +2 -2
  449. package/dist/components/status/Spin/InternalSpinner.js.map +1 -1
  450. package/dist/components/status/Spin/Spin.js +2 -2
  451. package/dist/components/status/Spin/Spin.js.map +1 -1
  452. package/dist/components/status/Spin/SpinsContainer.js +2 -2
  453. package/dist/components/status/Spin/SpinsContainer.js.map +1 -1
  454. package/dist/components/status/Spin/types.d.ts +1 -2
  455. package/dist/data/item-themes.d.ts +1 -1
  456. package/dist/data/item-themes.js +1 -1
  457. package/dist/data/item-themes.js.map +1 -1
  458. package/dist/data/themes.js +1 -1
  459. package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
  460. package/dist/icons/AdjustmentsIcon.js +1 -1
  461. package/dist/icons/AiIcon.js +1 -1
  462. package/dist/icons/AreaChartIcon.js +1 -1
  463. package/dist/icons/BackwardIcon.js +1 -1
  464. package/dist/icons/BarChartIcon.js +1 -1
  465. package/dist/icons/BellFilledIcon.js +1 -1
  466. package/dist/icons/BellIcon.js +1 -1
  467. package/dist/icons/BooleanIcon.js +1 -1
  468. package/dist/icons/CalendarEditIcon.js +1 -1
  469. package/dist/icons/CalendarIcon.js +1 -1
  470. package/dist/icons/CaretDownIcon.js +1 -1
  471. package/dist/icons/CaretUpIcon.js +1 -1
  472. package/dist/icons/ChartAreaStackedIcon.js +1 -1
  473. package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
  474. package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
  475. package/dist/icons/ChartBarGroupedIcon.js +1 -1
  476. package/dist/icons/ChartBarHorizontalIcon.js +1 -1
  477. package/dist/icons/ChartBarLineIcon.js +1 -1
  478. package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
  479. package/dist/icons/ChartBarStackedIcon.js +1 -1
  480. package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
  481. package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
  482. package/dist/icons/ChartBoxPlot2Icon.js +1 -1
  483. package/dist/icons/ChartBoxPlotIcon.js +1 -1
  484. package/dist/icons/ChartBubbleIcon.js +1 -1
  485. package/dist/icons/ChartDonut2Icon.js +1 -1
  486. package/dist/icons/ChartFunnelIcon.js +1 -1
  487. package/dist/icons/ChartHeatmapIcon.js +1 -1
  488. package/dist/icons/ChartKPIIcon.js +1 -1
  489. package/dist/icons/ChartPie2Icon.js +1 -1
  490. package/dist/icons/ChartScatterIcon.js +1 -1
  491. package/dist/icons/CheckCircleFilledIcon.js +1 -1
  492. package/dist/icons/CheckCircleIcon.js +1 -1
  493. package/dist/icons/CheckIcon.js +1 -1
  494. package/dist/icons/CircleFilledIcon.js +1 -1
  495. package/dist/icons/ClearIcon.js +1 -1
  496. package/dist/icons/CloseCircleFilledIcon.js +1 -1
  497. package/dist/icons/CloseCircleIcon.js +1 -1
  498. package/dist/icons/CloseIcon.js +1 -1
  499. package/dist/icons/CodeIcon.js +1 -1
  500. package/dist/icons/ColumnTotalIcon.js +1 -1
  501. package/dist/icons/CopyIcon.js +1 -1
  502. package/dist/icons/CountIcon.js +1 -1
  503. package/dist/icons/CubeIcon.js +1 -1
  504. package/dist/icons/CubePauseIcon.js +1 -1
  505. package/dist/icons/CubePlayIcon.js +1 -1
  506. package/dist/icons/CurrencyDollarIcon.js +1 -1
  507. package/dist/icons/DangerIcon.js +1 -1
  508. package/dist/icons/DashboardIcon.js +1 -1
  509. package/dist/icons/DatabaseIcon.js +1 -1
  510. package/dist/icons/DecimalDecreaseIcon.js +1 -1
  511. package/dist/icons/DecimalIncreaseIcon.js +1 -1
  512. package/dist/icons/DirectionIcon.js +2 -2
  513. package/dist/icons/DirectionIcon.js.map +1 -1
  514. package/dist/icons/DonutIcon.js +1 -1
  515. package/dist/icons/DownIcon.js +1 -1
  516. package/dist/icons/EditIcon.js +1 -1
  517. package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
  518. package/dist/icons/ExclamationCircleIcon.js +1 -1
  519. package/dist/icons/ExclamationIcon.js +1 -1
  520. package/dist/icons/EyeIcon.js +1 -1
  521. package/dist/icons/EyeInvisibleIcon.js +1 -1
  522. package/dist/icons/FilterIcon.js +1 -1
  523. package/dist/icons/FolderFilledIcon.js +1 -1
  524. package/dist/icons/FolderIcon.js +1 -1
  525. package/dist/icons/FolderOpenFilledIcon.js +1 -1
  526. package/dist/icons/FolderOpenIcon.js +1 -1
  527. package/dist/icons/ForwardIcon.js +1 -1
  528. package/dist/icons/HierarchyIcon.js +1 -1
  529. package/dist/icons/HierarchyOpenIcon.js +1 -1
  530. package/dist/icons/Icon.d.ts +1 -3
  531. package/dist/icons/Icon.js +2 -3
  532. package/dist/icons/Icon.js.map +1 -1
  533. package/dist/icons/InfoCircleIcon.js +1 -1
  534. package/dist/icons/InfoIcon.js +1 -1
  535. package/dist/icons/KeyIcon.js +1 -1
  536. package/dist/icons/LeftIcon.js +1 -1
  537. package/dist/icons/LineChartIcon.js +1 -1
  538. package/dist/icons/LoadingIcon.js +1 -1
  539. package/dist/icons/LockFilledIcon.js +1 -1
  540. package/dist/icons/LockIcon.js +1 -1
  541. package/dist/icons/MoreIcon.js +1 -1
  542. package/dist/icons/NotAllowedIcon.js +1 -1
  543. package/dist/icons/Number123Icon.js +1 -1
  544. package/dist/icons/NumberIcon.js +1 -1
  545. package/dist/icons/PauseCircleFilledIcon.js +1 -1
  546. package/dist/icons/PauseCircleIcon.js +1 -1
  547. package/dist/icons/PauseIcon.js +1 -1
  548. package/dist/icons/PercentageIcon.js +1 -1
  549. package/dist/icons/PieChartIcon.js +1 -1
  550. package/dist/icons/PlayCircleIcon.js +1 -1
  551. package/dist/icons/PlayIcon.js +1 -1
  552. package/dist/icons/PlusIcon.js +1 -1
  553. package/dist/icons/ProgressBarIcon.js +1 -1
  554. package/dist/icons/ReloadIcon.js +1 -1
  555. package/dist/icons/ReportIcon.js +1 -1
  556. package/dist/icons/ReturnIcon.js +1 -1
  557. package/dist/icons/RightIcon.js +1 -1
  558. package/dist/icons/RowTotalsIcon.js +1 -1
  559. package/dist/icons/SchemeIcon.js +1 -1
  560. package/dist/icons/SearchIcon.js +1 -1
  561. package/dist/icons/SemanticQueryIcon.js +1 -1
  562. package/dist/icons/SettingsIcon.js +1 -1
  563. package/dist/icons/ShieldFilledIcon.js +1 -1
  564. package/dist/icons/ShieldIcon.js +1 -1
  565. package/dist/icons/SlashIcon.js +1 -1
  566. package/dist/icons/SparklesIcon.js +1 -1
  567. package/dist/icons/SqlIcon.js +1 -1
  568. package/dist/icons/StatsIcon.js +1 -1
  569. package/dist/icons/StopIcon.js +1 -1
  570. package/dist/icons/StringIcon.js +1 -1
  571. package/dist/icons/SubtotalsIcon.js +1 -1
  572. package/dist/icons/SwitchIcon.js +1 -1
  573. package/dist/icons/TableIcon.js +1 -1
  574. package/dist/icons/ThumbsDownIcon.js +1 -1
  575. package/dist/icons/ThumbsUpIcon.js +1 -1
  576. package/dist/icons/ThunderboltCrossedIcon.js +1 -1
  577. package/dist/icons/ThunderboltFilledIcon.js +1 -1
  578. package/dist/icons/ThunderboltIcon.js +1 -1
  579. package/dist/icons/TimeIcon.js +1 -1
  580. package/dist/icons/TrashIcon.js +1 -1
  581. package/dist/icons/UnlockIcon.js +1 -1
  582. package/dist/icons/UpIcon.js +1 -1
  583. package/dist/icons/UserGroupIcon.js +1 -1
  584. package/dist/icons/UserIcon.js +1 -1
  585. package/dist/icons/UserLockIcon.js +1 -1
  586. package/dist/icons/ViewIcon.js +1 -1
  587. package/dist/icons/WarningFilledIcon.js +1 -1
  588. package/dist/icons/WarningIcon.js +1 -1
  589. package/dist/icons/wrap-icon.js +1 -1
  590. package/dist/index.d.ts +4 -35
  591. package/dist/index.js +5 -31
  592. package/dist/index.js.map +1 -1
  593. package/dist/provider.d.ts +1 -2
  594. package/dist/provider.js +1 -1
  595. package/dist/provider.js.map +1 -1
  596. package/dist/providers/TrackingProvider.js +1 -1
  597. package/dist/providers/navigationAdapter.default.js +1 -1
  598. package/dist/shared/form.d.ts +1 -3
  599. package/dist/tokens/base.d.ts +1 -1
  600. package/dist/tokens/base.js +1 -1
  601. package/dist/tokens/base.js.map +1 -1
  602. package/dist/tokens/colors.d.ts +1 -1
  603. package/dist/tokens/colors.js +1 -1
  604. package/dist/tokens/colors.js.map +1 -1
  605. package/dist/tokens/index.d.ts +1 -2
  606. package/dist/tokens/index.js +2 -3
  607. package/dist/tokens/index.js.map +1 -1
  608. package/dist/tokens/layout.d.ts +1 -1
  609. package/dist/tokens/layout.js +1 -1
  610. package/dist/tokens/layout.js.map +1 -1
  611. package/dist/tokens/shadows.d.ts +1 -1
  612. package/dist/tokens/shadows.js +1 -1
  613. package/dist/tokens/shadows.js.map +1 -1
  614. package/dist/tokens/sizes.d.ts +1 -1
  615. package/dist/tokens/sizes.js +1 -1
  616. package/dist/tokens/sizes.js.map +1 -1
  617. package/dist/tokens/spacing.d.ts +1 -1
  618. package/dist/tokens/spacing.js +1 -1
  619. package/dist/tokens/spacing.js.map +1 -1
  620. package/dist/utils/ResizeSensor.js +1 -1
  621. package/dist/utils/index.d.ts +1 -2
  622. package/dist/utils/is-dev-env.js +5 -10
  623. package/dist/utils/is-dev-env.js.map +1 -1
  624. package/dist/utils/modules.js +1 -1
  625. package/dist/utils/promise.js +1 -1
  626. package/dist/utils/raf.js +1 -1
  627. package/dist/utils/random.js +1 -1
  628. package/dist/utils/range.js +1 -1
  629. package/dist/utils/react/RenderCache.js +1 -1
  630. package/dist/utils/react/Slots.js +1 -1
  631. package/dist/utils/react/chain.js +1 -1
  632. package/dist/utils/react/forwardRefWithGenerics.js +1 -1
  633. package/dist/utils/react/index.d.ts +3 -3
  634. package/dist/utils/react/index.js +20 -0
  635. package/dist/utils/react/interactions.js +1 -1
  636. package/dist/utils/react/isTextOnly.js +1 -1
  637. package/dist/utils/react/mapProps.js +1 -1
  638. package/dist/utils/react/mergeProps.d.ts +1 -2
  639. package/dist/utils/react/mergeProps.js +2 -2
  640. package/dist/utils/react/mergeProps.js.map +1 -1
  641. package/dist/utils/react/nullableValue.d.ts +1 -2
  642. package/dist/utils/react/nullableValue.js +1 -1
  643. package/dist/utils/react/nullableValue.js.map +1 -1
  644. package/dist/utils/react/resolveIcon.d.ts +1 -2
  645. package/dist/utils/react/resolveIcon.js +1 -1
  646. package/dist/utils/react/resolveIcon.js.map +1 -1
  647. package/dist/utils/react/sharedStore.js +1 -1
  648. package/dist/utils/react/useCombinedRefs.js +1 -1
  649. package/dist/utils/react/useControlledFocusVisible.js +1 -1
  650. package/dist/utils/react/useEventBus.js +1 -1
  651. package/dist/utils/react/useId.js +1 -1
  652. package/dist/utils/react/useIsDarwin.js +1 -1
  653. package/dist/utils/react/useKeySymbols.js +1 -1
  654. package/dist/utils/react/useLayoutEffect.js +1 -1
  655. package/dist/utils/react/useLocalStorage.js +1 -1
  656. package/dist/utils/react/useMergeStyles.d.ts +1 -2
  657. package/dist/utils/react/useMergeStyles.js +2 -2
  658. package/dist/utils/react/useMergeStyles.js.map +1 -1
  659. package/dist/utils/react/useQaProps.js +1 -1
  660. package/dist/utils/react/useViewportSize.js +1 -1
  661. package/dist/utils/react/wrapNodeIfPlain.js +1 -1
  662. package/dist/utils/tree.js +1 -1
  663. package/dist/utils/warnings.js +1 -1
  664. package/dist/version.js +2 -2
  665. package/package.json +4 -21
  666. package/dist/_virtual/_rolldown/runtime.js +0 -8
  667. package/dist/chunks/cacheKey.js +0 -71
  668. package/dist/chunks/cacheKey.js.map +0 -1
  669. package/dist/chunks/definitions.js +0 -261
  670. package/dist/chunks/definitions.js.map +0 -1
  671. package/dist/chunks/renderChunk.js +0 -68
  672. package/dist/chunks/renderChunk.js.map +0 -1
  673. package/dist/config.js +0 -232
  674. package/dist/config.js.map +0 -1
  675. package/dist/css-writer.d.ts +0 -46
  676. package/dist/css-writer.js +0 -75
  677. package/dist/css-writer.js.map +0 -1
  678. package/dist/extractor.d.ts +0 -25
  679. package/dist/extractor.js +0 -151
  680. package/dist/extractor.js.map +0 -1
  681. package/dist/injector/injector.js +0 -401
  682. package/dist/injector/injector.js.map +0 -1
  683. package/dist/injector/sheet-manager.js +0 -715
  684. package/dist/injector/sheet-manager.js.map +0 -1
  685. package/dist/injector/types.d.ts +0 -19
  686. package/dist/keyframes/index.js +0 -157
  687. package/dist/keyframes/index.js.map +0 -1
  688. package/dist/parser/classify.js +0 -320
  689. package/dist/parser/classify.js.map +0 -1
  690. package/dist/parser/const.js +0 -34
  691. package/dist/parser/const.js.map +0 -1
  692. package/dist/parser/lru.js +0 -110
  693. package/dist/parser/lru.js.map +0 -1
  694. package/dist/parser/parser.js +0 -117
  695. package/dist/parser/parser.js.map +0 -1
  696. package/dist/parser/tokenizer.js +0 -70
  697. package/dist/parser/tokenizer.js.map +0 -1
  698. package/dist/parser/types.d.ts +0 -38
  699. package/dist/parser/types.js +0 -47
  700. package/dist/parser/types.js.map +0 -1
  701. package/dist/pipeline/conditions.js +0 -378
  702. package/dist/pipeline/conditions.js.map +0 -1
  703. package/dist/pipeline/exclusive.js +0 -232
  704. package/dist/pipeline/exclusive.js.map +0 -1
  705. package/dist/pipeline/index.js +0 -633
  706. package/dist/pipeline/index.js.map +0 -1
  707. package/dist/pipeline/materialize.js +0 -822
  708. package/dist/pipeline/materialize.js.map +0 -1
  709. package/dist/pipeline/parseStateKey.js +0 -422
  710. package/dist/pipeline/parseStateKey.js.map +0 -1
  711. package/dist/pipeline/simplify.js +0 -558
  712. package/dist/pipeline/simplify.js.map +0 -1
  713. package/dist/plugins/okhsl-plugin.js +0 -346
  714. package/dist/plugins/okhsl-plugin.js.map +0 -1
  715. package/dist/plugins/types.d.ts +0 -52
  716. package/dist/properties/index.js +0 -142
  717. package/dist/properties/index.js.map +0 -1
  718. package/dist/states/index.js +0 -162
  719. package/dist/states/index.js.map +0 -1
  720. package/dist/styles/align.js +0 -15
  721. package/dist/styles/align.js.map +0 -1
  722. package/dist/styles/border.js +0 -115
  723. package/dist/styles/border.js.map +0 -1
  724. package/dist/styles/color.js +0 -24
  725. package/dist/styles/color.js.map +0 -1
  726. package/dist/styles/createStyle.js +0 -78
  727. package/dist/styles/createStyle.js.map +0 -1
  728. package/dist/styles/dimension.js +0 -100
  729. package/dist/styles/dimension.js.map +0 -1
  730. package/dist/styles/display.js +0 -68
  731. package/dist/styles/display.js.map +0 -1
  732. package/dist/styles/fade.js +0 -58
  733. package/dist/styles/fade.js.map +0 -1
  734. package/dist/styles/fill.js +0 -52
  735. package/dist/styles/fill.js.map +0 -1
  736. package/dist/styles/flow.js +0 -13
  737. package/dist/styles/flow.js.map +0 -1
  738. package/dist/styles/gap.js +0 -37
  739. package/dist/styles/gap.js.map +0 -1
  740. package/dist/styles/height.js +0 -21
  741. package/dist/styles/height.js.map +0 -1
  742. package/dist/styles/index.js +0 -10
  743. package/dist/styles/index.js.map +0 -1
  744. package/dist/styles/inset.js +0 -143
  745. package/dist/styles/inset.js.map +0 -1
  746. package/dist/styles/justify.js +0 -15
  747. package/dist/styles/justify.js.map +0 -1
  748. package/dist/styles/margin.js +0 -97
  749. package/dist/styles/margin.js.map +0 -1
  750. package/dist/styles/outline.js +0 -66
  751. package/dist/styles/outline.js.map +0 -1
  752. package/dist/styles/padding.js +0 -97
  753. package/dist/styles/padding.js.map +0 -1
  754. package/dist/styles/predefined.js +0 -233
  755. package/dist/styles/predefined.js.map +0 -1
  756. package/dist/styles/preset.js +0 -126
  757. package/dist/styles/preset.js.map +0 -1
  758. package/dist/styles/radius.js +0 -52
  759. package/dist/styles/radius.js.map +0 -1
  760. package/dist/styles/scrollbar.js +0 -109
  761. package/dist/styles/scrollbar.js.map +0 -1
  762. package/dist/styles/shadow.js +0 -28
  763. package/dist/styles/shadow.js.map +0 -1
  764. package/dist/styles/styledScrollbar.js +0 -39
  765. package/dist/styles/styledScrollbar.js.map +0 -1
  766. package/dist/styles/transition.js +0 -139
  767. package/dist/styles/transition.js.map +0 -1
  768. package/dist/styles/types.d.ts +0 -495
  769. package/dist/styles/width.js +0 -21
  770. package/dist/styles/width.js.map +0 -1
  771. package/dist/tasty/chunks/cacheKey.js +0 -71
  772. package/dist/tasty/chunks/cacheKey.js.map +0 -1
  773. package/dist/tasty/chunks/definitions.d.ts +0 -38
  774. package/dist/tasty/chunks/definitions.js +0 -261
  775. package/dist/tasty/chunks/definitions.js.map +0 -1
  776. package/dist/tasty/chunks/renderChunk.js +0 -68
  777. package/dist/tasty/chunks/renderChunk.js.map +0 -1
  778. package/dist/tasty/config.d.ts +0 -283
  779. package/dist/tasty/config.js +0 -401
  780. package/dist/tasty/config.js.map +0 -1
  781. package/dist/tasty/debug.d.ts +0 -200
  782. package/dist/tasty/debug.js +0 -734
  783. package/dist/tasty/debug.js.map +0 -1
  784. package/dist/tasty/hooks/useGlobalStyles.d.ts +0 -28
  785. package/dist/tasty/hooks/useGlobalStyles.js +0 -57
  786. package/dist/tasty/hooks/useGlobalStyles.js.map +0 -1
  787. package/dist/tasty/hooks/useKeyframes.d.ts +0 -57
  788. package/dist/tasty/hooks/useKeyframes.js +0 -55
  789. package/dist/tasty/hooks/useKeyframes.js.map +0 -1
  790. package/dist/tasty/hooks/useProperty.d.ts +0 -80
  791. package/dist/tasty/hooks/useProperty.js +0 -92
  792. package/dist/tasty/hooks/useProperty.js.map +0 -1
  793. package/dist/tasty/hooks/useRawCSS.d.ts +0 -54
  794. package/dist/tasty/hooks/useRawCSS.js +0 -29
  795. package/dist/tasty/hooks/useRawCSS.js.map +0 -1
  796. package/dist/tasty/hooks/useStyles.d.ts +0 -41
  797. package/dist/tasty/hooks/useStyles.js +0 -170
  798. package/dist/tasty/hooks/useStyles.js.map +0 -1
  799. package/dist/tasty/index.d.ts +0 -35
  800. package/dist/tasty/injector/index.d.ts +0 -158
  801. package/dist/tasty/injector/index.js +0 -155
  802. package/dist/tasty/injector/index.js.map +0 -1
  803. package/dist/tasty/injector/injector.d.ts +0 -137
  804. package/dist/tasty/injector/injector.js +0 -401
  805. package/dist/tasty/injector/injector.js.map +0 -1
  806. package/dist/tasty/injector/sheet-manager.d.ts +0 -128
  807. package/dist/tasty/injector/sheet-manager.js +0 -715
  808. package/dist/tasty/injector/sheet-manager.js.map +0 -1
  809. package/dist/tasty/injector/types.d.ts +0 -136
  810. package/dist/tasty/keyframes/index.js +0 -207
  811. package/dist/tasty/keyframes/index.js.map +0 -1
  812. package/dist/tasty/parser/classify.js +0 -320
  813. package/dist/tasty/parser/classify.js.map +0 -1
  814. package/dist/tasty/parser/const.js +0 -34
  815. package/dist/tasty/parser/const.js.map +0 -1
  816. package/dist/tasty/parser/lru.js +0 -110
  817. package/dist/tasty/parser/lru.js.map +0 -1
  818. package/dist/tasty/parser/parser.d.ts +0 -26
  819. package/dist/tasty/parser/parser.js +0 -117
  820. package/dist/tasty/parser/parser.js.map +0 -1
  821. package/dist/tasty/parser/tokenizer.js +0 -70
  822. package/dist/tasty/parser/tokenizer.js.map +0 -1
  823. package/dist/tasty/parser/types.d.ts +0 -47
  824. package/dist/tasty/parser/types.js +0 -47
  825. package/dist/tasty/parser/types.js.map +0 -1
  826. package/dist/tasty/pipeline/conditions.js +0 -378
  827. package/dist/tasty/pipeline/conditions.js.map +0 -1
  828. package/dist/tasty/pipeline/exclusive.js +0 -232
  829. package/dist/tasty/pipeline/exclusive.js.map +0 -1
  830. package/dist/tasty/pipeline/index.d.ts +0 -52
  831. package/dist/tasty/pipeline/index.js +0 -639
  832. package/dist/tasty/pipeline/index.js.map +0 -1
  833. package/dist/tasty/pipeline/materialize.js +0 -822
  834. package/dist/tasty/pipeline/materialize.js.map +0 -1
  835. package/dist/tasty/pipeline/parseStateKey.js +0 -422
  836. package/dist/tasty/pipeline/parseStateKey.js.map +0 -1
  837. package/dist/tasty/pipeline/simplify.js +0 -558
  838. package/dist/tasty/pipeline/simplify.js.map +0 -1
  839. package/dist/tasty/plugins/okhsl-plugin.d.ts +0 -36
  840. package/dist/tasty/plugins/okhsl-plugin.js +0 -372
  841. package/dist/tasty/plugins/okhsl-plugin.js.map +0 -1
  842. package/dist/tasty/plugins/types.d.ts +0 -72
  843. package/dist/tasty/properties/index.js +0 -159
  844. package/dist/tasty/properties/index.js.map +0 -1
  845. package/dist/tasty/states/index.d.ts +0 -44
  846. package/dist/tasty/states/index.js +0 -390
  847. package/dist/tasty/states/index.js.map +0 -1
  848. package/dist/tasty/static/index.d.ts +0 -6
  849. package/dist/tasty/static/index.js +0 -6
  850. package/dist/tasty/static/tastyStatic.d.ts +0 -47
  851. package/dist/tasty/static/tastyStatic.js +0 -32
  852. package/dist/tasty/static/tastyStatic.js.map +0 -1
  853. package/dist/tasty/static/types.d.ts +0 -50
  854. package/dist/tasty/static/types.js +0 -25
  855. package/dist/tasty/static/types.js.map +0 -1
  856. package/dist/tasty/styles/align.d.ts +0 -16
  857. package/dist/tasty/styles/align.js +0 -15
  858. package/dist/tasty/styles/align.js.map +0 -1
  859. package/dist/tasty/styles/border.d.ts +0 -26
  860. package/dist/tasty/styles/border.js +0 -115
  861. package/dist/tasty/styles/border.js.map +0 -1
  862. package/dist/tasty/styles/color.d.ts +0 -15
  863. package/dist/tasty/styles/color.js +0 -24
  864. package/dist/tasty/styles/color.js.map +0 -1
  865. package/dist/tasty/styles/createStyle.js +0 -78
  866. package/dist/tasty/styles/createStyle.js.map +0 -1
  867. package/dist/tasty/styles/dimension.js +0 -100
  868. package/dist/tasty/styles/dimension.js.map +0 -1
  869. package/dist/tasty/styles/display.d.ts +0 -38
  870. package/dist/tasty/styles/display.js +0 -68
  871. package/dist/tasty/styles/display.js.map +0 -1
  872. package/dist/tasty/styles/fade.d.ts +0 -16
  873. package/dist/tasty/styles/fade.js +0 -58
  874. package/dist/tasty/styles/fade.js.map +0 -1
  875. package/dist/tasty/styles/fill.d.ts +0 -45
  876. package/dist/tasty/styles/fill.js +0 -52
  877. package/dist/tasty/styles/fill.js.map +0 -1
  878. package/dist/tasty/styles/flow.d.ts +0 -17
  879. package/dist/tasty/styles/flow.js +0 -13
  880. package/dist/tasty/styles/flow.js.map +0 -1
  881. package/dist/tasty/styles/gap.d.ts +0 -32
  882. package/dist/tasty/styles/gap.js +0 -37
  883. package/dist/tasty/styles/gap.js.map +0 -1
  884. package/dist/tasty/styles/height.d.ts +0 -18
  885. package/dist/tasty/styles/height.js +0 -21
  886. package/dist/tasty/styles/height.js.map +0 -1
  887. package/dist/tasty/styles/index.d.ts +0 -3
  888. package/dist/tasty/styles/index.js +0 -10
  889. package/dist/tasty/styles/index.js.map +0 -1
  890. package/dist/tasty/styles/inset.d.ts +0 -51
  891. package/dist/tasty/styles/inset.js +0 -143
  892. package/dist/tasty/styles/inset.js.map +0 -1
  893. package/dist/tasty/styles/justify.d.ts +0 -16
  894. package/dist/tasty/styles/justify.js +0 -15
  895. package/dist/tasty/styles/justify.js.map +0 -1
  896. package/dist/tasty/styles/list.d.ts +0 -17
  897. package/dist/tasty/styles/list.js +0 -99
  898. package/dist/tasty/styles/list.js.map +0 -1
  899. package/dist/tasty/styles/margin.d.ts +0 -29
  900. package/dist/tasty/styles/margin.js +0 -97
  901. package/dist/tasty/styles/margin.js.map +0 -1
  902. package/dist/tasty/styles/outline.d.ts +0 -30
  903. package/dist/tasty/styles/outline.js +0 -66
  904. package/dist/tasty/styles/outline.js.map +0 -1
  905. package/dist/tasty/styles/padding.d.ts +0 -29
  906. package/dist/tasty/styles/padding.js +0 -97
  907. package/dist/tasty/styles/padding.js.map +0 -1
  908. package/dist/tasty/styles/predefined.d.ts +0 -74
  909. package/dist/tasty/styles/predefined.js +0 -242
  910. package/dist/tasty/styles/predefined.js.map +0 -1
  911. package/dist/tasty/styles/preset.d.ts +0 -48
  912. package/dist/tasty/styles/preset.js +0 -126
  913. package/dist/tasty/styles/preset.js.map +0 -1
  914. package/dist/tasty/styles/radius.d.ts +0 -15
  915. package/dist/tasty/styles/radius.js +0 -52
  916. package/dist/tasty/styles/radius.js.map +0 -1
  917. package/dist/tasty/styles/scrollbar.d.ts +0 -22
  918. package/dist/tasty/styles/scrollbar.js +0 -109
  919. package/dist/tasty/styles/scrollbar.js.map +0 -1
  920. package/dist/tasty/styles/shadow.d.ts +0 -15
  921. package/dist/tasty/styles/shadow.js +0 -28
  922. package/dist/tasty/styles/shadow.js.map +0 -1
  923. package/dist/tasty/styles/styledScrollbar.d.ts +0 -48
  924. package/dist/tasty/styles/styledScrollbar.js +0 -39
  925. package/dist/tasty/styles/styledScrollbar.js.map +0 -1
  926. package/dist/tasty/styles/transition.d.ts +0 -15
  927. package/dist/tasty/styles/transition.js +0 -139
  928. package/dist/tasty/styles/transition.js.map +0 -1
  929. package/dist/tasty/styles/types.d.ts +0 -499
  930. package/dist/tasty/styles/width.d.ts +0 -18
  931. package/dist/tasty/styles/width.js +0 -21
  932. package/dist/tasty/styles/width.js.map +0 -1
  933. package/dist/tasty/tasty.d.ts +0 -936
  934. package/dist/tasty/tasty.js +0 -191
  935. package/dist/tasty/tasty.js.map +0 -1
  936. package/dist/tasty/types.d.ts +0 -192
  937. package/dist/tasty/utils/cache-wrapper.js +0 -25
  938. package/dist/tasty/utils/cache-wrapper.js.map +0 -1
  939. package/dist/tasty/utils/case-converter.js +0 -9
  940. package/dist/tasty/utils/case-converter.js.map +0 -1
  941. package/dist/tasty/utils/colors.d.ts +0 -6
  942. package/dist/tasty/utils/colors.js +0 -10
  943. package/dist/tasty/utils/colors.js.map +0 -1
  944. package/dist/tasty/utils/dotize.d.ts +0 -27
  945. package/dist/tasty/utils/dotize.js +0 -123
  946. package/dist/tasty/utils/dotize.js.map +0 -1
  947. package/dist/tasty/utils/filter-base-props.d.ts +0 -16
  948. package/dist/tasty/utils/filter-base-props.js +0 -46
  949. package/dist/tasty/utils/filter-base-props.js.map +0 -1
  950. package/dist/tasty/utils/get-display-name.d.ts +0 -8
  951. package/dist/tasty/utils/get-display-name.js +0 -11
  952. package/dist/tasty/utils/get-display-name.js.map +0 -1
  953. package/dist/tasty/utils/hsl-to-rgb.js +0 -39
  954. package/dist/tasty/utils/hsl-to-rgb.js.map +0 -1
  955. package/dist/tasty/utils/is-dev-env.js +0 -20
  956. package/dist/tasty/utils/is-dev-env.js.map +0 -1
  957. package/dist/tasty/utils/merge-styles.d.ts +0 -8
  958. package/dist/tasty/utils/merge-styles.js +0 -147
  959. package/dist/tasty/utils/merge-styles.js.map +0 -1
  960. package/dist/tasty/utils/mod-attrs.d.ts +0 -9
  961. package/dist/tasty/utils/mod-attrs.js +0 -22
  962. package/dist/tasty/utils/mod-attrs.js.map +0 -1
  963. package/dist/tasty/utils/okhsl-to-rgb.js +0 -297
  964. package/dist/tasty/utils/okhsl-to-rgb.js.map +0 -1
  965. package/dist/tasty/utils/process-tokens.d.ts +0 -32
  966. package/dist/tasty/utils/process-tokens.js +0 -172
  967. package/dist/tasty/utils/process-tokens.js.map +0 -1
  968. package/dist/tasty/utils/resolve-recipes.d.ts +0 -18
  969. package/dist/tasty/utils/resolve-recipes.js +0 -144
  970. package/dist/tasty/utils/resolve-recipes.js.map +0 -1
  971. package/dist/tasty/utils/string.js +0 -9
  972. package/dist/tasty/utils/string.js.map +0 -1
  973. package/dist/tasty/utils/styles.d.ts +0 -204
  974. package/dist/tasty/utils/styles.js +0 -577
  975. package/dist/tasty/utils/styles.js.map +0 -1
  976. package/dist/tasty/utils/typography.d.ts +0 -37
  977. package/dist/tasty/utils/typography.js +0 -54
  978. package/dist/tasty/utils/typography.js.map +0 -1
  979. package/dist/tasty/utils/warnings.d.ts +0 -17
  980. package/dist/tasty/utils/warnings.js +0 -17
  981. package/dist/tasty/utils/warnings.js.map +0 -1
  982. package/dist/tasty/zero/babel.d.ts +0 -111
  983. package/dist/tasty/zero/babel.js +0 -283
  984. package/dist/tasty/zero/babel.js.map +0 -1
  985. package/dist/tasty/zero/index.d.ts +0 -4
  986. package/dist/tasty/zero/index.js +0 -5
  987. package/dist/tasty/zero/next.d.ts +0 -61
  988. package/dist/tasty/zero/next.js +0 -79
  989. package/dist/tasty/zero/next.js.map +0 -1
  990. package/dist/tasty.config.ts +0 -311
  991. package/dist/tokens/typography.d.ts +0 -35
  992. package/dist/tokens/typography.js +0 -238
  993. package/dist/tokens/typography.js.map +0 -1
  994. package/dist/utils/cache-wrapper.js +0 -25
  995. package/dist/utils/cache-wrapper.js.map +0 -1
  996. package/dist/utils/case-converter.js +0 -9
  997. package/dist/utils/case-converter.js.map +0 -1
  998. package/dist/utils/hsl-to-rgb.js +0 -39
  999. package/dist/utils/hsl-to-rgb.js.map +0 -1
  1000. package/dist/utils/merge-styles.js +0 -147
  1001. package/dist/utils/merge-styles.js.map +0 -1
  1002. package/dist/utils/okhsl-to-rgb.js +0 -297
  1003. package/dist/utils/okhsl-to-rgb.js.map +0 -1
  1004. package/dist/utils/process-tokens.js +0 -29
  1005. package/dist/utils/process-tokens.js.map +0 -1
  1006. package/dist/utils/resolve-recipes.js +0 -144
  1007. package/dist/utils/resolve-recipes.js.map +0 -1
  1008. package/dist/utils/string.js +0 -9
  1009. package/dist/utils/string.js.map +0 -1
  1010. package/dist/utils/styles.d.ts +0 -23
  1011. package/dist/utils/styles.js +0 -338
  1012. package/dist/utils/styles.js.map +0 -1
@@ -1,11 +1,5 @@
1
1
 
2
2
  import { Globals, Property } from "../../../node_modules/.pnpm/csstype@3.1.2/node_modules/csstype/index.js";
3
- import { StyleValue, StyleValueStateMap } from "../../../tasty/utils/styles.js";
4
- import { Styles } from "../../../tasty/styles/types.js";
5
- import { KeyframesSteps, PropertyDefinition } from "../../../tasty/injector/types.js";
6
- import { AllBaseProps, BasePropsWithoutChildren, BaseStyleProps, ColorStyleProps, OuterStyleProps, Props } from "../../../tasty/types.js";
7
- import { VariantMap, WithVariant } from "../../../tasty/tasty.js";
8
- import "../../../tasty/index.js";
9
3
  import { FieldBaseProps } from "../../../shared/form.js";
10
4
  import "../../../shared/index.js";
11
5
  import { CubeTooltipProviderProps } from "../../overlays/Tooltip/TooltipProvider.js";
@@ -14,6 +8,8 @@ import { CubeItemActionProps } from "../../actions/ItemAction/ItemAction.js";
14
8
  import "../../actions/index.js";
15
9
  import { CubeCollectionItemProps, _CollectionItem } from "../../CollectionItem.js";
16
10
  import "../../../index.js";
11
+ import * as _tenphi_tasty0 from "@tenphi/tasty";
12
+ import { BasePropsWithoutChildren, BaseStyleProps, ColorStyleProps, OuterStyleProps, Props, Styles } from "@tenphi/tasty";
17
13
  import React, { ReactElement, ReactNode, RefObject } from "react";
18
14
  import * as react_jsx_runtime0 from "react/jsx-runtime";
19
15
  import { AriaSelectProps } from "react-aria";
@@ -22,836 +18,838 @@ import * as _react_types_shared0 from "@react-types/shared";
22
18
  import { AriaLabelingProps, CollectionBase, DOMRef } from "@react-types/shared";
23
19
 
24
20
  //#region src/components/fields/Select/Select.d.ts
25
- declare const ListBoxElement: React.ForwardRefExoticComponent<AllBaseProps<keyof HTMLElementTagNameMap> & {
26
- content?: StyleValue<Property.Content | undefined> | StyleValueStateMap<Property.Content | undefined>;
27
- translate?: StyleValue<Property.Translate<string | number> | undefined> | StyleValueStateMap<Property.Translate<string | number> | undefined>;
28
- background?: StyleValue<Property.Background<string | number> | undefined> | StyleValueStateMap<Property.Background<string | number> | undefined>;
29
- align?: StyleValue<"start" | (string & {}) | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined> | StyleValueStateMap<"start" | (string & {}) | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
30
- border?: StyleValue<boolean | Property.Border<string | number> | undefined> | StyleValueStateMap<boolean | Property.Border<string | number> | undefined>;
31
- color?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
32
- height?: StyleValue<boolean | Property.Height<string | number> | undefined> | StyleValueStateMap<boolean | Property.Height<string | number> | undefined>;
33
- width?: StyleValue<boolean | Property.Width<string | number> | undefined> | StyleValueStateMap<boolean | Property.Width<string | number> | undefined>;
34
- fill?: StyleValue<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | StyleValueStateMap<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
35
- font?: StyleValue<boolean | Property.FontFamily | undefined> | StyleValueStateMap<boolean | Property.FontFamily | undefined>;
36
- outline?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
37
- gap?: StyleValue<boolean | Property.Gap<string | number> | undefined> | StyleValueStateMap<boolean | Property.Gap<string | number> | undefined>;
38
- padding?: StyleValue<boolean | Property.Padding<string | number> | undefined> | StyleValueStateMap<boolean | Property.Padding<string | number> | undefined>;
39
- margin?: StyleValue<boolean | Property.Margin<string | number> | undefined> | StyleValueStateMap<boolean | Property.Margin<string | number> | undefined>;
40
- transition?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
41
- placeContent?: StyleValue<Property.PlaceContent | undefined> | StyleValueStateMap<Property.PlaceContent | undefined>;
42
- placeItems?: StyleValue<Property.PlaceItems | undefined> | StyleValueStateMap<Property.PlaceItems | undefined>;
43
- accentColor?: StyleValue<Property.AccentColor | undefined> | StyleValueStateMap<Property.AccentColor | undefined>;
44
- alignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
45
- alignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
46
- alignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
47
- alignTracks?: StyleValue<Property.AlignTracks | undefined> | StyleValueStateMap<Property.AlignTracks | undefined>;
48
- animationComposition?: StyleValue<Property.AnimationComposition | undefined> | StyleValueStateMap<Property.AnimationComposition | undefined>;
49
- animationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
50
- animationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
51
- animationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
52
- animationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
53
- animationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
54
- animationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
55
- animationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
56
- animationTimeline?: StyleValue<Property.AnimationTimeline | undefined> | StyleValueStateMap<Property.AnimationTimeline | undefined>;
57
- animationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
58
- appearance?: StyleValue<Property.Appearance | undefined> | StyleValueStateMap<Property.Appearance | undefined>;
59
- aspectRatio?: StyleValue<Property.AspectRatio | undefined> | StyleValueStateMap<Property.AspectRatio | undefined>;
60
- backdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
61
- backfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
62
- backgroundAttachment?: StyleValue<Property.BackgroundAttachment | undefined> | StyleValueStateMap<Property.BackgroundAttachment | undefined>;
63
- backgroundBlendMode?: StyleValue<Property.BackgroundBlendMode | undefined> | StyleValueStateMap<Property.BackgroundBlendMode | undefined>;
64
- backgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
65
- backgroundColor?: StyleValue<Property.BackgroundColor | undefined> | StyleValueStateMap<Property.BackgroundColor | undefined>;
66
- backgroundImage?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
67
- backgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
68
- backgroundPositionX?: StyleValue<Property.BackgroundPositionX<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionX<string | number> | undefined>;
69
- backgroundPositionY?: StyleValue<Property.BackgroundPositionY<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionY<string | number> | undefined>;
70
- backgroundRepeat?: StyleValue<Property.BackgroundRepeat | undefined> | StyleValueStateMap<Property.BackgroundRepeat | undefined>;
71
- backgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
72
- blockOverflow?: StyleValue<Property.BlockOverflow | undefined> | StyleValueStateMap<Property.BlockOverflow | undefined>;
73
- blockSize?: StyleValue<Property.BlockSize<string | number> | undefined> | StyleValueStateMap<Property.BlockSize<string | number> | undefined>;
74
- borderBlockColor?: StyleValue<Property.BorderBlockColor | undefined> | StyleValueStateMap<Property.BorderBlockColor | undefined>;
75
- borderBlockEndColor?: StyleValue<Property.BorderBlockEndColor | undefined> | StyleValueStateMap<Property.BorderBlockEndColor | undefined>;
76
- borderBlockEndStyle?: StyleValue<Property.BorderBlockEndStyle | undefined> | StyleValueStateMap<Property.BorderBlockEndStyle | undefined>;
77
- borderBlockEndWidth?: StyleValue<Property.BorderBlockEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEndWidth<string | number> | undefined>;
78
- borderBlockStartColor?: StyleValue<Property.BorderBlockStartColor | undefined> | StyleValueStateMap<Property.BorderBlockStartColor | undefined>;
79
- borderBlockStartStyle?: StyleValue<Property.BorderBlockStartStyle | undefined> | StyleValueStateMap<Property.BorderBlockStartStyle | undefined>;
80
- borderBlockStartWidth?: StyleValue<Property.BorderBlockStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStartWidth<string | number> | undefined>;
81
- borderBlockStyle?: StyleValue<Property.BorderBlockStyle | undefined> | StyleValueStateMap<Property.BorderBlockStyle | undefined>;
82
- borderBlockWidth?: StyleValue<Property.BorderBlockWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockWidth<string | number> | undefined>;
83
- borderBottomColor?: StyleValue<Property.BorderBottomColor | undefined> | StyleValueStateMap<Property.BorderBottomColor | undefined>;
84
- borderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
85
- borderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
86
- borderBottomStyle?: StyleValue<Property.BorderBottomStyle | undefined> | StyleValueStateMap<Property.BorderBottomStyle | undefined>;
87
- borderBottomWidth?: StyleValue<Property.BorderBottomWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomWidth<string | number> | undefined>;
88
- borderCollapse?: StyleValue<Property.BorderCollapse | undefined> | StyleValueStateMap<Property.BorderCollapse | undefined>;
89
- borderEndEndRadius?: StyleValue<Property.BorderEndEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndEndRadius<string | number> | undefined>;
90
- borderEndStartRadius?: StyleValue<Property.BorderEndStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndStartRadius<string | number> | undefined>;
91
- borderImageOutset?: StyleValue<Property.BorderImageOutset<string | number> | undefined> | StyleValueStateMap<Property.BorderImageOutset<string | number> | undefined>;
92
- borderImageRepeat?: StyleValue<Property.BorderImageRepeat | undefined> | StyleValueStateMap<Property.BorderImageRepeat | undefined>;
93
- borderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
94
- borderImageSource?: StyleValue<Property.BorderImageSource | undefined> | StyleValueStateMap<Property.BorderImageSource | undefined>;
95
- borderImageWidth?: StyleValue<Property.BorderImageWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderImageWidth<string | number> | undefined>;
96
- borderInlineColor?: StyleValue<Property.BorderInlineColor | undefined> | StyleValueStateMap<Property.BorderInlineColor | undefined>;
97
- borderInlineEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
98
- borderInlineEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
99
- borderInlineEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
100
- borderInlineStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
101
- borderInlineStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
102
- borderInlineStartWidth?: StyleValue<Property.BorderInlineStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStartWidth<string | number> | undefined>;
103
- borderInlineStyle?: StyleValue<Property.BorderInlineStyle | undefined> | StyleValueStateMap<Property.BorderInlineStyle | undefined>;
104
- borderInlineWidth?: StyleValue<Property.BorderInlineWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineWidth<string | number> | undefined>;
105
- borderLeftColor?: StyleValue<Property.BorderLeftColor | undefined> | StyleValueStateMap<Property.BorderLeftColor | undefined>;
106
- borderLeftStyle?: StyleValue<Property.BorderLeftStyle | undefined> | StyleValueStateMap<Property.BorderLeftStyle | undefined>;
107
- borderLeftWidth?: StyleValue<Property.BorderLeftWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderLeftWidth<string | number> | undefined>;
108
- borderRightColor?: StyleValue<Property.BorderRightColor | undefined> | StyleValueStateMap<Property.BorderRightColor | undefined>;
109
- borderRightStyle?: StyleValue<Property.BorderRightStyle | undefined> | StyleValueStateMap<Property.BorderRightStyle | undefined>;
110
- borderRightWidth?: StyleValue<Property.BorderRightWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderRightWidth<string | number> | undefined>;
111
- borderSpacing?: StyleValue<Property.BorderSpacing<string | number> | undefined> | StyleValueStateMap<Property.BorderSpacing<string | number> | undefined>;
112
- borderStartEndRadius?: StyleValue<Property.BorderStartEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartEndRadius<string | number> | undefined>;
113
- borderStartStartRadius?: StyleValue<Property.BorderStartStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartStartRadius<string | number> | undefined>;
114
- borderTopColor?: StyleValue<Property.BorderTopColor | undefined> | StyleValueStateMap<Property.BorderTopColor | undefined>;
115
- borderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
116
- borderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
117
- borderTopStyle?: StyleValue<Property.BorderTopStyle | undefined> | StyleValueStateMap<Property.BorderTopStyle | undefined>;
118
- borderTopWidth?: StyleValue<Property.BorderTopWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderTopWidth<string | number> | undefined>;
119
- bottom?: StyleValue<Property.Bottom<string | number> | undefined> | StyleValueStateMap<Property.Bottom<string | number> | undefined>;
120
- boxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
121
- boxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
122
- boxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
123
- breakAfter?: StyleValue<Property.BreakAfter | undefined> | StyleValueStateMap<Property.BreakAfter | undefined>;
124
- breakBefore?: StyleValue<Property.BreakBefore | undefined> | StyleValueStateMap<Property.BreakBefore | undefined>;
125
- breakInside?: StyleValue<Property.BreakInside | undefined> | StyleValueStateMap<Property.BreakInside | undefined>;
126
- captionSide?: StyleValue<Property.CaptionSide | undefined> | StyleValueStateMap<Property.CaptionSide | undefined>;
127
- caretColor?: StyleValue<Property.CaretColor | undefined> | StyleValueStateMap<Property.CaretColor | undefined>;
128
- caretShape?: StyleValue<Property.CaretShape | undefined> | StyleValueStateMap<Property.CaretShape | undefined>;
129
- clear?: StyleValue<Property.Clear | undefined> | StyleValueStateMap<Property.Clear | undefined>;
130
- clipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
131
- colorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
132
- colorScheme?: StyleValue<Property.ColorScheme | undefined> | StyleValueStateMap<Property.ColorScheme | undefined>;
133
- columnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
134
- columnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
135
- columnGap?: StyleValue<Property.ColumnGap<string | number> | undefined> | StyleValueStateMap<Property.ColumnGap<string | number> | undefined>;
136
- columnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
137
- columnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
138
- columnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
139
- columnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
140
- columnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
141
- contain?: StyleValue<Property.Contain | undefined> | StyleValueStateMap<Property.Contain | undefined>;
142
- containIntrinsicBlockSize?: StyleValue<Property.ContainIntrinsicBlockSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicBlockSize<string | number> | undefined>;
143
- containIntrinsicHeight?: StyleValue<Property.ContainIntrinsicHeight<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicHeight<string | number> | undefined>;
144
- containIntrinsicInlineSize?: StyleValue<Property.ContainIntrinsicInlineSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicInlineSize<string | number> | undefined>;
145
- containIntrinsicWidth?: StyleValue<Property.ContainIntrinsicWidth<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicWidth<string | number> | undefined>;
146
- containerName?: StyleValue<Property.ContainerName | undefined> | StyleValueStateMap<Property.ContainerName | undefined>;
147
- containerType?: StyleValue<Property.ContainerType | undefined> | StyleValueStateMap<Property.ContainerType | undefined>;
148
- contentVisibility?: StyleValue<Property.ContentVisibility | undefined> | StyleValueStateMap<Property.ContentVisibility | undefined>;
149
- counterIncrement?: StyleValue<Property.CounterIncrement | undefined> | StyleValueStateMap<Property.CounterIncrement | undefined>;
150
- counterReset?: StyleValue<Property.CounterReset | undefined> | StyleValueStateMap<Property.CounterReset | undefined>;
151
- counterSet?: StyleValue<Property.CounterSet | undefined> | StyleValueStateMap<Property.CounterSet | undefined>;
152
- cursor?: StyleValue<Property.Cursor | undefined> | StyleValueStateMap<Property.Cursor | undefined>;
153
- direction?: StyleValue<Property.Direction | undefined> | StyleValueStateMap<Property.Direction | undefined>;
154
- display?: StyleValue<Property.Display | undefined> | StyleValueStateMap<Property.Display | undefined>;
155
- emptyCells?: StyleValue<Property.EmptyCells | undefined> | StyleValueStateMap<Property.EmptyCells | undefined>;
156
- filter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
157
- flexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
158
- flexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
159
- flexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
160
- flexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
161
- flexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
162
- float?: StyleValue<Property.Float | undefined> | StyleValueStateMap<Property.Float | undefined>;
163
- fontFamily?: StyleValue<Property.FontFamily | undefined> | StyleValueStateMap<Property.FontFamily | undefined>;
164
- fontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
165
- fontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
166
- fontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
167
- fontOpticalSizing?: StyleValue<Property.FontOpticalSizing | undefined> | StyleValueStateMap<Property.FontOpticalSizing | undefined>;
168
- fontPalette?: StyleValue<Property.FontPalette | undefined> | StyleValueStateMap<Property.FontPalette | undefined>;
169
- fontSize?: StyleValue<Property.FontSize<string | number> | undefined> | StyleValueStateMap<Property.FontSize<string | number> | undefined>;
170
- fontSizeAdjust?: StyleValue<Property.FontSizeAdjust | undefined> | StyleValueStateMap<Property.FontSizeAdjust | undefined>;
171
- fontSmooth?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
172
- fontStretch?: StyleValue<Property.FontStretch | undefined> | StyleValueStateMap<Property.FontStretch | undefined>;
173
- fontStyle?: StyleValue<Property.FontStyle | undefined> | StyleValueStateMap<Property.FontStyle | undefined>;
174
- fontSynthesis?: StyleValue<Property.FontSynthesis | undefined> | StyleValueStateMap<Property.FontSynthesis | undefined>;
175
- fontVariant?: StyleValue<Property.FontVariant | undefined> | StyleValueStateMap<Property.FontVariant | undefined>;
176
- fontVariantAlternates?: StyleValue<Property.FontVariantAlternates | undefined> | StyleValueStateMap<Property.FontVariantAlternates | undefined>;
177
- fontVariantCaps?: StyleValue<Property.FontVariantCaps | undefined> | StyleValueStateMap<Property.FontVariantCaps | undefined>;
178
- fontVariantEastAsian?: StyleValue<Property.FontVariantEastAsian | undefined> | StyleValueStateMap<Property.FontVariantEastAsian | undefined>;
179
- fontVariantEmoji?: StyleValue<Property.FontVariantEmoji | undefined> | StyleValueStateMap<Property.FontVariantEmoji | undefined>;
180
- fontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
181
- fontVariantNumeric?: StyleValue<Property.FontVariantNumeric | undefined> | StyleValueStateMap<Property.FontVariantNumeric | undefined>;
182
- fontVariantPosition?: StyleValue<Property.FontVariantPosition | undefined> | StyleValueStateMap<Property.FontVariantPosition | undefined>;
183
- fontVariationSettings?: StyleValue<Property.FontVariationSettings | undefined> | StyleValueStateMap<Property.FontVariationSettings | undefined>;
184
- fontWeight?: StyleValue<Property.FontWeight | undefined> | StyleValueStateMap<Property.FontWeight | undefined>;
185
- forcedColorAdjust?: StyleValue<Property.ForcedColorAdjust | undefined> | StyleValueStateMap<Property.ForcedColorAdjust | undefined>;
186
- gridAutoColumns?: StyleValue<Property.GridAutoColumns<string | number> | undefined> | StyleValueStateMap<Property.GridAutoColumns<string | number> | undefined>;
187
- gridAutoFlow?: StyleValue<Property.GridAutoFlow | undefined> | StyleValueStateMap<Property.GridAutoFlow | undefined>;
188
- gridAutoRows?: StyleValue<Property.GridAutoRows<string | number> | undefined> | StyleValueStateMap<Property.GridAutoRows<string | number> | undefined>;
189
- gridColumnEnd?: StyleValue<Property.GridColumnEnd | undefined> | StyleValueStateMap<Property.GridColumnEnd | undefined>;
190
- gridColumnStart?: StyleValue<Property.GridColumnStart | undefined> | StyleValueStateMap<Property.GridColumnStart | undefined>;
191
- gridRowEnd?: StyleValue<Property.GridRowEnd | undefined> | StyleValueStateMap<Property.GridRowEnd | undefined>;
192
- gridRowStart?: StyleValue<Property.GridRowStart | undefined> | StyleValueStateMap<Property.GridRowStart | undefined>;
193
- gridTemplateAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
194
- gridTemplateColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
195
- gridTemplateRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
196
- hangingPunctuation?: StyleValue<Property.HangingPunctuation | undefined> | StyleValueStateMap<Property.HangingPunctuation | undefined>;
197
- hyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
198
- hyphenateLimitChars?: StyleValue<Property.HyphenateLimitChars | undefined> | StyleValueStateMap<Property.HyphenateLimitChars | undefined>;
199
- hyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
200
- imageOrientation?: StyleValue<Property.ImageOrientation | undefined> | StyleValueStateMap<Property.ImageOrientation | undefined>;
201
- imageRendering?: StyleValue<Property.ImageRendering | undefined> | StyleValueStateMap<Property.ImageRendering | undefined>;
202
- imageResolution?: StyleValue<Property.ImageResolution | undefined> | StyleValueStateMap<Property.ImageResolution | undefined>;
203
- initialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
204
- inlineSize?: StyleValue<Property.InlineSize<string | number> | undefined> | StyleValueStateMap<Property.InlineSize<string | number> | undefined>;
205
- inputSecurity?: StyleValue<Property.InputSecurity | undefined> | StyleValueStateMap<Property.InputSecurity | undefined>;
206
- insetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
207
- insetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
208
- insetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
209
- insetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
210
- isolation?: StyleValue<Property.Isolation | undefined> | StyleValueStateMap<Property.Isolation | undefined>;
211
- justifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
212
- justifyItems?: StyleValue<Property.JustifyItems | undefined> | StyleValueStateMap<Property.JustifyItems | undefined>;
213
- justifySelf?: StyleValue<Property.JustifySelf | undefined> | StyleValueStateMap<Property.JustifySelf | undefined>;
214
- justifyTracks?: StyleValue<Property.JustifyTracks | undefined> | StyleValueStateMap<Property.JustifyTracks | undefined>;
215
- left?: StyleValue<Property.Left<string | number> | undefined> | StyleValueStateMap<Property.Left<string | number> | undefined>;
216
- letterSpacing?: StyleValue<Property.LetterSpacing<string | number> | undefined> | StyleValueStateMap<Property.LetterSpacing<string | number> | undefined>;
217
- lineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
218
- lineHeight?: StyleValue<Property.LineHeight<string | number> | undefined> | StyleValueStateMap<Property.LineHeight<string | number> | undefined>;
219
- lineHeightStep?: StyleValue<Property.LineHeightStep<string | number> | undefined> | StyleValueStateMap<Property.LineHeightStep<string | number> | undefined>;
220
- listStyleImage?: StyleValue<Property.ListStyleImage | undefined> | StyleValueStateMap<Property.ListStyleImage | undefined>;
221
- listStylePosition?: StyleValue<Property.ListStylePosition | undefined> | StyleValueStateMap<Property.ListStylePosition | undefined>;
222
- listStyleType?: StyleValue<Property.ListStyleType | undefined> | StyleValueStateMap<Property.ListStyleType | undefined>;
223
- marginBlockEnd?: StyleValue<Property.MarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockEnd<string | number> | undefined>;
224
- marginBlockStart?: StyleValue<Property.MarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockStart<string | number> | undefined>;
225
- marginBottom?: StyleValue<Property.MarginBottom<string | number> | undefined> | StyleValueStateMap<Property.MarginBottom<string | number> | undefined>;
226
- marginInlineEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
227
- marginInlineStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
228
- marginLeft?: StyleValue<Property.MarginLeft<string | number> | undefined> | StyleValueStateMap<Property.MarginLeft<string | number> | undefined>;
229
- marginRight?: StyleValue<Property.MarginRight<string | number> | undefined> | StyleValueStateMap<Property.MarginRight<string | number> | undefined>;
230
- marginTop?: StyleValue<Property.MarginTop<string | number> | undefined> | StyleValueStateMap<Property.MarginTop<string | number> | undefined>;
231
- marginTrim?: StyleValue<Property.MarginTrim | undefined> | StyleValueStateMap<Property.MarginTrim | undefined>;
232
- maskBorderMode?: StyleValue<Property.MaskBorderMode | undefined> | StyleValueStateMap<Property.MaskBorderMode | undefined>;
233
- maskBorderOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
234
- maskBorderRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
235
- maskBorderSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
236
- maskBorderSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
237
- maskBorderWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
238
- maskClip?: StyleValue<Property.MaskClip | undefined> | StyleValueStateMap<Property.MaskClip | undefined>;
239
- maskComposite?: StyleValue<Property.MaskComposite | undefined> | StyleValueStateMap<Property.MaskComposite | undefined>;
240
- maskImage?: StyleValue<Property.MaskImage | undefined> | StyleValueStateMap<Property.MaskImage | undefined>;
241
- maskMode?: StyleValue<Property.MaskMode | undefined> | StyleValueStateMap<Property.MaskMode | undefined>;
242
- maskOrigin?: StyleValue<Property.MaskOrigin | undefined> | StyleValueStateMap<Property.MaskOrigin | undefined>;
243
- maskPosition?: StyleValue<Property.MaskPosition<string | number> | undefined> | StyleValueStateMap<Property.MaskPosition<string | number> | undefined>;
244
- maskRepeat?: StyleValue<Property.MaskRepeat | undefined> | StyleValueStateMap<Property.MaskRepeat | undefined>;
245
- maskSize?: StyleValue<Property.MaskSize<string | number> | undefined> | StyleValueStateMap<Property.MaskSize<string | number> | undefined>;
246
- maskType?: StyleValue<Property.MaskType | undefined> | StyleValueStateMap<Property.MaskType | undefined>;
247
- mathDepth?: StyleValue<Property.MathDepth | undefined> | StyleValueStateMap<Property.MathDepth | undefined>;
248
- mathShift?: StyleValue<Property.MathShift | undefined> | StyleValueStateMap<Property.MathShift | undefined>;
249
- mathStyle?: StyleValue<Property.MathStyle | undefined> | StyleValueStateMap<Property.MathStyle | undefined>;
250
- maxBlockSize?: StyleValue<Property.MaxBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MaxBlockSize<string | number> | undefined>;
251
- maxHeight?: StyleValue<Property.MaxHeight<string | number> | undefined> | StyleValueStateMap<Property.MaxHeight<string | number> | undefined>;
252
- maxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
253
- maxLines?: StyleValue<Property.MaxLines | undefined> | StyleValueStateMap<Property.MaxLines | undefined>;
254
- maxWidth?: StyleValue<Property.MaxWidth<string | number> | undefined> | StyleValueStateMap<Property.MaxWidth<string | number> | undefined>;
255
- minBlockSize?: StyleValue<Property.MinBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MinBlockSize<string | number> | undefined>;
256
- minHeight?: StyleValue<Property.MinHeight<string | number> | undefined> | StyleValueStateMap<Property.MinHeight<string | number> | undefined>;
257
- minInlineSize?: StyleValue<Property.MinInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MinInlineSize<string | number> | undefined>;
258
- minWidth?: StyleValue<Property.MinWidth<string | number> | undefined> | StyleValueStateMap<Property.MinWidth<string | number> | undefined>;
259
- mixBlendMode?: StyleValue<Property.MixBlendMode | undefined> | StyleValueStateMap<Property.MixBlendMode | undefined>;
260
- motionDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
261
- motionPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
262
- motionRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
263
- objectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
264
- objectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
265
- offsetAnchor?: StyleValue<Property.OffsetAnchor<string | number> | undefined> | StyleValueStateMap<Property.OffsetAnchor<string | number> | undefined>;
266
- offsetDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
267
- offsetPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
268
- offsetPosition?: StyleValue<Property.OffsetPosition<string | number> | undefined> | StyleValueStateMap<Property.OffsetPosition<string | number> | undefined>;
269
- offsetRotate?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
270
- offsetRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
271
- opacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
272
- order?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
273
- orphans?: StyleValue<Property.Orphans | undefined> | StyleValueStateMap<Property.Orphans | undefined>;
274
- outlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
275
- outlineOffset?: StyleValue<string | number | undefined> | StyleValueStateMap<string | number | undefined>;
276
- outlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
277
- outlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
278
- overflowAnchor?: StyleValue<Property.OverflowAnchor | undefined> | StyleValueStateMap<Property.OverflowAnchor | undefined>;
279
- overflowBlock?: StyleValue<Property.OverflowBlock | undefined> | StyleValueStateMap<Property.OverflowBlock | undefined>;
280
- overflowClipBox?: StyleValue<Property.OverflowClipBox | undefined> | StyleValueStateMap<Property.OverflowClipBox | undefined>;
281
- overflowClipMargin?: StyleValue<Property.OverflowClipMargin<string | number> | undefined> | StyleValueStateMap<Property.OverflowClipMargin<string | number> | undefined>;
282
- overflowInline?: StyleValue<Property.OverflowInline | undefined> | StyleValueStateMap<Property.OverflowInline | undefined>;
283
- overflowWrap?: StyleValue<Property.OverflowWrap | undefined> | StyleValueStateMap<Property.OverflowWrap | undefined>;
284
- overflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
285
- overflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
286
- overscrollBehaviorBlock?: StyleValue<Property.OverscrollBehaviorBlock | undefined> | StyleValueStateMap<Property.OverscrollBehaviorBlock | undefined>;
287
- overscrollBehaviorInline?: StyleValue<Property.OverscrollBehaviorInline | undefined> | StyleValueStateMap<Property.OverscrollBehaviorInline | undefined>;
288
- overscrollBehaviorX?: StyleValue<Property.OverscrollBehaviorX | undefined> | StyleValueStateMap<Property.OverscrollBehaviorX | undefined>;
289
- overscrollBehaviorY?: StyleValue<Property.OverscrollBehaviorY | undefined> | StyleValueStateMap<Property.OverscrollBehaviorY | undefined>;
290
- paddingBlockEnd?: StyleValue<Property.PaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockEnd<string | number> | undefined>;
291
- paddingBlockStart?: StyleValue<Property.PaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockStart<string | number> | undefined>;
292
- paddingBottom?: StyleValue<Property.PaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.PaddingBottom<string | number> | undefined>;
293
- paddingInlineEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
294
- paddingInlineStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
295
- paddingLeft?: StyleValue<Property.PaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.PaddingLeft<string | number> | undefined>;
296
- paddingRight?: StyleValue<Property.PaddingRight<string | number> | undefined> | StyleValueStateMap<Property.PaddingRight<string | number> | undefined>;
297
- paddingTop?: StyleValue<Property.PaddingTop<string | number> | undefined> | StyleValueStateMap<Property.PaddingTop<string | number> | undefined>;
298
- page?: StyleValue<Property.Page | undefined> | StyleValueStateMap<Property.Page | undefined>;
299
- pageBreakAfter?: StyleValue<Property.PageBreakAfter | undefined> | StyleValueStateMap<Property.PageBreakAfter | undefined>;
300
- pageBreakBefore?: StyleValue<Property.PageBreakBefore | undefined> | StyleValueStateMap<Property.PageBreakBefore | undefined>;
301
- pageBreakInside?: StyleValue<Property.PageBreakInside | undefined> | StyleValueStateMap<Property.PageBreakInside | undefined>;
302
- paintOrder?: StyleValue<Property.PaintOrder | undefined> | StyleValueStateMap<Property.PaintOrder | undefined>;
303
- perspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
304
- perspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
305
- pointerEvents?: StyleValue<Property.PointerEvents | undefined> | StyleValueStateMap<Property.PointerEvents | undefined>;
306
- position?: StyleValue<Property.Position | undefined> | StyleValueStateMap<Property.Position | undefined>;
307
- printColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
308
- quotes?: StyleValue<Property.Quotes | undefined> | StyleValueStateMap<Property.Quotes | undefined>;
309
- resize?: StyleValue<Property.Resize | undefined> | StyleValueStateMap<Property.Resize | undefined>;
310
- right?: StyleValue<Property.Right<string | number> | undefined> | StyleValueStateMap<Property.Right<string | number> | undefined>;
311
- rotate?: StyleValue<Property.Rotate | undefined> | StyleValueStateMap<Property.Rotate | undefined>;
312
- rowGap?: StyleValue<Property.RowGap<string | number> | undefined> | StyleValueStateMap<Property.RowGap<string | number> | undefined>;
313
- rubyAlign?: StyleValue<Property.RubyAlign | undefined> | StyleValueStateMap<Property.RubyAlign | undefined>;
314
- rubyMerge?: StyleValue<Property.RubyMerge | undefined> | StyleValueStateMap<Property.RubyMerge | undefined>;
315
- rubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
316
- scale?: StyleValue<Property.Scale | undefined> | StyleValueStateMap<Property.Scale | undefined>;
317
- scrollBehavior?: StyleValue<Property.ScrollBehavior | undefined> | StyleValueStateMap<Property.ScrollBehavior | undefined>;
318
- scrollMarginBlockEnd?: StyleValue<Property.ScrollMarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockEnd<string | number> | undefined>;
319
- scrollMarginBlockStart?: StyleValue<Property.ScrollMarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockStart<string | number> | undefined>;
320
- scrollMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
321
- scrollMarginInlineEnd?: StyleValue<Property.ScrollMarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineEnd<string | number> | undefined>;
322
- scrollMarginInlineStart?: StyleValue<Property.ScrollMarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineStart<string | number> | undefined>;
323
- scrollMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
324
- scrollMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
325
- scrollMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
326
- scrollPaddingBlockEnd?: StyleValue<Property.ScrollPaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockEnd<string | number> | undefined>;
327
- scrollPaddingBlockStart?: StyleValue<Property.ScrollPaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockStart<string | number> | undefined>;
328
- scrollPaddingBottom?: StyleValue<Property.ScrollPaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBottom<string | number> | undefined>;
329
- scrollPaddingInlineEnd?: StyleValue<Property.ScrollPaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineEnd<string | number> | undefined>;
330
- scrollPaddingInlineStart?: StyleValue<Property.ScrollPaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineStart<string | number> | undefined>;
331
- scrollPaddingLeft?: StyleValue<Property.ScrollPaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingLeft<string | number> | undefined>;
332
- scrollPaddingRight?: StyleValue<Property.ScrollPaddingRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingRight<string | number> | undefined>;
333
- scrollPaddingTop?: StyleValue<Property.ScrollPaddingTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingTop<string | number> | undefined>;
334
- scrollSnapAlign?: StyleValue<Property.ScrollSnapAlign | undefined> | StyleValueStateMap<Property.ScrollSnapAlign | undefined>;
335
- scrollSnapMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
336
- scrollSnapMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
337
- scrollSnapMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
338
- scrollSnapMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
339
- scrollSnapStop?: StyleValue<Property.ScrollSnapStop | undefined> | StyleValueStateMap<Property.ScrollSnapStop | undefined>;
340
- scrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
341
- scrollTimelineAxis?: StyleValue<Property.ScrollTimelineAxis | undefined> | StyleValueStateMap<Property.ScrollTimelineAxis | undefined>;
342
- scrollTimelineName?: StyleValue<Property.ScrollTimelineName | undefined> | StyleValueStateMap<Property.ScrollTimelineName | undefined>;
343
- scrollbarColor?: StyleValue<Property.ScrollbarColor | undefined> | StyleValueStateMap<Property.ScrollbarColor | undefined>;
344
- scrollbarGutter?: StyleValue<Property.ScrollbarGutter | undefined> | StyleValueStateMap<Property.ScrollbarGutter | undefined>;
345
- scrollbarWidth?: StyleValue<Property.ScrollbarWidth | undefined> | StyleValueStateMap<Property.ScrollbarWidth | undefined>;
346
- shapeImageThreshold?: StyleValue<Property.ShapeImageThreshold | undefined> | StyleValueStateMap<Property.ShapeImageThreshold | undefined>;
347
- shapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
348
- shapeOutside?: StyleValue<Property.ShapeOutside | undefined> | StyleValueStateMap<Property.ShapeOutside | undefined>;
349
- tabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
350
- tableLayout?: StyleValue<Property.TableLayout | undefined> | StyleValueStateMap<Property.TableLayout | undefined>;
351
- textAlign?: StyleValue<Property.TextAlign | undefined> | StyleValueStateMap<Property.TextAlign | undefined>;
352
- textAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
353
- textCombineUpright?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
354
- textDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
355
- textDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
356
- textDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
357
- textDecorationSkipInk?: StyleValue<Property.TextDecorationSkipInk | undefined> | StyleValueStateMap<Property.TextDecorationSkipInk | undefined>;
358
- textDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
359
- textDecorationThickness?: StyleValue<Property.TextDecorationThickness<string | number> | undefined> | StyleValueStateMap<Property.TextDecorationThickness<string | number> | undefined>;
360
- textEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
361
- textEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
362
- textEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
363
- textIndent?: StyleValue<Property.TextIndent<string | number> | undefined> | StyleValueStateMap<Property.TextIndent<string | number> | undefined>;
364
- textJustify?: StyleValue<Property.TextJustify | undefined> | StyleValueStateMap<Property.TextJustify | undefined>;
365
- textOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
366
- textOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
367
- textRendering?: StyleValue<Property.TextRendering | undefined> | StyleValueStateMap<Property.TextRendering | undefined>;
368
- textShadow?: StyleValue<Property.TextShadow | undefined> | StyleValueStateMap<Property.TextShadow | undefined>;
369
- textSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
370
- textTransform?: StyleValue<Property.TextTransform | undefined> | StyleValueStateMap<Property.TextTransform | undefined>;
371
- textUnderlineOffset?: StyleValue<Property.TextUnderlineOffset<string | number> | undefined> | StyleValueStateMap<Property.TextUnderlineOffset<string | number> | undefined>;
372
- textUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
373
- top?: StyleValue<Property.Top<string | number> | undefined> | StyleValueStateMap<Property.Top<string | number> | undefined>;
374
- touchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
375
- transform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
376
- transformBox?: StyleValue<Property.TransformBox | undefined> | StyleValueStateMap<Property.TransformBox | undefined>;
377
- transformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
378
- transformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
379
- transitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
380
- transitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
381
- transitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
382
- transitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
383
- unicodeBidi?: StyleValue<Property.UnicodeBidi | undefined> | StyleValueStateMap<Property.UnicodeBidi | undefined>;
384
- userSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
385
- verticalAlign?: StyleValue<Property.VerticalAlign<string | number> | undefined> | StyleValueStateMap<Property.VerticalAlign<string | number> | undefined>;
386
- viewTransitionName?: StyleValue<Property.ViewTransitionName | undefined> | StyleValueStateMap<Property.ViewTransitionName | undefined>;
387
- visibility?: StyleValue<Property.Visibility | undefined> | StyleValueStateMap<Property.Visibility | undefined>;
388
- whiteSpace?: StyleValue<Property.WhiteSpace | undefined> | StyleValueStateMap<Property.WhiteSpace | undefined>;
389
- widows?: StyleValue<Property.Widows | undefined> | StyleValueStateMap<Property.Widows | undefined>;
390
- willChange?: StyleValue<Property.WillChange | undefined> | StyleValueStateMap<Property.WillChange | undefined>;
391
- wordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
392
- wordSpacing?: StyleValue<Property.WordSpacing<string | number> | undefined> | StyleValueStateMap<Property.WordSpacing<string | number> | undefined>;
393
- wordWrap?: StyleValue<Property.WordWrap | undefined> | StyleValueStateMap<Property.WordWrap | undefined>;
394
- writingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
395
- zIndex?: StyleValue<Property.ZIndex | undefined> | StyleValueStateMap<Property.ZIndex | undefined>;
396
- zoom?: StyleValue<Property.Zoom | undefined> | StyleValueStateMap<Property.Zoom | undefined>;
397
- all?: StyleValue<Globals | undefined> | StyleValueStateMap<Globals | undefined>;
398
- animation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
399
- backgroundPosition?: StyleValue<Property.BackgroundPosition<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPosition<string | number> | undefined>;
400
- borderBlock?: StyleValue<Property.BorderBlock<string | number> | undefined> | StyleValueStateMap<Property.BorderBlock<string | number> | undefined>;
401
- borderBlockEnd?: StyleValue<Property.BorderBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEnd<string | number> | undefined>;
402
- borderBlockStart?: StyleValue<Property.BorderBlockStart<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStart<string | number> | undefined>;
403
- borderBottom?: StyleValue<Property.BorderBottom<string | number> | undefined> | StyleValueStateMap<Property.BorderBottom<string | number> | undefined>;
404
- borderColor?: StyleValue<Property.BorderColor | undefined> | StyleValueStateMap<Property.BorderColor | undefined>;
405
- borderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
406
- borderInline?: StyleValue<Property.BorderInline<string | number> | undefined> | StyleValueStateMap<Property.BorderInline<string | number> | undefined>;
407
- borderInlineEnd?: StyleValue<Property.BorderInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEnd<string | number> | undefined>;
408
- borderInlineStart?: StyleValue<Property.BorderInlineStart<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStart<string | number> | undefined>;
409
- borderLeft?: StyleValue<Property.BorderLeft<string | number> | undefined> | StyleValueStateMap<Property.BorderLeft<string | number> | undefined>;
410
- borderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
411
- borderRight?: StyleValue<Property.BorderRight<string | number> | undefined> | StyleValueStateMap<Property.BorderRight<string | number> | undefined>;
412
- borderStyle?: StyleValue<Property.BorderStyle | undefined> | StyleValueStateMap<Property.BorderStyle | undefined>;
413
- borderTop?: StyleValue<Property.BorderTop<string | number> | undefined> | StyleValueStateMap<Property.BorderTop<string | number> | undefined>;
414
- borderWidth?: StyleValue<Property.BorderWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderWidth<string | number> | undefined>;
415
- caret?: StyleValue<Property.Caret | undefined> | StyleValueStateMap<Property.Caret | undefined>;
416
- columnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
417
- columns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
418
- containIntrinsicSize?: StyleValue<Property.ContainIntrinsicSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicSize<string | number> | undefined>;
419
- container?: StyleValue<Property.Container | undefined> | StyleValueStateMap<Property.Container | undefined>;
420
- flex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
421
- flexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
422
- grid?: StyleValue<Property.Grid | undefined> | StyleValueStateMap<Property.Grid | undefined>;
423
- gridArea?: StyleValue<Property.GridArea | undefined> | StyleValueStateMap<Property.GridArea | undefined>;
424
- gridColumn?: StyleValue<Property.GridColumn | undefined> | StyleValueStateMap<Property.GridColumn | undefined>;
425
- gridRow?: StyleValue<Property.GridRow | undefined> | StyleValueStateMap<Property.GridRow | undefined>;
426
- gridTemplate?: StyleValue<Property.GridTemplate | undefined> | StyleValueStateMap<Property.GridTemplate | undefined>;
427
- inset?: StyleValue<Property.Inset<string | number> | undefined> | StyleValueStateMap<Property.Inset<string | number> | undefined>;
428
- insetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
429
- insetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
430
- lineClamp?: StyleValue<Property.LineClamp | undefined> | StyleValueStateMap<Property.LineClamp | undefined>;
431
- listStyle?: StyleValue<Property.ListStyle | undefined> | StyleValueStateMap<Property.ListStyle | undefined>;
432
- marginBlock?: StyleValue<Property.MarginBlock<string | number> | undefined> | StyleValueStateMap<Property.MarginBlock<string | number> | undefined>;
433
- marginInline?: StyleValue<Property.MarginInline<string | number> | undefined> | StyleValueStateMap<Property.MarginInline<string | number> | undefined>;
434
- mask?: StyleValue<Property.Mask<string | number> | undefined> | StyleValueStateMap<Property.Mask<string | number> | undefined>;
435
- maskBorder?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
436
- motion?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
437
- offset?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
438
- overflow?: StyleValue<Property.Overflow | undefined> | StyleValueStateMap<Property.Overflow | undefined>;
439
- overscrollBehavior?: StyleValue<Property.OverscrollBehavior | undefined> | StyleValueStateMap<Property.OverscrollBehavior | undefined>;
440
- paddingBlock?: StyleValue<Property.PaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlock<string | number> | undefined>;
441
- paddingInline?: StyleValue<Property.PaddingInline<string | number> | undefined> | StyleValueStateMap<Property.PaddingInline<string | number> | undefined>;
442
- placeSelf?: StyleValue<Property.PlaceSelf | undefined> | StyleValueStateMap<Property.PlaceSelf | undefined>;
443
- scrollMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
444
- scrollMarginBlock?: StyleValue<Property.ScrollMarginBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlock<string | number> | undefined>;
445
- scrollMarginInline?: StyleValue<Property.ScrollMarginInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInline<string | number> | undefined>;
446
- scrollPadding?: StyleValue<Property.ScrollPadding<string | number> | undefined> | StyleValueStateMap<Property.ScrollPadding<string | number> | undefined>;
447
- scrollPaddingBlock?: StyleValue<Property.ScrollPaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlock<string | number> | undefined>;
448
- scrollPaddingInline?: StyleValue<Property.ScrollPaddingInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInline<string | number> | undefined>;
449
- scrollSnapMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
450
- scrollTimeline?: StyleValue<Property.ScrollTimeline | undefined> | StyleValueStateMap<Property.ScrollTimeline | undefined>;
451
- textDecoration?: StyleValue<Property.TextDecoration<string | number> | undefined> | StyleValueStateMap<Property.TextDecoration<string | number> | undefined>;
452
- textEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
453
- MozAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
454
- MozAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
455
- MozAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
456
- MozAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
457
- MozAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
458
- MozAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
459
- MozAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
460
- MozAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
461
- MozAppearance?: StyleValue<Property.MozAppearance | undefined> | StyleValueStateMap<Property.MozAppearance | undefined>;
462
- MozBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
463
- MozBinding?: StyleValue<Property.MozBinding | undefined> | StyleValueStateMap<Property.MozBinding | undefined>;
464
- MozBorderBottomColors?: StyleValue<Property.MozBorderBottomColors | undefined> | StyleValueStateMap<Property.MozBorderBottomColors | undefined>;
465
- MozBorderEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
466
- MozBorderEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
467
- MozBorderEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
468
- MozBorderLeftColors?: StyleValue<Property.MozBorderLeftColors | undefined> | StyleValueStateMap<Property.MozBorderLeftColors | undefined>;
469
- MozBorderRightColors?: StyleValue<Property.MozBorderRightColors | undefined> | StyleValueStateMap<Property.MozBorderRightColors | undefined>;
470
- MozBorderStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
471
- MozBorderStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
472
- MozBorderTopColors?: StyleValue<Property.MozBorderTopColors | undefined> | StyleValueStateMap<Property.MozBorderTopColors | undefined>;
473
- MozBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
474
- MozColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
475
- MozColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
476
- MozColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
477
- MozColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
478
- MozColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
479
- MozColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
480
- MozContextProperties?: StyleValue<Property.MozContextProperties | undefined> | StyleValueStateMap<Property.MozContextProperties | undefined>;
481
- MozFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
482
- MozFontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
483
- MozHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
484
- MozImageRegion?: StyleValue<Property.MozImageRegion | undefined> | StyleValueStateMap<Property.MozImageRegion | undefined>;
485
- MozMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
486
- MozMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
487
- MozOrient?: StyleValue<Property.MozOrient | undefined> | StyleValueStateMap<Property.MozOrient | undefined>;
488
- MozOsxFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
489
- MozPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
490
- MozPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
491
- MozPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
492
- MozPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
493
- MozStackSizing?: StyleValue<Property.MozStackSizing | undefined> | StyleValueStateMap<Property.MozStackSizing | undefined>;
494
- MozTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
495
- MozTextBlink?: StyleValue<Property.MozTextBlink | undefined> | StyleValueStateMap<Property.MozTextBlink | undefined>;
496
- MozTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
497
- MozTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
498
- MozTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
499
- MozTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
500
- MozTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
501
- MozTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
502
- MozTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
503
- MozUserFocus?: StyleValue<Property.MozUserFocus | undefined> | StyleValueStateMap<Property.MozUserFocus | undefined>;
504
- MozUserModify?: StyleValue<Property.MozUserModify | undefined> | StyleValueStateMap<Property.MozUserModify | undefined>;
505
- MozUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
506
- MozWindowDragging?: StyleValue<Property.MozWindowDragging | undefined> | StyleValueStateMap<Property.MozWindowDragging | undefined>;
507
- MozWindowShadow?: StyleValue<Property.MozWindowShadow | undefined> | StyleValueStateMap<Property.MozWindowShadow | undefined>;
508
- msAccelerator?: StyleValue<Property.MsAccelerator | undefined> | StyleValueStateMap<Property.MsAccelerator | undefined>;
509
- msBlockProgression?: StyleValue<Property.MsBlockProgression | undefined> | StyleValueStateMap<Property.MsBlockProgression | undefined>;
510
- msContentZoomChaining?: StyleValue<Property.MsContentZoomChaining | undefined> | StyleValueStateMap<Property.MsContentZoomChaining | undefined>;
511
- msContentZoomLimitMax?: StyleValue<Property.MsContentZoomLimitMax | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMax | undefined>;
512
- msContentZoomLimitMin?: StyleValue<Property.MsContentZoomLimitMin | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMin | undefined>;
513
- msContentZoomSnapPoints?: StyleValue<Property.MsContentZoomSnapPoints | undefined> | StyleValueStateMap<Property.MsContentZoomSnapPoints | undefined>;
514
- msContentZoomSnapType?: StyleValue<Property.MsContentZoomSnapType | undefined> | StyleValueStateMap<Property.MsContentZoomSnapType | undefined>;
515
- msContentZooming?: StyleValue<Property.MsContentZooming | undefined> | StyleValueStateMap<Property.MsContentZooming | undefined>;
516
- msFilter?: StyleValue<Property.MsFilter | undefined> | StyleValueStateMap<Property.MsFilter | undefined>;
517
- msFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
518
- msFlexPositive?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
519
- msFlowFrom?: StyleValue<Property.MsFlowFrom | undefined> | StyleValueStateMap<Property.MsFlowFrom | undefined>;
520
- msFlowInto?: StyleValue<Property.MsFlowInto | undefined> | StyleValueStateMap<Property.MsFlowInto | undefined>;
521
- msGridColumns?: StyleValue<Property.MsGridColumns<string | number> | undefined> | StyleValueStateMap<Property.MsGridColumns<string | number> | undefined>;
522
- msGridRows?: StyleValue<Property.MsGridRows<string | number> | undefined> | StyleValueStateMap<Property.MsGridRows<string | number> | undefined>;
523
- msHighContrastAdjust?: StyleValue<Property.MsHighContrastAdjust | undefined> | StyleValueStateMap<Property.MsHighContrastAdjust | undefined>;
524
- msHyphenateLimitChars?: StyleValue<Property.MsHyphenateLimitChars | undefined> | StyleValueStateMap<Property.MsHyphenateLimitChars | undefined>;
525
- msHyphenateLimitLines?: StyleValue<Property.MsHyphenateLimitLines | undefined> | StyleValueStateMap<Property.MsHyphenateLimitLines | undefined>;
526
- msHyphenateLimitZone?: StyleValue<Property.MsHyphenateLimitZone<string | number> | undefined> | StyleValueStateMap<Property.MsHyphenateLimitZone<string | number> | undefined>;
527
- msHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
528
- msImeAlign?: StyleValue<Property.MsImeAlign | undefined> | StyleValueStateMap<Property.MsImeAlign | undefined>;
529
- msLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
530
- msOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
531
- msOverflowStyle?: StyleValue<Property.MsOverflowStyle | undefined> | StyleValueStateMap<Property.MsOverflowStyle | undefined>;
532
- msOverflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
533
- msOverflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
534
- msScrollChaining?: StyleValue<Property.MsScrollChaining | undefined> | StyleValueStateMap<Property.MsScrollChaining | undefined>;
535
- msScrollLimitXMax?: StyleValue<Property.MsScrollLimitXMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMax<string | number> | undefined>;
536
- msScrollLimitXMin?: StyleValue<Property.MsScrollLimitXMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMin<string | number> | undefined>;
537
- msScrollLimitYMax?: StyleValue<Property.MsScrollLimitYMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMax<string | number> | undefined>;
538
- msScrollLimitYMin?: StyleValue<Property.MsScrollLimitYMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMin<string | number> | undefined>;
539
- msScrollRails?: StyleValue<Property.MsScrollRails | undefined> | StyleValueStateMap<Property.MsScrollRails | undefined>;
540
- msScrollSnapPointsX?: StyleValue<Property.MsScrollSnapPointsX | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsX | undefined>;
541
- msScrollSnapPointsY?: StyleValue<Property.MsScrollSnapPointsY | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsY | undefined>;
542
- msScrollSnapType?: StyleValue<Property.MsScrollSnapType | undefined> | StyleValueStateMap<Property.MsScrollSnapType | undefined>;
543
- msScrollTranslation?: StyleValue<Property.MsScrollTranslation | undefined> | StyleValueStateMap<Property.MsScrollTranslation | undefined>;
544
- msScrollbar3dlightColor?: StyleValue<Property.MsScrollbar3dlightColor | undefined> | StyleValueStateMap<Property.MsScrollbar3dlightColor | undefined>;
545
- msScrollbarArrowColor?: StyleValue<Property.MsScrollbarArrowColor | undefined> | StyleValueStateMap<Property.MsScrollbarArrowColor | undefined>;
546
- msScrollbarBaseColor?: StyleValue<Property.MsScrollbarBaseColor | undefined> | StyleValueStateMap<Property.MsScrollbarBaseColor | undefined>;
547
- msScrollbarDarkshadowColor?: StyleValue<Property.MsScrollbarDarkshadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarDarkshadowColor | undefined>;
548
- msScrollbarFaceColor?: StyleValue<Property.MsScrollbarFaceColor | undefined> | StyleValueStateMap<Property.MsScrollbarFaceColor | undefined>;
549
- msScrollbarHighlightColor?: StyleValue<Property.MsScrollbarHighlightColor | undefined> | StyleValueStateMap<Property.MsScrollbarHighlightColor | undefined>;
550
- msScrollbarShadowColor?: StyleValue<Property.MsScrollbarShadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarShadowColor | undefined>;
551
- msScrollbarTrackColor?: StyleValue<Property.MsScrollbarTrackColor | undefined> | StyleValueStateMap<Property.MsScrollbarTrackColor | undefined>;
552
- msTextAutospace?: StyleValue<Property.MsTextAutospace | undefined> | StyleValueStateMap<Property.MsTextAutospace | undefined>;
553
- msTextCombineHorizontal?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
554
- msTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
555
- msTouchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
556
- msTouchSelect?: StyleValue<Property.MsTouchSelect | undefined> | StyleValueStateMap<Property.MsTouchSelect | undefined>;
557
- msTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
558
- msTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
559
- msTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
560
- msTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
561
- msTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
562
- msTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
563
- msUserSelect?: StyleValue<Property.MsUserSelect | undefined> | StyleValueStateMap<Property.MsUserSelect | undefined>;
564
- msWordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
565
- msWrapFlow?: StyleValue<Property.MsWrapFlow | undefined> | StyleValueStateMap<Property.MsWrapFlow | undefined>;
566
- msWrapMargin?: StyleValue<Property.MsWrapMargin<string | number> | undefined> | StyleValueStateMap<Property.MsWrapMargin<string | number> | undefined>;
567
- msWrapThrough?: StyleValue<Property.MsWrapThrough | undefined> | StyleValueStateMap<Property.MsWrapThrough | undefined>;
568
- msWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
569
- WebkitAlignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
570
- WebkitAlignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
571
- WebkitAlignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
572
- WebkitAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
573
- WebkitAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
574
- WebkitAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
575
- WebkitAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
576
- WebkitAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
577
- WebkitAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
578
- WebkitAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
579
- WebkitAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
580
- WebkitAppearance?: StyleValue<Property.WebkitAppearance | undefined> | StyleValueStateMap<Property.WebkitAppearance | undefined>;
581
- WebkitBackdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
582
- WebkitBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
583
- WebkitBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
584
- WebkitBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
585
- WebkitBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
586
- WebkitBorderBeforeColor?: StyleValue<Property.WebkitBorderBeforeColor | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeColor | undefined>;
587
- WebkitBorderBeforeStyle?: StyleValue<Property.WebkitBorderBeforeStyle | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeStyle | undefined>;
588
- WebkitBorderBeforeWidth?: StyleValue<Property.WebkitBorderBeforeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeWidth<string | number> | undefined>;
589
- WebkitBorderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
590
- WebkitBorderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
591
- WebkitBorderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
592
- WebkitBorderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
593
- WebkitBorderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
594
- WebkitBoxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
595
- WebkitBoxReflect?: StyleValue<Property.WebkitBoxReflect<string | number> | undefined> | StyleValueStateMap<Property.WebkitBoxReflect<string | number> | undefined>;
596
- WebkitBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
597
- WebkitBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
598
- WebkitClipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
599
- WebkitColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
600
- WebkitColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
601
- WebkitColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
602
- WebkitColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
603
- WebkitColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
604
- WebkitColumnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
605
- WebkitColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
606
- WebkitFilter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
607
- WebkitFlexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
608
- WebkitFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
609
- WebkitFlexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
610
- WebkitFlexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
611
- WebkitFlexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
612
- WebkitFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
613
- WebkitFontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
614
- WebkitFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
615
- WebkitFontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
616
- WebkitHyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
617
- WebkitHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
618
- WebkitInitialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
619
- WebkitJustifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
620
- WebkitLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
621
- WebkitLineClamp?: StyleValue<Property.WebkitLineClamp | undefined> | StyleValueStateMap<Property.WebkitLineClamp | undefined>;
622
- WebkitMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
623
- WebkitMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
624
- WebkitMaskAttachment?: StyleValue<Property.WebkitMaskAttachment | undefined> | StyleValueStateMap<Property.WebkitMaskAttachment | undefined>;
625
- WebkitMaskBoxImageOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
626
- WebkitMaskBoxImageRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
627
- WebkitMaskBoxImageSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
628
- WebkitMaskBoxImageSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
629
- WebkitMaskBoxImageWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
630
- WebkitMaskClip?: StyleValue<Property.WebkitMaskClip | undefined> | StyleValueStateMap<Property.WebkitMaskClip | undefined>;
631
- WebkitMaskComposite?: StyleValue<Property.WebkitMaskComposite | undefined> | StyleValueStateMap<Property.WebkitMaskComposite | undefined>;
632
- WebkitMaskImage?: StyleValue<Property.WebkitMaskImage | undefined> | StyleValueStateMap<Property.WebkitMaskImage | undefined>;
633
- WebkitMaskOrigin?: StyleValue<Property.WebkitMaskOrigin | undefined> | StyleValueStateMap<Property.WebkitMaskOrigin | undefined>;
634
- WebkitMaskPosition?: StyleValue<Property.WebkitMaskPosition<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPosition<string | number> | undefined>;
635
- WebkitMaskPositionX?: StyleValue<Property.WebkitMaskPositionX<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionX<string | number> | undefined>;
636
- WebkitMaskPositionY?: StyleValue<Property.WebkitMaskPositionY<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionY<string | number> | undefined>;
637
- WebkitMaskRepeat?: StyleValue<Property.WebkitMaskRepeat | undefined> | StyleValueStateMap<Property.WebkitMaskRepeat | undefined>;
638
- WebkitMaskRepeatX?: StyleValue<Property.WebkitMaskRepeatX | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatX | undefined>;
639
- WebkitMaskRepeatY?: StyleValue<Property.WebkitMaskRepeatY | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatY | undefined>;
640
- WebkitMaskSize?: StyleValue<Property.WebkitMaskSize<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskSize<string | number> | undefined>;
641
- WebkitMaxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
642
- WebkitOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
643
- WebkitOverflowScrolling?: StyleValue<Property.WebkitOverflowScrolling | undefined> | StyleValueStateMap<Property.WebkitOverflowScrolling | undefined>;
644
- WebkitPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
645
- WebkitPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
646
- WebkitPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
647
- WebkitPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
648
- WebkitPrintColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
649
- WebkitRubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
650
- WebkitScrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
651
- WebkitShapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
652
- WebkitTapHighlightColor?: StyleValue<Property.WebkitTapHighlightColor | undefined> | StyleValueStateMap<Property.WebkitTapHighlightColor | undefined>;
653
- WebkitTextCombine?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
654
- WebkitTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
655
- WebkitTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
656
- WebkitTextDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
657
- WebkitTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
658
- WebkitTextEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
659
- WebkitTextEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
660
- WebkitTextEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
661
- WebkitTextFillColor?: StyleValue<Property.WebkitTextFillColor | undefined> | StyleValueStateMap<Property.WebkitTextFillColor | undefined>;
662
- WebkitTextOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
663
- WebkitTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
664
- WebkitTextStrokeColor?: StyleValue<Property.WebkitTextStrokeColor | undefined> | StyleValueStateMap<Property.WebkitTextStrokeColor | undefined>;
665
- WebkitTextStrokeWidth?: StyleValue<Property.WebkitTextStrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStrokeWidth<string | number> | undefined>;
666
- WebkitTextUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
667
- WebkitTouchCallout?: StyleValue<Property.WebkitTouchCallout | undefined> | StyleValueStateMap<Property.WebkitTouchCallout | undefined>;
668
- WebkitTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
669
- WebkitTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
670
- WebkitTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
671
- WebkitTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
672
- WebkitTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
673
- WebkitTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
674
- WebkitTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
675
- WebkitUserModify?: StyleValue<Property.WebkitUserModify | undefined> | StyleValueStateMap<Property.WebkitUserModify | undefined>;
676
- WebkitUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
677
- WebkitWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
678
- MozAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
679
- MozBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
680
- MozColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
681
- MozColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
682
- MozTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
683
- msContentZoomLimit?: StyleValue<Property.MsContentZoomLimit | undefined> | StyleValueStateMap<Property.MsContentZoomLimit | undefined>;
684
- msContentZoomSnap?: StyleValue<Property.MsContentZoomSnap | undefined> | StyleValueStateMap<Property.MsContentZoomSnap | undefined>;
685
- msFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
686
- msScrollLimit?: StyleValue<Property.MsScrollLimit | undefined> | StyleValueStateMap<Property.MsScrollLimit | undefined>;
687
- msScrollSnapX?: StyleValue<Property.MsScrollSnapX | undefined> | StyleValueStateMap<Property.MsScrollSnapX | undefined>;
688
- msScrollSnapY?: StyleValue<Property.MsScrollSnapY | undefined> | StyleValueStateMap<Property.MsScrollSnapY | undefined>;
689
- msTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
690
- WebkitAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
691
- WebkitBorderBefore?: StyleValue<Property.WebkitBorderBefore<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBefore<string | number> | undefined>;
692
- WebkitBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
693
- WebkitBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
694
- WebkitColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
695
- WebkitColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
696
- WebkitFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
697
- WebkitFlexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
698
- WebkitMask?: StyleValue<Property.WebkitMask<string | number> | undefined> | StyleValueStateMap<Property.WebkitMask<string | number> | undefined>;
699
- WebkitMaskBoxImage?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
700
- WebkitTextEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
701
- WebkitTextStroke?: StyleValue<Property.WebkitTextStroke<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStroke<string | number> | undefined>;
702
- WebkitTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
703
- azimuth?: StyleValue<Property.Azimuth | undefined> | StyleValueStateMap<Property.Azimuth | undefined>;
704
- boxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
705
- boxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
706
- boxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
707
- boxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
708
- boxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
709
- boxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
710
- boxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
711
- boxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
712
- clip?: StyleValue<Property.Clip | undefined> | StyleValueStateMap<Property.Clip | undefined>;
713
- gridColumnGap?: StyleValue<Property.GridColumnGap<string | number> | undefined> | StyleValueStateMap<Property.GridColumnGap<string | number> | undefined>;
714
- gridGap?: StyleValue<Property.GridGap<string | number> | undefined> | StyleValueStateMap<Property.GridGap<string | number> | undefined>;
715
- gridRowGap?: StyleValue<Property.GridRowGap<string | number> | undefined> | StyleValueStateMap<Property.GridRowGap<string | number> | undefined>;
716
- imeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
717
- offsetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
718
- offsetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
719
- offsetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
720
- offsetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
721
- offsetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
722
- offsetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
723
- scrollSnapCoordinate?: StyleValue<Property.ScrollSnapCoordinate<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapCoordinate<string | number> | undefined>;
724
- scrollSnapDestination?: StyleValue<Property.ScrollSnapDestination<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapDestination<string | number> | undefined>;
725
- scrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
726
- scrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
727
- scrollSnapTypeX?: StyleValue<Property.ScrollSnapTypeX | undefined> | StyleValueStateMap<Property.ScrollSnapTypeX | undefined>;
728
- scrollSnapTypeY?: StyleValue<Property.ScrollSnapTypeY | undefined> | StyleValueStateMap<Property.ScrollSnapTypeY | undefined>;
729
- KhtmlBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
730
- KhtmlBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
731
- KhtmlBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
732
- KhtmlBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
733
- KhtmlBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
734
- KhtmlBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
735
- KhtmlBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
736
- KhtmlBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
737
- KhtmlLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
738
- KhtmlOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
739
- KhtmlUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
740
- MozBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
741
- MozBackgroundInlinePolicy?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
742
- MozBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
743
- MozBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
744
- MozBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
745
- MozBorderRadiusBottomleft?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
746
- MozBorderRadiusBottomright?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
747
- MozBorderRadiusTopleft?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
748
- MozBorderRadiusTopright?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
749
- MozBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
750
- MozBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
751
- MozBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
752
- MozBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
753
- MozBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
754
- MozBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
755
- MozBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
756
- MozFloatEdge?: StyleValue<Property.MozFloatEdge | undefined> | StyleValueStateMap<Property.MozFloatEdge | undefined>;
757
- MozForceBrokenImageIcon?: StyleValue<Property.MozForceBrokenImageIcon | undefined> | StyleValueStateMap<Property.MozForceBrokenImageIcon | undefined>;
758
- MozOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
759
- MozOutline?: StyleValue<Property.Outline<string | number> | undefined> | StyleValueStateMap<Property.Outline<string | number> | undefined>;
760
- MozOutlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
761
- MozOutlineRadius?: StyleValue<Property.MozOutlineRadius<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadius<string | number> | undefined>;
762
- MozOutlineRadiusBottomleft?: StyleValue<Property.MozOutlineRadiusBottomleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
763
- MozOutlineRadiusBottomright?: StyleValue<Property.MozOutlineRadiusBottomright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomright<string | number> | undefined>;
764
- MozOutlineRadiusTopleft?: StyleValue<Property.MozOutlineRadiusTopleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopleft<string | number> | undefined>;
765
- MozOutlineRadiusTopright?: StyleValue<Property.MozOutlineRadiusTopright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopright<string | number> | undefined>;
766
- MozOutlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
767
- MozOutlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
768
- MozTextAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
769
- MozTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
770
- MozTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
771
- MozTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
772
- MozUserInput?: StyleValue<Property.MozUserInput | undefined> | StyleValueStateMap<Property.MozUserInput | undefined>;
773
- msImeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
774
- OAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
775
- OAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
776
- OAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
777
- OAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
778
- OAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
779
- OAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
780
- OAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
781
- OAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
782
- OAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
783
- OBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
784
- OBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
785
- OObjectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
786
- OObjectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
787
- OTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
788
- OTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
789
- OTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
790
- OTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
791
- OTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
792
- OTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
793
- OTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
794
- OTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
795
- OTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
796
- WebkitBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
797
- WebkitBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
798
- WebkitBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
799
- WebkitBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
800
- WebkitBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
801
- WebkitBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
802
- WebkitBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
803
- WebkitBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
804
- WebkitScrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
805
- WebkitScrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
806
- alignmentBaseline?: StyleValue<Property.AlignmentBaseline | undefined> | StyleValueStateMap<Property.AlignmentBaseline | undefined>;
807
- baselineShift?: StyleValue<Property.BaselineShift<string | number> | undefined> | StyleValueStateMap<Property.BaselineShift<string | number> | undefined>;
808
- clipRule?: StyleValue<Property.ClipRule | undefined> | StyleValueStateMap<Property.ClipRule | undefined>;
809
- colorInterpolation?: StyleValue<Property.ColorInterpolation | undefined> | StyleValueStateMap<Property.ColorInterpolation | undefined>;
810
- colorRendering?: StyleValue<Property.ColorRendering | undefined> | StyleValueStateMap<Property.ColorRendering | undefined>;
811
- dominantBaseline?: StyleValue<Property.DominantBaseline | undefined> | StyleValueStateMap<Property.DominantBaseline | undefined>;
812
- fillOpacity?: StyleValue<Property.FillOpacity | undefined> | StyleValueStateMap<Property.FillOpacity | undefined>;
813
- fillRule?: StyleValue<Property.FillRule | undefined> | StyleValueStateMap<Property.FillRule | undefined>;
814
- floodColor?: StyleValue<Property.FloodColor | undefined> | StyleValueStateMap<Property.FloodColor | undefined>;
815
- floodOpacity?: StyleValue<Property.FloodOpacity | undefined> | StyleValueStateMap<Property.FloodOpacity | undefined>;
816
- glyphOrientationVertical?: StyleValue<Property.GlyphOrientationVertical | undefined> | StyleValueStateMap<Property.GlyphOrientationVertical | undefined>;
817
- lightingColor?: StyleValue<Property.LightingColor | undefined> | StyleValueStateMap<Property.LightingColor | undefined>;
818
- marker?: StyleValue<Property.Marker | undefined> | StyleValueStateMap<Property.Marker | undefined>;
819
- markerEnd?: StyleValue<Property.MarkerEnd | undefined> | StyleValueStateMap<Property.MarkerEnd | undefined>;
820
- markerMid?: StyleValue<Property.MarkerMid | undefined> | StyleValueStateMap<Property.MarkerMid | undefined>;
821
- markerStart?: StyleValue<Property.MarkerStart | undefined> | StyleValueStateMap<Property.MarkerStart | undefined>;
822
- shapeRendering?: StyleValue<Property.ShapeRendering | undefined> | StyleValueStateMap<Property.ShapeRendering | undefined>;
823
- stopColor?: StyleValue<Property.StopColor | undefined> | StyleValueStateMap<Property.StopColor | undefined>;
824
- stopOpacity?: StyleValue<Property.StopOpacity | undefined> | StyleValueStateMap<Property.StopOpacity | undefined>;
825
- stroke?: StyleValue<Property.Stroke | undefined> | StyleValueStateMap<Property.Stroke | undefined>;
826
- strokeDasharray?: StyleValue<Property.StrokeDasharray<string | number> | undefined> | StyleValueStateMap<Property.StrokeDasharray<string | number> | undefined>;
827
- strokeDashoffset?: StyleValue<Property.StrokeDashoffset<string | number> | undefined> | StyleValueStateMap<Property.StrokeDashoffset<string | number> | undefined>;
828
- strokeLinecap?: StyleValue<Property.StrokeLinecap | undefined> | StyleValueStateMap<Property.StrokeLinecap | undefined>;
829
- strokeLinejoin?: StyleValue<Property.StrokeLinejoin | undefined> | StyleValueStateMap<Property.StrokeLinejoin | undefined>;
830
- strokeMiterlimit?: StyleValue<Property.StrokeMiterlimit | undefined> | StyleValueStateMap<Property.StrokeMiterlimit | undefined>;
831
- strokeOpacity?: StyleValue<Property.StrokeOpacity | undefined> | StyleValueStateMap<Property.StrokeOpacity | undefined>;
832
- strokeWidth?: StyleValue<Property.StrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.StrokeWidth<string | number> | undefined>;
833
- textAnchor?: StyleValue<Property.TextAnchor | undefined> | StyleValueStateMap<Property.TextAnchor | undefined>;
834
- vectorEffect?: StyleValue<Property.VectorEffect | undefined> | StyleValueStateMap<Property.VectorEffect | undefined>;
835
- image?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
836
- svgFill?: StyleValue<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | StyleValueStateMap<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
837
- fade?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
838
- styledScrollbar?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
839
- scrollbar?: StyleValue<string | number | boolean | undefined> | StyleValueStateMap<string | number | boolean | undefined>;
840
- boldFontWeight?: StyleValue<number | undefined> | StyleValueStateMap<number | undefined>;
841
- hide?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
842
- shadow?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
843
- radius?: StyleValue<string | true | undefined> | StyleValueStateMap<string | true | undefined>;
844
- flow?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
845
- gridAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
846
- gridColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
847
- gridRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
848
- preset?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
849
- justify?: StyleValue<"start" | (string & {}) | "left" | "right" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined> | StyleValueStateMap<"start" | (string & {}) | "left" | "right" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
850
- place?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
851
- "@keyframes"?: StyleValue<Record<string, KeyframesSteps> | undefined> | StyleValueStateMap<Record<string, KeyframesSteps> | undefined>;
852
- "@properties"?: StyleValue<Record<string, PropertyDefinition> | undefined> | StyleValueStateMap<Record<string, PropertyDefinition> | undefined>;
853
- recipe?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
854
- } & BaseStyleProps & WithVariant<VariantMap> & Omit<Omit<React.AllHTMLAttributes<HTMLElement>, keyof React.ClassAttributes<HTMLUListElement> | keyof React.HTMLAttributes<HTMLUListElement>> & React.ClassAttributes<HTMLUListElement> & React.HTMLAttributes<HTMLUListElement>, "ref" | "style" | "css" | "content" | "translate" | "as" | "background" | "align" | "border" | "color" | "height" | "width" | "fill" | "font" | "outline" | "gap" | "padding" | "margin" | "transition" | "placeContent" | "placeItems" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockOverflow" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "colorAdjust" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "inputSecurity" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "motionDistance" | "motionPath" | "motionRotation" | "objectFit" | "objectPosition" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "offsetRotation" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTransitionName" | "visibility" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "backgroundPosition" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "container" | "flex" | "flexFlow" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "motion" | "offset" | "overflow" | "overscrollBehavior" | "paddingBlock" | "paddingInline" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBackfaceVisibility" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozPaddingEnd" | "MozPaddingStart" | "MozPerspective" | "MozPerspectiveOrigin" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozTransformOrigin" | "MozTransformStyle" | "MozTransitionDelay" | "MozTransitionDuration" | "MozTransitionProperty" | "MozTransitionTimingFunction" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozTransition" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "azimuth" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "offsetBlock" | "offsetBlockEnd" | "offsetBlockStart" | "offsetInline" | "offsetInlineEnd" | "offsetInlineStart" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "KhtmlBoxAlign" | "KhtmlBoxDirection" | "KhtmlBoxFlex" | "KhtmlBoxFlexGroup" | "KhtmlBoxLines" | "KhtmlBoxOrdinalGroup" | "KhtmlBoxOrient" | "KhtmlBoxPack" | "KhtmlLineBreak" | "KhtmlOpacity" | "KhtmlUserSelect" | "MozBackgroundClip" | "MozBackgroundInlinePolicy" | "MozBackgroundOrigin" | "MozBackgroundSize" | "MozBorderRadius" | "MozBorderRadiusBottomleft" | "MozBorderRadiusBottomright" | "MozBorderRadiusTopleft" | "MozBorderRadiusTopright" | "MozBoxAlign" | "MozBoxDirection" | "MozBoxFlex" | "MozBoxOrdinalGroup" | "MozBoxOrient" | "MozBoxPack" | "MozBoxShadow" | "MozFloatEdge" | "MozForceBrokenImageIcon" | "MozOpacity" | "MozOutline" | "MozOutlineColor" | "MozOutlineRadius" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozOutlineStyle" | "MozOutlineWidth" | "MozTextAlignLast" | "MozTextDecorationColor" | "MozTextDecorationLine" | "MozTextDecorationStyle" | "MozUserInput" | "msImeMode" | "OAnimation" | "OAnimationDelay" | "OAnimationDirection" | "OAnimationDuration" | "OAnimationFillMode" | "OAnimationIterationCount" | "OAnimationName" | "OAnimationPlayState" | "OAnimationTimingFunction" | "OBackgroundSize" | "OBorderImage" | "OObjectFit" | "OObjectPosition" | "OTabSize" | "OTextOverflow" | "OTransform" | "OTransformOrigin" | "OTransition" | "OTransitionDelay" | "OTransitionDuration" | "OTransitionProperty" | "OTransitionTimingFunction" | "WebkitBoxAlign" | "WebkitBoxDirection" | "WebkitBoxFlex" | "WebkitBoxFlexGroup" | "WebkitBoxLines" | "WebkitBoxOrdinalGroup" | "WebkitBoxOrient" | "WebkitBoxPack" | "WebkitScrollSnapPointsX" | "WebkitScrollSnapPointsY" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "image" | "svgFill" | "fade" | "styledScrollbar" | "scrollbar" | "boldFontWeight" | "hide" | "shadow" | "radius" | "flow" | "gridAreas" | "gridColumns" | "gridRows" | "preset" | "justify" | "place" | "@keyframes" | "@properties" | "recipe" | "qa" | "inline" | "qaVal" | "element" | "styles" | "breakpoints" | "block" | "mods" | "isHidden" | "isDisabled" | "theme" | "tokens"> & React.RefAttributes<unknown>> & {};
21
+ declare const ListBoxElement: React.ForwardRefExoticComponent<_tenphi_tasty0.AllBaseProps<keyof HTMLElementTagNameMap> & {
22
+ content?: _tenphi_tasty0.StyleValue<Property.Content | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Content | undefined>;
23
+ translate?: _tenphi_tasty0.StyleValue<Property.Translate<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Translate<string | number> | undefined>;
24
+ background?: _tenphi_tasty0.StyleValue<Property.Background<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Background<string | number> | undefined>;
25
+ align?: _tenphi_tasty0.StyleValue<"start" | (string & {}) | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined> | _tenphi_tasty0.StyleValueStateMap<"start" | (string & {}) | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
26
+ border?: _tenphi_tasty0.StyleValue<boolean | Property.Border<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.Border<string | number> | undefined>;
27
+ color?: _tenphi_tasty0.StyleValue<string | boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<string | boolean | undefined>;
28
+ height?: _tenphi_tasty0.StyleValue<boolean | Property.Height<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.Height<string | number> | undefined>;
29
+ width?: _tenphi_tasty0.StyleValue<boolean | Property.Width<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.Width<string | number> | undefined>;
30
+ fill?: _tenphi_tasty0.StyleValue<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
31
+ font?: _tenphi_tasty0.StyleValue<boolean | Property.FontFamily | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.FontFamily | undefined>;
32
+ outline?: _tenphi_tasty0.StyleValue<string | boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<string | boolean | undefined>;
33
+ gap?: _tenphi_tasty0.StyleValue<boolean | Property.Gap<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.Gap<string | number> | undefined>;
34
+ padding?: _tenphi_tasty0.StyleValue<boolean | Property.Padding<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.Padding<string | number> | undefined>;
35
+ margin?: _tenphi_tasty0.StyleValue<boolean | Property.Margin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | Property.Margin<string | number> | undefined>;
36
+ transition?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
37
+ placeContent?: _tenphi_tasty0.StyleValue<Property.PlaceContent | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PlaceContent | undefined>;
38
+ placeItems?: _tenphi_tasty0.StyleValue<Property.PlaceItems | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PlaceItems | undefined>;
39
+ accentColor?: _tenphi_tasty0.StyleValue<Property.AccentColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AccentColor | undefined>;
40
+ alignContent?: _tenphi_tasty0.StyleValue<Property.AlignContent | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignContent | undefined>;
41
+ alignItems?: _tenphi_tasty0.StyleValue<Property.AlignItems | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignItems | undefined>;
42
+ alignSelf?: _tenphi_tasty0.StyleValue<Property.AlignSelf | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignSelf | undefined>;
43
+ alignTracks?: _tenphi_tasty0.StyleValue<Property.AlignTracks | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignTracks | undefined>;
44
+ animationComposition?: _tenphi_tasty0.StyleValue<Property.AnimationComposition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationComposition | undefined>;
45
+ animationDelay?: _tenphi_tasty0.StyleValue<Property.AnimationDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
46
+ animationDirection?: _tenphi_tasty0.StyleValue<Property.AnimationDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDirection | undefined>;
47
+ animationDuration?: _tenphi_tasty0.StyleValue<Property.AnimationDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
48
+ animationFillMode?: _tenphi_tasty0.StyleValue<Property.AnimationFillMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationFillMode | undefined>;
49
+ animationIterationCount?: _tenphi_tasty0.StyleValue<Property.AnimationIterationCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationIterationCount | undefined>;
50
+ animationName?: _tenphi_tasty0.StyleValue<Property.AnimationName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationName | undefined>;
51
+ animationPlayState?: _tenphi_tasty0.StyleValue<Property.AnimationPlayState | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationPlayState | undefined>;
52
+ animationTimeline?: _tenphi_tasty0.StyleValue<Property.AnimationTimeline | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationTimeline | undefined>;
53
+ animationTimingFunction?: _tenphi_tasty0.StyleValue<Property.AnimationTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
54
+ appearance?: _tenphi_tasty0.StyleValue<Property.Appearance | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Appearance | undefined>;
55
+ aspectRatio?: _tenphi_tasty0.StyleValue<Property.AspectRatio | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AspectRatio | undefined>;
56
+ backdropFilter?: _tenphi_tasty0.StyleValue<Property.BackdropFilter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackdropFilter | undefined>;
57
+ backfaceVisibility?: _tenphi_tasty0.StyleValue<Property.BackfaceVisibility | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackfaceVisibility | undefined>;
58
+ backgroundAttachment?: _tenphi_tasty0.StyleValue<Property.BackgroundAttachment | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundAttachment | undefined>;
59
+ backgroundBlendMode?: _tenphi_tasty0.StyleValue<Property.BackgroundBlendMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundBlendMode | undefined>;
60
+ backgroundClip?: _tenphi_tasty0.StyleValue<Property.BackgroundClip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundClip | undefined>;
61
+ backgroundColor?: _tenphi_tasty0.StyleValue<Property.BackgroundColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundColor | undefined>;
62
+ backgroundImage?: _tenphi_tasty0.StyleValue<Property.BackgroundImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundImage | undefined>;
63
+ backgroundOrigin?: _tenphi_tasty0.StyleValue<Property.BackgroundOrigin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundOrigin | undefined>;
64
+ backgroundPositionX?: _tenphi_tasty0.StyleValue<Property.BackgroundPositionX<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundPositionX<string | number> | undefined>;
65
+ backgroundPositionY?: _tenphi_tasty0.StyleValue<Property.BackgroundPositionY<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundPositionY<string | number> | undefined>;
66
+ backgroundRepeat?: _tenphi_tasty0.StyleValue<Property.BackgroundRepeat | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundRepeat | undefined>;
67
+ backgroundSize?: _tenphi_tasty0.StyleValue<Property.BackgroundSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
68
+ blockOverflow?: _tenphi_tasty0.StyleValue<Property.BlockOverflow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BlockOverflow | undefined>;
69
+ blockSize?: _tenphi_tasty0.StyleValue<Property.BlockSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BlockSize<string | number> | undefined>;
70
+ borderBlockColor?: _tenphi_tasty0.StyleValue<Property.BorderBlockColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockColor | undefined>;
71
+ borderBlockEndColor?: _tenphi_tasty0.StyleValue<Property.BorderBlockEndColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockEndColor | undefined>;
72
+ borderBlockEndStyle?: _tenphi_tasty0.StyleValue<Property.BorderBlockEndStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockEndStyle | undefined>;
73
+ borderBlockEndWidth?: _tenphi_tasty0.StyleValue<Property.BorderBlockEndWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockEndWidth<string | number> | undefined>;
74
+ borderBlockStartColor?: _tenphi_tasty0.StyleValue<Property.BorderBlockStartColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockStartColor | undefined>;
75
+ borderBlockStartStyle?: _tenphi_tasty0.StyleValue<Property.BorderBlockStartStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockStartStyle | undefined>;
76
+ borderBlockStartWidth?: _tenphi_tasty0.StyleValue<Property.BorderBlockStartWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockStartWidth<string | number> | undefined>;
77
+ borderBlockStyle?: _tenphi_tasty0.StyleValue<Property.BorderBlockStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockStyle | undefined>;
78
+ borderBlockWidth?: _tenphi_tasty0.StyleValue<Property.BorderBlockWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockWidth<string | number> | undefined>;
79
+ borderBottomColor?: _tenphi_tasty0.StyleValue<Property.BorderBottomColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomColor | undefined>;
80
+ borderBottomLeftRadius?: _tenphi_tasty0.StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
81
+ borderBottomRightRadius?: _tenphi_tasty0.StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
82
+ borderBottomStyle?: _tenphi_tasty0.StyleValue<Property.BorderBottomStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomStyle | undefined>;
83
+ borderBottomWidth?: _tenphi_tasty0.StyleValue<Property.BorderBottomWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomWidth<string | number> | undefined>;
84
+ borderCollapse?: _tenphi_tasty0.StyleValue<Property.BorderCollapse | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderCollapse | undefined>;
85
+ borderEndEndRadius?: _tenphi_tasty0.StyleValue<Property.BorderEndEndRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderEndEndRadius<string | number> | undefined>;
86
+ borderEndStartRadius?: _tenphi_tasty0.StyleValue<Property.BorderEndStartRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderEndStartRadius<string | number> | undefined>;
87
+ borderImageOutset?: _tenphi_tasty0.StyleValue<Property.BorderImageOutset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImageOutset<string | number> | undefined>;
88
+ borderImageRepeat?: _tenphi_tasty0.StyleValue<Property.BorderImageRepeat | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImageRepeat | undefined>;
89
+ borderImageSlice?: _tenphi_tasty0.StyleValue<Property.BorderImageSlice | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImageSlice | undefined>;
90
+ borderImageSource?: _tenphi_tasty0.StyleValue<Property.BorderImageSource | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImageSource | undefined>;
91
+ borderImageWidth?: _tenphi_tasty0.StyleValue<Property.BorderImageWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImageWidth<string | number> | undefined>;
92
+ borderInlineColor?: _tenphi_tasty0.StyleValue<Property.BorderInlineColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineColor | undefined>;
93
+ borderInlineEndColor?: _tenphi_tasty0.StyleValue<Property.BorderInlineEndColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
94
+ borderInlineEndStyle?: _tenphi_tasty0.StyleValue<Property.BorderInlineEndStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
95
+ borderInlineEndWidth?: _tenphi_tasty0.StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
96
+ borderInlineStartColor?: _tenphi_tasty0.StyleValue<Property.BorderInlineStartColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
97
+ borderInlineStartStyle?: _tenphi_tasty0.StyleValue<Property.BorderInlineStartStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
98
+ borderInlineStartWidth?: _tenphi_tasty0.StyleValue<Property.BorderInlineStartWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStartWidth<string | number> | undefined>;
99
+ borderInlineStyle?: _tenphi_tasty0.StyleValue<Property.BorderInlineStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStyle | undefined>;
100
+ borderInlineWidth?: _tenphi_tasty0.StyleValue<Property.BorderInlineWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineWidth<string | number> | undefined>;
101
+ borderLeftColor?: _tenphi_tasty0.StyleValue<Property.BorderLeftColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderLeftColor | undefined>;
102
+ borderLeftStyle?: _tenphi_tasty0.StyleValue<Property.BorderLeftStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderLeftStyle | undefined>;
103
+ borderLeftWidth?: _tenphi_tasty0.StyleValue<Property.BorderLeftWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderLeftWidth<string | number> | undefined>;
104
+ borderRightColor?: _tenphi_tasty0.StyleValue<Property.BorderRightColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRightColor | undefined>;
105
+ borderRightStyle?: _tenphi_tasty0.StyleValue<Property.BorderRightStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRightStyle | undefined>;
106
+ borderRightWidth?: _tenphi_tasty0.StyleValue<Property.BorderRightWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRightWidth<string | number> | undefined>;
107
+ borderSpacing?: _tenphi_tasty0.StyleValue<Property.BorderSpacing<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderSpacing<string | number> | undefined>;
108
+ borderStartEndRadius?: _tenphi_tasty0.StyleValue<Property.BorderStartEndRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderStartEndRadius<string | number> | undefined>;
109
+ borderStartStartRadius?: _tenphi_tasty0.StyleValue<Property.BorderStartStartRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderStartStartRadius<string | number> | undefined>;
110
+ borderTopColor?: _tenphi_tasty0.StyleValue<Property.BorderTopColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopColor | undefined>;
111
+ borderTopLeftRadius?: _tenphi_tasty0.StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
112
+ borderTopRightRadius?: _tenphi_tasty0.StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
113
+ borderTopStyle?: _tenphi_tasty0.StyleValue<Property.BorderTopStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopStyle | undefined>;
114
+ borderTopWidth?: _tenphi_tasty0.StyleValue<Property.BorderTopWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopWidth<string | number> | undefined>;
115
+ bottom?: _tenphi_tasty0.StyleValue<Property.Bottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Bottom<string | number> | undefined>;
116
+ boxDecorationBreak?: _tenphi_tasty0.StyleValue<Property.BoxDecorationBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
117
+ boxShadow?: _tenphi_tasty0.StyleValue<Property.BoxShadow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxShadow | undefined>;
118
+ boxSizing?: _tenphi_tasty0.StyleValue<Property.BoxSizing | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxSizing | undefined>;
119
+ breakAfter?: _tenphi_tasty0.StyleValue<Property.BreakAfter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BreakAfter | undefined>;
120
+ breakBefore?: _tenphi_tasty0.StyleValue<Property.BreakBefore | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BreakBefore | undefined>;
121
+ breakInside?: _tenphi_tasty0.StyleValue<Property.BreakInside | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BreakInside | undefined>;
122
+ captionSide?: _tenphi_tasty0.StyleValue<Property.CaptionSide | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.CaptionSide | undefined>;
123
+ caretColor?: _tenphi_tasty0.StyleValue<Property.CaretColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.CaretColor | undefined>;
124
+ caretShape?: _tenphi_tasty0.StyleValue<Property.CaretShape | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.CaretShape | undefined>;
125
+ clear?: _tenphi_tasty0.StyleValue<Property.Clear | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Clear | undefined>;
126
+ clipPath?: _tenphi_tasty0.StyleValue<Property.ClipPath | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ClipPath | undefined>;
127
+ colorAdjust?: _tenphi_tasty0.StyleValue<Property.PrintColorAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PrintColorAdjust | undefined>;
128
+ colorScheme?: _tenphi_tasty0.StyleValue<Property.ColorScheme | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColorScheme | undefined>;
129
+ columnCount?: _tenphi_tasty0.StyleValue<Property.ColumnCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnCount | undefined>;
130
+ columnFill?: _tenphi_tasty0.StyleValue<Property.ColumnFill | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnFill | undefined>;
131
+ columnGap?: _tenphi_tasty0.StyleValue<Property.ColumnGap<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnGap<string | number> | undefined>;
132
+ columnRuleColor?: _tenphi_tasty0.StyleValue<Property.ColumnRuleColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleColor | undefined>;
133
+ columnRuleStyle?: _tenphi_tasty0.StyleValue<Property.ColumnRuleStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
134
+ columnRuleWidth?: _tenphi_tasty0.StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
135
+ columnSpan?: _tenphi_tasty0.StyleValue<Property.ColumnSpan | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnSpan | undefined>;
136
+ columnWidth?: _tenphi_tasty0.StyleValue<Property.ColumnWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
137
+ contain?: _tenphi_tasty0.StyleValue<Property.Contain | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Contain | undefined>;
138
+ containIntrinsicBlockSize?: _tenphi_tasty0.StyleValue<Property.ContainIntrinsicBlockSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainIntrinsicBlockSize<string | number> | undefined>;
139
+ containIntrinsicHeight?: _tenphi_tasty0.StyleValue<Property.ContainIntrinsicHeight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainIntrinsicHeight<string | number> | undefined>;
140
+ containIntrinsicInlineSize?: _tenphi_tasty0.StyleValue<Property.ContainIntrinsicInlineSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainIntrinsicInlineSize<string | number> | undefined>;
141
+ containIntrinsicWidth?: _tenphi_tasty0.StyleValue<Property.ContainIntrinsicWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainIntrinsicWidth<string | number> | undefined>;
142
+ containerName?: _tenphi_tasty0.StyleValue<Property.ContainerName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainerName | undefined>;
143
+ containerType?: _tenphi_tasty0.StyleValue<Property.ContainerType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainerType | undefined>;
144
+ contentVisibility?: _tenphi_tasty0.StyleValue<Property.ContentVisibility | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContentVisibility | undefined>;
145
+ counterIncrement?: _tenphi_tasty0.StyleValue<Property.CounterIncrement | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.CounterIncrement | undefined>;
146
+ counterReset?: _tenphi_tasty0.StyleValue<Property.CounterReset | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.CounterReset | undefined>;
147
+ counterSet?: _tenphi_tasty0.StyleValue<Property.CounterSet | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.CounterSet | undefined>;
148
+ cursor?: _tenphi_tasty0.StyleValue<Property.Cursor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Cursor | undefined>;
149
+ direction?: _tenphi_tasty0.StyleValue<Property.Direction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Direction | undefined>;
150
+ display?: _tenphi_tasty0.StyleValue<Property.Display | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Display | undefined>;
151
+ emptyCells?: _tenphi_tasty0.StyleValue<Property.EmptyCells | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.EmptyCells | undefined>;
152
+ filter?: _tenphi_tasty0.StyleValue<Property.Filter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Filter | undefined>;
153
+ flexBasis?: _tenphi_tasty0.StyleValue<Property.FlexBasis<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
154
+ flexDirection?: _tenphi_tasty0.StyleValue<Property.FlexDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexDirection | undefined>;
155
+ flexGrow?: _tenphi_tasty0.StyleValue<Property.FlexGrow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexGrow | undefined>;
156
+ flexShrink?: _tenphi_tasty0.StyleValue<Property.FlexShrink | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexShrink | undefined>;
157
+ flexWrap?: _tenphi_tasty0.StyleValue<Property.FlexWrap | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexWrap | undefined>;
158
+ float?: _tenphi_tasty0.StyleValue<Property.Float | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Float | undefined>;
159
+ fontFamily?: _tenphi_tasty0.StyleValue<Property.FontFamily | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontFamily | undefined>;
160
+ fontFeatureSettings?: _tenphi_tasty0.StyleValue<Property.FontFeatureSettings | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontFeatureSettings | undefined>;
161
+ fontKerning?: _tenphi_tasty0.StyleValue<Property.FontKerning | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontKerning | undefined>;
162
+ fontLanguageOverride?: _tenphi_tasty0.StyleValue<Property.FontLanguageOverride | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontLanguageOverride | undefined>;
163
+ fontOpticalSizing?: _tenphi_tasty0.StyleValue<Property.FontOpticalSizing | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontOpticalSizing | undefined>;
164
+ fontPalette?: _tenphi_tasty0.StyleValue<Property.FontPalette | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontPalette | undefined>;
165
+ fontSize?: _tenphi_tasty0.StyleValue<Property.FontSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontSize<string | number> | undefined>;
166
+ fontSizeAdjust?: _tenphi_tasty0.StyleValue<Property.FontSizeAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontSizeAdjust | undefined>;
167
+ fontSmooth?: _tenphi_tasty0.StyleValue<Property.FontSmooth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
168
+ fontStretch?: _tenphi_tasty0.StyleValue<Property.FontStretch | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontStretch | undefined>;
169
+ fontStyle?: _tenphi_tasty0.StyleValue<Property.FontStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontStyle | undefined>;
170
+ fontSynthesis?: _tenphi_tasty0.StyleValue<Property.FontSynthesis | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontSynthesis | undefined>;
171
+ fontVariant?: _tenphi_tasty0.StyleValue<Property.FontVariant | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariant | undefined>;
172
+ fontVariantAlternates?: _tenphi_tasty0.StyleValue<Property.FontVariantAlternates | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantAlternates | undefined>;
173
+ fontVariantCaps?: _tenphi_tasty0.StyleValue<Property.FontVariantCaps | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantCaps | undefined>;
174
+ fontVariantEastAsian?: _tenphi_tasty0.StyleValue<Property.FontVariantEastAsian | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantEastAsian | undefined>;
175
+ fontVariantEmoji?: _tenphi_tasty0.StyleValue<Property.FontVariantEmoji | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantEmoji | undefined>;
176
+ fontVariantLigatures?: _tenphi_tasty0.StyleValue<Property.FontVariantLigatures | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantLigatures | undefined>;
177
+ fontVariantNumeric?: _tenphi_tasty0.StyleValue<Property.FontVariantNumeric | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantNumeric | undefined>;
178
+ fontVariantPosition?: _tenphi_tasty0.StyleValue<Property.FontVariantPosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantPosition | undefined>;
179
+ fontVariationSettings?: _tenphi_tasty0.StyleValue<Property.FontVariationSettings | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariationSettings | undefined>;
180
+ fontWeight?: _tenphi_tasty0.StyleValue<Property.FontWeight | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontWeight | undefined>;
181
+ forcedColorAdjust?: _tenphi_tasty0.StyleValue<Property.ForcedColorAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ForcedColorAdjust | undefined>;
182
+ gridAutoColumns?: _tenphi_tasty0.StyleValue<Property.GridAutoColumns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridAutoColumns<string | number> | undefined>;
183
+ gridAutoFlow?: _tenphi_tasty0.StyleValue<Property.GridAutoFlow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridAutoFlow | undefined>;
184
+ gridAutoRows?: _tenphi_tasty0.StyleValue<Property.GridAutoRows<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridAutoRows<string | number> | undefined>;
185
+ gridColumnEnd?: _tenphi_tasty0.StyleValue<Property.GridColumnEnd | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridColumnEnd | undefined>;
186
+ gridColumnStart?: _tenphi_tasty0.StyleValue<Property.GridColumnStart | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridColumnStart | undefined>;
187
+ gridRowEnd?: _tenphi_tasty0.StyleValue<Property.GridRowEnd | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridRowEnd | undefined>;
188
+ gridRowStart?: _tenphi_tasty0.StyleValue<Property.GridRowStart | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridRowStart | undefined>;
189
+ gridTemplateAreas?: _tenphi_tasty0.StyleValue<Property.GridTemplateAreas | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateAreas | undefined>;
190
+ gridTemplateColumns?: _tenphi_tasty0.StyleValue<Property.GridTemplateColumns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
191
+ gridTemplateRows?: _tenphi_tasty0.StyleValue<Property.GridTemplateRows<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
192
+ hangingPunctuation?: _tenphi_tasty0.StyleValue<Property.HangingPunctuation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.HangingPunctuation | undefined>;
193
+ hyphenateCharacter?: _tenphi_tasty0.StyleValue<Property.HyphenateCharacter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.HyphenateCharacter | undefined>;
194
+ hyphenateLimitChars?: _tenphi_tasty0.StyleValue<Property.HyphenateLimitChars | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.HyphenateLimitChars | undefined>;
195
+ hyphens?: _tenphi_tasty0.StyleValue<Property.Hyphens | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Hyphens | undefined>;
196
+ imageOrientation?: _tenphi_tasty0.StyleValue<Property.ImageOrientation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ImageOrientation | undefined>;
197
+ imageRendering?: _tenphi_tasty0.StyleValue<Property.ImageRendering | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ImageRendering | undefined>;
198
+ imageResolution?: _tenphi_tasty0.StyleValue<Property.ImageResolution | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ImageResolution | undefined>;
199
+ initialLetter?: _tenphi_tasty0.StyleValue<Property.InitialLetter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InitialLetter | undefined>;
200
+ inlineSize?: _tenphi_tasty0.StyleValue<Property.InlineSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InlineSize<string | number> | undefined>;
201
+ inputSecurity?: _tenphi_tasty0.StyleValue<Property.InputSecurity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InputSecurity | undefined>;
202
+ insetBlockEnd?: _tenphi_tasty0.StyleValue<Property.InsetBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
203
+ insetBlockStart?: _tenphi_tasty0.StyleValue<Property.InsetBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
204
+ insetInlineEnd?: _tenphi_tasty0.StyleValue<Property.InsetInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
205
+ insetInlineStart?: _tenphi_tasty0.StyleValue<Property.InsetInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
206
+ isolation?: _tenphi_tasty0.StyleValue<Property.Isolation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Isolation | undefined>;
207
+ justifyContent?: _tenphi_tasty0.StyleValue<Property.JustifyContent | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.JustifyContent | undefined>;
208
+ justifyItems?: _tenphi_tasty0.StyleValue<Property.JustifyItems | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.JustifyItems | undefined>;
209
+ justifySelf?: _tenphi_tasty0.StyleValue<Property.JustifySelf | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.JustifySelf | undefined>;
210
+ justifyTracks?: _tenphi_tasty0.StyleValue<Property.JustifyTracks | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.JustifyTracks | undefined>;
211
+ left?: _tenphi_tasty0.StyleValue<Property.Left<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Left<string | number> | undefined>;
212
+ letterSpacing?: _tenphi_tasty0.StyleValue<Property.LetterSpacing<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LetterSpacing<string | number> | undefined>;
213
+ lineBreak?: _tenphi_tasty0.StyleValue<Property.LineBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineBreak | undefined>;
214
+ lineHeight?: _tenphi_tasty0.StyleValue<Property.LineHeight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineHeight<string | number> | undefined>;
215
+ lineHeightStep?: _tenphi_tasty0.StyleValue<Property.LineHeightStep<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineHeightStep<string | number> | undefined>;
216
+ listStyleImage?: _tenphi_tasty0.StyleValue<Property.ListStyleImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ListStyleImage | undefined>;
217
+ listStylePosition?: _tenphi_tasty0.StyleValue<Property.ListStylePosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ListStylePosition | undefined>;
218
+ listStyleType?: _tenphi_tasty0.StyleValue<Property.ListStyleType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ListStyleType | undefined>;
219
+ marginBlockEnd?: _tenphi_tasty0.StyleValue<Property.MarginBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginBlockEnd<string | number> | undefined>;
220
+ marginBlockStart?: _tenphi_tasty0.StyleValue<Property.MarginBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginBlockStart<string | number> | undefined>;
221
+ marginBottom?: _tenphi_tasty0.StyleValue<Property.MarginBottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginBottom<string | number> | undefined>;
222
+ marginInlineEnd?: _tenphi_tasty0.StyleValue<Property.MarginInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
223
+ marginInlineStart?: _tenphi_tasty0.StyleValue<Property.MarginInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
224
+ marginLeft?: _tenphi_tasty0.StyleValue<Property.MarginLeft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginLeft<string | number> | undefined>;
225
+ marginRight?: _tenphi_tasty0.StyleValue<Property.MarginRight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginRight<string | number> | undefined>;
226
+ marginTop?: _tenphi_tasty0.StyleValue<Property.MarginTop<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginTop<string | number> | undefined>;
227
+ marginTrim?: _tenphi_tasty0.StyleValue<Property.MarginTrim | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginTrim | undefined>;
228
+ maskBorderMode?: _tenphi_tasty0.StyleValue<Property.MaskBorderMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderMode | undefined>;
229
+ maskBorderOutset?: _tenphi_tasty0.StyleValue<Property.MaskBorderOutset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
230
+ maskBorderRepeat?: _tenphi_tasty0.StyleValue<Property.MaskBorderRepeat | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
231
+ maskBorderSlice?: _tenphi_tasty0.StyleValue<Property.MaskBorderSlice | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderSlice | undefined>;
232
+ maskBorderSource?: _tenphi_tasty0.StyleValue<Property.MaskBorderSource | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderSource | undefined>;
233
+ maskBorderWidth?: _tenphi_tasty0.StyleValue<Property.MaskBorderWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
234
+ maskClip?: _tenphi_tasty0.StyleValue<Property.MaskClip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskClip | undefined>;
235
+ maskComposite?: _tenphi_tasty0.StyleValue<Property.MaskComposite | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskComposite | undefined>;
236
+ maskImage?: _tenphi_tasty0.StyleValue<Property.MaskImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskImage | undefined>;
237
+ maskMode?: _tenphi_tasty0.StyleValue<Property.MaskMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskMode | undefined>;
238
+ maskOrigin?: _tenphi_tasty0.StyleValue<Property.MaskOrigin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskOrigin | undefined>;
239
+ maskPosition?: _tenphi_tasty0.StyleValue<Property.MaskPosition<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskPosition<string | number> | undefined>;
240
+ maskRepeat?: _tenphi_tasty0.StyleValue<Property.MaskRepeat | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskRepeat | undefined>;
241
+ maskSize?: _tenphi_tasty0.StyleValue<Property.MaskSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskSize<string | number> | undefined>;
242
+ maskType?: _tenphi_tasty0.StyleValue<Property.MaskType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskType | undefined>;
243
+ mathDepth?: _tenphi_tasty0.StyleValue<Property.MathDepth | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MathDepth | undefined>;
244
+ mathShift?: _tenphi_tasty0.StyleValue<Property.MathShift | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MathShift | undefined>;
245
+ mathStyle?: _tenphi_tasty0.StyleValue<Property.MathStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MathStyle | undefined>;
246
+ maxBlockSize?: _tenphi_tasty0.StyleValue<Property.MaxBlockSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaxBlockSize<string | number> | undefined>;
247
+ maxHeight?: _tenphi_tasty0.StyleValue<Property.MaxHeight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaxHeight<string | number> | undefined>;
248
+ maxInlineSize?: _tenphi_tasty0.StyleValue<Property.MaxInlineSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
249
+ maxLines?: _tenphi_tasty0.StyleValue<Property.MaxLines | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaxLines | undefined>;
250
+ maxWidth?: _tenphi_tasty0.StyleValue<Property.MaxWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaxWidth<string | number> | undefined>;
251
+ minBlockSize?: _tenphi_tasty0.StyleValue<Property.MinBlockSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MinBlockSize<string | number> | undefined>;
252
+ minHeight?: _tenphi_tasty0.StyleValue<Property.MinHeight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MinHeight<string | number> | undefined>;
253
+ minInlineSize?: _tenphi_tasty0.StyleValue<Property.MinInlineSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MinInlineSize<string | number> | undefined>;
254
+ minWidth?: _tenphi_tasty0.StyleValue<Property.MinWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MinWidth<string | number> | undefined>;
255
+ mixBlendMode?: _tenphi_tasty0.StyleValue<Property.MixBlendMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MixBlendMode | undefined>;
256
+ motionDistance?: _tenphi_tasty0.StyleValue<Property.OffsetDistance<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
257
+ motionPath?: _tenphi_tasty0.StyleValue<Property.OffsetPath | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetPath | undefined>;
258
+ motionRotation?: _tenphi_tasty0.StyleValue<Property.OffsetRotate | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetRotate | undefined>;
259
+ objectFit?: _tenphi_tasty0.StyleValue<Property.ObjectFit | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ObjectFit | undefined>;
260
+ objectPosition?: _tenphi_tasty0.StyleValue<Property.ObjectPosition<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
261
+ offsetAnchor?: _tenphi_tasty0.StyleValue<Property.OffsetAnchor<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetAnchor<string | number> | undefined>;
262
+ offsetDistance?: _tenphi_tasty0.StyleValue<Property.OffsetDistance<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
263
+ offsetPath?: _tenphi_tasty0.StyleValue<Property.OffsetPath | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetPath | undefined>;
264
+ offsetPosition?: _tenphi_tasty0.StyleValue<Property.OffsetPosition<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetPosition<string | number> | undefined>;
265
+ offsetRotate?: _tenphi_tasty0.StyleValue<Property.OffsetRotate | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetRotate | undefined>;
266
+ offsetRotation?: _tenphi_tasty0.StyleValue<Property.OffsetRotate | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OffsetRotate | undefined>;
267
+ opacity?: _tenphi_tasty0.StyleValue<Property.Opacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Opacity | undefined>;
268
+ order?: _tenphi_tasty0.StyleValue<Property.Order | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Order | undefined>;
269
+ orphans?: _tenphi_tasty0.StyleValue<Property.Orphans | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Orphans | undefined>;
270
+ outlineColor?: _tenphi_tasty0.StyleValue<Property.OutlineColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OutlineColor | undefined>;
271
+ outlineOffset?: _tenphi_tasty0.StyleValue<string | number | undefined> | _tenphi_tasty0.StyleValueStateMap<string | number | undefined>;
272
+ outlineStyle?: _tenphi_tasty0.StyleValue<Property.OutlineStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OutlineStyle | undefined>;
273
+ outlineWidth?: _tenphi_tasty0.StyleValue<Property.OutlineWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
274
+ overflowAnchor?: _tenphi_tasty0.StyleValue<Property.OverflowAnchor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowAnchor | undefined>;
275
+ overflowBlock?: _tenphi_tasty0.StyleValue<Property.OverflowBlock | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowBlock | undefined>;
276
+ overflowClipBox?: _tenphi_tasty0.StyleValue<Property.OverflowClipBox | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowClipBox | undefined>;
277
+ overflowClipMargin?: _tenphi_tasty0.StyleValue<Property.OverflowClipMargin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowClipMargin<string | number> | undefined>;
278
+ overflowInline?: _tenphi_tasty0.StyleValue<Property.OverflowInline | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowInline | undefined>;
279
+ overflowWrap?: _tenphi_tasty0.StyleValue<Property.OverflowWrap | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowWrap | undefined>;
280
+ overflowX?: _tenphi_tasty0.StyleValue<Property.OverflowX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowX | undefined>;
281
+ overflowY?: _tenphi_tasty0.StyleValue<Property.OverflowY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowY | undefined>;
282
+ overscrollBehaviorBlock?: _tenphi_tasty0.StyleValue<Property.OverscrollBehaviorBlock | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverscrollBehaviorBlock | undefined>;
283
+ overscrollBehaviorInline?: _tenphi_tasty0.StyleValue<Property.OverscrollBehaviorInline | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverscrollBehaviorInline | undefined>;
284
+ overscrollBehaviorX?: _tenphi_tasty0.StyleValue<Property.OverscrollBehaviorX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverscrollBehaviorX | undefined>;
285
+ overscrollBehaviorY?: _tenphi_tasty0.StyleValue<Property.OverscrollBehaviorY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverscrollBehaviorY | undefined>;
286
+ paddingBlockEnd?: _tenphi_tasty0.StyleValue<Property.PaddingBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingBlockEnd<string | number> | undefined>;
287
+ paddingBlockStart?: _tenphi_tasty0.StyleValue<Property.PaddingBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingBlockStart<string | number> | undefined>;
288
+ paddingBottom?: _tenphi_tasty0.StyleValue<Property.PaddingBottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingBottom<string | number> | undefined>;
289
+ paddingInlineEnd?: _tenphi_tasty0.StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
290
+ paddingInlineStart?: _tenphi_tasty0.StyleValue<Property.PaddingInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
291
+ paddingLeft?: _tenphi_tasty0.StyleValue<Property.PaddingLeft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingLeft<string | number> | undefined>;
292
+ paddingRight?: _tenphi_tasty0.StyleValue<Property.PaddingRight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingRight<string | number> | undefined>;
293
+ paddingTop?: _tenphi_tasty0.StyleValue<Property.PaddingTop<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingTop<string | number> | undefined>;
294
+ page?: _tenphi_tasty0.StyleValue<Property.Page | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Page | undefined>;
295
+ pageBreakAfter?: _tenphi_tasty0.StyleValue<Property.PageBreakAfter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PageBreakAfter | undefined>;
296
+ pageBreakBefore?: _tenphi_tasty0.StyleValue<Property.PageBreakBefore | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PageBreakBefore | undefined>;
297
+ pageBreakInside?: _tenphi_tasty0.StyleValue<Property.PageBreakInside | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PageBreakInside | undefined>;
298
+ paintOrder?: _tenphi_tasty0.StyleValue<Property.PaintOrder | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaintOrder | undefined>;
299
+ perspective?: _tenphi_tasty0.StyleValue<Property.Perspective<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Perspective<string | number> | undefined>;
300
+ perspectiveOrigin?: _tenphi_tasty0.StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
301
+ pointerEvents?: _tenphi_tasty0.StyleValue<Property.PointerEvents | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PointerEvents | undefined>;
302
+ position?: _tenphi_tasty0.StyleValue<Property.Position | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Position | undefined>;
303
+ printColorAdjust?: _tenphi_tasty0.StyleValue<Property.PrintColorAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PrintColorAdjust | undefined>;
304
+ quotes?: _tenphi_tasty0.StyleValue<Property.Quotes | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Quotes | undefined>;
305
+ resize?: _tenphi_tasty0.StyleValue<Property.Resize | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Resize | undefined>;
306
+ right?: _tenphi_tasty0.StyleValue<Property.Right<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Right<string | number> | undefined>;
307
+ rotate?: _tenphi_tasty0.StyleValue<Property.Rotate | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Rotate | undefined>;
308
+ rowGap?: _tenphi_tasty0.StyleValue<Property.RowGap<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.RowGap<string | number> | undefined>;
309
+ rubyAlign?: _tenphi_tasty0.StyleValue<Property.RubyAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.RubyAlign | undefined>;
310
+ rubyMerge?: _tenphi_tasty0.StyleValue<Property.RubyMerge | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.RubyMerge | undefined>;
311
+ rubyPosition?: _tenphi_tasty0.StyleValue<Property.RubyPosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.RubyPosition | undefined>;
312
+ scale?: _tenphi_tasty0.StyleValue<Property.Scale | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Scale | undefined>;
313
+ scrollBehavior?: _tenphi_tasty0.StyleValue<Property.ScrollBehavior | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollBehavior | undefined>;
314
+ scrollMarginBlockEnd?: _tenphi_tasty0.StyleValue<Property.ScrollMarginBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginBlockEnd<string | number> | undefined>;
315
+ scrollMarginBlockStart?: _tenphi_tasty0.StyleValue<Property.ScrollMarginBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginBlockStart<string | number> | undefined>;
316
+ scrollMarginBottom?: _tenphi_tasty0.StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
317
+ scrollMarginInlineEnd?: _tenphi_tasty0.StyleValue<Property.ScrollMarginInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginInlineEnd<string | number> | undefined>;
318
+ scrollMarginInlineStart?: _tenphi_tasty0.StyleValue<Property.ScrollMarginInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginInlineStart<string | number> | undefined>;
319
+ scrollMarginLeft?: _tenphi_tasty0.StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
320
+ scrollMarginRight?: _tenphi_tasty0.StyleValue<Property.ScrollMarginRight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
321
+ scrollMarginTop?: _tenphi_tasty0.StyleValue<Property.ScrollMarginTop<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
322
+ scrollPaddingBlockEnd?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingBlockEnd<string | number> | undefined>;
323
+ scrollPaddingBlockStart?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingBlockStart<string | number> | undefined>;
324
+ scrollPaddingBottom?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingBottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingBottom<string | number> | undefined>;
325
+ scrollPaddingInlineEnd?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingInlineEnd<string | number> | undefined>;
326
+ scrollPaddingInlineStart?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingInlineStart<string | number> | undefined>;
327
+ scrollPaddingLeft?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingLeft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingLeft<string | number> | undefined>;
328
+ scrollPaddingRight?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingRight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingRight<string | number> | undefined>;
329
+ scrollPaddingTop?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingTop<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingTop<string | number> | undefined>;
330
+ scrollSnapAlign?: _tenphi_tasty0.StyleValue<Property.ScrollSnapAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapAlign | undefined>;
331
+ scrollSnapMarginBottom?: _tenphi_tasty0.StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
332
+ scrollSnapMarginLeft?: _tenphi_tasty0.StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
333
+ scrollSnapMarginRight?: _tenphi_tasty0.StyleValue<Property.ScrollMarginRight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
334
+ scrollSnapMarginTop?: _tenphi_tasty0.StyleValue<Property.ScrollMarginTop<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
335
+ scrollSnapStop?: _tenphi_tasty0.StyleValue<Property.ScrollSnapStop | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapStop | undefined>;
336
+ scrollSnapType?: _tenphi_tasty0.StyleValue<Property.ScrollSnapType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapType | undefined>;
337
+ scrollTimelineAxis?: _tenphi_tasty0.StyleValue<Property.ScrollTimelineAxis | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollTimelineAxis | undefined>;
338
+ scrollTimelineName?: _tenphi_tasty0.StyleValue<Property.ScrollTimelineName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollTimelineName | undefined>;
339
+ scrollbarColor?: _tenphi_tasty0.StyleValue<Property.ScrollbarColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollbarColor | undefined>;
340
+ scrollbarGutter?: _tenphi_tasty0.StyleValue<Property.ScrollbarGutter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollbarGutter | undefined>;
341
+ scrollbarWidth?: _tenphi_tasty0.StyleValue<Property.ScrollbarWidth | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollbarWidth | undefined>;
342
+ shapeImageThreshold?: _tenphi_tasty0.StyleValue<Property.ShapeImageThreshold | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ShapeImageThreshold | undefined>;
343
+ shapeMargin?: _tenphi_tasty0.StyleValue<Property.ShapeMargin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
344
+ shapeOutside?: _tenphi_tasty0.StyleValue<Property.ShapeOutside | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ShapeOutside | undefined>;
345
+ tabSize?: _tenphi_tasty0.StyleValue<Property.TabSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TabSize<string | number> | undefined>;
346
+ tableLayout?: _tenphi_tasty0.StyleValue<Property.TableLayout | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TableLayout | undefined>;
347
+ textAlign?: _tenphi_tasty0.StyleValue<Property.TextAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextAlign | undefined>;
348
+ textAlignLast?: _tenphi_tasty0.StyleValue<Property.TextAlignLast | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextAlignLast | undefined>;
349
+ textCombineUpright?: _tenphi_tasty0.StyleValue<Property.TextCombineUpright | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextCombineUpright | undefined>;
350
+ textDecorationColor?: _tenphi_tasty0.StyleValue<Property.TextDecorationColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationColor | undefined>;
351
+ textDecorationLine?: _tenphi_tasty0.StyleValue<Property.TextDecorationLine | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationLine | undefined>;
352
+ textDecorationSkip?: _tenphi_tasty0.StyleValue<Property.TextDecorationSkip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationSkip | undefined>;
353
+ textDecorationSkipInk?: _tenphi_tasty0.StyleValue<Property.TextDecorationSkipInk | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationSkipInk | undefined>;
354
+ textDecorationStyle?: _tenphi_tasty0.StyleValue<Property.TextDecorationStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationStyle | undefined>;
355
+ textDecorationThickness?: _tenphi_tasty0.StyleValue<Property.TextDecorationThickness<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationThickness<string | number> | undefined>;
356
+ textEmphasisColor?: _tenphi_tasty0.StyleValue<Property.TextEmphasisColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasisColor | undefined>;
357
+ textEmphasisPosition?: _tenphi_tasty0.StyleValue<Property.TextEmphasisPosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
358
+ textEmphasisStyle?: _tenphi_tasty0.StyleValue<Property.TextEmphasisStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
359
+ textIndent?: _tenphi_tasty0.StyleValue<Property.TextIndent<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextIndent<string | number> | undefined>;
360
+ textJustify?: _tenphi_tasty0.StyleValue<Property.TextJustify | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextJustify | undefined>;
361
+ textOrientation?: _tenphi_tasty0.StyleValue<Property.TextOrientation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextOrientation | undefined>;
362
+ textOverflow?: _tenphi_tasty0.StyleValue<Property.TextOverflow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextOverflow | undefined>;
363
+ textRendering?: _tenphi_tasty0.StyleValue<Property.TextRendering | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextRendering | undefined>;
364
+ textShadow?: _tenphi_tasty0.StyleValue<Property.TextShadow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextShadow | undefined>;
365
+ textSizeAdjust?: _tenphi_tasty0.StyleValue<Property.TextSizeAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextSizeAdjust | undefined>;
366
+ textTransform?: _tenphi_tasty0.StyleValue<Property.TextTransform | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextTransform | undefined>;
367
+ textUnderlineOffset?: _tenphi_tasty0.StyleValue<Property.TextUnderlineOffset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextUnderlineOffset<string | number> | undefined>;
368
+ textUnderlinePosition?: _tenphi_tasty0.StyleValue<Property.TextUnderlinePosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
369
+ top?: _tenphi_tasty0.StyleValue<Property.Top<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Top<string | number> | undefined>;
370
+ touchAction?: _tenphi_tasty0.StyleValue<Property.TouchAction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TouchAction | undefined>;
371
+ transform?: _tenphi_tasty0.StyleValue<Property.Transform | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transform | undefined>;
372
+ transformBox?: _tenphi_tasty0.StyleValue<Property.TransformBox | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformBox | undefined>;
373
+ transformOrigin?: _tenphi_tasty0.StyleValue<Property.TransformOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
374
+ transformStyle?: _tenphi_tasty0.StyleValue<Property.TransformStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformStyle | undefined>;
375
+ transitionDelay?: _tenphi_tasty0.StyleValue<Property.TransitionDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
376
+ transitionDuration?: _tenphi_tasty0.StyleValue<Property.TransitionDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
377
+ transitionProperty?: _tenphi_tasty0.StyleValue<Property.TransitionProperty | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionProperty | undefined>;
378
+ transitionTimingFunction?: _tenphi_tasty0.StyleValue<Property.TransitionTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
379
+ unicodeBidi?: _tenphi_tasty0.StyleValue<Property.UnicodeBidi | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.UnicodeBidi | undefined>;
380
+ userSelect?: _tenphi_tasty0.StyleValue<Property.UserSelect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.UserSelect | undefined>;
381
+ verticalAlign?: _tenphi_tasty0.StyleValue<Property.VerticalAlign<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.VerticalAlign<string | number> | undefined>;
382
+ viewTransitionName?: _tenphi_tasty0.StyleValue<Property.ViewTransitionName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ViewTransitionName | undefined>;
383
+ visibility?: _tenphi_tasty0.StyleValue<Property.Visibility | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Visibility | undefined>;
384
+ whiteSpace?: _tenphi_tasty0.StyleValue<Property.WhiteSpace | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WhiteSpace | undefined>;
385
+ widows?: _tenphi_tasty0.StyleValue<Property.Widows | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Widows | undefined>;
386
+ willChange?: _tenphi_tasty0.StyleValue<Property.WillChange | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WillChange | undefined>;
387
+ wordBreak?: _tenphi_tasty0.StyleValue<Property.WordBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WordBreak | undefined>;
388
+ wordSpacing?: _tenphi_tasty0.StyleValue<Property.WordSpacing<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WordSpacing<string | number> | undefined>;
389
+ wordWrap?: _tenphi_tasty0.StyleValue<Property.WordWrap | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WordWrap | undefined>;
390
+ writingMode?: _tenphi_tasty0.StyleValue<Property.WritingMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WritingMode | undefined>;
391
+ zIndex?: _tenphi_tasty0.StyleValue<Property.ZIndex | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ZIndex | undefined>;
392
+ zoom?: _tenphi_tasty0.StyleValue<Property.Zoom | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Zoom | undefined>;
393
+ all?: _tenphi_tasty0.StyleValue<Globals | undefined> | _tenphi_tasty0.StyleValueStateMap<Globals | undefined>;
394
+ animation?: _tenphi_tasty0.StyleValue<Property.Animation<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Animation<string & {}> | undefined>;
395
+ backgroundPosition?: _tenphi_tasty0.StyleValue<Property.BackgroundPosition<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundPosition<string | number> | undefined>;
396
+ borderBlock?: _tenphi_tasty0.StyleValue<Property.BorderBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlock<string | number> | undefined>;
397
+ borderBlockEnd?: _tenphi_tasty0.StyleValue<Property.BorderBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockEnd<string | number> | undefined>;
398
+ borderBlockStart?: _tenphi_tasty0.StyleValue<Property.BorderBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBlockStart<string | number> | undefined>;
399
+ borderBottom?: _tenphi_tasty0.StyleValue<Property.BorderBottom<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottom<string | number> | undefined>;
400
+ borderColor?: _tenphi_tasty0.StyleValue<Property.BorderColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderColor | undefined>;
401
+ borderImage?: _tenphi_tasty0.StyleValue<Property.BorderImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImage | undefined>;
402
+ borderInline?: _tenphi_tasty0.StyleValue<Property.BorderInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInline<string | number> | undefined>;
403
+ borderInlineEnd?: _tenphi_tasty0.StyleValue<Property.BorderInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEnd<string | number> | undefined>;
404
+ borderInlineStart?: _tenphi_tasty0.StyleValue<Property.BorderInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStart<string | number> | undefined>;
405
+ borderLeft?: _tenphi_tasty0.StyleValue<Property.BorderLeft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderLeft<string | number> | undefined>;
406
+ borderRadius?: _tenphi_tasty0.StyleValue<Property.BorderRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
407
+ borderRight?: _tenphi_tasty0.StyleValue<Property.BorderRight<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRight<string | number> | undefined>;
408
+ borderStyle?: _tenphi_tasty0.StyleValue<Property.BorderStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderStyle | undefined>;
409
+ borderTop?: _tenphi_tasty0.StyleValue<Property.BorderTop<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTop<string | number> | undefined>;
410
+ borderWidth?: _tenphi_tasty0.StyleValue<Property.BorderWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderWidth<string | number> | undefined>;
411
+ caret?: _tenphi_tasty0.StyleValue<Property.Caret | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Caret | undefined>;
412
+ columnRule?: _tenphi_tasty0.StyleValue<Property.ColumnRule<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
413
+ columns?: _tenphi_tasty0.StyleValue<Property.Columns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Columns<string | number> | undefined>;
414
+ containIntrinsicSize?: _tenphi_tasty0.StyleValue<Property.ContainIntrinsicSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ContainIntrinsicSize<string | number> | undefined>;
415
+ container?: _tenphi_tasty0.StyleValue<Property.Container | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Container | undefined>;
416
+ flex?: _tenphi_tasty0.StyleValue<Property.Flex<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Flex<string | number> | undefined>;
417
+ flexFlow?: _tenphi_tasty0.StyleValue<Property.FlexFlow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexFlow | undefined>;
418
+ grid?: _tenphi_tasty0.StyleValue<Property.Grid | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Grid | undefined>;
419
+ gridArea?: _tenphi_tasty0.StyleValue<Property.GridArea | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridArea | undefined>;
420
+ gridColumn?: _tenphi_tasty0.StyleValue<Property.GridColumn | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridColumn | undefined>;
421
+ gridRow?: _tenphi_tasty0.StyleValue<Property.GridRow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridRow | undefined>;
422
+ gridTemplate?: _tenphi_tasty0.StyleValue<Property.GridTemplate | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplate | undefined>;
423
+ inset?: _tenphi_tasty0.StyleValue<Property.Inset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Inset<string | number> | undefined>;
424
+ insetBlock?: _tenphi_tasty0.StyleValue<Property.InsetBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
425
+ insetInline?: _tenphi_tasty0.StyleValue<Property.InsetInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
426
+ lineClamp?: _tenphi_tasty0.StyleValue<Property.LineClamp | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineClamp | undefined>;
427
+ listStyle?: _tenphi_tasty0.StyleValue<Property.ListStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ListStyle | undefined>;
428
+ marginBlock?: _tenphi_tasty0.StyleValue<Property.MarginBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginBlock<string | number> | undefined>;
429
+ marginInline?: _tenphi_tasty0.StyleValue<Property.MarginInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInline<string | number> | undefined>;
430
+ mask?: _tenphi_tasty0.StyleValue<Property.Mask<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Mask<string | number> | undefined>;
431
+ maskBorder?: _tenphi_tasty0.StyleValue<Property.MaskBorder | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorder | undefined>;
432
+ motion?: _tenphi_tasty0.StyleValue<Property.Offset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Offset<string | number> | undefined>;
433
+ offset?: _tenphi_tasty0.StyleValue<Property.Offset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Offset<string | number> | undefined>;
434
+ overflow?: _tenphi_tasty0.StyleValue<Property.Overflow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Overflow | undefined>;
435
+ overscrollBehavior?: _tenphi_tasty0.StyleValue<Property.OverscrollBehavior | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverscrollBehavior | undefined>;
436
+ paddingBlock?: _tenphi_tasty0.StyleValue<Property.PaddingBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingBlock<string | number> | undefined>;
437
+ paddingInline?: _tenphi_tasty0.StyleValue<Property.PaddingInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInline<string | number> | undefined>;
438
+ placeSelf?: _tenphi_tasty0.StyleValue<Property.PlaceSelf | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PlaceSelf | undefined>;
439
+ scrollMargin?: _tenphi_tasty0.StyleValue<Property.ScrollMargin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
440
+ scrollMarginBlock?: _tenphi_tasty0.StyleValue<Property.ScrollMarginBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginBlock<string | number> | undefined>;
441
+ scrollMarginInline?: _tenphi_tasty0.StyleValue<Property.ScrollMarginInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMarginInline<string | number> | undefined>;
442
+ scrollPadding?: _tenphi_tasty0.StyleValue<Property.ScrollPadding<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPadding<string | number> | undefined>;
443
+ scrollPaddingBlock?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingBlock<string | number> | undefined>;
444
+ scrollPaddingInline?: _tenphi_tasty0.StyleValue<Property.ScrollPaddingInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollPaddingInline<string | number> | undefined>;
445
+ scrollSnapMargin?: _tenphi_tasty0.StyleValue<Property.ScrollMargin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
446
+ scrollTimeline?: _tenphi_tasty0.StyleValue<Property.ScrollTimeline | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollTimeline | undefined>;
447
+ textDecoration?: _tenphi_tasty0.StyleValue<Property.TextDecoration<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecoration<string | number> | undefined>;
448
+ textEmphasis?: _tenphi_tasty0.StyleValue<Property.TextEmphasis | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasis | undefined>;
449
+ MozAnimationDelay?: _tenphi_tasty0.StyleValue<Property.AnimationDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
450
+ MozAnimationDirection?: _tenphi_tasty0.StyleValue<Property.AnimationDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDirection | undefined>;
451
+ MozAnimationDuration?: _tenphi_tasty0.StyleValue<Property.AnimationDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
452
+ MozAnimationFillMode?: _tenphi_tasty0.StyleValue<Property.AnimationFillMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationFillMode | undefined>;
453
+ MozAnimationIterationCount?: _tenphi_tasty0.StyleValue<Property.AnimationIterationCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationIterationCount | undefined>;
454
+ MozAnimationName?: _tenphi_tasty0.StyleValue<Property.AnimationName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationName | undefined>;
455
+ MozAnimationPlayState?: _tenphi_tasty0.StyleValue<Property.AnimationPlayState | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationPlayState | undefined>;
456
+ MozAnimationTimingFunction?: _tenphi_tasty0.StyleValue<Property.AnimationTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
457
+ MozAppearance?: _tenphi_tasty0.StyleValue<Property.MozAppearance | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozAppearance | undefined>;
458
+ MozBackfaceVisibility?: _tenphi_tasty0.StyleValue<Property.BackfaceVisibility | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackfaceVisibility | undefined>;
459
+ MozBinding?: _tenphi_tasty0.StyleValue<Property.MozBinding | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozBinding | undefined>;
460
+ MozBorderBottomColors?: _tenphi_tasty0.StyleValue<Property.MozBorderBottomColors | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozBorderBottomColors | undefined>;
461
+ MozBorderEndColor?: _tenphi_tasty0.StyleValue<Property.BorderInlineEndColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
462
+ MozBorderEndStyle?: _tenphi_tasty0.StyleValue<Property.BorderInlineEndStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
463
+ MozBorderEndWidth?: _tenphi_tasty0.StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
464
+ MozBorderLeftColors?: _tenphi_tasty0.StyleValue<Property.MozBorderLeftColors | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozBorderLeftColors | undefined>;
465
+ MozBorderRightColors?: _tenphi_tasty0.StyleValue<Property.MozBorderRightColors | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozBorderRightColors | undefined>;
466
+ MozBorderStartColor?: _tenphi_tasty0.StyleValue<Property.BorderInlineStartColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
467
+ MozBorderStartStyle?: _tenphi_tasty0.StyleValue<Property.BorderInlineStartStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
468
+ MozBorderTopColors?: _tenphi_tasty0.StyleValue<Property.MozBorderTopColors | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozBorderTopColors | undefined>;
469
+ MozBoxSizing?: _tenphi_tasty0.StyleValue<Property.BoxSizing | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxSizing | undefined>;
470
+ MozColumnCount?: _tenphi_tasty0.StyleValue<Property.ColumnCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnCount | undefined>;
471
+ MozColumnFill?: _tenphi_tasty0.StyleValue<Property.ColumnFill | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnFill | undefined>;
472
+ MozColumnRuleColor?: _tenphi_tasty0.StyleValue<Property.ColumnRuleColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleColor | undefined>;
473
+ MozColumnRuleStyle?: _tenphi_tasty0.StyleValue<Property.ColumnRuleStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
474
+ MozColumnRuleWidth?: _tenphi_tasty0.StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
475
+ MozColumnWidth?: _tenphi_tasty0.StyleValue<Property.ColumnWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
476
+ MozContextProperties?: _tenphi_tasty0.StyleValue<Property.MozContextProperties | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozContextProperties | undefined>;
477
+ MozFontFeatureSettings?: _tenphi_tasty0.StyleValue<Property.FontFeatureSettings | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontFeatureSettings | undefined>;
478
+ MozFontLanguageOverride?: _tenphi_tasty0.StyleValue<Property.FontLanguageOverride | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontLanguageOverride | undefined>;
479
+ MozHyphens?: _tenphi_tasty0.StyleValue<Property.Hyphens | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Hyphens | undefined>;
480
+ MozImageRegion?: _tenphi_tasty0.StyleValue<Property.MozImageRegion | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozImageRegion | undefined>;
481
+ MozMarginEnd?: _tenphi_tasty0.StyleValue<Property.MarginInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
482
+ MozMarginStart?: _tenphi_tasty0.StyleValue<Property.MarginInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
483
+ MozOrient?: _tenphi_tasty0.StyleValue<Property.MozOrient | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozOrient | undefined>;
484
+ MozOsxFontSmoothing?: _tenphi_tasty0.StyleValue<Property.FontSmooth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
485
+ MozPaddingEnd?: _tenphi_tasty0.StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
486
+ MozPaddingStart?: _tenphi_tasty0.StyleValue<Property.PaddingInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
487
+ MozPerspective?: _tenphi_tasty0.StyleValue<Property.Perspective<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Perspective<string | number> | undefined>;
488
+ MozPerspectiveOrigin?: _tenphi_tasty0.StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
489
+ MozStackSizing?: _tenphi_tasty0.StyleValue<Property.MozStackSizing | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozStackSizing | undefined>;
490
+ MozTabSize?: _tenphi_tasty0.StyleValue<Property.TabSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TabSize<string | number> | undefined>;
491
+ MozTextBlink?: _tenphi_tasty0.StyleValue<Property.MozTextBlink | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozTextBlink | undefined>;
492
+ MozTextSizeAdjust?: _tenphi_tasty0.StyleValue<Property.TextSizeAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextSizeAdjust | undefined>;
493
+ MozTransformOrigin?: _tenphi_tasty0.StyleValue<Property.TransformOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
494
+ MozTransformStyle?: _tenphi_tasty0.StyleValue<Property.TransformStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformStyle | undefined>;
495
+ MozTransitionDelay?: _tenphi_tasty0.StyleValue<Property.TransitionDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
496
+ MozTransitionDuration?: _tenphi_tasty0.StyleValue<Property.TransitionDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
497
+ MozTransitionProperty?: _tenphi_tasty0.StyleValue<Property.TransitionProperty | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionProperty | undefined>;
498
+ MozTransitionTimingFunction?: _tenphi_tasty0.StyleValue<Property.TransitionTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
499
+ MozUserFocus?: _tenphi_tasty0.StyleValue<Property.MozUserFocus | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozUserFocus | undefined>;
500
+ MozUserModify?: _tenphi_tasty0.StyleValue<Property.MozUserModify | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozUserModify | undefined>;
501
+ MozUserSelect?: _tenphi_tasty0.StyleValue<Property.UserSelect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.UserSelect | undefined>;
502
+ MozWindowDragging?: _tenphi_tasty0.StyleValue<Property.MozWindowDragging | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozWindowDragging | undefined>;
503
+ MozWindowShadow?: _tenphi_tasty0.StyleValue<Property.MozWindowShadow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozWindowShadow | undefined>;
504
+ msAccelerator?: _tenphi_tasty0.StyleValue<Property.MsAccelerator | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsAccelerator | undefined>;
505
+ msBlockProgression?: _tenphi_tasty0.StyleValue<Property.MsBlockProgression | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsBlockProgression | undefined>;
506
+ msContentZoomChaining?: _tenphi_tasty0.StyleValue<Property.MsContentZoomChaining | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomChaining | undefined>;
507
+ msContentZoomLimitMax?: _tenphi_tasty0.StyleValue<Property.MsContentZoomLimitMax | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomLimitMax | undefined>;
508
+ msContentZoomLimitMin?: _tenphi_tasty0.StyleValue<Property.MsContentZoomLimitMin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomLimitMin | undefined>;
509
+ msContentZoomSnapPoints?: _tenphi_tasty0.StyleValue<Property.MsContentZoomSnapPoints | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomSnapPoints | undefined>;
510
+ msContentZoomSnapType?: _tenphi_tasty0.StyleValue<Property.MsContentZoomSnapType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomSnapType | undefined>;
511
+ msContentZooming?: _tenphi_tasty0.StyleValue<Property.MsContentZooming | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZooming | undefined>;
512
+ msFilter?: _tenphi_tasty0.StyleValue<Property.MsFilter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsFilter | undefined>;
513
+ msFlexDirection?: _tenphi_tasty0.StyleValue<Property.FlexDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexDirection | undefined>;
514
+ msFlexPositive?: _tenphi_tasty0.StyleValue<Property.FlexGrow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexGrow | undefined>;
515
+ msFlowFrom?: _tenphi_tasty0.StyleValue<Property.MsFlowFrom | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsFlowFrom | undefined>;
516
+ msFlowInto?: _tenphi_tasty0.StyleValue<Property.MsFlowInto | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsFlowInto | undefined>;
517
+ msGridColumns?: _tenphi_tasty0.StyleValue<Property.MsGridColumns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsGridColumns<string | number> | undefined>;
518
+ msGridRows?: _tenphi_tasty0.StyleValue<Property.MsGridRows<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsGridRows<string | number> | undefined>;
519
+ msHighContrastAdjust?: _tenphi_tasty0.StyleValue<Property.MsHighContrastAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsHighContrastAdjust | undefined>;
520
+ msHyphenateLimitChars?: _tenphi_tasty0.StyleValue<Property.MsHyphenateLimitChars | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsHyphenateLimitChars | undefined>;
521
+ msHyphenateLimitLines?: _tenphi_tasty0.StyleValue<Property.MsHyphenateLimitLines | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsHyphenateLimitLines | undefined>;
522
+ msHyphenateLimitZone?: _tenphi_tasty0.StyleValue<Property.MsHyphenateLimitZone<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsHyphenateLimitZone<string | number> | undefined>;
523
+ msHyphens?: _tenphi_tasty0.StyleValue<Property.Hyphens | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Hyphens | undefined>;
524
+ msImeAlign?: _tenphi_tasty0.StyleValue<Property.MsImeAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsImeAlign | undefined>;
525
+ msLineBreak?: _tenphi_tasty0.StyleValue<Property.LineBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineBreak | undefined>;
526
+ msOrder?: _tenphi_tasty0.StyleValue<Property.Order | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Order | undefined>;
527
+ msOverflowStyle?: _tenphi_tasty0.StyleValue<Property.MsOverflowStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsOverflowStyle | undefined>;
528
+ msOverflowX?: _tenphi_tasty0.StyleValue<Property.OverflowX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowX | undefined>;
529
+ msOverflowY?: _tenphi_tasty0.StyleValue<Property.OverflowY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OverflowY | undefined>;
530
+ msScrollChaining?: _tenphi_tasty0.StyleValue<Property.MsScrollChaining | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollChaining | undefined>;
531
+ msScrollLimitXMax?: _tenphi_tasty0.StyleValue<Property.MsScrollLimitXMax<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollLimitXMax<string | number> | undefined>;
532
+ msScrollLimitXMin?: _tenphi_tasty0.StyleValue<Property.MsScrollLimitXMin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollLimitXMin<string | number> | undefined>;
533
+ msScrollLimitYMax?: _tenphi_tasty0.StyleValue<Property.MsScrollLimitYMax<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollLimitYMax<string | number> | undefined>;
534
+ msScrollLimitYMin?: _tenphi_tasty0.StyleValue<Property.MsScrollLimitYMin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollLimitYMin<string | number> | undefined>;
535
+ msScrollRails?: _tenphi_tasty0.StyleValue<Property.MsScrollRails | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollRails | undefined>;
536
+ msScrollSnapPointsX?: _tenphi_tasty0.StyleValue<Property.MsScrollSnapPointsX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollSnapPointsX | undefined>;
537
+ msScrollSnapPointsY?: _tenphi_tasty0.StyleValue<Property.MsScrollSnapPointsY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollSnapPointsY | undefined>;
538
+ msScrollSnapType?: _tenphi_tasty0.StyleValue<Property.MsScrollSnapType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollSnapType | undefined>;
539
+ msScrollTranslation?: _tenphi_tasty0.StyleValue<Property.MsScrollTranslation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollTranslation | undefined>;
540
+ msScrollbar3dlightColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbar3dlightColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbar3dlightColor | undefined>;
541
+ msScrollbarArrowColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarArrowColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarArrowColor | undefined>;
542
+ msScrollbarBaseColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarBaseColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarBaseColor | undefined>;
543
+ msScrollbarDarkshadowColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarDarkshadowColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarDarkshadowColor | undefined>;
544
+ msScrollbarFaceColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarFaceColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarFaceColor | undefined>;
545
+ msScrollbarHighlightColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarHighlightColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarHighlightColor | undefined>;
546
+ msScrollbarShadowColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarShadowColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarShadowColor | undefined>;
547
+ msScrollbarTrackColor?: _tenphi_tasty0.StyleValue<Property.MsScrollbarTrackColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollbarTrackColor | undefined>;
548
+ msTextAutospace?: _tenphi_tasty0.StyleValue<Property.MsTextAutospace | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsTextAutospace | undefined>;
549
+ msTextCombineHorizontal?: _tenphi_tasty0.StyleValue<Property.TextCombineUpright | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextCombineUpright | undefined>;
550
+ msTextOverflow?: _tenphi_tasty0.StyleValue<Property.TextOverflow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextOverflow | undefined>;
551
+ msTouchAction?: _tenphi_tasty0.StyleValue<Property.TouchAction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TouchAction | undefined>;
552
+ msTouchSelect?: _tenphi_tasty0.StyleValue<Property.MsTouchSelect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsTouchSelect | undefined>;
553
+ msTransform?: _tenphi_tasty0.StyleValue<Property.Transform | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transform | undefined>;
554
+ msTransformOrigin?: _tenphi_tasty0.StyleValue<Property.TransformOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
555
+ msTransitionDelay?: _tenphi_tasty0.StyleValue<Property.TransitionDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
556
+ msTransitionDuration?: _tenphi_tasty0.StyleValue<Property.TransitionDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
557
+ msTransitionProperty?: _tenphi_tasty0.StyleValue<Property.TransitionProperty | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionProperty | undefined>;
558
+ msTransitionTimingFunction?: _tenphi_tasty0.StyleValue<Property.TransitionTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
559
+ msUserSelect?: _tenphi_tasty0.StyleValue<Property.MsUserSelect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsUserSelect | undefined>;
560
+ msWordBreak?: _tenphi_tasty0.StyleValue<Property.WordBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WordBreak | undefined>;
561
+ msWrapFlow?: _tenphi_tasty0.StyleValue<Property.MsWrapFlow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsWrapFlow | undefined>;
562
+ msWrapMargin?: _tenphi_tasty0.StyleValue<Property.MsWrapMargin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsWrapMargin<string | number> | undefined>;
563
+ msWrapThrough?: _tenphi_tasty0.StyleValue<Property.MsWrapThrough | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsWrapThrough | undefined>;
564
+ msWritingMode?: _tenphi_tasty0.StyleValue<Property.WritingMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WritingMode | undefined>;
565
+ WebkitAlignContent?: _tenphi_tasty0.StyleValue<Property.AlignContent | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignContent | undefined>;
566
+ WebkitAlignItems?: _tenphi_tasty0.StyleValue<Property.AlignItems | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignItems | undefined>;
567
+ WebkitAlignSelf?: _tenphi_tasty0.StyleValue<Property.AlignSelf | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignSelf | undefined>;
568
+ WebkitAnimationDelay?: _tenphi_tasty0.StyleValue<Property.AnimationDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
569
+ WebkitAnimationDirection?: _tenphi_tasty0.StyleValue<Property.AnimationDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDirection | undefined>;
570
+ WebkitAnimationDuration?: _tenphi_tasty0.StyleValue<Property.AnimationDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
571
+ WebkitAnimationFillMode?: _tenphi_tasty0.StyleValue<Property.AnimationFillMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationFillMode | undefined>;
572
+ WebkitAnimationIterationCount?: _tenphi_tasty0.StyleValue<Property.AnimationIterationCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationIterationCount | undefined>;
573
+ WebkitAnimationName?: _tenphi_tasty0.StyleValue<Property.AnimationName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationName | undefined>;
574
+ WebkitAnimationPlayState?: _tenphi_tasty0.StyleValue<Property.AnimationPlayState | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationPlayState | undefined>;
575
+ WebkitAnimationTimingFunction?: _tenphi_tasty0.StyleValue<Property.AnimationTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
576
+ WebkitAppearance?: _tenphi_tasty0.StyleValue<Property.WebkitAppearance | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitAppearance | undefined>;
577
+ WebkitBackdropFilter?: _tenphi_tasty0.StyleValue<Property.BackdropFilter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackdropFilter | undefined>;
578
+ WebkitBackfaceVisibility?: _tenphi_tasty0.StyleValue<Property.BackfaceVisibility | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackfaceVisibility | undefined>;
579
+ WebkitBackgroundClip?: _tenphi_tasty0.StyleValue<Property.BackgroundClip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundClip | undefined>;
580
+ WebkitBackgroundOrigin?: _tenphi_tasty0.StyleValue<Property.BackgroundOrigin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundOrigin | undefined>;
581
+ WebkitBackgroundSize?: _tenphi_tasty0.StyleValue<Property.BackgroundSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
582
+ WebkitBorderBeforeColor?: _tenphi_tasty0.StyleValue<Property.WebkitBorderBeforeColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitBorderBeforeColor | undefined>;
583
+ WebkitBorderBeforeStyle?: _tenphi_tasty0.StyleValue<Property.WebkitBorderBeforeStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitBorderBeforeStyle | undefined>;
584
+ WebkitBorderBeforeWidth?: _tenphi_tasty0.StyleValue<Property.WebkitBorderBeforeWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitBorderBeforeWidth<string | number> | undefined>;
585
+ WebkitBorderBottomLeftRadius?: _tenphi_tasty0.StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
586
+ WebkitBorderBottomRightRadius?: _tenphi_tasty0.StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
587
+ WebkitBorderImageSlice?: _tenphi_tasty0.StyleValue<Property.BorderImageSlice | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImageSlice | undefined>;
588
+ WebkitBorderTopLeftRadius?: _tenphi_tasty0.StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
589
+ WebkitBorderTopRightRadius?: _tenphi_tasty0.StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
590
+ WebkitBoxDecorationBreak?: _tenphi_tasty0.StyleValue<Property.BoxDecorationBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
591
+ WebkitBoxReflect?: _tenphi_tasty0.StyleValue<Property.WebkitBoxReflect<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitBoxReflect<string | number> | undefined>;
592
+ WebkitBoxShadow?: _tenphi_tasty0.StyleValue<Property.BoxShadow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxShadow | undefined>;
593
+ WebkitBoxSizing?: _tenphi_tasty0.StyleValue<Property.BoxSizing | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxSizing | undefined>;
594
+ WebkitClipPath?: _tenphi_tasty0.StyleValue<Property.ClipPath | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ClipPath | undefined>;
595
+ WebkitColumnCount?: _tenphi_tasty0.StyleValue<Property.ColumnCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnCount | undefined>;
596
+ WebkitColumnFill?: _tenphi_tasty0.StyleValue<Property.ColumnFill | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnFill | undefined>;
597
+ WebkitColumnRuleColor?: _tenphi_tasty0.StyleValue<Property.ColumnRuleColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleColor | undefined>;
598
+ WebkitColumnRuleStyle?: _tenphi_tasty0.StyleValue<Property.ColumnRuleStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
599
+ WebkitColumnRuleWidth?: _tenphi_tasty0.StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
600
+ WebkitColumnSpan?: _tenphi_tasty0.StyleValue<Property.ColumnSpan | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnSpan | undefined>;
601
+ WebkitColumnWidth?: _tenphi_tasty0.StyleValue<Property.ColumnWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
602
+ WebkitFilter?: _tenphi_tasty0.StyleValue<Property.Filter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Filter | undefined>;
603
+ WebkitFlexBasis?: _tenphi_tasty0.StyleValue<Property.FlexBasis<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
604
+ WebkitFlexDirection?: _tenphi_tasty0.StyleValue<Property.FlexDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexDirection | undefined>;
605
+ WebkitFlexGrow?: _tenphi_tasty0.StyleValue<Property.FlexGrow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexGrow | undefined>;
606
+ WebkitFlexShrink?: _tenphi_tasty0.StyleValue<Property.FlexShrink | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexShrink | undefined>;
607
+ WebkitFlexWrap?: _tenphi_tasty0.StyleValue<Property.FlexWrap | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexWrap | undefined>;
608
+ WebkitFontFeatureSettings?: _tenphi_tasty0.StyleValue<Property.FontFeatureSettings | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontFeatureSettings | undefined>;
609
+ WebkitFontKerning?: _tenphi_tasty0.StyleValue<Property.FontKerning | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontKerning | undefined>;
610
+ WebkitFontSmoothing?: _tenphi_tasty0.StyleValue<Property.FontSmooth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
611
+ WebkitFontVariantLigatures?: _tenphi_tasty0.StyleValue<Property.FontVariantLigatures | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FontVariantLigatures | undefined>;
612
+ WebkitHyphenateCharacter?: _tenphi_tasty0.StyleValue<Property.HyphenateCharacter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.HyphenateCharacter | undefined>;
613
+ WebkitHyphens?: _tenphi_tasty0.StyleValue<Property.Hyphens | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Hyphens | undefined>;
614
+ WebkitInitialLetter?: _tenphi_tasty0.StyleValue<Property.InitialLetter | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InitialLetter | undefined>;
615
+ WebkitJustifyContent?: _tenphi_tasty0.StyleValue<Property.JustifyContent | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.JustifyContent | undefined>;
616
+ WebkitLineBreak?: _tenphi_tasty0.StyleValue<Property.LineBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineBreak | undefined>;
617
+ WebkitLineClamp?: _tenphi_tasty0.StyleValue<Property.WebkitLineClamp | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitLineClamp | undefined>;
618
+ WebkitMarginEnd?: _tenphi_tasty0.StyleValue<Property.MarginInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
619
+ WebkitMarginStart?: _tenphi_tasty0.StyleValue<Property.MarginInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
620
+ WebkitMaskAttachment?: _tenphi_tasty0.StyleValue<Property.WebkitMaskAttachment | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskAttachment | undefined>;
621
+ WebkitMaskBoxImageOutset?: _tenphi_tasty0.StyleValue<Property.MaskBorderOutset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
622
+ WebkitMaskBoxImageRepeat?: _tenphi_tasty0.StyleValue<Property.MaskBorderRepeat | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
623
+ WebkitMaskBoxImageSlice?: _tenphi_tasty0.StyleValue<Property.MaskBorderSlice | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderSlice | undefined>;
624
+ WebkitMaskBoxImageSource?: _tenphi_tasty0.StyleValue<Property.MaskBorderSource | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderSource | undefined>;
625
+ WebkitMaskBoxImageWidth?: _tenphi_tasty0.StyleValue<Property.MaskBorderWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
626
+ WebkitMaskClip?: _tenphi_tasty0.StyleValue<Property.WebkitMaskClip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskClip | undefined>;
627
+ WebkitMaskComposite?: _tenphi_tasty0.StyleValue<Property.WebkitMaskComposite | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskComposite | undefined>;
628
+ WebkitMaskImage?: _tenphi_tasty0.StyleValue<Property.WebkitMaskImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskImage | undefined>;
629
+ WebkitMaskOrigin?: _tenphi_tasty0.StyleValue<Property.WebkitMaskOrigin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskOrigin | undefined>;
630
+ WebkitMaskPosition?: _tenphi_tasty0.StyleValue<Property.WebkitMaskPosition<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskPosition<string | number> | undefined>;
631
+ WebkitMaskPositionX?: _tenphi_tasty0.StyleValue<Property.WebkitMaskPositionX<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskPositionX<string | number> | undefined>;
632
+ WebkitMaskPositionY?: _tenphi_tasty0.StyleValue<Property.WebkitMaskPositionY<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskPositionY<string | number> | undefined>;
633
+ WebkitMaskRepeat?: _tenphi_tasty0.StyleValue<Property.WebkitMaskRepeat | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskRepeat | undefined>;
634
+ WebkitMaskRepeatX?: _tenphi_tasty0.StyleValue<Property.WebkitMaskRepeatX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskRepeatX | undefined>;
635
+ WebkitMaskRepeatY?: _tenphi_tasty0.StyleValue<Property.WebkitMaskRepeatY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskRepeatY | undefined>;
636
+ WebkitMaskSize?: _tenphi_tasty0.StyleValue<Property.WebkitMaskSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMaskSize<string | number> | undefined>;
637
+ WebkitMaxInlineSize?: _tenphi_tasty0.StyleValue<Property.MaxInlineSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
638
+ WebkitOrder?: _tenphi_tasty0.StyleValue<Property.Order | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Order | undefined>;
639
+ WebkitOverflowScrolling?: _tenphi_tasty0.StyleValue<Property.WebkitOverflowScrolling | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitOverflowScrolling | undefined>;
640
+ WebkitPaddingEnd?: _tenphi_tasty0.StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
641
+ WebkitPaddingStart?: _tenphi_tasty0.StyleValue<Property.PaddingInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
642
+ WebkitPerspective?: _tenphi_tasty0.StyleValue<Property.Perspective<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Perspective<string | number> | undefined>;
643
+ WebkitPerspectiveOrigin?: _tenphi_tasty0.StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
644
+ WebkitPrintColorAdjust?: _tenphi_tasty0.StyleValue<Property.PrintColorAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.PrintColorAdjust | undefined>;
645
+ WebkitRubyPosition?: _tenphi_tasty0.StyleValue<Property.RubyPosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.RubyPosition | undefined>;
646
+ WebkitScrollSnapType?: _tenphi_tasty0.StyleValue<Property.ScrollSnapType | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapType | undefined>;
647
+ WebkitShapeMargin?: _tenphi_tasty0.StyleValue<Property.ShapeMargin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
648
+ WebkitTapHighlightColor?: _tenphi_tasty0.StyleValue<Property.WebkitTapHighlightColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitTapHighlightColor | undefined>;
649
+ WebkitTextCombine?: _tenphi_tasty0.StyleValue<Property.TextCombineUpright | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextCombineUpright | undefined>;
650
+ WebkitTextDecorationColor?: _tenphi_tasty0.StyleValue<Property.TextDecorationColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationColor | undefined>;
651
+ WebkitTextDecorationLine?: _tenphi_tasty0.StyleValue<Property.TextDecorationLine | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationLine | undefined>;
652
+ WebkitTextDecorationSkip?: _tenphi_tasty0.StyleValue<Property.TextDecorationSkip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationSkip | undefined>;
653
+ WebkitTextDecorationStyle?: _tenphi_tasty0.StyleValue<Property.TextDecorationStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationStyle | undefined>;
654
+ WebkitTextEmphasisColor?: _tenphi_tasty0.StyleValue<Property.TextEmphasisColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasisColor | undefined>;
655
+ WebkitTextEmphasisPosition?: _tenphi_tasty0.StyleValue<Property.TextEmphasisPosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
656
+ WebkitTextEmphasisStyle?: _tenphi_tasty0.StyleValue<Property.TextEmphasisStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
657
+ WebkitTextFillColor?: _tenphi_tasty0.StyleValue<Property.WebkitTextFillColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitTextFillColor | undefined>;
658
+ WebkitTextOrientation?: _tenphi_tasty0.StyleValue<Property.TextOrientation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextOrientation | undefined>;
659
+ WebkitTextSizeAdjust?: _tenphi_tasty0.StyleValue<Property.TextSizeAdjust | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextSizeAdjust | undefined>;
660
+ WebkitTextStrokeColor?: _tenphi_tasty0.StyleValue<Property.WebkitTextStrokeColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitTextStrokeColor | undefined>;
661
+ WebkitTextStrokeWidth?: _tenphi_tasty0.StyleValue<Property.WebkitTextStrokeWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitTextStrokeWidth<string | number> | undefined>;
662
+ WebkitTextUnderlinePosition?: _tenphi_tasty0.StyleValue<Property.TextUnderlinePosition | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
663
+ WebkitTouchCallout?: _tenphi_tasty0.StyleValue<Property.WebkitTouchCallout | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitTouchCallout | undefined>;
664
+ WebkitTransform?: _tenphi_tasty0.StyleValue<Property.Transform | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transform | undefined>;
665
+ WebkitTransformOrigin?: _tenphi_tasty0.StyleValue<Property.TransformOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
666
+ WebkitTransformStyle?: _tenphi_tasty0.StyleValue<Property.TransformStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformStyle | undefined>;
667
+ WebkitTransitionDelay?: _tenphi_tasty0.StyleValue<Property.TransitionDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
668
+ WebkitTransitionDuration?: _tenphi_tasty0.StyleValue<Property.TransitionDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
669
+ WebkitTransitionProperty?: _tenphi_tasty0.StyleValue<Property.TransitionProperty | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionProperty | undefined>;
670
+ WebkitTransitionTimingFunction?: _tenphi_tasty0.StyleValue<Property.TransitionTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
671
+ WebkitUserModify?: _tenphi_tasty0.StyleValue<Property.WebkitUserModify | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitUserModify | undefined>;
672
+ WebkitUserSelect?: _tenphi_tasty0.StyleValue<Property.UserSelect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.UserSelect | undefined>;
673
+ WebkitWritingMode?: _tenphi_tasty0.StyleValue<Property.WritingMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WritingMode | undefined>;
674
+ MozAnimation?: _tenphi_tasty0.StyleValue<Property.Animation<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Animation<string & {}> | undefined>;
675
+ MozBorderImage?: _tenphi_tasty0.StyleValue<Property.BorderImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImage | undefined>;
676
+ MozColumnRule?: _tenphi_tasty0.StyleValue<Property.ColumnRule<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
677
+ MozColumns?: _tenphi_tasty0.StyleValue<Property.Columns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Columns<string | number> | undefined>;
678
+ MozTransition?: _tenphi_tasty0.StyleValue<Property.Transition<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transition<string & {}> | undefined>;
679
+ msContentZoomLimit?: _tenphi_tasty0.StyleValue<Property.MsContentZoomLimit | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomLimit | undefined>;
680
+ msContentZoomSnap?: _tenphi_tasty0.StyleValue<Property.MsContentZoomSnap | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsContentZoomSnap | undefined>;
681
+ msFlex?: _tenphi_tasty0.StyleValue<Property.Flex<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Flex<string | number> | undefined>;
682
+ msScrollLimit?: _tenphi_tasty0.StyleValue<Property.MsScrollLimit | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollLimit | undefined>;
683
+ msScrollSnapX?: _tenphi_tasty0.StyleValue<Property.MsScrollSnapX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollSnapX | undefined>;
684
+ msScrollSnapY?: _tenphi_tasty0.StyleValue<Property.MsScrollSnapY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MsScrollSnapY | undefined>;
685
+ msTransition?: _tenphi_tasty0.StyleValue<Property.Transition<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transition<string & {}> | undefined>;
686
+ WebkitAnimation?: _tenphi_tasty0.StyleValue<Property.Animation<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Animation<string & {}> | undefined>;
687
+ WebkitBorderBefore?: _tenphi_tasty0.StyleValue<Property.WebkitBorderBefore<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitBorderBefore<string | number> | undefined>;
688
+ WebkitBorderImage?: _tenphi_tasty0.StyleValue<Property.BorderImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImage | undefined>;
689
+ WebkitBorderRadius?: _tenphi_tasty0.StyleValue<Property.BorderRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
690
+ WebkitColumnRule?: _tenphi_tasty0.StyleValue<Property.ColumnRule<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
691
+ WebkitColumns?: _tenphi_tasty0.StyleValue<Property.Columns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Columns<string | number> | undefined>;
692
+ WebkitFlex?: _tenphi_tasty0.StyleValue<Property.Flex<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Flex<string | number> | undefined>;
693
+ WebkitFlexFlow?: _tenphi_tasty0.StyleValue<Property.FlexFlow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FlexFlow | undefined>;
694
+ WebkitMask?: _tenphi_tasty0.StyleValue<Property.WebkitMask<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitMask<string | number> | undefined>;
695
+ WebkitMaskBoxImage?: _tenphi_tasty0.StyleValue<Property.MaskBorder | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MaskBorder | undefined>;
696
+ WebkitTextEmphasis?: _tenphi_tasty0.StyleValue<Property.TextEmphasis | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextEmphasis | undefined>;
697
+ WebkitTextStroke?: _tenphi_tasty0.StyleValue<Property.WebkitTextStroke<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.WebkitTextStroke<string | number> | undefined>;
698
+ WebkitTransition?: _tenphi_tasty0.StyleValue<Property.Transition<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transition<string & {}> | undefined>;
699
+ azimuth?: _tenphi_tasty0.StyleValue<Property.Azimuth | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Azimuth | undefined>;
700
+ boxAlign?: _tenphi_tasty0.StyleValue<Property.BoxAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxAlign | undefined>;
701
+ boxDirection?: _tenphi_tasty0.StyleValue<Property.BoxDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDirection | undefined>;
702
+ boxFlex?: _tenphi_tasty0.StyleValue<Property.BoxFlex | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlex | undefined>;
703
+ boxFlexGroup?: _tenphi_tasty0.StyleValue<Property.BoxFlexGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlexGroup | undefined>;
704
+ boxLines?: _tenphi_tasty0.StyleValue<Property.BoxLines | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxLines | undefined>;
705
+ boxOrdinalGroup?: _tenphi_tasty0.StyleValue<Property.BoxOrdinalGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
706
+ boxOrient?: _tenphi_tasty0.StyleValue<Property.BoxOrient | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrient | undefined>;
707
+ boxPack?: _tenphi_tasty0.StyleValue<Property.BoxPack | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxPack | undefined>;
708
+ clip?: _tenphi_tasty0.StyleValue<Property.Clip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Clip | undefined>;
709
+ gridColumnGap?: _tenphi_tasty0.StyleValue<Property.GridColumnGap<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridColumnGap<string | number> | undefined>;
710
+ gridGap?: _tenphi_tasty0.StyleValue<Property.GridGap<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridGap<string | number> | undefined>;
711
+ gridRowGap?: _tenphi_tasty0.StyleValue<Property.GridRowGap<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridRowGap<string | number> | undefined>;
712
+ imeMode?: _tenphi_tasty0.StyleValue<Property.ImeMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ImeMode | undefined>;
713
+ offsetBlock?: _tenphi_tasty0.StyleValue<Property.InsetBlock<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
714
+ offsetBlockEnd?: _tenphi_tasty0.StyleValue<Property.InsetBlockEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
715
+ offsetBlockStart?: _tenphi_tasty0.StyleValue<Property.InsetBlockStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
716
+ offsetInline?: _tenphi_tasty0.StyleValue<Property.InsetInline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
717
+ offsetInlineEnd?: _tenphi_tasty0.StyleValue<Property.InsetInlineEnd<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
718
+ offsetInlineStart?: _tenphi_tasty0.StyleValue<Property.InsetInlineStart<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
719
+ scrollSnapCoordinate?: _tenphi_tasty0.StyleValue<Property.ScrollSnapCoordinate<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapCoordinate<string | number> | undefined>;
720
+ scrollSnapDestination?: _tenphi_tasty0.StyleValue<Property.ScrollSnapDestination<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapDestination<string | number> | undefined>;
721
+ scrollSnapPointsX?: _tenphi_tasty0.StyleValue<Property.ScrollSnapPointsX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
722
+ scrollSnapPointsY?: _tenphi_tasty0.StyleValue<Property.ScrollSnapPointsY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
723
+ scrollSnapTypeX?: _tenphi_tasty0.StyleValue<Property.ScrollSnapTypeX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapTypeX | undefined>;
724
+ scrollSnapTypeY?: _tenphi_tasty0.StyleValue<Property.ScrollSnapTypeY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapTypeY | undefined>;
725
+ KhtmlBoxAlign?: _tenphi_tasty0.StyleValue<Property.BoxAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxAlign | undefined>;
726
+ KhtmlBoxDirection?: _tenphi_tasty0.StyleValue<Property.BoxDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDirection | undefined>;
727
+ KhtmlBoxFlex?: _tenphi_tasty0.StyleValue<Property.BoxFlex | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlex | undefined>;
728
+ KhtmlBoxFlexGroup?: _tenphi_tasty0.StyleValue<Property.BoxFlexGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlexGroup | undefined>;
729
+ KhtmlBoxLines?: _tenphi_tasty0.StyleValue<Property.BoxLines | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxLines | undefined>;
730
+ KhtmlBoxOrdinalGroup?: _tenphi_tasty0.StyleValue<Property.BoxOrdinalGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
731
+ KhtmlBoxOrient?: _tenphi_tasty0.StyleValue<Property.BoxOrient | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrient | undefined>;
732
+ KhtmlBoxPack?: _tenphi_tasty0.StyleValue<Property.BoxPack | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxPack | undefined>;
733
+ KhtmlLineBreak?: _tenphi_tasty0.StyleValue<Property.LineBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LineBreak | undefined>;
734
+ KhtmlOpacity?: _tenphi_tasty0.StyleValue<Property.Opacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Opacity | undefined>;
735
+ KhtmlUserSelect?: _tenphi_tasty0.StyleValue<Property.UserSelect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.UserSelect | undefined>;
736
+ MozBackgroundClip?: _tenphi_tasty0.StyleValue<Property.BackgroundClip | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundClip | undefined>;
737
+ MozBackgroundInlinePolicy?: _tenphi_tasty0.StyleValue<Property.BoxDecorationBreak | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
738
+ MozBackgroundOrigin?: _tenphi_tasty0.StyleValue<Property.BackgroundOrigin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundOrigin | undefined>;
739
+ MozBackgroundSize?: _tenphi_tasty0.StyleValue<Property.BackgroundSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
740
+ MozBorderRadius?: _tenphi_tasty0.StyleValue<Property.BorderRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
741
+ MozBorderRadiusBottomleft?: _tenphi_tasty0.StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
742
+ MozBorderRadiusBottomright?: _tenphi_tasty0.StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
743
+ MozBorderRadiusTopleft?: _tenphi_tasty0.StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
744
+ MozBorderRadiusTopright?: _tenphi_tasty0.StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
745
+ MozBoxAlign?: _tenphi_tasty0.StyleValue<Property.BoxAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxAlign | undefined>;
746
+ MozBoxDirection?: _tenphi_tasty0.StyleValue<Property.BoxDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDirection | undefined>;
747
+ MozBoxFlex?: _tenphi_tasty0.StyleValue<Property.BoxFlex | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlex | undefined>;
748
+ MozBoxOrdinalGroup?: _tenphi_tasty0.StyleValue<Property.BoxOrdinalGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
749
+ MozBoxOrient?: _tenphi_tasty0.StyleValue<Property.BoxOrient | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrient | undefined>;
750
+ MozBoxPack?: _tenphi_tasty0.StyleValue<Property.BoxPack | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxPack | undefined>;
751
+ MozBoxShadow?: _tenphi_tasty0.StyleValue<Property.BoxShadow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxShadow | undefined>;
752
+ MozFloatEdge?: _tenphi_tasty0.StyleValue<Property.MozFloatEdge | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozFloatEdge | undefined>;
753
+ MozForceBrokenImageIcon?: _tenphi_tasty0.StyleValue<Property.MozForceBrokenImageIcon | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozForceBrokenImageIcon | undefined>;
754
+ MozOpacity?: _tenphi_tasty0.StyleValue<Property.Opacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Opacity | undefined>;
755
+ MozOutline?: _tenphi_tasty0.StyleValue<Property.Outline<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Outline<string | number> | undefined>;
756
+ MozOutlineColor?: _tenphi_tasty0.StyleValue<Property.OutlineColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OutlineColor | undefined>;
757
+ MozOutlineRadius?: _tenphi_tasty0.StyleValue<Property.MozOutlineRadius<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozOutlineRadius<string | number> | undefined>;
758
+ MozOutlineRadiusBottomleft?: _tenphi_tasty0.StyleValue<Property.MozOutlineRadiusBottomleft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
759
+ MozOutlineRadiusBottomright?: _tenphi_tasty0.StyleValue<Property.MozOutlineRadiusBottomright<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozOutlineRadiusBottomright<string | number> | undefined>;
760
+ MozOutlineRadiusTopleft?: _tenphi_tasty0.StyleValue<Property.MozOutlineRadiusTopleft<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozOutlineRadiusTopleft<string | number> | undefined>;
761
+ MozOutlineRadiusTopright?: _tenphi_tasty0.StyleValue<Property.MozOutlineRadiusTopright<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozOutlineRadiusTopright<string | number> | undefined>;
762
+ MozOutlineStyle?: _tenphi_tasty0.StyleValue<Property.OutlineStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OutlineStyle | undefined>;
763
+ MozOutlineWidth?: _tenphi_tasty0.StyleValue<Property.OutlineWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
764
+ MozTextAlignLast?: _tenphi_tasty0.StyleValue<Property.TextAlignLast | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextAlignLast | undefined>;
765
+ MozTextDecorationColor?: _tenphi_tasty0.StyleValue<Property.TextDecorationColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationColor | undefined>;
766
+ MozTextDecorationLine?: _tenphi_tasty0.StyleValue<Property.TextDecorationLine | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationLine | undefined>;
767
+ MozTextDecorationStyle?: _tenphi_tasty0.StyleValue<Property.TextDecorationStyle | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextDecorationStyle | undefined>;
768
+ MozUserInput?: _tenphi_tasty0.StyleValue<Property.MozUserInput | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MozUserInput | undefined>;
769
+ msImeMode?: _tenphi_tasty0.StyleValue<Property.ImeMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ImeMode | undefined>;
770
+ OAnimation?: _tenphi_tasty0.StyleValue<Property.Animation<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Animation<string & {}> | undefined>;
771
+ OAnimationDelay?: _tenphi_tasty0.StyleValue<Property.AnimationDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
772
+ OAnimationDirection?: _tenphi_tasty0.StyleValue<Property.AnimationDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDirection | undefined>;
773
+ OAnimationDuration?: _tenphi_tasty0.StyleValue<Property.AnimationDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
774
+ OAnimationFillMode?: _tenphi_tasty0.StyleValue<Property.AnimationFillMode | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationFillMode | undefined>;
775
+ OAnimationIterationCount?: _tenphi_tasty0.StyleValue<Property.AnimationIterationCount | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationIterationCount | undefined>;
776
+ OAnimationName?: _tenphi_tasty0.StyleValue<Property.AnimationName | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationName | undefined>;
777
+ OAnimationPlayState?: _tenphi_tasty0.StyleValue<Property.AnimationPlayState | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationPlayState | undefined>;
778
+ OAnimationTimingFunction?: _tenphi_tasty0.StyleValue<Property.AnimationTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
779
+ OBackgroundSize?: _tenphi_tasty0.StyleValue<Property.BackgroundSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
780
+ OBorderImage?: _tenphi_tasty0.StyleValue<Property.BorderImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BorderImage | undefined>;
781
+ OObjectFit?: _tenphi_tasty0.StyleValue<Property.ObjectFit | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ObjectFit | undefined>;
782
+ OObjectPosition?: _tenphi_tasty0.StyleValue<Property.ObjectPosition<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
783
+ OTabSize?: _tenphi_tasty0.StyleValue<Property.TabSize<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TabSize<string | number> | undefined>;
784
+ OTextOverflow?: _tenphi_tasty0.StyleValue<Property.TextOverflow | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextOverflow | undefined>;
785
+ OTransform?: _tenphi_tasty0.StyleValue<Property.Transform | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transform | undefined>;
786
+ OTransformOrigin?: _tenphi_tasty0.StyleValue<Property.TransformOrigin<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
787
+ OTransition?: _tenphi_tasty0.StyleValue<Property.Transition<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Transition<string & {}> | undefined>;
788
+ OTransitionDelay?: _tenphi_tasty0.StyleValue<Property.TransitionDelay<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
789
+ OTransitionDuration?: _tenphi_tasty0.StyleValue<Property.TransitionDuration<string & {}> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
790
+ OTransitionProperty?: _tenphi_tasty0.StyleValue<Property.TransitionProperty | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionProperty | undefined>;
791
+ OTransitionTimingFunction?: _tenphi_tasty0.StyleValue<Property.TransitionTimingFunction | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
792
+ WebkitBoxAlign?: _tenphi_tasty0.StyleValue<Property.BoxAlign | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxAlign | undefined>;
793
+ WebkitBoxDirection?: _tenphi_tasty0.StyleValue<Property.BoxDirection | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxDirection | undefined>;
794
+ WebkitBoxFlex?: _tenphi_tasty0.StyleValue<Property.BoxFlex | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlex | undefined>;
795
+ WebkitBoxFlexGroup?: _tenphi_tasty0.StyleValue<Property.BoxFlexGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxFlexGroup | undefined>;
796
+ WebkitBoxLines?: _tenphi_tasty0.StyleValue<Property.BoxLines | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxLines | undefined>;
797
+ WebkitBoxOrdinalGroup?: _tenphi_tasty0.StyleValue<Property.BoxOrdinalGroup | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
798
+ WebkitBoxOrient?: _tenphi_tasty0.StyleValue<Property.BoxOrient | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxOrient | undefined>;
799
+ WebkitBoxPack?: _tenphi_tasty0.StyleValue<Property.BoxPack | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BoxPack | undefined>;
800
+ WebkitScrollSnapPointsX?: _tenphi_tasty0.StyleValue<Property.ScrollSnapPointsX | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
801
+ WebkitScrollSnapPointsY?: _tenphi_tasty0.StyleValue<Property.ScrollSnapPointsY | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
802
+ alignmentBaseline?: _tenphi_tasty0.StyleValue<Property.AlignmentBaseline | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.AlignmentBaseline | undefined>;
803
+ baselineShift?: _tenphi_tasty0.StyleValue<Property.BaselineShift<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BaselineShift<string | number> | undefined>;
804
+ clipRule?: _tenphi_tasty0.StyleValue<Property.ClipRule | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ClipRule | undefined>;
805
+ colorInterpolation?: _tenphi_tasty0.StyleValue<Property.ColorInterpolation | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColorInterpolation | undefined>;
806
+ colorRendering?: _tenphi_tasty0.StyleValue<Property.ColorRendering | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ColorRendering | undefined>;
807
+ dominantBaseline?: _tenphi_tasty0.StyleValue<Property.DominantBaseline | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.DominantBaseline | undefined>;
808
+ fillOpacity?: _tenphi_tasty0.StyleValue<Property.FillOpacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FillOpacity | undefined>;
809
+ fillRule?: _tenphi_tasty0.StyleValue<Property.FillRule | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FillRule | undefined>;
810
+ floodColor?: _tenphi_tasty0.StyleValue<Property.FloodColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FloodColor | undefined>;
811
+ floodOpacity?: _tenphi_tasty0.StyleValue<Property.FloodOpacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.FloodOpacity | undefined>;
812
+ glyphOrientationVertical?: _tenphi_tasty0.StyleValue<Property.GlyphOrientationVertical | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GlyphOrientationVertical | undefined>;
813
+ lightingColor?: _tenphi_tasty0.StyleValue<Property.LightingColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.LightingColor | undefined>;
814
+ marker?: _tenphi_tasty0.StyleValue<Property.Marker | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Marker | undefined>;
815
+ markerEnd?: _tenphi_tasty0.StyleValue<Property.MarkerEnd | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarkerEnd | undefined>;
816
+ markerMid?: _tenphi_tasty0.StyleValue<Property.MarkerMid | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarkerMid | undefined>;
817
+ markerStart?: _tenphi_tasty0.StyleValue<Property.MarkerStart | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.MarkerStart | undefined>;
818
+ shapeRendering?: _tenphi_tasty0.StyleValue<Property.ShapeRendering | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.ShapeRendering | undefined>;
819
+ stopColor?: _tenphi_tasty0.StyleValue<Property.StopColor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StopColor | undefined>;
820
+ stopOpacity?: _tenphi_tasty0.StyleValue<Property.StopOpacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StopOpacity | undefined>;
821
+ stroke?: _tenphi_tasty0.StyleValue<Property.Stroke | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.Stroke | undefined>;
822
+ strokeDasharray?: _tenphi_tasty0.StyleValue<Property.StrokeDasharray<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeDasharray<string | number> | undefined>;
823
+ strokeDashoffset?: _tenphi_tasty0.StyleValue<Property.StrokeDashoffset<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeDashoffset<string | number> | undefined>;
824
+ strokeLinecap?: _tenphi_tasty0.StyleValue<Property.StrokeLinecap | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeLinecap | undefined>;
825
+ strokeLinejoin?: _tenphi_tasty0.StyleValue<Property.StrokeLinejoin | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeLinejoin | undefined>;
826
+ strokeMiterlimit?: _tenphi_tasty0.StyleValue<Property.StrokeMiterlimit | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeMiterlimit | undefined>;
827
+ strokeOpacity?: _tenphi_tasty0.StyleValue<Property.StrokeOpacity | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeOpacity | undefined>;
828
+ strokeWidth?: _tenphi_tasty0.StyleValue<Property.StrokeWidth<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.StrokeWidth<string | number> | undefined>;
829
+ textAnchor?: _tenphi_tasty0.StyleValue<Property.TextAnchor | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.TextAnchor | undefined>;
830
+ vectorEffect?: _tenphi_tasty0.StyleValue<Property.VectorEffect | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.VectorEffect | undefined>;
831
+ image?: _tenphi_tasty0.StyleValue<Property.BackgroundImage | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.BackgroundImage | undefined>;
832
+ svgFill?: _tenphi_tasty0.StyleValue<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | _tenphi_tasty0.StyleValueStateMap<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
833
+ fade?: _tenphi_tasty0.StyleValue<string | undefined> | _tenphi_tasty0.StyleValueStateMap<string | undefined>;
834
+ styledScrollbar?: _tenphi_tasty0.StyleValue<boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | undefined>;
835
+ scrollbar?: _tenphi_tasty0.StyleValue<string | number | boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<string | number | boolean | undefined>;
836
+ boldFontWeight?: _tenphi_tasty0.StyleValue<number | undefined> | _tenphi_tasty0.StyleValueStateMap<number | undefined>;
837
+ hide?: _tenphi_tasty0.StyleValue<boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | undefined>;
838
+ shadow?: _tenphi_tasty0.StyleValue<string | boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<string | boolean | undefined>;
839
+ radius?: _tenphi_tasty0.StyleValue<string | true | undefined> | _tenphi_tasty0.StyleValueStateMap<string | true | undefined>;
840
+ flow?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
841
+ gridAreas?: _tenphi_tasty0.StyleValue<Property.GridTemplateAreas | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateAreas | undefined>;
842
+ gridColumns?: _tenphi_tasty0.StyleValue<Property.GridTemplateColumns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
843
+ gridRows?: _tenphi_tasty0.StyleValue<Property.GridTemplateRows<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
844
+ preset?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
845
+ justify?: _tenphi_tasty0.StyleValue<"start" | (string & {}) | "left" | "right" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined> | _tenphi_tasty0.StyleValueStateMap<"start" | (string & {}) | "left" | "right" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
846
+ place?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
847
+ "@keyframes"?: _tenphi_tasty0.StyleValue<Record<string, _tenphi_tasty0.KeyframesSteps> | undefined> | _tenphi_tasty0.StyleValueStateMap<Record<string, _tenphi_tasty0.KeyframesSteps> | undefined>;
848
+ "@properties"?: _tenphi_tasty0.StyleValue<Record<string, _tenphi_tasty0.PropertyDefinition> | undefined> | _tenphi_tasty0.StyleValueStateMap<Record<string, _tenphi_tasty0.PropertyDefinition> | undefined>;
849
+ recipe?: _tenphi_tasty0.StyleValue<string | undefined> | _tenphi_tasty0.StyleValueStateMap<string | undefined>;
850
+ } & BaseStyleProps & _tenphi_tasty0.WithVariant<_tenphi_tasty0.VariantMap> & Omit<Omit<React.AllHTMLAttributes<HTMLElement>, keyof React.ClassAttributes<HTMLUListElement> | keyof React.HTMLAttributes<HTMLUListElement>> & React.ClassAttributes<HTMLUListElement> & React.HTMLAttributes<HTMLUListElement>, "ref" | "style" | "css" | "content" | "translate" | "as" | "background" | "align" | "border" | "color" | "height" | "width" | "fill" | "font" | "outline" | "gap" | "padding" | "margin" | "transition" | "placeContent" | "placeItems" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockOverflow" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "colorAdjust" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "inputSecurity" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "motionDistance" | "motionPath" | "motionRotation" | "objectFit" | "objectPosition" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "offsetRotation" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTransitionName" | "visibility" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "backgroundPosition" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "container" | "flex" | "flexFlow" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "motion" | "offset" | "overflow" | "overscrollBehavior" | "paddingBlock" | "paddingInline" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBackfaceVisibility" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozPaddingEnd" | "MozPaddingStart" | "MozPerspective" | "MozPerspectiveOrigin" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozTransformOrigin" | "MozTransformStyle" | "MozTransitionDelay" | "MozTransitionDuration" | "MozTransitionProperty" | "MozTransitionTimingFunction" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozTransition" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "azimuth" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "offsetBlock" | "offsetBlockEnd" | "offsetBlockStart" | "offsetInline" | "offsetInlineEnd" | "offsetInlineStart" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "KhtmlBoxAlign" | "KhtmlBoxDirection" | "KhtmlBoxFlex" | "KhtmlBoxFlexGroup" | "KhtmlBoxLines" | "KhtmlBoxOrdinalGroup" | "KhtmlBoxOrient" | "KhtmlBoxPack" | "KhtmlLineBreak" | "KhtmlOpacity" | "KhtmlUserSelect" | "MozBackgroundClip" | "MozBackgroundInlinePolicy" | "MozBackgroundOrigin" | "MozBackgroundSize" | "MozBorderRadius" | "MozBorderRadiusBottomleft" | "MozBorderRadiusBottomright" | "MozBorderRadiusTopleft" | "MozBorderRadiusTopright" | "MozBoxAlign" | "MozBoxDirection" | "MozBoxFlex" | "MozBoxOrdinalGroup" | "MozBoxOrient" | "MozBoxPack" | "MozBoxShadow" | "MozFloatEdge" | "MozForceBrokenImageIcon" | "MozOpacity" | "MozOutline" | "MozOutlineColor" | "MozOutlineRadius" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozOutlineStyle" | "MozOutlineWidth" | "MozTextAlignLast" | "MozTextDecorationColor" | "MozTextDecorationLine" | "MozTextDecorationStyle" | "MozUserInput" | "msImeMode" | "OAnimation" | "OAnimationDelay" | "OAnimationDirection" | "OAnimationDuration" | "OAnimationFillMode" | "OAnimationIterationCount" | "OAnimationName" | "OAnimationPlayState" | "OAnimationTimingFunction" | "OBackgroundSize" | "OBorderImage" | "OObjectFit" | "OObjectPosition" | "OTabSize" | "OTextOverflow" | "OTransform" | "OTransformOrigin" | "OTransition" | "OTransitionDelay" | "OTransitionDuration" | "OTransitionProperty" | "OTransitionTimingFunction" | "WebkitBoxAlign" | "WebkitBoxDirection" | "WebkitBoxFlex" | "WebkitBoxFlexGroup" | "WebkitBoxLines" | "WebkitBoxOrdinalGroup" | "WebkitBoxOrient" | "WebkitBoxPack" | "WebkitScrollSnapPointsX" | "WebkitScrollSnapPointsY" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "image" | "svgFill" | "fade" | "styledScrollbar" | "scrollbar" | "boldFontWeight" | "hide" | "shadow" | "radius" | "flow" | "gridAreas" | "gridColumns" | "gridRows" | "preset" | "justify" | "place" | "@keyframes" | "@properties" | "recipe" | "qa" | "inline" | "qaVal" | "element" | "styles" | "breakpoints" | "block" | "mods" | "isHidden" | "isDisabled" | "theme" | "tokens"> & React.RefAttributes<unknown>> & {
851
+ [x: string]: React.ForwardRefExoticComponent<Omit<_tenphi_tasty0.SubElementProps<never>, "ref"> & React.RefAttributes<never>>;
852
+ };
855
853
  interface CubeSelectBaseProps<T> extends BasePropsWithoutChildren, AriaLabelingProps, BaseStyleProps, OuterStyleProps, ColorStyleProps, Omit<FieldBaseProps, 'tooltip'>, CollectionBase<T>, Omit<AriaSelectProps<T>, 'errorMessage'> {
856
854
  icon?: ReactElement;
857
855
  rightIcon?: ReactNode;