@fast-simon/dashboard-utilities 1.0.36 → 1.0.37

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 (1111) hide show
  1. package/dist/components/ProductLabel/ProductLabel.d.ts +11 -0
  2. package/dist/components/ProductLabel/ProductLabel.js +11 -0
  3. package/dist/components/ProductLabel/ProductLabel.js.map +1 -0
  4. package/dist/components/ProductLabel/index.d.ts +1 -0
  5. package/dist/components/ProductLabel/index.js +2 -0
  6. package/dist/components/ProductLabel/index.js.map +1 -0
  7. package/dist/components/ProductLabel/styles.module.css +42 -0
  8. package/dist/components/ProductLabel/utils.d.ts +8 -0
  9. package/dist/components/ProductLabel/utils.js +9 -0
  10. package/dist/components/ProductLabel/utils.js.map +1 -0
  11. package/dist/components/SelectCard/SelectCard.d.ts +5 -0
  12. package/dist/components/SelectCard/SelectCard.js +7 -0
  13. package/dist/components/SelectCard/SelectCard.js.map +1 -0
  14. package/dist/components/SelectCard/index.d.ts +1 -0
  15. package/dist/components/SelectCard/index.js +2 -0
  16. package/dist/components/SelectCard/index.js.map +1 -0
  17. package/dist/components/SelectCard/styles.module.css +21 -0
  18. package/dist/components/productGrid/styles.module.css +1 -1
  19. package/dist/dashboard/dashboard-client/src/components/Button/Button.d.ts +33 -0
  20. package/dist/dashboard/dashboard-client/src/components/Button/Button.js +56 -0
  21. package/dist/dashboard/dashboard-client/src/components/Button/Button.js.map +1 -0
  22. package/dist/dashboard/dashboard-client/src/components/Button/index.d.ts +1 -0
  23. package/dist/dashboard/dashboard-client/src/components/Button/index.js +2 -0
  24. package/dist/dashboard/dashboard-client/src/components/Button/index.js.map +1 -0
  25. package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.d.ts +30 -0
  26. package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.js +88 -0
  27. package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.js.map +1 -0
  28. package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.d.ts +50 -0
  29. package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.js +28 -0
  30. package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.js.map +1 -0
  31. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.d.ts +30 -0
  32. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.js +16 -0
  33. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.js.map +1 -0
  34. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.d.ts +1 -0
  35. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.js +2 -0
  36. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.js.map +1 -0
  37. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.d.ts +43 -0
  38. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.js +78 -0
  39. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.js.map +1 -0
  40. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.d.ts +3 -0
  41. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.js +21 -0
  42. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.js.map +1 -0
  43. package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.d.ts +5 -0
  44. package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.js +6 -0
  45. package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.js.map +1 -0
  46. package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.d.ts +2 -0
  47. package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.js +4 -0
  48. package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.js.map +1 -0
  49. package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.d.ts +2 -0
  50. package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.js +6 -0
  51. package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.js.map +1 -0
  52. package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.d.ts +5 -0
  53. package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.js +7 -0
  54. package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.js.map +1 -0
  55. package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.d.ts +5 -0
  56. package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.js +7 -0
  57. package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.js.map +1 -0
  58. package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.d.ts +7 -0
  59. package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.js +7 -0
  60. package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.js.map +1 -0
  61. package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.d.ts +4 -0
  62. package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.js +7 -0
  63. package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.js.map +1 -0
  64. package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.d.ts +5 -0
  65. package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.js +5 -0
  66. package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.js.map +1 -0
  67. package/dist/dashboard/dashboard-client/src/components/Icons/Icon.d.ts +80 -0
  68. package/dist/dashboard/dashboard-client/src/components/Icons/Icon.js +118 -0
  69. package/dist/dashboard/dashboard-client/src/components/Icons/Icon.js.map +1 -0
  70. package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.d.ts +5 -0
  71. package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.js +4 -0
  72. package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.js.map +1 -0
  73. package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.d.ts +2 -0
  74. package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.js +6 -0
  75. package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.js.map +1 -0
  76. package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.d.ts +5 -0
  77. package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.js +6 -0
  78. package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.js.map +1 -0
  79. package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.d.ts +5 -0
  80. package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.js +7 -0
  81. package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.js.map +1 -0
  82. package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.d.ts +4 -0
  83. package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.js +7 -0
  84. package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.js.map +1 -0
  85. package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.d.ts +5 -0
  86. package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.js +7 -0
  87. package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.js.map +1 -0
  88. package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.d.ts +4 -0
  89. package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.js +7 -0
  90. package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.js.map +1 -0
  91. package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.d.ts +5 -0
  92. package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.js +7 -0
  93. package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.js.map +1 -0
  94. package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.d.ts +5 -0
  95. package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.js +7 -0
  96. package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.js.map +1 -0
  97. package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.d.ts +6 -0
  98. package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.js +7 -0
  99. package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.js.map +1 -0
  100. package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.d.ts +6 -0
  101. package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.js +7 -0
  102. package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.js.map +1 -0
  103. package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.d.ts +2 -0
  104. package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.js +4 -0
  105. package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.js.map +1 -0
  106. package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.d.ts +6 -0
  107. package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.js +7 -0
  108. package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.js.map +1 -0
  109. package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.d.ts +5 -0
  110. package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.js +7 -0
  111. package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.js.map +1 -0
  112. package/dist/dashboard/dashboard-client/src/components/Modal/Modal.d.ts +8 -0
  113. package/dist/dashboard/dashboard-client/src/components/Modal/Modal.js +19 -0
  114. package/dist/dashboard/dashboard-client/src/components/Modal/Modal.js.map +1 -0
  115. package/dist/dashboard/dashboard-client/src/components/Modal/index.d.ts +1 -0
  116. package/dist/dashboard/dashboard-client/src/components/Modal/index.js +2 -0
  117. package/dist/dashboard/dashboard-client/src/components/Modal/index.js.map +1 -0
  118. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.d.ts +9 -0
  119. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.js +32 -0
  120. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.js.map +1 -0
  121. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.d.ts +1 -0
  122. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.js +2 -0
  123. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.js.map +1 -0
  124. package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.d.ts +41 -0
  125. package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.js +68 -0
  126. package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.js.map +1 -0
  127. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.d.ts +26 -0
  128. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.js +61 -0
  129. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.js.map +1 -0
  130. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.d.ts +2 -0
  131. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.js +3 -0
  132. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.js.map +1 -0
  133. package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.d.ts +20 -0
  134. package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.js +18 -0
  135. package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.js.map +1 -0
  136. package/dist/dashboard/dashboard-client/src/components/RadioButton/index.d.ts +1 -0
  137. package/dist/dashboard/dashboard-client/src/components/RadioButton/index.js +2 -0
  138. package/dist/dashboard/dashboard-client/src/components/RadioButton/index.js.map +1 -0
  139. package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.d.ts +31 -0
  140. package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.js +35 -0
  141. package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.js.map +1 -0
  142. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.d.ts +23 -0
  143. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.js +142 -0
  144. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.js.map +1 -0
  145. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.d.ts +9 -0
  146. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.js +12 -0
  147. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.js.map +1 -0
  148. package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.d.ts +45 -0
  149. package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.js +42 -0
  150. package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.js.map +1 -0
  151. package/dist/dashboard/dashboard-client/src/components/SelectRow/index.d.ts +1 -0
  152. package/dist/dashboard/dashboard-client/src/components/SelectRow/index.js +2 -0
  153. package/dist/dashboard/dashboard-client/src/components/SelectRow/index.js.map +1 -0
  154. package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.d.ts +7 -0
  155. package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.js +8 -0
  156. package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.js.map +1 -0
  157. package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.d.ts +1 -0
  158. package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.js +2 -0
  159. package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.js.map +1 -0
  160. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.d.ts +2 -0
  161. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.js +6 -0
  162. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.js.map +1 -0
  163. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.d.ts +1 -0
  164. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.js +2 -0
  165. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.js.map +1 -0
  166. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.d.ts +14 -0
  167. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.js +33 -0
  168. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.js.map +1 -0
  169. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.d.ts +1 -0
  170. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.js +2 -0
  171. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.js.map +1 -0
  172. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.d.ts +13 -0
  173. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.js +29 -0
  174. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.js.map +1 -0
  175. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.d.ts +1 -0
  176. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.js +2 -0
  177. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.js.map +1 -0
  178. package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.d.ts +33 -0
  179. package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.js +362 -0
  180. package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.js.map +1 -0
  181. package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.d.ts +56 -0
  182. package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.js +74 -0
  183. package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.js.map +1 -0
  184. package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.d.ts +137 -0
  185. package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.js +36 -0
  186. package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.js.map +1 -0
  187. package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.d.ts +8 -0
  188. package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.js +9 -0
  189. package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.js.map +1 -0
  190. package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.d.ts +6 -0
  191. package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.js +10 -0
  192. package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.js.map +1 -0
  193. package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.d.ts +4 -0
  194. package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.js +5 -0
  195. package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.js.map +1 -0
  196. package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.d.ts +4 -0
  197. package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.js +30 -0
  198. package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.js.map +1 -0
  199. package/dist/dashboard/dashboard-client/src/hooks/auth.d.ts +6 -0
  200. package/dist/dashboard/dashboard-client/src/hooks/auth.js +88 -0
  201. package/dist/dashboard/dashboard-client/src/hooks/auth.js.map +1 -0
  202. package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.d.ts +23 -0
  203. package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.js +45 -0
  204. package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.js.map +1 -0
  205. package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.d.ts +5 -0
  206. package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.js +29 -0
  207. package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.js.map +1 -0
  208. package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.d.ts +4 -0
  209. package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.js +51 -0
  210. package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.js.map +1 -0
  211. package/dist/dashboard/dashboard-client/src/hooks/useMedia.d.ts +8 -0
  212. package/dist/dashboard/dashboard-client/src/hooks/useMedia.js +41 -0
  213. package/dist/dashboard/dashboard-client/src/hooks/useMedia.js.map +1 -0
  214. package/dist/dashboard/dashboard-client/src/hooks/useResources.d.ts +2 -0
  215. package/dist/dashboard/dashboard-client/src/hooks/useResources.js +46 -0
  216. package/dist/dashboard/dashboard-client/src/hooks/useResources.js.map +1 -0
  217. package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.d.ts +4 -0
  218. package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.js +18 -0
  219. package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.js.map +1 -0
  220. package/dist/dashboard/dashboard-client/src/locals/da.d.ts +12 -0
  221. package/dist/dashboard/dashboard-client/src/locals/da.js +14 -0
  222. package/dist/dashboard/dashboard-client/src/locals/da.js.map +1 -0
  223. package/dist/dashboard/dashboard-client/src/locals/locals.d.ts +4 -0
  224. package/dist/dashboard/dashboard-client/src/locals/locals.js +37 -0
  225. package/dist/dashboard/dashboard-client/src/locals/locals.js.map +1 -0
  226. package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.d.ts +74 -0
  227. package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.js +67 -0
  228. package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.js.map +1 -0
  229. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.d.ts +3 -0
  230. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.js +9 -0
  231. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.js.map +1 -0
  232. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.d.ts +6 -0
  233. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.js +21 -0
  234. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.js.map +1 -0
  235. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.d.ts +2 -0
  236. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.js +17 -0
  237. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.js.map +1 -0
  238. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.d.ts +8 -0
  239. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.js +21 -0
  240. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.js.map +1 -0
  241. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.d.ts +6 -0
  242. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.js +9 -0
  243. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.js.map +1 -0
  244. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.d.ts +2 -0
  245. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.js +113 -0
  246. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.js.map +1 -0
  247. package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.d.ts +2 -0
  248. package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.js +5 -0
  249. package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.js.map +1 -0
  250. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.d.ts +4 -0
  251. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.js +7 -0
  252. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.js.map +1 -0
  253. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.d.ts +9 -0
  254. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.js +12 -0
  255. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.js.map +1 -0
  256. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.d.ts +15 -0
  257. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.js +2 -0
  258. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.js.map +1 -0
  259. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.d.ts +15 -0
  260. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.js +99 -0
  261. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.js.map +1 -0
  262. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.d.ts +15 -0
  263. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.js +128 -0
  264. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.js.map +1 -0
  265. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.d.ts +4 -0
  266. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.js +8 -0
  267. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.js.map +1 -0
  268. package/dist/dashboard/dashboard-client/src/pages/Categories/utils.d.ts +48 -0
  269. package/dist/dashboard/dashboard-client/src/pages/Categories/utils.js +116 -0
  270. package/dist/dashboard/dashboard-client/src/pages/Categories/utils.js.map +1 -0
  271. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.d.ts +4 -0
  272. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.js +44 -0
  273. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.js.map +1 -0
  274. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.d.ts +19 -0
  275. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.js +42 -0
  276. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.js.map +1 -0
  277. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.d.ts +9 -0
  278. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.js +116 -0
  279. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.js.map +1 -0
  280. package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.d.ts +10 -0
  281. package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.js +74 -0
  282. package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.js.map +1 -0
  283. package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.d.ts +10 -0
  284. package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.js +194 -0
  285. package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.js.map +1 -0
  286. package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.d.ts +55 -0
  287. package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.js +288 -0
  288. package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.js.map +1 -0
  289. package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.d.ts +4 -0
  290. package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.js +27 -0
  291. package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.js.map +1 -0
  292. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.d.ts +42 -0
  293. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.js +633 -0
  294. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.js.map +1 -0
  295. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.d.ts +21 -0
  296. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.js +27 -0
  297. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.js.map +1 -0
  298. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.d.ts +21 -0
  299. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.js +6 -0
  300. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.js.map +1 -0
  301. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.d.ts +14 -0
  302. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.js +12 -0
  303. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.js.map +1 -0
  304. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.d.ts +4 -0
  305. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.js +79 -0
  306. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.js.map +1 -0
  307. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.d.ts +6 -0
  308. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.js +52 -0
  309. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.js.map +1 -0
  310. package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.d.ts +10 -0
  311. package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.js +20 -0
  312. package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.js.map +1 -0
  313. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.d.ts +3 -0
  314. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.js +38 -0
  315. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.js.map +1 -0
  316. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.d.ts +8 -0
  317. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.js +62 -0
  318. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.js.map +1 -0
  319. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.d.ts +2 -0
  320. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.js +4 -0
  321. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.js.map +1 -0
  322. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.d.ts +8 -0
  323. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.js +24 -0
  324. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.js.map +1 -0
  325. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.d.ts +2 -0
  326. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.js +32 -0
  327. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.js.map +1 -0
  328. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.d.ts +5 -0
  329. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.js +18 -0
  330. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.js.map +1 -0
  331. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.d.ts +2 -0
  332. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.js +10 -0
  333. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.js.map +1 -0
  334. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.d.ts +3753 -0
  335. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.js +3754 -0
  336. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.js.map +1 -0
  337. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.d.ts +17 -0
  338. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.js +247 -0
  339. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.js.map +1 -0
  340. package/dist/dashboard/dashboard-client/src/pages/Segments/utils.d.ts +34 -0
  341. package/dist/dashboard/dashboard-client/src/pages/Segments/utils.js +147 -0
  342. package/dist/dashboard/dashboard-client/src/pages/Segments/utils.js.map +1 -0
  343. package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.d.ts +6 -0
  344. package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.js +7 -0
  345. package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.js.map +1 -0
  346. package/dist/dashboard/dashboard-client/src/services/abTesting.d.ts +30 -0
  347. package/dist/dashboard/dashboard-client/src/services/abTesting.js +55 -0
  348. package/dist/dashboard/dashboard-client/src/services/abTesting.js.map +1 -0
  349. package/dist/dashboard/dashboard-client/src/services/account.d.ts +5 -0
  350. package/dist/dashboard/dashboard-client/src/services/account.js +13 -0
  351. package/dist/dashboard/dashboard-client/src/services/account.js.map +1 -0
  352. package/dist/dashboard/dashboard-client/src/services/admin/admin.d.ts +43 -0
  353. package/dist/dashboard/dashboard-client/src/services/admin/admin.js +58 -0
  354. package/dist/dashboard/dashboard-client/src/services/admin/admin.js.map +1 -0
  355. package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.d.ts +18 -0
  356. package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.js +38 -0
  357. package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.js.map +1 -0
  358. package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.d.ts +10 -0
  359. package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.js +23 -0
  360. package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.js.map +1 -0
  361. package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.d.ts +5 -0
  362. package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.js +12 -0
  363. package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.js.map +1 -0
  364. package/dist/dashboard/dashboard-client/src/services/admin/adminSync.d.ts +24 -0
  365. package/dist/dashboard/dashboard-client/src/services/admin/adminSync.js +28 -0
  366. package/dist/dashboard/dashboard-client/src/services/admin/adminSync.js.map +1 -0
  367. package/dist/dashboard/dashboard-client/src/services/admin/models.d.ts +96 -0
  368. package/dist/dashboard/dashboard-client/src/services/admin/models.js +8 -0
  369. package/dist/dashboard/dashboard-client/src/services/admin/models.js.map +1 -0
  370. package/dist/dashboard/dashboard-client/src/services/ads.d.ts +52 -0
  371. package/dist/dashboard/dashboard-client/src/services/ads.js +23 -0
  372. package/dist/dashboard/dashboard-client/src/services/ads.js.map +1 -0
  373. package/dist/dashboard/dashboard-client/src/services/auditLog.d.ts +24 -0
  374. package/dist/dashboard/dashboard-client/src/services/auditLog.js +31 -0
  375. package/dist/dashboard/dashboard-client/src/services/auditLog.js.map +1 -0
  376. package/dist/dashboard/dashboard-client/src/services/auth.d.ts +77 -0
  377. package/dist/dashboard/dashboard-client/src/services/auth.js +152 -0
  378. package/dist/dashboard/dashboard-client/src/services/auth.js.map +1 -0
  379. package/dist/dashboard/dashboard-client/src/services/autocomplete.d.ts +11 -0
  380. package/dist/dashboard/dashboard-client/src/services/autocomplete.js +27 -0
  381. package/dist/dashboard/dashboard-client/src/services/autocomplete.js.map +1 -0
  382. package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.d.ts +13 -0
  383. package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.js +17 -0
  384. package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.js.map +1 -0
  385. package/dist/dashboard/dashboard-client/src/services/autocompletePreview.d.ts +23 -0
  386. package/dist/dashboard/dashboard-client/src/services/autocompletePreview.js +85 -0
  387. package/dist/dashboard/dashboard-client/src/services/autocompletePreview.js.map +1 -0
  388. package/dist/dashboard/dashboard-client/src/services/categories.d.ts +28 -0
  389. package/dist/dashboard/dashboard-client/src/services/categories.js +72 -0
  390. package/dist/dashboard/dashboard-client/src/services/categories.js.map +1 -0
  391. package/dist/dashboard/dashboard-client/src/services/config.d.ts +1 -0
  392. package/dist/dashboard/dashboard-client/src/services/config.js +2 -0
  393. package/dist/dashboard/dashboard-client/src/services/config.js.map +1 -0
  394. package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.d.ts +12 -0
  395. package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.js +17 -0
  396. package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.js.map +1 -0
  397. package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.d.ts +44 -0
  398. package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.js +73 -0
  399. package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.js.map +1 -0
  400. package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.d.ts +15 -0
  401. package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.js +26 -0
  402. package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.js.map +1 -0
  403. package/dist/dashboard/dashboard-client/src/services/globalSearch.d.ts +7 -0
  404. package/dist/dashboard/dashboard-client/src/services/globalSearch.js +7 -0
  405. package/dist/dashboard/dashboard-client/src/services/globalSearch.js.map +1 -0
  406. package/dist/dashboard/dashboard-client/src/services/gridEditor.d.ts +24 -0
  407. package/dist/dashboard/dashboard-client/src/services/gridEditor.js +42 -0
  408. package/dist/dashboard/dashboard-client/src/services/gridEditor.js.map +1 -0
  409. package/dist/dashboard/dashboard-client/src/services/integrations.d.ts +62 -0
  410. package/dist/dashboard/dashboard-client/src/services/integrations.js +102 -0
  411. package/dist/dashboard/dashboard-client/src/services/integrations.js.map +1 -0
  412. package/dist/dashboard/dashboard-client/src/services/landingPages.d.ts +22 -0
  413. package/dist/dashboard/dashboard-client/src/services/landingPages.js +33 -0
  414. package/dist/dashboard/dashboard-client/src/services/landingPages.js.map +1 -0
  415. package/dist/dashboard/dashboard-client/src/services/merchandising.d.ts +164 -0
  416. package/dist/dashboard/dashboard-client/src/services/merchandising.js +188 -0
  417. package/dist/dashboard/dashboard-client/src/services/merchandising.js.map +1 -0
  418. package/dist/dashboard/dashboard-client/src/services/notifications.d.ts +6 -0
  419. package/dist/dashboard/dashboard-client/src/services/notifications.js +8 -0
  420. package/dist/dashboard/dashboard-client/src/services/notifications.js.map +1 -0
  421. package/dist/dashboard/dashboard-client/src/services/recommendationEditor.d.ts +12 -0
  422. package/dist/dashboard/dashboard-client/src/services/recommendationEditor.js +17 -0
  423. package/dist/dashboard/dashboard-client/src/services/recommendationEditor.js.map +1 -0
  424. package/dist/dashboard/dashboard-client/src/services/recommendations.d.ts +26 -0
  425. package/dist/dashboard/dashboard-client/src/services/recommendations.js +61 -0
  426. package/dist/dashboard/dashboard-client/src/services/recommendations.js.map +1 -0
  427. package/dist/dashboard/dashboard-client/src/services/searchResults.d.ts +69 -0
  428. package/dist/dashboard/dashboard-client/src/services/searchResults.js +147 -0
  429. package/dist/dashboard/dashboard-client/src/services/searchResults.js.map +1 -0
  430. package/dist/dashboard/dashboard-client/src/services/segments.d.ts +96 -0
  431. package/dist/dashboard/dashboard-client/src/services/segments.js +13 -0
  432. package/dist/dashboard/dashboard-client/src/services/segments.js.map +1 -0
  433. package/dist/dashboard/dashboard-client/src/services/site.d.ts +39 -0
  434. package/dist/dashboard/dashboard-client/src/services/site.js +54 -0
  435. package/dist/dashboard/dashboard-client/src/services/site.js.map +1 -0
  436. package/dist/dashboard/dashboard-client/src/services/stores.d.ts +23 -0
  437. package/dist/dashboard/dashboard-client/src/services/stores.js +87 -0
  438. package/dist/dashboard/dashboard-client/src/services/stores.js.map +1 -0
  439. package/dist/dashboard/dashboard-client/src/services/sync.d.ts +41 -0
  440. package/dist/dashboard/dashboard-client/src/services/sync.js +94 -0
  441. package/dist/dashboard/dashboard-client/src/services/sync.js.map +1 -0
  442. package/dist/dashboard/dashboard-client/src/services/synonyms.d.ts +13 -0
  443. package/dist/dashboard/dashboard-client/src/services/synonyms.js +22 -0
  444. package/dist/dashboard/dashboard-client/src/services/synonyms.js.map +1 -0
  445. package/dist/dashboard/dashboard-client/src/services/themes.d.ts +21 -0
  446. package/dist/dashboard/dashboard-client/src/services/themes.js +34 -0
  447. package/dist/dashboard/dashboard-client/src/services/themes.js.map +1 -0
  448. package/dist/dashboard/dashboard-client/src/services/turbolinks.d.ts +24 -0
  449. package/dist/dashboard/dashboard-client/src/services/turbolinks.js +46 -0
  450. package/dist/dashboard/dashboard-client/src/services/turbolinks.js.map +1 -0
  451. package/dist/dashboard/dashboard-client/src/services/visualDiscovery.d.ts +20 -0
  452. package/dist/dashboard/dashboard-client/src/services/visualDiscovery.js +21 -0
  453. package/dist/dashboard/dashboard-client/src/services/visualDiscovery.js.map +1 -0
  454. package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.d.ts +72 -0
  455. package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.js +400 -0
  456. package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.js.map +1 -0
  457. package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.d.ts +289 -0
  458. package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.js +90 -0
  459. package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.js.map +1 -0
  460. package/dist/dashboard/dashboard-client/src/store/Integrations/models.d.ts +202 -0
  461. package/dist/dashboard/dashboard-client/src/store/Integrations/models.js +440 -0
  462. package/dist/dashboard/dashboard-client/src/store/Integrations/models.js.map +1 -0
  463. package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.d.ts +35 -0
  464. package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.js +208 -0
  465. package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.js.map +1 -0
  466. package/dist/dashboard/dashboard-client/src/store/abTesting/actions.d.ts +168 -0
  467. package/dist/dashboard/dashboard-client/src/store/abTesting/actions.js +58 -0
  468. package/dist/dashboard/dashboard-client/src/store/abTesting/actions.js.map +1 -0
  469. package/dist/dashboard/dashboard-client/src/store/abTesting/models.d.ts +119 -0
  470. package/dist/dashboard/dashboard-client/src/store/abTesting/models.js +61 -0
  471. package/dist/dashboard/dashboard-client/src/store/abTesting/models.js.map +1 -0
  472. package/dist/dashboard/dashboard-client/src/store/account/accountSlice.d.ts +57 -0
  473. package/dist/dashboard/dashboard-client/src/store/account/accountSlice.js +95 -0
  474. package/dist/dashboard/dashboard-client/src/store/account/accountSlice.js.map +1 -0
  475. package/dist/dashboard/dashboard-client/src/store/account/models.d.ts +14 -0
  476. package/dist/dashboard/dashboard-client/src/store/account/models.js +2 -0
  477. package/dist/dashboard/dashboard-client/src/store/account/models.js.map +1 -0
  478. package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.d.ts +174 -0
  479. package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.js +225 -0
  480. package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.js.map +1 -0
  481. package/dist/dashboard/dashboard-client/src/store/admin/addons/models.d.ts +30 -0
  482. package/dist/dashboard/dashboard-client/src/store/admin/addons/models.js +2 -0
  483. package/dist/dashboard/dashboard-client/src/store/admin/addons/models.js.map +1 -0
  484. package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.d.ts +280 -0
  485. package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.js +404 -0
  486. package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.js.map +1 -0
  487. package/dist/dashboard/dashboard-client/src/store/admin/main/models.d.ts +164 -0
  488. package/dist/dashboard/dashboard-client/src/store/admin/main/models.js +31 -0
  489. package/dist/dashboard/dashboard-client/src/store/admin/main/models.js.map +1 -0
  490. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.d.ts +100 -0
  491. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.js +152 -0
  492. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.js.map +1 -0
  493. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.d.ts +23 -0
  494. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.js +2 -0
  495. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.js.map +1 -0
  496. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.d.ts +16 -0
  497. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.js +32 -0
  498. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.js.map +1 -0
  499. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.d.ts +3 -0
  500. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.js +2 -0
  501. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.js.map +1 -0
  502. package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.d.ts +84 -0
  503. package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.js +134 -0
  504. package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.js.map +1 -0
  505. package/dist/dashboard/dashboard-client/src/store/admin/sync/models.d.ts +68 -0
  506. package/dist/dashboard/dashboard-client/src/store/admin/sync/models.js +2 -0
  507. package/dist/dashboard/dashboard-client/src/store/admin/sync/models.js.map +1 -0
  508. package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.d.ts +16 -0
  509. package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.js +35 -0
  510. package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.js.map +1 -0
  511. package/dist/dashboard/dashboard-client/src/store/admin/usages/models.d.ts +9 -0
  512. package/dist/dashboard/dashboard-client/src/store/admin/usages/models.js +2 -0
  513. package/dist/dashboard/dashboard-client/src/store/admin/usages/models.js.map +1 -0
  514. package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.d.ts +106 -0
  515. package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.js +159 -0
  516. package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.js.map +1 -0
  517. package/dist/dashboard/dashboard-client/src/store/ads/models.d.ts +83 -0
  518. package/dist/dashboard/dashboard-client/src/store/ads/models.js +7 -0
  519. package/dist/dashboard/dashboard-client/src/store/ads/models.js.map +1 -0
  520. package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.d.ts +15 -0
  521. package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.js +2 -0
  522. package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.js.map +1 -0
  523. package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.d.ts +41 -0
  524. package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.js +2 -0
  525. package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.js.map +1 -0
  526. package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.d.ts +29 -0
  527. package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.js +2 -0
  528. package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.js.map +1 -0
  529. package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.d.ts +32 -0
  530. package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.js +2 -0
  531. package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.js.map +1 -0
  532. package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.d.ts +60 -0
  533. package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.js +52 -0
  534. package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.js.map +1 -0
  535. package/dist/dashboard/dashboard-client/src/store/analytics/models/index.d.ts +55 -0
  536. package/dist/dashboard/dashboard-client/src/store/analytics/models/index.js +19 -0
  537. package/dist/dashboard/dashboard-client/src/store/analytics/models/index.js.map +1 -0
  538. package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.d.ts +89 -0
  539. package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.js +9 -0
  540. package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.js.map +1 -0
  541. package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.d.ts +24 -0
  542. package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.js +2 -0
  543. package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.js.map +1 -0
  544. package/dist/dashboard/dashboard-client/src/store/analytics/models/products.d.ts +45 -0
  545. package/dist/dashboard/dashboard-client/src/store/analytics/models/products.js +2 -0
  546. package/dist/dashboard/dashboard-client/src/store/analytics/models/products.js.map +1 -0
  547. package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.d.ts +34 -0
  548. package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.js +11 -0
  549. package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.js.map +1 -0
  550. package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.d.ts +23 -0
  551. package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.js +3 -0
  552. package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.js.map +1 -0
  553. package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.d.ts +15 -0
  554. package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.js +2 -0
  555. package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.js.map +1 -0
  556. package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.d.ts +67 -0
  557. package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.js +4 -0
  558. package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.js.map +1 -0
  559. package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.d.ts +14 -0
  560. package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.js +49 -0
  561. package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.js.map +1 -0
  562. package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.d.ts +45 -0
  563. package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.js +2 -0
  564. package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.js.map +1 -0
  565. package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.d.ts +13 -0
  566. package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.js +2 -0
  567. package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.js.map +1 -0
  568. package/dist/dashboard/dashboard-client/src/store/analytics/slice.d.ts +291 -0
  569. package/dist/dashboard/dashboard-client/src/store/analytics/slice.js +447 -0
  570. package/dist/dashboard/dashboard-client/src/store/analytics/slice.js.map +1 -0
  571. package/dist/dashboard/dashboard-client/src/store/auditLog/actions.d.ts +21 -0
  572. package/dist/dashboard/dashboard-client/src/store/auditLog/actions.js +18 -0
  573. package/dist/dashboard/dashboard-client/src/store/auditLog/actions.js.map +1 -0
  574. package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.d.ts +12 -0
  575. package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.js +36 -0
  576. package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.js.map +1 -0
  577. package/dist/dashboard/dashboard-client/src/store/auditLog/models.d.ts +24 -0
  578. package/dist/dashboard/dashboard-client/src/store/auditLog/models.js +2 -0
  579. package/dist/dashboard/dashboard-client/src/store/auditLog/models.js.map +1 -0
  580. package/dist/dashboard/dashboard-client/src/store/auth/authSlice.d.ts +109 -0
  581. package/dist/dashboard/dashboard-client/src/store/auth/authSlice.js +151 -0
  582. package/dist/dashboard/dashboard-client/src/store/auth/authSlice.js.map +1 -0
  583. package/dist/dashboard/dashboard-client/src/store/auth/models.d.ts +32 -0
  584. package/dist/dashboard/dashboard-client/src/store/auth/models.js +6 -0
  585. package/dist/dashboard/dashboard-client/src/store/auth/models.js.map +1 -0
  586. package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.d.ts +191 -0
  587. package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.js +354 -0
  588. package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.js.map +1 -0
  589. package/dist/dashboard/dashboard-client/src/store/autocomplete/models.d.ts +121 -0
  590. package/dist/dashboard/dashboard-client/src/store/autocomplete/models.js +65 -0
  591. package/dist/dashboard/dashboard-client/src/store/autocomplete/models.js.map +1 -0
  592. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.d.ts +2 -0
  593. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.js +32 -0
  594. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.js.map +1 -0
  595. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.d.ts +7 -0
  596. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.js +38 -0
  597. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.js.map +1 -0
  598. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.d.ts +36 -0
  599. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.js +21 -0
  600. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.js.map +1 -0
  601. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.d.ts +50 -0
  602. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.js +154 -0
  603. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.js.map +1 -0
  604. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.d.ts +30 -0
  605. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.js +2 -0
  606. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.js.map +1 -0
  607. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.d.ts +117 -0
  608. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.js +149 -0
  609. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.js.map +1 -0
  610. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.d.ts +30 -0
  611. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.js +106 -0
  612. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.js.map +1 -0
  613. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.d.ts +66 -0
  614. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.js +2 -0
  615. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.js.map +1 -0
  616. package/dist/dashboard/dashboard-client/src/store/categories/actions.d.ts +199 -0
  617. package/dist/dashboard/dashboard-client/src/store/categories/actions.js +63 -0
  618. package/dist/dashboard/dashboard-client/src/store/categories/actions.js.map +1 -0
  619. package/dist/dashboard/dashboard-client/src/store/categories/categoriesSlice.js +166 -0
  620. package/dist/dashboard/dashboard-client/src/store/categories/categoriesSlice.js.map +1 -0
  621. package/dist/dashboard/dashboard-client/src/store/categories/models.d.ts +97 -0
  622. package/dist/dashboard/dashboard-client/src/store/categories/models.js +20 -0
  623. package/dist/dashboard/dashboard-client/src/store/categories/models.js.map +1 -0
  624. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.d.ts +44 -0
  625. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.js +32 -0
  626. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.js.map +1 -0
  627. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.d.ts +68 -0
  628. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.js +287 -0
  629. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.js.map +1 -0
  630. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.d.ts +118 -0
  631. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.js +140 -0
  632. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.js.map +1 -0
  633. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.d.ts +71 -0
  634. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.js +113 -0
  635. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.js.map +1 -0
  636. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.d.ts +22 -0
  637. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.js +2 -0
  638. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.js.map +1 -0
  639. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.d.ts +141 -0
  640. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.js +65 -0
  641. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.js.map +1 -0
  642. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.d.ts +58 -0
  643. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.js +110 -0
  644. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.js.map +1 -0
  645. package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.d.ts +82 -0
  646. package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.js +33 -0
  647. package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.js.map +1 -0
  648. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.d.ts +108 -0
  649. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.js +88 -0
  650. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.js.map +1 -0
  651. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.d.ts +29 -0
  652. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.js +25 -0
  653. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.js.map +1 -0
  654. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.d.ts +12 -0
  655. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.js +15 -0
  656. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.js.map +1 -0
  657. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.d.ts +15 -0
  658. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.js +41 -0
  659. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.js.map +1 -0
  660. package/dist/dashboard/dashboard-client/src/store/globalSearch/models.d.ts +12 -0
  661. package/dist/dashboard/dashboard-client/src/store/globalSearch/models.js +2 -0
  662. package/dist/dashboard/dashboard-client/src/store/globalSearch/models.js.map +1 -0
  663. package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.d.ts +3 -0
  664. package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.js +15 -0
  665. package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.js.map +1 -0
  666. package/dist/dashboard/dashboard-client/src/store/index.js +90 -0
  667. package/dist/dashboard/dashboard-client/src/store/index.js.map +1 -0
  668. package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.d.ts +93 -0
  669. package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.js +139 -0
  670. package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.js.map +1 -0
  671. package/dist/dashboard/dashboard-client/src/store/landingPages/models.d.ts +39 -0
  672. package/dist/dashboard/dashboard-client/src/store/landingPages/models.js +6 -0
  673. package/dist/dashboard/dashboard-client/src/store/landingPages/models.js.map +1 -0
  674. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.d.ts +45 -0
  675. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.js +24 -0
  676. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.js.map +1 -0
  677. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.d.ts +61 -0
  678. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.js +57 -0
  679. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.js.map +1 -0
  680. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.d.ts +10 -0
  681. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.js +15 -0
  682. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.js.map +1 -0
  683. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.d.ts +36 -0
  684. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.js +21 -0
  685. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.js.map +1 -0
  686. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.d.ts +39 -0
  687. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.js +21 -0
  688. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.js.map +1 -0
  689. package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.d.ts +358 -0
  690. package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.js +660 -0
  691. package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.js.map +1 -0
  692. package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.d.ts +37 -0
  693. package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.js +2 -0
  694. package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.js.map +1 -0
  695. package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.d.ts +81 -0
  696. package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.js +14 -0
  697. package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.js.map +1 -0
  698. package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.d.ts +12 -0
  699. package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.js +7 -0
  700. package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.js.map +1 -0
  701. package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.d.ts +13 -0
  702. package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.js +11 -0
  703. package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.js.map +1 -0
  704. package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.d.ts +26 -0
  705. package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.js +17 -0
  706. package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.js.map +1 -0
  707. package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.d.ts +20 -0
  708. package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.js +2 -0
  709. package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.js.map +1 -0
  710. package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.d.ts +50 -0
  711. package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.js +20 -0
  712. package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.js.map +1 -0
  713. package/dist/dashboard/dashboard-client/src/store/merchandising/models.d.ts +45 -0
  714. package/dist/dashboard/dashboard-client/src/store/merchandising/models.js +12 -0
  715. package/dist/dashboard/dashboard-client/src/store/merchandising/models.js.map +1 -0
  716. package/dist/dashboard/dashboard-client/src/store/merchandising/rules.d.ts +13 -0
  717. package/dist/dashboard/dashboard-client/src/store/merchandising/rules.js +24 -0
  718. package/dist/dashboard/dashboard-client/src/store/merchandising/rules.js.map +1 -0
  719. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.d.ts +110 -0
  720. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.js +665 -0
  721. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.js.map +1 -0
  722. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.d.ts +50 -0
  723. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.js +3 -0
  724. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.js.map +1 -0
  725. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.d.ts +10 -0
  726. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.js +45 -0
  727. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.js.map +1 -0
  728. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/merchandisingVisualEditorSlice.js +284 -0
  729. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/merchandisingVisualEditorSlice.js.map +1 -0
  730. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.d.ts +24 -0
  731. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.js +9 -0
  732. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.js.map +1 -0
  733. package/dist/dashboard/dashboard-client/src/store/notifications/models.d.ts +35 -0
  734. package/dist/dashboard/dashboard-client/src/store/notifications/models.js +2 -0
  735. package/dist/dashboard/dashboard-client/src/store/notifications/models.js.map +1 -0
  736. package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.d.ts +36 -0
  737. package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.js +90 -0
  738. package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.js.map +1 -0
  739. package/dist/dashboard/dashboard-client/src/store/pricing/models.d.ts +19 -0
  740. package/dist/dashboard/dashboard-client/src/store/pricing/models.js +11 -0
  741. package/dist/dashboard/dashboard-client/src/store/pricing/models.js.map +1 -0
  742. package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.d.ts +10 -0
  743. package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.js +22 -0
  744. package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.js.map +1 -0
  745. package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.d.ts +103 -0
  746. package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.js +42 -0
  747. package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.js.map +1 -0
  748. package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.d.ts +18 -0
  749. package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.js +2 -0
  750. package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.js.map +1 -0
  751. package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.d.ts +853 -0
  752. package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.js +855 -0
  753. package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.js.map +1 -0
  754. package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.d.ts +151 -0
  755. package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.js +407 -0
  756. package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.js.map +1 -0
  757. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.d.ts +36 -0
  758. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.js +21 -0
  759. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.js.map +1 -0
  760. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.d.ts +290 -0
  761. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.js +13 -0
  762. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.js.map +1 -0
  763. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.d.ts +79 -0
  764. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.js +199 -0
  765. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.js.map +1 -0
  766. package/dist/dashboard/dashboard-client/src/store/recommendations/models.d.ts +127 -0
  767. package/dist/dashboard/dashboard-client/src/store/recommendations/models.js +26 -0
  768. package/dist/dashboard/dashboard-client/src/store/recommendations/models.js.map +1 -0
  769. package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.d.ts +216 -0
  770. package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.js +298 -0
  771. package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.js.map +1 -0
  772. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.d.ts +129 -0
  773. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.js +44 -0
  774. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.js.map +1 -0
  775. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.d.ts +40 -0
  776. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.js +21 -0
  777. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.js.map +1 -0
  778. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.d.ts +14 -0
  779. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.js +15 -0
  780. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.js.map +1 -0
  781. package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.d.ts +53 -0
  782. package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.js +37 -0
  783. package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.js.map +1 -0
  784. package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.d.ts +42 -0
  785. package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.js +15 -0
  786. package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.js.map +1 -0
  787. package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.d.ts +40 -0
  788. package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.js +43 -0
  789. package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.js.map +1 -0
  790. package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.d.ts +43 -0
  791. package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.js +2 -0
  792. package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.js.map +1 -0
  793. package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.d.ts +6 -0
  794. package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.js +6 -0
  795. package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.js.map +1 -0
  796. package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.d.ts +47 -0
  797. package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.js +23 -0
  798. package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.js.map +1 -0
  799. package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.d.ts +30 -0
  800. package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.js +115 -0
  801. package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.js.map +1 -0
  802. package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.d.ts +115 -0
  803. package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.js +104 -0
  804. package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.js.map +1 -0
  805. package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.d.ts +21 -0
  806. package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.js +10 -0
  807. package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.js.map +1 -0
  808. package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.d.ts +358 -0
  809. package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.js +689 -0
  810. package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.js.map +1 -0
  811. package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.d.ts +122 -0
  812. package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.js +250 -0
  813. package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.js.map +1 -0
  814. package/dist/dashboard/dashboard-client/src/store/site/models.d.ts +211 -0
  815. package/dist/dashboard/dashboard-client/src/store/site/models.js +43 -0
  816. package/dist/dashboard/dashboard-client/src/store/site/models.js.map +1 -0
  817. package/dist/dashboard/dashboard-client/src/store/site/siteSlice.d.ts +457 -0
  818. package/dist/dashboard/dashboard-client/src/store/site/siteSlice.js +751 -0
  819. package/dist/dashboard/dashboard-client/src/store/site/siteSlice.js.map +1 -0
  820. package/dist/dashboard/dashboard-client/src/store/store.d.ts +1 -0
  821. package/dist/dashboard/dashboard-client/src/store/store.js +3 -0
  822. package/dist/dashboard/dashboard-client/src/store/store.js.map +1 -0
  823. package/dist/dashboard/dashboard-client/src/store/stores/models.d.ts +160 -0
  824. package/dist/dashboard/dashboard-client/src/store/stores/models.js +2 -0
  825. package/dist/dashboard/dashboard-client/src/store/stores/models.js.map +1 -0
  826. package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.d.ts +220 -0
  827. package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.js +289 -0
  828. package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.js.map +1 -0
  829. package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.d.ts +29 -0
  830. package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.js +9 -0
  831. package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.js.map +1 -0
  832. package/dist/dashboard/dashboard-client/src/store/sync/models.d.ts +329 -0
  833. package/dist/dashboard/dashboard-client/src/store/sync/models.js +61 -0
  834. package/dist/dashboard/dashboard-client/src/store/sync/models.js.map +1 -0
  835. package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.d.ts +573 -0
  836. package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.js +966 -0
  837. package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.js.map +1 -0
  838. package/dist/dashboard/dashboard-client/src/store/synonyms/models.d.ts +39 -0
  839. package/dist/dashboard/dashboard-client/src/store/synonyms/models.js +2 -0
  840. package/dist/dashboard/dashboard-client/src/store/synonyms/models.js.map +1 -0
  841. package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.d.ts +179 -0
  842. package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.js +188 -0
  843. package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.js.map +1 -0
  844. package/dist/dashboard/dashboard-client/src/store/themes/actions.d.ts +72 -0
  845. package/dist/dashboard/dashboard-client/src/store/themes/actions.js +30 -0
  846. package/dist/dashboard/dashboard-client/src/store/themes/actions.js.map +1 -0
  847. package/dist/dashboard/dashboard-client/src/store/themes/models.d.ts +50 -0
  848. package/dist/dashboard/dashboard-client/src/store/themes/models.js +23 -0
  849. package/dist/dashboard/dashboard-client/src/store/themes/models.js.map +1 -0
  850. package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.d.ts +20 -0
  851. package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.js +76 -0
  852. package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.js.map +1 -0
  853. package/dist/dashboard/dashboard-client/src/store/turbolinks/models.d.ts +28 -0
  854. package/dist/dashboard/dashboard-client/src/store/turbolinks/models.js +2 -0
  855. package/dist/dashboard/dashboard-client/src/store/turbolinks/models.js.map +1 -0
  856. package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.d.ts +79 -0
  857. package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.js +132 -0
  858. package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.js.map +1 -0
  859. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.d.ts +24 -0
  860. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.js +6 -0
  861. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.js.map +1 -0
  862. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.d.ts +38 -0
  863. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.js +71 -0
  864. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.js.map +1 -0
  865. package/dist/dashboard/dashboard-client/src/utils/caseConverters.d.ts +7 -0
  866. package/dist/dashboard/dashboard-client/src/utils/caseConverters.js +38 -0
  867. package/dist/dashboard/dashboard-client/src/utils/caseConverters.js.map +1 -0
  868. package/dist/dashboard/dashboard-client/src/utils/dateAndTime.d.ts +32 -0
  869. package/dist/dashboard/dashboard-client/src/utils/dateAndTime.js +64 -0
  870. package/dist/dashboard/dashboard-client/src/utils/dateAndTime.js.map +1 -0
  871. package/dist/dashboard/dashboard-client/src/utils/formatPrice.d.ts +3 -0
  872. package/dist/dashboard/dashboard-client/src/utils/formatPrice.js +80 -0
  873. package/dist/dashboard/dashboard-client/src/utils/formatPrice.js.map +1 -0
  874. package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.d.ts +1 -0
  875. package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.js +27 -0
  876. package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.js.map +1 -0
  877. package/dist/dashboard/dashboard-client/src/utils/locking.d.ts +1 -0
  878. package/dist/dashboard/dashboard-client/src/utils/locking.js +4 -0
  879. package/dist/dashboard/dashboard-client/src/utils/locking.js.map +1 -0
  880. package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.d.ts +26 -0
  881. package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.js +430 -0
  882. package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.js.map +1 -0
  883. package/dist/dashboard/dashboard-client/src/utils/permissions.d.ts +15 -0
  884. package/dist/dashboard/dashboard-client/src/utils/permissions.js +161 -0
  885. package/dist/dashboard/dashboard-client/src/utils/permissions.js.map +1 -0
  886. package/dist/dashboard/dashboard-client/src/utils/site.d.ts +21 -0
  887. package/dist/dashboard/dashboard-client/src/utils/site.js +112 -0
  888. package/dist/dashboard/dashboard-client/src/utils/site.js.map +1 -0
  889. package/dist/dashboard/dashboard-client/src/utils/sortUtils.d.ts +1 -0
  890. package/dist/dashboard/dashboard-client/src/utils/sortUtils.js +18 -0
  891. package/dist/dashboard/dashboard-client/src/utils/sortUtils.js.map +1 -0
  892. package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.d.ts +6 -0
  893. package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.js +2 -0
  894. package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.js.map +1 -0
  895. package/dist/frontends/dashboard-utilities/src/@types/banner.d.ts +7 -0
  896. package/dist/frontends/dashboard-utilities/src/@types/banner.js +2 -0
  897. package/dist/frontends/dashboard-utilities/src/@types/banner.js.map +1 -0
  898. package/dist/frontends/dashboard-utilities/src/@types/categories.d.ts +16 -0
  899. package/dist/frontends/dashboard-utilities/src/@types/categories.js +2 -0
  900. package/dist/frontends/dashboard-utilities/src/@types/categories.js.map +1 -0
  901. package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.d.ts +26 -0
  902. package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.js +2 -0
  903. package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.js.map +1 -0
  904. package/dist/frontends/dashboard-utilities/src/@types/currency.d.ts +1 -0
  905. package/dist/frontends/dashboard-utilities/src/@types/currency.js +2 -0
  906. package/dist/frontends/dashboard-utilities/src/@types/currency.js.map +1 -0
  907. package/dist/frontends/dashboard-utilities/src/@types/editorProduct.d.ts +26 -0
  908. package/dist/frontends/dashboard-utilities/src/@types/editorProduct.js +6 -0
  909. package/dist/frontends/dashboard-utilities/src/@types/editorProduct.js.map +1 -0
  910. package/dist/frontends/dashboard-utilities/src/@types/iconProps.d.ts +9 -0
  911. package/dist/frontends/dashboard-utilities/src/@types/iconProps.js +2 -0
  912. package/dist/frontends/dashboard-utilities/src/@types/iconProps.js.map +1 -0
  913. package/dist/frontends/dashboard-utilities/src/@types/product.d.ts +158 -0
  914. package/dist/frontends/dashboard-utilities/src/@types/product.js +8 -0
  915. package/dist/frontends/dashboard-utilities/src/@types/product.js.map +1 -0
  916. package/dist/frontends/dashboard-utilities/src/@types/productLabel.d.ts +1 -0
  917. package/dist/frontends/dashboard-utilities/src/@types/productLabel.js +2 -0
  918. package/dist/frontends/dashboard-utilities/src/@types/productLabel.js.map +1 -0
  919. package/dist/frontends/dashboard-utilities/src/@types/promoTile.d.ts +11 -0
  920. package/dist/frontends/dashboard-utilities/src/@types/promoTile.js +2 -0
  921. package/dist/frontends/dashboard-utilities/src/@types/promoTile.js.map +1 -0
  922. package/dist/frontends/dashboard-utilities/src/@types/sideMenu.d.ts +19 -0
  923. package/dist/frontends/dashboard-utilities/src/@types/sideMenu.js +2 -0
  924. package/dist/frontends/dashboard-utilities/src/@types/sideMenu.js.map +1 -0
  925. package/dist/frontends/dashboard-utilities/src/@types/sortBy.d.ts +3 -0
  926. package/dist/frontends/dashboard-utilities/src/@types/sortBy.js +2 -0
  927. package/dist/frontends/dashboard-utilities/src/@types/sortBy.js.map +1 -0
  928. package/dist/frontends/dashboard-utilities/src/App.d.ts +3 -0
  929. package/dist/frontends/dashboard-utilities/src/App.js +15 -0
  930. package/dist/frontends/dashboard-utilities/src/App.js.map +1 -0
  931. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.d.ts +9 -0
  932. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.js +74 -0
  933. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.js.map +1 -0
  934. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.d.ts +1 -0
  935. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.js +2 -0
  936. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.js.map +1 -0
  937. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.d.ts +7 -0
  938. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.js +239 -0
  939. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.js.map +1 -0
  940. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.d.ts +10 -0
  941. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.js +7 -0
  942. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.js.map +1 -0
  943. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.d.ts +6 -0
  944. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.js +9 -0
  945. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.js.map +1 -0
  946. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.d.ts +19 -0
  947. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.js +31 -0
  948. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.js.map +1 -0
  949. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.d.ts +7 -0
  950. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.js +10 -0
  951. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.js.map +1 -0
  952. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.d.ts +13 -0
  953. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.js +39 -0
  954. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.js.map +1 -0
  955. package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.d.ts +13 -0
  956. package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.js +40 -0
  957. package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.js.map +1 -0
  958. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.d.ts +32 -0
  959. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.js +398 -0
  960. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.js.map +1 -0
  961. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.d.ts +50 -0
  962. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.js +10 -0
  963. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.js.map +1 -0
  964. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.d.ts +3 -0
  965. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.js +3 -0
  966. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.js.map +1 -0
  967. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.d.ts +172 -0
  968. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.js +67 -0
  969. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.js.map +1 -0
  970. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.d.ts +17 -0
  971. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.js +22 -0
  972. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.js.map +1 -0
  973. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.d.ts +14 -0
  974. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.js +58 -0
  975. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.js.map +1 -0
  976. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.d.ts +18 -0
  977. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.js +23 -0
  978. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.js.map +1 -0
  979. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.d.ts +25 -0
  980. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.js +7 -0
  981. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.js.map +1 -0
  982. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.d.ts +10 -0
  983. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.js +34 -0
  984. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.js.map +1 -0
  985. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.d.ts +1 -0
  986. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.js +2 -0
  987. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.js.map +1 -0
  988. package/dist/frontends/dashboard-utilities/src/components/Input/Input.d.ts +22 -0
  989. package/dist/frontends/dashboard-utilities/src/components/Input/Input.js +49 -0
  990. package/dist/frontends/dashboard-utilities/src/components/Input/Input.js.map +1 -0
  991. package/dist/frontends/dashboard-utilities/src/components/Input/index.d.ts +1 -0
  992. package/dist/frontends/dashboard-utilities/src/components/Input/index.js +2 -0
  993. package/dist/frontends/dashboard-utilities/src/components/Input/index.js.map +1 -0
  994. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.d.ts +9 -0
  995. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.js +88 -0
  996. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.js.map +1 -0
  997. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.d.ts +3 -0
  998. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.js +43 -0
  999. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.js.map +1 -0
  1000. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.d.ts +10 -0
  1001. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.js +7 -0
  1002. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.js.map +1 -0
  1003. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.d.ts +9 -0
  1004. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.js +45 -0
  1005. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.js.map +1 -0
  1006. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.d.ts +1 -0
  1007. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.js +8 -0
  1008. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.js.map +1 -0
  1009. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.d.ts +11 -0
  1010. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.js +16 -0
  1011. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.js.map +1 -0
  1012. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.d.ts +1 -0
  1013. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.js +2 -0
  1014. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.js.map +1 -0
  1015. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.d.ts +12 -0
  1016. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.js +59 -0
  1017. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.js.map +1 -0
  1018. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.d.ts +1 -0
  1019. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.js +2 -0
  1020. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.js.map +1 -0
  1021. package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.d.ts +5 -0
  1022. package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.js +7 -0
  1023. package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.js.map +1 -0
  1024. package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.d.ts +1 -0
  1025. package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.js +2 -0
  1026. package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.js.map +1 -0
  1027. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.d.ts +9 -0
  1028. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.js +18 -0
  1029. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.js.map +1 -0
  1030. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.d.ts +1 -0
  1031. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.js +2 -0
  1032. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.js.map +1 -0
  1033. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.d.ts +11 -0
  1034. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.js +90 -0
  1035. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.js.map +1 -0
  1036. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.d.ts +3 -0
  1037. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.js +42 -0
  1038. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.js.map +1 -0
  1039. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.d.ts +20 -0
  1040. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.js +46 -0
  1041. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.js.map +1 -0
  1042. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.d.ts +1 -0
  1043. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.js +2 -0
  1044. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.js.map +1 -0
  1045. package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.d.ts +8 -0
  1046. package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.js +9 -0
  1047. package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.js.map +1 -0
  1048. package/dist/frontends/dashboard-utilities/src/components/common.d.ts +1 -0
  1049. package/dist/frontends/dashboard-utilities/src/components/common.js +10 -0
  1050. package/dist/frontends/dashboard-utilities/src/components/common.js.map +1 -0
  1051. package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.d.ts +9 -0
  1052. package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.js +22 -0
  1053. package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.js.map +1 -0
  1054. package/dist/frontends/dashboard-utilities/src/components/productGrid/index.d.ts +1 -0
  1055. package/dist/frontends/dashboard-utilities/src/components/productGrid/index.js +2 -0
  1056. package/dist/frontends/dashboard-utilities/src/components/productGrid/index.js.map +1 -0
  1057. package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.d.ts +2 -0
  1058. package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.js +7 -0
  1059. package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.js.map +1 -0
  1060. package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.d.ts +2 -0
  1061. package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.js +7 -0
  1062. package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.js.map +1 -0
  1063. package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.d.ts +2 -0
  1064. package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.js +7 -0
  1065. package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.js.map +1 -0
  1066. package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.d.ts +7 -0
  1067. package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.js +5 -0
  1068. package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.js.map +1 -0
  1069. package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.d.ts +2 -0
  1070. package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.js +7 -0
  1071. package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.js.map +1 -0
  1072. package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.d.ts +2 -0
  1073. package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.js +7 -0
  1074. package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.js.map +1 -0
  1075. package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.d.ts +2 -0
  1076. package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.js +7 -0
  1077. package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.js.map +1 -0
  1078. package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.d.ts +2 -0
  1079. package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.js +7 -0
  1080. package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.js.map +1 -0
  1081. package/dist/frontends/dashboard-utilities/src/index.d.ts +28 -0
  1082. package/dist/frontends/dashboard-utilities/src/index.js +25 -0
  1083. package/dist/frontends/dashboard-utilities/src/index.js.map +1 -0
  1084. package/dist/frontends/dashboard-utilities/src/main.d.ts +1 -0
  1085. package/dist/frontends/dashboard-utilities/src/main.js +6 -0
  1086. package/dist/frontends/dashboard-utilities/src/main.js.map +1 -0
  1087. package/dist/frontends/dashboard-utilities/src/services/API.d.ts +21 -0
  1088. package/dist/frontends/dashboard-utilities/src/services/API.js +50 -0
  1089. package/dist/frontends/dashboard-utilities/src/services/API.js.map +1 -0
  1090. package/dist/frontends/dashboard-utilities/src/services/landingPage.d.ts +28 -0
  1091. package/dist/frontends/dashboard-utilities/src/services/landingPage.js +87 -0
  1092. package/dist/frontends/dashboard-utilities/src/services/landingPage.js.map +1 -0
  1093. package/dist/frontends/dashboard-utilities/src/services/search.d.ts +10 -0
  1094. package/dist/frontends/dashboard-utilities/src/services/search.js +65 -0
  1095. package/dist/frontends/dashboard-utilities/src/services/search.js.map +1 -0
  1096. package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.d.ts +4 -0
  1097. package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.js +10 -0
  1098. package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.js.map +1 -0
  1099. package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.d.ts +13 -0
  1100. package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.js +172 -0
  1101. package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.js.map +1 -0
  1102. package/dist/index.d.ts +7 -2
  1103. package/dist/index.js +7 -2
  1104. package/dist/index.js.map +1 -1
  1105. package/dist/services/getFormatProducts.d.ts +13 -0
  1106. package/dist/services/getFormatProducts.js +44 -0
  1107. package/dist/services/getFormatProducts.js.map +1 -0
  1108. package/dist/utils/useProductsPerRow.d.ts +3 -0
  1109. package/dist/utils/useProductsPerRow.js +19 -0
  1110. package/dist/utils/useProductsPerRow.js.map +1 -0
  1111. package/package.json +1 -1
@@ -0,0 +1,3753 @@
1
+ export declare const defaultSwatchColors: {
2
+ navy: {
3
+ color: string;
4
+ };
5
+ natural: {
6
+ color: string;
7
+ };
8
+ chipmunk: {
9
+ color: string;
10
+ };
11
+ storm: {
12
+ color: string;
13
+ };
14
+ tobacco: {
15
+ color: string;
16
+ };
17
+ pewter: {
18
+ color: string;
19
+ };
20
+ dune: {
21
+ color: string;
22
+ };
23
+ shore: {
24
+ color: string;
25
+ };
26
+ kiwi: {
27
+ color: string;
28
+ };
29
+ sky: {
30
+ color: string;
31
+ };
32
+ royal: {
33
+ color: string;
34
+ };
35
+ moonrock: {
36
+ color: string;
37
+ };
38
+ citrus: {
39
+ color: string;
40
+ };
41
+ chrome: {
42
+ color: string;
43
+ };
44
+ walnut: {
45
+ color: string;
46
+ };
47
+ oak: {
48
+ color: string;
49
+ };
50
+ alizarin: {
51
+ color: string;
52
+ };
53
+ alizarin_crimson: {
54
+ color: string;
55
+ };
56
+ almond: {
57
+ color: string;
58
+ };
59
+ amaranth: {
60
+ color: string;
61
+ };
62
+ amber: {
63
+ color: string;
64
+ };
65
+ amethyst: {
66
+ color: string;
67
+ };
68
+ apricot: {
69
+ color: string;
70
+ };
71
+ ao: {
72
+ color: string;
73
+ };
74
+ aqua: {
75
+ color: string;
76
+ };
77
+ aquamarine: {
78
+ color: string;
79
+ };
80
+ arsenic: {
81
+ color: string;
82
+ };
83
+ asparagus: {
84
+ color: string;
85
+ };
86
+ auburn: {
87
+ color: string;
88
+ };
89
+ aureolin: {
90
+ color: string;
91
+ };
92
+ aurometalsaurus: {
93
+ color: string;
94
+ };
95
+ awesome: {
96
+ color: string;
97
+ };
98
+ azure: {
99
+ color: string;
100
+ };
101
+ bazaar: {
102
+ color: string;
103
+ };
104
+ beaver: {
105
+ color: string;
106
+ };
107
+ beige: {
108
+ color: string;
109
+ };
110
+ bisque: {
111
+ color: string;
112
+ };
113
+ bistre: {
114
+ color: string;
115
+ };
116
+ camouflage: {
117
+ color: string;
118
+ url: string;
119
+ };
120
+ belle: {
121
+ color: string;
122
+ };
123
+ redbean: {
124
+ color: string;
125
+ };
126
+ redblack: {
127
+ color: string;
128
+ };
129
+ merlot: {
130
+ color: string;
131
+ };
132
+ bittersweet: {
133
+ color: string;
134
+ };
135
+ black: {
136
+ color: string;
137
+ };
138
+ blond: {
139
+ color: string;
140
+ };
141
+ blue: {
142
+ color: string;
143
+ };
144
+ blush: {
145
+ color: string;
146
+ };
147
+ bole: {
148
+ color: string;
149
+ };
150
+ bone: {
151
+ color: string;
152
+ };
153
+ boysenberry: {
154
+ color: string;
155
+ };
156
+ brass: {
157
+ color: string;
158
+ };
159
+ bronze: {
160
+ color: string;
161
+ };
162
+ brown: {
163
+ color: string;
164
+ };
165
+ bubbles: {
166
+ color: string;
167
+ };
168
+ buff: {
169
+ color: string;
170
+ };
171
+ burgundy: {
172
+ color: string;
173
+ };
174
+ burlywood: {
175
+ color: string;
176
+ };
177
+ byzantine: {
178
+ color: string;
179
+ };
180
+ byzantium: {
181
+ color: string;
182
+ };
183
+ cadet: {
184
+ color: string;
185
+ };
186
+ canary: {
187
+ color: string;
188
+ };
189
+ capri: {
190
+ color: string;
191
+ };
192
+ camel: {
193
+ color: string;
194
+ };
195
+ cardinal: {
196
+ color: string;
197
+ };
198
+ carmine: {
199
+ color: string;
200
+ };
201
+ carnelian: {
202
+ color: string;
203
+ };
204
+ ceil: {
205
+ color: string;
206
+ };
207
+ celadon: {
208
+ color: string;
209
+ };
210
+ celeste: {
211
+ color: string;
212
+ };
213
+ cerise: {
214
+ color: string;
215
+ };
216
+ cerulean: {
217
+ color: string;
218
+ };
219
+ chamoisee: {
220
+ color: string;
221
+ };
222
+ champagne: {
223
+ color: string;
224
+ };
225
+ charcoal: {
226
+ color: string;
227
+ };
228
+ mocha: {
229
+ color: string;
230
+ };
231
+ fuschia: {
232
+ color: string;
233
+ };
234
+ chartreuse: {
235
+ color: string;
236
+ };
237
+ cherry: {
238
+ color: string;
239
+ };
240
+ chestnut: {
241
+ color: string;
242
+ };
243
+ chocolate: {
244
+ color: string;
245
+ };
246
+ cinereous: {
247
+ color: string;
248
+ };
249
+ cinnabar: {
250
+ color: string;
251
+ };
252
+ cinnamon: {
253
+ color: string;
254
+ };
255
+ citrine: {
256
+ color: string;
257
+ };
258
+ clover: {
259
+ color: string;
260
+ };
261
+ cobalt: {
262
+ color: string;
263
+ };
264
+ copper: {
265
+ color: string;
266
+ };
267
+ coffee: {
268
+ color: string;
269
+ };
270
+ cyan: {
271
+ color: string;
272
+ };
273
+ daffodil: {
274
+ color: string;
275
+ };
276
+ dandelion: {
277
+ color: string;
278
+ };
279
+ coquelicot: {
280
+ color: string;
281
+ };
282
+ coral: {
283
+ color: string;
284
+ };
285
+ cordovan: {
286
+ color: string;
287
+ };
288
+ corn: {
289
+ color: string;
290
+ };
291
+ cornflower: {
292
+ color: string;
293
+ };
294
+ cornsilk: {
295
+ color: string;
296
+ };
297
+ cream: {
298
+ color: string;
299
+ };
300
+ crimson: {
301
+ color: string;
302
+ };
303
+ denim: {
304
+ color: string;
305
+ };
306
+ desert: {
307
+ color: string;
308
+ };
309
+ drab: {
310
+ color: string;
311
+ };
312
+ ecru: {
313
+ color: string;
314
+ };
315
+ eggplant: {
316
+ color: string;
317
+ };
318
+ eggshell: {
319
+ color: string;
320
+ };
321
+ emerald: {
322
+ color: string;
323
+ };
324
+ espresso: {
325
+ color: string;
326
+ };
327
+ fallow: {
328
+ color: string;
329
+ };
330
+ famous: {
331
+ color: string;
332
+ };
333
+ fandango: {
334
+ color: string;
335
+ };
336
+ fawn: {
337
+ color: string;
338
+ };
339
+ feldgrau: {
340
+ color: string;
341
+ };
342
+ fern: {
343
+ color: string;
344
+ };
345
+ firebrick: {
346
+ color: string;
347
+ };
348
+ flame: {
349
+ color: string;
350
+ };
351
+ flavescent: {
352
+ color: string;
353
+ };
354
+ flax: {
355
+ color: string;
356
+ };
357
+ folly: {
358
+ color: string;
359
+ };
360
+ fuchsia: {
361
+ color: string;
362
+ };
363
+ fulvous: {
364
+ color: string;
365
+ };
366
+ gainsboro: {
367
+ color: string;
368
+ };
369
+ gamboge: {
370
+ color: string;
371
+ };
372
+ ginger: {
373
+ color: string;
374
+ };
375
+ glaucous: {
376
+ color: string;
377
+ };
378
+ glitter: {
379
+ color: string;
380
+ };
381
+ gold: {
382
+ color: string;
383
+ };
384
+ goldenrod: {
385
+ color: string;
386
+ };
387
+ green: {
388
+ color: string;
389
+ };
390
+ grullo: {
391
+ color: string;
392
+ };
393
+ heliotrope: {
394
+ color: string;
395
+ };
396
+ honeydew: {
397
+ color: string;
398
+ };
399
+ iceberg: {
400
+ color: string;
401
+ };
402
+ icterine: {
403
+ color: string;
404
+ };
405
+ inchworm: {
406
+ color: string;
407
+ };
408
+ indigo: {
409
+ color: string;
410
+ };
411
+ iris: {
412
+ color: string;
413
+ };
414
+ isabelline: {
415
+ color: string;
416
+ };
417
+ ivory: {
418
+ color: string;
419
+ };
420
+ jade: {
421
+ color: string;
422
+ };
423
+ jasmine: {
424
+ color: string;
425
+ };
426
+ jasper: {
427
+ color: string;
428
+ };
429
+ jonquil: {
430
+ color: string;
431
+ };
432
+ khaki: {
433
+ color: string;
434
+ };
435
+ lava: {
436
+ color: string;
437
+ };
438
+ lavender: {
439
+ color: string;
440
+ };
441
+ lemon: {
442
+ color: string;
443
+ };
444
+ lilac: {
445
+ color: string;
446
+ };
447
+ lime: {
448
+ color: string;
449
+ };
450
+ linen: {
451
+ color: string;
452
+ };
453
+ lion: {
454
+ color: string;
455
+ };
456
+ liver: {
457
+ color: string;
458
+ };
459
+ lust: {
460
+ color: string;
461
+ };
462
+ magenta: {
463
+ color: string;
464
+ };
465
+ magnolia: {
466
+ color: string;
467
+ };
468
+ mahogany: {
469
+ color: string;
470
+ };
471
+ maize: {
472
+ color: string;
473
+ };
474
+ malachite: {
475
+ color: string;
476
+ };
477
+ manatee: {
478
+ color: string;
479
+ };
480
+ mantis: {
481
+ color: string;
482
+ };
483
+ maroon: {
484
+ color: string;
485
+ };
486
+ mauve: {
487
+ color: string;
488
+ };
489
+ mauvelous: {
490
+ color: string;
491
+ };
492
+ melon: {
493
+ color: string;
494
+ };
495
+ mint: {
496
+ color: string;
497
+ };
498
+ moccasin: {
499
+ color: string;
500
+ };
501
+ mulberry: {
502
+ color: string;
503
+ };
504
+ munsell: {
505
+ color: string;
506
+ };
507
+ mustard: {
508
+ color: string;
509
+ };
510
+ myrtle: {
511
+ color: string;
512
+ };
513
+ ochre: {
514
+ color: string;
515
+ };
516
+ olive: {
517
+ color: string;
518
+ };
519
+ olivine: {
520
+ color: string;
521
+ };
522
+ onyx: {
523
+ color: string;
524
+ };
525
+ orange: {
526
+ color: string;
527
+ };
528
+ orchid: {
529
+ color: string;
530
+ };
531
+ patriarch: {
532
+ color: string;
533
+ };
534
+ peach: {
535
+ color: string;
536
+ };
537
+ pear: {
538
+ color: string;
539
+ };
540
+ pearl: {
541
+ color: string;
542
+ };
543
+ peridot: {
544
+ color: string;
545
+ };
546
+ periwinkle: {
547
+ color: string;
548
+ };
549
+ phlox: {
550
+ color: string;
551
+ };
552
+ pink: {
553
+ color: string;
554
+ };
555
+ pistachio: {
556
+ color: string;
557
+ };
558
+ platinum: {
559
+ color: string;
560
+ };
561
+ plum: {
562
+ color: string;
563
+ };
564
+ prune: {
565
+ color: string;
566
+ };
567
+ puce: {
568
+ color: string;
569
+ };
570
+ pumpkin: {
571
+ color: string;
572
+ };
573
+ purple: {
574
+ color: string;
575
+ };
576
+ rackley: {
577
+ color: string;
578
+ };
579
+ raspberry: {
580
+ color: string;
581
+ };
582
+ razzmatazz: {
583
+ color: string;
584
+ };
585
+ red: {
586
+ color: string;
587
+ };
588
+ rose: {
589
+ color: string;
590
+ };
591
+ rosewood: {
592
+ color: string;
593
+ };
594
+ ruby: {
595
+ color: string;
596
+ };
597
+ ruddy: {
598
+ color: string;
599
+ };
600
+ rufous: {
601
+ color: string;
602
+ };
603
+ russet: {
604
+ color: string;
605
+ };
606
+ rust: {
607
+ color: string;
608
+ };
609
+ saffron: {
610
+ color: string;
611
+ };
612
+ salmon: {
613
+ color: string;
614
+ };
615
+ sand: {
616
+ color: string;
617
+ };
618
+ sandstorm: {
619
+ color: string;
620
+ };
621
+ sapphire: {
622
+ color: string;
623
+ };
624
+ scarlet: {
625
+ color: string;
626
+ };
627
+ seashell: {
628
+ color: string;
629
+ };
630
+ sepia: {
631
+ color: string;
632
+ };
633
+ shadow: {
634
+ color: string;
635
+ };
636
+ shamrock: {
637
+ color: string;
638
+ };
639
+ sienna: {
640
+ color: string;
641
+ };
642
+ silver: {
643
+ color: string;
644
+ };
645
+ sinopia: {
646
+ color: string;
647
+ };
648
+ skobeloff: {
649
+ color: string;
650
+ };
651
+ smalt: {
652
+ color: string;
653
+ };
654
+ snow: {
655
+ color: string;
656
+ };
657
+ stizza: {
658
+ color: string;
659
+ };
660
+ stormcloud: {
661
+ color: string;
662
+ };
663
+ straw: {
664
+ color: string;
665
+ };
666
+ sunglow: {
667
+ color: string;
668
+ };
669
+ sunset: {
670
+ color: string;
671
+ };
672
+ tan: {
673
+ color: string;
674
+ };
675
+ tangelo: {
676
+ color: string;
677
+ };
678
+ tangerine: {
679
+ color: string;
680
+ };
681
+ taupe: {
682
+ color: string;
683
+ };
684
+ teal: {
685
+ color: string;
686
+ };
687
+ tawny: {
688
+ color: string;
689
+ };
690
+ thistle: {
691
+ color: string;
692
+ };
693
+ timberwolf: {
694
+ color: string;
695
+ };
696
+ tomato: {
697
+ color: string;
698
+ };
699
+ toolbox: {
700
+ color: string;
701
+ };
702
+ topaz: {
703
+ color: string;
704
+ };
705
+ transparent: {
706
+ color: string;
707
+ };
708
+ tumbleweed: {
709
+ color: string;
710
+ };
711
+ turquoise: {
712
+ color: string;
713
+ };
714
+ ultramarine: {
715
+ color: string;
716
+ };
717
+ umber: {
718
+ color: string;
719
+ };
720
+ ube: {
721
+ color: string;
722
+ };
723
+ urobilin: {
724
+ color: string;
725
+ };
726
+ verdigris: {
727
+ color: string;
728
+ };
729
+ vanilla: {
730
+ color: string;
731
+ };
732
+ vermilion: {
733
+ color: string;
734
+ };
735
+ veronica: {
736
+ color: string;
737
+ };
738
+ violet: {
739
+ color: string;
740
+ };
741
+ viridian: {
742
+ color: string;
743
+ };
744
+ waterspout: {
745
+ color: string;
746
+ };
747
+ wenge: {
748
+ color: string;
749
+ };
750
+ wheat: {
751
+ color: string;
752
+ };
753
+ white: {
754
+ color: string;
755
+ };
756
+ wine: {
757
+ color: string;
758
+ };
759
+ wisteria: {
760
+ color: string;
761
+ };
762
+ xanadu: {
763
+ color: string;
764
+ };
765
+ yellow: {
766
+ color: string;
767
+ };
768
+ zaffre: {
769
+ color: string;
770
+ };
771
+ print: {
772
+ color: string;
773
+ url: string;
774
+ };
775
+ nude: {
776
+ color: string;
777
+ };
778
+ camo: {
779
+ color: string;
780
+ url: string;
781
+ };
782
+ plaid: {
783
+ color: string;
784
+ url: string;
785
+ };
786
+ cabana: {
787
+ color: string;
788
+ url: string;
789
+ };
790
+ floral: {
791
+ color: string;
792
+ url: string;
793
+ };
794
+ stripe: {
795
+ color: string;
796
+ url: string;
797
+ };
798
+ multi: {
799
+ color: string;
800
+ url: string;
801
+ };
802
+ multicolor: {
803
+ color: string;
804
+ url: string;
805
+ };
806
+ multicolored: {
807
+ color: string;
808
+ url: string;
809
+ };
810
+ alluring: {
811
+ color: string;
812
+ };
813
+ blackcoral: {
814
+ color: string;
815
+ };
816
+ silvernude: {
817
+ color: string;
818
+ };
819
+ oxblood: {
820
+ color: string;
821
+ };
822
+ midnight: {
823
+ color: string;
824
+ };
825
+ mediumwash: {
826
+ color: string;
827
+ url: string;
828
+ };
829
+ everglade: {
830
+ color: string;
831
+ };
832
+ avocado: {
833
+ color: string;
834
+ };
835
+ blacksilver: {
836
+ color: string;
837
+ url: string;
838
+ };
839
+ navywhite: {
840
+ color: string;
841
+ url: string;
842
+ };
843
+ aruba: {
844
+ color: string;
845
+ };
846
+ hunter: {
847
+ color: string;
848
+ };
849
+ cappuccino: {
850
+ color: string;
851
+ };
852
+ seafoam: {
853
+ color: string;
854
+ };
855
+ bluenavy: {
856
+ color: string;
857
+ };
858
+ spice: {
859
+ color: string;
860
+ };
861
+ gray: {
862
+ color: string;
863
+ };
864
+ grey_wash: {
865
+ color: string;
866
+ };
867
+ dreamy: {
868
+ color: string;
869
+ };
870
+ dark: {
871
+ color: string;
872
+ url: string;
873
+ };
874
+ bleach: {
875
+ color: string;
876
+ url: string;
877
+ };
878
+ grey: {
879
+ color: string;
880
+ };
881
+ "h.grey": {
882
+ color: string;
883
+ };
884
+ greyblack: {
885
+ color: string;
886
+ url: string;
887
+ };
888
+ poppy: {
889
+ color: string;
890
+ };
891
+ navymulti: {
892
+ color: string;
893
+ };
894
+ redsmoke: {
895
+ color: string;
896
+ };
897
+ elderberry: {
898
+ color: string;
899
+ };
900
+ sangria: {
901
+ color: string;
902
+ };
903
+ colette: {
904
+ color: string;
905
+ };
906
+ marigold: {
907
+ color: string;
908
+ };
909
+ vil: {
910
+ color: string;
911
+ };
912
+ latte: {
913
+ color: string;
914
+ };
915
+ gunmetal: {
916
+ color: string;
917
+ };
918
+ tortoise: {
919
+ color: string;
920
+ };
921
+ aloe: {
922
+ color: string;
923
+ };
924
+ bluecombo: {
925
+ color: string;
926
+ url: string;
927
+ };
928
+ cocoa: {
929
+ color: string;
930
+ };
931
+ zinfandel: {
932
+ color: string;
933
+ };
934
+ berry: {
935
+ color: string;
936
+ };
937
+ oatmeal: {
938
+ color: string;
939
+ };
940
+ blackorange: {
941
+ color: string;
942
+ };
943
+ raisin: {
944
+ color: string;
945
+ };
946
+ bugundy: {
947
+ color: string;
948
+ };
949
+ blonde: {
950
+ color: string;
951
+ };
952
+ marsala: {
953
+ color: string;
954
+ };
955
+ terracotta: {
956
+ color: string;
957
+ };
958
+ whitenude: {
959
+ color: string;
960
+ };
961
+ brick: {
962
+ color: string;
963
+ };
964
+ army: {
965
+ color: string;
966
+ url: string;
967
+ };
968
+ mermaid: {
969
+ color: string;
970
+ };
971
+ cheeky: {
972
+ color: string;
973
+ };
974
+ medium: {
975
+ color: string;
976
+ url: string;
977
+ };
978
+ coco: {
979
+ color: string;
980
+ };
981
+ blushblack: {
982
+ color: string;
983
+ };
984
+ blackcombo: {
985
+ color: string;
986
+ };
987
+ navysage: {
988
+ color: string;
989
+ };
990
+ bluewhite: {
991
+ color: string;
992
+ };
993
+ coralicious: {
994
+ color: string;
995
+ };
996
+ rustmulti: {
997
+ color: string;
998
+ url: string;
999
+ };
1000
+ spicy: {
1001
+ color: string;
1002
+ };
1003
+ celine: {
1004
+ color: string;
1005
+ };
1006
+ charcoalburgundy: {
1007
+ color: string;
1008
+ };
1009
+ whiteblack: {
1010
+ color: string;
1011
+ url: string;
1012
+ };
1013
+ cheetah: {
1014
+ color: string;
1015
+ url: string;
1016
+ };
1017
+ cannes: {
1018
+ color: string;
1019
+ };
1020
+ bali: {
1021
+ color: string;
1022
+ };
1023
+ rainbow: {
1024
+ color: string;
1025
+ };
1026
+ rubi: {
1027
+ color: string;
1028
+ };
1029
+ cement: {
1030
+ color: string;
1031
+ };
1032
+ backstage: {
1033
+ color: string;
1034
+ };
1035
+ charcoalpink: {
1036
+ color: string;
1037
+ };
1038
+ light: {
1039
+ color: string;
1040
+ url: string;
1041
+ };
1042
+ brickred: {
1043
+ color: string;
1044
+ };
1045
+ claudine: {
1046
+ color: string;
1047
+ };
1048
+ bordeaux: {
1049
+ color: string;
1050
+ };
1051
+ blackburgundy: {
1052
+ color: string;
1053
+ };
1054
+ navygreen: {
1055
+ color: string;
1056
+ };
1057
+ seduction: {
1058
+ color: string;
1059
+ };
1060
+ goldbrown: {
1061
+ color: string;
1062
+ };
1063
+ yellowwhite: {
1064
+ color: string;
1065
+ };
1066
+ olivemulti: {
1067
+ color: string;
1068
+ };
1069
+ nudesilver: {
1070
+ color: string;
1071
+ };
1072
+ mauvegrey: {
1073
+ color: string;
1074
+ };
1075
+ mauvewhite: {
1076
+ color: string;
1077
+ };
1078
+ winemulti: {
1079
+ color: string;
1080
+ };
1081
+ brownivory: {
1082
+ color: string;
1083
+ };
1084
+ charcoalblue: {
1085
+ color: string;
1086
+ };
1087
+ blacksmoke: {
1088
+ color: string;
1089
+ };
1090
+ taupemulti: {
1091
+ color: string;
1092
+ };
1093
+ kaleblack: {
1094
+ color: string;
1095
+ };
1096
+ greycombo: {
1097
+ color: string;
1098
+ };
1099
+ ivorynude: {
1100
+ color: string;
1101
+ };
1102
+ stepmother: {
1103
+ color: string;
1104
+ };
1105
+ blackmauve: {
1106
+ color: string;
1107
+ };
1108
+ clearpink: {
1109
+ color: string;
1110
+ };
1111
+ fuchsiablack: {
1112
+ color: string;
1113
+ };
1114
+ bluenude: {
1115
+ color: string;
1116
+ };
1117
+ blackblack: {
1118
+ color: string;
1119
+ };
1120
+ olivewhite: {
1121
+ color: string;
1122
+ };
1123
+ whitewhite: {
1124
+ color: string;
1125
+ };
1126
+ olivemauve: {
1127
+ color: string;
1128
+ };
1129
+ pinkwhite: {
1130
+ color: string;
1131
+ };
1132
+ taupecombo: {
1133
+ color: string;
1134
+ };
1135
+ poised: {
1136
+ color: string;
1137
+ };
1138
+ rice: {
1139
+ color: string;
1140
+ };
1141
+ blackmocha: {
1142
+ color: string;
1143
+ };
1144
+ charcoalwhite: {
1145
+ color: string;
1146
+ };
1147
+ oliveblack: {
1148
+ color: string;
1149
+ };
1150
+ rosegoldmulti: {
1151
+ color: string;
1152
+ url: string;
1153
+ };
1154
+ redivory: {
1155
+ color: string;
1156
+ };
1157
+ whitemulti: {
1158
+ color: string;
1159
+ url: string;
1160
+ };
1161
+ blackgrey: {
1162
+ color: string;
1163
+ };
1164
+ isabella: {
1165
+ color: string;
1166
+ };
1167
+ dusty: {
1168
+ color: string;
1169
+ };
1170
+ blacknude: {
1171
+ color: string;
1172
+ };
1173
+ smoke: {
1174
+ color: string;
1175
+ };
1176
+ sagecombo: {
1177
+ color: string;
1178
+ };
1179
+ goldblue: {
1180
+ color: string;
1181
+ };
1182
+ goldwine: {
1183
+ color: string;
1184
+ };
1185
+ ivoryblack: {
1186
+ color: string;
1187
+ };
1188
+ burgundygrey: {
1189
+ color: string;
1190
+ };
1191
+ istanbul: {
1192
+ color: string;
1193
+ };
1194
+ greymulti: {
1195
+ color: string;
1196
+ };
1197
+ eggplantnude: {
1198
+ color: string;
1199
+ };
1200
+ blushpurple: {
1201
+ color: string;
1202
+ };
1203
+ nuderoyal: {
1204
+ color: string;
1205
+ };
1206
+ beigewhite: {
1207
+ color: string;
1208
+ };
1209
+ blackblue: {
1210
+ color: string;
1211
+ url: string;
1212
+ };
1213
+ burgundywhite: {
1214
+ color: string;
1215
+ };
1216
+ blackcream: {
1217
+ color: string;
1218
+ };
1219
+ burgundycombo: {
1220
+ color: string;
1221
+ };
1222
+ obsessed: {
1223
+ color: string;
1224
+ };
1225
+ navygold: {
1226
+ color: string;
1227
+ };
1228
+ blackyellow: {
1229
+ color: string;
1230
+ };
1231
+ blackbeige: {
1232
+ color: string;
1233
+ };
1234
+ greenmulti: {
1235
+ color: string;
1236
+ };
1237
+ mauvecombo: {
1238
+ color: string;
1239
+ };
1240
+ stockholm: {
1241
+ color: string;
1242
+ };
1243
+ rendezvous: {
1244
+ color: string;
1245
+ };
1246
+ camoblue: {
1247
+ color: string;
1248
+ };
1249
+ navyred: {
1250
+ color: string;
1251
+ };
1252
+ blackolive: {
1253
+ color: string;
1254
+ };
1255
+ navyberry: {
1256
+ color: string;
1257
+ };
1258
+ peasant_spice: {
1259
+ color: string;
1260
+ };
1261
+ winegold: {
1262
+ color: string;
1263
+ };
1264
+ heather: {
1265
+ color: string;
1266
+ };
1267
+ blackwine: {
1268
+ color: string;
1269
+ };
1270
+ ivorymulti: {
1271
+ color: string;
1272
+ };
1273
+ udaipu: {
1274
+ color: string;
1275
+ };
1276
+ burgundymulti: {
1277
+ color: string;
1278
+ };
1279
+ blackivory: {
1280
+ color: string;
1281
+ };
1282
+ mustardnavy: {
1283
+ color: string;
1284
+ };
1285
+ martinique: {
1286
+ color: string;
1287
+ };
1288
+ oxford: {
1289
+ color: string;
1290
+ };
1291
+ camelblack: {
1292
+ color: string;
1293
+ };
1294
+ whitegrey: {
1295
+ color: string;
1296
+ };
1297
+ rosegold: {
1298
+ color: string;
1299
+ url: string;
1300
+ };
1301
+ clear: {
1302
+ color: string;
1303
+ };
1304
+ blackwhite: {
1305
+ color: string;
1306
+ };
1307
+ slay: {
1308
+ color: string;
1309
+ };
1310
+ dvil: {
1311
+ color: string;
1312
+ };
1313
+ lavendar: {
1314
+ color: string;
1315
+ };
1316
+ rouge: {
1317
+ color: string;
1318
+ };
1319
+ tortoisebrown: {
1320
+ color: string;
1321
+ };
1322
+ blackcharcoal: {
1323
+ color: string;
1324
+ };
1325
+ prague: {
1326
+ color: string;
1327
+ };
1328
+ burgundynude: {
1329
+ color: string;
1330
+ };
1331
+ blackmulti: {
1332
+ color: string;
1333
+ };
1334
+ ursula: {
1335
+ color: string;
1336
+ };
1337
+ goldpurple: {
1338
+ color: string;
1339
+ };
1340
+ greenwhite: {
1341
+ color: string;
1342
+ };
1343
+ whitenavy: {
1344
+ color: string;
1345
+ };
1346
+ slatewhite: {
1347
+ color: string;
1348
+ url: string;
1349
+ };
1350
+ goldsmoke: {
1351
+ color: string;
1352
+ url: string;
1353
+ };
1354
+ nudeburgundy: {
1355
+ color: string;
1356
+ };
1357
+ whitegold: {
1358
+ color: string;
1359
+ url: string;
1360
+ };
1361
+ navysilver: {
1362
+ color: string;
1363
+ };
1364
+ blacktaupe: {
1365
+ color: string;
1366
+ };
1367
+ charcoalblack: {
1368
+ color: string;
1369
+ };
1370
+ bluemulti: {
1371
+ color: string;
1372
+ };
1373
+ blackfuchsia: {
1374
+ color: string;
1375
+ };
1376
+ greenred: {
1377
+ color: string;
1378
+ };
1379
+ hazelnut: {
1380
+ color: string;
1381
+ };
1382
+ yellownavy: {
1383
+ color: string;
1384
+ };
1385
+ purpleblue: {
1386
+ color: string;
1387
+ };
1388
+ navyivory: {
1389
+ color: string;
1390
+ };
1391
+ whitered: {
1392
+ color: string;
1393
+ };
1394
+ rednavy: {
1395
+ color: string;
1396
+ };
1397
+ blackpink: {
1398
+ color: string;
1399
+ };
1400
+ peaches_and_cream: {
1401
+ color: string;
1402
+ };
1403
+ greyblue: {
1404
+ color: string;
1405
+ };
1406
+ london: {
1407
+ color: string;
1408
+ };
1409
+ offwhite: {
1410
+ color: string;
1411
+ };
1412
+ blackbrown: {
1413
+ color: string;
1414
+ };
1415
+ whitepink: {
1416
+ color: string;
1417
+ };
1418
+ redwhite: {
1419
+ color: string;
1420
+ };
1421
+ evergreen: {
1422
+ color: string;
1423
+ };
1424
+ blackgold: {
1425
+ color: string;
1426
+ };
1427
+ leopard: {
1428
+ color: string;
1429
+ url: string;
1430
+ };
1431
+ mochataupe: {
1432
+ color: string;
1433
+ };
1434
+ blushnavy: {
1435
+ color: string;
1436
+ };
1437
+ whitesmoke: {
1438
+ color: string;
1439
+ };
1440
+ nudeblack: {
1441
+ color: string;
1442
+ };
1443
+ olivemustard: {
1444
+ color: string;
1445
+ };
1446
+ goldgold: {
1447
+ color: string;
1448
+ };
1449
+ blackgreywhite: {
1450
+ color: string;
1451
+ };
1452
+ camopink: {
1453
+ color: string;
1454
+ url: string;
1455
+ };
1456
+ goldblack: {
1457
+ color: string;
1458
+ };
1459
+ blackrose: {
1460
+ color: string;
1461
+ };
1462
+ mustardmulti: {
1463
+ color: string;
1464
+ };
1465
+ eggplantwhite: {
1466
+ color: string;
1467
+ };
1468
+ blackred: {
1469
+ color: string;
1470
+ };
1471
+ mustardmustard: {
1472
+ color: string;
1473
+ };
1474
+ royalwhite: {
1475
+ color: string;
1476
+ };
1477
+ burgundynavy: {
1478
+ color: string;
1479
+ };
1480
+ mustardwhite: {
1481
+ color: string;
1482
+ };
1483
+ blueblack: {
1484
+ color: string;
1485
+ };
1486
+ yellowblack: {
1487
+ color: string;
1488
+ };
1489
+ ivory_combo: {
1490
+ color: string;
1491
+ };
1492
+ mediumwashpink: {
1493
+ color: string;
1494
+ };
1495
+ goldpink: {
1496
+ color: string;
1497
+ };
1498
+ mustardred: {
1499
+ color: string;
1500
+ };
1501
+ mediumwashblue: {
1502
+ color: string;
1503
+ };
1504
+ mushroom: {
1505
+ color: string;
1506
+ };
1507
+ pomegranate: {
1508
+ color: string;
1509
+ };
1510
+ silverblack: {
1511
+ color: string;
1512
+ url: string;
1513
+ };
1514
+ goldyellow: {
1515
+ color: string;
1516
+ };
1517
+ redbrown: {
1518
+ color: string;
1519
+ url: string;
1520
+ };
1521
+ cobalt_blue: {
1522
+ color: string;
1523
+ };
1524
+ cocoa_brown: {
1525
+ color: string;
1526
+ };
1527
+ columbia_blue: {
1528
+ color: string;
1529
+ };
1530
+ cool_black: {
1531
+ color: string;
1532
+ };
1533
+ cool_grey: {
1534
+ color: string;
1535
+ };
1536
+ green_ombre: {
1537
+ color: string;
1538
+ };
1539
+ bijou: {
1540
+ color: string;
1541
+ };
1542
+ dark_ruby: {
1543
+ color: string;
1544
+ };
1545
+ neon_lime: {
1546
+ color: string;
1547
+ };
1548
+ dusty_mauve: {
1549
+ color: string;
1550
+ };
1551
+ brick_rose: {
1552
+ color: string;
1553
+ };
1554
+ blush_gold: {
1555
+ color: string;
1556
+ };
1557
+ blue_wash: {
1558
+ color: string;
1559
+ url: string;
1560
+ };
1561
+ dark_coco: {
1562
+ color: string;
1563
+ };
1564
+ "70_watt": {
1565
+ color: string;
1566
+ url: string;
1567
+ };
1568
+ peacock_blue: {
1569
+ color: string;
1570
+ };
1571
+ ash_mauve: {
1572
+ color: string;
1573
+ };
1574
+ blush_pink: {
1575
+ color: string;
1576
+ };
1577
+ brown_multi: {
1578
+ color: string;
1579
+ };
1580
+ light_stone_wash: {
1581
+ color: string;
1582
+ url: string;
1583
+ };
1584
+ dusty_mustard: {
1585
+ color: string;
1586
+ };
1587
+ blackoff_white: {
1588
+ color: string;
1589
+ };
1590
+ evil_queen: {
1591
+ color: string;
1592
+ };
1593
+ multi_color: {
1594
+ color: string;
1595
+ url: string;
1596
+ };
1597
+ glam_rock: {
1598
+ color: string;
1599
+ };
1600
+ dark_rose: {
1601
+ color: string;
1602
+ };
1603
+ dusty_rose: {
1604
+ color: string;
1605
+ };
1606
+ light_stone: {
1607
+ color: string;
1608
+ url: string;
1609
+ };
1610
+ deep_purple: {
1611
+ color: string;
1612
+ };
1613
+ rose_rust: {
1614
+ color: string;
1615
+ };
1616
+ ballet_pink: {
1617
+ color: string;
1618
+ };
1619
+ cyber_pop: {
1620
+ color: string;
1621
+ };
1622
+ dark_mocha: {
1623
+ color: string;
1624
+ };
1625
+ glow_me_hard: {
1626
+ color: string;
1627
+ };
1628
+ neon_pink: {
1629
+ color: string;
1630
+ };
1631
+ medium_stone: {
1632
+ color: string;
1633
+ url: string;
1634
+ };
1635
+ rose_smoke: {
1636
+ color: string;
1637
+ };
1638
+ dark_plum: {
1639
+ color: string;
1640
+ };
1641
+ black_combo: {
1642
+ color: string;
1643
+ url: string;
1644
+ };
1645
+ dusty_blue: {
1646
+ color: string;
1647
+ url: string;
1648
+ };
1649
+ violet_blue: {
1650
+ color: string;
1651
+ };
1652
+ violet_red: {
1653
+ color: string;
1654
+ };
1655
+ faded_black: {
1656
+ color: string;
1657
+ };
1658
+ medium_denim: {
1659
+ color: string;
1660
+ url: string;
1661
+ };
1662
+ dark_grey: {
1663
+ color: string;
1664
+ };
1665
+ med_blue: {
1666
+ color: string;
1667
+ url: string;
1668
+ };
1669
+ dark_heather_grey: {
1670
+ color: string;
1671
+ };
1672
+ charcoal_grey: {
1673
+ color: string;
1674
+ };
1675
+ ice_denim: {
1676
+ color: string;
1677
+ };
1678
+ dark_lilac: {
1679
+ color: string;
1680
+ };
1681
+ mauve_lavendar: {
1682
+ color: string;
1683
+ };
1684
+ dark_mustard: {
1685
+ color: string;
1686
+ };
1687
+ neon_royal: {
1688
+ color: string;
1689
+ };
1690
+ grey_white: {
1691
+ color: string;
1692
+ };
1693
+ heathered_grey: {
1694
+ color: string;
1695
+ };
1696
+ rose_brown: {
1697
+ color: string;
1698
+ };
1699
+ pillow_talk: {
1700
+ color: string;
1701
+ };
1702
+ light_grey: {
1703
+ color: string;
1704
+ };
1705
+ dusty_mauvewhite: {
1706
+ color: string;
1707
+ };
1708
+ black_green: {
1709
+ color: string;
1710
+ };
1711
+ tres_jolie: {
1712
+ color: string;
1713
+ };
1714
+ red_stripe: {
1715
+ color: string;
1716
+ };
1717
+ silver_multi: {
1718
+ color: string;
1719
+ url: string;
1720
+ };
1721
+ iced_coffee: {
1722
+ color: string;
1723
+ };
1724
+ sunkissed_crush: {
1725
+ color: string;
1726
+ };
1727
+ gold_multi: {
1728
+ color: string;
1729
+ url: string;
1730
+ };
1731
+ blackrose_gold: {
1732
+ color: string;
1733
+ };
1734
+ ash_brown: {
1735
+ color: string;
1736
+ };
1737
+ def_concealer: {
1738
+ color: string;
1739
+ };
1740
+ light_mauve: {
1741
+ color: string;
1742
+ };
1743
+ red_pink: {
1744
+ color: string;
1745
+ };
1746
+ burgundyrose_gold: {
1747
+ color: string;
1748
+ url: string;
1749
+ };
1750
+ purple_ombre: {
1751
+ color: string;
1752
+ };
1753
+ blue_multi: {
1754
+ color: string;
1755
+ };
1756
+ sparkle_black: {
1757
+ color: string;
1758
+ };
1759
+ soft_white: {
1760
+ color: string;
1761
+ };
1762
+ medium_mauve: {
1763
+ color: string;
1764
+ };
1765
+ ivory_tropical: {
1766
+ color: string;
1767
+ };
1768
+ dark_mauve: {
1769
+ color: string;
1770
+ };
1771
+ blue_glitter: {
1772
+ color: string;
1773
+ };
1774
+ cheek_on_cheek: {
1775
+ color: string;
1776
+ };
1777
+ dark_yellow: {
1778
+ color: string;
1779
+ };
1780
+ neon_coral: {
1781
+ color: string;
1782
+ };
1783
+ dusty_violet: {
1784
+ color: string;
1785
+ };
1786
+ "50_watt": {
1787
+ color: string;
1788
+ url: string;
1789
+ };
1790
+ copper_rose: {
1791
+ color: string;
1792
+ };
1793
+ cedar_wood: {
1794
+ color: string;
1795
+ };
1796
+ gun_metal: {
1797
+ color: string;
1798
+ };
1799
+ deep_burgundy: {
1800
+ color: string;
1801
+ };
1802
+ blackhot_pink: {
1803
+ color: string;
1804
+ };
1805
+ black_floral: {
1806
+ color: string;
1807
+ url: string;
1808
+ };
1809
+ light_olive: {
1810
+ color: string;
1811
+ };
1812
+ red_garnet: {
1813
+ color: string;
1814
+ };
1815
+ dark_indigo: {
1816
+ color: string;
1817
+ url: string;
1818
+ };
1819
+ dark_denim: {
1820
+ color: string;
1821
+ url: string;
1822
+ };
1823
+ blue_mint: {
1824
+ color: string;
1825
+ };
1826
+ dark_wine: {
1827
+ color: string;
1828
+ };
1829
+ bora_bora: {
1830
+ color: string;
1831
+ };
1832
+ marled_black: {
1833
+ color: string;
1834
+ };
1835
+ light_denim: {
1836
+ color: string;
1837
+ url: string;
1838
+ };
1839
+ marsala_rust: {
1840
+ color: string;
1841
+ };
1842
+ brown_snake: {
1843
+ color: string;
1844
+ };
1845
+ delicate_lust: {
1846
+ color: string;
1847
+ };
1848
+ white_combo: {
1849
+ color: string;
1850
+ url: string;
1851
+ };
1852
+ rust_mustard: {
1853
+ color: string;
1854
+ };
1855
+ dark_beige: {
1856
+ color: string;
1857
+ };
1858
+ ginger_and_pepper: {
1859
+ color: string;
1860
+ };
1861
+ blue_mist: {
1862
+ color: string;
1863
+ };
1864
+ grey_metallic: {
1865
+ color: string;
1866
+ url: string;
1867
+ };
1868
+ dark_teal: {
1869
+ color: string;
1870
+ };
1871
+ vintage_violet: {
1872
+ color: string;
1873
+ };
1874
+ dark_olive: {
1875
+ color: string;
1876
+ };
1877
+ lilac_glitter: {
1878
+ color: string;
1879
+ };
1880
+ burgundy_combo: {
1881
+ color: string;
1882
+ };
1883
+ shiny_gold: {
1884
+ color: string;
1885
+ };
1886
+ beyond_nude: {
1887
+ color: string;
1888
+ };
1889
+ dark_blue_wash: {
1890
+ color: string;
1891
+ url: string;
1892
+ };
1893
+ deep_mauve: {
1894
+ color: string;
1895
+ };
1896
+ light_blue_wash: {
1897
+ color: string;
1898
+ url: string;
1899
+ };
1900
+ vintage_blue: {
1901
+ color: string;
1902
+ };
1903
+ washed_denim: {
1904
+ color: string;
1905
+ };
1906
+ dark_camel: {
1907
+ color: string;
1908
+ };
1909
+ abu_dhabi: {
1910
+ color: string;
1911
+ };
1912
+ dusty_wineberry: {
1913
+ color: string;
1914
+ };
1915
+ blue_metal: {
1916
+ color: string;
1917
+ };
1918
+ dark_burgundy: {
1919
+ color: string;
1920
+ };
1921
+ bermuda_bronze: {
1922
+ color: string;
1923
+ url: string;
1924
+ };
1925
+ denim_blue: {
1926
+ color: string;
1927
+ url: string;
1928
+ };
1929
+ medium_stone_wash: {
1930
+ color: string;
1931
+ url: string;
1932
+ };
1933
+ begonia_pink: {
1934
+ color: string;
1935
+ };
1936
+ deep_red: {
1937
+ color: string;
1938
+ };
1939
+ cashmere_silk: {
1940
+ color: string;
1941
+ };
1942
+ dusty_cedar: {
1943
+ color: string;
1944
+ };
1945
+ black_silver: {
1946
+ color: string;
1947
+ };
1948
+ red_wood: {
1949
+ color: string;
1950
+ };
1951
+ off_white: {
1952
+ color: string;
1953
+ };
1954
+ black_denim: {
1955
+ color: string;
1956
+ };
1957
+ red_bean: {
1958
+ color: string;
1959
+ };
1960
+ vintage_black: {
1961
+ color: string;
1962
+ };
1963
+ "100_watt": {
1964
+ color: string;
1965
+ url: string;
1966
+ };
1967
+ burnt_brick: {
1968
+ color: string;
1969
+ };
1970
+ dark_stone_wash: {
1971
+ color: string;
1972
+ url: string;
1973
+ };
1974
+ creamy_pink: {
1975
+ color: string;
1976
+ };
1977
+ french_grey: {
1978
+ color: string;
1979
+ };
1980
+ black_multi: {
1981
+ color: string;
1982
+ };
1983
+ glow_me_soft: {
1984
+ color: string;
1985
+ };
1986
+ deep_teal: {
1987
+ color: string;
1988
+ };
1989
+ medium_blue_wash: {
1990
+ color: string;
1991
+ url: string;
1992
+ };
1993
+ dusty_pink: {
1994
+ color: string;
1995
+ };
1996
+ wild_ginger: {
1997
+ color: string;
1998
+ };
1999
+ dusty_purple: {
2000
+ color: string;
2001
+ };
2002
+ classic_rose: {
2003
+ color: string;
2004
+ };
2005
+ chrome_yellow: {
2006
+ color: string;
2007
+ };
2008
+ cherry_blossom_pink: {
2009
+ color: string;
2010
+ };
2011
+ cerulean_blue: {
2012
+ color: string;
2013
+ };
2014
+ cg_blue: {
2015
+ color: string;
2016
+ };
2017
+ cg_red: {
2018
+ color: string;
2019
+ };
2020
+ carmine_pink: {
2021
+ color: string;
2022
+ };
2023
+ carmine_red: {
2024
+ color: string;
2025
+ };
2026
+ cadet_blue: {
2027
+ color: string;
2028
+ };
2029
+ cadet_grey: {
2030
+ color: string;
2031
+ };
2032
+ cadmium_green: {
2033
+ color: string;
2034
+ };
2035
+ cadmium_orange: {
2036
+ color: string;
2037
+ };
2038
+ cadmium_red: {
2039
+ color: string;
2040
+ };
2041
+ cadmium_yellow: {
2042
+ color: string;
2043
+ };
2044
+ cafe_au_lait: {
2045
+ color: string;
2046
+ };
2047
+ brick_red: {
2048
+ color: string;
2049
+ };
2050
+ bright_cerulean: {
2051
+ color: string;
2052
+ };
2053
+ bright_green: {
2054
+ color: string;
2055
+ };
2056
+ bright_lavender: {
2057
+ color: string;
2058
+ };
2059
+ bright_maroon: {
2060
+ color: string;
2061
+ };
2062
+ bright_pink: {
2063
+ color: string;
2064
+ };
2065
+ bright_turquoise: {
2066
+ color: string;
2067
+ };
2068
+ bright_ube: {
2069
+ color: string;
2070
+ };
2071
+ boston_university_red: {
2072
+ color: string;
2073
+ };
2074
+ blue_bell: {
2075
+ color: string;
2076
+ };
2077
+ baby_blue: {
2078
+ color: string;
2079
+ };
2080
+ baby_blue_eyes: {
2081
+ color: string;
2082
+ };
2083
+ baby_pink: {
2084
+ color: string;
2085
+ };
2086
+ ball_blue: {
2087
+ color: string;
2088
+ };
2089
+ beau_blue: {
2090
+ color: string;
2091
+ };
2092
+ banana_mania: {
2093
+ color: string;
2094
+ };
2095
+ banana_yellow: {
2096
+ color: string;
2097
+ };
2098
+ battleship_grey: {
2099
+ color: string;
2100
+ };
2101
+ blanched_almond: {
2102
+ color: string;
2103
+ };
2104
+ bleu_de_france: {
2105
+ color: string;
2106
+ };
2107
+ blizzard_blue: {
2108
+ color: string;
2109
+ };
2110
+ blue_gray: {
2111
+ color: string;
2112
+ };
2113
+ blue_green: {
2114
+ color: string;
2115
+ };
2116
+ blue_purple: {
2117
+ color: string;
2118
+ };
2119
+ blue_violet: {
2120
+ color: string;
2121
+ };
2122
+ bondi_blue: {
2123
+ color: string;
2124
+ };
2125
+ bottle_green: {
2126
+ color: string;
2127
+ };
2128
+ brandeis_blue: {
2129
+ color: string;
2130
+ };
2131
+ brilliant_lavender: {
2132
+ color: string;
2133
+ };
2134
+ brilliant_rose: {
2135
+ color: string;
2136
+ };
2137
+ arylide_yellow: {
2138
+ color: string;
2139
+ };
2140
+ ash_grey: {
2141
+ color: string;
2142
+ };
2143
+ android_green: {
2144
+ color: string;
2145
+ };
2146
+ "anti-flash_white": {
2147
+ color: string;
2148
+ };
2149
+ antique_brass: {
2150
+ color: string;
2151
+ };
2152
+ cornflower_blue: {
2153
+ color: string;
2154
+ };
2155
+ crimson_glory: {
2156
+ color: string;
2157
+ };
2158
+ crimson_red: {
2159
+ color: string;
2160
+ };
2161
+ dark_blue: {
2162
+ color: string;
2163
+ };
2164
+ dark_brown: {
2165
+ color: string;
2166
+ };
2167
+ dark_byzantium: {
2168
+ color: string;
2169
+ };
2170
+ dark_candy_apple_red: {
2171
+ color: string;
2172
+ };
2173
+ dark_cerulean: {
2174
+ color: string;
2175
+ };
2176
+ dark_chestnut: {
2177
+ color: string;
2178
+ };
2179
+ dark_coral: {
2180
+ color: string;
2181
+ };
2182
+ dark_cyan: {
2183
+ color: string;
2184
+ };
2185
+ dark_electric_blue: {
2186
+ color: string;
2187
+ };
2188
+ dark_goldenrod: {
2189
+ color: string;
2190
+ };
2191
+ dark_gray: {
2192
+ color: string;
2193
+ };
2194
+ dark_green: {
2195
+ color: string;
2196
+ };
2197
+ dark_jungle_green: {
2198
+ color: string;
2199
+ };
2200
+ dark_khaki: {
2201
+ color: string;
2202
+ };
2203
+ dark_lava: {
2204
+ color: string;
2205
+ };
2206
+ dark_lavender: {
2207
+ color: string;
2208
+ };
2209
+ dark_magenta: {
2210
+ color: string;
2211
+ };
2212
+ dark_midnight_blue: {
2213
+ color: string;
2214
+ };
2215
+ dark_olive_green: {
2216
+ color: string;
2217
+ };
2218
+ dark_orange: {
2219
+ color: string;
2220
+ };
2221
+ dark_orchid: {
2222
+ color: string;
2223
+ };
2224
+ dark_pastel_blue: {
2225
+ color: string;
2226
+ };
2227
+ dark_pastel_green: {
2228
+ color: string;
2229
+ };
2230
+ dark_pastel_purple: {
2231
+ color: string;
2232
+ };
2233
+ dark_pastel_red: {
2234
+ color: string;
2235
+ };
2236
+ dark_pink: {
2237
+ color: string;
2238
+ };
2239
+ dark_powder_blue: {
2240
+ color: string;
2241
+ };
2242
+ dark_raspberry: {
2243
+ color: string;
2244
+ };
2245
+ dark_red: {
2246
+ color: string;
2247
+ };
2248
+ dark_salmon: {
2249
+ color: string;
2250
+ };
2251
+ dark_scarlet: {
2252
+ color: string;
2253
+ };
2254
+ dark_sea_green: {
2255
+ color: string;
2256
+ };
2257
+ dark_sienna: {
2258
+ color: string;
2259
+ };
2260
+ dark_slate_blue: {
2261
+ color: string;
2262
+ };
2263
+ dark_slate_gray: {
2264
+ color: string;
2265
+ };
2266
+ dark_spring_green: {
2267
+ color: string;
2268
+ };
2269
+ dark_tan: {
2270
+ color: string;
2271
+ };
2272
+ dark_tangerine: {
2273
+ color: string;
2274
+ };
2275
+ dark_taupe: {
2276
+ color: string;
2277
+ };
2278
+ dark_terra_cotta: {
2279
+ color: string;
2280
+ };
2281
+ dark_turquoise: {
2282
+ color: string;
2283
+ };
2284
+ dark_violet: {
2285
+ color: string;
2286
+ };
2287
+ dartmouth_green: {
2288
+ color: string;
2289
+ };
2290
+ davy_grey: {
2291
+ color: string;
2292
+ };
2293
+ davys_grey: {
2294
+ color: string;
2295
+ };
2296
+ heather_grey: {
2297
+ color: string;
2298
+ };
2299
+ debian_red: {
2300
+ color: string;
2301
+ };
2302
+ deep_carmine: {
2303
+ color: string;
2304
+ };
2305
+ deep_carmine_pink: {
2306
+ color: string;
2307
+ };
2308
+ deep_carrot_orange: {
2309
+ color: string;
2310
+ };
2311
+ deep_cerise: {
2312
+ color: string;
2313
+ };
2314
+ deep_champagne: {
2315
+ color: string;
2316
+ };
2317
+ deep_chestnut: {
2318
+ color: string;
2319
+ };
2320
+ deep_coffee: {
2321
+ color: string;
2322
+ };
2323
+ deep_fuchsia: {
2324
+ color: string;
2325
+ };
2326
+ deep_jungle_green: {
2327
+ color: string;
2328
+ };
2329
+ deep_lilac: {
2330
+ color: string;
2331
+ };
2332
+ deep_magenta: {
2333
+ color: string;
2334
+ };
2335
+ deep_peach: {
2336
+ color: string;
2337
+ };
2338
+ deep_pink: {
2339
+ color: string;
2340
+ };
2341
+ desert_sand: {
2342
+ color: string;
2343
+ };
2344
+ egyptian_blue: {
2345
+ color: string;
2346
+ };
2347
+ electric_blue: {
2348
+ color: string;
2349
+ };
2350
+ electric_crimson: {
2351
+ color: string;
2352
+ };
2353
+ electric_cyan: {
2354
+ color: string;
2355
+ };
2356
+ electric_green: {
2357
+ color: string;
2358
+ };
2359
+ electric_indigo: {
2360
+ color: string;
2361
+ };
2362
+ electric_lavender: {
2363
+ color: string;
2364
+ };
2365
+ electric_lime: {
2366
+ color: string;
2367
+ };
2368
+ eton_blue: {
2369
+ color: string;
2370
+ };
2371
+ fashion_fuchsia: {
2372
+ color: string;
2373
+ };
2374
+ fern_green: {
2375
+ color: string;
2376
+ };
2377
+ ferrari_red: {
2378
+ color: string;
2379
+ };
2380
+ field_drab: {
2381
+ color: string;
2382
+ };
2383
+ floral_white: {
2384
+ color: string;
2385
+ };
2386
+ fluorescent_orange: {
2387
+ color: string;
2388
+ };
2389
+ forest_green: {
2390
+ color: string;
2391
+ };
2392
+ french_beige: {
2393
+ color: string;
2394
+ };
2395
+ french_blue: {
2396
+ color: string;
2397
+ };
2398
+ ghost_white: {
2399
+ color: string;
2400
+ };
2401
+ guppie_green: {
2402
+ color: string;
2403
+ };
2404
+ han_blue: {
2405
+ color: string;
2406
+ };
2407
+ han_purple: {
2408
+ color: string;
2409
+ };
2410
+ hansa_yellow: {
2411
+ color: string;
2412
+ };
2413
+ harlequin: {
2414
+ color: string;
2415
+ };
2416
+ hooker_green: {
2417
+ color: string;
2418
+ };
2419
+ india_green: {
2420
+ color: string;
2421
+ };
2422
+ islamic_green: {
2423
+ color: string;
2424
+ };
2425
+ jazzberry_jam: {
2426
+ color: string;
2427
+ };
2428
+ ku_crimson: {
2429
+ color: string;
2430
+ };
2431
+ la_salle_green: {
2432
+ color: string;
2433
+ };
2434
+ languid_lavender: {
2435
+ color: string;
2436
+ };
2437
+ lapis_lazuli: {
2438
+ color: string;
2439
+ };
2440
+ laser_lemon: {
2441
+ color: string;
2442
+ };
2443
+ lavender_blue: {
2444
+ color: string;
2445
+ };
2446
+ lavender_blush: {
2447
+ color: string;
2448
+ };
2449
+ lavender_gray: {
2450
+ color: string;
2451
+ };
2452
+ lavender_indigo: {
2453
+ color: string;
2454
+ };
2455
+ lavender_magenta: {
2456
+ color: string;
2457
+ };
2458
+ lavender_mist: {
2459
+ color: string;
2460
+ };
2461
+ lemon_chiffon: {
2462
+ color: string;
2463
+ };
2464
+ lemon_lime: {
2465
+ color: string;
2466
+ };
2467
+ lemon_yellow: {
2468
+ color: string;
2469
+ };
2470
+ light_apricot: {
2471
+ color: string;
2472
+ };
2473
+ light_blue: {
2474
+ color: string;
2475
+ };
2476
+ light_brown: {
2477
+ color: string;
2478
+ };
2479
+ light_carmine_pink: {
2480
+ color: string;
2481
+ };
2482
+ light_coral: {
2483
+ color: string;
2484
+ };
2485
+ light_cornflower_blue: {
2486
+ color: string;
2487
+ };
2488
+ light_crimson: {
2489
+ color: string;
2490
+ };
2491
+ light_cyan: {
2492
+ color: string;
2493
+ };
2494
+ light_fuchsia_pink: {
2495
+ color: string;
2496
+ };
2497
+ light_goldenrod_yellow: {
2498
+ color: string;
2499
+ };
2500
+ light_gray: {
2501
+ color: string;
2502
+ };
2503
+ light_green: {
2504
+ color: string;
2505
+ };
2506
+ light_khaki: {
2507
+ color: string;
2508
+ };
2509
+ light_pastel_purple: {
2510
+ color: string;
2511
+ };
2512
+ light_pink: {
2513
+ color: string;
2514
+ };
2515
+ light_salmon: {
2516
+ color: string;
2517
+ };
2518
+ light_salmon_pink: {
2519
+ color: string;
2520
+ };
2521
+ light_sea_green: {
2522
+ color: string;
2523
+ };
2524
+ light_sky_blue: {
2525
+ color: string;
2526
+ };
2527
+ light_slate_gray: {
2528
+ color: string;
2529
+ };
2530
+ light_taupe: {
2531
+ color: string;
2532
+ };
2533
+ light_thulian_pink: {
2534
+ color: string;
2535
+ };
2536
+ light_yellow: {
2537
+ color: string;
2538
+ };
2539
+ lime_green: {
2540
+ color: string;
2541
+ };
2542
+ maya_blue: {
2543
+ color: string;
2544
+ };
2545
+ meat_brown: {
2546
+ color: string;
2547
+ };
2548
+ medium_carmine: {
2549
+ color: string;
2550
+ };
2551
+ medium_champagne: {
2552
+ color: string;
2553
+ };
2554
+ medium_electric_blue: {
2555
+ color: string;
2556
+ };
2557
+ medium_jungle_green: {
2558
+ color: string;
2559
+ };
2560
+ medium_lavender_magenta: {
2561
+ color: string;
2562
+ };
2563
+ medium_orchid: {
2564
+ color: string;
2565
+ };
2566
+ medium_persian_blue: {
2567
+ color: string;
2568
+ };
2569
+ medium_purple: {
2570
+ color: string;
2571
+ };
2572
+ medium_red_violet: {
2573
+ color: string;
2574
+ };
2575
+ medium_sea_green: {
2576
+ color: string;
2577
+ };
2578
+ medium_slate_blue: {
2579
+ color: string;
2580
+ };
2581
+ medium_spring_bud: {
2582
+ color: string;
2583
+ };
2584
+ medium_spring_green: {
2585
+ color: string;
2586
+ };
2587
+ medium_taupe: {
2588
+ color: string;
2589
+ };
2590
+ medium_teal_blue: {
2591
+ color: string;
2592
+ };
2593
+ midnight_blue: {
2594
+ color: string;
2595
+ };
2596
+ mode_beige: {
2597
+ color: string;
2598
+ };
2599
+ moonstone_blue: {
2600
+ color: string;
2601
+ };
2602
+ mordant_red_19: {
2603
+ color: string;
2604
+ };
2605
+ nadeshiko_pink: {
2606
+ color: string;
2607
+ };
2608
+ napier_green: {
2609
+ color: string;
2610
+ };
2611
+ naples_yellow: {
2612
+ color: string;
2613
+ };
2614
+ navajo_white: {
2615
+ color: string;
2616
+ };
2617
+ navy_blue: {
2618
+ color: string;
2619
+ };
2620
+ neon_carrot: {
2621
+ color: string;
2622
+ };
2623
+ neon_fuchsia: {
2624
+ color: string;
2625
+ };
2626
+ neon_green: {
2627
+ color: string;
2628
+ };
2629
+ "non-photo_blue": {
2630
+ color: string;
2631
+ };
2632
+ office_green: {
2633
+ color: string;
2634
+ };
2635
+ old_gold: {
2636
+ color: string;
2637
+ };
2638
+ orange_red: {
2639
+ color: string;
2640
+ };
2641
+ orange_yellow: {
2642
+ color: string;
2643
+ };
2644
+ old_lace: {
2645
+ color: string;
2646
+ };
2647
+ otter_brown: {
2648
+ color: string;
2649
+ };
2650
+ outer_space: {
2651
+ color: string;
2652
+ };
2653
+ outrageous_orange: {
2654
+ color: string;
2655
+ };
2656
+ oxford_blue: {
2657
+ color: string;
2658
+ };
2659
+ pacific_blue: {
2660
+ color: string;
2661
+ };
2662
+ pakistan_green: {
2663
+ color: string;
2664
+ };
2665
+ palatinate_blue: {
2666
+ color: string;
2667
+ };
2668
+ palatinate_purple: {
2669
+ color: string;
2670
+ };
2671
+ pale_aqua: {
2672
+ color: string;
2673
+ };
2674
+ pale_blue: {
2675
+ color: string;
2676
+ };
2677
+ pale_brown: {
2678
+ color: string;
2679
+ };
2680
+ pale_carmine: {
2681
+ color: string;
2682
+ };
2683
+ pale_cerulean: {
2684
+ color: string;
2685
+ };
2686
+ pale_chestnut: {
2687
+ color: string;
2688
+ };
2689
+ pale_copper: {
2690
+ color: string;
2691
+ };
2692
+ pale_cornflower_blue: {
2693
+ color: string;
2694
+ };
2695
+ pale_gold: {
2696
+ color: string;
2697
+ };
2698
+ pale_goldenrod: {
2699
+ color: string;
2700
+ };
2701
+ pale_green: {
2702
+ color: string;
2703
+ };
2704
+ pale_lavender: {
2705
+ color: string;
2706
+ };
2707
+ pale_magenta: {
2708
+ color: string;
2709
+ };
2710
+ pale_pink: {
2711
+ color: string;
2712
+ };
2713
+ pale_plum: {
2714
+ color: string;
2715
+ };
2716
+ pale_red_violet: {
2717
+ color: string;
2718
+ };
2719
+ pale_robin_egg_blue: {
2720
+ color: string;
2721
+ };
2722
+ pale_silver: {
2723
+ color: string;
2724
+ };
2725
+ pale_spring_bud: {
2726
+ color: string;
2727
+ };
2728
+ pale_taupe: {
2729
+ color: string;
2730
+ };
2731
+ pale_violet_red: {
2732
+ color: string;
2733
+ };
2734
+ pansy_purple: {
2735
+ color: string;
2736
+ };
2737
+ papaya_whip: {
2738
+ color: string;
2739
+ };
2740
+ paris_green: {
2741
+ color: string;
2742
+ };
2743
+ pastel_blue: {
2744
+ color: string;
2745
+ };
2746
+ pastel_brown: {
2747
+ color: string;
2748
+ };
2749
+ pastel_gray: {
2750
+ color: string;
2751
+ };
2752
+ pastel_green: {
2753
+ color: string;
2754
+ };
2755
+ pastel_magenta: {
2756
+ color: string;
2757
+ };
2758
+ pastel_orange: {
2759
+ color: string;
2760
+ };
2761
+ pastel_pink: {
2762
+ color: string;
2763
+ };
2764
+ pearl_aqua: {
2765
+ color: string;
2766
+ };
2767
+ persian_blue: {
2768
+ color: string;
2769
+ };
2770
+ persian_indigo: {
2771
+ color: string;
2772
+ };
2773
+ persian_orange: {
2774
+ color: string;
2775
+ };
2776
+ persian_pink: {
2777
+ color: string;
2778
+ };
2779
+ persian_plum: {
2780
+ color: string;
2781
+ };
2782
+ phthalo_blue: {
2783
+ color: string;
2784
+ };
2785
+ prussian_blue: {
2786
+ color: string;
2787
+ };
2788
+ psychedelic_purple: {
2789
+ color: string;
2790
+ };
2791
+ purple_heart: {
2792
+ color: string;
2793
+ };
2794
+ raspberry_glace: {
2795
+ color: string;
2796
+ };
2797
+ raspberry_pink: {
2798
+ color: string;
2799
+ };
2800
+ raspberry_rose: {
2801
+ color: string;
2802
+ };
2803
+ radical_red: {
2804
+ color: string;
2805
+ };
2806
+ red_brown: {
2807
+ color: string;
2808
+ };
2809
+ red_orange: {
2810
+ color: string;
2811
+ };
2812
+ red_violet: {
2813
+ color: string;
2814
+ };
2815
+ rich_black: {
2816
+ color: string;
2817
+ };
2818
+ rich_carmine: {
2819
+ color: string;
2820
+ };
2821
+ rich_electric_blue: {
2822
+ color: string;
2823
+ };
2824
+ rich_lilac: {
2825
+ color: string;
2826
+ };
2827
+ rich_maroon: {
2828
+ color: string;
2829
+ };
2830
+ rose_bonbon: {
2831
+ color: string;
2832
+ };
2833
+ rose_ebony: {
2834
+ color: string;
2835
+ };
2836
+ rose_gold: {
2837
+ color: string;
2838
+ };
2839
+ rose_madder: {
2840
+ color: string;
2841
+ };
2842
+ rose_pink: {
2843
+ color: string;
2844
+ };
2845
+ rosso_corsa: {
2846
+ color: string;
2847
+ };
2848
+ rosy_brown: {
2849
+ color: string;
2850
+ };
2851
+ royal_azure: {
2852
+ color: string;
2853
+ };
2854
+ royal_blue: {
2855
+ color: string;
2856
+ };
2857
+ satin_sheen_gold: {
2858
+ color: string;
2859
+ };
2860
+ school_bus_yellow: {
2861
+ color: string;
2862
+ };
2863
+ screamin_green: {
2864
+ color: string;
2865
+ };
2866
+ sea_blue: {
2867
+ color: string;
2868
+ };
2869
+ sky_blue: {
2870
+ color: string;
2871
+ };
2872
+ smokey_topaz: {
2873
+ color: string;
2874
+ };
2875
+ spiro_disco_ball: {
2876
+ color: string;
2877
+ };
2878
+ spring_bud: {
2879
+ color: string;
2880
+ };
2881
+ spring_green: {
2882
+ color: string;
2883
+ };
2884
+ united_nations_blue: {
2885
+ color: string;
2886
+ };
2887
+ university_of_california_gold: {
2888
+ color: string;
2889
+ };
2890
+ upsdell_red: {
2891
+ color: string;
2892
+ };
2893
+ usc_cardinal: {
2894
+ color: string;
2895
+ };
2896
+ usc_gold: {
2897
+ color: string;
2898
+ };
2899
+ utah_crimson: {
2900
+ color: string;
2901
+ };
2902
+ venetian_red: {
2903
+ color: string;
2904
+ };
2905
+ vegas_gold: {
2906
+ color: string;
2907
+ };
2908
+ unmellow_yellow: {
2909
+ color: string;
2910
+ };
2911
+ up_forest_green: {
2912
+ color: string;
2913
+ };
2914
+ steel_blue: {
2915
+ color: string;
2916
+ };
2917
+ stil_de_grain_yellow: {
2918
+ color: string;
2919
+ };
2920
+ smoky_black: {
2921
+ color: string;
2922
+ };
2923
+ sky_magenta: {
2924
+ color: string;
2925
+ };
2926
+ slate_blue: {
2927
+ color: string;
2928
+ };
2929
+ slate_gray: {
2930
+ color: string;
2931
+ };
2932
+ shamrock_green: {
2933
+ color: string;
2934
+ };
2935
+ shocking_pink: {
2936
+ color: string;
2937
+ };
2938
+ selective_yellow: {
2939
+ color: string;
2940
+ };
2941
+ sea_green: {
2942
+ color: string;
2943
+ };
2944
+ seal_brown: {
2945
+ color: string;
2946
+ };
2947
+ salmon_pink: {
2948
+ color: string;
2949
+ };
2950
+ sandy_brown: {
2951
+ color: string;
2952
+ };
2953
+ sandy_taupe: {
2954
+ color: string;
2955
+ };
2956
+ sap_green: {
2957
+ color: string;
2958
+ };
2959
+ sand_dune: {
2960
+ color: string;
2961
+ };
2962
+ sacramento_state_green: {
2963
+ color: string;
2964
+ };
2965
+ saint_patrick_blue: {
2966
+ color: string;
2967
+ };
2968
+ saddle_brown: {
2969
+ color: string;
2970
+ };
2971
+ safety_orange: {
2972
+ color: string;
2973
+ };
2974
+ ruddy_brown: {
2975
+ color: string;
2976
+ };
2977
+ ruddy_pink: {
2978
+ color: string;
2979
+ };
2980
+ royal_fuchsia: {
2981
+ color: string;
2982
+ };
2983
+ royal_purple: {
2984
+ color: string;
2985
+ };
2986
+ rose_quartz: {
2987
+ color: string;
2988
+ };
2989
+ rose_taupe: {
2990
+ color: string;
2991
+ };
2992
+ rose_vale: {
2993
+ color: string;
2994
+ };
2995
+ rifle_green: {
2996
+ color: string;
2997
+ };
2998
+ robins_egg_blue: {
2999
+ color: string;
3000
+ };
3001
+ raw_sienna: {
3002
+ color: string;
3003
+ };
3004
+ raw_umber: {
3005
+ color: string;
3006
+ };
3007
+ razzle_dazzle_rose: {
3008
+ color: string;
3009
+ };
3010
+ purple_mountain_majesty: {
3011
+ color: string;
3012
+ };
3013
+ purple_pizzazz: {
3014
+ color: string;
3015
+ };
3016
+ purple_taupe: {
3017
+ color: string;
3018
+ };
3019
+ pink_flamingo: {
3020
+ color: string;
3021
+ };
3022
+ portland_orange: {
3023
+ color: string;
3024
+ };
3025
+ powder_blue: {
3026
+ color: string;
3027
+ };
3028
+ princeton_orange: {
3029
+ color: string;
3030
+ };
3031
+ pink_pearl: {
3032
+ color: string;
3033
+ };
3034
+ pink_sherbet: {
3035
+ color: string;
3036
+ };
3037
+ phthalo_green: {
3038
+ color: string;
3039
+ };
3040
+ piggy_pink: {
3041
+ color: string;
3042
+ };
3043
+ pine_green: {
3044
+ color: string;
3045
+ };
3046
+ persian_red: {
3047
+ color: string;
3048
+ };
3049
+ persian_rose: {
3050
+ color: string;
3051
+ };
3052
+ pastel_purple: {
3053
+ color: string;
3054
+ };
3055
+ payne_grey: {
3056
+ color: string;
3057
+ };
3058
+ peach_puff: {
3059
+ color: string;
3060
+ };
3061
+ peach_yellow: {
3062
+ color: string;
3063
+ };
3064
+ pastel_red: {
3065
+ color: string;
3066
+ };
3067
+ pastel_violet: {
3068
+ color: string;
3069
+ };
3070
+ pastel_yellow: {
3071
+ color: string;
3072
+ };
3073
+ olive_drab: {
3074
+ color: string;
3075
+ };
3076
+ orange_peel: {
3077
+ color: string;
3078
+ };
3079
+ opera_mauve: {
3080
+ color: string;
3081
+ };
3082
+ olive_green: {
3083
+ color: string;
3084
+ };
3085
+ old_lavender: {
3086
+ color: string;
3087
+ };
3088
+ old_mauve: {
3089
+ color: string;
3090
+ };
3091
+ old_rose: {
3092
+ color: string;
3093
+ };
3094
+ north_texas_green: {
3095
+ color: string;
3096
+ };
3097
+ ocean_boat_blue: {
3098
+ color: string;
3099
+ };
3100
+ moss_green: {
3101
+ color: string;
3102
+ };
3103
+ mountain_meadow: {
3104
+ color: string;
3105
+ };
3106
+ mountbatten_pink: {
3107
+ color: string;
3108
+ };
3109
+ msu_green: {
3110
+ color: string;
3111
+ };
3112
+ mint_cream: {
3113
+ color: string;
3114
+ };
3115
+ mint_green: {
3116
+ color: string;
3117
+ };
3118
+ misty_rose: {
3119
+ color: string;
3120
+ };
3121
+ midnight_green: {
3122
+ color: string;
3123
+ };
3124
+ mikado_yellow: {
3125
+ color: string;
3126
+ };
3127
+ medium_turquoise: {
3128
+ color: string;
3129
+ };
3130
+ medium_violet_red: {
3131
+ color: string;
3132
+ };
3133
+ medium_aquamarine: {
3134
+ color: string;
3135
+ };
3136
+ medium_blue: {
3137
+ color: string;
3138
+ };
3139
+ medium_candy_apple_red: {
3140
+ color: string;
3141
+ };
3142
+ mauve_taupe: {
3143
+ color: string;
3144
+ };
3145
+ majorelle_blue: {
3146
+ color: string;
3147
+ };
3148
+ mango_tango: {
3149
+ color: string;
3150
+ };
3151
+ magic_mint: {
3152
+ color: string;
3153
+ };
3154
+ lincoln_green: {
3155
+ color: string;
3156
+ };
3157
+ lavender_pink: {
3158
+ color: string;
3159
+ };
3160
+ lavender_purple: {
3161
+ color: string;
3162
+ };
3163
+ lavender_rose: {
3164
+ color: string;
3165
+ };
3166
+ lawn_green: {
3167
+ color: string;
3168
+ };
3169
+ laurel_green: {
3170
+ color: string;
3171
+ };
3172
+ june_bud: {
3173
+ color: string;
3174
+ };
3175
+ jungle_green: {
3176
+ color: string;
3177
+ };
3178
+ kelly_green: {
3179
+ color: string;
3180
+ };
3181
+ indian_red: {
3182
+ color: string;
3183
+ };
3184
+ international_klein_blue: {
3185
+ color: string;
3186
+ };
3187
+ international_orange: {
3188
+ color: string;
3189
+ };
3190
+ indian_yellow: {
3191
+ color: string;
3192
+ };
3193
+ hot_magenta: {
3194
+ color: string;
3195
+ };
3196
+ hot_pink: {
3197
+ color: string;
3198
+ };
3199
+ hunter_green: {
3200
+ color: string;
3201
+ };
3202
+ hollywood_cerise: {
3203
+ color: string;
3204
+ };
3205
+ harvard_crimson: {
3206
+ color: string;
3207
+ };
3208
+ harvest_gold: {
3209
+ color: string;
3210
+ };
3211
+ heart_gold: {
3212
+ color: string;
3213
+ };
3214
+ golden_brown: {
3215
+ color: string;
3216
+ };
3217
+ granny_smith_apple: {
3218
+ color: string;
3219
+ };
3220
+ green_blue: {
3221
+ color: string;
3222
+ };
3223
+ green_yellow: {
3224
+ color: string;
3225
+ };
3226
+ gray_asparagus: {
3227
+ color: string;
3228
+ };
3229
+ golden_poppy: {
3230
+ color: string;
3231
+ };
3232
+ golden_yellow: {
3233
+ color: string;
3234
+ };
3235
+ fuzzy_wuzzy: {
3236
+ color: string;
3237
+ };
3238
+ fuchsia_pink: {
3239
+ color: string;
3240
+ };
3241
+ french_lilac: {
3242
+ color: string;
3243
+ };
3244
+ french_rose: {
3245
+ color: string;
3246
+ };
3247
+ fluorescent_pink: {
3248
+ color: string;
3249
+ };
3250
+ fluorescent_yellow: {
3251
+ color: string;
3252
+ };
3253
+ fire_engine_red: {
3254
+ color: string;
3255
+ };
3256
+ falu_red: {
3257
+ color: string;
3258
+ };
3259
+ electric_purple: {
3260
+ color: string;
3261
+ };
3262
+ electric_ultramarine: {
3263
+ color: string;
3264
+ };
3265
+ electric_violet: {
3266
+ color: string;
3267
+ };
3268
+ electric_yellow: {
3269
+ color: string;
3270
+ };
3271
+ dim_gray: {
3272
+ color: string;
3273
+ };
3274
+ duke_blue: {
3275
+ color: string;
3276
+ };
3277
+ earth_yellow: {
3278
+ color: string;
3279
+ };
3280
+ dodger_blue: {
3281
+ color: string;
3282
+ };
3283
+ dogwood_rose: {
3284
+ color: string;
3285
+ };
3286
+ dollar_bill: {
3287
+ color: string;
3288
+ };
3289
+ deep_saffron: {
3290
+ color: string;
3291
+ };
3292
+ deep_sky_blue: {
3293
+ color: string;
3294
+ };
3295
+ cosmic_latte: {
3296
+ color: string;
3297
+ };
3298
+ cotton_candy: {
3299
+ color: string;
3300
+ };
3301
+ coral_pink: {
3302
+ color: string;
3303
+ };
3304
+ coral_red: {
3305
+ color: string;
3306
+ };
3307
+ burnt_orange: {
3308
+ color: string;
3309
+ };
3310
+ burnt_sienna: {
3311
+ color: string;
3312
+ };
3313
+ burnt_umber: {
3314
+ color: string;
3315
+ };
3316
+ bulgarian_rose: {
3317
+ color: string;
3318
+ };
3319
+ bubble_gum: {
3320
+ color: string;
3321
+ };
3322
+ stainless_steel: {
3323
+ color: string;
3324
+ };
3325
+ river_rock: {
3326
+ color: string;
3327
+ };
3328
+ american_rose: {
3329
+ color: string;
3330
+ };
3331
+ air_force_blue: {
3332
+ color: string;
3333
+ };
3334
+ alice_blue: {
3335
+ color: string;
3336
+ };
3337
+ antique_fuchsia: {
3338
+ color: string;
3339
+ };
3340
+ antique_white: {
3341
+ color: string;
3342
+ };
3343
+ apple_green: {
3344
+ color: string;
3345
+ };
3346
+ army_green: {
3347
+ color: string;
3348
+ };
3349
+ atomic_tangerine: {
3350
+ color: string;
3351
+ };
3352
+ brink_pink: {
3353
+ color: string;
3354
+ };
3355
+ british_racing_green: {
3356
+ color: string;
3357
+ };
3358
+ cafe_noir: {
3359
+ color: string;
3360
+ };
3361
+ cal_poly_pomona_green: {
3362
+ color: string;
3363
+ };
3364
+ cambridge_blue: {
3365
+ color: string;
3366
+ };
3367
+ camouflage_green: {
3368
+ color: string;
3369
+ };
3370
+ canary_yellow: {
3371
+ color: string;
3372
+ };
3373
+ candy_apple_red: {
3374
+ color: string;
3375
+ };
3376
+ candy_pink: {
3377
+ color: string;
3378
+ };
3379
+ carnation_pink: {
3380
+ color: string;
3381
+ };
3382
+ caput_mortuum: {
3383
+ color: string;
3384
+ };
3385
+ caribbean_green: {
3386
+ color: string;
3387
+ };
3388
+ carolina_blue: {
3389
+ color: string;
3390
+ };
3391
+ carrot_orange: {
3392
+ color: string;
3393
+ };
3394
+ cerise_pink: {
3395
+ color: string;
3396
+ };
3397
+ celestial_blue: {
3398
+ color: string;
3399
+ };
3400
+ vivid_auburn: {
3401
+ color: string;
3402
+ };
3403
+ vivid_burgundy: {
3404
+ color: string;
3405
+ };
3406
+ vivid_cerise: {
3407
+ color: string;
3408
+ };
3409
+ vivid_tangerine: {
3410
+ color: string;
3411
+ };
3412
+ vivid_violet: {
3413
+ color: string;
3414
+ };
3415
+ warm_black: {
3416
+ color: string;
3417
+ };
3418
+ white_smoke: {
3419
+ color: string;
3420
+ };
3421
+ wild_blue_yonder: {
3422
+ color: string;
3423
+ };
3424
+ wild_strawberry: {
3425
+ color: string;
3426
+ };
3427
+ wild_watermelon: {
3428
+ color: string;
3429
+ };
3430
+ yellow_green: {
3431
+ color: string;
3432
+ };
3433
+ yellow_orange: {
3434
+ color: string;
3435
+ };
3436
+ yale_blue: {
3437
+ color: string;
3438
+ };
3439
+ samba_kiss: {
3440
+ color: string;
3441
+ };
3442
+ green_multi: {
3443
+ color: string;
3444
+ };
3445
+ oliveburgundy: {
3446
+ color: string;
3447
+ };
3448
+ sugar_rush: {
3449
+ color: string;
3450
+ };
3451
+ cornell_red: {
3452
+ color: string;
3453
+ };
3454
+ flamingo_pink: {
3455
+ color: string;
3456
+ };
3457
+ up_maroon: {
3458
+ color: string;
3459
+ };
3460
+ astara_merlot: {
3461
+ color: string;
3462
+ };
3463
+ rebellious_edge: {
3464
+ color: string;
3465
+ };
3466
+ heather_combo: {
3467
+ color: string;
3468
+ };
3469
+ astara_black: {
3470
+ color: string;
3471
+ };
3472
+ navyrose_gold: {
3473
+ color: string;
3474
+ };
3475
+ heather_sage: {
3476
+ color: string;
3477
+ };
3478
+ queen_of_hearts: {
3479
+ color: string;
3480
+ };
3481
+ light_purple: {
3482
+ color: string;
3483
+ };
3484
+ light_bluewhite: {
3485
+ color: string;
3486
+ };
3487
+ knock_em_red: {
3488
+ color: string;
3489
+ };
3490
+ powder_pink: {
3491
+ color: string;
3492
+ };
3493
+ heather_greyblack: {
3494
+ color: string;
3495
+ };
3496
+ strawberry_jam: {
3497
+ color: string;
3498
+ };
3499
+ navy_stripe: {
3500
+ color: string;
3501
+ };
3502
+ grey_stripe: {
3503
+ color: string;
3504
+ };
3505
+ moss: {
3506
+ color: string;
3507
+ };
3508
+ grey_combo: {
3509
+ color: string;
3510
+ };
3511
+ mustard_multi: {
3512
+ color: string;
3513
+ };
3514
+ grey_taupe: {
3515
+ color: string;
3516
+ };
3517
+ zinnwaldite_brown: {
3518
+ color: string;
3519
+ };
3520
+ baby_doll: {
3521
+ color: string;
3522
+ };
3523
+ light_nude: {
3524
+ color: string;
3525
+ };
3526
+ wood_rose: {
3527
+ color: string;
3528
+ };
3529
+ tea_tree: {
3530
+ color: string;
3531
+ };
3532
+ black_soft_white: {
3533
+ color: string;
3534
+ };
3535
+ rose_goldblack: {
3536
+ color: string;
3537
+ };
3538
+ sandy_glow: {
3539
+ color: string;
3540
+ };
3541
+ pink_multi: {
3542
+ color: string;
3543
+ };
3544
+ nuderose_gold: {
3545
+ color: string;
3546
+ url: string;
3547
+ };
3548
+ melange_black: {
3549
+ color: string;
3550
+ };
3551
+ new_amber: {
3552
+ color: string;
3553
+ };
3554
+ oatmeal_combo: {
3555
+ color: string;
3556
+ };
3557
+ sandy: {
3558
+ color: string;
3559
+ };
3560
+ light_sage: {
3561
+ color: string;
3562
+ };
3563
+ need_me: {
3564
+ color: string;
3565
+ };
3566
+ orchid_haze: {
3567
+ color: string;
3568
+ };
3569
+ light_bluesmoke: {
3570
+ color: string;
3571
+ };
3572
+ marled_charcoal: {
3573
+ color: string;
3574
+ };
3575
+ bluered: {
3576
+ color: string;
3577
+ };
3578
+ light_pinkberry: {
3579
+ color: string;
3580
+ };
3581
+ raspberry_tart: {
3582
+ color: string;
3583
+ };
3584
+ dark_navy: {
3585
+ color: string;
3586
+ };
3587
+ off_whiteblack: {
3588
+ color: string;
3589
+ };
3590
+ hunter_multi: {
3591
+ color: string;
3592
+ };
3593
+ new_olive__soft_white: {
3594
+ color: string;
3595
+ };
3596
+ sunset_orange: {
3597
+ color: string;
3598
+ };
3599
+ tangerine_yellow: {
3600
+ color: string;
3601
+ };
3602
+ taupe_gray: {
3603
+ color: string;
3604
+ };
3605
+ tea_green: {
3606
+ color: string;
3607
+ };
3608
+ tea_rose: {
3609
+ color: string;
3610
+ };
3611
+ thulian_pink: {
3612
+ color: string;
3613
+ };
3614
+ teal_blue: {
3615
+ color: string;
3616
+ };
3617
+ teal_green: {
3618
+ color: string;
3619
+ };
3620
+ terra_cotta: {
3621
+ color: string;
3622
+ };
3623
+ tickle_me_pink: {
3624
+ color: string;
3625
+ };
3626
+ tiffany_blue: {
3627
+ color: string;
3628
+ };
3629
+ tiger_eye: {
3630
+ color: string;
3631
+ };
3632
+ titanium_yellow: {
3633
+ color: string;
3634
+ };
3635
+ tractor_red: {
3636
+ color: string;
3637
+ };
3638
+ trolley_grey: {
3639
+ color: string;
3640
+ };
3641
+ tropical_rain_forest: {
3642
+ color: string;
3643
+ };
3644
+ true_blue: {
3645
+ color: string;
3646
+ };
3647
+ tufts_blue: {
3648
+ color: string;
3649
+ };
3650
+ turkish_rose: {
3651
+ color: string;
3652
+ };
3653
+ turquoise_blue: {
3654
+ color: string;
3655
+ };
3656
+ turquoise_green: {
3657
+ color: string;
3658
+ };
3659
+ tuscan_red: {
3660
+ color: string;
3661
+ };
3662
+ twilight_lavender: {
3663
+ color: string;
3664
+ };
3665
+ tyrian_purple: {
3666
+ color: string;
3667
+ };
3668
+ ua_blue: {
3669
+ color: string;
3670
+ };
3671
+ ua_red: {
3672
+ color: string;
3673
+ };
3674
+ ucla_blue: {
3675
+ color: string;
3676
+ };
3677
+ ucla_gold: {
3678
+ color: string;
3679
+ };
3680
+ ufo_green: {
3681
+ color: string;
3682
+ };
3683
+ ultra_pink: {
3684
+ color: string;
3685
+ };
3686
+ ultramarine_blue: {
3687
+ color: string;
3688
+ };
3689
+ love_overdose: {
3690
+ color: string;
3691
+ };
3692
+ silk_indulgent: {
3693
+ color: string;
3694
+ };
3695
+ heather_greyivory: {
3696
+ color: string;
3697
+ };
3698
+ light_rust: {
3699
+ color: string;
3700
+ };
3701
+ rose_dusty: {
3702
+ color: string;
3703
+ };
3704
+ rose_powder: {
3705
+ color: string;
3706
+ };
3707
+ medium_wash: {
3708
+ color: string;
3709
+ url: string;
3710
+ };
3711
+ poppy_red: {
3712
+ color: string;
3713
+ };
3714
+ white_multi: {
3715
+ color: string;
3716
+ };
3717
+ heather_black: {
3718
+ color: string;
3719
+ };
3720
+ med_wash: {
3721
+ color: string;
3722
+ };
3723
+ marled_oatmeal: {
3724
+ color: string;
3725
+ };
3726
+ rose_goldnude: {
3727
+ color: string;
3728
+ };
3729
+ rose_goldpink: {
3730
+ color: string;
3731
+ };
3732
+ heather_orange: {
3733
+ color: string;
3734
+ };
3735
+ grey_multi: {
3736
+ color: string;
3737
+ };
3738
+ blue_stripe: {
3739
+ color: string;
3740
+ };
3741
+ light_wash: {
3742
+ color: string;
3743
+ url: string;
3744
+ };
3745
+ acid_wash: {
3746
+ color: string;
3747
+ url: string;
3748
+ };
3749
+ dark_wash: {
3750
+ color: string;
3751
+ url: string;
3752
+ };
3753
+ };