@react-xp/aeiou 0.1.0-beta.12 → 0.1.0-beta.14

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 (196) hide show
  1. package/dist/cjs/components/a/a.native.js +7 -7
  2. package/dist/cjs/components/a/a.web.js +7 -7
  3. package/dist/cjs/components/d/d.native.js +7 -7
  4. package/dist/cjs/components/d/d.web.js +8 -8
  5. package/dist/cjs/components/e/e.native.js +7 -14
  6. package/dist/cjs/components/e/e.web.js +7 -9
  7. package/dist/cjs/components/i/i.native.js +9 -5
  8. package/dist/cjs/components/i/i.web.js +9 -5
  9. package/dist/cjs/components/l/l.web.js +7 -9
  10. package/dist/cjs/components/o/o.native.js +4 -4
  11. package/dist/cjs/components/o/o.web.js +7 -4
  12. package/dist/cjs/components/p/p.native.js +4 -4
  13. package/dist/cjs/components/p/p.web.js +7 -4
  14. package/dist/cjs/components/s/s.native.js +4 -4
  15. package/dist/cjs/components/t/t.native.js +7 -8
  16. package/dist/cjs/components/t/t.web.js +7 -8
  17. package/dist/cjs/hooks/index.js +0 -3
  18. package/dist/cjs/hooks/index.native.js +2 -2
  19. package/dist/cjs/hooks/index.web.js +2 -2
  20. package/dist/cjs/hooks/useInteractiveHandlers/useInteractiveHandlers.native.js +43 -0
  21. package/dist/cjs/hooks/useInteractiveHandlers/useInteractiveHandlers.web.js +45 -0
  22. package/dist/cjs/hooks/useInteractiveState/useInteractiveState.native.js +53 -15
  23. package/dist/cjs/hooks/useInteractiveState/useInteractiveState.web.js +51 -39
  24. package/dist/cjs/hooks/useStyles/useStyles.helpers.js +35 -0
  25. package/dist/cjs/hooks/useStyles/useStyles.native.js +42 -0
  26. package/dist/cjs/hooks/useStyles/useStyles.web.js +71 -0
  27. package/dist/esm/components/a/a.native.js +7 -7
  28. package/dist/esm/components/a/a.web.js +7 -7
  29. package/dist/esm/components/d/d.native.js +5 -5
  30. package/dist/esm/components/d/d.web.js +5 -5
  31. package/dist/esm/components/e/e.native.js +6 -13
  32. package/dist/esm/components/e/e.web.js +6 -8
  33. package/dist/esm/components/i/i.native.js +7 -3
  34. package/dist/esm/components/i/i.web.js +7 -3
  35. package/dist/esm/components/l/l.web.js +6 -8
  36. package/dist/esm/components/o/o.native.js +3 -3
  37. package/dist/esm/components/o/o.web.js +6 -3
  38. package/dist/esm/components/p/p.native.js +3 -3
  39. package/dist/esm/components/p/p.web.js +6 -3
  40. package/dist/esm/components/s/s.native.js +3 -3
  41. package/dist/esm/components/t/t.native.js +6 -7
  42. package/dist/esm/components/t/t.web.js +6 -7
  43. package/dist/esm/hooks/index.js +0 -3
  44. package/dist/esm/hooks/index.native.js +2 -2
  45. package/dist/esm/hooks/index.web.js +2 -2
  46. package/dist/esm/hooks/useInteractiveHandlers/useInteractiveHandlers.native.js +40 -0
  47. package/dist/esm/hooks/useInteractiveHandlers/useInteractiveHandlers.web.js +42 -0
  48. package/dist/esm/hooks/useInteractiveState/useInteractiveState.native.js +54 -16
  49. package/dist/esm/hooks/useInteractiveState/useInteractiveState.web.js +51 -39
  50. package/dist/esm/hooks/useStyles/useStyles.helpers.js +29 -0
  51. package/dist/esm/hooks/useStyles/useStyles.native.js +38 -0
  52. package/dist/esm/hooks/useStyles/useStyles.web.js +66 -0
  53. package/dist/native/cjs/components/a/a.native.js +7 -7
  54. package/dist/native/cjs/components/a/a.web.js +7 -7
  55. package/dist/native/cjs/components/d/d.native.js +7 -7
  56. package/dist/native/cjs/components/d/d.web.js +8 -8
  57. package/dist/native/cjs/components/e/e.native.js +7 -14
  58. package/dist/native/cjs/components/e/e.web.js +7 -9
  59. package/dist/native/cjs/components/i/i.native.js +9 -5
  60. package/dist/native/cjs/components/i/i.web.js +9 -5
  61. package/dist/native/cjs/components/l/l.web.js +7 -9
  62. package/dist/native/cjs/components/o/o.native.js +4 -4
  63. package/dist/native/cjs/components/o/o.web.js +7 -4
  64. package/dist/native/cjs/components/p/p.native.js +4 -4
  65. package/dist/native/cjs/components/p/p.web.js +7 -4
  66. package/dist/native/cjs/components/s/s.native.js +4 -4
  67. package/dist/native/cjs/components/t/t.native.js +7 -8
  68. package/dist/native/cjs/components/t/t.web.js +7 -8
  69. package/dist/native/cjs/hooks/index.js +0 -3
  70. package/dist/native/cjs/hooks/index.native.js +2 -2
  71. package/dist/native/cjs/hooks/index.web.js +2 -2
  72. package/dist/native/cjs/hooks/useInteractiveHandlers/useInteractiveHandlers.native.js +43 -0
  73. package/dist/native/cjs/hooks/useInteractiveHandlers/useInteractiveHandlers.web.js +45 -0
  74. package/dist/native/cjs/hooks/useInteractiveState/useInteractiveState.native.js +53 -15
  75. package/dist/native/cjs/hooks/useInteractiveState/useInteractiveState.web.js +51 -39
  76. package/dist/native/cjs/hooks/useStyles/useStyles.helpers.js +35 -0
  77. package/dist/native/cjs/hooks/useStyles/useStyles.native.js +42 -0
  78. package/dist/native/cjs/hooks/useStyles/useStyles.web.js +71 -0
  79. package/dist/native/esm/components/a/a.native.js +7 -7
  80. package/dist/native/esm/components/a/a.web.js +7 -7
  81. package/dist/native/esm/components/d/d.native.js +5 -5
  82. package/dist/native/esm/components/d/d.web.js +5 -5
  83. package/dist/native/esm/components/e/e.native.js +6 -13
  84. package/dist/native/esm/components/e/e.web.js +6 -8
  85. package/dist/native/esm/components/i/i.native.js +7 -3
  86. package/dist/native/esm/components/i/i.web.js +7 -3
  87. package/dist/native/esm/components/l/l.web.js +6 -8
  88. package/dist/native/esm/components/o/o.native.js +3 -3
  89. package/dist/native/esm/components/o/o.web.js +6 -3
  90. package/dist/native/esm/components/p/p.native.js +3 -3
  91. package/dist/native/esm/components/p/p.web.js +6 -3
  92. package/dist/native/esm/components/s/s.native.js +3 -3
  93. package/dist/native/esm/components/t/t.native.js +6 -7
  94. package/dist/native/esm/components/t/t.web.js +6 -7
  95. package/dist/native/esm/hooks/index.js +0 -3
  96. package/dist/native/esm/hooks/index.native.js +2 -2
  97. package/dist/native/esm/hooks/index.web.js +2 -2
  98. package/dist/native/esm/hooks/useInteractiveHandlers/useInteractiveHandlers.native.js +40 -0
  99. package/dist/native/esm/hooks/useInteractiveHandlers/useInteractiveHandlers.web.js +42 -0
  100. package/dist/native/esm/hooks/useInteractiveState/useInteractiveState.native.js +54 -16
  101. package/dist/native/esm/hooks/useInteractiveState/useInteractiveState.web.js +51 -39
  102. package/dist/native/esm/hooks/useStyles/useStyles.helpers.js +29 -0
  103. package/dist/native/esm/hooks/useStyles/useStyles.native.js +38 -0
  104. package/dist/native/esm/hooks/useStyles/useStyles.web.js +66 -0
  105. package/dist/native/tsconfig.native.cjs.tsbuildinfo +1 -1
  106. package/dist/native/tsconfig.native.esm.tsbuildinfo +1 -1
  107. package/dist/tsconfig.cjs.tsbuildinfo +1 -1
  108. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  109. package/dist/types/components/a/a.native.d.ts +1 -1
  110. package/dist/types/components/a/a.native.d.ts.map +1 -1
  111. package/dist/types/components/a/a.web.d.ts +1 -1
  112. package/dist/types/components/a/a.web.d.ts.map +1 -1
  113. package/dist/types/components/d/d.native.d.ts +1 -1
  114. package/dist/types/components/d/d.native.d.ts.map +1 -1
  115. package/dist/types/components/d/d.web.d.ts +1 -1
  116. package/dist/types/components/d/d.web.d.ts.map +1 -1
  117. package/dist/types/components/e/e.native.d.ts +1 -1
  118. package/dist/types/components/e/e.native.d.ts.map +1 -1
  119. package/dist/types/components/e/e.web.d.ts +1 -1
  120. package/dist/types/components/e/e.web.d.ts.map +1 -1
  121. package/dist/types/components/i/i.native.d.ts +1 -1
  122. package/dist/types/components/i/i.native.d.ts.map +1 -1
  123. package/dist/types/components/i/i.web.d.ts +1 -1
  124. package/dist/types/components/i/i.web.d.ts.map +1 -1
  125. package/dist/types/components/i/useIUtils.d.ts +2 -2
  126. package/dist/types/components/l/l.web.d.ts +1 -1
  127. package/dist/types/components/l/l.web.d.ts.map +1 -1
  128. package/dist/types/components/o/o.native.d.ts +1 -1
  129. package/dist/types/components/o/o.native.d.ts.map +1 -1
  130. package/dist/types/components/o/o.web.d.ts +1 -1
  131. package/dist/types/components/o/o.web.d.ts.map +1 -1
  132. package/dist/types/components/p/p.native.d.ts +1 -1
  133. package/dist/types/components/p/p.native.d.ts.map +1 -1
  134. package/dist/types/components/p/p.web.d.ts +1 -1
  135. package/dist/types/components/p/p.web.d.ts.map +1 -1
  136. package/dist/types/components/s/s.native.d.ts +1 -1
  137. package/dist/types/components/s/s.native.d.ts.map +1 -1
  138. package/dist/types/components/t/t.native.d.ts +1 -1
  139. package/dist/types/components/t/t.native.d.ts.map +1 -1
  140. package/dist/types/components/t/t.web.d.ts +1 -1
  141. package/dist/types/components/t/t.web.d.ts.map +1 -1
  142. package/dist/types/hooks/index.d.ts +0 -3
  143. package/dist/types/hooks/index.d.ts.map +1 -1
  144. package/dist/types/hooks/index.native.d.ts +2 -2
  145. package/dist/types/hooks/index.native.d.ts.map +1 -1
  146. package/dist/types/hooks/index.web.d.ts +2 -2
  147. package/dist/types/hooks/index.web.d.ts.map +1 -1
  148. package/dist/types/hooks/useInteractiveHandlers/useInteractiveHandlers.native.d.ts +11 -0
  149. package/dist/types/hooks/useInteractiveHandlers/useInteractiveHandlers.native.d.ts.map +1 -0
  150. package/dist/types/hooks/useInteractiveHandlers/useInteractiveHandlers.web.d.ts +12 -0
  151. package/dist/types/hooks/useInteractiveHandlers/useInteractiveHandlers.web.d.ts.map +1 -0
  152. package/dist/types/hooks/useInteractiveState/useInteractiveState.native.d.ts +12 -6
  153. package/dist/types/hooks/useInteractiveState/useInteractiveState.native.d.ts.map +1 -1
  154. package/dist/types/hooks/useInteractiveState/useInteractiveState.web.d.ts +13 -12
  155. package/dist/types/hooks/useInteractiveState/useInteractiveState.web.d.ts.map +1 -1
  156. package/dist/types/hooks/useStyles/useStyles.helpers.d.ts +171 -0
  157. package/dist/types/hooks/useStyles/useStyles.helpers.d.ts.map +1 -0
  158. package/dist/types/hooks/useStyles/useStyles.native.d.ts +15 -0
  159. package/dist/types/hooks/useStyles/useStyles.native.d.ts.map +1 -0
  160. package/dist/types/hooks/useStyles/useStyles.types.d.ts +6 -0
  161. package/dist/types/hooks/useStyles/useStyles.types.d.ts.map +1 -0
  162. package/dist/types/hooks/useStyles/useStyles.web.d.ts +11 -0
  163. package/dist/types/hooks/useStyles/useStyles.web.d.ts.map +1 -0
  164. package/dist/types/types/base.d.ts +38 -6
  165. package/dist/types/types/base.d.ts.map +1 -1
  166. package/package.json +1 -1
  167. package/dist/cjs/hooks/useAction/useAction.native.js +0 -18
  168. package/dist/cjs/hooks/useAction/useAction.web.js +0 -21
  169. package/dist/cjs/hooks/useOnHoverOrPress.js +0 -21
  170. package/dist/esm/hooks/useAction/useAction.native.js +0 -14
  171. package/dist/esm/hooks/useAction/useAction.web.js +0 -17
  172. package/dist/esm/hooks/useOnHoverOrPress.js +0 -17
  173. package/dist/native/cjs/hooks/useAction/types.js +0 -2
  174. package/dist/native/cjs/hooks/useAction/useAction.native.js +0 -18
  175. package/dist/native/cjs/hooks/useAction/useAction.web.js +0 -21
  176. package/dist/native/cjs/hooks/useInteractiveState/useInteractiveState.types.js +0 -2
  177. package/dist/native/cjs/hooks/useOnHoverOrPress.js +0 -21
  178. package/dist/native/esm/hooks/useAction/types.js +0 -1
  179. package/dist/native/esm/hooks/useAction/useAction.native.js +0 -14
  180. package/dist/native/esm/hooks/useAction/useAction.web.js +0 -17
  181. package/dist/native/esm/hooks/useInteractiveState/useInteractiveState.types.js +0 -1
  182. package/dist/native/esm/hooks/useOnHoverOrPress.js +0 -17
  183. package/dist/types/hooks/useAction/types.d.ts +0 -7
  184. package/dist/types/hooks/useAction/types.d.ts.map +0 -1
  185. package/dist/types/hooks/useAction/useAction.native.d.ts +0 -5
  186. package/dist/types/hooks/useAction/useAction.native.d.ts.map +0 -1
  187. package/dist/types/hooks/useAction/useAction.web.d.ts +0 -5
  188. package/dist/types/hooks/useAction/useAction.web.d.ts.map +0 -1
  189. package/dist/types/hooks/useInteractiveState/useInteractiveState.types.d.ts +0 -18
  190. package/dist/types/hooks/useInteractiveState/useInteractiveState.types.d.ts.map +0 -1
  191. package/dist/types/hooks/useOnHoverOrPress.d.ts +0 -12
  192. package/dist/types/hooks/useOnHoverOrPress.d.ts.map +0 -1
  193. /package/dist/cjs/hooks/{useAction/types.js → useStyles/useStyles.types.js} +0 -0
  194. /package/dist/esm/hooks/{useAction/types.js → useStyles/useStyles.types.js} +0 -0
  195. /package/dist/{cjs/hooks/useInteractiveState/useInteractiveState.types.js → native/cjs/hooks/useStyles/useStyles.types.js} +0 -0
  196. /package/dist/{esm/hooks/useInteractiveState/useInteractiveState.types.js → native/esm/hooks/useStyles/useStyles.types.js} +0 -0
@@ -3,15 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Link = void 0;
4
4
  exports.L = L;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
- const index_native_1 = require("../../hooks/index.native");
7
- const index_web_1 = require("../../hooks/index.web");
8
- function L({ className, children, to, href, onClick, onPress, preventDefault, ref, style, ...rest }) {
9
- const cn = (0, index_web_1.useCn)();
10
- const { onAction } = (0, index_native_1.useAction)({
11
- onClick,
12
- onPress,
13
- });
6
+ const useCn_1 = require("../../hooks/useCn");
7
+ const index_web_1 = require("../../index.web");
8
+ function L({ className, children, to, href, preventDefault, ref, style, ...restProps }) {
9
+ const cn = (0, useCn_1.useCn)();
10
+ const { disabled, eventHandlers } = (0, index_web_1.useInteractiveHandlers)(restProps);
11
+ const { getStyles } = (0, index_web_1.useStyles)();
14
12
  const resolvedHref = href ?? to ?? '#';
15
- return ((0, jsx_runtime_1.jsx)("a", { ref: ref, href: resolvedHref, className: cn('cursor-pointer', className), onClick: onAction, style: style, ...rest, children: children }));
13
+ return ((0, jsx_runtime_1.jsx)("a", { ref: ref, href: resolvedHref, className: cn('cursor-pointer', className), ...restProps, ...eventHandlers, ...getStyles({ disabled, style }), children: children }));
16
14
  }
17
15
  exports.Link = L;
@@ -4,9 +4,9 @@ exports.Overflow = void 0;
4
4
  exports.O = O;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
6
  const react_native_1 = require("react-native");
7
- const index_native_1 = require("../../hooks/index.native");
8
- function O({ className, children, horizontal, ref, ...rest }) {
9
- const cn = (0, index_native_1.useCn)();
10
- return ((0, jsx_runtime_1.jsx)(react_native_1.ScrollView, { ref: ref, className: cn(className), horizontal: horizontal, ...rest, children: children }));
7
+ const useCn_1 = require("../../hooks/useCn");
8
+ function O({ className, children, horizontal, ref, ...restProps }) {
9
+ const cn = (0, useCn_1.useCn)();
10
+ return ((0, jsx_runtime_1.jsx)(react_native_1.ScrollView, { ref: ref, className: cn(className), horizontal: horizontal, ...restProps, children: children }));
11
11
  }
12
12
  exports.Overflow = O;
@@ -3,10 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Overflow = void 0;
4
4
  exports.O = O;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
- const index_web_1 = require("../../hooks/index.web");
7
- function O({ className, children, horizontal, ref, style, ...rest }) {
8
- const cn = (0, index_web_1.useCn)();
6
+ const useCn_1 = require("../../hooks/useCn");
7
+ const index_web_1 = require("../../index.web");
8
+ function O({ className, children, horizontal, ref, style, ...restProps }) {
9
+ const cn = (0, useCn_1.useCn)();
10
+ const { disabled, eventHandlers } = (0, index_web_1.useInteractiveHandlers)(restProps);
11
+ const { getStyles } = (0, index_web_1.useStyles)();
9
12
  const overflowClass = horizontal ? 'overflow-x-auto' : 'overflow-y-auto';
10
- return ((0, jsx_runtime_1.jsx)("div", { ref: ref, className: cn(overflowClass, className), style: style, ...rest, children: children }));
13
+ return ((0, jsx_runtime_1.jsx)("div", { ref: ref, className: cn(overflowClass, className), ...restProps, ...eventHandlers, ...getStyles({ disabled, style }), children: children }));
11
14
  }
12
15
  exports.Overflow = O;
@@ -4,10 +4,10 @@ exports.Picture = void 0;
4
4
  exports.P = P;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
6
  const react_native_1 = require("react-native");
7
- const index_native_1 = require("../../hooks/index.native");
8
- function P({ className, src, source, ref, ...rest }) {
9
- const cn = (0, index_native_1.useCn)();
7
+ const useCn_1 = require("../../hooks/useCn");
8
+ function P({ className, src, source, ref, ...restProps }) {
9
+ const cn = (0, useCn_1.useCn)();
10
10
  const finalSource = src != null ? { uri: src } : source;
11
- return ((0, jsx_runtime_1.jsx)(react_native_1.Image, { ref: ref, className: cn(className), source: finalSource, ...rest }));
11
+ return ((0, jsx_runtime_1.jsx)(react_native_1.Image, { ref: ref, className: cn(className), source: finalSource, ...restProps }));
12
12
  }
13
13
  exports.Picture = P;
@@ -3,11 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Picture = void 0;
4
4
  exports.P = P;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
- const index_web_1 = require("../../hooks/index.web");
7
- function P({ alt, className, ref, style, ...rest }) {
8
- const cn = (0, index_web_1.useCn)();
6
+ const useCn_1 = require("../../hooks/useCn");
7
+ const index_web_1 = require("../../index.web");
8
+ function P({ alt, className, ref, style, source, src, ...restProps }) {
9
+ const cn = (0, useCn_1.useCn)();
10
+ const { disabled, eventHandlers } = (0, index_web_1.useInteractiveHandlers)(restProps);
11
+ const { getStyles } = (0, index_web_1.useStyles)();
9
12
  return (
10
13
  // biome-ignore lint/a11y/useAltText: <explanation>
11
- (0, jsx_runtime_1.jsx)("img", { alt: alt, "aria-label": alt, ref: ref, className: cn('object-cover', className), style: style, ...rest }));
14
+ (0, jsx_runtime_1.jsx)("img", { alt: alt, "aria-label": alt, ref: ref, className: cn('object-cover', className), src: src ?? source, ...restProps, ...eventHandlers, ...getStyles({ disabled, style }) }));
12
15
  }
13
16
  exports.Picture = P;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.S = S;
4
4
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
5
5
  const react_native_safe_area_context_1 = require("react-native-safe-area-context");
6
- const index_native_1 = require("../../hooks/index.native");
7
- function S({ className, children, ref, ...rest }) {
8
- const cn = (0, index_native_1.useCn)();
9
- return ((0, jsx_runtime_1.jsx)(react_native_safe_area_context_1.SafeAreaView, { ref: ref, className: cn(className), ...rest, children: children }));
6
+ const useCn_1 = require("../../hooks/useCn");
7
+ function S({ className, children, ref, ...restProps }) {
8
+ const cn = (0, useCn_1.useCn)();
9
+ return ((0, jsx_runtime_1.jsx)(react_native_safe_area_context_1.SafeAreaView, { ref: ref, className: cn(className), ...restProps, children: children }));
10
10
  }
@@ -4,13 +4,12 @@ exports.Text = void 0;
4
4
  exports.T = T;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
6
  const react_native_1 = require("react-native");
7
- const index_native_1 = require("../../hooks/index.native");
8
- function T({ className, children, onClick, onPress, ref, ...rest }) {
9
- const cn = (0, index_native_1.useCn)();
10
- const { onAction } = (0, index_native_1.useAction)({
11
- onClick,
12
- onPress,
13
- });
14
- return ((0, jsx_runtime_1.jsx)(react_native_1.Text, { ref: ref, className: cn('leading-relaxed', className), onPress: onAction, ...rest, children: children }));
7
+ const useCn_1 = require("../../hooks/useCn");
8
+ const index_native_1 = require("../../index.native");
9
+ function T({ className, children, ref, style, ...restProps }) {
10
+ const cn = (0, useCn_1.useCn)();
11
+ const { disabled, eventHandlers } = (0, index_native_1.useInteractiveHandlers)(restProps);
12
+ const { getStyles } = (0, index_native_1.useStyles)();
13
+ return ((0, jsx_runtime_1.jsx)(react_native_1.Text, { ref: ref, className: cn('leading-relaxed', className), ...restProps, ...eventHandlers, ...getStyles({ disabled, style }), children: children }));
15
14
  }
16
15
  exports.Text = T;
@@ -3,14 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Text = void 0;
4
4
  exports.T = T;
5
5
  const jsx_runtime_1 = require("nativewind/jsx-runtime");
6
- const index_web_1 = require("../../hooks/index.web");
7
- function T({ className, children, as = 'span', onClick, onPress, ref, ...rest }) {
8
- const cn = (0, index_web_1.useCn)();
9
- const { onAction } = (0, index_web_1.useAction)({
10
- onClick,
11
- onPress,
12
- });
6
+ const useCn_1 = require("../../hooks/useCn");
7
+ const index_web_1 = require("../../index.web");
8
+ function T({ className, children, as = 'span', ref, style, ...restProps }) {
9
+ const cn = (0, useCn_1.useCn)();
10
+ const { disabled, eventHandlers } = (0, index_web_1.useInteractiveHandlers)(restProps);
11
+ const { getStyles } = (0, index_web_1.useStyles)();
13
12
  const Comp = as;
14
- return ((0, jsx_runtime_1.jsx)(Comp, { ref: ref, className: cn('leading-relaxed', className), onClick: onAction, ...rest, children: children }));
13
+ return ((0, jsx_runtime_1.jsx)(Comp, { ref: ref, className: cn('leading-relaxed', className), ...restProps, ...eventHandlers, ...getStyles({ disabled, style }), children: children }));
15
14
  }
16
15
  exports.Text = T;
@@ -14,9 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./useAction/useAction.web"), exports);
18
17
  __exportStar(require("./useCn"), exports);
19
- __exportStar(require("./useInteractiveState/useInteractiveState.web"), exports);
20
18
  __exportStar(require("./useOnChange"), exports);
21
- __exportStar(require("./useOnHoverOrPress"), exports);
22
19
  __exportStar(require("./useProps"), exports);
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./useAction/useAction.native"), exports);
18
17
  __exportStar(require("./useCn"), exports);
18
+ __exportStar(require("./useInteractiveHandlers/useInteractiveHandlers.native"), exports);
19
19
  __exportStar(require("./useInteractiveState/useInteractiveState.native"), exports);
20
20
  __exportStar(require("./useOnChange"), exports);
21
- __exportStar(require("./useOnHoverOrPress"), exports);
22
21
  __exportStar(require("./useProps"), exports);
22
+ __exportStar(require("./useStyles/useStyles.native"), exports);
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./useAction/useAction.web"), exports);
18
17
  __exportStar(require("./useCn"), exports);
18
+ __exportStar(require("./useInteractiveHandlers/useInteractiveHandlers.web"), exports);
19
19
  __exportStar(require("./useInteractiveState/useInteractiveState.web"), exports);
20
20
  __exportStar(require("./useOnChange"), exports);
21
- __exportStar(require("./useOnHoverOrPress"), exports);
22
21
  __exportStar(require("./useProps"), exports);
22
+ __exportStar(require("./useStyles/useStyles.web"), exports);
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useInteractiveHandlers = useInteractiveHandlers;
4
+ const react_1 = require("react");
5
+ function useInteractiveHandlers({ disabled, onBlur, onClick, onFocus, onPress, onIn, onOut, } = {}) {
6
+ const offOn = (0, react_1.useRef)('off');
7
+ const eventHandlers = {
8
+ onBlur: (e) => {
9
+ if (disabled) {
10
+ return;
11
+ }
12
+ onBlur?.(e);
13
+ },
14
+ onFocus: (e) => {
15
+ if (disabled) {
16
+ return;
17
+ }
18
+ onFocus?.(e);
19
+ },
20
+ onPress: (e) => {
21
+ if (disabled) {
22
+ return;
23
+ }
24
+ if ((onIn || onOut) && offOn.current === 'off') {
25
+ offOn.current = 'on';
26
+ onIn?.(e);
27
+ }
28
+ if ((onIn || onOut) && offOn.current === 'on') {
29
+ offOn.current = 'off';
30
+ onOut?.(e);
31
+ }
32
+ if (onPress) {
33
+ onPress?.(e);
34
+ return;
35
+ }
36
+ onClick?.(e);
37
+ },
38
+ };
39
+ return {
40
+ disabled,
41
+ eventHandlers,
42
+ };
43
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useInteractiveHandlers = useInteractiveHandlers;
4
+ function useInteractiveHandlers({ disabled, onBlur, onClick, onFocus, onPress, onIn, onOut, } = {}) {
5
+ const eventHandlers = {
6
+ onBlur: (e) => {
7
+ if (disabled) {
8
+ return;
9
+ }
10
+ onBlur?.(e);
11
+ },
12
+ onClick: (e) => {
13
+ if (disabled) {
14
+ return;
15
+ }
16
+ if (onClick) {
17
+ onClick?.(e);
18
+ return;
19
+ }
20
+ onPress?.(e);
21
+ },
22
+ onFocus: (e) => {
23
+ if (disabled) {
24
+ return;
25
+ }
26
+ onFocus?.(e);
27
+ },
28
+ onMouseEnter: (e) => {
29
+ if (disabled) {
30
+ return;
31
+ }
32
+ onIn?.(e);
33
+ },
34
+ onMouseLeave: (e) => {
35
+ if (disabled) {
36
+ return;
37
+ }
38
+ onOut?.(e);
39
+ },
40
+ };
41
+ return {
42
+ disabled,
43
+ eventHandlers,
44
+ };
45
+ }
@@ -2,30 +2,68 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useInteractiveState = useInteractiveState;
4
4
  const react_1 = require("react");
5
- function useInteractiveState(options = {}) {
6
- const { disabled } = options;
7
- const [pressed, setPressed] = (0, react_1.useState)(false);
8
- const state = disabled
9
- ? 'disabled'
10
- : pressed
11
- ? 'pressed'
12
- : 'idle';
5
+ function useInteractiveState({ disabled, onBlur, onClick, onFocus, onPress, onIn, onOut, } = {}) {
6
+ const offOn = (0, react_1.useRef)('off');
7
+ const [interactiveState, setInteractiveState] = (0, react_1.useState)('idle');
13
8
  const dataAttrs = {
14
- 'data-state': state,
15
- 'data-pressed': pressed ? 'true' : 'false',
9
+ 'data-state': interactiveState,
16
10
  'data-disabled': disabled ? 'true' : 'false',
11
+ 'data-focused': interactiveState === 'focused' ? 'true' : 'false',
12
+ 'data-hovered': interactiveState === 'hovered' ? 'true' : 'false',
13
+ 'data-pressed': interactiveState === 'pressed' ? 'true' : 'false',
17
14
  };
18
15
  const eventHandlers = {
16
+ onBlur: (e) => {
17
+ if (disabled) {
18
+ return;
19
+ }
20
+ onBlur?.(e);
21
+ setInteractiveState('idle');
22
+ },
23
+ onFocus: (e) => {
24
+ if (disabled) {
25
+ return;
26
+ }
27
+ onFocus?.(e);
28
+ setInteractiveState('focused');
29
+ },
30
+ onPress: (e) => {
31
+ if (disabled) {
32
+ return;
33
+ }
34
+ if ((onIn || onOut) && offOn.current === 'off') {
35
+ offOn.current = 'on';
36
+ onIn?.(e);
37
+ }
38
+ if ((onIn || onOut) && offOn.current === 'on') {
39
+ offOn.current = 'off';
40
+ onOut?.(e);
41
+ }
42
+ if (onPress) {
43
+ onPress?.(e);
44
+ return;
45
+ }
46
+ onClick?.(e);
47
+ },
19
48
  onPressIn: (e) => {
20
- if (disabled)
49
+ if (disabled) {
21
50
  return;
22
- setPressed(true);
51
+ }
52
+ onIn?.(e);
53
+ setInteractiveState('pressed');
23
54
  },
24
55
  onPressOut: (e) => {
25
- if (disabled)
56
+ if (disabled) {
26
57
  return;
27
- setPressed(false);
58
+ }
59
+ onOut?.(e);
60
+ setInteractiveState('idle');
28
61
  },
29
62
  };
30
- return { state, dataAttrs, eventHandlers };
63
+ return {
64
+ dataAttrs,
65
+ disabled,
66
+ eventHandlers,
67
+ interactiveState,
68
+ };
31
69
  }
@@ -2,61 +2,73 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useInteractiveState = useInteractiveState;
4
4
  const react_1 = require("react");
5
- function useInteractiveState(options = {}) {
6
- const { disabled } = options;
7
- const [hovered, setHovered] = (0, react_1.useState)(false);
8
- const [pressed, setPressed] = (0, react_1.useState)(false);
9
- const [focused, setFocused] = (0, react_1.useState)(false);
10
- const state = disabled
11
- ? 'disabled'
12
- : pressed
13
- ? 'pressed'
14
- : hovered
15
- ? 'hovered'
16
- : focused
17
- ? 'focused'
18
- : 'idle';
5
+ function useInteractiveState({ disabled, onBlur, onClick, onFocus, onPress, onIn, onOut, } = {}) {
6
+ const [interactiveState, setInteractiveState] = (0, react_1.useState)('idle');
19
7
  const dataAttrs = {
20
- 'data-state': state,
21
- 'data-hovered': hovered ? 'true' : 'false',
22
- 'data-pressed': pressed ? 'true' : 'false',
23
- 'data-focused': focused ? 'true' : 'false',
8
+ 'data-state': interactiveState,
24
9
  'data-disabled': disabled ? 'true' : 'false',
10
+ 'data-focused': interactiveState === 'focused' ? 'true' : 'false',
11
+ 'data-hovered': interactiveState === 'hovered' ? 'true' : 'false',
12
+ 'data-pressed': interactiveState === 'pressed' ? 'true' : 'false',
25
13
  };
26
14
  const eventHandlers = {
27
- onMouseEnter: () => {
28
- if (disabled)
15
+ onBlur: (e) => {
16
+ if (disabled) {
29
17
  return;
30
- setHovered(true);
18
+ }
19
+ onBlur?.(e);
20
+ setInteractiveState('idle');
31
21
  },
32
- onMouseLeave: () => {
33
- if (disabled)
22
+ onClick: (e) => {
23
+ if (disabled) {
34
24
  return;
35
- setHovered(false);
36
- setPressed(false);
25
+ }
26
+ if (onClick) {
27
+ onClick?.(e);
28
+ return;
29
+ }
30
+ onPress?.(e);
31
+ },
32
+ onFocus: (e) => {
33
+ if (disabled) {
34
+ return;
35
+ }
36
+ onFocus?.(e);
37
+ setInteractiveState('focused');
37
38
  },
38
39
  onMouseDown: (e) => {
39
- if (disabled || e.button !== 0)
40
+ if (disabled) {
40
41
  return;
41
- setPressed(true);
42
+ }
43
+ setInteractiveState('pressed');
42
44
  },
43
- onMouseUp: () => {
44
- if (disabled)
45
+ onMouseEnter: (e) => {
46
+ if (disabled) {
45
47
  return;
46
- setPressed(false);
48
+ }
49
+ onIn?.(e);
50
+ setInteractiveState('hovered');
47
51
  },
48
- onFocus: () => {
49
- if (disabled)
52
+ onMouseLeave: (e) => {
53
+ if (disabled) {
50
54
  return;
51
- setFocused(true);
55
+ }
56
+ console.log('[DEBUG] onMouseLeave', typeof onOut, e);
57
+ onOut?.(e);
58
+ setInteractiveState('idle');
52
59
  },
53
- onBlur: () => {
54
- if (disabled)
60
+ onMouseUp: (e) => {
61
+ if (disabled) {
55
62
  return;
56
- setFocused(false);
57
- setPressed(false);
58
- setHovered(false);
63
+ }
64
+ console.log('[DEBUG] onMouseUp', e);
65
+ setInteractiveState('idle');
59
66
  },
60
67
  };
61
- return { state, dataAttrs, eventHandlers };
68
+ return {
69
+ dataAttrs,
70
+ disabled,
71
+ eventHandlers,
72
+ interactiveState,
73
+ };
62
74
  }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.toCssDecls = exports.toKebab = exports.extractStyles = void 0;
4
+ const extractStyles = (style) => {
5
+ const base = { ...style };
6
+ const disabled = style.$disabled || {};
7
+ const focused = style.$focused || {};
8
+ const hovered = style.$hovered || {};
9
+ const pressed = style.$pressed || {};
10
+ base.$disabled = undefined;
11
+ base.$focused = undefined;
12
+ base.$hovered = undefined;
13
+ base.$pressed = undefined;
14
+ return {
15
+ styleBase: base,
16
+ styleDisabled: disabled,
17
+ styleFocused: focused,
18
+ styleHovered: hovered,
19
+ stylePressed: pressed,
20
+ };
21
+ };
22
+ exports.extractStyles = extractStyles;
23
+ const toKebab = (s) => s.replace(/[A-Z]/g, (m) => `-${m.toLowerCase()}`);
24
+ exports.toKebab = toKebab;
25
+ const toCssDecls = (style) => {
26
+ if (!style) {
27
+ return '';
28
+ }
29
+ // TODO: adiconar os px ou outra medida quando necessario e faça sentido
30
+ return Object.entries(style)
31
+ .filter(([, v]) => v !== undefined && v !== null)
32
+ .map(([k, v]) => `${(0, exports.toKebab)(k)}:${typeof v === 'number' ? `${v}` : v};`)
33
+ .join('');
34
+ };
35
+ exports.toCssDecls = toCssDecls;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useStyles = void 0;
4
+ const useStyles_helpers_1 = require("./useStyles.helpers");
5
+ const getStyles = ({ disabled, style, }) => {
6
+ if (!style) {
7
+ return {};
8
+ }
9
+ const { styleBase, styleDisabled, styleFocused, styleHovered, stylePressed } = (0, useStyles_helpers_1.extractStyles)(style);
10
+ const composedStyle = { ...styleBase };
11
+ if (disabled) {
12
+ Object.assign(composedStyle, styleDisabled || {});
13
+ }
14
+ return { style: composedStyle };
15
+ };
16
+ const getStylesWithInteraction = ({ disabled, style }) => (options) => {
17
+ if (!style) {
18
+ return {};
19
+ }
20
+ const { styleBase, styleDisabled, styleFocused, styleHovered, stylePressed, } = (0, useStyles_helpers_1.extractStyles)(style);
21
+ const composedStyle = { ...styleBase };
22
+ if (disabled) {
23
+ Object.assign(composedStyle, styleDisabled || {});
24
+ }
25
+ if (options?.focused) {
26
+ Object.assign(composedStyle, styleFocused || {});
27
+ }
28
+ if (options?.hovered) {
29
+ Object.assign(composedStyle, styleHovered || {});
30
+ }
31
+ if (options?.pressed) {
32
+ Object.assign(composedStyle, stylePressed || {});
33
+ }
34
+ return { style: composedStyle };
35
+ };
36
+ const useStyles = () => {
37
+ return {
38
+ getStyles,
39
+ getStylesWithInteraction,
40
+ };
41
+ };
42
+ exports.useStyles = useStyles;
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useStyles = exports.createInteractiveClass = void 0;
4
+ const react_1 = require("react");
5
+ const useStyles_helpers_1 = require("./useStyles.helpers");
6
+ const injected = new Set();
7
+ const injectOnce = (id, cssText) => {
8
+ if (typeof document === 'undefined')
9
+ return;
10
+ if (injected.has(id))
11
+ return;
12
+ const style = document.createElement('style');
13
+ style.setAttribute('data-interactive', id);
14
+ style.textContent = cssText;
15
+ document.head.appendChild(style);
16
+ injected.add(id);
17
+ };
18
+ const createInteractiveClass = ({ disabled, id, style, }) => {
19
+ const className = `ix-${id}`;
20
+ const { styleBase, styleDisabled, styleFocused, styleHovered, stylePressed } = (0, useStyles_helpers_1.extractStyles)(style);
21
+ const hoveredClass = styleHovered
22
+ ? `.${className}:hover{${(0, useStyles_helpers_1.toCssDecls)(styleHovered)}}`
23
+ : '';
24
+ const activeClass = stylePressed
25
+ ? `.${className}:active{${(0, useStyles_helpers_1.toCssDecls)(stylePressed)}}`
26
+ : '';
27
+ // focus-visible com fallback para browsers sem suporte
28
+ const focusVisibleClass = styleFocused
29
+ ? `
30
+ .${className}:focus-visible{${(0, useStyles_helpers_1.toCssDecls)(styleFocused)}}
31
+ @supports not selector(:focus-visible){
32
+ .${className}:focus{${(0, useStyles_helpers_1.toCssDecls)(styleFocused)}}
33
+ }
34
+ `
35
+ : '';
36
+ const disabledClass = disabled
37
+ ? `
38
+ .${className}[data-disabled="true"]{${(0, useStyles_helpers_1.toCssDecls)(styleDisabled)}}
39
+ .${className}[data-disabled="true"]:hover{${(0, useStyles_helpers_1.toCssDecls)(styleDisabled)}}
40
+ .${className}[data-disabled="true"]:active{${(0, useStyles_helpers_1.toCssDecls)(styleDisabled)}}
41
+ `
42
+ : '';
43
+ const baseClass = `.${className}{${(0, useStyles_helpers_1.toCssDecls)(styleBase)}}`;
44
+ injectOnce(id, `${baseClass}${hoveredClass}${activeClass}${focusVisibleClass}${disabledClass}`);
45
+ return className;
46
+ };
47
+ exports.createInteractiveClass = createInteractiveClass;
48
+ const getStyles = ({ id }) => ({ disabled, style }) => {
49
+ if (!style) {
50
+ return {};
51
+ }
52
+ const className = (0, exports.createInteractiveClass)({ disabled, id, style });
53
+ return {
54
+ className,
55
+ ...(disabled ? { 'aria-disabled': 'true', 'data-disabled': 'true' } : {}),
56
+ };
57
+ };
58
+ const useStyles = () => {
59
+ const id = (0, react_1.useId)();
60
+ // TODO: cleanup on unmount
61
+ // useEffect(() => {
62
+ // return () => {
63
+ // document.querySelector(`style[data-interactive="${id}"]`)?.remove();
64
+ // injected.delete(id);
65
+ // };
66
+ // }, [id]);
67
+ return {
68
+ getStyles: getStyles({ id }),
69
+ };
70
+ };
71
+ exports.useStyles = useStyles;
@@ -1,13 +1,13 @@
1
1
  import { jsx as _jsx } from "nativewind/jsx-runtime";
2
2
  import { Pressable } from 'react-native';
3
- import { useAction, useCn } from '../../hooks/index.native';
3
+ import { useInteractiveHandlers, useStyles } from '../../hooks/index.native';
4
+ import { useCn } from '../../hooks/useCn';
4
5
  import { E } from '../e/index.native';
5
- export function A({ className, children, onPress, onClick, disabled, ref, style, ...rest }) {
6
+ export function A({ accessibilityLabel, accessibilityRole, accessibilityState, className, children, loading, ref, style, testId, ...restProps }) {
6
7
  const cn = useCn();
7
- const { onAction } = useAction({
8
- onClick,
9
- onPress,
10
- });
11
- return (_jsx(Pressable, { ref: ref, onPress: onAction, disabled: disabled, children: _jsx(E, { className: cn(disabled && 'opacity-60', className), style: style, ...rest, children: children }) }));
8
+ const { disabled, eventHandlers } = useInteractiveHandlers(restProps);
9
+ const { getStylesWithInteraction } = useStyles();
10
+ const isDisabled = Boolean(disabled || loading);
11
+ return (_jsx(Pressable, { ref: ref, disabled: isDisabled, accessibilityLabel: accessibilityLabel, accessibilityRole: accessibilityRole, accessibilityState: accessibilityState, testID: testId, ...eventHandlers, ...getStylesWithInteraction({ disabled, style }), children: _jsx(E, { className: cn(disabled && 'opacity-60', className), style: style, ...restProps, children: children }) }));
12
12
  }
13
13
  export const Action = A;