gantri-components 1.3.0 → 1.4.0

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 (447) hide show
  1. package/dist/index.cjs.js +5718 -3120
  2. package/lib/components/aspect-ratio/aspect-ratio.d.ts +3 -0
  3. package/lib/components/aspect-ratio/aspect-ratio.presets.d.ts +2 -0
  4. package/lib/components/aspect-ratio/aspect-ratio.styles.d.ts +5 -0
  5. package/lib/components/aspect-ratio/aspect-ratio.types.d.ts +11 -0
  6. package/lib/components/aspect-ratio/index.d.ts +1 -0
  7. package/lib/components/box/box.d.ts +3 -0
  8. package/lib/components/box/box.presets.d.ts +2 -0
  9. package/lib/components/box/box.styles.d.ts +2 -0
  10. package/lib/components/box/box.types.d.ts +38 -0
  11. package/lib/components/box/index.d.ts +1 -0
  12. package/lib/components/button/button.d.ts +3 -0
  13. package/lib/components/button/button.presets.d.ts +2 -0
  14. package/lib/components/button/button.styles.d.ts +3 -0
  15. package/lib/components/button/button.types.d.ts +32 -0
  16. package/lib/components/button/index.d.ts +1 -0
  17. package/lib/components/cell/cell.d.ts +3 -0
  18. package/lib/components/cell/cell.presets.d.ts +2 -0
  19. package/lib/components/cell/cell.styles.d.ts +2 -0
  20. package/lib/components/cell/cell.types.d.ts +34 -0
  21. package/lib/components/cell/index.d.ts +1 -0
  22. package/lib/components/checkbox/checkbox.d.ts +3 -0
  23. package/lib/components/checkbox/checkbox.presets.d.ts +2 -0
  24. package/lib/components/checkbox/checkbox.styles.d.ts +4 -0
  25. package/lib/components/checkbox/checkbox.types.d.ts +12 -0
  26. package/lib/components/checkbox/index.d.ts +1 -0
  27. package/lib/components/flex/flex.d.ts +3 -0
  28. package/lib/components/flex/flex.presets.d.ts +2 -0
  29. package/lib/components/flex/flex.styles.d.ts +3 -0
  30. package/lib/components/flex/flex.types.d.ts +11 -0
  31. package/lib/components/flex/index.d.ts +1 -0
  32. package/lib/components/grid/grid.d.ts +3 -0
  33. package/lib/components/grid/grid.presets.d.ts +2 -0
  34. package/lib/components/grid/grid.styles.d.ts +2 -0
  35. package/lib/components/grid/grid.types.d.ts +26 -0
  36. package/lib/components/grid/index.d.ts +1 -0
  37. package/lib/components/icon/generated/actions/Funnel16.d.ts +3 -0
  38. package/lib/components/icon/generated/actions/Funnel24.d.ts +3 -0
  39. package/lib/components/icon/generated/actions/Gear16.d.ts +3 -0
  40. package/lib/components/icon/generated/actions/Gear24.d.ts +3 -0
  41. package/lib/components/icon/generated/actions/LifeBuoy16.d.ts +3 -0
  42. package/lib/components/icon/generated/actions/LifeBuoy24.d.ts +3 -0
  43. package/lib/components/icon/generated/actions/Link16.d.ts +3 -0
  44. package/lib/components/icon/generated/actions/Link24.d.ts +3 -0
  45. package/lib/components/icon/generated/actions/Star16.d.ts +3 -0
  46. package/lib/components/icon/generated/actions/Star24.d.ts +3 -0
  47. package/lib/components/icon/generated/actions/StarFilled16.d.ts +3 -0
  48. package/lib/components/icon/generated/actions/StarFilled24.d.ts +3 -0
  49. package/lib/components/icon/generated/actions/ThumbsUp16.d.ts +3 -0
  50. package/lib/components/icon/generated/actions/ThumbsUp24.d.ts +3 -0
  51. package/lib/components/icon/generated/actions/TrashCan16.d.ts +3 -0
  52. package/lib/components/icon/generated/actions/TrashCan24.d.ts +3 -0
  53. package/lib/components/icon/generated/actions/index.d.ts +16 -0
  54. package/lib/components/icon/generated/alert/Bell16.d.ts +3 -0
  55. package/lib/components/icon/generated/alert/Bell24.d.ts +3 -0
  56. package/lib/components/icon/generated/alert/BellFilled16.d.ts +3 -0
  57. package/lib/components/icon/generated/alert/BellFilled24.d.ts +3 -0
  58. package/lib/components/icon/generated/alert/ICircle16.d.ts +3 -0
  59. package/lib/components/icon/generated/alert/ICircle24.d.ts +3 -0
  60. package/lib/components/icon/generated/alert/LightningBolt16.d.ts +3 -0
  61. package/lib/components/icon/generated/alert/LightningBolt24.d.ts +3 -0
  62. package/lib/components/icon/generated/alert/LightningBoltFilled16.d.ts +3 -0
  63. package/lib/components/icon/generated/alert/LightningBoltFilled24.d.ts +3 -0
  64. package/lib/components/icon/generated/alert/QuestionMarkCircle16.d.ts +3 -0
  65. package/lib/components/icon/generated/alert/QuestionMarkCircle24.d.ts +3 -0
  66. package/lib/components/icon/generated/alert/WarningTriangle16.d.ts +3 -0
  67. package/lib/components/icon/generated/alert/WarningTriangle24.d.ts +3 -0
  68. package/lib/components/icon/generated/alert/index.d.ts +14 -0
  69. package/lib/components/icon/generated/animated/Loader24.d.ts +3 -0
  70. package/lib/components/icon/generated/animated/index.d.ts +1 -0
  71. package/lib/components/icon/generated/arrows/ArrowChevronDoubleDown16.d.ts +3 -0
  72. package/lib/components/icon/generated/arrows/ArrowChevronDoubleDown24.d.ts +3 -0
  73. package/lib/components/icon/generated/arrows/ArrowChevronDoubleLeft16.d.ts +3 -0
  74. package/lib/components/icon/generated/arrows/ArrowChevronDoubleLeft24.d.ts +3 -0
  75. package/lib/components/icon/generated/arrows/ArrowChevronDoubleRight16.d.ts +3 -0
  76. package/lib/components/icon/generated/arrows/ArrowChevronDoubleRight24.d.ts +3 -0
  77. package/lib/components/icon/generated/arrows/ArrowChevronDoubleUp16.d.ts +3 -0
  78. package/lib/components/icon/generated/arrows/ArrowChevronDoubleUp24.d.ts +3 -0
  79. package/lib/components/icon/generated/arrows/ArrowChevronDown16.d.ts +3 -0
  80. package/lib/components/icon/generated/arrows/ArrowChevronDown24.d.ts +3 -0
  81. package/lib/components/icon/generated/arrows/ArrowChevronLeft16.d.ts +3 -0
  82. package/lib/components/icon/generated/arrows/ArrowChevronLeft24.d.ts +3 -0
  83. package/lib/components/icon/generated/arrows/ArrowChevronRight16.d.ts +3 -0
  84. package/lib/components/icon/generated/arrows/ArrowChevronRight24.d.ts +3 -0
  85. package/lib/components/icon/generated/arrows/ArrowChevronUp16.d.ts +3 -0
  86. package/lib/components/icon/generated/arrows/ArrowChevronUp24.d.ts +3 -0
  87. package/lib/components/icon/generated/arrows/ArrowDown16.d.ts +3 -0
  88. package/lib/components/icon/generated/arrows/ArrowDown24.d.ts +3 -0
  89. package/lib/components/icon/generated/arrows/ArrowDownload16.d.ts +3 -0
  90. package/lib/components/icon/generated/arrows/ArrowDownload24.d.ts +3 -0
  91. package/lib/components/icon/generated/arrows/ArrowExternal16.d.ts +3 -0
  92. package/lib/components/icon/generated/arrows/ArrowExternal24.d.ts +3 -0
  93. package/lib/components/icon/generated/arrows/ArrowLeft16.d.ts +3 -0
  94. package/lib/components/icon/generated/arrows/ArrowLeft24.d.ts +3 -0
  95. package/lib/components/icon/generated/arrows/ArrowLineDown16.d.ts +3 -0
  96. package/lib/components/icon/generated/arrows/ArrowLineDown24.d.ts +3 -0
  97. package/lib/components/icon/generated/arrows/ArrowLineLeft16.d.ts +3 -0
  98. package/lib/components/icon/generated/arrows/ArrowLineLeft24.d.ts +3 -0
  99. package/lib/components/icon/generated/arrows/ArrowLineRight16.d.ts +3 -0
  100. package/lib/components/icon/generated/arrows/ArrowLineRight24.d.ts +3 -0
  101. package/lib/components/icon/generated/arrows/ArrowLineUp16.d.ts +3 -0
  102. package/lib/components/icon/generated/arrows/ArrowLineUp24.d.ts +3 -0
  103. package/lib/components/icon/generated/arrows/ArrowRight16.d.ts +3 -0
  104. package/lib/components/icon/generated/arrows/ArrowRight24.d.ts +3 -0
  105. package/lib/components/icon/generated/arrows/ArrowTriangleDown16.d.ts +3 -0
  106. package/lib/components/icon/generated/arrows/ArrowTriangleDown24.d.ts +3 -0
  107. package/lib/components/icon/generated/arrows/ArrowTriangleLeft16.d.ts +3 -0
  108. package/lib/components/icon/generated/arrows/ArrowTriangleLeft24.d.ts +3 -0
  109. package/lib/components/icon/generated/arrows/ArrowTriangleRight16.d.ts +3 -0
  110. package/lib/components/icon/generated/arrows/ArrowTriangleRight24.d.ts +3 -0
  111. package/lib/components/icon/generated/arrows/ArrowTriangleUp16.d.ts +3 -0
  112. package/lib/components/icon/generated/arrows/ArrowTriangleUp24.d.ts +3 -0
  113. package/lib/components/icon/generated/arrows/ArrowTriangleUpdown16.d.ts +3 -0
  114. package/lib/components/icon/generated/arrows/ArrowTriangleUpdown24.d.ts +3 -0
  115. package/lib/components/icon/generated/arrows/ArrowTriangleUpdownDownFilled16.d.ts +3 -0
  116. package/lib/components/icon/generated/arrows/ArrowTriangleUpdownDownFilled24.d.ts +3 -0
  117. package/lib/components/icon/generated/arrows/ArrowTriangleUpdownFilled16.d.ts +3 -0
  118. package/lib/components/icon/generated/arrows/ArrowTriangleUpdownFilled24.d.ts +3 -0
  119. package/lib/components/icon/generated/arrows/ArrowTriangleUpdownTopFilled16.d.ts +3 -0
  120. package/lib/components/icon/generated/arrows/ArrowTriangleUpdownTopFilled24.d.ts +3 -0
  121. package/lib/components/icon/generated/arrows/ArrowUp16.d.ts +3 -0
  122. package/lib/components/icon/generated/arrows/ArrowUp24.d.ts +3 -0
  123. package/lib/components/icon/generated/arrows/ArrowUpdown16.d.ts +3 -0
  124. package/lib/components/icon/generated/arrows/ArrowUpdown24.d.ts +3 -0
  125. package/lib/components/icon/generated/arrows/ArrowUpdownFilled16.d.ts +3 -0
  126. package/lib/components/icon/generated/arrows/ArrowUpdownFilled24.d.ts +3 -0
  127. package/lib/components/icon/generated/arrows/ArrowUpload16.d.ts +3 -0
  128. package/lib/components/icon/generated/arrows/ArrowUpload24.d.ts +3 -0
  129. package/lib/components/icon/generated/arrows/index.d.ts +58 -0
  130. package/lib/components/icon/generated/data/ChartBar16.d.ts +3 -0
  131. package/lib/components/icon/generated/data/ChartBar24.d.ts +3 -0
  132. package/lib/components/icon/generated/data/index.d.ts +2 -0
  133. package/lib/components/icon/generated/docs/DocumentBlank16.d.ts +3 -0
  134. package/lib/components/icon/generated/docs/DocumentBlank24.d.ts +3 -0
  135. package/lib/components/icon/generated/docs/Pencil16.d.ts +3 -0
  136. package/lib/components/icon/generated/docs/Pencil24.d.ts +3 -0
  137. package/lib/components/icon/generated/docs/index.d.ts +4 -0
  138. package/lib/components/icon/generated/location/House16.d.ts +3 -0
  139. package/lib/components/icon/generated/location/House24.d.ts +3 -0
  140. package/lib/components/icon/generated/location/LocationCalifornia16.d.ts +3 -0
  141. package/lib/components/icon/generated/location/LocationCalifornia24.d.ts +3 -0
  142. package/lib/components/icon/generated/location/LocationPin16.d.ts +3 -0
  143. package/lib/components/icon/generated/location/LocationPin24.d.ts +3 -0
  144. package/lib/components/icon/generated/location/index.d.ts +6 -0
  145. package/lib/components/icon/generated/logos/LogoApple16.d.ts +3 -0
  146. package/lib/components/icon/generated/logos/LogoApple24.d.ts +3 -0
  147. package/lib/components/icon/generated/logos/LogoFacebook16.d.ts +3 -0
  148. package/lib/components/icon/generated/logos/LogoFacebook24.d.ts +3 -0
  149. package/lib/components/icon/generated/logos/LogoGithub16.d.ts +3 -0
  150. package/lib/components/icon/generated/logos/LogoGithub24.d.ts +3 -0
  151. package/lib/components/icon/generated/logos/LogoGoogle16.d.ts +3 -0
  152. package/lib/components/icon/generated/logos/LogoGoogle24.d.ts +3 -0
  153. package/lib/components/icon/generated/logos/LogoInstagram16.d.ts +3 -0
  154. package/lib/components/icon/generated/logos/LogoInstagram24.d.ts +3 -0
  155. package/lib/components/icon/generated/logos/LogoLinkedin16.d.ts +3 -0
  156. package/lib/components/icon/generated/logos/LogoLinkedin24.d.ts +3 -0
  157. package/lib/components/icon/generated/logos/LogoPinterest16.d.ts +3 -0
  158. package/lib/components/icon/generated/logos/LogoPinterest24.d.ts +3 -0
  159. package/lib/components/icon/generated/logos/LogoTwitter16.d.ts +3 -0
  160. package/lib/components/icon/generated/logos/LogoTwitter24.d.ts +3 -0
  161. package/lib/components/icon/generated/logos/LogoYoutube16.d.ts +3 -0
  162. package/lib/components/icon/generated/logos/LogoYoutube24.d.ts +3 -0
  163. package/lib/components/icon/generated/logos/index.d.ts +18 -0
  164. package/lib/components/icon/generated/machine/Laptop16.d.ts +3 -0
  165. package/lib/components/icon/generated/machine/Laptop24.d.ts +3 -0
  166. package/lib/components/icon/generated/machine/index.d.ts +2 -0
  167. package/lib/components/icon/generated/media/Photo16.d.ts +3 -0
  168. package/lib/components/icon/generated/media/Photo24.d.ts +3 -0
  169. package/lib/components/icon/generated/media/PhotoFilled16.d.ts +3 -0
  170. package/lib/components/icon/generated/media/PhotoFilled24.d.ts +3 -0
  171. package/lib/components/icon/generated/media/index.d.ts +4 -0
  172. package/lib/components/icon/generated/payment/Cash16.d.ts +3 -0
  173. package/lib/components/icon/generated/payment/Cash24.d.ts +3 -0
  174. package/lib/components/icon/generated/payment/CreditCard16.d.ts +3 -0
  175. package/lib/components/icon/generated/payment/CreditCard24.d.ts +3 -0
  176. package/lib/components/icon/generated/payment/GiftBox16.d.ts +3 -0
  177. package/lib/components/icon/generated/payment/GiftBox24.d.ts +3 -0
  178. package/lib/components/icon/generated/payment/GiftCard16.d.ts +3 -0
  179. package/lib/components/icon/generated/payment/GiftCard24.d.ts +3 -0
  180. package/lib/components/icon/generated/payment/ShoppingBag16.d.ts +3 -0
  181. package/lib/components/icon/generated/payment/ShoppingBag24.d.ts +3 -0
  182. package/lib/components/icon/generated/payment/index.d.ts +10 -0
  183. package/lib/components/icon/generated/people/People16.d.ts +3 -0
  184. package/lib/components/icon/generated/people/People24.d.ts +3 -0
  185. package/lib/components/icon/generated/people/Person16.d.ts +3 -0
  186. package/lib/components/icon/generated/people/Person24.d.ts +3 -0
  187. package/lib/components/icon/generated/people/index.d.ts +4 -0
  188. package/lib/components/icon/generated/time/Calendar16.d.ts +3 -0
  189. package/lib/components/icon/generated/time/Calendar24.d.ts +3 -0
  190. package/lib/components/icon/generated/time/Clock16.d.ts +3 -0
  191. package/lib/components/icon/generated/time/Clock24.d.ts +3 -0
  192. package/lib/components/icon/generated/time/ClockFilled16.d.ts +3 -0
  193. package/lib/components/icon/generated/time/ClockFilled24.d.ts +3 -0
  194. package/lib/components/icon/generated/time/index.d.ts +6 -0
  195. package/lib/components/icon/generated/ui-control/CheckMark16.d.ts +3 -0
  196. package/lib/components/icon/generated/ui-control/CheckMark24.d.ts +3 -0
  197. package/lib/components/icon/generated/ui-control/CheckMarkCircleFilled16.d.ts +3 -0
  198. package/lib/components/icon/generated/ui-control/CheckMarkCircleFilled24.d.ts +3 -0
  199. package/lib/components/icon/generated/ui-control/Grid16.d.ts +3 -0
  200. package/lib/components/icon/generated/ui-control/Grid24.d.ts +3 -0
  201. package/lib/components/icon/generated/ui-control/LinesThree16.d.ts +3 -0
  202. package/lib/components/icon/generated/ui-control/LinesThree24.d.ts +3 -0
  203. package/lib/components/icon/generated/ui-control/LinesTwo16.d.ts +3 -0
  204. package/lib/components/icon/generated/ui-control/LinesTwo24.d.ts +3 -0
  205. package/lib/components/icon/generated/ui-control/Minus16.d.ts +3 -0
  206. package/lib/components/icon/generated/ui-control/Minus24.d.ts +3 -0
  207. package/lib/components/icon/generated/ui-control/MinusCircle16.d.ts +3 -0
  208. package/lib/components/icon/generated/ui-control/MinusCircle24.d.ts +3 -0
  209. package/lib/components/icon/generated/ui-control/Plus16.d.ts +3 -0
  210. package/lib/components/icon/generated/ui-control/Plus24.d.ts +3 -0
  211. package/lib/components/icon/generated/ui-control/PlusCircle16.d.ts +3 -0
  212. package/lib/components/icon/generated/ui-control/PlusCircle24.d.ts +3 -0
  213. package/lib/components/icon/generated/ui-control/ThreeDotsCluster16.d.ts +3 -0
  214. package/lib/components/icon/generated/ui-control/ThreeDotsCluster24.d.ts +3 -0
  215. package/lib/components/icon/generated/ui-control/ThreeDotsHorizontal16.d.ts +3 -0
  216. package/lib/components/icon/generated/ui-control/ThreeDotsHorizontal24.d.ts +3 -0
  217. package/lib/components/icon/generated/ui-control/X16.d.ts +3 -0
  218. package/lib/components/icon/generated/ui-control/X24.d.ts +3 -0
  219. package/lib/components/icon/generated/ui-control/index.d.ts +24 -0
  220. package/lib/components/icon/generated/view/EyeOpen16.d.ts +3 -0
  221. package/lib/components/icon/generated/view/EyeOpen24.d.ts +3 -0
  222. package/lib/components/icon/generated/view/MagnifyingGlass16.d.ts +3 -0
  223. package/lib/components/icon/generated/view/MagnifyingGlass24.d.ts +3 -0
  224. package/lib/components/icon/generated/view/MagnifyingGlassFilled16.d.ts +3 -0
  225. package/lib/components/icon/generated/view/MagnifyingGlassFilled24.d.ts +3 -0
  226. package/lib/components/icon/generated/view/index.d.ts +6 -0
  227. package/lib/components/icon/generated/work/Assemble16.d.ts +3 -0
  228. package/lib/components/icon/generated/work/Assemble24.d.ts +3 -0
  229. package/lib/components/icon/generated/work/BasketFilled16.d.ts +3 -0
  230. package/lib/components/icon/generated/work/BasketFilled24.d.ts +3 -0
  231. package/lib/components/icon/generated/work/Box16.d.ts +3 -0
  232. package/lib/components/icon/generated/work/Box24.d.ts +3 -0
  233. package/lib/components/icon/generated/work/Corner16.d.ts +3 -0
  234. package/lib/components/icon/generated/work/Corner24.d.ts +3 -0
  235. package/lib/components/icon/generated/work/CubeOutline16.d.ts +3 -0
  236. package/lib/components/icon/generated/work/CubeOutline24.d.ts +3 -0
  237. package/lib/components/icon/generated/work/Leaf16.d.ts +3 -0
  238. package/lib/components/icon/generated/work/Leaf24.d.ts +3 -0
  239. package/lib/components/icon/generated/work/LightBulb16.d.ts +3 -0
  240. package/lib/components/icon/generated/work/LightBulb24.d.ts +3 -0
  241. package/lib/components/icon/generated/work/Mask16.d.ts +3 -0
  242. package/lib/components/icon/generated/work/Mask24.d.ts +3 -0
  243. package/lib/components/icon/generated/work/PCircle16.d.ts +3 -0
  244. package/lib/components/icon/generated/work/PCircle24.d.ts +3 -0
  245. package/lib/components/icon/generated/work/PrintNozzle16.d.ts +3 -0
  246. package/lib/components/icon/generated/work/PrintNozzle24.d.ts +3 -0
  247. package/lib/components/icon/generated/work/RfidSignal16.d.ts +3 -0
  248. package/lib/components/icon/generated/work/RfidSignal24.d.ts +3 -0
  249. package/lib/components/icon/generated/work/SandPaper16.d.ts +3 -0
  250. package/lib/components/icon/generated/work/SandPaper24.d.ts +3 -0
  251. package/lib/components/icon/generated/work/Sun16.d.ts +3 -0
  252. package/lib/components/icon/generated/work/Sun24.d.ts +3 -0
  253. package/lib/components/icon/generated/work/TriangleRuler16.d.ts +3 -0
  254. package/lib/components/icon/generated/work/TriangleRuler24.d.ts +3 -0
  255. package/lib/components/icon/generated/work/WaterDrop16.d.ts +3 -0
  256. package/lib/components/icon/generated/work/WaterDrop24.d.ts +3 -0
  257. package/lib/components/icon/generated/work/Wrench16.d.ts +3 -0
  258. package/lib/components/icon/generated/work/Wrench24.d.ts +3 -0
  259. package/lib/components/icon/generated/work/index.d.ts +32 -0
  260. package/lib/components/icon/icon.d.ts +1 -1
  261. package/lib/components/icon/icon.presets.d.ts +1 -1
  262. package/lib/components/icon/icon.type.d.ts +2 -1
  263. package/lib/components/icon/{icon.props.d.ts → icon.types.d.ts} +2 -4
  264. package/lib/components/icon/index.d.ts +1 -1
  265. package/lib/components/image/image.d.ts +3 -0
  266. package/lib/components/image/image.helpers.d.ts +5 -0
  267. package/lib/components/image/image.presets.d.ts +3 -0
  268. package/lib/components/image/image.styles.d.ts +3 -0
  269. package/lib/components/image/image.types.d.ts +38 -0
  270. package/lib/components/image/index.d.ts +1 -0
  271. package/lib/components/index.d.ts +10 -0
  272. package/lib/components/radio/index.d.ts +1 -0
  273. package/lib/components/radio/radio.d.ts +6 -0
  274. package/lib/components/radio/radio.presets.d.ts +2 -0
  275. package/lib/components/radio/radio.styles.d.ts +4 -0
  276. package/lib/components/radio/radio.types.d.ts +12 -0
  277. package/lib/components/stack/index.d.ts +1 -0
  278. package/lib/components/stack/stack.d.ts +3 -0
  279. package/lib/components/stack/stack.presets.d.ts +2 -0
  280. package/lib/components/stack/stack.types.d.ts +3 -0
  281. package/lib/components/typography/index.d.ts +1 -0
  282. package/lib/components/typography/typography.d.ts +11 -0
  283. package/lib/components/typography/typography.presets.d.ts +2 -0
  284. package/lib/components/typography/typography.styles.d.ts +2 -0
  285. package/lib/components/typography/typography.types.d.ts +46 -0
  286. package/lib/helpers/layout.helpers.d.ts +4 -3
  287. package/lib/index.d.ts +2 -4
  288. package/lib/styles/base.d.ts +1 -0
  289. package/lib/styles/theme.d.ts +2 -2
  290. package/lib/styles/theme.stories.d.ts +6 -0
  291. package/lib/types/common.d.ts +1 -0
  292. package/lib/types/resolution-aware-prop.type.d.ts +1 -1
  293. package/package.json +24 -16
  294. package/lib/components/Button/Button.d.ts +0 -29
  295. package/lib/components/Button/index.d.ts +0 -1
  296. package/lib/components/icon/generated/30DaysReturn.d.ts +0 -3
  297. package/lib/components/icon/generated/Address.d.ts +0 -3
  298. package/lib/components/icon/generated/Affirm.d.ts +0 -3
  299. package/lib/components/icon/generated/AffirmBlue.d.ts +0 -3
  300. package/lib/components/icon/generated/Amex.d.ts +0 -3
  301. package/lib/components/icon/generated/ApplePay.d.ts +0 -3
  302. package/lib/components/icon/generated/Ar.d.ts +0 -3
  303. package/lib/components/icon/generated/ArrowCircle.d.ts +0 -3
  304. package/lib/components/icon/generated/ArrowDown.d.ts +0 -3
  305. package/lib/components/icon/generated/ArrowLeft.d.ts +0 -3
  306. package/lib/components/icon/generated/ArrowRight.d.ts +0 -3
  307. package/lib/components/icon/generated/Behance.d.ts +0 -3
  308. package/lib/components/icon/generated/Bell.d.ts +0 -3
  309. package/lib/components/icon/generated/BellTransparent.d.ts +0 -3
  310. package/lib/components/icon/generated/BlankCard.d.ts +0 -3
  311. package/lib/components/icon/generated/Box.d.ts +0 -3
  312. package/lib/components/icon/generated/Branch.d.ts +0 -3
  313. package/lib/components/icon/generated/Bulb.d.ts +0 -3
  314. package/lib/components/icon/generated/Calendar.d.ts +0 -3
  315. package/lib/components/icon/generated/California.d.ts +0 -3
  316. package/lib/components/icon/generated/Camera.d.ts +0 -3
  317. package/lib/components/icon/generated/CameraSquare.d.ts +0 -3
  318. package/lib/components/icon/generated/Cart.d.ts +0 -3
  319. package/lib/components/icon/generated/Chain.d.ts +0 -3
  320. package/lib/components/icon/generated/Check.d.ts +0 -3
  321. package/lib/components/icon/generated/CheckFill.d.ts +0 -3
  322. package/lib/components/icon/generated/CheckReverse.d.ts +0 -3
  323. package/lib/components/icon/generated/CheckRound.d.ts +0 -3
  324. package/lib/components/icon/generated/ChevronDown.d.ts +0 -3
  325. package/lib/components/icon/generated/ChevronLeft.d.ts +0 -3
  326. package/lib/components/icon/generated/ChevronRight.d.ts +0 -3
  327. package/lib/components/icon/generated/Clip.d.ts +0 -3
  328. package/lib/components/icon/generated/Close.d.ts +0 -3
  329. package/lib/components/icon/generated/Cloud.d.ts +0 -3
  330. package/lib/components/icon/generated/Dashboard.d.ts +0 -3
  331. package/lib/components/icon/generated/DashboardChart.d.ts +0 -3
  332. package/lib/components/icon/generated/Design.d.ts +0 -3
  333. package/lib/components/icon/generated/Dimming.d.ts +0 -3
  334. package/lib/components/icon/generated/DisabledArrows.d.ts +0 -3
  335. package/lib/components/icon/generated/DisabledInputArrow.d.ts +0 -3
  336. package/lib/components/icon/generated/Discover.d.ts +0 -3
  337. package/lib/components/icon/generated/Docs.d.ts +0 -3
  338. package/lib/components/icon/generated/Dollar.d.ts +0 -3
  339. package/lib/components/icon/generated/Dots.d.ts +0 -3
  340. package/lib/components/icon/generated/DotsAnimated.d.ts +0 -3
  341. package/lib/components/icon/generated/Download.d.ts +0 -3
  342. package/lib/components/icon/generated/Drag.d.ts +0 -3
  343. package/lib/components/icon/generated/DragHandler.d.ts +0 -3
  344. package/lib/components/icon/generated/ElkLogo.d.ts +0 -3
  345. package/lib/components/icon/generated/Email.d.ts +0 -3
  346. package/lib/components/icon/generated/EmailRound.d.ts +0 -3
  347. package/lib/components/icon/generated/Error.d.ts +0 -3
  348. package/lib/components/icon/generated/FacebookBlack.d.ts +0 -3
  349. package/lib/components/icon/generated/FacebookTransparent.d.ts +0 -3
  350. package/lib/components/icon/generated/Flower.d.ts +0 -3
  351. package/lib/components/icon/generated/FreeShipping.d.ts +0 -3
  352. package/lib/components/icon/generated/Gift.d.ts +0 -3
  353. package/lib/components/icon/generated/GiftCard.d.ts +0 -3
  354. package/lib/components/icon/generated/GiftGold.d.ts +0 -3
  355. package/lib/components/icon/generated/GiftTeal.d.ts +0 -3
  356. package/lib/components/icon/generated/Google.d.ts +0 -3
  357. package/lib/components/icon/generated/Guarantee.d.ts +0 -3
  358. package/lib/components/icon/generated/Hand.d.ts +0 -3
  359. package/lib/components/icon/generated/Heart.d.ts +0 -3
  360. package/lib/components/icon/generated/HeartOutlined.d.ts +0 -3
  361. package/lib/components/icon/generated/Help.d.ts +0 -3
  362. package/lib/components/icon/generated/House.d.ts +0 -3
  363. package/lib/components/icon/generated/IconBell.d.ts +0 -3
  364. package/lib/components/icon/generated/IconCheck.d.ts +0 -3
  365. package/lib/components/icon/generated/IconDotArrow.d.ts +0 -3
  366. package/lib/components/icon/generated/IconDotModalClose.d.ts +0 -3
  367. package/lib/components/icon/generated/IconDownload.d.ts +0 -3
  368. package/lib/components/icon/generated/IconInfo.d.ts +0 -3
  369. package/lib/components/icon/generated/IconJobsAssemble.d.ts +0 -3
  370. package/lib/components/icon/generated/IconJobsBondo.d.ts +0 -3
  371. package/lib/components/icon/generated/IconJobsPack.d.ts +0 -3
  372. package/lib/components/icon/generated/IconJobsPrint.d.ts +0 -3
  373. package/lib/components/icon/generated/IconJobsQa.d.ts +0 -3
  374. package/lib/components/icon/generated/IconJobsSand.d.ts +0 -3
  375. package/lib/components/icon/generated/IconMenu.d.ts +0 -3
  376. package/lib/components/icon/generated/IconMenuClose.d.ts +0 -3
  377. package/lib/components/icon/generated/IconMore.d.ts +0 -3
  378. package/lib/components/icon/generated/IconReorderOff.d.ts +0 -3
  379. package/lib/components/icon/generated/IconReorderOn.d.ts +0 -3
  380. package/lib/components/icon/generated/IconSequence.d.ts +0 -3
  381. package/lib/components/icon/generated/IconStar.d.ts +0 -3
  382. package/lib/components/icon/generated/IconStarFilled.d.ts +0 -3
  383. package/lib/components/icon/generated/IconUpload.d.ts +0 -3
  384. package/lib/components/icon/generated/IconUserProfile.d.ts +0 -3
  385. package/lib/components/icon/generated/IconUserStats.d.ts +0 -3
  386. package/lib/components/icon/generated/Info.d.ts +0 -3
  387. package/lib/components/icon/generated/InputArrow.d.ts +0 -3
  388. package/lib/components/icon/generated/Instagram.d.ts +0 -3
  389. package/lib/components/icon/generated/InstagramColored.d.ts +0 -3
  390. package/lib/components/icon/generated/Lamp.d.ts +0 -3
  391. package/lib/components/icon/generated/Leaf.d.ts +0 -3
  392. package/lib/components/icon/generated/Led.d.ts +0 -3
  393. package/lib/components/icon/generated/LeftQuote.d.ts +0 -3
  394. package/lib/components/icon/generated/Letter.d.ts +0 -3
  395. package/lib/components/icon/generated/Link.d.ts +0 -3
  396. package/lib/components/icon/generated/LiveTracking.d.ts +0 -3
  397. package/lib/components/icon/generated/Loader.d.ts +0 -3
  398. package/lib/components/icon/generated/Logo.d.ts +0 -3
  399. package/lib/components/icon/generated/Mastercard.d.ts +0 -3
  400. package/lib/components/icon/generated/Menu.d.ts +0 -3
  401. package/lib/components/icon/generated/MenuDown.d.ts +0 -3
  402. package/lib/components/icon/generated/MinusCircle.d.ts +0 -3
  403. package/lib/components/icon/generated/Moon.d.ts +0 -3
  404. package/lib/components/icon/generated/NavHelp.d.ts +0 -3
  405. package/lib/components/icon/generated/Next.d.ts +0 -3
  406. package/lib/components/icon/generated/One.d.ts +0 -3
  407. package/lib/components/icon/generated/Paint.d.ts +0 -3
  408. package/lib/components/icon/generated/Pencil.d.ts +0 -3
  409. package/lib/components/icon/generated/Pinterest.d.ts +0 -3
  410. package/lib/components/icon/generated/PinterestColored.d.ts +0 -3
  411. package/lib/components/icon/generated/Play.d.ts +0 -3
  412. package/lib/components/icon/generated/PlayFull.d.ts +0 -3
  413. package/lib/components/icon/generated/Plus.d.ts +0 -3
  414. package/lib/components/icon/generated/PlusCircle.d.ts +0 -3
  415. package/lib/components/icon/generated/PlusCircleBold.d.ts +0 -3
  416. package/lib/components/icon/generated/Pointing.d.ts +0 -3
  417. package/lib/components/icon/generated/Previous.d.ts +0 -3
  418. package/lib/components/icon/generated/Ray.d.ts +0 -3
  419. package/lib/components/icon/generated/Reach.d.ts +0 -3
  420. package/lib/components/icon/generated/ReachLogo.d.ts +0 -3
  421. package/lib/components/icon/generated/Returns.d.ts +0 -3
  422. package/lib/components/icon/generated/RightArrow.d.ts +0 -3
  423. package/lib/components/icon/generated/Ruler.d.ts +0 -3
  424. package/lib/components/icon/generated/Search.d.ts +0 -3
  425. package/lib/components/icon/generated/Settings.d.ts +0 -3
  426. package/lib/components/icon/generated/Share.d.ts +0 -3
  427. package/lib/components/icon/generated/SprkLogo.d.ts +0 -3
  428. package/lib/components/icon/generated/Star.d.ts +0 -3
  429. package/lib/components/icon/generated/StarHalf.d.ts +0 -3
  430. package/lib/components/icon/generated/StarOutlined.d.ts +0 -3
  431. package/lib/components/icon/generated/Sun.d.ts +0 -3
  432. package/lib/components/icon/generated/Tip.d.ts +0 -3
  433. package/lib/components/icon/generated/Trash.d.ts +0 -3
  434. package/lib/components/icon/generated/TrashRound.d.ts +0 -3
  435. package/lib/components/icon/generated/Trunk.d.ts +0 -3
  436. package/lib/components/icon/generated/Twitter.d.ts +0 -3
  437. package/lib/components/icon/generated/TwitterTransparent.d.ts +0 -3
  438. package/lib/components/icon/generated/User.d.ts +0 -3
  439. package/lib/components/icon/generated/UserSmiling.d.ts +0 -3
  440. package/lib/components/icon/generated/Visa.d.ts +0 -3
  441. package/lib/components/icon/generated/Warranty.d.ts +0 -3
  442. package/lib/components/icon/generated/Website.d.ts +0 -3
  443. package/lib/components/icon/generated/Windows.d.ts +0 -3
  444. package/lib/components/icon/generated/Wishlist.d.ts +0 -3
  445. package/lib/components/icon/generated/World.d.ts +0 -3
  446. package/lib/components/icon/generated/Yotpo.d.ts +0 -3
  447. package/lib/components/icon/generated/index.d.ts +0 -151
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowDownload24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowDownload24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowExternal16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowExternal16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowExternal24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowExternal24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLeft16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLeft16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLeft24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLeft24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineDown16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineDown16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineDown24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineDown24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineLeft16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineLeft16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineLeft24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineLeft24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineRight16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineRight16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineRight24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineRight24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineUp16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineUp16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowLineUp24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowLineUp24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowRight16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowRight16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowRight24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowRight24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleDown16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleDown16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleDown24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleDown24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleLeft16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleLeft16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleLeft24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleLeft24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleRight16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleRight16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleRight24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleRight24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUp16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUp16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUp24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUp24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdown16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdown16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdown24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdown24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdownDownFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdownDownFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdownDownFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdownDownFilled24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdownFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdownFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdownFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdownFilled24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdownTopFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdownTopFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowTriangleUpdownTopFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowTriangleUpdownTopFilled24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUp16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUp16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUp24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUp24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUpdown16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUpdown16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUpdown24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUpdown24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUpdownFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUpdownFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUpdownFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUpdownFilled24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUpload16: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUpload16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowUpload24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowUpload24;
@@ -0,0 +1,58 @@
1
+ export { default as ArrowChevronDoubleDown16 } from './ArrowChevronDoubleDown16';
2
+ export { default as ArrowChevronDoubleDown24 } from './ArrowChevronDoubleDown24';
3
+ export { default as ArrowChevronDoubleLeft16 } from './ArrowChevronDoubleLeft16';
4
+ export { default as ArrowChevronDoubleLeft24 } from './ArrowChevronDoubleLeft24';
5
+ export { default as ArrowChevronDoubleRight16 } from './ArrowChevronDoubleRight16';
6
+ export { default as ArrowChevronDoubleRight24 } from './ArrowChevronDoubleRight24';
7
+ export { default as ArrowChevronDoubleUp16 } from './ArrowChevronDoubleUp16';
8
+ export { default as ArrowChevronDoubleUp24 } from './ArrowChevronDoubleUp24';
9
+ export { default as ArrowChevronDown16 } from './ArrowChevronDown16';
10
+ export { default as ArrowChevronDown24 } from './ArrowChevronDown24';
11
+ export { default as ArrowChevronLeft16 } from './ArrowChevronLeft16';
12
+ export { default as ArrowChevronLeft24 } from './ArrowChevronLeft24';
13
+ export { default as ArrowChevronRight16 } from './ArrowChevronRight16';
14
+ export { default as ArrowChevronRight24 } from './ArrowChevronRight24';
15
+ export { default as ArrowChevronUp16 } from './ArrowChevronUp16';
16
+ export { default as ArrowChevronUp24 } from './ArrowChevronUp24';
17
+ export { default as ArrowDown16 } from './ArrowDown16';
18
+ export { default as ArrowDown24 } from './ArrowDown24';
19
+ export { default as ArrowDownload16 } from './ArrowDownload16';
20
+ export { default as ArrowDownload24 } from './ArrowDownload24';
21
+ export { default as ArrowExternal16 } from './ArrowExternal16';
22
+ export { default as ArrowExternal24 } from './ArrowExternal24';
23
+ export { default as ArrowLeft16 } from './ArrowLeft16';
24
+ export { default as ArrowLeft24 } from './ArrowLeft24';
25
+ export { default as ArrowLineDown16 } from './ArrowLineDown16';
26
+ export { default as ArrowLineDown24 } from './ArrowLineDown24';
27
+ export { default as ArrowLineLeft16 } from './ArrowLineLeft16';
28
+ export { default as ArrowLineLeft24 } from './ArrowLineLeft24';
29
+ export { default as ArrowLineRight16 } from './ArrowLineRight16';
30
+ export { default as ArrowLineRight24 } from './ArrowLineRight24';
31
+ export { default as ArrowLineUp16 } from './ArrowLineUp16';
32
+ export { default as ArrowLineUp24 } from './ArrowLineUp24';
33
+ export { default as ArrowRight16 } from './ArrowRight16';
34
+ export { default as ArrowRight24 } from './ArrowRight24';
35
+ export { default as ArrowTriangleDown16 } from './ArrowTriangleDown16';
36
+ export { default as ArrowTriangleDown24 } from './ArrowTriangleDown24';
37
+ export { default as ArrowTriangleLeft16 } from './ArrowTriangleLeft16';
38
+ export { default as ArrowTriangleLeft24 } from './ArrowTriangleLeft24';
39
+ export { default as ArrowTriangleRight16 } from './ArrowTriangleRight16';
40
+ export { default as ArrowTriangleRight24 } from './ArrowTriangleRight24';
41
+ export { default as ArrowTriangleUp16 } from './ArrowTriangleUp16';
42
+ export { default as ArrowTriangleUp24 } from './ArrowTriangleUp24';
43
+ export { default as ArrowTriangleUpdown16 } from './ArrowTriangleUpdown16';
44
+ export { default as ArrowTriangleUpdown24 } from './ArrowTriangleUpdown24';
45
+ export { default as ArrowTriangleUpdownDownFilled16 } from './ArrowTriangleUpdownDownFilled16';
46
+ export { default as ArrowTriangleUpdownDownFilled24 } from './ArrowTriangleUpdownDownFilled24';
47
+ export { default as ArrowTriangleUpdownFilled16 } from './ArrowTriangleUpdownFilled16';
48
+ export { default as ArrowTriangleUpdownFilled24 } from './ArrowTriangleUpdownFilled24';
49
+ export { default as ArrowTriangleUpdownTopFilled16 } from './ArrowTriangleUpdownTopFilled16';
50
+ export { default as ArrowTriangleUpdownTopFilled24 } from './ArrowTriangleUpdownTopFilled24';
51
+ export { default as ArrowUp16 } from './ArrowUp16';
52
+ export { default as ArrowUp24 } from './ArrowUp24';
53
+ export { default as ArrowUpdown16 } from './ArrowUpdown16';
54
+ export { default as ArrowUpdown24 } from './ArrowUpdown24';
55
+ export { default as ArrowUpdownFilled16 } from './ArrowUpdownFilled16';
56
+ export { default as ArrowUpdownFilled24 } from './ArrowUpdownFilled24';
57
+ export { default as ArrowUpload16 } from './ArrowUpload16';
58
+ export { default as ArrowUpload24 } from './ArrowUpload24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgChartBar16: React.NamedExoticComponent<object>;
3
+ export default SvgChartBar16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgChartBar24: React.NamedExoticComponent<object>;
3
+ export default SvgChartBar24;
@@ -0,0 +1,2 @@
1
+ export { default as ChartBar16 } from './ChartBar16';
2
+ export { default as ChartBar24 } from './ChartBar24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDocumentBlank16: React.NamedExoticComponent<object>;
3
+ export default SvgDocumentBlank16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDocumentBlank24: React.NamedExoticComponent<object>;
3
+ export default SvgDocumentBlank24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPencil16: React.NamedExoticComponent<object>;
3
+ export default SvgPencil16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPencil24: React.NamedExoticComponent<object>;
3
+ export default SvgPencil24;
@@ -0,0 +1,4 @@
1
+ export { default as DocumentBlank16 } from './DocumentBlank16';
2
+ export { default as DocumentBlank24 } from './DocumentBlank24';
3
+ export { default as Pencil16 } from './Pencil16';
4
+ export { default as Pencil24 } from './Pencil24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgHouse16: React.NamedExoticComponent<object>;
3
+ export default SvgHouse16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgHouse24: React.NamedExoticComponent<object>;
3
+ export default SvgHouse24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLocationCalifornia16: React.NamedExoticComponent<object>;
3
+ export default SvgLocationCalifornia16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLocationCalifornia24: React.NamedExoticComponent<object>;
3
+ export default SvgLocationCalifornia24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLocationPin16: React.NamedExoticComponent<object>;
3
+ export default SvgLocationPin16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLocationPin24: React.NamedExoticComponent<object>;
3
+ export default SvgLocationPin24;
@@ -0,0 +1,6 @@
1
+ export { default as House16 } from './House16';
2
+ export { default as House24 } from './House24';
3
+ export { default as LocationCalifornia16 } from './LocationCalifornia16';
4
+ export { default as LocationCalifornia24 } from './LocationCalifornia24';
5
+ export { default as LocationPin16 } from './LocationPin16';
6
+ export { default as LocationPin24 } from './LocationPin24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoApple16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoApple16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoApple24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoApple24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoFacebook16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoFacebook16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoFacebook24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoFacebook24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoGithub16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoGithub16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoGithub24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoGithub24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoGoogle16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoGoogle16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoGoogle24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoGoogle24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoInstagram16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoInstagram16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoInstagram24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoInstagram24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoLinkedin16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoLinkedin16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoLinkedin24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoLinkedin24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoPinterest16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoPinterest16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoPinterest24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoPinterest24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoTwitter16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoTwitter16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoTwitter24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoTwitter24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoYoutube16: React.NamedExoticComponent<object>;
3
+ export default SvgLogoYoutube16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoYoutube24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoYoutube24;
@@ -0,0 +1,18 @@
1
+ export { default as LogoApple16 } from './LogoApple16';
2
+ export { default as LogoApple24 } from './LogoApple24';
3
+ export { default as LogoFacebook16 } from './LogoFacebook16';
4
+ export { default as LogoFacebook24 } from './LogoFacebook24';
5
+ export { default as LogoGithub16 } from './LogoGithub16';
6
+ export { default as LogoGithub24 } from './LogoGithub24';
7
+ export { default as LogoGoogle16 } from './LogoGoogle16';
8
+ export { default as LogoGoogle24 } from './LogoGoogle24';
9
+ export { default as LogoInstagram16 } from './LogoInstagram16';
10
+ export { default as LogoInstagram24 } from './LogoInstagram24';
11
+ export { default as LogoLinkedin16 } from './LogoLinkedin16';
12
+ export { default as LogoLinkedin24 } from './LogoLinkedin24';
13
+ export { default as LogoPinterest16 } from './LogoPinterest16';
14
+ export { default as LogoPinterest24 } from './LogoPinterest24';
15
+ export { default as LogoTwitter16 } from './LogoTwitter16';
16
+ export { default as LogoTwitter24 } from './LogoTwitter24';
17
+ export { default as LogoYoutube16 } from './LogoYoutube16';
18
+ export { default as LogoYoutube24 } from './LogoYoutube24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLaptop16: React.NamedExoticComponent<object>;
3
+ export default SvgLaptop16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLaptop24: React.NamedExoticComponent<object>;
3
+ export default SvgLaptop24;
@@ -0,0 +1,2 @@
1
+ export { default as Laptop16 } from './Laptop16';
2
+ export { default as Laptop24 } from './Laptop24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPhoto16: React.NamedExoticComponent<object>;
3
+ export default SvgPhoto16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPhoto24: React.NamedExoticComponent<object>;
3
+ export default SvgPhoto24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPhotoFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgPhotoFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPhotoFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgPhotoFilled24;
@@ -0,0 +1,4 @@
1
+ export { default as Photo16 } from './Photo16';
2
+ export { default as Photo24 } from './Photo24';
3
+ export { default as PhotoFilled16 } from './PhotoFilled16';
4
+ export { default as PhotoFilled24 } from './PhotoFilled24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCash16: React.NamedExoticComponent<object>;
3
+ export default SvgCash16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCash24: React.NamedExoticComponent<object>;
3
+ export default SvgCash24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCreditCard16: React.NamedExoticComponent<object>;
3
+ export default SvgCreditCard16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCreditCard24: React.NamedExoticComponent<object>;
3
+ export default SvgCreditCard24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgGiftBox16: React.NamedExoticComponent<object>;
3
+ export default SvgGiftBox16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgGiftBox24: React.NamedExoticComponent<object>;
3
+ export default SvgGiftBox24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgGiftCard16: React.NamedExoticComponent<object>;
3
+ export default SvgGiftCard16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgGiftCard24: React.NamedExoticComponent<object>;
3
+ export default SvgGiftCard24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgShoppingBag16: React.NamedExoticComponent<object>;
3
+ export default SvgShoppingBag16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgShoppingBag24: React.NamedExoticComponent<object>;
3
+ export default SvgShoppingBag24;
@@ -0,0 +1,10 @@
1
+ export { default as Cash16 } from './Cash16';
2
+ export { default as Cash24 } from './Cash24';
3
+ export { default as CreditCard16 } from './CreditCard16';
4
+ export { default as CreditCard24 } from './CreditCard24';
5
+ export { default as GiftBox16 } from './GiftBox16';
6
+ export { default as GiftBox24 } from './GiftBox24';
7
+ export { default as GiftCard16 } from './GiftCard16';
8
+ export { default as GiftCard24 } from './GiftCard24';
9
+ export { default as ShoppingBag16 } from './ShoppingBag16';
10
+ export { default as ShoppingBag24 } from './ShoppingBag24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPeople16: React.NamedExoticComponent<object>;
3
+ export default SvgPeople16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPeople24: React.NamedExoticComponent<object>;
3
+ export default SvgPeople24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPerson16: React.NamedExoticComponent<object>;
3
+ export default SvgPerson16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPerson24: React.NamedExoticComponent<object>;
3
+ export default SvgPerson24;
@@ -0,0 +1,4 @@
1
+ export { default as People16 } from './People16';
2
+ export { default as People24 } from './People24';
3
+ export { default as Person16 } from './Person16';
4
+ export { default as Person24 } from './Person24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCalendar16: React.NamedExoticComponent<object>;
3
+ export default SvgCalendar16;