@algolia/satellite 1.2.0 → 1.3.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 (206) hide show
  1. package/dist/cjs/Actions/Button/Button.tailwind.js +3 -12
  2. package/dist/cjs/Actions/Button/PolymorphicButton.js +2 -2
  3. package/dist/cjs/Actions/Button/PolymorphicIconButton.js +1 -1
  4. package/dist/cjs/Actions/Switch/Switch.js +1 -1
  5. package/dist/cjs/Actions/Switch/Switch.tailwind.js +2 -8
  6. package/dist/cjs/Actions/ToggleButton/ToggleButton.d.ts +27 -0
  7. package/dist/cjs/Actions/ToggleButton/ToggleButton.js +56 -0
  8. package/dist/cjs/Actions/index.d.ts +1 -0
  9. package/dist/cjs/Actions/index.js +11 -0
  10. package/dist/cjs/Fields/AutoComplete/AutoComplete.js +1 -1
  11. package/dist/cjs/Fields/AutoComplete/AutoComplete.tailwind.js +1 -10
  12. package/dist/cjs/Fields/AutoComplete/utils.js +1 -1
  13. package/dist/cjs/Fields/Checkbox/Checkbox.d.ts +1 -1
  14. package/dist/cjs/Fields/Checkbox/Checkbox.js +1 -1
  15. package/dist/cjs/Fields/Checkbox/Checkbox.tailwind.js +3 -11
  16. package/dist/cjs/Fields/DatePicker/DatePicker.tailwind.js +22 -23
  17. package/dist/cjs/Fields/DatePicker/components/Calendar.js +0 -1
  18. package/dist/cjs/Fields/Dropzone/Dropzone.js +3 -13
  19. package/dist/cjs/Fields/Form/Form.js +2 -2
  20. package/dist/cjs/Fields/Form/stories/AsynchronousValidation.js +1 -1
  21. package/dist/cjs/Fields/Form/stories/Complex.js +1 -1
  22. package/dist/cjs/Fields/Form/stories/DependentFieldsValidation.js +1 -1
  23. package/dist/cjs/Fields/Form/stories/DirtyFields.js +1 -1
  24. package/dist/cjs/Fields/Form/stories/DynamicFieldsValidation.js +1 -1
  25. package/dist/cjs/Fields/Form/stories/FieldArrays.js +1 -1
  26. package/dist/cjs/Fields/Form/stories/ValidationStrategies.js +3 -3
  27. package/dist/cjs/Fields/Input/Input.js +1 -1
  28. package/dist/cjs/Fields/Input/Input.tailwind.js +1 -12
  29. package/dist/cjs/Fields/RadioGroup/RadioButton.d.ts +1 -1
  30. package/dist/cjs/Fields/RadioGroup/RadioButton.js +1 -1
  31. package/dist/cjs/Fields/RadioGroup/RadioButton.tailwind.js +0 -11
  32. package/dist/cjs/Fields/RangeSlider/RangeSlider.d.ts +1 -1
  33. package/dist/cjs/Fields/RangeSlider/RangeSlider.js +1 -1
  34. package/dist/cjs/Fields/Select/Select.js +1 -1
  35. package/dist/cjs/Fields/Select/Select.tailwind.js +0 -10
  36. package/dist/cjs/Fields/TextArea/TextArea.js +1 -1
  37. package/dist/cjs/Fields/TextArea/TextArea.tailwind.js +0 -8
  38. package/dist/cjs/Fields/Toggle/Toggle.d.ts +1 -1
  39. package/dist/cjs/Fields/Toggle/Toggle.js +1 -1
  40. package/dist/cjs/Fields/Toggle/Toggle.tailwind.js +0 -7
  41. package/dist/cjs/Helpers/Separator/Separator.js +1 -1
  42. package/dist/cjs/Helpers/utilities/focusable.tailwind.d.ts +5 -0
  43. package/dist/cjs/Helpers/utilities/focusable.tailwind.js +14 -0
  44. package/dist/cjs/Icons/index.d.ts +1 -1
  45. package/dist/cjs/Icons/index.js +6 -0
  46. package/dist/cjs/Indicators/ProgressBar/ProgressBar.js +1 -1
  47. package/dist/cjs/Indicators/Tag/Tag.d.ts +1 -1
  48. package/dist/cjs/Indicators/Tag/Tag.js +2 -2
  49. package/dist/cjs/Indicators/Tag/Tag.tailwind.js +4 -19
  50. package/dist/cjs/Indicators/Toast/Toast.js +1 -1
  51. package/dist/cjs/Indicators/Toast/Toasts.js +4 -3
  52. package/dist/cjs/Layout/Tables/DataTable/DataTable.d.ts +1 -1
  53. package/dist/cjs/Layout/Tables/DataTable/components/Body.d.ts +1 -1
  54. package/dist/cjs/Layout/Tables/DataTable/components/Header.d.ts +1 -2
  55. package/dist/cjs/Layout/Tables/DataTable/components/HeaderCell.d.ts +1 -1
  56. package/dist/cjs/Navigation/Link/BaseLink.js +7 -2
  57. package/dist/cjs/Navigation/Link/Link.js +1 -1
  58. package/dist/cjs/Navigation/Pagination/DotPagination/DotPagination.d.ts +1 -2
  59. package/dist/cjs/Navigation/Pagination/DotPagination/DotPagination.js +1 -1
  60. package/dist/cjs/Navigation/Stepper/Step.js +3 -1
  61. package/dist/cjs/Overlay/Dropdown/components/DropdownDivider.d.ts +1 -2
  62. package/dist/cjs/Overlay/MenuButton/MenuButton.d.ts +2 -2
  63. package/dist/cjs/Overlay/MenuButton/MenuButton.js +1 -1
  64. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.js +1 -1
  65. package/dist/cjs/Overlay/MenuButton/components/DefaultTrigger.js +1 -1
  66. package/dist/cjs/Overlay/MenuButton/components/Divider.d.ts +1 -2
  67. package/dist/cjs/Overlay/MenuButton/components/Divider.js +1 -1
  68. package/dist/cjs/Overlay/MenuButton/components/Label.js +1 -1
  69. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.js +1 -1
  70. package/dist/cjs/Overlay/MenuButton/components/items/Item.js +1 -1
  71. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.js +1 -1
  72. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.js +1 -1
  73. package/dist/cjs/Overlay/MenuButton/components/items/ToggleItem.js +1 -1
  74. package/dist/cjs/Overlay/Modal/Modal.js +1 -1
  75. package/dist/cjs/Overlay/Modal/Modal.tailwind.js +0 -1
  76. package/dist/cjs/Overlay/Popover/Popover.js +1 -1
  77. package/dist/cjs/Overlay/Popover/types.d.ts +1 -1
  78. package/dist/cjs/Overlay/Tooltip/Tooltip.d.ts +1 -1
  79. package/dist/cjs/Overlay/Tooltip/TooltipWrapper.js +1 -1
  80. package/dist/cjs/Satellite/SatelliteRouter.js +1 -2
  81. package/dist/cjs/styles/tailwind.config.js +1 -2
  82. package/dist/cjs/utils/hashCode.js +0 -1
  83. package/dist/cjs/utils/isCssPropertySupported.d.ts +1 -1
  84. package/dist/esm/Actions/Button/Button.tailwind.js +3 -12
  85. package/dist/esm/Actions/Button/PolymorphicButton.js +2 -3
  86. package/dist/esm/Actions/Button/PolymorphicIconButton.js +2 -4
  87. package/dist/esm/Actions/Switch/Switch.js +2 -3
  88. package/dist/esm/Actions/Switch/Switch.tailwind.js +2 -8
  89. package/dist/esm/Actions/Switch/SwitchOption.js +1 -2
  90. package/dist/esm/Actions/ToggleButton/ToggleButton.d.ts +27 -0
  91. package/dist/esm/Actions/ToggleButton/ToggleButton.js +49 -0
  92. package/dist/esm/Actions/index.d.ts +1 -0
  93. package/dist/esm/Actions/index.js +1 -0
  94. package/dist/esm/Avatars/UserAvatar/UserAvatar.js +1 -2
  95. package/dist/esm/Fields/AutoComplete/AutoComplete.js +2 -3
  96. package/dist/esm/Fields/AutoComplete/AutoComplete.tailwind.js +1 -10
  97. package/dist/esm/Fields/AutoComplete/components/AutoCompleteEmptyState.js +1 -2
  98. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.js +1 -2
  99. package/dist/esm/Fields/AutoComplete/utils.js +1 -1
  100. package/dist/esm/Fields/Checkbox/Checkbox.d.ts +1 -1
  101. package/dist/esm/Fields/Checkbox/Checkbox.js +2 -3
  102. package/dist/esm/Fields/Checkbox/Checkbox.tailwind.js +3 -11
  103. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.js +1 -3
  104. package/dist/esm/Fields/DatePicker/DatePicker.tailwind.js +22 -23
  105. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.js +1 -3
  106. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.js +1 -3
  107. package/dist/esm/Fields/DatePicker/components/Calendar.js +0 -1
  108. package/dist/esm/Fields/DatePicker/components/FooterActions.js +1 -2
  109. package/dist/esm/Fields/DatePicker/components/NavBar.js +1 -2
  110. package/dist/esm/Fields/Dropzone/Dropzone.js +4 -15
  111. package/dist/esm/Fields/Field/Field.js +1 -2
  112. package/dist/esm/Fields/Form/Form.js +3 -5
  113. package/dist/esm/Fields/Form/stories/AsynchronousValidation.js +1 -2
  114. package/dist/esm/Fields/Form/stories/Complex.js +1 -2
  115. package/dist/esm/Fields/Form/stories/DependentFieldsValidation.js +1 -2
  116. package/dist/esm/Fields/Form/stories/DirtyFields.js +1 -2
  117. package/dist/esm/Fields/Form/stories/DynamicFieldsValidation.js +1 -2
  118. package/dist/esm/Fields/Form/stories/FieldArrays.js +1 -3
  119. package/dist/esm/Fields/Form/stories/ValidationStrategies.js +3 -4
  120. package/dist/esm/Fields/Input/Input.js +2 -3
  121. package/dist/esm/Fields/Input/Input.tailwind.js +1 -12
  122. package/dist/esm/Fields/RadioGroup/RadioButton.d.ts +1 -1
  123. package/dist/esm/Fields/RadioGroup/RadioButton.js +1 -1
  124. package/dist/esm/Fields/RadioGroup/RadioButton.tailwind.js +0 -11
  125. package/dist/esm/Fields/RadioGroup/RadioGroup.js +1 -2
  126. package/dist/esm/Fields/RangeSlider/RangeSlider.d.ts +1 -1
  127. package/dist/esm/Fields/RangeSlider/RangeSlider.js +2 -3
  128. package/dist/esm/Fields/Select/Select.js +2 -3
  129. package/dist/esm/Fields/Select/Select.tailwind.js +0 -10
  130. package/dist/esm/Fields/TextArea/TextArea.js +2 -3
  131. package/dist/esm/Fields/TextArea/TextArea.tailwind.js +0 -8
  132. package/dist/esm/Fields/Toggle/Toggle.d.ts +1 -1
  133. package/dist/esm/Fields/Toggle/Toggle.js +2 -3
  134. package/dist/esm/Fields/Toggle/Toggle.tailwind.js +0 -7
  135. package/dist/esm/Helpers/TextWrap/TextWrap.js +1 -2
  136. package/dist/esm/Helpers/utilities/focusable.tailwind.d.ts +5 -0
  137. package/dist/esm/Helpers/utilities/focusable.tailwind.js +12 -0
  138. package/dist/esm/Icons/AlgoliaRecommendIcon.js +1 -2
  139. package/dist/esm/Icons/AlgoliaSearchIcon.js +1 -2
  140. package/dist/esm/Icons/ContextIcon.js +1 -2
  141. package/dist/esm/Icons/CrawlerIcon.js +1 -2
  142. package/dist/esm/Icons/DragHandleIcon.js +1 -2
  143. package/dist/esm/Icons/NoFiltersIcon.js +1 -2
  144. package/dist/esm/Icons/PinIcon.js +1 -2
  145. package/dist/esm/Icons/QueryBreakdownIcon.js +1 -2
  146. package/dist/esm/Icons/SettingsConsequencesIcon.js +1 -2
  147. package/dist/esm/Icons/UnpinIcon.js +1 -2
  148. package/dist/esm/Icons/index.d.ts +1 -1
  149. package/dist/esm/Icons/index.js +2 -3
  150. package/dist/esm/Indicators/Badge/Badge.js +1 -2
  151. package/dist/esm/Indicators/Banners/Alert/Alert.js +1 -2
  152. package/dist/esm/Indicators/Banners/Promote/Promote.js +1 -2
  153. package/dist/esm/Indicators/Banners/SystemNotification/SystemNotification.js +1 -2
  154. package/dist/esm/Indicators/EmptyState/EmptyState.js +1 -2
  155. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.js +1 -2
  156. package/dist/esm/Indicators/Tag/Tag.d.ts +1 -1
  157. package/dist/esm/Indicators/Tag/Tag.js +3 -4
  158. package/dist/esm/Indicators/Tag/Tag.tailwind.js +4 -19
  159. package/dist/esm/Indicators/Toast/Toast.js +1 -2
  160. package/dist/esm/Indicators/Toast/Toasts.js +4 -4
  161. package/dist/esm/Layout/Insert/Insert.js +1 -2
  162. package/dist/esm/Layout/Sidebar/SidebarButtonLink.js +1 -2
  163. package/dist/esm/Layout/Sidebar/SidebarLink.js +1 -2
  164. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +1 -2
  165. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +1 -2
  166. package/dist/esm/Layout/Tables/DataTable/DataTable.d.ts +1 -1
  167. package/dist/esm/Layout/Tables/DataTable/DataTable.js +1 -2
  168. package/dist/esm/Layout/Tables/DataTable/components/Body.d.ts +1 -1
  169. package/dist/esm/Layout/Tables/DataTable/components/Header.d.ts +1 -2
  170. package/dist/esm/Layout/Tables/DataTable/components/HeaderCell.d.ts +1 -1
  171. package/dist/esm/Layout/Tables/DataTable/components/HeaderCell.js +1 -2
  172. package/dist/esm/Layout/Tables/Table/Table.js +1 -2
  173. package/dist/esm/Navigation/Link/BaseLink.js +7 -2
  174. package/dist/esm/Navigation/Link/Link.js +2 -3
  175. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.js +1 -2
  176. package/dist/esm/Navigation/Pagination/DotPagination/DotPagination.d.ts +1 -2
  177. package/dist/esm/Navigation/Pagination/DotPagination/DotPagination.js +1 -1
  178. package/dist/esm/Navigation/Pagination/Pagination/Pagination.js +1 -3
  179. package/dist/esm/Navigation/Stepper/Step.js +4 -3
  180. package/dist/esm/Navigation/Tabs/ContentTabs/ContentTabs.js +1 -2
  181. package/dist/esm/Navigation/Tabs/components/LinkTab.js +1 -2
  182. package/dist/esm/Overlay/Dropdown/Dropdown.js +1 -2
  183. package/dist/esm/Overlay/Dropdown/components/DropdownButtonItem.js +1 -2
  184. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +1 -2
  185. package/dist/esm/Overlay/Dropdown/components/DropdownDivider.d.ts +1 -2
  186. package/dist/esm/Overlay/Dropdown/components/DropdownLinkItem.js +1 -2
  187. package/dist/esm/Overlay/Dropdown/components/DropdownRadioItem.js +1 -2
  188. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.js +1 -2
  189. package/dist/esm/Overlay/MenuButton/MenuButton.d.ts +2 -2
  190. package/dist/esm/Overlay/MenuButton/components/Divider.d.ts +1 -2
  191. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.js +1 -2
  192. package/dist/esm/Overlay/MenuButton/components/items/Item.js +1 -2
  193. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.js +1 -2
  194. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.js +1 -2
  195. package/dist/esm/Overlay/MenuButton/components/items/ToggleItem.js +1 -2
  196. package/dist/esm/Overlay/Modal/Modal.js +1 -2
  197. package/dist/esm/Overlay/Popover/Popover.js +1 -2
  198. package/dist/esm/Overlay/Popover/types.d.ts +1 -1
  199. package/dist/esm/Overlay/Tooltip/Tooltip.d.ts +1 -1
  200. package/dist/esm/Overlay/Tooltip/TooltipWrapper.js +1 -3
  201. package/dist/esm/Satellite/SatelliteRouter.js +1 -2
  202. package/dist/esm/styles/tailwind.config.js +1 -2
  203. package/dist/esm/utils/hashCode.js +0 -1
  204. package/dist/esm/utils/isCssPropertySupported.d.ts +1 -1
  205. package/dist/satellite.min.css +1 -1
  206. package/package.json +19 -15
@@ -8,4 +8,4 @@ export interface TooltipProps extends DetailedHTMLProps<HTMLAttributes<HTMLDivEl
8
8
  *
9
9
  * See the [Tooltip documentation page](https://satellite.algolia.com/components/overlay/tooltip) for more information.
10
10
  */
11
- export declare const Tooltip: import("react").ForwardRefExoticComponent<Pick<TooltipProps, "slot" | "style" | "title" | "className" | "children" | "role" | "id" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant"> & import("react").RefAttributes<HTMLDivElement>>;
11
+ export declare const Tooltip: import("react").ForwardRefExoticComponent<Omit<TooltipProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -7,9 +7,7 @@ import { useCreatePortal } from "../../Satellite";
7
7
  import stl from "../../styles/helpers/satellitePrefixer";
8
8
  import { isReactText } from "../../utils/isReactText";
9
9
  import { Tooltip as SatelliteTooltip } from "./Tooltip";
10
- import { Fragment as _Fragment } from "react/jsx-runtime";
11
- import { jsx as _jsx } from "react/jsx-runtime";
12
- import { jsxs as _jsxs } from "react/jsx-runtime";
10
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
11
  /**
14
12
  * The `TooltipWrapper` component is used to wrap content and display a tooltip on hover.
15
13
  *
@@ -5,7 +5,7 @@ export var DefaultRouter = /*#__PURE__*/function () {
5
5
  function DefaultRouter() {
6
6
  _classCallCheck(this, DefaultRouter);
7
7
  }
8
- _createClass(DefaultRouter, [{
8
+ return _createClass(DefaultRouter, [{
9
9
  key: "push",
10
10
  value: function push(_ref) {
11
11
  var url = _ref.url,
@@ -35,6 +35,5 @@ export var DefaultRouter = /*#__PURE__*/function () {
35
35
  return href;
36
36
  }
37
37
  }]);
38
- return DefaultRouter;
39
38
  }();
40
39
  export var router = new DefaultRouter();
@@ -43,7 +43,6 @@ export default {
43
43
  // 28px,
44
44
  "3xl": "2.625rem" // 42px,
45
45
  },
46
-
47
46
  lineHeight: {
48
47
  inherit: "inherit",
49
48
  sm: "1rem",
@@ -143,5 +142,5 @@ export default {
143
142
  }
144
143
  }
145
144
  },
146
- plugins: [require("@tailwindcss/container-queries"), require("./base.tailwind"), require("../Helpers/utilities/overlay.tailwind"), require("../Helpers/utilities/utilities.tailwind"), require("../Typography/Typography.tailwind"), require("../Layout/FlexGrid/FlexGrid.tailwind"), require("../Fields/AutoComplete/AutoComplete.tailwind"), require("../Actions/Button/Button.tailwind"), require("../Layout/Card/Card.tailwind"), require("../Fields/Checkbox/Checkbox.tailwind"), require("../Indicators/EmptyState/EmptyState.tailwind"), require("../Indicators/Toast/Toast.tailwind"), require("../Helpers/HelpUnderline/HelpUnderline.tailwind"), require("../Fields/Input/Input.tailwind"), require("../Helpers/InstantSearch/InstantSearch.tailwind"), require("../Indicators/KeyboardKey/KeyboardKey.tailwind"), require("../Helpers/Medallion/Medallion.tailwind"), require("../Overlay/Modal/Modal.tailwind"), require("../Indicators/ProgressBar/ProgressBar.tailwind"), require("../Indicators/ProgressSpinner/ProgressSpinner.tailwind"), require("../Fields/RadioGroup/RadioButton.tailwind"), require("../Indicators/ScrollIndicator/ScrollIndicator.tailwind"), require("../Fields/Select/Select.tailwind"), require("../Helpers/Separator/Separator.tailwind"), require("../Actions/Switch/Switch.tailwind"), require("../Navigation/Tabs/Tabs.tailwind"), require("../Layout/Tables/DataTable/DataTable.tailwind"), require("../Layout/Tables/Table/Table.tailwind"), require("../Indicators/Tag/Tag.tailwind"), require("../Fields/TextArea/TextArea.tailwind"), require("../Fields/Toggle/Toggle.tailwind"), require("../Overlay/Tooltip/Tooltip.tailwind"), require("../Helpers/UserContent/UserContent.tailwind"), require("../Fields/DatePicker/DatePicker.tailwind")]
145
+ plugins: [require("@tailwindcss/container-queries"), require("./base.tailwind"), require("../Helpers/utilities/overlay.tailwind"), require("../Helpers/utilities/utilities.tailwind"), require("../Helpers/utilities/focusable.tailwind"), require("../Typography/Typography.tailwind"), require("../Layout/FlexGrid/FlexGrid.tailwind"), require("../Fields/AutoComplete/AutoComplete.tailwind"), require("../Actions/Button/Button.tailwind"), require("../Layout/Card/Card.tailwind"), require("../Fields/Checkbox/Checkbox.tailwind"), require("../Indicators/EmptyState/EmptyState.tailwind"), require("../Indicators/Toast/Toast.tailwind"), require("../Helpers/HelpUnderline/HelpUnderline.tailwind"), require("../Fields/Input/Input.tailwind"), require("../Helpers/InstantSearch/InstantSearch.tailwind"), require("../Indicators/KeyboardKey/KeyboardKey.tailwind"), require("../Helpers/Medallion/Medallion.tailwind"), require("../Overlay/Modal/Modal.tailwind"), require("../Indicators/ProgressBar/ProgressBar.tailwind"), require("../Indicators/ProgressSpinner/ProgressSpinner.tailwind"), require("../Fields/RadioGroup/RadioButton.tailwind"), require("../Indicators/ScrollIndicator/ScrollIndicator.tailwind"), require("../Fields/Select/Select.tailwind"), require("../Helpers/Separator/Separator.tailwind"), require("../Actions/Switch/Switch.tailwind"), require("../Navigation/Tabs/Tabs.tailwind"), require("../Layout/Tables/DataTable/DataTable.tailwind"), require("../Layout/Tables/Table/Table.tailwind"), require("../Indicators/Tag/Tag.tailwind"), require("../Fields/TextArea/TextArea.tailwind"), require("../Fields/Toggle/Toggle.tailwind"), require("../Overlay/Tooltip/Tooltip.tailwind"), require("../Helpers/UserContent/UserContent.tailwind"), require("../Fields/DatePicker/DatePicker.tailwind")]
147
146
  };
@@ -9,6 +9,5 @@ export var hashCode = function hashCode(value) {
9
9
  hash = (hash << 5) - hash + _char;
10
10
  hash = hash & hash; // Convert to 32bit integer
11
11
  }
12
-
13
12
  return hash;
14
13
  };
@@ -1 +1 @@
1
- export declare const isCssPropertySupported: <P extends number | typeof Symbol.iterator | "filter" | "fill" | "clipPath" | "marker" | "mask" | "grid" | "fontSize" | "translate" | "color" | "width" | "height" | "direction" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "cursor" | "display" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "offset" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "textDecoration" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "wordSpacing" | "writingMode" | "content" | "left" | "right" | "top" | "bottom" | "all" | "columns" | "padding" | "resize" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "animation" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "clear" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "counterIncrement" | "counterReset" | "counterSet" | "cssFloat" | "cssText" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFeatureSettings" | "fontKerning" | "fontOpticalSizing" | "fontSynthesis" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "gap" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hyphens" | "imageOrientation" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offsetDistance" | "offsetPath" | "offsetRotate" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "position" | "printColorAdjust" | "quotes" | "rowGap" | "rubyPosition" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollbarGutter" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textOrientation" | "textOverflow" | "textShadow" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "touchAction" | "transformBox" | "transformOrigin" | "transformStyle" | "transition" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "webkitAlignContent" | "webkitAlignItems" | "webkitAlignSelf" | "webkitAnimation" | "webkitAnimationDelay" | "webkitAnimationDirection" | "webkitAnimationDuration" | "webkitAnimationFillMode" | "webkitAnimationIterationCount" | "webkitAnimationName" | "webkitAnimationPlayState" | "webkitAnimationTimingFunction" | "webkitAppearance" | "webkitBackfaceVisibility" | "webkitBackgroundClip" | "webkitBackgroundOrigin" | "webkitBackgroundSize" | "webkitBorderBottomLeftRadius" | "webkitBorderBottomRightRadius" | "webkitBorderRadius" | "webkitBorderTopLeftRadius" | "webkitBorderTopRightRadius" | "webkitBoxAlign" | "webkitBoxFlex" | "webkitBoxOrdinalGroup" | "webkitBoxOrient" | "webkitBoxPack" | "webkitBoxShadow" | "webkitBoxSizing" | "webkitFilter" | "webkitFlex" | "webkitFlexBasis" | "webkitFlexDirection" | "webkitFlexFlow" | "webkitFlexGrow" | "webkitFlexShrink" | "webkitFlexWrap" | "webkitJustifyContent" | "webkitLineClamp" | "webkitMask" | "webkitMaskBoxImage" | "webkitMaskBoxImageOutset" | "webkitMaskBoxImageRepeat" | "webkitMaskBoxImageSlice" | "webkitMaskBoxImageSource" | "webkitMaskBoxImageWidth" | "webkitMaskClip" | "webkitMaskComposite" | "webkitMaskImage" | "webkitMaskOrigin" | "webkitMaskPosition" | "webkitMaskRepeat" | "webkitMaskSize" | "webkitOrder" | "webkitPerspective" | "webkitPerspectiveOrigin" | "webkitTextFillColor" | "webkitTextSizeAdjust" | "webkitTextStroke" | "webkitTextStrokeColor" | "webkitTextStrokeWidth" | "webkitTransform" | "webkitTransformOrigin" | "webkitTransformStyle" | "webkitTransition" | "webkitTransitionDelay" | "webkitTransitionDuration" | "webkitTransitionProperty" | "webkitTransitionTimingFunction" | "webkitUserSelect" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordWrap" | "zIndex" | "getPropertyPriority" | "getPropertyValue" | "item" | "removeProperty" | "setProperty">(prop: P, value: CSSStyleDeclaration[P]) => boolean;
1
+ export declare const isCssPropertySupported: <P extends number | typeof Symbol.iterator | "filter" | "fill" | "clipPath" | "marker" | "mask" | "grid" | "fontSize" | "translate" | "content" | "color" | "width" | "height" | "direction" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "cursor" | "display" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "offset" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "textDecoration" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "wordSpacing" | "writingMode" | "left" | "right" | "top" | "bottom" | "all" | "columns" | "padding" | "resize" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "animation" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "clear" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "counterIncrement" | "counterReset" | "counterSet" | "cssFloat" | "cssText" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFeatureSettings" | "fontKerning" | "fontOpticalSizing" | "fontSynthesis" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "gap" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hyphens" | "imageOrientation" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offsetDistance" | "offsetPath" | "offsetRotate" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "position" | "printColorAdjust" | "quotes" | "rowGap" | "rubyPosition" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollbarGutter" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textOrientation" | "textOverflow" | "textShadow" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "touchAction" | "transformBox" | "transformOrigin" | "transformStyle" | "transition" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "webkitAlignContent" | "webkitAlignItems" | "webkitAlignSelf" | "webkitAnimation" | "webkitAnimationDelay" | "webkitAnimationDirection" | "webkitAnimationDuration" | "webkitAnimationFillMode" | "webkitAnimationIterationCount" | "webkitAnimationName" | "webkitAnimationPlayState" | "webkitAnimationTimingFunction" | "webkitAppearance" | "webkitBackfaceVisibility" | "webkitBackgroundClip" | "webkitBackgroundOrigin" | "webkitBackgroundSize" | "webkitBorderBottomLeftRadius" | "webkitBorderBottomRightRadius" | "webkitBorderRadius" | "webkitBorderTopLeftRadius" | "webkitBorderTopRightRadius" | "webkitBoxAlign" | "webkitBoxFlex" | "webkitBoxOrdinalGroup" | "webkitBoxOrient" | "webkitBoxPack" | "webkitBoxShadow" | "webkitBoxSizing" | "webkitFilter" | "webkitFlex" | "webkitFlexBasis" | "webkitFlexDirection" | "webkitFlexFlow" | "webkitFlexGrow" | "webkitFlexShrink" | "webkitFlexWrap" | "webkitJustifyContent" | "webkitLineClamp" | "webkitMask" | "webkitMaskBoxImage" | "webkitMaskBoxImageOutset" | "webkitMaskBoxImageRepeat" | "webkitMaskBoxImageSlice" | "webkitMaskBoxImageSource" | "webkitMaskBoxImageWidth" | "webkitMaskClip" | "webkitMaskComposite" | "webkitMaskImage" | "webkitMaskOrigin" | "webkitMaskPosition" | "webkitMaskRepeat" | "webkitMaskSize" | "webkitOrder" | "webkitPerspective" | "webkitPerspectiveOrigin" | "webkitTextFillColor" | "webkitTextSizeAdjust" | "webkitTextStroke" | "webkitTextStrokeColor" | "webkitTextStrokeWidth" | "webkitTransform" | "webkitTransformOrigin" | "webkitTransformStyle" | "webkitTransition" | "webkitTransitionDelay" | "webkitTransitionDuration" | "webkitTransitionProperty" | "webkitTransitionTimingFunction" | "webkitUserSelect" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordWrap" | "zIndex" | "getPropertyPriority" | "getPropertyValue" | "item" | "removeProperty" | "setProperty">(prop: P, value: CSSStyleDeclaration[P]) => boolean;