@integration-app/react 2.5.0 → 2.5.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (630) hide show
  1. package/dist/cjs/_modules/awesome-debounce-promise.cjs +1 -1
  2. package/dist/cjs/_modules/react-use-promise.cjs +1 -1
  3. package/dist/cjs/components/AdvancedOptions.cjs +1 -1
  4. package/dist/cjs/components/Button/Button.cjs +1 -1
  5. package/dist/cjs/components/Button/Button.module.css.cjs +1 -1
  6. package/dist/cjs/components/ComboBox/ComboBox.cjs +1 -1
  7. package/dist/cjs/components/ComboBox/Dropdown/ActiveCategoryContent.cjs +1 -1
  8. package/dist/cjs/components/ComboBox/Dropdown/Categories/CustomValue.cjs +1 -1
  9. package/dist/cjs/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.cjs +1 -1
  10. package/dist/cjs/components/ComboBox/Dropdown/Categories/Formulas/index.cjs +1 -1
  11. package/dist/cjs/components/ComboBox/Dropdown/Categories/Lookup.cjs +1 -1
  12. package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.cjs +1 -1
  13. package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.cjs +1 -1
  14. package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/index.cjs +1 -1
  15. package/dist/cjs/components/ComboBox/Dropdown/Categories/Options.cjs +1 -1
  16. package/dist/cjs/components/ComboBox/Dropdown/Categories/Root.cjs +1 -1
  17. package/dist/cjs/components/ComboBox/Dropdown/Categories/Variables.cjs +1 -1
  18. package/dist/cjs/components/ComboBox/Dropdown/Categories/getLookupCollection.cjs +1 -1
  19. package/dist/cjs/components/ComboBox/Dropdown/DrillUpButton.cjs +1 -1
  20. package/dist/cjs/components/ComboBox/Dropdown/Dropdown.cjs +1 -1
  21. package/dist/cjs/components/ComboBox/Dropdown/NavigationContext.cjs +1 -1
  22. package/dist/cjs/components/ComboBox/Dropdown/Option.cjs +1 -1
  23. package/dist/cjs/components/ComboBox/Dropdown/OptionsList.cjs +1 -1
  24. package/dist/cjs/components/ComboBox/Dropdown/SearchInput.cjs +1 -1
  25. package/dist/cjs/components/ComboBox/Dropdown/categoryContentMapping.cjs +1 -1
  26. package/dist/cjs/components/ComboBox/DropdownPopover/DropdownPositioner.cjs +1 -1
  27. package/dist/cjs/components/ComboBox/DropdownPopover/index.cjs +1 -1
  28. package/dist/cjs/components/ComboBox/DropdownPortal/index.cjs +1 -1
  29. package/dist/cjs/components/ComboBox/Edit/OptionSelector.cjs +1 -1
  30. package/dist/cjs/components/ComboBox/Edit/OptionSelector.module.css.cjs +1 -1
  31. package/dist/cjs/components/ComboBox/Edit/TextInput.cjs +1 -1
  32. package/dist/cjs/components/ComboBox/Value/ComboBoxValue.cjs +1 -1
  33. package/dist/cjs/components/ComboBox/Value/Formula.cjs +1 -1
  34. package/dist/cjs/components/ComboBox/Value/Schema.cjs +1 -1
  35. package/dist/cjs/components/ComboBox/Value/isDefinedValue.cjs +1 -1
  36. package/dist/cjs/components/ComboBox/context/combobox-context.cjs +1 -1
  37. package/dist/cjs/components/ComboBox/context/combobox-dropdown-context.cjs +1 -1
  38. package/dist/cjs/components/ComboBox/context/combobox-dropdown-search.cjs +1 -1
  39. package/dist/cjs/components/ComboBox/context/combobox-dropdown-stack.cjs +1 -1
  40. package/dist/cjs/components/ComboBox/context/helpers.cjs +1 -1
  41. package/dist/cjs/components/ComboBox/options-factories/boolean.cjs +1 -1
  42. package/dist/cjs/components/ComboBox/options-factories/constant.cjs +1 -1
  43. package/dist/cjs/components/ComboBox/options-factories/custom-field.cjs +1 -1
  44. package/dist/cjs/components/ComboBox/options-factories/enum.cjs +1 -1
  45. package/dist/cjs/components/ComboBox/options-factories/formula.cjs +1 -1
  46. package/dist/cjs/components/ComboBox/options-factories/generate-schema-options.cjs +1 -1
  47. package/dist/cjs/components/ComboBox/options-factories/object-fields.cjs +1 -1
  48. package/dist/cjs/components/ComboBox/options-factories/reference-records.cjs +1 -1
  49. package/dist/cjs/components/ComboBox/options-factories/root.cjs +1 -1
  50. package/dist/cjs/components/ComboBox/options-factories/utils.cjs +1 -1
  51. package/dist/cjs/components/ComboBox/options-factories/variable.cjs +1 -1
  52. package/dist/cjs/components/ComboBox/types.cjs +1 -1
  53. package/dist/cjs/components/ComboBox/value-spec.cjs +1 -1
  54. package/dist/cjs/components/ComboBoxElements/ComboBoxTag.cjs +1 -1
  55. package/dist/cjs/components/ComboBoxElements/ComboBoxTag.module.css.cjs +1 -1
  56. package/dist/cjs/components/ComboBoxElements/Editor/Editor.module.css.cjs +1 -1
  57. package/dist/cjs/components/ComboBoxElements/Editor/components/EditorTag.cjs +1 -1
  58. package/dist/cjs/components/ComboBoxElements/Editor/editor.cjs +1 -1
  59. package/dist/cjs/components/ComboBoxElements/Editor/helpers/clicks.cjs +1 -1
  60. package/dist/cjs/components/ComboBoxElements/Editor/helpers/common.cjs +1 -1
  61. package/dist/cjs/components/ComboBoxElements/Editor/helpers/tag-template-composition.cjs +1 -1
  62. package/dist/cjs/components/ComboBoxElements/Editor/helpers/transformEditorSchemaToValue.cjs +1 -1
  63. package/dist/cjs/components/ComboBoxElements/Editor/helpers/transformValueToEditorSchema.cjs +1 -1
  64. package/dist/cjs/components/ComboBoxElements/Editor/nodes/EditorTagNode.cjs +1 -1
  65. package/dist/cjs/components/ComboBoxElements/Editor/plugins/ConfigPlugin.cjs +1 -1
  66. package/dist/cjs/components/ComboBoxElements/Editor/plugins/EditorTagPlugin.cjs +1 -1
  67. package/dist/cjs/components/ComboBoxElements/Editor/plugins/KeyboardPlugin.cjs +1 -1
  68. package/dist/cjs/components/ComboBoxElements/Editor/plugins/StateSyncPlugin.cjs +1 -1
  69. package/dist/cjs/components/ComboBoxElements/Editor/plugins/commands.cjs +1 -1
  70. package/dist/cjs/components/ComboBoxElements/Editor/useEditor.cjs +1 -1
  71. package/dist/cjs/components/ComboBoxElements/FieldWrapper.cjs +1 -1
  72. package/dist/cjs/components/ComboBoxElements/inputs.module.css.cjs +1 -1
  73. package/dist/cjs/components/DataBuilder/Condition/index.cjs +1 -1
  74. package/dist/cjs/components/DataBuilder/Field.cjs +1 -1
  75. package/dist/cjs/components/DataBuilder/FieldDelete.cjs +1 -1
  76. package/dist/cjs/components/DataBuilder/FieldDescription.cjs +1 -1
  77. package/dist/cjs/components/DataBuilder/FieldList.cjs +1 -1
  78. package/dist/cjs/components/DataBuilder/FieldName.cjs +1 -1
  79. package/dist/cjs/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.cjs +1 -1
  80. package/dist/cjs/components/DataBuilder/FieldTypeSelector/index.cjs +1 -1
  81. package/dist/cjs/components/DataBuilder/FieldValue/Array.cjs +1 -1
  82. package/dist/cjs/components/DataBuilder/FieldValue/Default.cjs +1 -1
  83. package/dist/cjs/components/DataBuilder/FieldValue/ScalarArray.cjs +1 -1
  84. package/dist/cjs/components/DataBuilder/FieldValue/ScalarArray.module.css.cjs +1 -1
  85. package/dist/cjs/components/DataBuilder/FieldValue/index.cjs +1 -1
  86. package/dist/cjs/components/DataBuilder/Filter.cjs +1 -1
  87. package/dist/cjs/components/DataBuilder/Form.cjs +1 -1
  88. package/dist/cjs/components/DataBuilder/Formula/case.cjs +1 -1
  89. package/dist/cjs/components/DataBuilder/Formula/concat.cjs +1 -1
  90. package/dist/cjs/components/DataBuilder/Formula/copy.cjs +1 -1
  91. package/dist/cjs/components/DataBuilder/Formula/domainFromEmail.cjs +1 -1
  92. package/dist/cjs/components/DataBuilder/Formula/extractDate.cjs +1 -1
  93. package/dist/cjs/components/DataBuilder/Formula/extractTime.cjs +1 -1
  94. package/dist/cjs/components/DataBuilder/Formula/findAppRecordId.cjs +1 -1
  95. package/dist/cjs/components/DataBuilder/Formula/findExternalRecordId.cjs +1 -1
  96. package/dist/cjs/components/DataBuilder/Formula/firstName.cjs +1 -1
  97. package/dist/cjs/components/DataBuilder/Formula/firstNotEmpty.cjs +1 -1
  98. package/dist/cjs/components/DataBuilder/Formula/index.cjs +1 -1
  99. package/dist/cjs/components/DataBuilder/Formula/iterate.cjs +1 -1
  100. package/dist/cjs/components/DataBuilder/Formula/jsonata.cjs +1 -1
  101. package/dist/cjs/components/DataBuilder/Formula/lastName.cjs +1 -1
  102. package/dist/cjs/components/DataBuilder/Formula/lookup.cjs +1 -1
  103. package/dist/cjs/components/DataBuilder/Formula/map.cjs +1 -1
  104. package/dist/cjs/components/DataBuilder/Formula/mergeObjects.cjs +1 -1
  105. package/dist/cjs/components/DataBuilder/Formula/noUi.cjs +1 -1
  106. package/dist/cjs/components/DataBuilder/Formula/record.cjs +1 -1
  107. package/dist/cjs/components/DataBuilder/Formula/styles.module.css.cjs +1 -1
  108. package/dist/cjs/components/DataBuilder/Formula/tpl.cjs +1 -1
  109. package/dist/cjs/components/DataBuilder/Formula/var.cjs +1 -1
  110. package/dist/cjs/components/DataBuilder/Nested/ArrayItems.cjs +1 -1
  111. package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.cjs +1 -1
  112. package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.cjs +1 -1
  113. package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.cjs +1 -1
  114. package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/index.cjs +1 -1
  115. package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/FieldListWrapper.module.css.cjs +1 -1
  116. package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/index.cjs +1 -1
  117. package/dist/cjs/components/DataBuilder/Nested/NoSchema.cjs +1 -1
  118. package/dist/cjs/components/DataBuilder/Nested/ObjectFields.cjs +1 -1
  119. package/dist/cjs/components/DataBuilder/Nested/ValueMapping.cjs +1 -1
  120. package/dist/cjs/components/DataBuilder/Nested.cjs +1 -1
  121. package/dist/cjs/components/DataBuilder/data-builder-context.cjs +1 -1
  122. package/dist/cjs/components/DataBuilder/data-field.cjs +1 -1
  123. package/dist/cjs/components/DataBuilder/field-context.cjs +1 -1
  124. package/dist/cjs/components/DataBuilder/hooks.cjs +1 -1
  125. package/dist/cjs/components/DataBuilder/index.cjs +1 -1
  126. package/dist/cjs/components/DataBuilder/styles.module.css.cjs +1 -1
  127. package/dist/cjs/components/DataBuilderUI/FieldControlPanel/FieldControlPanel.module.css.cjs +1 -1
  128. package/dist/cjs/components/DataBuilderUI/FieldControlPanel/index.cjs +1 -1
  129. package/dist/cjs/components/DataBuilderUI/index.cjs +1 -1
  130. package/dist/cjs/components/DataBuilderUI/styles.module.css.cjs +1 -1
  131. package/dist/cjs/components/DataInput/index.cjs +1 -1
  132. package/dist/cjs/components/DataInput/useResolvedDataSchema.cjs +1 -1
  133. package/dist/cjs/components/DataLinks/data-link-tables-option-factory.cjs +1 -1
  134. package/dist/cjs/components/DropdownUI/BackButton.cjs +1 -1
  135. package/dist/cjs/components/DropdownUI/Content.cjs +1 -1
  136. package/dist/cjs/components/DropdownUI/ErrorHeading.cjs +1 -1
  137. package/dist/cjs/components/DropdownUI/InfoHeading.cjs +1 -1
  138. package/dist/cjs/components/DropdownUI/Item.cjs +1 -1
  139. package/dist/cjs/components/DropdownUI/ItemIcon.cjs +1 -1
  140. package/dist/cjs/components/DropdownUI/ItemNestingIndicator.cjs +1 -1
  141. package/dist/cjs/components/DropdownUI/ItemTitle.cjs +1 -1
  142. package/dist/cjs/components/DropdownUI/List.cjs +1 -1
  143. package/dist/cjs/components/DropdownUI/ListHeader.cjs +1 -1
  144. package/dist/cjs/components/DropdownUI/LoadingItem.cjs +1 -1
  145. package/dist/cjs/components/DropdownUI/NoOptionsHeading.cjs +1 -1
  146. package/dist/cjs/components/DropdownUI/Panel.cjs +1 -1
  147. package/dist/cjs/components/DropdownUI/PopoverContainer.cjs +1 -1
  148. package/dist/cjs/components/DropdownUI/Search.cjs +1 -1
  149. package/dist/cjs/components/DropdownUI/constants.cjs +1 -1
  150. package/dist/cjs/components/DropdownUI/index.cjs +1 -1
  151. package/dist/cjs/components/DropdownUI/item-context.cjs +1 -1
  152. package/dist/cjs/components/DropdownUI/sva-recipe.cjs +1 -1
  153. package/dist/cjs/components/DropdownUI/utils.cjs +1 -1
  154. package/dist/cjs/components/Formula/index.cjs +1 -1
  155. package/dist/cjs/components/Formula/styles.module.css.cjs +1 -1
  156. package/dist/cjs/components/InlineEditable.cjs +1 -1
  157. package/dist/cjs/components/InlineEditable.module.css.cjs +1 -1
  158. package/dist/cjs/components/Input/Input.cjs +1 -1
  159. package/dist/cjs/components/Input/Input.module.css.cjs +1 -1
  160. package/dist/cjs/components/Input/SearchInput.cjs +1 -1
  161. package/dist/cjs/components/Input/SearchInput.module.css.cjs +1 -1
  162. package/dist/cjs/components/Input/index.cjs +1 -1
  163. package/dist/cjs/components/IntegrationElements/DataSource/DataCollectionSelect.cjs +1 -1
  164. package/dist/cjs/components/IntegrationElements/DataSource/UdmSelect.cjs +1 -1
  165. package/dist/cjs/components/IntegrationElements/DataSource/index.cjs +1 -1
  166. package/dist/cjs/components/IntegrationElements/integration-element-context.cjs +1 -1
  167. package/dist/cjs/components/Integrations/IntegrationAvatar/index.cjs +1 -1
  168. package/dist/cjs/components/Integrations/IntegrationItem/index.cjs +1 -1
  169. package/dist/cjs/components/Integrations/IntegrationItemSkeleton.cjs +1 -1
  170. package/dist/cjs/components/Notification/Notification.module.css.cjs +1 -1
  171. package/dist/cjs/components/Notification/index.cjs +1 -1
  172. package/dist/cjs/components/Popover/index.cjs +1 -1
  173. package/dist/cjs/components/Portal/index.cjs +1 -1
  174. package/dist/cjs/components/Radio/Radio.module.css.cjs +1 -1
  175. package/dist/cjs/components/Radio/index.cjs +1 -1
  176. package/dist/cjs/components/SimpleInput/SimpleInput.cjs +1 -1
  177. package/dist/cjs/components/SimpleInput/SimpleInput.module.css.cjs +1 -1
  178. package/dist/cjs/components/SimpleInput/SimpleRadio.cjs +1 -1
  179. package/dist/cjs/components/SimpleInput/SimpleTextarea.cjs +1 -1
  180. package/dist/cjs/components/SimpleMenu/index.cjs +1 -1
  181. package/dist/cjs/components/SvgIcon/BasicEntities.cjs +1 -1
  182. package/dist/cjs/components/SvgIcon/index.cjs +1 -1
  183. package/dist/cjs/components/SvgIcon/svg-icon-type.cjs +1 -1
  184. package/dist/cjs/components/Tag/Components.cjs +1 -1
  185. package/dist/cjs/components/Tag/SegmentSeparator.cjs +1 -1
  186. package/dist/cjs/components/Tag/Tag.cjs +1 -1
  187. package/dist/cjs/components/Tag/TagPlaceholder.cjs +1 -1
  188. package/dist/cjs/components/Tag/styles.module.css.cjs +1 -1
  189. package/dist/cjs/components/Textarea/Textarea.module.css.cjs +1 -1
  190. package/dist/cjs/components/Textarea/index.cjs +1 -1
  191. package/dist/cjs/components/Toggle/Toggle.cjs +1 -1
  192. package/dist/cjs/components/Toggle/Toggle.module.css.cjs +1 -1
  193. package/dist/cjs/components/Toggle/ToggleOnOff.cjs +1 -1
  194. package/dist/cjs/components/Tooltip/index.cjs +1 -1
  195. package/dist/cjs/components/Truncate/index.cjs +1 -1
  196. package/dist/cjs/contexts/integration-app-client-context.cjs +1 -1
  197. package/dist/cjs/contexts/integration-app-connection-context.cjs +1 -1
  198. package/dist/cjs/contexts/integration-app-context.cjs +1 -1
  199. package/dist/cjs/contexts/integration-app-integration-context.cjs +1 -1
  200. package/dist/cjs/helpers/getRefElement.cjs +1 -1
  201. package/dist/cjs/helpers/hooks/keyboard-events.cjs +1 -1
  202. package/dist/cjs/helpers/hooks/useAutofocus.cjs +1 -1
  203. package/dist/cjs/helpers/hooks/useDeepEffect.cjs +1 -1
  204. package/dist/cjs/helpers/hooks/useEventStopPropagation.cjs +1 -1
  205. package/dist/cjs/helpers/hooks/useForwardedRef.cjs +1 -1
  206. package/dist/cjs/helpers/hooks/useIsTextTruncated.cjs +1 -1
  207. package/dist/cjs/helpers/hooks/useResizeObserver.cjs +1 -1
  208. package/dist/cjs/helpers/hooks/useWindowEvent.cjs +1 -1
  209. package/dist/cjs/hooks/actions/useAction.cjs +1 -1
  210. package/dist/cjs/hooks/actions/useActionInstance.cjs +1 -1
  211. package/dist/cjs/hooks/actions/useActionInstances.cjs +1 -1
  212. package/dist/cjs/hooks/actions/useActions.cjs +1 -1
  213. package/dist/cjs/hooks/app-data-schemas/useAppDataSchema.cjs +1 -1
  214. package/dist/cjs/hooks/app-data-schemas/useAppDataSchemaInstance.cjs +1 -1
  215. package/dist/cjs/hooks/app-data-schemas/useAppDataSchemaInstances.cjs +1 -1
  216. package/dist/cjs/hooks/app-data-schemas/useAppDataSchemas.cjs +1 -1
  217. package/dist/cjs/hooks/app-events/useAppEventSubscription.cjs +1 -1
  218. package/dist/cjs/hooks/app-events/useAppEventSubscriptions.cjs +1 -1
  219. package/dist/cjs/hooks/app-events/useAppEventType.cjs +1 -1
  220. package/dist/cjs/hooks/app-events/useAppEventTypes.cjs +1 -1
  221. package/dist/cjs/hooks/app-events/useAppEvents.cjs +1 -1
  222. package/dist/cjs/hooks/customers/useCustomer.cjs +1 -1
  223. package/dist/cjs/hooks/customers/useCustomers.cjs +1 -1
  224. package/dist/cjs/hooks/data-collections/useDataCollectionSpec.cjs +1 -1
  225. package/dist/cjs/hooks/data-links/useDataLinkTable.cjs +1 -1
  226. package/dist/cjs/hooks/data-links/useDataLinkTableInstance.cjs +1 -1
  227. package/dist/cjs/hooks/data-links/useDataLinkTableInstances.cjs +1 -1
  228. package/dist/cjs/hooks/data-links/useDataLinkTables.cjs +1 -1
  229. package/dist/cjs/hooks/data-sources/useDataSource.cjs +1 -1
  230. package/dist/cjs/hooks/data-sources/useDataSourceInstance.cjs +1 -1
  231. package/dist/cjs/hooks/data-sources/useDataSourceInstanceCollection.cjs +1 -1
  232. package/dist/cjs/hooks/data-sources/useDataSourceInstances.cjs +1 -1
  233. package/dist/cjs/hooks/data-sources/useDataSources.cjs +1 -1
  234. package/dist/cjs/hooks/external-events/useExternalEventSubscription.cjs +1 -1
  235. package/dist/cjs/hooks/external-events/useExternalEventSubscriptions.cjs +1 -1
  236. package/dist/cjs/hooks/field-mappings/useFieldMapping.cjs +1 -1
  237. package/dist/cjs/hooks/field-mappings/useFieldMappingInstance.cjs +1 -1
  238. package/dist/cjs/hooks/field-mappings/useFieldMappingInstances.cjs +1 -1
  239. package/dist/cjs/hooks/field-mappings/useFieldMappings.cjs +1 -1
  240. package/dist/cjs/hooks/flows/useFlow.cjs +1 -1
  241. package/dist/cjs/hooks/flows/useFlowInstance.cjs +1 -1
  242. package/dist/cjs/hooks/flows/useFlowInstances.cjs +1 -1
  243. package/dist/cjs/hooks/flows/useFlowRun.cjs +1 -1
  244. package/dist/cjs/hooks/flows/useFlowRuns.cjs +1 -1
  245. package/dist/cjs/hooks/flows/useFlows.cjs +1 -1
  246. package/dist/cjs/hooks/integrations/useConnection.cjs +1 -1
  247. package/dist/cjs/hooks/integrations/useConnections.cjs +1 -1
  248. package/dist/cjs/hooks/integrations/useConnectorSpec.cjs +1 -1
  249. package/dist/cjs/hooks/integrations/useIntegration.cjs +1 -1
  250. package/dist/cjs/hooks/integrations/useIntegrations.cjs +1 -1
  251. package/dist/cjs/hooks/scenarios/useScenario.cjs +1 -1
  252. package/dist/cjs/hooks/scenarios/useScenarios.cjs +1 -1
  253. package/dist/cjs/hooks/screens/useScreen.cjs +1 -1
  254. package/dist/cjs/hooks/useElement.cjs +1 -1
  255. package/dist/cjs/hooks/useElements.cjs +1 -1
  256. package/dist/cjs/hooks/useExportFieldsAsCode.cjs +1 -1
  257. package/dist/cjs/hooks/useIntegrationAppSWR.cjs +1 -1
  258. package/dist/cjs/index.cjs +1 -1
  259. package/dist/cjs/recipes/dropdown.cjs +1 -1
  260. package/dist/cjs/styled-system/css/conditions.cjs +2 -2
  261. package/dist/cjs/styled-system/css/css.cjs +1 -1
  262. package/dist/cjs/styled-system/css/cva.cjs +1 -1
  263. package/dist/cjs/styled-system/css/cx.cjs +1 -1
  264. package/dist/cjs/styled-system/css/sva.cjs +1 -1
  265. package/dist/cjs/styled-system/helpers.cjs +1 -1
  266. package/dist/cjs/styled-system/jsx/box.cjs +1 -1
  267. package/dist/cjs/styled-system/jsx/center.cjs +1 -1
  268. package/dist/cjs/styled-system/jsx/circle.cjs +1 -1
  269. package/dist/cjs/styled-system/jsx/divider.cjs +1 -1
  270. package/dist/cjs/styled-system/jsx/factory-helper.cjs +1 -1
  271. package/dist/cjs/styled-system/jsx/factory.cjs +1 -1
  272. package/dist/cjs/styled-system/jsx/flex.cjs +1 -1
  273. package/dist/cjs/styled-system/jsx/is-valid-prop.cjs +3 -3
  274. package/dist/cjs/styled-system/jsx/visually-hidden.cjs +1 -1
  275. package/dist/cjs/styled-system/patterns/box.cjs +1 -1
  276. package/dist/cjs/styled-system/patterns/center.cjs +1 -1
  277. package/dist/cjs/styled-system/patterns/circle.cjs +1 -1
  278. package/dist/cjs/styled-system/patterns/divider.cjs +1 -1
  279. package/dist/cjs/styled-system/patterns/flex.cjs +1 -1
  280. package/dist/cjs/styled-system/patterns/visually-hidden.cjs +1 -1
  281. package/dist/cjs/styled-system/recipes/alert.cjs +1 -1
  282. package/dist/cjs/styled-system/recipes/avatar.cjs +1 -1
  283. package/dist/cjs/styled-system/recipes/badge.cjs +1 -1
  284. package/dist/cjs/styled-system/recipes/button.cjs +1 -1
  285. package/dist/cjs/styled-system/recipes/create-recipe.cjs +1 -1
  286. package/dist/cjs/styled-system/recipes/icon.cjs +1 -1
  287. package/dist/cjs/styled-system/recipes/input.cjs +1 -1
  288. package/dist/cjs/styled-system/recipes/menu.cjs +1 -1
  289. package/dist/cjs/styled-system/recipes/popover.cjs +1 -1
  290. package/dist/cjs/styled-system/recipes/skeleton.cjs +1 -1
  291. package/dist/cjs/styled-system/recipes/spinner.cjs +1 -1
  292. package/dist/cjs/styled-system/recipes/text.cjs +1 -1
  293. package/dist/cjs/styled-system/recipes/tooltip.cjs +1 -1
  294. package/dist/cjs/styled-system/tokens/index.cjs +1 -1
  295. package/dist/cjs/ui-kit/avatar.cjs +1 -1
  296. package/dist/cjs/ui-kit/button.cjs +1 -1
  297. package/dist/cjs/ui-kit/spinner.cjs +1 -1
  298. package/dist/cjs/ui-kit/styled/alert.cjs +1 -1
  299. package/dist/cjs/ui-kit/styled/avatar.cjs +1 -1
  300. package/dist/cjs/ui-kit/styled/badge.cjs +1 -1
  301. package/dist/cjs/ui-kit/styled/button.cjs +1 -1
  302. package/dist/cjs/ui-kit/styled/icon-button.cjs +1 -1
  303. package/dist/cjs/ui-kit/styled/icon.cjs +1 -1
  304. package/dist/cjs/ui-kit/styled/input.cjs +1 -1
  305. package/dist/cjs/ui-kit/styled/menu.cjs +1 -1
  306. package/dist/cjs/ui-kit/styled/popover.cjs +1 -1
  307. package/dist/cjs/ui-kit/styled/skeleton.cjs +1 -1
  308. package/dist/cjs/ui-kit/styled/spinner.cjs +1 -1
  309. package/dist/cjs/ui-kit/styled/text.cjs +1 -1
  310. package/dist/cjs/ui-kit/styled/tooltip.cjs +1 -1
  311. package/dist/cjs/ui-kit/styled/utils/create-style-context.cjs +1 -1
  312. package/dist/esm/_modules/awesome-debounce-promise.mjs +1 -1
  313. package/dist/esm/_modules/react-use-promise.mjs +1 -1
  314. package/dist/esm/components/AdvancedOptions.mjs +1 -1
  315. package/dist/esm/components/Button/Button.mjs +1 -1
  316. package/dist/esm/components/Button/Button.module.css.mjs +1 -1
  317. package/dist/esm/components/ComboBox/ComboBox.mjs +1 -1
  318. package/dist/esm/components/ComboBox/Dropdown/ActiveCategoryContent.mjs +1 -1
  319. package/dist/esm/components/ComboBox/Dropdown/Categories/CustomValue.mjs +1 -1
  320. package/dist/esm/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.mjs +1 -1
  321. package/dist/esm/components/ComboBox/Dropdown/Categories/Formulas/index.mjs +1 -1
  322. package/dist/esm/components/ComboBox/Dropdown/Categories/Lookup.mjs +1 -1
  323. package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.mjs +1 -1
  324. package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.mjs +1 -1
  325. package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/index.mjs +1 -1
  326. package/dist/esm/components/ComboBox/Dropdown/Categories/Options.mjs +1 -1
  327. package/dist/esm/components/ComboBox/Dropdown/Categories/Root.mjs +1 -1
  328. package/dist/esm/components/ComboBox/Dropdown/Categories/Variables.mjs +1 -1
  329. package/dist/esm/components/ComboBox/Dropdown/Categories/getLookupCollection.mjs +1 -1
  330. package/dist/esm/components/ComboBox/Dropdown/DrillUpButton.mjs +1 -1
  331. package/dist/esm/components/ComboBox/Dropdown/Dropdown.mjs +1 -1
  332. package/dist/esm/components/ComboBox/Dropdown/NavigationContext.mjs +1 -1
  333. package/dist/esm/components/ComboBox/Dropdown/Option.mjs +1 -1
  334. package/dist/esm/components/ComboBox/Dropdown/OptionsList.mjs +1 -1
  335. package/dist/esm/components/ComboBox/Dropdown/SearchInput.mjs +1 -1
  336. package/dist/esm/components/ComboBox/Dropdown/categoryContentMapping.mjs +1 -1
  337. package/dist/esm/components/ComboBox/DropdownPopover/DropdownPositioner.mjs +1 -1
  338. package/dist/esm/components/ComboBox/DropdownPopover/index.mjs +1 -1
  339. package/dist/esm/components/ComboBox/DropdownPortal/index.mjs +1 -1
  340. package/dist/esm/components/ComboBox/Edit/OptionSelector.mjs +1 -1
  341. package/dist/esm/components/ComboBox/Edit/OptionSelector.module.css.mjs +1 -1
  342. package/dist/esm/components/ComboBox/Edit/TextInput.mjs +1 -1
  343. package/dist/esm/components/ComboBox/Value/ComboBoxValue.mjs +1 -1
  344. package/dist/esm/components/ComboBox/Value/Formula.mjs +1 -1
  345. package/dist/esm/components/ComboBox/Value/Schema.mjs +1 -1
  346. package/dist/esm/components/ComboBox/Value/isDefinedValue.mjs +1 -1
  347. package/dist/esm/components/ComboBox/context/combobox-context.mjs +1 -1
  348. package/dist/esm/components/ComboBox/context/combobox-dropdown-context.mjs +1 -1
  349. package/dist/esm/components/ComboBox/context/combobox-dropdown-search.mjs +1 -1
  350. package/dist/esm/components/ComboBox/context/combobox-dropdown-stack.mjs +1 -1
  351. package/dist/esm/components/ComboBox/context/helpers.mjs +1 -1
  352. package/dist/esm/components/ComboBox/options-factories/boolean.mjs +1 -1
  353. package/dist/esm/components/ComboBox/options-factories/constant.mjs +1 -1
  354. package/dist/esm/components/ComboBox/options-factories/custom-field.mjs +1 -1
  355. package/dist/esm/components/ComboBox/options-factories/enum.mjs +1 -1
  356. package/dist/esm/components/ComboBox/options-factories/formula.mjs +1 -1
  357. package/dist/esm/components/ComboBox/options-factories/generate-schema-options.mjs +1 -1
  358. package/dist/esm/components/ComboBox/options-factories/object-fields.mjs +1 -1
  359. package/dist/esm/components/ComboBox/options-factories/reference-records.mjs +1 -1
  360. package/dist/esm/components/ComboBox/options-factories/root.mjs +1 -1
  361. package/dist/esm/components/ComboBox/options-factories/utils.mjs +1 -1
  362. package/dist/esm/components/ComboBox/options-factories/variable.mjs +1 -1
  363. package/dist/esm/components/ComboBox/types.mjs +1 -1
  364. package/dist/esm/components/ComboBox/value-spec.mjs +1 -1
  365. package/dist/esm/components/ComboBoxElements/ComboBoxTag.mjs +1 -1
  366. package/dist/esm/components/ComboBoxElements/ComboBoxTag.module.css.mjs +1 -1
  367. package/dist/esm/components/ComboBoxElements/Editor/Editor.module.css.mjs +1 -1
  368. package/dist/esm/components/ComboBoxElements/Editor/components/EditorTag.mjs +1 -1
  369. package/dist/esm/components/ComboBoxElements/Editor/editor.mjs +1 -1
  370. package/dist/esm/components/ComboBoxElements/Editor/helpers/clicks.mjs +1 -1
  371. package/dist/esm/components/ComboBoxElements/Editor/helpers/common.mjs +1 -1
  372. package/dist/esm/components/ComboBoxElements/Editor/helpers/tag-template-composition.mjs +1 -1
  373. package/dist/esm/components/ComboBoxElements/Editor/helpers/transformEditorSchemaToValue.mjs +1 -1
  374. package/dist/esm/components/ComboBoxElements/Editor/helpers/transformValueToEditorSchema.mjs +1 -1
  375. package/dist/esm/components/ComboBoxElements/Editor/nodes/EditorTagNode.mjs +1 -1
  376. package/dist/esm/components/ComboBoxElements/Editor/plugins/ConfigPlugin.mjs +1 -1
  377. package/dist/esm/components/ComboBoxElements/Editor/plugins/EditorTagPlugin.mjs +1 -1
  378. package/dist/esm/components/ComboBoxElements/Editor/plugins/KeyboardPlugin.mjs +1 -1
  379. package/dist/esm/components/ComboBoxElements/Editor/plugins/StateSyncPlugin.mjs +1 -1
  380. package/dist/esm/components/ComboBoxElements/Editor/plugins/commands.mjs +1 -1
  381. package/dist/esm/components/ComboBoxElements/Editor/useEditor.mjs +1 -1
  382. package/dist/esm/components/ComboBoxElements/FieldWrapper.mjs +1 -1
  383. package/dist/esm/components/ComboBoxElements/inputs.module.css.mjs +1 -1
  384. package/dist/esm/components/DataBuilder/Condition/index.mjs +1 -1
  385. package/dist/esm/components/DataBuilder/Field.mjs +1 -1
  386. package/dist/esm/components/DataBuilder/FieldDelete.mjs +1 -1
  387. package/dist/esm/components/DataBuilder/FieldDescription.mjs +1 -1
  388. package/dist/esm/components/DataBuilder/FieldList.mjs +1 -1
  389. package/dist/esm/components/DataBuilder/FieldName.mjs +1 -1
  390. package/dist/esm/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.mjs +1 -1
  391. package/dist/esm/components/DataBuilder/FieldTypeSelector/index.mjs +1 -1
  392. package/dist/esm/components/DataBuilder/FieldValue/Array.mjs +1 -1
  393. package/dist/esm/components/DataBuilder/FieldValue/Default.mjs +1 -1
  394. package/dist/esm/components/DataBuilder/FieldValue/ScalarArray.mjs +1 -1
  395. package/dist/esm/components/DataBuilder/FieldValue/ScalarArray.module.css.mjs +1 -1
  396. package/dist/esm/components/DataBuilder/FieldValue/index.mjs +1 -1
  397. package/dist/esm/components/DataBuilder/Filter.mjs +1 -1
  398. package/dist/esm/components/DataBuilder/Form.mjs +1 -1
  399. package/dist/esm/components/DataBuilder/Formula/case.mjs +1 -1
  400. package/dist/esm/components/DataBuilder/Formula/concat.mjs +1 -1
  401. package/dist/esm/components/DataBuilder/Formula/copy.mjs +1 -1
  402. package/dist/esm/components/DataBuilder/Formula/domainFromEmail.mjs +1 -1
  403. package/dist/esm/components/DataBuilder/Formula/extractDate.mjs +1 -1
  404. package/dist/esm/components/DataBuilder/Formula/extractTime.mjs +1 -1
  405. package/dist/esm/components/DataBuilder/Formula/findAppRecordId.mjs +1 -1
  406. package/dist/esm/components/DataBuilder/Formula/findExternalRecordId.mjs +1 -1
  407. package/dist/esm/components/DataBuilder/Formula/firstName.mjs +1 -1
  408. package/dist/esm/components/DataBuilder/Formula/firstNotEmpty.mjs +1 -1
  409. package/dist/esm/components/DataBuilder/Formula/index.mjs +1 -1
  410. package/dist/esm/components/DataBuilder/Formula/iterate.mjs +1 -1
  411. package/dist/esm/components/DataBuilder/Formula/jsonata.mjs +1 -1
  412. package/dist/esm/components/DataBuilder/Formula/lastName.mjs +1 -1
  413. package/dist/esm/components/DataBuilder/Formula/lookup.mjs +1 -1
  414. package/dist/esm/components/DataBuilder/Formula/map.mjs +1 -1
  415. package/dist/esm/components/DataBuilder/Formula/mergeObjects.mjs +1 -1
  416. package/dist/esm/components/DataBuilder/Formula/noUi.mjs +1 -1
  417. package/dist/esm/components/DataBuilder/Formula/record.mjs +1 -1
  418. package/dist/esm/components/DataBuilder/Formula/styles.module.css.mjs +1 -1
  419. package/dist/esm/components/DataBuilder/Formula/tpl.mjs +1 -1
  420. package/dist/esm/components/DataBuilder/Formula/var.mjs +1 -1
  421. package/dist/esm/components/DataBuilder/Nested/ArrayItems.mjs +1 -1
  422. package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.mjs +1 -1
  423. package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.mjs +1 -1
  424. package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.mjs +1 -1
  425. package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/index.mjs +1 -1
  426. package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/FieldListWrapper.module.css.mjs +1 -1
  427. package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/index.mjs +1 -1
  428. package/dist/esm/components/DataBuilder/Nested/NoSchema.mjs +1 -1
  429. package/dist/esm/components/DataBuilder/Nested/ObjectFields.mjs +1 -1
  430. package/dist/esm/components/DataBuilder/Nested/ValueMapping.mjs +1 -1
  431. package/dist/esm/components/DataBuilder/Nested.mjs +1 -1
  432. package/dist/esm/components/DataBuilder/data-builder-context.mjs +1 -1
  433. package/dist/esm/components/DataBuilder/data-field.mjs +1 -1
  434. package/dist/esm/components/DataBuilder/field-context.mjs +1 -1
  435. package/dist/esm/components/DataBuilder/hooks.mjs +1 -1
  436. package/dist/esm/components/DataBuilder/index.mjs +1 -1
  437. package/dist/esm/components/DataBuilder/styles.module.css.mjs +1 -1
  438. package/dist/esm/components/DataBuilderUI/FieldControlPanel/FieldControlPanel.module.css.mjs +1 -1
  439. package/dist/esm/components/DataBuilderUI/FieldControlPanel/index.mjs +1 -1
  440. package/dist/esm/components/DataBuilderUI/index.mjs +1 -1
  441. package/dist/esm/components/DataBuilderUI/styles.module.css.mjs +1 -1
  442. package/dist/esm/components/DataInput/index.mjs +1 -1
  443. package/dist/esm/components/DataInput/useResolvedDataSchema.mjs +1 -1
  444. package/dist/esm/components/DataLinks/data-link-tables-option-factory.mjs +1 -1
  445. package/dist/esm/components/DropdownUI/BackButton.mjs +1 -1
  446. package/dist/esm/components/DropdownUI/Content.mjs +1 -1
  447. package/dist/esm/components/DropdownUI/ErrorHeading.mjs +1 -1
  448. package/dist/esm/components/DropdownUI/InfoHeading.mjs +1 -1
  449. package/dist/esm/components/DropdownUI/Item.mjs +1 -1
  450. package/dist/esm/components/DropdownUI/ItemIcon.mjs +1 -1
  451. package/dist/esm/components/DropdownUI/ItemNestingIndicator.mjs +1 -1
  452. package/dist/esm/components/DropdownUI/ItemTitle.mjs +1 -1
  453. package/dist/esm/components/DropdownUI/List.mjs +1 -1
  454. package/dist/esm/components/DropdownUI/ListHeader.mjs +1 -1
  455. package/dist/esm/components/DropdownUI/LoadingItem.mjs +1 -1
  456. package/dist/esm/components/DropdownUI/NoOptionsHeading.mjs +1 -1
  457. package/dist/esm/components/DropdownUI/Panel.mjs +1 -1
  458. package/dist/esm/components/DropdownUI/PopoverContainer.mjs +1 -1
  459. package/dist/esm/components/DropdownUI/Search.mjs +1 -1
  460. package/dist/esm/components/DropdownUI/constants.mjs +1 -1
  461. package/dist/esm/components/DropdownUI/index.mjs +1 -1
  462. package/dist/esm/components/DropdownUI/item-context.mjs +1 -1
  463. package/dist/esm/components/DropdownUI/sva-recipe.mjs +1 -1
  464. package/dist/esm/components/DropdownUI/utils.mjs +1 -1
  465. package/dist/esm/components/Formula/index.mjs +1 -1
  466. package/dist/esm/components/Formula/styles.module.css.mjs +1 -1
  467. package/dist/esm/components/InlineEditable.mjs +1 -1
  468. package/dist/esm/components/InlineEditable.module.css.mjs +1 -1
  469. package/dist/esm/components/Input/Input.mjs +1 -1
  470. package/dist/esm/components/Input/Input.module.css.mjs +1 -1
  471. package/dist/esm/components/Input/SearchInput.mjs +1 -1
  472. package/dist/esm/components/Input/SearchInput.module.css.mjs +1 -1
  473. package/dist/esm/components/Input/index.mjs +1 -1
  474. package/dist/esm/components/IntegrationElements/DataSource/DataCollectionSelect.mjs +1 -1
  475. package/dist/esm/components/IntegrationElements/DataSource/UdmSelect.mjs +1 -1
  476. package/dist/esm/components/IntegrationElements/DataSource/index.mjs +1 -1
  477. package/dist/esm/components/IntegrationElements/integration-element-context.mjs +1 -1
  478. package/dist/esm/components/Integrations/IntegrationAvatar/index.mjs +1 -1
  479. package/dist/esm/components/Integrations/IntegrationItem/index.mjs +1 -1
  480. package/dist/esm/components/Integrations/IntegrationItemSkeleton.mjs +1 -1
  481. package/dist/esm/components/Notification/Notification.module.css.mjs +1 -1
  482. package/dist/esm/components/Notification/index.mjs +1 -1
  483. package/dist/esm/components/Popover/index.mjs +1 -1
  484. package/dist/esm/components/Portal/index.mjs +1 -1
  485. package/dist/esm/components/Radio/Radio.module.css.mjs +1 -1
  486. package/dist/esm/components/Radio/index.mjs +1 -1
  487. package/dist/esm/components/SimpleInput/SimpleInput.mjs +1 -1
  488. package/dist/esm/components/SimpleInput/SimpleInput.module.css.mjs +1 -1
  489. package/dist/esm/components/SimpleInput/SimpleRadio.mjs +1 -1
  490. package/dist/esm/components/SimpleInput/SimpleTextarea.mjs +1 -1
  491. package/dist/esm/components/SimpleMenu/index.mjs +1 -1
  492. package/dist/esm/components/SvgIcon/BasicEntities.mjs +1 -1
  493. package/dist/esm/components/SvgIcon/index.mjs +1 -1
  494. package/dist/esm/components/SvgIcon/svg-icon-type.mjs +1 -1
  495. package/dist/esm/components/Tag/Components.mjs +1 -1
  496. package/dist/esm/components/Tag/SegmentSeparator.mjs +1 -1
  497. package/dist/esm/components/Tag/Tag.mjs +1 -1
  498. package/dist/esm/components/Tag/TagPlaceholder.mjs +1 -1
  499. package/dist/esm/components/Tag/styles.module.css.mjs +1 -1
  500. package/dist/esm/components/Textarea/Textarea.module.css.mjs +1 -1
  501. package/dist/esm/components/Textarea/index.mjs +1 -1
  502. package/dist/esm/components/Toggle/Toggle.mjs +1 -1
  503. package/dist/esm/components/Toggle/Toggle.module.css.mjs +1 -1
  504. package/dist/esm/components/Toggle/ToggleOnOff.mjs +1 -1
  505. package/dist/esm/components/Tooltip/index.mjs +1 -1
  506. package/dist/esm/components/Truncate/index.mjs +1 -1
  507. package/dist/esm/contexts/integration-app-client-context.mjs +1 -1
  508. package/dist/esm/contexts/integration-app-connection-context.mjs +1 -1
  509. package/dist/esm/contexts/integration-app-context.mjs +1 -1
  510. package/dist/esm/contexts/integration-app-integration-context.mjs +1 -1
  511. package/dist/esm/helpers/getRefElement.mjs +1 -1
  512. package/dist/esm/helpers/hooks/keyboard-events.mjs +1 -1
  513. package/dist/esm/helpers/hooks/useAutofocus.mjs +1 -1
  514. package/dist/esm/helpers/hooks/useDeepEffect.mjs +1 -1
  515. package/dist/esm/helpers/hooks/useEventStopPropagation.mjs +1 -1
  516. package/dist/esm/helpers/hooks/useForwardedRef.mjs +1 -1
  517. package/dist/esm/helpers/hooks/useIsTextTruncated.mjs +1 -1
  518. package/dist/esm/helpers/hooks/useResizeObserver.mjs +1 -1
  519. package/dist/esm/helpers/hooks/useWindowEvent.mjs +1 -1
  520. package/dist/esm/hooks/actions/useAction.mjs +1 -1
  521. package/dist/esm/hooks/actions/useActionInstance.mjs +1 -1
  522. package/dist/esm/hooks/actions/useActionInstances.mjs +1 -1
  523. package/dist/esm/hooks/actions/useActions.mjs +1 -1
  524. package/dist/esm/hooks/app-data-schemas/useAppDataSchema.mjs +1 -1
  525. package/dist/esm/hooks/app-data-schemas/useAppDataSchemaInstance.mjs +1 -1
  526. package/dist/esm/hooks/app-data-schemas/useAppDataSchemaInstances.mjs +1 -1
  527. package/dist/esm/hooks/app-data-schemas/useAppDataSchemas.mjs +1 -1
  528. package/dist/esm/hooks/app-events/useAppEventSubscription.mjs +1 -1
  529. package/dist/esm/hooks/app-events/useAppEventSubscriptions.mjs +1 -1
  530. package/dist/esm/hooks/app-events/useAppEventType.mjs +1 -1
  531. package/dist/esm/hooks/app-events/useAppEventTypes.mjs +1 -1
  532. package/dist/esm/hooks/app-events/useAppEvents.mjs +1 -1
  533. package/dist/esm/hooks/customers/useCustomer.mjs +1 -1
  534. package/dist/esm/hooks/customers/useCustomers.mjs +1 -1
  535. package/dist/esm/hooks/data-collections/useDataCollectionSpec.mjs +1 -1
  536. package/dist/esm/hooks/data-links/useDataLinkTable.mjs +1 -1
  537. package/dist/esm/hooks/data-links/useDataLinkTableInstance.mjs +1 -1
  538. package/dist/esm/hooks/data-links/useDataLinkTableInstances.mjs +1 -1
  539. package/dist/esm/hooks/data-links/useDataLinkTables.mjs +1 -1
  540. package/dist/esm/hooks/data-sources/useDataSource.mjs +1 -1
  541. package/dist/esm/hooks/data-sources/useDataSourceInstance.mjs +1 -1
  542. package/dist/esm/hooks/data-sources/useDataSourceInstanceCollection.mjs +1 -1
  543. package/dist/esm/hooks/data-sources/useDataSourceInstances.mjs +1 -1
  544. package/dist/esm/hooks/data-sources/useDataSources.mjs +1 -1
  545. package/dist/esm/hooks/external-events/useExternalEventSubscription.mjs +1 -1
  546. package/dist/esm/hooks/external-events/useExternalEventSubscriptions.mjs +1 -1
  547. package/dist/esm/hooks/field-mappings/useFieldMapping.mjs +1 -1
  548. package/dist/esm/hooks/field-mappings/useFieldMappingInstance.mjs +1 -1
  549. package/dist/esm/hooks/field-mappings/useFieldMappingInstances.mjs +1 -1
  550. package/dist/esm/hooks/field-mappings/useFieldMappings.mjs +1 -1
  551. package/dist/esm/hooks/flows/useFlow.mjs +1 -1
  552. package/dist/esm/hooks/flows/useFlowInstance.mjs +1 -1
  553. package/dist/esm/hooks/flows/useFlowInstances.mjs +1 -1
  554. package/dist/esm/hooks/flows/useFlowRun.mjs +1 -1
  555. package/dist/esm/hooks/flows/useFlowRuns.mjs +1 -1
  556. package/dist/esm/hooks/flows/useFlows.mjs +1 -1
  557. package/dist/esm/hooks/integrations/useConnection.mjs +1 -1
  558. package/dist/esm/hooks/integrations/useConnections.mjs +1 -1
  559. package/dist/esm/hooks/integrations/useConnectorSpec.mjs +1 -1
  560. package/dist/esm/hooks/integrations/useIntegration.mjs +1 -1
  561. package/dist/esm/hooks/integrations/useIntegrations.mjs +1 -1
  562. package/dist/esm/hooks/scenarios/useScenario.mjs +1 -1
  563. package/dist/esm/hooks/scenarios/useScenarios.mjs +1 -1
  564. package/dist/esm/hooks/screens/useScreen.mjs +1 -1
  565. package/dist/esm/hooks/useElement.mjs +1 -1
  566. package/dist/esm/hooks/useElements.mjs +1 -1
  567. package/dist/esm/hooks/useExportFieldsAsCode.mjs +1 -1
  568. package/dist/esm/hooks/useIntegrationAppSWR.mjs +1 -1
  569. package/dist/esm/index.mjs +1 -1
  570. package/dist/esm/recipes/dropdown.mjs +1 -1
  571. package/dist/esm/styled-system/css/conditions.mjs +2 -2
  572. package/dist/esm/styled-system/css/css.mjs +1 -1
  573. package/dist/esm/styled-system/css/cva.mjs +1 -1
  574. package/dist/esm/styled-system/css/cx.mjs +1 -1
  575. package/dist/esm/styled-system/css/sva.mjs +1 -1
  576. package/dist/esm/styled-system/helpers.mjs +1 -1
  577. package/dist/esm/styled-system/jsx/box.mjs +1 -1
  578. package/dist/esm/styled-system/jsx/center.mjs +1 -1
  579. package/dist/esm/styled-system/jsx/circle.mjs +1 -1
  580. package/dist/esm/styled-system/jsx/divider.mjs +1 -1
  581. package/dist/esm/styled-system/jsx/factory-helper.mjs +1 -1
  582. package/dist/esm/styled-system/jsx/factory.mjs +1 -1
  583. package/dist/esm/styled-system/jsx/flex.mjs +1 -1
  584. package/dist/esm/styled-system/jsx/is-valid-prop.mjs +3 -3
  585. package/dist/esm/styled-system/jsx/visually-hidden.mjs +1 -1
  586. package/dist/esm/styled-system/patterns/box.mjs +1 -1
  587. package/dist/esm/styled-system/patterns/center.mjs +1 -1
  588. package/dist/esm/styled-system/patterns/circle.mjs +1 -1
  589. package/dist/esm/styled-system/patterns/divider.mjs +1 -1
  590. package/dist/esm/styled-system/patterns/flex.mjs +1 -1
  591. package/dist/esm/styled-system/patterns/visually-hidden.mjs +1 -1
  592. package/dist/esm/styled-system/recipes/alert.mjs +1 -1
  593. package/dist/esm/styled-system/recipes/avatar.mjs +1 -1
  594. package/dist/esm/styled-system/recipes/badge.mjs +1 -1
  595. package/dist/esm/styled-system/recipes/button.mjs +1 -1
  596. package/dist/esm/styled-system/recipes/create-recipe.mjs +1 -1
  597. package/dist/esm/styled-system/recipes/icon.mjs +1 -1
  598. package/dist/esm/styled-system/recipes/input.mjs +1 -1
  599. package/dist/esm/styled-system/recipes/menu.mjs +1 -1
  600. package/dist/esm/styled-system/recipes/popover.mjs +1 -1
  601. package/dist/esm/styled-system/recipes/skeleton.mjs +1 -1
  602. package/dist/esm/styled-system/recipes/spinner.mjs +1 -1
  603. package/dist/esm/styled-system/recipes/text.mjs +1 -1
  604. package/dist/esm/styled-system/recipes/tooltip.mjs +1 -1
  605. package/dist/esm/styled-system/tokens/index.mjs +1 -1
  606. package/dist/esm/ui-kit/avatar.mjs +1 -1
  607. package/dist/esm/ui-kit/button.mjs +1 -1
  608. package/dist/esm/ui-kit/spinner.mjs +1 -1
  609. package/dist/esm/ui-kit/styled/alert.mjs +1 -1
  610. package/dist/esm/ui-kit/styled/avatar.mjs +1 -1
  611. package/dist/esm/ui-kit/styled/badge.mjs +1 -1
  612. package/dist/esm/ui-kit/styled/button.mjs +1 -1
  613. package/dist/esm/ui-kit/styled/icon-button.mjs +1 -1
  614. package/dist/esm/ui-kit/styled/icon.mjs +1 -1
  615. package/dist/esm/ui-kit/styled/input.mjs +1 -1
  616. package/dist/esm/ui-kit/styled/menu.mjs +1 -1
  617. package/dist/esm/ui-kit/styled/popover.mjs +1 -1
  618. package/dist/esm/ui-kit/styled/skeleton.mjs +1 -1
  619. package/dist/esm/ui-kit/styled/spinner.mjs +1 -1
  620. package/dist/esm/ui-kit/styled/text.mjs +1 -1
  621. package/dist/esm/ui-kit/styled/tooltip.mjs +1 -1
  622. package/dist/esm/ui-kit/styled/utils/create-style-context.mjs +1 -1
  623. package/dist/styles.css +68 -68
  624. package/dist/types/styled-system/types/composition.d.ts +0 -26
  625. package/dist/types/styled-system/types/conditions.d.ts +11 -35
  626. package/dist/types/styled-system/types/global.d.ts +0 -1
  627. package/dist/types/styled-system/types/prop-type.d.ts +1 -0
  628. package/dist/types/styled-system/types/style-props.d.ts +201 -225
  629. package/dist/types/styled-system/types/system-types.d.ts +2 -86
  630. package/package.json +3 -3
@@ -226,14 +226,6 @@ WebkitTouchCallout?: ConditionalValue<CssProperties["WebkitTouchCallout"] | AnyS
226
226
  * **Initial value**: `read-only`
227
227
  */
228
228
  WebkitUserModify?: ConditionalValue<CssProperties["WebkitUserModify"] | AnyString>
229
- /**
230
- * The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.
231
- *
232
- * **Syntax**: `auto | text | none | contain | all`
233
- *
234
- * **Initial value**: `auto`
235
- */
236
- WebkitUserSelect?: ConditionalValue<CssProperties["WebkitUserSelect"] | AnyString>
237
229
  /**
238
230
  * The **`accent-color`** CSS property sets the accent color for user-interface controls generated by some elements.
239
231
  *
@@ -321,8 +313,6 @@ alignTracks?: ConditionalValue<CssProperties["alignTracks"] | AnyString>
321
313
  * @see https://developer.mozilla.org/docs/Web/CSS/all
322
314
  */
323
315
  all?: ConditionalValue<CssVars | CssProperties["all"] | AnyString>
324
- anchorName?: ConditionalValue<CssProperties["anchorName"] | AnyString>
325
- anchorScope?: ConditionalValue<CssProperties["anchorScope"] | AnyString>
326
316
  /**
327
317
  * The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for `animation-name`, `animation-duration`, `animation-timing-function`, `animation-delay`, `animation-iteration-count`, `animation-direction`, `animation-fill-mode`, and `animation-play-state`.
328
318
  *
@@ -495,20 +485,6 @@ animationRangeEnd?: ConditionalValue<CssProperties["animationRangeEnd"] | AnyStr
495
485
  * @see https://developer.mozilla.org/docs/Web/CSS/animation-range-start
496
486
  */
497
487
  animationRangeStart?: ConditionalValue<CssProperties["animationRangeStart"] | AnyString>
498
- /**
499
- * The **`animation-timeline`** CSS property specifies the timeline that is used to control the progress of an animation.
500
- *
501
- * **Syntax**: `<single-animation-timeline>#`
502
- *
503
- * **Initial value**: `auto`
504
- *
505
- * | Chrome | Firefox | Safari | Edge | IE |
506
- * | :-----: | :-----: | :----: | :--: | :-: |
507
- * | **115** | n/a | No | n/a | No |
508
- *
509
- * @see https://developer.mozilla.org/docs/Web/CSS/animation-timeline
510
- */
511
- animationTimeline?: ConditionalValue<CssProperties["animationTimeline"] | AnyString>
512
488
  /**
513
489
  * The **`animation-timing-function`** CSS property sets how an animation progresses through the duration of each cycle.
514
490
  *
@@ -524,6 +500,20 @@ animationTimeline?: ConditionalValue<CssProperties["animationTimeline"] | AnyStr
524
500
  * @see https://developer.mozilla.org/docs/Web/CSS/animation-timing-function
525
501
  */
526
502
  animationTimingFunction?: ConditionalValue<UtilityValues["animationTimingFunction"] | CssVars | CssProperties["animationTimingFunction"] | AnyString>
503
+ /**
504
+ * The **`animation-timeline`** CSS property specifies the timeline that is used to control the progress of an animation.
505
+ *
506
+ * **Syntax**: `<single-animation-timeline>#`
507
+ *
508
+ * **Initial value**: `auto`
509
+ *
510
+ * | Chrome | Firefox | Safari | Edge | IE |
511
+ * | :-----: | :-----: | :----: | :--: | :-: |
512
+ * | **115** | n/a | No | n/a | No |
513
+ *
514
+ * @see https://developer.mozilla.org/docs/Web/CSS/animation-timeline
515
+ */
516
+ animationTimeline?: ConditionalValue<CssProperties["animationTimeline"] | AnyString>
527
517
  /**
528
518
  * The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
529
519
  *
@@ -553,6 +543,7 @@ appearance?: ConditionalValue<CssVars | CssProperties["appearance"] | AnyString>
553
543
  * @see https://developer.mozilla.org/docs/Web/CSS/aspect-ratio
554
544
  */
555
545
  aspectRatio?: ConditionalValue<CssProperties["aspectRatio"] | AnyString>
546
+ azimuth?: ConditionalValue<CssProperties["azimuth"] | AnyString>
556
547
  /**
557
548
  * The **`backdrop-filter`** CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything _behind_ the element, to see the effect you must make the element or its background at least partially transparent.
558
549
  *
@@ -802,6 +793,34 @@ borderBlock?: ConditionalValue<UtilityValues["borderBlock"] | CssVars | CssPrope
802
793
  * @see https://developer.mozilla.org/docs/Web/CSS/border-block-color
803
794
  */
804
795
  borderBlockColor?: ConditionalValue<UtilityValues["borderBlockColor"] | CssVars | CssProperties["borderBlockColor"] | AnyString>
796
+ /**
797
+ * The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
798
+ *
799
+ * **Syntax**: `<'border-top-style'>`
800
+ *
801
+ * **Initial value**: `none`
802
+ *
803
+ * | Chrome | Firefox | Safari | Edge | IE |
804
+ * | :----: | :-----: | :------: | :--: | :-: |
805
+ * | **87** | **66** | **14.1** | n/a | No |
806
+ *
807
+ * @see https://developer.mozilla.org/docs/Web/CSS/border-block-style
808
+ */
809
+ borderBlockStyle?: ConditionalValue<CssVars | CssProperties["borderBlockStyle"] | AnyString>
810
+ /**
811
+ * The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
812
+ *
813
+ * **Syntax**: `<'border-top-width'>`
814
+ *
815
+ * **Initial value**: `medium`
816
+ *
817
+ * | Chrome | Firefox | Safari | Edge | IE |
818
+ * | :----: | :-----: | :------: | :--: | :-: |
819
+ * | **87** | **66** | **14.1** | n/a | No |
820
+ *
821
+ * @see https://developer.mozilla.org/docs/Web/CSS/border-block-width
822
+ */
823
+ borderBlockWidth?: ConditionalValue<CssProperties["borderBlockWidth"] | AnyString>
805
824
  /**
806
825
  * The **`border-block-end`** CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.
807
826
  *
@@ -910,34 +929,6 @@ borderBlockStartStyle?: ConditionalValue<CssVars | CssProperties["borderBlockSta
910
929
  * @see https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
911
930
  */
912
931
  borderBlockStartWidth?: ConditionalValue<CssProperties["borderBlockStartWidth"] | AnyString>
913
- /**
914
- * The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
915
- *
916
- * **Syntax**: `<'border-top-style'>`
917
- *
918
- * **Initial value**: `none`
919
- *
920
- * | Chrome | Firefox | Safari | Edge | IE |
921
- * | :----: | :-----: | :------: | :--: | :-: |
922
- * | **87** | **66** | **14.1** | n/a | No |
923
- *
924
- * @see https://developer.mozilla.org/docs/Web/CSS/border-block-style
925
- */
926
- borderBlockStyle?: ConditionalValue<CssVars | CssProperties["borderBlockStyle"] | AnyString>
927
- /**
928
- * The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
929
- *
930
- * **Syntax**: `<'border-top-width'>`
931
- *
932
- * **Initial value**: `medium`
933
- *
934
- * | Chrome | Firefox | Safari | Edge | IE |
935
- * | :----: | :-----: | :------: | :--: | :-: |
936
- * | **87** | **66** | **14.1** | n/a | No |
937
- *
938
- * @see https://developer.mozilla.org/docs/Web/CSS/border-block-width
939
- */
940
- borderBlockWidth?: ConditionalValue<CssProperties["borderBlockWidth"] | AnyString>
941
932
  /**
942
933
  * The **`border-bottom`** shorthand CSS property sets an element's bottom border. It sets the values of `border-bottom-width`, `border-bottom-style` and `border-bottom-color`.
943
934
  *
@@ -1171,6 +1162,18 @@ borderImageWidth?: ConditionalValue<CssProperties["borderImageWidth"] | AnyStrin
1171
1162
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline
1172
1163
  */
1173
1164
  borderInline?: ConditionalValue<UtilityValues["borderInline"] | CssVars | CssProperties["borderInline"] | AnyString>
1165
+ /**
1166
+ * The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.
1167
+ *
1168
+ * **Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`
1169
+ *
1170
+ * | Chrome | Firefox | Safari | Edge | IE |
1171
+ * | :----: | :-----: | :------: | :--: | :-: |
1172
+ * | **69** | **41** | **12.1** | n/a | No |
1173
+ *
1174
+ * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-end
1175
+ */
1176
+ borderInlineEnd?: ConditionalValue<UtilityValues["borderInlineEnd"] | CssVars | CssProperties["borderInlineEnd"] | AnyString>
1174
1177
  /**
1175
1178
  * The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1176
1179
  *
@@ -1186,17 +1189,33 @@ borderInline?: ConditionalValue<UtilityValues["borderInline"] | CssVars | CssPro
1186
1189
  */
1187
1190
  borderInlineColor?: ConditionalValue<UtilityValues["borderInlineColor"] | CssVars | CssProperties["borderInlineColor"] | AnyString>
1188
1191
  /**
1189
- * The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.
1192
+ * The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1190
1193
  *
1191
- * **Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`
1194
+ * **Syntax**: `<'border-top-style'>`
1195
+ *
1196
+ * **Initial value**: `none`
1192
1197
  *
1193
1198
  * | Chrome | Firefox | Safari | Edge | IE |
1194
1199
  * | :----: | :-----: | :------: | :--: | :-: |
1195
- * | **69** | **41** | **12.1** | n/a | No |
1200
+ * | **87** | **66** | **14.1** | n/a | No |
1196
1201
  *
1197
- * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-end
1202
+ * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-style
1198
1203
  */
1199
- borderInlineEnd?: ConditionalValue<UtilityValues["borderInlineEnd"] | CssVars | CssProperties["borderInlineEnd"] | AnyString>
1204
+ borderInlineStyle?: ConditionalValue<CssVars | CssProperties["borderInlineStyle"] | AnyString>
1205
+ /**
1206
+ * The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1207
+ *
1208
+ * **Syntax**: `<'border-top-width'>`
1209
+ *
1210
+ * **Initial value**: `medium`
1211
+ *
1212
+ * | Chrome | Firefox | Safari | Edge | IE |
1213
+ * | :----: | :-----: | :------: | :--: | :-: |
1214
+ * | **87** | **66** | **14.1** | n/a | No |
1215
+ *
1216
+ * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-width
1217
+ */
1218
+ borderInlineWidth?: ConditionalValue<CssProperties["borderInlineWidth"] | AnyString>
1200
1219
  /**
1201
1220
  * The **`border-inline-end-color`** CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1202
1221
  *
@@ -1298,34 +1317,6 @@ borderInlineStartStyle?: ConditionalValue<CssVars | CssProperties["borderInlineS
1298
1317
  * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
1299
1318
  */
1300
1319
  borderInlineStartWidth?: ConditionalValue<CssProperties["borderInlineStartWidth"] | AnyString>
1301
- /**
1302
- * The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1303
- *
1304
- * **Syntax**: `<'border-top-style'>`
1305
- *
1306
- * **Initial value**: `none`
1307
- *
1308
- * | Chrome | Firefox | Safari | Edge | IE |
1309
- * | :----: | :-----: | :------: | :--: | :-: |
1310
- * | **87** | **66** | **14.1** | n/a | No |
1311
- *
1312
- * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-style
1313
- */
1314
- borderInlineStyle?: ConditionalValue<CssVars | CssProperties["borderInlineStyle"] | AnyString>
1315
- /**
1316
- * The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
1317
- *
1318
- * **Syntax**: `<'border-top-width'>`
1319
- *
1320
- * **Initial value**: `medium`
1321
- *
1322
- * | Chrome | Firefox | Safari | Edge | IE |
1323
- * | :----: | :-----: | :------: | :--: | :-: |
1324
- * | **87** | **66** | **14.1** | n/a | No |
1325
- *
1326
- * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-width
1327
- */
1328
- borderInlineWidth?: ConditionalValue<CssProperties["borderInlineWidth"] | AnyString>
1329
1320
  /**
1330
1321
  * The **`border-left`** shorthand CSS property sets all the properties of an element's left border.
1331
1322
  *
@@ -1771,7 +1762,6 @@ clear?: ConditionalValue<CssVars | CssProperties["clear"] | AnyString>
1771
1762
  * @see https://developer.mozilla.org/docs/Web/CSS/clip-path
1772
1763
  */
1773
1764
  clipPath?: ConditionalValue<CssProperties["clipPath"] | AnyString>
1774
- clipRule?: ConditionalValue<CssProperties["clipRule"] | AnyString>
1775
1765
  /**
1776
1766
  * The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `currentcolor` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.
1777
1767
  *
@@ -1786,7 +1776,6 @@ clipPath?: ConditionalValue<CssProperties["clipPath"] | AnyString>
1786
1776
  * @see https://developer.mozilla.org/docs/Web/CSS/color
1787
1777
  */
1788
1778
  color?: ConditionalValue<UtilityValues["color"] | CssVars | CssProperties["color"] | AnyString>
1789
- colorInterpolationFilters?: ConditionalValue<CssProperties["colorInterpolationFilters"] | AnyString>
1790
1779
  /**
1791
1780
  * The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.
1792
1781
  *
@@ -1960,6 +1949,18 @@ columns?: ConditionalValue<CssProperties["columns"] | AnyString>
1960
1949
  * @see https://developer.mozilla.org/docs/Web/CSS/contain
1961
1950
  */
1962
1951
  contain?: ConditionalValue<CssProperties["contain"] | AnyString>
1952
+ /**
1953
+ * The **`contain-intrinsic-size`** CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.
1954
+ *
1955
+ * **Syntax**: `[ auto? [ none | <length> ] ]{1,2}`
1956
+ *
1957
+ * | Chrome | Firefox | Safari | Edge | IE |
1958
+ * | :----: | :-----: | :----: | :--: | :-: |
1959
+ * | **83** | **107** | **17** | n/a | No |
1960
+ *
1961
+ * @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
1962
+ */
1963
+ containIntrinsicSize?: ConditionalValue<CssProperties["containIntrinsicSize"] | AnyString>
1963
1964
  /**
1964
1965
  * The **`contain-intrinsic-block-size`** CSS logical property defines the block size of an element that a browser can use for layout when the element is subject to size containment.
1965
1966
  *
@@ -2002,18 +2003,6 @@ containIntrinsicHeight?: ConditionalValue<CssProperties["containIntrinsicHeight"
2002
2003
  * @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-contain-intrinsic-inline-size
2003
2004
  */
2004
2005
  containIntrinsicInlineSize?: ConditionalValue<CssProperties["containIntrinsicInlineSize"] | AnyString>
2005
- /**
2006
- * The **`contain-intrinsic-size`** CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.
2007
- *
2008
- * **Syntax**: `[ auto? [ none | <length> ] ]{1,2}`
2009
- *
2010
- * | Chrome | Firefox | Safari | Edge | IE |
2011
- * | :----: | :-----: | :----: | :--: | :-: |
2012
- * | **83** | **107** | **17** | n/a | No |
2013
- *
2014
- * @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
2015
- */
2016
- containIntrinsicSize?: ConditionalValue<CssProperties["containIntrinsicSize"] | AnyString>
2017
2006
  /**
2018
2007
  * The **`contain-intrinsic-width`** CSS property sets the width of an element that a browser will use for layout when the element is subject to size containment.
2019
2008
  *
@@ -2152,9 +2141,6 @@ counterSet?: ConditionalValue<CssProperties["counterSet"] | AnyString>
2152
2141
  * @see https://developer.mozilla.org/docs/Web/CSS/cursor
2153
2142
  */
2154
2143
  cursor?: ConditionalValue<CssProperties["cursor"] | AnyString>
2155
- cx?: ConditionalValue<CssProperties["cx"] | AnyString>
2156
- cy?: ConditionalValue<CssProperties["cy"] | AnyString>
2157
- d?: ConditionalValue<CssProperties["d"] | AnyString>
2158
2144
  /**
2159
2145
  * The **`direction`** CSS property sets the direction of text, table columns, and horizontal overflow. Use `rtl` for languages written from right to left (like Hebrew or Arabic), and `ltr` for those written from left to right (like English and most other languages).
2160
2146
  *
@@ -2183,7 +2169,6 @@ direction?: ConditionalValue<CssVars | CssProperties["direction"] | AnyString>
2183
2169
  * @see https://developer.mozilla.org/docs/Web/CSS/display
2184
2170
  */
2185
2171
  display?: ConditionalValue<CssVars | CssProperties["display"] | AnyString>
2186
- dominantBaseline?: ConditionalValue<CssProperties["dominantBaseline"] | AnyString>
2187
2172
  /**
2188
2173
  * The **`empty-cells`** CSS property sets whether borders and backgrounds appear around `<table>` cells that have no visible content.
2189
2174
  *
@@ -2198,10 +2183,6 @@ display?: ConditionalValue<CssVars | CssProperties["display"] | AnyString>
2198
2183
  * @see https://developer.mozilla.org/docs/Web/CSS/empty-cells
2199
2184
  */
2200
2185
  emptyCells?: ConditionalValue<CssVars | CssProperties["emptyCells"] | AnyString>
2201
- fieldSizing?: ConditionalValue<CssProperties["fieldSizing"] | AnyString>
2202
- fill?: ConditionalValue<UtilityValues["fill"] | CssVars | CssProperties["fill"] | AnyString>
2203
- fillOpacity?: ConditionalValue<CssProperties["fillOpacity"] | AnyString>
2204
- fillRule?: ConditionalValue<CssProperties["fillRule"] | AnyString>
2205
2186
  /**
2206
2187
  * The **`filter`** CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.
2207
2188
  *
@@ -2332,8 +2313,6 @@ flexWrap?: ConditionalValue<CssVars | CssProperties["flexWrap"] | AnyString>
2332
2313
  * @see https://developer.mozilla.org/docs/Web/CSS/float
2333
2314
  */
2334
2315
  float?: ConditionalValue<UtilityValues["float"] | CssVars | AnyString>
2335
- floodColor?: ConditionalValue<CssProperties["floodColor"] | AnyString>
2336
- floodOpacity?: ConditionalValue<CssProperties["floodOpacity"] | AnyString>
2337
2316
  /**
2338
2317
  * The **`font`** CSS shorthand property sets all the different properties of an element's font. Alternatively, it sets an element's font to a system font.
2339
2318
  *
@@ -2431,6 +2410,20 @@ fontOpticalSizing?: ConditionalValue<CssProperties["fontOpticalSizing"] | AnyStr
2431
2410
  * @see https://developer.mozilla.org/docs/Web/CSS/font-palette
2432
2411
  */
2433
2412
  fontPalette?: ConditionalValue<CssProperties["fontPalette"] | AnyString>
2413
+ /**
2414
+ * The **`font-variation-settings`** CSS property provides low-level control over variable font characteristics, by specifying the four letter axis names of the characteristics you want to vary, along with their values.
2415
+ *
2416
+ * **Syntax**: `normal | [ <string> <number> ]#`
2417
+ *
2418
+ * **Initial value**: `normal`
2419
+ *
2420
+ * | Chrome | Firefox | Safari | Edge | IE |
2421
+ * | :----: | :-----: | :----: | :----: | :-: |
2422
+ * | **62** | **62** | **11** | **17** | No |
2423
+ *
2424
+ * @see https://developer.mozilla.org/docs/Web/CSS/font-variation-settings
2425
+ */
2426
+ fontVariationSettings?: ConditionalValue<CssProperties["fontVariationSettings"] | AnyString>
2434
2427
  /**
2435
2428
  * The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.
2436
2429
  *
@@ -2682,20 +2675,6 @@ fontVariantNumeric?: ConditionalValue<CssProperties["fontVariantNumeric"] | AnyS
2682
2675
  * @see https://developer.mozilla.org/docs/Web/CSS/font-variant-position
2683
2676
  */
2684
2677
  fontVariantPosition?: ConditionalValue<CssProperties["fontVariantPosition"] | AnyString>
2685
- /**
2686
- * The **`font-variation-settings`** CSS property provides low-level control over variable font characteristics, by specifying the four letter axis names of the characteristics you want to vary, along with their values.
2687
- *
2688
- * **Syntax**: `normal | [ <string> <number> ]#`
2689
- *
2690
- * **Initial value**: `normal`
2691
- *
2692
- * | Chrome | Firefox | Safari | Edge | IE |
2693
- * | :----: | :-----: | :----: | :----: | :-: |
2694
- * | **62** | **62** | **11** | **17** | No |
2695
- *
2696
- * @see https://developer.mozilla.org/docs/Web/CSS/font-variation-settings
2697
- */
2698
- fontVariationSettings?: ConditionalValue<CssProperties["fontVariationSettings"] | AnyString>
2699
2678
  /**
2700
2679
  * The **`font-weight`** CSS property sets the weight (or boldness) of the font. The weights available depend on the `font-family` that is currently set.
2701
2680
  *
@@ -3074,6 +3053,12 @@ initialLetter?: ConditionalValue<CssProperties["initialLetter"] | AnyString>
3074
3053
  * @see https://developer.mozilla.org/docs/Web/CSS/inline-size
3075
3054
  */
3076
3055
  inlineSize?: ConditionalValue<UtilityValues["inlineSize"] | CssVars | CssProperties["inlineSize"] | AnyString>
3056
+ /**
3057
+ * **Syntax**: `auto | none`
3058
+ *
3059
+ * **Initial value**: `auto`
3060
+ */
3061
+ inputSecurity?: ConditionalValue<CssProperties["inputSecurity"] | AnyString>
3077
3062
  /**
3078
3063
  * The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.
3079
3064
  *
@@ -3166,7 +3151,6 @@ insetInlineEnd?: ConditionalValue<UtilityValues["insetInlineEnd"] | CssVars | Cs
3166
3151
  * @see https://developer.mozilla.org/docs/Web/CSS/inset-inline-start
3167
3152
  */
3168
3153
  insetInlineStart?: ConditionalValue<UtilityValues["insetInlineStart"] | CssVars | CssProperties["insetInlineStart"] | AnyString>
3169
- interpolateSize?: ConditionalValue<CssProperties["interpolateSize"] | AnyString>
3170
3154
  /**
3171
3155
  * The **`isolation`** CSS property determines whether an element must create a new stacking context.
3172
3156
  *
@@ -3266,7 +3250,6 @@ left?: ConditionalValue<UtilityValues["left"] | CssVars | CssProperties["left"]
3266
3250
  * @see https://developer.mozilla.org/docs/Web/CSS/letter-spacing
3267
3251
  */
3268
3252
  letterSpacing?: ConditionalValue<UtilityValues["letterSpacing"] | CssVars | CssProperties["letterSpacing"] | AnyString>
3269
- lightingColor?: ConditionalValue<CssProperties["lightingColor"] | AnyString>
3270
3253
  /**
3271
3254
  * The **`line-break`** CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.
3272
3255
  *
@@ -3534,10 +3517,6 @@ marginTop?: ConditionalValue<UtilityValues["marginTop"] | CssVars | CssPropertie
3534
3517
  * @see https://developer.mozilla.org/docs/Web/CSS/margin-trim
3535
3518
  */
3536
3519
  marginTrim?: ConditionalValue<CssProperties["marginTrim"] | AnyString>
3537
- marker?: ConditionalValue<CssProperties["marker"] | AnyString>
3538
- markerEnd?: ConditionalValue<CssProperties["markerEnd"] | AnyString>
3539
- markerMid?: ConditionalValue<CssProperties["markerMid"] | AnyString>
3540
- markerStart?: ConditionalValue<CssProperties["markerStart"] | AnyString>
3541
3520
  /**
3542
3521
  * The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.
3543
3522
  *
@@ -4700,12 +4679,6 @@ pointerEvents?: ConditionalValue<CssVars | CssProperties["pointerEvents"] | AnyS
4700
4679
  * @see https://developer.mozilla.org/docs/Web/CSS/position
4701
4680
  */
4702
4681
  position?: ConditionalValue<CssVars | CssProperties["position"] | AnyString>
4703
- positionAnchor?: ConditionalValue<CssProperties["positionAnchor"] | AnyString>
4704
- positionArea?: ConditionalValue<CssProperties["positionArea"] | AnyString>
4705
- positionTry?: ConditionalValue<CssProperties["positionTry"] | AnyString>
4706
- positionTryFallbacks?: ConditionalValue<CssProperties["positionTryFallbacks"] | AnyString>
4707
- positionTryOrder?: ConditionalValue<CssProperties["positionTryOrder"] | AnyString>
4708
- positionVisibility?: ConditionalValue<CssProperties["positionVisibility"] | AnyString>
4709
4682
  /**
4710
4683
  * The **`print-color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.
4711
4684
  *
@@ -4735,7 +4708,6 @@ printColorAdjust?: ConditionalValue<CssProperties["printColorAdjust"] | AnyStrin
4735
4708
  * @see https://developer.mozilla.org/docs/Web/CSS/quotes
4736
4709
  */
4737
4710
  quotes?: ConditionalValue<CssProperties["quotes"] | AnyString>
4738
- r?: ConditionalValue<CssProperties["r"] | AnyString>
4739
4711
  /**
4740
4712
  * The **`resize`** CSS property sets whether an element is resizable, and if so, in which directions.
4741
4713
  *
@@ -4827,8 +4799,6 @@ rubyMerge?: ConditionalValue<CssProperties["rubyMerge"] | AnyString>
4827
4799
  * @see https://developer.mozilla.org/docs/Web/CSS/ruby-position
4828
4800
  */
4829
4801
  rubyPosition?: ConditionalValue<CssProperties["rubyPosition"] | AnyString>
4830
- rx?: ConditionalValue<CssProperties["rx"] | AnyString>
4831
- ry?: ConditionalValue<CssProperties["ry"] | AnyString>
4832
4802
  /**
4833
4803
  * The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.
4834
4804
  *
@@ -4843,6 +4813,48 @@ rubyPosition?: ConditionalValue<CssProperties["rubyPosition"] | AnyString>
4843
4813
  * @see https://developer.mozilla.org/docs/Web/CSS/scale
4844
4814
  */
4845
4815
  scale?: ConditionalValue<UtilityValues["scale"] | CssVars | CssProperties["scale"] | AnyString>
4816
+ /**
4817
+ * The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.
4818
+ *
4819
+ * **Syntax**: `auto | <color>{2}`
4820
+ *
4821
+ * **Initial value**: `auto`
4822
+ *
4823
+ * | Chrome | Firefox | Safari | Edge | IE |
4824
+ * | :-----: | :-----: | :----: | :--: | :-: |
4825
+ * | **121** | **64** | No | n/a | No |
4826
+ *
4827
+ * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-color
4828
+ */
4829
+ scrollbarColor?: ConditionalValue<UtilityValues["scrollbarColor"] | CssVars | CssProperties["scrollbarColor"] | AnyString>
4830
+ /**
4831
+ * The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.
4832
+ *
4833
+ * **Syntax**: `auto | stable && both-edges?`
4834
+ *
4835
+ * **Initial value**: `auto`
4836
+ *
4837
+ * | Chrome | Firefox | Safari | Edge | IE |
4838
+ * | :----: | :-----: | :----: | :--: | :-: |
4839
+ * | **94** | **97** | No | n/a | No |
4840
+ *
4841
+ * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
4842
+ */
4843
+ scrollbarGutter?: ConditionalValue<UtilityValues["scrollbarGutter"] | CssVars | CssProperties["scrollbarGutter"] | AnyString>
4844
+ /**
4845
+ * The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.
4846
+ *
4847
+ * **Syntax**: `auto | thin | none`
4848
+ *
4849
+ * **Initial value**: `auto`
4850
+ *
4851
+ * | Chrome | Firefox | Safari | Edge | IE |
4852
+ * | :-----: | :-----: | :----: | :--: | :-: |
4853
+ * | **121** | **64** | No | n/a | No |
4854
+ *
4855
+ * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
4856
+ */
4857
+ scrollbarWidth?: ConditionalValue<UtilityValues["scrollbarWidth"] | CssVars | CssProperties["scrollbarWidth"] | AnyString>
4846
4858
  /**
4847
4859
  * The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.
4848
4860
  *
@@ -4883,7 +4895,7 @@ scrollMargin?: ConditionalValue<UtilityValues["scrollMargin"] | CssVars | CssPro
4883
4895
  */
4884
4896
  scrollMarginBlock?: ConditionalValue<UtilityValues["scrollMarginBlock"] | CssVars | CssProperties["scrollMarginBlock"] | AnyString>
4885
4897
  /**
4886
- * The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4898
+ * The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4887
4899
  *
4888
4900
  * **Syntax**: `<length>`
4889
4901
  *
@@ -4893,11 +4905,11 @@ scrollMarginBlock?: ConditionalValue<UtilityValues["scrollMarginBlock"] | CssVar
4893
4905
  * | :----: | :-----: | :----: | :--: | :-: |
4894
4906
  * | **69** | **68** | **15** | n/a | No |
4895
4907
  *
4896
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
4908
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start
4897
4909
  */
4898
- scrollMarginBlockEnd?: ConditionalValue<UtilityValues["scrollMarginBlockEnd"] | CssVars | CssProperties["scrollMarginBlockEnd"] | AnyString>
4910
+ scrollMarginBlockStart?: ConditionalValue<UtilityValues["scrollMarginBlockStart"] | CssVars | CssProperties["scrollMarginBlockStart"] | AnyString>
4899
4911
  /**
4900
- * The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4912
+ * The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4901
4913
  *
4902
4914
  * **Syntax**: `<length>`
4903
4915
  *
@@ -4907,9 +4919,9 @@ scrollMarginBlockEnd?: ConditionalValue<UtilityValues["scrollMarginBlockEnd"] |
4907
4919
  * | :----: | :-----: | :----: | :--: | :-: |
4908
4920
  * | **69** | **68** | **15** | n/a | No |
4909
4921
  *
4910
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start
4922
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
4911
4923
  */
4912
- scrollMarginBlockStart?: ConditionalValue<UtilityValues["scrollMarginBlockStart"] | CssVars | CssProperties["scrollMarginBlockStart"] | AnyString>
4924
+ scrollMarginBlockEnd?: ConditionalValue<UtilityValues["scrollMarginBlockEnd"] | CssVars | CssProperties["scrollMarginBlockEnd"] | AnyString>
4913
4925
  /**
4914
4926
  * The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4915
4927
  *
@@ -4938,7 +4950,7 @@ scrollMarginBottom?: ConditionalValue<UtilityValues["scrollMarginBottom"] | CssV
4938
4950
  */
4939
4951
  scrollMarginInline?: ConditionalValue<UtilityValues["scrollMarginInline"] | CssVars | CssProperties["scrollMarginInline"] | AnyString>
4940
4952
  /**
4941
- * The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4953
+ * The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4942
4954
  *
4943
4955
  * **Syntax**: `<length>`
4944
4956
  *
@@ -4948,11 +4960,11 @@ scrollMarginInline?: ConditionalValue<UtilityValues["scrollMarginInline"] | CssV
4948
4960
  * | :----: | :-----: | :----: | :--: | :-: |
4949
4961
  * | **69** | **68** | **15** | n/a | No |
4950
4962
  *
4951
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end
4963
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start
4952
4964
  */
4953
- scrollMarginInlineEnd?: ConditionalValue<UtilityValues["scrollMarginInlineEnd"] | CssVars | CssProperties["scrollMarginInlineEnd"] | AnyString>
4965
+ scrollMarginInlineStart?: ConditionalValue<UtilityValues["scrollMarginInlineStart"] | CssVars | CssProperties["scrollMarginInlineStart"] | AnyString>
4954
4966
  /**
4955
- * The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4967
+ * The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4956
4968
  *
4957
4969
  * **Syntax**: `<length>`
4958
4970
  *
@@ -4962,9 +4974,9 @@ scrollMarginInlineEnd?: ConditionalValue<UtilityValues["scrollMarginInlineEnd"]
4962
4974
  * | :----: | :-----: | :----: | :--: | :-: |
4963
4975
  * | **69** | **68** | **15** | n/a | No |
4964
4976
  *
4965
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start
4977
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end
4966
4978
  */
4967
- scrollMarginInlineStart?: ConditionalValue<UtilityValues["scrollMarginInlineStart"] | CssVars | CssProperties["scrollMarginInlineStart"] | AnyString>
4979
+ scrollMarginInlineEnd?: ConditionalValue<UtilityValues["scrollMarginInlineEnd"] | CssVars | CssProperties["scrollMarginInlineEnd"] | AnyString>
4968
4980
  /**
4969
4981
  * The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
4970
4982
  *
@@ -5035,7 +5047,7 @@ scrollPadding?: ConditionalValue<UtilityValues["scrollPadding"] | CssVars | CssP
5035
5047
  */
5036
5048
  scrollPaddingBlock?: ConditionalValue<UtilityValues["scrollPaddingBlock"] | CssVars | CssProperties["scrollPaddingBlock"] | AnyString>
5037
5049
  /**
5038
- * The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5050
+ * The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5039
5051
  *
5040
5052
  * **Syntax**: `auto | <length-percentage>`
5041
5053
  *
@@ -5045,11 +5057,11 @@ scrollPaddingBlock?: ConditionalValue<UtilityValues["scrollPaddingBlock"] | CssV
5045
5057
  * | :----: | :-----: | :----: | :--: | :-: |
5046
5058
  * | **69** | **68** | **15** | n/a | No |
5047
5059
  *
5048
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
5060
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
5049
5061
  */
5050
- scrollPaddingBlockEnd?: ConditionalValue<UtilityValues["scrollPaddingBlockEnd"] | CssVars | CssProperties["scrollPaddingBlockEnd"] | AnyString>
5062
+ scrollPaddingBlockStart?: ConditionalValue<UtilityValues["scrollPaddingBlockStart"] | CssVars | CssProperties["scrollPaddingBlockStart"] | AnyString>
5051
5063
  /**
5052
- * The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5064
+ * The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5053
5065
  *
5054
5066
  * **Syntax**: `auto | <length-percentage>`
5055
5067
  *
@@ -5059,9 +5071,9 @@ scrollPaddingBlockEnd?: ConditionalValue<UtilityValues["scrollPaddingBlockEnd"]
5059
5071
  * | :----: | :-----: | :----: | :--: | :-: |
5060
5072
  * | **69** | **68** | **15** | n/a | No |
5061
5073
  *
5062
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
5074
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
5063
5075
  */
5064
- scrollPaddingBlockStart?: ConditionalValue<UtilityValues["scrollPaddingBlockStart"] | CssVars | CssProperties["scrollPaddingBlockStart"] | AnyString>
5076
+ scrollPaddingBlockEnd?: ConditionalValue<UtilityValues["scrollPaddingBlockEnd"] | CssVars | CssProperties["scrollPaddingBlockEnd"] | AnyString>
5065
5077
  /**
5066
5078
  * The `scroll-padding-bottom` property defines offsets for the bottom of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5067
5079
  *
@@ -5089,7 +5101,7 @@ scrollPaddingBottom?: ConditionalValue<UtilityValues["scrollPaddingBottom"] | Cs
5089
5101
  */
5090
5102
  scrollPaddingInline?: ConditionalValue<UtilityValues["scrollPaddingInline"] | CssVars | CssProperties["scrollPaddingInline"] | AnyString>
5091
5103
  /**
5092
- * The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5104
+ * The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5093
5105
  *
5094
5106
  * **Syntax**: `auto | <length-percentage>`
5095
5107
  *
@@ -5099,11 +5111,11 @@ scrollPaddingInline?: ConditionalValue<UtilityValues["scrollPaddingInline"] | Cs
5099
5111
  * | :----: | :-----: | :----: | :--: | :-: |
5100
5112
  * | **69** | **68** | **15** | n/a | No |
5101
5113
  *
5102
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
5114
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
5103
5115
  */
5104
- scrollPaddingInlineEnd?: ConditionalValue<UtilityValues["scrollPaddingInlineEnd"] | CssVars | CssProperties["scrollPaddingInlineEnd"] | AnyString>
5116
+ scrollPaddingInlineStart?: ConditionalValue<UtilityValues["scrollPaddingInlineStart"] | CssVars | CssProperties["scrollPaddingInlineStart"] | AnyString>
5105
5117
  /**
5106
- * The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5118
+ * The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5107
5119
  *
5108
5120
  * **Syntax**: `auto | <length-percentage>`
5109
5121
  *
@@ -5113,9 +5125,9 @@ scrollPaddingInlineEnd?: ConditionalValue<UtilityValues["scrollPaddingInlineEnd"
5113
5125
  * | :----: | :-----: | :----: | :--: | :-: |
5114
5126
  * | **69** | **68** | **15** | n/a | No |
5115
5127
  *
5116
- * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
5128
+ * @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
5117
5129
  */
5118
- scrollPaddingInlineStart?: ConditionalValue<UtilityValues["scrollPaddingInlineStart"] | CssVars | CssProperties["scrollPaddingInlineStart"] | AnyString>
5130
+ scrollPaddingInlineEnd?: ConditionalValue<UtilityValues["scrollPaddingInlineEnd"] | CssVars | CssProperties["scrollPaddingInlineEnd"] | AnyString>
5119
5131
  /**
5120
5132
  * The `scroll-padding-left` property defines offsets for the left of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
5121
5133
  *
@@ -5247,48 +5259,6 @@ scrollTimelineAxis?: ConditionalValue<CssProperties["scrollTimelineAxis"] | AnyS
5247
5259
  * @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name
5248
5260
  */
5249
5261
  scrollTimelineName?: ConditionalValue<CssProperties["scrollTimelineName"] | AnyString>
5250
- /**
5251
- * The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.
5252
- *
5253
- * **Syntax**: `auto | <color>{2}`
5254
- *
5255
- * **Initial value**: `auto`
5256
- *
5257
- * | Chrome | Firefox | Safari | Edge | IE |
5258
- * | :-----: | :-----: | :----: | :--: | :-: |
5259
- * | **121** | **64** | No | n/a | No |
5260
- *
5261
- * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-color
5262
- */
5263
- scrollbarColor?: ConditionalValue<UtilityValues["scrollbarColor"] | CssVars | CssProperties["scrollbarColor"] | AnyString>
5264
- /**
5265
- * The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.
5266
- *
5267
- * **Syntax**: `auto | stable && both-edges?`
5268
- *
5269
- * **Initial value**: `auto`
5270
- *
5271
- * | Chrome | Firefox | Safari | Edge | IE |
5272
- * | :----: | :-----: | :----: | :--: | :-: |
5273
- * | **94** | **97** | No | n/a | No |
5274
- *
5275
- * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
5276
- */
5277
- scrollbarGutter?: ConditionalValue<CssProperties["scrollbarGutter"] | AnyString>
5278
- /**
5279
- * The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.
5280
- *
5281
- * **Syntax**: `auto | thin | none`
5282
- *
5283
- * **Initial value**: `auto`
5284
- *
5285
- * | Chrome | Firefox | Safari | Edge | IE |
5286
- * | :-----: | :-----: | :----: | :--: | :-: |
5287
- * | **121** | **64** | No | n/a | No |
5288
- *
5289
- * @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
5290
- */
5291
- scrollbarWidth?: ConditionalValue<UtilityValues["scrollbarWidth"] | CssVars | CssProperties["scrollbarWidth"] | AnyString>
5292
5262
  /**
5293
5263
  * The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`.
5294
5264
  *
@@ -5331,17 +5301,6 @@ shapeMargin?: ConditionalValue<CssProperties["shapeMargin"] | AnyString>
5331
5301
  * @see https://developer.mozilla.org/docs/Web/CSS/shape-outside
5332
5302
  */
5333
5303
  shapeOutside?: ConditionalValue<CssProperties["shapeOutside"] | AnyString>
5334
- shapeRendering?: ConditionalValue<CssProperties["shapeRendering"] | AnyString>
5335
- stopColor?: ConditionalValue<CssProperties["stopColor"] | AnyString>
5336
- stopOpacity?: ConditionalValue<CssProperties["stopOpacity"] | AnyString>
5337
- stroke?: ConditionalValue<UtilityValues["stroke"] | CssVars | CssProperties["stroke"] | AnyString>
5338
- strokeDasharray?: ConditionalValue<CssProperties["strokeDasharray"] | AnyString>
5339
- strokeDashoffset?: ConditionalValue<CssProperties["strokeDashoffset"] | AnyString>
5340
- strokeLinecap?: ConditionalValue<CssProperties["strokeLinecap"] | AnyString>
5341
- strokeLinejoin?: ConditionalValue<CssProperties["strokeLinejoin"] | AnyString>
5342
- strokeMiterlimit?: ConditionalValue<CssProperties["strokeMiterlimit"] | AnyString>
5343
- strokeOpacity?: ConditionalValue<CssProperties["strokeOpacity"] | AnyString>
5344
- strokeWidth?: ConditionalValue<CssProperties["strokeWidth"] | AnyString>
5345
5304
  /**
5346
5305
  * The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).
5347
5306
  *
@@ -5399,10 +5358,6 @@ textAlign?: ConditionalValue<CssProperties["textAlign"] | AnyString>
5399
5358
  * @see https://developer.mozilla.org/docs/Web/CSS/text-align-last
5400
5359
  */
5401
5360
  textAlignLast?: ConditionalValue<CssProperties["textAlignLast"] | AnyString>
5402
- textAnchor?: ConditionalValue<CssProperties["textAnchor"] | AnyString>
5403
- textBox?: ConditionalValue<CssProperties["textBox"] | AnyString>
5404
- textBoxEdge?: ConditionalValue<CssProperties["textBoxEdge"] | AnyString>
5405
- textBoxTrim?: ConditionalValue<CssProperties["textBoxTrim"] | AnyString>
5406
5361
  /**
5407
5362
  * The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.
5408
5363
  *
@@ -5675,7 +5630,6 @@ textShadow?: ConditionalValue<UtilityValues["textShadow"] | CssVars | CssPropert
5675
5630
  * @see https://developer.mozilla.org/docs/Web/CSS/text-size-adjust
5676
5631
  */
5677
5632
  textSizeAdjust?: ConditionalValue<CssProperties["textSizeAdjust"] | AnyString>
5678
- textSpacingTrim?: ConditionalValue<CssProperties["textSpacingTrim"] | AnyString>
5679
5633
  /**
5680
5634
  * The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.
5681
5635
  *
@@ -5733,8 +5687,6 @@ textUnderlinePosition?: ConditionalValue<CssProperties["textUnderlinePosition"]
5733
5687
  * @see https://developer.mozilla.org/docs/Web/CSS/text-wrap
5734
5688
  */
5735
5689
  textWrap?: ConditionalValue<UtilityValues["textWrap"] | CssVars | CssProperties["textWrap"] | AnyString>
5736
- textWrapMode?: ConditionalValue<CssProperties["textWrapMode"] | AnyString>
5737
- textWrapStyle?: ConditionalValue<CssProperties["textWrapStyle"] | AnyString>
5738
5690
  /**
5739
5691
  * The **`timeline-scope`** CSS property modifies the scope of a named animation timeline.
5740
5692
  *
@@ -5967,7 +5919,6 @@ unicodeBidi?: ConditionalValue<CssProperties["unicodeBidi"] | AnyString>
5967
5919
  * @see https://developer.mozilla.org/docs/Web/CSS/user-select
5968
5920
  */
5969
5921
  userSelect?: ConditionalValue<CssVars | CssProperties["userSelect"] | AnyString>
5970
- vectorEffect?: ConditionalValue<CssProperties["vectorEffect"] | AnyString>
5971
5922
  /**
5972
5923
  * The **`vertical-align`** CSS property sets vertical alignment of an inline, inline-block or table-cell box.
5973
5924
  *
@@ -6189,8 +6140,6 @@ wordWrap?: ConditionalValue<CssProperties["wordWrap"] | AnyString>
6189
6140
  * @see https://developer.mozilla.org/docs/Web/CSS/writing-mode
6190
6141
  */
6191
6142
  writingMode?: ConditionalValue<CssVars | CssProperties["writingMode"] | AnyString>
6192
- x?: ConditionalValue<UtilityValues["translateX"] | CssVars | AnyString>
6193
- y?: ConditionalValue<UtilityValues["translateY"] | CssVars | AnyString>
6194
6143
  /**
6195
6144
  * The **`z-index`** CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.
6196
6145
  *
@@ -6221,9 +6170,34 @@ zIndex?: ConditionalValue<UtilityValues["zIndex"] | CssVars | CssProperties["zIn
6221
6170
  zoom?: ConditionalValue<CssProperties["zoom"] | AnyString>
6222
6171
  alignmentBaseline?: ConditionalValue<CssProperties["alignmentBaseline"] | AnyString>
6223
6172
  baselineShift?: ConditionalValue<CssProperties["baselineShift"] | AnyString>
6173
+ clipRule?: ConditionalValue<CssProperties["clipRule"] | AnyString>
6224
6174
  colorInterpolation?: ConditionalValue<CssProperties["colorInterpolation"] | AnyString>
6225
6175
  colorRendering?: ConditionalValue<CssProperties["colorRendering"] | AnyString>
6176
+ dominantBaseline?: ConditionalValue<CssProperties["dominantBaseline"] | AnyString>
6177
+ fill?: ConditionalValue<UtilityValues["fill"] | CssVars | CssProperties["fill"] | AnyString>
6178
+ fillOpacity?: ConditionalValue<CssProperties["fillOpacity"] | AnyString>
6179
+ fillRule?: ConditionalValue<CssProperties["fillRule"] | AnyString>
6180
+ floodColor?: ConditionalValue<CssProperties["floodColor"] | AnyString>
6181
+ floodOpacity?: ConditionalValue<CssProperties["floodOpacity"] | AnyString>
6226
6182
  glyphOrientationVertical?: ConditionalValue<CssProperties["glyphOrientationVertical"] | AnyString>
6183
+ lightingColor?: ConditionalValue<CssProperties["lightingColor"] | AnyString>
6184
+ marker?: ConditionalValue<CssProperties["marker"] | AnyString>
6185
+ markerEnd?: ConditionalValue<CssProperties["markerEnd"] | AnyString>
6186
+ markerMid?: ConditionalValue<CssProperties["markerMid"] | AnyString>
6187
+ markerStart?: ConditionalValue<CssProperties["markerStart"] | AnyString>
6188
+ shapeRendering?: ConditionalValue<CssProperties["shapeRendering"] | AnyString>
6189
+ stopColor?: ConditionalValue<CssProperties["stopColor"] | AnyString>
6190
+ stopOpacity?: ConditionalValue<CssProperties["stopOpacity"] | AnyString>
6191
+ stroke?: ConditionalValue<UtilityValues["stroke"] | CssVars | CssProperties["stroke"] | AnyString>
6192
+ strokeDasharray?: ConditionalValue<CssProperties["strokeDasharray"] | AnyString>
6193
+ strokeDashoffset?: ConditionalValue<CssProperties["strokeDashoffset"] | AnyString>
6194
+ strokeLinecap?: ConditionalValue<CssProperties["strokeLinecap"] | AnyString>
6195
+ strokeLinejoin?: ConditionalValue<CssProperties["strokeLinejoin"] | AnyString>
6196
+ strokeMiterlimit?: ConditionalValue<CssProperties["strokeMiterlimit"] | AnyString>
6197
+ strokeOpacity?: ConditionalValue<CssProperties["strokeOpacity"] | AnyString>
6198
+ strokeWidth?: ConditionalValue<CssProperties["strokeWidth"] | AnyString>
6199
+ textAnchor?: ConditionalValue<CssProperties["textAnchor"] | AnyString>
6200
+ vectorEffect?: ConditionalValue<CssProperties["vectorEffect"] | AnyString>
6227
6201
  /**
6228
6202
  * The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.
6229
6203
  *
@@ -7307,6 +7281,8 @@ borderEndColor?: ConditionalValue<UtilityValues["borderInlineEndColor"] | CssVar
7307
7281
  */
7308
7282
  shadow?: ConditionalValue<UtilityValues["boxShadow"] | CssVars | CssProperties["boxShadow"] | AnyString>
7309
7283
  shadowColor?: ConditionalValue<UtilityValues["boxShadowColor"] | CssVars | AnyString>
7284
+ x?: ConditionalValue<UtilityValues["translateX"] | CssVars | AnyString>
7285
+ y?: ConditionalValue<UtilityValues["translateY"] | CssVars | AnyString>
7310
7286
  z?: ConditionalValue<UtilityValues["translateZ"] | CssVars | AnyString>
7311
7287
  /**
7312
7288
  * The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.