@zonos/amino 5.1.87 → 5.1.89

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 (334) hide show
  1. package/_tslib-bd4862e8.js +1 -0
  2. package/all.d.ts +0 -1
  3. package/components/alert-dialog/AlertContext.js +1 -1
  4. package/components/alert-dialog/AlertDialog.js +1 -1
  5. package/components/alert-dialog/useAlert.js +1 -1
  6. package/components/announcement-dialog/AnnouncementDialog.js +1 -1
  7. package/components/avatar/AvatarBase.js +1 -1
  8. package/components/avatar/ImageAvatar.js +1 -1
  9. package/components/avatar/UserAvatar.js +1 -1
  10. package/components/badge/Badge.js +1 -1
  11. package/components/banner/Banner.js +1 -1
  12. package/components/button/Button.js +1 -1
  13. package/components/button/ButtonIcon.js +1 -1
  14. package/components/button/MenuButton.js +1 -1
  15. package/components/button/RippleGroup.js +1 -1
  16. package/components/button/_Ripple.js +1 -1
  17. package/components/card/Card.js +1 -1
  18. package/components/checkbox/Checkbox.js +1 -1
  19. package/components/confirm-dialog/ConfirmContext.js +1 -1
  20. package/components/confirm-dialog/ConfirmDialog.js +1 -1
  21. package/components/confirm-dialog/useConfirm.js +1 -1
  22. package/components/connection-map/ConnectionMap.js +1 -1
  23. package/components/cover-sheet/CoverSheet.js +1 -1
  24. package/components/cover-sheet/CoverSheetActions.d.ts +1 -1
  25. package/components/cover-sheet/CoverSheetActions.js +1 -1
  26. package/components/currency/Currency.js +1 -1
  27. package/components/currency/DualCurrency.js +1 -1
  28. package/components/danger-zone/DangerZone.js +1 -1
  29. package/components/dialog/BaseDialog.js +1 -1
  30. package/components/dialog/Dialog.js +1 -1
  31. package/components/drop-zone/DropZone.js +1 -1
  32. package/components/file-upload/FileUpload.js +1 -1
  33. package/components/filter/FilterWrapper.js +1 -1
  34. package/components/filter/filter-amount/FilterAmount.js +1 -1
  35. package/components/filter/filter-date/DateControls.js +1 -1
  36. package/components/filter/filter-date/FilterDate.js +1 -1
  37. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  38. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  39. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  40. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  41. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  42. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  43. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  44. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  45. package/components/filter/filter-select/FilterSelect.js +1 -1
  46. package/components/filter/filter-text/FilterText.js +1 -1
  47. package/components/filter/useFilterWrapper.js +1 -1
  48. package/components/glow/GlowWrapper.js +1 -1
  49. package/components/graph-matrix/GraphMatrix.js +1 -1
  50. package/components/graph-matrix/_Graphiql.js +1 -1
  51. package/components/graph-matrix/_LoadingIcon.js +1 -1
  52. package/components/help-text/HelpText.js +1 -1
  53. package/components/input/Input.js +1 -1
  54. package/components/input/SearchInput.js +1 -1
  55. package/components/input/input-type/_DateInput.js +1 -1
  56. package/components/input/input-type/_FloatLabelInput.js +1 -1
  57. package/components/input/input-type/_NumberInput.js +1 -1
  58. package/components/input/input-type/_PasswordInput.js +1 -1
  59. package/components/input/input-type/_TimeInput.js +1 -1
  60. package/components/layout/Layout.d.ts +1 -1
  61. package/components/layout/Layout.js +1 -1
  62. package/components/layout/NavigationGroup.d.ts +5 -6
  63. package/components/layout/NavigationGroup.js +1 -1
  64. package/components/lightbox/LightBox.js +1 -1
  65. package/components/list/CollapsibleList.js +1 -1
  66. package/components/list-item/ListItem.js +1 -1
  67. package/components/nested-data-table/NestedDataTable.d.ts +3 -2
  68. package/components/nested-data-table/NestedDataTable.js +1 -1
  69. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  70. package/components/nested-data-table/_Filter.js +1 -1
  71. package/components/nested-data-table/_TableData.js +1 -1
  72. package/components/pivot-table/PivotTable.d.ts +3 -2
  73. package/components/pivot-table/PivotTable.js +1 -1
  74. package/components/profile-icon/ProfileIcon.js +1 -1
  75. package/components/progress-bar/ProgressBar.d.ts +1 -1
  76. package/components/progress-bar/ProgressBar.js +1 -1
  77. package/components/radio/Radio.d.ts +3 -2
  78. package/components/radio/Radio.js +1 -1
  79. package/components/radio/RadioGroup.d.ts +3 -3
  80. package/components/radio/RadioGroup.js +1 -1
  81. package/components/rest-state/RestState.d.ts +3 -3
  82. package/components/rest-state/RestState.js +1 -1
  83. package/components/rich-card-select/RichCardStateSelect.d.ts +1 -1
  84. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  85. package/components/rich-checkbox/RichCheckbox.d.ts +3 -2
  86. package/components/rich-checkbox/RichCheckbox.js +1 -1
  87. package/components/rich-radio/RichRadio.d.ts +3 -3
  88. package/components/rich-radio/RichRadio.js +1 -1
  89. package/components/rounded-icon/RoundedIcon.d.ts +3 -3
  90. package/components/rounded-icon/RoundedIcon.js +1 -1
  91. package/components/section/HSection.d.ts +3 -3
  92. package/components/section/HSection.js +1 -1
  93. package/components/section/VSection.d.ts +3 -3
  94. package/components/section/VSection.js +1 -1
  95. package/components/section/_SectionHeader.js +1 -1
  96. package/components/section/_SectionSubheader.js +1 -1
  97. package/components/select/CountryMultiSelect.js +1 -1
  98. package/components/select/CountryPhoneSelect.d.ts +2 -1
  99. package/components/select/CountryPhoneSelect.js +1 -1
  100. package/components/select/CountrySelect.d.ts +2 -1
  101. package/components/select/CountrySelect.js +1 -1
  102. package/components/select/MultiSelect.d.ts +2 -1
  103. package/components/select/MultiSelect.js +1 -1
  104. package/components/select/Select.js +1 -1
  105. package/components/select/_StyledReactSelect.js +1 -1
  106. package/components/simple-table/SimpleTable.d.ts +1 -1
  107. package/components/simple-table/SimpleTable.js +1 -1
  108. package/components/skeleton/Skeleton.js +1 -1
  109. package/components/slide-over/SlideOver.js +1 -1
  110. package/components/slider/Slider.d.ts +3 -3
  111. package/components/slider/Slider.js +1 -1
  112. package/components/sortable-list/SortableListItem.d.ts +3 -2
  113. package/components/sortable-list/SortableListItem.js +1 -1
  114. package/components/spinner/Spinner.js +1 -1
  115. package/components/split-panel/SplitPanel.js +1 -1
  116. package/components/stack/HStack.js +1 -1
  117. package/components/stack/Stack.js +1 -1
  118. package/components/stack/VStack.js +1 -1
  119. package/components/switch/Switch.d.ts +1 -1
  120. package/components/switch/Switch.js +1 -1
  121. package/components/table/TableCell.js +1 -1
  122. package/components/table/TableFooter.d.ts +3 -3
  123. package/components/table/TableFooter.js +1 -1
  124. package/components/table/TableHead.d.ts +3 -3
  125. package/components/table/TableHead.js +1 -1
  126. package/components/table/TableRowCollapse.js +1 -1
  127. package/components/tabs/Tabs.d.ts +3 -3
  128. package/components/tabs/Tabs.js +1 -1
  129. package/components/tag/Tag.d.ts +3 -3
  130. package/components/tag/Tag.js +1 -1
  131. package/components/text/Text.js +1 -1
  132. package/components/textarea/Textarea.js +1 -1
  133. package/components/theme-select/ThemeSelect.js +1 -1
  134. package/components/thumbnail/Thumbnail.d.ts +1 -1
  135. package/components/thumbnail/Thumbnail.js +1 -1
  136. package/components/toast/Toast.d.ts +3 -2
  137. package/components/toast/Toast.js +1 -1
  138. package/components/toast/ToastContext.js +1 -1
  139. package/components/tooltip/Tooltip.js +1 -1
  140. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  141. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  142. package/icons/custom/products/ClearColorIcon.js +1 -1
  143. package/icons/custom/products/CollectColorIcon.js +1 -1
  144. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  145. package/icons/custom/products/DashboardColorIcon.js +1 -1
  146. package/icons/custom/products/HelloColorIcon.js +1 -1
  147. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  148. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  149. package/icons/custom/products/PrepayColorIcon.js +1 -1
  150. package/icons/custom/products/RateColorIcon.js +1 -1
  151. package/icons/custom/products/RestrictColorIcon.js +1 -1
  152. package/icons/custom/products/ScreenColorIcon.js +1 -1
  153. package/icons/custom/products/TaxColorIcon.js +1 -1
  154. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  155. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  156. package/icons/flag-icon/FlagIcon.js +1 -1
  157. package/icons/flag-icon/useStableUniqueId.js +1 -1
  158. package/icons/flags/AD.js +1 -1
  159. package/icons/flags/AF.js +1 -1
  160. package/icons/flags/AG.js +1 -1
  161. package/icons/flags/AI.js +1 -1
  162. package/icons/flags/AL.js +1 -1
  163. package/icons/flags/AR.js +1 -1
  164. package/icons/flags/AS.js +1 -1
  165. package/icons/flags/AW.js +1 -1
  166. package/icons/flags/AX.js +1 -1
  167. package/icons/flags/BA.js +1 -1
  168. package/icons/flags/BB.js +1 -1
  169. package/icons/flags/BH.js +1 -1
  170. package/icons/flags/BI.js +1 -1
  171. package/icons/flags/BJ.js +1 -1
  172. package/icons/flags/BM.js +1 -1
  173. package/icons/flags/BN.js +1 -1
  174. package/icons/flags/BO.js +1 -1
  175. package/icons/flags/BR.js +1 -1
  176. package/icons/flags/BS.js +1 -1
  177. package/icons/flags/BT.js +1 -1
  178. package/icons/flags/BY.js +1 -1
  179. package/icons/flags/BZ.js +1 -1
  180. package/icons/flags/CF.js +1 -1
  181. package/icons/flags/CG.js +1 -1
  182. package/icons/flags/CL.js +1 -1
  183. package/icons/flags/CM.js +1 -1
  184. package/icons/flags/CN.js +1 -1
  185. package/icons/flags/CU.js +1 -1
  186. package/icons/flags/CV.js +1 -1
  187. package/icons/flags/CW.js +1 -1
  188. package/icons/flags/CY.js +1 -1
  189. package/icons/flags/CZ.js +1 -1
  190. package/icons/flags/DJ.js +1 -1
  191. package/icons/flags/DM.js +1 -1
  192. package/icons/flags/DO.js +1 -1
  193. package/icons/flags/Default.js +1 -1
  194. package/icons/flags/EC.js +1 -1
  195. package/icons/flags/EG.js +1 -1
  196. package/icons/flags/EH.js +1 -1
  197. package/icons/flags/ER.js +1 -1
  198. package/icons/flags/ES.js +1 -1
  199. package/icons/flags/ET.js +1 -1
  200. package/icons/flags/FJ.js +1 -1
  201. package/icons/flags/FK.js +1 -1
  202. package/icons/flags/FM.js +1 -1
  203. package/icons/flags/FO.js +1 -1
  204. package/icons/flags/GB.js +1 -1
  205. package/icons/flags/GD.js +1 -1
  206. package/icons/flags/GG.js +1 -1
  207. package/icons/flags/GI.js +1 -1
  208. package/icons/flags/GM.js +1 -1
  209. package/icons/flags/GQ.js +1 -1
  210. package/icons/flags/GR.js +1 -1
  211. package/icons/flags/GT.js +1 -1
  212. package/icons/flags/GW.js +1 -1
  213. package/icons/flags/HK.js +1 -1
  214. package/icons/flags/HN.js +1 -1
  215. package/icons/flags/HR.js +1 -1
  216. package/icons/flags/HT.js +1 -1
  217. package/icons/flags/IL.js +1 -1
  218. package/icons/flags/IM.js +1 -1
  219. package/icons/flags/IN.js +1 -1
  220. package/icons/flags/IR.js +1 -1
  221. package/icons/flags/IS.js +1 -1
  222. package/icons/flags/JE.js +1 -1
  223. package/icons/flags/JO.js +1 -1
  224. package/icons/flags/JP.js +1 -1
  225. package/icons/flags/KE.js +1 -1
  226. package/icons/flags/KG.js +1 -1
  227. package/icons/flags/KH.js +1 -1
  228. package/icons/flags/KI.js +1 -1
  229. package/icons/flags/KM.js +1 -1
  230. package/icons/flags/KN.js +1 -1
  231. package/icons/flags/KP.js +1 -1
  232. package/icons/flags/KR.js +1 -1
  233. package/icons/flags/KW.js +1 -1
  234. package/icons/flags/LA.js +1 -1
  235. package/icons/flags/LB.js +1 -1
  236. package/icons/flags/LI.js +1 -1
  237. package/icons/flags/LK.js +1 -1
  238. package/icons/flags/LR.js +1 -1
  239. package/icons/flags/LY.js +1 -1
  240. package/icons/flags/MD.js +1 -1
  241. package/icons/flags/ME.js +1 -1
  242. package/icons/flags/MM.js +1 -1
  243. package/icons/flags/MO.js +1 -1
  244. package/icons/flags/MP.js +1 -1
  245. package/icons/flags/MS.js +1 -1
  246. package/icons/flags/MT.js +1 -1
  247. package/icons/flags/MW.js +1 -1
  248. package/icons/flags/MX.js +1 -1
  249. package/icons/flags/MY.js +1 -1
  250. package/icons/flags/MZ.js +1 -1
  251. package/icons/flags/NA.js +1 -1
  252. package/icons/flags/NI.js +1 -1
  253. package/icons/flags/NP.js +1 -1
  254. package/icons/flags/NR.js +1 -1
  255. package/icons/flags/NU.js +1 -1
  256. package/icons/flags/NZ.js +1 -1
  257. package/icons/flags/OM.js +1 -1
  258. package/icons/flags/PA.js +1 -1
  259. package/icons/flags/PE.js +1 -1
  260. package/icons/flags/PF.js +1 -1
  261. package/icons/flags/PK.js +1 -1
  262. package/icons/flags/PN.js +1 -1
  263. package/icons/flags/PR.js +1 -1
  264. package/icons/flags/PS.js +1 -1
  265. package/icons/flags/PT.js +1 -1
  266. package/icons/flags/PW.js +1 -1
  267. package/icons/flags/PY.js +1 -1
  268. package/icons/flags/RS.js +1 -1
  269. package/icons/flags/RW.js +1 -1
  270. package/icons/flags/SA.js +1 -1
  271. package/icons/flags/SB.js +1 -1
  272. package/icons/flags/SC.js +1 -1
  273. package/icons/flags/SD.js +1 -1
  274. package/icons/flags/SE.js +1 -1
  275. package/icons/flags/SG.js +1 -1
  276. package/icons/flags/SH.js +1 -1
  277. package/icons/flags/SI.js +1 -1
  278. package/icons/flags/SO.js +1 -1
  279. package/icons/flags/ST.js +1 -1
  280. package/icons/flags/SV.js +1 -1
  281. package/icons/flags/SX.js +1 -1
  282. package/icons/flags/SZ.js +1 -1
  283. package/icons/flags/TC.js +1 -1
  284. package/icons/flags/TF.js +1 -1
  285. package/icons/flags/TG.js +1 -1
  286. package/icons/flags/TJ.js +1 -1
  287. package/icons/flags/TL.js +1 -1
  288. package/icons/flags/TM.js +1 -1
  289. package/icons/flags/TN.js +1 -1
  290. package/icons/flags/TV.js +1 -1
  291. package/icons/flags/TW.js +1 -1
  292. package/icons/flags/TZ.js +1 -1
  293. package/icons/flags/UG.js +1 -1
  294. package/icons/flags/UM.js +1 -1
  295. package/icons/flags/US.js +1 -1
  296. package/icons/flags/UY.js +1 -1
  297. package/icons/flags/UZ.js +1 -1
  298. package/icons/flags/VA.js +1 -1
  299. package/icons/flags/VE.js +1 -1
  300. package/icons/flags/VG.js +1 -1
  301. package/icons/flags/VI.js +1 -1
  302. package/icons/flags/VN.js +1 -1
  303. package/icons/flags/VU.js +1 -1
  304. package/icons/flags/ZA.js +1 -1
  305. package/icons/flags/ZM.js +1 -1
  306. package/icons/flags/ZW.js +1 -1
  307. package/package.json +1 -2
  308. package/types/BaseProps.d.ts +0 -1
  309. package/utils/_extractQueryParams.js +1 -1
  310. package/utils/_graphiqlFetcher.js +1 -1
  311. package/utils/addIndex.js +1 -1
  312. package/utils/flattenRow.js +1 -1
  313. package/utils/formatCurrency.js +1 -1
  314. package/utils/getIsInternalLink.js +1 -1
  315. package/utils/getProductDetails.js +1 -1
  316. package/utils/handleFetch.js +1 -1
  317. package/utils/hooks/_useGraphiqlExplorer.js +1 -1
  318. package/utils/hooks/_useGraphiqlFetcher.js +1 -1
  319. package/utils/hooks/_useGraphiqlStorage.js +1 -1
  320. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  321. package/utils/hooks/useAminoTheme.js +1 -1
  322. package/utils/hooks/useCurrentShema.js +1 -1
  323. package/utils/hooks/useDropdown.js +1 -1
  324. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  325. package/utils/hooks/useNotify.js +1 -1
  326. package/utils/hooks/useStorage.js +1 -1
  327. package/utils/hooks/useSwrt.js +1 -1
  328. package/utils/prepCountryOptions.js +1 -1
  329. package/utils/setupNestedData.js +1 -1
  330. package/utils/storage.js +1 -1
  331. package/utils/useCopyText.js +1 -1
  332. package/_tslib-ccfac372.js +0 -1
  333. package/animations/DropdownAnimation.d.ts +0 -2
  334. package/animations/DropdownAnimation.js +0 -1
package/icons/flags/TZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var l=i.height,s=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:l,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M10 0h160v120H10z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[e.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),e.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),e.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),e.jsx("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})]})]})}));exports.TZ=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var l=i.height,s=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:l,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M10 0h160v120H10z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[e.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),e.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),e.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),e.jsx("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})]})]})}));exports.TZ=a;
package/icons/flags/UG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var i=l.forwardRef((function(l,i){var t=l.height,o=l.width,r=d.useStableUniqueId(1);return e.jsxs(s.FlagIconBase,{ref:i,height:t,viewBox:"0 0 640 480",width:o,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(r[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(r[0],")"),transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 341.4h768v85.3h-768z",fill:"#ffe700",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 256h768v85.3h-768z",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 170.7h768V256h-768z",fill:"#de3908",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 85.4h768v85.3h-768z",fill:"#ffe700",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 0h768v85.3h-768z",fillRule:"evenodd"}),e.jsx("path",{d:"M335.7 256a79.7 79.7 0 1 1-159.4 0 79.7 79.7 0 0 1 159.4 0z",fill:"#fffdff",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"m242 194.9-5.2-9.5c2-2 5.3-3.6 10.7-3.6l-.6 10.5-5 2.6z",fill:"#de3108",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"m247 192.3.7-10.5s10.7-.6 16.5 6.4l-5.7 8.2-11.6-4z",fill:"#ffe700",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"m258.6 196.3 5.3-8.2c3.5 3.7 5 6.3 5.5 10.3.1.1-8.3 2.1-8.3 2l-2.5-4.1z",fill:"#de3108",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"M244.6 331.1s9.9-11.3 29.1-8.9c-2.9-4.7-12.3-4.1-12.3-4.1s-2.8-22-.6-23.2 12 .1 12 .1c1.2 0 3.4-3.4 1.6-5.6-1.7-2.2-6.8-10.5-4.7-12.2 2.1-1.6 13.4 1 13.4 1l-32-41s-3.3-15.5 3.3-23c7.9-6.5 7-13.6 6.8-13.5-1.1-7.2-12-12.3-19.4-5.7-4.3 5.2-1.4 9.2-1.4 9.2s-11.5 3.1-11.9 5.1c-.5 2 12.9-.3 12.9-.3l-1.3 9.1s-26 23.6-6 44l.6-.8s7 8.6 14.3 10.5c7 7 6.3 6 6.3 6s1.3 11.1 0 13.3c-1.7-.5-19.3-1.2-21.9-.2-2.4.8-11.4.3-9.2 15.1l3.3-7.5s-.3 5.3 1.9 7.2c-.4-5.6 2.1-9.4 2.1-9.4s.4 6.2 1.8 7c1.4 1 1.4-10 9-9 7.4.9 12.9.6 12.9.6s2.5 21.4 1.7 23.4c-5.4-1.3-18.4.5-19.2 3.8 7.6-.5 11.1.4 11.1.4s-6.1 5.5-4.2 8.6z",fillRule:"evenodd",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M247.6 214.8s-18.9 20.8-10.7 36.7c.4-2.2.2-3.6.5-3.5-.5-.3 2.3 1.9 2.1 1.5 0-1.2-.8-3.7-.8-3.7l2.5.7-1.5-2.8 3.7.4s-1.3-3.4-.9-3.4l3 .2c-5.4-9.6-.3-17.6 2.1-26.2z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#9ca69c",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M254.2 196.9s1 7.2-3 9.2c-.5.5-3 1.3-2.6 2.8.4 2 1.5 1.6 3 1.2 4.1-.7 8.9-9.4 2.6-13.2z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#9ca69c"}),e.jsx("path",{d:"M247.2 203a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M241.1 209c-1 .9-6.2 6.3-1 8.3 5.3-1.4 3.8-2.4 5-3.6 0-2.5-2.6-3.1-4-4.6z",fill:"#de3108",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"M252.6 260.5c-.3 1.2-1.5 5.6.1 9 4.6-2 6.7-1.4 8.2-.4-3.7-3-5.2-4.3-8.3-8.6z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#9ca69c",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"m260.4 281.1.2 10.2s3.6.6 5.2 0 0-7-5.4-10.2z",fill:"#fff",fillRule:"evenodd",stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M286 282.4s-6.5-15.8-23.2-19.8-14.5-21.8-13.2-22.9c.8-1.5 1.3-3.9 6.1-1.6s27 13.4 30.2 14 .4 30.7.2 30.3z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"M270.2 262.5c-.3.2 22.3 13.4 15.5 24.7 6.4-4.3 4.4-11.7 4.4-11.7s5.2 13.7-7.6 20.4c1.4 1.2 2.3 1 2.3 1l-2.2 2.1s-1 1.7 7.6-2.5c-2.3 1.9-2.5 3.3-2.5 3.3s.6 1.8 6.2-3.1c-4.5 4.9-5.5 7.4-5.5 7.3 12.3-1 39-41-8.4-52.7l2.1 2.2-12 9z",fill:"#de3108",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M271.2 258.6c3 2.2 4.1 3 4.5 4-2.8-.6-5.3-.4-5.3-.4s-6.1-5.8-7.2-6.3c-.8 0-5.6-3-5.6-3-2.3-1.2-4.5-9.3 4.2-7a93 93 0 0 0 10.3 4.6l10.7 3.4 6.2 6.9s-11-5.4-12.4-5.5c3 2.4 4.7 5.8 4.7 5.8-3.5-1-6.5-2-10.1-2.5z",fill:"#fff",fillRule:"evenodd",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M228.4 209.9s10.5-2.6 11.8-2.2",fill:"none",stroke:"#fff",strokeLinecap:"round",strokeWidth:".9"}),e.jsx("path",{d:"M-128 426.7h768V512h-768z",fill:"#de3908",fillRule:"evenodd"})]})]})}));exports.UG=i;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var i=l.forwardRef((function(l,i){var t=l.height,o=l.width,r=d.useStableUniqueId(1);return e.jsxs(s.FlagIconBase,{ref:i,height:t,viewBox:"0 0 640 480",width:o,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(r[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(r[0],")"),transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 341.4h768v85.3h-768z",fill:"#ffe700",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 256h768v85.3h-768z",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 170.7h768V256h-768z",fill:"#de3908",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 85.4h768v85.3h-768z",fill:"#ffe700",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 0h768v85.3h-768z",fillRule:"evenodd"}),e.jsx("path",{d:"M335.7 256a79.7 79.7 0 1 1-159.4 0 79.7 79.7 0 0 1 159.4 0z",fill:"#fffdff",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"m242 194.9-5.2-9.5c2-2 5.3-3.6 10.7-3.6l-.6 10.5-5 2.6z",fill:"#de3108",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"m247 192.3.7-10.5s10.7-.6 16.5 6.4l-5.7 8.2-11.6-4z",fill:"#ffe700",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"m258.6 196.3 5.3-8.2c3.5 3.7 5 6.3 5.5 10.3.1.1-8.3 2.1-8.3 2l-2.5-4.1z",fill:"#de3108",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"M244.6 331.1s9.9-11.3 29.1-8.9c-2.9-4.7-12.3-4.1-12.3-4.1s-2.8-22-.6-23.2 12 .1 12 .1c1.2 0 3.4-3.4 1.6-5.6-1.7-2.2-6.8-10.5-4.7-12.2 2.1-1.6 13.4 1 13.4 1l-32-41s-3.3-15.5 3.3-23c7.9-6.5 7-13.6 6.8-13.5-1.1-7.2-12-12.3-19.4-5.7-4.3 5.2-1.4 9.2-1.4 9.2s-11.5 3.1-11.9 5.1c-.5 2 12.9-.3 12.9-.3l-1.3 9.1s-26 23.6-6 44l.6-.8s7 8.6 14.3 10.5c7 7 6.3 6 6.3 6s1.3 11.1 0 13.3c-1.7-.5-19.3-1.2-21.9-.2-2.4.8-11.4.3-9.2 15.1l3.3-7.5s-.3 5.3 1.9 7.2c-.4-5.6 2.1-9.4 2.1-9.4s.4 6.2 1.8 7c1.4 1 1.4-10 9-9 7.4.9 12.9.6 12.9.6s2.5 21.4 1.7 23.4c-5.4-1.3-18.4.5-19.2 3.8 7.6-.5 11.1.4 11.1.4s-6.1 5.5-4.2 8.6z",fillRule:"evenodd",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M247.6 214.8s-18.9 20.8-10.7 36.7c.4-2.2.2-3.6.5-3.5-.5-.3 2.3 1.9 2.1 1.5 0-1.2-.8-3.7-.8-3.7l2.5.7-1.5-2.8 3.7.4s-1.3-3.4-.9-3.4l3 .2c-5.4-9.6-.3-17.6 2.1-26.2z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#9ca69c",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M254.2 196.9s1 7.2-3 9.2c-.5.5-3 1.3-2.6 2.8.4 2 1.5 1.6 3 1.2 4.1-.7 8.9-9.4 2.6-13.2z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#9ca69c"}),e.jsx("path",{d:"M247.2 203a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M241.1 209c-1 .9-6.2 6.3-1 8.3 5.3-1.4 3.8-2.4 5-3.6 0-2.5-2.6-3.1-4-4.6z",fill:"#de3108",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"M252.6 260.5c-.3 1.2-1.5 5.6.1 9 4.6-2 6.7-1.4 8.2-.4-3.7-3-5.2-4.3-8.3-8.6z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#9ca69c",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"m260.4 281.1.2 10.2s3.6.6 5.2 0 0-7-5.4-10.2z",fill:"#fff",fillRule:"evenodd",stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M286 282.4s-6.5-15.8-23.2-19.8-14.5-21.8-13.2-22.9c.8-1.5 1.3-3.9 6.1-1.6s27 13.4 30.2 14 .4 30.7.2 30.3z",fill:"#9ca69c",fillRule:"evenodd",stroke:"#000"}),e.jsx("path",{d:"M270.2 262.5c-.3.2 22.3 13.4 15.5 24.7 6.4-4.3 4.4-11.7 4.4-11.7s5.2 13.7-7.6 20.4c1.4 1.2 2.3 1 2.3 1l-2.2 2.1s-1 1.7 7.6-2.5c-2.3 1.9-2.5 3.3-2.5 3.3s.6 1.8 6.2-3.1c-4.5 4.9-5.5 7.4-5.5 7.3 12.3-1 39-41-8.4-52.7l2.1 2.2-12 9z",fill:"#de3108",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M271.2 258.6c3 2.2 4.1 3 4.5 4-2.8-.6-5.3-.4-5.3-.4s-6.1-5.8-7.2-6.3c-.8 0-5.6-3-5.6-3-2.3-1.2-4.5-9.3 4.2-7a93 93 0 0 0 10.3 4.6l10.7 3.4 6.2 6.9s-11-5.4-12.4-5.5c3 2.4 4.7 5.8 4.7 5.8-3.5-1-6.5-2-10.1-2.5z",fill:"#fff",fillRule:"evenodd",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".9"}),e.jsx("path",{d:"M228.4 209.9s10.5-2.6 11.8-2.2",fill:"none",stroke:"#fff",strokeLinecap:"round",strokeWidth:".9"}),e.jsx("path",{d:"M-128 426.7h768V512h-768z",fill:"#de3908",fillRule:"evenodd"})]})]})}));exports.UG=i;
package/icons/flags/UM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),h=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=h.forwardRef((function(h,r){var d=h.height,s=h.width,t=i.useStableUniqueId(2);return l.jsxs(e.FlagIconBase,{ref:r,height:d,viewBox:"0 0 16 12",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(t[1],")"),children:[l.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 1v1h16V1H0Zm0 2v1h16V3H0Zm0 3V5h16v1H0Zm0 1v1h16V7H0Zm0 3V9h16v1H0Zm0 2v-1h16v1H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0h9v7H0z",fill:"#2E42A5"}),l.jsx("path",{clipRule:"evenodd",d:"m1.04 2.174.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524L7.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L5.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L3.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L1.569.564l-.206.537H.748l.47.416-.178.657ZM7.06 4.1l.159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm-1.079 0-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Zm-1.762.416-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416Zm.144-.416h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537Zm-1.303 0 .159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm3.159-1.584-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416ZM3.98 2.1l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[1]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.UM=r;
1
+ "use strict";var l=require("react/jsx-runtime"),h=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=h.forwardRef((function(h,r){var d=h.height,s=h.width,t=i.useStableUniqueId(2);return l.jsxs(e.FlagIconBase,{ref:r,height:d,viewBox:"0 0 16 12",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(t[1],")"),children:[l.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 1v1h16V1H0Zm0 2v1h16V3H0Zm0 3V5h16v1H0Zm0 1v1h16V7H0Zm0 3V9h16v1H0Zm0 2v-1h16v1H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0h9v7H0z",fill:"#2E42A5"}),l.jsx("path",{clipRule:"evenodd",d:"m1.04 2.174.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524L7.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L5.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L3.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L1.569.564l-.206.537H.748l.47.416-.178.657ZM7.06 4.1l.159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm-1.079 0-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Zm-1.762.416-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416Zm.144-.416h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537Zm-1.303 0 .159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm3.159-1.584-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416ZM3.98 2.1l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[1]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.UM=r;
package/icons/flags/US.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),h=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=h.forwardRef((function(h,r){var d=h.height,s=h.width,t=i.useStableUniqueId(2);return l.jsxs(e.FlagIconBase,{ref:r,height:d,viewBox:"0 0 16 12",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(t[1],")"),children:[l.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 1v1h16V1H0Zm0 2v1h16V3H0Zm0 3V5h16v1H0Zm0 1v1h16V7H0Zm0 3V9h16v1H0Zm0 2v-1h16v1H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0h9v7H0z",fill:"#2E42A5"}),l.jsx("path",{clipRule:"evenodd",d:"m1.04 2.174.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524L7.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L5.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L3.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L1.569.564l-.206.537H.748l.47.416-.178.657ZM7.06 4.1l.159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm-1.079 0-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Zm-1.762.416-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416Zm.144-.416h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537Zm-1.303 0 .159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm3.159-1.584-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416ZM3.98 2.1l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[1]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.US=r;
1
+ "use strict";var l=require("react/jsx-runtime"),h=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=h.forwardRef((function(h,r){var d=h.height,s=h.width,t=i.useStableUniqueId(2);return l.jsxs(e.FlagIconBase,{ref:r,height:d,viewBox:"0 0 16 12",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(t[1],")"),children:[l.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 1v1h16V1H0Zm0 2v1h16V3H0Zm0 3V5h16v1H0Zm0 1v1h16V7H0Zm0 3V9h16v1H0Zm0 2v-1h16v1H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0h9v7H0z",fill:"#2E42A5"}),l.jsx("path",{clipRule:"evenodd",d:"m1.04 2.174.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.411.297h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537H.748l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.178.657.53-.37.513.37-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.513.369-.16-.657.412-.416h-.524L7.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L5.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L3.569.564l-.206.537h-.615l.47.416-.158.584h-.249l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.524L1.569.564l-.206.537H.748l.47.416-.178.657ZM7.06 4.1l.159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm-1.079 0-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Zm-1.762.416-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416Zm.144-.416h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416-.158.584h-.249l-.242-.537-.206.537Zm-1.303 0 .159-.584-.47-.416h.232l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249Zm3.159-1.584-.16.584h-.248l-.242-.537-.206.537h-.298l-.142-.584.412-.416h-.19l.425-.296.411.296h-.233l.47.416ZM3.98 2.1l-.411-.296-.425.296h.19l-.412.416.142.584h.298l.206-.537.242.537h.249l.159-.584-.47-.416h.232Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[1]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.US=r;
package/icons/flags/UY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),e=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var c=e.forwardRef((function(e,c){var i=e.height,a=e.width,h=r.useStableUniqueId(4);return s.jsxs(t.FlagIconBase,{ref:c,height:i,viewBox:"0 0 640 480",width:a,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z",fill:"#0038a8"}),s.jsxs("g",{fill:"#fcd116",stroke:"#000",strokeMiterlimit:"20",strokeWidth:".6",transform:"translate(133.3 133.3) scale(2.93333)",children:[s.jsxs("g",{id:"".concat(h[0]),children:[s.jsxs("g",{id:"".concat(h[1]),children:[s.jsxs("g",{id:"".concat(h[2]),children:[s.jsx("path",{d:"m-2.058 8.889 3.01 4.494c-12.367 8.949-4.817 14.24-13.58 17.105 5.45-5.32-.859-5.767 3.733-16.854",strokeLinecap:"square"}),s.jsx("path",{d:"M-4.21 10.163c-6.822 11.245-2.348 17.428-8.419 20.325",fill:"none"}),s.jsx("path",{d:"M0 0h6L0 33-6 0h6v33"})]}),s.jsx("use",{height:"100%",transform:"rotate(45)",width:"100%",xlinkHref:"#".concat(h[2])})]}),s.jsx("use",{height:"100%",transform:"rotate(90)",width:"100%",xlinkHref:"#".concat(h[1])})]}),s.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(h[0])}),s.jsx("circle",{r:"11"})]}),s.jsxs("g",{transform:"translate(133.3 133.3) scale(.29333)",children:[s.jsxs("g",{id:"".concat(h[3]),children:[s.jsx("path",{d:"M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"}),s.jsx("path",{d:"M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"}),s.jsx("path",{d:"M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"})]}),s.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[3])}),s.jsx("path",{d:"M0 76c-5 0-18 3 0 3s5-3 0-3"})]})]})}));exports.UY=c;
1
+ "use strict";var s=require("react/jsx-runtime"),e=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var c=e.forwardRef((function(e,c){var i=e.height,a=e.width,h=r.useStableUniqueId(4);return s.jsxs(t.FlagIconBase,{ref:c,height:i,viewBox:"0 0 640 480",width:a,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z",fill:"#0038a8"}),s.jsxs("g",{fill:"#fcd116",stroke:"#000",strokeMiterlimit:"20",strokeWidth:".6",transform:"translate(133.3 133.3) scale(2.93333)",children:[s.jsxs("g",{id:"".concat(h[0]),children:[s.jsxs("g",{id:"".concat(h[1]),children:[s.jsxs("g",{id:"".concat(h[2]),children:[s.jsx("path",{d:"m-2.058 8.889 3.01 4.494c-12.367 8.949-4.817 14.24-13.58 17.105 5.45-5.32-.859-5.767 3.733-16.854",strokeLinecap:"square"}),s.jsx("path",{d:"M-4.21 10.163c-6.822 11.245-2.348 17.428-8.419 20.325",fill:"none"}),s.jsx("path",{d:"M0 0h6L0 33-6 0h6v33"})]}),s.jsx("use",{height:"100%",transform:"rotate(45)",width:"100%",xlinkHref:"#".concat(h[2])})]}),s.jsx("use",{height:"100%",transform:"rotate(90)",width:"100%",xlinkHref:"#".concat(h[1])})]}),s.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(h[0])}),s.jsx("circle",{r:"11"})]}),s.jsxs("g",{transform:"translate(133.3 133.3) scale(.29333)",children:[s.jsxs("g",{id:"".concat(h[3]),children:[s.jsx("path",{d:"M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"}),s.jsx("path",{d:"M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"}),s.jsx("path",{d:"M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"})]}),s.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[3])}),s.jsx("path",{d:"M0 76c-5 0-18 3 0 3s5-3 0-3"})]})]})}));exports.UY=c;
package/icons/flags/UZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=i.forwardRef((function(i,s){var c=i.height,h=i.width,n=r.useStableUniqueId(5);return e.jsxs(t.FlagIconBase,{ref:s,height:c,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 320h640v160H0z",fill:"#1eb53a"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#0099b5"}),e.jsx("path",{d:"M0 153.6h640v172.8H0z",fill:"#ce1126"}),e.jsx("path",{d:"M0 163.2h640v153.6H0z",fill:"#fff"}),e.jsx("circle",{cx:"134.4",cy:"76.8",fill:"#fff",r:"57.6"}),e.jsx("circle",{cx:"153.6",cy:"76.8",fill:"#0099b5",r:"57.6"}),e.jsxs("g",{fill:"#fff",transform:"matrix(1.92 0 0 1.92 261.1 122.9)",children:[e.jsxs("g",{id:"".concat(n[0]),children:[e.jsxs("g",{id:"".concat(n[1]),children:[e.jsxs("g",{id:"".concat(n[2]),children:[e.jsxs("g",{id:"".concat(n[3]),children:[e.jsx("path",{d:"M0-6-1.9-.3 1 .7",id:"".concat(n[4])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[4])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(n[3])})]}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(n[3])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(n[2])})]}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(n[1]),y:"-24"}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(n[1]),y:"-48"})]}),e.jsx("use",{height:"100%",width:"100%",x:"24",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",width:"100%",x:"48",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",width:"100%",x:"-48",xlinkHref:"#".concat(n[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(n[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(n[1]),y:"-24"})]})]})}));exports.UZ=s;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=i.forwardRef((function(i,s){var c=i.height,h=i.width,n=r.useStableUniqueId(5);return e.jsxs(t.FlagIconBase,{ref:s,height:c,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 320h640v160H0z",fill:"#1eb53a"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#0099b5"}),e.jsx("path",{d:"M0 153.6h640v172.8H0z",fill:"#ce1126"}),e.jsx("path",{d:"M0 163.2h640v153.6H0z",fill:"#fff"}),e.jsx("circle",{cx:"134.4",cy:"76.8",fill:"#fff",r:"57.6"}),e.jsx("circle",{cx:"153.6",cy:"76.8",fill:"#0099b5",r:"57.6"}),e.jsxs("g",{fill:"#fff",transform:"matrix(1.92 0 0 1.92 261.1 122.9)",children:[e.jsxs("g",{id:"".concat(n[0]),children:[e.jsxs("g",{id:"".concat(n[1]),children:[e.jsxs("g",{id:"".concat(n[2]),children:[e.jsxs("g",{id:"".concat(n[3]),children:[e.jsx("path",{d:"M0-6-1.9-.3 1 .7",id:"".concat(n[4])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[4])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(n[3])})]}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(n[3])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(n[2])})]}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(n[1]),y:"-24"}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(n[1]),y:"-48"})]}),e.jsx("use",{height:"100%",width:"100%",x:"24",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",width:"100%",x:"48",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",width:"100%",x:"-48",xlinkHref:"#".concat(n[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(n[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(n[1]),y:"-24"})]})]})}));exports.UZ=s;
package/icons/flags/VA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var c=l.forwardRef((function(l,c){var a=l.height,s=l.width,h=d.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:c,height:a,viewBox:"0 0 16 12",width:s,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0h7v12H0V0Z",fill:"#FFDC17",fillRule:"evenodd"}),e.jsx("path",{d:"m11.39 6.375-.172.012c.041.593.169 1.05.385 1.374.349.521.809.924 1.116.924.07 0 .087.026.064.09-.033.091-.137.18-.27.215-.222.058-.727.087-1.506.087v.168c.795 0 1.309-.03 1.55-.093.188-.048.337-.177.389-.322.06-.167-.03-.312-.227-.312-.228 0-.652-.372-.97-.848-.199-.296-.319-.728-.358-1.295Zm-.817 0 .173.012c-.041.593-.168 1.05-.385 1.374-.348.521-.808.924-1.116.924-.07 0-.086.026-.063.09.033.091.136.18.27.215.222.058.726.087 1.505.087v.168c-.794 0-1.308-.03-1.55-.093-.188-.048-.337-.177-.389-.322-.06-.167.031-.312.227-.312.228 0 .653-.372.971-.848.198-.296.318-.728.357-1.295Z",fill:"#AF0100"}),e.jsx("path",{clipRule:"evenodd",d:"m14.033 3.4-4.57 3.562a1.67 1.67 0 0 0-.517-.08c-.742 0-1.362.473-1.362 1.088 0 .615.62 1.088 1.362 1.088.085 0 .168-.006.25-.018a.479.479 0 0 1-.16-.21c-.033-.093-.02-.18.033-.238-.04.004-.081.006-.123.006-.5 0-.887-.295-.887-.628s.387-.628.887-.628.886.295.886.628c0 .102-.036.2-.1.288l.036-.034c.159-.147-.197.461-.505.461-.07 0-.086.026-.063.09.03.086.123.17.245.208.501-.156.863-.544.863-1.013a.92.92 0 0 0-.166-.525l2.456-2.085.164.17.119-.107.41.304-.171.132.35.426.706-.545.012-.006-.002-.001.044-.034-.35-.426-.17.13-.458-.316.053-.05-.147-.152.222-.188.118.122.126-.115.398.315-.167.129.35.425.605-.466.07-.038-.01-.008.095-.074-.35-.425-.198.152-.436-.334.06-.054-.101-.104.452-.384-.359-.439Z",fill:"#F4B300",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M11.692 7.97c0-.277.125-.524.33-.714L9.399 5.224l-.03.023.076.07-.207.213-.108-.099-.402.31.153.118-.35.426-.699-.54-.02-.011.003-.001-.044-.034.35-.426.17.13.458-.317-.053-.048.198-.205-.231-.18-.16.165-.121-.11-.393.318.157.121-.35.426-.586-.452-.088-.052.01-.008-.096-.074.35-.426.198.153.436-.334-.06-.054.12-.124-.47-.364.296-.36 4.541 3.517c.184-.073.39-.114.608-.114.742 0 1.362.474 1.362 1.089 0 .614-.62 1.088-1.362 1.088a1.72 1.72 0 0 1-.25-.018.478.478 0 0 0 .16-.21c.033-.094.02-.18-.033-.238.04.004.081.006.123.006.5 0 .886-.295.886-.628s-.386-.628-.886-.628-.886.295-.886.628c0 .102.036.2.1.287a3.001 3.001 0 0 1-.036-.033c-.159-.147.197.461.505.461.07 0 .086.026.063.09-.03.085-.123.17-.245.208-.501-.157-.863-.544-.863-1.013Z",fill:"#BFBFBF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.87 5.898a.065.065 0 0 0-.065.065v.27h-.24a.063.063 0 1 0 0 .125h.24v3.577c0 .036.03.065.065.065H11a.065.065 0 0 0 .065-.065V6.358h.37a.063.063 0 1 0 0-.125h-.37v-.27A.065.065 0 0 0 11 5.898h-.13Z",fill:"#AF0100",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.935 10.008c.143 0 .26-.058.26-.13 0-.071-.117-.13-.26-.13-.143 0-.26.059-.26.13 0 .072.117.13.26.13Z",fill:"#AF0100",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10 2.9a.9.9 0 1 1 1.8 0v1.622H10V2.9Z",fill:"#F4B300",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.892 4.61c.501 0 .908-.068.908-.152 0-.083-.407-.151-.908-.151-.502 0-.908.068-.908.151 0 .084.406.152.908.152Z",fill:"#AF0100",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.VA=c;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var c=l.forwardRef((function(l,c){var a=l.height,s=l.width,h=d.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:c,height:a,viewBox:"0 0 16 12",width:s,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0h7v12H0V0Z",fill:"#FFDC17",fillRule:"evenodd"}),e.jsx("path",{d:"m11.39 6.375-.172.012c.041.593.169 1.05.385 1.374.349.521.809.924 1.116.924.07 0 .087.026.064.09-.033.091-.137.18-.27.215-.222.058-.727.087-1.506.087v.168c.795 0 1.309-.03 1.55-.093.188-.048.337-.177.389-.322.06-.167-.03-.312-.227-.312-.228 0-.652-.372-.97-.848-.199-.296-.319-.728-.358-1.295Zm-.817 0 .173.012c-.041.593-.168 1.05-.385 1.374-.348.521-.808.924-1.116.924-.07 0-.086.026-.063.09.033.091.136.18.27.215.222.058.726.087 1.505.087v.168c-.794 0-1.308-.03-1.55-.093-.188-.048-.337-.177-.389-.322-.06-.167.031-.312.227-.312.228 0 .653-.372.971-.848.198-.296.318-.728.357-1.295Z",fill:"#AF0100"}),e.jsx("path",{clipRule:"evenodd",d:"m14.033 3.4-4.57 3.562a1.67 1.67 0 0 0-.517-.08c-.742 0-1.362.473-1.362 1.088 0 .615.62 1.088 1.362 1.088.085 0 .168-.006.25-.018a.479.479 0 0 1-.16-.21c-.033-.093-.02-.18.033-.238-.04.004-.081.006-.123.006-.5 0-.887-.295-.887-.628s.387-.628.887-.628.886.295.886.628c0 .102-.036.2-.1.288l.036-.034c.159-.147-.197.461-.505.461-.07 0-.086.026-.063.09.03.086.123.17.245.208.501-.156.863-.544.863-1.013a.92.92 0 0 0-.166-.525l2.456-2.085.164.17.119-.107.41.304-.171.132.35.426.706-.545.012-.006-.002-.001.044-.034-.35-.426-.17.13-.458-.316.053-.05-.147-.152.222-.188.118.122.126-.115.398.315-.167.129.35.425.605-.466.07-.038-.01-.008.095-.074-.35-.425-.198.152-.436-.334.06-.054-.101-.104.452-.384-.359-.439Z",fill:"#F4B300",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M11.692 7.97c0-.277.125-.524.33-.714L9.399 5.224l-.03.023.076.07-.207.213-.108-.099-.402.31.153.118-.35.426-.699-.54-.02-.011.003-.001-.044-.034.35-.426.17.13.458-.317-.053-.048.198-.205-.231-.18-.16.165-.121-.11-.393.318.157.121-.35.426-.586-.452-.088-.052.01-.008-.096-.074.35-.426.198.153.436-.334-.06-.054.12-.124-.47-.364.296-.36 4.541 3.517c.184-.073.39-.114.608-.114.742 0 1.362.474 1.362 1.089 0 .614-.62 1.088-1.362 1.088a1.72 1.72 0 0 1-.25-.018.478.478 0 0 0 .16-.21c.033-.094.02-.18-.033-.238.04.004.081.006.123.006.5 0 .886-.295.886-.628s-.386-.628-.886-.628-.886.295-.886.628c0 .102.036.2.1.287a3.001 3.001 0 0 1-.036-.033c-.159-.147.197.461.505.461.07 0 .086.026.063.09-.03.085-.123.17-.245.208-.501-.157-.863-.544-.863-1.013Z",fill:"#BFBFBF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.87 5.898a.065.065 0 0 0-.065.065v.27h-.24a.063.063 0 1 0 0 .125h.24v3.577c0 .036.03.065.065.065H11a.065.065 0 0 0 .065-.065V6.358h.37a.063.063 0 1 0 0-.125h-.37v-.27A.065.065 0 0 0 11 5.898h-.13Z",fill:"#AF0100",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.935 10.008c.143 0 .26-.058.26-.13 0-.071-.117-.13-.26-.13-.143 0-.26.059-.26.13 0 .072.117.13.26.13Z",fill:"#AF0100",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10 2.9a.9.9 0 1 1 1.8 0v1.622H10V2.9Z",fill:"#F4B300",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.892 4.61c.501 0 .908-.068.908-.152 0-.083-.407-.151-.908-.151-.502 0-.908.068-.908.151 0 .084.406.152.908.152Z",fill:"#AF0100",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.VA=c;
package/icons/flags/VE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,n=e.width,c=i.useStableUniqueId(6);return t.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:n,children:[t.jsx("defs",{children:t.jsxs("g",{id:"".concat(c[0]),transform:"translate(0 -36)",children:[t.jsxs("g",{id:"".concat(c[1]),children:[t.jsxs("g",{id:"".concat(c[2]),children:[t.jsx("path",{d:"M0-5-1.5-.2l2.8.9z",fill:"#fff",id:"".concat(c[3])}),t.jsx("use",{height:"120",transform:"scale(-1 1)",width:"180",xlinkHref:"#".concat(c[3])})]}),t.jsx("use",{height:"120",transform:"rotate(72)",width:"180",xlinkHref:"#".concat(c[2])})]}),t.jsx("use",{height:"120",transform:"rotate(-72)",width:"180",xlinkHref:"#".concat(c[2])}),t.jsx("use",{height:"120",transform:"rotate(144)",width:"180",xlinkHref:"#".concat(c[1])})]})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#cf142b"}),t.jsx("path",{d:"M0 0h640v320H0z",fill:"#00247d"}),t.jsx("path",{d:"M0 0h640v160H0z",fill:"#fc0"}),t.jsxs("g",{id:"".concat(c[4]),transform:"matrix(4 0 0 4 320 336)",children:[t.jsxs("g",{id:"".concat(c[5]),children:[t.jsx("use",{height:"120",transform:"rotate(10)",width:"180",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"120",transform:"rotate(30)",width:"180",xlinkHref:"#".concat(c[0])})]}),t.jsx("use",{height:"120",transform:"rotate(40)",width:"180",xlinkHref:"#".concat(c[5])})]}),t.jsx("use",{height:"120",transform:"rotate(-80 320 336)",width:"180",xlinkHref:"#".concat(c[4])})]})}));exports.VE=s;
1
+ "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,n=e.width,c=i.useStableUniqueId(6);return t.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:n,children:[t.jsx("defs",{children:t.jsxs("g",{id:"".concat(c[0]),transform:"translate(0 -36)",children:[t.jsxs("g",{id:"".concat(c[1]),children:[t.jsxs("g",{id:"".concat(c[2]),children:[t.jsx("path",{d:"M0-5-1.5-.2l2.8.9z",fill:"#fff",id:"".concat(c[3])}),t.jsx("use",{height:"120",transform:"scale(-1 1)",width:"180",xlinkHref:"#".concat(c[3])})]}),t.jsx("use",{height:"120",transform:"rotate(72)",width:"180",xlinkHref:"#".concat(c[2])})]}),t.jsx("use",{height:"120",transform:"rotate(-72)",width:"180",xlinkHref:"#".concat(c[2])}),t.jsx("use",{height:"120",transform:"rotate(144)",width:"180",xlinkHref:"#".concat(c[1])})]})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#cf142b"}),t.jsx("path",{d:"M0 0h640v320H0z",fill:"#00247d"}),t.jsx("path",{d:"M0 0h640v160H0z",fill:"#fc0"}),t.jsxs("g",{id:"".concat(c[4]),transform:"matrix(4 0 0 4 320 336)",children:[t.jsxs("g",{id:"".concat(c[5]),children:[t.jsx("use",{height:"120",transform:"rotate(10)",width:"180",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"120",transform:"rotate(30)",width:"180",xlinkHref:"#".concat(c[0])})]}),t.jsx("use",{height:"120",transform:"rotate(40)",width:"180",xlinkHref:"#".concat(c[5])})]}),t.jsx("use",{height:"120",transform:"rotate(-80 320 336)",width:"180",xlinkHref:"#".concat(c[4])})]})}));exports.VE=s;
package/icons/flags/VG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=e.forwardRef((function(e,d){var c=e.height,a=e.width,s=i.useStableUniqueId(5);return l.jsxs(h.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(s[4],")"),children:[l.jsx("mask",{height:"12",id:"".concat(s[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(s[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(s[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(s[1],")"),children:[l.jsx("mask",{height:"7",id:"".concat(s[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(s[2],")"),children:[l.jsx("path",{d:"m-1.002 6.5 1.98.868L9.045.944l1.045-1.29-2.118-.29-3.29 2.768-2.649 1.865L-1.002 6.5Z",fill:"#F7FCFF"}),l.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),l.jsx("path",{d:"m10.002 6.5-1.98.868L-.045.944-1.09-.346l2.118-.29 3.29 2.768 2.649 1.865L10.002 6.5Z",fill:"#F7FCFF"}),l.jsx("path",{d:"m9.935 6.937-1.01.504-4.018-3.46-1.19-.386L-1.19-.342H.227L5.13 3.502l1.303.463 3.502 2.972Z",fill:"#F50100"}),l.jsxs("mask",{fill:"#000",height:"9",id:"".concat(s[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1",children:[l.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),l.jsx("path",{d:"M3.992 0v-.75h-.75V0h.75Zm1 0h.75v-.75h-.75V0Zm-1 3v.75h.75V3h-.75ZM0 3v-.75h-.75V3H0Zm0 1h-.75v.75H0V4Zm3.992 0h.75v-.75h-.75V4Zm0 3h-.75v.75h.75V7Zm1 0v.75h.75V7h-.75Zm0-3v-.75h-.75V4h.75ZM9 4v.75h.75V4H9Zm0-1h.75v-.75H9V3ZM4.992 3h-.75v.75h.75V3Zm-1-2.25h1v-1.5h-1v1.5ZM4.742 3V0h-1.5v3h1.5ZM0 3.75h3.992v-1.5H0v1.5ZM.75 4V3h-1.5v1h1.5Zm3.242-.75H0v1.5h3.992v-1.5ZM4.742 7V4h-1.5v3h1.5Zm.25-.75h-1v1.5h1v-1.5ZM4.242 4v3h1.5V4h-1.5ZM9 3.25H4.992v1.5H9v-1.5ZM8.25 3v1h1.5V3h-1.5Zm-3.258.75H9v-1.5H4.992v1.5ZM4.242 0v3h1.5V0h-1.5Z",fill:"#F7FCFF",mask:"url(#".concat(s[3],")")})]}),l.jsx("path",{clipRule:"evenodd",d:"M10.123 5.016v3.265s-.048 2.701 2.441 2.701c2.49 0 2.49-2.701 2.49-2.701V5.016h-4.93Z",fill:"#3B7E05",fillRule:"evenodd",stroke:"#F7FCFF",strokeWidth:".25"}),l.jsx("path",{clipRule:"evenodd",d:"m10.118 9.944.397-.398c.62.766 1.272 1.138 1.965 1.138.693 0 1.344-.372 1.963-1.138l.226.227.01-.015c.137.117.229.227.272.353a.421.421 0 0 1-.171.51.967.967 0 0 1-.104.058.26.26 0 0 1-.202.022.29.29 0 0 1-.187-.173c-.562.498-1.166.75-1.807.75-.636 0-1.235-.248-1.793-.737a.29.29 0 0 1-.19.168.26.26 0 0 1-.201-.026.97.97 0 0 1-.103-.06.421.421 0 0 1-.162-.512.526.526 0 0 1 .095-.158l-.008-.009Z",fill:"#FFD018",fillRule:"evenodd"}),l.jsx("path",{d:"m10.515 9.546.058-.047-.052-.065-.059.06.053.052Zm-.397.398-.053-.053-.047.048.042.052.058-.047Zm4.325-.398.053-.053-.059-.059-.052.065.058.047Zm.226.227-.053.053.064.064.051-.075-.062-.042Zm.01-.015.048-.057-.064-.054-.047.07.063.041Zm.272.353.071-.024-.07.024Zm-.171.51-.04-.064.04.063Zm-.104.058-.031-.068.031.068Zm-.202.022.02-.072-.02.072Zm-.187-.173.07-.028-.04-.098-.08.07.05.056Zm-3.6.013.049-.056-.077-.068-.041.094.069.03Zm-.19.168-.018-.072.019.072Zm-.201-.026.032-.067-.032.067Zm-.103-.06-.04.063.04-.063Zm-.162-.512.07.025-.07-.025Zm.095-.158.057.048.04-.047-.04-.048-.057.047Zm.336-.46-.397.398.107.106.396-.398-.106-.106Zm2.018 1.116c-.663 0-1.295-.355-1.907-1.11l-.116.094c.628.776 1.3 1.166 2.023 1.166v-.15Zm1.905-1.11c-.61.755-1.243 1.11-1.905 1.11v.15c.724 0 1.394-.39 2.021-1.166l-.116-.094Zm.337.22-.226-.226-.106.106.226.227.106-.106Zm-.106-.003-.01.015.125.084.01-.015-.125-.084Zm.406.37c-.05-.144-.153-.264-.295-.385l-.097.115c.134.113.213.211.25.32l.142-.05Zm-.203.598a.497.497 0 0 0 .203-.597l-.142.049a.347.347 0 0 1-.14.421l.08.127Zm-.111.063a.963.963 0 0 0 .111-.063l-.08-.127a.898.898 0 0 1-.095.054l.064.136Zm-.255.027a.327.327 0 0 0 .255-.027l-.063-.136a.265.265 0 0 1-.076.025.177.177 0 0 1-.075-.007l-.04.145Zm-.235-.217c.043.106.13.187.235.216l.041-.144a.215.215 0 0 1-.137-.13l-.14.058Zm-1.738.797c.663 0 1.283-.262 1.857-.77l-.1-.112c-.551.488-1.138.732-1.757.732v.15Zm-1.843-.757c.57.5 1.186.757 1.843.757v-.15c-.614 0-1.196-.24-1.744-.72l-.099.113Zm-.12.185a.365.365 0 0 0 .238-.211l-.137-.06a.215.215 0 0 1-.14.126l.039.145Zm-.254-.031a.326.326 0 0 0 .254.031l-.039-.145a.177.177 0 0 1-.075.005.268.268 0 0 1-.075-.026l-.065.135Zm-.11-.065c.041.027.077.049.11.065l.065-.135a.887.887 0 0 1-.094-.056l-.082.126Zm-.193-.6a.496.496 0 0 0 .192.6l.082-.126a.347.347 0 0 1-.133-.424l-.141-.05Zm.108-.181a.602.602 0 0 0-.108.18l.14.051a.455.455 0 0 1 .083-.135l-.115-.096Zm-.008.086a.572.572 0 0 0 .008.01l.116-.095a.58.58 0 0 0-.007-.009l-.117.094Z",fill:"#fff"}),l.jsx("path",{d:"m11.066 7.324-.038-.164V5.771a.375.375 0 0 1 .75 0v1.303l.36.74a.375.375 0 0 1-.083.439l-.413.383v.72a.375.375 0 1 1-.75 0v-.884c0-.105.043-.204.12-.275l.33-.305-.276-.568Z",fill:"#FFD018"}),l.jsx("path",{d:"M13.626 5.75v3.702",stroke:"#FFD018",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".75"}),l.jsx("path",{clipRule:"evenodd",d:"m12.32 6.293-.168.546s-.282.365-.334.544c-.052.178-.08.297-.066.297.014 0 .13-.05.13-.174 0-.123.438-.52.438-.52l.13-.693h-.13Z",fill:"#FFC6B5",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M13.686 5.434a.058.058 0 0 0 .006-.026c0-.03-.022-.054-.05-.054-.027 0-.05.024-.05.054 0 .013.004.025.011.034l-.189.293.02.016.189-.293a.047.047 0 0 0 .046-.004l.199.297.02-.016-.202-.3Zm-.007.254a.057.057 0 0 0 .013-.037c0-.03-.022-.054-.05-.054-.027 0-.05.024-.05.054 0 .019.008.035.021.044l-.047.057h-.321s.035.08.144.102c.034.032.12.091.12.091l-.05.06h.347v-.06c.084 0 .116-.067.127-.09.005-.01.006-.013.006 0 0 .042.062 0 .062 0s.102-.103.102-.2c0-.097-.214.097-.214.097h-.145l-.065-.064Z",fill:"#FFD018",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.73 6.074a.06.06 0 0 1 .008.028c0 .031-.133.078-.23.078-.096 0-.058-.078 0-.121.059-.043-.004-.118-.058-.118-.051 0-.051-.072-.051-.13v-.235c0-.091.025-.08.072-.06a.26.26 0 0 0 .105.027c.072 0 .076.017.087.061a.375.375 0 0 0 .044.116c.045.08.035.1.021.128a.183.183 0 0 0-.021.093c0 .083.014.113.023.133Zm.12.58.027-.307s-.028-.113.038-.113c.067 0 .17.538.207.754.024.138.002.163-.06.237a1.365 1.365 0 0 0-.146.2.499.499 0 0 0-.09.341c.003.05.005.09-.025.133-.072.1-.101.005-.13-.087a1.224 1.224 0 0 0-.006-.02c-.027-.087.097-.348.182-.526l.03-.065c.08-.17.073-.23.038-.302-.034-.072-.066-.245-.066-.245Z",fill:"#FFC6B5",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M13.01 9.685c0 .078-.06.141-.134.141-.073 0-.133-.063-.133-.141 0-.078.06-.142.133-.142.074 0 .134.064.134.142Zm-.71.04c-.06.05-.133.061-.163.025s-.006-.106.053-.156c.06-.05.133-.062.164-.026.03.036.006.106-.054.156Z",fill:"#FFD018",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.476 5.392s-.14.028-.093.098c.046.07-.06.052.093.06.152.01.194.065.173.106-.02.041-.037.143 0 .205.038.061.05.168.116.115.066-.054.192-.127.153-.223-.038-.097.016-.209-.069-.263-.085-.054-.104-.021-.152-.098-.048-.076-.12-.097-.17-.049l-.051.05Z",fill:"#A95601",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.448 6.089s-.279.336-.233.454c.045.118.114.125.08.293-.035.168.02.428-.08.76-.1.33-.167 1.107-.134 1.107s.079.429.04.621c-.04.193-.315.354-.04.354s.308.038.418 0c.11-.038.266.11.266 0s.012-.132.096-.132h.154c.074 0 .172.069.172-.095s.018-.517-.077-.79c-.095-.274-.063-.1-.156-.465-.055-.217-.098-.303-.131-.379-.023-.052-.09.04-.105-.042-.005-.028.04-.19.04-.21.004-.13.103-.153.103-.376 0-.26-.062-.544 0-.687.062-.143.215-.057.154-.195-.06-.14-.08-.218-.195-.218h-.372Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(s[4]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.VG=d;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=e.forwardRef((function(e,d){var c=e.height,a=e.width,s=i.useStableUniqueId(5);return l.jsxs(h.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(s[4],")"),children:[l.jsx("mask",{height:"12",id:"".concat(s[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(s[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(s[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(s[1],")"),children:[l.jsx("mask",{height:"7",id:"".concat(s[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(s[2],")"),children:[l.jsx("path",{d:"m-1.002 6.5 1.98.868L9.045.944l1.045-1.29-2.118-.29-3.29 2.768-2.649 1.865L-1.002 6.5Z",fill:"#F7FCFF"}),l.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),l.jsx("path",{d:"m10.002 6.5-1.98.868L-.045.944-1.09-.346l2.118-.29 3.29 2.768 2.649 1.865L10.002 6.5Z",fill:"#F7FCFF"}),l.jsx("path",{d:"m9.935 6.937-1.01.504-4.018-3.46-1.19-.386L-1.19-.342H.227L5.13 3.502l1.303.463 3.502 2.972Z",fill:"#F50100"}),l.jsxs("mask",{fill:"#000",height:"9",id:"".concat(s[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1",children:[l.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),l.jsx("path",{d:"M3.992 0v-.75h-.75V0h.75Zm1 0h.75v-.75h-.75V0Zm-1 3v.75h.75V3h-.75ZM0 3v-.75h-.75V3H0Zm0 1h-.75v.75H0V4Zm3.992 0h.75v-.75h-.75V4Zm0 3h-.75v.75h.75V7Zm1 0v.75h.75V7h-.75Zm0-3v-.75h-.75V4h.75ZM9 4v.75h.75V4H9Zm0-1h.75v-.75H9V3ZM4.992 3h-.75v.75h.75V3Zm-1-2.25h1v-1.5h-1v1.5ZM4.742 3V0h-1.5v3h1.5ZM0 3.75h3.992v-1.5H0v1.5ZM.75 4V3h-1.5v1h1.5Zm3.242-.75H0v1.5h3.992v-1.5ZM4.742 7V4h-1.5v3h1.5Zm.25-.75h-1v1.5h1v-1.5ZM4.242 4v3h1.5V4h-1.5ZM9 3.25H4.992v1.5H9v-1.5ZM8.25 3v1h1.5V3h-1.5Zm-3.258.75H9v-1.5H4.992v1.5ZM4.242 0v3h1.5V0h-1.5Z",fill:"#F7FCFF",mask:"url(#".concat(s[3],")")})]}),l.jsx("path",{clipRule:"evenodd",d:"M10.123 5.016v3.265s-.048 2.701 2.441 2.701c2.49 0 2.49-2.701 2.49-2.701V5.016h-4.93Z",fill:"#3B7E05",fillRule:"evenodd",stroke:"#F7FCFF",strokeWidth:".25"}),l.jsx("path",{clipRule:"evenodd",d:"m10.118 9.944.397-.398c.62.766 1.272 1.138 1.965 1.138.693 0 1.344-.372 1.963-1.138l.226.227.01-.015c.137.117.229.227.272.353a.421.421 0 0 1-.171.51.967.967 0 0 1-.104.058.26.26 0 0 1-.202.022.29.29 0 0 1-.187-.173c-.562.498-1.166.75-1.807.75-.636 0-1.235-.248-1.793-.737a.29.29 0 0 1-.19.168.26.26 0 0 1-.201-.026.97.97 0 0 1-.103-.06.421.421 0 0 1-.162-.512.526.526 0 0 1 .095-.158l-.008-.009Z",fill:"#FFD018",fillRule:"evenodd"}),l.jsx("path",{d:"m10.515 9.546.058-.047-.052-.065-.059.06.053.052Zm-.397.398-.053-.053-.047.048.042.052.058-.047Zm4.325-.398.053-.053-.059-.059-.052.065.058.047Zm.226.227-.053.053.064.064.051-.075-.062-.042Zm.01-.015.048-.057-.064-.054-.047.07.063.041Zm.272.353.071-.024-.07.024Zm-.171.51-.04-.064.04.063Zm-.104.058-.031-.068.031.068Zm-.202.022.02-.072-.02.072Zm-.187-.173.07-.028-.04-.098-.08.07.05.056Zm-3.6.013.049-.056-.077-.068-.041.094.069.03Zm-.19.168-.018-.072.019.072Zm-.201-.026.032-.067-.032.067Zm-.103-.06-.04.063.04-.063Zm-.162-.512.07.025-.07-.025Zm.095-.158.057.048.04-.047-.04-.048-.057.047Zm.336-.46-.397.398.107.106.396-.398-.106-.106Zm2.018 1.116c-.663 0-1.295-.355-1.907-1.11l-.116.094c.628.776 1.3 1.166 2.023 1.166v-.15Zm1.905-1.11c-.61.755-1.243 1.11-1.905 1.11v.15c.724 0 1.394-.39 2.021-1.166l-.116-.094Zm.337.22-.226-.226-.106.106.226.227.106-.106Zm-.106-.003-.01.015.125.084.01-.015-.125-.084Zm.406.37c-.05-.144-.153-.264-.295-.385l-.097.115c.134.113.213.211.25.32l.142-.05Zm-.203.598a.497.497 0 0 0 .203-.597l-.142.049a.347.347 0 0 1-.14.421l.08.127Zm-.111.063a.963.963 0 0 0 .111-.063l-.08-.127a.898.898 0 0 1-.095.054l.064.136Zm-.255.027a.327.327 0 0 0 .255-.027l-.063-.136a.265.265 0 0 1-.076.025.177.177 0 0 1-.075-.007l-.04.145Zm-.235-.217c.043.106.13.187.235.216l.041-.144a.215.215 0 0 1-.137-.13l-.14.058Zm-1.738.797c.663 0 1.283-.262 1.857-.77l-.1-.112c-.551.488-1.138.732-1.757.732v.15Zm-1.843-.757c.57.5 1.186.757 1.843.757v-.15c-.614 0-1.196-.24-1.744-.72l-.099.113Zm-.12.185a.365.365 0 0 0 .238-.211l-.137-.06a.215.215 0 0 1-.14.126l.039.145Zm-.254-.031a.326.326 0 0 0 .254.031l-.039-.145a.177.177 0 0 1-.075.005.268.268 0 0 1-.075-.026l-.065.135Zm-.11-.065c.041.027.077.049.11.065l.065-.135a.887.887 0 0 1-.094-.056l-.082.126Zm-.193-.6a.496.496 0 0 0 .192.6l.082-.126a.347.347 0 0 1-.133-.424l-.141-.05Zm.108-.181a.602.602 0 0 0-.108.18l.14.051a.455.455 0 0 1 .083-.135l-.115-.096Zm-.008.086a.572.572 0 0 0 .008.01l.116-.095a.58.58 0 0 0-.007-.009l-.117.094Z",fill:"#fff"}),l.jsx("path",{d:"m11.066 7.324-.038-.164V5.771a.375.375 0 0 1 .75 0v1.303l.36.74a.375.375 0 0 1-.083.439l-.413.383v.72a.375.375 0 1 1-.75 0v-.884c0-.105.043-.204.12-.275l.33-.305-.276-.568Z",fill:"#FFD018"}),l.jsx("path",{d:"M13.626 5.75v3.702",stroke:"#FFD018",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".75"}),l.jsx("path",{clipRule:"evenodd",d:"m12.32 6.293-.168.546s-.282.365-.334.544c-.052.178-.08.297-.066.297.014 0 .13-.05.13-.174 0-.123.438-.52.438-.52l.13-.693h-.13Z",fill:"#FFC6B5",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M13.686 5.434a.058.058 0 0 0 .006-.026c0-.03-.022-.054-.05-.054-.027 0-.05.024-.05.054 0 .013.004.025.011.034l-.189.293.02.016.189-.293a.047.047 0 0 0 .046-.004l.199.297.02-.016-.202-.3Zm-.007.254a.057.057 0 0 0 .013-.037c0-.03-.022-.054-.05-.054-.027 0-.05.024-.05.054 0 .019.008.035.021.044l-.047.057h-.321s.035.08.144.102c.034.032.12.091.12.091l-.05.06h.347v-.06c.084 0 .116-.067.127-.09.005-.01.006-.013.006 0 0 .042.062 0 .062 0s.102-.103.102-.2c0-.097-.214.097-.214.097h-.145l-.065-.064Z",fill:"#FFD018",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.73 6.074a.06.06 0 0 1 .008.028c0 .031-.133.078-.23.078-.096 0-.058-.078 0-.121.059-.043-.004-.118-.058-.118-.051 0-.051-.072-.051-.13v-.235c0-.091.025-.08.072-.06a.26.26 0 0 0 .105.027c.072 0 .076.017.087.061a.375.375 0 0 0 .044.116c.045.08.035.1.021.128a.183.183 0 0 0-.021.093c0 .083.014.113.023.133Zm.12.58.027-.307s-.028-.113.038-.113c.067 0 .17.538.207.754.024.138.002.163-.06.237a1.365 1.365 0 0 0-.146.2.499.499 0 0 0-.09.341c.003.05.005.09-.025.133-.072.1-.101.005-.13-.087a1.224 1.224 0 0 0-.006-.02c-.027-.087.097-.348.182-.526l.03-.065c.08-.17.073-.23.038-.302-.034-.072-.066-.245-.066-.245Z",fill:"#FFC6B5",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M13.01 9.685c0 .078-.06.141-.134.141-.073 0-.133-.063-.133-.141 0-.078.06-.142.133-.142.074 0 .134.064.134.142Zm-.71.04c-.06.05-.133.061-.163.025s-.006-.106.053-.156c.06-.05.133-.062.164-.026.03.036.006.106-.054.156Z",fill:"#FFD018",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.476 5.392s-.14.028-.093.098c.046.07-.06.052.093.06.152.01.194.065.173.106-.02.041-.037.143 0 .205.038.061.05.168.116.115.066-.054.192-.127.153-.223-.038-.097.016-.209-.069-.263-.085-.054-.104-.021-.152-.098-.048-.076-.12-.097-.17-.049l-.051.05Z",fill:"#A95601",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.448 6.089s-.279.336-.233.454c.045.118.114.125.08.293-.035.168.02.428-.08.76-.1.33-.167 1.107-.134 1.107s.079.429.04.621c-.04.193-.315.354-.04.354s.308.038.418 0c.11-.038.266.11.266 0s.012-.132.096-.132h.154c.074 0 .172.069.172-.095s.018-.517-.077-.79c-.095-.274-.063-.1-.156-.465-.055-.217-.098-.303-.131-.379-.023-.052-.09.04-.105-.042-.005-.028.04-.19.04-.21.004-.13.103-.153.103-.376 0-.26-.062-.544 0-.687.062-.143.215-.057.154-.195-.06-.14-.08-.218-.195-.218h-.372Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(s[4]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.VG=d;
package/icons/flags/VI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),c=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var i=l.forwardRef((function(l,i){var h=l.height,d=l.width,a=s.useStableUniqueId(4);return e.jsxs(c.FlagIconBase,{ref:i,height:h,viewBox:"0 0 16 12",width:d,children:[e.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M8.574 2.963c0 .093.42 1.39.42 1.39H6.952l.574-1.122s.084-.214-.121-.268c-.206-.054-.453.18-.453.18s.06-.373.14-.454c.082-.08.553-.287.947-.287.393 0 .536.47.536.561Zm-7.185-.528c.156-.068 1.75.407 2.944.763.686.205 1.24.37 1.313.37.2 0 1.02.843 1.02.843v1.886s-2.589-.537-5.03-3.185c-.358-.355-.494-.571-.247-.677Zm5.033 3.98s-.272.188-.572.689c-.148.246-.16.463-.168.62-.01.163-.015.26-.162.26-.173 0-.298.038-.4.068a.677.677 0 0 1-.185.039c-.137 0-.4.517-.269.637.132.12.683.31.683 0s.149-.487.418-.487c.27 0 .751-.179.751-.57 0-.392.525-.364.525-.364l-.621-.891Zm5.359-3.217c1.193-.356 2.787-.83 2.944-.763.247.106.111.322-.247.676-.959 1.716-5.03 3.186-5.03 3.186V4.411s.82-.843 1.02-.843c.072 0 .626-.165 1.313-.37ZM9.69 6.416s.272.187.572.688c.148.246.16.463.169.62.009.163.014.26.162.26.173 0 .298.038.4.068.07.021.129.039.184.039.137 0 .4.517.27.637-.133.12-.684.31-.684 0s-.148-.487-.418-.487-.75-.179-.75-.57c0-.392-.526-.364-.526-.364l.622-.891ZM6.255 8.5c0-.17.821-1.082.821-1.082l.918-.387.011.232.012-.232.917.387s.821.912.821 1.082c0 .171-1.574 1.565-1.738 1.565a.017.017 0 0 1-.012-.006.017.017 0 0 1-.011.006c-.164 0-1.739-1.394-1.739-1.565Z",fill:"#E8AA00",fillRule:"evenodd"}),e.jsx("path",{d:"m3.123 5.496.949-.316c.641 1.927 1.26 3.172 1.815 3.71l-.696.719c-.703-.681-1.379-2.044-2.068-4.113Z",fill:"#46A000"}),e.jsx("path",{clipRule:"evenodd",d:"M14.346 5.17h-1.069s.227 0 .252.218c0 0 .005 1.847 0 1.992-.006.145-.252.195-.252.195s1.297.004 1.069 0c-.228-.004-.278-.195-.278-.195V5.388c0-.169.278-.219.278-.219ZM2.283 7.426c-.121-.313-.868-2.225-.868-2.225h.74c-.13 0-.177.163-.177.163l.518 1.477s.5-1.205.5-1.42c0-.213-.21-.22-.21-.22h.964l-.232.078s-.772 1.768-.772 2.147c-.036.083.355.14.355.14H2.066l.217-.14Zm8.85-.699.573-1.055.017 1.174-.178-.058-.125.785.633-1.215-.21-.08.783-.848-.267 1.147-.152-.134-.898 1.676 1.003-1.148-.194-.097.99-.648-.43 1.056-.24-.173-1.018 1.28-.422-.161.422-1.5h-.287Zm-.33 2.002h-.317v.24h-.25l-.706.82h.39l.135.461.181-.162v.162l.354-.162.339.293.252-1.127-.17-.125.088-.076-.088-.324h-.208Z",fill:"#0093E1",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M6.172 4.006s.465.322.93.322c.466 0 .93-.322.93-.322s.466.322.932.322c.465 0 .93-.322.93-.322v1.45c0 1.5-1.861 2.663-1.861 2.663s-1.951-1.067-1.861-2.68V4.006Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"5",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"4",x:"6",y:"4",children:e.jsx("path",{clipRule:"evenodd",d:"M6.172 4.006s.465.322.93.322c.466 0 .93-.322.93-.322s.466.322.932.322c.465 0 .93-.322.93-.322v1.45c0 1.5-1.861 2.663-1.861 2.663s-1.951-1.067-1.861-2.68V4.006Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(a[2],")"),children:[e.jsx("path",{d:"M6.04 3.91h3.92v1.51H6.04V3.91Z",fill:"#2E42A5"}),e.jsx("path",{d:"M6.798 5.42h-.33v3.052h.33V5.42Zm.56 0h-.33v3.052h.33V5.42Zm.23 0h.33v3.052h-.33V5.42Zm.89 0h-.33v3.052h.33V5.42Zm.23 0h.33v3.052h-.33V5.42Zm.89 0h-.33v3.052h.33V5.42Z",fill:"#AF0100"})]})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.VI=i;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),c=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var i=l.forwardRef((function(l,i){var h=l.height,d=l.width,a=s.useStableUniqueId(4);return e.jsxs(c.FlagIconBase,{ref:i,height:h,viewBox:"0 0 16 12",width:d,children:[e.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M8.574 2.963c0 .093.42 1.39.42 1.39H6.952l.574-1.122s.084-.214-.121-.268c-.206-.054-.453.18-.453.18s.06-.373.14-.454c.082-.08.553-.287.947-.287.393 0 .536.47.536.561Zm-7.185-.528c.156-.068 1.75.407 2.944.763.686.205 1.24.37 1.313.37.2 0 1.02.843 1.02.843v1.886s-2.589-.537-5.03-3.185c-.358-.355-.494-.571-.247-.677Zm5.033 3.98s-.272.188-.572.689c-.148.246-.16.463-.168.62-.01.163-.015.26-.162.26-.173 0-.298.038-.4.068a.677.677 0 0 1-.185.039c-.137 0-.4.517-.269.637.132.12.683.31.683 0s.149-.487.418-.487c.27 0 .751-.179.751-.57 0-.392.525-.364.525-.364l-.621-.891Zm5.359-3.217c1.193-.356 2.787-.83 2.944-.763.247.106.111.322-.247.676-.959 1.716-5.03 3.186-5.03 3.186V4.411s.82-.843 1.02-.843c.072 0 .626-.165 1.313-.37ZM9.69 6.416s.272.187.572.688c.148.246.16.463.169.62.009.163.014.26.162.26.173 0 .298.038.4.068.07.021.129.039.184.039.137 0 .4.517.27.637-.133.12-.684.31-.684 0s-.148-.487-.418-.487-.75-.179-.75-.57c0-.392-.526-.364-.526-.364l.622-.891ZM6.255 8.5c0-.17.821-1.082.821-1.082l.918-.387.011.232.012-.232.917.387s.821.912.821 1.082c0 .171-1.574 1.565-1.738 1.565a.017.017 0 0 1-.012-.006.017.017 0 0 1-.011.006c-.164 0-1.739-1.394-1.739-1.565Z",fill:"#E8AA00",fillRule:"evenodd"}),e.jsx("path",{d:"m3.123 5.496.949-.316c.641 1.927 1.26 3.172 1.815 3.71l-.696.719c-.703-.681-1.379-2.044-2.068-4.113Z",fill:"#46A000"}),e.jsx("path",{clipRule:"evenodd",d:"M14.346 5.17h-1.069s.227 0 .252.218c0 0 .005 1.847 0 1.992-.006.145-.252.195-.252.195s1.297.004 1.069 0c-.228-.004-.278-.195-.278-.195V5.388c0-.169.278-.219.278-.219ZM2.283 7.426c-.121-.313-.868-2.225-.868-2.225h.74c-.13 0-.177.163-.177.163l.518 1.477s.5-1.205.5-1.42c0-.213-.21-.22-.21-.22h.964l-.232.078s-.772 1.768-.772 2.147c-.036.083.355.14.355.14H2.066l.217-.14Zm8.85-.699.573-1.055.017 1.174-.178-.058-.125.785.633-1.215-.21-.08.783-.848-.267 1.147-.152-.134-.898 1.676 1.003-1.148-.194-.097.99-.648-.43 1.056-.24-.173-1.018 1.28-.422-.161.422-1.5h-.287Zm-.33 2.002h-.317v.24h-.25l-.706.82h.39l.135.461.181-.162v.162l.354-.162.339.293.252-1.127-.17-.125.088-.076-.088-.324h-.208Z",fill:"#0093E1",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M6.172 4.006s.465.322.93.322c.466 0 .93-.322.93-.322s.466.322.932.322c.465 0 .93-.322.93-.322v1.45c0 1.5-1.861 2.663-1.861 2.663s-1.951-1.067-1.861-2.68V4.006Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"5",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"4",x:"6",y:"4",children:e.jsx("path",{clipRule:"evenodd",d:"M6.172 4.006s.465.322.93.322c.466 0 .93-.322.93-.322s.466.322.932.322c.465 0 .93-.322.93-.322v1.45c0 1.5-1.861 2.663-1.861 2.663s-1.951-1.067-1.861-2.68V4.006Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(a[2],")"),children:[e.jsx("path",{d:"M6.04 3.91h3.92v1.51H6.04V3.91Z",fill:"#2E42A5"}),e.jsx("path",{d:"M6.798 5.42h-.33v3.052h.33V5.42Zm.56 0h-.33v3.052h.33V5.42Zm.23 0h.33v3.052h-.33V5.42Zm.89 0h-.33v3.052h.33V5.42Zm.23 0h.33v3.052h-.33V5.42Zm.89 0h-.33v3.052h.33V5.42Z",fill:"#AF0100"})]})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.VI=i;
package/icons/flags/VN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=r.forwardRef((function(r,a){var t=r.height,s=r.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#ec0015"}),e.jsx("path",{d:"M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z",fill:"#ff0"})]})]})}));exports.VN=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var t=r.height,s=r.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#ec0015"}),e.jsx("path",{d:"M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z",fill:"#ff0"})]})]})}));exports.VN=a;
package/icons/flags/VU.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var s=i.height,t=i.width,c=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"m0 0 347.4 219.4H768v73.2H347.4L0 512V0z"}),e.jsx("path",{d:"M0 493.7 354.7 267H768v-22H354.7L0 18.3v32.9L332.8 256 0 460.8v32.9z",fill:"#ff0"}),e.jsx("path",{d:"m0 512 354.7-226.7H768V512H0z",fill:"#40aa40"}),e.jsx("path",{d:"m0 0 354.7 226.7H768V0H0z",fill:"#ce0000"}),e.jsx("path",{d:"M95.8 266.6c1.2.3 1.6.6 2.8-1.1.2-1 1-2.2 1.7-3.3.8-1.5 1.2-2 2-1 .6.7 2.8-.5 3.6.1 1.4 1 .6.8 1.7-.2.9-1.8.1-1.6-1-2.4-1-.6-3.1.6-4 0 .3-1.8.9-2 2-2.4.8.5 3.1-.4 3.8-.4 1 .2 2 .3 2.3-1.2.5-1 .3-.3-.2-1-.8-.7-3 .5-3.9 0-1-.9-.9-1.2-.2-2.6.8-.5 1.5-.3 2.6.4 1 .8 2.8-.7 3.8-.8.9-1 1.9-1.3 1.2-2.5-.3-1-.6-1-1.8-1.3-1.2-.8-2.8.7-3.3-.5 1-1.4 1.3-1.1 2.5-.3.8.2 3-1.1 3.8-1.2 1.1-.3.6 1 1.4-1.8-.3-1.2-2.3.7-3.4.4-1 .2-2-.2-2-1.4 0-1.5.8-1.6 1.9-1.4 1 .2 3.1-1 4-1 1 .6 1.5.4 2.4-1 .6-1.7-.1-1-1.3-2-.8-.5-3 .7-3.9.1.2-.6.5-1.4 1-1.7.9.2 1.6.2 2.7.8 1 .5 2.8-1.5 3.7-2.2-.2-1-2 .4-3-.3-.6-.5-1.5-1-1.7-1.5.6-1.7.3-1.6 2-1 .8-.3 2.3-.3 1.3-1.9-.2-.2-1-.2-1.8-.5-.9-.6-1.7-1.3-2.7-1.5-.7-.1-1.7-.4-2.2-.2 0 1 .2 1.6.1 2.8.5.7 1.3.7 1.5 1-.9.8-1.4.4-2.3.4-1.2-.7-.5-3.1-1.9-2.6.3.7.2 3.4.8 4 .6.4 1.4.8 1.5 1.3-1 1.5-1.3 1.4-2.5.7-1-.6-.6-2.8-1.5-2.7-1 .8-1 .7-.8 1.8 0 1.4-.5 3.4.7 4.2 1.3 1 1.5.8.4 2.7-.7.9-1.1.7-2 .3-.9-.6-.7-3-1.4-3.7-1.4-.8-.6-.8-1.7.2-.3 1.3 0 1.6.5 2.7.4.7.4 3 1.2 3.2 1.2.7 1.3.6-.2 2-1 0-1.6.3-2.4-.7-1-.8-.4-3.2-1.7-3.2-1.2.1-1.5.1-1.4 1.8.3 1.5-.3 3.8.9 4.7 1.1.5 1.8.4 2.2 1.1-.4.3-1 1.3-1.4 1.5-.8 0-1.6-.5-2.5-.7-1-.5-.5-1.4-1.4-2-1 .3-1-1-1.5.3.2 1.2-.2 2.6 1 3.4.8.5 1.5 1.7 2.4 2.3 1 1.2.6 1.4 0 3-.9.1-1.8-.5-2.7-1-.9-.7-.7-3-1.6-3.5-.7-.8-.5-1.4-1.7.2 0 1 .1 1.2.4 2 0 1-.2 3.2.8 3.9 1 .2 2.2.7 3 1 .8 1 .1.8-.8 2.2-.5 1.4-.5 1.7-1.4 2.4-.8 1-1 1.5-.4 2.8z",fill:"#ff0"}),e.jsx("path",{d:"M121 267.9c.7-1.2 1.1-1.4 0-3.4-.8-.7-1.6-2-2.4-3.1-1-1.6-1.3-2.2 0-2.7.8-.3.6-3 1.5-3.7 1.4-1.1 1-.3.5-1.9-1.4-1.7-1.5-.8-2.7.2-1 .7-.7 3.5-1.5 4.2-1.6-1-1.6-1.8-1.5-3 .9-.7.9-3.6 1.2-4.3.6-1 1-2-.2-2.9-.8-1-.2-.4-1-.3-1 .7-.7 3.5-1.6 4.2-1.2.8-1.4.5-2.4-.8-.1-1 .3-1.7 1.4-2.6 1.1-.8.5-3.3.8-4.3-.6-1.4-.5-2.6-1.8-2.4-1 0-1.2.3-2 1.5-1.2 1-.4 3.2-1.8 3.2-.9-1.6-.4-1.8.8-2.8.5-.7.2-3.7.4-4.5.2-1.2 1-.2-1.1-2-1.2-.3-.2 2.6-1 3.6-.3 1.2-1 2-2 1.6-1.5-.6-1.2-1.5-.6-2.5s.3-3.8.7-4.7c1-1 1-1.4 0-3-1.3-1.4-1-.3-2.2.6-1 .7-.7 3.5-1.6 4.2-.5-.5-1-1-1.1-1.8.5-.8.7-1.6 1.8-2.5.8-.9-.4-3.5-.6-4.8-1-.2-.4 2.2-1.5 3-.7.5-1.4 1.2-2 1.2-1.3-1.3-1.4-1-.2-2.5.1-1 .7-2.5-1.2-2-.3 0-.5 1-1.1 1.6-1 .7-1.9 1.3-2.5 2.2-.4.7-1 1.7-1 2.3.8.5 1.5.5 2.6 1 .8-.2 1.2-1 1.5-1.1.3 1.2-.2 1.6-.5 2.6-1.2 1-3.2-.7-3.2 1 .8-.1 3.2 1 4 .7.6-.5 1.3-1.2 1.8-1 1 1.5.8 1.9-.3 2.8-1 .8-3-.4-3.1.5.3 1.4.2 1.4 1.3 1.6 1.3.5 2.9 1.9 4 1 1.5-1 1.5-1.3 2.7.6.6 1.1.3 1.5-.5 2.2-.9.8-3-.4-4 0-1.2 1.2-.9.4-.4 2 1 .8 1.4.7 2.7.5.8-.2 3 .8 3.4 0 1.1-1 1-1.1 1.7 1-.4 1.2-.3 1.8-1.6 2.3-1.1.8-3-.9-3.6.5-.4 1.4-.5 1.7 1.1 2.2 1.5.3 3.4 1.8 4.7 1 .9-1 1-1.8 1.9-2 .1.6.7 1.6.7 2.1-.2.9-1 1.5-1.6 2.4-.8.9-1.5 0-2.3.7-.1 1.1-1.4.6-.3 1.7 1 .2 2.3 1.2 3.4.4.9-.7 2.3-1 3.1-1.7 1.5-.6 1.5 0 2.8 1.2-.3 1-1.2 1.7-2 2.4-1 .7-3-.4-3.9.3-1 .5-1.4 0-.5 1.9 1 .5 1.2.3 2 .3 1 .5 2.8 1.6 3.9.8.6-1 1.6-2 2.2-2.8 1.1-.4.7.2 1.6 1.7 1.1 1.2 1.4 1.3 1.7 2.5.6 1.2 1 1.7 2.4 1.5z",fill:"#ff0"}),e.jsx("path",{d:"M98 314.5c0-5.3-.8-10.6 0-10.6 46.8 0 58.5-32 58.5-53.2S140.3 208 109.7 208c-35 0-46.8 20.8-46.8 42.6A37 37 0 0 0 98 287.9c23.4 0 29.3-5.3 46.8-26.6-5.8 26.6-35 37.2-46.8 37.2-23.4 0-46.8-16-46.8-47.8 0-26.6 17.5-53.2 58.5-53.2 35.1 0 58.5 26.6 58.5 53.2 0 37.2-29.2 63.8-70.2 63.8z",fill:"#ff0"})]})})]})}));exports.VU=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var s=i.height,t=i.width,c=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"m0 0 347.4 219.4H768v73.2H347.4L0 512V0z"}),e.jsx("path",{d:"M0 493.7 354.7 267H768v-22H354.7L0 18.3v32.9L332.8 256 0 460.8v32.9z",fill:"#ff0"}),e.jsx("path",{d:"m0 512 354.7-226.7H768V512H0z",fill:"#40aa40"}),e.jsx("path",{d:"m0 0 354.7 226.7H768V0H0z",fill:"#ce0000"}),e.jsx("path",{d:"M95.8 266.6c1.2.3 1.6.6 2.8-1.1.2-1 1-2.2 1.7-3.3.8-1.5 1.2-2 2-1 .6.7 2.8-.5 3.6.1 1.4 1 .6.8 1.7-.2.9-1.8.1-1.6-1-2.4-1-.6-3.1.6-4 0 .3-1.8.9-2 2-2.4.8.5 3.1-.4 3.8-.4 1 .2 2 .3 2.3-1.2.5-1 .3-.3-.2-1-.8-.7-3 .5-3.9 0-1-.9-.9-1.2-.2-2.6.8-.5 1.5-.3 2.6.4 1 .8 2.8-.7 3.8-.8.9-1 1.9-1.3 1.2-2.5-.3-1-.6-1-1.8-1.3-1.2-.8-2.8.7-3.3-.5 1-1.4 1.3-1.1 2.5-.3.8.2 3-1.1 3.8-1.2 1.1-.3.6 1 1.4-1.8-.3-1.2-2.3.7-3.4.4-1 .2-2-.2-2-1.4 0-1.5.8-1.6 1.9-1.4 1 .2 3.1-1 4-1 1 .6 1.5.4 2.4-1 .6-1.7-.1-1-1.3-2-.8-.5-3 .7-3.9.1.2-.6.5-1.4 1-1.7.9.2 1.6.2 2.7.8 1 .5 2.8-1.5 3.7-2.2-.2-1-2 .4-3-.3-.6-.5-1.5-1-1.7-1.5.6-1.7.3-1.6 2-1 .8-.3 2.3-.3 1.3-1.9-.2-.2-1-.2-1.8-.5-.9-.6-1.7-1.3-2.7-1.5-.7-.1-1.7-.4-2.2-.2 0 1 .2 1.6.1 2.8.5.7 1.3.7 1.5 1-.9.8-1.4.4-2.3.4-1.2-.7-.5-3.1-1.9-2.6.3.7.2 3.4.8 4 .6.4 1.4.8 1.5 1.3-1 1.5-1.3 1.4-2.5.7-1-.6-.6-2.8-1.5-2.7-1 .8-1 .7-.8 1.8 0 1.4-.5 3.4.7 4.2 1.3 1 1.5.8.4 2.7-.7.9-1.1.7-2 .3-.9-.6-.7-3-1.4-3.7-1.4-.8-.6-.8-1.7.2-.3 1.3 0 1.6.5 2.7.4.7.4 3 1.2 3.2 1.2.7 1.3.6-.2 2-1 0-1.6.3-2.4-.7-1-.8-.4-3.2-1.7-3.2-1.2.1-1.5.1-1.4 1.8.3 1.5-.3 3.8.9 4.7 1.1.5 1.8.4 2.2 1.1-.4.3-1 1.3-1.4 1.5-.8 0-1.6-.5-2.5-.7-1-.5-.5-1.4-1.4-2-1 .3-1-1-1.5.3.2 1.2-.2 2.6 1 3.4.8.5 1.5 1.7 2.4 2.3 1 1.2.6 1.4 0 3-.9.1-1.8-.5-2.7-1-.9-.7-.7-3-1.6-3.5-.7-.8-.5-1.4-1.7.2 0 1 .1 1.2.4 2 0 1-.2 3.2.8 3.9 1 .2 2.2.7 3 1 .8 1 .1.8-.8 2.2-.5 1.4-.5 1.7-1.4 2.4-.8 1-1 1.5-.4 2.8z",fill:"#ff0"}),e.jsx("path",{d:"M121 267.9c.7-1.2 1.1-1.4 0-3.4-.8-.7-1.6-2-2.4-3.1-1-1.6-1.3-2.2 0-2.7.8-.3.6-3 1.5-3.7 1.4-1.1 1-.3.5-1.9-1.4-1.7-1.5-.8-2.7.2-1 .7-.7 3.5-1.5 4.2-1.6-1-1.6-1.8-1.5-3 .9-.7.9-3.6 1.2-4.3.6-1 1-2-.2-2.9-.8-1-.2-.4-1-.3-1 .7-.7 3.5-1.6 4.2-1.2.8-1.4.5-2.4-.8-.1-1 .3-1.7 1.4-2.6 1.1-.8.5-3.3.8-4.3-.6-1.4-.5-2.6-1.8-2.4-1 0-1.2.3-2 1.5-1.2 1-.4 3.2-1.8 3.2-.9-1.6-.4-1.8.8-2.8.5-.7.2-3.7.4-4.5.2-1.2 1-.2-1.1-2-1.2-.3-.2 2.6-1 3.6-.3 1.2-1 2-2 1.6-1.5-.6-1.2-1.5-.6-2.5s.3-3.8.7-4.7c1-1 1-1.4 0-3-1.3-1.4-1-.3-2.2.6-1 .7-.7 3.5-1.6 4.2-.5-.5-1-1-1.1-1.8.5-.8.7-1.6 1.8-2.5.8-.9-.4-3.5-.6-4.8-1-.2-.4 2.2-1.5 3-.7.5-1.4 1.2-2 1.2-1.3-1.3-1.4-1-.2-2.5.1-1 .7-2.5-1.2-2-.3 0-.5 1-1.1 1.6-1 .7-1.9 1.3-2.5 2.2-.4.7-1 1.7-1 2.3.8.5 1.5.5 2.6 1 .8-.2 1.2-1 1.5-1.1.3 1.2-.2 1.6-.5 2.6-1.2 1-3.2-.7-3.2 1 .8-.1 3.2 1 4 .7.6-.5 1.3-1.2 1.8-1 1 1.5.8 1.9-.3 2.8-1 .8-3-.4-3.1.5.3 1.4.2 1.4 1.3 1.6 1.3.5 2.9 1.9 4 1 1.5-1 1.5-1.3 2.7.6.6 1.1.3 1.5-.5 2.2-.9.8-3-.4-4 0-1.2 1.2-.9.4-.4 2 1 .8 1.4.7 2.7.5.8-.2 3 .8 3.4 0 1.1-1 1-1.1 1.7 1-.4 1.2-.3 1.8-1.6 2.3-1.1.8-3-.9-3.6.5-.4 1.4-.5 1.7 1.1 2.2 1.5.3 3.4 1.8 4.7 1 .9-1 1-1.8 1.9-2 .1.6.7 1.6.7 2.1-.2.9-1 1.5-1.6 2.4-.8.9-1.5 0-2.3.7-.1 1.1-1.4.6-.3 1.7 1 .2 2.3 1.2 3.4.4.9-.7 2.3-1 3.1-1.7 1.5-.6 1.5 0 2.8 1.2-.3 1-1.2 1.7-2 2.4-1 .7-3-.4-3.9.3-1 .5-1.4 0-.5 1.9 1 .5 1.2.3 2 .3 1 .5 2.8 1.6 3.9.8.6-1 1.6-2 2.2-2.8 1.1-.4.7.2 1.6 1.7 1.1 1.2 1.4 1.3 1.7 2.5.6 1.2 1 1.7 2.4 1.5z",fill:"#ff0"}),e.jsx("path",{d:"M98 314.5c0-5.3-.8-10.6 0-10.6 46.8 0 58.5-32 58.5-53.2S140.3 208 109.7 208c-35 0-46.8 20.8-46.8 42.6A37 37 0 0 0 98 287.9c23.4 0 29.3-5.3 46.8-26.6-5.8 26.6-35 37.2-46.8 37.2-23.4 0-46.8-16-46.8-47.8 0-26.6 17.5-53.2 58.5-53.2 35.1 0 58.5 26.6 58.5 53.2 0 37.2-29.2 63.8-70.2 63.8z",fill:"#ff0"})]})})]})}));exports.VU=a;
package/icons/flags/ZA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=i.forwardRef((function(i,t){var s=i.height,a=i.width,h=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-71.9 0h682.7v512H-71.9z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(67.4) scale(.93748)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-71.9 407.8V104.4L154 256.1-72 407.8z"}),e.jsx("path",{d:"m82.2 512.1 253.6-170.6H696V512H82.2z",fill:"#00c"}),e.jsx("path",{d:"M66 0h630v170.8H335.7S69.3-1.7 66 0z",fill:"red"}),e.jsx("path",{d:"M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z",fill:"#fc0"}),e.jsx("path",{d:"M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z",fill:"#093"}),e.jsx("path",{d:"M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z",fill:"#fff"})]})})]})}));exports.ZA=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=i.forwardRef((function(i,t){var s=i.height,a=i.width,h=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-71.9 0h682.7v512H-71.9z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(67.4) scale(.93748)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-71.9 407.8V104.4L154 256.1-72 407.8z"}),e.jsx("path",{d:"m82.2 512.1 253.6-170.6H696V512H82.2z",fill:"#00c"}),e.jsx("path",{d:"M66 0h630v170.8H335.7S69.3-1.7 66 0z",fill:"red"}),e.jsx("path",{d:"M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z",fill:"#fc0"}),e.jsx("path",{d:"M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z",fill:"#093"}),e.jsx("path",{d:"M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z",fill:"#fff"})]})})]})}));exports.ZA=t;
package/icons/flags/ZM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var c=e.forwardRef((function(e,c){var i=e.height,o=e.width,n=t.useStableUniqueId(1);return s.jsxs(r.FlagIconBase,{ref:c,height:i,viewBox:"0 0 640 480",width:o,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(n[0]),children:s.jsx("path",{d:"M-170.7 0H512v512h-682.7z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(n[0],")"),fillRule:"evenodd",transform:"translate(160) scale(.9375)",children:[s.jsx("path",{d:"M-256 0h768v512h-768z",fill:"#198a00"}),s.jsx("path",{d:"M421.9 184H512v328h-90.1z",fill:"#ef7d00"}),s.jsx("path",{d:"M331.9 183.8h90v328h-90z"}),s.jsx("path",{d:"M240 184h91.9v328h-92z",fill:"#de2010"}),s.jsxs("g",{fill:"#ef7d00",stroke:"#000",children:[s.jsx("path",{d:"M451.6 65.6s34-14.5 37.2-17.5c1.5 1.8-13.6 20-42.9 26.7 26.6-6.2 49.3-26 54-25.4 1.3.3 1 19.3-60 35.8 42.2-11 66.7-31.4 66.4-29.2.3.5-4.2 16-41.1 28.1 10.3-2.4 38.3-19.4 38-16.1.9 1.3-27 37.2-77.6 25.5 40.4 10.5 66.5-14.8 70.2-14.3.8.1-7.4 22-58.2 23.4 24.3-2.5 17.3-.1 17.3-.1s-14.3 11.2-31.7 3.6c13.6 3.7 15.1 3.9 15.4 5-.9 1.6-12 3.8-22.9-2 8.7 3.6 16.5 4.2 16.6 5.5-.1.4-5.6 3.6-10.6 1.3-4.9-2.2-50.3-30.1-50.3-30.1l77.4-21.3 2.8 1zm-91 75.6c-6.8 0-7 6-7 6s-.5.5-.2 3.4l1.7-2.6c.8.1 3.9 1 8.8-2.8-4.5 4.7-1.8 6.4-1.8 6.4s-1 3.7 2.4 4.4c-1-1.5-.4-2.8-.4-2.8s4.8-.5 4.5-6.3c.1 5.3 3 6.6 3 6.6s0 2.9 3.1 3.2c-1.6-1.5-1.3-3.8-1.3-3.8s4-3 .7-8c2-1.2 3.7-4.5 3.7-4.5s-2.8-1.2-4.1-2.2c-.6-1.3 0-8.5 0-8.5l-1.8-9.3-4.8 14.5c.2-2 .3 6.3-6.5 6.3z",strokeLinejoin:"round"}),s.jsx("path",{d:"M394.2 120.3c.2.1 5.1 5.6 9.9 5.3 1.8-1.5-3.7-4.7-3.7-5.5 2 1.8 10.1 8.8 15.4 6.3 2-3-3.8-2.5-10.2-10.6 4.5 3 15.7 9.5 21 7 2.1-2.4-11.7-9.9-16.4-15.7l-12-6.1-16.2 13.3 12.3 6z",strokeLinejoin:"round"}),s.jsx("path",{d:"M375.9 74.8s5.5-3.2 27.6-1.6c2.4.3 15-4.3 19.1-5.7 6.4-1.2 27-5.6 32.4-9.8 4-.5-1 7.1-6 9-5.2 2.3-24.1 8.9-30.9 8 8.1.1 3.6 6.7-9.8 3.6 6.4 3.6 4 4.2 4 4.2s-11.3.6-14.3-2c7.6 2.9 4.4 4 4.4 4s-7.7.7-11.3-1c5.5 1.7 2.7 2.7 2.7 2.7s-4.5.8-8.2-.6c-3.8-1.3-9.4-10.7-9.7-10.7z",strokeLinecap:"round",strokeLinejoin:"round"}),s.jsx("path",{d:"m384.7 123.4.8 14.6-.8 1.2c-.3.4-10.3-1.6-9 6 0 3.2 0 4 2.2 5.7-.5-2-.4-3.5-.4-3.5s2.9 1.7 5.6-3c-1.9 4.6-.6 6.3-.1 6.4.4.8-.8 4.5 3 4.4-1.5-1.4-.8-3.4-.8-3.4s4-.6 2.6-7.7c1.4-1.4 2 0 2 0s.4 4.2 3.9 3.3c1.5.9-.3 3.2-.3 3.2s2.5 0 3.3-2c.7-2.2 1.6-6-2.5-7.6-.5-1.5 1.6-1.6 1.6-1.6s2.6.9 3.4 2.2.5-3.4-2.8-4c-4 0-4.2-.9-4.2-1l-1-13.7-6.5.5z",strokeLinejoin:"round"}),s.jsx("path",{d:"M398.6 135.8c0-.7-6.8-9.9-5-11 1.7.3 4.5 4.5 6.9 3.1-.7-1.6-2.8-.7-5.1-4.9-2.4-4.8-2.7-11.9-11-19.6 5.4 8.2 17.4 13 18 10.6s-10.7-11.4-10.1-13.6c2.2 4.4 13.4 14.4 21.6 13.6.6-2-6.7-5.8-8.6-9.4-5.3-3.6-19.4-15.7-19.6-18.5a33.3 33.3 0 0 0-9.9-10.6 5 5 0 0 1-.8-1.7c-3.2-7.5 1-10 3.5-10.3 2-.3 2.6 0 4-.7l-5.1-2c2.3 1.7 8 .2 6.8 5 2.5-1 7.9-7.4-6.1-8.8-4.6-5.2-23.3-8.2-28 14.6.4.3.6.6 1.8 1.4-6-2.8-21.9-5-27.6-6-15.6-4.4-31.7-15.2-33.2-13.9-2 1 9.4 11.6 8.8 11.8a263 263 0 0 0-27.5-13.6c-6-2.2-11.9-7.4-12.5-6.4-2.2 4.5 9.5 15.9 11.7 17.2 2.2 1.3 19.3 9.3 19 9.4-25.8-11.7-30-13.9-31.4-15.2-2.3-.5-7.8-8-9.3-7.5-.9.8.8 12.6 13.1 18 2 1.4 26.4 10.1 26.2 10.8 0 .2-28-11.5-29-12-5.4-2-12-9.4-13.2-8.6-1.2.8 3 8.8 8.4 11.3 2.9 1.2 13.8 6.6 23.6 10 .6.3-17.7-6.9-26.5-10.5-4-2.2-5.8-5-6.4-4.4-1 .6 1.4 12.4 29.7 19 .7.4 10-2.1 9.5-1.8a113.3 113.3 0 0 1-15.8 2.8c-.3.8 1.8 5 16.4 4.2 1.8-.1 12-3.7 11.1-3a174 174 0 0 1-14.8 4.9c-.9 0-5.6.6-5.8 1-.2.8 3.5 3.8 11.3 4.2 7 .4 20.2-4.2 20-3.9-.4.3-12.8 4.6-13.1 4.8-.5.3-5 .5-5.2.9-.4.9 6.6 7.4 27.1.4-2 2.8-12 4.7-12 5.2 0 .4 2.2 2.5 5.7 3.3 1.7.4 4.1.3 6.3 0 4-.8 8-2.3 13.3-7.2.6 1.5-13.1 8.5-12.5 9.1 3 2.8 12.9-.3 13.5-.7.7-.3 19-10.7 19-12 .3 1.6-23.7 14.7-23.4 15.2 1.5 2.4 9.7-.1 10-.4l10.8-5.8c.3-.1-11.8 7-10.8 8.2-.5 4.7 19-3.2 20.5-4.2.7-.5-9.4 4.4-9.4 6.7 3.3 5.5 13.7 3.8 15.3 2.6.8-.6-1 4-.4 3.6a16 16 0 0 0 3-4.3c-.2 1.6-1.4 4-2 6.8-.7 2.7-.9 5.9-1.8 9.2-.2 1.4 6.4-2.9 5.4-13.2.6 5.4-2 15.4-1.3 16 1.3 1 5.2-5 5.6-9.1 1.1 2 3.5 6.3 5.6 7.3-.2-3.1 0-3-1-6 .6-4.1.7-9.7.8-16.1 5.6 10.7 7.9 15.3 6.3 23.5 1.7.7 4.3-5.8 4.1-9a13.3 13.3 0 0 0 11.5 10.2z",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M305.4 67.7s-3.9 2.9-8.6 2.7c1.2 4.8 11 1.1 11 1.1s-4.7 5.3-8.1 6.1c2 1.7 10.6 1.1 12 .3 1.4-.9 4-4.2 4-4.2s-8.8 10.2-10 10.1c-.3 1.2 9.1.8 11-1 2-1.8 7-4.4 7-4.4s-13 9-13.5 9c4.8 1.2 14.5-1.6 20.7-5.4-9.2 6.1-10 7.2-14.7 9.3 4.2.9 6.3 3.7 20.3-2.4 8-3.8 12.6-10.8 12.6-10.8a81.7 81.7 0 0 1-21.6 18c-.5 1 9.4 5.2 21.9-7.9",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M373.4 96s.9 4 4.3 7 3.6 6 3.6 6m-9.5-39s1.1 3.7 4.6 6c3.6 2.2 9 9.4 9.3 10.7.4 1.5 2.5 12.6 2.3 13.8m-37.8-25c.2 1.5-5 8.3 2.2 16.4-6.6 8-6.6 9-6.6 9s3.7 2 10.2-3.6c10.8 13.2 7.2 19.2 7.2 19.2",strokeLinecap:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M362.3 107.2s-1-1.4.8-6.7c1.6 2 3.4 2.3 4.1 3 .8.9 9 2 9.4 7.5",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M371.9 57.5c0-.4-1.7-4-7.8.4 3.3.2 6.5 2.1 7.8-.4z",strokeWidth:"1.1"}),s.jsx("path",{d:"M430.1 73.5c.3.2 18.2 4 24.2 2.1-7.6 10.2-22.9 3.3-22.9 3.3 7.5 2.2 7.8 2 10.2 4.2.8 2-13.8 1-18.5-1.7 13.3 4.2 13.6 4 14 5.5.6 2.3-21.8-.6-23.7-3.5 6 4.6 9.2 5.5 12.5 7.6-4 1.8-11.5 3.6-25.2-6.1 18 16.4 34.3 15.4 36.9 18.3-6.3 9.3-30.7-5.5-41.9-13s24.5 18.1 27.8 17.7c-1.6 2.5-13.4.3-14.2-1",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M434.7 90.7c-2 .3-8.3.3-9.2.1",strokeLinecap:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M300.1 65s13.6 7.2 19.4 6.7a10 10 0 0 1-3.8 2c1.4.6 5.4 2.7 11.4 1.4l-3.3 3s5.2 2 11-1a46.4 46.4 0 0 0-2.8 3.7l4.1.3",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"})]})]})]})}));exports.ZM=c;
1
+ "use strict";var s=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var c=e.forwardRef((function(e,c){var i=e.height,o=e.width,n=t.useStableUniqueId(1);return s.jsxs(r.FlagIconBase,{ref:c,height:i,viewBox:"0 0 640 480",width:o,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(n[0]),children:s.jsx("path",{d:"M-170.7 0H512v512h-682.7z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(n[0],")"),fillRule:"evenodd",transform:"translate(160) scale(.9375)",children:[s.jsx("path",{d:"M-256 0h768v512h-768z",fill:"#198a00"}),s.jsx("path",{d:"M421.9 184H512v328h-90.1z",fill:"#ef7d00"}),s.jsx("path",{d:"M331.9 183.8h90v328h-90z"}),s.jsx("path",{d:"M240 184h91.9v328h-92z",fill:"#de2010"}),s.jsxs("g",{fill:"#ef7d00",stroke:"#000",children:[s.jsx("path",{d:"M451.6 65.6s34-14.5 37.2-17.5c1.5 1.8-13.6 20-42.9 26.7 26.6-6.2 49.3-26 54-25.4 1.3.3 1 19.3-60 35.8 42.2-11 66.7-31.4 66.4-29.2.3.5-4.2 16-41.1 28.1 10.3-2.4 38.3-19.4 38-16.1.9 1.3-27 37.2-77.6 25.5 40.4 10.5 66.5-14.8 70.2-14.3.8.1-7.4 22-58.2 23.4 24.3-2.5 17.3-.1 17.3-.1s-14.3 11.2-31.7 3.6c13.6 3.7 15.1 3.9 15.4 5-.9 1.6-12 3.8-22.9-2 8.7 3.6 16.5 4.2 16.6 5.5-.1.4-5.6 3.6-10.6 1.3-4.9-2.2-50.3-30.1-50.3-30.1l77.4-21.3 2.8 1zm-91 75.6c-6.8 0-7 6-7 6s-.5.5-.2 3.4l1.7-2.6c.8.1 3.9 1 8.8-2.8-4.5 4.7-1.8 6.4-1.8 6.4s-1 3.7 2.4 4.4c-1-1.5-.4-2.8-.4-2.8s4.8-.5 4.5-6.3c.1 5.3 3 6.6 3 6.6s0 2.9 3.1 3.2c-1.6-1.5-1.3-3.8-1.3-3.8s4-3 .7-8c2-1.2 3.7-4.5 3.7-4.5s-2.8-1.2-4.1-2.2c-.6-1.3 0-8.5 0-8.5l-1.8-9.3-4.8 14.5c.2-2 .3 6.3-6.5 6.3z",strokeLinejoin:"round"}),s.jsx("path",{d:"M394.2 120.3c.2.1 5.1 5.6 9.9 5.3 1.8-1.5-3.7-4.7-3.7-5.5 2 1.8 10.1 8.8 15.4 6.3 2-3-3.8-2.5-10.2-10.6 4.5 3 15.7 9.5 21 7 2.1-2.4-11.7-9.9-16.4-15.7l-12-6.1-16.2 13.3 12.3 6z",strokeLinejoin:"round"}),s.jsx("path",{d:"M375.9 74.8s5.5-3.2 27.6-1.6c2.4.3 15-4.3 19.1-5.7 6.4-1.2 27-5.6 32.4-9.8 4-.5-1 7.1-6 9-5.2 2.3-24.1 8.9-30.9 8 8.1.1 3.6 6.7-9.8 3.6 6.4 3.6 4 4.2 4 4.2s-11.3.6-14.3-2c7.6 2.9 4.4 4 4.4 4s-7.7.7-11.3-1c5.5 1.7 2.7 2.7 2.7 2.7s-4.5.8-8.2-.6c-3.8-1.3-9.4-10.7-9.7-10.7z",strokeLinecap:"round",strokeLinejoin:"round"}),s.jsx("path",{d:"m384.7 123.4.8 14.6-.8 1.2c-.3.4-10.3-1.6-9 6 0 3.2 0 4 2.2 5.7-.5-2-.4-3.5-.4-3.5s2.9 1.7 5.6-3c-1.9 4.6-.6 6.3-.1 6.4.4.8-.8 4.5 3 4.4-1.5-1.4-.8-3.4-.8-3.4s4-.6 2.6-7.7c1.4-1.4 2 0 2 0s.4 4.2 3.9 3.3c1.5.9-.3 3.2-.3 3.2s2.5 0 3.3-2c.7-2.2 1.6-6-2.5-7.6-.5-1.5 1.6-1.6 1.6-1.6s2.6.9 3.4 2.2.5-3.4-2.8-4c-4 0-4.2-.9-4.2-1l-1-13.7-6.5.5z",strokeLinejoin:"round"}),s.jsx("path",{d:"M398.6 135.8c0-.7-6.8-9.9-5-11 1.7.3 4.5 4.5 6.9 3.1-.7-1.6-2.8-.7-5.1-4.9-2.4-4.8-2.7-11.9-11-19.6 5.4 8.2 17.4 13 18 10.6s-10.7-11.4-10.1-13.6c2.2 4.4 13.4 14.4 21.6 13.6.6-2-6.7-5.8-8.6-9.4-5.3-3.6-19.4-15.7-19.6-18.5a33.3 33.3 0 0 0-9.9-10.6 5 5 0 0 1-.8-1.7c-3.2-7.5 1-10 3.5-10.3 2-.3 2.6 0 4-.7l-5.1-2c2.3 1.7 8 .2 6.8 5 2.5-1 7.9-7.4-6.1-8.8-4.6-5.2-23.3-8.2-28 14.6.4.3.6.6 1.8 1.4-6-2.8-21.9-5-27.6-6-15.6-4.4-31.7-15.2-33.2-13.9-2 1 9.4 11.6 8.8 11.8a263 263 0 0 0-27.5-13.6c-6-2.2-11.9-7.4-12.5-6.4-2.2 4.5 9.5 15.9 11.7 17.2 2.2 1.3 19.3 9.3 19 9.4-25.8-11.7-30-13.9-31.4-15.2-2.3-.5-7.8-8-9.3-7.5-.9.8.8 12.6 13.1 18 2 1.4 26.4 10.1 26.2 10.8 0 .2-28-11.5-29-12-5.4-2-12-9.4-13.2-8.6-1.2.8 3 8.8 8.4 11.3 2.9 1.2 13.8 6.6 23.6 10 .6.3-17.7-6.9-26.5-10.5-4-2.2-5.8-5-6.4-4.4-1 .6 1.4 12.4 29.7 19 .7.4 10-2.1 9.5-1.8a113.3 113.3 0 0 1-15.8 2.8c-.3.8 1.8 5 16.4 4.2 1.8-.1 12-3.7 11.1-3a174 174 0 0 1-14.8 4.9c-.9 0-5.6.6-5.8 1-.2.8 3.5 3.8 11.3 4.2 7 .4 20.2-4.2 20-3.9-.4.3-12.8 4.6-13.1 4.8-.5.3-5 .5-5.2.9-.4.9 6.6 7.4 27.1.4-2 2.8-12 4.7-12 5.2 0 .4 2.2 2.5 5.7 3.3 1.7.4 4.1.3 6.3 0 4-.8 8-2.3 13.3-7.2.6 1.5-13.1 8.5-12.5 9.1 3 2.8 12.9-.3 13.5-.7.7-.3 19-10.7 19-12 .3 1.6-23.7 14.7-23.4 15.2 1.5 2.4 9.7-.1 10-.4l10.8-5.8c.3-.1-11.8 7-10.8 8.2-.5 4.7 19-3.2 20.5-4.2.7-.5-9.4 4.4-9.4 6.7 3.3 5.5 13.7 3.8 15.3 2.6.8-.6-1 4-.4 3.6a16 16 0 0 0 3-4.3c-.2 1.6-1.4 4-2 6.8-.7 2.7-.9 5.9-1.8 9.2-.2 1.4 6.4-2.9 5.4-13.2.6 5.4-2 15.4-1.3 16 1.3 1 5.2-5 5.6-9.1 1.1 2 3.5 6.3 5.6 7.3-.2-3.1 0-3-1-6 .6-4.1.7-9.7.8-16.1 5.6 10.7 7.9 15.3 6.3 23.5 1.7.7 4.3-5.8 4.1-9a13.3 13.3 0 0 0 11.5 10.2z",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M305.4 67.7s-3.9 2.9-8.6 2.7c1.2 4.8 11 1.1 11 1.1s-4.7 5.3-8.1 6.1c2 1.7 10.6 1.1 12 .3 1.4-.9 4-4.2 4-4.2s-8.8 10.2-10 10.1c-.3 1.2 9.1.8 11-1 2-1.8 7-4.4 7-4.4s-13 9-13.5 9c4.8 1.2 14.5-1.6 20.7-5.4-9.2 6.1-10 7.2-14.7 9.3 4.2.9 6.3 3.7 20.3-2.4 8-3.8 12.6-10.8 12.6-10.8a81.7 81.7 0 0 1-21.6 18c-.5 1 9.4 5.2 21.9-7.9",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M373.4 96s.9 4 4.3 7 3.6 6 3.6 6m-9.5-39s1.1 3.7 4.6 6c3.6 2.2 9 9.4 9.3 10.7.4 1.5 2.5 12.6 2.3 13.8m-37.8-25c.2 1.5-5 8.3 2.2 16.4-6.6 8-6.6 9-6.6 9s3.7 2 10.2-3.6c10.8 13.2 7.2 19.2 7.2 19.2",strokeLinecap:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M362.3 107.2s-1-1.4.8-6.7c1.6 2 3.4 2.3 4.1 3 .8.9 9 2 9.4 7.5",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M371.9 57.5c0-.4-1.7-4-7.8.4 3.3.2 6.5 2.1 7.8-.4z",strokeWidth:"1.1"}),s.jsx("path",{d:"M430.1 73.5c.3.2 18.2 4 24.2 2.1-7.6 10.2-22.9 3.3-22.9 3.3 7.5 2.2 7.8 2 10.2 4.2.8 2-13.8 1-18.5-1.7 13.3 4.2 13.6 4 14 5.5.6 2.3-21.8-.6-23.7-3.5 6 4.6 9.2 5.5 12.5 7.6-4 1.8-11.5 3.6-25.2-6.1 18 16.4 34.3 15.4 36.9 18.3-6.3 9.3-30.7-5.5-41.9-13s24.5 18.1 27.8 17.7c-1.6 2.5-13.4.3-14.2-1",strokeLinejoin:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M434.7 90.7c-2 .3-8.3.3-9.2.1",strokeLinecap:"round",strokeWidth:"1.1"}),s.jsx("path",{d:"M300.1 65s13.6 7.2 19.4 6.7a10 10 0 0 1-3.8 2c1.4.6 5.4 2.7 11.4 1.4l-3.3 3s5.2 2 11-1a46.4 46.4 0 0 0-2.8 3.7l4.1.3",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.1"})]})]})]})}));exports.ZM=c;
package/icons/flags/ZW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=l.forwardRef((function(l,d){var h=l.height,t=l.width,c=s.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,{ref:d,height:h,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(c[3],")"),children:[e.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 1v10h16V1H0Z",fill:"#FECA00",fillRule:"evenodd"}),e.jsx("path",{d:"M0 4.125h-.875v3.75h17.75v-3.75H0Z",fill:"#272727",stroke:"#E31D1C",strokeWidth:"1.75"}),e.jsx("path",{clipRule:"evenodd",d:"M0 2V0h16v2H0Zm0 10v-2h16v2H0Z",fill:"#5EAA22",fillRule:"evenodd"})]}),e.jsx("path",{d:"M.298-.401-.5-.995V12.98l.794-.575L8.459 6.48l.551-.4-.546-.406L.298-.401Z",fill:"#F7FCFF",stroke:"#272727"}),e.jsx("mask",{height:"16",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-2",children:e.jsx("path",{d:"M.298-.401-.5-.995V12.98l.794-.575L8.459 6.48l.551-.4-.546-.406L.298-.401Z",fill:"#fff",stroke:"#fff"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(c[2],")"),children:[e.jsx("path",{d:"M3.74 7.139 1.85 8.664l.866-2.038-1.489-1.434h1.758l.721-1.73.766 1.73h1.755L4.66 6.626l.785 2.038L3.739 7.14Z",fill:"#E31D1C"}),e.jsx("path",{d:"M2.509 4.21s-.028-.066.134-.124c.162-.058.212-.182.339-.091.126.091.206-.092.242.17.037.264.137.678.137.678L5.005 6.08h-.309s-.48.706-.402 1.326c0 0-.331-.05-.781-.05s-.744.107-.744.107l-.26-.961s.094-.162.134-.292c.04-.13.208-.155.208-.258 0-.104-.165-.19-.082-.459.082-.268.082-1.07.082-1.07s-.26-.115-.208-.115c.053 0 .174-.096.087-.096h-.22Z",fill:"#FECA00"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ZW=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var h=l.height,t=l.width,c=s.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,{ref:d,height:h,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(c[3],")"),children:[e.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 1v10h16V1H0Z",fill:"#FECA00",fillRule:"evenodd"}),e.jsx("path",{d:"M0 4.125h-.875v3.75h17.75v-3.75H0Z",fill:"#272727",stroke:"#E31D1C",strokeWidth:"1.75"}),e.jsx("path",{clipRule:"evenodd",d:"M0 2V0h16v2H0Zm0 10v-2h16v2H0Z",fill:"#5EAA22",fillRule:"evenodd"})]}),e.jsx("path",{d:"M.298-.401-.5-.995V12.98l.794-.575L8.459 6.48l.551-.4-.546-.406L.298-.401Z",fill:"#F7FCFF",stroke:"#272727"}),e.jsx("mask",{height:"16",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-2",children:e.jsx("path",{d:"M.298-.401-.5-.995V12.98l.794-.575L8.459 6.48l.551-.4-.546-.406L.298-.401Z",fill:"#fff",stroke:"#fff"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(c[2],")"),children:[e.jsx("path",{d:"M3.74 7.139 1.85 8.664l.866-2.038-1.489-1.434h1.758l.721-1.73.766 1.73h1.755L4.66 6.626l.785 2.038L3.739 7.14Z",fill:"#E31D1C"}),e.jsx("path",{d:"M2.509 4.21s-.028-.066.134-.124c.162-.058.212-.182.339-.091.126.091.206-.092.242.17.037.264.137.678.137.678L5.005 6.08h-.309s-.48.706-.402 1.326c0 0-.331-.05-.781-.05s-.744.107-.744.107l-.26-.961s.094-.162.134-.292c.04-.13.208-.155.208-.258 0-.104-.165-.19-.082-.459.082-.268.082-1.07.082-1.07s-.26-.115-.208-.115c.053 0 .174-.096.087-.096h-.22Z",fill:"#FECA00"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ZW=d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zonos/amino",
3
- "version": "5.1.87",
3
+ "version": "5.1.89",
4
4
  "description": "Core UI components for Amino",
5
5
  "repository": "git@github.com:Zonos/amino.git",
6
6
  "license": "MIT",
@@ -50,7 +50,6 @@
50
50
  "react": "^17.x || ^18.x",
51
51
  "react-dom": "^17.x || ^18.x",
52
52
  "react-tooltip": "^4.x",
53
- "styled-components": "^5.x",
54
53
  "swr": "2.x"
55
54
  },
56
55
  "types": "all.d.ts"
@@ -2,7 +2,6 @@
2
2
  * All components props should extend this interface.
3
3
  */
4
4
  export type BaseProps = {
5
- /** For styled-components styling */
6
5
  className?: string;
7
6
  style?: React.CSSProperties;
8
7
  };
@@ -1 +1 @@
1
- "use strict";var r=require("../_tslib-ccfac372.js"),e="\\s*\\(([\\W\\w]*)\\)";exports.extractQueryParams=function(t){var a=t.actionName,s=t.query,n="".concat(a).concat(e),i=new RegExp(n).exec(s),c=r.__read(i?Array.from(i):[],2)[1],u=((null==c?void 0:c.split(/\s*,\s*/).map((function(r){return r.trim()})))||[]).reduce((function(e,t){var a,s=r.__read(t.split(/\s*:\s*/),2),n=s[0],i=s[1];return r.__assign(r.__assign({},e),((a={})[n]=i,a))}),{});return u},exports.paramRegex=e;
1
+ "use strict";var r=require("../_tslib-bd4862e8.js"),e="\\s*\\(([\\W\\w]*)\\)";exports.extractQueryParams=function(t){var a=t.actionName,s=t.query,n="".concat(a).concat(e),i=new RegExp(n).exec(s),c=r.__read(i?Array.from(i):[],2)[1],u=((null==c?void 0:c.split(/\s*,\s*/).map((function(r){return r.trim()})))||[]).reduce((function(e,t){var a,s=r.__read(t.split(/\s*:\s*/),2),n=s[0],i=s[1];return r.__assign(r.__assign({},e),((a={})[n]=i,a))}),{});return u},exports.paramRegex=e;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-ccfac372.js"),t=require("./handleFetch.js");exports.graphiqlFetcher=function(n){var r=n.customFetcher,a=n.url;return function(n,s){return e.__awaiter(void 0,void 0,void 0,(function(){return e.__generator(this,(function(i){switch(i.label){case 0:return a&&n.query?[4,(r||t.handleFetch)(a,e.__assign(e.__assign({method:"POST"},s),{body:n,headers:e.__assign({"content-type":"application/json"},null==s?void 0:s.headers)}))]:[2,{data:null}];case 1:return[2,i.sent().json||{data:null}]}}))}))}};
1
+ "use strict";var e=require("../_tslib-bd4862e8.js"),t=require("./handleFetch.js");exports.graphiqlFetcher=function(n){var r=n.customFetcher,a=n.url;return function(n,s){return e.__awaiter(void 0,void 0,void 0,(function(){return e.__generator(this,(function(i){switch(i.label){case 0:return a&&n.query?[4,(r||t.handleFetch)(a,e.__assign(e.__assign({method:"POST"},s),{body:n,headers:e.__assign({"content-type":"application/json"},null==s?void 0:s.headers)}))]:[2,{data:null}];case 1:return[2,i.sent().json||{data:null}]}}))}))}};
package/utils/addIndex.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("../_tslib-ccfac372.js");exports.addIndex=function(e,i){return s.__assign(s.__assign({},e),{_itemIndex:i+1})};
1
+ "use strict";var s=require("../_tslib-bd4862e8.js");exports.addIndex=function(e,i){return s.__assign(s.__assign({},e),{_itemIndex:i+1})};
@@ -1 +1 @@
1
- "use strict";var r=require("../_tslib-ccfac372.js"),e=function(n){var t,s,a,i,c,_,o=r.__read(n.currentVal,2),u=o[0],f=o[1],p=n.prev,g=n.previousKey,y=void 0===g?"":g,v=""!==y?"".concat(y,".").concat(u):u;if(Array.isArray(f))return r.__assign(r.__assign({},p),((t={})[v]=f.map((function(r){return"object"==typeof r&&r?Object.entries(r).reduce((function(r,n){return e({currentVal:n,prev:r})}),{}):r})),t));if("object"==typeof f&&f){var b=Object.entries(f).reduce((function(n,t){var s=r.__read(t,2),a=s[0],i=s[1],c=e({currentVal:[a,i],prev:n,previousKey:y?"".concat(y,".").concat(a):u});return"object"==typeof c?r.__assign({},c):c}),{});return r.__assign(r.__assign({},p),b)}if("number"==typeof f)return r.__assign(r.__assign({},p),((s={})[v]=f,s));if("boolean"==typeof f)return r.__assign(r.__assign({},p),((a={})[v]=!!f,a));if("string"==typeof f)try{var j=JSON.parse(f);if(Array.isArray(j))return r.__assign(r.__assign({},p),((i={})[v]=j.map((function(r){return"object"==typeof r&&r?Object.entries(r).reduce((function(r,n){return e({currentVal:n,prev:r})}),{}):r})),i));if("object"==typeof j&&j){b=Object.entries(j).reduce((function(n,t){var s=r.__read(t,2),a=s[0],i=s[1],c=e({currentVal:[a,i],prev:n,previousKey:y?"".concat(y,".").concat(a):u});return"object"==typeof c?r.__assign({},c):c}),{});return r.__assign(r.__assign({},p),b)}}catch(r){}return f?r.__assign(r.__assign({},p),((_={})[v]="".concat(f),_)):r.__assign(r.__assign({},p),((c={})[v]="",c))};exports.flattenRow=e;
1
+ "use strict";var r=require("../_tslib-bd4862e8.js"),e=function(n){var t,s,a,i,c,_,o=r.__read(n.currentVal,2),u=o[0],f=o[1],p=n.prev,g=n.previousKey,y=void 0===g?"":g,v=""!==y?"".concat(y,".").concat(u):u;if(Array.isArray(f))return r.__assign(r.__assign({},p),((t={})[v]=f.map((function(r){return"object"==typeof r&&r?Object.entries(r).reduce((function(r,n){return e({currentVal:n,prev:r})}),{}):r})),t));if("object"==typeof f&&f){var b=Object.entries(f).reduce((function(n,t){var s=r.__read(t,2),a=s[0],i=s[1],c=e({currentVal:[a,i],prev:n,previousKey:y?"".concat(y,".").concat(a):u});return"object"==typeof c?r.__assign({},c):c}),{});return r.__assign(r.__assign({},p),b)}if("number"==typeof f)return r.__assign(r.__assign({},p),((s={})[v]=f,s));if("boolean"==typeof f)return r.__assign(r.__assign({},p),((a={})[v]=!!f,a));if("string"==typeof f)try{var j=JSON.parse(f);if(Array.isArray(j))return r.__assign(r.__assign({},p),((i={})[v]=j.map((function(r){return"object"==typeof r&&r?Object.entries(r).reduce((function(r,n){return e({currentVal:n,prev:r})}),{}):r})),i));if("object"==typeof j&&j){b=Object.entries(j).reduce((function(n,t){var s=r.__read(t,2),a=s[0],i=s[1],c=e({currentVal:[a,i],prev:n,previousKey:y?"".concat(y,".").concat(a):u});return"object"==typeof c?r.__assign({},c):c}),{});return r.__assign(r.__assign({},p),b)}}catch(r){}return f?r.__assign(r.__assign({},p),((_={})[v]="".concat(f),_)):r.__assign(r.__assign({},p),((c={})[v]="",c))};exports.flattenRow=e;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-ccfac372.js"),r=function(r){var l=r.code,n=r.options,o=r.value;return new Intl.NumberFormat(navigator.language,e.__assign({currency:l,style:"currency"},n)).format(o).replace(/[^0-9.\-,]+/g,"")};exports.formatCurrency=r,exports.getDualCurrency=function(e){var l=e.conversionRate,n=e.foreignCode,o=void 0===n?"USD":n,u=e.localCode,a=void 0===u?"USD":u,t=e.value,c=e.valueIsForeign,i=void 0!==c&&c,v=l?i?t/l:t:i?null:t,s=l?i?t:t*l:i?t:null,d=null!==v?{amount:v,code:a,value:r({code:a,value:v})}:null;return{foreign:null!==s?{amount:s,code:o,value:r({code:o,value:s})}:null,local:d}};
1
+ "use strict";var e=require("../_tslib-bd4862e8.js"),r=function(r){var l=r.code,n=r.options,o=r.value;return new Intl.NumberFormat(navigator.language,e.__assign({currency:l,style:"currency"},n)).format(o).replace(/[^0-9.\-,]+/g,"")};exports.formatCurrency=r,exports.getDualCurrency=function(e){var l=e.conversionRate,n=e.foreignCode,o=void 0===n?"USD":n,u=e.localCode,a=void 0===u?"USD":u,t=e.value,c=e.valueIsForeign,i=void 0!==c&&c,v=l?i?t/l:t:i?null:t,s=l?i?t:t*l:i?t:null,d=null!==v?{amount:v,code:a,value:r({code:a,value:v})}:null;return{foreign:null!==s?{amount:s,code:o,value:r({code:o,value:s})}:null,local:d}};
@@ -1 +1 @@
1
- "use strict";var n=require("../_tslib-ccfac372.js");exports.getIsInternalLink=function(i){var t=i.href,e=i.internalPaths,r=i.shouldWarn,s=void 0===r||r,l=(null==t?void 0:t.startsWith("/"))||(null==t?void 0:t.startsWith("#"));if(l&&t&&(null==e?void 0:e.length)){var a=n.__read(t.split("#"),1)[0];if(!(null==e?void 0:e.includes(a)))return s&&console.warn("This page has an internal link that does not exist: ".concat(t),"This internal link may be handled by a redirect, but since it is an internal link it should be corrected."),{isBrokenLink:!0,isInternalLink:l}}return{isBrokenLink:!1,isInternalLink:l}};
1
+ "use strict";var n=require("../_tslib-bd4862e8.js");exports.getIsInternalLink=function(i){var t=i.href,e=i.internalPaths,r=i.shouldWarn,s=void 0===r||r,l=(null==t?void 0:t.startsWith("/"))||(null==t?void 0:t.startsWith("#"));if(l&&t&&(null==e?void 0:e.length)){var a=n.__read(t.split("#"),1)[0];if(!(null==e?void 0:e.includes(a)))return s&&console.warn("This page has an internal link that does not exist: ".concat(t),"This internal link may be handled by a redirect, but since it is an internal link it should be corrected."),{isBrokenLink:!0,isInternalLink:l}}return{isBrokenLink:!1,isInternalLink:l}};
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime");require("react");var r=require("../icons/custom/products/CheckoutColorIcon.js"),o=require("../icons/custom/products/ClassifyColorIcon.js"),n=require("../icons/custom/products/ClearColorIcon.js"),c=require("../icons/custom/products/CollectColorIcon.js"),i=require("../icons/custom/products/CounterCompanionColorIcon.js"),s=require("../icons/custom/products/DashboardColorIcon.js"),a=require("../icons/custom/products/HelloColorIcon.js"),t=require("../icons/custom/products/InclusivePricingColorIcon.js"),l=require("../icons/custom/products/LandedCostColorIcon.js"),u=require("../icons/custom/products/PrepayColorIcon.js"),d=require("../icons/custom/products/RateColorIcon.js"),g=require("../icons/custom/products/RestrictColorIcon.js"),C=require("../icons/custom/products/ScreenColorIcon.js"),m=require("../icons/custom/products/TaxColorIcon.js");require("../icons/flag-icon/useStableUniqueId.js"),require("../_tslib-ccfac372.js"),require("uuid"),require("../icons/icon-base/_IconBase.js"),require("../styles/constants/theme.js");exports.getProductDetails=function(j){var I=j.iconSize,p=void 0===I?24:I;switch(j.product){case"checkout":return{color:"orange",gradient:"linear-gradient(90deg, #E7910A 42.48%, #DF2B76 109.98%)",icon:e.jsx(r.CheckoutColorIcon,{size:p}),name:"Checkout"};case"classify":return{color:"purple",gradient:"linear-gradient(301.28deg, #AA2DC9 23.74%, #7278F2 95.06%)",icon:e.jsx(o.ClassifyColorIcon,{size:p}),name:"Classify"};case"clear":return{color:"cyan",gradient:"linear-gradient(223.42deg, #00B9B7 50.32%, #3122F6 135.88%)",icon:e.jsx(n.ClearColorIcon,{size:p}),name:"Clear"};case"dashboard":return{color:"blue",gradient:"conic-gradient(#B004A4 -10grad, #FEBD10 10grad 80grad, #98C729 120grad 190grad, #536CFE 210grad 280grad, #B004A4 320grad 390grad, #FEBD10 410grad);",icon:e.jsx(s.DashboardColorIcon,{size:p}),name:"Dashboard"};case"hello":return{color:"green",gradient:"linear-gradient(314.52deg, #80B917 36.5%, #0CC4E2 86.53%)",icon:e.jsx(a.HelloColorIcon,{size:p}),name:"Hello"};case"inclusive-pricing":return{color:"purple",gradient:"linear-gradient(180deg, #C8286B 43.87%, #AA2EC9 77.46%)",icon:e.jsx(t.InclusivePricingColorIcon,{size:p}),name:"Inclusive Pricing"};case"landed-cost":return{color:"red",gradient:"linear-gradient(41.91deg, #DF2B76 31.62%, #FFB90D 83.63%)",icon:e.jsx(l.LandedCostColorIcon,{size:p}),name:"Landed Cost"};case"rate":return{color:"blue",gradient:"linear-gradient(269.86deg, #2740F3 -11.3%, #AA2DC9 168.06%)",icon:e.jsx(d.RateColorIcon,{size:p}),name:"Rate"};case"restrict":return{color:"blue",gradient:"linear-gradient(49.93deg, #9297FA 41.5%, #3122F9 113.97%)",icon:e.jsx(g.RestrictColorIcon,{size:p}),name:"Restrict"};case"screen":return{color:"green",gradient:"linear-gradient(180deg, #80BC17 -16.78%, #FFD900 80.83%)",icon:e.jsx(C.ScreenColorIcon,{size:p}),name:"Screen"};case"prepay":return{color:"blue",gradient:"linear-gradient(270deg, #4560EE 32.33%, #65E4EF 126.81%)",icon:e.jsx(u.PrepayColorIcon,{size:p}),name:"Prepay"};case"collect":return{color:"red",gradient:"linear-gradient(135deg, #DC2A54 46.38%, #D078FC 78.57%)",icon:e.jsx(c.CollectColorIcon,{size:p}),name:"Collect"};case"tax":return{color:"green",gradient:"linear-gradient(126.15deg, #10A74C 42.95%, #93F317 76.49%)",icon:e.jsx(m.TaxColorIcon,{size:p}),name:"Tax"};case"counter-companion":return{color:"purple",gradient:"linear-gradient(180deg, #880DC2 36.69%, #F229F7 76.94%)",icon:e.jsx(i.CounterCompanionColorIcon,{size:p}),name:"Counter Companion"};default:return{color:"blue",gradient:"linear-gradient(223.42deg, #00B9B7 50.32%, #3122F6 135.88%)",icon:e.jsx(s.DashboardColorIcon,{}),name:"Dashboard"}}};
1
+ "use strict";var e=require("react/jsx-runtime");require("react");var r=require("../icons/custom/products/CheckoutColorIcon.js"),o=require("../icons/custom/products/ClassifyColorIcon.js"),n=require("../icons/custom/products/ClearColorIcon.js"),c=require("../icons/custom/products/CollectColorIcon.js"),i=require("../icons/custom/products/CounterCompanionColorIcon.js"),s=require("../icons/custom/products/DashboardColorIcon.js"),a=require("../icons/custom/products/HelloColorIcon.js"),t=require("../icons/custom/products/InclusivePricingColorIcon.js"),l=require("../icons/custom/products/LandedCostColorIcon.js"),u=require("../icons/custom/products/PrepayColorIcon.js"),d=require("../icons/custom/products/RateColorIcon.js"),g=require("../icons/custom/products/RestrictColorIcon.js"),C=require("../icons/custom/products/ScreenColorIcon.js"),m=require("../icons/custom/products/TaxColorIcon.js");require("../icons/flag-icon/useStableUniqueId.js"),require("../_tslib-bd4862e8.js"),require("uuid"),require("../icons/icon-base/_IconBase.js"),require("../styles/constants/theme.js");exports.getProductDetails=function(j){var I=j.iconSize,p=void 0===I?24:I;switch(j.product){case"checkout":return{color:"orange",gradient:"linear-gradient(90deg, #E7910A 42.48%, #DF2B76 109.98%)",icon:e.jsx(r.CheckoutColorIcon,{size:p}),name:"Checkout"};case"classify":return{color:"purple",gradient:"linear-gradient(301.28deg, #AA2DC9 23.74%, #7278F2 95.06%)",icon:e.jsx(o.ClassifyColorIcon,{size:p}),name:"Classify"};case"clear":return{color:"cyan",gradient:"linear-gradient(223.42deg, #00B9B7 50.32%, #3122F6 135.88%)",icon:e.jsx(n.ClearColorIcon,{size:p}),name:"Clear"};case"dashboard":return{color:"blue",gradient:"conic-gradient(#B004A4 -10grad, #FEBD10 10grad 80grad, #98C729 120grad 190grad, #536CFE 210grad 280grad, #B004A4 320grad 390grad, #FEBD10 410grad);",icon:e.jsx(s.DashboardColorIcon,{size:p}),name:"Dashboard"};case"hello":return{color:"green",gradient:"linear-gradient(314.52deg, #80B917 36.5%, #0CC4E2 86.53%)",icon:e.jsx(a.HelloColorIcon,{size:p}),name:"Hello"};case"inclusive-pricing":return{color:"purple",gradient:"linear-gradient(180deg, #C8286B 43.87%, #AA2EC9 77.46%)",icon:e.jsx(t.InclusivePricingColorIcon,{size:p}),name:"Inclusive Pricing"};case"landed-cost":return{color:"red",gradient:"linear-gradient(41.91deg, #DF2B76 31.62%, #FFB90D 83.63%)",icon:e.jsx(l.LandedCostColorIcon,{size:p}),name:"Landed Cost"};case"rate":return{color:"blue",gradient:"linear-gradient(269.86deg, #2740F3 -11.3%, #AA2DC9 168.06%)",icon:e.jsx(d.RateColorIcon,{size:p}),name:"Rate"};case"restrict":return{color:"blue",gradient:"linear-gradient(49.93deg, #9297FA 41.5%, #3122F9 113.97%)",icon:e.jsx(g.RestrictColorIcon,{size:p}),name:"Restrict"};case"screen":return{color:"green",gradient:"linear-gradient(180deg, #80BC17 -16.78%, #FFD900 80.83%)",icon:e.jsx(C.ScreenColorIcon,{size:p}),name:"Screen"};case"prepay":return{color:"blue",gradient:"linear-gradient(270deg, #4560EE 32.33%, #65E4EF 126.81%)",icon:e.jsx(u.PrepayColorIcon,{size:p}),name:"Prepay"};case"collect":return{color:"red",gradient:"linear-gradient(135deg, #DC2A54 46.38%, #D078FC 78.57%)",icon:e.jsx(c.CollectColorIcon,{size:p}),name:"Collect"};case"tax":return{color:"green",gradient:"linear-gradient(126.15deg, #10A74C 42.95%, #93F317 76.49%)",icon:e.jsx(m.TaxColorIcon,{size:p}),name:"Tax"};case"counter-companion":return{color:"purple",gradient:"linear-gradient(180deg, #880DC2 36.69%, #F229F7 76.94%)",icon:e.jsx(i.CounterCompanionColorIcon,{size:p}),name:"Counter Companion"};default:return{color:"blue",gradient:"linear-gradient(223.42deg, #00B9B7 50.32%, #3122F6 135.88%)",icon:e.jsx(s.DashboardColorIcon,{}),name:"Dashboard"}}};
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-ccfac372.js"),r=function(r){var n=r.response,s=r.shouldLog,t=void 0===s||s,o=r.shouldThrow,u=void 0!==o&&o;return e.__awaiter(void 0,void 0,void 0,(function(){var r;return e.__generator(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,n.json()];case 1:return[2,e.sent()];case 2:if(r=e.sent(),u)throw r;return t&&console.error(r),[2,null];case 3:return[2]}}))}))},n=function(n,s){return e.__awaiter(void 0,void 0,void 0,(function(){var t,o,u,a,i;return e.__generator(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,fetch(n,s)];case 1:return t=e.sent(),[3,3];case 2:return(o=e.sent())instanceof Error?[2,{errors:[{message:o.message,type:"unknown"}],json:null,response:null}]:[2,{errors:[{message:i="Fail to fetch",type:"unknown"}],json:null,response:null}];case 3:return t.ok?[4,r({response:t})]:[3,5];case 4:return[2,{errors:[],json:a=e.sent(),response:t}];case 5:u=t.status.toString(),e.label=6;case 6:return e.trys.push([6,8,,9]),[4,r({response:t,shouldThrow:!0})];case 7:return a=e.sent(),i=JSON.stringify(a),[2,{errors:[{message:"".concat(u,": ").concat(i),type:u}],json:null,response:t}];case 8:return e.sent(),i="Unknown error",[2,{errors:[{message:"".concat(u,": ").concat(i),type:u}],json:null,response:null}];case 9:return[2]}}))}))},s=function(r,s){return e.__awaiter(void 0,void 0,void 0,(function(){var t,o,u,a;return e.__generator(this,(function(i){return(t=s||{}).logRequestIfError,o=e.__rest(t,["logRequestIfError"]),u=o.body&&JSON.stringify(o.body),a=e.__assign(e.__assign({},o),{body:u}),[2,n(r,a)]}))}))};exports.fetcher=function(r,n){return e.__awaiter(void 0,void 0,void 0,(function(){var t,o,u,a,i;return e.__generator(this,(function(e){switch(e.label){case 0:return[4,s(r,n)];case 1:if(t=e.sent(),o=t.errors,u=t.json,a=t.response,i=o.find(Boolean),!(null==a?void 0:a.ok)||["pollUntil","failedData"].includes((null==i?void 0:i.type)||""))throw{errors:o,status:null==a?void 0:a.status};return[2,{json:u,response:a}]}}))}))},exports.handleFetch=s,exports.handleRequest=n;
1
+ "use strict";var e=require("../_tslib-bd4862e8.js"),r=function(r){var n=r.response,s=r.shouldLog,t=void 0===s||s,o=r.shouldThrow,u=void 0!==o&&o;return e.__awaiter(void 0,void 0,void 0,(function(){var r;return e.__generator(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,n.json()];case 1:return[2,e.sent()];case 2:if(r=e.sent(),u)throw r;return t&&console.error(r),[2,null];case 3:return[2]}}))}))},n=function(n,s){return e.__awaiter(void 0,void 0,void 0,(function(){var t,o,u,a,i;return e.__generator(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,fetch(n,s)];case 1:return t=e.sent(),[3,3];case 2:return(o=e.sent())instanceof Error?[2,{errors:[{message:o.message,type:"unknown"}],json:null,response:null}]:[2,{errors:[{message:i="Fail to fetch",type:"unknown"}],json:null,response:null}];case 3:return t.ok?[4,r({response:t})]:[3,5];case 4:return[2,{errors:[],json:a=e.sent(),response:t}];case 5:u=t.status.toString(),e.label=6;case 6:return e.trys.push([6,8,,9]),[4,r({response:t,shouldThrow:!0})];case 7:return a=e.sent(),i=JSON.stringify(a),[2,{errors:[{message:"".concat(u,": ").concat(i),type:u}],json:null,response:t}];case 8:return e.sent(),i="Unknown error",[2,{errors:[{message:"".concat(u,": ").concat(i),type:u}],json:null,response:null}];case 9:return[2]}}))}))},s=function(r,s){return e.__awaiter(void 0,void 0,void 0,(function(){var t,o,u,a;return e.__generator(this,(function(i){return(t=s||{}).logRequestIfError,o=e.__rest(t,["logRequestIfError"]),u=o.body&&JSON.stringify(o.body),a=e.__assign(e.__assign({},o),{body:u}),[2,n(r,a)]}))}))};exports.fetcher=function(r,n){return e.__awaiter(void 0,void 0,void 0,(function(){var t,o,u,a,i;return e.__generator(this,(function(e){switch(e.label){case 0:return[4,s(r,n)];case 1:if(t=e.sent(),o=t.errors,u=t.json,a=t.response,i=o.find(Boolean),!(null==a?void 0:a.ok)||["pollUntil","failedData"].includes((null==i?void 0:i.type)||""))throw{errors:o,status:null==a?void 0:a.status};return[2,{json:u,response:a}]}}))}))},exports.handleFetch=s,exports.handleRequest=n;
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-ccfac372.js"),r=require("@graphiql/plugin-explorer"),t=require("../../styles/constants/theme.js");exports.useGraphiqlExplorer=function(l){var u=l.overrideColor,i={colors:e.__assign({atom:t.theme.blue300,attribute:t.theme.blue700,builtin:t.theme.blue300,def:t.theme.blue700,keyword:t.theme.red500,number:t.theme.blue700,property:t.theme.blue700,qualifier:t.theme.blue700,string:t.theme.blue500,string2:t.theme.blue500,variable:t.theme.red400},u),showAttribution:!0};return r.explorerPlugin(i)};
1
+ "use strict";var e=require("../../_tslib-bd4862e8.js"),r=require("@graphiql/plugin-explorer"),t=require("../../styles/constants/theme.js");exports.useGraphiqlExplorer=function(l){var u=l.overrideColor,i={colors:e.__assign({atom:t.theme.blue300,attribute:t.theme.blue700,builtin:t.theme.blue300,def:t.theme.blue700,keyword:t.theme.red500,number:t.theme.blue700,property:t.theme.blue700,qualifier:t.theme.blue700,string:t.theme.blue500,string2:t.theme.blue500,variable:t.theme.red400},u),showAttribution:!0};return r.explorerPlugin(i)};
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react"),t=require("swr"),i=require("../_graphiqlFetcher.js"),n=require("./useSwr.js");require("../handleFetch.js");exports.useGraphiqlFetcher=function(u){var a=u.cachingKey,o=u.customFetcher,s=u.operationName,c=u.query,l=u.url,h=u.variables,d=e.__read(r.useState(null),2),v=d[0],_=d[1],f=i.graphiqlFetcher({customFetcher:o,url:l}),q=n.useSwr(a,(function(){return e.__awaiter(void 0,void 0,void 0,(function(){return e.__generator(this,(function(e){switch(e.label){case 0:return[4,f({operationName:s,query:c,variables:h?JSON.parse(h):void 0})];case 1:return[2,{json:e.sent()}]}}))}))}),{keepPreviousData:!0}),g=q.data,p=q.isLoading,w=r.useMemo((function(){return function(r,i){return e.__awaiter(void 0,void 0,void 0,(function(){var n;return e.__generator(this,(function(u){switch(u.label){case 0:return[4,t.mutate(l,(function(){return e.__awaiter(void 0,void 0,void 0,(function(){return e.__generator(this,(function(e){return[2,f(r,i)]}))}))}),!1)];case 1:return(n=u.sent())&&_(n),[2,n||{data:null}]}}))}))}}),[f,l]);return r.useEffect((function(){g&&_(g.json)}),[g]),{graphiqlFetcher:w,isLoading:p,resultData:v}};
1
+ "use strict";var e=require("../../_tslib-bd4862e8.js"),r=require("react"),t=require("swr"),i=require("../_graphiqlFetcher.js"),n=require("./useSwr.js");require("../handleFetch.js");exports.useGraphiqlFetcher=function(u){var a=u.cachingKey,o=u.customFetcher,s=u.operationName,c=u.query,l=u.url,h=u.variables,d=e.__read(r.useState(null),2),v=d[0],_=d[1],f=i.graphiqlFetcher({customFetcher:o,url:l}),q=n.useSwr(a,(function(){return e.__awaiter(void 0,void 0,void 0,(function(){return e.__generator(this,(function(e){switch(e.label){case 0:return[4,f({operationName:s,query:c,variables:h?JSON.parse(h):void 0})];case 1:return[2,{json:e.sent()}]}}))}))}),{keepPreviousData:!0}),g=q.data,p=q.isLoading,w=r.useMemo((function(){return function(r,i){return e.__awaiter(void 0,void 0,void 0,(function(){var n;return e.__generator(this,(function(u){switch(u.label){case 0:return[4,t.mutate(l,(function(){return e.__awaiter(void 0,void 0,void 0,(function(){return e.__generator(this,(function(e){return[2,f(r,i)]}))}))}),!1)];case 1:return(n=u.sent())&&_(n),[2,n||{data:null}]}}))}))}}),[f,l]);return r.useEffect((function(){g&&_(g.json)}),[g]),{graphiqlFetcher:w,isLoading:p,resultData:v}};
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("lodash/kebabCase"),t=require("./useCurrentShema.js");function a(e){return e&&e.__esModule?e:{default:e}}require("zod"),require("./useStorage.js"),require("../storage.js"),require("../../_tslib-ccfac372.js"),require("swr");var u=a(r),o=["graphiql:theme","graphiql:shouldPersistHeaders"];exports.useGraphiqlStorage=function(r){var a=r.defaultSchema,l=u.default(a),n=t.useCurrentSchema(l).value;e.useEffect((function(){window.localStorage.setItem("graphiql:theme","light")}),[]);var s=function(e){return o.includes(e)?e:"".concat(e,"-schema:").concat(n)};return{clear:localStorage.clear,getItem:function(e){return localStorage.getItem(s(e))},length:localStorage.length,removeItem:function(e){return localStorage.removeItem(s(e))},setItem:function(e,r){return localStorage.setItem(s(e),r)}}};
1
+ "use strict";var e=require("react"),r=require("lodash/kebabCase"),t=require("./useCurrentShema.js");function a(e){return e&&e.__esModule?e:{default:e}}require("zod"),require("./useStorage.js"),require("../storage.js"),require("../../_tslib-bd4862e8.js"),require("swr");var u=a(r),o=["graphiql:theme","graphiql:shouldPersistHeaders"];exports.useGraphiqlStorage=function(r){var a=r.defaultSchema,l=u.default(a),n=t.useCurrentSchema(l).value;e.useEffect((function(){window.localStorage.setItem("graphiql:theme","light")}),[]);var s=function(e){return o.includes(e)?e:"".concat(e,"-schema:").concat(n)};return{clear:localStorage.clear,getItem:function(e){return localStorage.getItem(s(e))},length:localStorage.length,removeItem:function(e){return localStorage.removeItem(s(e))},setItem:function(e,r){return localStorage.setItem(s(e),r)}}};
@@ -1 +1 @@
1
- "use strict";var e=require("../../../_tslib-ccfac372.js"),t=require("react"),a=require("../../_extractQueryParams.js");exports.useHasuraGqlPagination=function(r){var n=r.actionName,c=r.query,i=r.setCachingKey,o=r.setQuery,s=a.extractQueryParams({actionName:n,query:c}),u=s.limit,f=s.offset,g=u&&"string"==typeof u?parseInt(u,10):10,l=f&&"string"==typeof f?parseInt(f,10):0,p=e.__read(t.useState(Math.floor(l/g)+1),2),m=p[0],y=p[1];return{currentPage:m,handlePagination:t.useCallback((function(e){var t=e*g-g,r=c.replace(new RegExp("".concat(n).concat(a.paramRegex),"g"),(function(e){return void 0!==f&&void 0!==u?e.replace(/offset:\s*\d+/g,"offset: ".concat(t)):void 0!==u?e.replace(/(limit:\s*(\d+))/g,"$1, offset: ".concat(t)):e}));o(r),i("".concat(n,"?page=").concat(e)),y(e)}),[u,f,n,g,c,i,o]),limit:g,offset:l}};
1
+ "use strict";var e=require("../../../_tslib-bd4862e8.js"),t=require("react"),a=require("../../_extractQueryParams.js");exports.useHasuraGqlPagination=function(r){var n=r.actionName,c=r.query,i=r.setCachingKey,o=r.setQuery,s=a.extractQueryParams({actionName:n,query:c}),u=s.limit,f=s.offset,g=u&&"string"==typeof u?parseInt(u,10):10,l=f&&"string"==typeof f?parseInt(f,10):0,p=e.__read(t.useState(Math.floor(l/g)+1),2),m=p[0],y=p[1];return{currentPage:m,handlePagination:t.useCallback((function(e){var t=e*g-g,r=c.replace(new RegExp("".concat(n).concat(a.paramRegex),"g"),(function(e){return void 0!==f&&void 0!==u?e.replace(/offset:\s*\d+/g,"offset: ".concat(t)):void 0!==u?e.replace(/(limit:\s*(\d+))/g,"$1, offset: ".concat(t)):e}));o(r),i("".concat(n,"?page=").concat(e)),y(e)}),[u,f,n,g,c,i,o]),limit:g,offset:l}};
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../../Theme-61f4342c.js"),t=require("./useStorage.js");require("zod"),require("../storage.js"),require("../../_tslib-ccfac372.js"),require("swr");exports.useAminoTheme=function(u){var a=null!=u?u:{},s=a.override,o=a.root,i=t.useStorage({defaultValue:"day",key:"amino:theme",schema:r.themeSchema,type:"local"}),m=i.setValue,n=i.value;return e.useEffect((function(){o&&(document.documentElement.dataset.theme=s||n)}),[n,s,o]),{aminoTheme:s||n,setAminoTheme:m}};
1
+ "use strict";var e=require("react"),r=require("../../Theme-61f4342c.js"),t=require("./useStorage.js");require("zod"),require("../storage.js"),require("../../_tslib-bd4862e8.js"),require("swr");exports.useAminoTheme=function(u){var a=null!=u?u:{},s=a.override,o=a.root,i=t.useStorage({defaultValue:"day",key:"amino:theme",schema:r.themeSchema,type:"local"}),m=i.setValue,n=i.value;return e.useEffect((function(){o&&(document.documentElement.dataset.theme=s||n)}),[n,s,o]),{aminoTheme:s||n,setAminoTheme:m}};
@@ -1 +1 @@
1
- "use strict";var e=require("zod"),r=require("./useStorage.js");require("react"),require("../storage.js"),require("../../_tslib-ccfac372.js"),require("swr");exports.useCurrentSchema=function(s){return r.useStorage({defaultValue:s,key:"amino:current-schema",schema:e.z.string(),type:"session"})};
1
+ "use strict";var e=require("zod"),r=require("./useStorage.js");require("react"),require("../storage.js"),require("../../_tslib-bd4862e8.js"),require("swr");exports.useCurrentSchema=function(s){return r.useStorage({defaultValue:s,key:"amino:current-schema",schema:e.z.string(),type:"session"})};
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-ccfac372.js"),t=require("react"),i=require("@floating-ui/react");exports.useDropdown=function(n){var o=null!=n?n:{},s=o.floatingOptions,r=void 0===s?{}:s,u=o.offsetCrossAxis,a=void 0===u?0:u,l=o.offsetMainAxis,d=void 0===l?0:l,f=o.placement,c=void 0===f?"bottom-start":f,v=e.__read(t.useState(!1),2),m=v[0],p=v[1],b=m?"visible":"hidden",g=t.useRef(null),w=i.useFloating(e.__assign({middleware:[i.shift(),i.offset({crossAxis:a,mainAxis:d})],placement:c,whileElementsMounted:i.autoUpdate},r)),x=w.floatingStyles,y=w.refs,_=t.useCallback((function(e){var t,i=e.target;m&&0===e.button&&((null===(t=null==g?void 0:g.current)||void 0===t?void 0:t.contains(i))||(e.preventDefault(),e.stopPropagation(),p(!1)))}),[m]);return t.useEffect((function(){return"undefined"!=typeof document&&document.addEventListener("mousedown",_),function(){"undefined"!=typeof document&&document.removeEventListener("mousedown",_)}}),[_]),{floatingStyles:x,refs:y,setVisible:p,visibility:b,visible:m,wrapperRef:g}};
1
+ "use strict";var e=require("../../_tslib-bd4862e8.js"),t=require("react"),i=require("@floating-ui/react");exports.useDropdown=function(n){var o=null!=n?n:{},s=o.floatingOptions,r=void 0===s?{}:s,u=o.offsetCrossAxis,a=void 0===u?0:u,l=o.offsetMainAxis,d=void 0===l?0:l,f=o.placement,c=void 0===f?"bottom-start":f,v=e.__read(t.useState(!1),2),m=v[0],p=v[1],b=m?"visible":"hidden",g=t.useRef(null),w=i.useFloating(e.__assign({middleware:[i.shift(),i.offset({crossAxis:a,mainAxis:d})],placement:c,whileElementsMounted:i.autoUpdate},r)),x=w.floatingStyles,y=w.refs,_=t.useCallback((function(e){var t,i=e.target;m&&0===e.button&&((null===(t=null==g?void 0:g.current)||void 0===t?void 0:t.contains(i))||(e.preventDefault(),e.stopPropagation(),p(!1)))}),[m]);return t.useEffect((function(){return"undefined"!=typeof document&&document.addEventListener("mousedown",_),function(){"undefined"!=typeof document&&document.removeEventListener("mousedown",_)}}),[_]),{floatingStyles:x,refs:y,setVisible:p,visibility:b,visible:m,wrapperRef:g}};
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-ccfac372.js"),t=require("react"),a=function(e,t){return window.getComputedStyle(e)[t]};exports.useHeightAdjustTextarea=function(r){var i=r.initialRows,o=void 0===i?2:i,s=r.maxRows,l=void 0===s?5:s,n=r.ref,u=r.shouldExpand,h=r.textareaValue,d=e.__read(t.useState(0),2),c=d[0],p=d[1];t.useEffect((function(){var e=n.current;if(e&&u){var t=parseFloat(a(e,"height")),r=parseFloat(a(e,"lineHeight")),i=parseFloat(a(e,"paddingTop"))||0,o=parseFloat(a(e,"paddingBottom"))||0;c||p(t);var s=r*l+i+o;if(e.style.height="0",e.scrollHeight<=s){var h=Math.max(c,e.scrollHeight);e.style.height="".concat(h,"px"),e.style.overflow="hidden"}else e.style.height="".concat(s,"px"),e.style.overflow="auto"}}),[n,l,h,u,c,o])};
1
+ "use strict";var e=require("../../_tslib-bd4862e8.js"),t=require("react"),a=function(e,t){return window.getComputedStyle(e)[t]};exports.useHeightAdjustTextarea=function(r){var i=r.initialRows,o=void 0===i?2:i,s=r.maxRows,l=void 0===s?5:s,n=r.ref,u=r.shouldExpand,h=r.textareaValue,d=e.__read(t.useState(0),2),c=d[0],p=d[1];t.useEffect((function(){var e=n.current;if(e&&u){var t=parseFloat(a(e,"height")),r=parseFloat(a(e,"lineHeight")),i=parseFloat(a(e,"paddingTop"))||0,o=parseFloat(a(e,"paddingBottom"))||0;c||p(t);var s=r*l+i+o;if(e.style.height="0",e.scrollHeight<=s){var h=Math.max(c,e.scrollHeight);e.style.height="".concat(h,"px"),e.style.overflow="hidden"}else e.style.height="".concat(s,"px"),e.style.overflow="auto"}}),[n,l,h,u,c,o])};
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../../components/toast/ToastContext.js");require("../../_tslib-ccfac372.js"),require("react/jsx-runtime"),require("clsx"),require("framer-motion"),require("uuid"),require("../../components/toast/Toast.js"),require("../../icons/CheckCircleIcon.js"),require("../../icons/icon-base/_IconBase.js"),require("../../styles/constants/theme.js"),require("../../icons/InfoIcon.js"),require("../../icons/RemoveCircleIcon.js"),require("../../icons/WarningIcon.js"),require("../../style-inject.es-d4ddeae4.js");exports.useNotify=function(){return e.useContext(r.ToastContext)};
1
+ "use strict";var e=require("react"),r=require("../../components/toast/ToastContext.js");require("../../_tslib-bd4862e8.js"),require("react/jsx-runtime"),require("clsx"),require("framer-motion"),require("uuid"),require("../../components/toast/Toast.js"),require("../../icons/CheckCircleIcon.js"),require("../../icons/icon-base/_IconBase.js"),require("../../styles/constants/theme.js"),require("../../icons/InfoIcon.js"),require("../../icons/RemoveCircleIcon.js"),require("../../icons/WarningIcon.js"),require("../../style-inject.es-d4ddeae4.js");exports.useNotify=function(){return e.useContext(r.ToastContext)};
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../storage.js");require("../../_tslib-ccfac372.js"),require("swr");exports.useStorage=function(r){var n=r.defaultValue,o=r.key,a=r.schema,u=r.type,i=e.useMemo((function(){return function(e){return function(t){return"local"===e&&window.addEventListener("storage",t),window.addEventListener("amino:storage-".concat(e),t),function(){"local"===e&&window.removeEventListener("storage",t),window.removeEventListener("amino:storage-".concat(e),t)}}}(u)}),[u]);e.useSyncExternalStore(i,(function(){return"local"===u?localStorage.getItem(o):sessionStorage.getItem(o)}),(function(){return JSON.stringify(n)}));var s=t.getStorageItem({key:o,schema:a,type:u})||null;return{setValue:function(e){return t.setStorageItem({key:o,type:u,value:e})},value:null!=s?s:n}};
1
+ "use strict";var e=require("react"),t=require("../storage.js");require("../../_tslib-bd4862e8.js"),require("swr");exports.useStorage=function(r){var n=r.defaultValue,o=r.key,a=r.schema,u=r.type,i=e.useMemo((function(){return function(e){return function(t){return"local"===e&&window.addEventListener("storage",t),window.addEventListener("amino:storage-".concat(e),t),function(){"local"===e&&window.removeEventListener("storage",t),window.removeEventListener("amino:storage-".concat(e),t)}}}(u)}),[u]);e.useSyncExternalStore(i,(function(){return"local"===u?localStorage.getItem(o):sessionStorage.getItem(o)}),(function(){return JSON.stringify(n)}));var s=t.getStorageItem({key:o,schema:a,type:u})||null;return{setValue:function(e){return t.setStorageItem({key:o,type:u,value:e})},value:null!=s?s:n}};
@@ -1 +1 @@
1
- "use strict";var r=require("../../_tslib-ccfac372.js"),n=require("lodash/isEqual"),e=require("swr");function u(r){return r&&r.__esModule?r:{default:r}}var t=u(n),i=u(e),o=function(){for(var r=arguments,n=[],e=0;e<arguments.length;e++)n[e]=r[e];return"function"==typeof n[1]?[n[0],n[1],n[2]||{}]:[n[0],null,(null===n[1]?n[2]:n[1])||{}]};exports.useSwrt=function(){for(var n=arguments,e=[],u=0;u<arguments.length;u++)e[u]=n[u];var s=function(r){return{config:r[2],fetcher:r[1],key:r[0]}}(o.apply(void 0,r.__spreadArray([],r.__read(e),!1))),a=r.__assign(r.__assign({},s),{config:r.__assign({compare:function(r,n){return t.default(null==r?void 0:r.json,null==n?void 0:n.json)}},s.config)});return i.default(a.key,a.fetcher,a.config)};
1
+ "use strict";var r=require("../../_tslib-bd4862e8.js"),n=require("lodash/isEqual"),e=require("swr");function u(r){return r&&r.__esModule?r:{default:r}}var t=u(n),i=u(e),o=function(){for(var r=arguments,n=[],e=0;e<arguments.length;e++)n[e]=r[e];return"function"==typeof n[1]?[n[0],n[1],n[2]||{}]:[n[0],null,(null===n[1]?n[2]:n[1])||{}]};exports.useSwrt=function(){for(var n=arguments,e=[],u=0;u<arguments.length;u++)e[u]=n[u];var s=function(r){return{config:r[2],fetcher:r[1],key:r[0]}}(o.apply(void 0,r.__spreadArray([],r.__read(e),!1))),a=r.__assign(r.__assign({},s),{config:r.__assign({compare:function(r,n){return t.default(null==r?void 0:r.json,null==n?void 0:n.json)}},s.config)});return i.default(a.key,a.fetcher,a.config)};
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-ccfac372.js"),n=require("./countryPhoneCodes.js");exports.prepCountryOptions=function(o){var r=o.json;return Object.entries(r).map((function(o){var r,s=e.__read(o,2)[1];return e.__assign(e.__assign({},s),{label:s.displayName,phoneCode:(null===(r=n.countryPhoneCodes.find((function(e){return e.code===s.code})))||void 0===r?void 0:r.phoneCode)||[],value:s.code})})).sort((function(e,n){return e.displayName.localeCompare(n.displayName)}))};
1
+ "use strict";var e=require("../_tslib-bd4862e8.js"),n=require("./countryPhoneCodes.js");exports.prepCountryOptions=function(o){var r=o.json;return Object.entries(r).map((function(o){var r,s=e.__read(o,2)[1];return e.__assign(e.__assign({},s),{label:s.displayName,phoneCode:(null===(r=n.countryPhoneCodes.find((function(e){return e.code===s.code})))||void 0===r?void 0:r.phoneCode)||[],value:s.code})})).sort((function(e,n){return e.displayName.localeCompare(n.displayName)}))};
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-ccfac372.js");exports.setupNestedData=function(s){return e.__assign(e.__assign({},s),{_expandedData:[],_expandedKey:""})};
1
+ "use strict";var e=require("../_tslib-bd4862e8.js");exports.setupNestedData=function(s){return e.__assign(e.__assign({},s),{_expandedData:[],_expandedKey:""})};
package/utils/storage.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-ccfac372.js"),t=require("swr");exports.getStorageItem=function(e){var t=e.key,r=e.schema,n=e.type;if("undefined"==typeof window)return null;var a=("local"===n?window.localStorage:window.sessionStorage).getItem(t);if(!a)return null;try{var s=JSON.parse(a);return(o=r.safeParse(s)).success?o.data:null}catch(e){var o;return(o=r.safeParse(a)).success?o.data:null}},exports.setStorageItem=function(r){var n=r.key,a=r.type,s=r.value;return e.__awaiter(void 0,void 0,void 0,(function(){var r,o;return e.__generator(this,(function(e){switch(e.label){case 0:return r="session"===a?window.sessionStorage:window.localStorage,o="string"==typeof s?s:JSON.stringify(s),r.setItem(n,o),window.dispatchEvent(new Event("amino:storage-".concat(a))),[4,t.mutate(n,s)];case 1:return e.sent(),[2]}}))}))};
1
+ "use strict";var e=require("../_tslib-bd4862e8.js"),t=require("swr");exports.getStorageItem=function(e){var t=e.key,r=e.schema,n=e.type;if("undefined"==typeof window)return null;var a=("local"===n?window.localStorage:window.sessionStorage).getItem(t);if(!a)return null;try{var s=JSON.parse(a);return(o=r.safeParse(s)).success?o.data:null}catch(e){var o;return(o=r.safeParse(a)).success?o.data:null}},exports.setStorageItem=function(r){var n=r.key,a=r.type,s=r.value;return e.__awaiter(void 0,void 0,void 0,(function(){var r,o;return e.__generator(this,(function(e){switch(e.label){case 0:return r="session"===a?window.sessionStorage:window.localStorage,o="string"==typeof s?s:JSON.stringify(s),r.setItem(n,o),window.dispatchEvent(new Event("amino:storage-".concat(a))),[4,t.mutate(n,s)];case 1:return e.sent(),[2]}}))}))};
@@ -1 +1 @@
1
- "use strict";var t=require("../_tslib-ccfac372.js"),e=require("react");exports.useCopyText=function(o){var r=(null!=o?o:{}).tooltipDuration,i=void 0===r?4e3:r,u=t.__read(e.useState(!1),2),n=u[0],s=u[1];return{copyText:function(t){navigator.clipboard.writeText(t),s(!0),setTimeout((function(){return s(!1)}),i)},setShowTooltip:s,showTooltip:n}};
1
+ "use strict";var t=require("../_tslib-bd4862e8.js"),e=require("react");exports.useCopyText=function(o){var r=(null!=o?o:{}).tooltipDuration,i=void 0===r?4e3:r,u=t.__read(e.useState(!1),2),n=u[0],s=u[1];return{copyText:function(t){navigator.clipboard.writeText(t),s(!0),setTimeout((function(){return s(!1)}),i)},setShowTooltip:s,showTooltip:n}};
@@ -1 +0,0 @@
1
- "use strict";exports.__assign=function(){return exports.__assign=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},exports.__assign.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,exports.__awaiter=function(r,e,t,n){return new(t||(t=Promise))((function(o,a){function l(r){try{c(n.next(r))}catch(r){a(r)}}function i(r){try{c(n.throw(r))}catch(r){a(r)}}function c(r){var e;r.done?o(r.value):(e=r.value,e instanceof t?e:new t((function(r){r(e)}))).then(l,i)}c((n=n.apply(r,e||[])).next())}))},exports.__generator=function(r,e){var t,n,o,a,l={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function i(i){return function(c){return function(i){if(t)throw new TypeError("Generator is already executing.");for(;a&&(a=0,i[0]&&(l=0)),l;)try{if(t=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return l.label++,{value:i[1],done:!1};case 5:l.label++,n=i[1],i=[0];continue;case 7:i=l.ops.pop(),l.trys.pop();continue;default:if(!(o=l.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){l=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){l.label=i[1];break}if(6===i[0]&&l.label<o[1]){l.label=o[1],o=i;break}if(o&&l.label<o[2]){l.label=o[2],l.ops.push(i);break}o[2]&&l.ops.pop(),l.trys.pop();continue}i=e.call(r,l)}catch(r){i=[6,r],n=0}finally{t=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}},exports.__makeTemplateObject=function(r,e){return Object.defineProperty?Object.defineProperty(r,"raw",{value:e}):r.raw=e,r},exports.__read=function(r,e){var t="function"==typeof Symbol&&r[Symbol.iterator];if(!t)return r;var n,o,a=t.call(r),l=[];try{for(;(void 0===e||e-- >0)&&!(n=a.next()).done;)l.push(n.value)}catch(r){o={error:r}}finally{try{n&&!n.done&&(t=a.return)&&t.call(a)}finally{if(o)throw o.error}}return l},exports.__rest=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t},exports.__spreadArray=function(r,e,t){if(t||2===arguments.length)for(var n,o=0,a=e.length;o<a;o++)!n&&o in e||(n||(n=Array.prototype.slice.call(e,0,o)),n[o]=e[o]);return r.concat(n||Array.prototype.slice.call(e))};
@@ -1,2 +0,0 @@
1
- export declare const DropdownAnimation: import("styled-components").Keyframes;
2
- export declare const DropdownAnimationInverse: import("styled-components").Keyframes;
@@ -1 +0,0 @@
1
- "use strict";var n,t,a=require("../_tslib-ccfac372.js"),r=require("styled-components"),o=r.keyframes(n||(n=a.__makeTemplateObject(["\n from {\n opacity: 0;\n transform: translateY(-5px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n"],["\n from {\n opacity: 0;\n transform: translateY(-5px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n"]))),e=r.keyframes(t||(t=a.__makeTemplateObject(["\n from {\n opacity: 0;\n transform: translateY(5px);\n }\n to{\n opacity: 1;\n transform: translateY(0);\n }\n"],["\n from {\n opacity: 0;\n transform: translateY(5px);\n }\n to{\n opacity: 1;\n transform: translateY(0);\n }\n"])));exports.DropdownAnimation=o,exports.DropdownAnimationInverse=e;