@cube-dev/ui-kit 0.124.0 → 0.124.2

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 (424) hide show
  1. package/dist/CHANGELOG.md +14 -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.js +1 -1
  12. package/dist/components/CollectionItem.js +1 -1
  13. package/dist/components/GlobalStyles.js +1 -1
  14. package/dist/components/GridProvider.js +1 -1
  15. package/dist/components/HiddenInput.js +1 -1
  16. package/dist/components/Root.js +1 -1
  17. package/dist/components/actions/Action/Action.js +1 -1
  18. package/dist/components/actions/Banner/Banner.js +1 -1
  19. package/dist/components/actions/Button/Button.js +1 -1
  20. package/dist/components/actions/ButtonGroup/ButtonGroup.js +1 -1
  21. package/dist/components/actions/ButtonSplit/ButtonSplit.js +1 -1
  22. package/dist/components/actions/ButtonSplit/context.js +1 -1
  23. package/dist/components/actions/CommandMenu/CommandMenu.js +1 -1
  24. package/dist/components/actions/CommandMenu/styled.js +1 -1
  25. package/dist/components/actions/ItemAction/ItemAction.js +1 -1
  26. package/dist/components/actions/ItemActionContext.js +1 -1
  27. package/dist/components/actions/ItemButton/ItemButton.js +1 -1
  28. package/dist/components/actions/Link/Link.js +1 -1
  29. package/dist/components/actions/Menu/Menu.js +1 -1
  30. package/dist/components/actions/Menu/MenuItem.js +1 -1
  31. package/dist/components/actions/Menu/MenuSection.js +1 -1
  32. package/dist/components/actions/Menu/MenuTrigger.js +1 -1
  33. package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
  34. package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
  35. package/dist/components/actions/Menu/context.js +1 -1
  36. package/dist/components/actions/Menu/styled.js +1 -16
  37. package/dist/components/actions/Menu/styled.js.map +1 -1
  38. package/dist/components/actions/index.js +1 -1
  39. package/dist/components/actions/use-action.js +1 -1
  40. package/dist/components/actions/use-anchored-menu.js +1 -1
  41. package/dist/components/actions/use-context-menu.js +1 -1
  42. package/dist/components/content/ActiveZone/ActiveZone.js +1 -1
  43. package/dist/components/content/Alert/Alert.js +1 -1
  44. package/dist/components/content/Alert/use-alert.js +1 -1
  45. package/dist/components/content/Avatar/Avatar.js +1 -1
  46. package/dist/components/content/Badge/Badge.js +1 -1
  47. package/dist/components/content/Card/Card.js +1 -1
  48. package/dist/components/content/Content.js +1 -1
  49. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
  50. package/dist/components/content/CopySnippet/CopySnippet.js +8 -5
  51. package/dist/components/content/CopySnippet/CopySnippet.js.map +1 -1
  52. package/dist/components/content/Disclosure/Disclosure.js +1 -1
  53. package/dist/components/content/Divider.js +1 -1
  54. package/dist/components/content/Footer.js +1 -1
  55. package/dist/components/content/Header.js +1 -1
  56. package/dist/components/content/HotKeys/HotKeys.js +1 -1
  57. package/dist/components/content/Item/Item.js +1 -1
  58. package/dist/components/content/ItemBadge/ItemBadge.js +1 -1
  59. package/dist/components/content/ItemCard/ItemCard.js +1 -1
  60. package/dist/components/content/Layout/GridLayout.js +1 -1
  61. package/dist/components/content/Layout/Layout.js +1 -1
  62. package/dist/components/content/Layout/LayoutBlock.js +1 -1
  63. package/dist/components/content/Layout/LayoutCenter.js +1 -1
  64. package/dist/components/content/Layout/LayoutContainer.js +1 -1
  65. package/dist/components/content/Layout/LayoutContent.js +1 -1
  66. package/dist/components/content/Layout/LayoutContext.js +1 -1
  67. package/dist/components/content/Layout/LayoutFlex.js +1 -1
  68. package/dist/components/content/Layout/LayoutFooter.js +1 -1
  69. package/dist/components/content/Layout/LayoutGrid.js +1 -1
  70. package/dist/components/content/Layout/LayoutHeader.js +1 -1
  71. package/dist/components/content/Layout/LayoutPane.js +1 -1
  72. package/dist/components/content/Layout/LayoutPanel.js +1 -1
  73. package/dist/components/content/Layout/LayoutPanelHeader.js +1 -1
  74. package/dist/components/content/Layout/LayoutToolbar.js +1 -1
  75. package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
  76. package/dist/components/content/Layout/index.js +1 -1
  77. package/dist/components/content/Layout/utils.js +1 -1
  78. package/dist/components/content/Paragraph.js +1 -1
  79. package/dist/components/content/Placeholder/Placeholder.js +1 -1
  80. package/dist/components/content/PrismCode/PrismCode.js +1 -1
  81. package/dist/components/content/PrismCode/prismSetup.js +1 -1
  82. package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
  83. package/dist/components/content/Result/Result.js +1 -1
  84. package/dist/components/content/Skeleton/Skeleton.js +1 -1
  85. package/dist/components/content/Tag/Tag.js +1 -1
  86. package/dist/components/content/Text.d.ts +42 -42
  87. package/dist/components/content/Text.js +1 -1
  88. package/dist/components/content/TextItem/TextItem.js +1 -1
  89. package/dist/components/content/Title.js +1 -1
  90. package/dist/components/content/highlightText.js +1 -1
  91. package/dist/components/content/use-auto-tooltip.js +1 -1
  92. package/dist/components/fields/Checkbox/Checkbox.js +1 -1
  93. package/dist/components/fields/Checkbox/CheckboxGroup.js +1 -1
  94. package/dist/components/fields/Checkbox/context.js +1 -1
  95. package/dist/components/fields/ComboBox/ComboBox.js +1 -1
  96. package/dist/components/fields/DatePicker/DateInput.js +1 -1
  97. package/dist/components/fields/DatePicker/DateInputBase.js +1 -1
  98. package/dist/components/fields/DatePicker/DatePicker.js +1 -1
  99. package/dist/components/fields/DatePicker/DatePickerButton.js +1 -1
  100. package/dist/components/fields/DatePicker/DatePickerElement.js +1 -1
  101. package/dist/components/fields/DatePicker/DatePickerInput.js +1 -1
  102. package/dist/components/fields/DatePicker/DatePickerSegment.js +1 -1
  103. package/dist/components/fields/DatePicker/DateRangePicker.js +1 -1
  104. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +1 -1
  105. package/dist/components/fields/DatePicker/TimeInput.js +1 -1
  106. package/dist/components/fields/DatePicker/intl.js +1 -1
  107. package/dist/components/fields/DatePicker/parseDate.js +1 -1
  108. package/dist/components/fields/DatePicker/props.js +1 -1
  109. package/dist/components/fields/DatePicker/utils.js +1 -1
  110. package/dist/components/fields/FileInput/FileInput.js +1 -1
  111. package/dist/components/fields/FilterListBox/FilterListBox.js +1 -1
  112. package/dist/components/fields/FilterPicker/FilterPicker.js +1 -1
  113. package/dist/components/fields/Input/Input.js +1 -1
  114. package/dist/components/fields/ListBox/ListBox.js +1 -1
  115. package/dist/components/fields/NumberInput/NumberInput.js +1 -1
  116. package/dist/components/fields/NumberInput/StepButton.js +1 -1
  117. package/dist/components/fields/PasswordInput/PasswordInput.js +1 -1
  118. package/dist/components/fields/Picker/Picker.js +1 -1
  119. package/dist/components/fields/RadioGroup/Radio.js +1 -1
  120. package/dist/components/fields/RadioGroup/RadioGroup.js +1 -1
  121. package/dist/components/fields/RadioGroup/context.js +1 -1
  122. package/dist/components/fields/SearchInput/SearchInput.js +1 -1
  123. package/dist/components/fields/Select/Select.d.ts +1 -830
  124. package/dist/components/fields/Select/Select.js +1 -1
  125. package/dist/components/fields/Slider/Gradation.js +1 -1
  126. package/dist/components/fields/Slider/HueSlider.js +1 -1
  127. package/dist/components/fields/Slider/RangeSlider.js +1 -1
  128. package/dist/components/fields/Slider/Slider.js +1 -1
  129. package/dist/components/fields/Slider/SliderBase.js +1 -1
  130. package/dist/components/fields/Slider/SliderThumb.js +1 -1
  131. package/dist/components/fields/Slider/SliderTrack.js +1 -1
  132. package/dist/components/fields/Slider/elements.js +1 -1
  133. package/dist/components/fields/Slider/index.js +1 -1
  134. package/dist/components/fields/Switch/Switch.js +1 -1
  135. package/dist/components/fields/TextArea/TextArea.js +2 -2
  136. package/dist/components/fields/TextArea/TextArea.js.map +1 -1
  137. package/dist/components/fields/TextInput/TextInput.js +1 -1
  138. package/dist/components/fields/TextInput/TextInputBase.js +1 -1
  139. package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
  140. package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
  141. package/dist/components/form/FieldWrapper/extract-field-wrapper-props.js +1 -1
  142. package/dist/components/form/Form/Field.js +1 -1
  143. package/dist/components/form/Form/Form.js +1 -1
  144. package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
  145. package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
  146. package/dist/components/form/Form/SubmitError.js +1 -1
  147. package/dist/components/form/Form/index.js +1 -1
  148. package/dist/components/form/Form/use-field/use-field-props.js +1 -1
  149. package/dist/components/form/Form/use-field/use-field.js +1 -1
  150. package/dist/components/form/Form/use-form.js +1 -1
  151. package/dist/components/form/Form/validation.js +1 -1
  152. package/dist/components/form/Label.js +1 -1
  153. package/dist/components/form/wrapper.js +1 -1
  154. package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
  155. package/dist/components/helpers/IconSwitch/IconSwitch.js +1 -1
  156. package/dist/components/layout/Flex.js +1 -1
  157. package/dist/components/layout/Flow.js +1 -1
  158. package/dist/components/layout/Grid.js +1 -1
  159. package/dist/components/layout/Panel.js +1 -1
  160. package/dist/components/layout/Prefix.js +1 -1
  161. package/dist/components/layout/ResizablePanel.js +1 -1
  162. package/dist/components/layout/Space.js +1 -1
  163. package/dist/components/layout/Suffix.js +1 -1
  164. package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
  165. package/dist/components/navigation/Tabs/EditableTitle.js +1 -1
  166. package/dist/components/navigation/Tabs/TabButton.js +1 -1
  167. package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
  168. package/dist/components/navigation/Tabs/TabPanel.js +1 -1
  169. package/dist/components/navigation/Tabs/TabPicker.js +1 -1
  170. package/dist/components/navigation/Tabs/Tabs.js +1 -1
  171. package/dist/components/navigation/Tabs/TabsAction.js +1 -1
  172. package/dist/components/navigation/Tabs/TabsContext.js +1 -1
  173. package/dist/components/navigation/Tabs/styled.js +1 -1
  174. package/dist/components/navigation/Tabs/types.js +1 -1
  175. package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
  176. package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
  177. package/dist/components/organisms/FileTabs/FileTabs.js +1 -1
  178. package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
  179. package/dist/components/other/Calendar/Calendar.js +1 -1
  180. package/dist/components/other/Calendar/CalendarCell.js +1 -1
  181. package/dist/components/other/Calendar/CalendarGrid.js +1 -1
  182. package/dist/components/other/Calendar/RangeCalendar.js +1 -1
  183. package/dist/components/other/CloudLogo/CloudLogo.js +1 -1
  184. package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
  185. package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
  186. package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
  187. package/dist/components/overlays/Dialog/Dialog.js +1 -1
  188. package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
  189. package/dist/components/overlays/Dialog/DialogForm.js +1 -1
  190. package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
  191. package/dist/components/overlays/Dialog/context.js +1 -1
  192. package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
  193. package/dist/components/overlays/Modal/Modal.js +1 -1
  194. package/dist/components/overlays/Modal/OpenTransition.js +1 -1
  195. package/dist/components/overlays/Modal/Overlay.js +1 -1
  196. package/dist/components/overlays/Modal/Popover.js +1 -1
  197. package/dist/components/overlays/Modal/Tray.js +1 -1
  198. package/dist/components/overlays/Modal/Underlay.js +1 -1
  199. package/dist/components/overlays/Notifications/Notification.js +1 -1
  200. package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
  201. package/dist/components/overlays/Notifications/NotificationCard.js +1 -1
  202. package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
  203. package/dist/components/overlays/Notifications/NotificationItem.js +1 -1
  204. package/dist/components/overlays/Notifications/OverlayContainer.js +1 -1
  205. package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
  206. package/dist/components/overlays/Notifications/PersistentNotificationsList.js +1 -1
  207. package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
  208. package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
  209. package/dist/components/overlays/Notifications/index.js +1 -1
  210. package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
  211. package/dist/components/overlays/Notifications/use-notifications.js +1 -1
  212. package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
  213. package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
  214. package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
  215. package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
  216. package/dist/components/overlays/Toast/ToastItem.js +1 -1
  217. package/dist/components/overlays/Toast/index.js +1 -1
  218. package/dist/components/overlays/Toast/useProgressToast.js +1 -1
  219. package/dist/components/overlays/Toast/useToast.js +1 -1
  220. package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
  221. package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
  222. package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
  223. package/dist/components/overlays/Tooltip/context.js +1 -1
  224. package/dist/components/portal/Portal.js +1 -1
  225. package/dist/components/portal/PortalProvider.js +1 -1
  226. package/dist/components/portal/usePortal.js +1 -1
  227. package/dist/components/shared/InvalidIcon.js +1 -1
  228. package/dist/components/shared/ValidIcon.js +1 -1
  229. package/dist/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
  230. package/dist/components/status/Spin/Cube.js +1 -1
  231. package/dist/components/status/Spin/InternalSpinner.js +1 -1
  232. package/dist/components/status/Spin/Spin.js +1 -1
  233. package/dist/components/status/Spin/SpinsContainer.js +1 -1
  234. package/dist/data/item-themes.js +1 -1
  235. package/dist/data/themes.js +1 -1
  236. package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
  237. package/dist/icons/AdjustmentsIcon.js +1 -1
  238. package/dist/icons/AiIcon.js +1 -1
  239. package/dist/icons/AreaChartIcon.js +1 -1
  240. package/dist/icons/BackwardIcon.js +1 -1
  241. package/dist/icons/BarChartIcon.js +1 -1
  242. package/dist/icons/BellFilledIcon.js +1 -1
  243. package/dist/icons/BellIcon.js +1 -1
  244. package/dist/icons/BooleanIcon.js +1 -1
  245. package/dist/icons/CalendarEditIcon.js +1 -1
  246. package/dist/icons/CalendarIcon.js +1 -1
  247. package/dist/icons/CaretDownIcon.js +1 -1
  248. package/dist/icons/CaretUpIcon.js +1 -1
  249. package/dist/icons/ChartAreaStackedIcon.js +1 -1
  250. package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
  251. package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
  252. package/dist/icons/ChartBarGroupedIcon.js +1 -1
  253. package/dist/icons/ChartBarHorizontalIcon.js +1 -1
  254. package/dist/icons/ChartBarLineIcon.js +1 -1
  255. package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
  256. package/dist/icons/ChartBarStackedIcon.js +1 -1
  257. package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
  258. package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
  259. package/dist/icons/ChartBoxPlot2Icon.js +1 -1
  260. package/dist/icons/ChartBoxPlotIcon.js +1 -1
  261. package/dist/icons/ChartBubbleIcon.js +1 -1
  262. package/dist/icons/ChartDonut2Icon.js +1 -1
  263. package/dist/icons/ChartFunnelIcon.js +1 -1
  264. package/dist/icons/ChartHeatmapIcon.js +1 -1
  265. package/dist/icons/ChartKPIIcon.js +1 -1
  266. package/dist/icons/ChartPie2Icon.js +1 -1
  267. package/dist/icons/ChartScatterIcon.js +1 -1
  268. package/dist/icons/CheckCircleFilledIcon.js +1 -1
  269. package/dist/icons/CheckCircleIcon.js +1 -1
  270. package/dist/icons/CheckIcon.js +1 -1
  271. package/dist/icons/CircleFilledIcon.js +1 -1
  272. package/dist/icons/ClearIcon.js +1 -1
  273. package/dist/icons/CloseCircleFilledIcon.js +1 -1
  274. package/dist/icons/CloseCircleIcon.js +1 -1
  275. package/dist/icons/CloseIcon.js +1 -1
  276. package/dist/icons/CodeIcon.js +1 -1
  277. package/dist/icons/ColumnTotalIcon.js +1 -1
  278. package/dist/icons/CopyIcon.js +1 -1
  279. package/dist/icons/CountIcon.js +1 -1
  280. package/dist/icons/CubeIcon.js +1 -1
  281. package/dist/icons/CubePauseIcon.js +1 -1
  282. package/dist/icons/CubePlayIcon.js +1 -1
  283. package/dist/icons/CurrencyDollarIcon.js +1 -1
  284. package/dist/icons/DangerIcon.js +1 -1
  285. package/dist/icons/DashboardIcon.js +1 -1
  286. package/dist/icons/DatabaseIcon.js +1 -1
  287. package/dist/icons/DecimalDecreaseIcon.js +1 -1
  288. package/dist/icons/DecimalIncreaseIcon.js +1 -1
  289. package/dist/icons/DirectionIcon.js +1 -1
  290. package/dist/icons/DonutIcon.js +1 -1
  291. package/dist/icons/DownIcon.js +1 -1
  292. package/dist/icons/EditIcon.js +1 -1
  293. package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
  294. package/dist/icons/ExclamationCircleIcon.js +1 -1
  295. package/dist/icons/ExclamationIcon.js +1 -1
  296. package/dist/icons/EyeIcon.js +1 -1
  297. package/dist/icons/EyeInvisibleIcon.js +1 -1
  298. package/dist/icons/FilterIcon.js +1 -1
  299. package/dist/icons/FolderFilledIcon.js +1 -1
  300. package/dist/icons/FolderIcon.js +1 -1
  301. package/dist/icons/FolderOpenFilledIcon.js +1 -1
  302. package/dist/icons/FolderOpenIcon.js +1 -1
  303. package/dist/icons/ForwardIcon.js +1 -1
  304. package/dist/icons/HierarchyIcon.js +1 -1
  305. package/dist/icons/HierarchyOpenIcon.js +1 -1
  306. package/dist/icons/Icon.js +3 -2
  307. package/dist/icons/Icon.js.map +1 -1
  308. package/dist/icons/InfoCircleIcon.js +1 -1
  309. package/dist/icons/InfoIcon.js +1 -1
  310. package/dist/icons/KeyIcon.js +1 -1
  311. package/dist/icons/LeftIcon.js +1 -1
  312. package/dist/icons/LineChartIcon.js +1 -1
  313. package/dist/icons/LoadingIcon.js +1 -1
  314. package/dist/icons/LockFilledIcon.js +1 -1
  315. package/dist/icons/LockIcon.js +1 -1
  316. package/dist/icons/MoreIcon.js +1 -1
  317. package/dist/icons/NotAllowedIcon.js +1 -1
  318. package/dist/icons/Number123Icon.js +1 -1
  319. package/dist/icons/NumberIcon.js +1 -1
  320. package/dist/icons/PauseCircleFilledIcon.js +1 -1
  321. package/dist/icons/PauseCircleIcon.js +1 -1
  322. package/dist/icons/PauseIcon.js +1 -1
  323. package/dist/icons/PercentageIcon.js +1 -1
  324. package/dist/icons/PieChartIcon.js +1 -1
  325. package/dist/icons/PlayCircleIcon.js +1 -1
  326. package/dist/icons/PlayIcon.js +1 -1
  327. package/dist/icons/PlusIcon.js +1 -1
  328. package/dist/icons/ProgressBarIcon.js +1 -1
  329. package/dist/icons/ReloadIcon.js +1 -1
  330. package/dist/icons/ReportIcon.js +1 -1
  331. package/dist/icons/ReturnIcon.js +1 -1
  332. package/dist/icons/RightIcon.js +1 -1
  333. package/dist/icons/RowTotalsIcon.js +1 -1
  334. package/dist/icons/SchemeIcon.js +1 -1
  335. package/dist/icons/SearchIcon.js +1 -1
  336. package/dist/icons/SemanticQueryIcon.js +1 -1
  337. package/dist/icons/SettingsIcon.js +1 -1
  338. package/dist/icons/ShieldFilledIcon.js +1 -1
  339. package/dist/icons/ShieldIcon.js +1 -1
  340. package/dist/icons/SlashIcon.js +1 -1
  341. package/dist/icons/SparklesIcon.js +1 -1
  342. package/dist/icons/SqlIcon.js +1 -1
  343. package/dist/icons/StatsIcon.js +1 -1
  344. package/dist/icons/StopIcon.js +1 -1
  345. package/dist/icons/StringIcon.js +1 -1
  346. package/dist/icons/SubtotalsIcon.js +1 -1
  347. package/dist/icons/SwitchIcon.js +1 -1
  348. package/dist/icons/TableIcon.js +1 -1
  349. package/dist/icons/ThumbsDownIcon.js +1 -1
  350. package/dist/icons/ThumbsUpIcon.js +1 -1
  351. package/dist/icons/ThunderboltCrossedIcon.js +1 -1
  352. package/dist/icons/ThunderboltFilledIcon.js +1 -1
  353. package/dist/icons/ThunderboltIcon.js +1 -1
  354. package/dist/icons/TimeIcon.js +1 -1
  355. package/dist/icons/TrashIcon.js +1 -1
  356. package/dist/icons/UnlockIcon.js +1 -1
  357. package/dist/icons/UpIcon.js +1 -1
  358. package/dist/icons/UserGroupIcon.js +1 -1
  359. package/dist/icons/UserIcon.js +1 -1
  360. package/dist/icons/UserLockIcon.js +1 -1
  361. package/dist/icons/ViewIcon.js +1 -1
  362. package/dist/icons/WarningFilledIcon.js +1 -1
  363. package/dist/icons/WarningIcon.js +1 -1
  364. package/dist/icons/wrap-icon.js +1 -1
  365. package/dist/index.js +1 -1
  366. package/dist/node_modules/.pnpm/csstype@3.1.2/node_modules/csstype/index.d.ts +1 -1
  367. package/dist/provider.js +1 -1
  368. package/dist/providers/TrackingProvider.js +1 -1
  369. package/dist/providers/navigationAdapter.default.js +1 -1
  370. package/dist/tokens/base.js +1 -1
  371. package/dist/tokens/colors.js +1 -1
  372. package/dist/tokens/index.js +1 -1
  373. package/dist/tokens/layout.js +1 -1
  374. package/dist/tokens/shadows.js +1 -1
  375. package/dist/tokens/sizes.js +1 -1
  376. package/dist/tokens/spacing.js +1 -1
  377. package/dist/tokens/typography.js +1 -1
  378. package/dist/utils/ResizeSensor.js +1 -1
  379. package/dist/utils/is-dev-env.js +1 -1
  380. package/dist/utils/modules.js +1 -1
  381. package/dist/utils/promise.js +1 -1
  382. package/dist/utils/raf.js +1 -1
  383. package/dist/utils/random.js +1 -1
  384. package/dist/utils/range.js +1 -1
  385. package/dist/utils/react/RenderCache.js +1 -1
  386. package/dist/utils/react/Slots.js +1 -1
  387. package/dist/utils/react/chain.js +1 -1
  388. package/dist/utils/react/forwardRefWithGenerics.js +1 -1
  389. package/dist/utils/react/index.js +1 -1
  390. package/dist/utils/react/interactions.js +1 -1
  391. package/dist/utils/react/isTextOnly.js +1 -1
  392. package/dist/utils/react/mapProps.js +1 -1
  393. package/dist/utils/react/mergeProps.js +1 -1
  394. package/dist/utils/react/nullableValue.js +1 -1
  395. package/dist/utils/react/resolveIcon.js +1 -1
  396. package/dist/utils/react/sharedStore.js +1 -1
  397. package/dist/utils/react/useCombinedRefs.js +1 -1
  398. package/dist/utils/react/useControlledFocusVisible.js +1 -1
  399. package/dist/utils/react/useEventBus.js +1 -1
  400. package/dist/utils/react/useId.js +1 -1
  401. package/dist/utils/react/useIsDarwin.js +1 -1
  402. package/dist/utils/react/useKeySymbols.js +1 -1
  403. package/dist/utils/react/useLayoutEffect.js +1 -1
  404. package/dist/utils/react/useLocalStorage.js +1 -1
  405. package/dist/utils/react/useMergeStyles.js +1 -1
  406. package/dist/utils/react/useQaProps.js +1 -1
  407. package/dist/utils/react/useViewportSize.js +1 -1
  408. package/dist/utils/react/wrapNodeIfPlain.js +1 -1
  409. package/dist/utils/styles.js +1 -1
  410. package/dist/utils/tree.js +1 -1
  411. package/dist/utils/warnings.js +1 -1
  412. package/dist/version.js +2 -2
  413. package/docs/components/actions/Menu.md +0 -2
  414. package/docs/tasty/README.md +5 -4
  415. package/docs/tasty/adoption.md +6 -4
  416. package/docs/tasty/comparison.md +9 -7
  417. package/docs/tasty/design-system.md +9 -3
  418. package/docs/tasty/dsl.md +42 -0
  419. package/docs/tasty/getting-started.md +11 -9
  420. package/docs/tasty/methodology.md +71 -5
  421. package/docs/tasty/runtime.md +81 -25
  422. package/docs/tasty/ssr.md +2 -2
  423. package/docs/tasty/styles.md +19 -17
  424. package/package.json +2 -2
@@ -1,5 +1,4 @@
1
1
 
2
- import { Globals, Property } from "../../../node_modules/.pnpm/csstype@3.1.2/node_modules/csstype/index.js";
3
2
  import { FieldBaseProps } from "../../../shared/form.js";
4
3
  import "../../../shared/index.js";
5
4
  import { CubeTooltipProviderProps } from "../../overlays/Tooltip/TooltipProvider.js";
@@ -18,835 +17,7 @@ import * as _react_types_shared0 from "@react-types/shared";
18
17
  import { AriaLabelingProps, CollectionBase, DOMRef, Key as Key$1 } from "@react-types/shared";
19
18
 
20
19
  //#region src/components/fields/Select/Select.d.ts
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 & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined> | _tenphi_tasty0.StyleValueStateMap<"start" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "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
- scrollbar?: _tenphi_tasty0.StyleValue<string | boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<string | boolean | undefined>;
835
- boldFontWeight?: _tenphi_tasty0.StyleValue<number | undefined> | _tenphi_tasty0.StyleValueStateMap<number | undefined>;
836
- hide?: _tenphi_tasty0.StyleValue<boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<boolean | undefined>;
837
- shadow?: _tenphi_tasty0.StyleValue<string | boolean | undefined> | _tenphi_tasty0.StyleValueStateMap<string | boolean | undefined>;
838
- radius?: _tenphi_tasty0.StyleValue<string | true | undefined> | _tenphi_tasty0.StyleValueStateMap<string | true | undefined>;
839
- flow?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
840
- gridAreas?: _tenphi_tasty0.StyleValue<Property.GridTemplateAreas | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateAreas | undefined>;
841
- gridColumns?: _tenphi_tasty0.StyleValue<Property.GridTemplateColumns<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
842
- gridRows?: _tenphi_tasty0.StyleValue<Property.GridTemplateRows<string | number> | undefined> | _tenphi_tasty0.StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
843
- preset?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
844
- justify?: _tenphi_tasty0.StyleValue<"start" | (string & {}) | "left" | "right" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "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" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
845
- place?: _tenphi_tasty0.StyleValue<string | (string & {}) | undefined> | _tenphi_tasty0.StyleValueStateMap<string | (string & {}) | undefined>;
846
- "@keyframes"?: _tenphi_tasty0.StyleValue<Record<string, _tenphi_tasty0.KeyframesSteps> | undefined> | _tenphi_tasty0.StyleValueStateMap<Record<string, _tenphi_tasty0.KeyframesSteps> | undefined>;
847
- "@properties"?: _tenphi_tasty0.StyleValue<Record<string, _tenphi_tasty0.PropertyDefinition> | undefined> | _tenphi_tasty0.StyleValueStateMap<Record<string, _tenphi_tasty0.PropertyDefinition> | undefined>;
848
- recipe?: _tenphi_tasty0.StyleValue<string | undefined> | _tenphi_tasty0.StyleValueStateMap<string | undefined>;
849
- } & 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" | "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>> & {
20
+ declare const ListBoxElement: React.ForwardRefExoticComponent<Omit<_tenphi_tasty0.AllBasePropsWithMods<readonly (keyof _tenphi_tasty0.StylesInterface)[], readonly never[]>, "slot" | "title" | "className" | "role" | "id" | "children" | "hidden" | "prefix" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "key"> & _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" | "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>> & {
850
21
  [x: string]: React.ForwardRefExoticComponent<Omit<_tenphi_tasty0.SubElementProps<never>, "ref"> & React.RefAttributes<never>>;
851
22
  };
852
23
  interface CubeSelectBaseProps<T> extends BasePropsWithoutChildren, AriaLabelingProps, BaseStyleProps, OuterStyleProps, ColorStyleProps, Omit<FieldBaseProps, 'tooltip'>, CollectionBase<T>, Omit<AriaSelectProps<T>, 'errorMessage' | 'selectedKey' | 'defaultSelectedKey' | 'onSelectionChange'> {