@px-ui/core 1.23.0 → 1.25.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 (379) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +6 -0
  2. package/dist/_virtual/index.js +7 -0
  3. package/dist/_virtual/index2.js +4 -0
  4. package/dist/_virtual/index3.js +4 -0
  5. package/dist/_virtual/jsx-runtime.js +5 -0
  6. package/dist/_virtual/jsx-runtime2.js +4 -0
  7. package/dist/_virtual/react-jsx-runtime.development.js +4 -0
  8. package/dist/_virtual/react-jsx-runtime.production.js +4 -0
  9. package/dist/_virtual/use-sync-external-store-shim.development.js +4 -0
  10. package/dist/_virtual/use-sync-external-store-shim.production.js +4 -0
  11. package/dist/_virtual/with-selector.development.js +4 -0
  12. package/dist/_virtual/with-selector.js +5 -0
  13. package/dist/_virtual/with-selector.production.js +4 -0
  14. package/dist/_virtual/with-selector2.js +4 -0
  15. package/dist/components/avatar-group.js +82 -0
  16. package/dist/components/avatar.js +111 -0
  17. package/dist/components/block-checkbox-group.js +72 -0
  18. package/dist/components/block-radio-group.js +79 -0
  19. package/dist/components/button.d.ts +1 -1
  20. package/dist/components/button.js +47 -0
  21. package/dist/components/checkbox.js +84 -0
  22. package/dist/components/combobox.js +368 -0
  23. package/dist/components/dialog.js +152 -0
  24. package/dist/components/input-group.js +148 -0
  25. package/dist/components/input.js +46 -0
  26. package/dist/components/label.js +18 -0
  27. package/dist/components/menu.js +141 -0
  28. package/dist/components/popover.js +144 -0
  29. package/dist/components/progress.d.ts +13 -0
  30. package/dist/components/progress.d.ts.map +1 -0
  31. package/dist/components/progress.js +81 -0
  32. package/dist/components/radio-group.js +85 -0
  33. package/dist/components/segmented-control.js +61 -0
  34. package/dist/components/select.js +155 -0
  35. package/dist/components/spinner.js +33 -0
  36. package/dist/components/switch.js +39 -0
  37. package/dist/components/tabs.js +108 -0
  38. package/dist/components/text-input.js +60 -0
  39. package/dist/components/textarea.js +41 -0
  40. package/dist/components/tooltip.js +84 -0
  41. package/dist/core.css +1 -0
  42. package/dist/hooks/use-async-options.js +53 -0
  43. package/dist/hooks/use-debounce.js +12 -0
  44. package/dist/hooks/use-infinite-scroll.js +31 -0
  45. package/dist/hooks/use-intersection-observer.js +23 -0
  46. package/dist/icons/check-icon.js +19 -0
  47. package/dist/icons/chevron-down-icon.js +22 -0
  48. package/dist/icons/clear-icon.js +25 -0
  49. package/dist/icons/close-icon.js +25 -0
  50. package/dist/icons/search-icon.js +25 -0
  51. package/dist/index.d.ts +28 -0
  52. package/dist/index.d.ts.map +1 -1
  53. package/dist/index.js +59 -1
  54. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/fallback/AvatarFallback.js +30 -0
  55. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/image/AvatarImage.js +39 -0
  56. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/image/useImageLoadingStatus.js +23 -0
  57. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/root/AvatarRoot.js +30 -0
  58. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/root/AvatarRootContext.js +13 -0
  59. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/avatar/root/stateAttributesMapping.js +6 -0
  60. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/indicator/CheckboxIndicator.js +45 -0
  61. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/root/CheckboxRoot.js +175 -0
  62. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/root/CheckboxRootContext.js +13 -0
  63. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/root/CheckboxRootDataAttributes.js +6 -0
  64. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox/utils/useStateAttributesMapping.js +18 -0
  65. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox-group/CheckboxGroup.js +82 -0
  66. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox-group/CheckboxGroupContext.js +13 -0
  67. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/checkbox-group/useCheckboxGroupParent.js +42 -0
  68. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chip/ComboboxChip.js +78 -0
  69. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chip/ComboboxChipContext.js +13 -0
  70. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chip-remove/ComboboxChipRemove.js +65 -0
  71. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chips/ComboboxChips.js +35 -0
  72. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/chips/ComboboxChipsContext.js +10 -0
  73. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/clear/ComboboxClear.js +86 -0
  74. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/collection/ComboboxCollection.js +17 -0
  75. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/collection/GroupCollectionContext.js +10 -0
  76. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/empty/ComboboxEmpty.js +26 -0
  77. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/input/ComboboxInput.js +190 -0
  78. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/item/ComboboxItem.js +98 -0
  79. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/item/ComboboxItemContext.js +13 -0
  80. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/item-indicator/ComboboxItemIndicator.js +54 -0
  81. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/list/ComboboxList.js +67 -0
  82. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/popup/ComboboxPopup.js +69 -0
  83. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/portal/ComboboxPortal.js +24 -0
  84. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/portal/ComboboxPortalContext.js +13 -0
  85. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/positioner/ComboboxPositioner.js +101 -0
  86. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/positioner/ComboboxPositionerContext.js +13 -0
  87. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/ComboboxRoot.js +22 -0
  88. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/ComboboxRootContext.js +40 -0
  89. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/ComboboxRootInternal.js +563 -0
  90. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/utils/index.js +23 -0
  91. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/utils/useFilter.js +36 -0
  92. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/root/utils/useValueChanged.js +13 -0
  93. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/row/ComboboxRowContext.js +10 -0
  94. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/status/ComboboxStatus.js +21 -0
  95. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/store.js +59 -0
  96. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/trigger/ComboboxTrigger.js +89 -0
  97. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/combobox/value/ComboboxValue.js +13 -0
  98. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/composite.js +69 -0
  99. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/constants.js +4 -0
  100. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/item/CompositeItem.js +30 -0
  101. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/item/useCompositeItem.js +34 -0
  102. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/list/CompositeList.js +78 -0
  103. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/list/CompositeListContext.js +23 -0
  104. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/list/useCompositeListItem.js +57 -0
  105. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/root/CompositeRoot.js +77 -0
  106. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/root/CompositeRootContext.js +13 -0
  107. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/composite/root/useCompositeRoot.js +134 -0
  108. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/context-menu/root/ContextMenuRootContext.js +13 -0
  109. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/backdrop/DialogBackdrop.js +39 -0
  110. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/close/DialogClose.js +34 -0
  111. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/close/useDialogClose.js +29 -0
  112. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/description/DialogDescription.js +24 -0
  113. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/popup/DialogPopup.js +85 -0
  114. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/popup/DialogPopupCssVars.js +6 -0
  115. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/popup/DialogPopupDataAttributes.js +7 -0
  116. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/portal/DialogPortal.js +24 -0
  117. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/portal/DialogPortalContext.js +13 -0
  118. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/root/DialogRoot.js +56 -0
  119. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/root/DialogRootContext.js +13 -0
  120. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/root/useDialogRoot.js +96 -0
  121. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/store.js +51 -0
  122. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/title/DialogTitle.js +24 -0
  123. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/dialog/trigger/DialogTrigger.js +38 -0
  124. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/direction-provider/DirectionContext.js +13 -0
  125. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/control/FieldControl.js +104 -0
  126. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/control/FieldControlDataAttributes.js +6 -0
  127. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/control/useFieldControlValidation.js +145 -0
  128. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/root/FieldRootContext.js +55 -0
  129. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/useField.js +53 -0
  130. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/utils/constants.js +26 -0
  131. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/field/utils/getCombinedFieldValidityData.js +12 -0
  132. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingDelayGroup.js +94 -0
  133. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingFocusManager.js +314 -0
  134. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingPortal.js +114 -0
  135. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/components/FloatingTree.js +65 -0
  136. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useClick.js +68 -0
  137. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useClientPoint.js +101 -0
  138. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useDismiss.js +223 -0
  139. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useFloating.js +69 -0
  140. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useFloatingRootContext.js +76 -0
  141. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useFocus.js +79 -0
  142. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useHover.js +184 -0
  143. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useInteractions.js +48 -0
  144. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useListNavigation.js +286 -0
  145. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useRole.js +80 -0
  146. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/hooks/useTypeahead.js +62 -0
  147. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/middleware/arrow.js +48 -0
  148. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/safePolygon.js +116 -0
  149. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/composite.js +208 -0
  150. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/constants.js +11 -0
  151. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/createAttribute.js +6 -0
  152. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/createEventEmitter.js +19 -0
  153. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/element.js +74 -0
  154. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/enqueueFocus.js +16 -0
  155. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/event.js +25 -0
  156. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/markOthers.js +50 -0
  157. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/nodes.js +19 -0
  158. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/floating-ui-react/utils/tabbable.js +47 -0
  159. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/form/FormContext.js +19 -0
  160. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/input/Input.js +13 -0
  161. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/arrow/MenuArrow.js +39 -0
  162. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/backdrop/MenuBackdrop.js +42 -0
  163. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item/MenuCheckboxItem.js +109 -0
  164. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item/MenuCheckboxItemContext.js +13 -0
  165. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item/MenuCheckboxItemDataAttributes.js +6 -0
  166. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.js +44 -0
  167. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/group/MenuGroup.js +28 -0
  168. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/group/MenuGroupContext.js +13 -0
  169. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/group-label/MenuGroupLabel.js +29 -0
  170. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/index.parts.js +38 -0
  171. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/item/MenuItem.js +83 -0
  172. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/item/useMenuItem.js +62 -0
  173. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/popup/MenuPopup.js +94 -0
  174. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/portal/MenuPortal.js +24 -0
  175. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/portal/MenuPortalContext.js +13 -0
  176. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/positioner/MenuPositioner.js +160 -0
  177. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/positioner/MenuPositionerContext.js +13 -0
  178. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-group/MenuRadioGroup.js +45 -0
  179. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-group/MenuRadioGroupContext.js +13 -0
  180. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-item/MenuRadioItem.js +117 -0
  181. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-item/MenuRadioItemContext.js +13 -0
  182. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/radio-item-indicator/MenuRadioItemIndicator.js +44 -0
  183. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/root/MenuRoot.js +285 -0
  184. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/root/MenuRootContext.js +13 -0
  185. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/submenu-root/MenuSubmenuRoot.js +21 -0
  186. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/submenu-root/MenuSubmenuRootContext.js +10 -0
  187. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/submenu-trigger/MenuSubmenuTrigger.js +73 -0
  188. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/trigger/MenuTrigger.js +101 -0
  189. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/utils/findRootOwnerId.js +10 -0
  190. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menu/utils/stateAttributesMapping.js +15 -0
  191. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/menubar/MenubarContext.js +10 -0
  192. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/merge-props/mergeProps.js +82 -0
  193. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/arrow/PopoverArrow.js +38 -0
  194. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/close/PopoverClose.js +35 -0
  195. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/description/PopoverDescription.js +26 -0
  196. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/popup/PopoverPopup.js +78 -0
  197. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/portal/PopoverPortal.js +24 -0
  198. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/portal/PopoverPortalContext.js +13 -0
  199. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/positioner/PopoverPositioner.js +96 -0
  200. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/positioner/PopoverPositionerContext.js +13 -0
  201. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/root/PopoverRoot.js +164 -0
  202. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/root/PopoverRootContext.js +13 -0
  203. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/title/PopoverTitle.js +26 -0
  204. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/trigger/PopoverTrigger.js +45 -0
  205. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/popover/utils/constants.js +4 -0
  206. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/indicator/ProgressIndicator.js +33 -0
  207. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/label/ProgressLabel.js +29 -0
  208. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/ProgressRoot.js +61 -0
  209. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/ProgressRootContext.js +13 -0
  210. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/ProgressRootDataAttributes.js +6 -0
  211. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/root/stateAttributesMapping.js +15 -0
  212. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/track/ProgressTrack.js +23 -0
  213. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/progress/value/ProgressValue.js +29 -0
  214. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/indicator/RadioIndicator.js +37 -0
  215. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/root/RadioRoot.js +125 -0
  216. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/root/RadioRootContext.js +13 -0
  217. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/root/RadioRootDataAttributes.js +6 -0
  218. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio/utils/stateAttributesMapping.js +17 -0
  219. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio-group/RadioGroup.js +134 -0
  220. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/radio-group/RadioGroupContext.js +22 -0
  221. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/arrow/SelectArrow.js +45 -0
  222. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/backdrop/SelectBackdrop.js +39 -0
  223. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/group/SelectGroup.js +28 -0
  224. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/group/SelectGroupContext.js +13 -0
  225. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/group-label/SelectGroupLabel.js +27 -0
  226. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/icon/SelectIcon.js +30 -0
  227. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/index.parts.js +38 -0
  228. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item/SelectItem.js +140 -0
  229. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item/SelectItemContext.js +13 -0
  230. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item-indicator/SelectItemIndicator.js +54 -0
  231. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/item-text/SelectItemText.js +30 -0
  232. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/list/SelectList.js +43 -0
  233. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/popup/SelectPopup.js +201 -0
  234. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/popup/utils.js +13 -0
  235. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/portal/SelectPortal.js +25 -0
  236. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/portal/SelectPortalContext.js +6 -0
  237. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/positioner/SelectPositioner.js +145 -0
  238. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/positioner/SelectPositionerContext.js +13 -0
  239. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/root/SelectRoot.js +111 -0
  240. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/root/SelectRootContext.js +23 -0
  241. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/root/useSelectRoot.js +296 -0
  242. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/scroll-arrow/SelectScrollArrow.js +122 -0
  243. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/scroll-down-arrow/SelectScrollDownArrow.js +14 -0
  244. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/scroll-up-arrow/SelectScrollUpArrow.js +14 -0
  245. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/store.js +37 -0
  246. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/trigger/SelectTrigger.js +141 -0
  247. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/select/value/SelectValue.js +33 -0
  248. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/separator/Separator.js +24 -0
  249. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/root/SwitchRoot.js +144 -0
  250. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/root/SwitchRootContext.js +13 -0
  251. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/root/SwitchRootDataAttributes.js +6 -0
  252. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/stateAttributesMapping.js +15 -0
  253. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/switch/thumb/SwitchThumb.js +27 -0
  254. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/indicator/TabsIndicator.js +107 -0
  255. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/indicator/TabsIndicatorCssVars.js +6 -0
  256. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/indicator/prehydrationScript.min.js +4 -0
  257. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/list/TabsList.js +130 -0
  258. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/list/TabsListContext.js +13 -0
  259. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/panel/TabsPanel.js +53 -0
  260. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/panel/TabsPanelDataAttributes.js +6 -0
  261. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/TabsRoot.js +76 -0
  262. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/TabsRootContext.js +13 -0
  263. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/TabsRootDataAttributes.js +6 -0
  264. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/root/stateAttributesMapping.js +9 -0
  265. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tabs/tab/TabsTab.js +108 -0
  266. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/toolbar/root/ToolbarRootContext.js +10 -0
  267. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/arrow/TooltipArrow.js +36 -0
  268. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/popup/TooltipPopup.js +53 -0
  269. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/portal/TooltipPortal.js +24 -0
  270. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/portal/TooltipPortalContext.js +13 -0
  271. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/positioner/TooltipPositioner.js +87 -0
  272. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/positioner/TooltipPositionerContext.js +13 -0
  273. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/provider/TooltipProvider.js +29 -0
  274. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/provider/TooltipProviderContext.js +10 -0
  275. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/root/TooltipRoot.js +134 -0
  276. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/root/TooltipRootContext.js +13 -0
  277. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/trigger/TooltipTrigger.js +27 -0
  278. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/tooltip/utils/constants.js +4 -0
  279. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/use-button/useButton.js +91 -0
  280. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/FloatingPortalLite.js +11 -0
  281. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/FocusGuard.js +28 -0
  282. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/InternalBackdrop.js +41 -0
  283. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/constants.js +17 -0
  284. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/createBaseUIEventDetails.js +34 -0
  285. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/formatNumber.js +19 -0
  286. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/getPseudoElementBounds.js +18 -0
  287. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/getStateAttributesProps.js +16 -0
  288. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/itemEquality.js +20 -0
  289. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/popupStateMapping.js +40 -0
  290. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/resolveClassName.js +6 -0
  291. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/resolveValueLabel.js +53 -0
  292. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/serializeValue.js +14 -0
  293. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/stateAttributesMapping.js +16 -0
  294. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/styles.js +13 -0
  295. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useAnchorPositioning.js +266 -0
  296. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useAnimationsFinished.js +28 -0
  297. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useBaseUiId.js +7 -0
  298. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useFocusableWhenDisabled.js +24 -0
  299. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useMixedToggleClickHander.js +25 -0
  300. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useOpenChangeComplete.js +20 -0
  301. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useOpenInteractionType.js +24 -0
  302. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useRenderElement.js +55 -0
  303. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useScrollLock.js +123 -0
  304. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/useTransitionStatus.js +45 -0
  305. package/dist/node_modules/.pnpm/@base-ui-components_react@1.0.0-beta.4_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/react/esm/utils/valueToPercent.js +6 -0
  306. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/detectBrowser.js +42 -0
  307. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/empty.js +8 -0
  308. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/error.js +11 -0
  309. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/generateId.js +7 -0
  310. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/inertValue.js +7 -0
  311. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/isElementDisabled.js +6 -0
  312. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/isMouseWithinBounds.js +7 -0
  313. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/mergeObjects.js +14 -0
  314. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/owner.js +6 -0
  315. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/reactVersion.js +8 -0
  316. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/safeReact.js +7 -0
  317. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/ReactStore.js +149 -0
  318. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/Store.js +67 -0
  319. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/createSelector.js +21 -0
  320. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/store/useStore.js +8 -0
  321. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useAnimationFrame.js +76 -0
  322. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useControlled.js +31 -0
  323. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useEnhancedClickHandler.js +19 -0
  324. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useEventCallback.js +32 -0
  325. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useForcedRerendering.js +10 -0
  326. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useId.js +20 -0
  327. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useIsoLayoutEffect.js +6 -0
  328. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useLatestRef.js +19 -0
  329. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useMergedRefs.js +69 -0
  330. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useOnFirstRender.js +8 -0
  331. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useOnMount.js +8 -0
  332. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useRefWithInit.js +9 -0
  333. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/useTimeout.js +37 -0
  334. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/visuallyHidden.js +16 -0
  335. package/dist/node_modules/.pnpm/@base-ui-components_utils@0.1.2_@types_react@19.2.0_react-dom@19.2.0_react@19.2.0/node_modules/@base-ui-components/utils/esm/warn.js +11 -0
  336. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.js +489 -0
  337. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +401 -0
  338. package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.0_react@19.2.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +183 -0
  339. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
  340. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -0
  341. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/focusManager.js +53 -0
  342. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js +94 -0
  343. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js +55 -0
  344. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/notifyManager.js +67 -0
  345. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/onlineManager.js +46 -0
  346. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/query.js +15 -0
  347. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/queryObserver.js +299 -0
  348. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/retryer.js +7 -0
  349. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/subscribable.js +20 -0
  350. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/thenable.js +25 -0
  351. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/timeoutManager.js +59 -0
  352. package/dist/node_modules/.pnpm/@tanstack_query-core@5.90.1/node_modules/@tanstack/query-core/build/modern/utils.js +112 -0
  353. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js +6 -0
  354. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js +14 -0
  355. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js +18 -0
  356. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js +20 -0
  357. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/suspense.js +17 -0
  358. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js +70 -0
  359. package/dist/node_modules/.pnpm/@tanstack_react-query@5.90.1_react@19.2.0/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js +11 -0
  360. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +35 -0
  361. package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +42 -0
  362. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +17 -0
  363. package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.development.js +245 -0
  364. package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react-jsx-runtime.production.js +35 -0
  365. package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js +10 -0
  366. package/dist/node_modules/.pnpm/reselect@5.1.1/node_modules/reselect/dist/reselect.js +325 -0
  367. package/dist/node_modules/.pnpm/tabbable@6.2.0/node_modules/tabbable/dist/index.esm.js +197 -0
  368. package/dist/node_modules/.pnpm/tailwind-merge@3.2.0/node_modules/tailwind-merge/dist/bundle-mjs.js +2751 -0
  369. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +67 -0
  370. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +66 -0
  371. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +67 -0
  372. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +55 -0
  373. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/shim/index.js +10 -0
  374. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.0/node_modules/use-sync-external-store/shim/with-selector.js +10 -0
  375. package/dist/tw-styles/dropdown.d.ts +1 -1
  376. package/dist/tw-styles/dropdown.d.ts.map +1 -1
  377. package/dist/tw-styles/dropdown.js +6 -0
  378. package/dist/utils/classnames.js +28 -0
  379. package/package.json +5 -1
@@ -0,0 +1,2751 @@
1
+ const le = "-", Le = (e) => {
2
+ const r = Ve(e), {
3
+ conflictingClassGroups: o,
4
+ conflictingClassGroupModifiers: t
5
+ } = e;
6
+ return {
7
+ getClassGroupId: (l) => {
8
+ const u = l.split(le);
9
+ return u[0] === "" && u.length !== 1 && u.shift(), ze(u, r) || Ne(l);
10
+ },
11
+ getConflictingClassGroupIds: (l, u) => {
12
+ const p = o[l] || [];
13
+ return u && t[l] ? [...p, ...t[l]] : p;
14
+ }
15
+ };
16
+ }, ze = (e, r) => {
17
+ var l;
18
+ if (e.length === 0)
19
+ return r.classGroupId;
20
+ const o = e[0], t = r.nextPart.get(o), i = t ? ze(e.slice(1), t) : void 0;
21
+ if (i)
22
+ return i;
23
+ if (r.validators.length === 0)
24
+ return;
25
+ const c = e.join(le);
26
+ return (l = r.validators.find(({
27
+ validator: u
28
+ }) => u(c))) == null ? void 0 : l.classGroupId;
29
+ }, he = /^\[(.+)\]$/, Ne = (e) => {
30
+ if (he.test(e)) {
31
+ const r = he.exec(e)[1], o = r == null ? void 0 : r.substring(0, r.indexOf(":"));
32
+ if (o)
33
+ return "arbitrary.." + o;
34
+ }
35
+ }, Ve = (e) => {
36
+ const {
37
+ theme: r,
38
+ classGroups: o
39
+ } = e, t = {
40
+ nextPart: /* @__PURE__ */ new Map(),
41
+ validators: []
42
+ };
43
+ for (const i in o)
44
+ ne(o[i], t, i, r);
45
+ return t;
46
+ }, ne = (e, r, o, t) => {
47
+ e.forEach((i) => {
48
+ if (typeof i == "string") {
49
+ const c = i === "" ? r : we(r, i);
50
+ c.classGroupId = o;
51
+ return;
52
+ }
53
+ if (typeof i == "function") {
54
+ if (Fe(i)) {
55
+ ne(i(t), r, o, t);
56
+ return;
57
+ }
58
+ r.validators.push({
59
+ validator: i,
60
+ classGroupId: o
61
+ });
62
+ return;
63
+ }
64
+ Object.entries(i).forEach(([c, l]) => {
65
+ ne(l, we(r, c), o, t);
66
+ });
67
+ });
68
+ }, we = (e, r) => {
69
+ let o = e;
70
+ return r.split(le).forEach((t) => {
71
+ o.nextPart.has(t) || o.nextPart.set(t, {
72
+ nextPart: /* @__PURE__ */ new Map(),
73
+ validators: []
74
+ }), o = o.nextPart.get(t);
75
+ }), o;
76
+ }, Fe = (e) => e.isThemeGetter, _e = (e) => {
77
+ if (e < 1)
78
+ return {
79
+ get: () => {
80
+ },
81
+ set: () => {
82
+ }
83
+ };
84
+ let r = 0, o = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
85
+ const i = (c, l) => {
86
+ o.set(c, l), r++, r > e && (r = 0, t = o, o = /* @__PURE__ */ new Map());
87
+ };
88
+ return {
89
+ get(c) {
90
+ let l = o.get(c);
91
+ if (l !== void 0)
92
+ return l;
93
+ if ((l = t.get(c)) !== void 0)
94
+ return i(c, l), l;
95
+ },
96
+ set(c, l) {
97
+ o.has(c) ? o.set(c, l) : i(c, l);
98
+ }
99
+ };
100
+ }, ae = "!", ie = ":", Be = ie.length, We = (e) => {
101
+ const {
102
+ prefix: r,
103
+ experimentalParseClassName: o
104
+ } = e;
105
+ let t = (i) => {
106
+ const c = [];
107
+ let l = 0, u = 0, p = 0, b;
108
+ for (let k = 0; k < i.length; k++) {
109
+ let y = i[k];
110
+ if (l === 0 && u === 0) {
111
+ if (y === ie) {
112
+ c.push(i.slice(p, k)), p = k + Be;
113
+ continue;
114
+ }
115
+ if (y === "/") {
116
+ b = k;
117
+ continue;
118
+ }
119
+ }
120
+ y === "[" ? l++ : y === "]" ? l-- : y === "(" ? u++ : y === ")" && u--;
121
+ }
122
+ const h = c.length === 0 ? i : i.substring(p), S = $e(h), _ = S !== h, B = b && b > p ? b - p : void 0;
123
+ return {
124
+ modifiers: c,
125
+ hasImportantModifier: _,
126
+ baseClassName: S,
127
+ maybePostfixModifierPosition: B
128
+ };
129
+ };
130
+ if (r) {
131
+ const i = r + ie, c = t;
132
+ t = (l) => l.startsWith(i) ? c(l.substring(i.length)) : {
133
+ isExternal: !0,
134
+ modifiers: [],
135
+ hasImportantModifier: !1,
136
+ baseClassName: l,
137
+ maybePostfixModifierPosition: void 0
138
+ };
139
+ }
140
+ if (o) {
141
+ const i = t;
142
+ t = (c) => o({
143
+ className: c,
144
+ parseClassName: i
145
+ });
146
+ }
147
+ return t;
148
+ }, $e = (e) => e.endsWith(ae) ? e.substring(0, e.length - 1) : e.startsWith(ae) ? e.substring(1) : e, je = (e) => {
149
+ const r = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
150
+ return (t) => {
151
+ if (t.length <= 1)
152
+ return t;
153
+ const i = [];
154
+ let c = [];
155
+ return t.forEach((l) => {
156
+ l[0] === "[" || r[l] ? (i.push(...c.sort(), l), c = []) : c.push(l);
157
+ }), i.push(...c.sort()), i;
158
+ };
159
+ }, Oe = (e) => ({
160
+ cache: _e(e.cacheSize),
161
+ parseClassName: We(e),
162
+ sortModifiers: je(e),
163
+ ...Le(e)
164
+ }), Ue = /\s+/, qe = (e, r) => {
165
+ const {
166
+ parseClassName: o,
167
+ getClassGroupId: t,
168
+ getConflictingClassGroupIds: i,
169
+ sortModifiers: c
170
+ } = r, l = [], u = e.trim().split(Ue);
171
+ let p = "";
172
+ for (let b = u.length - 1; b >= 0; b -= 1) {
173
+ const h = u[b], {
174
+ isExternal: S,
175
+ modifiers: _,
176
+ hasImportantModifier: B,
177
+ baseClassName: k,
178
+ maybePostfixModifierPosition: y
179
+ } = o(h);
180
+ if (S) {
181
+ p = h + (p.length > 0 ? " " + p : p);
182
+ continue;
183
+ }
184
+ let R = !!y, C = t(R ? k.substring(0, y) : k);
185
+ if (!C) {
186
+ if (!R) {
187
+ p = h + (p.length > 0 ? " " + p : p);
188
+ continue;
189
+ }
190
+ if (C = t(k), !C) {
191
+ p = h + (p.length > 0 ? " " + p : p);
192
+ continue;
193
+ }
194
+ R = !1;
195
+ }
196
+ const U = c(_).join(":"), W = B ? U + ae : U, T = W + C;
197
+ if (l.includes(T))
198
+ continue;
199
+ l.push(T);
200
+ const E = i(C, R);
201
+ for (let A = 0; A < E.length; ++A) {
202
+ const $ = E[A];
203
+ l.push(W + $);
204
+ }
205
+ p = h + (p.length > 0 ? " " + p : p);
206
+ }
207
+ return p;
208
+ };
209
+ function He() {
210
+ let e = 0, r, o, t = "";
211
+ for (; e < arguments.length; )
212
+ (r = arguments[e++]) && (o = Me(r)) && (t && (t += " "), t += o);
213
+ return t;
214
+ }
215
+ const Me = (e) => {
216
+ if (typeof e == "string")
217
+ return e;
218
+ let r, o = "";
219
+ for (let t = 0; t < e.length; t++)
220
+ e[t] && (r = Me(e[t])) && (o && (o += " "), o += r);
221
+ return o;
222
+ };
223
+ function xe(e, ...r) {
224
+ let o, t, i, c = l;
225
+ function l(p) {
226
+ const b = r.reduce((h, S) => S(h), e());
227
+ return o = Oe(b), t = o.cache.get, i = o.cache.set, c = u, u(p);
228
+ }
229
+ function u(p) {
230
+ const b = t(p);
231
+ if (b)
232
+ return b;
233
+ const h = qe(p, o);
234
+ return i(p, h), h;
235
+ }
236
+ return function() {
237
+ return c(He.apply(null, arguments));
238
+ };
239
+ }
240
+ const f = (e) => {
241
+ const r = (o) => o[e] || [];
242
+ return r.isThemeGetter = !0, r;
243
+ }, Se = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ge = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Je = /^\d+\/\d+$/, Xe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, De = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Ke = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Qe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ye = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => Je.test(e), m = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), te = (e) => e.endsWith("%") && m(e.slice(0, -1)), M = (e) => Xe.test(e), Ze = () => !0, eo = (e) => (
244
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
245
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
246
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
247
+ De.test(e) && !Ke.test(e)
248
+ ), Ce = () => !1, oo = (e) => Qe.test(e), ro = (e) => Ye.test(e), to = (e) => !s(e) && !n(e), so = (e) => V(e, Ie, Ce), s = (e) => Se.test(e), I = (e) => V(e, Re, eo), se = (e) => V(e, co, m), ke = (e) => V(e, Ae, Ce), no = (e) => V(e, Pe, ro), K = (e) => V(e, Te, oo), n = (e) => Ge.test(e), j = (e) => F(e, Re), ao = (e) => F(e, mo), ye = (e) => F(e, Ae), io = (e) => F(e, Ie), lo = (e) => F(e, Pe), Q = (e) => F(e, Te, !0), V = (e, r, o) => {
249
+ const t = Se.exec(e);
250
+ return t ? t[1] ? r(t[1]) : o(t[2]) : !1;
251
+ }, F = (e, r, o = !1) => {
252
+ const t = Ge.exec(e);
253
+ return t ? t[1] ? r(t[1]) : o : !1;
254
+ }, Ae = (e) => e === "position" || e === "percentage", Pe = (e) => e === "image" || e === "url", Ie = (e) => e === "length" || e === "size" || e === "bg-size", Re = (e) => e === "length", co = (e) => e === "number", mo = (e) => e === "family-name", Te = (e) => e === "shadow", ve = () => {
255
+ const e = f("color"), r = f("font"), o = f("text"), t = f("font-weight"), i = f("tracking"), c = f("leading"), l = f("breakpoint"), u = f("container"), p = f("spacing"), b = f("radius"), h = f("shadow"), S = f("inset-shadow"), _ = f("text-shadow"), B = f("drop-shadow"), k = f("blur"), y = f("perspective"), R = f("aspect"), C = f("ease"), U = f("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
256
+ "center",
257
+ "top",
258
+ "bottom",
259
+ "left",
260
+ "right",
261
+ "top-left",
262
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
263
+ "left-top",
264
+ "top-right",
265
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
266
+ "right-top",
267
+ "bottom-right",
268
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
269
+ "right-bottom",
270
+ "bottom-left",
271
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
272
+ "left-bottom"
273
+ ], E = () => [...T(), n, s], A = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", "contain", "none"], d = () => [n, s, p], v = () => [N, "full", "auto", ...d()], ce = () => [G, "none", "subgrid", n, s], de = () => ["auto", {
274
+ span: ["full", G, n, s]
275
+ }, G, n, s], q = () => [G, "auto", n, s], me = () => ["auto", "min", "max", "fr", n, s], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...d()], P = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], a = () => [e, n, s], pe = () => [...T(), ye, ke, {
276
+ position: [n, s]
277
+ }], ue = () => ["no-repeat", {
278
+ repeat: ["", "x", "y", "space", "round"]
279
+ }], fe = () => ["auto", "cover", "contain", io, so, {
280
+ size: [n, s]
281
+ }], oe = () => [te, j, I], w = () => [
282
+ // Deprecated since Tailwind CSS v4.0.0
283
+ "",
284
+ "none",
285
+ "full",
286
+ b,
287
+ n,
288
+ s
289
+ ], x = () => ["", m, j, I], H = () => ["solid", "dashed", "dotted", "double"], ge = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [m, te, ye, ke], be = () => [
290
+ // Deprecated since Tailwind CSS v4.0.0
291
+ "",
292
+ "none",
293
+ k,
294
+ n,
295
+ s
296
+ ], J = () => ["none", m, n, s], X = () => ["none", m, n, s], re = () => [m, n, s], D = () => [N, "full", ...d()];
297
+ return {
298
+ cacheSize: 500,
299
+ theme: {
300
+ animate: ["spin", "ping", "pulse", "bounce"],
301
+ aspect: ["video"],
302
+ blur: [M],
303
+ breakpoint: [M],
304
+ color: [Ze],
305
+ container: [M],
306
+ "drop-shadow": [M],
307
+ ease: ["in", "out", "in-out"],
308
+ font: [to],
309
+ "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
310
+ "inset-shadow": [M],
311
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
312
+ perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
313
+ radius: [M],
314
+ shadow: [M],
315
+ spacing: ["px", m],
316
+ text: [M],
317
+ "text-shadow": [M],
318
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
319
+ },
320
+ classGroups: {
321
+ // --------------
322
+ // --- Layout ---
323
+ // --------------
324
+ /**
325
+ * Aspect Ratio
326
+ * @see https://tailwindcss.com/docs/aspect-ratio
327
+ */
328
+ aspect: [{
329
+ aspect: ["auto", "square", N, s, n, R]
330
+ }],
331
+ /**
332
+ * Container
333
+ * @see https://tailwindcss.com/docs/container
334
+ * @deprecated since Tailwind CSS v4.0.0
335
+ */
336
+ container: ["container"],
337
+ /**
338
+ * Columns
339
+ * @see https://tailwindcss.com/docs/columns
340
+ */
341
+ columns: [{
342
+ columns: [m, s, n, u]
343
+ }],
344
+ /**
345
+ * Break After
346
+ * @see https://tailwindcss.com/docs/break-after
347
+ */
348
+ "break-after": [{
349
+ "break-after": W()
350
+ }],
351
+ /**
352
+ * Break Before
353
+ * @see https://tailwindcss.com/docs/break-before
354
+ */
355
+ "break-before": [{
356
+ "break-before": W()
357
+ }],
358
+ /**
359
+ * Break Inside
360
+ * @see https://tailwindcss.com/docs/break-inside
361
+ */
362
+ "break-inside": [{
363
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
364
+ }],
365
+ /**
366
+ * Box Decoration Break
367
+ * @see https://tailwindcss.com/docs/box-decoration-break
368
+ */
369
+ "box-decoration": [{
370
+ "box-decoration": ["slice", "clone"]
371
+ }],
372
+ /**
373
+ * Box Sizing
374
+ * @see https://tailwindcss.com/docs/box-sizing
375
+ */
376
+ box: [{
377
+ box: ["border", "content"]
378
+ }],
379
+ /**
380
+ * Display
381
+ * @see https://tailwindcss.com/docs/display
382
+ */
383
+ display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
384
+ /**
385
+ * Screen Reader Only
386
+ * @see https://tailwindcss.com/docs/display#screen-reader-only
387
+ */
388
+ sr: ["sr-only", "not-sr-only"],
389
+ /**
390
+ * Floats
391
+ * @see https://tailwindcss.com/docs/float
392
+ */
393
+ float: [{
394
+ float: ["right", "left", "none", "start", "end"]
395
+ }],
396
+ /**
397
+ * Clear
398
+ * @see https://tailwindcss.com/docs/clear
399
+ */
400
+ clear: [{
401
+ clear: ["left", "right", "both", "none", "start", "end"]
402
+ }],
403
+ /**
404
+ * Isolation
405
+ * @see https://tailwindcss.com/docs/isolation
406
+ */
407
+ isolation: ["isolate", "isolation-auto"],
408
+ /**
409
+ * Object Fit
410
+ * @see https://tailwindcss.com/docs/object-fit
411
+ */
412
+ "object-fit": [{
413
+ object: ["contain", "cover", "fill", "none", "scale-down"]
414
+ }],
415
+ /**
416
+ * Object Position
417
+ * @see https://tailwindcss.com/docs/object-position
418
+ */
419
+ "object-position": [{
420
+ object: E()
421
+ }],
422
+ /**
423
+ * Overflow
424
+ * @see https://tailwindcss.com/docs/overflow
425
+ */
426
+ overflow: [{
427
+ overflow: A()
428
+ }],
429
+ /**
430
+ * Overflow X
431
+ * @see https://tailwindcss.com/docs/overflow
432
+ */
433
+ "overflow-x": [{
434
+ "overflow-x": A()
435
+ }],
436
+ /**
437
+ * Overflow Y
438
+ * @see https://tailwindcss.com/docs/overflow
439
+ */
440
+ "overflow-y": [{
441
+ "overflow-y": A()
442
+ }],
443
+ /**
444
+ * Overscroll Behavior
445
+ * @see https://tailwindcss.com/docs/overscroll-behavior
446
+ */
447
+ overscroll: [{
448
+ overscroll: $()
449
+ }],
450
+ /**
451
+ * Overscroll Behavior X
452
+ * @see https://tailwindcss.com/docs/overscroll-behavior
453
+ */
454
+ "overscroll-x": [{
455
+ "overscroll-x": $()
456
+ }],
457
+ /**
458
+ * Overscroll Behavior Y
459
+ * @see https://tailwindcss.com/docs/overscroll-behavior
460
+ */
461
+ "overscroll-y": [{
462
+ "overscroll-y": $()
463
+ }],
464
+ /**
465
+ * Position
466
+ * @see https://tailwindcss.com/docs/position
467
+ */
468
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
469
+ /**
470
+ * Top / Right / Bottom / Left
471
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
472
+ */
473
+ inset: [{
474
+ inset: v()
475
+ }],
476
+ /**
477
+ * Right / Left
478
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
479
+ */
480
+ "inset-x": [{
481
+ "inset-x": v()
482
+ }],
483
+ /**
484
+ * Top / Bottom
485
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
486
+ */
487
+ "inset-y": [{
488
+ "inset-y": v()
489
+ }],
490
+ /**
491
+ * Start
492
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
493
+ */
494
+ start: [{
495
+ start: v()
496
+ }],
497
+ /**
498
+ * End
499
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
500
+ */
501
+ end: [{
502
+ end: v()
503
+ }],
504
+ /**
505
+ * Top
506
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
507
+ */
508
+ top: [{
509
+ top: v()
510
+ }],
511
+ /**
512
+ * Right
513
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
514
+ */
515
+ right: [{
516
+ right: v()
517
+ }],
518
+ /**
519
+ * Bottom
520
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
521
+ */
522
+ bottom: [{
523
+ bottom: v()
524
+ }],
525
+ /**
526
+ * Left
527
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
528
+ */
529
+ left: [{
530
+ left: v()
531
+ }],
532
+ /**
533
+ * Visibility
534
+ * @see https://tailwindcss.com/docs/visibility
535
+ */
536
+ visibility: ["visible", "invisible", "collapse"],
537
+ /**
538
+ * Z-Index
539
+ * @see https://tailwindcss.com/docs/z-index
540
+ */
541
+ z: [{
542
+ z: [G, "auto", n, s]
543
+ }],
544
+ // ------------------------
545
+ // --- Flexbox and Grid ---
546
+ // ------------------------
547
+ /**
548
+ * Flex Basis
549
+ * @see https://tailwindcss.com/docs/flex-basis
550
+ */
551
+ basis: [{
552
+ basis: [N, "full", "auto", u, ...d()]
553
+ }],
554
+ /**
555
+ * Flex Direction
556
+ * @see https://tailwindcss.com/docs/flex-direction
557
+ */
558
+ "flex-direction": [{
559
+ flex: ["row", "row-reverse", "col", "col-reverse"]
560
+ }],
561
+ /**
562
+ * Flex Wrap
563
+ * @see https://tailwindcss.com/docs/flex-wrap
564
+ */
565
+ "flex-wrap": [{
566
+ flex: ["nowrap", "wrap", "wrap-reverse"]
567
+ }],
568
+ /**
569
+ * Flex
570
+ * @see https://tailwindcss.com/docs/flex
571
+ */
572
+ flex: [{
573
+ flex: [m, N, "auto", "initial", "none", s]
574
+ }],
575
+ /**
576
+ * Flex Grow
577
+ * @see https://tailwindcss.com/docs/flex-grow
578
+ */
579
+ grow: [{
580
+ grow: ["", m, n, s]
581
+ }],
582
+ /**
583
+ * Flex Shrink
584
+ * @see https://tailwindcss.com/docs/flex-shrink
585
+ */
586
+ shrink: [{
587
+ shrink: ["", m, n, s]
588
+ }],
589
+ /**
590
+ * Order
591
+ * @see https://tailwindcss.com/docs/order
592
+ */
593
+ order: [{
594
+ order: [G, "first", "last", "none", n, s]
595
+ }],
596
+ /**
597
+ * Grid Template Columns
598
+ * @see https://tailwindcss.com/docs/grid-template-columns
599
+ */
600
+ "grid-cols": [{
601
+ "grid-cols": ce()
602
+ }],
603
+ /**
604
+ * Grid Column Start / End
605
+ * @see https://tailwindcss.com/docs/grid-column
606
+ */
607
+ "col-start-end": [{
608
+ col: de()
609
+ }],
610
+ /**
611
+ * Grid Column Start
612
+ * @see https://tailwindcss.com/docs/grid-column
613
+ */
614
+ "col-start": [{
615
+ "col-start": q()
616
+ }],
617
+ /**
618
+ * Grid Column End
619
+ * @see https://tailwindcss.com/docs/grid-column
620
+ */
621
+ "col-end": [{
622
+ "col-end": q()
623
+ }],
624
+ /**
625
+ * Grid Template Rows
626
+ * @see https://tailwindcss.com/docs/grid-template-rows
627
+ */
628
+ "grid-rows": [{
629
+ "grid-rows": ce()
630
+ }],
631
+ /**
632
+ * Grid Row Start / End
633
+ * @see https://tailwindcss.com/docs/grid-row
634
+ */
635
+ "row-start-end": [{
636
+ row: de()
637
+ }],
638
+ /**
639
+ * Grid Row Start
640
+ * @see https://tailwindcss.com/docs/grid-row
641
+ */
642
+ "row-start": [{
643
+ "row-start": q()
644
+ }],
645
+ /**
646
+ * Grid Row End
647
+ * @see https://tailwindcss.com/docs/grid-row
648
+ */
649
+ "row-end": [{
650
+ "row-end": q()
651
+ }],
652
+ /**
653
+ * Grid Auto Flow
654
+ * @see https://tailwindcss.com/docs/grid-auto-flow
655
+ */
656
+ "grid-flow": [{
657
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
658
+ }],
659
+ /**
660
+ * Grid Auto Columns
661
+ * @see https://tailwindcss.com/docs/grid-auto-columns
662
+ */
663
+ "auto-cols": [{
664
+ "auto-cols": me()
665
+ }],
666
+ /**
667
+ * Grid Auto Rows
668
+ * @see https://tailwindcss.com/docs/grid-auto-rows
669
+ */
670
+ "auto-rows": [{
671
+ "auto-rows": me()
672
+ }],
673
+ /**
674
+ * Gap
675
+ * @see https://tailwindcss.com/docs/gap
676
+ */
677
+ gap: [{
678
+ gap: d()
679
+ }],
680
+ /**
681
+ * Gap X
682
+ * @see https://tailwindcss.com/docs/gap
683
+ */
684
+ "gap-x": [{
685
+ "gap-x": d()
686
+ }],
687
+ /**
688
+ * Gap Y
689
+ * @see https://tailwindcss.com/docs/gap
690
+ */
691
+ "gap-y": [{
692
+ "gap-y": d()
693
+ }],
694
+ /**
695
+ * Justify Content
696
+ * @see https://tailwindcss.com/docs/justify-content
697
+ */
698
+ "justify-content": [{
699
+ justify: [...ee(), "normal"]
700
+ }],
701
+ /**
702
+ * Justify Items
703
+ * @see https://tailwindcss.com/docs/justify-items
704
+ */
705
+ "justify-items": [{
706
+ "justify-items": [...L(), "normal"]
707
+ }],
708
+ /**
709
+ * Justify Self
710
+ * @see https://tailwindcss.com/docs/justify-self
711
+ */
712
+ "justify-self": [{
713
+ "justify-self": ["auto", ...L()]
714
+ }],
715
+ /**
716
+ * Align Content
717
+ * @see https://tailwindcss.com/docs/align-content
718
+ */
719
+ "align-content": [{
720
+ content: ["normal", ...ee()]
721
+ }],
722
+ /**
723
+ * Align Items
724
+ * @see https://tailwindcss.com/docs/align-items
725
+ */
726
+ "align-items": [{
727
+ items: [...L(), {
728
+ baseline: ["", "last"]
729
+ }]
730
+ }],
731
+ /**
732
+ * Align Self
733
+ * @see https://tailwindcss.com/docs/align-self
734
+ */
735
+ "align-self": [{
736
+ self: ["auto", ...L(), {
737
+ baseline: ["", "last"]
738
+ }]
739
+ }],
740
+ /**
741
+ * Place Content
742
+ * @see https://tailwindcss.com/docs/place-content
743
+ */
744
+ "place-content": [{
745
+ "place-content": ee()
746
+ }],
747
+ /**
748
+ * Place Items
749
+ * @see https://tailwindcss.com/docs/place-items
750
+ */
751
+ "place-items": [{
752
+ "place-items": [...L(), "baseline"]
753
+ }],
754
+ /**
755
+ * Place Self
756
+ * @see https://tailwindcss.com/docs/place-self
757
+ */
758
+ "place-self": [{
759
+ "place-self": ["auto", ...L()]
760
+ }],
761
+ // Spacing
762
+ /**
763
+ * Padding
764
+ * @see https://tailwindcss.com/docs/padding
765
+ */
766
+ p: [{
767
+ p: d()
768
+ }],
769
+ /**
770
+ * Padding X
771
+ * @see https://tailwindcss.com/docs/padding
772
+ */
773
+ px: [{
774
+ px: d()
775
+ }],
776
+ /**
777
+ * Padding Y
778
+ * @see https://tailwindcss.com/docs/padding
779
+ */
780
+ py: [{
781
+ py: d()
782
+ }],
783
+ /**
784
+ * Padding Start
785
+ * @see https://tailwindcss.com/docs/padding
786
+ */
787
+ ps: [{
788
+ ps: d()
789
+ }],
790
+ /**
791
+ * Padding End
792
+ * @see https://tailwindcss.com/docs/padding
793
+ */
794
+ pe: [{
795
+ pe: d()
796
+ }],
797
+ /**
798
+ * Padding Top
799
+ * @see https://tailwindcss.com/docs/padding
800
+ */
801
+ pt: [{
802
+ pt: d()
803
+ }],
804
+ /**
805
+ * Padding Right
806
+ * @see https://tailwindcss.com/docs/padding
807
+ */
808
+ pr: [{
809
+ pr: d()
810
+ }],
811
+ /**
812
+ * Padding Bottom
813
+ * @see https://tailwindcss.com/docs/padding
814
+ */
815
+ pb: [{
816
+ pb: d()
817
+ }],
818
+ /**
819
+ * Padding Left
820
+ * @see https://tailwindcss.com/docs/padding
821
+ */
822
+ pl: [{
823
+ pl: d()
824
+ }],
825
+ /**
826
+ * Margin
827
+ * @see https://tailwindcss.com/docs/margin
828
+ */
829
+ m: [{
830
+ m: z()
831
+ }],
832
+ /**
833
+ * Margin X
834
+ * @see https://tailwindcss.com/docs/margin
835
+ */
836
+ mx: [{
837
+ mx: z()
838
+ }],
839
+ /**
840
+ * Margin Y
841
+ * @see https://tailwindcss.com/docs/margin
842
+ */
843
+ my: [{
844
+ my: z()
845
+ }],
846
+ /**
847
+ * Margin Start
848
+ * @see https://tailwindcss.com/docs/margin
849
+ */
850
+ ms: [{
851
+ ms: z()
852
+ }],
853
+ /**
854
+ * Margin End
855
+ * @see https://tailwindcss.com/docs/margin
856
+ */
857
+ me: [{
858
+ me: z()
859
+ }],
860
+ /**
861
+ * Margin Top
862
+ * @see https://tailwindcss.com/docs/margin
863
+ */
864
+ mt: [{
865
+ mt: z()
866
+ }],
867
+ /**
868
+ * Margin Right
869
+ * @see https://tailwindcss.com/docs/margin
870
+ */
871
+ mr: [{
872
+ mr: z()
873
+ }],
874
+ /**
875
+ * Margin Bottom
876
+ * @see https://tailwindcss.com/docs/margin
877
+ */
878
+ mb: [{
879
+ mb: z()
880
+ }],
881
+ /**
882
+ * Margin Left
883
+ * @see https://tailwindcss.com/docs/margin
884
+ */
885
+ ml: [{
886
+ ml: z()
887
+ }],
888
+ /**
889
+ * Space Between X
890
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
891
+ */
892
+ "space-x": [{
893
+ "space-x": d()
894
+ }],
895
+ /**
896
+ * Space Between X Reverse
897
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
898
+ */
899
+ "space-x-reverse": ["space-x-reverse"],
900
+ /**
901
+ * Space Between Y
902
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
903
+ */
904
+ "space-y": [{
905
+ "space-y": d()
906
+ }],
907
+ /**
908
+ * Space Between Y Reverse
909
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
910
+ */
911
+ "space-y-reverse": ["space-y-reverse"],
912
+ // --------------
913
+ // --- Sizing ---
914
+ // --------------
915
+ /**
916
+ * Size
917
+ * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
918
+ */
919
+ size: [{
920
+ size: P()
921
+ }],
922
+ /**
923
+ * Width
924
+ * @see https://tailwindcss.com/docs/width
925
+ */
926
+ w: [{
927
+ w: [u, "screen", ...P()]
928
+ }],
929
+ /**
930
+ * Min-Width
931
+ * @see https://tailwindcss.com/docs/min-width
932
+ */
933
+ "min-w": [{
934
+ "min-w": [
935
+ u,
936
+ "screen",
937
+ /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
938
+ "none",
939
+ ...P()
940
+ ]
941
+ }],
942
+ /**
943
+ * Max-Width
944
+ * @see https://tailwindcss.com/docs/max-width
945
+ */
946
+ "max-w": [{
947
+ "max-w": [
948
+ u,
949
+ "screen",
950
+ "none",
951
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
952
+ "prose",
953
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
954
+ {
955
+ screen: [l]
956
+ },
957
+ ...P()
958
+ ]
959
+ }],
960
+ /**
961
+ * Height
962
+ * @see https://tailwindcss.com/docs/height
963
+ */
964
+ h: [{
965
+ h: ["screen", ...P()]
966
+ }],
967
+ /**
968
+ * Min-Height
969
+ * @see https://tailwindcss.com/docs/min-height
970
+ */
971
+ "min-h": [{
972
+ "min-h": ["screen", "none", ...P()]
973
+ }],
974
+ /**
975
+ * Max-Height
976
+ * @see https://tailwindcss.com/docs/max-height
977
+ */
978
+ "max-h": [{
979
+ "max-h": ["screen", ...P()]
980
+ }],
981
+ // ------------------
982
+ // --- Typography ---
983
+ // ------------------
984
+ /**
985
+ * Font Size
986
+ * @see https://tailwindcss.com/docs/font-size
987
+ */
988
+ "font-size": [{
989
+ text: ["base", o, j, I]
990
+ }],
991
+ /**
992
+ * Font Smoothing
993
+ * @see https://tailwindcss.com/docs/font-smoothing
994
+ */
995
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
996
+ /**
997
+ * Font Style
998
+ * @see https://tailwindcss.com/docs/font-style
999
+ */
1000
+ "font-style": ["italic", "not-italic"],
1001
+ /**
1002
+ * Font Weight
1003
+ * @see https://tailwindcss.com/docs/font-weight
1004
+ */
1005
+ "font-weight": [{
1006
+ font: [t, n, se]
1007
+ }],
1008
+ /**
1009
+ * Font Stretch
1010
+ * @see https://tailwindcss.com/docs/font-stretch
1011
+ */
1012
+ "font-stretch": [{
1013
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", te, s]
1014
+ }],
1015
+ /**
1016
+ * Font Family
1017
+ * @see https://tailwindcss.com/docs/font-family
1018
+ */
1019
+ "font-family": [{
1020
+ font: [ao, s, r]
1021
+ }],
1022
+ /**
1023
+ * Font Variant Numeric
1024
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1025
+ */
1026
+ "fvn-normal": ["normal-nums"],
1027
+ /**
1028
+ * Font Variant Numeric
1029
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1030
+ */
1031
+ "fvn-ordinal": ["ordinal"],
1032
+ /**
1033
+ * Font Variant Numeric
1034
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1035
+ */
1036
+ "fvn-slashed-zero": ["slashed-zero"],
1037
+ /**
1038
+ * Font Variant Numeric
1039
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1040
+ */
1041
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1042
+ /**
1043
+ * Font Variant Numeric
1044
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1045
+ */
1046
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1047
+ /**
1048
+ * Font Variant Numeric
1049
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1050
+ */
1051
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1052
+ /**
1053
+ * Letter Spacing
1054
+ * @see https://tailwindcss.com/docs/letter-spacing
1055
+ */
1056
+ tracking: [{
1057
+ tracking: [i, n, s]
1058
+ }],
1059
+ /**
1060
+ * Line Clamp
1061
+ * @see https://tailwindcss.com/docs/line-clamp
1062
+ */
1063
+ "line-clamp": [{
1064
+ "line-clamp": [m, "none", n, se]
1065
+ }],
1066
+ /**
1067
+ * Line Height
1068
+ * @see https://tailwindcss.com/docs/line-height
1069
+ */
1070
+ leading: [{
1071
+ leading: [
1072
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1073
+ c,
1074
+ ...d()
1075
+ ]
1076
+ }],
1077
+ /**
1078
+ * List Style Image
1079
+ * @see https://tailwindcss.com/docs/list-style-image
1080
+ */
1081
+ "list-image": [{
1082
+ "list-image": ["none", n, s]
1083
+ }],
1084
+ /**
1085
+ * List Style Position
1086
+ * @see https://tailwindcss.com/docs/list-style-position
1087
+ */
1088
+ "list-style-position": [{
1089
+ list: ["inside", "outside"]
1090
+ }],
1091
+ /**
1092
+ * List Style Type
1093
+ * @see https://tailwindcss.com/docs/list-style-type
1094
+ */
1095
+ "list-style-type": [{
1096
+ list: ["disc", "decimal", "none", n, s]
1097
+ }],
1098
+ /**
1099
+ * Text Alignment
1100
+ * @see https://tailwindcss.com/docs/text-align
1101
+ */
1102
+ "text-alignment": [{
1103
+ text: ["left", "center", "right", "justify", "start", "end"]
1104
+ }],
1105
+ /**
1106
+ * Placeholder Color
1107
+ * @deprecated since Tailwind CSS v3.0.0
1108
+ * @see https://v3.tailwindcss.com/docs/placeholder-color
1109
+ */
1110
+ "placeholder-color": [{
1111
+ placeholder: a()
1112
+ }],
1113
+ /**
1114
+ * Text Color
1115
+ * @see https://tailwindcss.com/docs/text-color
1116
+ */
1117
+ "text-color": [{
1118
+ text: a()
1119
+ }],
1120
+ /**
1121
+ * Text Decoration
1122
+ * @see https://tailwindcss.com/docs/text-decoration
1123
+ */
1124
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1125
+ /**
1126
+ * Text Decoration Style
1127
+ * @see https://tailwindcss.com/docs/text-decoration-style
1128
+ */
1129
+ "text-decoration-style": [{
1130
+ decoration: [...H(), "wavy"]
1131
+ }],
1132
+ /**
1133
+ * Text Decoration Thickness
1134
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1135
+ */
1136
+ "text-decoration-thickness": [{
1137
+ decoration: [m, "from-font", "auto", n, I]
1138
+ }],
1139
+ /**
1140
+ * Text Decoration Color
1141
+ * @see https://tailwindcss.com/docs/text-decoration-color
1142
+ */
1143
+ "text-decoration-color": [{
1144
+ decoration: a()
1145
+ }],
1146
+ /**
1147
+ * Text Underline Offset
1148
+ * @see https://tailwindcss.com/docs/text-underline-offset
1149
+ */
1150
+ "underline-offset": [{
1151
+ "underline-offset": [m, "auto", n, s]
1152
+ }],
1153
+ /**
1154
+ * Text Transform
1155
+ * @see https://tailwindcss.com/docs/text-transform
1156
+ */
1157
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1158
+ /**
1159
+ * Text Overflow
1160
+ * @see https://tailwindcss.com/docs/text-overflow
1161
+ */
1162
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1163
+ /**
1164
+ * Text Wrap
1165
+ * @see https://tailwindcss.com/docs/text-wrap
1166
+ */
1167
+ "text-wrap": [{
1168
+ text: ["wrap", "nowrap", "balance", "pretty"]
1169
+ }],
1170
+ /**
1171
+ * Text Indent
1172
+ * @see https://tailwindcss.com/docs/text-indent
1173
+ */
1174
+ indent: [{
1175
+ indent: d()
1176
+ }],
1177
+ /**
1178
+ * Vertical Alignment
1179
+ * @see https://tailwindcss.com/docs/vertical-align
1180
+ */
1181
+ "vertical-align": [{
1182
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
1183
+ }],
1184
+ /**
1185
+ * Whitespace
1186
+ * @see https://tailwindcss.com/docs/whitespace
1187
+ */
1188
+ whitespace: [{
1189
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1190
+ }],
1191
+ /**
1192
+ * Word Break
1193
+ * @see https://tailwindcss.com/docs/word-break
1194
+ */
1195
+ break: [{
1196
+ break: ["normal", "words", "all", "keep"]
1197
+ }],
1198
+ /**
1199
+ * Overflow Wrap
1200
+ * @see https://tailwindcss.com/docs/overflow-wrap
1201
+ */
1202
+ wrap: [{
1203
+ wrap: ["break-word", "anywhere", "normal"]
1204
+ }],
1205
+ /**
1206
+ * Hyphens
1207
+ * @see https://tailwindcss.com/docs/hyphens
1208
+ */
1209
+ hyphens: [{
1210
+ hyphens: ["none", "manual", "auto"]
1211
+ }],
1212
+ /**
1213
+ * Content
1214
+ * @see https://tailwindcss.com/docs/content
1215
+ */
1216
+ content: [{
1217
+ content: ["none", n, s]
1218
+ }],
1219
+ // -------------------
1220
+ // --- Backgrounds ---
1221
+ // -------------------
1222
+ /**
1223
+ * Background Attachment
1224
+ * @see https://tailwindcss.com/docs/background-attachment
1225
+ */
1226
+ "bg-attachment": [{
1227
+ bg: ["fixed", "local", "scroll"]
1228
+ }],
1229
+ /**
1230
+ * Background Clip
1231
+ * @see https://tailwindcss.com/docs/background-clip
1232
+ */
1233
+ "bg-clip": [{
1234
+ "bg-clip": ["border", "padding", "content", "text"]
1235
+ }],
1236
+ /**
1237
+ * Background Origin
1238
+ * @see https://tailwindcss.com/docs/background-origin
1239
+ */
1240
+ "bg-origin": [{
1241
+ "bg-origin": ["border", "padding", "content"]
1242
+ }],
1243
+ /**
1244
+ * Background Position
1245
+ * @see https://tailwindcss.com/docs/background-position
1246
+ */
1247
+ "bg-position": [{
1248
+ bg: pe()
1249
+ }],
1250
+ /**
1251
+ * Background Repeat
1252
+ * @see https://tailwindcss.com/docs/background-repeat
1253
+ */
1254
+ "bg-repeat": [{
1255
+ bg: ue()
1256
+ }],
1257
+ /**
1258
+ * Background Size
1259
+ * @see https://tailwindcss.com/docs/background-size
1260
+ */
1261
+ "bg-size": [{
1262
+ bg: fe()
1263
+ }],
1264
+ /**
1265
+ * Background Image
1266
+ * @see https://tailwindcss.com/docs/background-image
1267
+ */
1268
+ "bg-image": [{
1269
+ bg: ["none", {
1270
+ linear: [{
1271
+ to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1272
+ }, G, n, s],
1273
+ radial: ["", n, s],
1274
+ conic: [G, n, s]
1275
+ }, lo, no]
1276
+ }],
1277
+ /**
1278
+ * Background Color
1279
+ * @see https://tailwindcss.com/docs/background-color
1280
+ */
1281
+ "bg-color": [{
1282
+ bg: a()
1283
+ }],
1284
+ /**
1285
+ * Gradient Color Stops From Position
1286
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1287
+ */
1288
+ "gradient-from-pos": [{
1289
+ from: oe()
1290
+ }],
1291
+ /**
1292
+ * Gradient Color Stops Via Position
1293
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1294
+ */
1295
+ "gradient-via-pos": [{
1296
+ via: oe()
1297
+ }],
1298
+ /**
1299
+ * Gradient Color Stops To Position
1300
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1301
+ */
1302
+ "gradient-to-pos": [{
1303
+ to: oe()
1304
+ }],
1305
+ /**
1306
+ * Gradient Color Stops From
1307
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1308
+ */
1309
+ "gradient-from": [{
1310
+ from: a()
1311
+ }],
1312
+ /**
1313
+ * Gradient Color Stops Via
1314
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1315
+ */
1316
+ "gradient-via": [{
1317
+ via: a()
1318
+ }],
1319
+ /**
1320
+ * Gradient Color Stops To
1321
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1322
+ */
1323
+ "gradient-to": [{
1324
+ to: a()
1325
+ }],
1326
+ // ---------------
1327
+ // --- Borders ---
1328
+ // ---------------
1329
+ /**
1330
+ * Border Radius
1331
+ * @see https://tailwindcss.com/docs/border-radius
1332
+ */
1333
+ rounded: [{
1334
+ rounded: w()
1335
+ }],
1336
+ /**
1337
+ * Border Radius Start
1338
+ * @see https://tailwindcss.com/docs/border-radius
1339
+ */
1340
+ "rounded-s": [{
1341
+ "rounded-s": w()
1342
+ }],
1343
+ /**
1344
+ * Border Radius End
1345
+ * @see https://tailwindcss.com/docs/border-radius
1346
+ */
1347
+ "rounded-e": [{
1348
+ "rounded-e": w()
1349
+ }],
1350
+ /**
1351
+ * Border Radius Top
1352
+ * @see https://tailwindcss.com/docs/border-radius
1353
+ */
1354
+ "rounded-t": [{
1355
+ "rounded-t": w()
1356
+ }],
1357
+ /**
1358
+ * Border Radius Right
1359
+ * @see https://tailwindcss.com/docs/border-radius
1360
+ */
1361
+ "rounded-r": [{
1362
+ "rounded-r": w()
1363
+ }],
1364
+ /**
1365
+ * Border Radius Bottom
1366
+ * @see https://tailwindcss.com/docs/border-radius
1367
+ */
1368
+ "rounded-b": [{
1369
+ "rounded-b": w()
1370
+ }],
1371
+ /**
1372
+ * Border Radius Left
1373
+ * @see https://tailwindcss.com/docs/border-radius
1374
+ */
1375
+ "rounded-l": [{
1376
+ "rounded-l": w()
1377
+ }],
1378
+ /**
1379
+ * Border Radius Start Start
1380
+ * @see https://tailwindcss.com/docs/border-radius
1381
+ */
1382
+ "rounded-ss": [{
1383
+ "rounded-ss": w()
1384
+ }],
1385
+ /**
1386
+ * Border Radius Start End
1387
+ * @see https://tailwindcss.com/docs/border-radius
1388
+ */
1389
+ "rounded-se": [{
1390
+ "rounded-se": w()
1391
+ }],
1392
+ /**
1393
+ * Border Radius End End
1394
+ * @see https://tailwindcss.com/docs/border-radius
1395
+ */
1396
+ "rounded-ee": [{
1397
+ "rounded-ee": w()
1398
+ }],
1399
+ /**
1400
+ * Border Radius End Start
1401
+ * @see https://tailwindcss.com/docs/border-radius
1402
+ */
1403
+ "rounded-es": [{
1404
+ "rounded-es": w()
1405
+ }],
1406
+ /**
1407
+ * Border Radius Top Left
1408
+ * @see https://tailwindcss.com/docs/border-radius
1409
+ */
1410
+ "rounded-tl": [{
1411
+ "rounded-tl": w()
1412
+ }],
1413
+ /**
1414
+ * Border Radius Top Right
1415
+ * @see https://tailwindcss.com/docs/border-radius
1416
+ */
1417
+ "rounded-tr": [{
1418
+ "rounded-tr": w()
1419
+ }],
1420
+ /**
1421
+ * Border Radius Bottom Right
1422
+ * @see https://tailwindcss.com/docs/border-radius
1423
+ */
1424
+ "rounded-br": [{
1425
+ "rounded-br": w()
1426
+ }],
1427
+ /**
1428
+ * Border Radius Bottom Left
1429
+ * @see https://tailwindcss.com/docs/border-radius
1430
+ */
1431
+ "rounded-bl": [{
1432
+ "rounded-bl": w()
1433
+ }],
1434
+ /**
1435
+ * Border Width
1436
+ * @see https://tailwindcss.com/docs/border-width
1437
+ */
1438
+ "border-w": [{
1439
+ border: x()
1440
+ }],
1441
+ /**
1442
+ * Border Width X
1443
+ * @see https://tailwindcss.com/docs/border-width
1444
+ */
1445
+ "border-w-x": [{
1446
+ "border-x": x()
1447
+ }],
1448
+ /**
1449
+ * Border Width Y
1450
+ * @see https://tailwindcss.com/docs/border-width
1451
+ */
1452
+ "border-w-y": [{
1453
+ "border-y": x()
1454
+ }],
1455
+ /**
1456
+ * Border Width Start
1457
+ * @see https://tailwindcss.com/docs/border-width
1458
+ */
1459
+ "border-w-s": [{
1460
+ "border-s": x()
1461
+ }],
1462
+ /**
1463
+ * Border Width End
1464
+ * @see https://tailwindcss.com/docs/border-width
1465
+ */
1466
+ "border-w-e": [{
1467
+ "border-e": x()
1468
+ }],
1469
+ /**
1470
+ * Border Width Top
1471
+ * @see https://tailwindcss.com/docs/border-width
1472
+ */
1473
+ "border-w-t": [{
1474
+ "border-t": x()
1475
+ }],
1476
+ /**
1477
+ * Border Width Right
1478
+ * @see https://tailwindcss.com/docs/border-width
1479
+ */
1480
+ "border-w-r": [{
1481
+ "border-r": x()
1482
+ }],
1483
+ /**
1484
+ * Border Width Bottom
1485
+ * @see https://tailwindcss.com/docs/border-width
1486
+ */
1487
+ "border-w-b": [{
1488
+ "border-b": x()
1489
+ }],
1490
+ /**
1491
+ * Border Width Left
1492
+ * @see https://tailwindcss.com/docs/border-width
1493
+ */
1494
+ "border-w-l": [{
1495
+ "border-l": x()
1496
+ }],
1497
+ /**
1498
+ * Divide Width X
1499
+ * @see https://tailwindcss.com/docs/border-width#between-children
1500
+ */
1501
+ "divide-x": [{
1502
+ "divide-x": x()
1503
+ }],
1504
+ /**
1505
+ * Divide Width X Reverse
1506
+ * @see https://tailwindcss.com/docs/border-width#between-children
1507
+ */
1508
+ "divide-x-reverse": ["divide-x-reverse"],
1509
+ /**
1510
+ * Divide Width Y
1511
+ * @see https://tailwindcss.com/docs/border-width#between-children
1512
+ */
1513
+ "divide-y": [{
1514
+ "divide-y": x()
1515
+ }],
1516
+ /**
1517
+ * Divide Width Y Reverse
1518
+ * @see https://tailwindcss.com/docs/border-width#between-children
1519
+ */
1520
+ "divide-y-reverse": ["divide-y-reverse"],
1521
+ /**
1522
+ * Border Style
1523
+ * @see https://tailwindcss.com/docs/border-style
1524
+ */
1525
+ "border-style": [{
1526
+ border: [...H(), "hidden", "none"]
1527
+ }],
1528
+ /**
1529
+ * Divide Style
1530
+ * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1531
+ */
1532
+ "divide-style": [{
1533
+ divide: [...H(), "hidden", "none"]
1534
+ }],
1535
+ /**
1536
+ * Border Color
1537
+ * @see https://tailwindcss.com/docs/border-color
1538
+ */
1539
+ "border-color": [{
1540
+ border: a()
1541
+ }],
1542
+ /**
1543
+ * Border Color X
1544
+ * @see https://tailwindcss.com/docs/border-color
1545
+ */
1546
+ "border-color-x": [{
1547
+ "border-x": a()
1548
+ }],
1549
+ /**
1550
+ * Border Color Y
1551
+ * @see https://tailwindcss.com/docs/border-color
1552
+ */
1553
+ "border-color-y": [{
1554
+ "border-y": a()
1555
+ }],
1556
+ /**
1557
+ * Border Color S
1558
+ * @see https://tailwindcss.com/docs/border-color
1559
+ */
1560
+ "border-color-s": [{
1561
+ "border-s": a()
1562
+ }],
1563
+ /**
1564
+ * Border Color E
1565
+ * @see https://tailwindcss.com/docs/border-color
1566
+ */
1567
+ "border-color-e": [{
1568
+ "border-e": a()
1569
+ }],
1570
+ /**
1571
+ * Border Color Top
1572
+ * @see https://tailwindcss.com/docs/border-color
1573
+ */
1574
+ "border-color-t": [{
1575
+ "border-t": a()
1576
+ }],
1577
+ /**
1578
+ * Border Color Right
1579
+ * @see https://tailwindcss.com/docs/border-color
1580
+ */
1581
+ "border-color-r": [{
1582
+ "border-r": a()
1583
+ }],
1584
+ /**
1585
+ * Border Color Bottom
1586
+ * @see https://tailwindcss.com/docs/border-color
1587
+ */
1588
+ "border-color-b": [{
1589
+ "border-b": a()
1590
+ }],
1591
+ /**
1592
+ * Border Color Left
1593
+ * @see https://tailwindcss.com/docs/border-color
1594
+ */
1595
+ "border-color-l": [{
1596
+ "border-l": a()
1597
+ }],
1598
+ /**
1599
+ * Divide Color
1600
+ * @see https://tailwindcss.com/docs/divide-color
1601
+ */
1602
+ "divide-color": [{
1603
+ divide: a()
1604
+ }],
1605
+ /**
1606
+ * Outline Style
1607
+ * @see https://tailwindcss.com/docs/outline-style
1608
+ */
1609
+ "outline-style": [{
1610
+ outline: [...H(), "none", "hidden"]
1611
+ }],
1612
+ /**
1613
+ * Outline Offset
1614
+ * @see https://tailwindcss.com/docs/outline-offset
1615
+ */
1616
+ "outline-offset": [{
1617
+ "outline-offset": [m, n, s]
1618
+ }],
1619
+ /**
1620
+ * Outline Width
1621
+ * @see https://tailwindcss.com/docs/outline-width
1622
+ */
1623
+ "outline-w": [{
1624
+ outline: ["", m, j, I]
1625
+ }],
1626
+ /**
1627
+ * Outline Color
1628
+ * @see https://tailwindcss.com/docs/outline-color
1629
+ */
1630
+ "outline-color": [{
1631
+ outline: a()
1632
+ }],
1633
+ // ---------------
1634
+ // --- Effects ---
1635
+ // ---------------
1636
+ /**
1637
+ * Box Shadow
1638
+ * @see https://tailwindcss.com/docs/box-shadow
1639
+ */
1640
+ shadow: [{
1641
+ shadow: [
1642
+ // Deprecated since Tailwind CSS v4.0.0
1643
+ "",
1644
+ "none",
1645
+ h,
1646
+ Q,
1647
+ K
1648
+ ]
1649
+ }],
1650
+ /**
1651
+ * Box Shadow Color
1652
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1653
+ */
1654
+ "shadow-color": [{
1655
+ shadow: a()
1656
+ }],
1657
+ /**
1658
+ * Inset Box Shadow
1659
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1660
+ */
1661
+ "inset-shadow": [{
1662
+ "inset-shadow": ["none", S, Q, K]
1663
+ }],
1664
+ /**
1665
+ * Inset Box Shadow Color
1666
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1667
+ */
1668
+ "inset-shadow-color": [{
1669
+ "inset-shadow": a()
1670
+ }],
1671
+ /**
1672
+ * Ring Width
1673
+ * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1674
+ */
1675
+ "ring-w": [{
1676
+ ring: x()
1677
+ }],
1678
+ /**
1679
+ * Ring Width Inset
1680
+ * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
1681
+ * @deprecated since Tailwind CSS v4.0.0
1682
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1683
+ */
1684
+ "ring-w-inset": ["ring-inset"],
1685
+ /**
1686
+ * Ring Color
1687
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1688
+ */
1689
+ "ring-color": [{
1690
+ ring: a()
1691
+ }],
1692
+ /**
1693
+ * Ring Offset Width
1694
+ * @see https://v3.tailwindcss.com/docs/ring-offset-width
1695
+ * @deprecated since Tailwind CSS v4.0.0
1696
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1697
+ */
1698
+ "ring-offset-w": [{
1699
+ "ring-offset": [m, I]
1700
+ }],
1701
+ /**
1702
+ * Ring Offset Color
1703
+ * @see https://v3.tailwindcss.com/docs/ring-offset-color
1704
+ * @deprecated since Tailwind CSS v4.0.0
1705
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1706
+ */
1707
+ "ring-offset-color": [{
1708
+ "ring-offset": a()
1709
+ }],
1710
+ /**
1711
+ * Inset Ring Width
1712
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1713
+ */
1714
+ "inset-ring-w": [{
1715
+ "inset-ring": x()
1716
+ }],
1717
+ /**
1718
+ * Inset Ring Color
1719
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1720
+ */
1721
+ "inset-ring-color": [{
1722
+ "inset-ring": a()
1723
+ }],
1724
+ /**
1725
+ * Text Shadow
1726
+ * @see https://tailwindcss.com/docs/text-shadow
1727
+ */
1728
+ "text-shadow": [{
1729
+ "text-shadow": ["none", _, Q, K]
1730
+ }],
1731
+ /**
1732
+ * Text Shadow Color
1733
+ * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1734
+ */
1735
+ "text-shadow-color": [{
1736
+ "text-shadow": a()
1737
+ }],
1738
+ /**
1739
+ * Opacity
1740
+ * @see https://tailwindcss.com/docs/opacity
1741
+ */
1742
+ opacity: [{
1743
+ opacity: [m, n, s]
1744
+ }],
1745
+ /**
1746
+ * Mix Blend Mode
1747
+ * @see https://tailwindcss.com/docs/mix-blend-mode
1748
+ */
1749
+ "mix-blend": [{
1750
+ "mix-blend": [...ge(), "plus-darker", "plus-lighter"]
1751
+ }],
1752
+ /**
1753
+ * Background Blend Mode
1754
+ * @see https://tailwindcss.com/docs/background-blend-mode
1755
+ */
1756
+ "bg-blend": [{
1757
+ "bg-blend": ge()
1758
+ }],
1759
+ /**
1760
+ * Mask Clip
1761
+ * @see https://tailwindcss.com/docs/mask-clip
1762
+ */
1763
+ "mask-clip": [{
1764
+ "mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
1765
+ }, "mask-no-clip"],
1766
+ /**
1767
+ * Mask Composite
1768
+ * @see https://tailwindcss.com/docs/mask-composite
1769
+ */
1770
+ "mask-composite": [{
1771
+ mask: ["add", "subtract", "intersect", "exclude"]
1772
+ }],
1773
+ /**
1774
+ * Mask Image
1775
+ * @see https://tailwindcss.com/docs/mask-image
1776
+ */
1777
+ "mask-image-linear-pos": [{
1778
+ "mask-linear": [m]
1779
+ }],
1780
+ "mask-image-linear-from-pos": [{
1781
+ "mask-linear-from": g()
1782
+ }],
1783
+ "mask-image-linear-to-pos": [{
1784
+ "mask-linear-to": g()
1785
+ }],
1786
+ "mask-image-linear-from-color": [{
1787
+ "mask-linear-from": a()
1788
+ }],
1789
+ "mask-image-linear-to-color": [{
1790
+ "mask-linear-to": a()
1791
+ }],
1792
+ "mask-image-t-from-pos": [{
1793
+ "mask-t-from": g()
1794
+ }],
1795
+ "mask-image-t-to-pos": [{
1796
+ "mask-t-to": g()
1797
+ }],
1798
+ "mask-image-t-from-color": [{
1799
+ "mask-t-from": a()
1800
+ }],
1801
+ "mask-image-t-to-color": [{
1802
+ "mask-t-to": a()
1803
+ }],
1804
+ "mask-image-r-from-pos": [{
1805
+ "mask-r-from": g()
1806
+ }],
1807
+ "mask-image-r-to-pos": [{
1808
+ "mask-r-to": g()
1809
+ }],
1810
+ "mask-image-r-from-color": [{
1811
+ "mask-r-from": a()
1812
+ }],
1813
+ "mask-image-r-to-color": [{
1814
+ "mask-r-to": a()
1815
+ }],
1816
+ "mask-image-b-from-pos": [{
1817
+ "mask-b-from": g()
1818
+ }],
1819
+ "mask-image-b-to-pos": [{
1820
+ "mask-b-to": g()
1821
+ }],
1822
+ "mask-image-b-from-color": [{
1823
+ "mask-b-from": a()
1824
+ }],
1825
+ "mask-image-b-to-color": [{
1826
+ "mask-b-to": a()
1827
+ }],
1828
+ "mask-image-l-from-pos": [{
1829
+ "mask-l-from": g()
1830
+ }],
1831
+ "mask-image-l-to-pos": [{
1832
+ "mask-l-to": g()
1833
+ }],
1834
+ "mask-image-l-from-color": [{
1835
+ "mask-l-from": a()
1836
+ }],
1837
+ "mask-image-l-to-color": [{
1838
+ "mask-l-to": a()
1839
+ }],
1840
+ "mask-image-x-from-pos": [{
1841
+ "mask-x-from": g()
1842
+ }],
1843
+ "mask-image-x-to-pos": [{
1844
+ "mask-x-to": g()
1845
+ }],
1846
+ "mask-image-x-from-color": [{
1847
+ "mask-x-from": a()
1848
+ }],
1849
+ "mask-image-x-to-color": [{
1850
+ "mask-x-to": a()
1851
+ }],
1852
+ "mask-image-y-from-pos": [{
1853
+ "mask-y-from": g()
1854
+ }],
1855
+ "mask-image-y-to-pos": [{
1856
+ "mask-y-to": g()
1857
+ }],
1858
+ "mask-image-y-from-color": [{
1859
+ "mask-y-from": a()
1860
+ }],
1861
+ "mask-image-y-to-color": [{
1862
+ "mask-y-to": a()
1863
+ }],
1864
+ "mask-image-radial": [{
1865
+ "mask-radial": [n, s]
1866
+ }],
1867
+ "mask-image-radial-from-pos": [{
1868
+ "mask-radial-from": g()
1869
+ }],
1870
+ "mask-image-radial-to-pos": [{
1871
+ "mask-radial-to": g()
1872
+ }],
1873
+ "mask-image-radial-from-color": [{
1874
+ "mask-radial-from": a()
1875
+ }],
1876
+ "mask-image-radial-to-color": [{
1877
+ "mask-radial-to": a()
1878
+ }],
1879
+ "mask-image-radial-shape": [{
1880
+ "mask-radial": ["circle", "ellipse"]
1881
+ }],
1882
+ "mask-image-radial-size": [{
1883
+ "mask-radial": [{
1884
+ closest: ["side", "corner"],
1885
+ farthest: ["side", "corner"]
1886
+ }]
1887
+ }],
1888
+ "mask-image-radial-pos": [{
1889
+ "mask-radial-at": T()
1890
+ }],
1891
+ "mask-image-conic-pos": [{
1892
+ "mask-conic": [m]
1893
+ }],
1894
+ "mask-image-conic-from-pos": [{
1895
+ "mask-conic-from": g()
1896
+ }],
1897
+ "mask-image-conic-to-pos": [{
1898
+ "mask-conic-to": g()
1899
+ }],
1900
+ "mask-image-conic-from-color": [{
1901
+ "mask-conic-from": a()
1902
+ }],
1903
+ "mask-image-conic-to-color": [{
1904
+ "mask-conic-to": a()
1905
+ }],
1906
+ /**
1907
+ * Mask Mode
1908
+ * @see https://tailwindcss.com/docs/mask-mode
1909
+ */
1910
+ "mask-mode": [{
1911
+ mask: ["alpha", "luminance", "match"]
1912
+ }],
1913
+ /**
1914
+ * Mask Origin
1915
+ * @see https://tailwindcss.com/docs/mask-origin
1916
+ */
1917
+ "mask-origin": [{
1918
+ "mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
1919
+ }],
1920
+ /**
1921
+ * Mask Position
1922
+ * @see https://tailwindcss.com/docs/mask-position
1923
+ */
1924
+ "mask-position": [{
1925
+ mask: pe()
1926
+ }],
1927
+ /**
1928
+ * Mask Repeat
1929
+ * @see https://tailwindcss.com/docs/mask-repeat
1930
+ */
1931
+ "mask-repeat": [{
1932
+ mask: ue()
1933
+ }],
1934
+ /**
1935
+ * Mask Size
1936
+ * @see https://tailwindcss.com/docs/mask-size
1937
+ */
1938
+ "mask-size": [{
1939
+ mask: fe()
1940
+ }],
1941
+ /**
1942
+ * Mask Type
1943
+ * @see https://tailwindcss.com/docs/mask-type
1944
+ */
1945
+ "mask-type": [{
1946
+ "mask-type": ["alpha", "luminance"]
1947
+ }],
1948
+ /**
1949
+ * Mask Image
1950
+ * @see https://tailwindcss.com/docs/mask-image
1951
+ */
1952
+ "mask-image": [{
1953
+ mask: ["none", n, s]
1954
+ }],
1955
+ // ---------------
1956
+ // --- Filters ---
1957
+ // ---------------
1958
+ /**
1959
+ * Filter
1960
+ * @see https://tailwindcss.com/docs/filter
1961
+ */
1962
+ filter: [{
1963
+ filter: [
1964
+ // Deprecated since Tailwind CSS v3.0.0
1965
+ "",
1966
+ "none",
1967
+ n,
1968
+ s
1969
+ ]
1970
+ }],
1971
+ /**
1972
+ * Blur
1973
+ * @see https://tailwindcss.com/docs/blur
1974
+ */
1975
+ blur: [{
1976
+ blur: be()
1977
+ }],
1978
+ /**
1979
+ * Brightness
1980
+ * @see https://tailwindcss.com/docs/brightness
1981
+ */
1982
+ brightness: [{
1983
+ brightness: [m, n, s]
1984
+ }],
1985
+ /**
1986
+ * Contrast
1987
+ * @see https://tailwindcss.com/docs/contrast
1988
+ */
1989
+ contrast: [{
1990
+ contrast: [m, n, s]
1991
+ }],
1992
+ /**
1993
+ * Drop Shadow
1994
+ * @see https://tailwindcss.com/docs/drop-shadow
1995
+ */
1996
+ "drop-shadow": [{
1997
+ "drop-shadow": [
1998
+ // Deprecated since Tailwind CSS v4.0.0
1999
+ "",
2000
+ "none",
2001
+ B,
2002
+ Q,
2003
+ K
2004
+ ]
2005
+ }],
2006
+ /**
2007
+ * Drop Shadow Color
2008
+ * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2009
+ */
2010
+ "drop-shadow-color": [{
2011
+ "drop-shadow": a()
2012
+ }],
2013
+ /**
2014
+ * Grayscale
2015
+ * @see https://tailwindcss.com/docs/grayscale
2016
+ */
2017
+ grayscale: [{
2018
+ grayscale: ["", m, n, s]
2019
+ }],
2020
+ /**
2021
+ * Hue Rotate
2022
+ * @see https://tailwindcss.com/docs/hue-rotate
2023
+ */
2024
+ "hue-rotate": [{
2025
+ "hue-rotate": [m, n, s]
2026
+ }],
2027
+ /**
2028
+ * Invert
2029
+ * @see https://tailwindcss.com/docs/invert
2030
+ */
2031
+ invert: [{
2032
+ invert: ["", m, n, s]
2033
+ }],
2034
+ /**
2035
+ * Saturate
2036
+ * @see https://tailwindcss.com/docs/saturate
2037
+ */
2038
+ saturate: [{
2039
+ saturate: [m, n, s]
2040
+ }],
2041
+ /**
2042
+ * Sepia
2043
+ * @see https://tailwindcss.com/docs/sepia
2044
+ */
2045
+ sepia: [{
2046
+ sepia: ["", m, n, s]
2047
+ }],
2048
+ /**
2049
+ * Backdrop Filter
2050
+ * @see https://tailwindcss.com/docs/backdrop-filter
2051
+ */
2052
+ "backdrop-filter": [{
2053
+ "backdrop-filter": [
2054
+ // Deprecated since Tailwind CSS v3.0.0
2055
+ "",
2056
+ "none",
2057
+ n,
2058
+ s
2059
+ ]
2060
+ }],
2061
+ /**
2062
+ * Backdrop Blur
2063
+ * @see https://tailwindcss.com/docs/backdrop-blur
2064
+ */
2065
+ "backdrop-blur": [{
2066
+ "backdrop-blur": be()
2067
+ }],
2068
+ /**
2069
+ * Backdrop Brightness
2070
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2071
+ */
2072
+ "backdrop-brightness": [{
2073
+ "backdrop-brightness": [m, n, s]
2074
+ }],
2075
+ /**
2076
+ * Backdrop Contrast
2077
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2078
+ */
2079
+ "backdrop-contrast": [{
2080
+ "backdrop-contrast": [m, n, s]
2081
+ }],
2082
+ /**
2083
+ * Backdrop Grayscale
2084
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2085
+ */
2086
+ "backdrop-grayscale": [{
2087
+ "backdrop-grayscale": ["", m, n, s]
2088
+ }],
2089
+ /**
2090
+ * Backdrop Hue Rotate
2091
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2092
+ */
2093
+ "backdrop-hue-rotate": [{
2094
+ "backdrop-hue-rotate": [m, n, s]
2095
+ }],
2096
+ /**
2097
+ * Backdrop Invert
2098
+ * @see https://tailwindcss.com/docs/backdrop-invert
2099
+ */
2100
+ "backdrop-invert": [{
2101
+ "backdrop-invert": ["", m, n, s]
2102
+ }],
2103
+ /**
2104
+ * Backdrop Opacity
2105
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2106
+ */
2107
+ "backdrop-opacity": [{
2108
+ "backdrop-opacity": [m, n, s]
2109
+ }],
2110
+ /**
2111
+ * Backdrop Saturate
2112
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2113
+ */
2114
+ "backdrop-saturate": [{
2115
+ "backdrop-saturate": [m, n, s]
2116
+ }],
2117
+ /**
2118
+ * Backdrop Sepia
2119
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2120
+ */
2121
+ "backdrop-sepia": [{
2122
+ "backdrop-sepia": ["", m, n, s]
2123
+ }],
2124
+ // --------------
2125
+ // --- Tables ---
2126
+ // --------------
2127
+ /**
2128
+ * Border Collapse
2129
+ * @see https://tailwindcss.com/docs/border-collapse
2130
+ */
2131
+ "border-collapse": [{
2132
+ border: ["collapse", "separate"]
2133
+ }],
2134
+ /**
2135
+ * Border Spacing
2136
+ * @see https://tailwindcss.com/docs/border-spacing
2137
+ */
2138
+ "border-spacing": [{
2139
+ "border-spacing": d()
2140
+ }],
2141
+ /**
2142
+ * Border Spacing X
2143
+ * @see https://tailwindcss.com/docs/border-spacing
2144
+ */
2145
+ "border-spacing-x": [{
2146
+ "border-spacing-x": d()
2147
+ }],
2148
+ /**
2149
+ * Border Spacing Y
2150
+ * @see https://tailwindcss.com/docs/border-spacing
2151
+ */
2152
+ "border-spacing-y": [{
2153
+ "border-spacing-y": d()
2154
+ }],
2155
+ /**
2156
+ * Table Layout
2157
+ * @see https://tailwindcss.com/docs/table-layout
2158
+ */
2159
+ "table-layout": [{
2160
+ table: ["auto", "fixed"]
2161
+ }],
2162
+ /**
2163
+ * Caption Side
2164
+ * @see https://tailwindcss.com/docs/caption-side
2165
+ */
2166
+ caption: [{
2167
+ caption: ["top", "bottom"]
2168
+ }],
2169
+ // ---------------------------------
2170
+ // --- Transitions and Animation ---
2171
+ // ---------------------------------
2172
+ /**
2173
+ * Transition Property
2174
+ * @see https://tailwindcss.com/docs/transition-property
2175
+ */
2176
+ transition: [{
2177
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
2178
+ }],
2179
+ /**
2180
+ * Transition Behavior
2181
+ * @see https://tailwindcss.com/docs/transition-behavior
2182
+ */
2183
+ "transition-behavior": [{
2184
+ transition: ["normal", "discrete"]
2185
+ }],
2186
+ /**
2187
+ * Transition Duration
2188
+ * @see https://tailwindcss.com/docs/transition-duration
2189
+ */
2190
+ duration: [{
2191
+ duration: [m, "initial", n, s]
2192
+ }],
2193
+ /**
2194
+ * Transition Timing Function
2195
+ * @see https://tailwindcss.com/docs/transition-timing-function
2196
+ */
2197
+ ease: [{
2198
+ ease: ["linear", "initial", C, n, s]
2199
+ }],
2200
+ /**
2201
+ * Transition Delay
2202
+ * @see https://tailwindcss.com/docs/transition-delay
2203
+ */
2204
+ delay: [{
2205
+ delay: [m, n, s]
2206
+ }],
2207
+ /**
2208
+ * Animation
2209
+ * @see https://tailwindcss.com/docs/animation
2210
+ */
2211
+ animate: [{
2212
+ animate: ["none", U, n, s]
2213
+ }],
2214
+ // ------------------
2215
+ // --- Transforms ---
2216
+ // ------------------
2217
+ /**
2218
+ * Backface Visibility
2219
+ * @see https://tailwindcss.com/docs/backface-visibility
2220
+ */
2221
+ backface: [{
2222
+ backface: ["hidden", "visible"]
2223
+ }],
2224
+ /**
2225
+ * Perspective
2226
+ * @see https://tailwindcss.com/docs/perspective
2227
+ */
2228
+ perspective: [{
2229
+ perspective: [y, n, s]
2230
+ }],
2231
+ /**
2232
+ * Perspective Origin
2233
+ * @see https://tailwindcss.com/docs/perspective-origin
2234
+ */
2235
+ "perspective-origin": [{
2236
+ "perspective-origin": E()
2237
+ }],
2238
+ /**
2239
+ * Rotate
2240
+ * @see https://tailwindcss.com/docs/rotate
2241
+ */
2242
+ rotate: [{
2243
+ rotate: J()
2244
+ }],
2245
+ /**
2246
+ * Rotate X
2247
+ * @see https://tailwindcss.com/docs/rotate
2248
+ */
2249
+ "rotate-x": [{
2250
+ "rotate-x": J()
2251
+ }],
2252
+ /**
2253
+ * Rotate Y
2254
+ * @see https://tailwindcss.com/docs/rotate
2255
+ */
2256
+ "rotate-y": [{
2257
+ "rotate-y": J()
2258
+ }],
2259
+ /**
2260
+ * Rotate Z
2261
+ * @see https://tailwindcss.com/docs/rotate
2262
+ */
2263
+ "rotate-z": [{
2264
+ "rotate-z": J()
2265
+ }],
2266
+ /**
2267
+ * Scale
2268
+ * @see https://tailwindcss.com/docs/scale
2269
+ */
2270
+ scale: [{
2271
+ scale: X()
2272
+ }],
2273
+ /**
2274
+ * Scale X
2275
+ * @see https://tailwindcss.com/docs/scale
2276
+ */
2277
+ "scale-x": [{
2278
+ "scale-x": X()
2279
+ }],
2280
+ /**
2281
+ * Scale Y
2282
+ * @see https://tailwindcss.com/docs/scale
2283
+ */
2284
+ "scale-y": [{
2285
+ "scale-y": X()
2286
+ }],
2287
+ /**
2288
+ * Scale Z
2289
+ * @see https://tailwindcss.com/docs/scale
2290
+ */
2291
+ "scale-z": [{
2292
+ "scale-z": X()
2293
+ }],
2294
+ /**
2295
+ * Scale 3D
2296
+ * @see https://tailwindcss.com/docs/scale
2297
+ */
2298
+ "scale-3d": ["scale-3d"],
2299
+ /**
2300
+ * Skew
2301
+ * @see https://tailwindcss.com/docs/skew
2302
+ */
2303
+ skew: [{
2304
+ skew: re()
2305
+ }],
2306
+ /**
2307
+ * Skew X
2308
+ * @see https://tailwindcss.com/docs/skew
2309
+ */
2310
+ "skew-x": [{
2311
+ "skew-x": re()
2312
+ }],
2313
+ /**
2314
+ * Skew Y
2315
+ * @see https://tailwindcss.com/docs/skew
2316
+ */
2317
+ "skew-y": [{
2318
+ "skew-y": re()
2319
+ }],
2320
+ /**
2321
+ * Transform
2322
+ * @see https://tailwindcss.com/docs/transform
2323
+ */
2324
+ transform: [{
2325
+ transform: [n, s, "", "none", "gpu", "cpu"]
2326
+ }],
2327
+ /**
2328
+ * Transform Origin
2329
+ * @see https://tailwindcss.com/docs/transform-origin
2330
+ */
2331
+ "transform-origin": [{
2332
+ origin: E()
2333
+ }],
2334
+ /**
2335
+ * Transform Style
2336
+ * @see https://tailwindcss.com/docs/transform-style
2337
+ */
2338
+ "transform-style": [{
2339
+ transform: ["3d", "flat"]
2340
+ }],
2341
+ /**
2342
+ * Translate
2343
+ * @see https://tailwindcss.com/docs/translate
2344
+ */
2345
+ translate: [{
2346
+ translate: D()
2347
+ }],
2348
+ /**
2349
+ * Translate X
2350
+ * @see https://tailwindcss.com/docs/translate
2351
+ */
2352
+ "translate-x": [{
2353
+ "translate-x": D()
2354
+ }],
2355
+ /**
2356
+ * Translate Y
2357
+ * @see https://tailwindcss.com/docs/translate
2358
+ */
2359
+ "translate-y": [{
2360
+ "translate-y": D()
2361
+ }],
2362
+ /**
2363
+ * Translate Z
2364
+ * @see https://tailwindcss.com/docs/translate
2365
+ */
2366
+ "translate-z": [{
2367
+ "translate-z": D()
2368
+ }],
2369
+ /**
2370
+ * Translate None
2371
+ * @see https://tailwindcss.com/docs/translate
2372
+ */
2373
+ "translate-none": ["translate-none"],
2374
+ // ---------------------
2375
+ // --- Interactivity ---
2376
+ // ---------------------
2377
+ /**
2378
+ * Accent Color
2379
+ * @see https://tailwindcss.com/docs/accent-color
2380
+ */
2381
+ accent: [{
2382
+ accent: a()
2383
+ }],
2384
+ /**
2385
+ * Appearance
2386
+ * @see https://tailwindcss.com/docs/appearance
2387
+ */
2388
+ appearance: [{
2389
+ appearance: ["none", "auto"]
2390
+ }],
2391
+ /**
2392
+ * Caret Color
2393
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2394
+ */
2395
+ "caret-color": [{
2396
+ caret: a()
2397
+ }],
2398
+ /**
2399
+ * Color Scheme
2400
+ * @see https://tailwindcss.com/docs/color-scheme
2401
+ */
2402
+ "color-scheme": [{
2403
+ scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
2404
+ }],
2405
+ /**
2406
+ * Cursor
2407
+ * @see https://tailwindcss.com/docs/cursor
2408
+ */
2409
+ cursor: [{
2410
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", n, s]
2411
+ }],
2412
+ /**
2413
+ * Field Sizing
2414
+ * @see https://tailwindcss.com/docs/field-sizing
2415
+ */
2416
+ "field-sizing": [{
2417
+ "field-sizing": ["fixed", "content"]
2418
+ }],
2419
+ /**
2420
+ * Pointer Events
2421
+ * @see https://tailwindcss.com/docs/pointer-events
2422
+ */
2423
+ "pointer-events": [{
2424
+ "pointer-events": ["auto", "none"]
2425
+ }],
2426
+ /**
2427
+ * Resize
2428
+ * @see https://tailwindcss.com/docs/resize
2429
+ */
2430
+ resize: [{
2431
+ resize: ["none", "", "y", "x"]
2432
+ }],
2433
+ /**
2434
+ * Scroll Behavior
2435
+ * @see https://tailwindcss.com/docs/scroll-behavior
2436
+ */
2437
+ "scroll-behavior": [{
2438
+ scroll: ["auto", "smooth"]
2439
+ }],
2440
+ /**
2441
+ * Scroll Margin
2442
+ * @see https://tailwindcss.com/docs/scroll-margin
2443
+ */
2444
+ "scroll-m": [{
2445
+ "scroll-m": d()
2446
+ }],
2447
+ /**
2448
+ * Scroll Margin X
2449
+ * @see https://tailwindcss.com/docs/scroll-margin
2450
+ */
2451
+ "scroll-mx": [{
2452
+ "scroll-mx": d()
2453
+ }],
2454
+ /**
2455
+ * Scroll Margin Y
2456
+ * @see https://tailwindcss.com/docs/scroll-margin
2457
+ */
2458
+ "scroll-my": [{
2459
+ "scroll-my": d()
2460
+ }],
2461
+ /**
2462
+ * Scroll Margin Start
2463
+ * @see https://tailwindcss.com/docs/scroll-margin
2464
+ */
2465
+ "scroll-ms": [{
2466
+ "scroll-ms": d()
2467
+ }],
2468
+ /**
2469
+ * Scroll Margin End
2470
+ * @see https://tailwindcss.com/docs/scroll-margin
2471
+ */
2472
+ "scroll-me": [{
2473
+ "scroll-me": d()
2474
+ }],
2475
+ /**
2476
+ * Scroll Margin Top
2477
+ * @see https://tailwindcss.com/docs/scroll-margin
2478
+ */
2479
+ "scroll-mt": [{
2480
+ "scroll-mt": d()
2481
+ }],
2482
+ /**
2483
+ * Scroll Margin Right
2484
+ * @see https://tailwindcss.com/docs/scroll-margin
2485
+ */
2486
+ "scroll-mr": [{
2487
+ "scroll-mr": d()
2488
+ }],
2489
+ /**
2490
+ * Scroll Margin Bottom
2491
+ * @see https://tailwindcss.com/docs/scroll-margin
2492
+ */
2493
+ "scroll-mb": [{
2494
+ "scroll-mb": d()
2495
+ }],
2496
+ /**
2497
+ * Scroll Margin Left
2498
+ * @see https://tailwindcss.com/docs/scroll-margin
2499
+ */
2500
+ "scroll-ml": [{
2501
+ "scroll-ml": d()
2502
+ }],
2503
+ /**
2504
+ * Scroll Padding
2505
+ * @see https://tailwindcss.com/docs/scroll-padding
2506
+ */
2507
+ "scroll-p": [{
2508
+ "scroll-p": d()
2509
+ }],
2510
+ /**
2511
+ * Scroll Padding X
2512
+ * @see https://tailwindcss.com/docs/scroll-padding
2513
+ */
2514
+ "scroll-px": [{
2515
+ "scroll-px": d()
2516
+ }],
2517
+ /**
2518
+ * Scroll Padding Y
2519
+ * @see https://tailwindcss.com/docs/scroll-padding
2520
+ */
2521
+ "scroll-py": [{
2522
+ "scroll-py": d()
2523
+ }],
2524
+ /**
2525
+ * Scroll Padding Start
2526
+ * @see https://tailwindcss.com/docs/scroll-padding
2527
+ */
2528
+ "scroll-ps": [{
2529
+ "scroll-ps": d()
2530
+ }],
2531
+ /**
2532
+ * Scroll Padding End
2533
+ * @see https://tailwindcss.com/docs/scroll-padding
2534
+ */
2535
+ "scroll-pe": [{
2536
+ "scroll-pe": d()
2537
+ }],
2538
+ /**
2539
+ * Scroll Padding Top
2540
+ * @see https://tailwindcss.com/docs/scroll-padding
2541
+ */
2542
+ "scroll-pt": [{
2543
+ "scroll-pt": d()
2544
+ }],
2545
+ /**
2546
+ * Scroll Padding Right
2547
+ * @see https://tailwindcss.com/docs/scroll-padding
2548
+ */
2549
+ "scroll-pr": [{
2550
+ "scroll-pr": d()
2551
+ }],
2552
+ /**
2553
+ * Scroll Padding Bottom
2554
+ * @see https://tailwindcss.com/docs/scroll-padding
2555
+ */
2556
+ "scroll-pb": [{
2557
+ "scroll-pb": d()
2558
+ }],
2559
+ /**
2560
+ * Scroll Padding Left
2561
+ * @see https://tailwindcss.com/docs/scroll-padding
2562
+ */
2563
+ "scroll-pl": [{
2564
+ "scroll-pl": d()
2565
+ }],
2566
+ /**
2567
+ * Scroll Snap Align
2568
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2569
+ */
2570
+ "snap-align": [{
2571
+ snap: ["start", "end", "center", "align-none"]
2572
+ }],
2573
+ /**
2574
+ * Scroll Snap Stop
2575
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2576
+ */
2577
+ "snap-stop": [{
2578
+ snap: ["normal", "always"]
2579
+ }],
2580
+ /**
2581
+ * Scroll Snap Type
2582
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2583
+ */
2584
+ "snap-type": [{
2585
+ snap: ["none", "x", "y", "both"]
2586
+ }],
2587
+ /**
2588
+ * Scroll Snap Type Strictness
2589
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2590
+ */
2591
+ "snap-strictness": [{
2592
+ snap: ["mandatory", "proximity"]
2593
+ }],
2594
+ /**
2595
+ * Touch Action
2596
+ * @see https://tailwindcss.com/docs/touch-action
2597
+ */
2598
+ touch: [{
2599
+ touch: ["auto", "none", "manipulation"]
2600
+ }],
2601
+ /**
2602
+ * Touch Action X
2603
+ * @see https://tailwindcss.com/docs/touch-action
2604
+ */
2605
+ "touch-x": [{
2606
+ "touch-pan": ["x", "left", "right"]
2607
+ }],
2608
+ /**
2609
+ * Touch Action Y
2610
+ * @see https://tailwindcss.com/docs/touch-action
2611
+ */
2612
+ "touch-y": [{
2613
+ "touch-pan": ["y", "up", "down"]
2614
+ }],
2615
+ /**
2616
+ * Touch Action Pinch Zoom
2617
+ * @see https://tailwindcss.com/docs/touch-action
2618
+ */
2619
+ "touch-pz": ["touch-pinch-zoom"],
2620
+ /**
2621
+ * User Select
2622
+ * @see https://tailwindcss.com/docs/user-select
2623
+ */
2624
+ select: [{
2625
+ select: ["none", "text", "all", "auto"]
2626
+ }],
2627
+ /**
2628
+ * Will Change
2629
+ * @see https://tailwindcss.com/docs/will-change
2630
+ */
2631
+ "will-change": [{
2632
+ "will-change": ["auto", "scroll", "contents", "transform", n, s]
2633
+ }],
2634
+ // -----------
2635
+ // --- SVG ---
2636
+ // -----------
2637
+ /**
2638
+ * Fill
2639
+ * @see https://tailwindcss.com/docs/fill
2640
+ */
2641
+ fill: [{
2642
+ fill: ["none", ...a()]
2643
+ }],
2644
+ /**
2645
+ * Stroke Width
2646
+ * @see https://tailwindcss.com/docs/stroke-width
2647
+ */
2648
+ "stroke-w": [{
2649
+ stroke: [m, j, I, se]
2650
+ }],
2651
+ /**
2652
+ * Stroke
2653
+ * @see https://tailwindcss.com/docs/stroke
2654
+ */
2655
+ stroke: [{
2656
+ stroke: ["none", ...a()]
2657
+ }],
2658
+ // ---------------------
2659
+ // --- Accessibility ---
2660
+ // ---------------------
2661
+ /**
2662
+ * Forced Color Adjust
2663
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2664
+ */
2665
+ "forced-color-adjust": [{
2666
+ "forced-color-adjust": ["auto", "none"]
2667
+ }]
2668
+ },
2669
+ conflictingClassGroups: {
2670
+ overflow: ["overflow-x", "overflow-y"],
2671
+ overscroll: ["overscroll-x", "overscroll-y"],
2672
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2673
+ "inset-x": ["right", "left"],
2674
+ "inset-y": ["top", "bottom"],
2675
+ flex: ["basis", "grow", "shrink"],
2676
+ gap: ["gap-x", "gap-y"],
2677
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2678
+ px: ["pr", "pl"],
2679
+ py: ["pt", "pb"],
2680
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2681
+ mx: ["mr", "ml"],
2682
+ my: ["mt", "mb"],
2683
+ size: ["w", "h"],
2684
+ "font-size": ["leading"],
2685
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2686
+ "fvn-ordinal": ["fvn-normal"],
2687
+ "fvn-slashed-zero": ["fvn-normal"],
2688
+ "fvn-figure": ["fvn-normal"],
2689
+ "fvn-spacing": ["fvn-normal"],
2690
+ "fvn-fraction": ["fvn-normal"],
2691
+ "line-clamp": ["display", "overflow"],
2692
+ rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2693
+ "rounded-s": ["rounded-ss", "rounded-es"],
2694
+ "rounded-e": ["rounded-se", "rounded-ee"],
2695
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2696
+ "rounded-r": ["rounded-tr", "rounded-br"],
2697
+ "rounded-b": ["rounded-br", "rounded-bl"],
2698
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2699
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2700
+ "border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2701
+ "border-w-x": ["border-w-r", "border-w-l"],
2702
+ "border-w-y": ["border-w-t", "border-w-b"],
2703
+ "border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2704
+ "border-color-x": ["border-color-r", "border-color-l"],
2705
+ "border-color-y": ["border-color-t", "border-color-b"],
2706
+ translate: ["translate-x", "translate-y", "translate-none"],
2707
+ "translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
2708
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2709
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2710
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2711
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2712
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2713
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2714
+ touch: ["touch-x", "touch-y", "touch-pz"],
2715
+ "touch-x": ["touch"],
2716
+ "touch-y": ["touch"],
2717
+ "touch-pz": ["touch"]
2718
+ },
2719
+ conflictingClassGroupModifiers: {
2720
+ "font-size": ["leading"]
2721
+ },
2722
+ orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2723
+ };
2724
+ }, po = (e, {
2725
+ cacheSize: r,
2726
+ prefix: o,
2727
+ experimentalParseClassName: t,
2728
+ extend: i = {},
2729
+ override: c = {}
2730
+ }) => (O(e, "cacheSize", r), O(e, "prefix", o), O(e, "experimentalParseClassName", t), Y(e.theme, c.theme), Y(e.classGroups, c.classGroups), Y(e.conflictingClassGroups, c.conflictingClassGroups), Y(e.conflictingClassGroupModifiers, c.conflictingClassGroupModifiers), O(e, "orderSensitiveModifiers", c.orderSensitiveModifiers), Z(e.theme, i.theme), Z(e.classGroups, i.classGroups), Z(e.conflictingClassGroups, i.conflictingClassGroups), Z(e.conflictingClassGroupModifiers, i.conflictingClassGroupModifiers), Ee(e, i, "orderSensitiveModifiers"), e), O = (e, r, o) => {
2731
+ o !== void 0 && (e[r] = o);
2732
+ }, Y = (e, r) => {
2733
+ if (r)
2734
+ for (const o in r)
2735
+ O(e, o, r[o]);
2736
+ }, Z = (e, r) => {
2737
+ if (r)
2738
+ for (const o in r)
2739
+ Ee(e, r, o);
2740
+ }, Ee = (e, r, o) => {
2741
+ const t = r[o];
2742
+ t !== void 0 && (e[o] = e[o] ? e[o].concat(t) : t);
2743
+ }, uo = (e, ...r) => typeof e == "function" ? xe(ve, e, ...r) : xe(() => po(ve(), e), ...r);
2744
+ export {
2745
+ xe as createTailwindMerge,
2746
+ uo as extendTailwindMerge,
2747
+ f as fromTheme,
2748
+ ve as getDefaultConfig,
2749
+ po as mergeConfigs,
2750
+ He as twJoin
2751
+ };