@gustavo-valsechi/client 1.3.29 → 1.3.30

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 (201) hide show
  1. package/dist/components/index.js +14 -3070
  2. package/dist/components/index.mjs +12 -3082
  3. package/dist/components/styles.js +3 -4
  4. package/dist/components/styles.mjs +3 -4
  5. package/dist/components/types/avatar/index.js +4 -62
  6. package/dist/components/types/avatar/index.mjs +3 -61
  7. package/dist/components/types/avatar/styles.js +2 -3
  8. package/dist/components/types/avatar/styles.mjs +2 -3
  9. package/dist/components/types/badge/index.js +5 -304
  10. package/dist/components/types/badge/index.mjs +5 -308
  11. package/dist/components/types/badge/styles.js +2 -3
  12. package/dist/components/types/badge/styles.mjs +2 -3
  13. package/dist/components/types/block/index.js +9 -3046
  14. package/dist/components/types/block/index.mjs +9 -3066
  15. package/dist/components/types/block/styles.js +3 -4
  16. package/dist/components/types/block/styles.mjs +3 -4
  17. package/dist/components/types/chart/index.js +13 -284
  18. package/dist/components/types/chart/index.mjs +13 -288
  19. package/dist/components/types/chart/styles.js +2 -3
  20. package/dist/components/types/chart/styles.mjs +2 -2
  21. package/dist/components/types/credit-card/assets/index.js +2 -3
  22. package/dist/components/types/credit-card/assets/index.mjs +2 -2
  23. package/dist/components/types/credit-card/card/index.js +9 -681
  24. package/dist/components/types/credit-card/card/index.mjs +7 -701
  25. package/dist/components/types/credit-card/card/styles.js +2 -3
  26. package/dist/components/types/credit-card/card/styles.mjs +2 -3
  27. package/dist/components/types/credit-card/functions/index.js +4 -44
  28. package/dist/components/types/credit-card/functions/index.mjs +3 -41
  29. package/dist/components/types/credit-card/functions/styles.js +2 -3
  30. package/dist/components/types/credit-card/functions/styles.mjs +2 -3
  31. package/dist/components/types/credit-card/index.js +7 -803
  32. package/dist/components/types/credit-card/index.mjs +7 -823
  33. package/dist/components/types/credit-card/styles.js +2 -3
  34. package/dist/components/types/credit-card/styles.mjs +2 -3
  35. package/dist/components/types/credit-card/tools/index.js +7 -527
  36. package/dist/components/types/credit-card/tools/index.mjs +8 -550
  37. package/dist/components/types/form/index.js +24 -659
  38. package/dist/components/types/form/index.mjs +20 -655
  39. package/dist/components/types/form/styles.js +2 -3
  40. package/dist/components/types/form/styles.mjs +2 -3
  41. package/dist/components/types/form/types/button/index.js +7 -149
  42. package/dist/components/types/form/types/button/index.mjs +6 -146
  43. package/dist/components/types/form/types/button/loading/index.js +3 -104
  44. package/dist/components/types/form/types/button/loading/index.mjs +2 -91
  45. package/dist/components/types/form/types/button/loading/styles.js +2 -3
  46. package/dist/components/types/form/types/button/loading/styles.mjs +2 -3
  47. package/dist/components/types/form/types/button/styles.js +2 -3
  48. package/dist/components/types/form/types/button/styles.mjs +2 -3
  49. package/dist/components/types/form/types/datetime/index.js +7 -63
  50. package/dist/components/types/form/types/datetime/index.mjs +6 -60
  51. package/dist/components/types/form/types/datetime/styles.js +2 -3
  52. package/dist/components/types/form/types/datetime/styles.mjs +2 -3
  53. package/dist/components/types/form/types/file/index.js +9 -62
  54. package/dist/components/types/form/types/file/index.mjs +7 -50
  55. package/dist/components/types/form/types/file/styles.js +2 -3
  56. package/dist/components/types/form/types/file/styles.mjs +2 -3
  57. package/dist/components/types/form/types/index.js +16 -625
  58. package/dist/components/types/form/types/index.mjs +8 -601
  59. package/dist/components/types/form/types/input/index.js +10 -72
  60. package/dist/components/types/form/types/input/index.mjs +7 -69
  61. package/dist/components/types/form/types/input/styles.js +2 -3
  62. package/dist/components/types/form/types/input/styles.mjs +2 -3
  63. package/dist/components/types/form/types/label/index.js +3 -23
  64. package/dist/components/types/form/types/label/index.mjs +2 -10
  65. package/dist/components/types/form/types/label/styles.js +2 -3
  66. package/dist/components/types/form/types/label/styles.mjs +2 -3
  67. package/dist/components/types/form/types/select/index.js +11 -79
  68. package/dist/components/types/form/types/select/index.mjs +8 -76
  69. package/dist/components/types/form/types/select/styles.js +2 -3
  70. package/dist/components/types/form/types/select/styles.mjs +2 -3
  71. package/dist/components/types/form/types/textarea/index.js +7 -62
  72. package/dist/components/types/form/types/textarea/index.mjs +6 -59
  73. package/dist/components/types/form/types/textarea/styles.js +2 -3
  74. package/dist/components/types/form/types/textarea/styles.mjs +2 -3
  75. package/dist/components/types/index.js +24 -3072
  76. package/dist/components/types/index.mjs +12 -3093
  77. package/dist/components/types/loading/app/index.js +4 -132
  78. package/dist/components/types/loading/app/index.mjs +5 -121
  79. package/dist/components/types/loading/app/styles.js +2 -3
  80. package/dist/components/types/loading/app/styles.mjs +2 -3
  81. package/dist/components/types/loading/bar/index.js +3 -37
  82. package/dist/components/types/loading/bar/index.mjs +2 -24
  83. package/dist/components/types/loading/bar/styles.js +2 -3
  84. package/dist/components/types/loading/bar/styles.mjs +2 -3
  85. package/dist/components/types/loading/index.js +6 -173
  86. package/dist/components/types/loading/index.mjs +3 -154
  87. package/dist/components/types/logo/index.js +3 -35
  88. package/dist/components/types/logo/index.mjs +2 -22
  89. package/dist/components/types/logo/styles.js +2 -3
  90. package/dist/components/types/logo/styles.mjs +2 -3
  91. package/dist/components/types/lottie/animations/index.js +13 -8
  92. package/dist/components/types/lottie/animations/index.mjs +3 -5
  93. package/dist/components/types/lottie/index.js +7 -39
  94. package/dist/components/types/lottie/index.mjs +6 -36
  95. package/dist/components/types/lottie/styles.js +2 -3
  96. package/dist/components/types/lottie/styles.mjs +2 -3
  97. package/dist/components/types/modal/index.js +18 -2283
  98. package/dist/components/types/modal/index.mjs +18 -2309
  99. package/dist/components/types/modal/styles.js +2 -3
  100. package/dist/components/types/modal/styles.mjs +2 -3
  101. package/dist/components/types/table/index.js +45 -2955
  102. package/dist/components/types/table/index.mjs +40 -2983
  103. package/dist/components/types/table/modal/actions.js +4 -82
  104. package/dist/components/types/table/modal/actions.mjs +3 -78
  105. package/dist/components/types/table/modal/index.js +22 -3006
  106. package/dist/components/types/table/modal/index.mjs +19 -3033
  107. package/dist/components/types/table/modal/styles.js +2 -3
  108. package/dist/components/types/table/modal/styles.mjs +2 -3
  109. package/dist/components/types/table/paginate/index.js +4 -43
  110. package/dist/components/types/table/paginate/index.mjs +3 -40
  111. package/dist/components/types/table/paginate/styles.js +2 -3
  112. package/dist/components/types/table/paginate/styles.mjs +2 -3
  113. package/dist/components/types/table/styles.js +2 -3
  114. package/dist/components/types/table/styles.mjs +2 -3
  115. package/dist/contexts/icon/assets/brands/index.js +3 -4
  116. package/dist/contexts/icon/assets/brands/index.mjs +3 -10
  117. package/dist/contexts/icon/assets/index.js +17 -34
  118. package/dist/contexts/icon/assets/index.mjs +7 -38
  119. package/dist/contexts/icon/assets/regular/index.js +3 -4
  120. package/dist/contexts/icon/assets/regular/index.mjs +3 -10
  121. package/dist/contexts/icon/assets/solid/index.js +3 -4
  122. package/dist/contexts/icon/assets/solid/index.mjs +3 -10
  123. package/dist/contexts/icon/index.js +15 -217
  124. package/dist/contexts/icon/index.mjs +15 -223
  125. package/dist/contexts/icon/styles.js +2 -3
  126. package/dist/contexts/icon/styles.mjs +2 -2
  127. package/dist/contexts/index.js +10 -504
  128. package/dist/contexts/index.mjs +5 -486
  129. package/dist/contexts/modal/index.js +8 -16
  130. package/dist/contexts/modal/index.mjs +7 -15
  131. package/dist/contexts/modal/styles.js +2 -3
  132. package/dist/contexts/modal/styles.mjs +2 -2
  133. package/dist/contexts/theme/content.js +3 -4
  134. package/dist/contexts/theme/content.mjs +3 -3
  135. package/dist/contexts/theme/index.js +11 -178
  136. package/dist/contexts/theme/index.mjs +7 -164
  137. package/dist/contexts/theme/styles.js +2 -3
  138. package/dist/contexts/theme/styles.mjs +2 -2
  139. package/dist/contexts/tooltip/index.js +7 -51
  140. package/dist/contexts/tooltip/index.mjs +6 -50
  141. package/dist/contexts/tooltip/styles.js +2 -3
  142. package/dist/contexts/tooltip/styles.mjs +2 -2
  143. package/dist/index.js +9 -3325
  144. package/dist/index.mjs +5 -3312
  145. package/dist/interfaces/components/avatar/index.js +1 -2
  146. package/dist/interfaces/components/avatar/index.mjs +1 -0
  147. package/dist/interfaces/components/badge/index.js +1 -2
  148. package/dist/interfaces/components/badge/index.mjs +1 -0
  149. package/dist/interfaces/components/block/index.js +1 -2
  150. package/dist/interfaces/components/block/index.mjs +1 -0
  151. package/dist/interfaces/components/chart/index.js +1 -2
  152. package/dist/interfaces/components/chart/index.mjs +1 -0
  153. package/dist/interfaces/components/credit-card/index.js +1 -2
  154. package/dist/interfaces/components/credit-card/index.mjs +1 -0
  155. package/dist/interfaces/components/form/button/index.js +1 -2
  156. package/dist/interfaces/components/form/button/index.mjs +1 -0
  157. package/dist/interfaces/components/form/datetime/index.js +1 -2
  158. package/dist/interfaces/components/form/datetime/index.mjs +1 -0
  159. package/dist/interfaces/components/form/file/index.js +1 -2
  160. package/dist/interfaces/components/form/file/index.mjs +1 -0
  161. package/dist/interfaces/components/form/index.js +19 -2
  162. package/dist/interfaces/components/form/index.mjs +8 -0
  163. package/dist/interfaces/components/form/input/index.js +1 -2
  164. package/dist/interfaces/components/form/input/index.mjs +1 -0
  165. package/dist/interfaces/components/form/label/index.js +1 -2
  166. package/dist/interfaces/components/form/label/index.mjs +1 -0
  167. package/dist/interfaces/components/form/select/index.js +1 -2
  168. package/dist/interfaces/components/form/select/index.mjs +1 -0
  169. package/dist/interfaces/components/form/textarea/index.js +1 -2
  170. package/dist/interfaces/components/form/textarea/index.mjs +1 -0
  171. package/dist/interfaces/components/index.js +27 -2
  172. package/dist/interfaces/components/index.mjs +12 -0
  173. package/dist/interfaces/components/loading/app/index.js +1 -2
  174. package/dist/interfaces/components/loading/app/index.mjs +1 -0
  175. package/dist/interfaces/components/loading/bar/index.js +1 -2
  176. package/dist/interfaces/components/loading/bar/index.mjs +1 -0
  177. package/dist/interfaces/components/loading/index.js +9 -2
  178. package/dist/interfaces/components/loading/index.mjs +3 -0
  179. package/dist/interfaces/components/logo/index.js +1 -2
  180. package/dist/interfaces/components/logo/index.mjs +1 -0
  181. package/dist/interfaces/components/lottie/index.js +1 -2
  182. package/dist/interfaces/components/lottie/index.mjs +1 -0
  183. package/dist/interfaces/components/modal/index.js +1 -2
  184. package/dist/interfaces/components/modal/index.mjs +1 -0
  185. package/dist/interfaces/components/table/index.js +7 -2
  186. package/dist/interfaces/components/table/index.mjs +2 -0
  187. package/dist/interfaces/components/table/paginate/index.js +1 -2
  188. package/dist/interfaces/components/table/paginate/index.mjs +1 -0
  189. package/dist/interfaces/contexts/icon/index.js +1 -2
  190. package/dist/interfaces/contexts/icon/index.mjs +1 -0
  191. package/dist/interfaces/contexts/index.js +13 -2
  192. package/dist/interfaces/contexts/index.mjs +5 -0
  193. package/dist/interfaces/contexts/modal/index.js +1 -2
  194. package/dist/interfaces/contexts/modal/index.mjs +1 -0
  195. package/dist/interfaces/contexts/theme/index.js +1 -2
  196. package/dist/interfaces/contexts/theme/index.mjs +1 -0
  197. package/dist/interfaces/contexts/tooltip/index.js +1 -2
  198. package/dist/interfaces/contexts/tooltip/index.mjs +1 -0
  199. package/dist/interfaces/index.js +9 -2
  200. package/dist/interfaces/index.mjs +3 -0
  201. package/package.json +1 -1
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  "use client";
3
4
  var __create = Object.create;
@@ -27,15 +28,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
28
  mod
28
29
  ));
29
30
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
-
31
- // components/types/table/modal/styles.tsx
32
31
  var styles_exports = {};
33
32
  __export(styles_exports, {
34
33
  Content: () => Content
35
34
  });
36
35
  module.exports = __toCommonJS(styles_exports);
37
36
  var import_styled_components = __toESM(require("styled-components"));
38
- var Content = import_styled_components.default.div`
37
+ const Content = import_styled_components.default.div`
39
38
  padding: 1.5rem;
40
39
  display: flex;
41
40
  flex-direction: column;
@@ -1,8 +1,7 @@
1
1
  "use client";
2
-
3
- // components/types/table/modal/styles.tsx
2
+ "use client";
4
3
  import styled from "styled-components";
5
- var Content = styled.div`
4
+ const Content = styled.div`
6
5
  padding: 1.5rem;
7
6
  display: flex;
8
7
  flex-direction: column;
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  "use client";
3
4
  var __create = Object.create;
@@ -27,54 +28,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
28
  mod
28
29
  ));
29
30
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
-
31
- // components/types/table/paginate/index.tsx
32
31
  var paginate_exports = {};
33
32
  __export(paginate_exports, {
34
33
  Paginate: () => Paginate
35
34
  });
36
35
  module.exports = __toCommonJS(paginate_exports);
37
-
38
- // components/types/table/paginate/styles.tsx
39
- var import_styled_components = __toESM(require("styled-components"));
40
- var Container = import_styled_components.default.div`
41
- width: 100%;
42
- display: flex;
43
- align-items: center;
44
- justify-content: center;
45
- margin-top: 1.5rem;
46
-
47
- .paginate {
48
- font-size: .8rem;
49
- font-weight: 500;
50
- height: 1.5rem;
51
- padding: 0 .6rem;
52
- border-radius: 1rem;
53
- transition: ease .3s;
54
- color: ${({ theme }) => theme.t6};
55
- display: flex;
56
- align-items: center;
57
- justify-content: center;
58
- cursor: pointer;
59
-
60
- &[data-current="true"] {
61
- background: ${({ theme }) => theme.tertiary};
62
- color: ${({ theme }) => theme.secondary};
63
-
64
- &:hover {
65
- background: ${({ theme }) => theme.tertiary};
66
- }
67
- }
68
-
69
- &:hover {
70
- background: ${({ theme }) => theme.t05};
71
- }
72
- }
73
- `;
74
-
75
- // components/types/table/paginate/index.tsx
76
- var import_lodash = __toESM(require("lodash"));
77
36
  var import_jsx_runtime = require("react/jsx-runtime");
37
+ var import_styles = require("./styles");
38
+ var import_lodash = __toESM(require("lodash"));
78
39
  function Paginate(props) {
79
40
  const pages = () => {
80
41
  const offset = Number(props.page.value) - 4;
@@ -89,7 +50,7 @@ function Paginate(props) {
89
50
  if (Number(props.total) > 6 && Number(props.page.value) + 1 < Number(props.total)) return import_lodash.default.concat(pages2, `..${props.total}`);
90
51
  return pages2;
91
52
  };
92
- return Number(props.total) > 1 && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Container, { children: [
53
+ return Number(props.total) > 1 && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_styles.Container, { children: [
93
54
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
94
55
  "div",
95
56
  {
@@ -1,45 +1,8 @@
1
1
  "use client";
2
-
3
- // components/types/table/paginate/styles.tsx
4
- import styled from "styled-components";
5
- var Container = styled.div`
6
- width: 100%;
7
- display: flex;
8
- align-items: center;
9
- justify-content: center;
10
- margin-top: 1.5rem;
11
-
12
- .paginate {
13
- font-size: .8rem;
14
- font-weight: 500;
15
- height: 1.5rem;
16
- padding: 0 .6rem;
17
- border-radius: 1rem;
18
- transition: ease .3s;
19
- color: ${({ theme }) => theme.t6};
20
- display: flex;
21
- align-items: center;
22
- justify-content: center;
23
- cursor: pointer;
24
-
25
- &[data-current="true"] {
26
- background: ${({ theme }) => theme.tertiary};
27
- color: ${({ theme }) => theme.secondary};
28
-
29
- &:hover {
30
- background: ${({ theme }) => theme.tertiary};
31
- }
32
- }
33
-
34
- &:hover {
35
- background: ${({ theme }) => theme.t05};
36
- }
37
- }
38
- `;
39
-
40
- // components/types/table/paginate/index.tsx
41
- import _ from "lodash";
2
+ "use client";
42
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
+ import { Container } from "./styles";
5
+ import _ from "lodash";
43
6
  function Paginate(props) {
44
7
  const pages = () => {
45
8
  const offset = Number(props.page.value) - 4;
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  "use client";
3
4
  var __create = Object.create;
@@ -27,15 +28,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
28
  mod
28
29
  ));
29
30
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
-
31
- // components/types/table/paginate/styles.tsx
32
31
  var styles_exports = {};
33
32
  __export(styles_exports, {
34
33
  Container: () => Container
35
34
  });
36
35
  module.exports = __toCommonJS(styles_exports);
37
36
  var import_styled_components = __toESM(require("styled-components"));
38
- var Container = import_styled_components.default.div`
37
+ const Container = import_styled_components.default.div`
39
38
  width: 100%;
40
39
  display: flex;
41
40
  align-items: center;
@@ -1,8 +1,7 @@
1
1
  "use client";
2
-
3
- // components/types/table/paginate/styles.tsx
2
+ "use client";
4
3
  import styled from "styled-components";
5
- var Container = styled.div`
4
+ const Container = styled.div`
6
5
  width: 100%;
7
6
  display: flex;
8
7
  align-items: center;
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  "use client";
3
4
  var __create = Object.create;
@@ -27,15 +28,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
28
  mod
28
29
  ));
29
30
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
-
31
- // components/types/table/styles.tsx
32
31
  var styles_exports = {};
33
32
  __export(styles_exports, {
34
33
  Container: () => Container
35
34
  });
36
35
  module.exports = __toCommonJS(styles_exports);
37
36
  var import_styled_components = __toESM(require("styled-components"));
38
- var Container = import_styled_components.default.div`
37
+ const Container = import_styled_components.default.div`
39
38
  .iz-table-container {
40
39
  overflow-x: auto;
41
40
 
@@ -1,8 +1,7 @@
1
1
  "use client";
2
-
3
- // components/types/table/styles.tsx
2
+ "use client";
4
3
  import styled from "styled-components";
5
- var Container = styled.div`
4
+ const Container = styled.div`
6
5
  .iz-table-container {
7
6
  overflow-x: auto;
8
7
 
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -16,15 +17,13 @@ var __copyProps = (to, from, except, desc) => {
16
17
  return to;
17
18
  };
18
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // contexts/icon/assets/brands/index.tsx
21
20
  var brands_exports = {};
22
21
  __export(brands_exports, {
23
22
  default: () => brands_default
24
23
  });
25
24
  module.exports = __toCommonJS(brands_exports);
26
- var req = require.context("./", false, /\.svg$/);
27
- var brands = {};
25
+ const req = require.context("./", false, /\.svg$/);
26
+ const brands = {};
28
27
  req.keys().forEach((key) => {
29
28
  const name = key.replace("./", "").replace(".svg", "");
30
29
  brands[name] = req(key).default;
@@ -1,13 +1,6 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined") return require.apply(this, arguments);
5
- throw Error('Dynamic require of "' + x + '" is not supported');
6
- });
7
-
8
- // contexts/icon/assets/brands/index.tsx
9
- var req = __require.context("./", false, /\.svg$/);
10
- var brands = {};
1
+ "use client";
2
+ const req = require.context("./", false, /\.svg$/);
3
+ const brands = {};
11
4
  req.keys().forEach((key) => {
12
5
  const name = key.replace("./", "").replace(".svg", "");
13
6
  brands[name] = req(key).default;
@@ -1,7 +1,10 @@
1
+ "use client";
1
2
  "use strict";
3
+ var __create = Object.create;
2
4
  var __defProp = Object.defineProperty;
3
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
5
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
9
  var __export = (target, all) => {
7
10
  for (var name in all)
@@ -15,45 +18,25 @@ var __copyProps = (to, from, except, desc) => {
15
18
  }
16
19
  return to;
17
20
  };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
18
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // contexts/icon/assets/index.tsx
21
30
  var assets_exports = {};
22
31
  __export(assets_exports, {
23
32
  default: () => assets_default
24
33
  });
25
34
  module.exports = __toCommonJS(assets_exports);
26
-
27
- // contexts/icon/assets/brands/index.tsx
28
- var req = require.context("./", false, /\.svg$/);
29
- var brands = {};
30
- req.keys().forEach((key) => {
31
- const name = key.replace("./", "").replace(".svg", "");
32
- brands[name] = req(key).default;
33
- });
34
- var brands_default = brands;
35
-
36
- // contexts/icon/assets/regular/index.tsx
37
- var req2 = require.context("./", false, /\.svg$/);
38
- var regular = {};
39
- req2.keys().forEach((key) => {
40
- const name = key.replace("./", "").replace(".svg", "");
41
- regular[name] = req2(key).default;
42
- });
43
- var regular_default = regular;
44
-
45
- // contexts/icon/assets/solid/index.tsx
46
- var req3 = require.context("./", false, /\.svg$/);
47
- var solid = {};
48
- req3.keys().forEach((key) => {
49
- const name = key.replace("./", "").replace(".svg", "");
50
- solid[name] = req3(key).default;
51
- });
52
- var solid_default = solid;
53
-
54
- // contexts/icon/assets/index.tsx
35
+ var import_brands = __toESM(require("./brands"));
36
+ var import_regular = __toESM(require("./regular"));
37
+ var import_solid = __toESM(require("./solid"));
55
38
  var assets_default = {
56
- brands: brands_default,
57
- regular: regular_default,
58
- solid: solid_default
39
+ brands: import_brands.default,
40
+ regular: import_regular.default,
41
+ solid: import_solid.default
59
42
  };
@@ -1,42 +1,11 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined") return require.apply(this, arguments);
5
- throw Error('Dynamic require of "' + x + '" is not supported');
6
- });
7
-
8
- // contexts/icon/assets/brands/index.tsx
9
- var req = __require.context("./", false, /\.svg$/);
10
- var brands = {};
11
- req.keys().forEach((key) => {
12
- const name = key.replace("./", "").replace(".svg", "");
13
- brands[name] = req(key).default;
14
- });
15
- var brands_default = brands;
16
-
17
- // contexts/icon/assets/regular/index.tsx
18
- var req2 = __require.context("./", false, /\.svg$/);
19
- var regular = {};
20
- req2.keys().forEach((key) => {
21
- const name = key.replace("./", "").replace(".svg", "");
22
- regular[name] = req2(key).default;
23
- });
24
- var regular_default = regular;
25
-
26
- // contexts/icon/assets/solid/index.tsx
27
- var req3 = __require.context("./", false, /\.svg$/);
28
- var solid = {};
29
- req3.keys().forEach((key) => {
30
- const name = key.replace("./", "").replace(".svg", "");
31
- solid[name] = req3(key).default;
32
- });
33
- var solid_default = solid;
34
-
35
- // contexts/icon/assets/index.tsx
1
+ "use client";
2
+ import brands from "./brands";
3
+ import regular from "./regular";
4
+ import solid from "./solid";
36
5
  var assets_default = {
37
- brands: brands_default,
38
- regular: regular_default,
39
- solid: solid_default
6
+ brands,
7
+ regular,
8
+ solid
40
9
  };
41
10
  export {
42
11
  assets_default as default
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -16,15 +17,13 @@ var __copyProps = (to, from, except, desc) => {
16
17
  return to;
17
18
  };
18
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // contexts/icon/assets/regular/index.tsx
21
20
  var regular_exports = {};
22
21
  __export(regular_exports, {
23
22
  default: () => regular_default
24
23
  });
25
24
  module.exports = __toCommonJS(regular_exports);
26
- var req = require.context("./", false, /\.svg$/);
27
- var regular = {};
25
+ const req = require.context("./", false, /\.svg$/);
26
+ const regular = {};
28
27
  req.keys().forEach((key) => {
29
28
  const name = key.replace("./", "").replace(".svg", "");
30
29
  regular[name] = req(key).default;
@@ -1,13 +1,6 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined") return require.apply(this, arguments);
5
- throw Error('Dynamic require of "' + x + '" is not supported');
6
- });
7
-
8
- // contexts/icon/assets/regular/index.tsx
9
- var req = __require.context("./", false, /\.svg$/);
10
- var regular = {};
1
+ "use client";
2
+ const req = require.context("./", false, /\.svg$/);
3
+ const regular = {};
11
4
  req.keys().forEach((key) => {
12
5
  const name = key.replace("./", "").replace(".svg", "");
13
6
  regular[name] = req(key).default;
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -16,15 +17,13 @@ var __copyProps = (to, from, except, desc) => {
16
17
  return to;
17
18
  };
18
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // contexts/icon/assets/solid/index.tsx
21
20
  var solid_exports = {};
22
21
  __export(solid_exports, {
23
22
  default: () => solid_default
24
23
  });
25
24
  module.exports = __toCommonJS(solid_exports);
26
- var req = require.context("./", false, /\.svg$/);
27
- var solid = {};
25
+ const req = require.context("./", false, /\.svg$/);
26
+ const solid = {};
28
27
  req.keys().forEach((key) => {
29
28
  const name = key.replace("./", "").replace(".svg", "");
30
29
  solid[name] = req(key).default;
@@ -1,13 +1,6 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined") return require.apply(this, arguments);
5
- throw Error('Dynamic require of "' + x + '" is not supported');
6
- });
7
-
8
- // contexts/icon/assets/solid/index.tsx
9
- var req = __require.context("./", false, /\.svg$/);
10
- var solid = {};
1
+ "use client";
2
+ const req = require.context("./", false, /\.svg$/);
3
+ const solid = {};
11
4
  req.keys().forEach((key) => {
12
5
  const name = key.replace("./", "").replace(".svg", "");
13
6
  solid[name] = req(key).default;