@digigov/react-icons 1.0.0-079f34f3d → 1.0.0-23c81d9f

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 (219) hide show
  1. package/AccessibilityIcon/config/package.json +6 -0
  2. package/AccessibilityIcon/index.d.ts +1 -1
  3. package/AccessibilityIcon/index.js +6 -21
  4. package/{es/AccessibilityIcon/index.test.js → AccessibilityIcon/index.test/index.js} +1 -1
  5. package/AccessibilityIcon/index.test/package.json +6 -0
  6. package/AccessibilityIcon/package.json +6 -0
  7. package/ArrowIcon/config/index.js +27 -0
  8. package/ArrowIcon/config/package.json +6 -0
  9. package/ArrowIcon/config.d.ts +1 -1
  10. package/ArrowIcon/index.d.ts +1 -1
  11. package/ArrowIcon/index.js +6 -21
  12. package/{esm/ArrowIcon/index.test.js → ArrowIcon/index.test/index.js} +1 -1
  13. package/ArrowIcon/index.test/package.json +6 -0
  14. package/ArrowIcon/package.json +6 -0
  15. package/BurgerIcon/config/package.json +6 -0
  16. package/BurgerIcon/index.d.ts +1 -1
  17. package/BurgerIcon/index.js +6 -21
  18. package/{esm/BurgerIcon/index.test.js → BurgerIcon/index.test/index.js} +1 -1
  19. package/BurgerIcon/index.test/package.json +6 -0
  20. package/BurgerIcon/package.json +6 -0
  21. package/CaretIcon/config/package.json +6 -0
  22. package/CaretIcon/index.d.ts +1 -1
  23. package/CaretIcon/index.js +6 -21
  24. package/{esm/CaretIcon/index.test.js → CaretIcon/index.test/index.js} +1 -1
  25. package/CaretIcon/index.test/package.json +6 -0
  26. package/CaretIcon/package.json +6 -0
  27. package/CheckIcon/config/package.json +6 -0
  28. package/CheckIcon/index.d.ts +1 -1
  29. package/CheckIcon/index.js +6 -21
  30. package/{esm/CheckIcon/index.test.js → CheckIcon/index.test/index.js} +1 -1
  31. package/CheckIcon/index.test/package.json +6 -0
  32. package/CheckIcon/package.json +6 -0
  33. package/{es/ArrowIcon/config.js → ChevronIcon/config/index.js} +3 -3
  34. package/ChevronIcon/config/package.json +6 -0
  35. package/ChevronIcon/config.d.ts +14 -0
  36. package/ChevronIcon/index.d.ts +4 -0
  37. package/{es/CheckIcon → ChevronIcon}/index.js +4 -4
  38. package/ChevronIcon/index.test/index.js +33 -0
  39. package/ChevronIcon/index.test/package.json +6 -0
  40. package/ChevronIcon/index.test.d.ts +1 -0
  41. package/ChevronIcon/package.json +6 -0
  42. package/CloseIcon/config/package.json +6 -0
  43. package/CloseIcon/index.d.ts +1 -1
  44. package/CloseIcon/index.js +6 -21
  45. package/{esm/CloseIcon/index.test.js → CloseIcon/index.test/index.js} +1 -1
  46. package/CloseIcon/index.test/package.json +6 -0
  47. package/CloseIcon/package.json +6 -0
  48. package/GlobeIcon/config/package.json +6 -0
  49. package/GlobeIcon/index.d.ts +1 -1
  50. package/GlobeIcon/index.js +6 -21
  51. package/{esm/GlobeIcon/index.test.js → GlobeIcon/index.test/index.js} +1 -1
  52. package/GlobeIcon/index.test/package.json +6 -0
  53. package/GlobeIcon/package.json +6 -0
  54. package/Icon/__snapshots__/index.test.tsx.snap +343 -0
  55. package/Icon/index.d.ts +25 -0
  56. package/Icon/index.js +34 -0
  57. package/Icon/index.test/index.js +82 -0
  58. package/Icon/index.test/package.json +6 -0
  59. package/Icon/index.test.d.ts +1 -0
  60. package/Icon/package.json +6 -0
  61. package/MoreVertIcon/config/package.json +6 -0
  62. package/MoreVertIcon/index.d.ts +1 -1
  63. package/MoreVertIcon/index.js +6 -21
  64. package/{es/MoreVertIcon/index.test.js → MoreVertIcon/index.test/index.js} +1 -1
  65. package/MoreVertIcon/index.test/package.json +6 -0
  66. package/MoreVertIcon/package.json +6 -0
  67. package/SearchIcon/config/package.json +6 -0
  68. package/SearchIcon/index.d.ts +1 -1
  69. package/SearchIcon/index.js +6 -21
  70. package/{esm/SearchIcon/index.test.js → SearchIcon/index.test/index.js} +1 -1
  71. package/SearchIcon/index.test/package.json +6 -0
  72. package/SearchIcon/package.json +6 -0
  73. package/UncheckIcon/config/package.json +6 -0
  74. package/UncheckIcon/index.d.ts +1 -1
  75. package/UncheckIcon/index.js +6 -21
  76. package/{esm/UncheckIcon/index.test.js → UncheckIcon/index.test/index.js} +1 -1
  77. package/UncheckIcon/index.test/package.json +6 -0
  78. package/UncheckIcon/package.json +6 -0
  79. package/cjs/AccessibilityIcon/index.js +24 -0
  80. package/{AccessibilityIcon/index.test.js → cjs/AccessibilityIcon/index.test/index.js} +10 -10
  81. package/cjs/ArrowIcon/config/index.js +39 -0
  82. package/cjs/ArrowIcon/index.js +24 -0
  83. package/{ArrowIcon/index.test.js → cjs/ArrowIcon/index.test/index.js} +5 -5
  84. package/cjs/BurgerIcon/index.js +24 -0
  85. package/{BurgerIcon/index.test.js → cjs/BurgerIcon/index.test/index.js} +7 -7
  86. package/cjs/CaretIcon/index.js +24 -0
  87. package/{CaretIcon/index.test.js → cjs/CaretIcon/index.test/index.js} +5 -5
  88. package/cjs/CheckIcon/index.js +24 -0
  89. package/{CheckIcon/index.test.js → cjs/CheckIcon/index.test/index.js} +9 -9
  90. package/{ArrowIcon/config.js → cjs/ChevronIcon/config/index.js} +5 -5
  91. package/cjs/ChevronIcon/index.js +24 -0
  92. package/cjs/ChevronIcon/index.test/index.js +39 -0
  93. package/cjs/CloseIcon/index.js +24 -0
  94. package/{CloseIcon/index.test.js → cjs/CloseIcon/index.test/index.js} +2 -2
  95. package/cjs/GlobeIcon/index.js +24 -0
  96. package/{GlobeIcon/index.test.js → cjs/GlobeIcon/index.test/index.js} +5 -5
  97. package/cjs/Icon/__snapshots__/index.test.tsx.snap +343 -0
  98. package/cjs/Icon/index.js +58 -0
  99. package/cjs/Icon/index.test/index.js +88 -0
  100. package/cjs/MoreVertIcon/index.js +24 -0
  101. package/{MoreVertIcon/index.test.js → cjs/MoreVertIcon/index.test/index.js} +10 -10
  102. package/cjs/SearchIcon/index.js +24 -0
  103. package/{SearchIcon/index.test.js → cjs/SearchIcon/index.test/index.js} +2 -2
  104. package/cjs/UncheckIcon/index.js +24 -0
  105. package/{UncheckIcon/index.test.js → cjs/UncheckIcon/index.test/index.js} +10 -10
  106. package/{icons.js → cjs/icons/index.js} +23 -10
  107. package/cjs/index.js +148 -0
  108. package/{registry.js → cjs/registry/index.js} +18 -12
  109. package/icons/index.js +12 -0
  110. package/icons/package.json +6 -0
  111. package/icons.d.ts +3 -0
  112. package/index.d.ts +1 -0
  113. package/index.js +11 -135
  114. package/package.json +4 -5
  115. package/{es/registry.js → registry/index.js} +16 -12
  116. package/registry/package.json +6 -0
  117. package/registry.d.ts +2 -0
  118. package/src/AccessibilityIcon/index.tsx +1 -1
  119. package/src/ArrowIcon/config.tsx +6 -6
  120. package/src/ArrowIcon/index.tsx +1 -1
  121. package/src/BurgerIcon/index.tsx +1 -1
  122. package/src/CaretIcon/index.tsx +1 -1
  123. package/src/CheckIcon/index.tsx +1 -1
  124. package/src/ChevronIcon/config.tsx +37 -0
  125. package/src/ChevronIcon/index.test.tsx +20 -0
  126. package/src/ChevronIcon/index.tsx +8 -0
  127. package/src/CloseIcon/index.tsx +1 -1
  128. package/src/GlobeIcon/index.tsx +1 -1
  129. package/src/Icon/__snapshots__/index.test.tsx.snap +343 -0
  130. package/src/Icon/index.test.tsx +36 -0
  131. package/src/Icon/index.tsx +63 -0
  132. package/src/MoreVertIcon/index.tsx +1 -1
  133. package/src/SearchIcon/index.tsx +1 -1
  134. package/src/UncheckIcon/index.tsx +1 -1
  135. package/src/icons.ts +3 -0
  136. package/src/index.ts +1 -0
  137. package/src/registry.js +4 -0
  138. package/es/AccessibilityIcon/index.js +0 -9
  139. package/es/ArrowIcon/index.js +0 -9
  140. package/es/ArrowIcon/index.test.js +0 -33
  141. package/es/BurgerIcon/index.js +0 -9
  142. package/es/BurgerIcon/index.test.js +0 -50
  143. package/es/CaretIcon/index.js +0 -9
  144. package/es/CaretIcon/index.test.js +0 -33
  145. package/es/CheckIcon/index.test.js +0 -67
  146. package/es/CloseIcon/index.js +0 -9
  147. package/es/CloseIcon/index.test.js +0 -9
  148. package/es/GlobeIcon/index.js +0 -9
  149. package/es/GlobeIcon/index.test.js +0 -33
  150. package/es/MoreVertIcon/index.js +0 -9
  151. package/es/SearchIcon/index.js +0 -9
  152. package/es/SearchIcon/index.test.js +0 -9
  153. package/es/UncheckIcon/index.js +0 -9
  154. package/es/UncheckIcon/index.test.js +0 -75
  155. package/es/icons.js +0 -11
  156. package/es/index.js +0 -10
  157. package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  158. package/esm/AccessibilityIcon/config.js +0 -19
  159. package/esm/AccessibilityIcon/index.js +0 -9
  160. package/esm/AccessibilityIcon/index.test.js +0 -75
  161. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  162. package/esm/ArrowIcon/config.js +0 -27
  163. package/esm/ArrowIcon/index.js +0 -9
  164. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  165. package/esm/BurgerIcon/config.js +0 -32
  166. package/esm/BurgerIcon/index.js +0 -9
  167. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  168. package/esm/CaretIcon/config.js +0 -27
  169. package/esm/CaretIcon/index.js +0 -9
  170. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  171. package/esm/CheckIcon/config.js +0 -11
  172. package/esm/CheckIcon/index.js +0 -9
  173. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  174. package/esm/CloseIcon/config.js +0 -11
  175. package/esm/CloseIcon/index.js +0 -9
  176. package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
  177. package/esm/GlobeIcon/config.js +0 -11
  178. package/esm/GlobeIcon/index.js +0 -9
  179. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  180. package/esm/MoreVertIcon/config.js +0 -25
  181. package/esm/MoreVertIcon/index.js +0 -9
  182. package/esm/MoreVertIcon/index.test.js +0 -75
  183. package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  184. package/esm/SearchIcon/config.js +0 -11
  185. package/esm/SearchIcon/index.js +0 -9
  186. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  187. package/esm/UncheckIcon/config.js +0 -11
  188. package/esm/UncheckIcon/index.js +0 -9
  189. package/esm/icons.js +0 -11
  190. package/esm/index.js +0 -10
  191. package/esm/registry.js +0 -42
  192. /package/{es/AccessibilityIcon/config.js → AccessibilityIcon/config/index.js} +0 -0
  193. /package/{es/BurgerIcon/config.js → BurgerIcon/config/index.js} +0 -0
  194. /package/{es/CaretIcon/config.js → CaretIcon/config/index.js} +0 -0
  195. /package/{es/CheckIcon/config.js → CheckIcon/config/index.js} +0 -0
  196. /package/{es/CloseIcon/config.js → CloseIcon/config/index.js} +0 -0
  197. /package/{es/GlobeIcon/config.js → GlobeIcon/config/index.js} +0 -0
  198. /package/{es/MoreVertIcon/config.js → MoreVertIcon/config/index.js} +0 -0
  199. /package/{es/SearchIcon/config.js → SearchIcon/config/index.js} +0 -0
  200. /package/{es/UncheckIcon/config.js → UncheckIcon/config/index.js} +0 -0
  201. /package/{es → cjs}/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -0
  202. /package/{AccessibilityIcon/config.js → cjs/AccessibilityIcon/config/index.js} +0 -0
  203. /package/{es → cjs}/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -0
  204. /package/{es → cjs}/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -0
  205. /package/{BurgerIcon/config.js → cjs/BurgerIcon/config/index.js} +0 -0
  206. /package/{es → cjs}/CaretIcon/__snapshots__/index.test.tsx.snap +0 -0
  207. /package/{CaretIcon/config.js → cjs/CaretIcon/config/index.js} +0 -0
  208. /package/{es → cjs}/CheckIcon/__snapshots__/index.test.tsx.snap +0 -0
  209. /package/{CheckIcon/config.js → cjs/CheckIcon/config/index.js} +0 -0
  210. /package/{es → cjs}/CloseIcon/__snapshots__/index.test.tsx.snap +0 -0
  211. /package/{CloseIcon/config.js → cjs/CloseIcon/config/index.js} +0 -0
  212. /package/{es → cjs}/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -0
  213. /package/{GlobeIcon/config.js → cjs/GlobeIcon/config/index.js} +0 -0
  214. /package/{es → cjs}/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -0
  215. /package/{MoreVertIcon/config.js → cjs/MoreVertIcon/config/index.js} +0 -0
  216. /package/{es → cjs}/SearchIcon/__snapshots__/index.test.tsx.snap +0 -0
  217. /package/{SearchIcon/config.js → cjs/SearchIcon/config/index.js} +0 -0
  218. /package/{es → cjs}/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -0
  219. /package/{UncheckIcon/config.js → cjs/UncheckIcon/config/index.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { mount } from 'enzyme';
3
- import GlobeIcon from '@digigov/react-icons/GlobeIcon';
3
+ import GlobeIcon from "./";
4
4
 
5
5
  var _ref = /*#__PURE__*/React.createElement(GlobeIcon, null);
6
6
 
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/GlobeIcon/index.test/index.js"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../cjs/GlobeIcon/index.js"
6
+ }
@@ -0,0 +1,343 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`renders the Icon prop icon= "caret" 1`] = `
4
+ <ForwardRef(Icon)
5
+ icon="caret"
6
+ >
7
+ <ForwardRef(SvgIcon)
8
+ className="govgr-svg-icon--caret"
9
+ >
10
+ <ForwardRef(Base)
11
+ aria-hidden="true"
12
+ as="svg"
13
+ className="govgr-svg-icon--caret govgr-svg-icon"
14
+ focusable="false"
15
+ viewBox="0 0 24 24"
16
+ >
17
+ <svg
18
+ aria-hidden="true"
19
+ className="govgr-svg-icon--caret govgr-svg-icon"
20
+ focusable="false"
21
+ viewBox="0 0 24 24"
22
+ >
23
+ <caret>
24
+ <path
25
+ d="M18,22V2L6,12L18,22z"
26
+ />
27
+ </caret>
28
+ </svg>
29
+ </ForwardRef(Base)>
30
+ </ForwardRef(SvgIcon)>
31
+ </ForwardRef(Icon)>
32
+ `;
33
+
34
+ exports[`renders the Icon prop icon= "caret" and direction=left 1`] = `
35
+ <ForwardRef(Icon)
36
+ direction="left"
37
+ icon="caret"
38
+ >
39
+ <ForwardRef(SvgIcon)
40
+ className="govgr-svg-icon--caret"
41
+ >
42
+ <ForwardRef(Base)
43
+ aria-hidden="true"
44
+ as="svg"
45
+ className="govgr-svg-icon--caret govgr-svg-icon"
46
+ focusable="false"
47
+ viewBox="0 0 24 24"
48
+ >
49
+ <svg
50
+ aria-hidden="true"
51
+ className="govgr-svg-icon--caret govgr-svg-icon"
52
+ focusable="false"
53
+ viewBox="0 0 24 24"
54
+ >
55
+ <caret
56
+ direction="left"
57
+ >
58
+ <path
59
+ d="M18,22V2L6,12L18,22z"
60
+ />
61
+ </caret>
62
+ </svg>
63
+ </ForwardRef(Base)>
64
+ </ForwardRef(SvgIcon)>
65
+ </ForwardRef(Icon)>
66
+ `;
67
+
68
+ exports[`renders the Icon prop icon= "check" 1`] = `
69
+ <ForwardRef(Icon)
70
+ icon="check"
71
+ >
72
+ <ForwardRef(SvgIcon)
73
+ className="govgr-svg-icon--check"
74
+ >
75
+ <ForwardRef(Base)
76
+ aria-hidden="true"
77
+ as="svg"
78
+ className="govgr-svg-icon--check govgr-svg-icon"
79
+ focusable="false"
80
+ viewBox="0 0 24 24"
81
+ >
82
+ <svg
83
+ aria-hidden="true"
84
+ className="govgr-svg-icon--check govgr-svg-icon"
85
+ focusable="false"
86
+ viewBox="0 0 24 24"
87
+ >
88
+ <check>
89
+ <polygon
90
+ points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
91
+ />
92
+ </check>
93
+ </svg>
94
+ </ForwardRef(Base)>
95
+ </ForwardRef(SvgIcon)>
96
+ </ForwardRef(Icon)>
97
+ `;
98
+
99
+ exports[`renders the Icon prop icon= "close" 1`] = `
100
+ <ForwardRef(Icon)
101
+ icon="close"
102
+ >
103
+ <ForwardRef(SvgIcon)
104
+ className="govgr-svg-icon--close"
105
+ >
106
+ <ForwardRef(Base)
107
+ aria-hidden="true"
108
+ as="svg"
109
+ className="govgr-svg-icon--close govgr-svg-icon"
110
+ focusable="false"
111
+ viewBox="0 0 24 24"
112
+ >
113
+ <svg
114
+ aria-hidden="true"
115
+ className="govgr-svg-icon--close govgr-svg-icon"
116
+ focusable="false"
117
+ viewBox="0 0 24 24"
118
+ >
119
+ <close>
120
+ <polygon
121
+ points="14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 "
122
+ />
123
+ </close>
124
+ </svg>
125
+ </ForwardRef(Base)>
126
+ </ForwardRef(SvgIcon)>
127
+ </ForwardRef(Icon)>
128
+ `;
129
+
130
+ exports[`renders the Icon prop icon= "uncheck" 1`] = `
131
+ <ForwardRef(Icon)
132
+ icon="uncheck"
133
+ >
134
+ <ForwardRef(SvgIcon)
135
+ className="govgr-svg-icon--uncheck"
136
+ >
137
+ <ForwardRef(Base)
138
+ aria-hidden="true"
139
+ as="svg"
140
+ className="govgr-svg-icon--uncheck govgr-svg-icon"
141
+ focusable="false"
142
+ viewBox="0 0 24 24"
143
+ >
144
+ <svg
145
+ aria-hidden="true"
146
+ className="govgr-svg-icon--uncheck govgr-svg-icon"
147
+ focusable="false"
148
+ viewBox="0 0 24 24"
149
+ >
150
+ <uncheck>
151
+ <polygon
152
+ points="20.59 5.74 18.26 3.41 12 9.67 5.742 3.41 3.41 5.74 9.67 12 3.41 18.26 5.74 20.6 12 14.33 18.26 20.59 20.59 18.26 14.33 12 20.59 5.74"
153
+ />
154
+ </uncheck>
155
+ </svg>
156
+ </ForwardRef(Base)>
157
+ </ForwardRef(SvgIcon)>
158
+ </ForwardRef(Icon)>
159
+ `;
160
+
161
+ exports[`renders the Icon props icon= "moreVert" 1`] = `
162
+ <ForwardRef(Icon)
163
+ icon="moreVert"
164
+ >
165
+ <ForwardRef(SvgIcon)
166
+ className="govgr-svg-icon--moreVert"
167
+ >
168
+ <ForwardRef(Base)
169
+ aria-hidden="true"
170
+ as="svg"
171
+ className="govgr-svg-icon--moreVert govgr-svg-icon"
172
+ focusable="false"
173
+ viewBox="0 0 24 24"
174
+ >
175
+ <svg
176
+ aria-hidden="true"
177
+ className="govgr-svg-icon--moreVert govgr-svg-icon"
178
+ focusable="false"
179
+ viewBox="0 0 24 24"
180
+ >
181
+ <moreVert>
182
+ <circle
183
+ cx="12"
184
+ cy="5"
185
+ r="2"
186
+ />
187
+ <circle
188
+ cx="12"
189
+ cy="12"
190
+ r="2"
191
+ />
192
+ <circle
193
+ cx="12"
194
+ cy="19"
195
+ r="2"
196
+ />
197
+ </moreVert>
198
+ </svg>
199
+ </ForwardRef(Base)>
200
+ </ForwardRef(SvgIcon)>
201
+ </ForwardRef(Icon)>
202
+ `;
203
+
204
+ exports[`renders the Icon with no props 1`] = `
205
+ <ForwardRef(Icon)>
206
+ <ForwardRef(SvgIcon)
207
+ className="govgr-svg-icon--arrow"
208
+ >
209
+ <ForwardRef(Base)
210
+ aria-hidden="true"
211
+ as="svg"
212
+ className="govgr-svg-icon--arrow govgr-svg-icon"
213
+ focusable="false"
214
+ viewBox="0 0 24 24"
215
+ >
216
+ <svg
217
+ aria-hidden="true"
218
+ className="govgr-svg-icon--arrow govgr-svg-icon"
219
+ focusable="false"
220
+ viewBox="0 0 24 24"
221
+ >
222
+ <arrow>
223
+ <path
224
+ d="M8.5,2L6.1,4.3l7.6,7.7l-7.6,7.6L8.5,22l10-10L8.5,2z"
225
+ />
226
+ </arrow>
227
+ </svg>
228
+ </ForwardRef(Base)>
229
+ </ForwardRef(SvgIcon)>
230
+ </ForwardRef(Icon)>
231
+ `;
232
+
233
+ exports[`renders the Icon with prop icon=arrow and direction=up 1`] = `
234
+ <ForwardRef(Icon)
235
+ direction="up"
236
+ >
237
+ <ForwardRef(SvgIcon)
238
+ className="govgr-svg-icon--arrow"
239
+ >
240
+ <ForwardRef(Base)
241
+ aria-hidden="true"
242
+ as="svg"
243
+ className="govgr-svg-icon--arrow govgr-svg-icon"
244
+ focusable="false"
245
+ viewBox="0 0 24 24"
246
+ >
247
+ <svg
248
+ aria-hidden="true"
249
+ className="govgr-svg-icon--arrow govgr-svg-icon"
250
+ focusable="false"
251
+ viewBox="0 0 24 24"
252
+ >
253
+ <arrow
254
+ direction="up"
255
+ >
256
+ <path
257
+ d="M2,15.8l2.3,2.4l7.7-7.6l7.6,7.6l2.4-2.4l-10-10L2,15.8z"
258
+ />
259
+ </arrow>
260
+ </svg>
261
+ </ForwardRef(Base)>
262
+ </ForwardRef(SvgIcon)>
263
+ </ForwardRef(Icon)>
264
+ `;
265
+
266
+ exports[`renders the Icon with prop prop icon=burger 1`] = `
267
+ <ForwardRef(Icon)
268
+ icon="burger"
269
+ >
270
+ <ForwardRef(SvgIcon)
271
+ className="govgr-svg-icon--burger"
272
+ >
273
+ <ForwardRef(Base)
274
+ aria-hidden="true"
275
+ as="svg"
276
+ className="govgr-svg-icon--burger govgr-svg-icon"
277
+ focusable="false"
278
+ viewBox="0 0 24 24"
279
+ >
280
+ <svg
281
+ aria-hidden="true"
282
+ className="govgr-svg-icon--burger govgr-svg-icon"
283
+ focusable="false"
284
+ viewBox="0 0 24 24"
285
+ >
286
+ <burger>
287
+ <g
288
+ className=""
289
+ >
290
+ <rect
291
+ height="3.3"
292
+ id="govgr-svg-icon--burger__line-1"
293
+ width="20"
294
+ />
295
+ <rect
296
+ height="3.3"
297
+ id="govgr-svg-icon--burger__line-2"
298
+ width="20"
299
+ />
300
+ <rect
301
+ height="3.3"
302
+ id="govgr-svg-icon--burger__line-3"
303
+ width="20"
304
+ />
305
+ </g>
306
+ </burger>
307
+ </svg>
308
+ </ForwardRef(Base)>
309
+ </ForwardRef(SvgIcon)>
310
+ </ForwardRef(Icon)>
311
+ `;
312
+
313
+ exports[`renders the Icon with prop prop icon=globe 1`] = `
314
+ <ForwardRef(Icon)
315
+ icon="globe"
316
+ >
317
+ <ForwardRef(SvgIcon)
318
+ className="govgr-svg-icon--globe"
319
+ >
320
+ <ForwardRef(Base)
321
+ aria-hidden="true"
322
+ as="svg"
323
+ className="govgr-svg-icon--globe govgr-svg-icon"
324
+ focusable="false"
325
+ viewBox="0 0 24 24"
326
+ >
327
+ <svg
328
+ aria-hidden="true"
329
+ className="govgr-svg-icon--globe govgr-svg-icon"
330
+ focusable="false"
331
+ viewBox="0 0 24 24"
332
+ >
333
+ <globe>
334
+ <path
335
+ d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M22.4,13.1C22.4,13.1,22.4,13.2,22.4,13.1 c0,0.4-0.1,0.8-0.2,1.1v0h-3.6c0.2-1.5,0.2-3,0-4.5h3.6v0c0.1,0.4,0.1,0.7,0.2,1.1c0,0,0,0,0,0C22.5,11.6,22.5,12.4,22.4,13.1z M16,21.7c1.1-1.5,2-3.5,2.4-6h3.4c0,0,0,0,0,0C20.8,18.4,18.7,20.6,16,21.7z M21.8,8.2C21.8,8.2,21.8,8.2,21.8,8.2l-3.4,0 c-0.4-2.4-1.3-4.5-2.4-6C18.7,3.4,20.8,5.6,21.8,8.2L21.8,8.2z M17.1,9.7c0.2,1.5,0.2,3,0,4.5h-4.4V9.7L17.1,9.7L17.1,9.7z M12.7,8.2V1.6c1.9,0.6,3.5,3.2,4.1,6.6L12.7,8.2L12.7,8.2z M12.7,15.7h4.1c-0.7,3.4-2.3,6.1-4.1,6.6V15.7L12.7,15.7z M2.2,15.8 C2.2,15.8,2.2,15.8,2.2,15.8l3.4,0c0.4,2.4,1.3,4.5,2.4,6C5.3,20.6,3.2,18.4,2.2,15.8L2.2,15.8z M8,2.3c-1.1,1.5-2,3.5-2.4,6H2.2 c0,0,0,0,0,0C3.2,5.6,5.3,3.4,8,2.3z M6.9,14.3c-0.2-1.5-0.2-3,0-4.5h4.4v4.5H6.9L6.9,14.3z M11.2,15.8v6.6 c-1.9-0.6-3.5-3.2-4.1-6.6L11.2,15.8L11.2,15.8z M11.2,8.3H7.1c0.7-3.4,2.3-6.1,4.1-6.6V8.3L11.2,8.3z M1.6,10.9 C1.6,10.9,1.6,10.8,1.6,10.9c0-0.4,0.1-0.8,0.2-1.1v0h3.6c-0.2,1.5-0.2,3,0,4.5H1.7v0c-0.1-0.4-0.1-0.7-0.2-1.1c0,0,0,0,0,0 C1.5,12.4,1.5,11.6,1.6,10.9z"
336
+ />
337
+
338
+ </globe>
339
+ </svg>
340
+ </ForwardRef(Base)>
341
+ </ForwardRef(SvgIcon)>
342
+ </ForwardRef(Icon)>
343
+ `;
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@digigov/react-core/SvgIcon';
3
+ import type { IconTypes } from '@digigov/react-icons/icons';
4
+ export declare type IconProps<N extends keyof IconTypes> = SvgIconProps & IconTypes[N] & {
5
+ /**
6
+ * ref is optional.
7
+ * ref prop declares the reference of the svg icon component.
8
+ * It can be used to to access the DOM element and the React element.
9
+ */
10
+ ref?: React.Ref<SVGSVGElement>;
11
+ /**
12
+ * icon is optional, but strongly recommended.
13
+ * Default value is 'chevron'.
14
+ * Use this prop to display the icon you want.
15
+ */
16
+ icon?: N;
17
+ };
18
+ declare type IconComponent = <C extends keyof IconTypes>(props: IconProps<C>) => React.ReactElement | null;
19
+ export declare type IconNames = keyof IconTypes;
20
+ /**
21
+ * Icon is used whenever we need a GOV.GR icon.
22
+ * Choose the icon from the list in icon prop.
23
+ */
24
+ export declare const Icon: IconComponent;
25
+ export default Icon;
package/Icon/index.js ADDED
@@ -0,0 +1,34 @@
1
+ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
+ import _extends from "@babel/runtime/helpers/extends";
3
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
+ var _excluded = ["icon", "className"];
5
+ import React from 'react';
6
+ import clsx from 'clsx';
7
+ import SvgIcon from '@digigov/react-core/SvgIcon';
8
+ import * as icons from "../icons";
9
+
10
+ /**
11
+ * Icon is used whenever we need a GOV.GR icon.
12
+ * Choose the icon from the list in icon prop.
13
+ */
14
+ export var Icon = /*#__PURE__*/React.forwardRef(function Icon(_ref, ref) {
15
+ var _ref$icon = _ref.icon,
16
+ icon = _ref$icon === void 0 ? 'chevron' : _ref$icon,
17
+ className = _ref.className,
18
+ props = _objectWithoutProperties(_ref, _excluded);
19
+
20
+ var IconComponent = icons[icon]; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
21
+ // @ts-ignore
22
+
23
+ var iconProps = IconComponent === null || IconComponent === void 0 ? void 0 : IconComponent.props.reduce(function (compProps, propName) {
24
+ var value = props[propName];
25
+ delete props[propName];
26
+ return _extends({}, compProps, _defineProperty({}, propName, value));
27
+ }, {});
28
+ return /*#__PURE__*/React.createElement(SvgIcon, _extends({
29
+ ref: ref
30
+ }, props, {
31
+ className: clsx(className, true && "govgr-svg-icon--".concat(icon))
32
+ }), /*#__PURE__*/React.createElement(IconComponent, iconProps));
33
+ });
34
+ export default Icon;
@@ -0,0 +1,82 @@
1
+ import React from 'react';
2
+ import { mount } from 'enzyme';
3
+ import Icon from "./";
4
+
5
+ var _ref = /*#__PURE__*/React.createElement(Icon, null);
6
+
7
+ it('renders the Icon with no props', function () {
8
+ expect(mount(_ref)).toMatchSnapshot();
9
+ });
10
+
11
+ var _ref2 = /*#__PURE__*/React.createElement(Icon, {
12
+ direction: "up"
13
+ });
14
+
15
+ it('renders the Icon with prop icon=arrow and direction=up', function () {
16
+ expect(mount(_ref2)).toMatchSnapshot();
17
+ });
18
+
19
+ var _ref3 = /*#__PURE__*/React.createElement(Icon, {
20
+ icon: "burger"
21
+ });
22
+
23
+ it('renders the Icon with prop prop icon=burger', function () {
24
+ expect(mount(_ref3)).toMatchSnapshot();
25
+ });
26
+
27
+ var _ref4 = /*#__PURE__*/React.createElement(Icon, {
28
+ icon: "caret"
29
+ });
30
+
31
+ it('renders the Icon prop icon= "caret"', function () {
32
+ expect(mount(_ref4)).toMatchSnapshot();
33
+ });
34
+
35
+ var _ref5 = /*#__PURE__*/React.createElement(Icon, {
36
+ icon: "caret",
37
+ direction: "left"
38
+ });
39
+
40
+ it('renders the Icon prop icon= "caret" and direction=left', function () {
41
+ expect(mount(_ref5)).toMatchSnapshot();
42
+ });
43
+
44
+ var _ref6 = /*#__PURE__*/React.createElement(Icon, {
45
+ icon: "check"
46
+ });
47
+
48
+ it('renders the Icon prop icon= "check"', function () {
49
+ expect(mount(_ref6)).toMatchSnapshot();
50
+ });
51
+
52
+ var _ref7 = /*#__PURE__*/React.createElement(Icon, {
53
+ icon: "close"
54
+ });
55
+
56
+ it('renders the Icon prop icon= "close"', function () {
57
+ expect(mount(_ref7)).toMatchSnapshot();
58
+ });
59
+
60
+ var _ref8 = /*#__PURE__*/React.createElement(Icon, {
61
+ icon: "globe"
62
+ });
63
+
64
+ it('renders the Icon with prop prop icon=globe', function () {
65
+ expect(mount(_ref8)).toMatchSnapshot();
66
+ });
67
+
68
+ var _ref9 = /*#__PURE__*/React.createElement(Icon, {
69
+ icon: "moreVert"
70
+ });
71
+
72
+ it('renders the Icon props icon= "moreVert"', function () {
73
+ expect(mount(_ref9)).toMatchSnapshot();
74
+ });
75
+
76
+ var _ref10 = /*#__PURE__*/React.createElement(Icon, {
77
+ icon: "uncheck"
78
+ });
79
+
80
+ it('renders the Icon prop icon= "uncheck"', function () {
81
+ expect(mount(_ref10)).toMatchSnapshot();
82
+ });
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/Icon/index.test/index.js"
6
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../cjs/Icon/index.js"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/MoreVertIcon/config/index.js"
6
+ }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { IconProps } from '@digigov/react-core/Icon';
2
+ import { IconProps } from '@digigov/react-icons/Icon';
3
3
  export declare const MoreVertIcon: React.FC<IconProps<'moreVert'>>;
4
4
  export default MoreVertIcon;
@@ -1,24 +1,9 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = exports.MoreVertIcon = void 0;
9
-
10
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
-
12
- var _react = _interopRequireDefault(require("react"));
13
-
14
- var _Icon = _interopRequireDefault(require("@digigov/react-core/Icon"));
15
-
16
- var MoreVertIcon = function MoreVertIcon(props) {
17
- return /*#__PURE__*/_react["default"].createElement(_Icon["default"], (0, _extends2["default"])({}, props, {
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import React from 'react';
3
+ import Icon from "../Icon";
4
+ export var MoreVertIcon = function MoreVertIcon(props) {
5
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
18
6
  icon: "moreVert"
19
7
  }));
20
8
  };
21
-
22
- exports.MoreVertIcon = MoreVertIcon;
23
- var _default = MoreVertIcon;
24
- exports["default"] = _default;
9
+ export default MoreVertIcon;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { mount } from 'enzyme';
3
- import MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
3
+ import MoreVertIcon from "./";
4
4
 
5
5
  var _ref = /*#__PURE__*/React.createElement(MoreVertIcon, null);
6
6
 
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/MoreVertIcon/index.test/index.js"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../cjs/MoreVertIcon/index.js"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/SearchIcon/config/index.js"
6
+ }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { IconProps } from '@digigov/react-core/Icon';
2
+ import { IconProps } from '@digigov/react-icons/Icon';
3
3
  export declare const SearchIcon: React.FC<IconProps<'search'>>;
4
4
  export default SearchIcon;
@@ -1,24 +1,9 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = exports.SearchIcon = void 0;
9
-
10
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
-
12
- var _react = _interopRequireDefault(require("react"));
13
-
14
- var _Icon = _interopRequireDefault(require("@digigov/react-core/Icon"));
15
-
16
- var SearchIcon = function SearchIcon(props) {
17
- return /*#__PURE__*/_react["default"].createElement(_Icon["default"], (0, _extends2["default"])({}, props, {
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import React from 'react';
3
+ import Icon from "../Icon";
4
+ export var SearchIcon = function SearchIcon(props) {
5
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
18
6
  icon: "search"
19
7
  }));
20
8
  };
21
-
22
- exports.SearchIcon = SearchIcon;
23
- var _default = SearchIcon;
24
- exports["default"] = _default;
9
+ export default SearchIcon;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { mount } from 'enzyme';
3
- import SearchIcon from '@digigov/react-icons/SearchIcon';
3
+ import SearchIcon from "./";
4
4
 
5
5
  var _ref = /*#__PURE__*/React.createElement(SearchIcon, null);
6
6
 
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/SearchIcon/index.test/index.js"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../cjs/SearchIcon/index.js"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../../cjs/UncheckIcon/config/index.js"
6
+ }