reaxify 1.2.0 → 1.3.1

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 (190) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs.js +1 -1
  2. package/dist/_virtual/_commonjsHelpers.es.js +3 -4
  3. package/dist/_virtual/index.cjs.js +1 -1
  4. package/dist/_virtual/index.cjs2.js +1 -1
  5. package/dist/_virtual/index.cjs3.js +1 -1
  6. package/dist/_virtual/index.es.js +3 -4
  7. package/dist/_virtual/index.es2.js +2 -3
  8. package/dist/_virtual/index.es3.js +0 -1
  9. package/dist/_virtual/react-is.development.cjs.js +1 -1
  10. package/dist/_virtual/react-is.development.es.js +0 -1
  11. package/dist/_virtual/react-is.production.min.cjs.js +1 -1
  12. package/dist/_virtual/react-is.production.min.es.js +2 -3
  13. package/dist/axios/index.d.ts.map +1 -1
  14. package/dist/components/Accordion/index.cjs.js +1 -1
  15. package/dist/components/Accordion/index.d.ts +5 -3
  16. package/dist/components/Accordion/index.d.ts.map +1 -1
  17. package/dist/components/Accordion/index.es.js +67 -64
  18. package/dist/components/Alert/index.cjs.js +1 -1
  19. package/dist/components/Alert/index.d.ts +6 -6
  20. package/dist/components/Alert/index.d.ts.map +1 -1
  21. package/dist/components/Alert/index.es.js +103 -96
  22. package/dist/components/Avatar/index.cjs.js +1 -1
  23. package/dist/components/Avatar/index.d.ts +3 -3
  24. package/dist/components/Avatar/index.d.ts.map +1 -1
  25. package/dist/components/Avatar/index.es.js +97 -93
  26. package/dist/components/Badge/index.cjs.js +1 -1
  27. package/dist/components/Badge/index.d.ts.map +1 -1
  28. package/dist/components/Badge/index.es.js +13 -12
  29. package/dist/components/Button/index.cjs.js +1 -1
  30. package/dist/components/Button/index.d.ts.map +1 -1
  31. package/dist/components/Button/index.es.js +14 -13
  32. package/dist/components/ButtonGroup/index.cjs.js +1 -1
  33. package/dist/components/ButtonGroup/index.es.js +13 -12
  34. package/dist/components/Card/index.cjs.js +1 -1
  35. package/dist/components/Card/index.d.ts +4 -4
  36. package/dist/components/Card/index.d.ts.map +1 -1
  37. package/dist/components/Card/index.es.js +54 -38
  38. package/dist/components/Collapse/index.cjs.js +1 -1
  39. package/dist/components/Collapse/index.d.ts.map +1 -1
  40. package/dist/components/Collapse/index.es.js +14 -13
  41. package/dist/components/Divider/index.cjs.js +1 -1
  42. package/dist/components/Divider/index.d.ts.map +1 -1
  43. package/dist/components/Divider/index.es.js +10 -9
  44. package/dist/components/Drawer/index.cjs.js +1 -1
  45. package/dist/components/Drawer/index.d.ts +5 -9
  46. package/dist/components/Drawer/index.d.ts.map +1 -1
  47. package/dist/components/Drawer/index.es.js +124 -101
  48. package/dist/components/Fill/index.cjs.js +1 -1
  49. package/dist/components/Fill/index.d.ts +1 -1
  50. package/dist/components/Fill/index.d.ts.map +1 -1
  51. package/dist/components/Fill/index.es.js +12 -10
  52. package/dist/components/InputGroup/index.cjs.js +1 -1
  53. package/dist/components/InputGroup/index.d.ts.map +1 -1
  54. package/dist/components/InputGroup/index.es.js +58 -57
  55. package/dist/components/List/index.cjs.js +1 -0
  56. package/dist/components/List/index.d.ts +25 -0
  57. package/dist/components/List/index.d.ts.map +1 -0
  58. package/dist/components/List/index.es.js +169 -0
  59. package/dist/components/Menu/index.cjs.js +1 -1
  60. package/dist/components/Menu/index.es.js +20 -17
  61. package/dist/components/Modal/index.cjs.js +1 -1
  62. package/dist/components/Modal/index.d.ts +5 -9
  63. package/dist/components/Modal/index.d.ts.map +1 -1
  64. package/dist/components/Modal/index.es.js +99 -76
  65. package/dist/components/Stack/index.cjs.js +1 -1
  66. package/dist/components/Stack/index.es.js +24 -23
  67. package/dist/components/Table/index.cjs.js +1 -1
  68. package/dist/components/Table/index.d.ts +12 -6
  69. package/dist/components/Table/index.d.ts.map +1 -1
  70. package/dist/components/Table/index.es.js +122 -80
  71. package/dist/components/Typography/index.cjs.js +1 -1
  72. package/dist/components/Typography/index.d.ts.map +1 -1
  73. package/dist/components/Typography/index.es.js +9 -8
  74. package/dist/components/index.cjs.js +1 -1
  75. package/dist/components/index.d.ts +1 -0
  76. package/dist/components/index.d.ts.map +1 -1
  77. package/dist/components/index.es.js +35 -33
  78. package/dist/helpers/anchorPointer.cjs.js +1 -1
  79. package/dist/helpers/anchorPointer.es.js +4 -5
  80. package/dist/helpers/cn.cjs.js +1 -1
  81. package/dist/helpers/cn.es.js +2 -3
  82. package/dist/helpers/copy.cjs.js +1 -1
  83. package/dist/helpers/copy.es.js +4 -5
  84. package/dist/helpers/createPolymorphicComponent.cjs.js +1 -0
  85. package/dist/helpers/createPolymorphicComponent.d.ts +7 -0
  86. package/dist/helpers/createPolymorphicComponent.d.ts.map +1 -0
  87. package/dist/helpers/createPolymorphicComponent.es.js +15 -0
  88. package/dist/helpers/index.cjs.js +1 -1
  89. package/dist/helpers/index.d.ts +1 -0
  90. package/dist/helpers/index.d.ts.map +1 -1
  91. package/dist/helpers/index.es.js +28 -26
  92. package/dist/helpers/isEmpty.cjs.js +1 -1
  93. package/dist/helpers/isEmpty.es.js +0 -1
  94. package/dist/helpers/isServer.cjs.js +1 -1
  95. package/dist/helpers/isServer.es.js +0 -1
  96. package/dist/helpers/randomID.cjs.js +1 -1
  97. package/dist/helpers/randomID.es.js +0 -1
  98. package/dist/helpers/replaceNonDigits.cjs.js +1 -1
  99. package/dist/helpers/replaceNonDigits.es.js +4 -5
  100. package/dist/helpers/replacePersianNumbers.cjs.js +1 -1
  101. package/dist/helpers/replacePersianNumbers.es.js +0 -1
  102. package/dist/helpers/scrollIntoView.cjs.js +1 -1
  103. package/dist/helpers/scrollIntoView.es.js +4 -5
  104. package/dist/helpers/twoDigitNumber.cjs.js +1 -1
  105. package/dist/helpers/twoDigitNumber.es.js +0 -1
  106. package/dist/helpers/wait.cjs.js +1 -1
  107. package/dist/helpers/wait.es.js +5 -6
  108. package/dist/hooks/index.d.ts.map +1 -1
  109. package/dist/index.cjs.js +1 -1
  110. package/dist/index.es.js +1 -1
  111. package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.cjs.js +1 -1
  112. package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.es.js +2 -3
  113. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js +1 -1
  114. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +7 -8
  115. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs.js +1 -1
  116. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +0 -1
  117. package/dist/node_modules/@tanstack/hotkeys/dist/constants.cjs.js +1 -1
  118. package/dist/node_modules/@tanstack/hotkeys/dist/constants.es.js +0 -1
  119. package/dist/node_modules/@tanstack/hotkeys/dist/format.cjs.js +1 -1
  120. package/dist/node_modules/@tanstack/hotkeys/dist/format.es.js +4 -5
  121. package/dist/node_modules/@tanstack/hotkeys/dist/hotkey-manager.cjs.js +1 -1
  122. package/dist/node_modules/@tanstack/hotkeys/dist/hotkey-manager.es.js +11 -12
  123. package/dist/node_modules/@tanstack/hotkeys/dist/manager.utils.cjs.js +1 -1
  124. package/dist/node_modules/@tanstack/hotkeys/dist/manager.utils.es.js +0 -1
  125. package/dist/node_modules/@tanstack/hotkeys/dist/match.cjs.js +1 -1
  126. package/dist/node_modules/@tanstack/hotkeys/dist/match.es.js +2 -3
  127. package/dist/node_modules/@tanstack/hotkeys/dist/parse.cjs.js +1 -1
  128. package/dist/node_modules/@tanstack/hotkeys/dist/parse.es.js +45 -42
  129. package/dist/node_modules/@tanstack/react-hotkeys/dist/HotkeysProvider.cjs.js +1 -1
  130. package/dist/node_modules/@tanstack/react-hotkeys/dist/HotkeysProvider.es.js +0 -1
  131. package/dist/node_modules/@tanstack/react-hotkeys/dist/useHotkey.cjs.js +1 -1
  132. package/dist/node_modules/@tanstack/react-hotkeys/dist/useHotkey.es.js +3 -4
  133. package/dist/node_modules/@tanstack/react-hotkeys/dist/utils.cjs.js +1 -1
  134. package/dist/node_modules/@tanstack/react-hotkeys/dist/utils.es.js +0 -1
  135. package/dist/node_modules/@tanstack/store/dist/esm/alien.cjs.js +1 -1
  136. package/dist/node_modules/@tanstack/store/dist/esm/alien.es.js +22 -23
  137. package/dist/node_modules/@tanstack/store/dist/esm/atom.cjs.js +1 -1
  138. package/dist/node_modules/@tanstack/store/dist/esm/atom.es.js +0 -1
  139. package/dist/node_modules/@tanstack/store/dist/esm/store.cjs.js +1 -1
  140. package/dist/node_modules/@tanstack/store/dist/esm/store.es.js +2 -3
  141. package/dist/node_modules/iconsax-react/dist/esm/ArrowDown2.cjs.js +1 -1
  142. package/dist/node_modules/iconsax-react/dist/esm/ArrowDown2.es.js +0 -1
  143. package/dist/node_modules/iconsax-react/dist/esm/_rollupPluginBabelHelpers-3bc641ae.cjs.js +1 -1
  144. package/dist/node_modules/iconsax-react/dist/esm/_rollupPluginBabelHelpers-3bc641ae.es.js +12 -13
  145. package/dist/node_modules/object-assign/index.cjs.js +1 -1
  146. package/dist/node_modules/object-assign/index.es.js +7 -8
  147. package/dist/node_modules/prop-types/checkPropTypes.cjs.js +1 -1
  148. package/dist/node_modules/prop-types/checkPropTypes.es.js +12 -13
  149. package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +1 -1
  150. package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +6 -7
  151. package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +1 -1
  152. package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -1
  153. package/dist/node_modules/prop-types/index.cjs.js +1 -1
  154. package/dist/node_modules/prop-types/index.es.js +2 -3
  155. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +1 -1
  156. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -1
  157. package/dist/node_modules/prop-types/lib/has.cjs.js +1 -1
  158. package/dist/node_modules/prop-types/lib/has.es.js +2 -3
  159. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +2 -2
  160. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -1
  161. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +1 -1
  162. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -1
  163. package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +1 -1
  164. package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +3 -4
  165. package/dist/node_modules/react-animate-height/dist/esm/index.cjs.js +1 -1
  166. package/dist/node_modules/react-animate-height/dist/esm/index.es.js +0 -1
  167. package/dist/node_modules/react-transition-group/esm/Transition.cjs.js +1 -1
  168. package/dist/node_modules/react-transition-group/esm/Transition.es.js +0 -1
  169. package/dist/node_modules/react-transition-group/esm/TransitionGroupContext.cjs.js +1 -1
  170. package/dist/node_modules/react-transition-group/esm/TransitionGroupContext.es.js +2 -3
  171. package/dist/node_modules/react-transition-group/esm/config.cjs.js +1 -1
  172. package/dist/node_modules/react-transition-group/esm/config.es.js +2 -3
  173. package/dist/node_modules/react-transition-group/esm/utils/PropTypes.cjs.js +1 -1
  174. package/dist/node_modules/react-transition-group/esm/utils/PropTypes.es.js +2 -3
  175. package/dist/node_modules/react-transition-group/esm/utils/reflow.cjs.js +1 -1
  176. package/dist/node_modules/react-transition-group/esm/utils/reflow.es.js +3 -4
  177. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js +1 -1
  178. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.es.js +0 -1
  179. package/dist/providers/ThemeProvider.d.ts +20 -0
  180. package/dist/providers/ThemeProvider.d.ts.map +1 -1
  181. package/dist/providers/index.d.ts.map +1 -1
  182. package/dist/stores/portalElement.cjs.js +1 -1
  183. package/dist/stores/portalElement.es.js +0 -1
  184. package/dist/storybook/argTypes.d.ts +47 -0
  185. package/dist/storybook/argTypes.d.ts.map +1 -0
  186. package/dist/storybook/parameters.d.ts +8 -0
  187. package/dist/storybook/parameters.d.ts.map +1 -0
  188. package/dist/types/index.d.ts +2 -2
  189. package/dist/types/index.d.ts.map +1 -1
  190. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps, ElementType, ReactNode } from 'react';
2
- export type ComponentPropsWithoutAs<E extends ElementType, P extends Record<string, unknown> = {}> = P & Omit<ComponentProps<E>, keyof P>;
3
- export type ComponentPropsWithAs<E extends ElementType, P extends Record<string, unknown> = {}> = P & {
2
+ export type ComponentPropsWithoutAs<E extends ElementType, P extends Record<string, any> = {}> = P & Omit<ComponentProps<E>, keyof P>;
3
+ export type ComponentPropsWithAs<E extends ElementType, P extends Record<string, any> = {}> = P & {
4
4
  as?: E;
5
5
  } & Omit<ComponentProps<E>, "as" | keyof P>;
6
6
  export interface ExtendBadgeVariant {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reaxify",
3
3
  "private": false,
4
- "version": "1.2.0",
4
+ "version": "1.3.1",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [