@webpros/mui-theme 0.3.10 → 0.3.12

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 (871) hide show
  1. package/dist/package.json +2 -1
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/feedback/Alert/Alert.theme.d.ts +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +47 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +2 -1
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  16. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  17. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  18. package/dist/src/components/utils/inputIcons.js +19 -0
  19. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  20. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  21. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  22. package/dist/src/icons/AmazonIcon.js +12 -0
  23. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  24. package/dist/src/icons/AndroidIcon.js +12 -0
  25. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  26. package/dist/src/icons/ApparetmentIcon.js +12 -0
  27. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  28. package/dist/src/icons/ArchiveIcon.js +12 -0
  29. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  30. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  31. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  32. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  33. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  34. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  35. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  36. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  37. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  39. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  41. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  43. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  45. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowDownIcon.js +12 -0
  47. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  49. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  51. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  53. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  57. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowRightIcon.js +12 -0
  59. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  61. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  63. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  65. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  67. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowUpIcon.js +12 -0
  69. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  71. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  73. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  75. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  77. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  79. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  81. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  83. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  85. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  87. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  89. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  91. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  93. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  95. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  97. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  99. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  101. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  103. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  105. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  107. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  109. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  111. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  113. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  115. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  117. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  119. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  121. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  123. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  125. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  126. package/dist/src/icons/ArticleIcon.js +12 -0
  127. package/dist/src/icons/AtIcon.d.ts +2 -0
  128. package/dist/src/icons/AtIcon.js +12 -0
  129. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  130. package/dist/src/icons/AutoResponderIcon.js +12 -0
  131. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  132. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  133. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  134. package/dist/src/icons/BarChartIcon.js +12 -0
  135. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  136. package/dist/src/icons/BarricadeIcon.js +12 -0
  137. package/dist/src/icons/BellIcon.d.ts +2 -0
  138. package/dist/src/icons/BellIcon.js +12 -0
  139. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  140. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  141. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  142. package/dist/src/icons/BluetoothIcon.js +12 -0
  143. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  144. package/dist/src/icons/BookOpenIcon.js +12 -0
  145. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  146. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  147. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  148. package/dist/src/icons/BookmarksIcon.js +12 -0
  149. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  150. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  151. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  152. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  153. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  154. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  155. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  156. package/dist/src/icons/BriefcaseIcon.js +12 -0
  157. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  158. package/dist/src/icons/BrowserIcon.js +12 -0
  159. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  160. package/dist/src/icons/BugBeetleIcon.js +12 -0
  161. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  162. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  163. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  164. package/dist/src/icons/BuildingIcon.js +12 -0
  165. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  166. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  167. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  168. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  169. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  170. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  171. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  172. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  173. package/dist/src/icons/CarIcon.d.ts +2 -0
  174. package/dist/src/icons/CarIcon.js +12 -0
  175. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  176. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  177. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  178. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  179. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  180. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  181. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  182. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDownIcon.js +12 -0
  193. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretLeftIcon.js +12 -0
  197. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretRightIcon.js +12 -0
  201. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  205. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretUpIcon.js +12 -0
  207. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  209. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  211. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  213. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  215. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  216. package/dist/src/icons/CellTowerIcon.js +12 -0
  217. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  218. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  219. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  220. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  221. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  222. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  223. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  224. package/dist/src/icons/ChartPolarIcon.js +12 -0
  225. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartScatterIcon.js +12 -0
  227. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  228. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  229. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  230. package/dist/src/icons/ChatCircleIcon.js +12 -0
  231. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  232. package/dist/src/icons/CheckAllIcon.js +12 -0
  233. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  234. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  235. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  236. package/dist/src/icons/CheckCircleIcon.js +12 -0
  237. package/dist/src/icons/CheckIcon.d.ts +2 -0
  238. package/dist/src/icons/CheckIcon.js +12 -0
  239. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  241. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckSmallIcon.js +12 -0
  243. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  245. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckSquareIcon.js +12 -0
  247. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  248. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  249. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  250. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  251. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  253. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  254. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  255. package/dist/src/icons/CircleIcon.d.ts +2 -0
  256. package/dist/src/icons/CircleIcon.js +12 -0
  257. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  258. package/dist/src/icons/CirclesFourIcon.js +12 -0
  259. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  260. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  261. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  262. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  263. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  264. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  265. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  266. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  267. package/dist/src/icons/ClockIcon.d.ts +2 -0
  268. package/dist/src/icons/ClockIcon.js +12 -0
  269. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockSmallIcon.js +12 -0
  271. package/dist/src/icons/CloneIcon.d.ts +2 -0
  272. package/dist/src/icons/CloneIcon.js +12 -0
  273. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  274. package/dist/src/icons/CloseBigIcon.js +12 -0
  275. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  276. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  277. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  278. package/dist/src/icons/CloseCircleIcon.js +12 -0
  279. package/dist/src/icons/CloseIcon.d.ts +2 -0
  280. package/dist/src/icons/CloseIcon.js +12 -0
  281. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseSmallIcon.js +12 -0
  283. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  284. package/dist/src/icons/CloudCheckIcon.js +12 -0
  285. package/dist/src/icons/CloudIcon.d.ts +2 -0
  286. package/dist/src/icons/CloudIcon.js +12 -0
  287. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  288. package/dist/src/icons/CodepenIcon.js +12 -0
  289. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  290. package/dist/src/icons/CodesandboxIcon.js +12 -0
  291. package/dist/src/icons/CommandIcon.d.ts +2 -0
  292. package/dist/src/icons/CommandIcon.js +12 -0
  293. package/dist/src/icons/CompassIcon.d.ts +2 -0
  294. package/dist/src/icons/CompassIcon.js +12 -0
  295. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  296. package/dist/src/icons/CompassToolIcon.js +12 -0
  297. package/dist/src/icons/CopyIcon.d.ts +2 -0
  298. package/dist/src/icons/CopyIcon.js +12 -0
  299. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  300. package/dist/src/icons/CopySimpleIcon.js +12 -0
  301. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  302. package/dist/src/icons/CornersOutIcon.js +12 -0
  303. package/dist/src/icons/CpuIcon.d.ts +2 -0
  304. package/dist/src/icons/CpuIcon.js +12 -0
  305. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  306. package/dist/src/icons/CreditCardIcon.js +12 -0
  307. package/dist/src/icons/CrownIcon.d.ts +2 -0
  308. package/dist/src/icons/CrownIcon.js +12 -0
  309. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  310. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  311. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  312. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  313. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  314. package/dist/src/icons/DatabaseIcon.js +12 -0
  315. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  316. package/dist/src/icons/DesktopIcon.js +12 -0
  317. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  318. package/dist/src/icons/DetectiveIcon.js +12 -0
  319. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  320. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  321. package/dist/src/icons/DisableIcon.d.ts +2 -0
  322. package/dist/src/icons/DisableIcon.js +12 -0
  323. package/dist/src/icons/DominoIcon.d.ts +2 -0
  324. package/dist/src/icons/DominoIcon.js +12 -0
  325. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  326. package/dist/src/icons/DominoPlusIcon.js +12 -0
  327. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  328. package/dist/src/icons/DonutChartIcon.js +12 -0
  329. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  330. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  331. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  332. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  333. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  334. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  335. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  336. package/dist/src/icons/DotsThreeIcon.js +12 -0
  337. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  339. package/dist/src/icons/DraftIcon.d.ts +2 -0
  340. package/dist/src/icons/DraftIcon.js +12 -0
  341. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  342. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  343. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  344. package/dist/src/icons/EnvelopeIcon.js +12 -0
  345. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  346. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  347. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  348. package/dist/src/icons/EqualizerIcon.js +12 -0
  349. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  350. package/dist/src/icons/EqualsIcon.js +12 -0
  351. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  352. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  353. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  354. package/dist/src/icons/ErrorIcon.js +12 -0
  355. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  356. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  357. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  358. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  359. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  360. package/dist/src/icons/EyeClosedIcon.js +12 -0
  361. package/dist/src/icons/EyeIcon.d.ts +2 -0
  362. package/dist/src/icons/EyeIcon.js +12 -0
  363. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  364. package/dist/src/icons/EyeSlashIcon.js +12 -0
  365. package/dist/src/icons/FadersIcon.d.ts +2 -0
  366. package/dist/src/icons/FadersIcon.js +12 -0
  367. package/dist/src/icons/FallIcon.d.ts +2 -0
  368. package/dist/src/icons/FallIcon.js +12 -0
  369. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  370. package/dist/src/icons/FigmaIcon.js +12 -0
  371. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  372. package/dist/src/icons/FilePdfIcon.js +12 -0
  373. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  374. package/dist/src/icons/FilledCircleIcon.js +12 -0
  375. package/dist/src/icons/FireIcon.d.ts +2 -0
  376. package/dist/src/icons/FireIcon.js +12 -0
  377. package/dist/src/icons/FlagIcon.d.ts +2 -0
  378. package/dist/src/icons/FlagIcon.js +12 -0
  379. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  380. package/dist/src/icons/FlagPennantIcon.js +12 -0
  381. package/dist/src/icons/FolderIcon.d.ts +2 -0
  382. package/dist/src/icons/FolderIcon.js +12 -0
  383. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  384. package/dist/src/icons/FolderOpenIcon.js +12 -0
  385. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  386. package/dist/src/icons/FolderPlusIcon.js +12 -0
  387. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  388. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  389. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  390. package/dist/src/icons/FoldersIcon.js +12 -0
  391. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  392. package/dist/src/icons/FontInterIcon.js +12 -0
  393. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  394. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  395. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  396. package/dist/src/icons/FontMonserratIcon.js +12 -0
  397. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  398. package/dist/src/icons/FontOpensansIcon.js +12 -0
  399. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  400. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  401. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  402. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  403. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  404. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  405. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  406. package/dist/src/icons/FontRubikIcon.js +12 -0
  407. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  408. package/dist/src/icons/FontVallkornIcon.js +12 -0
  409. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  410. package/dist/src/icons/ForwarderIcon.js +12 -0
  411. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  412. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  413. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  414. package/dist/src/icons/FrameCornersIcon.js +12 -0
  415. package/dist/src/icons/FramerIcon.d.ts +2 -0
  416. package/dist/src/icons/FramerIcon.js +12 -0
  417. package/dist/src/icons/FtpIcon.d.ts +2 -0
  418. package/dist/src/icons/FtpIcon.js +12 -0
  419. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  420. package/dist/src/icons/FunnelIcon.js +12 -0
  421. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  422. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  423. package/dist/src/icons/GearIcon.d.ts +2 -0
  424. package/dist/src/icons/GearIcon.js +12 -0
  425. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  426. package/dist/src/icons/GearSixIcon.js +12 -0
  427. package/dist/src/icons/GearsIcon.d.ts +2 -0
  428. package/dist/src/icons/GearsIcon.js +12 -0
  429. package/dist/src/icons/GithubIcon.d.ts +2 -0
  430. package/dist/src/icons/GithubIcon.js +12 -0
  431. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  432. package/dist/src/icons/GlobeIcon.js +12 -0
  433. package/dist/src/icons/GoToIcon.d.ts +2 -0
  434. package/dist/src/icons/GoToIcon.js +12 -0
  435. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  436. package/dist/src/icons/GoogleIcon.js +12 -0
  437. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  438. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  439. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  440. package/dist/src/icons/GridFourIcon.js +12 -0
  441. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  442. package/dist/src/icons/GridNineIcon.js +12 -0
  443. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  444. package/dist/src/icons/HalfStarIcon.js +12 -0
  445. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  446. package/dist/src/icons/HandPalmIcon.js +12 -0
  447. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  448. package/dist/src/icons/HardDriveIcon.js +12 -0
  449. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  450. package/dist/src/icons/HardDrivesIcon.js +12 -0
  451. package/dist/src/icons/HashIcon.d.ts +2 -0
  452. package/dist/src/icons/HashIcon.js +12 -0
  453. package/dist/src/icons/HeartIcon.d.ts +2 -0
  454. package/dist/src/icons/HeartIcon.js +12 -0
  455. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  456. package/dist/src/icons/HeartbeatIcon.js +12 -0
  457. package/dist/src/icons/HomeIcon.d.ts +2 -0
  458. package/dist/src/icons/HomeIcon.js +12 -0
  459. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  460. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  461. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  462. package/dist/src/icons/HourglassHighIcon.js +12 -0
  463. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  464. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  465. package/dist/src/icons/ImageIcon.d.ts +2 -0
  466. package/dist/src/icons/ImageIcon.js +12 -0
  467. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  468. package/dist/src/icons/InfoFillIcon.js +12 -0
  469. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  470. package/dist/src/icons/InfoIIcon.js +12 -0
  471. package/dist/src/icons/InfoIcon.d.ts +2 -0
  472. package/dist/src/icons/InfoIcon.js +12 -0
  473. package/dist/src/icons/KeyIcon.d.ts +2 -0
  474. package/dist/src/icons/KeyIcon.js +12 -0
  475. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  476. package/dist/src/icons/KeyholeIcon.js +12 -0
  477. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  478. package/dist/src/icons/LaravelIcon.js +12 -0
  479. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  480. package/dist/src/icons/LayoutIcon.js +12 -0
  481. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  482. package/dist/src/icons/LightningFillIcon.js +12 -0
  483. package/dist/src/icons/LightningIcon.d.ts +2 -0
  484. package/dist/src/icons/LightningIcon.js +12 -0
  485. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  486. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  487. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  488. package/dist/src/icons/LineChartIcon.js +12 -0
  489. package/dist/src/icons/LinkIcon.d.ts +2 -0
  490. package/dist/src/icons/LinkIcon.js +12 -0
  491. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  492. package/dist/src/icons/LinuxIcon.js +12 -0
  493. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  494. package/dist/src/icons/ListDashesIcon.js +12 -0
  495. package/dist/src/icons/ListIcon.d.ts +2 -0
  496. package/dist/src/icons/ListIcon.js +12 -0
  497. package/dist/src/icons/LockIcon.d.ts +2 -0
  498. package/dist/src/icons/LockIcon.js +12 -0
  499. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  500. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  501. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  502. package/dist/src/icons/MapPinIcon.js +12 -0
  503. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  504. package/dist/src/icons/MastodonIcon.js +12 -0
  505. package/dist/src/icons/MedalIcon.d.ts +2 -0
  506. package/dist/src/icons/MedalIcon.js +12 -0
  507. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  508. package/dist/src/icons/MemoryIcon.js +12 -0
  509. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  510. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  511. package/dist/src/icons/MicIcon.d.ts +2 -0
  512. package/dist/src/icons/MicIcon.js +12 -0
  513. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  514. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  515. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  516. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  517. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  518. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  519. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  520. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  521. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  522. package/dist/src/icons/MinusCircleIcon.js +12 -0
  523. package/dist/src/icons/MinusIcon.d.ts +2 -0
  524. package/dist/src/icons/MinusIcon.js +12 -0
  525. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  527. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusSquareIcon.js +12 -0
  529. package/dist/src/icons/MoonIcon.d.ts +2 -0
  530. package/dist/src/icons/MoonIcon.js +12 -0
  531. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  532. package/dist/src/icons/NotEqualsIcon.js +12 -0
  533. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  534. package/dist/src/icons/NotchesIcon.js +12 -0
  535. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  536. package/dist/src/icons/NotePencilIcon.js +12 -0
  537. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  538. package/dist/src/icons/NotepadIcon.js +12 -0
  539. package/dist/src/icons/NovaIcon.d.ts +2 -0
  540. package/dist/src/icons/NovaIcon.js +12 -0
  541. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  542. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  543. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  544. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  545. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  546. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  547. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  548. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  549. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  550. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  551. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  552. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  553. package/dist/src/icons/PalmIcon.d.ts +2 -0
  554. package/dist/src/icons/PalmIcon.js +12 -0
  555. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  556. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  557. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  558. package/dist/src/icons/PaperclipIcon.js +12 -0
  559. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  560. package/dist/src/icons/PasswordIcon.js +12 -0
  561. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  562. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  563. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  564. package/dist/src/icons/PauseCircleIcon.js +12 -0
  565. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  566. package/dist/src/icons/PauseFillIcon.js +12 -0
  567. package/dist/src/icons/PauseIcon.d.ts +2 -0
  568. package/dist/src/icons/PauseIcon.js +12 -0
  569. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  570. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  571. package/dist/src/icons/PercentIcon.d.ts +2 -0
  572. package/dist/src/icons/PercentIcon.js +12 -0
  573. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  574. package/dist/src/icons/PhoneIcon.js +12 -0
  575. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  576. package/dist/src/icons/PieChartIcon.js +12 -0
  577. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  578. package/dist/src/icons/PinterestIcon.js +12 -0
  579. package/dist/src/icons/PlayIcon.d.ts +2 -0
  580. package/dist/src/icons/PlayIcon.js +12 -0
  581. package/dist/src/icons/PleskIcon.d.ts +2 -0
  582. package/dist/src/icons/PleskIcon.js +12 -0
  583. package/dist/src/icons/PluginIcon.d.ts +2 -0
  584. package/dist/src/icons/PluginIcon.js +12 -0
  585. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  586. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  587. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  588. package/dist/src/icons/PlugsIcon.js +12 -0
  589. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  590. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  591. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  592. package/dist/src/icons/PlusCircleIcon.js +12 -0
  593. package/dist/src/icons/PlusIcon.d.ts +2 -0
  594. package/dist/src/icons/PlusIcon.js +12 -0
  595. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  596. package/dist/src/icons/PlusSmallIcon.js +12 -0
  597. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusSquareIcon.js +12 -0
  599. package/dist/src/icons/PowerIcon.d.ts +2 -0
  600. package/dist/src/icons/PowerIcon.js +12 -0
  601. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  602. package/dist/src/icons/ProhibitIcon.js +12 -0
  603. package/dist/src/icons/PulseIcon.d.ts +2 -0
  604. package/dist/src/icons/PulseIcon.js +12 -0
  605. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  606. package/dist/src/icons/PushPinIcon.js +12 -0
  607. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  608. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  609. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  610. package/dist/src/icons/QuestionFillIcon.js +12 -0
  611. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  612. package/dist/src/icons/QuestionIcon.js +12 -0
  613. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  614. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  615. package/dist/src/icons/QueueIcon.d.ts +2 -0
  616. package/dist/src/icons/QueueIcon.js +12 -0
  617. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  618. package/dist/src/icons/RadioOffIcon.js +12 -0
  619. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  620. package/dist/src/icons/RadioOnIcon.js +12 -0
  621. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  622. package/dist/src/icons/RealcvIcon.js +12 -0
  623. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  624. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  625. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  626. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  627. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  628. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  629. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  630. package/dist/src/icons/RemoveIcon.js +12 -0
  631. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  632. package/dist/src/icons/RepeatIcon.js +12 -0
  633. package/dist/src/icons/RiseIcon.d.ts +2 -0
  634. package/dist/src/icons/RiseIcon.js +12 -0
  635. package/dist/src/icons/RobotIcon.d.ts +2 -0
  636. package/dist/src/icons/RobotIcon.js +12 -0
  637. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  638. package/dist/src/icons/SealWarningIcon.js +12 -0
  639. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  640. package/dist/src/icons/SettingsIcon.js +12 -0
  641. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  642. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  643. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  644. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  645. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  646. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  647. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  648. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  649. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  650. package/dist/src/icons/ShieldIcon.js +12 -0
  651. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  652. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  653. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  654. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  655. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  656. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  657. package/dist/src/icons/SignInIcon.d.ts +2 -0
  658. package/dist/src/icons/SignInIcon.js +12 -0
  659. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  660. package/dist/src/icons/SignOutIcon.js +12 -0
  661. package/dist/src/icons/SirenIcon.d.ts +2 -0
  662. package/dist/src/icons/SirenIcon.js +12 -0
  663. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  664. package/dist/src/icons/SkipBackIcon.js +12 -0
  665. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  666. package/dist/src/icons/SkipForwardIcon.js +12 -0
  667. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  668. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  669. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  670. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  671. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  672. package/dist/src/icons/SmartphoneIcon.js +12 -0
  673. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  674. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  675. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  676. package/dist/src/icons/SortAscendingIcon.js +12 -0
  677. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  678. package/dist/src/icons/SortDescendingIcon.js +12 -0
  679. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  680. package/dist/src/icons/SoundcloudIcon.js +12 -0
  681. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  682. package/dist/src/icons/SparkleIcon.js +12 -0
  683. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  684. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  685. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  686. package/dist/src/icons/SpeakerXIcon.js +12 -0
  687. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  688. package/dist/src/icons/SpeedometerIcon.js +12 -0
  689. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  690. package/dist/src/icons/SpotifyIcon.js +12 -0
  691. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  692. package/dist/src/icons/SquareFillIcon.js +12 -0
  693. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  694. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  695. package/dist/src/icons/SquareIcon.d.ts +2 -0
  696. package/dist/src/icons/SquareIcon.js +12 -0
  697. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  698. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  699. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  700. package/dist/src/icons/SquaresFourIcon.js +12 -0
  701. package/dist/src/icons/StagingIcon.d.ts +2 -0
  702. package/dist/src/icons/StagingIcon.js +12 -0
  703. package/dist/src/icons/StairsIcon.d.ts +2 -0
  704. package/dist/src/icons/StairsIcon.js +12 -0
  705. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  706. package/dist/src/icons/StarFilledIcon.js +12 -0
  707. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  708. package/dist/src/icons/StarFourIcon.js +12 -0
  709. package/dist/src/icons/StarIcon.d.ts +2 -0
  710. package/dist/src/icons/StarIcon.js +12 -0
  711. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  712. package/dist/src/icons/StethoscopeIcon.js +12 -0
  713. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  714. package/dist/src/icons/StopCircleIcon.js +12 -0
  715. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  716. package/dist/src/icons/StopFillIcon.js +12 -0
  717. package/dist/src/icons/SunIcon.d.ts +2 -0
  718. package/dist/src/icons/SunIcon.js +12 -0
  719. package/dist/src/icons/TabletIcon.d.ts +2 -0
  720. package/dist/src/icons/TabletIcon.js +12 -0
  721. package/dist/src/icons/TabsIcon.d.ts +2 -0
  722. package/dist/src/icons/TabsIcon.js +12 -0
  723. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  724. package/dist/src/icons/TagFilledIcon.js +12 -0
  725. package/dist/src/icons/TagIcon.d.ts +2 -0
  726. package/dist/src/icons/TagIcon.js +12 -0
  727. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  728. package/dist/src/icons/TagSmallIcon.js +12 -0
  729. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  730. package/dist/src/icons/TaskpadIcon.js +12 -0
  731. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  732. package/dist/src/icons/TerminalIcon.js +12 -0
  733. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  734. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  735. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  736. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  737. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  738. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  739. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  740. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  741. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  742. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  743. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  744. package/dist/src/icons/TextBBoldIcon.js +12 -0
  745. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  746. package/dist/src/icons/TextHTwoIcon.js +12 -0
  747. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  748. package/dist/src/icons/TextItalicIcon.js +12 -0
  749. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  750. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  751. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  752. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  753. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  754. package/dist/src/icons/TextboxIcon.js +12 -0
  755. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  756. package/dist/src/icons/ThemeIcon.js +12 -0
  757. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  758. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  759. package/dist/src/icons/TicketIcon.d.ts +2 -0
  760. package/dist/src/icons/TicketIcon.js +12 -0
  761. package/dist/src/icons/TidalIcon.d.ts +2 -0
  762. package/dist/src/icons/TidalIcon.js +12 -0
  763. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  764. package/dist/src/icons/TiktokIcon.js +12 -0
  765. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  766. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  767. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  768. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  769. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  770. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  771. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  772. package/dist/src/icons/ToggleRightIcon.js +12 -0
  773. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  774. package/dist/src/icons/TranslateIcon.js +12 -0
  775. package/dist/src/icons/TrashIcon.d.ts +2 -0
  776. package/dist/src/icons/TrashIcon.js +12 -0
  777. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  778. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  779. package/dist/src/icons/TrayIcon.d.ts +2 -0
  780. package/dist/src/icons/TrayIcon.js +12 -0
  781. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  782. package/dist/src/icons/TrayPlusIcon.js +12 -0
  783. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  784. package/dist/src/icons/TreeStructureIcon.js +12 -0
  785. package/dist/src/icons/UploadIcon.d.ts +2 -0
  786. package/dist/src/icons/UploadIcon.js +12 -0
  787. package/dist/src/icons/UserIcon.d.ts +2 -0
  788. package/dist/src/icons/UserIcon.js +12 -0
  789. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/UserPlusIcon.js +12 -0
  791. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  792. package/dist/src/icons/UserSquareIcon.js +12 -0
  793. package/dist/src/icons/UsersIcon.d.ts +2 -0
  794. package/dist/src/icons/UsersIcon.js +12 -0
  795. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  796. package/dist/src/icons/VectorTwoIcon.js +12 -0
  797. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  798. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  799. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  800. package/dist/src/icons/WandMagicIcon.js +12 -0
  801. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  802. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  803. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  804. package/dist/src/icons/WarningFillIcon.js +12 -0
  805. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  806. package/dist/src/icons/WarningFilledIcon.js +12 -0
  807. package/dist/src/icons/WarningIcon.d.ts +2 -0
  808. package/dist/src/icons/WarningIcon.js +12 -0
  809. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  811. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  813. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  815. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  817. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  818. package/dist/src/icons/WaveSineIcon.js +12 -0
  819. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  820. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  821. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  822. package/dist/src/icons/WebsiteIcon.js +12 -0
  823. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  824. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  825. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  826. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  827. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  828. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  829. package/dist/src/icons/WifiIcon.d.ts +2 -0
  830. package/dist/src/icons/WifiIcon.js +12 -0
  831. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  832. package/dist/src/icons/WordpressIcon.js +12 -0
  833. package/dist/src/icons/WorkIcon.d.ts +2 -0
  834. package/dist/src/icons/WorkIcon.js +12 -0
  835. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  836. package/dist/src/icons/WrenchIcon.js +12 -0
  837. package/dist/src/icons/XIcon.d.ts +2 -0
  838. package/dist/src/icons/XIcon.js +12 -0
  839. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  840. package/dist/src/icons/YoutubeIcon.js +12 -0
  841. package/dist/src/icons/index.d.ts +411 -4
  842. package/dist/src/icons/index.js +412 -10
  843. package/dist/src/shared/viewContext/viewContext.d.ts +1 -1
  844. package/dist/src/tokens/ThemeColorTokens.d.ts +5 -1
  845. package/dist/src/tokens/ThemeColorTokens.js +9 -1
  846. package/dist/src/tokens/colors/Dark.d.ts +8 -0
  847. package/dist/src/tokens/colors/Dark.js +64 -0
  848. package/dist/src/tokens/colors/Light.d.ts +8 -0
  849. package/dist/src/tokens/colors/Light.js +64 -0
  850. package/dist/src/tokens/colors/index.d.ts +4 -2
  851. package/dist/src/tokens/colors/index.js +2 -2
  852. package/dist/src/tokens/colors/onPrimarySchemes.d.ts +12 -0
  853. package/dist/src/tokens/colors/onPrimaryStateLayers.d.ts +33 -0
  854. package/dist/src/utils/createIcon.d.ts +16 -5
  855. package/dist/src/utils/createIcon.js +3 -65
  856. package/dist/src/utils/getMUIPalette.d.ts +5 -2
  857. package/dist/src/utils/getMUIPalette.js +4 -1
  858. package/dist/src/utils/getMUIThemeCustoimzationType.d.ts +7 -1
  859. package/dist/src/utils/getStateLayerColor.d.ts +5 -4
  860. package/dist/src/utils/getStateLayerColor.js +1 -0
  861. package/package.json +2 -1
  862. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  863. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  864. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  865. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  866. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  867. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  868. package/dist/src/tokens/colors/inverseSchemas.d.ts +0 -40
  869. package/dist/src/tokens/colors/schemas.d.ts +0 -111
  870. /package/dist/src/tokens/colors/{inverseSchemas.js → onPrimarySchemes.js} +0 -0
  871. /package/dist/src/tokens/colors/{schemas.js → onPrimaryStateLayers.js} +0 -0
@@ -801,6 +801,45 @@ export const LightInverseStateLayers = {
801
801
  },
802
802
  },
803
803
  };
804
+ export const LightOnPrimarySchemes = {
805
+ base: {
806
+ primary: 'rgba(255, 255, 255, 1)',
807
+ },
808
+ surfaces: {
809
+ surface: 'rgba(95, 77, 152, 1)',
810
+ onSurfaceVariant: 'rgba(255, 255, 255, 1)',
811
+ },
812
+ };
813
+ export const LightOnPrimaryStateLayers = {
814
+ base: {
815
+ primary: {
816
+ opacity08: 'rgba(255, 255, 255, 0.08)',
817
+ opacity12: 'rgba(255, 255, 255, 0.12)',
818
+ opacity16: 'rgba(255, 255, 255, 0.2)',
819
+ opacity64: 'rgba(255, 255, 255, 0.64)',
820
+ },
821
+ },
822
+ surfaces: {
823
+ onSurface: {
824
+ opacity08: 'rgba(255, 255, 255, 0.08)',
825
+ opacity12: 'rgba(255, 255, 255, 0.12)',
826
+ opacity16: 'rgba(255, 255, 255, 0.16)',
827
+ opacity28: 'rgba(255, 255, 255, 0.28)',
828
+ opacity38: 'rgba(255, 255, 255, 0.38)',
829
+ opacity48: 'rgba(255, 255, 255, 0.48)',
830
+ opacity64: 'rgba(255, 255, 255, 0.64)',
831
+ opacity10: 'rgba(255, 255, 255, 0.1)',
832
+ },
833
+ onSurfaceVariant: {
834
+ opacity08: 'rgba(255, 255, 255, 0.08)',
835
+ opacity12: 'rgba(255, 255, 255, 0.12)',
836
+ opacity16: 'rgba(255, 255, 255, 0.16)',
837
+ opacity28: 'rgba(255, 255, 255, 0.28)',
838
+ opacity48: 'rgba(255, 255, 255, 0.48)',
839
+ opacity64: 'rgba(255, 255, 255, 0.64)',
840
+ },
841
+ },
842
+ };
804
843
  export const LightSchemesGenerated = {
805
844
  'schemes.base.primary': { r: 95, g: 77, b: 152, a: 1 },
806
845
  'schemes.base.onPrimary': { r: 255, g: 255, b: 255, a: 1 },
@@ -1400,3 +1439,28 @@ export const LightInverseStateLayersGenerated = {
1400
1439
  'inverseStateLayers.status.warning.opacity28': { r: 222, g: 144, b: 66, a: 0.28 },
1401
1440
  'inverseStateLayers.status.warning.opacity38': { r: 222, g: 144, b: 66, a: 0.38 },
1402
1441
  };
1442
+ export const LightOnPrimarySchemesGenerated = {
1443
+ 'onPrimarySchemes.base.primary': { r: 255, g: 255, b: 255, a: 1 },
1444
+ 'onPrimarySchemes.surfaces.surface': { r: 95, g: 77, b: 152, a: 1 },
1445
+ 'onPrimarySchemes.surfaces.onSurfaceVariant': { r: 255, g: 255, b: 255, a: 1 },
1446
+ };
1447
+ export const LightOnPrimaryStateLayersGenerated = {
1448
+ 'onPrimaryStateLayers.base.primary.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1449
+ 'onPrimaryStateLayers.base.primary.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1450
+ 'onPrimaryStateLayers.base.primary.opacity16': { r: 255, g: 255, b: 255, a: 0.2 },
1451
+ 'onPrimaryStateLayers.base.primary.opacity64': { r: 255, g: 255, b: 255, a: 0.64 },
1452
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1453
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1454
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1455
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1456
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
1457
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity48': { r: 255, g: 255, b: 255, a: 0.48 },
1458
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity64': { r: 255, g: 255, b: 255, a: 0.64 },
1459
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity10': { r: 255, g: 255, b: 255, a: 0.1 },
1460
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1461
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1462
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1463
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1464
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity48': { r: 255, g: 255, b: 255, a: 0.48 },
1465
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity64': { r: 255, g: 255, b: 255, a: 0.64 },
1466
+ };
@@ -3,5 +3,7 @@ export type { Schemes, SchemesKey, SchemesGenerated } from './schemes';
3
3
  export type { StateLayers, StateLayersKey, StateLayersGenerated } from './stateLayers';
4
4
  export type { InverseSchemes, InverseSchemesKey, InverseSchemesGenerated } from './inverseSchemes';
5
5
  export type { InverseStateLayers, InverseStateLayersKey, InverseStateLayersGenerated, } from './inverseStateLayers';
6
- export { LightSchemes, LightStateLayers, LightInverseSchemes, LightInverseStateLayers, LightSchemesGenerated, LightStateLayersGenerated, LightInverseSchemesGenerated, LightInverseStateLayersGenerated, } from './Light';
7
- export { DarkSchemes, DarkStateLayers, DarkInverseSchemes, DarkInverseStateLayers, DarkSchemesGenerated, DarkStateLayersGenerated, DarkInverseSchemesGenerated, DarkInverseStateLayersGenerated, } from './Dark';
6
+ export type { OnPrimarySchemes, OnPrimarySchemesKey, OnPrimarySchemesGenerated, } from './onPrimarySchemes';
7
+ export type { OnPrimaryStateLayers, OnPrimaryStateLayersKey, OnPrimaryStateLayersGenerated, } from './onPrimaryStateLayers';
8
+ export { LightSchemes, LightStateLayers, LightInverseSchemes, LightInverseStateLayers, LightOnPrimarySchemes, LightOnPrimaryStateLayers, LightSchemesGenerated, LightStateLayersGenerated, LightInverseSchemesGenerated, LightInverseStateLayersGenerated, LightOnPrimarySchemesGenerated, LightOnPrimaryStateLayersGenerated, } from './Light';
9
+ export { DarkSchemes, DarkStateLayers, DarkInverseSchemes, DarkInverseStateLayers, DarkOnPrimarySchemes, DarkOnPrimaryStateLayers, DarkSchemesGenerated, DarkStateLayersGenerated, DarkInverseSchemesGenerated, DarkInverseStateLayersGenerated, DarkOnPrimarySchemesGenerated, DarkOnPrimaryStateLayersGenerated, } from './Dark';
@@ -1,4 +1,4 @@
1
1
  // Copyright 2025 WebPros International GmbH. All rights reserved.
2
2
  // Auto-generated file - do not edit manually
3
- export { LightSchemes, LightStateLayers, LightInverseSchemes, LightInverseStateLayers, LightSchemesGenerated, LightStateLayersGenerated, LightInverseSchemesGenerated, LightInverseStateLayersGenerated, } from './Light';
4
- export { DarkSchemes, DarkStateLayers, DarkInverseSchemes, DarkInverseStateLayers, DarkSchemesGenerated, DarkStateLayersGenerated, DarkInverseSchemesGenerated, DarkInverseStateLayersGenerated, } from './Dark';
3
+ export { LightSchemes, LightStateLayers, LightInverseSchemes, LightInverseStateLayers, LightOnPrimarySchemes, LightOnPrimaryStateLayers, LightSchemesGenerated, LightStateLayersGenerated, LightInverseSchemesGenerated, LightInverseStateLayersGenerated, LightOnPrimarySchemesGenerated, LightOnPrimaryStateLayersGenerated, } from './Light';
4
+ export { DarkSchemes, DarkStateLayers, DarkInverseSchemes, DarkInverseStateLayers, DarkOnPrimarySchemes, DarkOnPrimaryStateLayers, DarkSchemesGenerated, DarkStateLayersGenerated, DarkInverseSchemesGenerated, DarkInverseStateLayersGenerated, DarkOnPrimarySchemesGenerated, DarkOnPrimaryStateLayersGenerated, } from './Dark';
@@ -0,0 +1,12 @@
1
+ import { RecursiveKeyOf, GeneratedRgba } from './types';
2
+ export type OnPrimarySchemes = {
3
+ base: {
4
+ primary: string;
5
+ };
6
+ surfaces: {
7
+ surface: string;
8
+ onSurfaceVariant: string;
9
+ };
10
+ };
11
+ export type OnPrimarySchemesKey = `onPrimarySchemes.${RecursiveKeyOf<OnPrimarySchemes>}`;
12
+ export type OnPrimarySchemesGenerated = Record<OnPrimarySchemesKey, GeneratedRgba>;
@@ -0,0 +1,33 @@
1
+ import { RecursiveKeyOf, GeneratedRgba } from './types';
2
+ export type OnPrimaryStateLayers = {
3
+ base: {
4
+ primary: {
5
+ opacity08: string;
6
+ opacity12: string;
7
+ opacity16: string;
8
+ opacity64: string;
9
+ };
10
+ };
11
+ surfaces: {
12
+ onSurface: {
13
+ opacity08: string;
14
+ opacity12: string;
15
+ opacity16: string;
16
+ opacity28: string;
17
+ opacity38: string;
18
+ opacity48: string;
19
+ opacity64: string;
20
+ opacity10: string;
21
+ };
22
+ onSurfaceVariant: {
23
+ opacity08: string;
24
+ opacity12: string;
25
+ opacity16: string;
26
+ opacity28: string;
27
+ opacity48: string;
28
+ opacity64: string;
29
+ };
30
+ };
31
+ };
32
+ export type OnPrimaryStateLayersKey = `onPrimaryStateLayers.${RecursiveKeyOf<OnPrimaryStateLayers>}`;
33
+ export type OnPrimaryStateLayersGenerated = Record<OnPrimaryStateLayersKey, GeneratedRgba>;
@@ -1,12 +1,23 @@
1
- import { Icon, IconWeight, IconProps } from '@phosphor-icons/react';
1
+ import { IconProps } from '@phosphor-icons/react';
2
2
  import { SxProps, Theme } from '@mui/material/styles';
3
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
3
4
  type MuiColorToken = 'inherit' | 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success' | 'action' | 'disabled';
4
5
  export type CustomIconProps = Omit<IconProps, 'color'> & {
5
6
  color?: string | MuiColorToken;
6
7
  sx?: SxProps<Theme>;
8
+ size?: number | string;
7
9
  };
8
- export type CustomIcon = Icon;
9
- type WeightPaths = Partial<Record<IconWeight, string>>;
10
- export declare function createStaticIcon(displayName: string, svg: string): CustomIcon;
11
- export declare function createIcon(displayName: string, svgOrPath: string | WeightPaths): CustomIcon;
10
+ export type CustomIcon = ForwardRefExoticComponent<CustomIconProps & RefAttributes<SVGSVGElement>>;
11
+ /**
12
+ * IconWrapper component for pre-compiled icons.
13
+ * This is used by generated icon components to provide consistent styling.
14
+ */
15
+ interface IconWrapperProps {
16
+ color?: string | MuiColorToken;
17
+ sx?: SxProps<Theme>;
18
+ size?: number | string;
19
+ children: React.ReactNode;
20
+ className?: string;
21
+ }
22
+ export declare const IconWrapper: ({ color, sx, size, children, className, }: IconWrapperProps) => import("react/jsx-runtime").JSX.Element;
12
23
  export {};
@@ -1,19 +1,7 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- // Copyright 2025 WebPros International GmbH. All rights reserved.
4
- import { forwardRef } from 'react';
5
- import { SSRBase } from '@phosphor-icons/react/dist/ssr';
6
2
  import { styled } from '@mui/material/styles';
7
3
  import Box from '@mui/material/Box';
8
- function extractPath(svg) {
9
- const cleanedSvg = svg.replace(/fill="[^"]*"/g, '');
10
- const match = cleanedSvg.match(/d="([^"]+)"/);
11
- if (!(match === null || match === void 0 ? void 0 : match[1])) {
12
- throw new Error('createIcon: No path found in SVG. Make sure SVG contains a <path d="..."> element.');
13
- }
14
- return match[1];
15
- }
16
- const StyledIconWrapper = styled('span', {
4
+ const StyledIconWrapper = styled(Box, {
17
5
  shouldForwardProp: (prop) => prop !== 'iconColor',
18
6
  })(({ theme, iconColor }) => {
19
7
  const { colors } = theme;
@@ -37,56 +25,6 @@ const StyledIconWrapper = styled('span', {
37
25
  color: colorMapping[iconColor],
38
26
  };
39
27
  }
40
- return { display: 'inline-flex', color: iconColor };
28
+ return { display: 'inline-flex', color: iconColor, height: '100%', width: '100%' };
41
29
  });
42
- function extractPathsData(svg) {
43
- var _a, _b;
44
- const pathRegex = /<path[^>]*d="([^"]+)"[^>]*\/?>/g;
45
- const paths = [];
46
- let match;
47
- while ((match = pathRegex.exec(svg)) !== null) {
48
- const fullMatch = match[0];
49
- const d = (_a = match[1]) !== null && _a !== void 0 ? _a : '';
50
- const fillMatch = fullMatch.match(/fill="([^"]*)"/);
51
- const fill = (_b = fillMatch === null || fillMatch === void 0 ? void 0 : fillMatch[1]) !== null && _b !== void 0 ? _b : 'currentColor';
52
- paths.push({ d, fill });
53
- }
54
- return paths;
55
- }
56
- export function createStaticIcon(displayName, svg) {
57
- const pathsData = extractPathsData(svg);
58
- const IconComponent = forwardRef((props, ref) => {
59
- const _a = props, { sx, size = 24, variant = 'outline', color } = _a, rest = __rest(_a, ["sx", "size", "variant", "color"]);
60
- const paths = pathsData.map((p, i) => {
61
- if (variant === 'outline') {
62
- if (i === 0) {
63
- return (_jsx("path", { d: p.d, fill: "transparent", stroke: "currentColor", strokeWidth: 8 }, i));
64
- }
65
- return _jsx("path", { d: p.d, fill: "currentColor" }, i);
66
- }
67
- return _jsx("path", { d: p.d, fill: p.fill }, i);
68
- });
69
- return (_jsx(Box, { component: "span", ref: ref, sx: Object.assign({ display: 'inline-flex', verticalAlign: 'middle', width: size, height: size }, sx), children: _jsx(StyledIconWrapper, { iconColor: variant === 'outline' ? color : undefined, children: _jsx("svg", Object.assign({ viewBox: "0 0 256 256", width: "100%", height: "100%" }, rest, { children: paths })) }) }));
70
- });
71
- IconComponent.displayName = displayName;
72
- return IconComponent;
73
- }
74
- export function createIcon(displayName, svgOrPath) {
75
- const weights = new Map();
76
- if (typeof svgOrPath === 'string') {
77
- const pathData = svgOrPath.includes('<svg') ? extractPath(svgOrPath) : svgOrPath;
78
- weights.set('regular', _jsx("path", { d: pathData }));
79
- }
80
- else {
81
- Object.entries(svgOrPath).forEach(([weight, pathOrSvg]) => {
82
- const pathData = pathOrSvg.includes('<svg') ? extractPath(pathOrSvg) : pathOrSvg;
83
- weights.set(weight, _jsx("path", { d: pathData }));
84
- });
85
- }
86
- const IconComponent = forwardRef((props, ref) => {
87
- const _a = props, { color, sx } = _a, rest = __rest(_a, ["color", "sx"]);
88
- return (_jsx(Box, { component: "span", sx: Object.assign({ display: 'inline-flex', verticalAlign: 'middle' }, sx), children: _jsx(StyledIconWrapper, { iconColor: color, children: _jsx(SSRBase, Object.assign({ ref: ref }, rest, { color: "currentColor", weights: weights })) }) }));
89
- });
90
- IconComponent.displayName = displayName;
91
- return IconComponent;
92
- }
30
+ export const IconWrapper = ({ color, sx, size = '100%', children, className, }) => (_jsx(Box, { component: "span", className: className, sx: Object.assign({ display: 'flex', alignItems: 'center', justifyContent: 'center', width: size, height: size }, sx), children: _jsx(StyledIconWrapper, { iconColor: color, children: children }) }));
@@ -1,15 +1,18 @@
1
1
  import { ThemeOptions, PaletteColor } from '@mui/material';
2
- import { getBlendSchemaWithStateLayer, getInverseBlendSchemaWithStateLayer } from '../index';
2
+ import { getBlendSchemaWithStateLayer, getInverseBlendSchemaWithStateLayer, getOnPrimaryBlendSchemaWithStateLayer } from '../index';
3
3
  import { ThemeMode } from '../tokens/ThemeMode';
4
4
  import { ThemeScheme } from '../tokens/ThemeScheme';
5
- import { Schemes, StateLayers, InverseSchemes, InverseStateLayers } from '../tokens/colors';
5
+ import { Schemes, StateLayers, InverseSchemes, InverseStateLayers, OnPrimarySchemes, OnPrimaryStateLayers } from '../tokens/colors';
6
6
  export type ThemeColors = {
7
7
  schemes: Schemes;
8
8
  stateLayers: StateLayers;
9
9
  inverseSchemes: InverseSchemes;
10
10
  inverseStateLayers: InverseStateLayers;
11
+ onPrimarySchemes: OnPrimarySchemes;
12
+ onPrimaryStateLayers: OnPrimaryStateLayers;
11
13
  blendSchemaWithStateLayer: ReturnType<typeof getBlendSchemaWithStateLayer>;
12
14
  blendInverseSchemaWithStateLayer: ReturnType<typeof getInverseBlendSchemaWithStateLayer>;
15
+ blendOnPrimarySchemaWithStateLayer: ReturnType<typeof getOnPrimaryBlendSchemaWithStateLayer>;
13
16
  };
14
17
  declare module '@mui/material/styles' {
15
18
  interface M3PaletteOptions {
@@ -1,4 +1,4 @@
1
- import { getBlendSchemaWithStateLayer, getInverseBlendSchemaWithStateLayer, } from '../index';
1
+ import { getBlendSchemaWithStateLayer, getInverseBlendSchemaWithStateLayer, getOnPrimaryBlendSchemaWithStateLayer, } from '../index';
2
2
  export const getMUIPalette = (themeMode, themeScheme) => {
3
3
  const scheme = themeScheme[themeMode];
4
4
  return {
@@ -57,8 +57,11 @@ export const getMUIPalette = (themeMode, themeScheme) => {
57
57
  stateLayers: scheme.stateLayers,
58
58
  inverseSchemes: scheme.inverseSchemes,
59
59
  inverseStateLayers: scheme.inverseStateLayers,
60
+ onPrimarySchemes: scheme.onPrimarySchemes,
61
+ onPrimaryStateLayers: scheme.onPrimaryStateLayers,
60
62
  blendSchemaWithStateLayer: getBlendSchemaWithStateLayer(scheme.generatedSchemes, scheme.generatedStateLayers),
61
63
  blendInverseSchemaWithStateLayer: getInverseBlendSchemaWithStateLayer(scheme.generatedInverseSchemes, scheme.generatedInverseStateLayers),
64
+ blendOnPrimarySchemaWithStateLayer: getOnPrimaryBlendSchemaWithStateLayer(scheme.generatedOnPrimarySchemes, scheme.generatedOnPrimaryStateLayers),
62
65
  },
63
66
  };
64
67
  };
@@ -1,4 +1,4 @@
1
- import { Schemes, StateLayers, InverseSchemes, InverseStateLayers } from '../tokens/colors';
1
+ import { Schemes, StateLayers, InverseSchemes, InverseStateLayers, OnPrimarySchemes, OnPrimaryStateLayers } from '../tokens/colors';
2
2
  import { TypescaleTypographyVariants } from '../index';
3
3
  import { BlendSchemaWithStateLayerFunction } from '../utils/getStateLayerColor';
4
4
  declare module '@mui/material/styles' {
@@ -14,8 +14,11 @@ declare module '@mui/material/styles' {
14
14
  stateLayers: StateLayers;
15
15
  inverseSchemes: InverseSchemes;
16
16
  inverseStateLayers: InverseStateLayers;
17
+ onPrimarySchemes: OnPrimarySchemes;
18
+ onPrimaryStateLayers: OnPrimaryStateLayers;
17
19
  blendSchemaWithStateLayer: BlendSchemaWithStateLayerFunction;
18
20
  blendInverseSchemaWithStateLayer: BlendSchemaWithStateLayerFunction;
21
+ blendOnPrimarySchemaWithStateLayer: BlendSchemaWithStateLayerFunction;
19
22
  };
20
23
  }
21
24
  interface ThemeOptions {
@@ -24,8 +27,11 @@ declare module '@mui/material/styles' {
24
27
  stateLayers: StateLayers;
25
28
  inverseSchemes: InverseSchemes;
26
29
  inverseStateLayers: InverseStateLayers;
30
+ onPrimarySchemes: OnPrimarySchemes;
31
+ onPrimaryStateLayers: OnPrimaryStateLayers;
27
32
  blendSchemaWithStateLayer: BlendSchemaWithStateLayerFunction;
28
33
  blendInverseSchemaWithStateLayer: BlendSchemaWithStateLayerFunction;
34
+ blendOnPrimarySchemaWithStateLayer: BlendSchemaWithStateLayerFunction;
29
35
  };
30
36
  }
31
37
  }
@@ -1,9 +1,10 @@
1
- import { SchemesKey, InverseSchemesKey, StateLayersKey, InverseStateLayersKey, SchemesGenerated, InverseSchemesGenerated, StateLayersGenerated, InverseStateLayersGenerated } from '../tokens/colors';
2
- export type BlendSchemaWithStateLayerFunction = (schemaKey: SchemesKey | InverseSchemesKey, stateLayerKey: StateLayersKey | InverseStateLayersKey) => string;
3
- export declare const getBlendSchemaWithStateLayer: (schemesGenerated: SchemesGenerated | InverseSchemesGenerated, stateLayersGenerated: StateLayersGenerated | InverseStateLayersGenerated) => BlendSchemaWithStateLayerFunction;
1
+ import { SchemesKey, InverseSchemesKey, OnPrimarySchemesKey, StateLayersKey, InverseStateLayersKey, OnPrimaryStateLayersKey, SchemesGenerated, InverseSchemesGenerated, OnPrimarySchemesGenerated, StateLayersGenerated, InverseStateLayersGenerated, OnPrimaryStateLayersGenerated } from '../tokens/colors';
2
+ export type BlendSchemaWithStateLayerFunction = (schemaKey: SchemesKey | InverseSchemesKey | OnPrimarySchemesKey, stateLayerKey: StateLayersKey | InverseStateLayersKey | OnPrimaryStateLayersKey) => string;
3
+ export declare const getBlendSchemaWithStateLayer: (schemesGenerated: SchemesGenerated | InverseSchemesGenerated | OnPrimarySchemesGenerated, stateLayersGenerated: StateLayersGenerated | InverseStateLayersGenerated | OnPrimaryStateLayersGenerated) => BlendSchemaWithStateLayerFunction;
4
4
  export declare const getInverseBlendSchemaWithStateLayer: (schemesGenerated: InverseSchemesGenerated, stateLayersGenerated: InverseStateLayersGenerated) => BlendSchemaWithStateLayerFunction;
5
+ export declare const getOnPrimaryBlendSchemaWithStateLayer: (schemesGenerated: OnPrimarySchemesGenerated, stateLayersGenerated: OnPrimaryStateLayersGenerated) => BlendSchemaWithStateLayerFunction;
5
6
  /**
6
7
  * Blends a schema color by color-mix
7
8
  * Color mix is 2023 Baseline https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix
8
9
  */
9
- export declare const blendSchemaWithStateLayer: (schemesGenerated: SchemesGenerated | InverseSchemesGenerated, stateLayersGenerated: StateLayersGenerated | InverseStateLayersGenerated) => (schemaKey: SchemesKey | InverseSchemesKey, stateLayerKey: StateLayersKey | InverseStateLayersKey) => string;
10
+ export declare const blendSchemaWithStateLayer: (schemesGenerated: SchemesGenerated | InverseSchemesGenerated | OnPrimarySchemesGenerated, stateLayersGenerated: StateLayersGenerated | InverseStateLayersGenerated | OnPrimaryStateLayersGenerated) => (schemaKey: SchemesKey | InverseSchemesKey | OnPrimarySchemesKey, stateLayerKey: StateLayersKey | InverseStateLayersKey | OnPrimaryStateLayersKey) => string;
@@ -2,6 +2,7 @@
2
2
  // Function to get the blend function
3
3
  export const getBlendSchemaWithStateLayer = (schemesGenerated, stateLayersGenerated) => blendSchemaWithStateLayer(schemesGenerated, stateLayersGenerated);
4
4
  export const getInverseBlendSchemaWithStateLayer = (schemesGenerated, stateLayersGenerated) => blendSchemaWithStateLayer(schemesGenerated, stateLayersGenerated);
5
+ export const getOnPrimaryBlendSchemaWithStateLayer = (schemesGenerated, stateLayersGenerated) => blendSchemaWithStateLayer(schemesGenerated, stateLayersGenerated);
5
6
  /**
6
7
  * Blends a schema color by color-mix
7
8
  * Color mix is 2023 Baseline https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webpros/mui-theme",
3
3
  "description": "MUI v7 theme for WebPros products",
4
- "version": "0.3.10",
4
+ "version": "0.3.12",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -41,6 +41,7 @@
41
41
  "build": "yarn build:main && yarn build:eslint",
42
42
  "build:main": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
43
43
  "build:eslint": "tsc -p ./eslint/tsconfig.eslint.json",
44
+ "yalc:publish": "yarn build && yalc publish && cd eslint && yalc publish",
44
45
  "storybook:dev": "storybook dev -p 6006",
45
46
  "storybook:build": "storybook build",
46
47
  "test": "npm run prettier:test && npm run lint && npm run typecheck",
@@ -1 +0,0 @@
1
- export declare const ChipDeleteIcon: import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright 2025 WebPros International GmbH. All rights reserved.
3
- import { XIcon } from '@phosphor-icons/react';
4
- export const ChipDeleteIcon = _jsx(XIcon, { size: 18 });
@@ -1 +0,0 @@
1
- export declare const AutocompleteCaretDownIcon: import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright 2025 WebPros International GmbH. All rights reserved.
3
- import { CaretDownIcon } from '@phosphor-icons/react';
4
- export const AutocompleteCaretDownIcon = _jsx(CaretDownIcon, {});
@@ -1 +0,0 @@
1
- export declare const AutocompleteXIcon: import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright 2025 WebPros International GmbH. All rights reserved.
3
- import { XIcon } from '@phosphor-icons/react';
4
- export const AutocompleteXIcon = _jsx(XIcon, {});
@@ -1,40 +0,0 @@
1
- import { RecursiveKeyOf, GeneratedRgba } from './types';
2
- export type InverseSchemes = {
3
- surface: {
4
- surface: string;
5
- onSurface: string;
6
- onSurfaceVariant: string;
7
- outlineVariant: string;
8
- surfaceContainer: string;
9
- onSurfaceContainer: string;
10
- outline: string;
11
- surfaceContainerLowest: string;
12
- surfaceContainerLow: string;
13
- surfaceContainerHigh: string;
14
- surfaceContainerHighest: string;
15
- elevatedContainerLowest: string;
16
- elevatedContainerLow: string;
17
- elevatedContainer: string;
18
- elevatedContainerHigh: string;
19
- };
20
- base: {
21
- primary: string;
22
- onPrimary: string;
23
- secondary: string;
24
- onSecondary: string;
25
- };
26
- status: {
27
- error: string;
28
- warning: string;
29
- success: string;
30
- info: string;
31
- onError: string;
32
- onWarning: string;
33
- onInfo: string;
34
- onSuccess: string;
35
- undefined: string;
36
- onUndefined: string;
37
- };
38
- };
39
- export type InverseSchemesKey = `inverseSchemes.${RecursiveKeyOf<InverseSchemes>}`;
40
- export type InverseSchemesGenerated = Record<InverseSchemesKey, GeneratedRgba>;
@@ -1,111 +0,0 @@
1
- import { RecursiveKeyOf, GeneratedRgba } from './types';
2
- export type Schemes = {
3
- base: {
4
- primary: string;
5
- onPrimary: string;
6
- primaryContainer: string;
7
- onPrimaryContainer: string;
8
- secondary: string;
9
- onSecondary: string;
10
- secondaryContainer: string;
11
- onSecondaryContainer: string;
12
- tertiary: string;
13
- onTertiary: string;
14
- tertiaryContainer: string;
15
- onTertiaryContainer: string;
16
- primaryVariant: string;
17
- onPrimaryVariant: string;
18
- onPrimaryBase: string;
19
- onPrimaryBaseVariant: string;
20
- };
21
- surfaces: {
22
- surfaceTint: string;
23
- background: string;
24
- onBackground: string;
25
- surface: string;
26
- onSurface: string;
27
- surfaceVariant: string;
28
- onSurfaceVariant: string;
29
- outline: string;
30
- outlineVariant: string;
31
- shadow: string;
32
- scrim: string;
33
- surfaceDim: string;
34
- surfaceBright: string;
35
- surfaceContainerLowest: string;
36
- surfaceContainerLow: string;
37
- surfaceContainer: string;
38
- surfaceContainerHigh: string;
39
- surfaceContainerHighest: string;
40
- elevatedContainerLowest: string;
41
- elevatedContainerLow: string;
42
- elevatedContainer: string;
43
- elevatedContainerHigh: string;
44
- };
45
- status: {
46
- error: string;
47
- onError: string;
48
- errorContainer: string;
49
- onErrorContainer: string;
50
- warning: string;
51
- onWarning: string;
52
- warningContainer: string;
53
- onWarningContainer: string;
54
- info: string;
55
- onInfo: string;
56
- infoContainer: string;
57
- onInfoContainer: string;
58
- onSuccess: string;
59
- successContainer: string;
60
- onSuccessContainer: string;
61
- success: string;
62
- undefined: string;
63
- onUndefined: string;
64
- undefinedContainer: string;
65
- onUndefinedContainer: string;
66
- };
67
- fixed: {
68
- primaryFixed: string;
69
- onPrimaryFixed: string;
70
- primaryFixedDim: string;
71
- onPrimaryFixedVariant: string;
72
- secondaryFixed: string;
73
- onSecondaryFixed: string;
74
- secondaryFixedDim: string;
75
- onSecondaryFixedVariant: string;
76
- tertiaryFixed: string;
77
- onTertiaryFixed: string;
78
- tertiaryFixedDim: string;
79
- onTertiaryFixedVariant: string;
80
- errorFixedDim: string;
81
- warningFixedDim: string;
82
- infoFixedDim: string;
83
- successFixedDim: string;
84
- };
85
- charts: {
86
- chart01: string;
87
- chart02: string;
88
- chart03: string;
89
- chart04: string;
90
- chart05: string;
91
- chart06: string;
92
- chart07: string;
93
- chart08: string;
94
- chart09: string;
95
- chartError: string;
96
- chartWarning: string;
97
- chartSuccess: string;
98
- chartUndefined: string;
99
- chart10: string;
100
- };
101
- typography: {
102
- primary: string;
103
- error: string;
104
- onSurface: string;
105
- primaryVisited: string;
106
- errorVisited: string;
107
- onSurfaceVisited: string;
108
- };
109
- };
110
- export type SchemesKey = `schemes.${RecursiveKeyOf<Schemes>}`;
111
- export type SchemesGenerated = Record<SchemesKey, GeneratedRgba>;