@shopify/shop-minis-react 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/README.md +110 -90
  2. package/dist/_virtual/_commonjsHelpers.js +9 -0
  3. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  4. package/dist/_virtual/index.js +8 -0
  5. package/dist/_virtual/index.js.map +1 -0
  6. package/dist/_virtual/index2.js +5 -0
  7. package/dist/_virtual/index2.js.map +1 -0
  8. package/dist/components/ui/alert-dialog.js +141 -0
  9. package/dist/components/ui/alert-dialog.js.map +1 -0
  10. package/dist/components/ui/button.js +50 -0
  11. package/dist/components/ui/button.js.map +1 -0
  12. package/dist/components/ui/card.js +91 -0
  13. package/dist/components/ui/card.js.map +1 -0
  14. package/dist/components/ui/sonner.js +23 -0
  15. package/dist/components/ui/sonner.js.map +1 -0
  16. package/dist/hooks/navigation/useCloseMini.js +12 -0
  17. package/dist/hooks/navigation/useCloseMini.js.map +1 -0
  18. package/dist/hooks/navigation/useShopNavigation.js +20 -0
  19. package/dist/hooks/navigation/useShopNavigation.js.map +1 -0
  20. package/dist/hooks/product/usePopularProducts.js +20 -0
  21. package/dist/hooks/product/usePopularProducts.js.map +1 -0
  22. package/dist/hooks/product/useProductList.js +29 -0
  23. package/dist/hooks/product/useProductList.js.map +1 -0
  24. package/dist/hooks/product/useProductListActions.js +22 -0
  25. package/dist/hooks/product/useProductListActions.js.map +1 -0
  26. package/dist/hooks/product/useProductLists.js +20 -0
  27. package/dist/hooks/product/useProductLists.js.map +1 -0
  28. package/dist/hooks/product/useRecommendedProducts.js +20 -0
  29. package/dist/hooks/product/useRecommendedProducts.js.map +1 -0
  30. package/dist/hooks/shop/useRecommendedShops.js +21 -0
  31. package/dist/hooks/shop/useRecommendedShops.js.map +1 -0
  32. package/dist/hooks/shop/useShopCartActions.js +13 -0
  33. package/dist/hooks/shop/useShopCartActions.js.map +1 -0
  34. package/dist/hooks/storage/useAsyncStorage.js +22 -0
  35. package/dist/hooks/storage/useAsyncStorage.js.map +1 -0
  36. package/dist/hooks/storage/useImageUpload.js +62 -0
  37. package/dist/hooks/storage/useImageUpload.js.map +1 -0
  38. package/dist/hooks/storage/useSecureStorage.js +14 -0
  39. package/dist/hooks/storage/useSecureStorage.js.map +1 -0
  40. package/dist/hooks/user/useBuyerAttributes.js +20 -0
  41. package/dist/hooks/user/useBuyerAttributes.js.map +1 -0
  42. package/dist/hooks/user/useCurrentUser.js +20 -0
  43. package/dist/hooks/user/useCurrentUser.js.map +1 -0
  44. package/dist/hooks/user/useFollowedShopsActions.js +13 -0
  45. package/dist/hooks/user/useFollowedShopsActions.js.map +1 -0
  46. package/dist/hooks/user/useOrders.js +20 -0
  47. package/dist/hooks/user/useOrders.js.map +1 -0
  48. package/dist/hooks/user/useSavedProductsActions.js +13 -0
  49. package/dist/hooks/user/useSavedProductsActions.js.map +1 -0
  50. package/dist/hooks/util/useErrorScreen.js +9 -0
  51. package/dist/hooks/util/useErrorScreen.js.map +1 -0
  52. package/dist/hooks/util/useErrorToast.js +9 -0
  53. package/dist/hooks/util/useErrorToast.js.map +1 -0
  54. package/dist/index.js +78 -0
  55. package/dist/index.js.map +1 -0
  56. package/dist/internal/useHandleAction.js +13 -0
  57. package/dist/internal/useHandleAction.js.map +1 -0
  58. package/dist/internal/useShopActions.js +7 -0
  59. package/dist/internal/useShopActions.js.map +1 -0
  60. package/dist/internal/useShopActionsDataFetching.js +79 -0
  61. package/dist/internal/useShopActionsDataFetching.js.map +1 -0
  62. package/dist/internal/useShopActionsPaginatedDataFetching.js +96 -0
  63. package/dist/internal/useShopActionsPaginatedDataFetching.js.map +1 -0
  64. package/dist/lib/utils.js +9 -0
  65. package/dist/lib/utils.js.map +1 -0
  66. package/dist/node_modules/.pnpm/@radix-ui_primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.js +10 -0
  67. package/dist/node_modules/.pnpm/@radix-ui_primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  68. package/dist/node_modules/.pnpm/@radix-ui_react-alert-dialog@1.1.14_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react_5smkpul3xqqoqjowwwfk226yey/node_modules/@radix-ui/react-alert-dialog/dist/index.js +127 -0
  69. package/dist/node_modules/.pnpm/@radix-ui_react-alert-dialog@1.1.14_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react_5smkpul3xqqoqjowwwfk226yey/node_modules/@radix-ui/react-alert-dialog/dist/index.js.map +1 -0
  70. package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-compose-refs/dist/index.js +30 -0
  71. package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  72. package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-context/dist/index.js +69 -0
  73. package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  74. package/dist/node_modules/.pnpm/@radix-ui_react-dialog@1.1.14_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1._sjczexpvrqz6fttoobpwnns2oa/node_modules/@radix-ui/react-dialog/dist/index.js +259 -0
  75. package/dist/node_modules/.pnpm/@radix-ui_react-dialog@1.1.14_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1._sjczexpvrqz6fttoobpwnns2oa/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  76. package/dist/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.10_@types_react-dom@19.1.6_@types_react@19.1.6__@types__ipor64qsap4jnr6m7nflv4q5v4/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +128 -0
  77. package/dist/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.10_@types_react-dom@19.1.6_@types_react@19.1.6__@types__ipor64qsap4jnr6m7nflv4q5v4/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  78. package/dist/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-focus-guards/dist/index.js +18 -0
  79. package/dist/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  80. package/dist/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.7_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@1_zpdtvgogfsfavk62phevpdv4fu/node_modules/@radix-ui/react-focus-scope/dist/index.js +137 -0
  81. package/dist/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.7_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@1_zpdtvgogfsfavk62phevpdv4fu/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  82. package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-id/dist/index.js +14 -0
  83. package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  84. package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.9_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1.6_sr45arufxpp6hzdn2l7kcrtvqe/node_modules/@radix-ui/react-portal/dist/index.js +16 -0
  85. package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.9_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1.6_sr45arufxpp6hzdn2l7kcrtvqe/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  86. package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.4_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1_5ga5lr7i6zouk7rhd63vbsmjyu/node_modules/@radix-ui/react-presence/dist/index.js +71 -0
  87. package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.4_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1_5ga5lr7i6zouk7rhd63vbsmjyu/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  88. package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.1.3_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19._5iu4xtybujtep4zwi6jviky6tu/node_modules/@radix-ui/react-primitive/dist/index.js +37 -0
  89. package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.1.3_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19._5iu4xtybujtep4zwi6jviky6tu/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  90. package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.3_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.js +59 -0
  91. package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.3_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  92. package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +11 -0
  93. package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  94. package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +53 -0
  95. package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  96. package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +15 -0
  97. package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  98. package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
  99. package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  100. package/dist/node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +53 -0
  101. package/dist/node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  102. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +36 -0
  103. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js.map +1 -0
  104. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +18 -0
  105. package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js.map +1 -0
  106. package/dist/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +8 -0
  107. package/dist/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  108. package/dist/node_modules/.pnpm/next-themes@0.4.6_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next-themes/dist/index.js +34 -0
  109. package/dist/node_modules/.pnpm/next-themes@0.4.6_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next-themes/dist/index.js.map +1 -0
  110. package/dist/node_modules/.pnpm/querystringify@2.2.0/node_modules/querystringify/index.js +44 -0
  111. package/dist/node_modules/.pnpm/querystringify@2.2.0/node_modules/querystringify/index.js.map +1 -0
  112. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/component.js +72 -0
  113. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  114. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +8 -0
  115. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  116. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +26 -0
  117. package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  118. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/Combination.js +12 -0
  119. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  120. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +113 -0
  121. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  122. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/UI.js +32 -0
  123. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  124. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +17 -0
  125. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  126. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +69 -0
  127. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  128. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  129. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  130. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  131. package/dist/node_modules/.pnpm/react-remove-scroll@2.7.1_@types_react@19.1.6_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  132. package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@19.1.6_react@19.1.0/node_modules/react-style-singleton/dist/es2015/component.js +12 -0
  133. package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@19.1.6_react@19.1.0/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  134. package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@19.1.6_react@19.1.0/node_modules/react-style-singleton/dist/es2015/hook.js +16 -0
  135. package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@19.1.6_react@19.1.0/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  136. package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@19.1.6_react@19.1.0/node_modules/react-style-singleton/dist/es2015/singleton.js +31 -0
  137. package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@19.1.6_react@19.1.0/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  138. package/dist/node_modules/.pnpm/requires-port@1.0.0/node_modules/requires-port/index.js +25 -0
  139. package/dist/node_modules/.pnpm/requires-port@1.0.0/node_modules/requires-port/index.js.map +1 -0
  140. package/dist/node_modules/.pnpm/sonner@2.0.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/sonner/dist/index.js +743 -0
  141. package/dist/node_modules/.pnpm/sonner@2.0.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/sonner/dist/index.js.map +1 -0
  142. package/dist/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.js +2265 -0
  143. package/dist/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  144. package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js +28 -0
  145. package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js.map +1 -0
  146. package/dist/node_modules/.pnpm/url-parse@1.5.10/node_modules/url-parse/index.js +133 -0
  147. package/dist/node_modules/.pnpm/url-parse@1.5.10/node_modules/url-parse/index.js.map +1 -0
  148. package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@19.1.6_react@19.1.0/node_modules/use-callback-ref/dist/es2015/assignRef.js +7 -0
  149. package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@19.1.6_react@19.1.0/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  150. package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@19.1.6_react@19.1.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +27 -0
  151. package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@19.1.6_react@19.1.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  152. package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@19.1.6_react@19.1.0/node_modules/use-callback-ref/dist/es2015/useRef.js +26 -0
  153. package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@19.1.6_react@19.1.0/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  154. package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@19.1.6_react@19.1.0/node_modules/use-sidecar/dist/es2015/exports.js +19 -0
  155. package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@19.1.6_react@19.1.0/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  156. package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@19.1.6_react@19.1.0/node_modules/use-sidecar/dist/es2015/medium.js +68 -0
  157. package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@19.1.6_react@19.1.0/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  158. package/dist/types/minisSDK.generated.d.js +18 -0
  159. package/dist/types/minisSDK.generated.d.js.map +1 -0
  160. package/dist/utils/errors.js +39 -0
  161. package/dist/utils/errors.js.map +1 -0
  162. package/dist/utils/parseUrl.js +8 -0
  163. package/dist/utils/parseUrl.js.map +1 -0
  164. package/package.json +29 -14
  165. package/src/components/index.ts +4 -7
  166. package/src/components/ui/alert-dialog.tsx +151 -0
  167. package/src/components/ui/button.tsx +60 -0
  168. package/src/components/ui/card.tsx +92 -0
  169. package/src/components/ui/sonner.tsx +23 -0
  170. package/src/dev.tsx +116 -38
  171. package/src/hooks/index.ts +31 -5
  172. package/src/hooks/navigation/useCloseMini.doc.ts +32 -0
  173. package/src/hooks/navigation/useCloseMini.example.tsx +7 -0
  174. package/src/hooks/navigation/useCloseMini.ts +17 -0
  175. package/src/hooks/navigation/useShopNavigation.doc.ts +32 -0
  176. package/src/hooks/navigation/useShopNavigation.example.tsx +29 -0
  177. package/src/hooks/navigation/useShopNavigation.ts +41 -0
  178. package/src/hooks/product/usePopularProducts.ts +37 -0
  179. package/src/hooks/product/useProductList.doc.ts +32 -0
  180. package/src/hooks/product/useProductList.example.tsx +9 -0
  181. package/src/hooks/product/useProductList.ts +56 -0
  182. package/src/hooks/product/useProductListActions.doc.ts +32 -0
  183. package/src/hooks/product/useProductListActions.example.tsx +57 -0
  184. package/src/hooks/product/useProductListActions.ts +51 -0
  185. package/src/hooks/product/useProductLists.doc.ts +32 -0
  186. package/src/hooks/product/useProductLists.example.tsx +9 -0
  187. package/src/hooks/product/useProductLists.ts +39 -0
  188. package/src/hooks/product/useRecommendedProducts.doc.ts +32 -0
  189. package/src/hooks/product/useRecommendedProducts.example.tsx +7 -0
  190. package/src/hooks/product/useRecommendedProducts.ts +37 -0
  191. package/src/hooks/shop/useRecommendedShops.doc.ts +32 -0
  192. package/src/hooks/shop/useRecommendedShops.example.tsx +7 -0
  193. package/src/hooks/shop/useRecommendedShops.ts +43 -0
  194. package/src/hooks/shop/useShopCartActions.doc.ts +32 -0
  195. package/src/hooks/shop/useShopCartActions.example.tsx +28 -0
  196. package/src/hooks/shop/useShopCartActions.ts +23 -0
  197. package/src/hooks/storage/useAsyncStorage.doc.ts +32 -0
  198. package/src/hooks/storage/useAsyncStorage.example.tsx +30 -0
  199. package/src/hooks/storage/useAsyncStorage.ts +48 -0
  200. package/src/hooks/storage/useImageUpload.doc.ts +32 -0
  201. package/src/hooks/storage/useImageUpload.example.tsx +20 -0
  202. package/src/hooks/storage/useImageUpload.ts +135 -0
  203. package/src/hooks/storage/useSecureStorage.doc.ts +32 -0
  204. package/src/hooks/storage/useSecureStorage.example.tsx +23 -0
  205. package/src/hooks/storage/useSecureStorage.ts +28 -0
  206. package/src/hooks/user/useBuyerAttributes.doc.ts +32 -0
  207. package/src/hooks/user/useBuyerAttributes.example.tsx +14 -0
  208. package/src/hooks/user/useBuyerAttributes.ts +34 -0
  209. package/src/hooks/user/useCurrentUser.doc.ts +31 -0
  210. package/src/hooks/user/useCurrentUser.example.tsx +7 -0
  211. package/src/hooks/user/useCurrentUser.ts +37 -0
  212. package/src/hooks/user/useFollowedShopsActions.doc.ts +32 -0
  213. package/src/hooks/user/useFollowedShopsActions.example.tsx +18 -0
  214. package/src/hooks/user/useFollowedShopsActions.ts +23 -0
  215. package/src/hooks/user/useOrders.doc.ts +32 -0
  216. package/src/hooks/user/useOrders.example.tsx +7 -0
  217. package/src/hooks/user/useOrders.ts +32 -0
  218. package/src/hooks/user/useSavedProductsActions.doc.ts +32 -0
  219. package/src/hooks/user/useSavedProductsActions.example.tsx +30 -0
  220. package/src/hooks/user/useSavedProductsActions.ts +23 -0
  221. package/src/hooks/util/useErrorScreen.doc.ts +32 -0
  222. package/src/hooks/util/useErrorScreen.example.tsx +16 -0
  223. package/src/hooks/util/useErrorScreen.ts +15 -0
  224. package/src/hooks/util/useErrorToast.doc.ts +32 -0
  225. package/src/hooks/util/useErrorToast.example.tsx +15 -0
  226. package/src/hooks/util/useErrorToast.ts +15 -0
  227. package/src/index.css +120 -2
  228. package/src/internal/useHandleAction.ts +24 -0
  229. package/src/internal/useShopActions.ts +5 -0
  230. package/src/internal/useShopActionsDataFetching.ts +153 -0
  231. package/src/internal/useShopActionsPaginatedDataFetching.ts +193 -0
  232. package/src/lib/utils.ts +9 -0
  233. package/src/types/index.ts +2 -0
  234. package/src/types/minisSDK.generated.d.ts +2 -74
  235. package/src/utils/errors.ts +86 -0
  236. package/src/utils/index.ts +2 -11
  237. package/src/utils/parseUrl.ts +5 -0
  238. package/tailwind.config.js +3 -0
  239. package/src/components/HelloWorld/HelloWorld.tsx +0 -43
  240. package/src/components/HelloWorld/index.ts +0 -2
  241. package/src/tailwind-theme.css +0 -39
@@ -0,0 +1,2265 @@
1
+ const B = "-", oe = (e) => {
2
+ const r = se(e), {
3
+ conflictingClassGroups: t,
4
+ conflictingClassGroupModifiers: o
5
+ } = e;
6
+ return {
7
+ getClassGroupId: (a) => {
8
+ const s = a.split(B);
9
+ return s[0] === "" && s.length !== 1 && s.shift(), Y(s, r) || ne(a);
10
+ },
11
+ getConflictingClassGroupIds: (a, s) => {
12
+ const u = t[a] || [];
13
+ return s && o[a] ? [...u, ...o[a]] : u;
14
+ }
15
+ };
16
+ }, Y = (e, r) => {
17
+ if (e.length === 0)
18
+ return r.classGroupId;
19
+ const t = e[0], o = r.nextPart.get(t), i = o ? Y(e.slice(1), o) : void 0;
20
+ if (i)
21
+ return i;
22
+ if (r.validators.length === 0)
23
+ return;
24
+ const n = e.join(B);
25
+ return r.validators.find(({
26
+ validator: a
27
+ }) => a(n))?.classGroupId;
28
+ }, K = /^\[(.+)\]$/, ne = (e) => {
29
+ if (K.test(e)) {
30
+ const r = K.exec(e)[1], t = r?.substring(0, r.indexOf(":"));
31
+ if (t)
32
+ return "arbitrary.." + t;
33
+ }
34
+ }, se = (e) => {
35
+ const {
36
+ theme: r,
37
+ prefix: t
38
+ } = e, o = {
39
+ nextPart: /* @__PURE__ */ new Map(),
40
+ validators: []
41
+ };
42
+ return ie(Object.entries(e.classGroups), t).forEach(([n, a]) => {
43
+ $(a, o, n, r);
44
+ }), o;
45
+ }, $ = (e, r, t, o) => {
46
+ e.forEach((i) => {
47
+ if (typeof i == "string") {
48
+ const n = i === "" ? r : Q(r, i);
49
+ n.classGroupId = t;
50
+ return;
51
+ }
52
+ if (typeof i == "function") {
53
+ if (le(i)) {
54
+ $(i(o), r, t, o);
55
+ return;
56
+ }
57
+ r.validators.push({
58
+ validator: i,
59
+ classGroupId: t
60
+ });
61
+ return;
62
+ }
63
+ Object.entries(i).forEach(([n, a]) => {
64
+ $(a, Q(r, n), t, o);
65
+ });
66
+ });
67
+ }, Q = (e, r) => {
68
+ let t = e;
69
+ return r.split(B).forEach((o) => {
70
+ t.nextPart.has(o) || t.nextPart.set(o, {
71
+ nextPart: /* @__PURE__ */ new Map(),
72
+ validators: []
73
+ }), t = t.nextPart.get(o);
74
+ }), t;
75
+ }, le = (e) => e.isThemeGetter, ie = (e, r) => r ? e.map(([t, o]) => {
76
+ const i = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([a, s]) => [r + a, s])) : n);
77
+ return [t, i];
78
+ }) : e, ae = (e) => {
79
+ if (e < 1)
80
+ return {
81
+ get: () => {
82
+ },
83
+ set: () => {
84
+ }
85
+ };
86
+ let r = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
87
+ const i = (n, a) => {
88
+ t.set(n, a), r++, r > e && (r = 0, o = t, t = /* @__PURE__ */ new Map());
89
+ };
90
+ return {
91
+ get(n) {
92
+ let a = t.get(n);
93
+ if (a !== void 0)
94
+ return a;
95
+ if ((a = o.get(n)) !== void 0)
96
+ return i(n, a), a;
97
+ },
98
+ set(n, a) {
99
+ t.has(n) ? t.set(n, a) : i(n, a);
100
+ }
101
+ };
102
+ }, D = "!", ce = (e) => {
103
+ const {
104
+ separator: r,
105
+ experimentalParseClassName: t
106
+ } = e, o = r.length === 1, i = r[0], n = r.length, a = (s) => {
107
+ const u = [];
108
+ let g = 0, m = 0, y;
109
+ for (let p = 0; p < s.length; p++) {
110
+ let f = s[p];
111
+ if (g === 0) {
112
+ if (f === i && (o || s.slice(p, p + n) === r)) {
113
+ u.push(s.slice(m, p)), m = p + n;
114
+ continue;
115
+ }
116
+ if (f === "/") {
117
+ y = p;
118
+ continue;
119
+ }
120
+ }
121
+ f === "[" ? g++ : f === "]" && g--;
122
+ }
123
+ const x = u.length === 0 ? s : s.substring(m), v = x.startsWith(D), w = v ? x.substring(1) : x, b = y && y > m ? y - m : void 0;
124
+ return {
125
+ modifiers: u,
126
+ hasImportantModifier: v,
127
+ baseClassName: w,
128
+ maybePostfixModifierPosition: b
129
+ };
130
+ };
131
+ return t ? (s) => t({
132
+ className: s,
133
+ parseClassName: a
134
+ }) : a;
135
+ }, de = (e) => {
136
+ if (e.length <= 1)
137
+ return e;
138
+ const r = [];
139
+ let t = [];
140
+ return e.forEach((o) => {
141
+ o[0] === "[" ? (r.push(...t.sort(), o), t = []) : t.push(o);
142
+ }), r.push(...t.sort()), r;
143
+ }, pe = (e) => ({
144
+ cache: ae(e.cacheSize),
145
+ parseClassName: ce(e),
146
+ ...oe(e)
147
+ }), ue = /\s+/, be = (e, r) => {
148
+ const {
149
+ parseClassName: t,
150
+ getClassGroupId: o,
151
+ getConflictingClassGroupIds: i
152
+ } = r, n = [], a = e.trim().split(ue);
153
+ let s = "";
154
+ for (let u = a.length - 1; u >= 0; u -= 1) {
155
+ const g = a[u], {
156
+ modifiers: m,
157
+ hasImportantModifier: y,
158
+ baseClassName: x,
159
+ maybePostfixModifierPosition: v
160
+ } = t(g);
161
+ let w = !!v, b = o(w ? x.substring(0, v) : x);
162
+ if (!b) {
163
+ if (!w) {
164
+ s = g + (s.length > 0 ? " " + s : s);
165
+ continue;
166
+ }
167
+ if (b = o(x), !b) {
168
+ s = g + (s.length > 0 ? " " + s : s);
169
+ continue;
170
+ }
171
+ w = !1;
172
+ }
173
+ const p = de(m).join(":"), f = y ? p + D : p, h = f + b;
174
+ if (n.includes(h))
175
+ continue;
176
+ n.push(h);
177
+ const R = i(b, w);
178
+ for (let A = 0; A < R.length; ++A) {
179
+ const j = R[A];
180
+ n.push(f + j);
181
+ }
182
+ s = g + (s.length > 0 ? " " + s : s);
183
+ }
184
+ return s;
185
+ };
186
+ function ge() {
187
+ let e = 0, r, t, o = "";
188
+ for (; e < arguments.length; )
189
+ (r = arguments[e++]) && (t = ee(r)) && (o && (o += " "), o += t);
190
+ return o;
191
+ }
192
+ const ee = (e) => {
193
+ if (typeof e == "string")
194
+ return e;
195
+ let r, t = "";
196
+ for (let o = 0; o < e.length; o++)
197
+ e[o] && (r = ee(e[o])) && (t && (t += " "), t += r);
198
+ return t;
199
+ };
200
+ function fe(e, ...r) {
201
+ let t, o, i, n = a;
202
+ function a(u) {
203
+ const g = r.reduce((m, y) => y(m), e());
204
+ return t = pe(g), o = t.cache.get, i = t.cache.set, n = s, s(u);
205
+ }
206
+ function s(u) {
207
+ const g = o(u);
208
+ if (g)
209
+ return g;
210
+ const m = be(u, t);
211
+ return i(u, m), m;
212
+ }
213
+ return function() {
214
+ return n(ge.apply(null, arguments));
215
+ };
216
+ }
217
+ const c = (e) => {
218
+ const r = (t) => t[e] || [];
219
+ return r.isThemeGetter = !0, r;
220
+ }, re = /^\[(?:([a-z-]+):)?(.+)\]$/i, me = /^\d+\/\d+$/, he = /* @__PURE__ */ new Set(["px", "full", "screen"]), ye = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, xe = /\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$/, we = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, ve = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ke = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, C = (e) => M(e) || he.has(e) || me.test(e), z = (e) => G(e, "length", Pe), M = (e) => !!e && !Number.isNaN(Number(e)), _ = (e) => G(e, "number", M), I = (e) => !!e && Number.isInteger(Number(e)), Ce = (e) => e.endsWith("%") && M(e.slice(0, -1)), l = (e) => re.test(e), S = (e) => ye.test(e), ze = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Se = (e) => G(e, ze, te), Ae = (e) => G(e, "position", te), Me = /* @__PURE__ */ new Set(["image", "url"]), Ge = (e) => G(e, Me, Ne), Re = (e) => G(e, "", Ie), N = () => !0, G = (e, r, t) => {
221
+ const o = re.exec(e);
222
+ return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : t(o[2]) : !1;
223
+ }, Pe = (e) => (
224
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
225
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
226
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
227
+ xe.test(e) && !we.test(e)
228
+ ), te = () => !1, Ie = (e) => ve.test(e), Ne = (e) => ke.test(e), je = () => {
229
+ const e = c("colors"), r = c("spacing"), t = c("blur"), o = c("brightness"), i = c("borderColor"), n = c("borderRadius"), a = c("borderSpacing"), s = c("borderWidth"), u = c("contrast"), g = c("grayscale"), m = c("hueRotate"), y = c("invert"), x = c("gap"), v = c("gradientColorStops"), w = c("gradientColorStopPositions"), b = c("inset"), p = c("margin"), f = c("opacity"), h = c("padding"), R = c("saturate"), A = c("scale"), j = c("sepia"), U = c("skew"), F = c("space"), q = c("translate"), L = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", l, r], d = () => [l, r], J = () => ["", C, z], E = () => ["auto", M, l], X = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], T = () => ["solid", "dashed", "dotted", "double", "none"], Z = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], O = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], P = () => ["", "0", l], H = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], k = () => [M, l];
230
+ return {
231
+ cacheSize: 500,
232
+ separator: ":",
233
+ theme: {
234
+ colors: [N],
235
+ spacing: [C, z],
236
+ blur: ["none", "", S, l],
237
+ brightness: k(),
238
+ borderColor: [e],
239
+ borderRadius: ["none", "", "full", S, l],
240
+ borderSpacing: d(),
241
+ borderWidth: J(),
242
+ contrast: k(),
243
+ grayscale: P(),
244
+ hueRotate: k(),
245
+ invert: P(),
246
+ gap: d(),
247
+ gradientColorStops: [e],
248
+ gradientColorStopPositions: [Ce, z],
249
+ inset: V(),
250
+ margin: V(),
251
+ opacity: k(),
252
+ padding: d(),
253
+ saturate: k(),
254
+ scale: k(),
255
+ sepia: P(),
256
+ skew: k(),
257
+ space: d(),
258
+ translate: d()
259
+ },
260
+ classGroups: {
261
+ // Layout
262
+ /**
263
+ * Aspect Ratio
264
+ * @see https://tailwindcss.com/docs/aspect-ratio
265
+ */
266
+ aspect: [{
267
+ aspect: ["auto", "square", "video", l]
268
+ }],
269
+ /**
270
+ * Container
271
+ * @see https://tailwindcss.com/docs/container
272
+ */
273
+ container: ["container"],
274
+ /**
275
+ * Columns
276
+ * @see https://tailwindcss.com/docs/columns
277
+ */
278
+ columns: [{
279
+ columns: [S]
280
+ }],
281
+ /**
282
+ * Break After
283
+ * @see https://tailwindcss.com/docs/break-after
284
+ */
285
+ "break-after": [{
286
+ "break-after": H()
287
+ }],
288
+ /**
289
+ * Break Before
290
+ * @see https://tailwindcss.com/docs/break-before
291
+ */
292
+ "break-before": [{
293
+ "break-before": H()
294
+ }],
295
+ /**
296
+ * Break Inside
297
+ * @see https://tailwindcss.com/docs/break-inside
298
+ */
299
+ "break-inside": [{
300
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
301
+ }],
302
+ /**
303
+ * Box Decoration Break
304
+ * @see https://tailwindcss.com/docs/box-decoration-break
305
+ */
306
+ "box-decoration": [{
307
+ "box-decoration": ["slice", "clone"]
308
+ }],
309
+ /**
310
+ * Box Sizing
311
+ * @see https://tailwindcss.com/docs/box-sizing
312
+ */
313
+ box: [{
314
+ box: ["border", "content"]
315
+ }],
316
+ /**
317
+ * Display
318
+ * @see https://tailwindcss.com/docs/display
319
+ */
320
+ 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"],
321
+ /**
322
+ * Floats
323
+ * @see https://tailwindcss.com/docs/float
324
+ */
325
+ float: [{
326
+ float: ["right", "left", "none", "start", "end"]
327
+ }],
328
+ /**
329
+ * Clear
330
+ * @see https://tailwindcss.com/docs/clear
331
+ */
332
+ clear: [{
333
+ clear: ["left", "right", "both", "none", "start", "end"]
334
+ }],
335
+ /**
336
+ * Isolation
337
+ * @see https://tailwindcss.com/docs/isolation
338
+ */
339
+ isolation: ["isolate", "isolation-auto"],
340
+ /**
341
+ * Object Fit
342
+ * @see https://tailwindcss.com/docs/object-fit
343
+ */
344
+ "object-fit": [{
345
+ object: ["contain", "cover", "fill", "none", "scale-down"]
346
+ }],
347
+ /**
348
+ * Object Position
349
+ * @see https://tailwindcss.com/docs/object-position
350
+ */
351
+ "object-position": [{
352
+ object: [...X(), l]
353
+ }],
354
+ /**
355
+ * Overflow
356
+ * @see https://tailwindcss.com/docs/overflow
357
+ */
358
+ overflow: [{
359
+ overflow: W()
360
+ }],
361
+ /**
362
+ * Overflow X
363
+ * @see https://tailwindcss.com/docs/overflow
364
+ */
365
+ "overflow-x": [{
366
+ "overflow-x": W()
367
+ }],
368
+ /**
369
+ * Overflow Y
370
+ * @see https://tailwindcss.com/docs/overflow
371
+ */
372
+ "overflow-y": [{
373
+ "overflow-y": W()
374
+ }],
375
+ /**
376
+ * Overscroll Behavior
377
+ * @see https://tailwindcss.com/docs/overscroll-behavior
378
+ */
379
+ overscroll: [{
380
+ overscroll: L()
381
+ }],
382
+ /**
383
+ * Overscroll Behavior X
384
+ * @see https://tailwindcss.com/docs/overscroll-behavior
385
+ */
386
+ "overscroll-x": [{
387
+ "overscroll-x": L()
388
+ }],
389
+ /**
390
+ * Overscroll Behavior Y
391
+ * @see https://tailwindcss.com/docs/overscroll-behavior
392
+ */
393
+ "overscroll-y": [{
394
+ "overscroll-y": L()
395
+ }],
396
+ /**
397
+ * Position
398
+ * @see https://tailwindcss.com/docs/position
399
+ */
400
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
401
+ /**
402
+ * Top / Right / Bottom / Left
403
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
404
+ */
405
+ inset: [{
406
+ inset: [b]
407
+ }],
408
+ /**
409
+ * Right / Left
410
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
411
+ */
412
+ "inset-x": [{
413
+ "inset-x": [b]
414
+ }],
415
+ /**
416
+ * Top / Bottom
417
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
418
+ */
419
+ "inset-y": [{
420
+ "inset-y": [b]
421
+ }],
422
+ /**
423
+ * Start
424
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
425
+ */
426
+ start: [{
427
+ start: [b]
428
+ }],
429
+ /**
430
+ * End
431
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
432
+ */
433
+ end: [{
434
+ end: [b]
435
+ }],
436
+ /**
437
+ * Top
438
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
439
+ */
440
+ top: [{
441
+ top: [b]
442
+ }],
443
+ /**
444
+ * Right
445
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
446
+ */
447
+ right: [{
448
+ right: [b]
449
+ }],
450
+ /**
451
+ * Bottom
452
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
453
+ */
454
+ bottom: [{
455
+ bottom: [b]
456
+ }],
457
+ /**
458
+ * Left
459
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
460
+ */
461
+ left: [{
462
+ left: [b]
463
+ }],
464
+ /**
465
+ * Visibility
466
+ * @see https://tailwindcss.com/docs/visibility
467
+ */
468
+ visibility: ["visible", "invisible", "collapse"],
469
+ /**
470
+ * Z-Index
471
+ * @see https://tailwindcss.com/docs/z-index
472
+ */
473
+ z: [{
474
+ z: ["auto", I, l]
475
+ }],
476
+ // Flexbox and Grid
477
+ /**
478
+ * Flex Basis
479
+ * @see https://tailwindcss.com/docs/flex-basis
480
+ */
481
+ basis: [{
482
+ basis: V()
483
+ }],
484
+ /**
485
+ * Flex Direction
486
+ * @see https://tailwindcss.com/docs/flex-direction
487
+ */
488
+ "flex-direction": [{
489
+ flex: ["row", "row-reverse", "col", "col-reverse"]
490
+ }],
491
+ /**
492
+ * Flex Wrap
493
+ * @see https://tailwindcss.com/docs/flex-wrap
494
+ */
495
+ "flex-wrap": [{
496
+ flex: ["wrap", "wrap-reverse", "nowrap"]
497
+ }],
498
+ /**
499
+ * Flex
500
+ * @see https://tailwindcss.com/docs/flex
501
+ */
502
+ flex: [{
503
+ flex: ["1", "auto", "initial", "none", l]
504
+ }],
505
+ /**
506
+ * Flex Grow
507
+ * @see https://tailwindcss.com/docs/flex-grow
508
+ */
509
+ grow: [{
510
+ grow: P()
511
+ }],
512
+ /**
513
+ * Flex Shrink
514
+ * @see https://tailwindcss.com/docs/flex-shrink
515
+ */
516
+ shrink: [{
517
+ shrink: P()
518
+ }],
519
+ /**
520
+ * Order
521
+ * @see https://tailwindcss.com/docs/order
522
+ */
523
+ order: [{
524
+ order: ["first", "last", "none", I, l]
525
+ }],
526
+ /**
527
+ * Grid Template Columns
528
+ * @see https://tailwindcss.com/docs/grid-template-columns
529
+ */
530
+ "grid-cols": [{
531
+ "grid-cols": [N]
532
+ }],
533
+ /**
534
+ * Grid Column Start / End
535
+ * @see https://tailwindcss.com/docs/grid-column
536
+ */
537
+ "col-start-end": [{
538
+ col: ["auto", {
539
+ span: ["full", I, l]
540
+ }, l]
541
+ }],
542
+ /**
543
+ * Grid Column Start
544
+ * @see https://tailwindcss.com/docs/grid-column
545
+ */
546
+ "col-start": [{
547
+ "col-start": E()
548
+ }],
549
+ /**
550
+ * Grid Column End
551
+ * @see https://tailwindcss.com/docs/grid-column
552
+ */
553
+ "col-end": [{
554
+ "col-end": E()
555
+ }],
556
+ /**
557
+ * Grid Template Rows
558
+ * @see https://tailwindcss.com/docs/grid-template-rows
559
+ */
560
+ "grid-rows": [{
561
+ "grid-rows": [N]
562
+ }],
563
+ /**
564
+ * Grid Row Start / End
565
+ * @see https://tailwindcss.com/docs/grid-row
566
+ */
567
+ "row-start-end": [{
568
+ row: ["auto", {
569
+ span: [I, l]
570
+ }, l]
571
+ }],
572
+ /**
573
+ * Grid Row Start
574
+ * @see https://tailwindcss.com/docs/grid-row
575
+ */
576
+ "row-start": [{
577
+ "row-start": E()
578
+ }],
579
+ /**
580
+ * Grid Row End
581
+ * @see https://tailwindcss.com/docs/grid-row
582
+ */
583
+ "row-end": [{
584
+ "row-end": E()
585
+ }],
586
+ /**
587
+ * Grid Auto Flow
588
+ * @see https://tailwindcss.com/docs/grid-auto-flow
589
+ */
590
+ "grid-flow": [{
591
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
592
+ }],
593
+ /**
594
+ * Grid Auto Columns
595
+ * @see https://tailwindcss.com/docs/grid-auto-columns
596
+ */
597
+ "auto-cols": [{
598
+ "auto-cols": ["auto", "min", "max", "fr", l]
599
+ }],
600
+ /**
601
+ * Grid Auto Rows
602
+ * @see https://tailwindcss.com/docs/grid-auto-rows
603
+ */
604
+ "auto-rows": [{
605
+ "auto-rows": ["auto", "min", "max", "fr", l]
606
+ }],
607
+ /**
608
+ * Gap
609
+ * @see https://tailwindcss.com/docs/gap
610
+ */
611
+ gap: [{
612
+ gap: [x]
613
+ }],
614
+ /**
615
+ * Gap X
616
+ * @see https://tailwindcss.com/docs/gap
617
+ */
618
+ "gap-x": [{
619
+ "gap-x": [x]
620
+ }],
621
+ /**
622
+ * Gap Y
623
+ * @see https://tailwindcss.com/docs/gap
624
+ */
625
+ "gap-y": [{
626
+ "gap-y": [x]
627
+ }],
628
+ /**
629
+ * Justify Content
630
+ * @see https://tailwindcss.com/docs/justify-content
631
+ */
632
+ "justify-content": [{
633
+ justify: ["normal", ...O()]
634
+ }],
635
+ /**
636
+ * Justify Items
637
+ * @see https://tailwindcss.com/docs/justify-items
638
+ */
639
+ "justify-items": [{
640
+ "justify-items": ["start", "end", "center", "stretch"]
641
+ }],
642
+ /**
643
+ * Justify Self
644
+ * @see https://tailwindcss.com/docs/justify-self
645
+ */
646
+ "justify-self": [{
647
+ "justify-self": ["auto", "start", "end", "center", "stretch"]
648
+ }],
649
+ /**
650
+ * Align Content
651
+ * @see https://tailwindcss.com/docs/align-content
652
+ */
653
+ "align-content": [{
654
+ content: ["normal", ...O(), "baseline"]
655
+ }],
656
+ /**
657
+ * Align Items
658
+ * @see https://tailwindcss.com/docs/align-items
659
+ */
660
+ "align-items": [{
661
+ items: ["start", "end", "center", "baseline", "stretch"]
662
+ }],
663
+ /**
664
+ * Align Self
665
+ * @see https://tailwindcss.com/docs/align-self
666
+ */
667
+ "align-self": [{
668
+ self: ["auto", "start", "end", "center", "stretch", "baseline"]
669
+ }],
670
+ /**
671
+ * Place Content
672
+ * @see https://tailwindcss.com/docs/place-content
673
+ */
674
+ "place-content": [{
675
+ "place-content": [...O(), "baseline"]
676
+ }],
677
+ /**
678
+ * Place Items
679
+ * @see https://tailwindcss.com/docs/place-items
680
+ */
681
+ "place-items": [{
682
+ "place-items": ["start", "end", "center", "baseline", "stretch"]
683
+ }],
684
+ /**
685
+ * Place Self
686
+ * @see https://tailwindcss.com/docs/place-self
687
+ */
688
+ "place-self": [{
689
+ "place-self": ["auto", "start", "end", "center", "stretch"]
690
+ }],
691
+ // Spacing
692
+ /**
693
+ * Padding
694
+ * @see https://tailwindcss.com/docs/padding
695
+ */
696
+ p: [{
697
+ p: [h]
698
+ }],
699
+ /**
700
+ * Padding X
701
+ * @see https://tailwindcss.com/docs/padding
702
+ */
703
+ px: [{
704
+ px: [h]
705
+ }],
706
+ /**
707
+ * Padding Y
708
+ * @see https://tailwindcss.com/docs/padding
709
+ */
710
+ py: [{
711
+ py: [h]
712
+ }],
713
+ /**
714
+ * Padding Start
715
+ * @see https://tailwindcss.com/docs/padding
716
+ */
717
+ ps: [{
718
+ ps: [h]
719
+ }],
720
+ /**
721
+ * Padding End
722
+ * @see https://tailwindcss.com/docs/padding
723
+ */
724
+ pe: [{
725
+ pe: [h]
726
+ }],
727
+ /**
728
+ * Padding Top
729
+ * @see https://tailwindcss.com/docs/padding
730
+ */
731
+ pt: [{
732
+ pt: [h]
733
+ }],
734
+ /**
735
+ * Padding Right
736
+ * @see https://tailwindcss.com/docs/padding
737
+ */
738
+ pr: [{
739
+ pr: [h]
740
+ }],
741
+ /**
742
+ * Padding Bottom
743
+ * @see https://tailwindcss.com/docs/padding
744
+ */
745
+ pb: [{
746
+ pb: [h]
747
+ }],
748
+ /**
749
+ * Padding Left
750
+ * @see https://tailwindcss.com/docs/padding
751
+ */
752
+ pl: [{
753
+ pl: [h]
754
+ }],
755
+ /**
756
+ * Margin
757
+ * @see https://tailwindcss.com/docs/margin
758
+ */
759
+ m: [{
760
+ m: [p]
761
+ }],
762
+ /**
763
+ * Margin X
764
+ * @see https://tailwindcss.com/docs/margin
765
+ */
766
+ mx: [{
767
+ mx: [p]
768
+ }],
769
+ /**
770
+ * Margin Y
771
+ * @see https://tailwindcss.com/docs/margin
772
+ */
773
+ my: [{
774
+ my: [p]
775
+ }],
776
+ /**
777
+ * Margin Start
778
+ * @see https://tailwindcss.com/docs/margin
779
+ */
780
+ ms: [{
781
+ ms: [p]
782
+ }],
783
+ /**
784
+ * Margin End
785
+ * @see https://tailwindcss.com/docs/margin
786
+ */
787
+ me: [{
788
+ me: [p]
789
+ }],
790
+ /**
791
+ * Margin Top
792
+ * @see https://tailwindcss.com/docs/margin
793
+ */
794
+ mt: [{
795
+ mt: [p]
796
+ }],
797
+ /**
798
+ * Margin Right
799
+ * @see https://tailwindcss.com/docs/margin
800
+ */
801
+ mr: [{
802
+ mr: [p]
803
+ }],
804
+ /**
805
+ * Margin Bottom
806
+ * @see https://tailwindcss.com/docs/margin
807
+ */
808
+ mb: [{
809
+ mb: [p]
810
+ }],
811
+ /**
812
+ * Margin Left
813
+ * @see https://tailwindcss.com/docs/margin
814
+ */
815
+ ml: [{
816
+ ml: [p]
817
+ }],
818
+ /**
819
+ * Space Between X
820
+ * @see https://tailwindcss.com/docs/space
821
+ */
822
+ "space-x": [{
823
+ "space-x": [F]
824
+ }],
825
+ /**
826
+ * Space Between X Reverse
827
+ * @see https://tailwindcss.com/docs/space
828
+ */
829
+ "space-x-reverse": ["space-x-reverse"],
830
+ /**
831
+ * Space Between Y
832
+ * @see https://tailwindcss.com/docs/space
833
+ */
834
+ "space-y": [{
835
+ "space-y": [F]
836
+ }],
837
+ /**
838
+ * Space Between Y Reverse
839
+ * @see https://tailwindcss.com/docs/space
840
+ */
841
+ "space-y-reverse": ["space-y-reverse"],
842
+ // Sizing
843
+ /**
844
+ * Width
845
+ * @see https://tailwindcss.com/docs/width
846
+ */
847
+ w: [{
848
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", l, r]
849
+ }],
850
+ /**
851
+ * Min-Width
852
+ * @see https://tailwindcss.com/docs/min-width
853
+ */
854
+ "min-w": [{
855
+ "min-w": [l, r, "min", "max", "fit"]
856
+ }],
857
+ /**
858
+ * Max-Width
859
+ * @see https://tailwindcss.com/docs/max-width
860
+ */
861
+ "max-w": [{
862
+ "max-w": [l, r, "none", "full", "min", "max", "fit", "prose", {
863
+ screen: [S]
864
+ }, S]
865
+ }],
866
+ /**
867
+ * Height
868
+ * @see https://tailwindcss.com/docs/height
869
+ */
870
+ h: [{
871
+ h: [l, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
872
+ }],
873
+ /**
874
+ * Min-Height
875
+ * @see https://tailwindcss.com/docs/min-height
876
+ */
877
+ "min-h": [{
878
+ "min-h": [l, r, "min", "max", "fit", "svh", "lvh", "dvh"]
879
+ }],
880
+ /**
881
+ * Max-Height
882
+ * @see https://tailwindcss.com/docs/max-height
883
+ */
884
+ "max-h": [{
885
+ "max-h": [l, r, "min", "max", "fit", "svh", "lvh", "dvh"]
886
+ }],
887
+ /**
888
+ * Size
889
+ * @see https://tailwindcss.com/docs/size
890
+ */
891
+ size: [{
892
+ size: [l, r, "auto", "min", "max", "fit"]
893
+ }],
894
+ // Typography
895
+ /**
896
+ * Font Size
897
+ * @see https://tailwindcss.com/docs/font-size
898
+ */
899
+ "font-size": [{
900
+ text: ["base", S, z]
901
+ }],
902
+ /**
903
+ * Font Smoothing
904
+ * @see https://tailwindcss.com/docs/font-smoothing
905
+ */
906
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
907
+ /**
908
+ * Font Style
909
+ * @see https://tailwindcss.com/docs/font-style
910
+ */
911
+ "font-style": ["italic", "not-italic"],
912
+ /**
913
+ * Font Weight
914
+ * @see https://tailwindcss.com/docs/font-weight
915
+ */
916
+ "font-weight": [{
917
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", _]
918
+ }],
919
+ /**
920
+ * Font Family
921
+ * @see https://tailwindcss.com/docs/font-family
922
+ */
923
+ "font-family": [{
924
+ font: [N]
925
+ }],
926
+ /**
927
+ * Font Variant Numeric
928
+ * @see https://tailwindcss.com/docs/font-variant-numeric
929
+ */
930
+ "fvn-normal": ["normal-nums"],
931
+ /**
932
+ * Font Variant Numeric
933
+ * @see https://tailwindcss.com/docs/font-variant-numeric
934
+ */
935
+ "fvn-ordinal": ["ordinal"],
936
+ /**
937
+ * Font Variant Numeric
938
+ * @see https://tailwindcss.com/docs/font-variant-numeric
939
+ */
940
+ "fvn-slashed-zero": ["slashed-zero"],
941
+ /**
942
+ * Font Variant Numeric
943
+ * @see https://tailwindcss.com/docs/font-variant-numeric
944
+ */
945
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
946
+ /**
947
+ * Font Variant Numeric
948
+ * @see https://tailwindcss.com/docs/font-variant-numeric
949
+ */
950
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
951
+ /**
952
+ * Font Variant Numeric
953
+ * @see https://tailwindcss.com/docs/font-variant-numeric
954
+ */
955
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
956
+ /**
957
+ * Letter Spacing
958
+ * @see https://tailwindcss.com/docs/letter-spacing
959
+ */
960
+ tracking: [{
961
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", l]
962
+ }],
963
+ /**
964
+ * Line Clamp
965
+ * @see https://tailwindcss.com/docs/line-clamp
966
+ */
967
+ "line-clamp": [{
968
+ "line-clamp": ["none", M, _]
969
+ }],
970
+ /**
971
+ * Line Height
972
+ * @see https://tailwindcss.com/docs/line-height
973
+ */
974
+ leading: [{
975
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", C, l]
976
+ }],
977
+ /**
978
+ * List Style Image
979
+ * @see https://tailwindcss.com/docs/list-style-image
980
+ */
981
+ "list-image": [{
982
+ "list-image": ["none", l]
983
+ }],
984
+ /**
985
+ * List Style Type
986
+ * @see https://tailwindcss.com/docs/list-style-type
987
+ */
988
+ "list-style-type": [{
989
+ list: ["none", "disc", "decimal", l]
990
+ }],
991
+ /**
992
+ * List Style Position
993
+ * @see https://tailwindcss.com/docs/list-style-position
994
+ */
995
+ "list-style-position": [{
996
+ list: ["inside", "outside"]
997
+ }],
998
+ /**
999
+ * Placeholder Color
1000
+ * @deprecated since Tailwind CSS v3.0.0
1001
+ * @see https://tailwindcss.com/docs/placeholder-color
1002
+ */
1003
+ "placeholder-color": [{
1004
+ placeholder: [e]
1005
+ }],
1006
+ /**
1007
+ * Placeholder Opacity
1008
+ * @see https://tailwindcss.com/docs/placeholder-opacity
1009
+ */
1010
+ "placeholder-opacity": [{
1011
+ "placeholder-opacity": [f]
1012
+ }],
1013
+ /**
1014
+ * Text Alignment
1015
+ * @see https://tailwindcss.com/docs/text-align
1016
+ */
1017
+ "text-alignment": [{
1018
+ text: ["left", "center", "right", "justify", "start", "end"]
1019
+ }],
1020
+ /**
1021
+ * Text Color
1022
+ * @see https://tailwindcss.com/docs/text-color
1023
+ */
1024
+ "text-color": [{
1025
+ text: [e]
1026
+ }],
1027
+ /**
1028
+ * Text Opacity
1029
+ * @see https://tailwindcss.com/docs/text-opacity
1030
+ */
1031
+ "text-opacity": [{
1032
+ "text-opacity": [f]
1033
+ }],
1034
+ /**
1035
+ * Text Decoration
1036
+ * @see https://tailwindcss.com/docs/text-decoration
1037
+ */
1038
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1039
+ /**
1040
+ * Text Decoration Style
1041
+ * @see https://tailwindcss.com/docs/text-decoration-style
1042
+ */
1043
+ "text-decoration-style": [{
1044
+ decoration: [...T(), "wavy"]
1045
+ }],
1046
+ /**
1047
+ * Text Decoration Thickness
1048
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1049
+ */
1050
+ "text-decoration-thickness": [{
1051
+ decoration: ["auto", "from-font", C, z]
1052
+ }],
1053
+ /**
1054
+ * Text Underline Offset
1055
+ * @see https://tailwindcss.com/docs/text-underline-offset
1056
+ */
1057
+ "underline-offset": [{
1058
+ "underline-offset": ["auto", C, l]
1059
+ }],
1060
+ /**
1061
+ * Text Decoration Color
1062
+ * @see https://tailwindcss.com/docs/text-decoration-color
1063
+ */
1064
+ "text-decoration-color": [{
1065
+ decoration: [e]
1066
+ }],
1067
+ /**
1068
+ * Text Transform
1069
+ * @see https://tailwindcss.com/docs/text-transform
1070
+ */
1071
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1072
+ /**
1073
+ * Text Overflow
1074
+ * @see https://tailwindcss.com/docs/text-overflow
1075
+ */
1076
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1077
+ /**
1078
+ * Text Wrap
1079
+ * @see https://tailwindcss.com/docs/text-wrap
1080
+ */
1081
+ "text-wrap": [{
1082
+ text: ["wrap", "nowrap", "balance", "pretty"]
1083
+ }],
1084
+ /**
1085
+ * Text Indent
1086
+ * @see https://tailwindcss.com/docs/text-indent
1087
+ */
1088
+ indent: [{
1089
+ indent: d()
1090
+ }],
1091
+ /**
1092
+ * Vertical Alignment
1093
+ * @see https://tailwindcss.com/docs/vertical-align
1094
+ */
1095
+ "vertical-align": [{
1096
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l]
1097
+ }],
1098
+ /**
1099
+ * Whitespace
1100
+ * @see https://tailwindcss.com/docs/whitespace
1101
+ */
1102
+ whitespace: [{
1103
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1104
+ }],
1105
+ /**
1106
+ * Word Break
1107
+ * @see https://tailwindcss.com/docs/word-break
1108
+ */
1109
+ break: [{
1110
+ break: ["normal", "words", "all", "keep"]
1111
+ }],
1112
+ /**
1113
+ * Hyphens
1114
+ * @see https://tailwindcss.com/docs/hyphens
1115
+ */
1116
+ hyphens: [{
1117
+ hyphens: ["none", "manual", "auto"]
1118
+ }],
1119
+ /**
1120
+ * Content
1121
+ * @see https://tailwindcss.com/docs/content
1122
+ */
1123
+ content: [{
1124
+ content: ["none", l]
1125
+ }],
1126
+ // Backgrounds
1127
+ /**
1128
+ * Background Attachment
1129
+ * @see https://tailwindcss.com/docs/background-attachment
1130
+ */
1131
+ "bg-attachment": [{
1132
+ bg: ["fixed", "local", "scroll"]
1133
+ }],
1134
+ /**
1135
+ * Background Clip
1136
+ * @see https://tailwindcss.com/docs/background-clip
1137
+ */
1138
+ "bg-clip": [{
1139
+ "bg-clip": ["border", "padding", "content", "text"]
1140
+ }],
1141
+ /**
1142
+ * Background Opacity
1143
+ * @deprecated since Tailwind CSS v3.0.0
1144
+ * @see https://tailwindcss.com/docs/background-opacity
1145
+ */
1146
+ "bg-opacity": [{
1147
+ "bg-opacity": [f]
1148
+ }],
1149
+ /**
1150
+ * Background Origin
1151
+ * @see https://tailwindcss.com/docs/background-origin
1152
+ */
1153
+ "bg-origin": [{
1154
+ "bg-origin": ["border", "padding", "content"]
1155
+ }],
1156
+ /**
1157
+ * Background Position
1158
+ * @see https://tailwindcss.com/docs/background-position
1159
+ */
1160
+ "bg-position": [{
1161
+ bg: [...X(), Ae]
1162
+ }],
1163
+ /**
1164
+ * Background Repeat
1165
+ * @see https://tailwindcss.com/docs/background-repeat
1166
+ */
1167
+ "bg-repeat": [{
1168
+ bg: ["no-repeat", {
1169
+ repeat: ["", "x", "y", "round", "space"]
1170
+ }]
1171
+ }],
1172
+ /**
1173
+ * Background Size
1174
+ * @see https://tailwindcss.com/docs/background-size
1175
+ */
1176
+ "bg-size": [{
1177
+ bg: ["auto", "cover", "contain", Se]
1178
+ }],
1179
+ /**
1180
+ * Background Image
1181
+ * @see https://tailwindcss.com/docs/background-image
1182
+ */
1183
+ "bg-image": [{
1184
+ bg: ["none", {
1185
+ "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1186
+ }, Ge]
1187
+ }],
1188
+ /**
1189
+ * Background Color
1190
+ * @see https://tailwindcss.com/docs/background-color
1191
+ */
1192
+ "bg-color": [{
1193
+ bg: [e]
1194
+ }],
1195
+ /**
1196
+ * Gradient Color Stops From Position
1197
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1198
+ */
1199
+ "gradient-from-pos": [{
1200
+ from: [w]
1201
+ }],
1202
+ /**
1203
+ * Gradient Color Stops Via Position
1204
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1205
+ */
1206
+ "gradient-via-pos": [{
1207
+ via: [w]
1208
+ }],
1209
+ /**
1210
+ * Gradient Color Stops To Position
1211
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1212
+ */
1213
+ "gradient-to-pos": [{
1214
+ to: [w]
1215
+ }],
1216
+ /**
1217
+ * Gradient Color Stops From
1218
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1219
+ */
1220
+ "gradient-from": [{
1221
+ from: [v]
1222
+ }],
1223
+ /**
1224
+ * Gradient Color Stops Via
1225
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1226
+ */
1227
+ "gradient-via": [{
1228
+ via: [v]
1229
+ }],
1230
+ /**
1231
+ * Gradient Color Stops To
1232
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1233
+ */
1234
+ "gradient-to": [{
1235
+ to: [v]
1236
+ }],
1237
+ // Borders
1238
+ /**
1239
+ * Border Radius
1240
+ * @see https://tailwindcss.com/docs/border-radius
1241
+ */
1242
+ rounded: [{
1243
+ rounded: [n]
1244
+ }],
1245
+ /**
1246
+ * Border Radius Start
1247
+ * @see https://tailwindcss.com/docs/border-radius
1248
+ */
1249
+ "rounded-s": [{
1250
+ "rounded-s": [n]
1251
+ }],
1252
+ /**
1253
+ * Border Radius End
1254
+ * @see https://tailwindcss.com/docs/border-radius
1255
+ */
1256
+ "rounded-e": [{
1257
+ "rounded-e": [n]
1258
+ }],
1259
+ /**
1260
+ * Border Radius Top
1261
+ * @see https://tailwindcss.com/docs/border-radius
1262
+ */
1263
+ "rounded-t": [{
1264
+ "rounded-t": [n]
1265
+ }],
1266
+ /**
1267
+ * Border Radius Right
1268
+ * @see https://tailwindcss.com/docs/border-radius
1269
+ */
1270
+ "rounded-r": [{
1271
+ "rounded-r": [n]
1272
+ }],
1273
+ /**
1274
+ * Border Radius Bottom
1275
+ * @see https://tailwindcss.com/docs/border-radius
1276
+ */
1277
+ "rounded-b": [{
1278
+ "rounded-b": [n]
1279
+ }],
1280
+ /**
1281
+ * Border Radius Left
1282
+ * @see https://tailwindcss.com/docs/border-radius
1283
+ */
1284
+ "rounded-l": [{
1285
+ "rounded-l": [n]
1286
+ }],
1287
+ /**
1288
+ * Border Radius Start Start
1289
+ * @see https://tailwindcss.com/docs/border-radius
1290
+ */
1291
+ "rounded-ss": [{
1292
+ "rounded-ss": [n]
1293
+ }],
1294
+ /**
1295
+ * Border Radius Start End
1296
+ * @see https://tailwindcss.com/docs/border-radius
1297
+ */
1298
+ "rounded-se": [{
1299
+ "rounded-se": [n]
1300
+ }],
1301
+ /**
1302
+ * Border Radius End End
1303
+ * @see https://tailwindcss.com/docs/border-radius
1304
+ */
1305
+ "rounded-ee": [{
1306
+ "rounded-ee": [n]
1307
+ }],
1308
+ /**
1309
+ * Border Radius End Start
1310
+ * @see https://tailwindcss.com/docs/border-radius
1311
+ */
1312
+ "rounded-es": [{
1313
+ "rounded-es": [n]
1314
+ }],
1315
+ /**
1316
+ * Border Radius Top Left
1317
+ * @see https://tailwindcss.com/docs/border-radius
1318
+ */
1319
+ "rounded-tl": [{
1320
+ "rounded-tl": [n]
1321
+ }],
1322
+ /**
1323
+ * Border Radius Top Right
1324
+ * @see https://tailwindcss.com/docs/border-radius
1325
+ */
1326
+ "rounded-tr": [{
1327
+ "rounded-tr": [n]
1328
+ }],
1329
+ /**
1330
+ * Border Radius Bottom Right
1331
+ * @see https://tailwindcss.com/docs/border-radius
1332
+ */
1333
+ "rounded-br": [{
1334
+ "rounded-br": [n]
1335
+ }],
1336
+ /**
1337
+ * Border Radius Bottom Left
1338
+ * @see https://tailwindcss.com/docs/border-radius
1339
+ */
1340
+ "rounded-bl": [{
1341
+ "rounded-bl": [n]
1342
+ }],
1343
+ /**
1344
+ * Border Width
1345
+ * @see https://tailwindcss.com/docs/border-width
1346
+ */
1347
+ "border-w": [{
1348
+ border: [s]
1349
+ }],
1350
+ /**
1351
+ * Border Width X
1352
+ * @see https://tailwindcss.com/docs/border-width
1353
+ */
1354
+ "border-w-x": [{
1355
+ "border-x": [s]
1356
+ }],
1357
+ /**
1358
+ * Border Width Y
1359
+ * @see https://tailwindcss.com/docs/border-width
1360
+ */
1361
+ "border-w-y": [{
1362
+ "border-y": [s]
1363
+ }],
1364
+ /**
1365
+ * Border Width Start
1366
+ * @see https://tailwindcss.com/docs/border-width
1367
+ */
1368
+ "border-w-s": [{
1369
+ "border-s": [s]
1370
+ }],
1371
+ /**
1372
+ * Border Width End
1373
+ * @see https://tailwindcss.com/docs/border-width
1374
+ */
1375
+ "border-w-e": [{
1376
+ "border-e": [s]
1377
+ }],
1378
+ /**
1379
+ * Border Width Top
1380
+ * @see https://tailwindcss.com/docs/border-width
1381
+ */
1382
+ "border-w-t": [{
1383
+ "border-t": [s]
1384
+ }],
1385
+ /**
1386
+ * Border Width Right
1387
+ * @see https://tailwindcss.com/docs/border-width
1388
+ */
1389
+ "border-w-r": [{
1390
+ "border-r": [s]
1391
+ }],
1392
+ /**
1393
+ * Border Width Bottom
1394
+ * @see https://tailwindcss.com/docs/border-width
1395
+ */
1396
+ "border-w-b": [{
1397
+ "border-b": [s]
1398
+ }],
1399
+ /**
1400
+ * Border Width Left
1401
+ * @see https://tailwindcss.com/docs/border-width
1402
+ */
1403
+ "border-w-l": [{
1404
+ "border-l": [s]
1405
+ }],
1406
+ /**
1407
+ * Border Opacity
1408
+ * @see https://tailwindcss.com/docs/border-opacity
1409
+ */
1410
+ "border-opacity": [{
1411
+ "border-opacity": [f]
1412
+ }],
1413
+ /**
1414
+ * Border Style
1415
+ * @see https://tailwindcss.com/docs/border-style
1416
+ */
1417
+ "border-style": [{
1418
+ border: [...T(), "hidden"]
1419
+ }],
1420
+ /**
1421
+ * Divide Width X
1422
+ * @see https://tailwindcss.com/docs/divide-width
1423
+ */
1424
+ "divide-x": [{
1425
+ "divide-x": [s]
1426
+ }],
1427
+ /**
1428
+ * Divide Width X Reverse
1429
+ * @see https://tailwindcss.com/docs/divide-width
1430
+ */
1431
+ "divide-x-reverse": ["divide-x-reverse"],
1432
+ /**
1433
+ * Divide Width Y
1434
+ * @see https://tailwindcss.com/docs/divide-width
1435
+ */
1436
+ "divide-y": [{
1437
+ "divide-y": [s]
1438
+ }],
1439
+ /**
1440
+ * Divide Width Y Reverse
1441
+ * @see https://tailwindcss.com/docs/divide-width
1442
+ */
1443
+ "divide-y-reverse": ["divide-y-reverse"],
1444
+ /**
1445
+ * Divide Opacity
1446
+ * @see https://tailwindcss.com/docs/divide-opacity
1447
+ */
1448
+ "divide-opacity": [{
1449
+ "divide-opacity": [f]
1450
+ }],
1451
+ /**
1452
+ * Divide Style
1453
+ * @see https://tailwindcss.com/docs/divide-style
1454
+ */
1455
+ "divide-style": [{
1456
+ divide: T()
1457
+ }],
1458
+ /**
1459
+ * Border Color
1460
+ * @see https://tailwindcss.com/docs/border-color
1461
+ */
1462
+ "border-color": [{
1463
+ border: [i]
1464
+ }],
1465
+ /**
1466
+ * Border Color X
1467
+ * @see https://tailwindcss.com/docs/border-color
1468
+ */
1469
+ "border-color-x": [{
1470
+ "border-x": [i]
1471
+ }],
1472
+ /**
1473
+ * Border Color Y
1474
+ * @see https://tailwindcss.com/docs/border-color
1475
+ */
1476
+ "border-color-y": [{
1477
+ "border-y": [i]
1478
+ }],
1479
+ /**
1480
+ * Border Color S
1481
+ * @see https://tailwindcss.com/docs/border-color
1482
+ */
1483
+ "border-color-s": [{
1484
+ "border-s": [i]
1485
+ }],
1486
+ /**
1487
+ * Border Color E
1488
+ * @see https://tailwindcss.com/docs/border-color
1489
+ */
1490
+ "border-color-e": [{
1491
+ "border-e": [i]
1492
+ }],
1493
+ /**
1494
+ * Border Color Top
1495
+ * @see https://tailwindcss.com/docs/border-color
1496
+ */
1497
+ "border-color-t": [{
1498
+ "border-t": [i]
1499
+ }],
1500
+ /**
1501
+ * Border Color Right
1502
+ * @see https://tailwindcss.com/docs/border-color
1503
+ */
1504
+ "border-color-r": [{
1505
+ "border-r": [i]
1506
+ }],
1507
+ /**
1508
+ * Border Color Bottom
1509
+ * @see https://tailwindcss.com/docs/border-color
1510
+ */
1511
+ "border-color-b": [{
1512
+ "border-b": [i]
1513
+ }],
1514
+ /**
1515
+ * Border Color Left
1516
+ * @see https://tailwindcss.com/docs/border-color
1517
+ */
1518
+ "border-color-l": [{
1519
+ "border-l": [i]
1520
+ }],
1521
+ /**
1522
+ * Divide Color
1523
+ * @see https://tailwindcss.com/docs/divide-color
1524
+ */
1525
+ "divide-color": [{
1526
+ divide: [i]
1527
+ }],
1528
+ /**
1529
+ * Outline Style
1530
+ * @see https://tailwindcss.com/docs/outline-style
1531
+ */
1532
+ "outline-style": [{
1533
+ outline: ["", ...T()]
1534
+ }],
1535
+ /**
1536
+ * Outline Offset
1537
+ * @see https://tailwindcss.com/docs/outline-offset
1538
+ */
1539
+ "outline-offset": [{
1540
+ "outline-offset": [C, l]
1541
+ }],
1542
+ /**
1543
+ * Outline Width
1544
+ * @see https://tailwindcss.com/docs/outline-width
1545
+ */
1546
+ "outline-w": [{
1547
+ outline: [C, z]
1548
+ }],
1549
+ /**
1550
+ * Outline Color
1551
+ * @see https://tailwindcss.com/docs/outline-color
1552
+ */
1553
+ "outline-color": [{
1554
+ outline: [e]
1555
+ }],
1556
+ /**
1557
+ * Ring Width
1558
+ * @see https://tailwindcss.com/docs/ring-width
1559
+ */
1560
+ "ring-w": [{
1561
+ ring: J()
1562
+ }],
1563
+ /**
1564
+ * Ring Width Inset
1565
+ * @see https://tailwindcss.com/docs/ring-width
1566
+ */
1567
+ "ring-w-inset": ["ring-inset"],
1568
+ /**
1569
+ * Ring Color
1570
+ * @see https://tailwindcss.com/docs/ring-color
1571
+ */
1572
+ "ring-color": [{
1573
+ ring: [e]
1574
+ }],
1575
+ /**
1576
+ * Ring Opacity
1577
+ * @see https://tailwindcss.com/docs/ring-opacity
1578
+ */
1579
+ "ring-opacity": [{
1580
+ "ring-opacity": [f]
1581
+ }],
1582
+ /**
1583
+ * Ring Offset Width
1584
+ * @see https://tailwindcss.com/docs/ring-offset-width
1585
+ */
1586
+ "ring-offset-w": [{
1587
+ "ring-offset": [C, z]
1588
+ }],
1589
+ /**
1590
+ * Ring Offset Color
1591
+ * @see https://tailwindcss.com/docs/ring-offset-color
1592
+ */
1593
+ "ring-offset-color": [{
1594
+ "ring-offset": [e]
1595
+ }],
1596
+ // Effects
1597
+ /**
1598
+ * Box Shadow
1599
+ * @see https://tailwindcss.com/docs/box-shadow
1600
+ */
1601
+ shadow: [{
1602
+ shadow: ["", "inner", "none", S, Re]
1603
+ }],
1604
+ /**
1605
+ * Box Shadow Color
1606
+ * @see https://tailwindcss.com/docs/box-shadow-color
1607
+ */
1608
+ "shadow-color": [{
1609
+ shadow: [N]
1610
+ }],
1611
+ /**
1612
+ * Opacity
1613
+ * @see https://tailwindcss.com/docs/opacity
1614
+ */
1615
+ opacity: [{
1616
+ opacity: [f]
1617
+ }],
1618
+ /**
1619
+ * Mix Blend Mode
1620
+ * @see https://tailwindcss.com/docs/mix-blend-mode
1621
+ */
1622
+ "mix-blend": [{
1623
+ "mix-blend": [...Z(), "plus-lighter", "plus-darker"]
1624
+ }],
1625
+ /**
1626
+ * Background Blend Mode
1627
+ * @see https://tailwindcss.com/docs/background-blend-mode
1628
+ */
1629
+ "bg-blend": [{
1630
+ "bg-blend": Z()
1631
+ }],
1632
+ // Filters
1633
+ /**
1634
+ * Filter
1635
+ * @deprecated since Tailwind CSS v3.0.0
1636
+ * @see https://tailwindcss.com/docs/filter
1637
+ */
1638
+ filter: [{
1639
+ filter: ["", "none"]
1640
+ }],
1641
+ /**
1642
+ * Blur
1643
+ * @see https://tailwindcss.com/docs/blur
1644
+ */
1645
+ blur: [{
1646
+ blur: [t]
1647
+ }],
1648
+ /**
1649
+ * Brightness
1650
+ * @see https://tailwindcss.com/docs/brightness
1651
+ */
1652
+ brightness: [{
1653
+ brightness: [o]
1654
+ }],
1655
+ /**
1656
+ * Contrast
1657
+ * @see https://tailwindcss.com/docs/contrast
1658
+ */
1659
+ contrast: [{
1660
+ contrast: [u]
1661
+ }],
1662
+ /**
1663
+ * Drop Shadow
1664
+ * @see https://tailwindcss.com/docs/drop-shadow
1665
+ */
1666
+ "drop-shadow": [{
1667
+ "drop-shadow": ["", "none", S, l]
1668
+ }],
1669
+ /**
1670
+ * Grayscale
1671
+ * @see https://tailwindcss.com/docs/grayscale
1672
+ */
1673
+ grayscale: [{
1674
+ grayscale: [g]
1675
+ }],
1676
+ /**
1677
+ * Hue Rotate
1678
+ * @see https://tailwindcss.com/docs/hue-rotate
1679
+ */
1680
+ "hue-rotate": [{
1681
+ "hue-rotate": [m]
1682
+ }],
1683
+ /**
1684
+ * Invert
1685
+ * @see https://tailwindcss.com/docs/invert
1686
+ */
1687
+ invert: [{
1688
+ invert: [y]
1689
+ }],
1690
+ /**
1691
+ * Saturate
1692
+ * @see https://tailwindcss.com/docs/saturate
1693
+ */
1694
+ saturate: [{
1695
+ saturate: [R]
1696
+ }],
1697
+ /**
1698
+ * Sepia
1699
+ * @see https://tailwindcss.com/docs/sepia
1700
+ */
1701
+ sepia: [{
1702
+ sepia: [j]
1703
+ }],
1704
+ /**
1705
+ * Backdrop Filter
1706
+ * @deprecated since Tailwind CSS v3.0.0
1707
+ * @see https://tailwindcss.com/docs/backdrop-filter
1708
+ */
1709
+ "backdrop-filter": [{
1710
+ "backdrop-filter": ["", "none"]
1711
+ }],
1712
+ /**
1713
+ * Backdrop Blur
1714
+ * @see https://tailwindcss.com/docs/backdrop-blur
1715
+ */
1716
+ "backdrop-blur": [{
1717
+ "backdrop-blur": [t]
1718
+ }],
1719
+ /**
1720
+ * Backdrop Brightness
1721
+ * @see https://tailwindcss.com/docs/backdrop-brightness
1722
+ */
1723
+ "backdrop-brightness": [{
1724
+ "backdrop-brightness": [o]
1725
+ }],
1726
+ /**
1727
+ * Backdrop Contrast
1728
+ * @see https://tailwindcss.com/docs/backdrop-contrast
1729
+ */
1730
+ "backdrop-contrast": [{
1731
+ "backdrop-contrast": [u]
1732
+ }],
1733
+ /**
1734
+ * Backdrop Grayscale
1735
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
1736
+ */
1737
+ "backdrop-grayscale": [{
1738
+ "backdrop-grayscale": [g]
1739
+ }],
1740
+ /**
1741
+ * Backdrop Hue Rotate
1742
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1743
+ */
1744
+ "backdrop-hue-rotate": [{
1745
+ "backdrop-hue-rotate": [m]
1746
+ }],
1747
+ /**
1748
+ * Backdrop Invert
1749
+ * @see https://tailwindcss.com/docs/backdrop-invert
1750
+ */
1751
+ "backdrop-invert": [{
1752
+ "backdrop-invert": [y]
1753
+ }],
1754
+ /**
1755
+ * Backdrop Opacity
1756
+ * @see https://tailwindcss.com/docs/backdrop-opacity
1757
+ */
1758
+ "backdrop-opacity": [{
1759
+ "backdrop-opacity": [f]
1760
+ }],
1761
+ /**
1762
+ * Backdrop Saturate
1763
+ * @see https://tailwindcss.com/docs/backdrop-saturate
1764
+ */
1765
+ "backdrop-saturate": [{
1766
+ "backdrop-saturate": [R]
1767
+ }],
1768
+ /**
1769
+ * Backdrop Sepia
1770
+ * @see https://tailwindcss.com/docs/backdrop-sepia
1771
+ */
1772
+ "backdrop-sepia": [{
1773
+ "backdrop-sepia": [j]
1774
+ }],
1775
+ // Tables
1776
+ /**
1777
+ * Border Collapse
1778
+ * @see https://tailwindcss.com/docs/border-collapse
1779
+ */
1780
+ "border-collapse": [{
1781
+ border: ["collapse", "separate"]
1782
+ }],
1783
+ /**
1784
+ * Border Spacing
1785
+ * @see https://tailwindcss.com/docs/border-spacing
1786
+ */
1787
+ "border-spacing": [{
1788
+ "border-spacing": [a]
1789
+ }],
1790
+ /**
1791
+ * Border Spacing X
1792
+ * @see https://tailwindcss.com/docs/border-spacing
1793
+ */
1794
+ "border-spacing-x": [{
1795
+ "border-spacing-x": [a]
1796
+ }],
1797
+ /**
1798
+ * Border Spacing Y
1799
+ * @see https://tailwindcss.com/docs/border-spacing
1800
+ */
1801
+ "border-spacing-y": [{
1802
+ "border-spacing-y": [a]
1803
+ }],
1804
+ /**
1805
+ * Table Layout
1806
+ * @see https://tailwindcss.com/docs/table-layout
1807
+ */
1808
+ "table-layout": [{
1809
+ table: ["auto", "fixed"]
1810
+ }],
1811
+ /**
1812
+ * Caption Side
1813
+ * @see https://tailwindcss.com/docs/caption-side
1814
+ */
1815
+ caption: [{
1816
+ caption: ["top", "bottom"]
1817
+ }],
1818
+ // Transitions and Animation
1819
+ /**
1820
+ * Tranisition Property
1821
+ * @see https://tailwindcss.com/docs/transition-property
1822
+ */
1823
+ transition: [{
1824
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", l]
1825
+ }],
1826
+ /**
1827
+ * Transition Duration
1828
+ * @see https://tailwindcss.com/docs/transition-duration
1829
+ */
1830
+ duration: [{
1831
+ duration: k()
1832
+ }],
1833
+ /**
1834
+ * Transition Timing Function
1835
+ * @see https://tailwindcss.com/docs/transition-timing-function
1836
+ */
1837
+ ease: [{
1838
+ ease: ["linear", "in", "out", "in-out", l]
1839
+ }],
1840
+ /**
1841
+ * Transition Delay
1842
+ * @see https://tailwindcss.com/docs/transition-delay
1843
+ */
1844
+ delay: [{
1845
+ delay: k()
1846
+ }],
1847
+ /**
1848
+ * Animation
1849
+ * @see https://tailwindcss.com/docs/animation
1850
+ */
1851
+ animate: [{
1852
+ animate: ["none", "spin", "ping", "pulse", "bounce", l]
1853
+ }],
1854
+ // Transforms
1855
+ /**
1856
+ * Transform
1857
+ * @see https://tailwindcss.com/docs/transform
1858
+ */
1859
+ transform: [{
1860
+ transform: ["", "gpu", "none"]
1861
+ }],
1862
+ /**
1863
+ * Scale
1864
+ * @see https://tailwindcss.com/docs/scale
1865
+ */
1866
+ scale: [{
1867
+ scale: [A]
1868
+ }],
1869
+ /**
1870
+ * Scale X
1871
+ * @see https://tailwindcss.com/docs/scale
1872
+ */
1873
+ "scale-x": [{
1874
+ "scale-x": [A]
1875
+ }],
1876
+ /**
1877
+ * Scale Y
1878
+ * @see https://tailwindcss.com/docs/scale
1879
+ */
1880
+ "scale-y": [{
1881
+ "scale-y": [A]
1882
+ }],
1883
+ /**
1884
+ * Rotate
1885
+ * @see https://tailwindcss.com/docs/rotate
1886
+ */
1887
+ rotate: [{
1888
+ rotate: [I, l]
1889
+ }],
1890
+ /**
1891
+ * Translate X
1892
+ * @see https://tailwindcss.com/docs/translate
1893
+ */
1894
+ "translate-x": [{
1895
+ "translate-x": [q]
1896
+ }],
1897
+ /**
1898
+ * Translate Y
1899
+ * @see https://tailwindcss.com/docs/translate
1900
+ */
1901
+ "translate-y": [{
1902
+ "translate-y": [q]
1903
+ }],
1904
+ /**
1905
+ * Skew X
1906
+ * @see https://tailwindcss.com/docs/skew
1907
+ */
1908
+ "skew-x": [{
1909
+ "skew-x": [U]
1910
+ }],
1911
+ /**
1912
+ * Skew Y
1913
+ * @see https://tailwindcss.com/docs/skew
1914
+ */
1915
+ "skew-y": [{
1916
+ "skew-y": [U]
1917
+ }],
1918
+ /**
1919
+ * Transform Origin
1920
+ * @see https://tailwindcss.com/docs/transform-origin
1921
+ */
1922
+ "transform-origin": [{
1923
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", l]
1924
+ }],
1925
+ // Interactivity
1926
+ /**
1927
+ * Accent Color
1928
+ * @see https://tailwindcss.com/docs/accent-color
1929
+ */
1930
+ accent: [{
1931
+ accent: ["auto", e]
1932
+ }],
1933
+ /**
1934
+ * Appearance
1935
+ * @see https://tailwindcss.com/docs/appearance
1936
+ */
1937
+ appearance: [{
1938
+ appearance: ["none", "auto"]
1939
+ }],
1940
+ /**
1941
+ * Cursor
1942
+ * @see https://tailwindcss.com/docs/cursor
1943
+ */
1944
+ cursor: [{
1945
+ 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", l]
1946
+ }],
1947
+ /**
1948
+ * Caret Color
1949
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
1950
+ */
1951
+ "caret-color": [{
1952
+ caret: [e]
1953
+ }],
1954
+ /**
1955
+ * Pointer Events
1956
+ * @see https://tailwindcss.com/docs/pointer-events
1957
+ */
1958
+ "pointer-events": [{
1959
+ "pointer-events": ["none", "auto"]
1960
+ }],
1961
+ /**
1962
+ * Resize
1963
+ * @see https://tailwindcss.com/docs/resize
1964
+ */
1965
+ resize: [{
1966
+ resize: ["none", "y", "x", ""]
1967
+ }],
1968
+ /**
1969
+ * Scroll Behavior
1970
+ * @see https://tailwindcss.com/docs/scroll-behavior
1971
+ */
1972
+ "scroll-behavior": [{
1973
+ scroll: ["auto", "smooth"]
1974
+ }],
1975
+ /**
1976
+ * Scroll Margin
1977
+ * @see https://tailwindcss.com/docs/scroll-margin
1978
+ */
1979
+ "scroll-m": [{
1980
+ "scroll-m": d()
1981
+ }],
1982
+ /**
1983
+ * Scroll Margin X
1984
+ * @see https://tailwindcss.com/docs/scroll-margin
1985
+ */
1986
+ "scroll-mx": [{
1987
+ "scroll-mx": d()
1988
+ }],
1989
+ /**
1990
+ * Scroll Margin Y
1991
+ * @see https://tailwindcss.com/docs/scroll-margin
1992
+ */
1993
+ "scroll-my": [{
1994
+ "scroll-my": d()
1995
+ }],
1996
+ /**
1997
+ * Scroll Margin Start
1998
+ * @see https://tailwindcss.com/docs/scroll-margin
1999
+ */
2000
+ "scroll-ms": [{
2001
+ "scroll-ms": d()
2002
+ }],
2003
+ /**
2004
+ * Scroll Margin End
2005
+ * @see https://tailwindcss.com/docs/scroll-margin
2006
+ */
2007
+ "scroll-me": [{
2008
+ "scroll-me": d()
2009
+ }],
2010
+ /**
2011
+ * Scroll Margin Top
2012
+ * @see https://tailwindcss.com/docs/scroll-margin
2013
+ */
2014
+ "scroll-mt": [{
2015
+ "scroll-mt": d()
2016
+ }],
2017
+ /**
2018
+ * Scroll Margin Right
2019
+ * @see https://tailwindcss.com/docs/scroll-margin
2020
+ */
2021
+ "scroll-mr": [{
2022
+ "scroll-mr": d()
2023
+ }],
2024
+ /**
2025
+ * Scroll Margin Bottom
2026
+ * @see https://tailwindcss.com/docs/scroll-margin
2027
+ */
2028
+ "scroll-mb": [{
2029
+ "scroll-mb": d()
2030
+ }],
2031
+ /**
2032
+ * Scroll Margin Left
2033
+ * @see https://tailwindcss.com/docs/scroll-margin
2034
+ */
2035
+ "scroll-ml": [{
2036
+ "scroll-ml": d()
2037
+ }],
2038
+ /**
2039
+ * Scroll Padding
2040
+ * @see https://tailwindcss.com/docs/scroll-padding
2041
+ */
2042
+ "scroll-p": [{
2043
+ "scroll-p": d()
2044
+ }],
2045
+ /**
2046
+ * Scroll Padding X
2047
+ * @see https://tailwindcss.com/docs/scroll-padding
2048
+ */
2049
+ "scroll-px": [{
2050
+ "scroll-px": d()
2051
+ }],
2052
+ /**
2053
+ * Scroll Padding Y
2054
+ * @see https://tailwindcss.com/docs/scroll-padding
2055
+ */
2056
+ "scroll-py": [{
2057
+ "scroll-py": d()
2058
+ }],
2059
+ /**
2060
+ * Scroll Padding Start
2061
+ * @see https://tailwindcss.com/docs/scroll-padding
2062
+ */
2063
+ "scroll-ps": [{
2064
+ "scroll-ps": d()
2065
+ }],
2066
+ /**
2067
+ * Scroll Padding End
2068
+ * @see https://tailwindcss.com/docs/scroll-padding
2069
+ */
2070
+ "scroll-pe": [{
2071
+ "scroll-pe": d()
2072
+ }],
2073
+ /**
2074
+ * Scroll Padding Top
2075
+ * @see https://tailwindcss.com/docs/scroll-padding
2076
+ */
2077
+ "scroll-pt": [{
2078
+ "scroll-pt": d()
2079
+ }],
2080
+ /**
2081
+ * Scroll Padding Right
2082
+ * @see https://tailwindcss.com/docs/scroll-padding
2083
+ */
2084
+ "scroll-pr": [{
2085
+ "scroll-pr": d()
2086
+ }],
2087
+ /**
2088
+ * Scroll Padding Bottom
2089
+ * @see https://tailwindcss.com/docs/scroll-padding
2090
+ */
2091
+ "scroll-pb": [{
2092
+ "scroll-pb": d()
2093
+ }],
2094
+ /**
2095
+ * Scroll Padding Left
2096
+ * @see https://tailwindcss.com/docs/scroll-padding
2097
+ */
2098
+ "scroll-pl": [{
2099
+ "scroll-pl": d()
2100
+ }],
2101
+ /**
2102
+ * Scroll Snap Align
2103
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2104
+ */
2105
+ "snap-align": [{
2106
+ snap: ["start", "end", "center", "align-none"]
2107
+ }],
2108
+ /**
2109
+ * Scroll Snap Stop
2110
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2111
+ */
2112
+ "snap-stop": [{
2113
+ snap: ["normal", "always"]
2114
+ }],
2115
+ /**
2116
+ * Scroll Snap Type
2117
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2118
+ */
2119
+ "snap-type": [{
2120
+ snap: ["none", "x", "y", "both"]
2121
+ }],
2122
+ /**
2123
+ * Scroll Snap Type Strictness
2124
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2125
+ */
2126
+ "snap-strictness": [{
2127
+ snap: ["mandatory", "proximity"]
2128
+ }],
2129
+ /**
2130
+ * Touch Action
2131
+ * @see https://tailwindcss.com/docs/touch-action
2132
+ */
2133
+ touch: [{
2134
+ touch: ["auto", "none", "manipulation"]
2135
+ }],
2136
+ /**
2137
+ * Touch Action X
2138
+ * @see https://tailwindcss.com/docs/touch-action
2139
+ */
2140
+ "touch-x": [{
2141
+ "touch-pan": ["x", "left", "right"]
2142
+ }],
2143
+ /**
2144
+ * Touch Action Y
2145
+ * @see https://tailwindcss.com/docs/touch-action
2146
+ */
2147
+ "touch-y": [{
2148
+ "touch-pan": ["y", "up", "down"]
2149
+ }],
2150
+ /**
2151
+ * Touch Action Pinch Zoom
2152
+ * @see https://tailwindcss.com/docs/touch-action
2153
+ */
2154
+ "touch-pz": ["touch-pinch-zoom"],
2155
+ /**
2156
+ * User Select
2157
+ * @see https://tailwindcss.com/docs/user-select
2158
+ */
2159
+ select: [{
2160
+ select: ["none", "text", "all", "auto"]
2161
+ }],
2162
+ /**
2163
+ * Will Change
2164
+ * @see https://tailwindcss.com/docs/will-change
2165
+ */
2166
+ "will-change": [{
2167
+ "will-change": ["auto", "scroll", "contents", "transform", l]
2168
+ }],
2169
+ // SVG
2170
+ /**
2171
+ * Fill
2172
+ * @see https://tailwindcss.com/docs/fill
2173
+ */
2174
+ fill: [{
2175
+ fill: [e, "none"]
2176
+ }],
2177
+ /**
2178
+ * Stroke Width
2179
+ * @see https://tailwindcss.com/docs/stroke-width
2180
+ */
2181
+ "stroke-w": [{
2182
+ stroke: [C, z, _]
2183
+ }],
2184
+ /**
2185
+ * Stroke
2186
+ * @see https://tailwindcss.com/docs/stroke
2187
+ */
2188
+ stroke: [{
2189
+ stroke: [e, "none"]
2190
+ }],
2191
+ // Accessibility
2192
+ /**
2193
+ * Screen Readers
2194
+ * @see https://tailwindcss.com/docs/screen-readers
2195
+ */
2196
+ sr: ["sr-only", "not-sr-only"],
2197
+ /**
2198
+ * Forced Color Adjust
2199
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2200
+ */
2201
+ "forced-color-adjust": [{
2202
+ "forced-color-adjust": ["auto", "none"]
2203
+ }]
2204
+ },
2205
+ conflictingClassGroups: {
2206
+ overflow: ["overflow-x", "overflow-y"],
2207
+ overscroll: ["overscroll-x", "overscroll-y"],
2208
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2209
+ "inset-x": ["right", "left"],
2210
+ "inset-y": ["top", "bottom"],
2211
+ flex: ["basis", "grow", "shrink"],
2212
+ gap: ["gap-x", "gap-y"],
2213
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2214
+ px: ["pr", "pl"],
2215
+ py: ["pt", "pb"],
2216
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2217
+ mx: ["mr", "ml"],
2218
+ my: ["mt", "mb"],
2219
+ size: ["w", "h"],
2220
+ "font-size": ["leading"],
2221
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2222
+ "fvn-ordinal": ["fvn-normal"],
2223
+ "fvn-slashed-zero": ["fvn-normal"],
2224
+ "fvn-figure": ["fvn-normal"],
2225
+ "fvn-spacing": ["fvn-normal"],
2226
+ "fvn-fraction": ["fvn-normal"],
2227
+ "line-clamp": ["display", "overflow"],
2228
+ 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"],
2229
+ "rounded-s": ["rounded-ss", "rounded-es"],
2230
+ "rounded-e": ["rounded-se", "rounded-ee"],
2231
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2232
+ "rounded-r": ["rounded-tr", "rounded-br"],
2233
+ "rounded-b": ["rounded-br", "rounded-bl"],
2234
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2235
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2236
+ "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2237
+ "border-w-x": ["border-w-r", "border-w-l"],
2238
+ "border-w-y": ["border-w-t", "border-w-b"],
2239
+ "border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2240
+ "border-color-x": ["border-color-r", "border-color-l"],
2241
+ "border-color-y": ["border-color-t", "border-color-b"],
2242
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2243
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2244
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2245
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2246
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2247
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2248
+ touch: ["touch-x", "touch-y", "touch-pz"],
2249
+ "touch-x": ["touch"],
2250
+ "touch-y": ["touch"],
2251
+ "touch-pz": ["touch"]
2252
+ },
2253
+ conflictingClassGroupModifiers: {
2254
+ "font-size": ["leading"]
2255
+ }
2256
+ };
2257
+ }, Ee = /* @__PURE__ */ fe(je);
2258
+ export {
2259
+ fe as createTailwindMerge,
2260
+ c as fromTheme,
2261
+ je as getDefaultConfig,
2262
+ ge as twJoin,
2263
+ Ee as twMerge
2264
+ };
2265
+ //# sourceMappingURL=bundle-mjs.js.map