@digigov/react-icons 2.0.0-7d9a8d86 → 2.0.0-85c27c19

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 (393) hide show
  1. package/AccessibilityIcon/config/index.js +6 -7
  2. package/AccessibilityIcon/config.js.map +1 -1
  3. package/AccessibilityIcon/index.js +1 -4
  4. package/AccessibilityIcon/index.js.map +1 -1
  5. package/ArrowIcon/config/index.js +2 -10
  6. package/ArrowIcon/config.js.map +1 -1
  7. package/ArrowIcon/index.js +1 -4
  8. package/ArrowIcon/index.js.map +1 -1
  9. package/Base/index.d.ts +95 -0
  10. package/Base/index.js +101 -0
  11. package/Base/index.js.map +7 -0
  12. package/{Icon/index.test → Base}/package.json +1 -1
  13. package/BurgerIcon/config/index.js +12 -18
  14. package/BurgerIcon/config.js.map +1 -1
  15. package/BurgerIcon/index.js +1 -4
  16. package/BurgerIcon/index.js.map +1 -1
  17. package/CancelIcon/config/index.js +1 -3
  18. package/CancelIcon/config.js.map +1 -1
  19. package/CancelIcon/index.js +1 -4
  20. package/CancelIcon/index.js.map +1 -1
  21. package/CaretIcon/config/index.js +2 -10
  22. package/CaretIcon/config.js.map +1 -1
  23. package/CaretIcon/index.js +1 -4
  24. package/CaretIcon/index.js.map +1 -1
  25. package/ChatIcon/config/index.js +2 -6
  26. package/ChatIcon/config.js.map +1 -1
  27. package/ChatIcon/index.js +1 -4
  28. package/ChatIcon/index.js.map +1 -1
  29. package/CheckIcon/config/index.js +1 -3
  30. package/CheckIcon/config.js.map +1 -1
  31. package/CheckIcon/index.js +1 -4
  32. package/CheckIcon/index.js.map +1 -1
  33. package/ChevronIcon/config/index.js +2 -10
  34. package/ChevronIcon/config.js.map +1 -1
  35. package/ChevronIcon/index.js +1 -4
  36. package/ChevronIcon/index.js.map +1 -1
  37. package/CloseIcon/config/index.js +1 -3
  38. package/CloseIcon/config.js.map +1 -1
  39. package/CloseIcon/index.js +1 -4
  40. package/CloseIcon/index.js.map +1 -1
  41. package/DownloadIcon/config/index.js +1 -8
  42. package/DownloadIcon/config.js.map +1 -1
  43. package/DownloadIcon/index.js +1 -4
  44. package/DownloadIcon/index.js.map +1 -1
  45. package/ExclamationIcon/config/index.js +1 -7
  46. package/ExclamationIcon/config.js.map +1 -1
  47. package/ExclamationIcon/index.js +1 -4
  48. package/ExclamationIcon/index.js.map +1 -1
  49. package/GlobeIcon/config/index.js +1 -3
  50. package/GlobeIcon/config.js.map +1 -1
  51. package/GlobeIcon/index.js +1 -4
  52. package/GlobeIcon/index.js.map +1 -1
  53. package/Icon/index.d.ts +2 -2
  54. package/Icon/index.js +13 -11
  55. package/Icon/index.js.map +3 -3
  56. package/LockIcon/config/index.js +1 -3
  57. package/LockIcon/config.js.map +1 -1
  58. package/LockIcon/index.js +1 -4
  59. package/LockIcon/index.js.map +1 -1
  60. package/LoginIcon/config/index.js +1 -5
  61. package/LoginIcon/config.js.map +1 -1
  62. package/LoginIcon/index.js +1 -4
  63. package/LoginIcon/index.js.map +1 -1
  64. package/MinusIcon/config/index.js +1 -6
  65. package/MinusIcon/config.js.map +1 -1
  66. package/MinusIcon/index.js +1 -4
  67. package/MinusIcon/index.js.map +1 -1
  68. package/MoreVertIcon/config/index.js +1 -13
  69. package/MoreVertIcon/config.js.map +1 -1
  70. package/MoreVertIcon/index.js +1 -4
  71. package/MoreVertIcon/index.js.map +1 -1
  72. package/PdfFileIcon/config/index.js +1 -9
  73. package/PdfFileIcon/config.js.map +1 -1
  74. package/PdfFileIcon/index.js +1 -4
  75. package/PdfFileIcon/index.js.map +1 -1
  76. package/PlusIcon/config/index.js +1 -3
  77. package/PlusIcon/config.js.map +1 -1
  78. package/PlusIcon/index.js +1 -4
  79. package/PlusIcon/index.js.map +1 -1
  80. package/PrintIcon/config/index.js +1 -8
  81. package/PrintIcon/config.js.map +1 -1
  82. package/PrintIcon/index.js +1 -4
  83. package/PrintIcon/index.js.map +1 -1
  84. package/ReplyIcon/config/index.js +1 -3
  85. package/ReplyIcon/config.js.map +1 -1
  86. package/ReplyIcon/index.js +1 -4
  87. package/ReplyIcon/index.js.map +1 -1
  88. package/RestoreIcon/config/index.js +1 -9
  89. package/RestoreIcon/config.js.map +1 -1
  90. package/RestoreIcon/index.js +1 -4
  91. package/RestoreIcon/index.js.map +1 -1
  92. package/SearchIcon/config/index.js +1 -3
  93. package/SearchIcon/config.js.map +1 -1
  94. package/SearchIcon/index.js +1 -4
  95. package/SearchIcon/index.js.map +1 -1
  96. package/SvgIcon/index.d.ts +37 -0
  97. package/SvgIcon/index.js +30 -0
  98. package/SvgIcon/index.js.map +7 -0
  99. package/SvgIcon/index.test.d.ts +1 -0
  100. package/{ChatIcon/index.test → SvgIcon}/package.json +1 -1
  101. package/UncheckIcon/config/index.js +1 -3
  102. package/UncheckIcon/config.js.map +1 -1
  103. package/UncheckIcon/index.js +1 -4
  104. package/UncheckIcon/index.js.map +1 -1
  105. package/cjs/AccessibilityIcon/config/index.js +28 -23
  106. package/cjs/AccessibilityIcon/config.js.map +2 -2
  107. package/cjs/AccessibilityIcon/index.js +24 -21
  108. package/cjs/AccessibilityIcon/index.js.map +2 -2
  109. package/cjs/ArrowIcon/config/index.js +24 -26
  110. package/cjs/ArrowIcon/config.js.map +2 -2
  111. package/cjs/ArrowIcon/index.js +24 -21
  112. package/cjs/ArrowIcon/index.js.map +2 -2
  113. package/cjs/Base/index.js +134 -0
  114. package/cjs/Base/index.js.map +7 -0
  115. package/cjs/BurgerIcon/config/index.js +35 -35
  116. package/cjs/BurgerIcon/config.js.map +2 -2
  117. package/cjs/BurgerIcon/index.js +24 -21
  118. package/cjs/BurgerIcon/index.js.map +2 -2
  119. package/cjs/CancelIcon/config/index.js +23 -19
  120. package/cjs/CancelIcon/config.js.map +2 -2
  121. package/cjs/CancelIcon/index.js +24 -21
  122. package/cjs/CancelIcon/index.js.map +2 -2
  123. package/cjs/CaretIcon/config/index.js +24 -26
  124. package/cjs/CaretIcon/config.js.map +2 -2
  125. package/cjs/CaretIcon/index.js +24 -21
  126. package/cjs/CaretIcon/index.js.map +2 -2
  127. package/cjs/ChatIcon/config/index.js +24 -22
  128. package/cjs/ChatIcon/config.js.map +2 -2
  129. package/cjs/ChatIcon/index.js +24 -21
  130. package/cjs/ChatIcon/index.js.map +2 -2
  131. package/cjs/CheckIcon/config/index.js +23 -19
  132. package/cjs/CheckIcon/config.js.map +2 -2
  133. package/cjs/CheckIcon/index.js +24 -21
  134. package/cjs/CheckIcon/index.js.map +2 -2
  135. package/cjs/ChevronIcon/config/index.js +24 -26
  136. package/cjs/ChevronIcon/config.js.map +2 -2
  137. package/cjs/ChevronIcon/index.js +24 -21
  138. package/cjs/ChevronIcon/index.js.map +2 -2
  139. package/cjs/CloseIcon/config/index.js +23 -19
  140. package/cjs/CloseIcon/config.js.map +2 -2
  141. package/cjs/CloseIcon/index.js +24 -21
  142. package/cjs/CloseIcon/index.js.map +2 -2
  143. package/cjs/DownloadIcon/config/index.js +23 -24
  144. package/cjs/DownloadIcon/config.js.map +2 -2
  145. package/cjs/DownloadIcon/index.js +24 -21
  146. package/cjs/DownloadIcon/index.js.map +2 -2
  147. package/cjs/ExclamationIcon/config/index.js +23 -23
  148. package/cjs/ExclamationIcon/config.js.map +2 -2
  149. package/cjs/ExclamationIcon/index.js +24 -21
  150. package/cjs/ExclamationIcon/index.js.map +2 -2
  151. package/cjs/GlobeIcon/config/index.js +23 -19
  152. package/cjs/GlobeIcon/config.js.map +2 -2
  153. package/cjs/GlobeIcon/index.js +24 -21
  154. package/cjs/GlobeIcon/index.js.map +2 -2
  155. package/cjs/Icon/index.js +37 -29
  156. package/cjs/Icon/index.js.map +3 -3
  157. package/cjs/LockIcon/config/index.js +23 -19
  158. package/cjs/LockIcon/config.js.map +2 -2
  159. package/cjs/LockIcon/index.js +24 -21
  160. package/cjs/LockIcon/index.js.map +2 -2
  161. package/cjs/LoginIcon/config/index.js +23 -21
  162. package/cjs/LoginIcon/config.js.map +2 -2
  163. package/cjs/LoginIcon/index.js +24 -21
  164. package/cjs/LoginIcon/index.js.map +2 -2
  165. package/cjs/MinusIcon/config/index.js +23 -22
  166. package/cjs/MinusIcon/config.js.map +2 -2
  167. package/cjs/MinusIcon/index.js +24 -21
  168. package/cjs/MinusIcon/index.js.map +2 -2
  169. package/cjs/MoreVertIcon/config/index.js +23 -29
  170. package/cjs/MoreVertIcon/config.js.map +2 -2
  171. package/cjs/MoreVertIcon/index.js +24 -21
  172. package/cjs/MoreVertIcon/index.js.map +2 -2
  173. package/cjs/PdfFileIcon/config/index.js +23 -25
  174. package/cjs/PdfFileIcon/config.js.map +2 -2
  175. package/cjs/PdfFileIcon/index.js +24 -21
  176. package/cjs/PdfFileIcon/index.js.map +2 -2
  177. package/cjs/PlusIcon/config/index.js +23 -19
  178. package/cjs/PlusIcon/config.js.map +2 -2
  179. package/cjs/PlusIcon/index.js +24 -21
  180. package/cjs/PlusIcon/index.js.map +2 -2
  181. package/cjs/PrintIcon/config/index.js +23 -24
  182. package/cjs/PrintIcon/config.js.map +2 -2
  183. package/cjs/PrintIcon/index.js +24 -21
  184. package/cjs/PrintIcon/index.js.map +2 -2
  185. package/cjs/ReplyIcon/config/index.js +23 -19
  186. package/cjs/ReplyIcon/config.js.map +2 -2
  187. package/cjs/ReplyIcon/index.js +24 -21
  188. package/cjs/ReplyIcon/index.js.map +2 -2
  189. package/cjs/RestoreIcon/config/index.js +23 -25
  190. package/cjs/RestoreIcon/config.js.map +2 -2
  191. package/cjs/RestoreIcon/index.js +24 -21
  192. package/cjs/RestoreIcon/index.js.map +2 -2
  193. package/cjs/SearchIcon/config/index.js +23 -19
  194. package/cjs/SearchIcon/config.js.map +2 -2
  195. package/cjs/SearchIcon/index.js +24 -21
  196. package/cjs/SearchIcon/index.js.map +2 -2
  197. package/cjs/SvgIcon/index.js +63 -0
  198. package/cjs/SvgIcon/index.js.map +7 -0
  199. package/cjs/UncheckIcon/config/index.js +23 -19
  200. package/cjs/UncheckIcon/config.js.map +2 -2
  201. package/cjs/UncheckIcon/index.js +24 -21
  202. package/cjs/UncheckIcon/index.js.map +2 -2
  203. package/cjs/icons/index.js +61 -38
  204. package/cjs/icons.js.map +1 -1
  205. package/cjs/index.js +61 -38
  206. package/cjs/index.js.map +1 -1
  207. package/cjs/lazy/index.js +48 -42
  208. package/cjs/lazy.js.map +3 -3
  209. package/cjs/registry/index.js +63 -52
  210. package/cjs/registry.js.map +2 -2
  211. package/icons.js.map +1 -1
  212. package/index.js +1 -1
  213. package/index.js.map +1 -1
  214. package/lazy/index.js +27 -25
  215. package/lazy.d.ts +3 -1
  216. package/lazy.js.map +2 -2
  217. package/package.json +4 -5
  218. package/registry/index.js +16 -9
  219. package/registry.d.ts +2 -0
  220. package/registry.js.map +2 -2
  221. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +189 -371
  222. package/src/AccessibilityIcon/index.test.tsx +10 -10
  223. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +52 -131
  224. package/src/ArrowIcon/index.test.tsx +5 -5
  225. package/src/Base/index.tsx +257 -0
  226. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +168 -289
  227. package/src/BurgerIcon/index.test.tsx +7 -7
  228. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +91 -233
  229. package/src/CancelIcon/index.test.tsx +8 -8
  230. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +52 -131
  231. package/src/CaretIcon/index.test.tsx +5 -5
  232. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +104 -267
  233. package/src/ChatIcon/index.test.tsx +9 -9
  234. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +104 -266
  235. package/src/CheckIcon/index.test.tsx +9 -9
  236. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +52 -131
  237. package/src/ChevronIcon/index.test.tsx +5 -5
  238. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +13 -29
  239. package/src/CloseIcon/index.test.tsx +2 -2
  240. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +147 -289
  241. package/src/DownloadIcon/index.test.tsx +8 -8
  242. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +126 -268
  243. package/src/ExclamationIcon/index.test.tsx +8 -8
  244. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +52 -128
  245. package/src/GlobeIcon/index.test.tsx +5 -5
  246. package/src/Icon/__snapshots__/index.test.tsx.snap +127 -270
  247. package/src/Icon/index.test.tsx +11 -11
  248. package/src/Icon/index.tsx +2 -2
  249. package/src/LockIcon/__snapshots__/index.test.tsx.snap +91 -233
  250. package/src/LockIcon/index.test.tsx +8 -8
  251. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +112 -254
  252. package/src/LoginIcon/index.test.tsx +8 -8
  253. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +112 -254
  254. package/src/MinusIcon/index.test.tsx +8 -8
  255. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +225 -407
  256. package/src/MoreVertIcon/index.test.tsx +10 -10
  257. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +182 -324
  258. package/src/PdfFileIcon/index.test.tsx +8 -8
  259. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +91 -233
  260. package/src/PlusIcon/index.test.tsx +8 -8
  261. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +133 -275
  262. package/src/PrintIcon/index.test.tsx +8 -8
  263. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +91 -233
  264. package/src/ReplyIcon/index.test.tsx +8 -8
  265. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +147 -289
  266. package/src/RestoreIcon/index.test.tsx +8 -8
  267. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +13 -29
  268. package/src/SearchIcon/index.test.tsx +2 -2
  269. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +254 -0
  270. package/src/SvgIcon/index.test.tsx +96 -0
  271. package/src/SvgIcon/index.tsx +72 -0
  272. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +117 -299
  273. package/src/UncheckIcon/index.test.tsx +10 -10
  274. package/src/lazy.js +2 -0
  275. package/src/registry.js +4 -0
  276. package/AccessibilityIcon/index.test/index.js +0 -49
  277. package/AccessibilityIcon/index.test/package.json +0 -6
  278. package/AccessibilityIcon/index.test.js.map +0 -7
  279. package/ArrowIcon/index.test/index.js +0 -22
  280. package/ArrowIcon/index.test/package.json +0 -6
  281. package/ArrowIcon/index.test.js.map +0 -7
  282. package/BurgerIcon/index.test/index.js +0 -33
  283. package/BurgerIcon/index.test/package.json +0 -6
  284. package/BurgerIcon/index.test.js.map +0 -7
  285. package/CancelIcon/index.test/index.js +0 -39
  286. package/CancelIcon/index.test/package.json +0 -6
  287. package/CancelIcon/index.test.js.map +0 -7
  288. package/CaretIcon/index.test/index.js +0 -22
  289. package/CaretIcon/index.test/package.json +0 -6
  290. package/CaretIcon/index.test.js.map +0 -7
  291. package/ChatIcon/index.test/index.js +0 -44
  292. package/ChatIcon/index.test.js.map +0 -7
  293. package/CheckIcon/index.test/index.js +0 -44
  294. package/CheckIcon/index.test/package.json +0 -6
  295. package/CheckIcon/index.test.js.map +0 -7
  296. package/ChevronIcon/index.test/index.js +0 -22
  297. package/ChevronIcon/index.test/package.json +0 -6
  298. package/ChevronIcon/index.test.js.map +0 -7
  299. package/CloseIcon/index.test/index.js +0 -7
  300. package/CloseIcon/index.test/package.json +0 -6
  301. package/CloseIcon/index.test.js.map +0 -7
  302. package/DownloadIcon/index.test/index.js +0 -39
  303. package/DownloadIcon/index.test/package.json +0 -6
  304. package/DownloadIcon/index.test.js.map +0 -7
  305. package/ExclamationIcon/index.test/index.js +0 -39
  306. package/ExclamationIcon/index.test/package.json +0 -6
  307. package/ExclamationIcon/index.test.js.map +0 -7
  308. package/GlobeIcon/index.test/index.js +0 -22
  309. package/GlobeIcon/index.test/package.json +0 -6
  310. package/GlobeIcon/index.test.js.map +0 -7
  311. package/Icon/index.test/index.js +0 -53
  312. package/Icon/index.test.js.map +0 -7
  313. package/LockIcon/index.test/index.js +0 -39
  314. package/LockIcon/index.test/package.json +0 -6
  315. package/LockIcon/index.test.js.map +0 -7
  316. package/LoginIcon/index.test/index.js +0 -39
  317. package/LoginIcon/index.test/package.json +0 -6
  318. package/LoginIcon/index.test.js.map +0 -7
  319. package/MinusIcon/index.test/index.js +0 -39
  320. package/MinusIcon/index.test/package.json +0 -6
  321. package/MinusIcon/index.test.js.map +0 -7
  322. package/MoreVertIcon/index.test/index.js +0 -49
  323. package/MoreVertIcon/index.test/package.json +0 -6
  324. package/MoreVertIcon/index.test.js.map +0 -7
  325. package/PdfFileIcon/index.test/index.js +0 -39
  326. package/PdfFileIcon/index.test/package.json +0 -6
  327. package/PdfFileIcon/index.test.js.map +0 -7
  328. package/PlusIcon/index.test/index.js +0 -39
  329. package/PlusIcon/index.test/package.json +0 -6
  330. package/PlusIcon/index.test.js.map +0 -7
  331. package/PrintIcon/index.test/index.js +0 -39
  332. package/PrintIcon/index.test/package.json +0 -6
  333. package/PrintIcon/index.test.js.map +0 -7
  334. package/ReplyIcon/index.test/index.js +0 -39
  335. package/ReplyIcon/index.test/package.json +0 -6
  336. package/ReplyIcon/index.test.js.map +0 -7
  337. package/RestoreIcon/index.test/index.js +0 -39
  338. package/RestoreIcon/index.test/package.json +0 -6
  339. package/RestoreIcon/index.test.js.map +0 -7
  340. package/SearchIcon/index.test/index.js +0 -7
  341. package/SearchIcon/index.test/package.json +0 -6
  342. package/SearchIcon/index.test.js.map +0 -7
  343. package/UncheckIcon/index.test/index.js +0 -49
  344. package/UncheckIcon/index.test/package.json +0 -6
  345. package/UncheckIcon/index.test.js.map +0 -7
  346. package/cjs/AccessibilityIcon/index.test/index.js +0 -67
  347. package/cjs/AccessibilityIcon/index.test.js.map +0 -7
  348. package/cjs/ArrowIcon/index.test/index.js +0 -40
  349. package/cjs/ArrowIcon/index.test.js.map +0 -7
  350. package/cjs/BurgerIcon/index.test/index.js +0 -51
  351. package/cjs/BurgerIcon/index.test.js.map +0 -7
  352. package/cjs/CancelIcon/index.test/index.js +0 -57
  353. package/cjs/CancelIcon/index.test.js.map +0 -7
  354. package/cjs/CaretIcon/index.test/index.js +0 -40
  355. package/cjs/CaretIcon/index.test.js.map +0 -7
  356. package/cjs/ChatIcon/index.test/index.js +0 -62
  357. package/cjs/ChatIcon/index.test.js.map +0 -7
  358. package/cjs/CheckIcon/index.test/index.js +0 -62
  359. package/cjs/CheckIcon/index.test.js.map +0 -7
  360. package/cjs/ChevronIcon/index.test/index.js +0 -40
  361. package/cjs/ChevronIcon/index.test.js.map +0 -7
  362. package/cjs/CloseIcon/index.test/index.js +0 -25
  363. package/cjs/CloseIcon/index.test.js.map +0 -7
  364. package/cjs/DownloadIcon/index.test/index.js +0 -57
  365. package/cjs/DownloadIcon/index.test.js.map +0 -7
  366. package/cjs/ExclamationIcon/index.test/index.js +0 -57
  367. package/cjs/ExclamationIcon/index.test.js.map +0 -7
  368. package/cjs/GlobeIcon/index.test/index.js +0 -40
  369. package/cjs/GlobeIcon/index.test.js.map +0 -7
  370. package/cjs/Icon/index.test/index.js +0 -71
  371. package/cjs/Icon/index.test.js.map +0 -7
  372. package/cjs/LockIcon/index.test/index.js +0 -57
  373. package/cjs/LockIcon/index.test.js.map +0 -7
  374. package/cjs/LoginIcon/index.test/index.js +0 -57
  375. package/cjs/LoginIcon/index.test.js.map +0 -7
  376. package/cjs/MinusIcon/index.test/index.js +0 -57
  377. package/cjs/MinusIcon/index.test.js.map +0 -7
  378. package/cjs/MoreVertIcon/index.test/index.js +0 -67
  379. package/cjs/MoreVertIcon/index.test.js.map +0 -7
  380. package/cjs/PdfFileIcon/index.test/index.js +0 -57
  381. package/cjs/PdfFileIcon/index.test.js.map +0 -7
  382. package/cjs/PlusIcon/index.test/index.js +0 -57
  383. package/cjs/PlusIcon/index.test.js.map +0 -7
  384. package/cjs/PrintIcon/index.test/index.js +0 -57
  385. package/cjs/PrintIcon/index.test.js.map +0 -7
  386. package/cjs/ReplyIcon/index.test/index.js +0 -57
  387. package/cjs/ReplyIcon/index.test.js.map +0 -7
  388. package/cjs/RestoreIcon/index.test/index.js +0 -57
  389. package/cjs/RestoreIcon/index.test.js.map +0 -7
  390. package/cjs/SearchIcon/index.test/index.js +0 -25
  391. package/cjs/SearchIcon/index.test.js.map +0 -7
  392. package/cjs/UncheckIcon/index.test/index.js +0 -67
  393. package/cjs/UncheckIcon/index.test.js.map +0 -7
@@ -1,33 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import BurgerIcon from "@digigov/react-icons/BurgerIcon";
4
- it("renders the BurgerIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(BurgerIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the BurgerIcon with prop active=true", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(BurgerIcon, {
9
- active: true
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the BurgerIcon with prop color=base-content", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(BurgerIcon, {
14
- color: "base-content"
15
- }))).toMatchSnapshot();
16
- });
17
- it('renders the BurgerIcon prop color= "white"', () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(BurgerIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it('renders the BurgerIcon prop color= "error"', () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(BurgerIcon, {
24
- color: "error"
25
- }))).toMatchSnapshot();
26
- });
27
- it('renders the BurgerIcon props active color= "white"', () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(BurgerIcon, {
29
- active: true,
30
- color: "white"
31
- }))).toMatchSnapshot();
32
- });
33
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/BurgerIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/BurgerIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport BurgerIcon from '@digigov/react-icons/BurgerIcon';\n\nit('renders the BurgerIcon with no props', () => {\n expect(mount(<BurgerIcon />)).toMatchSnapshot();\n});\n\nit('renders the BurgerIcon with prop active=true', () => {\n expect(mount(<BurgerIcon active={true} />)).toMatchSnapshot();\n});\n\nit('renders the BurgerIcon with prop color=base-content', () => {\n expect(mount(<BurgerIcon color=\"base-content\" />)).toMatchSnapshot();\n});\n\nit('renders the BurgerIcon prop color= \"white\"', () => {\n expect(mount(<BurgerIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the BurgerIcon prop color= \"error\"', () => {\n expect(mount(<BurgerIcon color=\"error\" />)).toMatchSnapshot();\n});\nit('renders the BurgerIcon props active color= \"white\"', () => {\n expect(mount(<BurgerIcon active color=\"white\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,wCAAwC,MAAM;AAC/C,SAAO,MAAM,oCAAC,YAAD,QAAiB;AAAA;AAGhC,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,QAAQ;AAAA,OAAW;AAAA;AAG9C,GAAG,uDAAuD,MAAM;AAC9D,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,OAAoB;AAAA;AAGrD,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,OAAa;AAAA;AAE9C,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,OAAa;AAAA;AAE9C,GAAG,sDAAsD,MAAM;AAC7D,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,QAAM;AAAA,IAAC,OAAM;AAAA,OAAa;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import CancelIcon from "@digigov/react-icons/CancelIcon";
4
- it("renders the CancelIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the CancelIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the CancelIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the CancelIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the CancelIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the CancelIcon with prop color=warning and size=s", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the CancelIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(CancelIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/CancelIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/CancelIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport CancelIcon from '@digigov/react-icons/CancelIcon';\n\nit('renders the CancelIcon with no props', () => {\n expect(mount(<CancelIcon />)).toMatchSnapshot();\n});\nit('renders the CancelIcon with prop size=m', () => {\n expect(mount(<CancelIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the CancelIcon with prop size=xl', () => {\n expect(mount(<CancelIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the CancelIcon with prop color=white', () => {\n expect(mount(<CancelIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the CancelIcon with prop color=warning', () => {\n expect(mount(<CancelIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the CancelIcon with prop color=warning and size=s', () => {\n expect(mount(<CancelIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the CancelIcon with prop color=error and size= xl', () => {\n expect(mount(<CancelIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,wCAAwC,MAAM;AAC/C,SAAO,MAAM,oCAAC,YAAD,QAAiB;AAAA;AAEhC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,MAAK;AAAA,OAAU;AAAA;AAE1C,GAAG,4CAA4C,MAAM;AACnD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,MAAK;AAAA,OAAU;AAAA;AAE1C,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,OAAa;AAAA;AAE9C,GAAG,kDAAkD,MAAM;AACzD,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,OAAe;AAAA;AAEhD,GAAG,6DAA6D,MAAM;AACpE,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAE1D,GAAG,6DAA6D,MAAM;AACpE,SAAO,MAAM,oCAAC,YAAD;AAAA,IAAY,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import CaretIcon from "@digigov/react-icons/CaretIcon";
4
- it("renders the CaretIcon with no props, direction prop is left by default", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(CaretIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the CaretIcon with direction right prop", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(CaretIcon, {
9
- direction: "right"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the CaretIcon with direction up prop", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(CaretIcon, {
14
- direction: "up"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the CaretIcon with direction down prop", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(CaretIcon, {
19
- direction: "down"
20
- }))).toMatchSnapshot();
21
- });
22
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/CaretIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/CaretIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport CaretIcon from '@digigov/react-icons/CaretIcon';\n\nit('renders the CaretIcon with no props, direction prop is left by default', () => {\n expect(mount(<CaretIcon />)).toMatchSnapshot();\n});\n\nit('renders the CaretIcon with direction right prop', () => {\n expect(mount(<CaretIcon direction=\"right\" />)).toMatchSnapshot();\n});\n\nit('renders the CaretIcon with direction up prop', () => {\n expect(mount(<CaretIcon direction=\"up\" />)).toMatchSnapshot();\n});\n\nit('renders the CaretIcon with direction down prop', () => {\n expect(mount(<CaretIcon direction=\"down\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,0EAA0E,MAAM;AACjF,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAG/B,GAAG,mDAAmD,MAAM;AAC1D,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,WAAU;AAAA,OAAa;AAAA;AAGjD,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,WAAU;AAAA,OAAU;AAAA;AAG9C,GAAG,kDAAkD,MAAM;AACzD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,WAAU;AAAA,OAAY;AAAA;",
6
- "names": []
7
- }
@@ -1,44 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import ChatIcon from "@digigov/react-icons/ChatIcon";
4
- it("renders the ChatIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the ChatIcon with dots", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
9
- dots: true
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the ChatIcon with prop size=md", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
14
- size: "md"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the ChatIcon with prop size=xl", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
19
- size: "xl"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the ChatIcon with prop color=white", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
24
- color: "white"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the ChatIcon with prop color=warning", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
29
- color: "warning"
30
- }))).toMatchSnapshot();
31
- });
32
- it("renders the ChatIcon with prop color=warning and size=sm", () => {
33
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
34
- color: "warning",
35
- size: "sm"
36
- }))).toMatchSnapshot();
37
- });
38
- it("renders the ChatIcon with prop color=error and size= xl", () => {
39
- expect(mount(/* @__PURE__ */ React.createElement(ChatIcon, {
40
- color: "warning",
41
- size: "xl"
42
- }))).toMatchSnapshot();
43
- });
44
- //# sourceMappingURL=index.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ChatIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport ChatIcon from '@digigov/react-icons/ChatIcon';\n\nit('renders the ChatIcon with no props', () => {\n expect(mount(<ChatIcon />)).toMatchSnapshot();\n});\nit('renders the ChatIcon with dots', () => {\n expect(mount(<ChatIcon dots/>)).toMatchSnapshot();\n});\nit('renders the ChatIcon with prop size=md', () => {\n expect(mount(<ChatIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the ChatIcon with prop size=xl', () => {\n expect(mount(<ChatIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the ChatIcon with prop color=white', () => {\n expect(mount(<ChatIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the ChatIcon with prop color=warning', () => {\n expect(mount(<ChatIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the ChatIcon with prop color=warning and size=sm', () => {\n expect(mount(<ChatIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the ChatIcon with prop color=error and size= xl', () => {\n expect(mount(<ChatIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,sCAAsC,MAAM;AAC7C,SAAO,MAAM,oCAAC,UAAD,QAAe;AAAA;AAE9B,GAAG,kCAAkC,MAAM;AACzC,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAI;AAAA,OAAK;AAAA;AAElC,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAa;AAAA;AAE5C,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAe;AAAA;AAE9C,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExD,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,44 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import CheckIcon from "@digigov/react-icons/CheckIcon";
4
- it("renders the CheckIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the CheckIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the CheckIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the CheckIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the CheckIcon with prop color=success", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
24
- color: "success"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the CheckIcon with prop color=warning", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
29
- color: "warning"
30
- }))).toMatchSnapshot();
31
- });
32
- it("renders the CheckIcon with prop color=warning and size=s", () => {
33
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
34
- color: "warning",
35
- size: "sm"
36
- }))).toMatchSnapshot();
37
- });
38
- it("renders the CheckIcon with prop color=error and size= xl", () => {
39
- expect(mount(/* @__PURE__ */ React.createElement(CheckIcon, {
40
- color: "warning",
41
- size: "xl"
42
- }))).toMatchSnapshot();
43
- });
44
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/CheckIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/CheckIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport CheckIcon from '@digigov/react-icons/CheckIcon';\n\nit('renders the CheckIcon with no props', () => {\n expect(mount(<CheckIcon />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop size=m', () => {\n expect(mount(<CheckIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop size=xl', () => {\n expect(mount(<CheckIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop color=white', () => {\n expect(mount(<CheckIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop color=success', () => {\n expect(mount(<CheckIcon color=\"success\" />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop color=warning', () => {\n expect(mount(<CheckIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop color=warning and size=s', () => {\n expect(mount(<CheckIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the CheckIcon with prop color=error and size= xl', () => {\n expect(mount(<CheckIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAE/B,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,+CAA+C,MAAM;AACtD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;AAE7C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAe;AAAA;AAE/C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAe;AAAA;AAE/C,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAEzD,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import ChevronIcon from "@digigov/react-icons/ChevronIcon";
4
- it("renders the ChevronIcon with no props, direction prop is right by default", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(ChevronIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the ChevronIcon with direction left prop", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(ChevronIcon, {
9
- direction: "left"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the ChevronIcon with direction up prop", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(ChevronIcon, {
14
- direction: "up"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the ChevronIcon with direction down prop", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(ChevronIcon, {
19
- direction: "down"
20
- }))).toMatchSnapshot();
21
- });
22
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/ChevronIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ChevronIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport ChevronIcon from '@digigov/react-icons/ChevronIcon';\n\nit('renders the ChevronIcon with no props, direction prop is right by default', () => {\n expect(mount(<ChevronIcon />)).toMatchSnapshot();\n});\n\nit('renders the ChevronIcon with direction left prop', () => {\n expect(mount(<ChevronIcon direction=\"left\" />)).toMatchSnapshot();\n});\n\nit('renders the ChevronIcon with direction up prop', () => {\n expect(mount(<ChevronIcon direction=\"up\" />)).toMatchSnapshot();\n});\n\nit('renders the ChevronIcon with direction down prop', () => {\n expect(mount(<ChevronIcon direction=\"down\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,6EAA6E,MAAM;AACpF,SAAO,MAAM,oCAAC,aAAD,QAAkB;AAAA;AAGjC,GAAG,oDAAoD,MAAM;AAC3D,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,WAAU;AAAA,OAAY;AAAA;AAGlD,GAAG,kDAAkD,MAAM;AACzD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,WAAU;AAAA,OAAU;AAAA;AAGhD,GAAG,oDAAoD,MAAM;AAC3D,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,WAAU;AAAA,OAAY;AAAA;",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import CloseIcon from "@digigov/react-icons/CloseIcon";
4
- it("renders the CloseIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(CloseIcon, null))).toMatchSnapshot();
6
- });
7
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/CloseIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/CloseIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport CloseIcon from '@digigov/react-icons/CloseIcon';\n\nit('renders the CloseIcon with no props', () => {\n expect(mount(<CloseIcon />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import DownloadIcon from "@digigov/react-icons/DownloadIcon";
4
- it("renders the DownloadIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the DownloadIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the DownloadIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the DownloadIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the DownloadIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the DownloadIcon with prop color=warning and size=s", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the DownloadIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(DownloadIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/DownloadIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/DownloadIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport DownloadIcon from '@digigov/react-icons/DownloadIcon';\n\nit('renders the DownloadIcon with no props', () => {\n expect(mount(<DownloadIcon />)).toMatchSnapshot();\n});\nit('renders the DownloadIcon with prop size=m', () => {\n expect(mount(<DownloadIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the DownloadIcon with prop size=xl', () => {\n expect(mount(<DownloadIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the DownloadIcon with prop color=white', () => {\n expect(mount(<DownloadIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the DownloadIcon with prop color=warning', () => {\n expect(mount(<DownloadIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the DownloadIcon with prop color=warning and size=s', () => {\n expect(mount(<DownloadIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the DownloadIcon with prop color=error and size= xl', () => {\n expect(mount(<DownloadIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,cAAD,QAAmB;AAAA;AAElC,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,MAAK;AAAA,OAAU;AAAA;AAE5C,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,MAAK;AAAA,OAAU;AAAA;AAE5C,GAAG,kDAAkD,MAAM;AACzD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,OAAa;AAAA;AAEhD,GAAG,oDAAoD,MAAM;AAC3D,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,OAAe;AAAA;AAElD,GAAG,+DAA+D,MAAM;AACtE,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAE5D,GAAG,+DAA+D,MAAM;AACtE,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import ExclamationIcon from "@digigov/react-icons/ExclamationIcon";
4
- it("renders the ExclamationIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the ExclamationIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the ExclamationIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the ExclamationIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the ExclamationIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the ExclamationIcon with prop color=error and size=sm", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, {
29
- color: "error",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the ExclamationIcon with prop color=info and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(ExclamationIcon, {
35
- color: "info",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/ExclamationIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ExclamationIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport ExclamationIcon from '@digigov/react-icons/ExclamationIcon';\n\nit('renders the ExclamationIcon with no props', () => {\n expect(mount(<ExclamationIcon />)).toMatchSnapshot();\n});\nit('renders the ExclamationIcon with prop size=md', () => {\n expect(mount(<ExclamationIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the ExclamationIcon with prop size=xl', () => {\n expect(mount(<ExclamationIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the ExclamationIcon with prop color=white', () => {\n expect(mount(<ExclamationIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the ExclamationIcon with prop color=warning', () => {\n expect(mount(<ExclamationIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the ExclamationIcon with prop color=error and size=sm', () => {\n expect(mount(<ExclamationIcon color=\"error\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the ExclamationIcon with prop color=info and size= xl', () => {\n expect(mount(<ExclamationIcon color=\"info\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,iBAAD,QAAsB;AAAA;AAErC,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,iBAAD;AAAA,IAAiB,MAAK;AAAA,OAAU;AAAA;AAE/C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,iBAAD;AAAA,IAAiB,MAAK;AAAA,OAAU;AAAA;AAE/C,GAAG,qDAAqD,MAAM;AAC5D,SAAO,MAAM,oCAAC,iBAAD;AAAA,IAAiB,OAAM;AAAA,OAAa;AAAA;AAEnD,GAAG,uDAAuD,MAAM;AAC9D,SAAO,MAAM,oCAAC,iBAAD;AAAA,IAAiB,OAAM;AAAA,OAAe;AAAA;AAErD,GAAG,iEAAiE,MAAM;AACxE,SAAO,MAAM,oCAAC,iBAAD;AAAA,IAAiB,OAAM;AAAA,IAAQ,MAAK;AAAA,OAAU;AAAA;AAE7D,GAAG,iEAAiE,MAAM;AACxE,SAAO,MAAM,oCAAC,iBAAD;AAAA,IAAiB,OAAM;AAAA,IAAO,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import GlobeIcon from "@digigov/react-icons/GlobeIcon";
4
- it("renders the GlobeIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(GlobeIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the GlobeIcon with prop color=base-content", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(GlobeIcon, {
9
- color: "base-content"
10
- }))).toMatchSnapshot();
11
- });
12
- it('renders the GlobeIcon prop color= "white"', () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(GlobeIcon, {
14
- color: "white"
15
- }))).toMatchSnapshot();
16
- });
17
- it('renders the GlobeIcon prop color= "error"', () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(GlobeIcon, {
19
- color: "error"
20
- }))).toMatchSnapshot();
21
- });
22
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/GlobeIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/GlobeIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport GlobeIcon from '@digigov/react-icons/GlobeIcon';\n\nit('renders the GlobeIcon with no props', () => {\n expect(mount(<GlobeIcon />)).toMatchSnapshot();\n});\n\nit('renders the GlobeIcon with prop color=base-content', () => {\n expect(mount(<GlobeIcon color=\"base-content\" />)).toMatchSnapshot();\n});\n\nit('renders the GlobeIcon prop color= \"white\"', () => {\n expect(mount(<GlobeIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the GlobeIcon prop color= \"error\"', () => {\n expect(mount(<GlobeIcon color=\"error\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAG/B,GAAG,sDAAsD,MAAM;AAC7D,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAoB;AAAA;AAGpD,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;AAE7C,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;",
6
- "names": []
7
- }
@@ -1,53 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import Icon from "@digigov/react-icons/Icon";
4
- it("renders the Icon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(Icon, null))).toMatchSnapshot();
6
- });
7
- it("renders the Icon with prop icon=arrow and direction=up", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
9
- direction: "up"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the Icon with prop prop icon=burger", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
14
- icon: "burger"
15
- }))).toMatchSnapshot();
16
- });
17
- it('renders the Icon prop icon= "caret"', () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
19
- icon: "caret"
20
- }))).toMatchSnapshot();
21
- });
22
- it('renders the Icon prop icon= "caret" and direction=left', () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
24
- icon: "caret",
25
- direction: "left"
26
- }))).toMatchSnapshot();
27
- });
28
- it('renders the Icon prop icon= "check"', () => {
29
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
30
- icon: "check"
31
- }))).toMatchSnapshot();
32
- });
33
- it('renders the Icon prop icon= "close"', () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
35
- icon: "close"
36
- }))).toMatchSnapshot();
37
- });
38
- it("renders the Icon with prop prop icon=globe", () => {
39
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
40
- icon: "globe"
41
- }))).toMatchSnapshot();
42
- });
43
- it('renders the Icon props icon= "moreVert"', () => {
44
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
45
- icon: "moreVert"
46
- }))).toMatchSnapshot();
47
- });
48
- it('renders the Icon prop icon= "uncheck"', () => {
49
- expect(mount(/* @__PURE__ */ React.createElement(Icon, {
50
- icon: "uncheck"
51
- }))).toMatchSnapshot();
52
- });
53
- //# sourceMappingURL=index.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Icon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport Icon from '@digigov/react-icons/Icon';\n\nit('renders the Icon with no props', () => {\n expect(mount(<Icon />)).toMatchSnapshot();\n});\n\nit('renders the Icon with prop icon=arrow and direction=up', () => {\n expect(mount(<Icon direction=\"up\" />)).toMatchSnapshot();\n});\nit('renders the Icon with prop prop icon=burger', () => {\n expect(mount(<Icon icon=\"burger\" />)).toMatchSnapshot();\n});\nit('renders the Icon prop icon= \"caret\"', () => {\n expect(mount(<Icon icon=\"caret\" />)).toMatchSnapshot();\n});\nit('renders the Icon prop icon= \"caret\" and direction=left', () => {\n expect(mount(<Icon icon=\"caret\" direction=\"left\" />)).toMatchSnapshot();\n});\nit('renders the Icon prop icon= \"check\"', () => {\n expect(mount(<Icon icon=\"check\" />)).toMatchSnapshot();\n});\nit('renders the Icon prop icon= \"close\"', () => {\n expect(mount(<Icon icon=\"close\" />)).toMatchSnapshot();\n});\nit('renders the Icon with prop prop icon=globe', () => {\n expect(mount(<Icon icon=\"globe\" />)).toMatchSnapshot();\n});\nit('renders the Icon props icon= \"moreVert\"', () => {\n expect(mount(<Icon icon=\"moreVert\" />)).toMatchSnapshot();\n});\nit('renders the Icon prop icon= \"uncheck\"', () => {\n expect(mount(<Icon icon=\"uncheck\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,kCAAkC,MAAM;AACzC,SAAO,MAAM,oCAAC,MAAD,QAAW;AAAA;AAG1B,GAAG,0DAA0D,MAAM;AACjE,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,WAAU;AAAA,OAAU;AAAA;AAEzC,GAAG,+CAA+C,MAAM;AACtD,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAc;AAAA;AAExC,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAa;AAAA;AAEvC,GAAG,0DAA0D,MAAM;AACjE,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,IAAQ,WAAU;AAAA,OAAY;AAAA;AAExD,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAa;AAAA;AAEvC,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAa;AAAA;AAEvC,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAa;AAAA;AAEvC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAgB;AAAA;AAE1C,GAAG,yCAAyC,MAAM;AAChD,SAAO,MAAM,oCAAC,MAAD;AAAA,IAAM,MAAK;AAAA,OAAe;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import LockIcon from "@digigov/react-icons/LockIcon";
4
- it("renders the LockIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the LockIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the LockIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the LockIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the LockIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the LockIcon with prop color=warning and size=sm", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the LockIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/LockIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/LockIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport LockIcon from '@digigov/react-icons/LockIcon';\n\nit('renders the LockIcon with no props', () => {\n expect(mount(<LockIcon />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop size=md', () => {\n expect(mount(<LockIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop size=xl', () => {\n expect(mount(<LockIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=white', () => {\n expect(mount(<LockIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=warning', () => {\n expect(mount(<LockIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=warning and size=sm', () => {\n expect(mount(<LockIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=error and size= xl', () => {\n expect(mount(<LockIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,sCAAsC,MAAM;AAC7C,SAAO,MAAM,oCAAC,UAAD,QAAe;AAAA;AAE9B,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAa;AAAA;AAE5C,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAe;AAAA;AAE9C,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExD,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }