@webpros/mui-theme 0.3.11 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/dist/package.json +2 -2
  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/data-display/Table/Table.theme.js +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 +27 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +3 -2
  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/inputs/ToggleButton/ToggleButton.d.ts +10 -2
  16. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
  17. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
  18. package/dist/src/components/inputs/ToggleButton/index.js +2 -2
  19. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
  20. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
  21. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
  22. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
  23. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  24. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  25. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  26. package/dist/src/components/utils/inputIcons.js +19 -0
  27. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  28. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  29. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  30. package/dist/src/icons/AmazonIcon.js +12 -0
  31. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  32. package/dist/src/icons/AndroidIcon.js +12 -0
  33. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  34. package/dist/src/icons/ApparetmentIcon.js +12 -0
  35. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  36. package/dist/src/icons/ArchiveIcon.js +12 -0
  37. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  39. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  41. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  43. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  45. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  47. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  49. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  51. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  53. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  57. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  59. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  61. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  63. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  65. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowRightIcon.js +12 -0
  67. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  69. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  71. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  73. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  75. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowUpIcon.js +12 -0
  77. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  79. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  81. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  83. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  85. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  87. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  89. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  91. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  93. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  95. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  97. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  99. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  101. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  103. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  105. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  107. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  109. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  111. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  113. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  115. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  117. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  119. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  121. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  123. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  125. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  126. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  127. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  128. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  129. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  130. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  131. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  132. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  133. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  134. package/dist/src/icons/ArticleIcon.js +12 -0
  135. package/dist/src/icons/AtIcon.d.ts +2 -0
  136. package/dist/src/icons/AtIcon.js +12 -0
  137. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  138. package/dist/src/icons/AutoResponderIcon.js +12 -0
  139. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  140. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  141. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  142. package/dist/src/icons/BarChartIcon.js +12 -0
  143. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  144. package/dist/src/icons/BarricadeIcon.js +12 -0
  145. package/dist/src/icons/BellIcon.d.ts +2 -0
  146. package/dist/src/icons/BellIcon.js +12 -0
  147. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  148. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  149. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  150. package/dist/src/icons/BluetoothIcon.js +12 -0
  151. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  152. package/dist/src/icons/BookOpenIcon.js +12 -0
  153. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  154. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  155. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  156. package/dist/src/icons/BookmarksIcon.js +12 -0
  157. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  158. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  159. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  160. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  161. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  162. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  163. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  164. package/dist/src/icons/BriefcaseIcon.js +12 -0
  165. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  166. package/dist/src/icons/BrowserIcon.js +12 -0
  167. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  168. package/dist/src/icons/BugBeetleIcon.js +12 -0
  169. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  170. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  171. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  172. package/dist/src/icons/BuildingIcon.js +12 -0
  173. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  174. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  175. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  176. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  177. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  178. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  179. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  180. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  181. package/dist/src/icons/CarIcon.d.ts +2 -0
  182. package/dist/src/icons/CarIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  193. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  197. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretDownIcon.js +12 -0
  201. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretLeftIcon.js +12 -0
  205. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  207. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretRightIcon.js +12 -0
  209. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  211. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  213. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretUpIcon.js +12 -0
  215. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  216. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  217. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  218. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  219. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  220. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  221. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  222. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  223. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  224. package/dist/src/icons/CellTowerIcon.js +12 -0
  225. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  227. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  228. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  229. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  230. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  231. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  232. package/dist/src/icons/ChartPolarIcon.js +12 -0
  233. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  234. package/dist/src/icons/ChartScatterIcon.js +12 -0
  235. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  236. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  237. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  238. package/dist/src/icons/ChatCircleIcon.js +12 -0
  239. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckAllIcon.js +12 -0
  241. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  243. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckCircleIcon.js +12 -0
  245. package/dist/src/icons/CheckIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckIcon.js +12 -0
  247. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  248. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  249. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  250. package/dist/src/icons/CheckSmallIcon.js +12 -0
  251. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  253. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  254. package/dist/src/icons/CheckSquareIcon.js +12 -0
  255. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  256. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  257. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  258. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  259. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  260. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  261. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  262. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  263. package/dist/src/icons/CircleIcon.d.ts +2 -0
  264. package/dist/src/icons/CircleIcon.js +12 -0
  265. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  266. package/dist/src/icons/CirclesFourIcon.js +12 -0
  267. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  268. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  269. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  271. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  272. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  273. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  274. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  275. package/dist/src/icons/ClockIcon.d.ts +2 -0
  276. package/dist/src/icons/ClockIcon.js +12 -0
  277. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  278. package/dist/src/icons/ClockSmallIcon.js +12 -0
  279. package/dist/src/icons/CloneIcon.d.ts +2 -0
  280. package/dist/src/icons/CloneIcon.js +12 -0
  281. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseBigIcon.js +12 -0
  283. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  284. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  285. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  286. package/dist/src/icons/CloseCircleIcon.js +12 -0
  287. package/dist/src/icons/CloseIcon.d.ts +2 -0
  288. package/dist/src/icons/CloseIcon.js +12 -0
  289. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  290. package/dist/src/icons/CloseSmallIcon.js +12 -0
  291. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  292. package/dist/src/icons/CloudCheckIcon.js +12 -0
  293. package/dist/src/icons/CloudIcon.d.ts +2 -0
  294. package/dist/src/icons/CloudIcon.js +12 -0
  295. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  296. package/dist/src/icons/CodepenIcon.js +12 -0
  297. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  298. package/dist/src/icons/CodesandboxIcon.js +12 -0
  299. package/dist/src/icons/CommandIcon.d.ts +2 -0
  300. package/dist/src/icons/CommandIcon.js +12 -0
  301. package/dist/src/icons/CompassIcon.d.ts +2 -0
  302. package/dist/src/icons/CompassIcon.js +12 -0
  303. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  304. package/dist/src/icons/CompassToolIcon.js +12 -0
  305. package/dist/src/icons/CopyIcon.d.ts +2 -0
  306. package/dist/src/icons/CopyIcon.js +12 -0
  307. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  308. package/dist/src/icons/CopySimpleIcon.js +12 -0
  309. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  310. package/dist/src/icons/CornersOutIcon.js +12 -0
  311. package/dist/src/icons/CpuIcon.d.ts +2 -0
  312. package/dist/src/icons/CpuIcon.js +12 -0
  313. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  314. package/dist/src/icons/CreditCardIcon.js +12 -0
  315. package/dist/src/icons/CrownIcon.d.ts +2 -0
  316. package/dist/src/icons/CrownIcon.js +12 -0
  317. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  318. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  319. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  320. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  321. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  322. package/dist/src/icons/DatabaseIcon.js +12 -0
  323. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  324. package/dist/src/icons/DesktopIcon.js +12 -0
  325. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  326. package/dist/src/icons/DetectiveIcon.js +12 -0
  327. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  328. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  329. package/dist/src/icons/DisableIcon.d.ts +2 -0
  330. package/dist/src/icons/DisableIcon.js +12 -0
  331. package/dist/src/icons/DominoIcon.d.ts +2 -0
  332. package/dist/src/icons/DominoIcon.js +12 -0
  333. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  334. package/dist/src/icons/DominoPlusIcon.js +12 -0
  335. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  336. package/dist/src/icons/DonutChartIcon.js +12 -0
  337. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  339. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  340. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  341. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  342. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  343. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  344. package/dist/src/icons/DotsThreeIcon.js +12 -0
  345. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  346. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  347. package/dist/src/icons/DraftIcon.d.ts +2 -0
  348. package/dist/src/icons/DraftIcon.js +12 -0
  349. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  350. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  351. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  352. package/dist/src/icons/EnvelopeIcon.js +12 -0
  353. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  354. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  355. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  356. package/dist/src/icons/EqualizerIcon.js +12 -0
  357. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  358. package/dist/src/icons/EqualsIcon.js +12 -0
  359. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  360. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  361. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  362. package/dist/src/icons/ErrorIcon.js +12 -0
  363. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  364. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  365. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  366. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  367. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  368. package/dist/src/icons/EyeClosedIcon.js +12 -0
  369. package/dist/src/icons/EyeIcon.d.ts +2 -0
  370. package/dist/src/icons/EyeIcon.js +12 -0
  371. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  372. package/dist/src/icons/EyeSlashIcon.js +12 -0
  373. package/dist/src/icons/FadersIcon.d.ts +2 -0
  374. package/dist/src/icons/FadersIcon.js +12 -0
  375. package/dist/src/icons/FallIcon.d.ts +2 -0
  376. package/dist/src/icons/FallIcon.js +12 -0
  377. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  378. package/dist/src/icons/FigmaIcon.js +12 -0
  379. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  380. package/dist/src/icons/FilePdfIcon.js +12 -0
  381. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  382. package/dist/src/icons/FilledCircleIcon.js +12 -0
  383. package/dist/src/icons/FireIcon.d.ts +2 -0
  384. package/dist/src/icons/FireIcon.js +12 -0
  385. package/dist/src/icons/FlagIcon.d.ts +2 -0
  386. package/dist/src/icons/FlagIcon.js +12 -0
  387. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  388. package/dist/src/icons/FlagPennantIcon.js +12 -0
  389. package/dist/src/icons/FolderIcon.d.ts +2 -0
  390. package/dist/src/icons/FolderIcon.js +12 -0
  391. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  392. package/dist/src/icons/FolderOpenIcon.js +12 -0
  393. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  394. package/dist/src/icons/FolderPlusIcon.js +12 -0
  395. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  396. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  397. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  398. package/dist/src/icons/FoldersIcon.js +12 -0
  399. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  400. package/dist/src/icons/FontInterIcon.js +12 -0
  401. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  402. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  403. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  404. package/dist/src/icons/FontMonserratIcon.js +12 -0
  405. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  406. package/dist/src/icons/FontOpensansIcon.js +12 -0
  407. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  408. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  409. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  410. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  411. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  412. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  413. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  414. package/dist/src/icons/FontRubikIcon.js +12 -0
  415. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  416. package/dist/src/icons/FontVallkornIcon.js +12 -0
  417. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  418. package/dist/src/icons/ForwarderIcon.js +12 -0
  419. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  420. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  421. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  422. package/dist/src/icons/FrameCornersIcon.js +12 -0
  423. package/dist/src/icons/FramerIcon.d.ts +2 -0
  424. package/dist/src/icons/FramerIcon.js +12 -0
  425. package/dist/src/icons/FtpIcon.d.ts +2 -0
  426. package/dist/src/icons/FtpIcon.js +12 -0
  427. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  428. package/dist/src/icons/FunnelIcon.js +12 -0
  429. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  430. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  431. package/dist/src/icons/GearIcon.d.ts +2 -0
  432. package/dist/src/icons/GearIcon.js +12 -0
  433. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  434. package/dist/src/icons/GearSixIcon.js +12 -0
  435. package/dist/src/icons/GearsIcon.d.ts +2 -0
  436. package/dist/src/icons/GearsIcon.js +12 -0
  437. package/dist/src/icons/GithubIcon.d.ts +2 -0
  438. package/dist/src/icons/GithubIcon.js +12 -0
  439. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  440. package/dist/src/icons/GlobeIcon.js +12 -0
  441. package/dist/src/icons/GoToIcon.d.ts +2 -0
  442. package/dist/src/icons/GoToIcon.js +12 -0
  443. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  444. package/dist/src/icons/GoogleIcon.js +12 -0
  445. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  446. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  447. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  448. package/dist/src/icons/GridFourIcon.js +12 -0
  449. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  450. package/dist/src/icons/GridNineIcon.js +12 -0
  451. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  452. package/dist/src/icons/HalfStarIcon.js +12 -0
  453. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  454. package/dist/src/icons/HandPalmIcon.js +12 -0
  455. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  456. package/dist/src/icons/HardDriveIcon.js +12 -0
  457. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  458. package/dist/src/icons/HardDrivesIcon.js +12 -0
  459. package/dist/src/icons/HashIcon.d.ts +2 -0
  460. package/dist/src/icons/HashIcon.js +12 -0
  461. package/dist/src/icons/HeartIcon.d.ts +2 -0
  462. package/dist/src/icons/HeartIcon.js +12 -0
  463. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  464. package/dist/src/icons/HeartbeatIcon.js +12 -0
  465. package/dist/src/icons/HomeIcon.d.ts +2 -0
  466. package/dist/src/icons/HomeIcon.js +12 -0
  467. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  468. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  469. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  470. package/dist/src/icons/HourglassHighIcon.js +12 -0
  471. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  472. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  473. package/dist/src/icons/ImageIcon.d.ts +2 -0
  474. package/dist/src/icons/ImageIcon.js +12 -0
  475. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  476. package/dist/src/icons/InfoFillIcon.js +12 -0
  477. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  478. package/dist/src/icons/InfoIIcon.js +12 -0
  479. package/dist/src/icons/InfoIcon.d.ts +2 -0
  480. package/dist/src/icons/InfoIcon.js +12 -0
  481. package/dist/src/icons/KeyIcon.d.ts +2 -0
  482. package/dist/src/icons/KeyIcon.js +12 -0
  483. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  484. package/dist/src/icons/KeyholeIcon.js +12 -0
  485. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  486. package/dist/src/icons/LaravelIcon.js +12 -0
  487. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  488. package/dist/src/icons/LayoutIcon.js +12 -0
  489. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  490. package/dist/src/icons/LightningFillIcon.js +12 -0
  491. package/dist/src/icons/LightningIcon.d.ts +2 -0
  492. package/dist/src/icons/LightningIcon.js +12 -0
  493. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  494. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  495. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  496. package/dist/src/icons/LineChartIcon.js +12 -0
  497. package/dist/src/icons/LinkIcon.d.ts +2 -0
  498. package/dist/src/icons/LinkIcon.js +12 -0
  499. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  500. package/dist/src/icons/LinuxIcon.js +12 -0
  501. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  502. package/dist/src/icons/ListDashesIcon.js +12 -0
  503. package/dist/src/icons/ListIcon.d.ts +2 -0
  504. package/dist/src/icons/ListIcon.js +12 -0
  505. package/dist/src/icons/LockIcon.d.ts +2 -0
  506. package/dist/src/icons/LockIcon.js +12 -0
  507. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  508. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  509. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  510. package/dist/src/icons/MapPinIcon.js +12 -0
  511. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  512. package/dist/src/icons/MastodonIcon.js +12 -0
  513. package/dist/src/icons/MedalIcon.d.ts +2 -0
  514. package/dist/src/icons/MedalIcon.js +12 -0
  515. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  516. package/dist/src/icons/MemoryIcon.js +12 -0
  517. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  518. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  519. package/dist/src/icons/MicIcon.d.ts +2 -0
  520. package/dist/src/icons/MicIcon.js +12 -0
  521. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  522. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  523. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  524. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  525. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  527. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  529. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  530. package/dist/src/icons/MinusCircleIcon.js +12 -0
  531. package/dist/src/icons/MinusIcon.d.ts +2 -0
  532. package/dist/src/icons/MinusIcon.js +12 -0
  533. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  534. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  535. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  536. package/dist/src/icons/MinusSquareIcon.js +12 -0
  537. package/dist/src/icons/MoonIcon.d.ts +2 -0
  538. package/dist/src/icons/MoonIcon.js +12 -0
  539. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  540. package/dist/src/icons/NotEqualsIcon.js +12 -0
  541. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  542. package/dist/src/icons/NotchesIcon.js +12 -0
  543. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  544. package/dist/src/icons/NotePencilIcon.js +12 -0
  545. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  546. package/dist/src/icons/NotepadIcon.js +12 -0
  547. package/dist/src/icons/NovaIcon.d.ts +2 -0
  548. package/dist/src/icons/NovaIcon.js +12 -0
  549. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  550. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  551. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  552. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  553. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  554. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  555. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  556. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  557. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  558. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  559. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  560. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  561. package/dist/src/icons/PalmIcon.d.ts +2 -0
  562. package/dist/src/icons/PalmIcon.js +12 -0
  563. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  564. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  565. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  566. package/dist/src/icons/PaperclipIcon.js +12 -0
  567. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  568. package/dist/src/icons/PasswordIcon.js +12 -0
  569. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  570. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  571. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  572. package/dist/src/icons/PauseCircleIcon.js +12 -0
  573. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  574. package/dist/src/icons/PauseFillIcon.js +12 -0
  575. package/dist/src/icons/PauseIcon.d.ts +2 -0
  576. package/dist/src/icons/PauseIcon.js +12 -0
  577. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  578. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  579. package/dist/src/icons/PercentIcon.d.ts +2 -0
  580. package/dist/src/icons/PercentIcon.js +12 -0
  581. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  582. package/dist/src/icons/PhoneIcon.js +12 -0
  583. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  584. package/dist/src/icons/PieChartIcon.js +12 -0
  585. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  586. package/dist/src/icons/PinterestIcon.js +12 -0
  587. package/dist/src/icons/PlayIcon.d.ts +2 -0
  588. package/dist/src/icons/PlayIcon.js +12 -0
  589. package/dist/src/icons/PleskIcon.d.ts +2 -0
  590. package/dist/src/icons/PleskIcon.js +12 -0
  591. package/dist/src/icons/PluginIcon.d.ts +2 -0
  592. package/dist/src/icons/PluginIcon.js +12 -0
  593. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  594. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  595. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  596. package/dist/src/icons/PlugsIcon.js +12 -0
  597. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  599. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  600. package/dist/src/icons/PlusCircleIcon.js +12 -0
  601. package/dist/src/icons/PlusIcon.d.ts +2 -0
  602. package/dist/src/icons/PlusIcon.js +12 -0
  603. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  604. package/dist/src/icons/PlusSmallIcon.js +12 -0
  605. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  606. package/dist/src/icons/PlusSquareIcon.js +12 -0
  607. package/dist/src/icons/PowerIcon.d.ts +2 -0
  608. package/dist/src/icons/PowerIcon.js +12 -0
  609. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  610. package/dist/src/icons/ProhibitIcon.js +12 -0
  611. package/dist/src/icons/PulseIcon.d.ts +2 -0
  612. package/dist/src/icons/PulseIcon.js +12 -0
  613. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  614. package/dist/src/icons/PushPinIcon.js +12 -0
  615. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  616. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  617. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  618. package/dist/src/icons/QuestionFillIcon.js +12 -0
  619. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  620. package/dist/src/icons/QuestionIcon.js +12 -0
  621. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  622. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  623. package/dist/src/icons/QueueIcon.d.ts +2 -0
  624. package/dist/src/icons/QueueIcon.js +12 -0
  625. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  626. package/dist/src/icons/RadioOffIcon.js +12 -0
  627. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  628. package/dist/src/icons/RadioOnIcon.js +12 -0
  629. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  630. package/dist/src/icons/RealcvIcon.js +12 -0
  631. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  632. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  633. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  634. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  635. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  636. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  637. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  638. package/dist/src/icons/RemoveIcon.js +12 -0
  639. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  640. package/dist/src/icons/RepeatIcon.js +12 -0
  641. package/dist/src/icons/RiseIcon.d.ts +2 -0
  642. package/dist/src/icons/RiseIcon.js +12 -0
  643. package/dist/src/icons/RobotIcon.d.ts +2 -0
  644. package/dist/src/icons/RobotIcon.js +12 -0
  645. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  646. package/dist/src/icons/SealWarningIcon.js +12 -0
  647. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  648. package/dist/src/icons/SettingsIcon.js +12 -0
  649. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  650. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  651. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  652. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  653. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  654. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  655. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  656. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  657. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  658. package/dist/src/icons/ShieldIcon.js +12 -0
  659. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  660. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  661. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  662. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  663. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  664. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  665. package/dist/src/icons/SignInIcon.d.ts +2 -0
  666. package/dist/src/icons/SignInIcon.js +12 -0
  667. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  668. package/dist/src/icons/SignOutIcon.js +12 -0
  669. package/dist/src/icons/SirenIcon.d.ts +2 -0
  670. package/dist/src/icons/SirenIcon.js +12 -0
  671. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  672. package/dist/src/icons/SkipBackIcon.js +12 -0
  673. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  674. package/dist/src/icons/SkipForwardIcon.js +12 -0
  675. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  676. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  677. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  678. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  679. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  680. package/dist/src/icons/SmartphoneIcon.js +12 -0
  681. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  682. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  683. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  684. package/dist/src/icons/SortAscendingIcon.js +12 -0
  685. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  686. package/dist/src/icons/SortDescendingIcon.js +12 -0
  687. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  688. package/dist/src/icons/SoundcloudIcon.js +12 -0
  689. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  690. package/dist/src/icons/SparkleIcon.js +12 -0
  691. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  692. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  693. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  694. package/dist/src/icons/SpeakerXIcon.js +12 -0
  695. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  696. package/dist/src/icons/SpeedometerIcon.js +12 -0
  697. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  698. package/dist/src/icons/SpotifyIcon.js +12 -0
  699. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  700. package/dist/src/icons/SquareFillIcon.js +12 -0
  701. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  702. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  703. package/dist/src/icons/SquareIcon.d.ts +2 -0
  704. package/dist/src/icons/SquareIcon.js +12 -0
  705. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  706. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  707. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  708. package/dist/src/icons/SquaresFourIcon.js +12 -0
  709. package/dist/src/icons/StagingIcon.d.ts +2 -0
  710. package/dist/src/icons/StagingIcon.js +12 -0
  711. package/dist/src/icons/StairsIcon.d.ts +2 -0
  712. package/dist/src/icons/StairsIcon.js +12 -0
  713. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  714. package/dist/src/icons/StarFilledIcon.js +12 -0
  715. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  716. package/dist/src/icons/StarFourIcon.js +12 -0
  717. package/dist/src/icons/StarIcon.d.ts +2 -0
  718. package/dist/src/icons/StarIcon.js +12 -0
  719. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  720. package/dist/src/icons/StethoscopeIcon.js +12 -0
  721. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  722. package/dist/src/icons/StopCircleIcon.js +12 -0
  723. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  724. package/dist/src/icons/StopFillIcon.js +12 -0
  725. package/dist/src/icons/SunIcon.d.ts +2 -0
  726. package/dist/src/icons/SunIcon.js +12 -0
  727. package/dist/src/icons/TabletIcon.d.ts +2 -0
  728. package/dist/src/icons/TabletIcon.js +12 -0
  729. package/dist/src/icons/TabsIcon.d.ts +2 -0
  730. package/dist/src/icons/TabsIcon.js +12 -0
  731. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  732. package/dist/src/icons/TagFilledIcon.js +12 -0
  733. package/dist/src/icons/TagIcon.d.ts +2 -0
  734. package/dist/src/icons/TagIcon.js +12 -0
  735. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  736. package/dist/src/icons/TagSmallIcon.js +12 -0
  737. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  738. package/dist/src/icons/TaskpadIcon.js +12 -0
  739. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  740. package/dist/src/icons/TerminalIcon.js +12 -0
  741. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  742. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  743. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  744. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  745. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  746. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  747. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  748. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  749. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  750. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  751. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  752. package/dist/src/icons/TextBBoldIcon.js +12 -0
  753. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  754. package/dist/src/icons/TextHTwoIcon.js +12 -0
  755. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  756. package/dist/src/icons/TextItalicIcon.js +12 -0
  757. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  758. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  759. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  760. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  761. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  762. package/dist/src/icons/TextboxIcon.js +12 -0
  763. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  764. package/dist/src/icons/ThemeIcon.js +12 -0
  765. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  766. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  767. package/dist/src/icons/TicketIcon.d.ts +2 -0
  768. package/dist/src/icons/TicketIcon.js +12 -0
  769. package/dist/src/icons/TidalIcon.d.ts +2 -0
  770. package/dist/src/icons/TidalIcon.js +12 -0
  771. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  772. package/dist/src/icons/TiktokIcon.js +12 -0
  773. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  774. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  775. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  776. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  777. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  778. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  779. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  780. package/dist/src/icons/ToggleRightIcon.js +12 -0
  781. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  782. package/dist/src/icons/TranslateIcon.js +12 -0
  783. package/dist/src/icons/TrashIcon.d.ts +2 -0
  784. package/dist/src/icons/TrashIcon.js +12 -0
  785. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  786. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  787. package/dist/src/icons/TrayIcon.d.ts +2 -0
  788. package/dist/src/icons/TrayIcon.js +12 -0
  789. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/TrayPlusIcon.js +12 -0
  791. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  792. package/dist/src/icons/TreeStructureIcon.js +12 -0
  793. package/dist/src/icons/UploadIcon.d.ts +2 -0
  794. package/dist/src/icons/UploadIcon.js +12 -0
  795. package/dist/src/icons/UserIcon.d.ts +2 -0
  796. package/dist/src/icons/UserIcon.js +12 -0
  797. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  798. package/dist/src/icons/UserPlusIcon.js +12 -0
  799. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  800. package/dist/src/icons/UserSquareIcon.js +12 -0
  801. package/dist/src/icons/UsersIcon.d.ts +2 -0
  802. package/dist/src/icons/UsersIcon.js +12 -0
  803. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  804. package/dist/src/icons/VectorTwoIcon.js +12 -0
  805. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  806. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  807. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  808. package/dist/src/icons/WandMagicIcon.js +12 -0
  809. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  811. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningFillIcon.js +12 -0
  813. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningFilledIcon.js +12 -0
  815. package/dist/src/icons/WarningIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningIcon.js +12 -0
  817. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  818. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  819. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  820. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  821. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  822. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  823. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  824. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  825. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  826. package/dist/src/icons/WaveSineIcon.js +12 -0
  827. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  828. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  829. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  830. package/dist/src/icons/WebsiteIcon.js +12 -0
  831. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  832. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  833. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  834. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  835. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  836. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  837. package/dist/src/icons/WifiIcon.d.ts +2 -0
  838. package/dist/src/icons/WifiIcon.js +12 -0
  839. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  840. package/dist/src/icons/WordpressIcon.js +12 -0
  841. package/dist/src/icons/WorkIcon.d.ts +2 -0
  842. package/dist/src/icons/WorkIcon.js +12 -0
  843. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  844. package/dist/src/icons/WrenchIcon.js +12 -0
  845. package/dist/src/icons/XIcon.d.ts +2 -0
  846. package/dist/src/icons/XIcon.js +12 -0
  847. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  848. package/dist/src/icons/YoutubeIcon.js +12 -0
  849. package/dist/src/icons/index.d.ts +411 -4
  850. package/dist/src/icons/index.js +412 -10
  851. package/dist/src/index.d.ts +3 -0
  852. package/dist/src/index.js +3 -0
  853. package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
  854. package/dist/src/tokens/ThemeColorTokens.js +16 -1
  855. package/dist/src/tokens/ThemeMode.d.ts +1 -1
  856. package/dist/src/tokens/ThemeScheme.d.ts +2 -0
  857. package/dist/src/tokens/ThemeScheme.js +2 -1
  858. package/dist/src/tokens/colors/Wptk.d.ts +24 -0
  859. package/dist/src/tokens/colors/Wptk.js +1496 -0
  860. package/dist/src/tokens/colors/index.d.ts +1 -0
  861. package/dist/src/tokens/colors/index.js +1 -0
  862. package/dist/src/utils/createIcon.d.ts +16 -5
  863. package/dist/src/utils/createIcon.js +3 -65
  864. package/dist/src/utils/getMUIComponents.js +2 -2
  865. package/package.json +3 -3
  866. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  867. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  868. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  869. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  870. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  871. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  872. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
  873. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
  874. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
  875. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
@@ -0,0 +1,1496 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ // Auto-generated file - do not edit manually
3
+ export const WptkSchemes = {
4
+ base: {
5
+ primary: 'rgba(11, 110, 118, 1)',
6
+ onPrimary: 'rgba(255, 255, 255, 1)',
7
+ primaryContainer: 'rgba(220, 237, 239, 1)',
8
+ onPrimaryContainer: 'rgba(0, 39, 43, 1)',
9
+ secondary: 'rgba(107, 106, 104, 1)',
10
+ onSecondary: 'rgba(255, 255, 255, 1)',
11
+ secondaryContainer: 'rgba(217, 216, 213, 1)',
12
+ onSecondaryContainer: 'rgba(41, 41, 41, 1)',
13
+ tertiary: 'rgba(96, 71, 147, 1)',
14
+ onTertiary: 'rgba(255, 255, 255, 1)',
15
+ tertiaryContainer: 'rgba(221, 204, 255, 1)',
16
+ onTertiaryContainer: 'rgba(16, 0, 49, 1)',
17
+ primaryVariant: 'rgba(0, 127, 139, 1)',
18
+ onPrimaryVariant: 'rgba(212, 246, 250, 1)',
19
+ onPrimaryBase: 'rgba(255, 255, 255, 1)',
20
+ onPrimaryBaseVariant: 'rgba(180, 198, 200, 1)',
21
+ },
22
+ surfaces: {
23
+ surfaceTint: 'rgba(21, 122, 131, 1)',
24
+ background: 'rgba(247, 247, 247, 1)',
25
+ onBackground: 'rgba(31, 29, 23, 1)',
26
+ surface: 'rgba(229, 232, 232, 1)',
27
+ onSurface: 'rgba(30, 28, 23, 1)',
28
+ surfaceVariant: 'rgba(232, 231, 227, 1)',
29
+ onSurfaceVariant: 'rgba(96, 94, 88, 1)',
30
+ outline: 'rgba(160, 160, 160, 1)',
31
+ outlineVariant: 'rgba(214, 225, 225, 1)',
32
+ shadow: 'rgba(0, 0, 0, 1)',
33
+ scrim: 'rgba(0, 0, 0, 1)',
34
+ surfaceDim: 'rgba(220, 218, 213, 1)',
35
+ surfaceBright: 'rgba(251, 249, 245, 1)',
36
+ surfaceContainerLowest: 'rgba(255, 255, 255, 1)',
37
+ surfaceContainerLow: 'rgba(245, 247, 247, 1)',
38
+ surfaceContainer: 'rgba(240, 238, 233, 1)',
39
+ surfaceContainerHigh: 'rgba(234, 232, 227, 1)',
40
+ surfaceContainerHighest: 'rgba(229, 227, 222, 1)',
41
+ elevatedContainerLowest: 'rgba(255, 255, 255, 1)',
42
+ elevatedContainerLow: 'rgba(255, 255, 255, 1)',
43
+ elevatedContainer: 'rgba(255, 255, 255, 1)',
44
+ elevatedContainerHigh: 'rgba(255, 255, 255, 1)',
45
+ },
46
+ status: {
47
+ error: 'rgba(203, 37, 65, 1)',
48
+ onError: 'rgba(255, 255, 255, 1)',
49
+ errorContainer: 'rgba(255, 236, 236, 1)',
50
+ onErrorContainer: 'rgba(98, 39, 39, 1)',
51
+ warning: 'rgba(239, 153, 67, 1)',
52
+ onWarning: 'rgba(14, 7, 0, 1)',
53
+ warningContainer: 'rgba(255, 232, 210, 1)',
54
+ onWarningContainer: 'rgba(65, 46, 26, 1)',
55
+ info: 'rgba(39, 115, 201, 1)',
56
+ onInfo: 'rgba(255, 255, 255, 1)',
57
+ infoContainer: 'rgba(222, 241, 255, 1)',
58
+ onInfoContainer: 'rgba(0, 47, 100, 1)',
59
+ onSuccess: 'rgba(255, 255, 255, 1)',
60
+ successContainer: 'rgba(211, 242, 224, 1)',
61
+ onSuccessContainer: 'rgba(0, 70, 29, 1)',
62
+ success: 'rgba(43, 131, 80, 1)',
63
+ undefined: 'rgba(159, 159, 159, 1)',
64
+ onUndefined: 'rgba(255, 255, 255, 1)',
65
+ undefinedContainer: 'rgba(240, 240, 243, 1)',
66
+ onUndefinedContainer: 'rgba(68, 68, 68, 1)',
67
+ },
68
+ fixed: {
69
+ primaryFixed: 'rgba(192, 250, 255, 1)',
70
+ onPrimaryFixed: 'rgba(0, 39, 43, 1)',
71
+ primaryFixedDim: 'rgba(140, 233, 241, 1)',
72
+ onPrimaryFixedVariant: 'rgba(0, 94, 102, 1)',
73
+ secondaryFixed: 'rgba(243, 234, 208, 1)',
74
+ onSecondaryFixed: 'rgba(39, 32, 9, 1)',
75
+ secondaryFixedDim: 'rgba(214, 205, 180, 1)',
76
+ onSecondaryFixedVariant: 'rgba(84, 77, 54, 1)',
77
+ tertiaryFixed: 'rgba(221, 204, 255, 1)',
78
+ onTertiaryFixed: 'rgba(16, 0, 49, 1)',
79
+ tertiaryFixedDim: 'rgba(185, 153, 249, 1)',
80
+ onTertiaryFixedVariant: 'rgba(43, 7, 114, 1)',
81
+ errorFixedDim: 'rgba(224, 141, 155, 1)',
82
+ warningFixedDim: 'rgba(223, 180, 136, 1)',
83
+ infoFixedDim: 'rgba(128, 170, 218, 1)',
84
+ successFixedDim: 'rgba(163, 216, 126, 1)',
85
+ },
86
+ charts: {
87
+ chart01: 'rgba(221, 221, 221, 1)',
88
+ chart02: 'rgba(46, 37, 133, 1)',
89
+ chart03: 'rgba(51, 117, 56, 1)',
90
+ chart04: 'rgba(93, 168, 153, 1)',
91
+ chart05: 'rgba(148, 203, 236, 1)',
92
+ chart06: 'rgba(220, 205, 125, 1)',
93
+ chart07: 'rgba(194, 106, 119, 1)',
94
+ chart08: 'rgba(159, 74, 150, 1)',
95
+ chart09: 'rgba(177, 78, 124, 1)',
96
+ chartError: 'rgba(253, 107, 107, 1)',
97
+ chartWarning: 'rgba(255, 196, 95, 1)',
98
+ chartSuccess: 'rgba(126, 184, 117, 1)',
99
+ chartUndefined: 'rgba(149, 168, 177, 1)',
100
+ chart10: 'rgba(98, 79, 136, 1)',
101
+ },
102
+ typography: {
103
+ primary: 'rgba(12, 119, 128, 1)',
104
+ error: 'rgba(203, 37, 65, 1)',
105
+ onSurface: 'rgba(30, 28, 23, 1)',
106
+ primaryVisited: 'rgba(103, 149, 153, 1)',
107
+ errorVisited: 'rgba(170, 87, 101, 1)',
108
+ onSurfaceVisited: 'rgba(116, 113, 105, 1)',
109
+ },
110
+ };
111
+ export const WptkStateLayers = {
112
+ base: {
113
+ primary: {
114
+ opacity08: 'rgba(11, 110, 118, 0.08)',
115
+ opacity12: 'rgba(11, 110, 118, 0.12)',
116
+ opacity16: 'rgba(11, 110, 118, 0.16)',
117
+ opacity28: 'rgba(11, 110, 118, 0.2)',
118
+ opacity38: 'rgba(11, 110, 118, 0.38)',
119
+ opacity10: 'rgba(11, 110, 118, 0.1)',
120
+ opacity72: 'rgba(11, 110, 118, 0.72)',
121
+ },
122
+ onPrimary: {
123
+ opacity08: 'rgba(255, 255, 255, 0.08)',
124
+ opacity12: 'rgba(255, 255, 255, 0.12)',
125
+ opacity16: 'rgba(255, 255, 255, 0.16)',
126
+ opacity10: 'rgba(255, 255, 255, 0.1)',
127
+ opacity38: 'rgba(255, 255, 255, 0.38)',
128
+ opacity28: 'rgba(255, 255, 255, 0.28)',
129
+ },
130
+ primaryContainer: {
131
+ opacity08: 'rgba(220, 237, 239, 0.08)',
132
+ opacity12: 'rgba(220, 237, 239, 0.12)',
133
+ opacity16: 'rgba(220, 237, 239, 0.16)',
134
+ opacity10: 'rgba(220, 237, 239, 0.1)',
135
+ },
136
+ onPrimaryContainer: {
137
+ opacity08: 'rgba(0, 39, 43, 0.08)',
138
+ opacity12: 'rgba(0, 39, 43, 0.12)',
139
+ opacity16: 'rgba(0, 39, 43, 0.16)',
140
+ opacity20: 'rgba(0, 39, 43, 0.2)',
141
+ opacity10: 'rgba(0, 39, 43, 0.1)',
142
+ opacity38: 'rgba(0, 39, 43, 0.38)',
143
+ opacity28: 'rgba(0, 39, 43, 0.28)',
144
+ },
145
+ secondary: {
146
+ opacity08: 'rgba(107, 106, 104, 0.08)',
147
+ opacity12: 'rgba(107, 106, 104, 0.12)',
148
+ opacity16: 'rgba(107, 106, 104, 0.16)',
149
+ opacity28: 'rgba(107, 106, 104, 0.16)',
150
+ opacity48: 'rgba(107, 106, 104, 0.16)',
151
+ opacity10: 'rgba(107, 106, 104, 0.1)',
152
+ },
153
+ onSecondary: {
154
+ opacity08: 'rgba(255, 255, 255, 0.08)',
155
+ opacity12: 'rgba(255, 255, 255, 0.12)',
156
+ opacity16: 'rgba(255, 255, 255, 0.16)',
157
+ opacity10: 'rgba(255, 255, 255, 0.1)',
158
+ opacity28: 'rgba(255, 255, 255, 0.28)',
159
+ opacity38: 'rgba(255, 255, 255, 0.38)',
160
+ opacity20: 'rgba(255, 255, 255, 0.2)',
161
+ },
162
+ secondaryContainer: {
163
+ opacity08: 'rgba(217, 216, 213, 0.08)',
164
+ opacity12: 'rgba(217, 216, 213, 0.12)',
165
+ opacity16: 'rgba(217, 216, 213, 0.16)',
166
+ opacity10: 'rgba(217, 216, 213, 0.1)',
167
+ },
168
+ onSecondaryContainer: {
169
+ opacity08: 'rgba(41, 41, 41, 0.08)',
170
+ opacity12: 'rgba(41, 41, 41, 0.12)',
171
+ opacity16: 'rgba(41, 41, 41, 0.16)',
172
+ opacity20: 'rgba(41, 41, 41, 0.2)',
173
+ opacity10: 'rgba(41, 41, 41, 0.1)',
174
+ opacity28: 'rgba(41, 41, 41, 0.28)',
175
+ opacity38: 'rgba(41, 41, 41, 0.38)',
176
+ },
177
+ tertiary: {
178
+ opacity08: 'rgba(96, 71, 147, 0.08)',
179
+ opacity12: 'rgba(96, 71, 147, 0.12)',
180
+ opacity16: 'rgba(96, 71, 147, 0.16)',
181
+ opacity10: 'rgba(96, 71, 147, 0.1)',
182
+ },
183
+ onTertiary: {
184
+ opacity08: 'rgba(255, 255, 255, 0.08)',
185
+ opacity12: 'rgba(255, 255, 255, 0.12)',
186
+ opacity16: 'rgba(255, 255, 255, 0.16)',
187
+ opacity10: 'rgba(255, 255, 255, 0.1)',
188
+ opacity28: 'rgba(255, 255, 255, 0.28)',
189
+ opacity38: 'rgba(255, 255, 255, 0.38)',
190
+ opacity20: 'rgba(255, 255, 255, 0.2)',
191
+ },
192
+ tertiaryContainer: {
193
+ opacity08: 'rgba(221, 204, 255, 0.08)',
194
+ opacity12: 'rgba(221, 204, 255, 0.12)',
195
+ opacity16: 'rgba(221, 204, 255, 0.16)',
196
+ opacity10: 'rgba(221, 204, 255, 0.1)',
197
+ },
198
+ onTertiaryContainer: {
199
+ opacity08: 'rgba(16, 0, 49, 0.08)',
200
+ opacity12: 'rgba(16, 0, 49, 0.12)',
201
+ opacity16: 'rgba(16, 0, 49, 0.16)',
202
+ opacity10: 'rgba(16, 0, 49, 0.1)',
203
+ },
204
+ },
205
+ fixed: {
206
+ primaryFixed: {
207
+ opacity08: 'rgba(192, 250, 255, 0.08)',
208
+ opacity12: 'rgba(192, 250, 255, 0.12)',
209
+ opacity16: 'rgba(192, 250, 255, 0.16)',
210
+ opacity10: 'rgba(192, 250, 255, 0.1)',
211
+ },
212
+ onPrimaryFixed: {
213
+ opacity08: 'rgba(0, 39, 43, 0.08)',
214
+ opacity12: 'rgba(0, 39, 43, 0.12)',
215
+ opacity16: 'rgba(0, 39, 43, 0.16)',
216
+ opacity10: 'rgba(0, 39, 43, 0.1)',
217
+ },
218
+ primaryFixedDim: {
219
+ opacity08: 'rgba(140, 233, 241, 0.08)',
220
+ opacity12: 'rgba(140, 233, 241, 0.12)',
221
+ opacity16: 'rgba(140, 207, 241, 0.16)',
222
+ opacity10: 'rgba(140, 233, 241, 0.1)',
223
+ },
224
+ onPrimaryFixedVariant: {
225
+ opacity08: 'rgba(0, 94, 102, 0.08)',
226
+ opacity12: 'rgba(0, 94, 102, 0.12)',
227
+ opacity16: 'rgba(0, 94, 102, 0.16)',
228
+ opacity10: 'rgba(0, 94, 102, 0.1)',
229
+ },
230
+ secondaryFixed: {
231
+ opacity08: 'rgba(243, 234, 208, 0.08)',
232
+ opacity12: 'rgba(243, 234, 208, 0.12)',
233
+ opacity16: 'rgba(243, 234, 208, 0.16)',
234
+ opacity10: 'rgba(243, 234, 208, 0.1)',
235
+ },
236
+ onSecondaryFixed: {
237
+ opacity08: 'rgba(39, 32, 9, 0.08)',
238
+ opacity12: 'rgba(39, 32, 9, 0.12)',
239
+ opacity16: 'rgba(39, 32, 9, 0.16)',
240
+ opacity10: 'rgba(39, 32, 9, 0.1)',
241
+ },
242
+ secondaryFixedDim: {
243
+ opacity08: 'rgba(214, 205, 180, 0.08)',
244
+ opacity12: 'rgba(214, 205, 180, 0.12)',
245
+ opacity16: 'rgba(214, 205, 180, 0.16)',
246
+ opacity10: 'rgba(214, 205, 180, 0.1)',
247
+ },
248
+ onSecondaryFixedVariant: {
249
+ opacity08: 'rgba(84, 77, 54, 0.08)',
250
+ opacity12: 'rgba(84, 77, 54, 0.12)',
251
+ opacity16: 'rgba(84, 77, 54, 0.16)',
252
+ opacity10: 'rgba(84, 77, 54, 0.1)',
253
+ },
254
+ tertiaryFixed: {
255
+ opacity08: 'rgba(221, 204, 255, 0.08)',
256
+ opacity12: 'rgba(221, 204, 255, 0.12)',
257
+ opacity16: 'rgba(221, 204, 255, 0.16)',
258
+ opacity10: 'rgba(221, 204, 255, 0.1)',
259
+ },
260
+ onTertiaryFixed: {
261
+ opacity08: 'rgba(16, 0, 49, 0.08)',
262
+ opacity12: 'rgba(16, 0, 49, 0.12)',
263
+ opacity16: 'rgba(16, 0, 49, 0.16)',
264
+ opacity10: 'rgba(16, 0, 49, 0.1)',
265
+ },
266
+ tertiaryFixedDim: {
267
+ opacity08: 'rgba(185, 153, 249, 0.08)',
268
+ opacity12: 'rgba(185, 153, 249, 0.12)',
269
+ opacity16: 'rgba(185, 153, 249, 0.16)',
270
+ opacity10: 'rgba(185, 153, 249, 0.1)',
271
+ },
272
+ onTertiaryFixedVariant: {
273
+ opacity08: 'rgba(43, 7, 114, 0.08)',
274
+ opacity12: 'rgba(43, 7, 114, 0.12)',
275
+ opacity16: 'rgba(43, 7, 114, 0.16)',
276
+ opacity10: 'rgba(43, 7, 114, 0.1)',
277
+ },
278
+ },
279
+ status: {
280
+ error: {
281
+ opacity08: 'rgba(203, 37, 65, 0.08)',
282
+ opacity12: 'rgba(203, 37, 65, 0.12)',
283
+ opacity16: 'rgba(203, 37, 65, 0.16)',
284
+ opacity28: 'rgba(203, 37, 65, 0.28)',
285
+ opacity48: 'rgba(203, 37, 65, 0.48)',
286
+ opacity10: 'rgba(203, 37, 65, 0.1)',
287
+ },
288
+ onError: {
289
+ opacity08: 'rgba(255, 255, 255, 0.08)',
290
+ opacity12: 'rgba(255, 255, 255, 0.12)',
291
+ opacity16: 'rgba(255, 255, 255, 0.16)',
292
+ opacity10: 'rgba(255, 255, 255, 0.1)',
293
+ opacity38: 'rgba(255, 255, 255, 0.38)',
294
+ opacity28: 'rgba(255, 255, 255, 0.28)',
295
+ },
296
+ errorContainer: {
297
+ opacity08: 'rgba(255, 236, 236, 0.08)',
298
+ opacity12: 'rgba(255, 236, 236, 0.12)',
299
+ opacity16: 'rgba(255, 236, 236, 0.16)',
300
+ opacity10: 'rgba(255, 236, 236, 0.1)',
301
+ opacity56: 'rgba(255, 236, 236, 0.56)',
302
+ opacity78: 'rgba(255, 236, 236, 0.78)',
303
+ },
304
+ onErrorContainer: {
305
+ opacity08: 'rgba(98, 39, 39, 0.08)',
306
+ opacity12: 'rgba(98, 39, 39, 0.12)',
307
+ opacity16: 'rgba(98, 39, 39, 0.16)',
308
+ opacity20: 'rgba(98, 39, 39, 0.2)',
309
+ opacity10: 'rgba(98, 39, 39, 0.1)',
310
+ opacity38: 'rgba(98, 39, 39, 0.38)',
311
+ opacity28: 'rgba(98, 39, 39, 0.28)',
312
+ },
313
+ warning: {
314
+ opacity08: 'rgba(239, 153, 67, 0.08)',
315
+ opacity12: 'rgba(239, 153, 67, 0.12)',
316
+ opacity16: 'rgba(239, 153, 67, 0.16)',
317
+ opacity28: 'rgba(239, 153, 67, 0.28)',
318
+ opacity48: 'rgba(239, 153, 67, 0.48)',
319
+ },
320
+ info: {
321
+ opacity08: 'rgba(39, 115, 201, 0.08)',
322
+ opacity12: 'rgba(39, 115, 201, 0.12)',
323
+ opacity16: 'rgba(39, 115, 201, 0.16)',
324
+ opacity28: 'rgba(39, 115, 201, 0.28)',
325
+ opacity48: 'rgba(39, 115, 201, 0.48)',
326
+ },
327
+ success: {
328
+ opacity08: 'rgba(43, 131, 80, 0.08)',
329
+ opacity12: 'rgba(43, 131, 80, 0.12)',
330
+ opacity16: 'rgba(43, 131, 80, 0.16)',
331
+ opacity28: 'rgba(43, 131, 80, 0.28)',
332
+ opacity48: 'rgba(43, 131, 80, 0.48)',
333
+ },
334
+ onWarning: {
335
+ opacity08: 'rgba(14, 7, 0, 0.08)',
336
+ opacity12: 'rgba(14, 7, 0, 0.12)',
337
+ opacity16: 'rgba(14, 7, 0, 0.16)',
338
+ opacity38: 'rgba(14, 7, 0, 0.38)',
339
+ },
340
+ onSuccess: {
341
+ opacity08: 'rgba(255, 255, 255, 0.08)',
342
+ opacity12: 'rgba(255, 255, 255, 0.12)',
343
+ opacity16: 'rgba(255, 255, 255, 0.16)',
344
+ opacity38: 'rgba(255, 255, 255, 0.38)',
345
+ opacity28: 'rgba(255, 255, 255, 0.28)',
346
+ },
347
+ onInfo: {
348
+ opacity08: 'rgba(255, 255, 255, 0.08)',
349
+ opacity12: 'rgba(255, 255, 255, 0.12)',
350
+ opacity16: 'rgba(255, 255, 255, 0.16)',
351
+ opacity38: 'rgba(255, 255, 255, 0.38)',
352
+ opacity28: 'rgba(255, 255, 255, 0.28)',
353
+ },
354
+ onSuccessContainer: {
355
+ opacity08: 'rgba(0, 70, 29, 0.08)',
356
+ opacity12: 'rgba(0, 70, 29, 0.12)',
357
+ opacity16: 'rgba(0, 70, 29, 0.16)',
358
+ opacity20: 'rgba(0, 70, 29, 0.2)',
359
+ opacity38: 'rgba(0, 70, 29, 0.38)',
360
+ opacity28: 'rgba(0, 70, 29, 0.28)',
361
+ },
362
+ onWarningContainer: {
363
+ opacity08: 'rgba(65, 46, 26, 0.08)',
364
+ opacity12: 'rgba(65, 46, 26, 0.12)',
365
+ opacity16: 'rgba(65, 46, 26, 0.16)',
366
+ opacity20: 'rgba(65, 46, 26, 0.2)',
367
+ opacity38: 'rgba(65, 46, 26, 0.38)',
368
+ opacity28: 'rgba(65, 46, 26, 0.28)',
369
+ },
370
+ onInfoContainer: {
371
+ opacity08: 'rgba(0, 47, 100, 0.08)',
372
+ opacity12: 'rgba(0, 47, 100, 0.12)',
373
+ opacity16: 'rgba(0, 47, 100, 0.16)',
374
+ opacity20: 'rgba(0, 47, 100, 0.2)',
375
+ opacity38: 'rgba(0, 47, 100, 0.38)',
376
+ opacity28: 'rgba(0, 47, 100, 0.28)',
377
+ },
378
+ onUndefined: {
379
+ opacity08: 'rgba(255, 255, 255, 0.08)',
380
+ opacity12: 'rgba(255, 255, 255, 0.12)',
381
+ opacity16: 'rgba(255, 255, 255, 0.16)',
382
+ opacity38: 'rgba(255, 255, 255, 0.38)',
383
+ opacity28: 'rgba(255, 255, 255, 0.28)',
384
+ },
385
+ onUndefinedContainer: {
386
+ opacity08: 'rgba(68, 68, 68, 0.08)',
387
+ opacity12: 'rgba(68, 68, 68, 0.12)',
388
+ opacity16: 'rgba(68, 68, 68, 0.16)',
389
+ opacity20: 'rgba(68, 68, 68, 0.2)',
390
+ opacity38: 'rgba(68, 68, 68, 0.38)',
391
+ opacity28: 'rgba(68, 68, 68, 0.28)',
392
+ },
393
+ undefined: {
394
+ opacity08: 'rgba(159, 159, 159, 0.08)',
395
+ opacity12: 'rgba(159, 159, 159, 0.12)',
396
+ opacity16: 'rgba(159, 159, 159, 0.16)',
397
+ opacity28: 'rgba(159, 159, 159, 0.2)',
398
+ opacity48: 'rgba(159, 159, 159, 0.48)',
399
+ },
400
+ warningContainer: {
401
+ opacity08: 'rgba(255, 232, 210, 0.08)',
402
+ opacity12: 'rgba(255, 232, 210, 0.12)',
403
+ opacity16: 'rgba(255, 232, 210, 0.16)',
404
+ opacity56: 'rgba(255, 232, 210, 0.56)',
405
+ opacity78: 'rgba(255, 232, 210, 0.78)',
406
+ },
407
+ successContainer: {
408
+ opacity08: 'rgba(211, 242, 224, 0.08)',
409
+ opacity12: 'rgba(211, 242, 224, 0.12)',
410
+ opacity16: 'rgba(211, 242, 224, 0.16)',
411
+ },
412
+ infoContainer: {
413
+ opacity08: 'rgba(222, 241, 255, 0.08)',
414
+ opacity12: 'rgba(222, 241, 255, 0.12)',
415
+ opacity16: 'rgba(222, 241, 255, 0.16)',
416
+ opacity38: 'rgba(222, 241, 255, 0.38)',
417
+ },
418
+ undefinedContainer: {
419
+ opacity08: 'rgba(240, 240, 243, 0.08)',
420
+ opacity12: 'rgba(240, 240, 243, 0.12)',
421
+ opacity16: 'rgba(240, 240, 243, 0.16)',
422
+ },
423
+ },
424
+ surfaces: {
425
+ outline: {
426
+ opacity08: 'rgba(160, 160, 160, 0.08)',
427
+ opacity12: 'rgba(160, 160, 160, 0.12)',
428
+ opacity16: 'rgba(160, 160, 160, 0.16)',
429
+ opacity48: 'rgba(160, 160, 160, 0.48)',
430
+ opacity10: 'rgba(160, 160, 160, 0.1)',
431
+ },
432
+ background: {
433
+ opacity08: 'rgba(247, 247, 247, 0.08)',
434
+ opacity12: 'rgba(247, 247, 247, 0.12)',
435
+ opacity16: 'rgba(247, 247, 247, 0.16)',
436
+ opacity28: 'rgba(247, 247, 247, 0.28)',
437
+ opacity48: 'rgba(247, 247, 247, 0.48)',
438
+ opacity10: 'rgba(247, 247, 247, 0.1)',
439
+ },
440
+ onBackground: {
441
+ opacity08: 'rgba(31, 29, 23, 0.08)',
442
+ opacity12: 'rgba(31, 29, 23, 0.12)',
443
+ opacity16: 'rgba(31, 29, 23, 0.16)',
444
+ opacity28: 'rgba(31, 29, 23, 0.28)',
445
+ opacity48: 'rgba(31, 29, 23, 0.48)',
446
+ opacity10: 'rgba(31, 29, 23, 0.1)',
447
+ },
448
+ surface: {
449
+ opacity08: 'rgba(229, 232, 232, 0.08)',
450
+ opacity12: 'rgba(229, 232, 232, 0.12)',
451
+ opacity16: 'rgba(229, 232, 232, 0.16)',
452
+ opacity10: 'rgba(229, 232, 232, 0.1)',
453
+ },
454
+ onSurface: {
455
+ opacity08: 'rgba(30, 28, 23, 0.03)',
456
+ opacity12: 'rgba(30, 28, 23, 0.04)',
457
+ opacity16: 'rgba(30, 28, 23, 0.06)',
458
+ opacity48: 'rgba(30, 28, 23, 0.48)',
459
+ opacity28: 'rgba(30, 28, 23, 0.2)',
460
+ opacity06: 'rgba(30, 28, 23, 0.06)',
461
+ opacity38: 'rgba(30, 28, 23, 0.38)',
462
+ opacity10: 'rgba(30, 28, 23, 0.1)',
463
+ opacity20: 'rgba(30, 28, 23, 0.16)',
464
+ },
465
+ surfaceVariant: {
466
+ opacity08: 'rgba(232, 231, 227, 0.08)',
467
+ opacity12: 'rgba(232, 231, 227, 0.12)',
468
+ opacity16: 'rgba(232, 231, 227, 0.16)',
469
+ opacity10: 'rgba(232, 231, 227, 0.1)',
470
+ },
471
+ onSurfaceVariant: {
472
+ opacity08: 'rgba(96, 94, 88, 0.08)',
473
+ opacity12: 'rgba(96, 94, 88, 0.12)',
474
+ opacity16: 'rgba(96, 94, 88, 0.16)',
475
+ opacity38: 'rgba(96, 94, 88, 0.38)',
476
+ opacity10: 'rgba(96, 94, 88, 0.1)',
477
+ opacity78: 'rgba(96, 94, 88, 0.78)',
478
+ },
479
+ shadow: {
480
+ opacity08: 'rgba(0, 0, 0, 0.08)',
481
+ opacity12: 'rgba(0, 0, 0, 0.12)',
482
+ opacity16: 'rgba(0, 0, 0, 0.16)',
483
+ opacity10: 'rgba(0, 0, 0, 0.1)',
484
+ },
485
+ surfaceTint: {
486
+ opacity08: 'rgba(21, 122, 131, 0.08)',
487
+ opacity12: 'rgba(21, 122, 131, 0.12)',
488
+ opacity16: 'rgba(21, 122, 131, 0.16)',
489
+ opacity10: 'rgba(21, 122, 131, 0.1)',
490
+ },
491
+ scrim: {
492
+ opacity08: 'rgba(0, 0, 0, 0.08)',
493
+ opacity12: 'rgba(0, 0, 0, 0.12)',
494
+ opacity16: 'rgba(0, 0, 0, 0.16)',
495
+ opacity48: 'rgba(0, 0, 0, 0.48)',
496
+ opacity10: 'rgba(0, 0, 0, 0.1)',
497
+ },
498
+ surfaceContainerHighest: {
499
+ opacity08: 'rgba(229, 227, 222, 0.08)',
500
+ opacity12: 'rgba(229, 227, 222, 0.12)',
501
+ opacity16: 'rgba(229, 227, 222, 0.16)',
502
+ opacity10: 'rgba(229, 227, 222, 0.1)',
503
+ },
504
+ surfaceContainerHigh: {
505
+ opacity08: 'rgba(234, 232, 227, 0.08)',
506
+ opacity12: 'rgba(234, 232, 227, 0.12)',
507
+ opacity16: 'rgba(234, 232, 227, 0.16)',
508
+ opacity10: 'rgba(234, 232, 227, 0.1)',
509
+ },
510
+ surfaceContainer: {
511
+ opacity08: 'rgba(240, 238, 233, 0.08)',
512
+ opacity12: 'rgba(240, 238, 233, 0.12)',
513
+ opacity16: 'rgba(240, 238, 233, 0.16)',
514
+ opacity10: 'rgba(240, 238, 233, 0.1)',
515
+ },
516
+ surfaceContainerLow: {
517
+ opacity08: 'rgba(245, 247, 247, 0.08)',
518
+ opacity12: 'rgba(245, 247, 247, 0.12)',
519
+ opacity16: 'rgba(245, 247, 247, 0.16)',
520
+ opacity10: 'rgba(245, 247, 247, 0.1)',
521
+ },
522
+ surfaceContainerLowest: {
523
+ opacity08: 'rgba(255, 255, 255, 0.08)',
524
+ opacity12: 'rgba(255, 255, 255, 0.12)',
525
+ opacity16: 'rgba(255, 255, 255, 0.16)',
526
+ opacity10: 'rgba(255, 255, 255, 0.1)',
527
+ opacity86: 'rgba(255, 255, 255, 0.86)',
528
+ },
529
+ surfaceBright: {
530
+ opacity08: 'rgba(251, 249, 245, 0.08)',
531
+ opacity12: 'rgba(251, 249, 245, 0.12)',
532
+ opacity16: 'rgba(251, 249, 245, 0.16)',
533
+ opacity10: 'rgba(251, 249, 245, 0.1)',
534
+ },
535
+ surfaceDim: {
536
+ opacity08: 'rgba(220, 218, 213, 0.08)',
537
+ opacity12: 'rgba(220, 218, 213, 0.12)',
538
+ opacity16: 'rgba(220, 218, 213, 0.16)',
539
+ opacity10: 'rgba(220, 218, 213, 0.1)',
540
+ },
541
+ },
542
+ stateLayers: {
543
+ basePrimary: {
544
+ opacity08: 'rgba(255, 255, 255, 0.08)',
545
+ opacity12: 'rgba(255, 255, 255, 0.12)',
546
+ opacity16: 'rgba(255, 255, 255, 0.2)',
547
+ opacity64: 'rgba(255, 255, 255, 0.64)',
548
+ },
549
+ surfacesOnSurface: {
550
+ opacity08: 'rgba(243, 241, 236, 0.08)',
551
+ opacity12: 'rgba(243, 241, 236, 0.12)',
552
+ opacity16: 'rgba(243, 241, 236, 0.16)',
553
+ opacity28: 'rgba(243, 241, 236, 0.28)',
554
+ opacity38: 'rgba(243, 241, 236, 0.38)',
555
+ opacity48: 'rgba(243, 241, 236, 0.48)',
556
+ opacity64: 'rgba(243, 241, 236, 0.64)',
557
+ opacity10: 'rgba(243, 241, 236, 0.1)',
558
+ },
559
+ surfacesOnSurfaceVariant: {
560
+ opacity08: 'rgba(255, 255, 255, 0.08)',
561
+ opacity12: 'rgba(255, 255, 255, 0.12)',
562
+ opacity16: 'rgba(255, 255, 255, 0.16)',
563
+ opacity28: 'rgba(255, 255, 255, 0.28)',
564
+ opacity48: 'rgba(255, 255, 255, 0.48)',
565
+ opacity64: 'rgba(255, 255, 255, 0.64)',
566
+ },
567
+ },
568
+ };
569
+ export const WptkInverseSchemes = {
570
+ surfaces: {
571
+ surface: 'rgba(51, 49, 43, 1)',
572
+ onSurface: 'rgba(243, 241, 236, 1)',
573
+ onSurfaceVariant: 'rgba(203, 201, 194, 1)',
574
+ outlineVariant: 'rgba(77, 76, 71, 1)',
575
+ surfaceContainer: 'rgba(73, 70, 61, 1)',
576
+ outline: 'rgba(132, 130, 123, 1)',
577
+ surfaceContainerLowest: 'rgba(54, 53, 48, 1)',
578
+ surfaceContainerLow: 'rgba(67, 64, 56, 1)',
579
+ surfaceContainerHigh: 'rgba(82, 79, 70, 1)',
580
+ surfaceContainerHighest: 'rgba(90, 86, 74, 1)',
581
+ elevatedContainerLowest: 'rgba(54, 53, 48, 1)',
582
+ elevatedContainerLow: 'rgba(67, 64, 56, 1)',
583
+ elevatedContainer: 'rgba(73, 70, 61, 1)',
584
+ elevatedContainerHigh: 'rgba(82, 79, 70, 1)',
585
+ },
586
+ base: {
587
+ primary: 'rgba(93, 181, 189, 1)',
588
+ onPrimary: 'rgba(26, 51, 53, 1)',
589
+ secondary: 'rgba(201, 200, 195, 1)',
590
+ onSecondary: 'rgba(51, 49, 43, 1)',
591
+ primaryContainer: 'rgba(93, 181, 189, 1)',
592
+ onPrimaryContainer: 'rgba(93, 181, 189, 1)',
593
+ secondaryContainer: 'rgba(93, 181, 189, 1)',
594
+ onSecondaryContainer: 'rgba(93, 181, 189, 1)',
595
+ },
596
+ status: {
597
+ error: 'rgba(242, 122, 142, 1)',
598
+ warning: 'rgba(222, 144, 66, 1)',
599
+ success: 'rgba(114, 186, 144, 1)',
600
+ info: 'rgba(107, 169, 239, 1)',
601
+ onError: 'rgba(40, 18, 22, 1)',
602
+ onWarning: 'rgba(64, 47, 31, 1)',
603
+ onInfo: 'rgba(24, 37, 51, 1)',
604
+ onSuccess: 'rgba(25, 58, 39, 1)',
605
+ undefined: 'rgba(184, 184, 184, 1)',
606
+ onUndefined: 'rgba(50, 50, 50, 1)',
607
+ errorContainer: 'rgba(64, 53, 58, 1)',
608
+ successContainer: 'rgba(54, 58, 59, 1)',
609
+ onErrorContainer: 'rgba(235, 112, 110, 1)',
610
+ onSuccessContainer: 'rgba(112, 173, 112, 1)',
611
+ warningContainer: 'rgba(64, 53, 58, 1)',
612
+ onWarningContainer: 'rgba(235, 112, 110, 1)',
613
+ infoContainer: 'rgba(64, 53, 58, 1)',
614
+ onInfoContainer: 'rgba(235, 112, 110, 1)',
615
+ undefinedContainer: 'rgba(54, 58, 59, 1)',
616
+ onUndefinedContainer: 'rgba(112, 173, 112, 1)',
617
+ },
618
+ };
619
+ export const WptkInverseStateLayers = {
620
+ surfaces: {
621
+ surface: {
622
+ opacity08: 'rgba(51, 49, 43, 0.08)',
623
+ opacity12: 'rgba(51, 49, 43, 0.12)',
624
+ opacity16: 'rgba(51, 49, 43, 0.16)',
625
+ opacity10: 'rgba(51, 49, 43, 0.1)',
626
+ },
627
+ onSurface: {
628
+ opacity08: 'rgba(243, 241, 236, 0.08)',
629
+ opacity12: 'rgba(243, 241, 236, 0.12)',
630
+ opacity16: 'rgba(243, 241, 236, 0.16)',
631
+ opacity28: 'rgba(243, 241, 236, 0.28)',
632
+ opacity48: 'rgba(243, 241, 236, 0.48)',
633
+ opacity64: 'rgba(243, 241, 236, 0.64)',
634
+ opacity10: 'rgba(243, 241, 236, 0.1)',
635
+ opacity38: 'rgba(243, 241, 236, 0.38)',
636
+ },
637
+ surfaceContainerLowest: {
638
+ opacity08: 'rgba(54, 53, 48, 0.08)',
639
+ opacity12: 'rgba(54, 53, 48, 0.12)',
640
+ opacity20: 'rgba(54, 53, 48, 0.2)',
641
+ },
642
+ onSurfaceVariant: {
643
+ opacity08: 'rgba(203, 201, 194, 0.08)',
644
+ opacity12: 'rgba(203, 201, 194, 0.12)',
645
+ opacity16: 'rgba(203, 201, 194, 0.16)',
646
+ opacity28: 'rgba(203, 201, 194, 0.28)',
647
+ opacity48: 'rgba(203, 201, 194, 0.48)',
648
+ },
649
+ },
650
+ base: {
651
+ primary: {
652
+ opacity08: 'rgba(93, 181, 189, 0.08)',
653
+ opacity12: 'rgba(93, 181, 189, 0.12)',
654
+ opacity20: 'rgba(93, 181, 189, 0.2)',
655
+ opacity38: 'rgba(93, 181, 189, 0.38)',
656
+ opacity10: 'rgba(93, 181, 189, 0.1)',
657
+ opacity16: 'rgba(93, 181, 189, 0.16)',
658
+ opacity28: 'rgba(93, 181, 189, 0.28)',
659
+ opacity72: 'rgba(93, 181, 189, 0.72)',
660
+ },
661
+ onPrimary: {
662
+ opacity08: 'rgba(26, 51, 53, 0.08)',
663
+ opacity12: 'rgba(26, 51, 53, 0.12)',
664
+ opacity16: 'rgba(26, 51, 53, 0.2)',
665
+ opacity28: 'rgba(26, 51, 53, 0.28)',
666
+ opacity38: 'rgba(26, 51, 53, 0.38)',
667
+ },
668
+ onSecondary: {
669
+ opacity08: 'rgba(51, 49, 43, 0.08)',
670
+ opacity12: 'rgba(51, 49, 43, 0.12)',
671
+ opacity16: 'rgba(51, 49, 43, 0.2)',
672
+ opacity28: 'rgba(51, 49, 43, 0.28)',
673
+ opacity38: 'rgba(51, 49, 43, 0.38)',
674
+ },
675
+ secondary: {
676
+ opacity08: 'rgba(201, 200, 195, 0.08)',
677
+ opacity12: 'rgba(201, 200, 195, 0.12)',
678
+ opacity16: 'rgba(201, 200, 195, 0.2)',
679
+ opacity64: 'rgba(201, 200, 195, 0.64)',
680
+ },
681
+ onPrimaryContainer: {
682
+ opacity08: 'rgba(93, 181, 189, 0.08)',
683
+ opacity12: 'rgba(93, 181, 189, 0.12)',
684
+ opacity16: 'rgba(93, 181, 189, 0.16)',
685
+ opacity28: 'rgba(93, 181, 189, 0.28)',
686
+ opacity38: 'rgba(93, 181, 189, 0.38)',
687
+ },
688
+ onSecondaryContainer: {
689
+ opacity08: 'rgba(93, 181, 189, 0.08)',
690
+ opacity12: 'rgba(93, 181, 189, 0.12)',
691
+ opacity16: 'rgba(93, 181, 189, 0.16)',
692
+ opacity28: 'rgba(93, 181, 189, 0.28)',
693
+ opacity38: 'rgba(93, 181, 189, 0.38)',
694
+ },
695
+ },
696
+ status: {
697
+ onError: {
698
+ opacity08: 'rgba(40, 18, 22, 0.08)',
699
+ opacity12: 'rgba(40, 18, 22, 0.12)',
700
+ opacity16: 'rgba(40, 18, 22, 0.16)',
701
+ opacity28: 'rgba(40, 18, 22, 0.28)',
702
+ opacity38: 'rgba(40, 18, 22, 0.38)',
703
+ },
704
+ onWarning: {
705
+ opacity08: 'rgba(64, 47, 31, 0.08)',
706
+ opacity12: 'rgba(64, 47, 31, 0.12)',
707
+ opacity16: 'rgba(64, 47, 31, 0.2)',
708
+ opacity28: 'rgba(64, 47, 31, 0.28)',
709
+ opacity38: 'rgba(64, 47, 31, 0.38)',
710
+ },
711
+ onInfo: {
712
+ opacity08: 'rgba(24, 37, 51, 0.08)',
713
+ opacity12: 'rgba(24, 37, 51, 0.12)',
714
+ opacity16: 'rgba(24, 37, 51, 0.2)',
715
+ opacity28: 'rgba(24, 37, 51, 0.28)',
716
+ opacity38: 'rgba(24, 37, 51, 0.38)',
717
+ },
718
+ onSuccess: {
719
+ opacity08: 'rgba(25, 58, 39, 0.08)',
720
+ opacity12: 'rgba(25, 58, 39, 0.12)',
721
+ opacity16: 'rgba(25, 58, 39, 0.2)',
722
+ opacity28: 'rgba(25, 58, 39, 0.28)',
723
+ opacity38: 'rgba(25, 58, 39, 0.38)',
724
+ },
725
+ onUndefined: {
726
+ opacity08: 'rgba(50, 50, 50, 0.08)',
727
+ opacity12: 'rgba(50, 50, 50, 0.12)',
728
+ opacity20: 'rgba(50, 50, 50, 0.2)',
729
+ opacity28: 'rgba(50, 50, 50, 0.28)',
730
+ opacity38: 'rgba(50, 50, 50, 0.38)',
731
+ },
732
+ error: {
733
+ opacity08: 'rgba(242, 122, 142, 0.08)',
734
+ opacity12: 'rgba(242, 122, 142, 0.12)',
735
+ opacity16: 'rgba(242, 122, 142, 0.2)',
736
+ opacity28: 'rgba(242, 122, 142, 0.28)',
737
+ opacity38: 'rgba(242, 122, 142, 0.38)',
738
+ },
739
+ success: {
740
+ opacity08: 'rgba(114, 186, 144, 0.08)',
741
+ opacity12: 'rgba(114, 186, 144, 0.12)',
742
+ opacity16: 'rgba(114, 186, 144, 0.2)',
743
+ opacity28: 'rgba(114, 186, 144, 0.28)',
744
+ opacity38: 'rgba(114, 186, 144, 0.38)',
745
+ },
746
+ undefined: {
747
+ opacity08: 'rgba(184, 184, 184, 0.08)',
748
+ opacity12: 'rgba(184, 184, 184, 0.12)',
749
+ opacity16: 'rgba(184, 184, 184, 0.2)',
750
+ opacity28: 'rgba(184, 184, 184, 0.28)',
751
+ opacity38: 'rgba(184, 184, 184, 0.38)',
752
+ },
753
+ onErrorContainer: {
754
+ opacity08: 'rgba(235, 112, 110, 0.08)',
755
+ opacity12: 'rgba(235, 112, 110, 0.12)',
756
+ opacity16: 'rgba(235, 112, 110, 0.16)',
757
+ opacity28: 'rgba(235, 112, 110, 0.28)',
758
+ opacity38: 'rgba(235, 112, 110, 0.38)',
759
+ },
760
+ onSuccessContainer: {
761
+ opacity08: 'rgba(112, 173, 112, 0.08)',
762
+ opacity12: 'rgba(112, 173, 112, 0.12)',
763
+ opacity16: 'rgba(112, 173, 112, 0.12)',
764
+ opacity28: 'rgba(112, 173, 112, 0.28)',
765
+ opacity38: 'rgba(112, 173, 112, 0.38)',
766
+ },
767
+ onWarningContainer: {
768
+ opacity08: 'rgba(64, 47, 31, 0.08)',
769
+ opacity12: 'rgba(64, 47, 31, 0.12)',
770
+ opacity16: 'rgba(64, 47, 31, 0.2)',
771
+ opacity28: 'rgba(64, 47, 31, 0.28)',
772
+ opacity38: 'rgba(64, 47, 31, 0.38)',
773
+ },
774
+ onInfoContainer: {
775
+ opacity08: 'rgba(24, 37, 51, 0.08)',
776
+ opacity12: 'rgba(24, 37, 51, 0.12)',
777
+ opacity16: 'rgba(24, 37, 51, 0.16)',
778
+ opacity28: 'rgba(24, 37, 51, 0.28)',
779
+ opacity38: 'rgba(24, 37, 51, 0.38)',
780
+ },
781
+ onUndefinedContainer: {
782
+ opacity08: 'rgba(50, 50, 50, 0.08)',
783
+ opacity12: 'rgba(50, 50, 50, 0.12)',
784
+ opacity16: 'rgba(50, 50, 50, 0.16)',
785
+ opacity28: 'rgba(50, 50, 50, 0.28)',
786
+ opacity38: 'rgba(50, 50, 50, 0.38)',
787
+ },
788
+ info: {
789
+ opacity08: 'rgba(107, 169, 239, 0.08)',
790
+ opacity12: 'rgba(107, 169, 239, 0.12)',
791
+ opacity16: 'rgba(107, 169, 239, 0.2)',
792
+ opacity28: 'rgba(107, 169, 239, 0.28)',
793
+ opacity38: 'rgba(107, 169, 239, 0.38)',
794
+ },
795
+ warning: {
796
+ opacity08: 'rgba(222, 144, 66, 0.08)',
797
+ opacity12: 'rgba(222, 144, 66, 0.12)',
798
+ opacity16: 'rgba(222, 144, 66, 0.2)',
799
+ opacity28: 'rgba(222, 144, 66, 0.28)',
800
+ opacity38: 'rgba(222, 144, 66, 0.38)',
801
+ },
802
+ },
803
+ };
804
+ export const WptkOnPrimarySchemes = {
805
+ base: {
806
+ primary: 'rgba(255, 255, 255, 1)',
807
+ },
808
+ surfaces: {
809
+ surface: 'rgba(11, 110, 118, 1)',
810
+ onSurfaceVariant: 'rgba(255, 255, 255, 1)',
811
+ },
812
+ };
813
+ export const WptkOnPrimaryStateLayers = {
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(243, 241, 236, 0.08)',
825
+ opacity12: 'rgba(243, 241, 236, 0.12)',
826
+ opacity16: 'rgba(243, 241, 236, 0.16)',
827
+ opacity28: 'rgba(243, 241, 236, 0.28)',
828
+ opacity38: 'rgba(243, 241, 236, 0.38)',
829
+ opacity48: 'rgba(243, 241, 236, 0.48)',
830
+ opacity64: 'rgba(243, 241, 236, 0.64)',
831
+ opacity10: 'rgba(243, 241, 236, 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
+ };
843
+ export const WptkSchemesGenerated = {
844
+ 'schemes.base.primary': { r: 11, g: 110, b: 118, a: 1 },
845
+ 'schemes.base.onPrimary': { r: 255, g: 255, b: 255, a: 1 },
846
+ 'schemes.base.primaryContainer': { r: 220, g: 237, b: 239, a: 1 },
847
+ 'schemes.base.onPrimaryContainer': { r: 0, g: 39, b: 43, a: 1 },
848
+ 'schemes.base.secondary': { r: 107, g: 106, b: 104, a: 1 },
849
+ 'schemes.base.onSecondary': { r: 255, g: 255, b: 255, a: 1 },
850
+ 'schemes.base.secondaryContainer': { r: 217, g: 216, b: 213, a: 1 },
851
+ 'schemes.base.onSecondaryContainer': { r: 41, g: 41, b: 41, a: 1 },
852
+ 'schemes.base.tertiary': { r: 96, g: 71, b: 147, a: 1 },
853
+ 'schemes.base.onTertiary': { r: 255, g: 255, b: 255, a: 1 },
854
+ 'schemes.base.tertiaryContainer': { r: 221, g: 204, b: 255, a: 1 },
855
+ 'schemes.base.onTertiaryContainer': { r: 16, g: 0, b: 49, a: 1 },
856
+ 'schemes.base.primaryVariant': { r: 0, g: 127, b: 139, a: 1 },
857
+ 'schemes.base.onPrimaryVariant': { r: 212, g: 246, b: 250, a: 1 },
858
+ 'schemes.base.onPrimaryBase': { r: 255, g: 255, b: 255, a: 1 },
859
+ 'schemes.base.onPrimaryBaseVariant': { r: 180, g: 198, b: 200, a: 1 },
860
+ 'schemes.surfaces.surfaceTint': { r: 21, g: 122, b: 131, a: 1 },
861
+ 'schemes.surfaces.background': { r: 247, g: 247, b: 247, a: 1 },
862
+ 'schemes.surfaces.onBackground': { r: 31, g: 29, b: 23, a: 1 },
863
+ 'schemes.surfaces.surface': { r: 229, g: 232, b: 232, a: 1 },
864
+ 'schemes.surfaces.onSurface': { r: 30, g: 28, b: 23, a: 1 },
865
+ 'schemes.surfaces.surfaceVariant': { r: 232, g: 231, b: 227, a: 1 },
866
+ 'schemes.surfaces.onSurfaceVariant': { r: 96, g: 94, b: 88, a: 1 },
867
+ 'schemes.surfaces.outline': { r: 160, g: 160, b: 160, a: 1 },
868
+ 'schemes.surfaces.outlineVariant': { r: 214, g: 225, b: 225, a: 1 },
869
+ 'schemes.surfaces.shadow': { r: 0, g: 0, b: 0, a: 1 },
870
+ 'schemes.surfaces.scrim': { r: 0, g: 0, b: 0, a: 1 },
871
+ 'schemes.surfaces.surfaceDim': { r: 220, g: 218, b: 213, a: 1 },
872
+ 'schemes.surfaces.surfaceBright': { r: 251, g: 249, b: 245, a: 1 },
873
+ 'schemes.surfaces.surfaceContainerLowest': { r: 255, g: 255, b: 255, a: 1 },
874
+ 'schemes.surfaces.surfaceContainerLow': { r: 245, g: 247, b: 247, a: 1 },
875
+ 'schemes.surfaces.surfaceContainer': { r: 240, g: 238, b: 233, a: 1 },
876
+ 'schemes.surfaces.surfaceContainerHigh': { r: 234, g: 232, b: 227, a: 1 },
877
+ 'schemes.surfaces.surfaceContainerHighest': { r: 229, g: 227, b: 222, a: 1 },
878
+ 'schemes.surfaces.elevatedContainerLowest': { r: 255, g: 255, b: 255, a: 1 },
879
+ 'schemes.surfaces.elevatedContainerLow': { r: 255, g: 255, b: 255, a: 1 },
880
+ 'schemes.surfaces.elevatedContainer': { r: 255, g: 255, b: 255, a: 1 },
881
+ 'schemes.surfaces.elevatedContainerHigh': { r: 255, g: 255, b: 255, a: 1 },
882
+ 'schemes.status.error': { r: 203, g: 37, b: 65, a: 1 },
883
+ 'schemes.status.onError': { r: 255, g: 255, b: 255, a: 1 },
884
+ 'schemes.status.errorContainer': { r: 255, g: 236, b: 236, a: 1 },
885
+ 'schemes.status.onErrorContainer': { r: 98, g: 39, b: 39, a: 1 },
886
+ 'schemes.status.warning': { r: 239, g: 153, b: 67, a: 1 },
887
+ 'schemes.status.onWarning': { r: 14, g: 7, b: 0, a: 1 },
888
+ 'schemes.status.warningContainer': { r: 255, g: 232, b: 210, a: 1 },
889
+ 'schemes.status.onWarningContainer': { r: 65, g: 46, b: 26, a: 1 },
890
+ 'schemes.status.info': { r: 39, g: 115, b: 201, a: 1 },
891
+ 'schemes.status.onInfo': { r: 255, g: 255, b: 255, a: 1 },
892
+ 'schemes.status.infoContainer': { r: 222, g: 241, b: 255, a: 1 },
893
+ 'schemes.status.onInfoContainer': { r: 0, g: 47, b: 100, a: 1 },
894
+ 'schemes.status.onSuccess': { r: 255, g: 255, b: 255, a: 1 },
895
+ 'schemes.status.successContainer': { r: 211, g: 242, b: 224, a: 1 },
896
+ 'schemes.status.onSuccessContainer': { r: 0, g: 70, b: 29, a: 1 },
897
+ 'schemes.status.success': { r: 43, g: 131, b: 80, a: 1 },
898
+ 'schemes.status.undefined': { r: 159, g: 159, b: 159, a: 1 },
899
+ 'schemes.status.onUndefined': { r: 255, g: 255, b: 255, a: 1 },
900
+ 'schemes.status.undefinedContainer': { r: 240, g: 240, b: 243, a: 1 },
901
+ 'schemes.status.onUndefinedContainer': { r: 68, g: 68, b: 68, a: 1 },
902
+ 'schemes.fixed.primaryFixed': { r: 192, g: 250, b: 255, a: 1 },
903
+ 'schemes.fixed.onPrimaryFixed': { r: 0, g: 39, b: 43, a: 1 },
904
+ 'schemes.fixed.primaryFixedDim': { r: 140, g: 233, b: 241, a: 1 },
905
+ 'schemes.fixed.onPrimaryFixedVariant': { r: 0, g: 94, b: 102, a: 1 },
906
+ 'schemes.fixed.secondaryFixed': { r: 243, g: 234, b: 208, a: 1 },
907
+ 'schemes.fixed.onSecondaryFixed': { r: 39, g: 32, b: 9, a: 1 },
908
+ 'schemes.fixed.secondaryFixedDim': { r: 214, g: 205, b: 180, a: 1 },
909
+ 'schemes.fixed.onSecondaryFixedVariant': { r: 84, g: 77, b: 54, a: 1 },
910
+ 'schemes.fixed.tertiaryFixed': { r: 221, g: 204, b: 255, a: 1 },
911
+ 'schemes.fixed.onTertiaryFixed': { r: 16, g: 0, b: 49, a: 1 },
912
+ 'schemes.fixed.tertiaryFixedDim': { r: 185, g: 153, b: 249, a: 1 },
913
+ 'schemes.fixed.onTertiaryFixedVariant': { r: 43, g: 7, b: 114, a: 1 },
914
+ 'schemes.fixed.errorFixedDim': { r: 224, g: 141, b: 155, a: 1 },
915
+ 'schemes.fixed.warningFixedDim': { r: 223, g: 180, b: 136, a: 1 },
916
+ 'schemes.fixed.infoFixedDim': { r: 128, g: 170, b: 218, a: 1 },
917
+ 'schemes.fixed.successFixedDim': { r: 163, g: 216, b: 126, a: 1 },
918
+ 'schemes.charts.chart01': { r: 221, g: 221, b: 221, a: 1 },
919
+ 'schemes.charts.chart02': { r: 46, g: 37, b: 133, a: 1 },
920
+ 'schemes.charts.chart03': { r: 51, g: 117, b: 56, a: 1 },
921
+ 'schemes.charts.chart04': { r: 93, g: 168, b: 153, a: 1 },
922
+ 'schemes.charts.chart05': { r: 148, g: 203, b: 236, a: 1 },
923
+ 'schemes.charts.chart06': { r: 220, g: 205, b: 125, a: 1 },
924
+ 'schemes.charts.chart07': { r: 194, g: 106, b: 119, a: 1 },
925
+ 'schemes.charts.chart08': { r: 159, g: 74, b: 150, a: 1 },
926
+ 'schemes.charts.chart09': { r: 177, g: 78, b: 124, a: 1 },
927
+ 'schemes.charts.chartError': { r: 253, g: 107, b: 107, a: 1 },
928
+ 'schemes.charts.chartWarning': { r: 255, g: 196, b: 95, a: 1 },
929
+ 'schemes.charts.chartSuccess': { r: 126, g: 184, b: 117, a: 1 },
930
+ 'schemes.charts.chartUndefined': { r: 149, g: 168, b: 177, a: 1 },
931
+ 'schemes.charts.chart10': { r: 98, g: 79, b: 136, a: 1 },
932
+ 'schemes.typography.primary': { r: 12, g: 119, b: 128, a: 1 },
933
+ 'schemes.typography.error': { r: 203, g: 37, b: 65, a: 1 },
934
+ 'schemes.typography.onSurface': { r: 30, g: 28, b: 23, a: 1 },
935
+ 'schemes.typography.primaryVisited': { r: 103, g: 149, b: 153, a: 1 },
936
+ 'schemes.typography.errorVisited': { r: 170, g: 87, b: 101, a: 1 },
937
+ 'schemes.typography.onSurfaceVisited': { r: 116, g: 113, b: 105, a: 1 },
938
+ };
939
+ export const WptkStateLayersGenerated = {
940
+ 'stateLayers.base.primary.opacity08': { r: 11, g: 110, b: 118, a: 0.08 },
941
+ 'stateLayers.base.primary.opacity12': { r: 11, g: 110, b: 118, a: 0.12 },
942
+ 'stateLayers.base.primary.opacity16': { r: 11, g: 110, b: 118, a: 0.16 },
943
+ 'stateLayers.base.primary.opacity28': { r: 11, g: 110, b: 118, a: 0.2 },
944
+ 'stateLayers.base.primary.opacity38': { r: 11, g: 110, b: 118, a: 0.38 },
945
+ 'stateLayers.base.primary.opacity10': { r: 11, g: 110, b: 118, a: 0.1 },
946
+ 'stateLayers.base.primary.opacity72': { r: 11, g: 110, b: 118, a: 0.72 },
947
+ 'stateLayers.base.onPrimary.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
948
+ 'stateLayers.base.onPrimary.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
949
+ 'stateLayers.base.onPrimary.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
950
+ 'stateLayers.base.onPrimary.opacity10': { r: 255, g: 255, b: 255, a: 0.1 },
951
+ 'stateLayers.base.onPrimary.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
952
+ 'stateLayers.base.onPrimary.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
953
+ 'stateLayers.base.primaryContainer.opacity08': { r: 220, g: 237, b: 239, a: 0.08 },
954
+ 'stateLayers.base.primaryContainer.opacity12': { r: 220, g: 237, b: 239, a: 0.12 },
955
+ 'stateLayers.base.primaryContainer.opacity16': { r: 220, g: 237, b: 239, a: 0.16 },
956
+ 'stateLayers.base.primaryContainer.opacity10': { r: 220, g: 237, b: 239, a: 0.1 },
957
+ 'stateLayers.base.onPrimaryContainer.opacity08': { r: 0, g: 39, b: 43, a: 0.08 },
958
+ 'stateLayers.base.onPrimaryContainer.opacity12': { r: 0, g: 39, b: 43, a: 0.12 },
959
+ 'stateLayers.base.onPrimaryContainer.opacity16': { r: 0, g: 39, b: 43, a: 0.16 },
960
+ 'stateLayers.base.onPrimaryContainer.opacity20': { r: 0, g: 39, b: 43, a: 0.2 },
961
+ 'stateLayers.base.onPrimaryContainer.opacity10': { r: 0, g: 39, b: 43, a: 0.1 },
962
+ 'stateLayers.base.onPrimaryContainer.opacity38': { r: 0, g: 39, b: 43, a: 0.38 },
963
+ 'stateLayers.base.onPrimaryContainer.opacity28': { r: 0, g: 39, b: 43, a: 0.28 },
964
+ 'stateLayers.base.secondary.opacity08': { r: 107, g: 106, b: 104, a: 0.08 },
965
+ 'stateLayers.base.secondary.opacity12': { r: 107, g: 106, b: 104, a: 0.12 },
966
+ 'stateLayers.base.secondary.opacity16': { r: 107, g: 106, b: 104, a: 0.16 },
967
+ 'stateLayers.base.secondary.opacity28': { r: 107, g: 106, b: 104, a: 0.16 },
968
+ 'stateLayers.base.secondary.opacity48': { r: 107, g: 106, b: 104, a: 0.16 },
969
+ 'stateLayers.base.secondary.opacity10': { r: 107, g: 106, b: 104, a: 0.1 },
970
+ 'stateLayers.base.onSecondary.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
971
+ 'stateLayers.base.onSecondary.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
972
+ 'stateLayers.base.onSecondary.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
973
+ 'stateLayers.base.onSecondary.opacity10': { r: 255, g: 255, b: 255, a: 0.1 },
974
+ 'stateLayers.base.onSecondary.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
975
+ 'stateLayers.base.onSecondary.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
976
+ 'stateLayers.base.onSecondary.opacity20': { r: 255, g: 255, b: 255, a: 0.2 },
977
+ 'stateLayers.base.secondaryContainer.opacity08': { r: 217, g: 216, b: 213, a: 0.08 },
978
+ 'stateLayers.base.secondaryContainer.opacity12': { r: 217, g: 216, b: 213, a: 0.12 },
979
+ 'stateLayers.base.secondaryContainer.opacity16': { r: 217, g: 216, b: 213, a: 0.16 },
980
+ 'stateLayers.base.secondaryContainer.opacity10': { r: 217, g: 216, b: 213, a: 0.1 },
981
+ 'stateLayers.base.onSecondaryContainer.opacity08': { r: 41, g: 41, b: 41, a: 0.08 },
982
+ 'stateLayers.base.onSecondaryContainer.opacity12': { r: 41, g: 41, b: 41, a: 0.12 },
983
+ 'stateLayers.base.onSecondaryContainer.opacity16': { r: 41, g: 41, b: 41, a: 0.16 },
984
+ 'stateLayers.base.onSecondaryContainer.opacity20': { r: 41, g: 41, b: 41, a: 0.2 },
985
+ 'stateLayers.base.onSecondaryContainer.opacity10': { r: 41, g: 41, b: 41, a: 0.1 },
986
+ 'stateLayers.base.onSecondaryContainer.opacity28': { r: 41, g: 41, b: 41, a: 0.28 },
987
+ 'stateLayers.base.onSecondaryContainer.opacity38': { r: 41, g: 41, b: 41, a: 0.38 },
988
+ 'stateLayers.base.tertiary.opacity08': { r: 96, g: 71, b: 147, a: 0.08 },
989
+ 'stateLayers.base.tertiary.opacity12': { r: 96, g: 71, b: 147, a: 0.12 },
990
+ 'stateLayers.base.tertiary.opacity16': { r: 96, g: 71, b: 147, a: 0.16 },
991
+ 'stateLayers.base.tertiary.opacity10': { r: 96, g: 71, b: 147, a: 0.1 },
992
+ 'stateLayers.base.onTertiary.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
993
+ 'stateLayers.base.onTertiary.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
994
+ 'stateLayers.base.onTertiary.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
995
+ 'stateLayers.base.onTertiary.opacity10': { r: 255, g: 255, b: 255, a: 0.1 },
996
+ 'stateLayers.base.onTertiary.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
997
+ 'stateLayers.base.onTertiary.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
998
+ 'stateLayers.base.onTertiary.opacity20': { r: 255, g: 255, b: 255, a: 0.2 },
999
+ 'stateLayers.base.tertiaryContainer.opacity08': { r: 221, g: 204, b: 255, a: 0.08 },
1000
+ 'stateLayers.base.tertiaryContainer.opacity12': { r: 221, g: 204, b: 255, a: 0.12 },
1001
+ 'stateLayers.base.tertiaryContainer.opacity16': { r: 221, g: 204, b: 255, a: 0.16 },
1002
+ 'stateLayers.base.tertiaryContainer.opacity10': { r: 221, g: 204, b: 255, a: 0.1 },
1003
+ 'stateLayers.base.onTertiaryContainer.opacity08': { r: 16, g: 0, b: 49, a: 0.08 },
1004
+ 'stateLayers.base.onTertiaryContainer.opacity12': { r: 16, g: 0, b: 49, a: 0.12 },
1005
+ 'stateLayers.base.onTertiaryContainer.opacity16': { r: 16, g: 0, b: 49, a: 0.16 },
1006
+ 'stateLayers.base.onTertiaryContainer.opacity10': { r: 16, g: 0, b: 49, a: 0.1 },
1007
+ 'stateLayers.fixed.primaryFixed.opacity08': { r: 192, g: 250, b: 255, a: 0.08 },
1008
+ 'stateLayers.fixed.primaryFixed.opacity12': { r: 192, g: 250, b: 255, a: 0.12 },
1009
+ 'stateLayers.fixed.primaryFixed.opacity16': { r: 192, g: 250, b: 255, a: 0.16 },
1010
+ 'stateLayers.fixed.primaryFixed.opacity10': { r: 192, g: 250, b: 255, a: 0.1 },
1011
+ 'stateLayers.fixed.onPrimaryFixed.opacity08': { r: 0, g: 39, b: 43, a: 0.08 },
1012
+ 'stateLayers.fixed.onPrimaryFixed.opacity12': { r: 0, g: 39, b: 43, a: 0.12 },
1013
+ 'stateLayers.fixed.onPrimaryFixed.opacity16': { r: 0, g: 39, b: 43, a: 0.16 },
1014
+ 'stateLayers.fixed.onPrimaryFixed.opacity10': { r: 0, g: 39, b: 43, a: 0.1 },
1015
+ 'stateLayers.fixed.primaryFixedDim.opacity08': { r: 140, g: 233, b: 241, a: 0.08 },
1016
+ 'stateLayers.fixed.primaryFixedDim.opacity12': { r: 140, g: 233, b: 241, a: 0.12 },
1017
+ 'stateLayers.fixed.primaryFixedDim.opacity16': { r: 140, g: 207, b: 241, a: 0.16 },
1018
+ 'stateLayers.fixed.primaryFixedDim.opacity10': { r: 140, g: 233, b: 241, a: 0.1 },
1019
+ 'stateLayers.fixed.onPrimaryFixedVariant.opacity08': { r: 0, g: 94, b: 102, a: 0.08 },
1020
+ 'stateLayers.fixed.onPrimaryFixedVariant.opacity12': { r: 0, g: 94, b: 102, a: 0.12 },
1021
+ 'stateLayers.fixed.onPrimaryFixedVariant.opacity16': { r: 0, g: 94, b: 102, a: 0.16 },
1022
+ 'stateLayers.fixed.onPrimaryFixedVariant.opacity10': { r: 0, g: 94, b: 102, a: 0.1 },
1023
+ 'stateLayers.fixed.secondaryFixed.opacity08': { r: 243, g: 234, b: 208, a: 0.08 },
1024
+ 'stateLayers.fixed.secondaryFixed.opacity12': { r: 243, g: 234, b: 208, a: 0.12 },
1025
+ 'stateLayers.fixed.secondaryFixed.opacity16': { r: 243, g: 234, b: 208, a: 0.16 },
1026
+ 'stateLayers.fixed.secondaryFixed.opacity10': { r: 243, g: 234, b: 208, a: 0.1 },
1027
+ 'stateLayers.fixed.onSecondaryFixed.opacity08': { r: 39, g: 32, b: 9, a: 0.08 },
1028
+ 'stateLayers.fixed.onSecondaryFixed.opacity12': { r: 39, g: 32, b: 9, a: 0.12 },
1029
+ 'stateLayers.fixed.onSecondaryFixed.opacity16': { r: 39, g: 32, b: 9, a: 0.16 },
1030
+ 'stateLayers.fixed.onSecondaryFixed.opacity10': { r: 39, g: 32, b: 9, a: 0.1 },
1031
+ 'stateLayers.fixed.secondaryFixedDim.opacity08': { r: 214, g: 205, b: 180, a: 0.08 },
1032
+ 'stateLayers.fixed.secondaryFixedDim.opacity12': { r: 214, g: 205, b: 180, a: 0.12 },
1033
+ 'stateLayers.fixed.secondaryFixedDim.opacity16': { r: 214, g: 205, b: 180, a: 0.16 },
1034
+ 'stateLayers.fixed.secondaryFixedDim.opacity10': { r: 214, g: 205, b: 180, a: 0.1 },
1035
+ 'stateLayers.fixed.onSecondaryFixedVariant.opacity08': { r: 84, g: 77, b: 54, a: 0.08 },
1036
+ 'stateLayers.fixed.onSecondaryFixedVariant.opacity12': { r: 84, g: 77, b: 54, a: 0.12 },
1037
+ 'stateLayers.fixed.onSecondaryFixedVariant.opacity16': { r: 84, g: 77, b: 54, a: 0.16 },
1038
+ 'stateLayers.fixed.onSecondaryFixedVariant.opacity10': { r: 84, g: 77, b: 54, a: 0.1 },
1039
+ 'stateLayers.fixed.tertiaryFixed.opacity08': { r: 221, g: 204, b: 255, a: 0.08 },
1040
+ 'stateLayers.fixed.tertiaryFixed.opacity12': { r: 221, g: 204, b: 255, a: 0.12 },
1041
+ 'stateLayers.fixed.tertiaryFixed.opacity16': { r: 221, g: 204, b: 255, a: 0.16 },
1042
+ 'stateLayers.fixed.tertiaryFixed.opacity10': { r: 221, g: 204, b: 255, a: 0.1 },
1043
+ 'stateLayers.fixed.onTertiaryFixed.opacity08': { r: 16, g: 0, b: 49, a: 0.08 },
1044
+ 'stateLayers.fixed.onTertiaryFixed.opacity12': { r: 16, g: 0, b: 49, a: 0.12 },
1045
+ 'stateLayers.fixed.onTertiaryFixed.opacity16': { r: 16, g: 0, b: 49, a: 0.16 },
1046
+ 'stateLayers.fixed.onTertiaryFixed.opacity10': { r: 16, g: 0, b: 49, a: 0.1 },
1047
+ 'stateLayers.fixed.tertiaryFixedDim.opacity08': { r: 185, g: 153, b: 249, a: 0.08 },
1048
+ 'stateLayers.fixed.tertiaryFixedDim.opacity12': { r: 185, g: 153, b: 249, a: 0.12 },
1049
+ 'stateLayers.fixed.tertiaryFixedDim.opacity16': { r: 185, g: 153, b: 249, a: 0.16 },
1050
+ 'stateLayers.fixed.tertiaryFixedDim.opacity10': { r: 185, g: 153, b: 249, a: 0.1 },
1051
+ 'stateLayers.fixed.onTertiaryFixedVariant.opacity08': { r: 43, g: 7, b: 114, a: 0.08 },
1052
+ 'stateLayers.fixed.onTertiaryFixedVariant.opacity12': { r: 43, g: 7, b: 114, a: 0.12 },
1053
+ 'stateLayers.fixed.onTertiaryFixedVariant.opacity16': { r: 43, g: 7, b: 114, a: 0.16 },
1054
+ 'stateLayers.fixed.onTertiaryFixedVariant.opacity10': { r: 43, g: 7, b: 114, a: 0.1 },
1055
+ 'stateLayers.status.error.opacity08': { r: 203, g: 37, b: 65, a: 0.08 },
1056
+ 'stateLayers.status.error.opacity12': { r: 203, g: 37, b: 65, a: 0.12 },
1057
+ 'stateLayers.status.error.opacity16': { r: 203, g: 37, b: 65, a: 0.16 },
1058
+ 'stateLayers.status.error.opacity28': { r: 203, g: 37, b: 65, a: 0.28 },
1059
+ 'stateLayers.status.error.opacity48': { r: 203, g: 37, b: 65, a: 0.48 },
1060
+ 'stateLayers.status.error.opacity10': { r: 203, g: 37, b: 65, a: 0.1 },
1061
+ 'stateLayers.status.onError.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1062
+ 'stateLayers.status.onError.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1063
+ 'stateLayers.status.onError.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1064
+ 'stateLayers.status.onError.opacity10': { r: 255, g: 255, b: 255, a: 0.1 },
1065
+ 'stateLayers.status.onError.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
1066
+ 'stateLayers.status.onError.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1067
+ 'stateLayers.status.errorContainer.opacity08': { r: 255, g: 236, b: 236, a: 0.08 },
1068
+ 'stateLayers.status.errorContainer.opacity12': { r: 255, g: 236, b: 236, a: 0.12 },
1069
+ 'stateLayers.status.errorContainer.opacity16': { r: 255, g: 236, b: 236, a: 0.16 },
1070
+ 'stateLayers.status.errorContainer.opacity10': { r: 255, g: 236, b: 236, a: 0.1 },
1071
+ 'stateLayers.status.errorContainer.opacity56': { r: 255, g: 236, b: 236, a: 0.56 },
1072
+ 'stateLayers.status.errorContainer.opacity78': { r: 255, g: 236, b: 236, a: 0.78 },
1073
+ 'stateLayers.status.onErrorContainer.opacity08': { r: 98, g: 39, b: 39, a: 0.08 },
1074
+ 'stateLayers.status.onErrorContainer.opacity12': { r: 98, g: 39, b: 39, a: 0.12 },
1075
+ 'stateLayers.status.onErrorContainer.opacity16': { r: 98, g: 39, b: 39, a: 0.16 },
1076
+ 'stateLayers.status.onErrorContainer.opacity20': { r: 98, g: 39, b: 39, a: 0.2 },
1077
+ 'stateLayers.status.onErrorContainer.opacity10': { r: 98, g: 39, b: 39, a: 0.1 },
1078
+ 'stateLayers.status.onErrorContainer.opacity38': { r: 98, g: 39, b: 39, a: 0.38 },
1079
+ 'stateLayers.status.onErrorContainer.opacity28': { r: 98, g: 39, b: 39, a: 0.28 },
1080
+ 'stateLayers.status.warning.opacity08': { r: 239, g: 153, b: 67, a: 0.08 },
1081
+ 'stateLayers.status.warning.opacity12': { r: 239, g: 153, b: 67, a: 0.12 },
1082
+ 'stateLayers.status.warning.opacity16': { r: 239, g: 153, b: 67, a: 0.16 },
1083
+ 'stateLayers.status.warning.opacity28': { r: 239, g: 153, b: 67, a: 0.28 },
1084
+ 'stateLayers.status.warning.opacity48': { r: 239, g: 153, b: 67, a: 0.48 },
1085
+ 'stateLayers.status.info.opacity08': { r: 39, g: 115, b: 201, a: 0.08 },
1086
+ 'stateLayers.status.info.opacity12': { r: 39, g: 115, b: 201, a: 0.12 },
1087
+ 'stateLayers.status.info.opacity16': { r: 39, g: 115, b: 201, a: 0.16 },
1088
+ 'stateLayers.status.info.opacity28': { r: 39, g: 115, b: 201, a: 0.28 },
1089
+ 'stateLayers.status.info.opacity48': { r: 39, g: 115, b: 201, a: 0.48 },
1090
+ 'stateLayers.status.success.opacity08': { r: 43, g: 131, b: 80, a: 0.08 },
1091
+ 'stateLayers.status.success.opacity12': { r: 43, g: 131, b: 80, a: 0.12 },
1092
+ 'stateLayers.status.success.opacity16': { r: 43, g: 131, b: 80, a: 0.16 },
1093
+ 'stateLayers.status.success.opacity28': { r: 43, g: 131, b: 80, a: 0.28 },
1094
+ 'stateLayers.status.success.opacity48': { r: 43, g: 131, b: 80, a: 0.48 },
1095
+ 'stateLayers.status.onWarning.opacity08': { r: 14, g: 7, b: 0, a: 0.08 },
1096
+ 'stateLayers.status.onWarning.opacity12': { r: 14, g: 7, b: 0, a: 0.12 },
1097
+ 'stateLayers.status.onWarning.opacity16': { r: 14, g: 7, b: 0, a: 0.16 },
1098
+ 'stateLayers.status.onWarning.opacity38': { r: 14, g: 7, b: 0, a: 0.38 },
1099
+ 'stateLayers.status.onSuccess.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1100
+ 'stateLayers.status.onSuccess.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1101
+ 'stateLayers.status.onSuccess.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1102
+ 'stateLayers.status.onSuccess.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
1103
+ 'stateLayers.status.onSuccess.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1104
+ 'stateLayers.status.onInfo.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1105
+ 'stateLayers.status.onInfo.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1106
+ 'stateLayers.status.onInfo.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1107
+ 'stateLayers.status.onInfo.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
1108
+ 'stateLayers.status.onInfo.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1109
+ 'stateLayers.status.onSuccessContainer.opacity08': { r: 0, g: 70, b: 29, a: 0.08 },
1110
+ 'stateLayers.status.onSuccessContainer.opacity12': { r: 0, g: 70, b: 29, a: 0.12 },
1111
+ 'stateLayers.status.onSuccessContainer.opacity16': { r: 0, g: 70, b: 29, a: 0.16 },
1112
+ 'stateLayers.status.onSuccessContainer.opacity20': { r: 0, g: 70, b: 29, a: 0.2 },
1113
+ 'stateLayers.status.onSuccessContainer.opacity38': { r: 0, g: 70, b: 29, a: 0.38 },
1114
+ 'stateLayers.status.onSuccessContainer.opacity28': { r: 0, g: 70, b: 29, a: 0.28 },
1115
+ 'stateLayers.status.onWarningContainer.opacity08': { r: 65, g: 46, b: 26, a: 0.08 },
1116
+ 'stateLayers.status.onWarningContainer.opacity12': { r: 65, g: 46, b: 26, a: 0.12 },
1117
+ 'stateLayers.status.onWarningContainer.opacity16': { r: 65, g: 46, b: 26, a: 0.16 },
1118
+ 'stateLayers.status.onWarningContainer.opacity20': { r: 65, g: 46, b: 26, a: 0.2 },
1119
+ 'stateLayers.status.onWarningContainer.opacity38': { r: 65, g: 46, b: 26, a: 0.38 },
1120
+ 'stateLayers.status.onWarningContainer.opacity28': { r: 65, g: 46, b: 26, a: 0.28 },
1121
+ 'stateLayers.status.onInfoContainer.opacity08': { r: 0, g: 47, b: 100, a: 0.08 },
1122
+ 'stateLayers.status.onInfoContainer.opacity12': { r: 0, g: 47, b: 100, a: 0.12 },
1123
+ 'stateLayers.status.onInfoContainer.opacity16': { r: 0, g: 47, b: 100, a: 0.16 },
1124
+ 'stateLayers.status.onInfoContainer.opacity20': { r: 0, g: 47, b: 100, a: 0.2 },
1125
+ 'stateLayers.status.onInfoContainer.opacity38': { r: 0, g: 47, b: 100, a: 0.38 },
1126
+ 'stateLayers.status.onInfoContainer.opacity28': { r: 0, g: 47, b: 100, a: 0.28 },
1127
+ 'stateLayers.status.onUndefined.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1128
+ 'stateLayers.status.onUndefined.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1129
+ 'stateLayers.status.onUndefined.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1130
+ 'stateLayers.status.onUndefined.opacity38': { r: 255, g: 255, b: 255, a: 0.38 },
1131
+ 'stateLayers.status.onUndefined.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1132
+ 'stateLayers.status.onUndefinedContainer.opacity08': { r: 68, g: 68, b: 68, a: 0.08 },
1133
+ 'stateLayers.status.onUndefinedContainer.opacity12': { r: 68, g: 68, b: 68, a: 0.12 },
1134
+ 'stateLayers.status.onUndefinedContainer.opacity16': { r: 68, g: 68, b: 68, a: 0.16 },
1135
+ 'stateLayers.status.onUndefinedContainer.opacity20': { r: 68, g: 68, b: 68, a: 0.2 },
1136
+ 'stateLayers.status.onUndefinedContainer.opacity38': { r: 68, g: 68, b: 68, a: 0.38 },
1137
+ 'stateLayers.status.onUndefinedContainer.opacity28': { r: 68, g: 68, b: 68, a: 0.28 },
1138
+ 'stateLayers.status.undefined.opacity08': { r: 159, g: 159, b: 159, a: 0.08 },
1139
+ 'stateLayers.status.undefined.opacity12': { r: 159, g: 159, b: 159, a: 0.12 },
1140
+ 'stateLayers.status.undefined.opacity16': { r: 159, g: 159, b: 159, a: 0.16 },
1141
+ 'stateLayers.status.undefined.opacity28': { r: 159, g: 159, b: 159, a: 0.2 },
1142
+ 'stateLayers.status.undefined.opacity48': { r: 159, g: 159, b: 159, a: 0.48 },
1143
+ 'stateLayers.status.warningContainer.opacity08': { r: 255, g: 232, b: 210, a: 0.08 },
1144
+ 'stateLayers.status.warningContainer.opacity12': { r: 255, g: 232, b: 210, a: 0.12 },
1145
+ 'stateLayers.status.warningContainer.opacity16': { r: 255, g: 232, b: 210, a: 0.16 },
1146
+ 'stateLayers.status.warningContainer.opacity56': { r: 255, g: 232, b: 210, a: 0.56 },
1147
+ 'stateLayers.status.warningContainer.opacity78': { r: 255, g: 232, b: 210, a: 0.78 },
1148
+ 'stateLayers.status.successContainer.opacity08': { r: 211, g: 242, b: 224, a: 0.08 },
1149
+ 'stateLayers.status.successContainer.opacity12': { r: 211, g: 242, b: 224, a: 0.12 },
1150
+ 'stateLayers.status.successContainer.opacity16': { r: 211, g: 242, b: 224, a: 0.16 },
1151
+ 'stateLayers.status.infoContainer.opacity08': { r: 222, g: 241, b: 255, a: 0.08 },
1152
+ 'stateLayers.status.infoContainer.opacity12': { r: 222, g: 241, b: 255, a: 0.12 },
1153
+ 'stateLayers.status.infoContainer.opacity16': { r: 222, g: 241, b: 255, a: 0.16 },
1154
+ 'stateLayers.status.infoContainer.opacity38': { r: 222, g: 241, b: 255, a: 0.38 },
1155
+ 'stateLayers.status.undefinedContainer.opacity08': { r: 240, g: 240, b: 243, a: 0.08 },
1156
+ 'stateLayers.status.undefinedContainer.opacity12': { r: 240, g: 240, b: 243, a: 0.12 },
1157
+ 'stateLayers.status.undefinedContainer.opacity16': { r: 240, g: 240, b: 243, a: 0.16 },
1158
+ 'stateLayers.surfaces.outline.opacity08': { r: 160, g: 160, b: 160, a: 0.08 },
1159
+ 'stateLayers.surfaces.outline.opacity12': { r: 160, g: 160, b: 160, a: 0.12 },
1160
+ 'stateLayers.surfaces.outline.opacity16': { r: 160, g: 160, b: 160, a: 0.16 },
1161
+ 'stateLayers.surfaces.outline.opacity48': { r: 160, g: 160, b: 160, a: 0.48 },
1162
+ 'stateLayers.surfaces.outline.opacity10': { r: 160, g: 160, b: 160, a: 0.1 },
1163
+ 'stateLayers.surfaces.background.opacity08': { r: 247, g: 247, b: 247, a: 0.08 },
1164
+ 'stateLayers.surfaces.background.opacity12': { r: 247, g: 247, b: 247, a: 0.12 },
1165
+ 'stateLayers.surfaces.background.opacity16': { r: 247, g: 247, b: 247, a: 0.16 },
1166
+ 'stateLayers.surfaces.background.opacity28': { r: 247, g: 247, b: 247, a: 0.28 },
1167
+ 'stateLayers.surfaces.background.opacity48': { r: 247, g: 247, b: 247, a: 0.48 },
1168
+ 'stateLayers.surfaces.background.opacity10': { r: 247, g: 247, b: 247, a: 0.1 },
1169
+ 'stateLayers.surfaces.onBackground.opacity08': { r: 31, g: 29, b: 23, a: 0.08 },
1170
+ 'stateLayers.surfaces.onBackground.opacity12': { r: 31, g: 29, b: 23, a: 0.12 },
1171
+ 'stateLayers.surfaces.onBackground.opacity16': { r: 31, g: 29, b: 23, a: 0.16 },
1172
+ 'stateLayers.surfaces.onBackground.opacity28': { r: 31, g: 29, b: 23, a: 0.28 },
1173
+ 'stateLayers.surfaces.onBackground.opacity48': { r: 31, g: 29, b: 23, a: 0.48 },
1174
+ 'stateLayers.surfaces.onBackground.opacity10': { r: 31, g: 29, b: 23, a: 0.1 },
1175
+ 'stateLayers.surfaces.surface.opacity08': { r: 229, g: 232, b: 232, a: 0.08 },
1176
+ 'stateLayers.surfaces.surface.opacity12': { r: 229, g: 232, b: 232, a: 0.12 },
1177
+ 'stateLayers.surfaces.surface.opacity16': { r: 229, g: 232, b: 232, a: 0.16 },
1178
+ 'stateLayers.surfaces.surface.opacity10': { r: 229, g: 232, b: 232, a: 0.1 },
1179
+ 'stateLayers.surfaces.onSurface.opacity08': { r: 30, g: 28, b: 23, a: 0.03 },
1180
+ 'stateLayers.surfaces.onSurface.opacity12': { r: 30, g: 28, b: 23, a: 0.04 },
1181
+ 'stateLayers.surfaces.onSurface.opacity16': { r: 30, g: 28, b: 23, a: 0.06 },
1182
+ 'stateLayers.surfaces.onSurface.opacity48': { r: 30, g: 28, b: 23, a: 0.48 },
1183
+ 'stateLayers.surfaces.onSurface.opacity28': { r: 30, g: 28, b: 23, a: 0.2 },
1184
+ 'stateLayers.surfaces.onSurface.opacity06': { r: 30, g: 28, b: 23, a: 0.06 },
1185
+ 'stateLayers.surfaces.onSurface.opacity38': { r: 30, g: 28, b: 23, a: 0.38 },
1186
+ 'stateLayers.surfaces.onSurface.opacity10': { r: 30, g: 28, b: 23, a: 0.1 },
1187
+ 'stateLayers.surfaces.onSurface.opacity20': { r: 30, g: 28, b: 23, a: 0.16 },
1188
+ 'stateLayers.surfaces.surfaceVariant.opacity08': { r: 232, g: 231, b: 227, a: 0.08 },
1189
+ 'stateLayers.surfaces.surfaceVariant.opacity12': { r: 232, g: 231, b: 227, a: 0.12 },
1190
+ 'stateLayers.surfaces.surfaceVariant.opacity16': { r: 232, g: 231, b: 227, a: 0.16 },
1191
+ 'stateLayers.surfaces.surfaceVariant.opacity10': { r: 232, g: 231, b: 227, a: 0.1 },
1192
+ 'stateLayers.surfaces.onSurfaceVariant.opacity08': { r: 96, g: 94, b: 88, a: 0.08 },
1193
+ 'stateLayers.surfaces.onSurfaceVariant.opacity12': { r: 96, g: 94, b: 88, a: 0.12 },
1194
+ 'stateLayers.surfaces.onSurfaceVariant.opacity16': { r: 96, g: 94, b: 88, a: 0.16 },
1195
+ 'stateLayers.surfaces.onSurfaceVariant.opacity38': { r: 96, g: 94, b: 88, a: 0.38 },
1196
+ 'stateLayers.surfaces.onSurfaceVariant.opacity10': { r: 96, g: 94, b: 88, a: 0.1 },
1197
+ 'stateLayers.surfaces.onSurfaceVariant.opacity78': { r: 96, g: 94, b: 88, a: 0.78 },
1198
+ 'stateLayers.surfaces.shadow.opacity08': { r: 0, g: 0, b: 0, a: 0.08 },
1199
+ 'stateLayers.surfaces.shadow.opacity12': { r: 0, g: 0, b: 0, a: 0.12 },
1200
+ 'stateLayers.surfaces.shadow.opacity16': { r: 0, g: 0, b: 0, a: 0.16 },
1201
+ 'stateLayers.surfaces.shadow.opacity10': { r: 0, g: 0, b: 0, a: 0.1 },
1202
+ 'stateLayers.surfaces.surfaceTint.opacity08': { r: 21, g: 122, b: 131, a: 0.08 },
1203
+ 'stateLayers.surfaces.surfaceTint.opacity12': { r: 21, g: 122, b: 131, a: 0.12 },
1204
+ 'stateLayers.surfaces.surfaceTint.opacity16': { r: 21, g: 122, b: 131, a: 0.16 },
1205
+ 'stateLayers.surfaces.surfaceTint.opacity10': { r: 21, g: 122, b: 131, a: 0.1 },
1206
+ 'stateLayers.surfaces.scrim.opacity08': { r: 0, g: 0, b: 0, a: 0.08 },
1207
+ 'stateLayers.surfaces.scrim.opacity12': { r: 0, g: 0, b: 0, a: 0.12 },
1208
+ 'stateLayers.surfaces.scrim.opacity16': { r: 0, g: 0, b: 0, a: 0.16 },
1209
+ 'stateLayers.surfaces.scrim.opacity48': { r: 0, g: 0, b: 0, a: 0.48 },
1210
+ 'stateLayers.surfaces.scrim.opacity10': { r: 0, g: 0, b: 0, a: 0.1 },
1211
+ 'stateLayers.surfaces.surfaceContainerHighest.opacity08': { r: 229, g: 227, b: 222, a: 0.08 },
1212
+ 'stateLayers.surfaces.surfaceContainerHighest.opacity12': { r: 229, g: 227, b: 222, a: 0.12 },
1213
+ 'stateLayers.surfaces.surfaceContainerHighest.opacity16': { r: 229, g: 227, b: 222, a: 0.16 },
1214
+ 'stateLayers.surfaces.surfaceContainerHighest.opacity10': { r: 229, g: 227, b: 222, a: 0.1 },
1215
+ 'stateLayers.surfaces.surfaceContainerHigh.opacity08': { r: 234, g: 232, b: 227, a: 0.08 },
1216
+ 'stateLayers.surfaces.surfaceContainerHigh.opacity12': { r: 234, g: 232, b: 227, a: 0.12 },
1217
+ 'stateLayers.surfaces.surfaceContainerHigh.opacity16': { r: 234, g: 232, b: 227, a: 0.16 },
1218
+ 'stateLayers.surfaces.surfaceContainerHigh.opacity10': { r: 234, g: 232, b: 227, a: 0.1 },
1219
+ 'stateLayers.surfaces.surfaceContainer.opacity08': { r: 240, g: 238, b: 233, a: 0.08 },
1220
+ 'stateLayers.surfaces.surfaceContainer.opacity12': { r: 240, g: 238, b: 233, a: 0.12 },
1221
+ 'stateLayers.surfaces.surfaceContainer.opacity16': { r: 240, g: 238, b: 233, a: 0.16 },
1222
+ 'stateLayers.surfaces.surfaceContainer.opacity10': { r: 240, g: 238, b: 233, a: 0.1 },
1223
+ 'stateLayers.surfaces.surfaceContainerLow.opacity08': { r: 245, g: 247, b: 247, a: 0.08 },
1224
+ 'stateLayers.surfaces.surfaceContainerLow.opacity12': { r: 245, g: 247, b: 247, a: 0.12 },
1225
+ 'stateLayers.surfaces.surfaceContainerLow.opacity16': { r: 245, g: 247, b: 247, a: 0.16 },
1226
+ 'stateLayers.surfaces.surfaceContainerLow.opacity10': { r: 245, g: 247, b: 247, a: 0.1 },
1227
+ 'stateLayers.surfaces.surfaceContainerLowest.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1228
+ 'stateLayers.surfaces.surfaceContainerLowest.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1229
+ 'stateLayers.surfaces.surfaceContainerLowest.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1230
+ 'stateLayers.surfaces.surfaceContainerLowest.opacity10': { r: 255, g: 255, b: 255, a: 0.1 },
1231
+ 'stateLayers.surfaces.surfaceContainerLowest.opacity86': { r: 255, g: 255, b: 255, a: 0.86 },
1232
+ 'stateLayers.surfaces.surfaceBright.opacity08': { r: 251, g: 249, b: 245, a: 0.08 },
1233
+ 'stateLayers.surfaces.surfaceBright.opacity12': { r: 251, g: 249, b: 245, a: 0.12 },
1234
+ 'stateLayers.surfaces.surfaceBright.opacity16': { r: 251, g: 249, b: 245, a: 0.16 },
1235
+ 'stateLayers.surfaces.surfaceBright.opacity10': { r: 251, g: 249, b: 245, a: 0.1 },
1236
+ 'stateLayers.surfaces.surfaceDim.opacity08': { r: 220, g: 218, b: 213, a: 0.08 },
1237
+ 'stateLayers.surfaces.surfaceDim.opacity12': { r: 220, g: 218, b: 213, a: 0.12 },
1238
+ 'stateLayers.surfaces.surfaceDim.opacity16': { r: 220, g: 218, b: 213, a: 0.16 },
1239
+ 'stateLayers.surfaces.surfaceDim.opacity10': { r: 220, g: 218, b: 213, a: 0.1 },
1240
+ 'stateLayers.stateLayers.basePrimary.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1241
+ 'stateLayers.stateLayers.basePrimary.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1242
+ 'stateLayers.stateLayers.basePrimary.opacity16': { r: 255, g: 255, b: 255, a: 0.2 },
1243
+ 'stateLayers.stateLayers.basePrimary.opacity64': { r: 255, g: 255, b: 255, a: 0.64 },
1244
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity08': { r: 243, g: 241, b: 236, a: 0.08 },
1245
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity12': { r: 243, g: 241, b: 236, a: 0.12 },
1246
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity16': { r: 243, g: 241, b: 236, a: 0.16 },
1247
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity28': { r: 243, g: 241, b: 236, a: 0.28 },
1248
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity38': { r: 243, g: 241, b: 236, a: 0.38 },
1249
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity48': { r: 243, g: 241, b: 236, a: 0.48 },
1250
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity64': { r: 243, g: 241, b: 236, a: 0.64 },
1251
+ 'stateLayers.stateLayers.surfacesOnSurface.opacity10': { r: 243, g: 241, b: 236, a: 0.1 },
1252
+ 'stateLayers.stateLayers.surfacesOnSurfaceVariant.opacity08': {
1253
+ r: 255,
1254
+ g: 255,
1255
+ b: 255,
1256
+ a: 0.08,
1257
+ },
1258
+ 'stateLayers.stateLayers.surfacesOnSurfaceVariant.opacity12': {
1259
+ r: 255,
1260
+ g: 255,
1261
+ b: 255,
1262
+ a: 0.12,
1263
+ },
1264
+ 'stateLayers.stateLayers.surfacesOnSurfaceVariant.opacity16': {
1265
+ r: 255,
1266
+ g: 255,
1267
+ b: 255,
1268
+ a: 0.16,
1269
+ },
1270
+ 'stateLayers.stateLayers.surfacesOnSurfaceVariant.opacity28': {
1271
+ r: 255,
1272
+ g: 255,
1273
+ b: 255,
1274
+ a: 0.28,
1275
+ },
1276
+ 'stateLayers.stateLayers.surfacesOnSurfaceVariant.opacity48': {
1277
+ r: 255,
1278
+ g: 255,
1279
+ b: 255,
1280
+ a: 0.48,
1281
+ },
1282
+ 'stateLayers.stateLayers.surfacesOnSurfaceVariant.opacity64': {
1283
+ r: 255,
1284
+ g: 255,
1285
+ b: 255,
1286
+ a: 0.64,
1287
+ },
1288
+ };
1289
+ export const WptkInverseSchemesGenerated = {
1290
+ 'inverseSchemes.surfaces.surface': { r: 51, g: 49, b: 43, a: 1 },
1291
+ 'inverseSchemes.surfaces.onSurface': { r: 243, g: 241, b: 236, a: 1 },
1292
+ 'inverseSchemes.surfaces.onSurfaceVariant': { r: 203, g: 201, b: 194, a: 1 },
1293
+ 'inverseSchemes.surfaces.outlineVariant': { r: 77, g: 76, b: 71, a: 1 },
1294
+ 'inverseSchemes.surfaces.surfaceContainer': { r: 73, g: 70, b: 61, a: 1 },
1295
+ 'inverseSchemes.surfaces.outline': { r: 132, g: 130, b: 123, a: 1 },
1296
+ 'inverseSchemes.surfaces.surfaceContainerLowest': { r: 54, g: 53, b: 48, a: 1 },
1297
+ 'inverseSchemes.surfaces.surfaceContainerLow': { r: 67, g: 64, b: 56, a: 1 },
1298
+ 'inverseSchemes.surfaces.surfaceContainerHigh': { r: 82, g: 79, b: 70, a: 1 },
1299
+ 'inverseSchemes.surfaces.surfaceContainerHighest': { r: 90, g: 86, b: 74, a: 1 },
1300
+ 'inverseSchemes.surfaces.elevatedContainerLowest': { r: 54, g: 53, b: 48, a: 1 },
1301
+ 'inverseSchemes.surfaces.elevatedContainerLow': { r: 67, g: 64, b: 56, a: 1 },
1302
+ 'inverseSchemes.surfaces.elevatedContainer': { r: 73, g: 70, b: 61, a: 1 },
1303
+ 'inverseSchemes.surfaces.elevatedContainerHigh': { r: 82, g: 79, b: 70, a: 1 },
1304
+ 'inverseSchemes.base.primary': { r: 93, g: 181, b: 189, a: 1 },
1305
+ 'inverseSchemes.base.onPrimary': { r: 26, g: 51, b: 53, a: 1 },
1306
+ 'inverseSchemes.base.secondary': { r: 201, g: 200, b: 195, a: 1 },
1307
+ 'inverseSchemes.base.onSecondary': { r: 51, g: 49, b: 43, a: 1 },
1308
+ 'inverseSchemes.base.primaryContainer': { r: 93, g: 181, b: 189, a: 1 },
1309
+ 'inverseSchemes.base.onPrimaryContainer': { r: 93, g: 181, b: 189, a: 1 },
1310
+ 'inverseSchemes.base.secondaryContainer': { r: 93, g: 181, b: 189, a: 1 },
1311
+ 'inverseSchemes.base.onSecondaryContainer': { r: 93, g: 181, b: 189, a: 1 },
1312
+ 'inverseSchemes.status.error': { r: 242, g: 122, b: 142, a: 1 },
1313
+ 'inverseSchemes.status.warning': { r: 222, g: 144, b: 66, a: 1 },
1314
+ 'inverseSchemes.status.success': { r: 114, g: 186, b: 144, a: 1 },
1315
+ 'inverseSchemes.status.info': { r: 107, g: 169, b: 239, a: 1 },
1316
+ 'inverseSchemes.status.onError': { r: 40, g: 18, b: 22, a: 1 },
1317
+ 'inverseSchemes.status.onWarning': { r: 64, g: 47, b: 31, a: 1 },
1318
+ 'inverseSchemes.status.onInfo': { r: 24, g: 37, b: 51, a: 1 },
1319
+ 'inverseSchemes.status.onSuccess': { r: 25, g: 58, b: 39, a: 1 },
1320
+ 'inverseSchemes.status.undefined': { r: 184, g: 184, b: 184, a: 1 },
1321
+ 'inverseSchemes.status.onUndefined': { r: 50, g: 50, b: 50, a: 1 },
1322
+ 'inverseSchemes.status.errorContainer': { r: 64, g: 53, b: 58, a: 1 },
1323
+ 'inverseSchemes.status.successContainer': { r: 54, g: 58, b: 59, a: 1 },
1324
+ 'inverseSchemes.status.onErrorContainer': { r: 235, g: 112, b: 110, a: 1 },
1325
+ 'inverseSchemes.status.onSuccessContainer': { r: 112, g: 173, b: 112, a: 1 },
1326
+ 'inverseSchemes.status.warningContainer': { r: 64, g: 53, b: 58, a: 1 },
1327
+ 'inverseSchemes.status.onWarningContainer': { r: 235, g: 112, b: 110, a: 1 },
1328
+ 'inverseSchemes.status.infoContainer': { r: 64, g: 53, b: 58, a: 1 },
1329
+ 'inverseSchemes.status.onInfoContainer': { r: 235, g: 112, b: 110, a: 1 },
1330
+ 'inverseSchemes.status.undefinedContainer': { r: 54, g: 58, b: 59, a: 1 },
1331
+ 'inverseSchemes.status.onUndefinedContainer': { r: 112, g: 173, b: 112, a: 1 },
1332
+ };
1333
+ export const WptkInverseStateLayersGenerated = {
1334
+ 'inverseStateLayers.surfaces.surface.opacity08': { r: 51, g: 49, b: 43, a: 0.08 },
1335
+ 'inverseStateLayers.surfaces.surface.opacity12': { r: 51, g: 49, b: 43, a: 0.12 },
1336
+ 'inverseStateLayers.surfaces.surface.opacity16': { r: 51, g: 49, b: 43, a: 0.16 },
1337
+ 'inverseStateLayers.surfaces.surface.opacity10': { r: 51, g: 49, b: 43, a: 0.1 },
1338
+ 'inverseStateLayers.surfaces.onSurface.opacity08': { r: 243, g: 241, b: 236, a: 0.08 },
1339
+ 'inverseStateLayers.surfaces.onSurface.opacity12': { r: 243, g: 241, b: 236, a: 0.12 },
1340
+ 'inverseStateLayers.surfaces.onSurface.opacity16': { r: 243, g: 241, b: 236, a: 0.16 },
1341
+ 'inverseStateLayers.surfaces.onSurface.opacity28': { r: 243, g: 241, b: 236, a: 0.28 },
1342
+ 'inverseStateLayers.surfaces.onSurface.opacity48': { r: 243, g: 241, b: 236, a: 0.48 },
1343
+ 'inverseStateLayers.surfaces.onSurface.opacity64': { r: 243, g: 241, b: 236, a: 0.64 },
1344
+ 'inverseStateLayers.surfaces.onSurface.opacity10': { r: 243, g: 241, b: 236, a: 0.1 },
1345
+ 'inverseStateLayers.surfaces.onSurface.opacity38': { r: 243, g: 241, b: 236, a: 0.38 },
1346
+ 'inverseStateLayers.surfaces.surfaceContainerLowest.opacity08': {
1347
+ r: 54,
1348
+ g: 53,
1349
+ b: 48,
1350
+ a: 0.08,
1351
+ },
1352
+ 'inverseStateLayers.surfaces.surfaceContainerLowest.opacity12': {
1353
+ r: 54,
1354
+ g: 53,
1355
+ b: 48,
1356
+ a: 0.12,
1357
+ },
1358
+ 'inverseStateLayers.surfaces.surfaceContainerLowest.opacity20': { r: 54, g: 53, b: 48, a: 0.2 },
1359
+ 'inverseStateLayers.surfaces.onSurfaceVariant.opacity08': { r: 203, g: 201, b: 194, a: 0.08 },
1360
+ 'inverseStateLayers.surfaces.onSurfaceVariant.opacity12': { r: 203, g: 201, b: 194, a: 0.12 },
1361
+ 'inverseStateLayers.surfaces.onSurfaceVariant.opacity16': { r: 203, g: 201, b: 194, a: 0.16 },
1362
+ 'inverseStateLayers.surfaces.onSurfaceVariant.opacity28': { r: 203, g: 201, b: 194, a: 0.28 },
1363
+ 'inverseStateLayers.surfaces.onSurfaceVariant.opacity48': { r: 203, g: 201, b: 194, a: 0.48 },
1364
+ 'inverseStateLayers.base.primary.opacity08': { r: 93, g: 181, b: 189, a: 0.08 },
1365
+ 'inverseStateLayers.base.primary.opacity12': { r: 93, g: 181, b: 189, a: 0.12 },
1366
+ 'inverseStateLayers.base.primary.opacity20': { r: 93, g: 181, b: 189, a: 0.2 },
1367
+ 'inverseStateLayers.base.primary.opacity38': { r: 93, g: 181, b: 189, a: 0.38 },
1368
+ 'inverseStateLayers.base.primary.opacity10': { r: 93, g: 181, b: 189, a: 0.1 },
1369
+ 'inverseStateLayers.base.primary.opacity16': { r: 93, g: 181, b: 189, a: 0.16 },
1370
+ 'inverseStateLayers.base.primary.opacity28': { r: 93, g: 181, b: 189, a: 0.28 },
1371
+ 'inverseStateLayers.base.primary.opacity72': { r: 93, g: 181, b: 189, a: 0.72 },
1372
+ 'inverseStateLayers.base.onPrimary.opacity08': { r: 26, g: 51, b: 53, a: 0.08 },
1373
+ 'inverseStateLayers.base.onPrimary.opacity12': { r: 26, g: 51, b: 53, a: 0.12 },
1374
+ 'inverseStateLayers.base.onPrimary.opacity16': { r: 26, g: 51, b: 53, a: 0.2 },
1375
+ 'inverseStateLayers.base.onPrimary.opacity28': { r: 26, g: 51, b: 53, a: 0.28 },
1376
+ 'inverseStateLayers.base.onPrimary.opacity38': { r: 26, g: 51, b: 53, a: 0.38 },
1377
+ 'inverseStateLayers.base.onSecondary.opacity08': { r: 51, g: 49, b: 43, a: 0.08 },
1378
+ 'inverseStateLayers.base.onSecondary.opacity12': { r: 51, g: 49, b: 43, a: 0.12 },
1379
+ 'inverseStateLayers.base.onSecondary.opacity16': { r: 51, g: 49, b: 43, a: 0.2 },
1380
+ 'inverseStateLayers.base.onSecondary.opacity28': { r: 51, g: 49, b: 43, a: 0.28 },
1381
+ 'inverseStateLayers.base.onSecondary.opacity38': { r: 51, g: 49, b: 43, a: 0.38 },
1382
+ 'inverseStateLayers.base.secondary.opacity08': { r: 201, g: 200, b: 195, a: 0.08 },
1383
+ 'inverseStateLayers.base.secondary.opacity12': { r: 201, g: 200, b: 195, a: 0.12 },
1384
+ 'inverseStateLayers.base.secondary.opacity16': { r: 201, g: 200, b: 195, a: 0.2 },
1385
+ 'inverseStateLayers.base.secondary.opacity64': { r: 201, g: 200, b: 195, a: 0.64 },
1386
+ 'inverseStateLayers.base.onPrimaryContainer.opacity08': { r: 93, g: 181, b: 189, a: 0.08 },
1387
+ 'inverseStateLayers.base.onPrimaryContainer.opacity12': { r: 93, g: 181, b: 189, a: 0.12 },
1388
+ 'inverseStateLayers.base.onPrimaryContainer.opacity16': { r: 93, g: 181, b: 189, a: 0.16 },
1389
+ 'inverseStateLayers.base.onPrimaryContainer.opacity28': { r: 93, g: 181, b: 189, a: 0.28 },
1390
+ 'inverseStateLayers.base.onPrimaryContainer.opacity38': { r: 93, g: 181, b: 189, a: 0.38 },
1391
+ 'inverseStateLayers.base.onSecondaryContainer.opacity08': { r: 93, g: 181, b: 189, a: 0.08 },
1392
+ 'inverseStateLayers.base.onSecondaryContainer.opacity12': { r: 93, g: 181, b: 189, a: 0.12 },
1393
+ 'inverseStateLayers.base.onSecondaryContainer.opacity16': { r: 93, g: 181, b: 189, a: 0.16 },
1394
+ 'inverseStateLayers.base.onSecondaryContainer.opacity28': { r: 93, g: 181, b: 189, a: 0.28 },
1395
+ 'inverseStateLayers.base.onSecondaryContainer.opacity38': { r: 93, g: 181, b: 189, a: 0.38 },
1396
+ 'inverseStateLayers.status.onError.opacity08': { r: 40, g: 18, b: 22, a: 0.08 },
1397
+ 'inverseStateLayers.status.onError.opacity12': { r: 40, g: 18, b: 22, a: 0.12 },
1398
+ 'inverseStateLayers.status.onError.opacity16': { r: 40, g: 18, b: 22, a: 0.16 },
1399
+ 'inverseStateLayers.status.onError.opacity28': { r: 40, g: 18, b: 22, a: 0.28 },
1400
+ 'inverseStateLayers.status.onError.opacity38': { r: 40, g: 18, b: 22, a: 0.38 },
1401
+ 'inverseStateLayers.status.onWarning.opacity08': { r: 64, g: 47, b: 31, a: 0.08 },
1402
+ 'inverseStateLayers.status.onWarning.opacity12': { r: 64, g: 47, b: 31, a: 0.12 },
1403
+ 'inverseStateLayers.status.onWarning.opacity16': { r: 64, g: 47, b: 31, a: 0.2 },
1404
+ 'inverseStateLayers.status.onWarning.opacity28': { r: 64, g: 47, b: 31, a: 0.28 },
1405
+ 'inverseStateLayers.status.onWarning.opacity38': { r: 64, g: 47, b: 31, a: 0.38 },
1406
+ 'inverseStateLayers.status.onInfo.opacity08': { r: 24, g: 37, b: 51, a: 0.08 },
1407
+ 'inverseStateLayers.status.onInfo.opacity12': { r: 24, g: 37, b: 51, a: 0.12 },
1408
+ 'inverseStateLayers.status.onInfo.opacity16': { r: 24, g: 37, b: 51, a: 0.2 },
1409
+ 'inverseStateLayers.status.onInfo.opacity28': { r: 24, g: 37, b: 51, a: 0.28 },
1410
+ 'inverseStateLayers.status.onInfo.opacity38': { r: 24, g: 37, b: 51, a: 0.38 },
1411
+ 'inverseStateLayers.status.onSuccess.opacity08': { r: 25, g: 58, b: 39, a: 0.08 },
1412
+ 'inverseStateLayers.status.onSuccess.opacity12': { r: 25, g: 58, b: 39, a: 0.12 },
1413
+ 'inverseStateLayers.status.onSuccess.opacity16': { r: 25, g: 58, b: 39, a: 0.2 },
1414
+ 'inverseStateLayers.status.onSuccess.opacity28': { r: 25, g: 58, b: 39, a: 0.28 },
1415
+ 'inverseStateLayers.status.onSuccess.opacity38': { r: 25, g: 58, b: 39, a: 0.38 },
1416
+ 'inverseStateLayers.status.onUndefined.opacity08': { r: 50, g: 50, b: 50, a: 0.08 },
1417
+ 'inverseStateLayers.status.onUndefined.opacity12': { r: 50, g: 50, b: 50, a: 0.12 },
1418
+ 'inverseStateLayers.status.onUndefined.opacity20': { r: 50, g: 50, b: 50, a: 0.2 },
1419
+ 'inverseStateLayers.status.onUndefined.opacity28': { r: 50, g: 50, b: 50, a: 0.28 },
1420
+ 'inverseStateLayers.status.onUndefined.opacity38': { r: 50, g: 50, b: 50, a: 0.38 },
1421
+ 'inverseStateLayers.status.error.opacity08': { r: 242, g: 122, b: 142, a: 0.08 },
1422
+ 'inverseStateLayers.status.error.opacity12': { r: 242, g: 122, b: 142, a: 0.12 },
1423
+ 'inverseStateLayers.status.error.opacity16': { r: 242, g: 122, b: 142, a: 0.2 },
1424
+ 'inverseStateLayers.status.error.opacity28': { r: 242, g: 122, b: 142, a: 0.28 },
1425
+ 'inverseStateLayers.status.error.opacity38': { r: 242, g: 122, b: 142, a: 0.38 },
1426
+ 'inverseStateLayers.status.success.opacity08': { r: 114, g: 186, b: 144, a: 0.08 },
1427
+ 'inverseStateLayers.status.success.opacity12': { r: 114, g: 186, b: 144, a: 0.12 },
1428
+ 'inverseStateLayers.status.success.opacity16': { r: 114, g: 186, b: 144, a: 0.2 },
1429
+ 'inverseStateLayers.status.success.opacity28': { r: 114, g: 186, b: 144, a: 0.28 },
1430
+ 'inverseStateLayers.status.success.opacity38': { r: 114, g: 186, b: 144, a: 0.38 },
1431
+ 'inverseStateLayers.status.undefined.opacity08': { r: 184, g: 184, b: 184, a: 0.08 },
1432
+ 'inverseStateLayers.status.undefined.opacity12': { r: 184, g: 184, b: 184, a: 0.12 },
1433
+ 'inverseStateLayers.status.undefined.opacity16': { r: 184, g: 184, b: 184, a: 0.2 },
1434
+ 'inverseStateLayers.status.undefined.opacity28': { r: 184, g: 184, b: 184, a: 0.28 },
1435
+ 'inverseStateLayers.status.undefined.opacity38': { r: 184, g: 184, b: 184, a: 0.38 },
1436
+ 'inverseStateLayers.status.onErrorContainer.opacity08': { r: 235, g: 112, b: 110, a: 0.08 },
1437
+ 'inverseStateLayers.status.onErrorContainer.opacity12': { r: 235, g: 112, b: 110, a: 0.12 },
1438
+ 'inverseStateLayers.status.onErrorContainer.opacity16': { r: 235, g: 112, b: 110, a: 0.16 },
1439
+ 'inverseStateLayers.status.onErrorContainer.opacity28': { r: 235, g: 112, b: 110, a: 0.28 },
1440
+ 'inverseStateLayers.status.onErrorContainer.opacity38': { r: 235, g: 112, b: 110, a: 0.38 },
1441
+ 'inverseStateLayers.status.onSuccessContainer.opacity08': { r: 112, g: 173, b: 112, a: 0.08 },
1442
+ 'inverseStateLayers.status.onSuccessContainer.opacity12': { r: 112, g: 173, b: 112, a: 0.12 },
1443
+ 'inverseStateLayers.status.onSuccessContainer.opacity16': { r: 112, g: 173, b: 112, a: 0.12 },
1444
+ 'inverseStateLayers.status.onSuccessContainer.opacity28': { r: 112, g: 173, b: 112, a: 0.28 },
1445
+ 'inverseStateLayers.status.onSuccessContainer.opacity38': { r: 112, g: 173, b: 112, a: 0.38 },
1446
+ 'inverseStateLayers.status.onWarningContainer.opacity08': { r: 64, g: 47, b: 31, a: 0.08 },
1447
+ 'inverseStateLayers.status.onWarningContainer.opacity12': { r: 64, g: 47, b: 31, a: 0.12 },
1448
+ 'inverseStateLayers.status.onWarningContainer.opacity16': { r: 64, g: 47, b: 31, a: 0.2 },
1449
+ 'inverseStateLayers.status.onWarningContainer.opacity28': { r: 64, g: 47, b: 31, a: 0.28 },
1450
+ 'inverseStateLayers.status.onWarningContainer.opacity38': { r: 64, g: 47, b: 31, a: 0.38 },
1451
+ 'inverseStateLayers.status.onInfoContainer.opacity08': { r: 24, g: 37, b: 51, a: 0.08 },
1452
+ 'inverseStateLayers.status.onInfoContainer.opacity12': { r: 24, g: 37, b: 51, a: 0.12 },
1453
+ 'inverseStateLayers.status.onInfoContainer.opacity16': { r: 24, g: 37, b: 51, a: 0.16 },
1454
+ 'inverseStateLayers.status.onInfoContainer.opacity28': { r: 24, g: 37, b: 51, a: 0.28 },
1455
+ 'inverseStateLayers.status.onInfoContainer.opacity38': { r: 24, g: 37, b: 51, a: 0.38 },
1456
+ 'inverseStateLayers.status.onUndefinedContainer.opacity08': { r: 50, g: 50, b: 50, a: 0.08 },
1457
+ 'inverseStateLayers.status.onUndefinedContainer.opacity12': { r: 50, g: 50, b: 50, a: 0.12 },
1458
+ 'inverseStateLayers.status.onUndefinedContainer.opacity16': { r: 50, g: 50, b: 50, a: 0.16 },
1459
+ 'inverseStateLayers.status.onUndefinedContainer.opacity28': { r: 50, g: 50, b: 50, a: 0.28 },
1460
+ 'inverseStateLayers.status.onUndefinedContainer.opacity38': { r: 50, g: 50, b: 50, a: 0.38 },
1461
+ 'inverseStateLayers.status.info.opacity08': { r: 107, g: 169, b: 239, a: 0.08 },
1462
+ 'inverseStateLayers.status.info.opacity12': { r: 107, g: 169, b: 239, a: 0.12 },
1463
+ 'inverseStateLayers.status.info.opacity16': { r: 107, g: 169, b: 239, a: 0.2 },
1464
+ 'inverseStateLayers.status.info.opacity28': { r: 107, g: 169, b: 239, a: 0.28 },
1465
+ 'inverseStateLayers.status.info.opacity38': { r: 107, g: 169, b: 239, a: 0.38 },
1466
+ 'inverseStateLayers.status.warning.opacity08': { r: 222, g: 144, b: 66, a: 0.08 },
1467
+ 'inverseStateLayers.status.warning.opacity12': { r: 222, g: 144, b: 66, a: 0.12 },
1468
+ 'inverseStateLayers.status.warning.opacity16': { r: 222, g: 144, b: 66, a: 0.2 },
1469
+ 'inverseStateLayers.status.warning.opacity28': { r: 222, g: 144, b: 66, a: 0.28 },
1470
+ 'inverseStateLayers.status.warning.opacity38': { r: 222, g: 144, b: 66, a: 0.38 },
1471
+ };
1472
+ export const WptkOnPrimarySchemesGenerated = {
1473
+ 'onPrimarySchemes.base.primary': { r: 255, g: 255, b: 255, a: 1 },
1474
+ 'onPrimarySchemes.surfaces.surface': { r: 11, g: 110, b: 118, a: 1 },
1475
+ 'onPrimarySchemes.surfaces.onSurfaceVariant': { r: 255, g: 255, b: 255, a: 1 },
1476
+ };
1477
+ export const WptkOnPrimaryStateLayersGenerated = {
1478
+ 'onPrimaryStateLayers.base.primary.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1479
+ 'onPrimaryStateLayers.base.primary.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1480
+ 'onPrimaryStateLayers.base.primary.opacity16': { r: 255, g: 255, b: 255, a: 0.2 },
1481
+ 'onPrimaryStateLayers.base.primary.opacity64': { r: 255, g: 255, b: 255, a: 0.64 },
1482
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity08': { r: 243, g: 241, b: 236, a: 0.08 },
1483
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity12': { r: 243, g: 241, b: 236, a: 0.12 },
1484
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity16': { r: 243, g: 241, b: 236, a: 0.16 },
1485
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity28': { r: 243, g: 241, b: 236, a: 0.28 },
1486
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity38': { r: 243, g: 241, b: 236, a: 0.38 },
1487
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity48': { r: 243, g: 241, b: 236, a: 0.48 },
1488
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity64': { r: 243, g: 241, b: 236, a: 0.64 },
1489
+ 'onPrimaryStateLayers.surfaces.onSurface.opacity10': { r: 243, g: 241, b: 236, a: 0.1 },
1490
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity08': { r: 255, g: 255, b: 255, a: 0.08 },
1491
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity12': { r: 255, g: 255, b: 255, a: 0.12 },
1492
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity16': { r: 255, g: 255, b: 255, a: 0.16 },
1493
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity28': { r: 255, g: 255, b: 255, a: 0.28 },
1494
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity48': { r: 255, g: 255, b: 255, a: 0.48 },
1495
+ 'onPrimaryStateLayers.surfaces.onSurfaceVariant.opacity64': { r: 255, g: 255, b: 255, a: 0.64 },
1496
+ };