@digigov/react-icons 1.0.0-002c630d

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 (208) hide show
  1. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  2. package/AccessibilityIcon/config.d.ts +8 -0
  3. package/AccessibilityIcon/config.js +31 -0
  4. package/AccessibilityIcon/index.d.ts +4 -0
  5. package/AccessibilityIcon/index.js +24 -0
  6. package/AccessibilityIcon/index.test.d.ts +1 -0
  7. package/AccessibilityIcon/index.test.js +137 -0
  8. package/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  9. package/ArrowIcon/config.d.ts +6 -0
  10. package/ArrowIcon/config.js +39 -0
  11. package/ArrowIcon/index.d.ts +4 -0
  12. package/ArrowIcon/index.js +24 -0
  13. package/ArrowIcon/index.test.d.ts +1 -0
  14. package/ArrowIcon/index.test.js +39 -0
  15. package/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  16. package/BurgerIcon/config.d.ts +6 -0
  17. package/BurgerIcon/config.js +45 -0
  18. package/BurgerIcon/index.d.ts +4 -0
  19. package/BurgerIcon/index.js +24 -0
  20. package/BurgerIcon/index.test.d.ts +1 -0
  21. package/BurgerIcon/index.test.js +56 -0
  22. package/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  23. package/CaretIcon/config.d.ts +6 -0
  24. package/CaretIcon/config.js +39 -0
  25. package/CaretIcon/index.d.ts +4 -0
  26. package/CaretIcon/index.js +24 -0
  27. package/CaretIcon/index.test.d.ts +1 -0
  28. package/CaretIcon/index.test.js +39 -0
  29. package/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  30. package/CheckIcon/config.d.ts +8 -0
  31. package/CheckIcon/config.js +23 -0
  32. package/CheckIcon/index.d.ts +4 -0
  33. package/CheckIcon/index.js +24 -0
  34. package/CheckIcon/index.test.d.ts +1 -0
  35. package/CheckIcon/index.test.js +129 -0
  36. package/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  37. package/CloseIcon/config.d.ts +8 -0
  38. package/CloseIcon/config.js +23 -0
  39. package/CloseIcon/index.d.ts +4 -0
  40. package/CloseIcon/index.js +24 -0
  41. package/CloseIcon/index.test.d.ts +1 -0
  42. package/CloseIcon/index.test.js +15 -0
  43. package/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  44. package/GlobeIcon/config.d.ts +8 -0
  45. package/GlobeIcon/config.js +23 -0
  46. package/GlobeIcon/index.d.ts +4 -0
  47. package/GlobeIcon/index.js +24 -0
  48. package/GlobeIcon/index.test.d.ts +1 -0
  49. package/GlobeIcon/index.test.js +39 -0
  50. package/LICENSE +0 -0
  51. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  52. package/MoreVertIcon/config.d.ts +8 -0
  53. package/MoreVertIcon/config.js +37 -0
  54. package/MoreVertIcon/index.d.ts +4 -0
  55. package/MoreVertIcon/index.js +24 -0
  56. package/MoreVertIcon/index.test.d.ts +1 -0
  57. package/MoreVertIcon/index.test.js +129 -0
  58. package/README.md +0 -0
  59. package/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  60. package/SearchIcon/config.d.ts +8 -0
  61. package/SearchIcon/config.js +23 -0
  62. package/SearchIcon/index.d.ts +4 -0
  63. package/SearchIcon/index.js +24 -0
  64. package/SearchIcon/index.test.d.ts +1 -0
  65. package/SearchIcon/index.test.js +15 -0
  66. package/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  67. package/UncheckIcon/config.d.ts +8 -0
  68. package/UncheckIcon/config.js +23 -0
  69. package/UncheckIcon/index.d.ts +4 -0
  70. package/UncheckIcon/index.js +24 -0
  71. package/UncheckIcon/index.test.d.ts +1 -0
  72. package/UncheckIcon/index.test.js +129 -0
  73. package/es/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  74. package/es/AccessibilityIcon/config.js +19 -0
  75. package/es/AccessibilityIcon/index.js +9 -0
  76. package/es/AccessibilityIcon/index.test.js +131 -0
  77. package/es/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  78. package/es/ArrowIcon/config.js +27 -0
  79. package/es/ArrowIcon/index.js +9 -0
  80. package/es/ArrowIcon/index.test.js +33 -0
  81. package/es/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  82. package/es/BurgerIcon/config.js +32 -0
  83. package/es/BurgerIcon/index.js +9 -0
  84. package/es/BurgerIcon/index.test.js +50 -0
  85. package/es/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  86. package/es/CaretIcon/config.js +27 -0
  87. package/es/CaretIcon/index.js +9 -0
  88. package/es/CaretIcon/index.test.js +33 -0
  89. package/es/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  90. package/es/CheckIcon/config.js +11 -0
  91. package/es/CheckIcon/index.js +9 -0
  92. package/es/CheckIcon/index.test.js +123 -0
  93. package/es/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  94. package/es/CloseIcon/config.js +11 -0
  95. package/es/CloseIcon/index.js +9 -0
  96. package/es/CloseIcon/index.test.js +9 -0
  97. package/es/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  98. package/es/GlobeIcon/config.js +11 -0
  99. package/es/GlobeIcon/index.js +9 -0
  100. package/es/GlobeIcon/index.test.js +33 -0
  101. package/es/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  102. package/es/MoreVertIcon/config.js +25 -0
  103. package/es/MoreVertIcon/index.js +9 -0
  104. package/es/MoreVertIcon/index.test.js +123 -0
  105. package/es/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  106. package/es/SearchIcon/config.js +11 -0
  107. package/es/SearchIcon/index.js +9 -0
  108. package/es/SearchIcon/index.test.js +9 -0
  109. package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  110. package/es/UncheckIcon/config.js +11 -0
  111. package/es/UncheckIcon/index.js +9 -0
  112. package/es/UncheckIcon/index.test.js +123 -0
  113. package/es/icons.js +11 -0
  114. package/es/index.js +10 -0
  115. package/es/registry.js +42 -0
  116. package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  117. package/esm/AccessibilityIcon/config.js +19 -0
  118. package/esm/AccessibilityIcon/index.js +9 -0
  119. package/esm/AccessibilityIcon/index.test.js +131 -0
  120. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  121. package/esm/ArrowIcon/config.js +27 -0
  122. package/esm/ArrowIcon/index.js +9 -0
  123. package/esm/ArrowIcon/index.test.js +33 -0
  124. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  125. package/esm/BurgerIcon/config.js +32 -0
  126. package/esm/BurgerIcon/index.js +9 -0
  127. package/esm/BurgerIcon/index.test.js +50 -0
  128. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  129. package/esm/CaretIcon/config.js +27 -0
  130. package/esm/CaretIcon/index.js +9 -0
  131. package/esm/CaretIcon/index.test.js +33 -0
  132. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  133. package/esm/CheckIcon/config.js +11 -0
  134. package/esm/CheckIcon/index.js +9 -0
  135. package/esm/CheckIcon/index.test.js +123 -0
  136. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  137. package/esm/CloseIcon/config.js +11 -0
  138. package/esm/CloseIcon/index.js +9 -0
  139. package/esm/CloseIcon/index.test.js +9 -0
  140. package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  141. package/esm/GlobeIcon/config.js +11 -0
  142. package/esm/GlobeIcon/index.js +9 -0
  143. package/esm/GlobeIcon/index.test.js +33 -0
  144. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  145. package/esm/MoreVertIcon/config.js +25 -0
  146. package/esm/MoreVertIcon/index.js +9 -0
  147. package/esm/MoreVertIcon/index.test.js +123 -0
  148. package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  149. package/esm/SearchIcon/config.js +11 -0
  150. package/esm/SearchIcon/index.js +9 -0
  151. package/esm/SearchIcon/index.test.js +9 -0
  152. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  153. package/esm/UncheckIcon/config.js +11 -0
  154. package/esm/UncheckIcon/index.js +9 -0
  155. package/esm/UncheckIcon/index.test.js +123 -0
  156. package/esm/icons.js +11 -0
  157. package/esm/index.js +10 -0
  158. package/esm/registry.js +42 -0
  159. package/icons.d.ts +32 -0
  160. package/icons.js +135 -0
  161. package/index.d.ts +10 -0
  162. package/index.js +135 -0
  163. package/package.json +25 -0
  164. package/registry.d.ts +15 -0
  165. package/registry.js +67 -0
  166. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  167. package/src/AccessibilityIcon/config.tsx +22 -0
  168. package/src/AccessibilityIcon/index.test.tsx +57 -0
  169. package/src/AccessibilityIcon/index.tsx +10 -0
  170. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  171. package/src/ArrowIcon/config.tsx +29 -0
  172. package/src/ArrowIcon/index.test.tsx +20 -0
  173. package/src/ArrowIcon/index.tsx +8 -0
  174. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  175. package/src/BurgerIcon/config.tsx +25 -0
  176. package/src/BurgerIcon/index.test.tsx +26 -0
  177. package/src/BurgerIcon/index.tsx +8 -0
  178. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  179. package/src/CaretIcon/config.tsx +21 -0
  180. package/src/CaretIcon/index.test.tsx +20 -0
  181. package/src/CaretIcon/index.tsx +8 -0
  182. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  183. package/src/CheckIcon/config.tsx +15 -0
  184. package/src/CheckIcon/index.test.tsx +50 -0
  185. package/src/CheckIcon/index.tsx +8 -0
  186. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  187. package/src/CloseIcon/config.tsx +15 -0
  188. package/src/CloseIcon/index.test.tsx +8 -0
  189. package/src/CloseIcon/index.tsx +8 -0
  190. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  191. package/src/GlobeIcon/config.tsx +26 -0
  192. package/src/GlobeIcon/index.test.tsx +19 -0
  193. package/src/GlobeIcon/index.tsx +8 -0
  194. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  195. package/src/MoreVertIcon/config.tsx +17 -0
  196. package/src/MoreVertIcon/index.test.tsx +50 -0
  197. package/src/MoreVertIcon/index.tsx +8 -0
  198. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  199. package/src/SearchIcon/config.tsx +15 -0
  200. package/src/SearchIcon/index.test.tsx +8 -0
  201. package/src/SearchIcon/index.tsx +8 -0
  202. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  203. package/src/UncheckIcon/config.tsx +15 -0
  204. package/src/UncheckIcon/index.test.tsx +50 -0
  205. package/src/UncheckIcon/index.tsx +8 -0
  206. package/src/icons.ts +34 -0
  207. package/src/index.ts +10 -0
  208. package/src/registry.js +47 -0
package/esm/icons.js ADDED
@@ -0,0 +1,11 @@
1
+ export * from '@digigov/react-icons/AccessibilityIcon/config';
2
+ export * from '@digigov/react-icons/ArrowIcon/config';
3
+ export * from '@digigov/react-icons/BurgerIcon/config';
4
+ export * from '@digigov/react-icons/CaretIcon/config';
5
+ export * from '@digigov/react-icons/CloseIcon/config';
6
+ export * from '@digigov/react-icons/CheckIcon/config';
7
+ export * from '@digigov/react-icons/GlobeIcon/config';
8
+ export * from '@digigov/react-icons/MoreVertIcon/config';
9
+ export * from '@digigov/react-icons/UncheckIcon/config';
10
+ export * from '@digigov/react-icons/SearchIcon/config';
11
+ export {};
package/esm/index.js ADDED
@@ -0,0 +1,10 @@
1
+ export * from '@digigov/react-icons/AccessibilityIcon';
2
+ export * from '@digigov/react-icons/ArrowIcon';
3
+ export * from '@digigov/react-icons/BurgerIcon';
4
+ export * from '@digigov/react-icons/CaretIcon';
5
+ export * from '@digigov/react-icons/CheckIcon';
6
+ export * from '@digigov/react-icons/UncheckIcon';
7
+ export * from '@digigov/react-icons/CloseIcon';
8
+ export * from '@digigov/react-icons/GlobeIcon';
9
+ export * from '@digigov/react-icons/MoreVertIcon';
10
+ export * from '@digigov/react-icons/SearchIcon';
@@ -0,0 +1,42 @@
1
+ import * as _digigov_react_icons_AccessibilityIcon from '@digigov/react-icons/AccessibilityIcon';
2
+ import * as _digigov_react_icons_ArrowIcon from '@digigov/react-icons/ArrowIcon';
3
+ import * as _digigov_react_icons_BurgerIcon from '@digigov/react-icons/BurgerIcon';
4
+ import * as _digigov_react_icons_CaretIcon from '@digigov/react-icons/CaretIcon';
5
+ import * as _digigov_react_icons_CheckIcon from '@digigov/react-icons/CheckIcon';
6
+ import * as _digigov_react_icons_CloseIcon from '@digigov/react-icons/CloseIcon';
7
+ import * as _digigov_react_icons_GlobeIcon from '@digigov/react-icons/GlobeIcon';
8
+ import * as _digigov_react_icons_icons from '@digigov/react-icons/icons';
9
+ import * as _digigov_react_icons from '@digigov/react-icons';
10
+ import * as _digigov_react_icons_MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
11
+ import * as _digigov_react_icons_SearchIcon from '@digigov/react-icons/SearchIcon';
12
+ import * as _digigov_react_icons_UncheckIcon from '@digigov/react-icons/UncheckIcon';
13
+
14
+ function lazyImport(pkgImport) {
15
+ // eslint-disable-next-line no-undef
16
+ return new Proxy({}, {
17
+ get: function get(_target, name) {
18
+ if (name === '__esModule' || name === 'default') {
19
+ return pkgImport["default"];
20
+ } else if (name === '*') {
21
+ return pkgImport;
22
+ } else {
23
+ return pkgImport[name];
24
+ }
25
+ }
26
+ });
27
+ }
28
+
29
+ export default {
30
+ '@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
31
+ '@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
32
+ '@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
33
+ '@digigov/react-icons/CaretIcon': lazyImport(_digigov_react_icons_CaretIcon),
34
+ '@digigov/react-icons/CheckIcon': lazyImport(_digigov_react_icons_CheckIcon),
35
+ '@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
36
+ '@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
37
+ '@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
38
+ '@digigov/react-icons': lazyImport(_digigov_react_icons),
39
+ '@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
40
+ '@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
41
+ '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
42
+ };
package/icons.d.ts ADDED
@@ -0,0 +1,32 @@
1
+ import type { AccessibilityType } from '@digigov/react-icons/AccessibilityIcon/config';
2
+ import type { ArrowType } from '@digigov/react-icons/ArrowIcon/config';
3
+ import type { BurgerType } from '@digigov/react-icons/BurgerIcon/config';
4
+ import type { CaretType } from '@digigov/react-icons/CaretIcon/config';
5
+ import type { CheckType } from '@digigov/react-icons/CheckIcon/config';
6
+ import type { CloseType } from '@digigov/react-icons/CloseIcon/config';
7
+ import type { GlobeType } from '@digigov/react-icons/GlobeIcon/config';
8
+ import type { MoreVertType } from '@digigov/react-icons/MoreVertIcon/config';
9
+ import type { SearchType } from '@digigov/react-icons/SearchIcon/config';
10
+ import type { UncheckType } from '@digigov/react-icons/UncheckIcon/config';
11
+ export * from '@digigov/react-icons/AccessibilityIcon/config';
12
+ export * from '@digigov/react-icons/ArrowIcon/config';
13
+ export * from '@digigov/react-icons/BurgerIcon/config';
14
+ export * from '@digigov/react-icons/CaretIcon/config';
15
+ export * from '@digigov/react-icons/CloseIcon/config';
16
+ export * from '@digigov/react-icons/CheckIcon/config';
17
+ export * from '@digigov/react-icons/GlobeIcon/config';
18
+ export * from '@digigov/react-icons/MoreVertIcon/config';
19
+ export * from '@digigov/react-icons/UncheckIcon/config';
20
+ export * from '@digigov/react-icons/SearchIcon/config';
21
+ export interface IconTypes {
22
+ accessibility: AccessibilityType;
23
+ arrow: ArrowType;
24
+ burger: BurgerType;
25
+ caret: CaretType;
26
+ close: CloseType;
27
+ check: CheckType;
28
+ globe: GlobeType;
29
+ moreVert: MoreVertType;
30
+ uncheck: UncheckType;
31
+ search: SearchType;
32
+ }
package/icons.js ADDED
@@ -0,0 +1,135 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ var _config = require("@digigov/react-icons/AccessibilityIcon/config");
8
+
9
+ Object.keys(_config).forEach(function (key) {
10
+ if (key === "default" || key === "__esModule") return;
11
+ if (key in exports && exports[key] === _config[key]) return;
12
+ Object.defineProperty(exports, key, {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _config[key];
16
+ }
17
+ });
18
+ });
19
+
20
+ var _config2 = require("@digigov/react-icons/ArrowIcon/config");
21
+
22
+ Object.keys(_config2).forEach(function (key) {
23
+ if (key === "default" || key === "__esModule") return;
24
+ if (key in exports && exports[key] === _config2[key]) return;
25
+ Object.defineProperty(exports, key, {
26
+ enumerable: true,
27
+ get: function get() {
28
+ return _config2[key];
29
+ }
30
+ });
31
+ });
32
+
33
+ var _config3 = require("@digigov/react-icons/BurgerIcon/config");
34
+
35
+ Object.keys(_config3).forEach(function (key) {
36
+ if (key === "default" || key === "__esModule") return;
37
+ if (key in exports && exports[key] === _config3[key]) return;
38
+ Object.defineProperty(exports, key, {
39
+ enumerable: true,
40
+ get: function get() {
41
+ return _config3[key];
42
+ }
43
+ });
44
+ });
45
+
46
+ var _config4 = require("@digigov/react-icons/CaretIcon/config");
47
+
48
+ Object.keys(_config4).forEach(function (key) {
49
+ if (key === "default" || key === "__esModule") return;
50
+ if (key in exports && exports[key] === _config4[key]) return;
51
+ Object.defineProperty(exports, key, {
52
+ enumerable: true,
53
+ get: function get() {
54
+ return _config4[key];
55
+ }
56
+ });
57
+ });
58
+
59
+ var _config5 = require("@digigov/react-icons/CloseIcon/config");
60
+
61
+ Object.keys(_config5).forEach(function (key) {
62
+ if (key === "default" || key === "__esModule") return;
63
+ if (key in exports && exports[key] === _config5[key]) return;
64
+ Object.defineProperty(exports, key, {
65
+ enumerable: true,
66
+ get: function get() {
67
+ return _config5[key];
68
+ }
69
+ });
70
+ });
71
+
72
+ var _config6 = require("@digigov/react-icons/CheckIcon/config");
73
+
74
+ Object.keys(_config6).forEach(function (key) {
75
+ if (key === "default" || key === "__esModule") return;
76
+ if (key in exports && exports[key] === _config6[key]) return;
77
+ Object.defineProperty(exports, key, {
78
+ enumerable: true,
79
+ get: function get() {
80
+ return _config6[key];
81
+ }
82
+ });
83
+ });
84
+
85
+ var _config7 = require("@digigov/react-icons/GlobeIcon/config");
86
+
87
+ Object.keys(_config7).forEach(function (key) {
88
+ if (key === "default" || key === "__esModule") return;
89
+ if (key in exports && exports[key] === _config7[key]) return;
90
+ Object.defineProperty(exports, key, {
91
+ enumerable: true,
92
+ get: function get() {
93
+ return _config7[key];
94
+ }
95
+ });
96
+ });
97
+
98
+ var _config8 = require("@digigov/react-icons/MoreVertIcon/config");
99
+
100
+ Object.keys(_config8).forEach(function (key) {
101
+ if (key === "default" || key === "__esModule") return;
102
+ if (key in exports && exports[key] === _config8[key]) return;
103
+ Object.defineProperty(exports, key, {
104
+ enumerable: true,
105
+ get: function get() {
106
+ return _config8[key];
107
+ }
108
+ });
109
+ });
110
+
111
+ var _config9 = require("@digigov/react-icons/UncheckIcon/config");
112
+
113
+ Object.keys(_config9).forEach(function (key) {
114
+ if (key === "default" || key === "__esModule") return;
115
+ if (key in exports && exports[key] === _config9[key]) return;
116
+ Object.defineProperty(exports, key, {
117
+ enumerable: true,
118
+ get: function get() {
119
+ return _config9[key];
120
+ }
121
+ });
122
+ });
123
+
124
+ var _config10 = require("@digigov/react-icons/SearchIcon/config");
125
+
126
+ Object.keys(_config10).forEach(function (key) {
127
+ if (key === "default" || key === "__esModule") return;
128
+ if (key in exports && exports[key] === _config10[key]) return;
129
+ Object.defineProperty(exports, key, {
130
+ enumerable: true,
131
+ get: function get() {
132
+ return _config10[key];
133
+ }
134
+ });
135
+ });
package/index.d.ts ADDED
@@ -0,0 +1,10 @@
1
+ export * from '@digigov/react-icons/AccessibilityIcon';
2
+ export * from '@digigov/react-icons/ArrowIcon';
3
+ export * from '@digigov/react-icons/BurgerIcon';
4
+ export * from '@digigov/react-icons/CaretIcon';
5
+ export * from '@digigov/react-icons/CheckIcon';
6
+ export * from '@digigov/react-icons/UncheckIcon';
7
+ export * from '@digigov/react-icons/CloseIcon';
8
+ export * from '@digigov/react-icons/GlobeIcon';
9
+ export * from '@digigov/react-icons/MoreVertIcon';
10
+ export * from '@digigov/react-icons/SearchIcon';
package/index.js ADDED
@@ -0,0 +1,135 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ var _AccessibilityIcon = require("@digigov/react-icons/AccessibilityIcon");
8
+
9
+ Object.keys(_AccessibilityIcon).forEach(function (key) {
10
+ if (key === "default" || key === "__esModule") return;
11
+ if (key in exports && exports[key] === _AccessibilityIcon[key]) return;
12
+ Object.defineProperty(exports, key, {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _AccessibilityIcon[key];
16
+ }
17
+ });
18
+ });
19
+
20
+ var _ArrowIcon = require("@digigov/react-icons/ArrowIcon");
21
+
22
+ Object.keys(_ArrowIcon).forEach(function (key) {
23
+ if (key === "default" || key === "__esModule") return;
24
+ if (key in exports && exports[key] === _ArrowIcon[key]) return;
25
+ Object.defineProperty(exports, key, {
26
+ enumerable: true,
27
+ get: function get() {
28
+ return _ArrowIcon[key];
29
+ }
30
+ });
31
+ });
32
+
33
+ var _BurgerIcon = require("@digigov/react-icons/BurgerIcon");
34
+
35
+ Object.keys(_BurgerIcon).forEach(function (key) {
36
+ if (key === "default" || key === "__esModule") return;
37
+ if (key in exports && exports[key] === _BurgerIcon[key]) return;
38
+ Object.defineProperty(exports, key, {
39
+ enumerable: true,
40
+ get: function get() {
41
+ return _BurgerIcon[key];
42
+ }
43
+ });
44
+ });
45
+
46
+ var _CaretIcon = require("@digigov/react-icons/CaretIcon");
47
+
48
+ Object.keys(_CaretIcon).forEach(function (key) {
49
+ if (key === "default" || key === "__esModule") return;
50
+ if (key in exports && exports[key] === _CaretIcon[key]) return;
51
+ Object.defineProperty(exports, key, {
52
+ enumerable: true,
53
+ get: function get() {
54
+ return _CaretIcon[key];
55
+ }
56
+ });
57
+ });
58
+
59
+ var _CheckIcon = require("@digigov/react-icons/CheckIcon");
60
+
61
+ Object.keys(_CheckIcon).forEach(function (key) {
62
+ if (key === "default" || key === "__esModule") return;
63
+ if (key in exports && exports[key] === _CheckIcon[key]) return;
64
+ Object.defineProperty(exports, key, {
65
+ enumerable: true,
66
+ get: function get() {
67
+ return _CheckIcon[key];
68
+ }
69
+ });
70
+ });
71
+
72
+ var _UncheckIcon = require("@digigov/react-icons/UncheckIcon");
73
+
74
+ Object.keys(_UncheckIcon).forEach(function (key) {
75
+ if (key === "default" || key === "__esModule") return;
76
+ if (key in exports && exports[key] === _UncheckIcon[key]) return;
77
+ Object.defineProperty(exports, key, {
78
+ enumerable: true,
79
+ get: function get() {
80
+ return _UncheckIcon[key];
81
+ }
82
+ });
83
+ });
84
+
85
+ var _CloseIcon = require("@digigov/react-icons/CloseIcon");
86
+
87
+ Object.keys(_CloseIcon).forEach(function (key) {
88
+ if (key === "default" || key === "__esModule") return;
89
+ if (key in exports && exports[key] === _CloseIcon[key]) return;
90
+ Object.defineProperty(exports, key, {
91
+ enumerable: true,
92
+ get: function get() {
93
+ return _CloseIcon[key];
94
+ }
95
+ });
96
+ });
97
+
98
+ var _GlobeIcon = require("@digigov/react-icons/GlobeIcon");
99
+
100
+ Object.keys(_GlobeIcon).forEach(function (key) {
101
+ if (key === "default" || key === "__esModule") return;
102
+ if (key in exports && exports[key] === _GlobeIcon[key]) return;
103
+ Object.defineProperty(exports, key, {
104
+ enumerable: true,
105
+ get: function get() {
106
+ return _GlobeIcon[key];
107
+ }
108
+ });
109
+ });
110
+
111
+ var _MoreVertIcon = require("@digigov/react-icons/MoreVertIcon");
112
+
113
+ Object.keys(_MoreVertIcon).forEach(function (key) {
114
+ if (key === "default" || key === "__esModule") return;
115
+ if (key in exports && exports[key] === _MoreVertIcon[key]) return;
116
+ Object.defineProperty(exports, key, {
117
+ enumerable: true,
118
+ get: function get() {
119
+ return _MoreVertIcon[key];
120
+ }
121
+ });
122
+ });
123
+
124
+ var _SearchIcon = require("@digigov/react-icons/SearchIcon");
125
+
126
+ Object.keys(_SearchIcon).forEach(function (key) {
127
+ if (key === "default" || key === "__esModule") return;
128
+ if (key in exports && exports[key] === _SearchIcon[key]) return;
129
+ Object.defineProperty(exports, key, {
130
+ enumerable: true,
131
+ get: function get() {
132
+ return _SearchIcon[key];
133
+ }
134
+ });
135
+ });
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@digigov/react-icons",
3
+ "version": "1.0.0-002c630d",
4
+ "description": "@digigov react icons",
5
+ "author": "GRNET Developers <devs@lists.grnet.gr>",
6
+ "license": "BSD-2-Clause",
7
+ "main": "./index.js",
8
+ "module": "./esm/index.js",
9
+ "publishConfig": {
10
+ "access": "public",
11
+ "directory": "dist"
12
+ },
13
+ "peerDependencies": {
14
+ "@digigov/css": "1.0.0-002c630d",
15
+ "@digigov/react-core": "1.0.0-002c630d",
16
+ "clsx": "1.1.1",
17
+ "react": "^16.8.0 || ^17.0.0",
18
+ "react-dom": "^16.8.0 || ^17.0.0"
19
+ },
20
+ "dependencies": {
21
+ "ts-morph": "18.0.0"
22
+ },
23
+ "private": false,
24
+ "typings": "./index.d.ts"
25
+ }
package/registry.d.ts ADDED
@@ -0,0 +1,15 @@
1
+ declare var _default: {
2
+ '@digigov/react-icons/AccessibilityIcon': {};
3
+ '@digigov/react-icons/ArrowIcon': {};
4
+ '@digigov/react-icons/BurgerIcon': {};
5
+ '@digigov/react-icons/CaretIcon': {};
6
+ '@digigov/react-icons/CheckIcon': {};
7
+ '@digigov/react-icons/CloseIcon': {};
8
+ '@digigov/react-icons/GlobeIcon': {};
9
+ '@digigov/react-icons/icons': {};
10
+ '@digigov/react-icons': {};
11
+ '@digigov/react-icons/MoreVertIcon': {};
12
+ '@digigov/react-icons/SearchIcon': {};
13
+ '@digigov/react-icons/UncheckIcon': {};
14
+ };
15
+ export default _default;
package/registry.js ADDED
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+
3
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _digigov_react_icons_AccessibilityIcon = _interopRequireWildcard(require("@digigov/react-icons/AccessibilityIcon"));
11
+
12
+ var _digigov_react_icons_ArrowIcon = _interopRequireWildcard(require("@digigov/react-icons/ArrowIcon"));
13
+
14
+ var _digigov_react_icons_BurgerIcon = _interopRequireWildcard(require("@digigov/react-icons/BurgerIcon"));
15
+
16
+ var _digigov_react_icons_CaretIcon = _interopRequireWildcard(require("@digigov/react-icons/CaretIcon"));
17
+
18
+ var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("@digigov/react-icons/CheckIcon"));
19
+
20
+ var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("@digigov/react-icons/CloseIcon"));
21
+
22
+ var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("@digigov/react-icons/GlobeIcon"));
23
+
24
+ var _digigov_react_icons_icons = _interopRequireWildcard(require("@digigov/react-icons/icons"));
25
+
26
+ var _digigov_react_icons = _interopRequireWildcard(require("@digigov/react-icons"));
27
+
28
+ var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("@digigov/react-icons/MoreVertIcon"));
29
+
30
+ var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("@digigov/react-icons/SearchIcon"));
31
+
32
+ var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("@digigov/react-icons/UncheckIcon"));
33
+
34
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
35
+
36
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
37
+
38
+ function lazyImport(pkgImport) {
39
+ // eslint-disable-next-line no-undef
40
+ return new Proxy({}, {
41
+ get: function get(_target, name) {
42
+ if (name === '__esModule' || name === 'default') {
43
+ return pkgImport["default"];
44
+ } else if (name === '*') {
45
+ return pkgImport;
46
+ } else {
47
+ return pkgImport[name];
48
+ }
49
+ }
50
+ });
51
+ }
52
+
53
+ var _default = {
54
+ '@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
55
+ '@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
56
+ '@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
57
+ '@digigov/react-icons/CaretIcon': lazyImport(_digigov_react_icons_CaretIcon),
58
+ '@digigov/react-icons/CheckIcon': lazyImport(_digigov_react_icons_CheckIcon),
59
+ '@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
60
+ '@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
61
+ '@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
62
+ '@digigov/react-icons': lazyImport(_digigov_react_icons),
63
+ '@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
64
+ '@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
65
+ '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
66
+ };
67
+ exports["default"] = _default;