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 SvgCalendar24: React.NamedExoticComponent<object>;
3
+ export default SvgCalendar24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgClock16: React.NamedExoticComponent<object>;
3
+ export default SvgClock16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgClock24: React.NamedExoticComponent<object>;
3
+ export default SvgClock24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgClockFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgClockFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgClockFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgClockFilled24;
@@ -0,0 +1,6 @@
1
+ export { default as Calendar16 } from './Calendar16';
2
+ export { default as Calendar24 } from './Calendar24';
3
+ export { default as Clock16 } from './Clock16';
4
+ export { default as Clock24 } from './Clock24';
5
+ export { default as ClockFilled16 } from './ClockFilled16';
6
+ export { default as ClockFilled24 } from './ClockFilled24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCheckMark16: React.NamedExoticComponent<object>;
3
+ export default SvgCheckMark16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCheckMark24: React.NamedExoticComponent<object>;
3
+ export default SvgCheckMark24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCheckMarkCircleFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgCheckMarkCircleFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCheckMarkCircleFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgCheckMarkCircleFilled24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgGrid16: React.NamedExoticComponent<object>;
3
+ export default SvgGrid16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgGrid24: React.NamedExoticComponent<object>;
3
+ export default SvgGrid24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesThree16: React.NamedExoticComponent<object>;
3
+ export default SvgLinesThree16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesThree24: React.NamedExoticComponent<object>;
3
+ export default SvgLinesThree24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesTwo16: React.NamedExoticComponent<object>;
3
+ export default SvgLinesTwo16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesTwo24: React.NamedExoticComponent<object>;
3
+ export default SvgLinesTwo24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMinus16: React.NamedExoticComponent<object>;
3
+ export default SvgMinus16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMinus24: React.NamedExoticComponent<object>;
3
+ export default SvgMinus24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMinusCircle16: React.NamedExoticComponent<object>;
3
+ export default SvgMinusCircle16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMinusCircle24: React.NamedExoticComponent<object>;
3
+ export default SvgMinusCircle24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPlus16: React.NamedExoticComponent<object>;
3
+ export default SvgPlus16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPlus24: React.NamedExoticComponent<object>;
3
+ export default SvgPlus24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPlusCircle16: React.NamedExoticComponent<object>;
3
+ export default SvgPlusCircle16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPlusCircle24: React.NamedExoticComponent<object>;
3
+ export default SvgPlusCircle24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgThreeDotsCluster16: React.NamedExoticComponent<object>;
3
+ export default SvgThreeDotsCluster16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgThreeDotsCluster24: React.NamedExoticComponent<object>;
3
+ export default SvgThreeDotsCluster24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgThreeDotsHorizontal16: React.NamedExoticComponent<object>;
3
+ export default SvgThreeDotsHorizontal16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgThreeDotsHorizontal24: React.NamedExoticComponent<object>;
3
+ export default SvgThreeDotsHorizontal24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgX16: React.NamedExoticComponent<object>;
3
+ export default SvgX16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgX24: React.NamedExoticComponent<object>;
3
+ export default SvgX24;
@@ -0,0 +1,24 @@
1
+ export { default as CheckMark16 } from './CheckMark16';
2
+ export { default as CheckMark24 } from './CheckMark24';
3
+ export { default as CheckMarkCircleFilled16 } from './CheckMarkCircleFilled16';
4
+ export { default as CheckMarkCircleFilled24 } from './CheckMarkCircleFilled24';
5
+ export { default as Grid16 } from './Grid16';
6
+ export { default as Grid24 } from './Grid24';
7
+ export { default as LinesThree16 } from './LinesThree16';
8
+ export { default as LinesThree24 } from './LinesThree24';
9
+ export { default as LinesTwo16 } from './LinesTwo16';
10
+ export { default as LinesTwo24 } from './LinesTwo24';
11
+ export { default as Minus16 } from './Minus16';
12
+ export { default as Minus24 } from './Minus24';
13
+ export { default as MinusCircle16 } from './MinusCircle16';
14
+ export { default as MinusCircle24 } from './MinusCircle24';
15
+ export { default as Plus16 } from './Plus16';
16
+ export { default as Plus24 } from './Plus24';
17
+ export { default as PlusCircle16 } from './PlusCircle16';
18
+ export { default as PlusCircle24 } from './PlusCircle24';
19
+ export { default as ThreeDotsCluster16 } from './ThreeDotsCluster16';
20
+ export { default as ThreeDotsCluster24 } from './ThreeDotsCluster24';
21
+ export { default as ThreeDotsHorizontal16 } from './ThreeDotsHorizontal16';
22
+ export { default as ThreeDotsHorizontal24 } from './ThreeDotsHorizontal24';
23
+ export { default as X16 } from './X16';
24
+ export { default as X24 } from './X24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgEyeOpen16: React.NamedExoticComponent<object>;
3
+ export default SvgEyeOpen16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgEyeOpen24: React.NamedExoticComponent<object>;
3
+ export default SvgEyeOpen24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMagnifyingGlass16: React.NamedExoticComponent<object>;
3
+ export default SvgMagnifyingGlass16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMagnifyingGlass24: React.NamedExoticComponent<object>;
3
+ export default SvgMagnifyingGlass24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMagnifyingGlassFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgMagnifyingGlassFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMagnifyingGlassFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgMagnifyingGlassFilled24;
@@ -0,0 +1,6 @@
1
+ export { default as EyeOpen16 } from './EyeOpen16';
2
+ export { default as EyeOpen24 } from './EyeOpen24';
3
+ export { default as MagnifyingGlass16 } from './MagnifyingGlass16';
4
+ export { default as MagnifyingGlass24 } from './MagnifyingGlass24';
5
+ export { default as MagnifyingGlassFilled16 } from './MagnifyingGlassFilled16';
6
+ export { default as MagnifyingGlassFilled24 } from './MagnifyingGlassFilled24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgAssemble16: React.NamedExoticComponent<object>;
3
+ export default SvgAssemble16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgAssemble24: React.NamedExoticComponent<object>;
3
+ export default SvgAssemble24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgBasketFilled16: React.NamedExoticComponent<object>;
3
+ export default SvgBasketFilled16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgBasketFilled24: React.NamedExoticComponent<object>;
3
+ export default SvgBasketFilled24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgBox16: React.NamedExoticComponent<object>;
3
+ export default SvgBox16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgBox24: React.NamedExoticComponent<object>;
3
+ export default SvgBox24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCorner16: React.NamedExoticComponent<object>;
3
+ export default SvgCorner16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCorner24: React.NamedExoticComponent<object>;
3
+ export default SvgCorner24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCubeOutline16: React.NamedExoticComponent<object>;
3
+ export default SvgCubeOutline16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgCubeOutline24: React.NamedExoticComponent<object>;
3
+ export default SvgCubeOutline24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLeaf16: React.NamedExoticComponent<object>;
3
+ export default SvgLeaf16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLeaf24: React.NamedExoticComponent<object>;
3
+ export default SvgLeaf24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLightBulb16: React.NamedExoticComponent<object>;
3
+ export default SvgLightBulb16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLightBulb24: React.NamedExoticComponent<object>;
3
+ export default SvgLightBulb24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMask16: React.NamedExoticComponent<object>;
3
+ export default SvgMask16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgMask24: React.NamedExoticComponent<object>;
3
+ export default SvgMask24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPCircle16: React.NamedExoticComponent<object>;
3
+ export default SvgPCircle16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPCircle24: React.NamedExoticComponent<object>;
3
+ export default SvgPCircle24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPrintNozzle16: React.NamedExoticComponent<object>;
3
+ export default SvgPrintNozzle16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgPrintNozzle24: React.NamedExoticComponent<object>;
3
+ export default SvgPrintNozzle24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgRfidSignal16: React.NamedExoticComponent<object>;
3
+ export default SvgRfidSignal16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgRfidSignal24: React.NamedExoticComponent<object>;
3
+ export default SvgRfidSignal24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSandPaper16: React.NamedExoticComponent<object>;
3
+ export default SvgSandPaper16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSandPaper24: React.NamedExoticComponent<object>;
3
+ export default SvgSandPaper24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSun16: React.NamedExoticComponent<object>;
3
+ export default SvgSun16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSun24: React.NamedExoticComponent<object>;
3
+ export default SvgSun24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgTriangleRuler16: React.NamedExoticComponent<object>;
3
+ export default SvgTriangleRuler16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgTriangleRuler24: React.NamedExoticComponent<object>;
3
+ export default SvgTriangleRuler24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgWaterDrop16: React.NamedExoticComponent<object>;
3
+ export default SvgWaterDrop16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgWaterDrop24: React.NamedExoticComponent<object>;
3
+ export default SvgWaterDrop24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgWrench16: React.NamedExoticComponent<object>;
3
+ export default SvgWrench16;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgWrench24: React.NamedExoticComponent<object>;
3
+ export default SvgWrench24;
@@ -0,0 +1,32 @@
1
+ export { default as Assemble16 } from './Assemble16';
2
+ export { default as Assemble24 } from './Assemble24';
3
+ export { default as BasketFilled16 } from './BasketFilled16';
4
+ export { default as BasketFilled24 } from './BasketFilled24';
5
+ export { default as Box16 } from './Box16';
6
+ export { default as Box24 } from './Box24';
7
+ export { default as Corner16 } from './Corner16';
8
+ export { default as Corner24 } from './Corner24';
9
+ export { default as CubeOutline16 } from './CubeOutline16';
10
+ export { default as CubeOutline24 } from './CubeOutline24';
11
+ export { default as Leaf16 } from './Leaf16';
12
+ export { default as Leaf24 } from './Leaf24';
13
+ export { default as LightBulb16 } from './LightBulb16';
14
+ export { default as LightBulb24 } from './LightBulb24';
15
+ export { default as Mask16 } from './Mask16';
16
+ export { default as Mask24 } from './Mask24';
17
+ export { default as PCircle16 } from './PCircle16';
18
+ export { default as PCircle24 } from './PCircle24';
19
+ export { default as PrintNozzle16 } from './PrintNozzle16';
20
+ export { default as PrintNozzle24 } from './PrintNozzle24';
21
+ export { default as RfidSignal16 } from './RfidSignal16';
22
+ export { default as RfidSignal24 } from './RfidSignal24';
23
+ export { default as SandPaper16 } from './SandPaper16';
24
+ export { default as SandPaper24 } from './SandPaper24';
25
+ export { default as Sun16 } from './Sun16';
26
+ export { default as Sun24 } from './Sun24';
27
+ export { default as TriangleRuler16 } from './TriangleRuler16';
28
+ export { default as TriangleRuler24 } from './TriangleRuler24';
29
+ export { default as WaterDrop16 } from './WaterDrop16';
30
+ export { default as WaterDrop24 } from './WaterDrop24';
31
+ export { default as Wrench16 } from './Wrench16';
32
+ export { default as Wrench24 } from './Wrench24';
@@ -1,3 +1,3 @@
1
1
  import { FC } from 'react';
2
- import { IconProps } from './icon.props';
2
+ import { IconProps } from './icon.types';
3
3
  export declare const Icon: FC<IconProps>;
@@ -1,2 +1,2 @@
1
- import { IconProps } from './icon.props';
1
+ import { IconProps } from './icon.types';
2
2
  export declare const IconPresets: Partial<IconProps>;
@@ -1 +1,2 @@
1
- export declare type IconType = '30-days-return' | 'address' | 'affirm' | 'affirm-blue' | 'amex' | 'apple-pay' | 'ar' | 'arrow-circle' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'behance' | 'bell' | 'bell-transparent' | 'blank-card' | 'box' | 'branch' | 'bulb' | 'calendar' | 'california' | 'camera' | 'camera-square' | 'cart' | 'chain' | 'check' | 'check-fill' | 'check-reverse' | 'check-round' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'clip' | 'close' | 'cloud' | 'dashboard' | 'dashboard-chart' | 'design' | 'dimming' | 'disabled-arrows' | 'disabled-input-arrow' | 'discover' | 'docs' | 'dollar' | 'dots' | 'dots-animated' | 'download' | 'drag' | 'drag-handler' | 'elk-logo' | 'email' | 'email-round' | 'error' | 'facebook-black' | 'facebook-transparent' | 'flower' | 'free-shipping' | 'gift' | 'gift-card' | 'gift-gold' | 'gift-teal' | 'google' | 'guarantee' | 'hand' | 'heart' | 'heart-outlined' | 'help' | 'house' | 'info' | 'input-arrow' | 'instagram' | 'instagram-colored' | 'lamp' | 'leaf' | 'led' | 'left-quote' | 'letter' | 'link' | 'live-tracking' | 'loader' | 'logo' | 'mastercard' | 'menu' | 'menu-down' | 'minus-circle' | 'moon' | 'nav-help' | 'next' | 'one' | 'paint' | 'pencil' | 'pinterest' | 'pinterest-colored' | 'play' | 'play-full' | 'plus' | 'plus-circle' | 'plus-circle-bold' | 'pointing' | 'previous' | 'ray' | 'reach' | 'reach-logo' | 'returns' | 'right-arrow' | 'ruler' | 'search' | 'settings' | 'share' | 'sprk-logo' | 'star' | 'star-half' | 'star-outlined' | 'sun' | 'tip' | 'trash' | 'trash-round' | 'trunk' | 'twitter' | 'twitter-transparent' | 'user' | 'user-smiling' | 'visa' | 'warranty' | 'website' | 'windows' | 'wishlist' | 'world' | 'yotpo';
1
+ export declare const IconsList: readonly ["actions:funnel_16", "actions:funnel_24", "actions:gear_16", "actions:gear_24", "actions:life_buoy_16", "actions:life_buoy_24", "actions:link_16", "actions:link_24", "actions:star_16", "actions:star_24", "actions:star_filled_16", "actions:star_filled_24", "actions:thumbs_up_16", "actions:thumbs_up_24", "actions:trash_can_16", "actions:trash_can_24", "alert:bell_16", "alert:bell_24", "alert:bell_filled_16", "alert:bell_filled_24", "alert:i_circle_16", "alert:i_circle_24", "alert:lightning_bolt_16", "alert:lightning_bolt_24", "alert:lightning_bolt_filled_16", "alert:lightning_bolt_filled_24", "alert:question_mark_circle_16", "alert:question_mark_circle_24", "alert:warning_triangle_16", "alert:warning_triangle_24", "animated:loader_24", "arrows:arrow_chevron_double_down_16", "arrows:arrow_chevron_double_down_24", "arrows:arrow_chevron_double_left_16", "arrows:arrow_chevron_double_left_24", "arrows:arrow_chevron_double_right_16", "arrows:arrow_chevron_double_right_24", "arrows:arrow_chevron_double_up_16", "arrows:arrow_chevron_double_up_24", "arrows:arrow_chevron_down_16", "arrows:arrow_chevron_down_24", "arrows:arrow_chevron_left_16", "arrows:arrow_chevron_left_24", "arrows:arrow_chevron_right_16", "arrows:arrow_chevron_right_24", "arrows:arrow_chevron_up_16", "arrows:arrow_chevron_up_24", "arrows:arrow_down_16", "arrows:arrow_down_24", "arrows:arrow_download_16", "arrows:arrow_download_24", "arrows:arrow_external_16", "arrows:arrow_external_24", "arrows:arrow_left_16", "arrows:arrow_left_24", "arrows:arrow_line_down_16", "arrows:arrow_line_down_24", "arrows:arrow_line_left_16", "arrows:arrow_line_left_24", "arrows:arrow_line_right_16", "arrows:arrow_line_right_24", "arrows:arrow_line_up_16", "arrows:arrow_line_up_24", "arrows:arrow_right_16", "arrows:arrow_right_24", "arrows:arrow_triangle_down_16", "arrows:arrow_triangle_down_24", "arrows:arrow_triangle_left_16", "arrows:arrow_triangle_left_24", "arrows:arrow_triangle_right_16", "arrows:arrow_triangle_right_24", "arrows:arrow_triangle_up_16", "arrows:arrow_triangle_up_24", "arrows:arrow_triangle_updown_16", "arrows:arrow_triangle_updown_24", "arrows:arrow_triangle_updown_down_filled_16", "arrows:arrow_triangle_updown_down_filled_24", "arrows:arrow_triangle_updown_filled_16", "arrows:arrow_triangle_updown_filled_24", "arrows:arrow_triangle_updown_top_filled_16", "arrows:arrow_triangle_updown_top_filled_24", "arrows:arrow_up_16", "arrows:arrow_up_24", "arrows:arrow_updown_16", "arrows:arrow_updown_24", "arrows:arrow_updown_filled_16", "arrows:arrow_updown_filled_24", "arrows:arrow_upload_16", "arrows:arrow_upload_24", "data:chart_bar_16", "data:chart_bar_24", "docs:document_blank_16", "docs:document_blank_24", "docs:pencil_16", "docs:pencil_24", "location:house_16", "location:house_24", "location:location_california_16", "location:location_california_24", "location:location_pin_16", "location:location_pin_24", "logos:logo_apple_16", "logos:logo_apple_24", "logos:logo_facebook_16", "logos:logo_facebook_24", "logos:logo_github_16", "logos:logo_github_24", "logos:logo_google_16", "logos:logo_google_24", "logos:logo_instagram_16", "logos:logo_instagram_24", "logos:logo_linkedin_16", "logos:logo_linkedin_24", "logos:logo_pinterest_16", "logos:logo_pinterest_24", "logos:logo_twitter_16", "logos:logo_twitter_24", "logos:logo_youtube_16", "logos:logo_youtube_24", "machine:laptop_16", "machine:laptop_24", "media:photo_16", "media:photo_24", "media:photo_filled_16", "media:photo_filled_24", "payment:cash_16", "payment:cash_24", "payment:credit_card_16", "payment:credit_card_24", "payment:gift_box_16", "payment:gift_box_24", "payment:gift_card_16", "payment:gift_card_24", "payment:shopping_bag_16", "payment:shopping_bag_24", "people:people_16", "people:people_24", "people:person_16", "people:person_24", "time:calendar_16", "time:calendar_24", "time:clock_16", "time:clock_24", "time:clock_filled_16", "time:clock_filled_24", "ui-control:check_mark_16", "ui-control:check_mark_24", "ui-control:check_mark_circle_filled_16", "ui-control:check_mark_circle_filled_24", "ui-control:grid_16", "ui-control:grid_24", "ui-control:lines_three_16", "ui-control:lines_three_24", "ui-control:lines_two_16", "ui-control:lines_two_24", "ui-control:minus_16", "ui-control:minus_24", "ui-control:minus_circle_16", "ui-control:minus_circle_24", "ui-control:plus_16", "ui-control:plus_24", "ui-control:plus_circle_16", "ui-control:plus_circle_24", "ui-control:three_dots_cluster_16", "ui-control:three_dots_cluster_24", "ui-control:three_dots_horizontal_16", "ui-control:three_dots_horizontal_24", "ui-control:x_16", "ui-control:x_24", "view:eye_open_16", "view:eye_open_24", "view:magnifying_glass_16", "view:magnifying_glass_24", "view:magnifying_glass_filled_16", "view:magnifying_glass_filled_24", "work:rfid_signal_16", "work:rfid_signal_24", "work:assemble_16", "work:assemble_24", "work:basket_filled_16", "work:basket_filled_24", "work:box_16", "work:box_24", "work:corner_16", "work:corner_24", "work:cube_outline_16", "work:cube_outline_24", "work:leaf_16", "work:leaf_24", "work:light_bulb_16", "work:light_bulb_24", "work:mask_16", "work:mask_24", "work:p_circle_16", "work:p_circle_24", "work:print_nozzle_16", "work:print_nozzle_24", "work:sand_paper_16", "work:sand_paper_24", "work:sun_16", "work:sun_24", "work:triangle_ruler_16", "work:triangle_ruler_24", "work:water_drop_16", "work:water_drop_24", "work:wrench_16", "work:wrench_24"];
2
+ export declare type IconType = typeof IconsList[number];
@@ -1,11 +1,11 @@
1
1
  import { SVGProps } from 'react';
2
2
  import { Property } from 'csstype';
3
3
  import { IconType } from './icon.type';
4
- import { PaletteColor } from '../../styles';
5
4
  import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
5
+ export declare type IconColor = 'alert' | 'link' | 't1' | 't2' | 't3';
6
6
  export interface IconProps extends SVGProps<any> {
7
7
  bottom?: Property.Bottom;
8
- color?: PaletteColor;
8
+ color?: IconColor;
9
9
  cursor?: Property.Cursor;
10
10
  height?: ResolutionAwareProp<Property.Height<string | any>>;
11
11
  left?: Property.Left;
@@ -13,8 +13,6 @@ export interface IconProps extends SVGProps<any> {
13
13
  opacity?: number;
14
14
  right?: Property.Right;
15
15
  size?: ResolutionAwareProp<Property.Height<string>>;
16
- strokeColor?: PaletteColor;
17
- strokeWidth?: Property.StrokeWidth<string>;
18
16
  top?: Property.Top;
19
17
  width?: ResolutionAwareProp<Property.Width<string | any>>;
20
18
  }
@@ -1,2 +1,2 @@
1
+ export { IconsList } from './icon.type';
1
2
  export { Icon } from './icon';
2
- export * from './generated';
@@ -0,0 +1,3 @@
1
+ import { FC, PropsWithChildren } from 'react';
2
+ import { ImageProps } from './image.types';
3
+ export declare const Image: FC<PropsWithChildren<ImageProps>>;
@@ -0,0 +1,5 @@
1
+ import { ImageProps, ImageSource, TransformationMode, TransformationQuality } from './image.types';
2
+ import { Optional } from '../../types/common';
3
+ export declare const extractSizePropertyValue: (prop: Optional<string | number>) => number | undefined;
4
+ export declare const generateCloudinaryUrl: (source: ImageSource, imageName?: string | undefined, aspectRatio?: string | undefined, width?: Optional<number | string>, height?: Optional<number | string>, mode?: Optional<TransformationMode>, quality?: Optional<TransformationQuality>) => string;
5
+ export declare const generateImages: (params: Partial<ImageProps>) => string | [Optional<string>, Optional<string>, Optional<string>];
@@ -0,0 +1,3 @@
1
+ import { ImageProps, Transformations } from './image.types';
2
+ export declare const ImagePresets: Partial<ImageProps>;
3
+ export declare const TransformationPresets: Partial<Transformations>;
@@ -0,0 +1,3 @@
1
+ import { StyledImageContainerProps, StyledImageProps } from './image.types';
2
+ export declare const StyledImageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyledImageContainerProps, never>;
3
+ export declare const StyledImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, StyledImageProps, never>;
@@ -0,0 +1,38 @@
1
+ import { Property } from 'csstype';
2
+ import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
3
+ import { PaletteColor } from '../../styles';
4
+ import { Optional } from '../../types/common';
5
+ export interface ImageProps {
6
+ alt: string;
7
+ aspectRatio?: Optional<ResolutionAwareProp<string>>;
8
+ commonTransformations?: Optional<Transformations>;
9
+ fallbackColor?: Optional<PaletteColor>;
10
+ height?: Optional<ResolutionAwareProp<string | number>>;
11
+ immediateAvailable?: Optional<boolean>;
12
+ maxHeight?: Optional<ResolutionAwareProp<Property.MaxHeight>>;
13
+ maxWidth?: Optional<ResolutionAwareProp<Property.MinWidth>>;
14
+ minHeight?: Optional<ResolutionAwareProp<Property.MinHeight>>;
15
+ minWidth?: Optional<ResolutionAwareProp<Property.MinWidth>>;
16
+ mode?: Optional<ResolutionAwareProp<TransformationMode>>;
17
+ name: ResolutionAwareProp<string>;
18
+ objectFit?: Optional<ResolutionAwareProp<Property.ObjectFit>>;
19
+ objectPosition?: Optional<ResolutionAwareProp<Property.ObjectPosition>>;
20
+ quality?: Optional<TransformationQuality>;
21
+ showLoadingIndicator?: Optional<boolean>;
22
+ source?: Optional<ImageSource>;
23
+ transformations?: Optional<ResolutionAwareProp<Transformations>>;
24
+ width?: Optional<ResolutionAwareProp<string | number>>;
25
+ }
26
+ export interface Transformations {
27
+ aspectRatio?: Optional<string>;
28
+ height?: Optional<number>;
29
+ mode?: Optional<TransformationMode>;
30
+ width?: Optional<number>;
31
+ }
32
+ export declare type ImageSource = 'static' | 'dynamic' | 'absolute';
33
+ export declare type TransformationMode = 'scale' | 'limitFit' | 'limitFill' | 'limitPad' | 'fill' | 'fit' | 'crop' | 'pad' | 'imaggaCrop' | 'imaggaScale' | 'minimumFit' | 'minimumPad' | 'fillPad';
34
+ export declare type TransformationQuality = 'auto' | 'autoBest' | 'autoEco' | 'autoGood' | 'autoLow' | 'jpegmini' | 'jpegminiBest' | 'jpegminiHigh' | 'jpegminiMedium';
35
+ export interface StyledImageContainerProps extends Pick<ImageProps, 'aspectRatio' | 'width' | 'height' | 'fallbackColor' | 'maxWidth' | 'maxHeight' | 'minWidth' | 'minHeight'> {
36
+ }
37
+ export interface StyledImageProps extends Pick<ImageProps, 'objectFit' | 'objectPosition'> {
38
+ }
@@ -0,0 +1 @@
1
+ export * from './image';
@@ -0,0 +1,10 @@
1
+ export * from './box';
2
+ export * from './button';
3
+ export * from './cell';
4
+ export * from './flex';
5
+ export * from './grid';
6
+ export * from './icon';
7
+ export * from './image';
8
+ export * from './radio';
9
+ export * from './stack';
10
+ export * from './typography';
@@ -0,0 +1 @@
1
+ export { Radio } from './radio';
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { RadioProps } from './radio.types';
3
+ export declare const Radio: {
4
+ (props: RadioProps): JSX.Element;
5
+ defaultProps: RadioProps;
6
+ };
@@ -0,0 +1,2 @@
1
+ import { RadioProps } from './radio.types';
2
+ export declare const RadioPresets: RadioProps;