@instructure/ui-themes 11.6.0 → 11.6.1-snapshot-129

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 (2565) hide show
  1. package/CHANGELOG.md +39 -302
  2. package/es/index.js +6 -3
  3. package/es/themes/canvas/index.js +5 -4
  4. package/es/themes/canvasHighContrast/index.js +8 -4
  5. package/es/themes/dark/colors.js +72 -0
  6. package/es/themes/dark/index.js +35 -0
  7. package/es/themes/light/colors.js +72 -0
  8. package/es/themes/light/index.js +35 -0
  9. package/es/themes/newThemes/commonTypes.js +1 -0
  10. package/es/themes/newThemes/componentTypes/aiInformation.js +1 -0
  11. package/es/themes/newThemes/componentTypes/alert.js +1 -0
  12. package/es/themes/newThemes/componentTypes/appNav.js +1 -0
  13. package/es/themes/newThemes/componentTypes/appNavItem.js +1 -0
  14. package/es/themes/newThemes/componentTypes/avatar.js +1 -0
  15. package/es/themes/newThemes/componentTypes/badge.js +1 -0
  16. package/es/themes/newThemes/componentTypes/baseButton.js +1 -0
  17. package/es/themes/newThemes/componentTypes/billboard.js +1 -0
  18. package/es/themes/newThemes/componentTypes/breadcrumb.js +1 -0
  19. package/es/themes/newThemes/componentTypes/byline.js +1 -0
  20. package/es/themes/newThemes/componentTypes/calendar.js +1 -0
  21. package/es/themes/newThemes/componentTypes/calendarDay.js +1 -0
  22. package/es/themes/newThemes/componentTypes/checkbox.js +1 -0
  23. package/es/themes/newThemes/componentTypes/colorContrast.js +1 -0
  24. package/es/themes/newThemes/componentTypes/colorIndicator.js +1 -0
  25. package/es/themes/newThemes/componentTypes/colorPicker.js +1 -0
  26. package/es/themes/newThemes/componentTypes/colorPreset.js +1 -0
  27. package/es/themes/newThemes/componentTypes/contextView.js +1 -0
  28. package/es/themes/newThemes/componentTypes/dataPermissionLevels.js +1 -0
  29. package/es/themes/newThemes/componentTypes/drawerLayoutContent.js +1 -0
  30. package/es/themes/newThemes/componentTypes/drawerLayoutTray.js +1 -0
  31. package/es/themes/newThemes/componentTypes/drilldown.js +1 -0
  32. package/es/themes/newThemes/componentTypes/fileDrop.js +1 -0
  33. package/es/themes/newThemes/componentTypes/flex.js +1 -0
  34. package/es/themes/newThemes/componentTypes/formFieldLayout.js +1 -0
  35. package/es/themes/newThemes/componentTypes/formFieldMessage.js +1 -0
  36. package/es/themes/newThemes/componentTypes/grid.js +1 -0
  37. package/es/themes/newThemes/componentTypes/gridCol.js +1 -0
  38. package/es/themes/newThemes/componentTypes/gridRow.js +1 -0
  39. package/es/themes/newThemes/componentTypes/heading.js +1 -0
  40. package/es/themes/newThemes/componentTypes/icon.js +1 -0
  41. package/es/themes/newThemes/componentTypes/index.js +1 -0
  42. package/es/themes/newThemes/componentTypes/inlineListItem.js +1 -0
  43. package/es/themes/newThemes/componentTypes/link.js +1 -0
  44. package/es/themes/newThemes/componentTypes/list.js +1 -0
  45. package/es/themes/newThemes/componentTypes/listItem.js +1 -0
  46. package/es/themes/newThemes/componentTypes/mask.js +1 -0
  47. package/es/themes/newThemes/componentTypes/menu.js +1 -0
  48. package/es/themes/newThemes/componentTypes/menuGroup.js +1 -0
  49. package/es/themes/newThemes/componentTypes/menuItem.js +1 -0
  50. package/es/themes/newThemes/componentTypes/menuSeparator.js +1 -0
  51. package/es/themes/newThemes/componentTypes/metric.js +1 -0
  52. package/es/themes/newThemes/componentTypes/modal.js +1 -0
  53. package/es/themes/newThemes/componentTypes/modalBody.js +1 -0
  54. package/es/themes/newThemes/componentTypes/modalFooter.js +1 -0
  55. package/es/themes/newThemes/componentTypes/modalHeader.js +1 -0
  56. package/es/themes/newThemes/componentTypes/nutritionFacts.js +1 -0
  57. package/es/themes/newThemes/componentTypes/options.js +1 -0
  58. package/es/themes/newThemes/componentTypes/optionsItem.js +1 -0
  59. package/es/themes/newThemes/componentTypes/optionsSeparator.js +1 -0
  60. package/es/themes/newThemes/componentTypes/pagination.js +1 -0
  61. package/es/themes/newThemes/componentTypes/paginationPageInput.js +1 -0
  62. package/es/themes/newThemes/componentTypes/palette.js +1 -0
  63. package/es/themes/newThemes/componentTypes/pill.js +1 -0
  64. package/es/themes/newThemes/componentTypes/popover.js +1 -0
  65. package/es/themes/newThemes/componentTypes/progressBar.js +1 -0
  66. package/es/themes/newThemes/componentTypes/progressCircle.js +1 -0
  67. package/es/themes/newThemes/componentTypes/radioInput.js +1 -0
  68. package/es/themes/newThemes/componentTypes/rangeInput.js +1 -0
  69. package/es/themes/newThemes/componentTypes/ratingIcon.js +1 -0
  70. package/es/themes/newThemes/componentTypes/rgbaInput.js +1 -0
  71. package/es/themes/newThemes/componentTypes/select.js +1 -0
  72. package/es/themes/newThemes/componentTypes/sideNavBar.js +1 -0
  73. package/es/themes/newThemes/componentTypes/sideNavBarItem.js +1 -0
  74. package/es/themes/newThemes/componentTypes/sideNavBarItemNew.js +1 -0
  75. package/es/themes/newThemes/componentTypes/sideNavBarNew.js +1 -0
  76. package/es/themes/newThemes/componentTypes/slider.js +1 -0
  77. package/es/themes/newThemes/componentTypes/sourceCodeEditor.js +1 -0
  78. package/es/themes/newThemes/componentTypes/spinner.js +1 -0
  79. package/es/themes/newThemes/componentTypes/table.js +1 -0
  80. package/es/themes/newThemes/componentTypes/tableBody.js +1 -0
  81. package/es/themes/newThemes/componentTypes/tableCell.js +1 -0
  82. package/es/themes/newThemes/componentTypes/tableColHeader.js +1 -0
  83. package/es/themes/newThemes/componentTypes/tableHead.js +1 -0
  84. package/es/themes/newThemes/componentTypes/tableRow.js +1 -0
  85. package/es/themes/newThemes/componentTypes/tableRowHeader.js +1 -0
  86. package/es/themes/newThemes/componentTypes/tabs.js +1 -0
  87. package/es/themes/newThemes/componentTypes/tabsPanel.js +1 -0
  88. package/es/themes/newThemes/componentTypes/tabsTab.js +1 -0
  89. package/es/themes/newThemes/componentTypes/tag.js +1 -0
  90. package/es/themes/newThemes/componentTypes/text.js +1 -0
  91. package/es/themes/newThemes/componentTypes/textArea.js +1 -0
  92. package/es/themes/newThemes/componentTypes/textInput.js +1 -0
  93. package/es/themes/newThemes/componentTypes/toggle.js +1 -0
  94. package/es/themes/newThemes/componentTypes/toggleDetails.js +1 -0
  95. package/es/themes/newThemes/componentTypes/toggleGroup.js +1 -0
  96. package/es/themes/newThemes/componentTypes/tooltip.js +1 -0
  97. package/es/themes/newThemes/componentTypes/topNavBarActionItems.js +1 -0
  98. package/es/themes/newThemes/componentTypes/topNavBarBrand.js +1 -0
  99. package/es/themes/newThemes/componentTypes/topNavBarItem.js +1 -0
  100. package/es/themes/newThemes/componentTypes/topNavBarLayout.js +1 -0
  101. package/es/themes/newThemes/componentTypes/topNavBarMenuItems.js +1 -0
  102. package/es/themes/newThemes/componentTypes/tray.js +1 -0
  103. package/es/themes/newThemes/componentTypes/treeBrowser.js +1 -0
  104. package/es/themes/newThemes/componentTypes/treeBrowserTreeButton.js +1 -0
  105. package/es/themes/newThemes/componentTypes/treeBrowserTreeCollection.js +1 -0
  106. package/es/themes/newThemes/componentTypes/truncateText.js +1 -0
  107. package/es/themes/newThemes/componentTypes/view.js +1 -0
  108. package/es/themes/newThemes/dark/components/aiInformation.js +39 -0
  109. package/es/themes/newThemes/dark/components/alert.js +49 -0
  110. package/es/themes/newThemes/dark/components/appNav.js +34 -0
  111. package/es/themes/newThemes/dark/components/appNavItem.js +35 -0
  112. package/es/themes/newThemes/dark/components/avatar.js +71 -0
  113. package/es/themes/newThemes/dark/components/badge.js +43 -0
  114. package/es/themes/newThemes/dark/components/baseButton.js +209 -0
  115. package/es/themes/newThemes/dark/components/billboard.js +45 -0
  116. package/es/themes/newThemes/dark/components/breadcrumb.js +30 -0
  117. package/es/themes/newThemes/dark/components/byline.js +41 -0
  118. package/es/themes/newThemes/dark/components/calendar.js +37 -0
  119. package/es/themes/newThemes/dark/components/calendarDay.js +39 -0
  120. package/es/themes/newThemes/dark/components/checkbox.js +57 -0
  121. package/es/themes/newThemes/dark/components/colorContrast.js +42 -0
  122. package/es/themes/newThemes/dark/components/colorIndicator.js +36 -0
  123. package/es/themes/newThemes/dark/components/colorPicker.js +50 -0
  124. package/es/themes/newThemes/dark/components/colorPreset.js +37 -0
  125. package/es/themes/newThemes/dark/components/contextView.js +34 -0
  126. package/es/themes/newThemes/dark/components/dataPermissionLevels.js +39 -0
  127. package/es/themes/newThemes/dark/components/drawerLayoutContent.js +29 -0
  128. package/es/themes/newThemes/dark/components/drawerLayoutTray.js +36 -0
  129. package/es/themes/newThemes/dark/components/drilldown.js +33 -0
  130. package/es/themes/newThemes/dark/components/fileDrop.js +35 -0
  131. package/es/themes/newThemes/dark/components/flex.js +28 -0
  132. package/es/themes/newThemes/dark/components/formFieldLayout.js +37 -0
  133. package/es/themes/newThemes/dark/components/formFieldMessage.js +34 -0
  134. package/es/themes/newThemes/dark/components/grid.js +30 -0
  135. package/es/themes/newThemes/dark/components/gridCol.js +33 -0
  136. package/es/themes/newThemes/dark/components/gridRow.js +33 -0
  137. package/es/themes/newThemes/dark/components/heading.js +120 -0
  138. package/es/themes/newThemes/dark/components/icon.js +116 -0
  139. package/es/themes/newThemes/dark/components/inlineListItem.js +47 -0
  140. package/es/themes/newThemes/dark/components/link.js +70 -0
  141. package/es/themes/newThemes/dark/components/list.js +30 -0
  142. package/es/themes/newThemes/dark/components/listItem.js +52 -0
  143. package/es/themes/newThemes/dark/components/mask.js +29 -0
  144. package/es/themes/newThemes/dark/components/menu.js +29 -0
  145. package/es/themes/newThemes/dark/components/menuGroup.js +34 -0
  146. package/es/themes/newThemes/dark/components/menuItem.js +44 -0
  147. package/es/themes/newThemes/dark/components/menuSeparator.js +31 -0
  148. package/es/themes/newThemes/dark/components/metric.js +39 -0
  149. package/es/themes/newThemes/dark/components/modal.js +58 -0
  150. package/es/themes/newThemes/dark/components/modalBody.js +30 -0
  151. package/es/themes/newThemes/dark/components/modalFooter.js +35 -0
  152. package/es/themes/newThemes/dark/components/modalHeader.js +34 -0
  153. package/es/themes/newThemes/dark/components/nutritionFacts.js +35 -0
  154. package/es/themes/newThemes/dark/components/options.js +31 -0
  155. package/es/themes/newThemes/dark/components/optionsItem.js +50 -0
  156. package/es/themes/newThemes/dark/components/optionsSeparator.js +31 -0
  157. package/es/themes/newThemes/dark/components/pagination.js +28 -0
  158. package/es/themes/newThemes/dark/components/paginationPageInput.js +30 -0
  159. package/es/themes/newThemes/dark/components/palette.js +35 -0
  160. package/es/themes/newThemes/dark/components/pill.js +49 -0
  161. package/es/themes/newThemes/dark/components/popover.js +29 -0
  162. package/es/themes/newThemes/dark/components/progressBar.js +62 -0
  163. package/es/themes/newThemes/dark/components/progressCircle.js +72 -0
  164. package/es/themes/newThemes/dark/components/radioInput.js +88 -0
  165. package/es/themes/newThemes/dark/components/rangeInput.js +69 -0
  166. package/es/themes/newThemes/dark/components/ratingIcon.js +33 -0
  167. package/es/themes/newThemes/dark/components/rgbaInput.js +32 -0
  168. package/es/themes/newThemes/dark/components/select.js +28 -0
  169. package/es/themes/newThemes/dark/components/sideNavBar.js +57 -0
  170. package/es/themes/newThemes/dark/components/sideNavBarItem.js +44 -0
  171. package/es/themes/newThemes/dark/components/sideNavBarItemNew.js +44 -0
  172. package/es/themes/newThemes/dark/components/sideNavBarNew.js +57 -0
  173. package/es/themes/newThemes/dark/components/slider.js +36 -0
  174. package/es/themes/newThemes/dark/components/sourceCodeEditor.js +54 -0
  175. package/es/themes/newThemes/dark/components/spinner.js +42 -0
  176. package/es/themes/newThemes/dark/components/table.js +32 -0
  177. package/es/themes/newThemes/dark/components/tableBody.js +32 -0
  178. package/es/themes/newThemes/dark/components/tableCell.js +35 -0
  179. package/es/themes/newThemes/dark/components/tableColHeader.js +34 -0
  180. package/es/themes/newThemes/dark/components/tableHead.js +32 -0
  181. package/es/themes/newThemes/dark/components/tableRow.js +36 -0
  182. package/es/themes/newThemes/dark/components/tableRowHeader.js +35 -0
  183. package/es/themes/newThemes/dark/components/tabs.js +33 -0
  184. package/es/themes/newThemes/dark/components/tabsPanel.js +36 -0
  185. package/es/themes/newThemes/dark/components/tabsTab.js +39 -0
  186. package/es/themes/newThemes/dark/components/tag.js +55 -0
  187. package/es/themes/newThemes/dark/components/text.js +104 -0
  188. package/es/themes/newThemes/dark/components/textArea.js +52 -0
  189. package/es/themes/newThemes/dark/components/textInput.js +65 -0
  190. package/es/themes/newThemes/dark/components/toggle.js +92 -0
  191. package/es/themes/newThemes/dark/components/toggleDetails.js +42 -0
  192. package/es/themes/newThemes/dark/components/toggleGroup.js +28 -0
  193. package/es/themes/newThemes/dark/components/tooltip.js +31 -0
  194. package/es/themes/newThemes/dark/components/topNavBarActionItems.js +33 -0
  195. package/es/themes/newThemes/dark/components/topNavBarBrand.js +30 -0
  196. package/es/themes/newThemes/dark/components/topNavBarItem.js +40 -0
  197. package/es/themes/newThemes/dark/components/topNavBarLayout.js +60 -0
  198. package/es/themes/newThemes/dark/components/topNavBarMenuItems.js +33 -0
  199. package/es/themes/newThemes/dark/components/tray.js +55 -0
  200. package/es/themes/newThemes/dark/components/treeBrowser.js +28 -0
  201. package/es/themes/newThemes/dark/components/treeBrowserTreeButton.js +50 -0
  202. package/es/themes/newThemes/dark/components/treeBrowserTreeCollection.js +33 -0
  203. package/es/themes/newThemes/dark/components/truncateText.js +29 -0
  204. package/es/themes/newThemes/dark/components/view.js +54 -0
  205. package/es/themes/newThemes/dark/index.js +228 -0
  206. package/es/themes/newThemes/dark/primitives.js +339 -0
  207. package/es/themes/newThemes/dark/semantics.js +743 -0
  208. package/es/themes/newThemes/dark/sharedTokens.js +271 -0
  209. package/es/themes/newThemes/index.js +28 -0
  210. package/es/themes/newThemes/legacyCanvas/components/aiInformation.js +39 -0
  211. package/es/themes/newThemes/legacyCanvas/components/alert.js +49 -0
  212. package/es/themes/newThemes/legacyCanvas/components/appNav.js +34 -0
  213. package/es/themes/newThemes/legacyCanvas/components/appNavItem.js +35 -0
  214. package/es/themes/newThemes/legacyCanvas/components/avatar.js +71 -0
  215. package/es/themes/newThemes/legacyCanvas/components/badge.js +43 -0
  216. package/es/themes/newThemes/legacyCanvas/components/baseButton.js +209 -0
  217. package/es/themes/newThemes/legacyCanvas/components/billboard.js +45 -0
  218. package/es/themes/newThemes/legacyCanvas/components/breadcrumb.js +30 -0
  219. package/es/themes/newThemes/legacyCanvas/components/byline.js +41 -0
  220. package/es/themes/newThemes/legacyCanvas/components/calendar.js +37 -0
  221. package/es/themes/newThemes/legacyCanvas/components/calendarDay.js +39 -0
  222. package/es/themes/newThemes/legacyCanvas/components/checkbox.js +57 -0
  223. package/es/themes/newThemes/legacyCanvas/components/colorContrast.js +42 -0
  224. package/es/themes/newThemes/legacyCanvas/components/colorIndicator.js +36 -0
  225. package/es/themes/newThemes/legacyCanvas/components/colorPicker.js +50 -0
  226. package/es/themes/newThemes/legacyCanvas/components/colorPreset.js +37 -0
  227. package/es/themes/newThemes/legacyCanvas/components/contextView.js +34 -0
  228. package/es/themes/newThemes/legacyCanvas/components/dataPermissionLevels.js +39 -0
  229. package/es/themes/newThemes/legacyCanvas/components/drawerLayoutContent.js +29 -0
  230. package/es/themes/newThemes/legacyCanvas/components/drawerLayoutTray.js +36 -0
  231. package/es/themes/newThemes/legacyCanvas/components/drilldown.js +33 -0
  232. package/es/themes/newThemes/legacyCanvas/components/fileDrop.js +35 -0
  233. package/es/themes/newThemes/legacyCanvas/components/flex.js +28 -0
  234. package/es/themes/newThemes/legacyCanvas/components/formFieldLayout.js +37 -0
  235. package/es/themes/newThemes/legacyCanvas/components/formFieldMessage.js +34 -0
  236. package/es/themes/newThemes/legacyCanvas/components/grid.js +30 -0
  237. package/es/themes/newThemes/legacyCanvas/components/gridCol.js +33 -0
  238. package/es/themes/newThemes/legacyCanvas/components/gridRow.js +33 -0
  239. package/es/themes/newThemes/legacyCanvas/components/heading.js +120 -0
  240. package/es/themes/newThemes/legacyCanvas/components/icon.js +116 -0
  241. package/es/themes/newThemes/legacyCanvas/components/inlineListItem.js +47 -0
  242. package/es/themes/newThemes/legacyCanvas/components/link.js +70 -0
  243. package/es/themes/newThemes/legacyCanvas/components/list.js +30 -0
  244. package/es/themes/newThemes/legacyCanvas/components/listItem.js +52 -0
  245. package/es/themes/newThemes/legacyCanvas/components/mask.js +29 -0
  246. package/es/themes/newThemes/legacyCanvas/components/menu.js +29 -0
  247. package/es/themes/newThemes/legacyCanvas/components/menuGroup.js +34 -0
  248. package/es/themes/newThemes/legacyCanvas/components/menuItem.js +44 -0
  249. package/es/themes/newThemes/legacyCanvas/components/menuSeparator.js +31 -0
  250. package/es/themes/newThemes/legacyCanvas/components/metric.js +39 -0
  251. package/es/themes/newThemes/legacyCanvas/components/modal.js +58 -0
  252. package/es/themes/newThemes/legacyCanvas/components/modalBody.js +30 -0
  253. package/es/themes/newThemes/legacyCanvas/components/modalFooter.js +35 -0
  254. package/es/themes/newThemes/legacyCanvas/components/modalHeader.js +34 -0
  255. package/es/themes/newThemes/legacyCanvas/components/nutritionFacts.js +35 -0
  256. package/es/themes/newThemes/legacyCanvas/components/options.js +31 -0
  257. package/es/themes/newThemes/legacyCanvas/components/optionsItem.js +50 -0
  258. package/es/themes/newThemes/legacyCanvas/components/optionsSeparator.js +31 -0
  259. package/es/themes/newThemes/legacyCanvas/components/pagination.js +28 -0
  260. package/es/themes/newThemes/legacyCanvas/components/paginationPageInput.js +30 -0
  261. package/es/themes/newThemes/legacyCanvas/components/palette.js +35 -0
  262. package/es/themes/newThemes/legacyCanvas/components/pill.js +49 -0
  263. package/es/themes/newThemes/legacyCanvas/components/popover.js +29 -0
  264. package/es/themes/newThemes/legacyCanvas/components/progressBar.js +62 -0
  265. package/es/themes/newThemes/legacyCanvas/components/progressCircle.js +72 -0
  266. package/es/themes/newThemes/legacyCanvas/components/radioInput.js +88 -0
  267. package/es/themes/newThemes/legacyCanvas/components/rangeInput.js +69 -0
  268. package/es/themes/newThemes/legacyCanvas/components/ratingIcon.js +33 -0
  269. package/es/themes/newThemes/legacyCanvas/components/rgbaInput.js +32 -0
  270. package/es/themes/newThemes/legacyCanvas/components/select.js +28 -0
  271. package/es/themes/newThemes/legacyCanvas/components/sideNavBar.js +57 -0
  272. package/es/themes/newThemes/legacyCanvas/components/sideNavBarItem.js +44 -0
  273. package/es/themes/newThemes/legacyCanvas/components/sideNavBarItemNew.js +44 -0
  274. package/es/themes/newThemes/legacyCanvas/components/sideNavBarNew.js +57 -0
  275. package/es/themes/newThemes/legacyCanvas/components/slider.js +36 -0
  276. package/es/themes/newThemes/legacyCanvas/components/sourceCodeEditor.js +54 -0
  277. package/es/themes/newThemes/legacyCanvas/components/spinner.js +42 -0
  278. package/es/themes/newThemes/legacyCanvas/components/table.js +32 -0
  279. package/es/themes/newThemes/legacyCanvas/components/tableBody.js +32 -0
  280. package/es/themes/newThemes/legacyCanvas/components/tableCell.js +35 -0
  281. package/es/themes/newThemes/legacyCanvas/components/tableColHeader.js +34 -0
  282. package/es/themes/newThemes/legacyCanvas/components/tableHead.js +32 -0
  283. package/es/themes/newThemes/legacyCanvas/components/tableRow.js +36 -0
  284. package/es/themes/newThemes/legacyCanvas/components/tableRowHeader.js +35 -0
  285. package/es/themes/newThemes/legacyCanvas/components/tabs.js +33 -0
  286. package/es/themes/newThemes/legacyCanvas/components/tabsPanel.js +36 -0
  287. package/es/themes/newThemes/legacyCanvas/components/tabsTab.js +39 -0
  288. package/es/themes/newThemes/legacyCanvas/components/tag.js +55 -0
  289. package/es/themes/newThemes/legacyCanvas/components/text.js +104 -0
  290. package/es/themes/newThemes/legacyCanvas/components/textArea.js +52 -0
  291. package/es/themes/newThemes/legacyCanvas/components/textInput.js +65 -0
  292. package/es/themes/newThemes/legacyCanvas/components/toggle.js +92 -0
  293. package/es/themes/newThemes/legacyCanvas/components/toggleDetails.js +42 -0
  294. package/es/themes/newThemes/legacyCanvas/components/toggleGroup.js +28 -0
  295. package/es/themes/newThemes/legacyCanvas/components/tooltip.js +31 -0
  296. package/es/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +33 -0
  297. package/es/themes/newThemes/legacyCanvas/components/topNavBarBrand.js +30 -0
  298. package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +40 -0
  299. package/es/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +60 -0
  300. package/es/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +33 -0
  301. package/es/themes/newThemes/legacyCanvas/components/tray.js +55 -0
  302. package/es/themes/newThemes/legacyCanvas/components/treeBrowser.js +28 -0
  303. package/es/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.js +50 -0
  304. package/es/themes/newThemes/legacyCanvas/components/treeBrowserTreeCollection.js +33 -0
  305. package/es/themes/newThemes/legacyCanvas/components/truncateText.js +29 -0
  306. package/es/themes/newThemes/legacyCanvas/components/view.js +54 -0
  307. package/es/themes/newThemes/legacyCanvas/index.js +228 -0
  308. package/es/themes/newThemes/legacyCanvas/primitives.js +339 -0
  309. package/es/themes/newThemes/legacyCanvas/semantics.js +743 -0
  310. package/es/themes/newThemes/legacyCanvas/sharedTokens.js +271 -0
  311. package/es/themes/newThemes/legacyCanvasHighContrast/components/aiInformation.js +39 -0
  312. package/es/themes/newThemes/legacyCanvasHighContrast/components/alert.js +49 -0
  313. package/es/themes/newThemes/legacyCanvasHighContrast/components/appNav.js +34 -0
  314. package/es/themes/newThemes/legacyCanvasHighContrast/components/appNavItem.js +35 -0
  315. package/es/themes/newThemes/legacyCanvasHighContrast/components/avatar.js +71 -0
  316. package/es/themes/newThemes/legacyCanvasHighContrast/components/badge.js +43 -0
  317. package/es/themes/newThemes/legacyCanvasHighContrast/components/baseButton.js +209 -0
  318. package/es/themes/newThemes/legacyCanvasHighContrast/components/billboard.js +45 -0
  319. package/es/themes/newThemes/legacyCanvasHighContrast/components/breadcrumb.js +30 -0
  320. package/es/themes/newThemes/legacyCanvasHighContrast/components/byline.js +41 -0
  321. package/es/themes/newThemes/legacyCanvasHighContrast/components/calendar.js +37 -0
  322. package/es/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.js +39 -0
  323. package/es/themes/newThemes/legacyCanvasHighContrast/components/checkbox.js +57 -0
  324. package/es/themes/newThemes/legacyCanvasHighContrast/components/colorContrast.js +42 -0
  325. package/es/themes/newThemes/legacyCanvasHighContrast/components/colorIndicator.js +36 -0
  326. package/es/themes/newThemes/legacyCanvasHighContrast/components/colorPicker.js +50 -0
  327. package/es/themes/newThemes/legacyCanvasHighContrast/components/colorPreset.js +37 -0
  328. package/es/themes/newThemes/legacyCanvasHighContrast/components/contextView.js +34 -0
  329. package/es/themes/newThemes/legacyCanvasHighContrast/components/dataPermissionLevels.js +39 -0
  330. package/es/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutContent.js +29 -0
  331. package/es/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutTray.js +36 -0
  332. package/es/themes/newThemes/legacyCanvasHighContrast/components/drilldown.js +33 -0
  333. package/es/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.js +35 -0
  334. package/es/themes/newThemes/legacyCanvasHighContrast/components/flex.js +28 -0
  335. package/es/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.js +37 -0
  336. package/es/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.js +34 -0
  337. package/es/themes/newThemes/legacyCanvasHighContrast/components/grid.js +30 -0
  338. package/es/themes/newThemes/legacyCanvasHighContrast/components/gridCol.js +33 -0
  339. package/es/themes/newThemes/legacyCanvasHighContrast/components/gridRow.js +33 -0
  340. package/es/themes/newThemes/legacyCanvasHighContrast/components/heading.js +120 -0
  341. package/es/themes/newThemes/legacyCanvasHighContrast/components/icon.js +116 -0
  342. package/es/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.js +47 -0
  343. package/es/themes/newThemes/legacyCanvasHighContrast/components/link.js +70 -0
  344. package/es/themes/newThemes/legacyCanvasHighContrast/components/list.js +30 -0
  345. package/es/themes/newThemes/legacyCanvasHighContrast/components/listItem.js +52 -0
  346. package/es/themes/newThemes/legacyCanvasHighContrast/components/mask.js +29 -0
  347. package/es/themes/newThemes/legacyCanvasHighContrast/components/menu.js +29 -0
  348. package/es/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.js +34 -0
  349. package/es/themes/newThemes/legacyCanvasHighContrast/components/menuItem.js +44 -0
  350. package/es/themes/newThemes/legacyCanvasHighContrast/components/menuSeparator.js +31 -0
  351. package/es/themes/newThemes/legacyCanvasHighContrast/components/metric.js +39 -0
  352. package/es/themes/newThemes/legacyCanvasHighContrast/components/modal.js +58 -0
  353. package/es/themes/newThemes/legacyCanvasHighContrast/components/modalBody.js +30 -0
  354. package/es/themes/newThemes/legacyCanvasHighContrast/components/modalFooter.js +35 -0
  355. package/es/themes/newThemes/legacyCanvasHighContrast/components/modalHeader.js +34 -0
  356. package/es/themes/newThemes/legacyCanvasHighContrast/components/nutritionFacts.js +35 -0
  357. package/es/themes/newThemes/legacyCanvasHighContrast/components/options.js +31 -0
  358. package/es/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.js +50 -0
  359. package/es/themes/newThemes/legacyCanvasHighContrast/components/optionsSeparator.js +31 -0
  360. package/es/themes/newThemes/legacyCanvasHighContrast/components/pagination.js +28 -0
  361. package/es/themes/newThemes/legacyCanvasHighContrast/components/paginationPageInput.js +30 -0
  362. package/es/themes/newThemes/legacyCanvasHighContrast/components/palette.js +35 -0
  363. package/es/themes/newThemes/legacyCanvasHighContrast/components/pill.js +49 -0
  364. package/es/themes/newThemes/legacyCanvasHighContrast/components/popover.js +29 -0
  365. package/es/themes/newThemes/legacyCanvasHighContrast/components/progressBar.js +62 -0
  366. package/es/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.js +72 -0
  367. package/es/themes/newThemes/legacyCanvasHighContrast/components/radioInput.js +88 -0
  368. package/es/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.js +69 -0
  369. package/es/themes/newThemes/legacyCanvasHighContrast/components/ratingIcon.js +33 -0
  370. package/es/themes/newThemes/legacyCanvasHighContrast/components/rgbaInput.js +32 -0
  371. package/es/themes/newThemes/legacyCanvasHighContrast/components/select.js +28 -0
  372. package/es/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.js +57 -0
  373. package/es/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.js +44 -0
  374. package/es/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItemNew.js +44 -0
  375. package/es/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarNew.js +57 -0
  376. package/es/themes/newThemes/legacyCanvasHighContrast/components/slider.js +36 -0
  377. package/es/themes/newThemes/legacyCanvasHighContrast/components/sourceCodeEditor.js +54 -0
  378. package/es/themes/newThemes/legacyCanvasHighContrast/components/spinner.js +42 -0
  379. package/es/themes/newThemes/legacyCanvasHighContrast/components/table.js +32 -0
  380. package/es/themes/newThemes/legacyCanvasHighContrast/components/tableBody.js +32 -0
  381. package/es/themes/newThemes/legacyCanvasHighContrast/components/tableCell.js +35 -0
  382. package/es/themes/newThemes/legacyCanvasHighContrast/components/tableColHeader.js +34 -0
  383. package/es/themes/newThemes/legacyCanvasHighContrast/components/tableHead.js +32 -0
  384. package/es/themes/newThemes/legacyCanvasHighContrast/components/tableRow.js +36 -0
  385. package/es/themes/newThemes/legacyCanvasHighContrast/components/tableRowHeader.js +35 -0
  386. package/es/themes/newThemes/legacyCanvasHighContrast/components/tabs.js +33 -0
  387. package/es/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.js +36 -0
  388. package/es/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.js +39 -0
  389. package/es/themes/newThemes/legacyCanvasHighContrast/components/tag.js +55 -0
  390. package/es/themes/newThemes/legacyCanvasHighContrast/components/text.js +104 -0
  391. package/es/themes/newThemes/legacyCanvasHighContrast/components/textArea.js +52 -0
  392. package/es/themes/newThemes/legacyCanvasHighContrast/components/textInput.js +65 -0
  393. package/es/themes/newThemes/legacyCanvasHighContrast/components/toggle.js +92 -0
  394. package/es/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.js +42 -0
  395. package/es/themes/newThemes/legacyCanvasHighContrast/components/toggleGroup.js +28 -0
  396. package/es/themes/newThemes/legacyCanvasHighContrast/components/tooltip.js +31 -0
  397. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +33 -0
  398. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarBrand.js +30 -0
  399. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +40 -0
  400. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +60 -0
  401. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +33 -0
  402. package/es/themes/newThemes/legacyCanvasHighContrast/components/tray.js +55 -0
  403. package/es/themes/newThemes/legacyCanvasHighContrast/components/treeBrowser.js +28 -0
  404. package/es/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.js +50 -0
  405. package/es/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeCollection.js +33 -0
  406. package/es/themes/newThemes/legacyCanvasHighContrast/components/truncateText.js +29 -0
  407. package/es/themes/newThemes/legacyCanvasHighContrast/components/view.js +54 -0
  408. package/es/themes/newThemes/legacyCanvasHighContrast/index.js +228 -0
  409. package/es/themes/newThemes/legacyCanvasHighContrast/primitives.js +339 -0
  410. package/es/themes/newThemes/legacyCanvasHighContrast/semantics.js +743 -0
  411. package/es/themes/newThemes/legacyCanvasHighContrast/sharedTokens.js +271 -0
  412. package/es/themes/newThemes/light/components/aiInformation.js +39 -0
  413. package/es/themes/newThemes/light/components/alert.js +49 -0
  414. package/es/themes/newThemes/light/components/appNav.js +34 -0
  415. package/es/themes/newThemes/light/components/appNavItem.js +35 -0
  416. package/es/themes/newThemes/light/components/avatar.js +71 -0
  417. package/es/themes/newThemes/light/components/badge.js +43 -0
  418. package/es/themes/newThemes/light/components/baseButton.js +209 -0
  419. package/es/themes/newThemes/light/components/billboard.js +45 -0
  420. package/es/themes/newThemes/light/components/breadcrumb.js +30 -0
  421. package/es/themes/newThemes/light/components/byline.js +41 -0
  422. package/es/themes/newThemes/light/components/calendar.js +37 -0
  423. package/es/themes/newThemes/light/components/calendarDay.js +39 -0
  424. package/es/themes/newThemes/light/components/checkbox.js +57 -0
  425. package/es/themes/newThemes/light/components/colorContrast.js +42 -0
  426. package/es/themes/newThemes/light/components/colorIndicator.js +36 -0
  427. package/es/themes/newThemes/light/components/colorPicker.js +50 -0
  428. package/es/themes/newThemes/light/components/colorPreset.js +37 -0
  429. package/es/themes/newThemes/light/components/contextView.js +34 -0
  430. package/es/themes/newThemes/light/components/dataPermissionLevels.js +39 -0
  431. package/es/themes/newThemes/light/components/drawerLayoutContent.js +29 -0
  432. package/es/themes/newThemes/light/components/drawerLayoutTray.js +36 -0
  433. package/es/themes/newThemes/light/components/drilldown.js +33 -0
  434. package/es/themes/newThemes/light/components/fileDrop.js +35 -0
  435. package/es/themes/newThemes/light/components/flex.js +28 -0
  436. package/es/themes/newThemes/light/components/formFieldLayout.js +37 -0
  437. package/es/themes/newThemes/light/components/formFieldMessage.js +34 -0
  438. package/es/themes/newThemes/light/components/grid.js +30 -0
  439. package/es/themes/newThemes/light/components/gridCol.js +33 -0
  440. package/es/themes/newThemes/light/components/gridRow.js +33 -0
  441. package/es/themes/newThemes/light/components/heading.js +120 -0
  442. package/es/themes/newThemes/light/components/icon.js +116 -0
  443. package/es/themes/newThemes/light/components/inlineListItem.js +47 -0
  444. package/es/themes/newThemes/light/components/link.js +70 -0
  445. package/es/themes/newThemes/light/components/list.js +30 -0
  446. package/es/themes/newThemes/light/components/listItem.js +52 -0
  447. package/es/themes/newThemes/light/components/mask.js +29 -0
  448. package/es/themes/newThemes/light/components/menu.js +29 -0
  449. package/es/themes/newThemes/light/components/menuGroup.js +34 -0
  450. package/es/themes/newThemes/light/components/menuItem.js +44 -0
  451. package/es/themes/newThemes/light/components/menuSeparator.js +31 -0
  452. package/es/themes/newThemes/light/components/metric.js +39 -0
  453. package/es/themes/newThemes/light/components/modal.js +58 -0
  454. package/es/themes/newThemes/light/components/modalBody.js +30 -0
  455. package/es/themes/newThemes/light/components/modalFooter.js +35 -0
  456. package/es/themes/newThemes/light/components/modalHeader.js +34 -0
  457. package/es/themes/newThemes/light/components/nutritionFacts.js +35 -0
  458. package/es/themes/newThemes/light/components/options.js +31 -0
  459. package/es/themes/newThemes/light/components/optionsItem.js +50 -0
  460. package/es/themes/newThemes/light/components/optionsSeparator.js +31 -0
  461. package/es/themes/newThemes/light/components/pagination.js +28 -0
  462. package/es/themes/newThemes/light/components/paginationPageInput.js +30 -0
  463. package/es/themes/newThemes/light/components/palette.js +35 -0
  464. package/es/themes/newThemes/light/components/pill.js +49 -0
  465. package/es/themes/newThemes/light/components/popover.js +29 -0
  466. package/es/themes/newThemes/light/components/progressBar.js +62 -0
  467. package/es/themes/newThemes/light/components/progressCircle.js +72 -0
  468. package/es/themes/newThemes/light/components/radioInput.js +88 -0
  469. package/es/themes/newThemes/light/components/rangeInput.js +69 -0
  470. package/es/themes/newThemes/light/components/ratingIcon.js +33 -0
  471. package/es/themes/newThemes/light/components/rgbaInput.js +32 -0
  472. package/es/themes/newThemes/light/components/select.js +28 -0
  473. package/es/themes/newThemes/light/components/sideNavBar.js +57 -0
  474. package/es/themes/newThemes/light/components/sideNavBarItem.js +44 -0
  475. package/es/themes/newThemes/light/components/sideNavBarItemNew.js +44 -0
  476. package/es/themes/newThemes/light/components/sideNavBarNew.js +57 -0
  477. package/es/themes/newThemes/light/components/slider.js +36 -0
  478. package/es/themes/newThemes/light/components/sourceCodeEditor.js +54 -0
  479. package/es/themes/newThemes/light/components/spinner.js +42 -0
  480. package/es/themes/newThemes/light/components/table.js +32 -0
  481. package/es/themes/newThemes/light/components/tableBody.js +32 -0
  482. package/es/themes/newThemes/light/components/tableCell.js +35 -0
  483. package/es/themes/newThemes/light/components/tableColHeader.js +34 -0
  484. package/es/themes/newThemes/light/components/tableHead.js +32 -0
  485. package/es/themes/newThemes/light/components/tableRow.js +36 -0
  486. package/es/themes/newThemes/light/components/tableRowHeader.js +35 -0
  487. package/es/themes/newThemes/light/components/tabs.js +33 -0
  488. package/es/themes/newThemes/light/components/tabsPanel.js +36 -0
  489. package/es/themes/newThemes/light/components/tabsTab.js +39 -0
  490. package/es/themes/newThemes/light/components/tag.js +55 -0
  491. package/es/themes/newThemes/light/components/text.js +104 -0
  492. package/es/themes/newThemes/light/components/textArea.js +52 -0
  493. package/es/themes/newThemes/light/components/textInput.js +65 -0
  494. package/es/themes/newThemes/light/components/toggle.js +92 -0
  495. package/es/themes/newThemes/light/components/toggleDetails.js +42 -0
  496. package/es/themes/newThemes/light/components/toggleGroup.js +28 -0
  497. package/es/themes/newThemes/light/components/tooltip.js +31 -0
  498. package/es/themes/newThemes/light/components/topNavBarActionItems.js +33 -0
  499. package/es/themes/newThemes/light/components/topNavBarBrand.js +30 -0
  500. package/es/themes/newThemes/light/components/topNavBarItem.js +40 -0
  501. package/es/themes/newThemes/light/components/topNavBarLayout.js +60 -0
  502. package/es/themes/newThemes/light/components/topNavBarMenuItems.js +33 -0
  503. package/es/themes/newThemes/light/components/tray.js +55 -0
  504. package/es/themes/newThemes/light/components/treeBrowser.js +28 -0
  505. package/es/themes/newThemes/light/components/treeBrowserTreeButton.js +50 -0
  506. package/es/themes/newThemes/light/components/treeBrowserTreeCollection.js +33 -0
  507. package/es/themes/newThemes/light/components/truncateText.js +29 -0
  508. package/es/themes/newThemes/light/components/view.js +54 -0
  509. package/es/themes/newThemes/light/index.js +228 -0
  510. package/es/themes/newThemes/light/primitives.js +339 -0
  511. package/es/themes/newThemes/light/semantics.js +743 -0
  512. package/es/themes/newThemes/light/sharedTokens.js +271 -0
  513. package/es/utils/boxShadowObjectToString.js +67 -0
  514. package/lib/index.js +26 -5
  515. package/lib/themes/canvas/index.js +6 -4
  516. package/lib/themes/canvasHighContrast/index.js +9 -4
  517. package/lib/themes/dark/colors.js +79 -0
  518. package/lib/themes/dark/index.js +43 -0
  519. package/lib/themes/light/colors.js +79 -0
  520. package/lib/themes/light/index.js +43 -0
  521. package/lib/themes/newThemes/commonTypes.js +5 -0
  522. package/lib/themes/newThemes/componentTypes/aiInformation.js +5 -0
  523. package/lib/themes/newThemes/componentTypes/alert.js +5 -0
  524. package/lib/themes/newThemes/componentTypes/appNav.js +5 -0
  525. package/lib/themes/newThemes/componentTypes/appNavItem.js +5 -0
  526. package/lib/themes/newThemes/componentTypes/avatar.js +5 -0
  527. package/lib/themes/newThemes/componentTypes/badge.js +5 -0
  528. package/lib/themes/newThemes/componentTypes/baseButton.js +5 -0
  529. package/lib/themes/newThemes/componentTypes/billboard.js +5 -0
  530. package/lib/themes/newThemes/componentTypes/breadcrumb.js +5 -0
  531. package/lib/themes/newThemes/componentTypes/byline.js +5 -0
  532. package/lib/themes/newThemes/componentTypes/calendar.js +5 -0
  533. package/lib/themes/newThemes/componentTypes/calendarDay.js +5 -0
  534. package/lib/themes/newThemes/componentTypes/checkbox.js +5 -0
  535. package/lib/themes/newThemes/componentTypes/colorContrast.js +5 -0
  536. package/lib/themes/newThemes/componentTypes/colorIndicator.js +5 -0
  537. package/lib/themes/newThemes/componentTypes/colorPicker.js +5 -0
  538. package/lib/themes/newThemes/componentTypes/colorPreset.js +5 -0
  539. package/lib/themes/newThemes/componentTypes/contextView.js +5 -0
  540. package/lib/themes/newThemes/componentTypes/dataPermissionLevels.js +5 -0
  541. package/lib/themes/newThemes/componentTypes/drawerLayoutContent.js +5 -0
  542. package/lib/themes/newThemes/componentTypes/drawerLayoutTray.js +5 -0
  543. package/lib/themes/newThemes/componentTypes/drilldown.js +5 -0
  544. package/lib/themes/newThemes/componentTypes/fileDrop.js +5 -0
  545. package/lib/themes/newThemes/componentTypes/flex.js +5 -0
  546. package/lib/themes/newThemes/componentTypes/formFieldLayout.js +5 -0
  547. package/lib/themes/newThemes/componentTypes/formFieldMessage.js +5 -0
  548. package/lib/themes/newThemes/componentTypes/grid.js +5 -0
  549. package/lib/themes/newThemes/componentTypes/gridCol.js +5 -0
  550. package/lib/themes/newThemes/componentTypes/gridRow.js +5 -0
  551. package/lib/themes/newThemes/componentTypes/heading.js +5 -0
  552. package/lib/themes/newThemes/componentTypes/icon.js +5 -0
  553. package/lib/themes/newThemes/componentTypes/index.js +5 -0
  554. package/lib/themes/newThemes/componentTypes/inlineListItem.js +5 -0
  555. package/lib/themes/newThemes/componentTypes/link.js +5 -0
  556. package/lib/themes/newThemes/componentTypes/list.js +5 -0
  557. package/lib/themes/newThemes/componentTypes/listItem.js +5 -0
  558. package/lib/themes/newThemes/componentTypes/mask.js +5 -0
  559. package/lib/themes/newThemes/componentTypes/menu.js +5 -0
  560. package/lib/themes/newThemes/componentTypes/menuGroup.js +5 -0
  561. package/lib/themes/newThemes/componentTypes/menuItem.js +5 -0
  562. package/lib/themes/newThemes/componentTypes/menuSeparator.js +5 -0
  563. package/lib/themes/newThemes/componentTypes/metric.js +5 -0
  564. package/lib/themes/newThemes/componentTypes/modal.js +5 -0
  565. package/lib/themes/newThemes/componentTypes/modalBody.js +5 -0
  566. package/lib/themes/newThemes/componentTypes/modalFooter.js +5 -0
  567. package/lib/themes/newThemes/componentTypes/modalHeader.js +5 -0
  568. package/lib/themes/newThemes/componentTypes/nutritionFacts.js +5 -0
  569. package/lib/themes/newThemes/componentTypes/options.js +5 -0
  570. package/lib/themes/newThemes/componentTypes/optionsItem.js +5 -0
  571. package/lib/themes/newThemes/componentTypes/optionsSeparator.js +5 -0
  572. package/lib/themes/newThemes/componentTypes/pagination.js +5 -0
  573. package/lib/themes/newThemes/componentTypes/paginationPageInput.js +5 -0
  574. package/lib/themes/newThemes/componentTypes/palette.js +5 -0
  575. package/lib/themes/newThemes/componentTypes/pill.js +5 -0
  576. package/lib/themes/newThemes/componentTypes/popover.js +5 -0
  577. package/lib/themes/newThemes/componentTypes/progressBar.js +5 -0
  578. package/lib/themes/newThemes/componentTypes/progressCircle.js +5 -0
  579. package/lib/themes/newThemes/componentTypes/radioInput.js +5 -0
  580. package/lib/themes/newThemes/componentTypes/rangeInput.js +5 -0
  581. package/lib/themes/newThemes/componentTypes/ratingIcon.js +5 -0
  582. package/lib/themes/newThemes/componentTypes/rgbaInput.js +5 -0
  583. package/lib/themes/newThemes/componentTypes/select.js +5 -0
  584. package/lib/themes/newThemes/componentTypes/sideNavBar.js +5 -0
  585. package/lib/themes/newThemes/componentTypes/sideNavBarItem.js +5 -0
  586. package/lib/themes/newThemes/componentTypes/sideNavBarItemNew.js +5 -0
  587. package/lib/themes/newThemes/componentTypes/sideNavBarNew.js +5 -0
  588. package/lib/themes/newThemes/componentTypes/slider.js +5 -0
  589. package/lib/themes/newThemes/componentTypes/sourceCodeEditor.js +5 -0
  590. package/lib/themes/newThemes/componentTypes/spinner.js +5 -0
  591. package/lib/themes/newThemes/componentTypes/table.js +5 -0
  592. package/lib/themes/newThemes/componentTypes/tableBody.js +5 -0
  593. package/lib/themes/newThemes/componentTypes/tableCell.js +5 -0
  594. package/lib/themes/newThemes/componentTypes/tableColHeader.js +5 -0
  595. package/lib/themes/newThemes/componentTypes/tableHead.js +5 -0
  596. package/lib/themes/newThemes/componentTypes/tableRow.js +5 -0
  597. package/lib/themes/newThemes/componentTypes/tableRowHeader.js +5 -0
  598. package/lib/themes/newThemes/componentTypes/tabs.js +5 -0
  599. package/lib/themes/newThemes/componentTypes/tabsPanel.js +5 -0
  600. package/lib/themes/newThemes/componentTypes/tabsTab.js +5 -0
  601. package/lib/themes/newThemes/componentTypes/tag.js +5 -0
  602. package/lib/themes/newThemes/componentTypes/text.js +5 -0
  603. package/lib/themes/newThemes/componentTypes/textArea.js +5 -0
  604. package/lib/themes/newThemes/componentTypes/textInput.js +5 -0
  605. package/lib/themes/newThemes/componentTypes/toggle.js +5 -0
  606. package/lib/themes/newThemes/componentTypes/toggleDetails.js +5 -0
  607. package/lib/themes/newThemes/componentTypes/toggleGroup.js +5 -0
  608. package/lib/themes/newThemes/componentTypes/tooltip.js +5 -0
  609. package/lib/themes/newThemes/componentTypes/topNavBarActionItems.js +5 -0
  610. package/lib/themes/newThemes/componentTypes/topNavBarBrand.js +5 -0
  611. package/lib/themes/newThemes/componentTypes/topNavBarItem.js +5 -0
  612. package/lib/themes/newThemes/componentTypes/topNavBarLayout.js +5 -0
  613. package/lib/themes/newThemes/componentTypes/topNavBarMenuItems.js +5 -0
  614. package/lib/themes/newThemes/componentTypes/tray.js +5 -0
  615. package/lib/themes/newThemes/componentTypes/treeBrowser.js +5 -0
  616. package/lib/themes/newThemes/componentTypes/treeBrowserTreeButton.js +5 -0
  617. package/lib/themes/newThemes/componentTypes/treeBrowserTreeCollection.js +5 -0
  618. package/lib/themes/newThemes/componentTypes/truncateText.js +5 -0
  619. package/lib/themes/newThemes/componentTypes/view.js +5 -0
  620. package/lib/themes/newThemes/dark/components/aiInformation.js +47 -0
  621. package/lib/themes/newThemes/dark/components/alert.js +57 -0
  622. package/lib/themes/newThemes/dark/components/appNav.js +42 -0
  623. package/lib/themes/newThemes/dark/components/appNavItem.js +43 -0
  624. package/lib/themes/newThemes/dark/components/avatar.js +79 -0
  625. package/lib/themes/newThemes/dark/components/badge.js +51 -0
  626. package/lib/themes/newThemes/dark/components/baseButton.js +217 -0
  627. package/lib/themes/newThemes/dark/components/billboard.js +53 -0
  628. package/lib/themes/newThemes/dark/components/breadcrumb.js +38 -0
  629. package/lib/themes/newThemes/dark/components/byline.js +49 -0
  630. package/lib/themes/newThemes/dark/components/calendar.js +45 -0
  631. package/lib/themes/newThemes/dark/components/calendarDay.js +47 -0
  632. package/lib/themes/newThemes/dark/components/checkbox.js +65 -0
  633. package/lib/themes/newThemes/dark/components/colorContrast.js +50 -0
  634. package/lib/themes/newThemes/dark/components/colorIndicator.js +44 -0
  635. package/lib/themes/newThemes/dark/components/colorPicker.js +58 -0
  636. package/lib/themes/newThemes/dark/components/colorPreset.js +45 -0
  637. package/lib/themes/newThemes/dark/components/contextView.js +42 -0
  638. package/lib/themes/newThemes/dark/components/dataPermissionLevels.js +47 -0
  639. package/lib/themes/newThemes/dark/components/drawerLayoutContent.js +35 -0
  640. package/lib/themes/newThemes/dark/components/drawerLayoutTray.js +44 -0
  641. package/lib/themes/newThemes/dark/components/drilldown.js +41 -0
  642. package/lib/themes/newThemes/dark/components/fileDrop.js +43 -0
  643. package/lib/themes/newThemes/dark/components/flex.js +36 -0
  644. package/lib/themes/newThemes/dark/components/formFieldLayout.js +45 -0
  645. package/lib/themes/newThemes/dark/components/formFieldMessage.js +42 -0
  646. package/lib/themes/newThemes/dark/components/grid.js +38 -0
  647. package/lib/themes/newThemes/dark/components/gridCol.js +41 -0
  648. package/lib/themes/newThemes/dark/components/gridRow.js +41 -0
  649. package/lib/themes/newThemes/dark/components/heading.js +128 -0
  650. package/lib/themes/newThemes/dark/components/icon.js +124 -0
  651. package/lib/themes/newThemes/dark/components/inlineListItem.js +55 -0
  652. package/lib/themes/newThemes/dark/components/link.js +78 -0
  653. package/lib/themes/newThemes/dark/components/list.js +38 -0
  654. package/lib/themes/newThemes/dark/components/listItem.js +60 -0
  655. package/lib/themes/newThemes/dark/components/mask.js +37 -0
  656. package/lib/themes/newThemes/dark/components/menu.js +35 -0
  657. package/lib/themes/newThemes/dark/components/menuGroup.js +42 -0
  658. package/lib/themes/newThemes/dark/components/menuItem.js +52 -0
  659. package/lib/themes/newThemes/dark/components/menuSeparator.js +39 -0
  660. package/lib/themes/newThemes/dark/components/metric.js +47 -0
  661. package/lib/themes/newThemes/dark/components/modal.js +66 -0
  662. package/lib/themes/newThemes/dark/components/modalBody.js +38 -0
  663. package/lib/themes/newThemes/dark/components/modalFooter.js +43 -0
  664. package/lib/themes/newThemes/dark/components/modalHeader.js +42 -0
  665. package/lib/themes/newThemes/dark/components/nutritionFacts.js +43 -0
  666. package/lib/themes/newThemes/dark/components/options.js +39 -0
  667. package/lib/themes/newThemes/dark/components/optionsItem.js +58 -0
  668. package/lib/themes/newThemes/dark/components/optionsSeparator.js +39 -0
  669. package/lib/themes/newThemes/dark/components/pagination.js +36 -0
  670. package/lib/themes/newThemes/dark/components/paginationPageInput.js +38 -0
  671. package/lib/themes/newThemes/dark/components/palette.js +43 -0
  672. package/lib/themes/newThemes/dark/components/pill.js +57 -0
  673. package/lib/themes/newThemes/dark/components/popover.js +37 -0
  674. package/lib/themes/newThemes/dark/components/progressBar.js +70 -0
  675. package/lib/themes/newThemes/dark/components/progressCircle.js +80 -0
  676. package/lib/themes/newThemes/dark/components/radioInput.js +96 -0
  677. package/lib/themes/newThemes/dark/components/rangeInput.js +77 -0
  678. package/lib/themes/newThemes/dark/components/ratingIcon.js +41 -0
  679. package/lib/themes/newThemes/dark/components/rgbaInput.js +40 -0
  680. package/lib/themes/newThemes/dark/components/select.js +36 -0
  681. package/lib/themes/newThemes/dark/components/sideNavBar.js +65 -0
  682. package/lib/themes/newThemes/dark/components/sideNavBarItem.js +52 -0
  683. package/lib/themes/newThemes/dark/components/sideNavBarItemNew.js +52 -0
  684. package/lib/themes/newThemes/dark/components/sideNavBarNew.js +65 -0
  685. package/lib/themes/newThemes/dark/components/slider.js +44 -0
  686. package/lib/themes/newThemes/dark/components/sourceCodeEditor.js +62 -0
  687. package/lib/themes/newThemes/dark/components/spinner.js +50 -0
  688. package/lib/themes/newThemes/dark/components/table.js +40 -0
  689. package/lib/themes/newThemes/dark/components/tableBody.js +40 -0
  690. package/lib/themes/newThemes/dark/components/tableCell.js +43 -0
  691. package/lib/themes/newThemes/dark/components/tableColHeader.js +42 -0
  692. package/lib/themes/newThemes/dark/components/tableHead.js +40 -0
  693. package/lib/themes/newThemes/dark/components/tableRow.js +44 -0
  694. package/lib/themes/newThemes/dark/components/tableRowHeader.js +43 -0
  695. package/lib/themes/newThemes/dark/components/tabs.js +41 -0
  696. package/lib/themes/newThemes/dark/components/tabsPanel.js +44 -0
  697. package/lib/themes/newThemes/dark/components/tabsTab.js +47 -0
  698. package/lib/themes/newThemes/dark/components/tag.js +63 -0
  699. package/lib/themes/newThemes/dark/components/text.js +112 -0
  700. package/lib/themes/newThemes/dark/components/textArea.js +60 -0
  701. package/lib/themes/newThemes/dark/components/textInput.js +73 -0
  702. package/lib/themes/newThemes/dark/components/toggle.js +100 -0
  703. package/lib/themes/newThemes/dark/components/toggleDetails.js +50 -0
  704. package/lib/themes/newThemes/dark/components/toggleGroup.js +36 -0
  705. package/lib/themes/newThemes/dark/components/tooltip.js +39 -0
  706. package/lib/themes/newThemes/dark/components/topNavBarActionItems.js +41 -0
  707. package/lib/themes/newThemes/dark/components/topNavBarBrand.js +38 -0
  708. package/lib/themes/newThemes/dark/components/topNavBarItem.js +48 -0
  709. package/lib/themes/newThemes/dark/components/topNavBarLayout.js +68 -0
  710. package/lib/themes/newThemes/dark/components/topNavBarMenuItems.js +41 -0
  711. package/lib/themes/newThemes/dark/components/tray.js +63 -0
  712. package/lib/themes/newThemes/dark/components/treeBrowser.js +36 -0
  713. package/lib/themes/newThemes/dark/components/treeBrowserTreeButton.js +58 -0
  714. package/lib/themes/newThemes/dark/components/treeBrowserTreeCollection.js +41 -0
  715. package/lib/themes/newThemes/dark/components/truncateText.js +37 -0
  716. package/lib/themes/newThemes/dark/components/view.js +62 -0
  717. package/lib/themes/newThemes/dark/index.js +236 -0
  718. package/lib/themes/newThemes/dark/primitives.js +345 -0
  719. package/lib/themes/newThemes/dark/semantics.js +751 -0
  720. package/lib/themes/newThemes/dark/sharedTokens.js +279 -0
  721. package/lib/themes/newThemes/index.js +34 -0
  722. package/lib/themes/newThemes/legacyCanvas/components/aiInformation.js +47 -0
  723. package/lib/themes/newThemes/legacyCanvas/components/alert.js +57 -0
  724. package/lib/themes/newThemes/legacyCanvas/components/appNav.js +42 -0
  725. package/lib/themes/newThemes/legacyCanvas/components/appNavItem.js +43 -0
  726. package/lib/themes/newThemes/legacyCanvas/components/avatar.js +79 -0
  727. package/lib/themes/newThemes/legacyCanvas/components/badge.js +51 -0
  728. package/lib/themes/newThemes/legacyCanvas/components/baseButton.js +217 -0
  729. package/lib/themes/newThemes/legacyCanvas/components/billboard.js +53 -0
  730. package/lib/themes/newThemes/legacyCanvas/components/breadcrumb.js +38 -0
  731. package/lib/themes/newThemes/legacyCanvas/components/byline.js +49 -0
  732. package/lib/themes/newThemes/legacyCanvas/components/calendar.js +45 -0
  733. package/lib/themes/newThemes/legacyCanvas/components/calendarDay.js +47 -0
  734. package/lib/themes/newThemes/legacyCanvas/components/checkbox.js +65 -0
  735. package/lib/themes/newThemes/legacyCanvas/components/colorContrast.js +50 -0
  736. package/lib/themes/newThemes/legacyCanvas/components/colorIndicator.js +44 -0
  737. package/lib/themes/newThemes/legacyCanvas/components/colorPicker.js +58 -0
  738. package/lib/themes/newThemes/legacyCanvas/components/colorPreset.js +45 -0
  739. package/lib/themes/newThemes/legacyCanvas/components/contextView.js +42 -0
  740. package/lib/themes/newThemes/legacyCanvas/components/dataPermissionLevels.js +47 -0
  741. package/lib/themes/newThemes/legacyCanvas/components/drawerLayoutContent.js +35 -0
  742. package/lib/themes/newThemes/legacyCanvas/components/drawerLayoutTray.js +44 -0
  743. package/lib/themes/newThemes/legacyCanvas/components/drilldown.js +41 -0
  744. package/lib/themes/newThemes/legacyCanvas/components/fileDrop.js +43 -0
  745. package/lib/themes/newThemes/legacyCanvas/components/flex.js +36 -0
  746. package/lib/themes/newThemes/legacyCanvas/components/formFieldLayout.js +45 -0
  747. package/lib/themes/newThemes/legacyCanvas/components/formFieldMessage.js +42 -0
  748. package/lib/themes/newThemes/legacyCanvas/components/grid.js +38 -0
  749. package/lib/themes/newThemes/legacyCanvas/components/gridCol.js +41 -0
  750. package/lib/themes/newThemes/legacyCanvas/components/gridRow.js +41 -0
  751. package/lib/themes/newThemes/legacyCanvas/components/heading.js +128 -0
  752. package/lib/themes/newThemes/legacyCanvas/components/icon.js +124 -0
  753. package/lib/themes/newThemes/legacyCanvas/components/inlineListItem.js +55 -0
  754. package/lib/themes/newThemes/legacyCanvas/components/link.js +78 -0
  755. package/lib/themes/newThemes/legacyCanvas/components/list.js +38 -0
  756. package/lib/themes/newThemes/legacyCanvas/components/listItem.js +60 -0
  757. package/lib/themes/newThemes/legacyCanvas/components/mask.js +37 -0
  758. package/lib/themes/newThemes/legacyCanvas/components/menu.js +35 -0
  759. package/lib/themes/newThemes/legacyCanvas/components/menuGroup.js +42 -0
  760. package/lib/themes/newThemes/legacyCanvas/components/menuItem.js +52 -0
  761. package/lib/themes/newThemes/legacyCanvas/components/menuSeparator.js +39 -0
  762. package/lib/themes/newThemes/legacyCanvas/components/metric.js +47 -0
  763. package/lib/themes/newThemes/legacyCanvas/components/modal.js +66 -0
  764. package/lib/themes/newThemes/legacyCanvas/components/modalBody.js +38 -0
  765. package/lib/themes/newThemes/legacyCanvas/components/modalFooter.js +43 -0
  766. package/lib/themes/newThemes/legacyCanvas/components/modalHeader.js +42 -0
  767. package/lib/themes/newThemes/legacyCanvas/components/nutritionFacts.js +43 -0
  768. package/lib/themes/newThemes/legacyCanvas/components/options.js +39 -0
  769. package/lib/themes/newThemes/legacyCanvas/components/optionsItem.js +58 -0
  770. package/lib/themes/newThemes/legacyCanvas/components/optionsSeparator.js +39 -0
  771. package/lib/themes/newThemes/legacyCanvas/components/pagination.js +36 -0
  772. package/lib/themes/newThemes/legacyCanvas/components/paginationPageInput.js +38 -0
  773. package/lib/themes/newThemes/legacyCanvas/components/palette.js +43 -0
  774. package/lib/themes/newThemes/legacyCanvas/components/pill.js +57 -0
  775. package/lib/themes/newThemes/legacyCanvas/components/popover.js +37 -0
  776. package/lib/themes/newThemes/legacyCanvas/components/progressBar.js +70 -0
  777. package/lib/themes/newThemes/legacyCanvas/components/progressCircle.js +80 -0
  778. package/lib/themes/newThemes/legacyCanvas/components/radioInput.js +96 -0
  779. package/lib/themes/newThemes/legacyCanvas/components/rangeInput.js +77 -0
  780. package/lib/themes/newThemes/legacyCanvas/components/ratingIcon.js +41 -0
  781. package/lib/themes/newThemes/legacyCanvas/components/rgbaInput.js +40 -0
  782. package/lib/themes/newThemes/legacyCanvas/components/select.js +36 -0
  783. package/lib/themes/newThemes/legacyCanvas/components/sideNavBar.js +65 -0
  784. package/lib/themes/newThemes/legacyCanvas/components/sideNavBarItem.js +52 -0
  785. package/lib/themes/newThemes/legacyCanvas/components/sideNavBarItemNew.js +52 -0
  786. package/lib/themes/newThemes/legacyCanvas/components/sideNavBarNew.js +65 -0
  787. package/lib/themes/newThemes/legacyCanvas/components/slider.js +44 -0
  788. package/lib/themes/newThemes/legacyCanvas/components/sourceCodeEditor.js +62 -0
  789. package/lib/themes/newThemes/legacyCanvas/components/spinner.js +50 -0
  790. package/lib/themes/newThemes/legacyCanvas/components/table.js +40 -0
  791. package/lib/themes/newThemes/legacyCanvas/components/tableBody.js +40 -0
  792. package/lib/themes/newThemes/legacyCanvas/components/tableCell.js +43 -0
  793. package/lib/themes/newThemes/legacyCanvas/components/tableColHeader.js +42 -0
  794. package/lib/themes/newThemes/legacyCanvas/components/tableHead.js +40 -0
  795. package/lib/themes/newThemes/legacyCanvas/components/tableRow.js +44 -0
  796. package/lib/themes/newThemes/legacyCanvas/components/tableRowHeader.js +43 -0
  797. package/lib/themes/newThemes/legacyCanvas/components/tabs.js +41 -0
  798. package/lib/themes/newThemes/legacyCanvas/components/tabsPanel.js +44 -0
  799. package/lib/themes/newThemes/legacyCanvas/components/tabsTab.js +47 -0
  800. package/lib/themes/newThemes/legacyCanvas/components/tag.js +63 -0
  801. package/lib/themes/newThemes/legacyCanvas/components/text.js +112 -0
  802. package/lib/themes/newThemes/legacyCanvas/components/textArea.js +60 -0
  803. package/lib/themes/newThemes/legacyCanvas/components/textInput.js +73 -0
  804. package/lib/themes/newThemes/legacyCanvas/components/toggle.js +100 -0
  805. package/lib/themes/newThemes/legacyCanvas/components/toggleDetails.js +50 -0
  806. package/lib/themes/newThemes/legacyCanvas/components/toggleGroup.js +36 -0
  807. package/lib/themes/newThemes/legacyCanvas/components/tooltip.js +39 -0
  808. package/lib/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +41 -0
  809. package/lib/themes/newThemes/legacyCanvas/components/topNavBarBrand.js +38 -0
  810. package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +48 -0
  811. package/lib/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +68 -0
  812. package/lib/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +41 -0
  813. package/lib/themes/newThemes/legacyCanvas/components/tray.js +63 -0
  814. package/lib/themes/newThemes/legacyCanvas/components/treeBrowser.js +36 -0
  815. package/lib/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.js +58 -0
  816. package/lib/themes/newThemes/legacyCanvas/components/treeBrowserTreeCollection.js +41 -0
  817. package/lib/themes/newThemes/legacyCanvas/components/truncateText.js +37 -0
  818. package/lib/themes/newThemes/legacyCanvas/components/view.js +62 -0
  819. package/lib/themes/newThemes/legacyCanvas/index.js +236 -0
  820. package/lib/themes/newThemes/legacyCanvas/primitives.js +345 -0
  821. package/lib/themes/newThemes/legacyCanvas/semantics.js +751 -0
  822. package/lib/themes/newThemes/legacyCanvas/sharedTokens.js +279 -0
  823. package/lib/themes/newThemes/legacyCanvasHighContrast/components/aiInformation.js +47 -0
  824. package/lib/themes/newThemes/legacyCanvasHighContrast/components/alert.js +57 -0
  825. package/lib/themes/newThemes/legacyCanvasHighContrast/components/appNav.js +42 -0
  826. package/lib/themes/newThemes/legacyCanvasHighContrast/components/appNavItem.js +43 -0
  827. package/lib/themes/newThemes/legacyCanvasHighContrast/components/avatar.js +79 -0
  828. package/lib/themes/newThemes/legacyCanvasHighContrast/components/badge.js +51 -0
  829. package/lib/themes/newThemes/legacyCanvasHighContrast/components/baseButton.js +217 -0
  830. package/lib/themes/newThemes/legacyCanvasHighContrast/components/billboard.js +53 -0
  831. package/lib/themes/newThemes/legacyCanvasHighContrast/components/breadcrumb.js +38 -0
  832. package/lib/themes/newThemes/legacyCanvasHighContrast/components/byline.js +49 -0
  833. package/lib/themes/newThemes/legacyCanvasHighContrast/components/calendar.js +45 -0
  834. package/lib/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.js +47 -0
  835. package/lib/themes/newThemes/legacyCanvasHighContrast/components/checkbox.js +65 -0
  836. package/lib/themes/newThemes/legacyCanvasHighContrast/components/colorContrast.js +50 -0
  837. package/lib/themes/newThemes/legacyCanvasHighContrast/components/colorIndicator.js +44 -0
  838. package/lib/themes/newThemes/legacyCanvasHighContrast/components/colorPicker.js +58 -0
  839. package/lib/themes/newThemes/legacyCanvasHighContrast/components/colorPreset.js +45 -0
  840. package/lib/themes/newThemes/legacyCanvasHighContrast/components/contextView.js +42 -0
  841. package/lib/themes/newThemes/legacyCanvasHighContrast/components/dataPermissionLevels.js +47 -0
  842. package/lib/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutContent.js +35 -0
  843. package/lib/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutTray.js +44 -0
  844. package/lib/themes/newThemes/legacyCanvasHighContrast/components/drilldown.js +41 -0
  845. package/lib/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.js +43 -0
  846. package/lib/themes/newThemes/legacyCanvasHighContrast/components/flex.js +36 -0
  847. package/lib/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.js +45 -0
  848. package/lib/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.js +42 -0
  849. package/lib/themes/newThemes/legacyCanvasHighContrast/components/grid.js +38 -0
  850. package/lib/themes/newThemes/legacyCanvasHighContrast/components/gridCol.js +41 -0
  851. package/lib/themes/newThemes/legacyCanvasHighContrast/components/gridRow.js +41 -0
  852. package/lib/themes/newThemes/legacyCanvasHighContrast/components/heading.js +128 -0
  853. package/lib/themes/newThemes/legacyCanvasHighContrast/components/icon.js +124 -0
  854. package/lib/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.js +55 -0
  855. package/lib/themes/newThemes/legacyCanvasHighContrast/components/link.js +78 -0
  856. package/lib/themes/newThemes/legacyCanvasHighContrast/components/list.js +38 -0
  857. package/lib/themes/newThemes/legacyCanvasHighContrast/components/listItem.js +60 -0
  858. package/lib/themes/newThemes/legacyCanvasHighContrast/components/mask.js +37 -0
  859. package/lib/themes/newThemes/legacyCanvasHighContrast/components/menu.js +35 -0
  860. package/lib/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.js +42 -0
  861. package/lib/themes/newThemes/legacyCanvasHighContrast/components/menuItem.js +52 -0
  862. package/lib/themes/newThemes/legacyCanvasHighContrast/components/menuSeparator.js +39 -0
  863. package/lib/themes/newThemes/legacyCanvasHighContrast/components/metric.js +47 -0
  864. package/lib/themes/newThemes/legacyCanvasHighContrast/components/modal.js +66 -0
  865. package/lib/themes/newThemes/legacyCanvasHighContrast/components/modalBody.js +38 -0
  866. package/lib/themes/newThemes/legacyCanvasHighContrast/components/modalFooter.js +43 -0
  867. package/lib/themes/newThemes/legacyCanvasHighContrast/components/modalHeader.js +42 -0
  868. package/lib/themes/newThemes/legacyCanvasHighContrast/components/nutritionFacts.js +43 -0
  869. package/lib/themes/newThemes/legacyCanvasHighContrast/components/options.js +39 -0
  870. package/lib/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.js +58 -0
  871. package/lib/themes/newThemes/legacyCanvasHighContrast/components/optionsSeparator.js +39 -0
  872. package/lib/themes/newThemes/legacyCanvasHighContrast/components/pagination.js +36 -0
  873. package/lib/themes/newThemes/legacyCanvasHighContrast/components/paginationPageInput.js +38 -0
  874. package/lib/themes/newThemes/legacyCanvasHighContrast/components/palette.js +43 -0
  875. package/lib/themes/newThemes/legacyCanvasHighContrast/components/pill.js +57 -0
  876. package/lib/themes/newThemes/legacyCanvasHighContrast/components/popover.js +37 -0
  877. package/lib/themes/newThemes/legacyCanvasHighContrast/components/progressBar.js +70 -0
  878. package/lib/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.js +80 -0
  879. package/lib/themes/newThemes/legacyCanvasHighContrast/components/radioInput.js +96 -0
  880. package/lib/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.js +77 -0
  881. package/lib/themes/newThemes/legacyCanvasHighContrast/components/ratingIcon.js +41 -0
  882. package/lib/themes/newThemes/legacyCanvasHighContrast/components/rgbaInput.js +40 -0
  883. package/lib/themes/newThemes/legacyCanvasHighContrast/components/select.js +36 -0
  884. package/lib/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.js +65 -0
  885. package/lib/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.js +52 -0
  886. package/lib/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItemNew.js +52 -0
  887. package/lib/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarNew.js +65 -0
  888. package/lib/themes/newThemes/legacyCanvasHighContrast/components/slider.js +44 -0
  889. package/lib/themes/newThemes/legacyCanvasHighContrast/components/sourceCodeEditor.js +62 -0
  890. package/lib/themes/newThemes/legacyCanvasHighContrast/components/spinner.js +50 -0
  891. package/lib/themes/newThemes/legacyCanvasHighContrast/components/table.js +40 -0
  892. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableBody.js +40 -0
  893. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableCell.js +43 -0
  894. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableColHeader.js +42 -0
  895. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableHead.js +40 -0
  896. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableRow.js +44 -0
  897. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tableRowHeader.js +43 -0
  898. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tabs.js +41 -0
  899. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.js +44 -0
  900. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.js +47 -0
  901. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tag.js +63 -0
  902. package/lib/themes/newThemes/legacyCanvasHighContrast/components/text.js +112 -0
  903. package/lib/themes/newThemes/legacyCanvasHighContrast/components/textArea.js +60 -0
  904. package/lib/themes/newThemes/legacyCanvasHighContrast/components/textInput.js +73 -0
  905. package/lib/themes/newThemes/legacyCanvasHighContrast/components/toggle.js +100 -0
  906. package/lib/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.js +50 -0
  907. package/lib/themes/newThemes/legacyCanvasHighContrast/components/toggleGroup.js +36 -0
  908. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tooltip.js +39 -0
  909. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +41 -0
  910. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarBrand.js +38 -0
  911. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +48 -0
  912. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +68 -0
  913. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +41 -0
  914. package/lib/themes/newThemes/legacyCanvasHighContrast/components/tray.js +63 -0
  915. package/lib/themes/newThemes/legacyCanvasHighContrast/components/treeBrowser.js +36 -0
  916. package/lib/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.js +58 -0
  917. package/lib/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeCollection.js +41 -0
  918. package/lib/themes/newThemes/legacyCanvasHighContrast/components/truncateText.js +37 -0
  919. package/lib/themes/newThemes/legacyCanvasHighContrast/components/view.js +62 -0
  920. package/lib/themes/newThemes/legacyCanvasHighContrast/index.js +236 -0
  921. package/lib/themes/newThemes/legacyCanvasHighContrast/primitives.js +345 -0
  922. package/lib/themes/newThemes/legacyCanvasHighContrast/semantics.js +751 -0
  923. package/lib/themes/newThemes/legacyCanvasHighContrast/sharedTokens.js +279 -0
  924. package/lib/themes/newThemes/light/components/aiInformation.js +47 -0
  925. package/lib/themes/newThemes/light/components/alert.js +57 -0
  926. package/lib/themes/newThemes/light/components/appNav.js +42 -0
  927. package/lib/themes/newThemes/light/components/appNavItem.js +43 -0
  928. package/lib/themes/newThemes/light/components/avatar.js +79 -0
  929. package/lib/themes/newThemes/light/components/badge.js +51 -0
  930. package/lib/themes/newThemes/light/components/baseButton.js +217 -0
  931. package/lib/themes/newThemes/light/components/billboard.js +53 -0
  932. package/lib/themes/newThemes/light/components/breadcrumb.js +38 -0
  933. package/lib/themes/newThemes/light/components/byline.js +49 -0
  934. package/lib/themes/newThemes/light/components/calendar.js +45 -0
  935. package/lib/themes/newThemes/light/components/calendarDay.js +47 -0
  936. package/lib/themes/newThemes/light/components/checkbox.js +65 -0
  937. package/lib/themes/newThemes/light/components/colorContrast.js +50 -0
  938. package/lib/themes/newThemes/light/components/colorIndicator.js +44 -0
  939. package/lib/themes/newThemes/light/components/colorPicker.js +58 -0
  940. package/lib/themes/newThemes/light/components/colorPreset.js +45 -0
  941. package/lib/themes/newThemes/light/components/contextView.js +42 -0
  942. package/lib/themes/newThemes/light/components/dataPermissionLevels.js +47 -0
  943. package/lib/themes/newThemes/light/components/drawerLayoutContent.js +35 -0
  944. package/lib/themes/newThemes/light/components/drawerLayoutTray.js +44 -0
  945. package/lib/themes/newThemes/light/components/drilldown.js +41 -0
  946. package/lib/themes/newThemes/light/components/fileDrop.js +43 -0
  947. package/lib/themes/newThemes/light/components/flex.js +36 -0
  948. package/lib/themes/newThemes/light/components/formFieldLayout.js +45 -0
  949. package/lib/themes/newThemes/light/components/formFieldMessage.js +42 -0
  950. package/lib/themes/newThemes/light/components/grid.js +38 -0
  951. package/lib/themes/newThemes/light/components/gridCol.js +41 -0
  952. package/lib/themes/newThemes/light/components/gridRow.js +41 -0
  953. package/lib/themes/newThemes/light/components/heading.js +128 -0
  954. package/lib/themes/newThemes/light/components/icon.js +124 -0
  955. package/lib/themes/newThemes/light/components/inlineListItem.js +55 -0
  956. package/lib/themes/newThemes/light/components/link.js +78 -0
  957. package/lib/themes/newThemes/light/components/list.js +38 -0
  958. package/lib/themes/newThemes/light/components/listItem.js +60 -0
  959. package/lib/themes/newThemes/light/components/mask.js +37 -0
  960. package/lib/themes/newThemes/light/components/menu.js +35 -0
  961. package/lib/themes/newThemes/light/components/menuGroup.js +42 -0
  962. package/lib/themes/newThemes/light/components/menuItem.js +52 -0
  963. package/lib/themes/newThemes/light/components/menuSeparator.js +39 -0
  964. package/lib/themes/newThemes/light/components/metric.js +47 -0
  965. package/lib/themes/newThemes/light/components/modal.js +66 -0
  966. package/lib/themes/newThemes/light/components/modalBody.js +38 -0
  967. package/lib/themes/newThemes/light/components/modalFooter.js +43 -0
  968. package/lib/themes/newThemes/light/components/modalHeader.js +42 -0
  969. package/lib/themes/newThemes/light/components/nutritionFacts.js +43 -0
  970. package/lib/themes/newThemes/light/components/options.js +39 -0
  971. package/lib/themes/newThemes/light/components/optionsItem.js +58 -0
  972. package/lib/themes/newThemes/light/components/optionsSeparator.js +39 -0
  973. package/lib/themes/newThemes/light/components/pagination.js +36 -0
  974. package/lib/themes/newThemes/light/components/paginationPageInput.js +38 -0
  975. package/lib/themes/newThemes/light/components/palette.js +43 -0
  976. package/lib/themes/newThemes/light/components/pill.js +57 -0
  977. package/lib/themes/newThemes/light/components/popover.js +37 -0
  978. package/lib/themes/newThemes/light/components/progressBar.js +70 -0
  979. package/lib/themes/newThemes/light/components/progressCircle.js +80 -0
  980. package/lib/themes/newThemes/light/components/radioInput.js +96 -0
  981. package/lib/themes/newThemes/light/components/rangeInput.js +77 -0
  982. package/lib/themes/newThemes/light/components/ratingIcon.js +41 -0
  983. package/lib/themes/newThemes/light/components/rgbaInput.js +40 -0
  984. package/lib/themes/newThemes/light/components/select.js +36 -0
  985. package/lib/themes/newThemes/light/components/sideNavBar.js +65 -0
  986. package/lib/themes/newThemes/light/components/sideNavBarItem.js +52 -0
  987. package/lib/themes/newThemes/light/components/sideNavBarItemNew.js +52 -0
  988. package/lib/themes/newThemes/light/components/sideNavBarNew.js +65 -0
  989. package/lib/themes/newThemes/light/components/slider.js +44 -0
  990. package/lib/themes/newThemes/light/components/sourceCodeEditor.js +62 -0
  991. package/lib/themes/newThemes/light/components/spinner.js +50 -0
  992. package/lib/themes/newThemes/light/components/table.js +40 -0
  993. package/lib/themes/newThemes/light/components/tableBody.js +40 -0
  994. package/lib/themes/newThemes/light/components/tableCell.js +43 -0
  995. package/lib/themes/newThemes/light/components/tableColHeader.js +42 -0
  996. package/lib/themes/newThemes/light/components/tableHead.js +40 -0
  997. package/lib/themes/newThemes/light/components/tableRow.js +44 -0
  998. package/lib/themes/newThemes/light/components/tableRowHeader.js +43 -0
  999. package/lib/themes/newThemes/light/components/tabs.js +41 -0
  1000. package/lib/themes/newThemes/light/components/tabsPanel.js +44 -0
  1001. package/lib/themes/newThemes/light/components/tabsTab.js +47 -0
  1002. package/lib/themes/newThemes/light/components/tag.js +63 -0
  1003. package/lib/themes/newThemes/light/components/text.js +112 -0
  1004. package/lib/themes/newThemes/light/components/textArea.js +60 -0
  1005. package/lib/themes/newThemes/light/components/textInput.js +73 -0
  1006. package/lib/themes/newThemes/light/components/toggle.js +100 -0
  1007. package/lib/themes/newThemes/light/components/toggleDetails.js +50 -0
  1008. package/lib/themes/newThemes/light/components/toggleGroup.js +36 -0
  1009. package/lib/themes/newThemes/light/components/tooltip.js +39 -0
  1010. package/lib/themes/newThemes/light/components/topNavBarActionItems.js +41 -0
  1011. package/lib/themes/newThemes/light/components/topNavBarBrand.js +38 -0
  1012. package/lib/themes/newThemes/light/components/topNavBarItem.js +48 -0
  1013. package/lib/themes/newThemes/light/components/topNavBarLayout.js +68 -0
  1014. package/lib/themes/newThemes/light/components/topNavBarMenuItems.js +41 -0
  1015. package/lib/themes/newThemes/light/components/tray.js +63 -0
  1016. package/lib/themes/newThemes/light/components/treeBrowser.js +36 -0
  1017. package/lib/themes/newThemes/light/components/treeBrowserTreeButton.js +58 -0
  1018. package/lib/themes/newThemes/light/components/treeBrowserTreeCollection.js +41 -0
  1019. package/lib/themes/newThemes/light/components/truncateText.js +37 -0
  1020. package/lib/themes/newThemes/light/components/view.js +62 -0
  1021. package/lib/themes/newThemes/light/index.js +236 -0
  1022. package/lib/themes/newThemes/light/primitives.js +345 -0
  1023. package/lib/themes/newThemes/light/semantics.js +751 -0
  1024. package/lib/themes/newThemes/light/sharedTokens.js +279 -0
  1025. package/lib/utils/boxShadowObjectToString.js +73 -0
  1026. package/package.json +7 -5
  1027. package/src/index.ts +40 -8
  1028. package/src/themes/canvas/index.ts +12 -8
  1029. package/src/themes/canvasHighContrast/index.ts +18 -9
  1030. package/src/themes/dark/colors.ts +83 -0
  1031. package/src/themes/dark/index.ts +46 -0
  1032. package/src/themes/light/colors.ts +83 -0
  1033. package/src/themes/light/index.ts +46 -0
  1034. package/src/themes/newThemes/commonTypes.ts +212 -0
  1035. package/src/themes/newThemes/componentTypes/aiInformation.ts +40 -0
  1036. package/src/themes/newThemes/componentTypes/alert.ts +50 -0
  1037. package/src/themes/newThemes/componentTypes/appNav.ts +35 -0
  1038. package/src/themes/newThemes/componentTypes/appNavItem.ts +36 -0
  1039. package/src/themes/newThemes/componentTypes/avatar.ts +68 -0
  1040. package/src/themes/newThemes/componentTypes/badge.ts +44 -0
  1041. package/src/themes/newThemes/componentTypes/baseButton.ts +213 -0
  1042. package/src/themes/newThemes/componentTypes/billboard.ts +46 -0
  1043. package/src/themes/newThemes/componentTypes/breadcrumb.ts +27 -0
  1044. package/src/themes/newThemes/componentTypes/byline.ts +42 -0
  1045. package/src/themes/newThemes/componentTypes/calendar.ts +38 -0
  1046. package/src/themes/newThemes/componentTypes/calendarDay.ts +40 -0
  1047. package/src/themes/newThemes/componentTypes/checkbox.ts +58 -0
  1048. package/src/themes/newThemes/componentTypes/colorContrast.ts +43 -0
  1049. package/src/themes/newThemes/componentTypes/colorIndicator.ts +37 -0
  1050. package/src/themes/newThemes/componentTypes/colorPicker.ts +51 -0
  1051. package/src/themes/newThemes/componentTypes/colorPreset.ts +38 -0
  1052. package/src/themes/newThemes/componentTypes/contextView.ts +35 -0
  1053. package/src/themes/newThemes/componentTypes/dataPermissionLevels.ts +40 -0
  1054. package/src/themes/newThemes/componentTypes/drawerLayoutContent.ts +27 -0
  1055. package/src/themes/newThemes/componentTypes/drawerLayoutTray.ts +37 -0
  1056. package/src/themes/newThemes/componentTypes/drilldown.ts +34 -0
  1057. package/src/themes/newThemes/componentTypes/fileDrop.ts +36 -0
  1058. package/src/themes/newThemes/componentTypes/flex.ts +27 -0
  1059. package/src/themes/newThemes/componentTypes/formFieldLayout.ts +38 -0
  1060. package/src/themes/newThemes/componentTypes/formFieldMessage.ts +35 -0
  1061. package/src/themes/newThemes/componentTypes/grid.ts +27 -0
  1062. package/src/themes/newThemes/componentTypes/gridCol.ts +34 -0
  1063. package/src/themes/newThemes/componentTypes/gridRow.ts +34 -0
  1064. package/src/themes/newThemes/componentTypes/heading.ts +73 -0
  1065. package/src/themes/newThemes/componentTypes/icon.ts +117 -0
  1066. package/src/themes/newThemes/componentTypes/index.ts +224 -0
  1067. package/src/themes/newThemes/componentTypes/inlineListItem.ts +48 -0
  1068. package/src/themes/newThemes/componentTypes/link.ts +51 -0
  1069. package/src/themes/newThemes/componentTypes/list.ts +27 -0
  1070. package/src/themes/newThemes/componentTypes/listItem.ts +47 -0
  1071. package/src/themes/newThemes/componentTypes/mask.ts +27 -0
  1072. package/src/themes/newThemes/componentTypes/menu.ts +27 -0
  1073. package/src/themes/newThemes/componentTypes/menuGroup.ts +35 -0
  1074. package/src/themes/newThemes/componentTypes/menuItem.ts +47 -0
  1075. package/src/themes/newThemes/componentTypes/menuSeparator.ts +34 -0
  1076. package/src/themes/newThemes/componentTypes/metric.ts +40 -0
  1077. package/src/themes/newThemes/componentTypes/modal.ts +45 -0
  1078. package/src/themes/newThemes/componentTypes/modalBody.ts +27 -0
  1079. package/src/themes/newThemes/componentTypes/modalFooter.ts +36 -0
  1080. package/src/themes/newThemes/componentTypes/modalHeader.ts +35 -0
  1081. package/src/themes/newThemes/componentTypes/nutritionFacts.ts +36 -0
  1082. package/src/themes/newThemes/componentTypes/options.ts +32 -0
  1083. package/src/themes/newThemes/componentTypes/optionsItem.ts +53 -0
  1084. package/src/themes/newThemes/componentTypes/optionsSeparator.ts +34 -0
  1085. package/src/themes/newThemes/componentTypes/pagination.ts +27 -0
  1086. package/src/themes/newThemes/componentTypes/paginationPageInput.ts +27 -0
  1087. package/src/themes/newThemes/componentTypes/palette.ts +36 -0
  1088. package/src/themes/newThemes/componentTypes/pill.ts +50 -0
  1089. package/src/themes/newThemes/componentTypes/popover.ts +27 -0
  1090. package/src/themes/newThemes/componentTypes/progressBar.ts +63 -0
  1091. package/src/themes/newThemes/componentTypes/progressCircle.ts +73 -0
  1092. package/src/themes/newThemes/componentTypes/radioInput.ts +75 -0
  1093. package/src/themes/newThemes/componentTypes/rangeInput.ts +60 -0
  1094. package/src/themes/newThemes/componentTypes/ratingIcon.ts +34 -0
  1095. package/src/themes/newThemes/componentTypes/rgbaInput.ts +33 -0
  1096. package/src/themes/newThemes/componentTypes/select.ts +27 -0
  1097. package/src/themes/newThemes/componentTypes/sideNavBar.ts +44 -0
  1098. package/src/themes/newThemes/componentTypes/sideNavBarItem.ts +45 -0
  1099. package/src/themes/newThemes/componentTypes/sideNavBarItemNew.ts +45 -0
  1100. package/src/themes/newThemes/componentTypes/sideNavBarNew.ts +44 -0
  1101. package/src/themes/newThemes/componentTypes/slider.ts +37 -0
  1102. package/src/themes/newThemes/componentTypes/sourceCodeEditor.ts +55 -0
  1103. package/src/themes/newThemes/componentTypes/spinner.ts +43 -0
  1104. package/src/themes/newThemes/componentTypes/table.ts +33 -0
  1105. package/src/themes/newThemes/componentTypes/tableBody.ts +33 -0
  1106. package/src/themes/newThemes/componentTypes/tableCell.ts +36 -0
  1107. package/src/themes/newThemes/componentTypes/tableColHeader.ts +35 -0
  1108. package/src/themes/newThemes/componentTypes/tableHead.ts +33 -0
  1109. package/src/themes/newThemes/componentTypes/tableRow.ts +37 -0
  1110. package/src/themes/newThemes/componentTypes/tableRowHeader.ts +36 -0
  1111. package/src/themes/newThemes/componentTypes/tabs.ts +34 -0
  1112. package/src/themes/newThemes/componentTypes/tabsPanel.ts +37 -0
  1113. package/src/themes/newThemes/componentTypes/tabsTab.ts +40 -0
  1114. package/src/themes/newThemes/componentTypes/tag.ts +56 -0
  1115. package/src/themes/newThemes/componentTypes/text.ts +79 -0
  1116. package/src/themes/newThemes/componentTypes/textArea.ts +53 -0
  1117. package/src/themes/newThemes/componentTypes/textInput.ts +66 -0
  1118. package/src/themes/newThemes/componentTypes/toggle.ts +79 -0
  1119. package/src/themes/newThemes/componentTypes/toggleDetails.ts +43 -0
  1120. package/src/themes/newThemes/componentTypes/toggleGroup.ts +27 -0
  1121. package/src/themes/newThemes/componentTypes/tooltip.ts +27 -0
  1122. package/src/themes/newThemes/componentTypes/topNavBarActionItems.ts +34 -0
  1123. package/src/themes/newThemes/componentTypes/topNavBarBrand.ts +27 -0
  1124. package/src/themes/newThemes/componentTypes/topNavBarItem.ts +41 -0
  1125. package/src/themes/newThemes/componentTypes/topNavBarLayout.ts +61 -0
  1126. package/src/themes/newThemes/componentTypes/topNavBarMenuItems.ts +34 -0
  1127. package/src/themes/newThemes/componentTypes/tray.ts +42 -0
  1128. package/src/themes/newThemes/componentTypes/treeBrowser.ts +27 -0
  1129. package/src/themes/newThemes/componentTypes/treeBrowserTreeButton.ts +51 -0
  1130. package/src/themes/newThemes/componentTypes/treeBrowserTreeCollection.ts +34 -0
  1131. package/src/themes/newThemes/componentTypes/truncateText.ts +27 -0
  1132. package/src/themes/newThemes/componentTypes/view.ts +55 -0
  1133. package/src/themes/newThemes/dark/components/aiInformation.ts +42 -0
  1134. package/src/themes/newThemes/dark/components/alert.ts +52 -0
  1135. package/src/themes/newThemes/dark/components/appNav.ts +37 -0
  1136. package/src/themes/newThemes/dark/components/appNavItem.ts +38 -0
  1137. package/src/themes/newThemes/dark/components/avatar.ts +67 -0
  1138. package/src/themes/newThemes/dark/components/badge.ts +46 -0
  1139. package/src/themes/newThemes/dark/components/baseButton.ts +216 -0
  1140. package/src/themes/newThemes/dark/components/billboard.ts +48 -0
  1141. package/src/themes/newThemes/dark/components/breadcrumb.ts +33 -0
  1142. package/src/themes/newThemes/dark/components/byline.ts +44 -0
  1143. package/src/themes/newThemes/dark/components/calendar.ts +40 -0
  1144. package/src/themes/newThemes/dark/components/calendarDay.ts +42 -0
  1145. package/src/themes/newThemes/dark/components/checkbox.ts +60 -0
  1146. package/src/themes/newThemes/dark/components/colorContrast.ts +45 -0
  1147. package/src/themes/newThemes/dark/components/colorIndicator.ts +40 -0
  1148. package/src/themes/newThemes/dark/components/colorPicker.ts +53 -0
  1149. package/src/themes/newThemes/dark/components/colorPreset.ts +40 -0
  1150. package/src/themes/newThemes/dark/components/contextView.ts +37 -0
  1151. package/src/themes/newThemes/dark/components/dataPermissionLevels.ts +42 -0
  1152. package/src/themes/newThemes/dark/components/drawerLayoutContent.ts +28 -0
  1153. package/src/themes/newThemes/dark/components/drawerLayoutTray.ts +39 -0
  1154. package/src/themes/newThemes/dark/components/drilldown.ts +36 -0
  1155. package/src/themes/newThemes/dark/components/fileDrop.ts +38 -0
  1156. package/src/themes/newThemes/dark/components/flex.ts +29 -0
  1157. package/src/themes/newThemes/dark/components/formFieldLayout.ts +40 -0
  1158. package/src/themes/newThemes/dark/components/formFieldMessage.ts +37 -0
  1159. package/src/themes/newThemes/dark/components/grid.ts +33 -0
  1160. package/src/themes/newThemes/dark/components/gridCol.ts +36 -0
  1161. package/src/themes/newThemes/dark/components/gridRow.ts +36 -0
  1162. package/src/themes/newThemes/dark/components/heading.ts +123 -0
  1163. package/src/themes/newThemes/dark/components/icon.ts +119 -0
  1164. package/src/themes/newThemes/dark/components/inlineListItem.ts +50 -0
  1165. package/src/themes/newThemes/dark/components/link.ts +73 -0
  1166. package/src/themes/newThemes/dark/components/list.ts +33 -0
  1167. package/src/themes/newThemes/dark/components/listItem.ts +47 -0
  1168. package/src/themes/newThemes/dark/components/mask.ts +32 -0
  1169. package/src/themes/newThemes/dark/components/menu.ts +28 -0
  1170. package/src/themes/newThemes/dark/components/menuGroup.ts +37 -0
  1171. package/src/themes/newThemes/dark/components/menuItem.ts +47 -0
  1172. package/src/themes/newThemes/dark/components/menuSeparator.ts +34 -0
  1173. package/src/themes/newThemes/dark/components/metric.ts +42 -0
  1174. package/src/themes/newThemes/dark/components/modal.ts +61 -0
  1175. package/src/themes/newThemes/dark/components/modalBody.ts +33 -0
  1176. package/src/themes/newThemes/dark/components/modalFooter.ts +38 -0
  1177. package/src/themes/newThemes/dark/components/modalHeader.ts +37 -0
  1178. package/src/themes/newThemes/dark/components/nutritionFacts.ts +38 -0
  1179. package/src/themes/newThemes/dark/components/options.ts +34 -0
  1180. package/src/themes/newThemes/dark/components/optionsItem.ts +53 -0
  1181. package/src/themes/newThemes/dark/components/optionsSeparator.ts +34 -0
  1182. package/src/themes/newThemes/dark/components/pagination.ts +29 -0
  1183. package/src/themes/newThemes/dark/components/paginationPageInput.ts +33 -0
  1184. package/src/themes/newThemes/dark/components/palette.ts +38 -0
  1185. package/src/themes/newThemes/dark/components/pill.ts +52 -0
  1186. package/src/themes/newThemes/dark/components/popover.ts +29 -0
  1187. package/src/themes/newThemes/dark/components/progressBar.ts +65 -0
  1188. package/src/themes/newThemes/dark/components/progressCircle.ts +75 -0
  1189. package/src/themes/newThemes/dark/components/radioInput.ts +91 -0
  1190. package/src/themes/newThemes/dark/components/rangeInput.ts +72 -0
  1191. package/src/themes/newThemes/dark/components/ratingIcon.ts +36 -0
  1192. package/src/themes/newThemes/dark/components/rgbaInput.ts +35 -0
  1193. package/src/themes/newThemes/dark/components/select.ts +29 -0
  1194. package/src/themes/newThemes/dark/components/sideNavBar.ts +60 -0
  1195. package/src/themes/newThemes/dark/components/sideNavBarItem.ts +47 -0
  1196. package/src/themes/newThemes/dark/components/sideNavBarItemNew.ts +47 -0
  1197. package/src/themes/newThemes/dark/components/sideNavBarNew.ts +60 -0
  1198. package/src/themes/newThemes/dark/components/slider.ts +40 -0
  1199. package/src/themes/newThemes/dark/components/sourceCodeEditor.ts +57 -0
  1200. package/src/themes/newThemes/dark/components/spinner.ts +45 -0
  1201. package/src/themes/newThemes/dark/components/table.ts +35 -0
  1202. package/src/themes/newThemes/dark/components/tableBody.ts +35 -0
  1203. package/src/themes/newThemes/dark/components/tableCell.ts +38 -0
  1204. package/src/themes/newThemes/dark/components/tableColHeader.ts +37 -0
  1205. package/src/themes/newThemes/dark/components/tableHead.ts +35 -0
  1206. package/src/themes/newThemes/dark/components/tableRow.ts +39 -0
  1207. package/src/themes/newThemes/dark/components/tableRowHeader.ts +38 -0
  1208. package/src/themes/newThemes/dark/components/tabs.ts +36 -0
  1209. package/src/themes/newThemes/dark/components/tabsPanel.ts +39 -0
  1210. package/src/themes/newThemes/dark/components/tabsTab.ts +42 -0
  1211. package/src/themes/newThemes/dark/components/tag.ts +58 -0
  1212. package/src/themes/newThemes/dark/components/text.ts +107 -0
  1213. package/src/themes/newThemes/dark/components/textArea.ts +55 -0
  1214. package/src/themes/newThemes/dark/components/textInput.ts +68 -0
  1215. package/src/themes/newThemes/dark/components/toggle.ts +95 -0
  1216. package/src/themes/newThemes/dark/components/toggleDetails.ts +45 -0
  1217. package/src/themes/newThemes/dark/components/toggleGroup.ts +29 -0
  1218. package/src/themes/newThemes/dark/components/tooltip.ts +34 -0
  1219. package/src/themes/newThemes/dark/components/topNavBarActionItems.ts +36 -0
  1220. package/src/themes/newThemes/dark/components/topNavBarBrand.ts +33 -0
  1221. package/src/themes/newThemes/dark/components/topNavBarItem.ts +43 -0
  1222. package/src/themes/newThemes/dark/components/topNavBarLayout.ts +63 -0
  1223. package/src/themes/newThemes/dark/components/topNavBarMenuItems.ts +36 -0
  1224. package/src/themes/newThemes/dark/components/tray.ts +58 -0
  1225. package/src/themes/newThemes/dark/components/treeBrowser.ts +29 -0
  1226. package/src/themes/newThemes/dark/components/treeBrowserTreeButton.ts +53 -0
  1227. package/src/themes/newThemes/dark/components/treeBrowserTreeCollection.ts +36 -0
  1228. package/src/themes/newThemes/dark/components/truncateText.ts +32 -0
  1229. package/src/themes/newThemes/dark/components/view.ts +57 -0
  1230. package/src/themes/newThemes/dark/index.ts +236 -0
  1231. package/src/themes/newThemes/dark/primitives.ts +644 -0
  1232. package/src/themes/newThemes/dark/semantics.ts +1233 -0
  1233. package/src/themes/newThemes/dark/sharedTokens.ts +263 -0
  1234. package/src/themes/newThemes/index.ts +30 -0
  1235. package/src/themes/newThemes/legacyCanvas/components/aiInformation.ts +42 -0
  1236. package/src/themes/newThemes/legacyCanvas/components/alert.ts +52 -0
  1237. package/src/themes/newThemes/legacyCanvas/components/appNav.ts +37 -0
  1238. package/src/themes/newThemes/legacyCanvas/components/appNavItem.ts +38 -0
  1239. package/src/themes/newThemes/legacyCanvas/components/avatar.ts +67 -0
  1240. package/src/themes/newThemes/legacyCanvas/components/badge.ts +46 -0
  1241. package/src/themes/newThemes/legacyCanvas/components/baseButton.ts +216 -0
  1242. package/src/themes/newThemes/legacyCanvas/components/billboard.ts +48 -0
  1243. package/src/themes/newThemes/legacyCanvas/components/breadcrumb.ts +33 -0
  1244. package/src/themes/newThemes/legacyCanvas/components/byline.ts +44 -0
  1245. package/src/themes/newThemes/legacyCanvas/components/calendar.ts +40 -0
  1246. package/src/themes/newThemes/legacyCanvas/components/calendarDay.ts +42 -0
  1247. package/src/themes/newThemes/legacyCanvas/components/checkbox.ts +60 -0
  1248. package/src/themes/newThemes/legacyCanvas/components/colorContrast.ts +45 -0
  1249. package/src/themes/newThemes/legacyCanvas/components/colorIndicator.ts +40 -0
  1250. package/src/themes/newThemes/legacyCanvas/components/colorPicker.ts +53 -0
  1251. package/src/themes/newThemes/legacyCanvas/components/colorPreset.ts +40 -0
  1252. package/src/themes/newThemes/legacyCanvas/components/contextView.ts +37 -0
  1253. package/src/themes/newThemes/legacyCanvas/components/dataPermissionLevels.ts +42 -0
  1254. package/src/themes/newThemes/legacyCanvas/components/drawerLayoutContent.ts +28 -0
  1255. package/src/themes/newThemes/legacyCanvas/components/drawerLayoutTray.ts +39 -0
  1256. package/src/themes/newThemes/legacyCanvas/components/drilldown.ts +36 -0
  1257. package/src/themes/newThemes/legacyCanvas/components/fileDrop.ts +38 -0
  1258. package/src/themes/newThemes/legacyCanvas/components/flex.ts +29 -0
  1259. package/src/themes/newThemes/legacyCanvas/components/formFieldLayout.ts +40 -0
  1260. package/src/themes/newThemes/legacyCanvas/components/formFieldMessage.ts +37 -0
  1261. package/src/themes/newThemes/legacyCanvas/components/grid.ts +33 -0
  1262. package/src/themes/newThemes/legacyCanvas/components/gridCol.ts +36 -0
  1263. package/src/themes/newThemes/legacyCanvas/components/gridRow.ts +36 -0
  1264. package/src/themes/newThemes/legacyCanvas/components/heading.ts +123 -0
  1265. package/src/themes/newThemes/legacyCanvas/components/icon.ts +119 -0
  1266. package/src/themes/newThemes/legacyCanvas/components/inlineListItem.ts +50 -0
  1267. package/src/themes/newThemes/legacyCanvas/components/link.ts +73 -0
  1268. package/src/themes/newThemes/legacyCanvas/components/list.ts +33 -0
  1269. package/src/themes/newThemes/legacyCanvas/components/listItem.ts +47 -0
  1270. package/src/themes/newThemes/legacyCanvas/components/mask.ts +32 -0
  1271. package/src/themes/newThemes/legacyCanvas/components/menu.ts +28 -0
  1272. package/src/themes/newThemes/legacyCanvas/components/menuGroup.ts +37 -0
  1273. package/src/themes/newThemes/legacyCanvas/components/menuItem.ts +47 -0
  1274. package/src/themes/newThemes/legacyCanvas/components/menuSeparator.ts +34 -0
  1275. package/src/themes/newThemes/legacyCanvas/components/metric.ts +42 -0
  1276. package/src/themes/newThemes/legacyCanvas/components/modal.ts +61 -0
  1277. package/src/themes/newThemes/legacyCanvas/components/modalBody.ts +33 -0
  1278. package/src/themes/newThemes/legacyCanvas/components/modalFooter.ts +38 -0
  1279. package/src/themes/newThemes/legacyCanvas/components/modalHeader.ts +37 -0
  1280. package/src/themes/newThemes/legacyCanvas/components/nutritionFacts.ts +38 -0
  1281. package/src/themes/newThemes/legacyCanvas/components/options.ts +34 -0
  1282. package/src/themes/newThemes/legacyCanvas/components/optionsItem.ts +53 -0
  1283. package/src/themes/newThemes/legacyCanvas/components/optionsSeparator.ts +34 -0
  1284. package/src/themes/newThemes/legacyCanvas/components/pagination.ts +29 -0
  1285. package/src/themes/newThemes/legacyCanvas/components/paginationPageInput.ts +33 -0
  1286. package/src/themes/newThemes/legacyCanvas/components/palette.ts +38 -0
  1287. package/src/themes/newThemes/legacyCanvas/components/pill.ts +52 -0
  1288. package/src/themes/newThemes/legacyCanvas/components/popover.ts +29 -0
  1289. package/src/themes/newThemes/legacyCanvas/components/progressBar.ts +65 -0
  1290. package/src/themes/newThemes/legacyCanvas/components/progressCircle.ts +75 -0
  1291. package/src/themes/newThemes/legacyCanvas/components/radioInput.ts +91 -0
  1292. package/src/themes/newThemes/legacyCanvas/components/rangeInput.ts +72 -0
  1293. package/src/themes/newThemes/legacyCanvas/components/ratingIcon.ts +36 -0
  1294. package/src/themes/newThemes/legacyCanvas/components/rgbaInput.ts +35 -0
  1295. package/src/themes/newThemes/legacyCanvas/components/select.ts +29 -0
  1296. package/src/themes/newThemes/legacyCanvas/components/sideNavBar.ts +60 -0
  1297. package/src/themes/newThemes/legacyCanvas/components/sideNavBarItem.ts +47 -0
  1298. package/src/themes/newThemes/legacyCanvas/components/sideNavBarItemNew.ts +47 -0
  1299. package/src/themes/newThemes/legacyCanvas/components/sideNavBarNew.ts +60 -0
  1300. package/src/themes/newThemes/legacyCanvas/components/slider.ts +40 -0
  1301. package/src/themes/newThemes/legacyCanvas/components/sourceCodeEditor.ts +57 -0
  1302. package/src/themes/newThemes/legacyCanvas/components/spinner.ts +45 -0
  1303. package/src/themes/newThemes/legacyCanvas/components/table.ts +35 -0
  1304. package/src/themes/newThemes/legacyCanvas/components/tableBody.ts +35 -0
  1305. package/src/themes/newThemes/legacyCanvas/components/tableCell.ts +38 -0
  1306. package/src/themes/newThemes/legacyCanvas/components/tableColHeader.ts +37 -0
  1307. package/src/themes/newThemes/legacyCanvas/components/tableHead.ts +35 -0
  1308. package/src/themes/newThemes/legacyCanvas/components/tableRow.ts +39 -0
  1309. package/src/themes/newThemes/legacyCanvas/components/tableRowHeader.ts +38 -0
  1310. package/src/themes/newThemes/legacyCanvas/components/tabs.ts +36 -0
  1311. package/src/themes/newThemes/legacyCanvas/components/tabsPanel.ts +39 -0
  1312. package/src/themes/newThemes/legacyCanvas/components/tabsTab.ts +42 -0
  1313. package/src/themes/newThemes/legacyCanvas/components/tag.ts +58 -0
  1314. package/src/themes/newThemes/legacyCanvas/components/text.ts +107 -0
  1315. package/src/themes/newThemes/legacyCanvas/components/textArea.ts +55 -0
  1316. package/src/themes/newThemes/legacyCanvas/components/textInput.ts +68 -0
  1317. package/src/themes/newThemes/legacyCanvas/components/toggle.ts +95 -0
  1318. package/src/themes/newThemes/legacyCanvas/components/toggleDetails.ts +45 -0
  1319. package/src/themes/newThemes/legacyCanvas/components/toggleGroup.ts +29 -0
  1320. package/src/themes/newThemes/legacyCanvas/components/tooltip.ts +34 -0
  1321. package/src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts +36 -0
  1322. package/src/themes/newThemes/legacyCanvas/components/topNavBarBrand.ts +33 -0
  1323. package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +43 -0
  1324. package/src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts +63 -0
  1325. package/src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts +36 -0
  1326. package/src/themes/newThemes/legacyCanvas/components/tray.ts +58 -0
  1327. package/src/themes/newThemes/legacyCanvas/components/treeBrowser.ts +29 -0
  1328. package/src/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.ts +53 -0
  1329. package/src/themes/newThemes/legacyCanvas/components/treeBrowserTreeCollection.ts +36 -0
  1330. package/src/themes/newThemes/legacyCanvas/components/truncateText.ts +32 -0
  1331. package/src/themes/newThemes/legacyCanvas/components/view.ts +57 -0
  1332. package/src/themes/newThemes/legacyCanvas/index.ts +236 -0
  1333. package/src/themes/newThemes/legacyCanvas/primitives.ts +644 -0
  1334. package/src/themes/newThemes/legacyCanvas/semantics.ts +1221 -0
  1335. package/src/themes/newThemes/legacyCanvas/sharedTokens.ts +263 -0
  1336. package/src/themes/newThemes/legacyCanvasHighContrast/components/aiInformation.ts +42 -0
  1337. package/src/themes/newThemes/legacyCanvasHighContrast/components/alert.ts +52 -0
  1338. package/src/themes/newThemes/legacyCanvasHighContrast/components/appNav.ts +37 -0
  1339. package/src/themes/newThemes/legacyCanvasHighContrast/components/appNavItem.ts +38 -0
  1340. package/src/themes/newThemes/legacyCanvasHighContrast/components/avatar.ts +67 -0
  1341. package/src/themes/newThemes/legacyCanvasHighContrast/components/badge.ts +46 -0
  1342. package/src/themes/newThemes/legacyCanvasHighContrast/components/baseButton.ts +216 -0
  1343. package/src/themes/newThemes/legacyCanvasHighContrast/components/billboard.ts +48 -0
  1344. package/src/themes/newThemes/legacyCanvasHighContrast/components/breadcrumb.ts +33 -0
  1345. package/src/themes/newThemes/legacyCanvasHighContrast/components/byline.ts +44 -0
  1346. package/src/themes/newThemes/legacyCanvasHighContrast/components/calendar.ts +40 -0
  1347. package/src/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.ts +42 -0
  1348. package/src/themes/newThemes/legacyCanvasHighContrast/components/checkbox.ts +60 -0
  1349. package/src/themes/newThemes/legacyCanvasHighContrast/components/colorContrast.ts +45 -0
  1350. package/src/themes/newThemes/legacyCanvasHighContrast/components/colorIndicator.ts +40 -0
  1351. package/src/themes/newThemes/legacyCanvasHighContrast/components/colorPicker.ts +53 -0
  1352. package/src/themes/newThemes/legacyCanvasHighContrast/components/colorPreset.ts +40 -0
  1353. package/src/themes/newThemes/legacyCanvasHighContrast/components/contextView.ts +37 -0
  1354. package/src/themes/newThemes/legacyCanvasHighContrast/components/dataPermissionLevels.ts +42 -0
  1355. package/src/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutContent.ts +28 -0
  1356. package/src/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutTray.ts +39 -0
  1357. package/src/themes/newThemes/legacyCanvasHighContrast/components/drilldown.ts +36 -0
  1358. package/src/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.ts +38 -0
  1359. package/src/themes/newThemes/legacyCanvasHighContrast/components/flex.ts +29 -0
  1360. package/src/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.ts +40 -0
  1361. package/src/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.ts +37 -0
  1362. package/src/themes/newThemes/legacyCanvasHighContrast/components/grid.ts +33 -0
  1363. package/src/themes/newThemes/legacyCanvasHighContrast/components/gridCol.ts +36 -0
  1364. package/src/themes/newThemes/legacyCanvasHighContrast/components/gridRow.ts +36 -0
  1365. package/src/themes/newThemes/legacyCanvasHighContrast/components/heading.ts +123 -0
  1366. package/src/themes/newThemes/legacyCanvasHighContrast/components/icon.ts +119 -0
  1367. package/src/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.ts +50 -0
  1368. package/src/themes/newThemes/legacyCanvasHighContrast/components/link.ts +73 -0
  1369. package/src/themes/newThemes/legacyCanvasHighContrast/components/list.ts +33 -0
  1370. package/src/themes/newThemes/legacyCanvasHighContrast/components/listItem.ts +47 -0
  1371. package/src/themes/newThemes/legacyCanvasHighContrast/components/mask.ts +32 -0
  1372. package/src/themes/newThemes/legacyCanvasHighContrast/components/menu.ts +28 -0
  1373. package/src/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.ts +37 -0
  1374. package/src/themes/newThemes/legacyCanvasHighContrast/components/menuItem.ts +47 -0
  1375. package/src/themes/newThemes/legacyCanvasHighContrast/components/menuSeparator.ts +34 -0
  1376. package/src/themes/newThemes/legacyCanvasHighContrast/components/metric.ts +42 -0
  1377. package/src/themes/newThemes/legacyCanvasHighContrast/components/modal.ts +61 -0
  1378. package/src/themes/newThemes/legacyCanvasHighContrast/components/modalBody.ts +33 -0
  1379. package/src/themes/newThemes/legacyCanvasHighContrast/components/modalFooter.ts +38 -0
  1380. package/src/themes/newThemes/legacyCanvasHighContrast/components/modalHeader.ts +37 -0
  1381. package/src/themes/newThemes/legacyCanvasHighContrast/components/nutritionFacts.ts +38 -0
  1382. package/src/themes/newThemes/legacyCanvasHighContrast/components/options.ts +34 -0
  1383. package/src/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.ts +53 -0
  1384. package/src/themes/newThemes/legacyCanvasHighContrast/components/optionsSeparator.ts +34 -0
  1385. package/src/themes/newThemes/legacyCanvasHighContrast/components/pagination.ts +29 -0
  1386. package/src/themes/newThemes/legacyCanvasHighContrast/components/paginationPageInput.ts +33 -0
  1387. package/src/themes/newThemes/legacyCanvasHighContrast/components/palette.ts +38 -0
  1388. package/src/themes/newThemes/legacyCanvasHighContrast/components/pill.ts +52 -0
  1389. package/src/themes/newThemes/legacyCanvasHighContrast/components/popover.ts +29 -0
  1390. package/src/themes/newThemes/legacyCanvasHighContrast/components/progressBar.ts +65 -0
  1391. package/src/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.ts +75 -0
  1392. package/src/themes/newThemes/legacyCanvasHighContrast/components/radioInput.ts +91 -0
  1393. package/src/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.ts +72 -0
  1394. package/src/themes/newThemes/legacyCanvasHighContrast/components/ratingIcon.ts +36 -0
  1395. package/src/themes/newThemes/legacyCanvasHighContrast/components/rgbaInput.ts +35 -0
  1396. package/src/themes/newThemes/legacyCanvasHighContrast/components/select.ts +29 -0
  1397. package/src/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.ts +60 -0
  1398. package/src/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.ts +47 -0
  1399. package/src/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItemNew.ts +47 -0
  1400. package/src/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarNew.ts +60 -0
  1401. package/src/themes/newThemes/legacyCanvasHighContrast/components/slider.ts +40 -0
  1402. package/src/themes/newThemes/legacyCanvasHighContrast/components/sourceCodeEditor.ts +57 -0
  1403. package/src/themes/newThemes/legacyCanvasHighContrast/components/spinner.ts +45 -0
  1404. package/src/themes/newThemes/legacyCanvasHighContrast/components/table.ts +35 -0
  1405. package/src/themes/newThemes/legacyCanvasHighContrast/components/tableBody.ts +35 -0
  1406. package/src/themes/newThemes/legacyCanvasHighContrast/components/tableCell.ts +38 -0
  1407. package/src/themes/newThemes/legacyCanvasHighContrast/components/tableColHeader.ts +37 -0
  1408. package/src/themes/newThemes/legacyCanvasHighContrast/components/tableHead.ts +35 -0
  1409. package/src/themes/newThemes/legacyCanvasHighContrast/components/tableRow.ts +39 -0
  1410. package/src/themes/newThemes/legacyCanvasHighContrast/components/tableRowHeader.ts +38 -0
  1411. package/src/themes/newThemes/legacyCanvasHighContrast/components/tabs.ts +36 -0
  1412. package/src/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.ts +39 -0
  1413. package/src/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.ts +42 -0
  1414. package/src/themes/newThemes/legacyCanvasHighContrast/components/tag.ts +58 -0
  1415. package/src/themes/newThemes/legacyCanvasHighContrast/components/text.ts +107 -0
  1416. package/src/themes/newThemes/legacyCanvasHighContrast/components/textArea.ts +55 -0
  1417. package/src/themes/newThemes/legacyCanvasHighContrast/components/textInput.ts +68 -0
  1418. package/src/themes/newThemes/legacyCanvasHighContrast/components/toggle.ts +95 -0
  1419. package/src/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.ts +45 -0
  1420. package/src/themes/newThemes/legacyCanvasHighContrast/components/toggleGroup.ts +29 -0
  1421. package/src/themes/newThemes/legacyCanvasHighContrast/components/tooltip.ts +34 -0
  1422. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts +36 -0
  1423. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarBrand.ts +33 -0
  1424. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +43 -0
  1425. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts +63 -0
  1426. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts +36 -0
  1427. package/src/themes/newThemes/legacyCanvasHighContrast/components/tray.ts +58 -0
  1428. package/src/themes/newThemes/legacyCanvasHighContrast/components/treeBrowser.ts +29 -0
  1429. package/src/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.ts +53 -0
  1430. package/src/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeCollection.ts +36 -0
  1431. package/src/themes/newThemes/legacyCanvasHighContrast/components/truncateText.ts +32 -0
  1432. package/src/themes/newThemes/legacyCanvasHighContrast/components/view.ts +57 -0
  1433. package/src/themes/newThemes/legacyCanvasHighContrast/index.ts +236 -0
  1434. package/src/themes/newThemes/legacyCanvasHighContrast/primitives.ts +644 -0
  1435. package/src/themes/newThemes/legacyCanvasHighContrast/semantics.ts +1221 -0
  1436. package/src/themes/newThemes/legacyCanvasHighContrast/sharedTokens.ts +263 -0
  1437. package/src/themes/newThemes/light/components/aiInformation.ts +42 -0
  1438. package/src/themes/newThemes/light/components/alert.ts +52 -0
  1439. package/src/themes/newThemes/light/components/appNav.ts +37 -0
  1440. package/src/themes/newThemes/light/components/appNavItem.ts +38 -0
  1441. package/src/themes/newThemes/light/components/avatar.ts +67 -0
  1442. package/src/themes/newThemes/light/components/badge.ts +46 -0
  1443. package/src/themes/newThemes/light/components/baseButton.ts +216 -0
  1444. package/src/themes/newThemes/light/components/billboard.ts +48 -0
  1445. package/src/themes/newThemes/light/components/breadcrumb.ts +33 -0
  1446. package/src/themes/newThemes/light/components/byline.ts +44 -0
  1447. package/src/themes/newThemes/light/components/calendar.ts +40 -0
  1448. package/src/themes/newThemes/light/components/calendarDay.ts +42 -0
  1449. package/src/themes/newThemes/light/components/checkbox.ts +60 -0
  1450. package/src/themes/newThemes/light/components/colorContrast.ts +45 -0
  1451. package/src/themes/newThemes/light/components/colorIndicator.ts +40 -0
  1452. package/src/themes/newThemes/light/components/colorPicker.ts +53 -0
  1453. package/src/themes/newThemes/light/components/colorPreset.ts +40 -0
  1454. package/src/themes/newThemes/light/components/contextView.ts +37 -0
  1455. package/src/themes/newThemes/light/components/dataPermissionLevels.ts +42 -0
  1456. package/src/themes/newThemes/light/components/drawerLayoutContent.ts +28 -0
  1457. package/src/themes/newThemes/light/components/drawerLayoutTray.ts +39 -0
  1458. package/src/themes/newThemes/light/components/drilldown.ts +36 -0
  1459. package/src/themes/newThemes/light/components/fileDrop.ts +38 -0
  1460. package/src/themes/newThemes/light/components/flex.ts +29 -0
  1461. package/src/themes/newThemes/light/components/formFieldLayout.ts +40 -0
  1462. package/src/themes/newThemes/light/components/formFieldMessage.ts +37 -0
  1463. package/src/themes/newThemes/light/components/grid.ts +33 -0
  1464. package/src/themes/newThemes/light/components/gridCol.ts +36 -0
  1465. package/src/themes/newThemes/light/components/gridRow.ts +36 -0
  1466. package/src/themes/newThemes/light/components/heading.ts +123 -0
  1467. package/src/themes/newThemes/light/components/icon.ts +119 -0
  1468. package/src/themes/newThemes/light/components/inlineListItem.ts +50 -0
  1469. package/src/themes/newThemes/light/components/link.ts +73 -0
  1470. package/src/themes/newThemes/light/components/list.ts +33 -0
  1471. package/src/themes/newThemes/light/components/listItem.ts +47 -0
  1472. package/src/themes/newThemes/light/components/mask.ts +32 -0
  1473. package/src/themes/newThemes/light/components/menu.ts +28 -0
  1474. package/src/themes/newThemes/light/components/menuGroup.ts +37 -0
  1475. package/src/themes/newThemes/light/components/menuItem.ts +47 -0
  1476. package/src/themes/newThemes/light/components/menuSeparator.ts +34 -0
  1477. package/src/themes/newThemes/light/components/metric.ts +42 -0
  1478. package/src/themes/newThemes/light/components/modal.ts +61 -0
  1479. package/src/themes/newThemes/light/components/modalBody.ts +33 -0
  1480. package/src/themes/newThemes/light/components/modalFooter.ts +38 -0
  1481. package/src/themes/newThemes/light/components/modalHeader.ts +37 -0
  1482. package/src/themes/newThemes/light/components/nutritionFacts.ts +38 -0
  1483. package/src/themes/newThemes/light/components/options.ts +34 -0
  1484. package/src/themes/newThemes/light/components/optionsItem.ts +53 -0
  1485. package/src/themes/newThemes/light/components/optionsSeparator.ts +34 -0
  1486. package/src/themes/newThemes/light/components/pagination.ts +29 -0
  1487. package/src/themes/newThemes/light/components/paginationPageInput.ts +33 -0
  1488. package/src/themes/newThemes/light/components/palette.ts +38 -0
  1489. package/src/themes/newThemes/light/components/pill.ts +52 -0
  1490. package/src/themes/newThemes/light/components/popover.ts +29 -0
  1491. package/src/themes/newThemes/light/components/progressBar.ts +65 -0
  1492. package/src/themes/newThemes/light/components/progressCircle.ts +75 -0
  1493. package/src/themes/newThemes/light/components/radioInput.ts +91 -0
  1494. package/src/themes/newThemes/light/components/rangeInput.ts +72 -0
  1495. package/src/themes/newThemes/light/components/ratingIcon.ts +36 -0
  1496. package/src/themes/newThemes/light/components/rgbaInput.ts +35 -0
  1497. package/src/themes/newThemes/light/components/select.ts +29 -0
  1498. package/src/themes/newThemes/light/components/sideNavBar.ts +60 -0
  1499. package/src/themes/newThemes/light/components/sideNavBarItem.ts +47 -0
  1500. package/src/themes/newThemes/light/components/sideNavBarItemNew.ts +47 -0
  1501. package/src/themes/newThemes/light/components/sideNavBarNew.ts +60 -0
  1502. package/src/themes/newThemes/light/components/slider.ts +40 -0
  1503. package/src/themes/newThemes/light/components/sourceCodeEditor.ts +57 -0
  1504. package/src/themes/newThemes/light/components/spinner.ts +45 -0
  1505. package/src/themes/newThemes/light/components/table.ts +35 -0
  1506. package/src/themes/newThemes/light/components/tableBody.ts +35 -0
  1507. package/src/themes/newThemes/light/components/tableCell.ts +38 -0
  1508. package/src/themes/newThemes/light/components/tableColHeader.ts +37 -0
  1509. package/src/themes/newThemes/light/components/tableHead.ts +35 -0
  1510. package/src/themes/newThemes/light/components/tableRow.ts +39 -0
  1511. package/src/themes/newThemes/light/components/tableRowHeader.ts +38 -0
  1512. package/src/themes/newThemes/light/components/tabs.ts +36 -0
  1513. package/src/themes/newThemes/light/components/tabsPanel.ts +39 -0
  1514. package/src/themes/newThemes/light/components/tabsTab.ts +42 -0
  1515. package/src/themes/newThemes/light/components/tag.ts +58 -0
  1516. package/src/themes/newThemes/light/components/text.ts +107 -0
  1517. package/src/themes/newThemes/light/components/textArea.ts +55 -0
  1518. package/src/themes/newThemes/light/components/textInput.ts +68 -0
  1519. package/src/themes/newThemes/light/components/toggle.ts +95 -0
  1520. package/src/themes/newThemes/light/components/toggleDetails.ts +45 -0
  1521. package/src/themes/newThemes/light/components/toggleGroup.ts +29 -0
  1522. package/src/themes/newThemes/light/components/tooltip.ts +34 -0
  1523. package/src/themes/newThemes/light/components/topNavBarActionItems.ts +36 -0
  1524. package/src/themes/newThemes/light/components/topNavBarBrand.ts +33 -0
  1525. package/src/themes/newThemes/light/components/topNavBarItem.ts +43 -0
  1526. package/src/themes/newThemes/light/components/topNavBarLayout.ts +63 -0
  1527. package/src/themes/newThemes/light/components/topNavBarMenuItems.ts +36 -0
  1528. package/src/themes/newThemes/light/components/tray.ts +58 -0
  1529. package/src/themes/newThemes/light/components/treeBrowser.ts +29 -0
  1530. package/src/themes/newThemes/light/components/treeBrowserTreeButton.ts +53 -0
  1531. package/src/themes/newThemes/light/components/treeBrowserTreeCollection.ts +36 -0
  1532. package/src/themes/newThemes/light/components/truncateText.ts +32 -0
  1533. package/src/themes/newThemes/light/components/view.ts +57 -0
  1534. package/src/themes/newThemes/light/index.ts +236 -0
  1535. package/src/themes/newThemes/light/primitives.ts +644 -0
  1536. package/src/themes/newThemes/light/semantics.ts +1221 -0
  1537. package/src/themes/newThemes/light/sharedTokens.ts +263 -0
  1538. package/src/utils/boxShadowObjectToString.ts +89 -0
  1539. package/tokens/canvas/scss/_variables.scss +2576 -0
  1540. package/tokens/canvas/source.json +1 -1
  1541. package/tsconfig.build.tsbuildinfo +1 -1
  1542. package/types/index.d.ts +14 -6
  1543. package/types/index.d.ts.map +1 -1
  1544. package/types/themes/canvas/index.d.ts +7 -8
  1545. package/types/themes/canvas/index.d.ts.map +1 -1
  1546. package/types/themes/canvasHighContrast/index.d.ts +10 -8
  1547. package/types/themes/canvasHighContrast/index.d.ts.map +1 -1
  1548. package/types/themes/dark/colors.d.ts +16 -0
  1549. package/types/themes/dark/colors.d.ts.map +1 -0
  1550. package/types/themes/dark/index.d.ts +10 -0
  1551. package/types/themes/dark/index.d.ts.map +1 -0
  1552. package/types/themes/light/colors.d.ts +16 -0
  1553. package/types/themes/light/colors.d.ts.map +1 -0
  1554. package/types/themes/light/index.d.ts +10 -0
  1555. package/types/themes/light/index.d.ts.map +1 -0
  1556. package/types/themes/newThemes/commonTypes.d.ts +224 -0
  1557. package/types/themes/newThemes/commonTypes.d.ts.map +1 -0
  1558. package/types/themes/newThemes/componentTypes/aiInformation.d.ts +16 -0
  1559. package/types/themes/newThemes/componentTypes/aiInformation.d.ts.map +1 -0
  1560. package/types/themes/newThemes/componentTypes/alert.d.ts +26 -0
  1561. package/types/themes/newThemes/componentTypes/alert.d.ts.map +1 -0
  1562. package/types/themes/newThemes/componentTypes/appNav.d.ts +11 -0
  1563. package/types/themes/newThemes/componentTypes/appNav.d.ts.map +1 -0
  1564. package/types/themes/newThemes/componentTypes/appNavItem.d.ts +12 -0
  1565. package/types/themes/newThemes/componentTypes/appNavItem.d.ts.map +1 -0
  1566. package/types/themes/newThemes/componentTypes/avatar.d.ts +43 -0
  1567. package/types/themes/newThemes/componentTypes/avatar.d.ts.map +1 -0
  1568. package/types/themes/newThemes/componentTypes/badge.d.ts +20 -0
  1569. package/types/themes/newThemes/componentTypes/badge.d.ts.map +1 -0
  1570. package/types/themes/newThemes/componentTypes/baseButton.d.ts +189 -0
  1571. package/types/themes/newThemes/componentTypes/baseButton.d.ts.map +1 -0
  1572. package/types/themes/newThemes/componentTypes/billboard.d.ts +22 -0
  1573. package/types/themes/newThemes/componentTypes/billboard.d.ts.map +1 -0
  1574. package/types/themes/newThemes/componentTypes/breadcrumb.d.ts +7 -0
  1575. package/types/themes/newThemes/componentTypes/breadcrumb.d.ts.map +1 -0
  1576. package/types/themes/newThemes/componentTypes/byline.d.ts +18 -0
  1577. package/types/themes/newThemes/componentTypes/byline.d.ts.map +1 -0
  1578. package/types/themes/newThemes/componentTypes/calendar.d.ts +14 -0
  1579. package/types/themes/newThemes/componentTypes/calendar.d.ts.map +1 -0
  1580. package/types/themes/newThemes/componentTypes/calendarDay.d.ts +16 -0
  1581. package/types/themes/newThemes/componentTypes/calendarDay.d.ts.map +1 -0
  1582. package/types/themes/newThemes/componentTypes/checkbox.d.ts +34 -0
  1583. package/types/themes/newThemes/componentTypes/checkbox.d.ts.map +1 -0
  1584. package/types/themes/newThemes/componentTypes/colorContrast.d.ts +19 -0
  1585. package/types/themes/newThemes/componentTypes/colorContrast.d.ts.map +1 -0
  1586. package/types/themes/newThemes/componentTypes/colorIndicator.d.ts +13 -0
  1587. package/types/themes/newThemes/componentTypes/colorIndicator.d.ts.map +1 -0
  1588. package/types/themes/newThemes/componentTypes/colorPicker.d.ts +27 -0
  1589. package/types/themes/newThemes/componentTypes/colorPicker.d.ts.map +1 -0
  1590. package/types/themes/newThemes/componentTypes/colorPreset.d.ts +14 -0
  1591. package/types/themes/newThemes/componentTypes/colorPreset.d.ts.map +1 -0
  1592. package/types/themes/newThemes/componentTypes/contextView.d.ts +11 -0
  1593. package/types/themes/newThemes/componentTypes/contextView.d.ts.map +1 -0
  1594. package/types/themes/newThemes/componentTypes/dataPermissionLevels.d.ts +16 -0
  1595. package/types/themes/newThemes/componentTypes/dataPermissionLevels.d.ts.map +1 -0
  1596. package/types/themes/newThemes/componentTypes/drawerLayoutContent.d.ts +6 -0
  1597. package/types/themes/newThemes/componentTypes/drawerLayoutContent.d.ts.map +1 -0
  1598. package/types/themes/newThemes/componentTypes/drawerLayoutTray.d.ts +13 -0
  1599. package/types/themes/newThemes/componentTypes/drawerLayoutTray.d.ts.map +1 -0
  1600. package/types/themes/newThemes/componentTypes/drilldown.d.ts +10 -0
  1601. package/types/themes/newThemes/componentTypes/drilldown.d.ts.map +1 -0
  1602. package/types/themes/newThemes/componentTypes/fileDrop.d.ts +12 -0
  1603. package/types/themes/newThemes/componentTypes/fileDrop.d.ts.map +1 -0
  1604. package/types/themes/newThemes/componentTypes/flex.d.ts +5 -0
  1605. package/types/themes/newThemes/componentTypes/flex.d.ts.map +1 -0
  1606. package/types/themes/newThemes/componentTypes/formFieldLayout.d.ts +14 -0
  1607. package/types/themes/newThemes/componentTypes/formFieldLayout.d.ts.map +1 -0
  1608. package/types/themes/newThemes/componentTypes/formFieldMessage.d.ts +11 -0
  1609. package/types/themes/newThemes/componentTypes/formFieldMessage.d.ts.map +1 -0
  1610. package/types/themes/newThemes/componentTypes/grid.d.ts +7 -0
  1611. package/types/themes/newThemes/componentTypes/grid.d.ts.map +1 -0
  1612. package/types/themes/newThemes/componentTypes/gridCol.d.ts +10 -0
  1613. package/types/themes/newThemes/componentTypes/gridCol.d.ts.map +1 -0
  1614. package/types/themes/newThemes/componentTypes/gridRow.d.ts +10 -0
  1615. package/types/themes/newThemes/componentTypes/gridRow.d.ts.map +1 -0
  1616. package/types/themes/newThemes/componentTypes/heading.d.ts +48 -0
  1617. package/types/themes/newThemes/componentTypes/heading.d.ts.map +1 -0
  1618. package/types/themes/newThemes/componentTypes/icon.d.ts +93 -0
  1619. package/types/themes/newThemes/componentTypes/icon.d.ts.map +1 -0
  1620. package/types/themes/newThemes/componentTypes/index.d.ts +199 -0
  1621. package/types/themes/newThemes/componentTypes/index.d.ts.map +1 -0
  1622. package/types/themes/newThemes/componentTypes/inlineListItem.d.ts +24 -0
  1623. package/types/themes/newThemes/componentTypes/inlineListItem.d.ts.map +1 -0
  1624. package/types/themes/newThemes/componentTypes/link.d.ts +30 -0
  1625. package/types/themes/newThemes/componentTypes/link.d.ts.map +1 -0
  1626. package/types/themes/newThemes/componentTypes/list.d.ts +7 -0
  1627. package/types/themes/newThemes/componentTypes/list.d.ts.map +1 -0
  1628. package/types/themes/newThemes/componentTypes/listItem.d.ts +22 -0
  1629. package/types/themes/newThemes/componentTypes/listItem.d.ts.map +1 -0
  1630. package/types/themes/newThemes/componentTypes/mask.d.ts +6 -0
  1631. package/types/themes/newThemes/componentTypes/mask.d.ts.map +1 -0
  1632. package/types/themes/newThemes/componentTypes/menu.d.ts +6 -0
  1633. package/types/themes/newThemes/componentTypes/menu.d.ts.map +1 -0
  1634. package/types/themes/newThemes/componentTypes/menuGroup.d.ts +11 -0
  1635. package/types/themes/newThemes/componentTypes/menuGroup.d.ts.map +1 -0
  1636. package/types/themes/newThemes/componentTypes/menuItem.d.ts +23 -0
  1637. package/types/themes/newThemes/componentTypes/menuItem.d.ts.map +1 -0
  1638. package/types/themes/newThemes/componentTypes/menuSeparator.d.ts +10 -0
  1639. package/types/themes/newThemes/componentTypes/menuSeparator.d.ts.map +1 -0
  1640. package/types/themes/newThemes/componentTypes/metric.d.ts +16 -0
  1641. package/types/themes/newThemes/componentTypes/metric.d.ts.map +1 -0
  1642. package/types/themes/newThemes/componentTypes/modal.d.ts +23 -0
  1643. package/types/themes/newThemes/componentTypes/modal.d.ts.map +1 -0
  1644. package/types/themes/newThemes/componentTypes/modalBody.d.ts +7 -0
  1645. package/types/themes/newThemes/componentTypes/modalBody.d.ts.map +1 -0
  1646. package/types/themes/newThemes/componentTypes/modalFooter.d.ts +12 -0
  1647. package/types/themes/newThemes/componentTypes/modalFooter.d.ts.map +1 -0
  1648. package/types/themes/newThemes/componentTypes/modalHeader.d.ts +11 -0
  1649. package/types/themes/newThemes/componentTypes/modalHeader.d.ts.map +1 -0
  1650. package/types/themes/newThemes/componentTypes/nutritionFacts.d.ts +12 -0
  1651. package/types/themes/newThemes/componentTypes/nutritionFacts.d.ts.map +1 -0
  1652. package/types/themes/newThemes/componentTypes/options.d.ts +8 -0
  1653. package/types/themes/newThemes/componentTypes/options.d.ts.map +1 -0
  1654. package/types/themes/newThemes/componentTypes/optionsItem.d.ts +29 -0
  1655. package/types/themes/newThemes/componentTypes/optionsItem.d.ts.map +1 -0
  1656. package/types/themes/newThemes/componentTypes/optionsSeparator.d.ts +10 -0
  1657. package/types/themes/newThemes/componentTypes/optionsSeparator.d.ts.map +1 -0
  1658. package/types/themes/newThemes/componentTypes/pagination.d.ts +5 -0
  1659. package/types/themes/newThemes/componentTypes/pagination.d.ts.map +1 -0
  1660. package/types/themes/newThemes/componentTypes/paginationPageInput.d.ts +7 -0
  1661. package/types/themes/newThemes/componentTypes/paginationPageInput.d.ts.map +1 -0
  1662. package/types/themes/newThemes/componentTypes/palette.d.ts +12 -0
  1663. package/types/themes/newThemes/componentTypes/palette.d.ts.map +1 -0
  1664. package/types/themes/newThemes/componentTypes/pill.d.ts +26 -0
  1665. package/types/themes/newThemes/componentTypes/pill.d.ts.map +1 -0
  1666. package/types/themes/newThemes/componentTypes/popover.d.ts +6 -0
  1667. package/types/themes/newThemes/componentTypes/popover.d.ts.map +1 -0
  1668. package/types/themes/newThemes/componentTypes/progressBar.d.ts +39 -0
  1669. package/types/themes/newThemes/componentTypes/progressBar.d.ts.map +1 -0
  1670. package/types/themes/newThemes/componentTypes/progressCircle.d.ts +49 -0
  1671. package/types/themes/newThemes/componentTypes/progressCircle.d.ts.map +1 -0
  1672. package/types/themes/newThemes/componentTypes/radioInput.d.ts +53 -0
  1673. package/types/themes/newThemes/componentTypes/radioInput.d.ts.map +1 -0
  1674. package/types/themes/newThemes/componentTypes/rangeInput.d.ts +38 -0
  1675. package/types/themes/newThemes/componentTypes/rangeInput.d.ts.map +1 -0
  1676. package/types/themes/newThemes/componentTypes/ratingIcon.d.ts +10 -0
  1677. package/types/themes/newThemes/componentTypes/ratingIcon.d.ts.map +1 -0
  1678. package/types/themes/newThemes/componentTypes/rgbaInput.d.ts +9 -0
  1679. package/types/themes/newThemes/componentTypes/rgbaInput.d.ts.map +1 -0
  1680. package/types/themes/newThemes/componentTypes/select.d.ts +5 -0
  1681. package/types/themes/newThemes/componentTypes/select.d.ts.map +1 -0
  1682. package/types/themes/newThemes/componentTypes/sideNavBar.d.ts +22 -0
  1683. package/types/themes/newThemes/componentTypes/sideNavBar.d.ts.map +1 -0
  1684. package/types/themes/newThemes/componentTypes/sideNavBarItem.d.ts +21 -0
  1685. package/types/themes/newThemes/componentTypes/sideNavBarItem.d.ts.map +1 -0
  1686. package/types/themes/newThemes/componentTypes/sideNavBarItemNew.d.ts +21 -0
  1687. package/types/themes/newThemes/componentTypes/sideNavBarItemNew.d.ts.map +1 -0
  1688. package/types/themes/newThemes/componentTypes/sideNavBarNew.d.ts +22 -0
  1689. package/types/themes/newThemes/componentTypes/sideNavBarNew.d.ts.map +1 -0
  1690. package/types/themes/newThemes/componentTypes/slider.d.ts +13 -0
  1691. package/types/themes/newThemes/componentTypes/slider.d.ts.map +1 -0
  1692. package/types/themes/newThemes/componentTypes/sourceCodeEditor.d.ts +31 -0
  1693. package/types/themes/newThemes/componentTypes/sourceCodeEditor.d.ts.map +1 -0
  1694. package/types/themes/newThemes/componentTypes/spinner.d.ts +19 -0
  1695. package/types/themes/newThemes/componentTypes/spinner.d.ts.map +1 -0
  1696. package/types/themes/newThemes/componentTypes/table.d.ts +9 -0
  1697. package/types/themes/newThemes/componentTypes/table.d.ts.map +1 -0
  1698. package/types/themes/newThemes/componentTypes/tableBody.d.ts +9 -0
  1699. package/types/themes/newThemes/componentTypes/tableBody.d.ts.map +1 -0
  1700. package/types/themes/newThemes/componentTypes/tableCell.d.ts +12 -0
  1701. package/types/themes/newThemes/componentTypes/tableCell.d.ts.map +1 -0
  1702. package/types/themes/newThemes/componentTypes/tableColHeader.d.ts +11 -0
  1703. package/types/themes/newThemes/componentTypes/tableColHeader.d.ts.map +1 -0
  1704. package/types/themes/newThemes/componentTypes/tableHead.d.ts +9 -0
  1705. package/types/themes/newThemes/componentTypes/tableHead.d.ts.map +1 -0
  1706. package/types/themes/newThemes/componentTypes/tableRow.d.ts +13 -0
  1707. package/types/themes/newThemes/componentTypes/tableRow.d.ts.map +1 -0
  1708. package/types/themes/newThemes/componentTypes/tableRowHeader.d.ts +12 -0
  1709. package/types/themes/newThemes/componentTypes/tableRowHeader.d.ts.map +1 -0
  1710. package/types/themes/newThemes/componentTypes/tabs.d.ts +10 -0
  1711. package/types/themes/newThemes/componentTypes/tabs.d.ts.map +1 -0
  1712. package/types/themes/newThemes/componentTypes/tabsPanel.d.ts +13 -0
  1713. package/types/themes/newThemes/componentTypes/tabsPanel.d.ts.map +1 -0
  1714. package/types/themes/newThemes/componentTypes/tabsTab.d.ts +16 -0
  1715. package/types/themes/newThemes/componentTypes/tabsTab.d.ts.map +1 -0
  1716. package/types/themes/newThemes/componentTypes/tag.d.ts +32 -0
  1717. package/types/themes/newThemes/componentTypes/tag.d.ts.map +1 -0
  1718. package/types/themes/newThemes/componentTypes/text.d.ts +54 -0
  1719. package/types/themes/newThemes/componentTypes/text.d.ts.map +1 -0
  1720. package/types/themes/newThemes/componentTypes/textArea.d.ts +29 -0
  1721. package/types/themes/newThemes/componentTypes/textArea.d.ts.map +1 -0
  1722. package/types/themes/newThemes/componentTypes/textInput.d.ts +42 -0
  1723. package/types/themes/newThemes/componentTypes/textInput.d.ts.map +1 -0
  1724. package/types/themes/newThemes/componentTypes/toggle.d.ts +57 -0
  1725. package/types/themes/newThemes/componentTypes/toggle.d.ts.map +1 -0
  1726. package/types/themes/newThemes/componentTypes/toggleDetails.d.ts +19 -0
  1727. package/types/themes/newThemes/componentTypes/toggleDetails.d.ts.map +1 -0
  1728. package/types/themes/newThemes/componentTypes/toggleGroup.d.ts +5 -0
  1729. package/types/themes/newThemes/componentTypes/toggleGroup.d.ts.map +1 -0
  1730. package/types/themes/newThemes/componentTypes/tooltip.d.ts +8 -0
  1731. package/types/themes/newThemes/componentTypes/tooltip.d.ts.map +1 -0
  1732. package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts +10 -0
  1733. package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts.map +1 -0
  1734. package/types/themes/newThemes/componentTypes/topNavBarBrand.d.ts +7 -0
  1735. package/types/themes/newThemes/componentTypes/topNavBarBrand.d.ts.map +1 -0
  1736. package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +17 -0
  1737. package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -0
  1738. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts +37 -0
  1739. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts.map +1 -0
  1740. package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts +10 -0
  1741. package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts.map +1 -0
  1742. package/types/themes/newThemes/componentTypes/tray.d.ts +20 -0
  1743. package/types/themes/newThemes/componentTypes/tray.d.ts.map +1 -0
  1744. package/types/themes/newThemes/componentTypes/treeBrowser.d.ts +5 -0
  1745. package/types/themes/newThemes/componentTypes/treeBrowser.d.ts.map +1 -0
  1746. package/types/themes/newThemes/componentTypes/treeBrowserTreeButton.d.ts +27 -0
  1747. package/types/themes/newThemes/componentTypes/treeBrowserTreeButton.d.ts.map +1 -0
  1748. package/types/themes/newThemes/componentTypes/treeBrowserTreeCollection.d.ts +10 -0
  1749. package/types/themes/newThemes/componentTypes/treeBrowserTreeCollection.d.ts.map +1 -0
  1750. package/types/themes/newThemes/componentTypes/truncateText.d.ts +6 -0
  1751. package/types/themes/newThemes/componentTypes/truncateText.d.ts.map +1 -0
  1752. package/types/themes/newThemes/componentTypes/view.d.ts +31 -0
  1753. package/types/themes/newThemes/componentTypes/view.d.ts.map +1 -0
  1754. package/types/themes/newThemes/dark/components/aiInformation.d.ts +4 -0
  1755. package/types/themes/newThemes/dark/components/aiInformation.d.ts.map +1 -0
  1756. package/types/themes/newThemes/dark/components/alert.d.ts +4 -0
  1757. package/types/themes/newThemes/dark/components/alert.d.ts.map +1 -0
  1758. package/types/themes/newThemes/dark/components/appNav.d.ts +4 -0
  1759. package/types/themes/newThemes/dark/components/appNav.d.ts.map +1 -0
  1760. package/types/themes/newThemes/dark/components/appNavItem.d.ts +4 -0
  1761. package/types/themes/newThemes/dark/components/appNavItem.d.ts.map +1 -0
  1762. package/types/themes/newThemes/dark/components/avatar.d.ts +4 -0
  1763. package/types/themes/newThemes/dark/components/avatar.d.ts.map +1 -0
  1764. package/types/themes/newThemes/dark/components/badge.d.ts +4 -0
  1765. package/types/themes/newThemes/dark/components/badge.d.ts.map +1 -0
  1766. package/types/themes/newThemes/dark/components/baseButton.d.ts +4 -0
  1767. package/types/themes/newThemes/dark/components/baseButton.d.ts.map +1 -0
  1768. package/types/themes/newThemes/dark/components/billboard.d.ts +4 -0
  1769. package/types/themes/newThemes/dark/components/billboard.d.ts.map +1 -0
  1770. package/types/themes/newThemes/dark/components/breadcrumb.d.ts +4 -0
  1771. package/types/themes/newThemes/dark/components/breadcrumb.d.ts.map +1 -0
  1772. package/types/themes/newThemes/dark/components/byline.d.ts +4 -0
  1773. package/types/themes/newThemes/dark/components/byline.d.ts.map +1 -0
  1774. package/types/themes/newThemes/dark/components/calendar.d.ts +4 -0
  1775. package/types/themes/newThemes/dark/components/calendar.d.ts.map +1 -0
  1776. package/types/themes/newThemes/dark/components/calendarDay.d.ts +4 -0
  1777. package/types/themes/newThemes/dark/components/calendarDay.d.ts.map +1 -0
  1778. package/types/themes/newThemes/dark/components/checkbox.d.ts +4 -0
  1779. package/types/themes/newThemes/dark/components/checkbox.d.ts.map +1 -0
  1780. package/types/themes/newThemes/dark/components/colorContrast.d.ts +4 -0
  1781. package/types/themes/newThemes/dark/components/colorContrast.d.ts.map +1 -0
  1782. package/types/themes/newThemes/dark/components/colorIndicator.d.ts +4 -0
  1783. package/types/themes/newThemes/dark/components/colorIndicator.d.ts.map +1 -0
  1784. package/types/themes/newThemes/dark/components/colorPicker.d.ts +4 -0
  1785. package/types/themes/newThemes/dark/components/colorPicker.d.ts.map +1 -0
  1786. package/types/themes/newThemes/dark/components/colorPreset.d.ts +4 -0
  1787. package/types/themes/newThemes/dark/components/colorPreset.d.ts.map +1 -0
  1788. package/types/themes/newThemes/dark/components/contextView.d.ts +4 -0
  1789. package/types/themes/newThemes/dark/components/contextView.d.ts.map +1 -0
  1790. package/types/themes/newThemes/dark/components/dataPermissionLevels.d.ts +4 -0
  1791. package/types/themes/newThemes/dark/components/dataPermissionLevels.d.ts.map +1 -0
  1792. package/types/themes/newThemes/dark/components/drawerLayoutContent.d.ts +4 -0
  1793. package/types/themes/newThemes/dark/components/drawerLayoutContent.d.ts.map +1 -0
  1794. package/types/themes/newThemes/dark/components/drawerLayoutTray.d.ts +4 -0
  1795. package/types/themes/newThemes/dark/components/drawerLayoutTray.d.ts.map +1 -0
  1796. package/types/themes/newThemes/dark/components/drilldown.d.ts +4 -0
  1797. package/types/themes/newThemes/dark/components/drilldown.d.ts.map +1 -0
  1798. package/types/themes/newThemes/dark/components/fileDrop.d.ts +4 -0
  1799. package/types/themes/newThemes/dark/components/fileDrop.d.ts.map +1 -0
  1800. package/types/themes/newThemes/dark/components/flex.d.ts +4 -0
  1801. package/types/themes/newThemes/dark/components/flex.d.ts.map +1 -0
  1802. package/types/themes/newThemes/dark/components/formFieldLayout.d.ts +4 -0
  1803. package/types/themes/newThemes/dark/components/formFieldLayout.d.ts.map +1 -0
  1804. package/types/themes/newThemes/dark/components/formFieldMessage.d.ts +4 -0
  1805. package/types/themes/newThemes/dark/components/formFieldMessage.d.ts.map +1 -0
  1806. package/types/themes/newThemes/dark/components/grid.d.ts +4 -0
  1807. package/types/themes/newThemes/dark/components/grid.d.ts.map +1 -0
  1808. package/types/themes/newThemes/dark/components/gridCol.d.ts +4 -0
  1809. package/types/themes/newThemes/dark/components/gridCol.d.ts.map +1 -0
  1810. package/types/themes/newThemes/dark/components/gridRow.d.ts +4 -0
  1811. package/types/themes/newThemes/dark/components/gridRow.d.ts.map +1 -0
  1812. package/types/themes/newThemes/dark/components/heading.d.ts +4 -0
  1813. package/types/themes/newThemes/dark/components/heading.d.ts.map +1 -0
  1814. package/types/themes/newThemes/dark/components/icon.d.ts +4 -0
  1815. package/types/themes/newThemes/dark/components/icon.d.ts.map +1 -0
  1816. package/types/themes/newThemes/dark/components/inlineListItem.d.ts +4 -0
  1817. package/types/themes/newThemes/dark/components/inlineListItem.d.ts.map +1 -0
  1818. package/types/themes/newThemes/dark/components/link.d.ts +4 -0
  1819. package/types/themes/newThemes/dark/components/link.d.ts.map +1 -0
  1820. package/types/themes/newThemes/dark/components/list.d.ts +4 -0
  1821. package/types/themes/newThemes/dark/components/list.d.ts.map +1 -0
  1822. package/types/themes/newThemes/dark/components/listItem.d.ts +4 -0
  1823. package/types/themes/newThemes/dark/components/listItem.d.ts.map +1 -0
  1824. package/types/themes/newThemes/dark/components/mask.d.ts +4 -0
  1825. package/types/themes/newThemes/dark/components/mask.d.ts.map +1 -0
  1826. package/types/themes/newThemes/dark/components/menu.d.ts +4 -0
  1827. package/types/themes/newThemes/dark/components/menu.d.ts.map +1 -0
  1828. package/types/themes/newThemes/dark/components/menuGroup.d.ts +4 -0
  1829. package/types/themes/newThemes/dark/components/menuGroup.d.ts.map +1 -0
  1830. package/types/themes/newThemes/dark/components/menuItem.d.ts +4 -0
  1831. package/types/themes/newThemes/dark/components/menuItem.d.ts.map +1 -0
  1832. package/types/themes/newThemes/dark/components/menuSeparator.d.ts +4 -0
  1833. package/types/themes/newThemes/dark/components/menuSeparator.d.ts.map +1 -0
  1834. package/types/themes/newThemes/dark/components/metric.d.ts +4 -0
  1835. package/types/themes/newThemes/dark/components/metric.d.ts.map +1 -0
  1836. package/types/themes/newThemes/dark/components/modal.d.ts +4 -0
  1837. package/types/themes/newThemes/dark/components/modal.d.ts.map +1 -0
  1838. package/types/themes/newThemes/dark/components/modalBody.d.ts +4 -0
  1839. package/types/themes/newThemes/dark/components/modalBody.d.ts.map +1 -0
  1840. package/types/themes/newThemes/dark/components/modalFooter.d.ts +4 -0
  1841. package/types/themes/newThemes/dark/components/modalFooter.d.ts.map +1 -0
  1842. package/types/themes/newThemes/dark/components/modalHeader.d.ts +4 -0
  1843. package/types/themes/newThemes/dark/components/modalHeader.d.ts.map +1 -0
  1844. package/types/themes/newThemes/dark/components/nutritionFacts.d.ts +4 -0
  1845. package/types/themes/newThemes/dark/components/nutritionFacts.d.ts.map +1 -0
  1846. package/types/themes/newThemes/dark/components/options.d.ts +4 -0
  1847. package/types/themes/newThemes/dark/components/options.d.ts.map +1 -0
  1848. package/types/themes/newThemes/dark/components/optionsItem.d.ts +4 -0
  1849. package/types/themes/newThemes/dark/components/optionsItem.d.ts.map +1 -0
  1850. package/types/themes/newThemes/dark/components/optionsSeparator.d.ts +4 -0
  1851. package/types/themes/newThemes/dark/components/optionsSeparator.d.ts.map +1 -0
  1852. package/types/themes/newThemes/dark/components/pagination.d.ts +4 -0
  1853. package/types/themes/newThemes/dark/components/pagination.d.ts.map +1 -0
  1854. package/types/themes/newThemes/dark/components/paginationPageInput.d.ts +4 -0
  1855. package/types/themes/newThemes/dark/components/paginationPageInput.d.ts.map +1 -0
  1856. package/types/themes/newThemes/dark/components/palette.d.ts +4 -0
  1857. package/types/themes/newThemes/dark/components/palette.d.ts.map +1 -0
  1858. package/types/themes/newThemes/dark/components/pill.d.ts +4 -0
  1859. package/types/themes/newThemes/dark/components/pill.d.ts.map +1 -0
  1860. package/types/themes/newThemes/dark/components/popover.d.ts +4 -0
  1861. package/types/themes/newThemes/dark/components/popover.d.ts.map +1 -0
  1862. package/types/themes/newThemes/dark/components/progressBar.d.ts +4 -0
  1863. package/types/themes/newThemes/dark/components/progressBar.d.ts.map +1 -0
  1864. package/types/themes/newThemes/dark/components/progressCircle.d.ts +4 -0
  1865. package/types/themes/newThemes/dark/components/progressCircle.d.ts.map +1 -0
  1866. package/types/themes/newThemes/dark/components/radioInput.d.ts +4 -0
  1867. package/types/themes/newThemes/dark/components/radioInput.d.ts.map +1 -0
  1868. package/types/themes/newThemes/dark/components/rangeInput.d.ts +4 -0
  1869. package/types/themes/newThemes/dark/components/rangeInput.d.ts.map +1 -0
  1870. package/types/themes/newThemes/dark/components/ratingIcon.d.ts +4 -0
  1871. package/types/themes/newThemes/dark/components/ratingIcon.d.ts.map +1 -0
  1872. package/types/themes/newThemes/dark/components/rgbaInput.d.ts +4 -0
  1873. package/types/themes/newThemes/dark/components/rgbaInput.d.ts.map +1 -0
  1874. package/types/themes/newThemes/dark/components/select.d.ts +4 -0
  1875. package/types/themes/newThemes/dark/components/select.d.ts.map +1 -0
  1876. package/types/themes/newThemes/dark/components/sideNavBar.d.ts +4 -0
  1877. package/types/themes/newThemes/dark/components/sideNavBar.d.ts.map +1 -0
  1878. package/types/themes/newThemes/dark/components/sideNavBarItem.d.ts +4 -0
  1879. package/types/themes/newThemes/dark/components/sideNavBarItem.d.ts.map +1 -0
  1880. package/types/themes/newThemes/dark/components/sideNavBarItemNew.d.ts +4 -0
  1881. package/types/themes/newThemes/dark/components/sideNavBarItemNew.d.ts.map +1 -0
  1882. package/types/themes/newThemes/dark/components/sideNavBarNew.d.ts +4 -0
  1883. package/types/themes/newThemes/dark/components/sideNavBarNew.d.ts.map +1 -0
  1884. package/types/themes/newThemes/dark/components/slider.d.ts +4 -0
  1885. package/types/themes/newThemes/dark/components/slider.d.ts.map +1 -0
  1886. package/types/themes/newThemes/dark/components/sourceCodeEditor.d.ts +4 -0
  1887. package/types/themes/newThemes/dark/components/sourceCodeEditor.d.ts.map +1 -0
  1888. package/types/themes/newThemes/dark/components/spinner.d.ts +4 -0
  1889. package/types/themes/newThemes/dark/components/spinner.d.ts.map +1 -0
  1890. package/types/themes/newThemes/dark/components/table.d.ts +4 -0
  1891. package/types/themes/newThemes/dark/components/table.d.ts.map +1 -0
  1892. package/types/themes/newThemes/dark/components/tableBody.d.ts +4 -0
  1893. package/types/themes/newThemes/dark/components/tableBody.d.ts.map +1 -0
  1894. package/types/themes/newThemes/dark/components/tableCell.d.ts +4 -0
  1895. package/types/themes/newThemes/dark/components/tableCell.d.ts.map +1 -0
  1896. package/types/themes/newThemes/dark/components/tableColHeader.d.ts +4 -0
  1897. package/types/themes/newThemes/dark/components/tableColHeader.d.ts.map +1 -0
  1898. package/types/themes/newThemes/dark/components/tableHead.d.ts +4 -0
  1899. package/types/themes/newThemes/dark/components/tableHead.d.ts.map +1 -0
  1900. package/types/themes/newThemes/dark/components/tableRow.d.ts +4 -0
  1901. package/types/themes/newThemes/dark/components/tableRow.d.ts.map +1 -0
  1902. package/types/themes/newThemes/dark/components/tableRowHeader.d.ts +4 -0
  1903. package/types/themes/newThemes/dark/components/tableRowHeader.d.ts.map +1 -0
  1904. package/types/themes/newThemes/dark/components/tabs.d.ts +4 -0
  1905. package/types/themes/newThemes/dark/components/tabs.d.ts.map +1 -0
  1906. package/types/themes/newThemes/dark/components/tabsPanel.d.ts +4 -0
  1907. package/types/themes/newThemes/dark/components/tabsPanel.d.ts.map +1 -0
  1908. package/types/themes/newThemes/dark/components/tabsTab.d.ts +4 -0
  1909. package/types/themes/newThemes/dark/components/tabsTab.d.ts.map +1 -0
  1910. package/types/themes/newThemes/dark/components/tag.d.ts +4 -0
  1911. package/types/themes/newThemes/dark/components/tag.d.ts.map +1 -0
  1912. package/types/themes/newThemes/dark/components/text.d.ts +4 -0
  1913. package/types/themes/newThemes/dark/components/text.d.ts.map +1 -0
  1914. package/types/themes/newThemes/dark/components/textArea.d.ts +4 -0
  1915. package/types/themes/newThemes/dark/components/textArea.d.ts.map +1 -0
  1916. package/types/themes/newThemes/dark/components/textInput.d.ts +4 -0
  1917. package/types/themes/newThemes/dark/components/textInput.d.ts.map +1 -0
  1918. package/types/themes/newThemes/dark/components/toggle.d.ts +4 -0
  1919. package/types/themes/newThemes/dark/components/toggle.d.ts.map +1 -0
  1920. package/types/themes/newThemes/dark/components/toggleDetails.d.ts +4 -0
  1921. package/types/themes/newThemes/dark/components/toggleDetails.d.ts.map +1 -0
  1922. package/types/themes/newThemes/dark/components/toggleGroup.d.ts +4 -0
  1923. package/types/themes/newThemes/dark/components/toggleGroup.d.ts.map +1 -0
  1924. package/types/themes/newThemes/dark/components/tooltip.d.ts +4 -0
  1925. package/types/themes/newThemes/dark/components/tooltip.d.ts.map +1 -0
  1926. package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts +4 -0
  1927. package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts.map +1 -0
  1928. package/types/themes/newThemes/dark/components/topNavBarBrand.d.ts +4 -0
  1929. package/types/themes/newThemes/dark/components/topNavBarBrand.d.ts.map +1 -0
  1930. package/types/themes/newThemes/dark/components/topNavBarItem.d.ts +4 -0
  1931. package/types/themes/newThemes/dark/components/topNavBarItem.d.ts.map +1 -0
  1932. package/types/themes/newThemes/dark/components/topNavBarLayout.d.ts +4 -0
  1933. package/types/themes/newThemes/dark/components/topNavBarLayout.d.ts.map +1 -0
  1934. package/types/themes/newThemes/dark/components/topNavBarMenuItems.d.ts +4 -0
  1935. package/types/themes/newThemes/dark/components/topNavBarMenuItems.d.ts.map +1 -0
  1936. package/types/themes/newThemes/dark/components/tray.d.ts +4 -0
  1937. package/types/themes/newThemes/dark/components/tray.d.ts.map +1 -0
  1938. package/types/themes/newThemes/dark/components/treeBrowser.d.ts +4 -0
  1939. package/types/themes/newThemes/dark/components/treeBrowser.d.ts.map +1 -0
  1940. package/types/themes/newThemes/dark/components/treeBrowserTreeButton.d.ts +4 -0
  1941. package/types/themes/newThemes/dark/components/treeBrowserTreeButton.d.ts.map +1 -0
  1942. package/types/themes/newThemes/dark/components/treeBrowserTreeCollection.d.ts +4 -0
  1943. package/types/themes/newThemes/dark/components/treeBrowserTreeCollection.d.ts.map +1 -0
  1944. package/types/themes/newThemes/dark/components/truncateText.d.ts +4 -0
  1945. package/types/themes/newThemes/dark/components/truncateText.d.ts.map +1 -0
  1946. package/types/themes/newThemes/dark/components/view.d.ts +4 -0
  1947. package/types/themes/newThemes/dark/components/view.d.ts.map +1 -0
  1948. package/types/themes/newThemes/dark/index.d.ts +7 -0
  1949. package/types/themes/newThemes/dark/index.d.ts.map +1 -0
  1950. package/types/themes/newThemes/dark/primitives.d.ts +317 -0
  1951. package/types/themes/newThemes/dark/primitives.d.ts.map +1 -0
  1952. package/types/themes/newThemes/dark/semantics.d.ts +722 -0
  1953. package/types/themes/newThemes/dark/semantics.d.ts.map +1 -0
  1954. package/types/themes/newThemes/dark/sharedTokens.d.ts +4 -0
  1955. package/types/themes/newThemes/dark/sharedTokens.d.ts.map +1 -0
  1956. package/types/themes/newThemes/index.d.ts +7 -0
  1957. package/types/themes/newThemes/index.d.ts.map +1 -0
  1958. package/types/themes/newThemes/legacyCanvas/components/aiInformation.d.ts +4 -0
  1959. package/types/themes/newThemes/legacyCanvas/components/aiInformation.d.ts.map +1 -0
  1960. package/types/themes/newThemes/legacyCanvas/components/alert.d.ts +4 -0
  1961. package/types/themes/newThemes/legacyCanvas/components/alert.d.ts.map +1 -0
  1962. package/types/themes/newThemes/legacyCanvas/components/appNav.d.ts +4 -0
  1963. package/types/themes/newThemes/legacyCanvas/components/appNav.d.ts.map +1 -0
  1964. package/types/themes/newThemes/legacyCanvas/components/appNavItem.d.ts +4 -0
  1965. package/types/themes/newThemes/legacyCanvas/components/appNavItem.d.ts.map +1 -0
  1966. package/types/themes/newThemes/legacyCanvas/components/avatar.d.ts +4 -0
  1967. package/types/themes/newThemes/legacyCanvas/components/avatar.d.ts.map +1 -0
  1968. package/types/themes/newThemes/legacyCanvas/components/badge.d.ts +4 -0
  1969. package/types/themes/newThemes/legacyCanvas/components/badge.d.ts.map +1 -0
  1970. package/types/themes/newThemes/legacyCanvas/components/baseButton.d.ts +4 -0
  1971. package/types/themes/newThemes/legacyCanvas/components/baseButton.d.ts.map +1 -0
  1972. package/types/themes/newThemes/legacyCanvas/components/billboard.d.ts +4 -0
  1973. package/types/themes/newThemes/legacyCanvas/components/billboard.d.ts.map +1 -0
  1974. package/types/themes/newThemes/legacyCanvas/components/breadcrumb.d.ts +4 -0
  1975. package/types/themes/newThemes/legacyCanvas/components/breadcrumb.d.ts.map +1 -0
  1976. package/types/themes/newThemes/legacyCanvas/components/byline.d.ts +4 -0
  1977. package/types/themes/newThemes/legacyCanvas/components/byline.d.ts.map +1 -0
  1978. package/types/themes/newThemes/legacyCanvas/components/calendar.d.ts +4 -0
  1979. package/types/themes/newThemes/legacyCanvas/components/calendar.d.ts.map +1 -0
  1980. package/types/themes/newThemes/legacyCanvas/components/calendarDay.d.ts +4 -0
  1981. package/types/themes/newThemes/legacyCanvas/components/calendarDay.d.ts.map +1 -0
  1982. package/types/themes/newThemes/legacyCanvas/components/checkbox.d.ts +4 -0
  1983. package/types/themes/newThemes/legacyCanvas/components/checkbox.d.ts.map +1 -0
  1984. package/types/themes/newThemes/legacyCanvas/components/colorContrast.d.ts +4 -0
  1985. package/types/themes/newThemes/legacyCanvas/components/colorContrast.d.ts.map +1 -0
  1986. package/types/themes/newThemes/legacyCanvas/components/colorIndicator.d.ts +4 -0
  1987. package/types/themes/newThemes/legacyCanvas/components/colorIndicator.d.ts.map +1 -0
  1988. package/types/themes/newThemes/legacyCanvas/components/colorPicker.d.ts +4 -0
  1989. package/types/themes/newThemes/legacyCanvas/components/colorPicker.d.ts.map +1 -0
  1990. package/types/themes/newThemes/legacyCanvas/components/colorPreset.d.ts +4 -0
  1991. package/types/themes/newThemes/legacyCanvas/components/colorPreset.d.ts.map +1 -0
  1992. package/types/themes/newThemes/legacyCanvas/components/contextView.d.ts +4 -0
  1993. package/types/themes/newThemes/legacyCanvas/components/contextView.d.ts.map +1 -0
  1994. package/types/themes/newThemes/legacyCanvas/components/dataPermissionLevels.d.ts +4 -0
  1995. package/types/themes/newThemes/legacyCanvas/components/dataPermissionLevels.d.ts.map +1 -0
  1996. package/types/themes/newThemes/legacyCanvas/components/drawerLayoutContent.d.ts +4 -0
  1997. package/types/themes/newThemes/legacyCanvas/components/drawerLayoutContent.d.ts.map +1 -0
  1998. package/types/themes/newThemes/legacyCanvas/components/drawerLayoutTray.d.ts +4 -0
  1999. package/types/themes/newThemes/legacyCanvas/components/drawerLayoutTray.d.ts.map +1 -0
  2000. package/types/themes/newThemes/legacyCanvas/components/drilldown.d.ts +4 -0
  2001. package/types/themes/newThemes/legacyCanvas/components/drilldown.d.ts.map +1 -0
  2002. package/types/themes/newThemes/legacyCanvas/components/fileDrop.d.ts +4 -0
  2003. package/types/themes/newThemes/legacyCanvas/components/fileDrop.d.ts.map +1 -0
  2004. package/types/themes/newThemes/legacyCanvas/components/flex.d.ts +4 -0
  2005. package/types/themes/newThemes/legacyCanvas/components/flex.d.ts.map +1 -0
  2006. package/types/themes/newThemes/legacyCanvas/components/formFieldLayout.d.ts +4 -0
  2007. package/types/themes/newThemes/legacyCanvas/components/formFieldLayout.d.ts.map +1 -0
  2008. package/types/themes/newThemes/legacyCanvas/components/formFieldMessage.d.ts +4 -0
  2009. package/types/themes/newThemes/legacyCanvas/components/formFieldMessage.d.ts.map +1 -0
  2010. package/types/themes/newThemes/legacyCanvas/components/grid.d.ts +4 -0
  2011. package/types/themes/newThemes/legacyCanvas/components/grid.d.ts.map +1 -0
  2012. package/types/themes/newThemes/legacyCanvas/components/gridCol.d.ts +4 -0
  2013. package/types/themes/newThemes/legacyCanvas/components/gridCol.d.ts.map +1 -0
  2014. package/types/themes/newThemes/legacyCanvas/components/gridRow.d.ts +4 -0
  2015. package/types/themes/newThemes/legacyCanvas/components/gridRow.d.ts.map +1 -0
  2016. package/types/themes/newThemes/legacyCanvas/components/heading.d.ts +4 -0
  2017. package/types/themes/newThemes/legacyCanvas/components/heading.d.ts.map +1 -0
  2018. package/types/themes/newThemes/legacyCanvas/components/icon.d.ts +4 -0
  2019. package/types/themes/newThemes/legacyCanvas/components/icon.d.ts.map +1 -0
  2020. package/types/themes/newThemes/legacyCanvas/components/inlineListItem.d.ts +4 -0
  2021. package/types/themes/newThemes/legacyCanvas/components/inlineListItem.d.ts.map +1 -0
  2022. package/types/themes/newThemes/legacyCanvas/components/link.d.ts +4 -0
  2023. package/types/themes/newThemes/legacyCanvas/components/link.d.ts.map +1 -0
  2024. package/types/themes/newThemes/legacyCanvas/components/list.d.ts +4 -0
  2025. package/types/themes/newThemes/legacyCanvas/components/list.d.ts.map +1 -0
  2026. package/types/themes/newThemes/legacyCanvas/components/listItem.d.ts +4 -0
  2027. package/types/themes/newThemes/legacyCanvas/components/listItem.d.ts.map +1 -0
  2028. package/types/themes/newThemes/legacyCanvas/components/mask.d.ts +4 -0
  2029. package/types/themes/newThemes/legacyCanvas/components/mask.d.ts.map +1 -0
  2030. package/types/themes/newThemes/legacyCanvas/components/menu.d.ts +4 -0
  2031. package/types/themes/newThemes/legacyCanvas/components/menu.d.ts.map +1 -0
  2032. package/types/themes/newThemes/legacyCanvas/components/menuGroup.d.ts +4 -0
  2033. package/types/themes/newThemes/legacyCanvas/components/menuGroup.d.ts.map +1 -0
  2034. package/types/themes/newThemes/legacyCanvas/components/menuItem.d.ts +4 -0
  2035. package/types/themes/newThemes/legacyCanvas/components/menuItem.d.ts.map +1 -0
  2036. package/types/themes/newThemes/legacyCanvas/components/menuSeparator.d.ts +4 -0
  2037. package/types/themes/newThemes/legacyCanvas/components/menuSeparator.d.ts.map +1 -0
  2038. package/types/themes/newThemes/legacyCanvas/components/metric.d.ts +4 -0
  2039. package/types/themes/newThemes/legacyCanvas/components/metric.d.ts.map +1 -0
  2040. package/types/themes/newThemes/legacyCanvas/components/modal.d.ts +4 -0
  2041. package/types/themes/newThemes/legacyCanvas/components/modal.d.ts.map +1 -0
  2042. package/types/themes/newThemes/legacyCanvas/components/modalBody.d.ts +4 -0
  2043. package/types/themes/newThemes/legacyCanvas/components/modalBody.d.ts.map +1 -0
  2044. package/types/themes/newThemes/legacyCanvas/components/modalFooter.d.ts +4 -0
  2045. package/types/themes/newThemes/legacyCanvas/components/modalFooter.d.ts.map +1 -0
  2046. package/types/themes/newThemes/legacyCanvas/components/modalHeader.d.ts +4 -0
  2047. package/types/themes/newThemes/legacyCanvas/components/modalHeader.d.ts.map +1 -0
  2048. package/types/themes/newThemes/legacyCanvas/components/nutritionFacts.d.ts +4 -0
  2049. package/types/themes/newThemes/legacyCanvas/components/nutritionFacts.d.ts.map +1 -0
  2050. package/types/themes/newThemes/legacyCanvas/components/options.d.ts +4 -0
  2051. package/types/themes/newThemes/legacyCanvas/components/options.d.ts.map +1 -0
  2052. package/types/themes/newThemes/legacyCanvas/components/optionsItem.d.ts +4 -0
  2053. package/types/themes/newThemes/legacyCanvas/components/optionsItem.d.ts.map +1 -0
  2054. package/types/themes/newThemes/legacyCanvas/components/optionsSeparator.d.ts +4 -0
  2055. package/types/themes/newThemes/legacyCanvas/components/optionsSeparator.d.ts.map +1 -0
  2056. package/types/themes/newThemes/legacyCanvas/components/pagination.d.ts +4 -0
  2057. package/types/themes/newThemes/legacyCanvas/components/pagination.d.ts.map +1 -0
  2058. package/types/themes/newThemes/legacyCanvas/components/paginationPageInput.d.ts +4 -0
  2059. package/types/themes/newThemes/legacyCanvas/components/paginationPageInput.d.ts.map +1 -0
  2060. package/types/themes/newThemes/legacyCanvas/components/palette.d.ts +4 -0
  2061. package/types/themes/newThemes/legacyCanvas/components/palette.d.ts.map +1 -0
  2062. package/types/themes/newThemes/legacyCanvas/components/pill.d.ts +4 -0
  2063. package/types/themes/newThemes/legacyCanvas/components/pill.d.ts.map +1 -0
  2064. package/types/themes/newThemes/legacyCanvas/components/popover.d.ts +4 -0
  2065. package/types/themes/newThemes/legacyCanvas/components/popover.d.ts.map +1 -0
  2066. package/types/themes/newThemes/legacyCanvas/components/progressBar.d.ts +4 -0
  2067. package/types/themes/newThemes/legacyCanvas/components/progressBar.d.ts.map +1 -0
  2068. package/types/themes/newThemes/legacyCanvas/components/progressCircle.d.ts +4 -0
  2069. package/types/themes/newThemes/legacyCanvas/components/progressCircle.d.ts.map +1 -0
  2070. package/types/themes/newThemes/legacyCanvas/components/radioInput.d.ts +4 -0
  2071. package/types/themes/newThemes/legacyCanvas/components/radioInput.d.ts.map +1 -0
  2072. package/types/themes/newThemes/legacyCanvas/components/rangeInput.d.ts +4 -0
  2073. package/types/themes/newThemes/legacyCanvas/components/rangeInput.d.ts.map +1 -0
  2074. package/types/themes/newThemes/legacyCanvas/components/ratingIcon.d.ts +4 -0
  2075. package/types/themes/newThemes/legacyCanvas/components/ratingIcon.d.ts.map +1 -0
  2076. package/types/themes/newThemes/legacyCanvas/components/rgbaInput.d.ts +4 -0
  2077. package/types/themes/newThemes/legacyCanvas/components/rgbaInput.d.ts.map +1 -0
  2078. package/types/themes/newThemes/legacyCanvas/components/select.d.ts +4 -0
  2079. package/types/themes/newThemes/legacyCanvas/components/select.d.ts.map +1 -0
  2080. package/types/themes/newThemes/legacyCanvas/components/sideNavBar.d.ts +4 -0
  2081. package/types/themes/newThemes/legacyCanvas/components/sideNavBar.d.ts.map +1 -0
  2082. package/types/themes/newThemes/legacyCanvas/components/sideNavBarItem.d.ts +4 -0
  2083. package/types/themes/newThemes/legacyCanvas/components/sideNavBarItem.d.ts.map +1 -0
  2084. package/types/themes/newThemes/legacyCanvas/components/sideNavBarItemNew.d.ts +4 -0
  2085. package/types/themes/newThemes/legacyCanvas/components/sideNavBarItemNew.d.ts.map +1 -0
  2086. package/types/themes/newThemes/legacyCanvas/components/sideNavBarNew.d.ts +4 -0
  2087. package/types/themes/newThemes/legacyCanvas/components/sideNavBarNew.d.ts.map +1 -0
  2088. package/types/themes/newThemes/legacyCanvas/components/slider.d.ts +4 -0
  2089. package/types/themes/newThemes/legacyCanvas/components/slider.d.ts.map +1 -0
  2090. package/types/themes/newThemes/legacyCanvas/components/sourceCodeEditor.d.ts +4 -0
  2091. package/types/themes/newThemes/legacyCanvas/components/sourceCodeEditor.d.ts.map +1 -0
  2092. package/types/themes/newThemes/legacyCanvas/components/spinner.d.ts +4 -0
  2093. package/types/themes/newThemes/legacyCanvas/components/spinner.d.ts.map +1 -0
  2094. package/types/themes/newThemes/legacyCanvas/components/table.d.ts +4 -0
  2095. package/types/themes/newThemes/legacyCanvas/components/table.d.ts.map +1 -0
  2096. package/types/themes/newThemes/legacyCanvas/components/tableBody.d.ts +4 -0
  2097. package/types/themes/newThemes/legacyCanvas/components/tableBody.d.ts.map +1 -0
  2098. package/types/themes/newThemes/legacyCanvas/components/tableCell.d.ts +4 -0
  2099. package/types/themes/newThemes/legacyCanvas/components/tableCell.d.ts.map +1 -0
  2100. package/types/themes/newThemes/legacyCanvas/components/tableColHeader.d.ts +4 -0
  2101. package/types/themes/newThemes/legacyCanvas/components/tableColHeader.d.ts.map +1 -0
  2102. package/types/themes/newThemes/legacyCanvas/components/tableHead.d.ts +4 -0
  2103. package/types/themes/newThemes/legacyCanvas/components/tableHead.d.ts.map +1 -0
  2104. package/types/themes/newThemes/legacyCanvas/components/tableRow.d.ts +4 -0
  2105. package/types/themes/newThemes/legacyCanvas/components/tableRow.d.ts.map +1 -0
  2106. package/types/themes/newThemes/legacyCanvas/components/tableRowHeader.d.ts +4 -0
  2107. package/types/themes/newThemes/legacyCanvas/components/tableRowHeader.d.ts.map +1 -0
  2108. package/types/themes/newThemes/legacyCanvas/components/tabs.d.ts +4 -0
  2109. package/types/themes/newThemes/legacyCanvas/components/tabs.d.ts.map +1 -0
  2110. package/types/themes/newThemes/legacyCanvas/components/tabsPanel.d.ts +4 -0
  2111. package/types/themes/newThemes/legacyCanvas/components/tabsPanel.d.ts.map +1 -0
  2112. package/types/themes/newThemes/legacyCanvas/components/tabsTab.d.ts +4 -0
  2113. package/types/themes/newThemes/legacyCanvas/components/tabsTab.d.ts.map +1 -0
  2114. package/types/themes/newThemes/legacyCanvas/components/tag.d.ts +4 -0
  2115. package/types/themes/newThemes/legacyCanvas/components/tag.d.ts.map +1 -0
  2116. package/types/themes/newThemes/legacyCanvas/components/text.d.ts +4 -0
  2117. package/types/themes/newThemes/legacyCanvas/components/text.d.ts.map +1 -0
  2118. package/types/themes/newThemes/legacyCanvas/components/textArea.d.ts +4 -0
  2119. package/types/themes/newThemes/legacyCanvas/components/textArea.d.ts.map +1 -0
  2120. package/types/themes/newThemes/legacyCanvas/components/textInput.d.ts +4 -0
  2121. package/types/themes/newThemes/legacyCanvas/components/textInput.d.ts.map +1 -0
  2122. package/types/themes/newThemes/legacyCanvas/components/toggle.d.ts +4 -0
  2123. package/types/themes/newThemes/legacyCanvas/components/toggle.d.ts.map +1 -0
  2124. package/types/themes/newThemes/legacyCanvas/components/toggleDetails.d.ts +4 -0
  2125. package/types/themes/newThemes/legacyCanvas/components/toggleDetails.d.ts.map +1 -0
  2126. package/types/themes/newThemes/legacyCanvas/components/toggleGroup.d.ts +4 -0
  2127. package/types/themes/newThemes/legacyCanvas/components/toggleGroup.d.ts.map +1 -0
  2128. package/types/themes/newThemes/legacyCanvas/components/tooltip.d.ts +4 -0
  2129. package/types/themes/newThemes/legacyCanvas/components/tooltip.d.ts.map +1 -0
  2130. package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts +4 -0
  2131. package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts.map +1 -0
  2132. package/types/themes/newThemes/legacyCanvas/components/topNavBarBrand.d.ts +4 -0
  2133. package/types/themes/newThemes/legacyCanvas/components/topNavBarBrand.d.ts.map +1 -0
  2134. package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts +4 -0
  2135. package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts.map +1 -0
  2136. package/types/themes/newThemes/legacyCanvas/components/topNavBarLayout.d.ts +4 -0
  2137. package/types/themes/newThemes/legacyCanvas/components/topNavBarLayout.d.ts.map +1 -0
  2138. package/types/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.d.ts +4 -0
  2139. package/types/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.d.ts.map +1 -0
  2140. package/types/themes/newThemes/legacyCanvas/components/tray.d.ts +4 -0
  2141. package/types/themes/newThemes/legacyCanvas/components/tray.d.ts.map +1 -0
  2142. package/types/themes/newThemes/legacyCanvas/components/treeBrowser.d.ts +4 -0
  2143. package/types/themes/newThemes/legacyCanvas/components/treeBrowser.d.ts.map +1 -0
  2144. package/types/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.d.ts +4 -0
  2145. package/types/themes/newThemes/legacyCanvas/components/treeBrowserTreeButton.d.ts.map +1 -0
  2146. package/types/themes/newThemes/legacyCanvas/components/treeBrowserTreeCollection.d.ts +4 -0
  2147. package/types/themes/newThemes/legacyCanvas/components/treeBrowserTreeCollection.d.ts.map +1 -0
  2148. package/types/themes/newThemes/legacyCanvas/components/truncateText.d.ts +4 -0
  2149. package/types/themes/newThemes/legacyCanvas/components/truncateText.d.ts.map +1 -0
  2150. package/types/themes/newThemes/legacyCanvas/components/view.d.ts +4 -0
  2151. package/types/themes/newThemes/legacyCanvas/components/view.d.ts.map +1 -0
  2152. package/types/themes/newThemes/legacyCanvas/index.d.ts +7 -0
  2153. package/types/themes/newThemes/legacyCanvas/index.d.ts.map +1 -0
  2154. package/types/themes/newThemes/legacyCanvas/primitives.d.ts +317 -0
  2155. package/types/themes/newThemes/legacyCanvas/primitives.d.ts.map +1 -0
  2156. package/types/themes/newThemes/legacyCanvas/semantics.d.ts +722 -0
  2157. package/types/themes/newThemes/legacyCanvas/semantics.d.ts.map +1 -0
  2158. package/types/themes/newThemes/legacyCanvas/sharedTokens.d.ts +4 -0
  2159. package/types/themes/newThemes/legacyCanvas/sharedTokens.d.ts.map +1 -0
  2160. package/types/themes/newThemes/legacyCanvasHighContrast/components/aiInformation.d.ts +4 -0
  2161. package/types/themes/newThemes/legacyCanvasHighContrast/components/aiInformation.d.ts.map +1 -0
  2162. package/types/themes/newThemes/legacyCanvasHighContrast/components/alert.d.ts +4 -0
  2163. package/types/themes/newThemes/legacyCanvasHighContrast/components/alert.d.ts.map +1 -0
  2164. package/types/themes/newThemes/legacyCanvasHighContrast/components/appNav.d.ts +4 -0
  2165. package/types/themes/newThemes/legacyCanvasHighContrast/components/appNav.d.ts.map +1 -0
  2166. package/types/themes/newThemes/legacyCanvasHighContrast/components/appNavItem.d.ts +4 -0
  2167. package/types/themes/newThemes/legacyCanvasHighContrast/components/appNavItem.d.ts.map +1 -0
  2168. package/types/themes/newThemes/legacyCanvasHighContrast/components/avatar.d.ts +4 -0
  2169. package/types/themes/newThemes/legacyCanvasHighContrast/components/avatar.d.ts.map +1 -0
  2170. package/types/themes/newThemes/legacyCanvasHighContrast/components/badge.d.ts +4 -0
  2171. package/types/themes/newThemes/legacyCanvasHighContrast/components/badge.d.ts.map +1 -0
  2172. package/types/themes/newThemes/legacyCanvasHighContrast/components/baseButton.d.ts +4 -0
  2173. package/types/themes/newThemes/legacyCanvasHighContrast/components/baseButton.d.ts.map +1 -0
  2174. package/types/themes/newThemes/legacyCanvasHighContrast/components/billboard.d.ts +4 -0
  2175. package/types/themes/newThemes/legacyCanvasHighContrast/components/billboard.d.ts.map +1 -0
  2176. package/types/themes/newThemes/legacyCanvasHighContrast/components/breadcrumb.d.ts +4 -0
  2177. package/types/themes/newThemes/legacyCanvasHighContrast/components/breadcrumb.d.ts.map +1 -0
  2178. package/types/themes/newThemes/legacyCanvasHighContrast/components/byline.d.ts +4 -0
  2179. package/types/themes/newThemes/legacyCanvasHighContrast/components/byline.d.ts.map +1 -0
  2180. package/types/themes/newThemes/legacyCanvasHighContrast/components/calendar.d.ts +4 -0
  2181. package/types/themes/newThemes/legacyCanvasHighContrast/components/calendar.d.ts.map +1 -0
  2182. package/types/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.d.ts +4 -0
  2183. package/types/themes/newThemes/legacyCanvasHighContrast/components/calendarDay.d.ts.map +1 -0
  2184. package/types/themes/newThemes/legacyCanvasHighContrast/components/checkbox.d.ts +4 -0
  2185. package/types/themes/newThemes/legacyCanvasHighContrast/components/checkbox.d.ts.map +1 -0
  2186. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorContrast.d.ts +4 -0
  2187. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorContrast.d.ts.map +1 -0
  2188. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorIndicator.d.ts +4 -0
  2189. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorIndicator.d.ts.map +1 -0
  2190. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorPicker.d.ts +4 -0
  2191. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorPicker.d.ts.map +1 -0
  2192. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorPreset.d.ts +4 -0
  2193. package/types/themes/newThemes/legacyCanvasHighContrast/components/colorPreset.d.ts.map +1 -0
  2194. package/types/themes/newThemes/legacyCanvasHighContrast/components/contextView.d.ts +4 -0
  2195. package/types/themes/newThemes/legacyCanvasHighContrast/components/contextView.d.ts.map +1 -0
  2196. package/types/themes/newThemes/legacyCanvasHighContrast/components/dataPermissionLevels.d.ts +4 -0
  2197. package/types/themes/newThemes/legacyCanvasHighContrast/components/dataPermissionLevels.d.ts.map +1 -0
  2198. package/types/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutContent.d.ts +4 -0
  2199. package/types/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutContent.d.ts.map +1 -0
  2200. package/types/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutTray.d.ts +4 -0
  2201. package/types/themes/newThemes/legacyCanvasHighContrast/components/drawerLayoutTray.d.ts.map +1 -0
  2202. package/types/themes/newThemes/legacyCanvasHighContrast/components/drilldown.d.ts +4 -0
  2203. package/types/themes/newThemes/legacyCanvasHighContrast/components/drilldown.d.ts.map +1 -0
  2204. package/types/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.d.ts +4 -0
  2205. package/types/themes/newThemes/legacyCanvasHighContrast/components/fileDrop.d.ts.map +1 -0
  2206. package/types/themes/newThemes/legacyCanvasHighContrast/components/flex.d.ts +4 -0
  2207. package/types/themes/newThemes/legacyCanvasHighContrast/components/flex.d.ts.map +1 -0
  2208. package/types/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.d.ts +4 -0
  2209. package/types/themes/newThemes/legacyCanvasHighContrast/components/formFieldLayout.d.ts.map +1 -0
  2210. package/types/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.d.ts +4 -0
  2211. package/types/themes/newThemes/legacyCanvasHighContrast/components/formFieldMessage.d.ts.map +1 -0
  2212. package/types/themes/newThemes/legacyCanvasHighContrast/components/grid.d.ts +4 -0
  2213. package/types/themes/newThemes/legacyCanvasHighContrast/components/grid.d.ts.map +1 -0
  2214. package/types/themes/newThemes/legacyCanvasHighContrast/components/gridCol.d.ts +4 -0
  2215. package/types/themes/newThemes/legacyCanvasHighContrast/components/gridCol.d.ts.map +1 -0
  2216. package/types/themes/newThemes/legacyCanvasHighContrast/components/gridRow.d.ts +4 -0
  2217. package/types/themes/newThemes/legacyCanvasHighContrast/components/gridRow.d.ts.map +1 -0
  2218. package/types/themes/newThemes/legacyCanvasHighContrast/components/heading.d.ts +4 -0
  2219. package/types/themes/newThemes/legacyCanvasHighContrast/components/heading.d.ts.map +1 -0
  2220. package/types/themes/newThemes/legacyCanvasHighContrast/components/icon.d.ts +4 -0
  2221. package/types/themes/newThemes/legacyCanvasHighContrast/components/icon.d.ts.map +1 -0
  2222. package/types/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.d.ts +4 -0
  2223. package/types/themes/newThemes/legacyCanvasHighContrast/components/inlineListItem.d.ts.map +1 -0
  2224. package/types/themes/newThemes/legacyCanvasHighContrast/components/link.d.ts +4 -0
  2225. package/types/themes/newThemes/legacyCanvasHighContrast/components/link.d.ts.map +1 -0
  2226. package/types/themes/newThemes/legacyCanvasHighContrast/components/list.d.ts +4 -0
  2227. package/types/themes/newThemes/legacyCanvasHighContrast/components/list.d.ts.map +1 -0
  2228. package/types/themes/newThemes/legacyCanvasHighContrast/components/listItem.d.ts +4 -0
  2229. package/types/themes/newThemes/legacyCanvasHighContrast/components/listItem.d.ts.map +1 -0
  2230. package/types/themes/newThemes/legacyCanvasHighContrast/components/mask.d.ts +4 -0
  2231. package/types/themes/newThemes/legacyCanvasHighContrast/components/mask.d.ts.map +1 -0
  2232. package/types/themes/newThemes/legacyCanvasHighContrast/components/menu.d.ts +4 -0
  2233. package/types/themes/newThemes/legacyCanvasHighContrast/components/menu.d.ts.map +1 -0
  2234. package/types/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.d.ts +4 -0
  2235. package/types/themes/newThemes/legacyCanvasHighContrast/components/menuGroup.d.ts.map +1 -0
  2236. package/types/themes/newThemes/legacyCanvasHighContrast/components/menuItem.d.ts +4 -0
  2237. package/types/themes/newThemes/legacyCanvasHighContrast/components/menuItem.d.ts.map +1 -0
  2238. package/types/themes/newThemes/legacyCanvasHighContrast/components/menuSeparator.d.ts +4 -0
  2239. package/types/themes/newThemes/legacyCanvasHighContrast/components/menuSeparator.d.ts.map +1 -0
  2240. package/types/themes/newThemes/legacyCanvasHighContrast/components/metric.d.ts +4 -0
  2241. package/types/themes/newThemes/legacyCanvasHighContrast/components/metric.d.ts.map +1 -0
  2242. package/types/themes/newThemes/legacyCanvasHighContrast/components/modal.d.ts +4 -0
  2243. package/types/themes/newThemes/legacyCanvasHighContrast/components/modal.d.ts.map +1 -0
  2244. package/types/themes/newThemes/legacyCanvasHighContrast/components/modalBody.d.ts +4 -0
  2245. package/types/themes/newThemes/legacyCanvasHighContrast/components/modalBody.d.ts.map +1 -0
  2246. package/types/themes/newThemes/legacyCanvasHighContrast/components/modalFooter.d.ts +4 -0
  2247. package/types/themes/newThemes/legacyCanvasHighContrast/components/modalFooter.d.ts.map +1 -0
  2248. package/types/themes/newThemes/legacyCanvasHighContrast/components/modalHeader.d.ts +4 -0
  2249. package/types/themes/newThemes/legacyCanvasHighContrast/components/modalHeader.d.ts.map +1 -0
  2250. package/types/themes/newThemes/legacyCanvasHighContrast/components/nutritionFacts.d.ts +4 -0
  2251. package/types/themes/newThemes/legacyCanvasHighContrast/components/nutritionFacts.d.ts.map +1 -0
  2252. package/types/themes/newThemes/legacyCanvasHighContrast/components/options.d.ts +4 -0
  2253. package/types/themes/newThemes/legacyCanvasHighContrast/components/options.d.ts.map +1 -0
  2254. package/types/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.d.ts +4 -0
  2255. package/types/themes/newThemes/legacyCanvasHighContrast/components/optionsItem.d.ts.map +1 -0
  2256. package/types/themes/newThemes/legacyCanvasHighContrast/components/optionsSeparator.d.ts +4 -0
  2257. package/types/themes/newThemes/legacyCanvasHighContrast/components/optionsSeparator.d.ts.map +1 -0
  2258. package/types/themes/newThemes/legacyCanvasHighContrast/components/pagination.d.ts +4 -0
  2259. package/types/themes/newThemes/legacyCanvasHighContrast/components/pagination.d.ts.map +1 -0
  2260. package/types/themes/newThemes/legacyCanvasHighContrast/components/paginationPageInput.d.ts +4 -0
  2261. package/types/themes/newThemes/legacyCanvasHighContrast/components/paginationPageInput.d.ts.map +1 -0
  2262. package/types/themes/newThemes/legacyCanvasHighContrast/components/palette.d.ts +4 -0
  2263. package/types/themes/newThemes/legacyCanvasHighContrast/components/palette.d.ts.map +1 -0
  2264. package/types/themes/newThemes/legacyCanvasHighContrast/components/pill.d.ts +4 -0
  2265. package/types/themes/newThemes/legacyCanvasHighContrast/components/pill.d.ts.map +1 -0
  2266. package/types/themes/newThemes/legacyCanvasHighContrast/components/popover.d.ts +4 -0
  2267. package/types/themes/newThemes/legacyCanvasHighContrast/components/popover.d.ts.map +1 -0
  2268. package/types/themes/newThemes/legacyCanvasHighContrast/components/progressBar.d.ts +4 -0
  2269. package/types/themes/newThemes/legacyCanvasHighContrast/components/progressBar.d.ts.map +1 -0
  2270. package/types/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.d.ts +4 -0
  2271. package/types/themes/newThemes/legacyCanvasHighContrast/components/progressCircle.d.ts.map +1 -0
  2272. package/types/themes/newThemes/legacyCanvasHighContrast/components/radioInput.d.ts +4 -0
  2273. package/types/themes/newThemes/legacyCanvasHighContrast/components/radioInput.d.ts.map +1 -0
  2274. package/types/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.d.ts +4 -0
  2275. package/types/themes/newThemes/legacyCanvasHighContrast/components/rangeInput.d.ts.map +1 -0
  2276. package/types/themes/newThemes/legacyCanvasHighContrast/components/ratingIcon.d.ts +4 -0
  2277. package/types/themes/newThemes/legacyCanvasHighContrast/components/ratingIcon.d.ts.map +1 -0
  2278. package/types/themes/newThemes/legacyCanvasHighContrast/components/rgbaInput.d.ts +4 -0
  2279. package/types/themes/newThemes/legacyCanvasHighContrast/components/rgbaInput.d.ts.map +1 -0
  2280. package/types/themes/newThemes/legacyCanvasHighContrast/components/select.d.ts +4 -0
  2281. package/types/themes/newThemes/legacyCanvasHighContrast/components/select.d.ts.map +1 -0
  2282. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.d.ts +4 -0
  2283. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBar.d.ts.map +1 -0
  2284. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.d.ts +4 -0
  2285. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItem.d.ts.map +1 -0
  2286. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItemNew.d.ts +4 -0
  2287. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarItemNew.d.ts.map +1 -0
  2288. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarNew.d.ts +4 -0
  2289. package/types/themes/newThemes/legacyCanvasHighContrast/components/sideNavBarNew.d.ts.map +1 -0
  2290. package/types/themes/newThemes/legacyCanvasHighContrast/components/slider.d.ts +4 -0
  2291. package/types/themes/newThemes/legacyCanvasHighContrast/components/slider.d.ts.map +1 -0
  2292. package/types/themes/newThemes/legacyCanvasHighContrast/components/sourceCodeEditor.d.ts +4 -0
  2293. package/types/themes/newThemes/legacyCanvasHighContrast/components/sourceCodeEditor.d.ts.map +1 -0
  2294. package/types/themes/newThemes/legacyCanvasHighContrast/components/spinner.d.ts +4 -0
  2295. package/types/themes/newThemes/legacyCanvasHighContrast/components/spinner.d.ts.map +1 -0
  2296. package/types/themes/newThemes/legacyCanvasHighContrast/components/table.d.ts +4 -0
  2297. package/types/themes/newThemes/legacyCanvasHighContrast/components/table.d.ts.map +1 -0
  2298. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableBody.d.ts +4 -0
  2299. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableBody.d.ts.map +1 -0
  2300. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableCell.d.ts +4 -0
  2301. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableCell.d.ts.map +1 -0
  2302. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableColHeader.d.ts +4 -0
  2303. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableColHeader.d.ts.map +1 -0
  2304. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableHead.d.ts +4 -0
  2305. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableHead.d.ts.map +1 -0
  2306. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableRow.d.ts +4 -0
  2307. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableRow.d.ts.map +1 -0
  2308. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableRowHeader.d.ts +4 -0
  2309. package/types/themes/newThemes/legacyCanvasHighContrast/components/tableRowHeader.d.ts.map +1 -0
  2310. package/types/themes/newThemes/legacyCanvasHighContrast/components/tabs.d.ts +4 -0
  2311. package/types/themes/newThemes/legacyCanvasHighContrast/components/tabs.d.ts.map +1 -0
  2312. package/types/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.d.ts +4 -0
  2313. package/types/themes/newThemes/legacyCanvasHighContrast/components/tabsPanel.d.ts.map +1 -0
  2314. package/types/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.d.ts +4 -0
  2315. package/types/themes/newThemes/legacyCanvasHighContrast/components/tabsTab.d.ts.map +1 -0
  2316. package/types/themes/newThemes/legacyCanvasHighContrast/components/tag.d.ts +4 -0
  2317. package/types/themes/newThemes/legacyCanvasHighContrast/components/tag.d.ts.map +1 -0
  2318. package/types/themes/newThemes/legacyCanvasHighContrast/components/text.d.ts +4 -0
  2319. package/types/themes/newThemes/legacyCanvasHighContrast/components/text.d.ts.map +1 -0
  2320. package/types/themes/newThemes/legacyCanvasHighContrast/components/textArea.d.ts +4 -0
  2321. package/types/themes/newThemes/legacyCanvasHighContrast/components/textArea.d.ts.map +1 -0
  2322. package/types/themes/newThemes/legacyCanvasHighContrast/components/textInput.d.ts +4 -0
  2323. package/types/themes/newThemes/legacyCanvasHighContrast/components/textInput.d.ts.map +1 -0
  2324. package/types/themes/newThemes/legacyCanvasHighContrast/components/toggle.d.ts +4 -0
  2325. package/types/themes/newThemes/legacyCanvasHighContrast/components/toggle.d.ts.map +1 -0
  2326. package/types/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.d.ts +4 -0
  2327. package/types/themes/newThemes/legacyCanvasHighContrast/components/toggleDetails.d.ts.map +1 -0
  2328. package/types/themes/newThemes/legacyCanvasHighContrast/components/toggleGroup.d.ts +4 -0
  2329. package/types/themes/newThemes/legacyCanvasHighContrast/components/toggleGroup.d.ts.map +1 -0
  2330. package/types/themes/newThemes/legacyCanvasHighContrast/components/tooltip.d.ts +4 -0
  2331. package/types/themes/newThemes/legacyCanvasHighContrast/components/tooltip.d.ts.map +1 -0
  2332. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts +4 -0
  2333. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map +1 -0
  2334. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarBrand.d.ts +4 -0
  2335. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarBrand.d.ts.map +1 -0
  2336. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts +4 -0
  2337. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts.map +1 -0
  2338. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.d.ts +4 -0
  2339. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.d.ts.map +1 -0
  2340. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts +4 -0
  2341. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts.map +1 -0
  2342. package/types/themes/newThemes/legacyCanvasHighContrast/components/tray.d.ts +4 -0
  2343. package/types/themes/newThemes/legacyCanvasHighContrast/components/tray.d.ts.map +1 -0
  2344. package/types/themes/newThemes/legacyCanvasHighContrast/components/treeBrowser.d.ts +4 -0
  2345. package/types/themes/newThemes/legacyCanvasHighContrast/components/treeBrowser.d.ts.map +1 -0
  2346. package/types/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.d.ts +4 -0
  2347. package/types/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeButton.d.ts.map +1 -0
  2348. package/types/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeCollection.d.ts +4 -0
  2349. package/types/themes/newThemes/legacyCanvasHighContrast/components/treeBrowserTreeCollection.d.ts.map +1 -0
  2350. package/types/themes/newThemes/legacyCanvasHighContrast/components/truncateText.d.ts +4 -0
  2351. package/types/themes/newThemes/legacyCanvasHighContrast/components/truncateText.d.ts.map +1 -0
  2352. package/types/themes/newThemes/legacyCanvasHighContrast/components/view.d.ts +4 -0
  2353. package/types/themes/newThemes/legacyCanvasHighContrast/components/view.d.ts.map +1 -0
  2354. package/types/themes/newThemes/legacyCanvasHighContrast/index.d.ts +7 -0
  2355. package/types/themes/newThemes/legacyCanvasHighContrast/index.d.ts.map +1 -0
  2356. package/types/themes/newThemes/legacyCanvasHighContrast/primitives.d.ts +317 -0
  2357. package/types/themes/newThemes/legacyCanvasHighContrast/primitives.d.ts.map +1 -0
  2358. package/types/themes/newThemes/legacyCanvasHighContrast/semantics.d.ts +722 -0
  2359. package/types/themes/newThemes/legacyCanvasHighContrast/semantics.d.ts.map +1 -0
  2360. package/types/themes/newThemes/legacyCanvasHighContrast/sharedTokens.d.ts +4 -0
  2361. package/types/themes/newThemes/legacyCanvasHighContrast/sharedTokens.d.ts.map +1 -0
  2362. package/types/themes/newThemes/light/components/aiInformation.d.ts +4 -0
  2363. package/types/themes/newThemes/light/components/aiInformation.d.ts.map +1 -0
  2364. package/types/themes/newThemes/light/components/alert.d.ts +4 -0
  2365. package/types/themes/newThemes/light/components/alert.d.ts.map +1 -0
  2366. package/types/themes/newThemes/light/components/appNav.d.ts +4 -0
  2367. package/types/themes/newThemes/light/components/appNav.d.ts.map +1 -0
  2368. package/types/themes/newThemes/light/components/appNavItem.d.ts +4 -0
  2369. package/types/themes/newThemes/light/components/appNavItem.d.ts.map +1 -0
  2370. package/types/themes/newThemes/light/components/avatar.d.ts +4 -0
  2371. package/types/themes/newThemes/light/components/avatar.d.ts.map +1 -0
  2372. package/types/themes/newThemes/light/components/badge.d.ts +4 -0
  2373. package/types/themes/newThemes/light/components/badge.d.ts.map +1 -0
  2374. package/types/themes/newThemes/light/components/baseButton.d.ts +4 -0
  2375. package/types/themes/newThemes/light/components/baseButton.d.ts.map +1 -0
  2376. package/types/themes/newThemes/light/components/billboard.d.ts +4 -0
  2377. package/types/themes/newThemes/light/components/billboard.d.ts.map +1 -0
  2378. package/types/themes/newThemes/light/components/breadcrumb.d.ts +4 -0
  2379. package/types/themes/newThemes/light/components/breadcrumb.d.ts.map +1 -0
  2380. package/types/themes/newThemes/light/components/byline.d.ts +4 -0
  2381. package/types/themes/newThemes/light/components/byline.d.ts.map +1 -0
  2382. package/types/themes/newThemes/light/components/calendar.d.ts +4 -0
  2383. package/types/themes/newThemes/light/components/calendar.d.ts.map +1 -0
  2384. package/types/themes/newThemes/light/components/calendarDay.d.ts +4 -0
  2385. package/types/themes/newThemes/light/components/calendarDay.d.ts.map +1 -0
  2386. package/types/themes/newThemes/light/components/checkbox.d.ts +4 -0
  2387. package/types/themes/newThemes/light/components/checkbox.d.ts.map +1 -0
  2388. package/types/themes/newThemes/light/components/colorContrast.d.ts +4 -0
  2389. package/types/themes/newThemes/light/components/colorContrast.d.ts.map +1 -0
  2390. package/types/themes/newThemes/light/components/colorIndicator.d.ts +4 -0
  2391. package/types/themes/newThemes/light/components/colorIndicator.d.ts.map +1 -0
  2392. package/types/themes/newThemes/light/components/colorPicker.d.ts +4 -0
  2393. package/types/themes/newThemes/light/components/colorPicker.d.ts.map +1 -0
  2394. package/types/themes/newThemes/light/components/colorPreset.d.ts +4 -0
  2395. package/types/themes/newThemes/light/components/colorPreset.d.ts.map +1 -0
  2396. package/types/themes/newThemes/light/components/contextView.d.ts +4 -0
  2397. package/types/themes/newThemes/light/components/contextView.d.ts.map +1 -0
  2398. package/types/themes/newThemes/light/components/dataPermissionLevels.d.ts +4 -0
  2399. package/types/themes/newThemes/light/components/dataPermissionLevels.d.ts.map +1 -0
  2400. package/types/themes/newThemes/light/components/drawerLayoutContent.d.ts +4 -0
  2401. package/types/themes/newThemes/light/components/drawerLayoutContent.d.ts.map +1 -0
  2402. package/types/themes/newThemes/light/components/drawerLayoutTray.d.ts +4 -0
  2403. package/types/themes/newThemes/light/components/drawerLayoutTray.d.ts.map +1 -0
  2404. package/types/themes/newThemes/light/components/drilldown.d.ts +4 -0
  2405. package/types/themes/newThemes/light/components/drilldown.d.ts.map +1 -0
  2406. package/types/themes/newThemes/light/components/fileDrop.d.ts +4 -0
  2407. package/types/themes/newThemes/light/components/fileDrop.d.ts.map +1 -0
  2408. package/types/themes/newThemes/light/components/flex.d.ts +4 -0
  2409. package/types/themes/newThemes/light/components/flex.d.ts.map +1 -0
  2410. package/types/themes/newThemes/light/components/formFieldLayout.d.ts +4 -0
  2411. package/types/themes/newThemes/light/components/formFieldLayout.d.ts.map +1 -0
  2412. package/types/themes/newThemes/light/components/formFieldMessage.d.ts +4 -0
  2413. package/types/themes/newThemes/light/components/formFieldMessage.d.ts.map +1 -0
  2414. package/types/themes/newThemes/light/components/grid.d.ts +4 -0
  2415. package/types/themes/newThemes/light/components/grid.d.ts.map +1 -0
  2416. package/types/themes/newThemes/light/components/gridCol.d.ts +4 -0
  2417. package/types/themes/newThemes/light/components/gridCol.d.ts.map +1 -0
  2418. package/types/themes/newThemes/light/components/gridRow.d.ts +4 -0
  2419. package/types/themes/newThemes/light/components/gridRow.d.ts.map +1 -0
  2420. package/types/themes/newThemes/light/components/heading.d.ts +4 -0
  2421. package/types/themes/newThemes/light/components/heading.d.ts.map +1 -0
  2422. package/types/themes/newThemes/light/components/icon.d.ts +4 -0
  2423. package/types/themes/newThemes/light/components/icon.d.ts.map +1 -0
  2424. package/types/themes/newThemes/light/components/inlineListItem.d.ts +4 -0
  2425. package/types/themes/newThemes/light/components/inlineListItem.d.ts.map +1 -0
  2426. package/types/themes/newThemes/light/components/link.d.ts +4 -0
  2427. package/types/themes/newThemes/light/components/link.d.ts.map +1 -0
  2428. package/types/themes/newThemes/light/components/list.d.ts +4 -0
  2429. package/types/themes/newThemes/light/components/list.d.ts.map +1 -0
  2430. package/types/themes/newThemes/light/components/listItem.d.ts +4 -0
  2431. package/types/themes/newThemes/light/components/listItem.d.ts.map +1 -0
  2432. package/types/themes/newThemes/light/components/mask.d.ts +4 -0
  2433. package/types/themes/newThemes/light/components/mask.d.ts.map +1 -0
  2434. package/types/themes/newThemes/light/components/menu.d.ts +4 -0
  2435. package/types/themes/newThemes/light/components/menu.d.ts.map +1 -0
  2436. package/types/themes/newThemes/light/components/menuGroup.d.ts +4 -0
  2437. package/types/themes/newThemes/light/components/menuGroup.d.ts.map +1 -0
  2438. package/types/themes/newThemes/light/components/menuItem.d.ts +4 -0
  2439. package/types/themes/newThemes/light/components/menuItem.d.ts.map +1 -0
  2440. package/types/themes/newThemes/light/components/menuSeparator.d.ts +4 -0
  2441. package/types/themes/newThemes/light/components/menuSeparator.d.ts.map +1 -0
  2442. package/types/themes/newThemes/light/components/metric.d.ts +4 -0
  2443. package/types/themes/newThemes/light/components/metric.d.ts.map +1 -0
  2444. package/types/themes/newThemes/light/components/modal.d.ts +4 -0
  2445. package/types/themes/newThemes/light/components/modal.d.ts.map +1 -0
  2446. package/types/themes/newThemes/light/components/modalBody.d.ts +4 -0
  2447. package/types/themes/newThemes/light/components/modalBody.d.ts.map +1 -0
  2448. package/types/themes/newThemes/light/components/modalFooter.d.ts +4 -0
  2449. package/types/themes/newThemes/light/components/modalFooter.d.ts.map +1 -0
  2450. package/types/themes/newThemes/light/components/modalHeader.d.ts +4 -0
  2451. package/types/themes/newThemes/light/components/modalHeader.d.ts.map +1 -0
  2452. package/types/themes/newThemes/light/components/nutritionFacts.d.ts +4 -0
  2453. package/types/themes/newThemes/light/components/nutritionFacts.d.ts.map +1 -0
  2454. package/types/themes/newThemes/light/components/options.d.ts +4 -0
  2455. package/types/themes/newThemes/light/components/options.d.ts.map +1 -0
  2456. package/types/themes/newThemes/light/components/optionsItem.d.ts +4 -0
  2457. package/types/themes/newThemes/light/components/optionsItem.d.ts.map +1 -0
  2458. package/types/themes/newThemes/light/components/optionsSeparator.d.ts +4 -0
  2459. package/types/themes/newThemes/light/components/optionsSeparator.d.ts.map +1 -0
  2460. package/types/themes/newThemes/light/components/pagination.d.ts +4 -0
  2461. package/types/themes/newThemes/light/components/pagination.d.ts.map +1 -0
  2462. package/types/themes/newThemes/light/components/paginationPageInput.d.ts +4 -0
  2463. package/types/themes/newThemes/light/components/paginationPageInput.d.ts.map +1 -0
  2464. package/types/themes/newThemes/light/components/palette.d.ts +4 -0
  2465. package/types/themes/newThemes/light/components/palette.d.ts.map +1 -0
  2466. package/types/themes/newThemes/light/components/pill.d.ts +4 -0
  2467. package/types/themes/newThemes/light/components/pill.d.ts.map +1 -0
  2468. package/types/themes/newThemes/light/components/popover.d.ts +4 -0
  2469. package/types/themes/newThemes/light/components/popover.d.ts.map +1 -0
  2470. package/types/themes/newThemes/light/components/progressBar.d.ts +4 -0
  2471. package/types/themes/newThemes/light/components/progressBar.d.ts.map +1 -0
  2472. package/types/themes/newThemes/light/components/progressCircle.d.ts +4 -0
  2473. package/types/themes/newThemes/light/components/progressCircle.d.ts.map +1 -0
  2474. package/types/themes/newThemes/light/components/radioInput.d.ts +4 -0
  2475. package/types/themes/newThemes/light/components/radioInput.d.ts.map +1 -0
  2476. package/types/themes/newThemes/light/components/rangeInput.d.ts +4 -0
  2477. package/types/themes/newThemes/light/components/rangeInput.d.ts.map +1 -0
  2478. package/types/themes/newThemes/light/components/ratingIcon.d.ts +4 -0
  2479. package/types/themes/newThemes/light/components/ratingIcon.d.ts.map +1 -0
  2480. package/types/themes/newThemes/light/components/rgbaInput.d.ts +4 -0
  2481. package/types/themes/newThemes/light/components/rgbaInput.d.ts.map +1 -0
  2482. package/types/themes/newThemes/light/components/select.d.ts +4 -0
  2483. package/types/themes/newThemes/light/components/select.d.ts.map +1 -0
  2484. package/types/themes/newThemes/light/components/sideNavBar.d.ts +4 -0
  2485. package/types/themes/newThemes/light/components/sideNavBar.d.ts.map +1 -0
  2486. package/types/themes/newThemes/light/components/sideNavBarItem.d.ts +4 -0
  2487. package/types/themes/newThemes/light/components/sideNavBarItem.d.ts.map +1 -0
  2488. package/types/themes/newThemes/light/components/sideNavBarItemNew.d.ts +4 -0
  2489. package/types/themes/newThemes/light/components/sideNavBarItemNew.d.ts.map +1 -0
  2490. package/types/themes/newThemes/light/components/sideNavBarNew.d.ts +4 -0
  2491. package/types/themes/newThemes/light/components/sideNavBarNew.d.ts.map +1 -0
  2492. package/types/themes/newThemes/light/components/slider.d.ts +4 -0
  2493. package/types/themes/newThemes/light/components/slider.d.ts.map +1 -0
  2494. package/types/themes/newThemes/light/components/sourceCodeEditor.d.ts +4 -0
  2495. package/types/themes/newThemes/light/components/sourceCodeEditor.d.ts.map +1 -0
  2496. package/types/themes/newThemes/light/components/spinner.d.ts +4 -0
  2497. package/types/themes/newThemes/light/components/spinner.d.ts.map +1 -0
  2498. package/types/themes/newThemes/light/components/table.d.ts +4 -0
  2499. package/types/themes/newThemes/light/components/table.d.ts.map +1 -0
  2500. package/types/themes/newThemes/light/components/tableBody.d.ts +4 -0
  2501. package/types/themes/newThemes/light/components/tableBody.d.ts.map +1 -0
  2502. package/types/themes/newThemes/light/components/tableCell.d.ts +4 -0
  2503. package/types/themes/newThemes/light/components/tableCell.d.ts.map +1 -0
  2504. package/types/themes/newThemes/light/components/tableColHeader.d.ts +4 -0
  2505. package/types/themes/newThemes/light/components/tableColHeader.d.ts.map +1 -0
  2506. package/types/themes/newThemes/light/components/tableHead.d.ts +4 -0
  2507. package/types/themes/newThemes/light/components/tableHead.d.ts.map +1 -0
  2508. package/types/themes/newThemes/light/components/tableRow.d.ts +4 -0
  2509. package/types/themes/newThemes/light/components/tableRow.d.ts.map +1 -0
  2510. package/types/themes/newThemes/light/components/tableRowHeader.d.ts +4 -0
  2511. package/types/themes/newThemes/light/components/tableRowHeader.d.ts.map +1 -0
  2512. package/types/themes/newThemes/light/components/tabs.d.ts +4 -0
  2513. package/types/themes/newThemes/light/components/tabs.d.ts.map +1 -0
  2514. package/types/themes/newThemes/light/components/tabsPanel.d.ts +4 -0
  2515. package/types/themes/newThemes/light/components/tabsPanel.d.ts.map +1 -0
  2516. package/types/themes/newThemes/light/components/tabsTab.d.ts +4 -0
  2517. package/types/themes/newThemes/light/components/tabsTab.d.ts.map +1 -0
  2518. package/types/themes/newThemes/light/components/tag.d.ts +4 -0
  2519. package/types/themes/newThemes/light/components/tag.d.ts.map +1 -0
  2520. package/types/themes/newThemes/light/components/text.d.ts +4 -0
  2521. package/types/themes/newThemes/light/components/text.d.ts.map +1 -0
  2522. package/types/themes/newThemes/light/components/textArea.d.ts +4 -0
  2523. package/types/themes/newThemes/light/components/textArea.d.ts.map +1 -0
  2524. package/types/themes/newThemes/light/components/textInput.d.ts +4 -0
  2525. package/types/themes/newThemes/light/components/textInput.d.ts.map +1 -0
  2526. package/types/themes/newThemes/light/components/toggle.d.ts +4 -0
  2527. package/types/themes/newThemes/light/components/toggle.d.ts.map +1 -0
  2528. package/types/themes/newThemes/light/components/toggleDetails.d.ts +4 -0
  2529. package/types/themes/newThemes/light/components/toggleDetails.d.ts.map +1 -0
  2530. package/types/themes/newThemes/light/components/toggleGroup.d.ts +4 -0
  2531. package/types/themes/newThemes/light/components/toggleGroup.d.ts.map +1 -0
  2532. package/types/themes/newThemes/light/components/tooltip.d.ts +4 -0
  2533. package/types/themes/newThemes/light/components/tooltip.d.ts.map +1 -0
  2534. package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts +4 -0
  2535. package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts.map +1 -0
  2536. package/types/themes/newThemes/light/components/topNavBarBrand.d.ts +4 -0
  2537. package/types/themes/newThemes/light/components/topNavBarBrand.d.ts.map +1 -0
  2538. package/types/themes/newThemes/light/components/topNavBarItem.d.ts +4 -0
  2539. package/types/themes/newThemes/light/components/topNavBarItem.d.ts.map +1 -0
  2540. package/types/themes/newThemes/light/components/topNavBarLayout.d.ts +4 -0
  2541. package/types/themes/newThemes/light/components/topNavBarLayout.d.ts.map +1 -0
  2542. package/types/themes/newThemes/light/components/topNavBarMenuItems.d.ts +4 -0
  2543. package/types/themes/newThemes/light/components/topNavBarMenuItems.d.ts.map +1 -0
  2544. package/types/themes/newThemes/light/components/tray.d.ts +4 -0
  2545. package/types/themes/newThemes/light/components/tray.d.ts.map +1 -0
  2546. package/types/themes/newThemes/light/components/treeBrowser.d.ts +4 -0
  2547. package/types/themes/newThemes/light/components/treeBrowser.d.ts.map +1 -0
  2548. package/types/themes/newThemes/light/components/treeBrowserTreeButton.d.ts +4 -0
  2549. package/types/themes/newThemes/light/components/treeBrowserTreeButton.d.ts.map +1 -0
  2550. package/types/themes/newThemes/light/components/treeBrowserTreeCollection.d.ts +4 -0
  2551. package/types/themes/newThemes/light/components/treeBrowserTreeCollection.d.ts.map +1 -0
  2552. package/types/themes/newThemes/light/components/truncateText.d.ts +4 -0
  2553. package/types/themes/newThemes/light/components/truncateText.d.ts.map +1 -0
  2554. package/types/themes/newThemes/light/components/view.d.ts +4 -0
  2555. package/types/themes/newThemes/light/components/view.d.ts.map +1 -0
  2556. package/types/themes/newThemes/light/index.d.ts +7 -0
  2557. package/types/themes/newThemes/light/index.d.ts.map +1 -0
  2558. package/types/themes/newThemes/light/primitives.d.ts +317 -0
  2559. package/types/themes/newThemes/light/primitives.d.ts.map +1 -0
  2560. package/types/themes/newThemes/light/semantics.d.ts +722 -0
  2561. package/types/themes/newThemes/light/semantics.d.ts.map +1 -0
  2562. package/types/themes/newThemes/light/sharedTokens.d.ts +4 -0
  2563. package/types/themes/newThemes/light/sharedTokens.d.ts.map +1 -0
  2564. package/types/utils/boxShadowObjectToString.d.ts +24 -0
  2565. package/types/utils/boxShadowObjectToString.d.ts.map +1 -0
@@ -1,6 +1,2582 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
3
 
4
+ $instui-canvas-new-theme-primitives-color-white: #ffffff;
5
+ $instui-canvas-new-theme-primitives-color-transparent: #00000000;
6
+ $instui-canvas-new-theme-primitives-color-green-green10: #DBFCDF;
7
+ $instui-canvas-new-theme-primitives-color-green-green20: #CAF4D0;
8
+ $instui-canvas-new-theme-primitives-color-green-green30: #B4EFBD;
9
+ $instui-canvas-new-theme-primitives-color-green-green40: #7EDD92;
10
+ $instui-canvas-new-theme-primitives-color-green-green50: #61C378;
11
+ $instui-canvas-new-theme-primitives-color-green-green60: #54B86D;
12
+ $instui-canvas-new-theme-primitives-color-green-green70: #3EA75B;
13
+ $instui-canvas-new-theme-primitives-color-green-green80: #2D984E;
14
+ $instui-canvas-new-theme-primitives-color-green-green90: #1E9045;
15
+ $instui-canvas-new-theme-primitives-color-green-green100: #03893D;
16
+ $instui-canvas-new-theme-primitives-color-green-green110: #037D37;
17
+ $instui-canvas-new-theme-primitives-color-green-green120: #017533;
18
+ $instui-canvas-new-theme-primitives-color-green-green130: #02672C;
19
+ $instui-canvas-new-theme-primitives-color-green-green140: #015B26;
20
+ $instui-canvas-new-theme-primitives-color-green-green150: #004D1F;
21
+ $instui-canvas-new-theme-primitives-color-green-green160: #01451B;
22
+ $instui-canvas-new-theme-primitives-color-green-green170: #033C18;
23
+ $instui-canvas-new-theme-primitives-color-green-green180: #051F09;
24
+ $instui-canvas-new-theme-primitives-color-grey-grey10: #F2F4F5;
25
+ $instui-canvas-new-theme-primitives-color-grey-grey20: #E8EAEC;
26
+ $instui-canvas-new-theme-primitives-color-grey-grey30: #DFE1E3;
27
+ $instui-canvas-new-theme-primitives-color-grey-grey40: #C7CACD;
28
+ $instui-canvas-new-theme-primitives-color-grey-grey50: #AAB0B5;
29
+ $instui-canvas-new-theme-primitives-color-grey-grey60: #9EA6AD;
30
+ $instui-canvas-new-theme-primitives-color-grey-grey70: #8D959F;
31
+ $instui-canvas-new-theme-primitives-color-grey-grey80: #7E8792;
32
+ $instui-canvas-new-theme-primitives-color-grey-grey90: #737F8A;
33
+ $instui-canvas-new-theme-primitives-color-grey-grey100: #6A7883;
34
+ $instui-canvas-new-theme-primitives-color-grey-grey110: #5F6E7A;
35
+ $instui-canvas-new-theme-primitives-color-grey-grey120: #576773;
36
+ $instui-canvas-new-theme-primitives-color-grey-grey130: #4A5B68;
37
+ $instui-canvas-new-theme-primitives-color-grey-grey140: #3F515E;
38
+ $instui-canvas-new-theme-primitives-color-grey-grey150: #334450;
39
+ $instui-canvas-new-theme-primitives-color-grey-grey160: #2D3D49;
40
+ $instui-canvas-new-theme-primitives-color-grey-grey170: #273540;
41
+ $instui-canvas-new-theme-primitives-color-grey-grey180: #1C222B;
42
+ $instui-canvas-new-theme-primitives-color-blue-blue10: #EDF4FF;
43
+ $instui-canvas-new-theme-primitives-color-blue-blue20: #DEEBFF;
44
+ $instui-canvas-new-theme-primitives-color-blue-blue30: #D0E3FF;
45
+ $instui-canvas-new-theme-primitives-color-blue-blue40: #ACCDF7;
46
+ $instui-canvas-new-theme-primitives-color-blue-blue50: #7FB4F1;
47
+ $instui-canvas-new-theme-primitives-color-blue-blue60: #6CAAEE;
48
+ $instui-canvas-new-theme-primitives-color-blue-blue70: #4798E3;
49
+ $instui-canvas-new-theme-primitives-color-blue-blue80: #338CD7;
50
+ $instui-canvas-new-theme-primitives-color-blue-blue90: #2D83CB;
51
+ $instui-canvas-new-theme-primitives-color-blue-blue100: #2B7ABC;
52
+ $instui-canvas-new-theme-primitives-color-blue-blue110: #2871AF;
53
+ $instui-canvas-new-theme-primitives-color-blue-blue120: #2369A4;
54
+ $instui-canvas-new-theme-primitives-color-blue-blue130: #1E5C90;
55
+ $instui-canvas-new-theme-primitives-color-blue-blue140: #1A5281;
56
+ $instui-canvas-new-theme-primitives-color-blue-blue150: #14446D;
57
+ $instui-canvas-new-theme-primitives-color-blue-blue160: #123E62;
58
+ $instui-canvas-new-theme-primitives-color-blue-blue170: #103656;
59
+ $instui-canvas-new-theme-primitives-color-blue-blue180: #0A1C2D;
60
+ $instui-canvas-new-theme-primitives-color-red-red10: #FBF1EF;
61
+ $instui-canvas-new-theme-primitives-color-red-red20: #FFE3DE;
62
+ $instui-canvas-new-theme-primitives-color-red-red30: #FFD8D0;
63
+ $instui-canvas-new-theme-primitives-color-red-red40: #FFB7A9;
64
+ $instui-canvas-new-theme-primitives-color-red-red50: #FA917F;
65
+ $instui-canvas-new-theme-primitives-color-red-red60: #FE7D6A;
66
+ $instui-canvas-new-theme-primitives-color-red-red70: #F56050;
67
+ $instui-canvas-new-theme-primitives-color-red-red80: #F14139;
68
+ $instui-canvas-new-theme-primitives-color-red-red90: #EC3532;
69
+ $instui-canvas-new-theme-primitives-color-red-red100: #E62429;
70
+ $instui-canvas-new-theme-primitives-color-red-red110: #CF1F24;
71
+ $instui-canvas-new-theme-primitives-color-red-red120: #C51F22;
72
+ $instui-canvas-new-theme-primitives-color-red-red130: #AE161B;
73
+ $instui-canvas-new-theme-primitives-color-red-red140: #991418;
74
+ $instui-canvas-new-theme-primitives-color-red-red150: #810F12;
75
+ $instui-canvas-new-theme-primitives-color-red-red160: #750D0F;
76
+ $instui-canvas-new-theme-primitives-color-red-red170: #670C0C;
77
+ $instui-canvas-new-theme-primitives-color-red-red180: #311007;
78
+ $instui-canvas-new-theme-primitives-color-orange-orange10: #FCF1ED;
79
+ $instui-canvas-new-theme-primitives-color-orange-orange20: #FFE4D7;
80
+ $instui-canvas-new-theme-primitives-color-orange-orange30: #FBDACA;
81
+ $instui-canvas-new-theme-primitives-color-orange-orange40: #FDB998;
82
+ $instui-canvas-new-theme-primitives-color-orange-orange50: #FF905A;
83
+ $instui-canvas-new-theme-primitives-color-orange-orange60: #FF7E40;
84
+ $instui-canvas-new-theme-primitives-color-orange-orange70: #F16824;
85
+ $instui-canvas-new-theme-primitives-color-orange-orange80: #E55300;
86
+ $instui-canvas-new-theme-primitives-color-orange-orange90: #DA4E00;
87
+ $instui-canvas-new-theme-primitives-color-orange-orange100: #CF4A00;
88
+ $instui-canvas-new-theme-primitives-color-orange-orange110: #BB4200;
89
+ $instui-canvas-new-theme-primitives-color-orange-orange120: #B23F01;
90
+ $instui-canvas-new-theme-primitives-color-orange-orange130: #9C3601;
91
+ $instui-canvas-new-theme-primitives-color-orange-orange140: #8A2F00;
92
+ $instui-canvas-new-theme-primitives-color-orange-orange150: #742700;
93
+ $instui-canvas-new-theme-primitives-color-orange-orange160: #682400;
94
+ $instui-canvas-new-theme-primitives-color-orange-orange170: #5A2002;
95
+ $instui-canvas-new-theme-primitives-color-orange-orange180: #2B1405;
96
+ $instui-canvas-new-theme-primitives-color-plum-plum10: #FAF1F6;
97
+ $instui-canvas-new-theme-primitives-color-plum-plum20: #FAE3EF;
98
+ $instui-canvas-new-theme-primitives-color-plum-plum30: #F6D9E9;
99
+ $instui-canvas-new-theme-primitives-color-plum-plum40: #F0B9D7;
100
+ $instui-canvas-new-theme-primitives-color-plum-plum50: #EC93C6;
101
+ $instui-canvas-new-theme-primitives-color-plum-plum60: #E982BF;
102
+ $instui-canvas-new-theme-primitives-color-plum-plum70: #E665B4;
103
+ $instui-canvas-new-theme-primitives-color-plum-plum80: #DD4CA8;
104
+ $instui-canvas-new-theme-primitives-color-plum-plum90: #D0469F;
105
+ $instui-canvas-new-theme-primitives-color-plum-plum100: #C54396;
106
+ $instui-canvas-new-theme-primitives-color-plum-plum110: #B43D89;
107
+ $instui-canvas-new-theme-primitives-color-plum-plum120: #A83780;
108
+ $instui-canvas-new-theme-primitives-color-plum-plum130: #953171;
109
+ $instui-canvas-new-theme-primitives-color-plum-plum140: #852A64;
110
+ $instui-canvas-new-theme-primitives-color-plum-plum150: #702254;
111
+ $instui-canvas-new-theme-primitives-color-plum-plum160: #651E4C;
112
+ $instui-canvas-new-theme-primitives-color-plum-plum170: #591B42;
113
+ $instui-canvas-new-theme-primitives-color-plum-plum180: #2F0E23;
114
+ $instui-canvas-new-theme-primitives-color-violet-violet10: #F7F2F8;
115
+ $instui-canvas-new-theme-primitives-color-violet-violet20: #F3E5F7;
116
+ $instui-canvas-new-theme-primitives-color-violet-violet30: #EEDBF4;
117
+ $instui-canvas-new-theme-primitives-color-violet-violet40: #DBC0E5;
118
+ $instui-canvas-new-theme-primitives-color-violet-violet50: #CAA1D9;
119
+ $instui-canvas-new-theme-primitives-color-violet-violet60: #C295D4;
120
+ $instui-canvas-new-theme-primitives-color-violet-violet70: #B680CC;
121
+ $instui-canvas-new-theme-primitives-color-violet-violet80: #AB6EC5;
122
+ $instui-canvas-new-theme-primitives-color-violet-violet90: #A464C0;
123
+ $instui-canvas-new-theme-primitives-color-violet-violet100: #9E58BD;
124
+ $instui-canvas-new-theme-primitives-color-violet-violet110: #944FB3;
125
+ $instui-canvas-new-theme-primitives-color-violet-violet120: #8A49A7;
126
+ $instui-canvas-new-theme-primitives-color-violet-violet130: #793F93;
127
+ $instui-canvas-new-theme-primitives-color-violet-violet140: #6D3984;
128
+ $instui-canvas-new-theme-primitives-color-violet-violet150: #5B2E6F;
129
+ $instui-canvas-new-theme-primitives-color-violet-violet160: #522965;
130
+ $instui-canvas-new-theme-primitives-color-violet-violet170: #482458;
131
+ $instui-canvas-new-theme-primitives-color-violet-violet180: #26132E;
132
+ $instui-canvas-new-theme-primitives-color-stone-stone10: #F4F4F4;
133
+ $instui-canvas-new-theme-primitives-color-stone-stone20: #E9E9E9;
134
+ $instui-canvas-new-theme-primitives-color-stone-stone30: #E1E1E1;
135
+ $instui-canvas-new-theme-primitives-color-stone-stone40: #C9C9C9;
136
+ $instui-canvas-new-theme-primitives-color-stone-stone50: #AFAFAF;
137
+ $instui-canvas-new-theme-primitives-color-stone-stone60: #A5A5A5;
138
+ $instui-canvas-new-theme-primitives-color-stone-stone70: #949494;
139
+ $instui-canvas-new-theme-primitives-color-stone-stone80: #858585;
140
+ $instui-canvas-new-theme-primitives-color-stone-stone90: #7D7D7D;
141
+ $instui-canvas-new-theme-primitives-color-stone-stone100: #767676;
142
+ $instui-canvas-new-theme-primitives-color-stone-stone110: #6C6C6C;
143
+ $instui-canvas-new-theme-primitives-color-stone-stone120: #646464;
144
+ $instui-canvas-new-theme-primitives-color-stone-stone130: #585858;
145
+ $instui-canvas-new-theme-primitives-color-stone-stone140: #4E4E4E;
146
+ $instui-canvas-new-theme-primitives-color-stone-stone150: #414141;
147
+ $instui-canvas-new-theme-primitives-color-stone-stone160: #3A3A3A;
148
+ $instui-canvas-new-theme-primitives-color-stone-stone170: #333333;
149
+ $instui-canvas-new-theme-primitives-color-stone-stone180: #1A1A1A;
150
+ $instui-canvas-new-theme-primitives-color-sky-sky10: #E9F6FF;
151
+ $instui-canvas-new-theme-primitives-color-sky-sky20: #D6EDFE;
152
+ $instui-canvas-new-theme-primitives-color-sky-sky30: #C7E6FC;
153
+ $instui-canvas-new-theme-primitives-color-sky-sky40: #97D1F8;
154
+ $instui-canvas-new-theme-primitives-color-sky-sky50: #63B9EB;
155
+ $instui-canvas-new-theme-primitives-color-sky-sky60: #50B0E3;
156
+ $instui-canvas-new-theme-primitives-color-sky-sky70: #349ED2;
157
+ $instui-canvas-new-theme-primitives-color-sky-sky80: #1E90C3;
158
+ $instui-canvas-new-theme-primitives-color-sky-sky90: #1A87B8;
159
+ $instui-canvas-new-theme-primitives-color-sky-sky100: #197EAB;
160
+ $instui-canvas-new-theme-primitives-color-sky-sky110: #17759F;
161
+ $instui-canvas-new-theme-primitives-color-sky-sky120: #116D94;
162
+ $instui-canvas-new-theme-primitives-color-sky-sky130: #0F5F82;
163
+ $instui-canvas-new-theme-primitives-color-sky-sky140: #0E5575;
164
+ $instui-canvas-new-theme-primitives-color-sky-sky150: #094762;
165
+ $instui-canvas-new-theme-primitives-color-sky-sky160: #084059;
166
+ $instui-canvas-new-theme-primitives-color-sky-sky170: #08384E;
167
+ $instui-canvas-new-theme-primitives-color-sky-sky180: #071D29;
168
+ $instui-canvas-new-theme-primitives-color-honey-honey10: #FCF2E4;
169
+ $instui-canvas-new-theme-primitives-color-honey-honey20: #F7E7CF;
170
+ $instui-canvas-new-theme-primitives-color-honey-honey30: #F8DDB2;
171
+ $instui-canvas-new-theme-primitives-color-honey-honey40: #F0C16C;
172
+ $instui-canvas-new-theme-primitives-color-honey-honey50: #E0A300;
173
+ $instui-canvas-new-theme-primitives-color-honey-honey60: #D39901;
174
+ $instui-canvas-new-theme-primitives-color-honey-honey70: #BE8A01;
175
+ $instui-canvas-new-theme-primitives-color-honey-honey80: #AC7C00;
176
+ $instui-canvas-new-theme-primitives-color-honey-honey90: #A37600;
177
+ $instui-canvas-new-theme-primitives-color-honey-honey100: #996E00;
178
+ $instui-canvas-new-theme-primitives-color-honey-honey110: #8C6400;
179
+ $instui-canvas-new-theme-primitives-color-honey-honey120: #855F02;
180
+ $instui-canvas-new-theme-primitives-color-honey-honey130: #735200;
181
+ $instui-canvas-new-theme-primitives-color-honey-honey140: #664800;
182
+ $instui-canvas-new-theme-primitives-color-honey-honey150: #563D00;
183
+ $instui-canvas-new-theme-primitives-color-honey-honey160: #4D3600;
184
+ $instui-canvas-new-theme-primitives-color-honey-honey170: #432F01;
185
+ $instui-canvas-new-theme-primitives-color-honey-honey180: #221905;
186
+ $instui-canvas-new-theme-primitives-color-sea-sea10: #E0F9FD;
187
+ $instui-canvas-new-theme-primitives-color-sea-sea20: #CFF0F6;
188
+ $instui-canvas-new-theme-primitives-color-sea-sea30: #BDE9F1;
189
+ $instui-canvas-new-theme-primitives-color-sea-sea40: #77D8E9;
190
+ $instui-canvas-new-theme-primitives-color-sea-sea50: #3CC0D4;
191
+ $instui-canvas-new-theme-primitives-color-sea-sea60: #07B7CB;
192
+ $instui-canvas-new-theme-primitives-color-sea-sea70: #04A4B7;
193
+ $instui-canvas-new-theme-primitives-color-sea-sea80: #0394A5;
194
+ $instui-canvas-new-theme-primitives-color-sea-sea90: #008C9C;
195
+ $instui-canvas-new-theme-primitives-color-sea-sea100: #00828E;
196
+ $instui-canvas-new-theme-primitives-color-sea-sea110: #027887;
197
+ $instui-canvas-new-theme-primitives-color-sea-sea120: #02717E;
198
+ $instui-canvas-new-theme-primitives-color-sea-sea130: #01626E;
199
+ $instui-canvas-new-theme-primitives-color-sea-sea140: #015862;
200
+ $instui-canvas-new-theme-primitives-color-sea-sea150: #014A53;
201
+ $instui-canvas-new-theme-primitives-color-sea-sea160: #00424A;
202
+ $instui-canvas-new-theme-primitives-color-sea-sea170: #023941;
203
+ $instui-canvas-new-theme-primitives-color-sea-sea180: #051E22;
204
+ $instui-canvas-new-theme-primitives-color-aurora-aurora10: #D8FCEB;
205
+ $instui-canvas-new-theme-primitives-color-aurora-aurora20: #C8F3DF;
206
+ $instui-canvas-new-theme-primitives-color-aurora-aurora30: #B2EED3;
207
+ $instui-canvas-new-theme-primitives-color-aurora-aurora40: #58E1AD;
208
+ $instui-canvas-new-theme-primitives-color-aurora-aurora50: #2BC692;
209
+ $instui-canvas-new-theme-primitives-color-aurora-aurora60: #0ABC88;
210
+ $instui-canvas-new-theme-primitives-color-aurora-aurora70: #03A879;
211
+ $instui-canvas-new-theme-primitives-color-aurora-aurora80: #06986E;
212
+ $instui-canvas-new-theme-primitives-color-aurora-aurora90: #019067;
213
+ $instui-canvas-new-theme-primitives-color-aurora-aurora100: #048660;
214
+ $instui-canvas-new-theme-primitives-color-aurora-aurora110: #057C58;
215
+ $instui-canvas-new-theme-primitives-color-aurora-aurora120: #007352;
216
+ $instui-canvas-new-theme-primitives-color-aurora-aurora130: #026648;
217
+ $instui-canvas-new-theme-primitives-color-aurora-aurora140: #035A40;
218
+ $instui-canvas-new-theme-primitives-color-aurora-aurora150: #014B34;
219
+ $instui-canvas-new-theme-primitives-color-aurora-aurora160: #01442F;
220
+ $instui-canvas-new-theme-primitives-color-aurora-aurora170: #033B29;
221
+ $instui-canvas-new-theme-primitives-color-aurora-aurora180: #051F15;
222
+ $instui-canvas-new-theme-primitives-color-navy-navy10: #EEF4FD;
223
+ $instui-canvas-new-theme-primitives-color-navy-navy20: #E2EAF7;
224
+ $instui-canvas-new-theme-primitives-color-navy-navy30: #D5E2F6;
225
+ $instui-canvas-new-theme-primitives-color-navy-navy40: #B6CCEA;
226
+ $instui-canvas-new-theme-primitives-color-navy-navy50: #96B2D8;
227
+ $instui-canvas-new-theme-primitives-color-navy-navy60: #86A8D5;
228
+ $instui-canvas-new-theme-primitives-color-navy-navy70: #7097C7;
229
+ $instui-canvas-new-theme-primitives-color-navy-navy80: #5F89BB;
230
+ $instui-canvas-new-theme-primitives-color-navy-navy90: #5581B3;
231
+ $instui-canvas-new-theme-primitives-color-navy-navy100: #4C79AA;
232
+ $instui-canvas-new-theme-primitives-color-navy-navy110: #44709F;
233
+ $instui-canvas-new-theme-primitives-color-navy-navy120: #3E6895;
234
+ $instui-canvas-new-theme-primitives-color-navy-navy130: #345B84;
235
+ $instui-canvas-new-theme-primitives-color-navy-navy140: #2E5177;
236
+ $instui-canvas-new-theme-primitives-color-navy-navy150: #234465;
237
+ $instui-canvas-new-theme-primitives-color-navy-navy160: #213D5B;
238
+ $instui-canvas-new-theme-primitives-color-navy-navy170: #1D354F;
239
+ $instui-canvas-new-theme-primitives-color-navy-navy180: #061C30;
240
+ $instui-canvas-new-theme-primitives-color-white-opacity10: rgba(255,255,255,0.1);
241
+ $instui-canvas-new-theme-primitives-color-white-opacity20: rgba(255,255,255,0.2);
242
+ $instui-canvas-new-theme-primitives-color-white-opacity75: rgba(255,255,255,0.75);
243
+ $instui-canvas-new-theme-primitives-color-grey-opacity75: rgba(28,34,43,0.75);
244
+ $instui-canvas-new-theme-primitives-color-navy-opacity10: rgba(35,68,101,0.1);
245
+ $instui-canvas-new-theme-primitives-color-grey-opacity10: rgba(28,34,43,0.1);
246
+ $instui-canvas-new-theme-primitives-size-size1: 0.0625rem;
247
+ $instui-canvas-new-theme-primitives-size-size2: 0.125rem;
248
+ $instui-canvas-new-theme-primitives-size-size4: 0.25rem;
249
+ $instui-canvas-new-theme-primitives-size-size8: 0.5rem;
250
+ $instui-canvas-new-theme-primitives-size-size12: 0.75rem;
251
+ $instui-canvas-new-theme-primitives-size-size14: 0.875rem;
252
+ $instui-canvas-new-theme-primitives-size-size16: 1rem;
253
+ $instui-canvas-new-theme-primitives-size-size20: 1.25rem;
254
+ $instui-canvas-new-theme-primitives-size-size24: 1.5rem;
255
+ $instui-canvas-new-theme-primitives-size-size28: 1.75rem;
256
+ $instui-canvas-new-theme-primitives-size-size32: 2rem;
257
+ $instui-canvas-new-theme-primitives-size-size36: 2.25rem;
258
+ $instui-canvas-new-theme-primitives-size-size40: 2.5rem;
259
+ $instui-canvas-new-theme-primitives-size-size48: 3rem;
260
+ $instui-canvas-new-theme-primitives-size-size64: 4rem;
261
+ $instui-canvas-new-theme-primitives-font-family-lato: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
262
+ $instui-canvas-new-theme-primitives-font-family-inclusive-sans: Inclusive Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
263
+ $instui-canvas-new-theme-primitives-font-family-atkinson: Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif;
264
+ $instui-canvas-new-theme-primitives-font-family-menlo: Menlo, Consolas, Monaco, "Andale Mono", monospace;
265
+ $instui-canvas-new-theme-primitives-font-weight-thin: 100;
266
+ $instui-canvas-new-theme-primitives-font-weight-extra-light: 200;
267
+ $instui-canvas-new-theme-primitives-font-weight-light: 300;
268
+ $instui-canvas-new-theme-primitives-font-weight-regular: 400;
269
+ $instui-canvas-new-theme-primitives-font-weight-medium: 500;
270
+ $instui-canvas-new-theme-primitives-font-weight-semi-bold: 600;
271
+ $instui-canvas-new-theme-primitives-font-weight-bold: 700;
272
+ $instui-canvas-new-theme-primitives-font-weight-extra-bold: 800;
273
+ $instui-canvas-new-theme-primitives-font-weight-black: 900;
274
+ $instui-canvas-new-theme-primitives-additional-size-size1-25: 0.078125rem;
275
+ $instui-canvas-new-theme-primitives-additional-size-size1-5: 0.09375rem;
276
+ $instui-canvas-new-theme-primitives-additional-size-size2-5: 0.15625rem;
277
+ $instui-canvas-new-theme-primitives-additional-size-size3: 0.1875rem;
278
+ $instui-canvas-new-theme-primitives-opacity50: 0.5;
279
+ $instui-canvas-new-theme-primitives-opacity100: 1;
280
+ $instui-canvas-new-theme-semantics-color-background-base: #ffffff;
281
+ $instui-canvas-new-theme-semantics-color-background-muted: #F2F4F5;
282
+ $instui-canvas-new-theme-semantics-color-background-muted-hover: #E8EAEC;
283
+ $instui-canvas-new-theme-semantics-color-background-page: #ffffff;
284
+ $instui-canvas-new-theme-semantics-color-background-container: #ffffff;
285
+ $instui-canvas-new-theme-semantics-color-background-on-color: #ffffff;
286
+ $instui-canvas-new-theme-semantics-color-background-inverse: #334450;
287
+ $instui-canvas-new-theme-semantics-color-background-dark: #334450;
288
+ $instui-canvas-new-theme-semantics-color-background-success: #03893D;
289
+ $instui-canvas-new-theme-semantics-color-background-error: #E62429;
290
+ $instui-canvas-new-theme-semantics-color-background-warning: #CF4A00;
291
+ $instui-canvas-new-theme-semantics-color-background-info: #2B7ABC;
292
+ $instui-canvas-new-theme-semantics-color-background-brand: #2B7ABC;
293
+ $instui-canvas-new-theme-semantics-color-background-ai-top-gradient: #9E58BD;
294
+ $instui-canvas-new-theme-semantics-color-background-ai-bottom-gradient: #00828E;
295
+ $instui-canvas-new-theme-semantics-color-background-ai-text: #F3E5F7;
296
+ $instui-canvas-new-theme-semantics-color-background-opacity: rgba(28,34,43,0.1);
297
+ $instui-canvas-new-theme-semantics-color-background-opacity-on-color: rgba(255,255,255,0.1);
298
+ $instui-canvas-new-theme-semantics-color-background-divider-base: #C7CACD;
299
+ $instui-canvas-new-theme-semantics-color-background-divider-on-color: #ffffff;
300
+ $instui-canvas-new-theme-semantics-color-background-interactive-input-base: #ffffff;
301
+ $instui-canvas-new-theme-semantics-color-background-interactive-input-hover: #ffffff;
302
+ $instui-canvas-new-theme-semantics-color-background-interactive-input-readonly: #ffffff;
303
+ $instui-canvas-new-theme-semantics-color-background-interactive-input-disabled: #F2F4F5;
304
+ $instui-canvas-new-theme-semantics-color-background-interactive-input-selected: #273540;
305
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-base: #2B7ABC;
306
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-hover: #2369A4;
307
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-active: #2369A4;
308
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-disabled: #2B7ABC;
309
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-secondary-base: #F2F4F5;
310
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-secondary-hover: #E8EAEC;
311
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-secondary-active: #E8EAEC;
312
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-secondary-disabled: #F2F4F5;
313
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-destructive-base: #E62429;
314
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-destructive-hover: #CF1F24;
315
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-destructive-active: #CF1F24;
316
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-destructive-disabled: #E62429;
317
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-destructive-secondary-hover: #FFE3DE;
318
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-destructive-secondary-active: #FFE3DE;
319
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-success-base: #03893D;
320
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-success-hover: #017533;
321
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-success-active: #017533;
322
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-success-disabled: #03893D;
323
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-success-secondary-hover: #CAF4D0;
324
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-success-secondary-active: #CAF4D0;
325
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-top-gradient-base: #9E58BD;
326
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-top-gradient-hover: #793F93;
327
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-top-gradient-active: #793F93;
328
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-bottom-gradient-base: #00828E;
329
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-bottom-gradient-hover: #01626E;
330
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-bottom-gradient-active: #01626E;
331
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-disabled: #DFE1E3;
332
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-on-color-base: #ffffff;
333
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-on-color-hover: #F2F4F5;
334
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-on-color-active: #F2F4F5;
335
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-primary-on-color-disabled: #ffffff;
336
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-secondary-base: #ffffff;
337
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-secondary-disabled: #ffffff;
338
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-secondary-hover-top-gradient: #F3E5F7;
339
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-secondary-hover-bottom-gradient: #CFF0F6;
340
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-secondary-active-top-gradient: #F3E5F7;
341
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ai-secondary-active-bottom-gradient: #CFF0F6;
342
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-tertiary-hover: #DEEBFF;
343
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-tertiary-active: #DEEBFF;
344
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-disabled: #DFE1E3;
345
+ $instui-canvas-new-theme-semantics-color-background-interactive-action-ghost-on-color-hover: rgba(255,255,255,0.1);
346
+ $instui-canvas-new-theme-semantics-color-background-accent-blue: #2B7ABC;
347
+ $instui-canvas-new-theme-semantics-color-background-accent-green: #03893D;
348
+ $instui-canvas-new-theme-semantics-color-background-accent-red: #E62429;
349
+ $instui-canvas-new-theme-semantics-color-background-accent-orange: #CF4A00;
350
+ $instui-canvas-new-theme-semantics-color-background-accent-grey: #576773;
351
+ $instui-canvas-new-theme-semantics-color-background-accent-ash: #273540;
352
+ $instui-canvas-new-theme-semantics-color-background-accent-plum: #C54396;
353
+ $instui-canvas-new-theme-semantics-color-background-accent-violet: #9E58BD;
354
+ $instui-canvas-new-theme-semantics-color-background-accent-stone: #767676;
355
+ $instui-canvas-new-theme-semantics-color-background-accent-sky: #197EAB;
356
+ $instui-canvas-new-theme-semantics-color-background-accent-honey: #996E00;
357
+ $instui-canvas-new-theme-semantics-color-background-accent-sea: #00828E;
358
+ $instui-canvas-new-theme-semantics-color-background-accent-aurora: #048660;
359
+ $instui-canvas-new-theme-semantics-color-background-elevated-surface-base: #ffffff;
360
+ $instui-canvas-new-theme-semantics-color-background-elevated-surface-inverse: #334450;
361
+ $instui-canvas-new-theme-semantics-color-background-overlay-base: rgba(255,255,255,0.75);
362
+ $instui-canvas-new-theme-semantics-color-background-overlay-dark: rgba(28,34,43,0.75);
363
+ $instui-canvas-new-theme-semantics-color-stroke-base: #8D959F;
364
+ $instui-canvas-new-theme-semantics-color-stroke-muted: #DFE1E3;
365
+ $instui-canvas-new-theme-semantics-color-stroke-strong: #5F6E7A;
366
+ $instui-canvas-new-theme-semantics-color-stroke-success: #03893D;
367
+ $instui-canvas-new-theme-semantics-color-stroke-error: #E62429;
368
+ $instui-canvas-new-theme-semantics-color-stroke-warning: #CF4A00;
369
+ $instui-canvas-new-theme-semantics-color-stroke-info: #2B7ABC;
370
+ $instui-canvas-new-theme-semantics-color-stroke-brand: #2B7ABC;
371
+ $instui-canvas-new-theme-semantics-color-stroke-ai-top-gradient: #9E58BD;
372
+ $instui-canvas-new-theme-semantics-color-stroke-ai-bottom-gradient: #00828E;
373
+ $instui-canvas-new-theme-semantics-color-stroke-on-color: #ffffff;
374
+ $instui-canvas-new-theme-semantics-color-stroke-inverse: #ffffff;
375
+ $instui-canvas-new-theme-semantics-color-stroke-container-base: #8D959F;
376
+ $instui-canvas-new-theme-semantics-color-stroke-container-dark: #273540;
377
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-focus-ring-base: #2B7ABC;
378
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-focus-ring-on-color: #ffffff;
379
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-input-base: #8D959F;
380
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-input-hover: #8D959F;
381
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-input-readonly: #8D959F;
382
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-input-disabled: #C7CACD;
383
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-input-selected: #273540;
384
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-base: #2369A4;
385
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-hover: #2369A4;
386
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-active: #2369A4;
387
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-disabled: #2369A4;
388
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-base: #C7CACD;
389
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-hover: #C7CACD;
390
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-active: #C7CACD;
391
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-disabled: #C7CACD;
392
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-base: #C51F22;
393
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-hover: #EC3532;
394
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-active: #CF1F24;
395
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-disabled: #C51F22;
396
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-secondary-base: #CF1F24;
397
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-secondary-hover: #CF1F24;
398
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-secondary-active: #CF1F24;
399
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-destructive-secondary-disabled: #CF1F24;
400
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-base: #017533;
401
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-hover: #017533;
402
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-active: #017533;
403
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-disabled: #017533;
404
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-secondary-base: #03893D;
405
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-secondary-hover: #017533;
406
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-secondary-active: #017533;
407
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-success-secondary-disabled: #03893D;
408
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-top-gradient-base: #8A49A7;
409
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-top-gradient-hover: #9E58BD;
410
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-top-gradient-active: #8A49A7;
411
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-bottom-gradient-base: #02717E;
412
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-bottom-gradient-hover: #00828E;
413
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-bottom-gradient-active: #02717E;
414
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-disabled: #DFE1E3;
415
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-on-color-base: #E8EAEC;
416
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-on-color-hover: #F2F4F5;
417
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-on-color-active: #F2F4F5;
418
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-primary-on-color-disabled: #ffffff;
419
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-tertiary-base: #1E5C90;
420
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-tertiary-hover: #1E5C90;
421
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-tertiary-active: #1E5C90;
422
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-tertiary-disabled: #1E5C90;
423
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-disabled: #DFE1E3;
424
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-on-color-base: #ffffff;
425
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-on-color-hover: #D5E2F6;
426
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-on-color-active: #B6CCEA;
427
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-secondary-on-color-disabled: #8D959F;
428
+ $instui-canvas-new-theme-semantics-color-stroke-interactive-action-ai-secondary-disabled: #AAB0B5;
429
+ $instui-canvas-new-theme-semantics-color-stroke-accent-blue: #2B7ABC;
430
+ $instui-canvas-new-theme-semantics-color-stroke-accent-green: #03893D;
431
+ $instui-canvas-new-theme-semantics-color-stroke-accent-red: #E62429;
432
+ $instui-canvas-new-theme-semantics-color-stroke-accent-orange: #CF4A00;
433
+ $instui-canvas-new-theme-semantics-color-stroke-accent-grey: #576773;
434
+ $instui-canvas-new-theme-semantics-color-stroke-accent-ash: #273540;
435
+ $instui-canvas-new-theme-semantics-color-stroke-accent-plum: #C54396;
436
+ $instui-canvas-new-theme-semantics-color-stroke-accent-violet: #9E58BD;
437
+ $instui-canvas-new-theme-semantics-color-stroke-accent-stone: #767676;
438
+ $instui-canvas-new-theme-semantics-color-stroke-accent-sky: #197EAB;
439
+ $instui-canvas-new-theme-semantics-color-stroke-accent-honey: #996E00;
440
+ $instui-canvas-new-theme-semantics-color-stroke-accent-sea: #00828E;
441
+ $instui-canvas-new-theme-semantics-color-stroke-accent-aurora: #048660;
442
+ $instui-canvas-new-theme-semantics-color-text-base: #273540;
443
+ $instui-canvas-new-theme-semantics-color-text-muted: #576773;
444
+ $instui-canvas-new-theme-semantics-color-text-success: #03893D;
445
+ $instui-canvas-new-theme-semantics-color-text-error: #C51F22;
446
+ $instui-canvas-new-theme-semantics-color-text-warning: #CF4A00;
447
+ $instui-canvas-new-theme-semantics-color-text-info: #2B7ABC;
448
+ $instui-canvas-new-theme-semantics-color-text-ai-color: #8A49A7;
449
+ $instui-canvas-new-theme-semantics-color-text-on-color: #ffffff;
450
+ $instui-canvas-new-theme-semantics-color-text-inverse: #ffffff;
451
+ $instui-canvas-new-theme-semantics-color-text-interactive-disabled-base: #8D959F;
452
+ $instui-canvas-new-theme-semantics-color-text-interactive-disabled-on-color: #C7CACD;
453
+ $instui-canvas-new-theme-semantics-color-text-interactive-input-base: #273540;
454
+ $instui-canvas-new-theme-semantics-color-text-interactive-input-hover: #273540;
455
+ $instui-canvas-new-theme-semantics-color-text-interactive-input-readonly: #273540;
456
+ $instui-canvas-new-theme-semantics-color-text-interactive-input-placeholder: #6A7883;
457
+ $instui-canvas-new-theme-semantics-color-text-interactive-input-disabled: #8D959F;
458
+ $instui-canvas-new-theme-semantics-color-text-interactive-navigation-primary-base: #2B7ABC;
459
+ $instui-canvas-new-theme-semantics-color-text-interactive-navigation-primary-hover: #1A5281;
460
+ $instui-canvas-new-theme-semantics-color-text-interactive-navigation-primary-active: #2871AF;
461
+ $instui-canvas-new-theme-semantics-color-text-interactive-navigation-primary-on-color-base: #F2F4F5;
462
+ $instui-canvas-new-theme-semantics-color-text-interactive-navigation-primary-on-color-hover: #F2F4F5;
463
+ $instui-canvas-new-theme-semantics-color-text-interactive-navigation-primary-on-color-active: #F2F4F5;
464
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-base: #334450;
465
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-hover: #334450;
466
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-active: #334450;
467
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-disabled: #334450;
468
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-status-base: #ffffff;
469
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-status-hover: #ffffff;
470
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-status-active: #ffffff;
471
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-status-disabled: #ffffff;
472
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-secondary-top-gradient-base: #9E58BD;
473
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-secondary-bottom-gradient-base: #00828E;
474
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-secondary-disabled: #AAB0B5;
475
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-base: #ffffff;
476
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-hover: #ffffff;
477
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-active: #ffffff;
478
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-disabled: #ffffff;
479
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-base: #ffffff;
480
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-hover: #ffffff;
481
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-active: #ffffff;
482
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-ai-disabled: #9EA6AD;
483
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-on-color-base: #334450;
484
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-on-color-hover: #334450;
485
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-on-color-active: #334450;
486
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-primary-on-color-disabled: #334450;
487
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-tertiary-base: #1E5C90;
488
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-tertiary-hover: #1E5C90;
489
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-tertiary-active: #1E5C90;
490
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-tertiary-disabled: #1E5C90;
491
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-success-secondary-base: #03893D;
492
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-success-secondary-hover: #017533;
493
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-success-secondary-active: #017533;
494
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-success-secondary-disabled: #03893D;
495
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-destructive-secondary-base: #CF1F24;
496
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-destructive-secondary-hover: #C51F22;
497
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-destructive-secondary-active: #CF1F24;
498
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-destructive-secondary-disabled: #CF1F24;
499
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-on-color-base: #ffffff;
500
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-on-color-hover: #ffffff;
501
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-on-color-active: #ffffff;
502
+ $instui-canvas-new-theme-semantics-color-text-interactive-action-secondary-on-color-disabled: #ffffff;
503
+ $instui-canvas-new-theme-semantics-color-text-accent-blue: #2B7ABC;
504
+ $instui-canvas-new-theme-semantics-color-text-accent-green: #03893D;
505
+ $instui-canvas-new-theme-semantics-color-text-accent-red: #E62429;
506
+ $instui-canvas-new-theme-semantics-color-text-accent-orange: #CF4A00;
507
+ $instui-canvas-new-theme-semantics-color-text-accent-grey: #576773;
508
+ $instui-canvas-new-theme-semantics-color-text-accent-ash: #273540;
509
+ $instui-canvas-new-theme-semantics-color-text-accent-plum: #C54396;
510
+ $instui-canvas-new-theme-semantics-color-text-accent-violet: #9E58BD;
511
+ $instui-canvas-new-theme-semantics-color-text-accent-stone: #767676;
512
+ $instui-canvas-new-theme-semantics-color-text-accent-sky: #197EAB;
513
+ $instui-canvas-new-theme-semantics-color-text-accent-honey: #996E00;
514
+ $instui-canvas-new-theme-semantics-color-text-accent-sea: #00828E;
515
+ $instui-canvas-new-theme-semantics-color-text-accent-aurora: #048660;
516
+ $instui-canvas-new-theme-semantics-color-text-dark: #1C222B;
517
+ $instui-canvas-new-theme-semantics-color-icon-base: #273540;
518
+ $instui-canvas-new-theme-semantics-color-icon-muted: #576773;
519
+ $instui-canvas-new-theme-semantics-color-icon-success: #03893D;
520
+ $instui-canvas-new-theme-semantics-color-icon-error: #C51F22;
521
+ $instui-canvas-new-theme-semantics-color-icon-warning: #CF4A00;
522
+ $instui-canvas-new-theme-semantics-color-icon-info: #2B7ABC;
523
+ $instui-canvas-new-theme-semantics-color-icon-dark: #273540;
524
+ $instui-canvas-new-theme-semantics-color-icon-on-color: #ffffff;
525
+ $instui-canvas-new-theme-semantics-color-icon-inverse: #ffffff;
526
+ $instui-canvas-new-theme-semantics-color-icon-brand: #2B7ABC;
527
+ $instui-canvas-new-theme-semantics-color-icon-interactive-disabled-base: #8D959F;
528
+ $instui-canvas-new-theme-semantics-color-icon-interactive-disabled-on-color: #C7CACD;
529
+ $instui-canvas-new-theme-semantics-color-icon-interactive-navigation-primary-base: #2B7ABC;
530
+ $instui-canvas-new-theme-semantics-color-icon-interactive-navigation-primary-hover: #1A5281;
531
+ $instui-canvas-new-theme-semantics-color-icon-interactive-navigation-primary-active: #2871AF;
532
+ $instui-canvas-new-theme-semantics-color-icon-interactive-navigation-primary-on-color-base: #F2F4F5;
533
+ $instui-canvas-new-theme-semantics-color-icon-interactive-navigation-primary-on-color-hover: #F2F4F5;
534
+ $instui-canvas-new-theme-semantics-color-icon-interactive-navigation-primary-on-color-active: #F2F4F5;
535
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-base: #334450;
536
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-hover: #334450;
537
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-active: #334450;
538
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-disabled: #334450;
539
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-status-base: #ffffff;
540
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-status-hover: #ffffff;
541
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-status-active: #ffffff;
542
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-status-disabled: #ffffff;
543
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-secondary-top-gradient-base: #9E58BD;
544
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-secondary-bottom-gradient-base: #00828E;
545
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-secondary-disabled: #AAB0B5;
546
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-base: #ffffff;
547
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-hover: #ffffff;
548
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-active: #ffffff;
549
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-ai-disabled: #9EA6AD;
550
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-base: #ffffff;
551
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-hover: #ffffff;
552
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-active: #ffffff;
553
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-disabled: #ffffff;
554
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-on-color-base: #334450;
555
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-on-color-hover: #334450;
556
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-on-color-active: #334450;
557
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-primary-on-color-disabled: #334450;
558
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-tertiary-base: #1E5C90;
559
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-tertiary-hover: #1E5C90;
560
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-tertiary-active: #1E5C90;
561
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-tertiary-disabled: #1E5C90;
562
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-success-secondary-base: #03893D;
563
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-success-secondary-hover: #017533;
564
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-success-secondary-active: #017533;
565
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-success-secondary-disabled: #03893D;
566
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-destructive-secondary-base: #CF1F24;
567
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-destructive-secondary-hover: #C51F22;
568
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-destructive-secondary-active: #CF1F24;
569
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-destructive-secondary-disabled: #CF1F24;
570
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-on-color-base: #ffffff;
571
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-on-color-hover: #ffffff;
572
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-on-color-active: #ffffff;
573
+ $instui-canvas-new-theme-semantics-color-icon-interactive-action-secondary-on-color-disabled: #ffffff;
574
+ $instui-canvas-new-theme-semantics-color-icon-accent-blue: #2B7ABC;
575
+ $instui-canvas-new-theme-semantics-color-icon-accent-green: #03893D;
576
+ $instui-canvas-new-theme-semantics-color-icon-accent-red: #E62429;
577
+ $instui-canvas-new-theme-semantics-color-icon-accent-orange: #CF4A00;
578
+ $instui-canvas-new-theme-semantics-color-icon-accent-grey: #576773;
579
+ $instui-canvas-new-theme-semantics-color-icon-accent-ash: #273540;
580
+ $instui-canvas-new-theme-semantics-color-icon-accent-plum: #C54396;
581
+ $instui-canvas-new-theme-semantics-color-icon-accent-violet: #9E58BD;
582
+ $instui-canvas-new-theme-semantics-color-icon-accent-stone: #767676;
583
+ $instui-canvas-new-theme-semantics-color-icon-accent-sky: #197EAB;
584
+ $instui-canvas-new-theme-semantics-color-icon-accent-honey: #996E00;
585
+ $instui-canvas-new-theme-semantics-color-icon-accent-sea: #00828E;
586
+ $instui-canvas-new-theme-semantics-color-icon-accent-aurora: #048660;
587
+ $instui-canvas-new-theme-semantics-color-drop-shadow-shadow-color1: rgba(0,0,0,0.1);
588
+ $instui-canvas-new-theme-semantics-color-drop-shadow-shadow-color2: rgba(0,0,0,0.2);
589
+ $instui-canvas-new-theme-semantics-color-transparent-color: #00000000;
590
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation1-dropshadow1: 0px;
591
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation1-dropshadow2: 0px;
592
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation2-dropshadow1: 0px;
593
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation2-dropshadow2: 0px;
594
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation3-dropshadow1: 0px;
595
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation3-dropshadow2: 0px;
596
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation4-dropshadow1: 0px;
597
+ $instui-canvas-new-theme-semantics-drop-shadow-x-elevation4-dropshadow2: 0px;
598
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation1-dropshadow1: 0.0625rem;
599
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation1-dropshadow2: 0.0625rem;
600
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation2-dropshadow1: 0.1875rem;
601
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation2-dropshadow2: 0.1875rem;
602
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation3-dropshadow1: 0.1875rem;
603
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation3-dropshadow2: 0.1875rem;
604
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation4-dropshadow1: 0.375rem;
605
+ $instui-canvas-new-theme-semantics-drop-shadow-y-elevation4-dropshadow2: 0.625rem;
606
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation1-dropshadow1: 0.125rem;
607
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation1-dropshadow2: 0.1875rem;
608
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation2-dropshadow1: 0.375rem;
609
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation2-dropshadow2: 0.375rem;
610
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation3-dropshadow1: 0.375rem;
611
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation3-dropshadow2: 0.375rem;
612
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation4-dropshadow1: 0.4375rem;
613
+ $instui-canvas-new-theme-semantics-drop-shadow-blur-elevation4-dropshadow2: 1.75rem;
614
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation1-dropshadow1: 0px;
615
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation1-dropshadow2: 0px;
616
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation2-dropshadow1: 0px;
617
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation2-dropshadow2: 0px;
618
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation3-dropshadow1: 0px;
619
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation3-dropshadow2: 0px;
620
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation4-dropshadow1: 0px;
621
+ $instui-canvas-new-theme-semantics-drop-shadow-spread-elevation4-dropshadow2: 0px;
622
+ $instui-canvas-new-theme-semantics-size-interactive-height-xxs: 1.25rem;
623
+ $instui-canvas-new-theme-semantics-size-interactive-height-xs: 1.5rem;
624
+ $instui-canvas-new-theme-semantics-size-interactive-height-sm: 1.75rem;
625
+ $instui-canvas-new-theme-semantics-size-interactive-height-md: 2.375rem;
626
+ $instui-canvas-new-theme-semantics-size-interactive-height-lg: 3rem;
627
+ $instui-canvas-new-theme-semantics-size-choice-control-height-sm: 1rem;
628
+ $instui-canvas-new-theme-semantics-size-choice-control-height-md: 1.25rem;
629
+ $instui-canvas-new-theme-semantics-size-choice-control-height-lg: 1.75rem;
630
+ $instui-canvas-new-theme-semantics-size-breakpoints-xxs: 8em;
631
+ $instui-canvas-new-theme-semantics-size-breakpoints-xs: 16em;
632
+ $instui-canvas-new-theme-semantics-size-breakpoints-sm: 30em;
633
+ $instui-canvas-new-theme-semantics-size-breakpoints-md: 48em;
634
+ $instui-canvas-new-theme-semantics-size-breakpoints-lg: 62em;
635
+ $instui-canvas-new-theme-semantics-size-breakpoints-desktop: 64em;
636
+ $instui-canvas-new-theme-semantics-size-breakpoints-xl: 75em;
637
+ $instui-canvas-new-theme-semantics-size-media-medium-min: 48em;
638
+ $instui-canvas-new-theme-semantics-size-media-large-min: 62em;
639
+ $instui-canvas-new-theme-semantics-size-media-x-large-min: 75em;
640
+ $instui-canvas-new-theme-semantics-spacing-space2xs: 0.125rem;
641
+ $instui-canvas-new-theme-semantics-spacing-space-xs: 0.25rem;
642
+ $instui-canvas-new-theme-semantics-spacing-space-sm: 0.5rem;
643
+ $instui-canvas-new-theme-semantics-spacing-space-md: 0.75rem;
644
+ $instui-canvas-new-theme-semantics-spacing-space-lg: 1rem;
645
+ $instui-canvas-new-theme-semantics-spacing-space-xl: 1.5rem;
646
+ $instui-canvas-new-theme-semantics-spacing-space2xl: 2rem;
647
+ $instui-canvas-new-theme-semantics-spacing-gap-sections: 3rem;
648
+ $instui-canvas-new-theme-semantics-spacing-gap-cards-sm: 0.75rem;
649
+ $instui-canvas-new-theme-semantics-spacing-gap-cards-md: 1.5rem;
650
+ $instui-canvas-new-theme-semantics-spacing-gap-cards-lg: 1.5rem;
651
+ $instui-canvas-new-theme-semantics-spacing-gap-inputs-horizontal: 0.75rem;
652
+ $instui-canvas-new-theme-semantics-spacing-gap-inputs-vertical: 1rem;
653
+ $instui-canvas-new-theme-semantics-spacing-gap-input-elements: 0.75rem;
654
+ $instui-canvas-new-theme-semantics-spacing-padding-container-xxs: 0.5rem;
655
+ $instui-canvas-new-theme-semantics-spacing-padding-container-xs: 0.75rem;
656
+ $instui-canvas-new-theme-semantics-spacing-padding-container-sm: 1rem;
657
+ $instui-canvas-new-theme-semantics-spacing-padding-container-md: 1.5rem;
658
+ $instui-canvas-new-theme-semantics-spacing-padding-container-lg: 2rem;
659
+ $instui-canvas-new-theme-semantics-spacing-padding-interactive-horizontal-sm: 0.5rem;
660
+ $instui-canvas-new-theme-semantics-spacing-padding-interactive-horizontal-md: 0.75rem;
661
+ $instui-canvas-new-theme-semantics-spacing-padding-interactive-horizontal-lg: 1rem;
662
+ $instui-canvas-new-theme-semantics-spacing-padding-interactive-horizontal-xl: 1.25rem;
663
+ $instui-canvas-new-theme-semantics-border-radius-xs: 0.25rem;
664
+ $instui-canvas-new-theme-semantics-border-radius-sm: 0.25rem;
665
+ $instui-canvas-new-theme-semantics-border-radius-md: 0.25rem;
666
+ $instui-canvas-new-theme-semantics-border-radius-lg: 0.25rem;
667
+ $instui-canvas-new-theme-semantics-border-radius-xl: 0.25rem;
668
+ $instui-canvas-new-theme-semantics-border-radius-xxl: 0.25rem;
669
+ $instui-canvas-new-theme-semantics-border-radius-full: 999rem;
670
+ $instui-canvas-new-theme-semantics-border-radius-container-sm: 0.25rem;
671
+ $instui-canvas-new-theme-semantics-border-radius-container-md: 0.25rem;
672
+ $instui-canvas-new-theme-semantics-border-radius-container-lg: 0.25rem;
673
+ $instui-canvas-new-theme-semantics-border-radius-container-xl: 0.25rem;
674
+ $instui-canvas-new-theme-semantics-border-radius-interactive-base: 0.25rem;
675
+ $instui-canvas-new-theme-semantics-border-width-sm: 0.0625rem;
676
+ $instui-canvas-new-theme-semantics-border-width-md: 0.125rem;
677
+ $instui-canvas-new-theme-semantics-border-width-lg: 0.25rem;
678
+ $instui-canvas-new-theme-semantics-border-width-interactive-base: 0.0625rem;
679
+ $instui-canvas-new-theme-semantics-border-width-interactive-focus: 0.125rem;
680
+ $instui-canvas-new-theme-semantics-font-family-heading: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
681
+ $instui-canvas-new-theme-semantics-font-family-base: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
682
+ $instui-canvas-new-theme-semantics-font-family-code: Menlo, Consolas, Monaco, "Andale Mono", monospace;
683
+ $instui-canvas-new-theme-semantics-font-weight-body-base: 400;
684
+ $instui-canvas-new-theme-semantics-font-weight-body-strong: 700;
685
+ $instui-canvas-new-theme-semantics-font-weight-heading-base: 400;
686
+ $instui-canvas-new-theme-semantics-font-weight-heading-strong: 700;
687
+ $instui-canvas-new-theme-semantics-font-weight-interactive: 400;
688
+ $instui-canvas-new-theme-semantics-line-height-paragraph-text-xs: 1.25rem;
689
+ $instui-canvas-new-theme-semantics-line-height-paragraph-text-sm: 1.25rem;
690
+ $instui-canvas-new-theme-semantics-line-height-paragraph-text-base: 1.5rem;
691
+ $instui-canvas-new-theme-semantics-line-height-paragraph-base: 150%;
692
+ $instui-canvas-new-theme-semantics-line-height-standalone-text-xs: 0.75rem;
693
+ $instui-canvas-new-theme-semantics-line-height-standalone-text-sm: 0.875rem;
694
+ $instui-canvas-new-theme-semantics-line-height-standalone-text-base: 1rem;
695
+ $instui-canvas-new-theme-semantics-line-height-standalone-text-lg: 1.25rem;
696
+ $instui-canvas-new-theme-semantics-line-height-standalone-text-xl: 1.5rem;
697
+ $instui-canvas-new-theme-semantics-line-height-standalone-text2xl: 1.75rem;
698
+ $instui-canvas-new-theme-semantics-line-height-standalone-text3xl: 2rem;
699
+ $instui-canvas-new-theme-semantics-line-height-standalone-text4xl: 2.25rem;
700
+ $instui-canvas-new-theme-semantics-line-height-standalone-base: 125%;
701
+ $instui-canvas-new-theme-semantics-line-height-heading-text-lg: 1.75rem;
702
+ $instui-canvas-new-theme-semantics-line-height-heading-text-xl: 2rem;
703
+ $instui-canvas-new-theme-semantics-line-height-heading-text2xl: 2.25rem;
704
+ $instui-canvas-new-theme-semantics-line-height-heading-text3xl: 2.5rem;
705
+ $instui-canvas-new-theme-semantics-line-height-heading-base: 125%;
706
+ $instui-canvas-new-theme-semantics-line-height-heading-loose: 150%;
707
+ $instui-canvas-new-theme-semantics-line-height-label-base: 1.125rem;
708
+ $instui-canvas-new-theme-semantics-font-size-text-xs: 0.75rem;
709
+ $instui-canvas-new-theme-semantics-font-size-text-sm: 0.875rem;
710
+ $instui-canvas-new-theme-semantics-font-size-text-base: 1rem;
711
+ $instui-canvas-new-theme-semantics-font-size-text-lg: 1.375rem;
712
+ $instui-canvas-new-theme-semantics-font-size-text-xl: 1.75rem;
713
+ $instui-canvas-new-theme-semantics-font-size-text2xl: 2.375rem;
714
+ $instui-canvas-new-theme-semantics-visible-in-canvas: true;
715
+ $instui-canvas-new-theme-semantics-visible-in-rebrand: false;
716
+ $instui-canvas-new-theme-semantics-opacity-base: 1;
717
+ $instui-canvas-new-theme-semantics-opacity-disabled: 0.5;
718
+ $instui-canvas-new-theme-shared-tokens-border-radius-xs: 0.25rem;
719
+ $instui-canvas-new-theme-shared-tokens-border-radius-sm: 0.25rem;
720
+ $instui-canvas-new-theme-shared-tokens-border-radius-md: 0.25rem;
721
+ $instui-canvas-new-theme-shared-tokens-border-radius-lg: 0.25rem;
722
+ $instui-canvas-new-theme-shared-tokens-border-radius-xl: 0.25rem;
723
+ $instui-canvas-new-theme-shared-tokens-border-radius-xxl: 0.25rem;
724
+ $instui-canvas-new-theme-shared-tokens-border-radius-full: 999rem;
725
+ $instui-canvas-new-theme-shared-tokens-border-radius-card-sm: 0.25rem;
726
+ $instui-canvas-new-theme-shared-tokens-border-radius-card-md: 0.25rem;
727
+ $instui-canvas-new-theme-shared-tokens-border-radius-card-lg: 0.25rem;
728
+ $instui-canvas-new-theme-shared-tokens-border-radius-card-nested-container-sm: 0.25rem;
729
+ $instui-canvas-new-theme-shared-tokens-border-radius-card-nested-container-md: 0.25rem;
730
+ $instui-canvas-new-theme-shared-tokens-border-radius-card-nested-container-lg: 0.25rem;
731
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-xxx-small: 0.125rem;
732
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-xx-small: 0.375rem;
733
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-x-small: 0.5rem;
734
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-small: 0.75rem;
735
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-medium-small: 1rem;
736
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-medium: 1.5rem;
737
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-large: 2.25rem;
738
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-x-large: 3rem;
739
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-xx-large: 3.75rem;
740
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space0: 0rem;
741
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space2: 0.125rem;
742
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space4: 0.25rem;
743
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space8: 0.5rem;
744
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space12: 0.75rem;
745
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space16: 1rem;
746
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space24: 1.5rem;
747
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space36: 2.25rem;
748
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space48: 3rem;
749
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-space60: 3.75rem;
750
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-sections: 2.25rem;
751
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-section-elements: 1.5em;
752
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-tray-elements: 1.5em;
753
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-modal-elements: 1.5em;
754
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-module-elements: 1em;
755
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-padding-card-large: 1.5rem;
756
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-padding-card-medium: 1rem;
757
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-padding-card-small: 0.75rem;
758
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-selects: 1rem;
759
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-textareas: 1rem;
760
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-input-fields: 1rem;
761
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-checkboxes: 1rem;
762
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-radios: 1rem;
763
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-toggles: 1rem;
764
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-buttons: 0.75rem;
765
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-tags: 0.75rem;
766
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-status-indicators: 0.75rem;
767
+ $instui-canvas-new-theme-shared-tokens-legacy-spacing-data-points: 0.75rem;
768
+ $instui-canvas-new-theme-shared-tokens-legacy-radius-small: 0.125rem;
769
+ $instui-canvas-new-theme-shared-tokens-legacy-radius-medium: 0.25rem;
770
+ $instui-canvas-new-theme-shared-tokens-legacy-radius-large: 0.5rem;
771
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-0-x: 0px;
772
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-0-y: 0.0625rem;
773
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-0-blur: 0.125rem;
774
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-0-spread: 0px;
775
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-0-color: rgba(0,0,0,0.1);
776
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-0-type: dropShadow;
777
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-1-x: 0px;
778
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-1-y: 0.0625rem;
779
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-1-blur: 0.1875rem;
780
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-1-spread: 0px;
781
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-1-color: rgba(0,0,0,0.2);
782
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation1-1-type: dropShadow;
783
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-0-x: 0px;
784
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-0-y: 0.1875rem;
785
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-0-blur: 0.375rem;
786
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-0-spread: 0px;
787
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-0-color: rgba(0,0,0,0.2);
788
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-0-type: dropShadow;
789
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-1-x: 0px;
790
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-1-y: 0.1875rem;
791
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-1-blur: 0.375rem;
792
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-1-spread: 0px;
793
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-1-color: rgba(0,0,0,0.1);
794
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation2-1-type: dropShadow;
795
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-0-x: 0px;
796
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-0-y: 0.1875rem;
797
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-0-blur: 0.375rem;
798
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-0-spread: 0px;
799
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-0-color: rgba(0,0,0,0.2);
800
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-0-type: dropShadow;
801
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-1-x: 0px;
802
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-1-y: 0.1875rem;
803
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-1-blur: 0.375rem;
804
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-1-spread: 0px;
805
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-1-color: rgba(0,0,0,0.1);
806
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation3-1-type: dropShadow;
807
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-0-x: 0px;
808
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-0-y: 0.375rem;
809
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-0-blur: 0.4375rem;
810
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-0-spread: 0px;
811
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-0-color: rgba(0,0,0,0.2);
812
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-0-type: dropShadow;
813
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-1-x: 0px;
814
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-1-y: 0.625rem;
815
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-1-blur: 1.75rem;
816
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-1-spread: 0px;
817
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-1-color: rgba(0,0,0,0.1);
818
+ $instui-canvas-new-theme-shared-tokens-box-shadow-elevation4-1-type: dropShadow;
819
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space2xs: 0.125rem;
820
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space-xs: 0.25rem;
821
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space-sm: 0.5rem;
822
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space-md: 0.75rem;
823
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space-lg: 1rem;
824
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space-xl: 1.5rem;
825
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space2xl: 2rem;
826
+ $instui-canvas-new-theme-shared-tokens-spacing-general-space-none: 0rem;
827
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-sections: 3rem;
828
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-buttons: 0.5rem;
829
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-cards-sm: 0.75rem;
830
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-cards-md: 1.5rem;
831
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-cards-lg: 1.5rem;
832
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-cards-nested-containers-sm: 0.5rem;
833
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-cards-nested-containers-md: 0.75rem;
834
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-cards-nested-containers-lg: 1rem;
835
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-inputs-horizontal: 0.75rem;
836
+ $instui-canvas-new-theme-shared-tokens-spacing-gap-inputs-vertical: 1rem;
837
+ $instui-canvas-new-theme-shared-tokens-spacing-padding-card-sm: 0.5rem;
838
+ $instui-canvas-new-theme-shared-tokens-spacing-padding-card-md: 0.75rem;
839
+ $instui-canvas-new-theme-shared-tokens-spacing-padding-card-lg: 1rem;
840
+ $instui-canvas-new-theme-shared-tokens-focus-outline-offset: 0.125rem;
841
+ $instui-canvas-new-theme-shared-tokens-focus-outline-inset: 0rem;
842
+ $instui-canvas-new-theme-shared-tokens-focus-outline-width: 0.125rem;
843
+ $instui-canvas-new-theme-shared-tokens-focus-outline-info-color: #2B7ABC;
844
+ $instui-canvas-new-theme-shared-tokens-focus-outline-on-color: #ffffff;
845
+ $instui-canvas-new-theme-shared-tokens-focus-outline-success-color: #017533;
846
+ $instui-canvas-new-theme-shared-tokens-focus-outline-danger-color: #C51F22;
847
+ $instui-canvas-new-theme-shared-tokens-focus-outline-style: solid;
848
+ $instui-canvas-new-theme-shared-tokens-background-container-color: #ffffff;
849
+ $instui-canvas-new-theme-shared-tokens-background-base-color: #ffffff;
850
+ $instui-canvas-new-theme-shared-tokens-background-page-color: #ffffff;
851
+ $instui-canvas-new-theme-shared-tokens-background-muted-color: #F2F4F5;
852
+ $instui-canvas-new-theme-shared-tokens-background-brand-color: #2B7ABC;
853
+ $instui-canvas-new-theme-shared-tokens-background-on-color: #ffffff;
854
+ $instui-canvas-new-theme-shared-tokens-background-inverse-color: #334450;
855
+ $instui-canvas-new-theme-shared-tokens-background-success-color: #03893D;
856
+ $instui-canvas-new-theme-shared-tokens-background-error-color: #E62429;
857
+ $instui-canvas-new-theme-shared-tokens-background-warning-color: #CF4A00;
858
+ $instui-canvas-new-theme-shared-tokens-background-info-color: #2B7ABC;
859
+ $instui-canvas-new-theme-shared-tokens-background-ai-top-gradient-color: #9E58BD;
860
+ $instui-canvas-new-theme-shared-tokens-background-ai-bottom-gradient-color: #00828E;
861
+ $instui-canvas-new-theme-shared-tokens-background-ai-text-color: #F3E5F7;
862
+ $instui-canvas-new-theme-shared-tokens-background-accent-ash: #273540;
863
+ $instui-canvas-new-theme-shared-tokens-background-accent-aurora: #048660;
864
+ $instui-canvas-new-theme-shared-tokens-background-accent-blue: #2B7ABC;
865
+ $instui-canvas-new-theme-shared-tokens-background-accent-green: #03893D;
866
+ $instui-canvas-new-theme-shared-tokens-background-accent-grey: #576773;
867
+ $instui-canvas-new-theme-shared-tokens-background-accent-honey: #996E00;
868
+ $instui-canvas-new-theme-shared-tokens-background-accent-orange: #CF4A00;
869
+ $instui-canvas-new-theme-shared-tokens-background-accent-plum: #C54396;
870
+ $instui-canvas-new-theme-shared-tokens-background-accent-red: #E62429;
871
+ $instui-canvas-new-theme-shared-tokens-background-accent-sea: #00828E;
872
+ $instui-canvas-new-theme-shared-tokens-background-accent-sky: #197EAB;
873
+ $instui-canvas-new-theme-shared-tokens-background-accent-stone: #767676;
874
+ $instui-canvas-new-theme-shared-tokens-background-accent-violet: #9E58BD;
875
+ $instui-canvas-new-theme-shared-tokens-stroke-base-color: #8D959F;
876
+ $instui-canvas-new-theme-shared-tokens-stroke-muted-color: #DFE1E3;
877
+ $instui-canvas-new-theme-shared-tokens-stroke-strong-color: #5F6E7A;
878
+ $instui-canvas-new-theme-shared-tokens-stroke-brand-color: #2B7ABC;
879
+ $instui-canvas-new-theme-shared-tokens-stroke-success-color: #03893D;
880
+ $instui-canvas-new-theme-shared-tokens-stroke-error-color: #E62429;
881
+ $instui-canvas-new-theme-shared-tokens-stroke-warning-color: #CF4A00;
882
+ $instui-canvas-new-theme-shared-tokens-stroke-info-color: #2B7ABC;
883
+ $instui-canvas-new-theme-shared-tokens-stroke-ai-top-gradient-color: #9E58BD;
884
+ $instui-canvas-new-theme-shared-tokens-stroke-ai-bottom-gradient-color: #00828E;
885
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-ash: #273540;
886
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-aurora: #048660;
887
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-blue: #2B7ABC;
888
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-green: #03893D;
889
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-grey: #576773;
890
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-honey: #996E00;
891
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-orange: #CF4A00;
892
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-plum: #C54396;
893
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-red: #E62429;
894
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-sea: #00828E;
895
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-sky: #197EAB;
896
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-stone: #767676;
897
+ $instui-canvas-new-theme-shared-tokens-stroke-accent-violet: #9E58BD;
898
+ $instui-canvas-new-theme-shared-tokens-stroke-visual-separator: #ffffff;
899
+ $instui-canvas-new-theme-shared-tokens-stroke-width-sm: 0.0625rem;
900
+ $instui-canvas-new-theme-shared-tokens-stroke-width-md: 0.125rem;
901
+ $instui-canvas-new-theme-shared-tokens-stroke-width-lg: 0.25rem;
902
+ $instui-canvas-new-theme-components-avatar-background-color: #ffffff;
903
+ $instui-canvas-new-theme-components-avatar-border-color: #8D959F;
904
+ $instui-canvas-new-theme-components-avatar-border-width-sm: 0.0625rem;
905
+ $instui-canvas-new-theme-components-avatar-border-width-md: 0.125rem;
906
+ $instui-canvas-new-theme-components-avatar-box-shadow-x: 0;
907
+ $instui-canvas-new-theme-components-avatar-box-shadow-y: 0;
908
+ $instui-canvas-new-theme-components-avatar-box-shadow-blur: 1rem;
909
+ $instui-canvas-new-theme-components-avatar-box-shadow-spread: 0;
910
+ $instui-canvas-new-theme-components-avatar-box-shadow-color: rgba(45,59,69,0.12);
911
+ $instui-canvas-new-theme-components-avatar-box-shadow-type: innerShadow;
912
+ $instui-canvas-new-theme-components-avatar-font-weight: 700;
913
+ $instui-canvas-new-theme-components-avatar-blue-background-color: #2B7ABC;
914
+ $instui-canvas-new-theme-components-avatar-blue-text-color: #2B7ABC;
915
+ $instui-canvas-new-theme-components-avatar-green-background-color: #03893D;
916
+ $instui-canvas-new-theme-components-avatar-green-text-color: #03893D;
917
+ $instui-canvas-new-theme-components-avatar-red-background-color: #E62429;
918
+ $instui-canvas-new-theme-components-avatar-red-text-color: #E62429;
919
+ $instui-canvas-new-theme-components-avatar-orange-background-color: #CF4A00;
920
+ $instui-canvas-new-theme-components-avatar-orange-text-color: #CF4A00;
921
+ $instui-canvas-new-theme-components-avatar-grey-background-color: #576773;
922
+ $instui-canvas-new-theme-components-avatar-grey-text-color: #576773;
923
+ $instui-canvas-new-theme-components-avatar-ash-background-color: #273540;
924
+ $instui-canvas-new-theme-components-avatar-ash-text-color: #273540;
925
+ $instui-canvas-new-theme-components-avatar-ai-bottom-gradient-color: #00828E;
926
+ $instui-canvas-new-theme-components-avatar-ai-top-gradient-color: #9E58BD;
927
+ $instui-canvas-new-theme-components-avatar-text-on-color: #ffffff;
928
+ $instui-canvas-new-theme-components-avatar-size2xs: 1.5rem;
929
+ $instui-canvas-new-theme-components-avatar-size-xs: 2rem;
930
+ $instui-canvas-new-theme-components-avatar-size-sm: 2.5rem;
931
+ $instui-canvas-new-theme-components-avatar-size-md: 3rem;
932
+ $instui-canvas-new-theme-components-avatar-size-lg: 3.5rem;
933
+ $instui-canvas-new-theme-components-avatar-size-xl: 4rem;
934
+ $instui-canvas-new-theme-components-avatar-size2xl: 5rem;
935
+ $instui-canvas-new-theme-components-avatar-font-size2xs: 0.75rem;
936
+ $instui-canvas-new-theme-components-avatar-font-size-xs: 0.75rem;
937
+ $instui-canvas-new-theme-components-avatar-font-size-sm: 0.875rem;
938
+ $instui-canvas-new-theme-components-avatar-font-size-md: 1rem;
939
+ $instui-canvas-new-theme-components-avatar-font-size-lg: 1.375rem;
940
+ $instui-canvas-new-theme-components-avatar-font-size-xl: 1.75rem;
941
+ $instui-canvas-new-theme-components-avatar-font-size2xl: 2.375rem;
942
+ $instui-canvas-new-theme-components-avatar-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
943
+ $instui-canvas-new-theme-components-avatar-rectangle-radius: 0rem;
944
+ $instui-canvas-new-theme-components-breadcrumb-gap-sm: 0.125rem;
945
+ $instui-canvas-new-theme-components-breadcrumb-gap-md: 0.25rem;
946
+ $instui-canvas-new-theme-components-breadcrumb-gap-lg: 0.5rem;
947
+ $instui-canvas-new-theme-components-metric-label-color: #273540;
948
+ $instui-canvas-new-theme-components-metric-label-font-size: 0.75rem;
949
+ $instui-canvas-new-theme-components-metric-padding-horizontal: 0.5rem;
950
+ $instui-canvas-new-theme-components-metric-value-color: #273540;
951
+ $instui-canvas-new-theme-components-metric-value-font-size: 1.75rem;
952
+ $instui-canvas-new-theme-components-metric-gap-texts: 0.5rem;
953
+ $instui-canvas-new-theme-components-metric-label-line-height: 0.75rem;
954
+ $instui-canvas-new-theme-components-metric-value-line-height: 1.75rem;
955
+ $instui-canvas-new-theme-components-metric-label-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
956
+ $instui-canvas-new-theme-components-metric-value-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
957
+ $instui-canvas-new-theme-components-metric-label-font-weight: 400;
958
+ $instui-canvas-new-theme-components-metric-value-font-weight: 700;
959
+ $instui-canvas-new-theme-components-pill-padding-horizontal: 0.5rem;
960
+ $instui-canvas-new-theme-components-pill-height: 24px;
961
+ $instui-canvas-new-theme-components-pill-background-color: #ffffff;
962
+ $instui-canvas-new-theme-components-pill-text-font-size: 0.875rem;
963
+ $instui-canvas-new-theme-components-pill-text-font-weight: 400;
964
+ $instui-canvas-new-theme-components-pill-status-label-font-weight: 700;
965
+ $instui-canvas-new-theme-components-pill-max-width: 240px;
966
+ $instui-canvas-new-theme-components-pill-base-text-color: #273540;
967
+ $instui-canvas-new-theme-components-pill-base-border-color: #8D959F;
968
+ $instui-canvas-new-theme-components-pill-info-text-color: #2B7ABC;
969
+ $instui-canvas-new-theme-components-pill-info-border-color: #2B7ABC;
970
+ $instui-canvas-new-theme-components-pill-error-text-color: #C51F22;
971
+ $instui-canvas-new-theme-components-pill-error-border-color: #E62429;
972
+ $instui-canvas-new-theme-components-pill-success-text-color: #03893D;
973
+ $instui-canvas-new-theme-components-pill-success-border-color: #03893D;
974
+ $instui-canvas-new-theme-components-pill-warning-text-color: #CF4A00;
975
+ $instui-canvas-new-theme-components-pill-warning-border-color: #CF4A00;
976
+ $instui-canvas-new-theme-components-pill-border-radius: 999rem;
977
+ $instui-canvas-new-theme-components-pill-border-width: 0.0625rem;
978
+ $instui-canvas-new-theme-components-pill-line-height: 0.875rem;
979
+ $instui-canvas-new-theme-components-pill-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
980
+ $instui-canvas-new-theme-components-pill-border-style: solid;
981
+ $instui-canvas-new-theme-components-form-field-message-hint-text-color: #273540;
982
+ $instui-canvas-new-theme-components-form-field-message-error-text-color: #C51F22;
983
+ $instui-canvas-new-theme-components-form-field-message-success-text-color: #03893D;
984
+ $instui-canvas-new-theme-components-form-field-message-font-weight: 400;
985
+ $instui-canvas-new-theme-components-form-field-message-font-size: 0.875rem;
986
+ $instui-canvas-new-theme-components-form-field-message-line-height: 1.25rem;
987
+ $instui-canvas-new-theme-components-form-field-message-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
988
+ $instui-canvas-new-theme-components-spinner-color: #2B7ABC;
989
+ $instui-canvas-new-theme-components-spinner-inverse-color: #ffffff;
990
+ $instui-canvas-new-theme-components-spinner-track-color: #F2F4F5;
991
+ $instui-canvas-new-theme-components-spinner-stroke-width-xs: 0.25em;
992
+ $instui-canvas-new-theme-components-spinner-stroke-width-sm: 0.375em;
993
+ $instui-canvas-new-theme-components-spinner-stroke-width-md: 0.5em;
994
+ $instui-canvas-new-theme-components-spinner-stroke-width-lg: 0.75em;
995
+ $instui-canvas-new-theme-components-spinner-container-size-xs: 1.5rem;
996
+ $instui-canvas-new-theme-components-spinner-container-size-sm: 3rem;
997
+ $instui-canvas-new-theme-components-spinner-container-size-md: 5rem;
998
+ $instui-canvas-new-theme-components-spinner-container-size-lg: 7rem;
999
+ $instui-canvas-new-theme-components-spinner-spinner-size-xs: 1rem;
1000
+ $instui-canvas-new-theme-components-spinner-spinner-size-sm: 2rem;
1001
+ $instui-canvas-new-theme-components-spinner-spinner-size-md: 3.5rem;
1002
+ $instui-canvas-new-theme-components-spinner-spinner-size-lg: 4.5rem;
1003
+ $instui-canvas-new-theme-components-link-text-color: #2B7ABC;
1004
+ $instui-canvas-new-theme-components-link-text-hover-color: #1A5281;
1005
+ $instui-canvas-new-theme-components-link-text-disabled-color: #8D959F;
1006
+ $instui-canvas-new-theme-components-link-on-color-text-color: #F2F4F5;
1007
+ $instui-canvas-new-theme-components-link-on-color-text-hover-color: #F2F4F5;
1008
+ $instui-canvas-new-theme-components-link-on-color-text-disabled-color: #C7CACD;
1009
+ $instui-canvas-new-theme-components-link-font-size-sm: 0.875rem;
1010
+ $instui-canvas-new-theme-components-link-font-size-md: 1rem;
1011
+ $instui-canvas-new-theme-components-link-font-size-lg: 22px;
1012
+ $instui-canvas-new-theme-components-link-font-weight: 400;
1013
+ $instui-canvas-new-theme-components-link-gap-sm: 0.125rem;
1014
+ $instui-canvas-new-theme-components-link-gap-md: 0.25rem;
1015
+ $instui-canvas-new-theme-components-link-gap-lg: 0.25rem;
1016
+ $instui-canvas-new-theme-components-link-line-height-sm: 0.875rem;
1017
+ $instui-canvas-new-theme-components-link-line-height-md: 1rem;
1018
+ $instui-canvas-new-theme-components-link-line-height-lg: 33px;
1019
+ $instui-canvas-new-theme-components-link-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1020
+ $instui-canvas-new-theme-components-link-inline-link-small-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1021
+ $instui-canvas-new-theme-components-link-inline-link-small-font-weight: 400;
1022
+ $instui-canvas-new-theme-components-link-inline-link-small-font-size: 0.875rem;
1023
+ $instui-canvas-new-theme-components-link-inline-link-small-line-height: 1.25rem;
1024
+ $instui-canvas-new-theme-components-link-inline-link-small-text-decoration: underline;
1025
+ $instui-canvas-new-theme-components-link-inline-link-medium-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1026
+ $instui-canvas-new-theme-components-link-inline-link-medium-font-weight: 400;
1027
+ $instui-canvas-new-theme-components-link-inline-link-medium-font-size: 1rem;
1028
+ $instui-canvas-new-theme-components-link-inline-link-medium-line-height: 1.5rem;
1029
+ $instui-canvas-new-theme-components-link-inline-link-medium-text-decoration: underline;
1030
+ $instui-canvas-new-theme-components-link-inline-link-large-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1031
+ $instui-canvas-new-theme-components-link-inline-link-large-font-weight: 400;
1032
+ $instui-canvas-new-theme-components-link-inline-link-large-font-size: 22px;
1033
+ $instui-canvas-new-theme-components-link-inline-link-large-line-height: 33px;
1034
+ $instui-canvas-new-theme-components-link-inline-link-large-text-decoration: underline;
1035
+ $instui-canvas-new-theme-components-link-text-decoration-within-text: underline;
1036
+ $instui-canvas-new-theme-components-link-text-decoration-outside-text: none;
1037
+ $instui-canvas-new-theme-components-link-unstyled-text-color: #273540;
1038
+ $instui-canvas-new-theme-components-text-input-background-color: #ffffff;
1039
+ $instui-canvas-new-theme-components-text-input-background-hover-color: #ffffff;
1040
+ $instui-canvas-new-theme-components-text-input-background-readonly-color: #ffffff;
1041
+ $instui-canvas-new-theme-components-text-input-background-disabled-color: #F2F4F5;
1042
+ $instui-canvas-new-theme-components-text-input-border-color: #8D959F;
1043
+ $instui-canvas-new-theme-components-text-input-border-hover-color: #8D959F;
1044
+ $instui-canvas-new-theme-components-text-input-border-readonly-color: #8D959F;
1045
+ $instui-canvas-new-theme-components-text-input-border-disabled-color: #C7CACD;
1046
+ $instui-canvas-new-theme-components-text-input-error-border-color: #CF1F24;
1047
+ $instui-canvas-new-theme-components-text-input-success-border-color: #8D959F;
1048
+ $instui-canvas-new-theme-components-text-input-border-radius: 0.25rem;
1049
+ $instui-canvas-new-theme-components-text-input-border-width: 0.0625rem;
1050
+ $instui-canvas-new-theme-components-text-input-text-color: #273540;
1051
+ $instui-canvas-new-theme-components-text-input-text-readonly-color: #273540;
1052
+ $instui-canvas-new-theme-components-text-input-text-disabled-color: #8D959F;
1053
+ $instui-canvas-new-theme-components-text-input-placeholder-color: #6A7883;
1054
+ $instui-canvas-new-theme-components-text-input-placeholder-hover-color: #6A7883;
1055
+ $instui-canvas-new-theme-components-text-input-arrows-container-width: 2rem;
1056
+ $instui-canvas-new-theme-components-text-input-arrows-background-color: #F2F4F5;
1057
+ $instui-canvas-new-theme-components-text-input-arrows-background-hover-color: #E8EAEC;
1058
+ $instui-canvas-new-theme-components-text-input-arrows-background-active-color: #E8EAEC;
1059
+ $instui-canvas-new-theme-components-text-input-arrows-background-disabled-color: #F2F4F5;
1060
+ $instui-canvas-new-theme-components-text-input-arrows-border-color: #C7CACD;
1061
+ $instui-canvas-new-theme-components-text-input-arrows-border-hover-color: #C7CACD;
1062
+ $instui-canvas-new-theme-components-text-input-arrows-border-active-color: #C7CACD;
1063
+ $instui-canvas-new-theme-components-text-input-arrows-border-disabled-color: #C7CACD;
1064
+ $instui-canvas-new-theme-components-text-input-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1065
+ $instui-canvas-new-theme-components-text-input-font-weight: 400;
1066
+ $instui-canvas-new-theme-components-text-input-font-size-sm: 0.875rem;
1067
+ $instui-canvas-new-theme-components-text-input-font-size-md: 1rem;
1068
+ $instui-canvas-new-theme-components-text-input-font-size-lg: 1.375rem;
1069
+ $instui-canvas-new-theme-components-text-input-height-sm: 1.75rem;
1070
+ $instui-canvas-new-theme-components-text-input-height-md: 2.375rem;
1071
+ $instui-canvas-new-theme-components-text-input-height-lg: 3rem;
1072
+ $instui-canvas-new-theme-components-text-input-gap-content: 0.75rem;
1073
+ $instui-canvas-new-theme-components-text-input-padding-horizontal-sm: 0.75rem;
1074
+ $instui-canvas-new-theme-components-text-input-padding-horizontal-md: 0.75rem;
1075
+ $instui-canvas-new-theme-components-text-input-padding-horizontal-lg: 0.75rem;
1076
+ $instui-canvas-new-theme-components-text-area-background-color: #ffffff;
1077
+ $instui-canvas-new-theme-components-text-area-background-hover-color: #ffffff;
1078
+ $instui-canvas-new-theme-components-text-area-background-readonly-color: #ffffff;
1079
+ $instui-canvas-new-theme-components-text-area-background-disabled-color: #F2F4F5;
1080
+ $instui-canvas-new-theme-components-text-area-border-color: #8D959F;
1081
+ $instui-canvas-new-theme-components-text-area-border-hover-color: #8D959F;
1082
+ $instui-canvas-new-theme-components-text-area-border-readonly-color: #8D959F;
1083
+ $instui-canvas-new-theme-components-text-area-border-disabled-color: #C7CACD;
1084
+ $instui-canvas-new-theme-components-text-area-error-border-color: #C51F22;
1085
+ $instui-canvas-new-theme-components-text-area-success-border-color: #03893D;
1086
+ $instui-canvas-new-theme-components-text-area-border-radius: 0.25rem;
1087
+ $instui-canvas-new-theme-components-text-area-border-width: 0.0625rem;
1088
+ $instui-canvas-new-theme-components-text-area-text-color: #273540;
1089
+ $instui-canvas-new-theme-components-text-area-text-readonly-color: #273540;
1090
+ $instui-canvas-new-theme-components-text-area-text-disabled-color: #8D959F;
1091
+ $instui-canvas-new-theme-components-text-area-placeholder-color: #6A7883;
1092
+ $instui-canvas-new-theme-components-text-area-placeholder-hover-color: #273540;
1093
+ $instui-canvas-new-theme-components-text-area-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1094
+ $instui-canvas-new-theme-components-text-area-font-weight: 400;
1095
+ $instui-canvas-new-theme-components-text-area-font-size-sm: 0.875rem;
1096
+ $instui-canvas-new-theme-components-text-area-font-size-md: 1rem;
1097
+ $instui-canvas-new-theme-components-text-area-font-size-lg: 1.375rem;
1098
+ $instui-canvas-new-theme-components-text-area-gap-content: 0.75rem;
1099
+ $instui-canvas-new-theme-components-text-area-gap-primitives: 0.75rem;
1100
+ $instui-canvas-new-theme-components-text-area-padding: 0.75rem;
1101
+ $instui-canvas-new-theme-components-icon-size-xs: 0.75rem;
1102
+ $instui-canvas-new-theme-components-icon-size-sm: 1rem;
1103
+ $instui-canvas-new-theme-components-icon-size-md: 1.25rem;
1104
+ $instui-canvas-new-theme-components-icon-size-lg: 1.5rem;
1105
+ $instui-canvas-new-theme-components-icon-size-xl: 2rem;
1106
+ $instui-canvas-new-theme-components-icon-size2xl: 2.25rem;
1107
+ $instui-canvas-new-theme-components-icon-illu-sm: 3rem;
1108
+ $instui-canvas-new-theme-components-icon-illu-md: 5rem;
1109
+ $instui-canvas-new-theme-components-icon-illu-lg: 10rem;
1110
+ $instui-canvas-new-theme-components-icon-stroke-width-xs: 0.0625rem;
1111
+ $instui-canvas-new-theme-components-icon-stroke-width-sm: 0.078125rem;
1112
+ $instui-canvas-new-theme-components-icon-stroke-width-md: 0.09375rem;
1113
+ $instui-canvas-new-theme-components-icon-stroke-width-lg: 0.125rem;
1114
+ $instui-canvas-new-theme-components-icon-stroke-width-xl: 0.15625rem;
1115
+ $instui-canvas-new-theme-components-icon-stroke-width2xl: 0.1875rem;
1116
+ $instui-canvas-new-theme-components-icon-stroke-width-illu-sm: 0.25rem;
1117
+ $instui-canvas-new-theme-components-icon-stroke-width-illu-md: 0.5rem;
1118
+ $instui-canvas-new-theme-components-icon-stroke-width-illu-lg: 0.75rem;
1119
+ $instui-canvas-new-theme-components-icon-base-color: #273540;
1120
+ $instui-canvas-new-theme-components-icon-muted-color: #576773;
1121
+ $instui-canvas-new-theme-components-icon-success-color: #03893D;
1122
+ $instui-canvas-new-theme-components-icon-error-color: #C51F22;
1123
+ $instui-canvas-new-theme-components-icon-warning-color: #CF4A00;
1124
+ $instui-canvas-new-theme-components-icon-info-color: #2B7ABC;
1125
+ $instui-canvas-new-theme-components-icon-on-color: #ffffff;
1126
+ $instui-canvas-new-theme-components-icon-inverse-color: #ffffff;
1127
+ $instui-canvas-new-theme-components-icon-disabled-base-color: #8D959F;
1128
+ $instui-canvas-new-theme-components-icon-disabled-on-color: #C7CACD;
1129
+ $instui-canvas-new-theme-components-icon-dark: #273540;
1130
+ $instui-canvas-new-theme-components-icon-side-nav-color: #ffffff;
1131
+ $instui-canvas-new-theme-components-icon-side-nav-active-color: #2B7ABC;
1132
+ $instui-canvas-new-theme-components-icon-navigation-primary-base-color: #2B7ABC;
1133
+ $instui-canvas-new-theme-components-icon-navigation-primary-hover-color: #1A5281;
1134
+ $instui-canvas-new-theme-components-icon-navigation-primary-active-color: #2871AF;
1135
+ $instui-canvas-new-theme-components-icon-navigation-primary-on-color-base-color: #F2F4F5;
1136
+ $instui-canvas-new-theme-components-icon-navigation-primary-on-color-hover-color: #F2F4F5;
1137
+ $instui-canvas-new-theme-components-icon-navigation-primary-on-color-active-color: #F2F4F5;
1138
+ $instui-canvas-new-theme-components-icon-action-secondary-base-color: #334450;
1139
+ $instui-canvas-new-theme-components-icon-action-secondary-hover-color: #334450;
1140
+ $instui-canvas-new-theme-components-icon-action-secondary-active-color: #334450;
1141
+ $instui-canvas-new-theme-components-icon-action-secondary-disabled-color: #334450;
1142
+ $instui-canvas-new-theme-components-icon-action-status-base-color: #ffffff;
1143
+ $instui-canvas-new-theme-components-icon-action-status-hover-color: #ffffff;
1144
+ $instui-canvas-new-theme-components-icon-action-status-active-color: #ffffff;
1145
+ $instui-canvas-new-theme-components-icon-action-status-disabled-color: #ffffff;
1146
+ $instui-canvas-new-theme-components-icon-action-ai-secondary-top-gradient-base-color: #9E58BD;
1147
+ $instui-canvas-new-theme-components-icon-action-ai-secondary-bottom-gradient-base-color: #00828E;
1148
+ $instui-canvas-new-theme-components-icon-action-ai-base-color: #ffffff;
1149
+ $instui-canvas-new-theme-components-icon-action-ai-hover-color: #ffffff;
1150
+ $instui-canvas-new-theme-components-icon-action-ai-active-color: #ffffff;
1151
+ $instui-canvas-new-theme-components-icon-action-ai-disabled-color: #9EA6AD;
1152
+ $instui-canvas-new-theme-components-icon-action-primary-base-color: #ffffff;
1153
+ $instui-canvas-new-theme-components-icon-action-primary-hover-color: #ffffff;
1154
+ $instui-canvas-new-theme-components-icon-action-primary-active-color: #ffffff;
1155
+ $instui-canvas-new-theme-components-icon-action-primary-disabled-color: #ffffff;
1156
+ $instui-canvas-new-theme-components-icon-action-primary-on-color-base-color: #334450;
1157
+ $instui-canvas-new-theme-components-icon-action-primary-on-color-hover-color: #334450;
1158
+ $instui-canvas-new-theme-components-icon-action-primary-on-color-active-color: #334450;
1159
+ $instui-canvas-new-theme-components-icon-action-primary-on-color-disabled-color: #334450;
1160
+ $instui-canvas-new-theme-components-icon-accent-blue-color: #2B7ABC;
1161
+ $instui-canvas-new-theme-components-icon-accent-green-color: #03893D;
1162
+ $instui-canvas-new-theme-components-icon-accent-red-color: #E62429;
1163
+ $instui-canvas-new-theme-components-icon-accent-orange-color: #CF4A00;
1164
+ $instui-canvas-new-theme-components-icon-accent-grey-color: #576773;
1165
+ $instui-canvas-new-theme-components-icon-accent-ash-color: #273540;
1166
+ $instui-canvas-new-theme-components-icon-accent-plum-color: #C54396;
1167
+ $instui-canvas-new-theme-components-icon-accent-violet-color: #9E58BD;
1168
+ $instui-canvas-new-theme-components-icon-accent-stone-color: #767676;
1169
+ $instui-canvas-new-theme-components-icon-accent-sky-color: #197EAB;
1170
+ $instui-canvas-new-theme-components-icon-accent-honey-color: #996E00;
1171
+ $instui-canvas-new-theme-components-icon-accent-sea-color: #00828E;
1172
+ $instui-canvas-new-theme-components-icon-accent-aurora-color: #048660;
1173
+ $instui-canvas-new-theme-components-icon-action-tertiary-base-color: #1E5C90;
1174
+ $instui-canvas-new-theme-components-icon-action-tertiary-hover-color: #1E5C90;
1175
+ $instui-canvas-new-theme-components-icon-action-tertiary-active-color: #1E5C90;
1176
+ $instui-canvas-new-theme-components-icon-action-tertiary-disabled-color: #1E5C90;
1177
+ $instui-canvas-new-theme-components-icon-action-success-secondary-base-color: #03893D;
1178
+ $instui-canvas-new-theme-components-icon-action-success-secondary-disabled-color: #03893D;
1179
+ $instui-canvas-new-theme-components-icon-action-destructive-secondary-base-color: #CF1F24;
1180
+ $instui-canvas-new-theme-components-icon-action-destructive-secondary-disabled-color: #CF1F24;
1181
+ $instui-canvas-new-theme-components-icon-action-ai-secondary-disabled-color: #AAB0B5;
1182
+ $instui-canvas-new-theme-components-icon-action-secondary-on-color-base-color: #ffffff;
1183
+ $instui-canvas-new-theme-components-icon-action-secondary-on-color-hover-color: #ffffff;
1184
+ $instui-canvas-new-theme-components-icon-action-secondary-on-color-active-color: #ffffff;
1185
+ $instui-canvas-new-theme-components-icon-action-secondary-on-color-disabled-color: #ffffff;
1186
+ $instui-canvas-new-theme-components-icon-action-success-secondary-hover-color: #017533;
1187
+ $instui-canvas-new-theme-components-icon-action-success-secondary-active-color: #017533;
1188
+ $instui-canvas-new-theme-components-icon-action-destructive-secondary-hover-color: #C51F22;
1189
+ $instui-canvas-new-theme-components-icon-action-destructive-secondary-active-color: #CF1F24;
1190
+ $instui-canvas-new-theme-components-checkbox-background-color: #ffffff;
1191
+ $instui-canvas-new-theme-components-checkbox-background-hover-color: #ffffff;
1192
+ $instui-canvas-new-theme-components-checkbox-background-readonly-color: #ffffff;
1193
+ $instui-canvas-new-theme-components-checkbox-background-disabled-color: #F2F4F5;
1194
+ $instui-canvas-new-theme-components-checkbox-background-checked-color: #273540;
1195
+ $instui-canvas-new-theme-components-checkbox-border-color: #8D959F;
1196
+ $instui-canvas-new-theme-components-checkbox-border-hover-color: #8D959F;
1197
+ $instui-canvas-new-theme-components-checkbox-border-readonly-color: #8D959F;
1198
+ $instui-canvas-new-theme-components-checkbox-border-disabled-color: #C7CACD;
1199
+ $instui-canvas-new-theme-components-checkbox-error-border-color: #CF1F24;
1200
+ $instui-canvas-new-theme-components-checkbox-error-border-hover-color: #CF1F24;
1201
+ $instui-canvas-new-theme-components-checkbox-asterisk-color: #C51F22;
1202
+ $instui-canvas-new-theme-components-checkbox-border-checked-color: #273540;
1203
+ $instui-canvas-new-theme-components-checkbox-font-size-sm: 0.875rem;
1204
+ $instui-canvas-new-theme-components-checkbox-font-size-md: 1rem;
1205
+ $instui-canvas-new-theme-components-checkbox-font-size-lg: 1.375rem;
1206
+ $instui-canvas-new-theme-components-checkbox-line-height: 125%;
1207
+ $instui-canvas-new-theme-components-checkbox-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1208
+ $instui-canvas-new-theme-components-checkbox-font-weight: 400;
1209
+ $instui-canvas-new-theme-components-checkbox-gap: 0.5rem;
1210
+ $instui-canvas-new-theme-components-checkbox-control-vertical-margin: 0.0625rem;
1211
+ $instui-canvas-new-theme-components-checkbox-border-radius: 0.25rem;
1212
+ $instui-canvas-new-theme-components-checkbox-control-size-sm: 1rem;
1213
+ $instui-canvas-new-theme-components-checkbox-control-size-md: 1.25rem;
1214
+ $instui-canvas-new-theme-components-checkbox-control-size-lg: 1.75rem;
1215
+ $instui-canvas-new-theme-components-checkbox-border-width: 0.0625rem;
1216
+ $instui-canvas-new-theme-components-checkbox-label-base-color: #273540;
1217
+ $instui-canvas-new-theme-components-checkbox-label-hover-color: #273540;
1218
+ $instui-canvas-new-theme-components-checkbox-label-disabled-color: #8D959F;
1219
+ $instui-canvas-new-theme-components-checkbox-label-readonly-color: #273540;
1220
+ $instui-canvas-new-theme-components-text-font-size-x-small: 0.75rem;
1221
+ $instui-canvas-new-theme-components-text-font-size-small: 0.875rem;
1222
+ $instui-canvas-new-theme-components-text-font-size-medium: 1rem;
1223
+ $instui-canvas-new-theme-components-text-font-size-large: 1.375rem;
1224
+ $instui-canvas-new-theme-components-text-font-size-x-large: 2.375rem;
1225
+ $instui-canvas-new-theme-components-text-font-size-xx-large: 2.375rem;
1226
+ $instui-canvas-new-theme-components-text-font-weight-light: 300;
1227
+ $instui-canvas-new-theme-components-text-font-weight-normal: 400;
1228
+ $instui-canvas-new-theme-components-text-font-weight-bold: 700;
1229
+ $instui-canvas-new-theme-components-text-font-weight-important: 700;
1230
+ $instui-canvas-new-theme-components-text-font-weight-regular: 400;
1231
+ $instui-canvas-new-theme-components-text-line-height: 150%;
1232
+ $instui-canvas-new-theme-components-text-line-height100: 100%;
1233
+ $instui-canvas-new-theme-components-text-line-height125: 125%;
1234
+ $instui-canvas-new-theme-components-text-line-height150: 150%;
1235
+ $instui-canvas-new-theme-components-text-line-height-condensed: 125%;
1236
+ $instui-canvas-new-theme-components-text-line-height-double: 200%;
1237
+ $instui-canvas-new-theme-components-text-line-height-fit: 112.5%;
1238
+ $instui-canvas-new-theme-components-text-paragraph-margin: 1.5rem 0rem;
1239
+ $instui-canvas-new-theme-components-text-letter-spacing-condensed: -0.0625rem;
1240
+ $instui-canvas-new-theme-components-text-letter-spacing-expanded: 0.0625rem;
1241
+ $instui-canvas-new-theme-components-text-letter-spacing-normal: 0rem;
1242
+ $instui-canvas-new-theme-components-text-ai-background-color: #F3E5F7;
1243
+ $instui-canvas-new-theme-components-text-ai-color: #8A49A7;
1244
+ $instui-canvas-new-theme-components-text-primary-color: #2B7ABC;
1245
+ $instui-canvas-new-theme-components-text-error-color: #C51F22;
1246
+ $instui-canvas-new-theme-components-text-base-color: #273540;
1247
+ $instui-canvas-new-theme-components-text-base-on-color: #ffffff;
1248
+ $instui-canvas-new-theme-components-text-inverse-color: #ffffff;
1249
+ $instui-canvas-new-theme-components-text-muted-color: #576773;
1250
+ $instui-canvas-new-theme-components-text-muted-on-color: #ffffff;
1251
+ $instui-canvas-new-theme-components-text-success-color: #03893D;
1252
+ $instui-canvas-new-theme-components-text-warning-color: #CF4A00;
1253
+ $instui-canvas-new-theme-components-text-description-page-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1254
+ $instui-canvas-new-theme-components-text-description-page-font-weight: 400;
1255
+ $instui-canvas-new-theme-components-text-description-page-font-size: 1.375rem;
1256
+ $instui-canvas-new-theme-components-text-description-page-line-height: 150%;
1257
+ $instui-canvas-new-theme-components-text-description-section-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1258
+ $instui-canvas-new-theme-components-text-description-section-font-weight: 400;
1259
+ $instui-canvas-new-theme-components-text-description-section-font-size: 1rem;
1260
+ $instui-canvas-new-theme-components-text-description-section-line-height: 150%;
1261
+ $instui-canvas-new-theme-components-text-content-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1262
+ $instui-canvas-new-theme-components-text-content-font-weight: 400;
1263
+ $instui-canvas-new-theme-components-text-content-font-size: 1rem;
1264
+ $instui-canvas-new-theme-components-text-content-line-height: 150%;
1265
+ $instui-canvas-new-theme-components-text-content-important-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1266
+ $instui-canvas-new-theme-components-text-content-important-font-weight: 700;
1267
+ $instui-canvas-new-theme-components-text-content-important-font-size: 1rem;
1268
+ $instui-canvas-new-theme-components-text-content-important-line-height: 150%;
1269
+ $instui-canvas-new-theme-components-text-content-quote-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1270
+ $instui-canvas-new-theme-components-text-content-quote-font-weight: Medium Italic;
1271
+ $instui-canvas-new-theme-components-text-content-quote-font-size: 1rem;
1272
+ $instui-canvas-new-theme-components-text-content-quote-line-height: 150%;
1273
+ $instui-canvas-new-theme-components-text-content-small-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1274
+ $instui-canvas-new-theme-components-text-content-small-font-weight: 400;
1275
+ $instui-canvas-new-theme-components-text-content-small-font-size: 0.875rem;
1276
+ $instui-canvas-new-theme-components-text-content-small-line-height: 150%;
1277
+ $instui-canvas-new-theme-components-text-legend-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1278
+ $instui-canvas-new-theme-components-text-legend-font-weight: 400;
1279
+ $instui-canvas-new-theme-components-text-legend-font-size: 0.75rem;
1280
+ $instui-canvas-new-theme-components-text-legend-line-height: 150%;
1281
+ $instui-canvas-new-theme-components-text-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1282
+ $instui-canvas-new-theme-components-text-font-family-monospace: Menlo, Consolas, Monaco, "Andale Mono", monospace;
1283
+ $instui-canvas-new-theme-components-radio-input-background-color: #ffffff;
1284
+ $instui-canvas-new-theme-components-radio-input-background-hover-color: #ffffff;
1285
+ $instui-canvas-new-theme-components-radio-input-background-readonly-color: #ffffff;
1286
+ $instui-canvas-new-theme-components-radio-input-background-disabled-color: #F2F4F5;
1287
+ $instui-canvas-new-theme-components-radio-input-border-color: #8D959F;
1288
+ $instui-canvas-new-theme-components-radio-input-border-hover-color: #8D959F;
1289
+ $instui-canvas-new-theme-components-radio-input-border-readonly-color: #8D959F;
1290
+ $instui-canvas-new-theme-components-radio-input-border-disabled-color: #C7CACD;
1291
+ $instui-canvas-new-theme-components-radio-input-border-selected-color: #273540;
1292
+ $instui-canvas-new-theme-components-radio-input-font-size-sm: 0.875rem;
1293
+ $instui-canvas-new-theme-components-radio-input-font-size-md: 1rem;
1294
+ $instui-canvas-new-theme-components-radio-input-font-size-lg: 1.375rem;
1295
+ $instui-canvas-new-theme-components-radio-input-toggle-small-font-size: 0.75rem;
1296
+ $instui-canvas-new-theme-components-radio-input-toggle-medium-font-size: 0.875rem;
1297
+ $instui-canvas-new-theme-components-radio-input-toggle-large-font-size: 1rem;
1298
+ $instui-canvas-new-theme-components-radio-input-line-height-sm: 1.25rem;
1299
+ $instui-canvas-new-theme-components-radio-input-line-height-md: 1.5rem;
1300
+ $instui-canvas-new-theme-components-radio-input-line-height-lg: 1.5rem;
1301
+ $instui-canvas-new-theme-components-radio-input-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1302
+ $instui-canvas-new-theme-components-radio-input-font-weight: 400;
1303
+ $instui-canvas-new-theme-components-radio-input-gap: 0.5rem;
1304
+ $instui-canvas-new-theme-components-radio-input-border-width: 0.0625rem;
1305
+ $instui-canvas-new-theme-components-radio-input-toggle-border-width: 0.25rem;
1306
+ $instui-canvas-new-theme-components-radio-input-label-base-color: #273540;
1307
+ $instui-canvas-new-theme-components-radio-input-label-hover-color: #273540;
1308
+ $instui-canvas-new-theme-components-radio-input-label-disabled-color: #8D959F;
1309
+ $instui-canvas-new-theme-components-radio-input-label-readonly-color: #273540;
1310
+ $instui-canvas-new-theme-components-radio-input-control-size-sm: 1rem;
1311
+ $instui-canvas-new-theme-components-radio-input-control-size-md: 1.25rem;
1312
+ $instui-canvas-new-theme-components-radio-input-control-size-lg: 1.75rem;
1313
+ $instui-canvas-new-theme-components-radio-input-checked-inset-sm: 0.1875rem;
1314
+ $instui-canvas-new-theme-components-radio-input-checked-inset-md: 0.25rem;
1315
+ $instui-canvas-new-theme-components-radio-input-checked-inset-lg: 0.375rem;
1316
+ $instui-canvas-new-theme-components-radio-input-toggle-small-height: 1.75rem;
1317
+ $instui-canvas-new-theme-components-radio-input-toggle-medium-height: 2.375rem;
1318
+ $instui-canvas-new-theme-components-radio-input-toggle-large-height: 3rem;
1319
+ $instui-canvas-new-theme-components-radio-input-control-vertical-margin: 0.125rem;
1320
+ $instui-canvas-new-theme-components-radio-input-toggle-background-danger: #CF4A00;
1321
+ $instui-canvas-new-theme-components-radio-input-toggle-background-off: #03893D;
1322
+ $instui-canvas-new-theme-components-radio-input-toggle-background-success: #03893D;
1323
+ $instui-canvas-new-theme-components-radio-input-toggle-background-warning: #CF4A00;
1324
+ $instui-canvas-new-theme-components-radio-input-toggle-handle-text: #ffffff;
1325
+ $instui-canvas-new-theme-components-radio-input-toggle-border-radius: 0.125rem;
1326
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-0-x: 0px;
1327
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-0-y: 0.0625rem;
1328
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-0-blur: 0.125rem;
1329
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-0-spread: 0px;
1330
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-0-color: rgba(0,0,0,0.1);
1331
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-0-type: dropShadow;
1332
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-1-x: 0px;
1333
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-1-y: 0.0625rem;
1334
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-1-blur: 0.1875rem;
1335
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-1-spread: 0px;
1336
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-1-color: rgba(0,0,0,0.2);
1337
+ $instui-canvas-new-theme-components-radio-input-toggle-shadow-1-type: innerShadow;
1338
+ $instui-canvas-new-theme-components-toggle-background-color: #F2F4F5;
1339
+ $instui-canvas-new-theme-components-toggle-background-hover-color: #F2F4F5;
1340
+ $instui-canvas-new-theme-components-toggle-background-disabled-color: #F2F4F5;
1341
+ $instui-canvas-new-theme-components-toggle-background-readonly-color: #F2F4F5;
1342
+ $instui-canvas-new-theme-components-toggle-error-background-color: #F2F4F5;
1343
+ $instui-canvas-new-theme-components-toggle-error-background-hover-color: #F2F4F5;
1344
+ $instui-canvas-new-theme-components-toggle-border-color: #8D959F;
1345
+ $instui-canvas-new-theme-components-toggle-border-hover-color: #8D959F;
1346
+ $instui-canvas-new-theme-components-toggle-border-disabled-color: #8D959F;
1347
+ $instui-canvas-new-theme-components-toggle-border-readonly-color: #8D959F;
1348
+ $instui-canvas-new-theme-components-toggle-error-border-color: #E62429;
1349
+ $instui-canvas-new-theme-components-toggle-checked-border-color: #03893D;
1350
+ $instui-canvas-new-theme-components-toggle-checked-border-hover-color: #03893D;
1351
+ $instui-canvas-new-theme-components-toggle-checked-border-disabled-color: #03893D;
1352
+ $instui-canvas-new-theme-components-toggle-checked-border-readonly-color: #03893D;
1353
+ $instui-canvas-new-theme-components-toggle-border-width: 0.0625rem;
1354
+ $instui-canvas-new-theme-components-toggle-border-radius: 999rem;
1355
+ $instui-canvas-new-theme-components-toggle-checked-background-color: #03893D;
1356
+ $instui-canvas-new-theme-components-toggle-checked-background-hover-color: #03893D;
1357
+ $instui-canvas-new-theme-components-toggle-checked-background-disabled-color: #03893D;
1358
+ $instui-canvas-new-theme-components-toggle-checked-background-readonly-color: #03893D;
1359
+ $instui-canvas-new-theme-components-toggle-label-color: #273540;
1360
+ $instui-canvas-new-theme-components-toggle-label-disabled-color: #273540;
1361
+ $instui-canvas-new-theme-components-toggle-unchecked-icon-border-color: #5F6E7A;
1362
+ $instui-canvas-new-theme-components-toggle-unchecked-icon-error-border-color: #5F6E7A;
1363
+ $instui-canvas-new-theme-components-toggle-unchecked-icon-border-hover-color: #5F6E7A;
1364
+ $instui-canvas-new-theme-components-toggle-unchecked-icon-border-disabled-color: #5F6E7A;
1365
+ $instui-canvas-new-theme-components-toggle-unchecked-icon-border-readonly-color: #5F6E7A;
1366
+ $instui-canvas-new-theme-components-toggle-checked-icon-border-color: #017533;
1367
+ $instui-canvas-new-theme-components-toggle-checked-icon-border-hover-color: #017533;
1368
+ $instui-canvas-new-theme-components-toggle-checked-icon-border-disabled-color: #017533;
1369
+ $instui-canvas-new-theme-components-toggle-checked-icon-border-readonly-color: #017533;
1370
+ $instui-canvas-new-theme-components-toggle-margin-start: 0.75rem;
1371
+ $instui-canvas-new-theme-components-toggle-margin-end: 0.75rem;
1372
+ $instui-canvas-new-theme-components-toggle-margin-vertical: 0.5rem;
1373
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-0-x: 0px;
1374
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-0-y: 0.0625rem;
1375
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-0-blur: 0.125rem;
1376
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-0-spread: 0px;
1377
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-0-color: rgba(0,0,0,0.1);
1378
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-0-type: dropShadow;
1379
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-1-x: 0px;
1380
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-1-y: 0.0625rem;
1381
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-1-blur: 0.1875rem;
1382
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-1-spread: 0px;
1383
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-1-color: rgba(0,0,0,0.2);
1384
+ $instui-canvas-new-theme-components-toggle-toggle-shadow-1-type: dropShadow;
1385
+ $instui-canvas-new-theme-components-toggle-toggle-size: 1.625rem;
1386
+ $instui-canvas-new-theme-components-toggle-toggle-width: 2.5rem;
1387
+ $instui-canvas-new-theme-components-toggle-label-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1388
+ $instui-canvas-new-theme-components-toggle-label-font-weight: 400;
1389
+ $instui-canvas-new-theme-components-toggle-label-line-height-md: 1.5rem;
1390
+ $instui-canvas-new-theme-components-toggle-label-line-height-lg: 1.5rem;
1391
+ $instui-canvas-new-theme-components-toggle-label-line-height-sm: 1.25rem;
1392
+ $instui-canvas-new-theme-components-toggle-label-font-size-sm: 0.875rem;
1393
+ $instui-canvas-new-theme-components-toggle-label-font-size-md: 1rem;
1394
+ $instui-canvas-new-theme-components-toggle-label-font-size-lg: 1.375rem;
1395
+ $instui-canvas-new-theme-components-toggle-toggle-background: #ffffff;
1396
+ $instui-canvas-new-theme-components-toggle-disabled-opacity: 0.5;
1397
+ $instui-canvas-new-theme-components-tooltip-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1398
+ $instui-canvas-new-theme-components-tooltip-font-weight: 400;
1399
+ $instui-canvas-new-theme-components-tooltip-font-size: 0.875rem;
1400
+ $instui-canvas-new-theme-components-tooltip-padding: 0.75rem;
1401
+ $instui-canvas-new-theme-components-modal-auto-min-width: 16em;
1402
+ $instui-canvas-new-theme-components-modal-background-color: #ffffff;
1403
+ $instui-canvas-new-theme-components-modal-border-color: #8D959F;
1404
+ $instui-canvas-new-theme-components-modal-inverse-background-color: #334450;
1405
+ $instui-canvas-new-theme-components-modal-border-radius: 0.25rem;
1406
+ $instui-canvas-new-theme-components-modal-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1407
+ $instui-canvas-new-theme-components-modal-inverse-border-color: #273540;
1408
+ $instui-canvas-new-theme-components-modal-text-color: #273540;
1409
+ $instui-canvas-new-theme-components-modal-inverse-text-color: #ffffff;
1410
+ $instui-canvas-new-theme-components-modal-large-max-width: 62em;
1411
+ $instui-canvas-new-theme-components-modal-medium-max-width: 48em;
1412
+ $instui-canvas-new-theme-components-modal-small-max-width: 30em;
1413
+ $instui-canvas-new-theme-components-modal-box-shadow-0-x: 0px;
1414
+ $instui-canvas-new-theme-components-modal-box-shadow-0-y: 0.375rem;
1415
+ $instui-canvas-new-theme-components-modal-box-shadow-0-blur: 0.4375rem;
1416
+ $instui-canvas-new-theme-components-modal-box-shadow-0-spread: 0px;
1417
+ $instui-canvas-new-theme-components-modal-box-shadow-0-color: rgba(0,0,0,0.2);
1418
+ $instui-canvas-new-theme-components-modal-box-shadow-0-type: dropShadow;
1419
+ $instui-canvas-new-theme-components-modal-box-shadow-1-x: 0px;
1420
+ $instui-canvas-new-theme-components-modal-box-shadow-1-y: 0.625rem;
1421
+ $instui-canvas-new-theme-components-modal-box-shadow-1-blur: 1.75rem;
1422
+ $instui-canvas-new-theme-components-modal-box-shadow-1-spread: 0px;
1423
+ $instui-canvas-new-theme-components-modal-box-shadow-1-color: rgba(0,0,0,0.1);
1424
+ $instui-canvas-new-theme-components-modal-box-shadow-1-type: dropShadow;
1425
+ $instui-canvas-new-theme-components-modal-border-width: 0.0625rem;
1426
+ $instui-canvas-new-theme-components-modal-header-background-color: #ffffff;
1427
+ $instui-canvas-new-theme-components-modal-header-border-color: #8D959F;
1428
+ $instui-canvas-new-theme-components-modal-header-inverse-background-color: #334450;
1429
+ $instui-canvas-new-theme-components-modal-header-inverse-border-color: #273540;
1430
+ $instui-canvas-new-theme-components-modal-header-padding: 1.5rem;
1431
+ $instui-canvas-new-theme-components-modal-header-padding-compact: 0.75rem;
1432
+ $instui-canvas-new-theme-components-modal-header-border-width: 0.0625rem;
1433
+ $instui-canvas-new-theme-components-modal-footer-border-color: #8D959F;
1434
+ $instui-canvas-new-theme-components-modal-footer-border-radius: 0.25rem;
1435
+ $instui-canvas-new-theme-components-modal-footer-inverse-border-color: #273540;
1436
+ $instui-canvas-new-theme-components-modal-footer-border-width: 0.0625rem;
1437
+ $instui-canvas-new-theme-components-modal-footer-background-color: #F2F4F5;
1438
+ $instui-canvas-new-theme-components-modal-footer-inverse-background-color: #334450;
1439
+ $instui-canvas-new-theme-components-modal-footer-padding: 1.5rem;
1440
+ $instui-canvas-new-theme-components-modal-footer-padding-compact: 0.75rem;
1441
+ $instui-canvas-new-theme-components-modal-body-inverse-background-color: #334450;
1442
+ $instui-canvas-new-theme-components-modal-body-padding: 1.5rem;
1443
+ $instui-canvas-new-theme-components-modal-body-padding-compact: 0.75rem;
1444
+ $instui-canvas-new-theme-components-mask-background-color: rgba(255,255,255,0.75);
1445
+ $instui-canvas-new-theme-components-mask-dark-background-color: rgba(28,34,43,0.75);
1446
+ $instui-canvas-new-theme-components-form-field-layout-text-color: #273540;
1447
+ $instui-canvas-new-theme-components-form-field-layout-readonly-text-color: #576773;
1448
+ $instui-canvas-new-theme-components-form-field-layout-asterisk-color: #273540;
1449
+ $instui-canvas-new-theme-components-form-field-layout-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1450
+ $instui-canvas-new-theme-components-form-field-layout-font-weight: 700;
1451
+ $instui-canvas-new-theme-components-form-field-layout-font-size: 1rem;
1452
+ $instui-canvas-new-theme-components-form-field-layout-line-height: 1.125rem;
1453
+ $instui-canvas-new-theme-components-form-field-layout-gap-primitives: 0.75rem;
1454
+ $instui-canvas-new-theme-components-form-field-layout-gap-inputs: 0.75rem;
1455
+ $instui-canvas-new-theme-components-form-field-layout-stacked-or-inline-breakpoint: 48em;
1456
+ $instui-canvas-new-theme-components-heading-title-page-desktop-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1457
+ $instui-canvas-new-theme-components-heading-title-page-desktop-font-weight: 700;
1458
+ $instui-canvas-new-theme-components-heading-title-page-desktop-font-size: 2.375rem;
1459
+ $instui-canvas-new-theme-components-heading-title-page-desktop-line-height: 125%;
1460
+ $instui-canvas-new-theme-components-heading-title-page-mobile-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1461
+ $instui-canvas-new-theme-components-heading-title-page-mobile-font-weight: 700;
1462
+ $instui-canvas-new-theme-components-heading-title-page-mobile-font-size: 2rem;
1463
+ $instui-canvas-new-theme-components-heading-title-page-mobile-line-height: 125%;
1464
+ $instui-canvas-new-theme-components-heading-title-section-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1465
+ $instui-canvas-new-theme-components-heading-title-section-font-weight: 700;
1466
+ $instui-canvas-new-theme-components-heading-title-section-font-size: 1.75rem;
1467
+ $instui-canvas-new-theme-components-heading-title-section-line-height: 125%;
1468
+ $instui-canvas-new-theme-components-heading-title-card-section-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1469
+ $instui-canvas-new-theme-components-heading-title-card-section-font-weight: 700;
1470
+ $instui-canvas-new-theme-components-heading-title-card-section-font-size: 1.75rem;
1471
+ $instui-canvas-new-theme-components-heading-title-card-section-line-height: 125%;
1472
+ $instui-canvas-new-theme-components-heading-title-module-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1473
+ $instui-canvas-new-theme-components-heading-title-module-font-weight: 700;
1474
+ $instui-canvas-new-theme-components-heading-title-module-font-size: 1.5rem;
1475
+ $instui-canvas-new-theme-components-heading-title-module-line-height: 125%;
1476
+ $instui-canvas-new-theme-components-heading-title-card-large-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1477
+ $instui-canvas-new-theme-components-heading-title-card-large-font-weight: 700;
1478
+ $instui-canvas-new-theme-components-heading-title-card-large-font-size: 1.5rem;
1479
+ $instui-canvas-new-theme-components-heading-title-card-large-line-height: 125%;
1480
+ $instui-canvas-new-theme-components-heading-title-card-regular-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1481
+ $instui-canvas-new-theme-components-heading-title-card-regular-font-weight: 700;
1482
+ $instui-canvas-new-theme-components-heading-title-card-regular-font-size: 1.375rem;
1483
+ $instui-canvas-new-theme-components-heading-title-card-regular-line-height: 125%;
1484
+ $instui-canvas-new-theme-components-heading-title-card-mini-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1485
+ $instui-canvas-new-theme-components-heading-title-card-mini-font-weight: 700;
1486
+ $instui-canvas-new-theme-components-heading-title-card-mini-font-size: 1rem;
1487
+ $instui-canvas-new-theme-components-heading-title-card-mini-line-height: 125%;
1488
+ $instui-canvas-new-theme-components-heading-label-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1489
+ $instui-canvas-new-theme-components-heading-label-font-weight: 700;
1490
+ $instui-canvas-new-theme-components-heading-label-font-size: 1rem;
1491
+ $instui-canvas-new-theme-components-heading-label-line-height: 125%;
1492
+ $instui-canvas-new-theme-components-heading-label-inline-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1493
+ $instui-canvas-new-theme-components-heading-label-inline-font-weight: 700;
1494
+ $instui-canvas-new-theme-components-heading-label-inline-font-size: 1rem;
1495
+ $instui-canvas-new-theme-components-heading-label-inline-line-height: 125%;
1496
+ $instui-canvas-new-theme-components-heading-h1-font-size: 2.375rem;
1497
+ $instui-canvas-new-theme-components-heading-h2-font-size: 1.75rem;
1498
+ $instui-canvas-new-theme-components-heading-h3-font-size: 1.375rem;
1499
+ $instui-canvas-new-theme-components-heading-h4-font-size: 1rem;
1500
+ $instui-canvas-new-theme-components-heading-h5-font-size: 0.875rem;
1501
+ $instui-canvas-new-theme-components-heading-h6-font-size: 0.75rem;
1502
+ $instui-canvas-new-theme-components-heading-h1-font-weight: 700;
1503
+ $instui-canvas-new-theme-components-heading-h2-font-weight: 400;
1504
+ $instui-canvas-new-theme-components-heading-h3-font-weight: 700;
1505
+ $instui-canvas-new-theme-components-heading-h4-font-weight: 700;
1506
+ $instui-canvas-new-theme-components-heading-h5-font-weight: 400;
1507
+ $instui-canvas-new-theme-components-heading-h6-font-weight: 400;
1508
+ $instui-canvas-new-theme-components-heading-h1-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1509
+ $instui-canvas-new-theme-components-heading-h2-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1510
+ $instui-canvas-new-theme-components-heading-h3-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1511
+ $instui-canvas-new-theme-components-heading-h4-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1512
+ $instui-canvas-new-theme-components-heading-h5-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1513
+ $instui-canvas-new-theme-components-heading-h6-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1514
+ $instui-canvas-new-theme-components-heading-line-height: 125%;
1515
+ $instui-canvas-new-theme-components-heading-base-color: #273540;
1516
+ $instui-canvas-new-theme-components-heading-base-on-color: #ffffff;
1517
+ $instui-canvas-new-theme-components-heading-muted-color: #576773;
1518
+ $instui-canvas-new-theme-components-heading-muted-on-color: #ffffff;
1519
+ $instui-canvas-new-theme-components-heading-inverse-color: #ffffff;
1520
+ $instui-canvas-new-theme-components-heading-ai-text-top-gradient-color: #9E58BD;
1521
+ $instui-canvas-new-theme-components-heading-ai-text-bottom-gradient-color: #00828E;
1522
+ $instui-canvas-new-theme-components-heading-border-color: #8D959F;
1523
+ $instui-canvas-new-theme-components-heading-border-width: 0.0625rem;
1524
+ $instui-canvas-new-theme-components-heading-border-style: solid;
1525
+ $instui-canvas-new-theme-components-heading-border-padding: 0.125rem;
1526
+ $instui-canvas-new-theme-components-heading-gap-icon-sm: 0.125rem;
1527
+ $instui-canvas-new-theme-components-heading-gap-icon-md: 0.25rem;
1528
+ $instui-canvas-new-theme-components-heading-gap-icon-lg: 0.5rem;
1529
+ $instui-canvas-new-theme-components-tray-background-color: #ffffff;
1530
+ $instui-canvas-new-theme-components-tray-border-color: #8D959F;
1531
+ $instui-canvas-new-theme-components-tray-border-width: 0.0625rem;
1532
+ $instui-canvas-new-theme-components-tray-box-shadow-0-x: 0px;
1533
+ $instui-canvas-new-theme-components-tray-box-shadow-0-y: 0.375rem;
1534
+ $instui-canvas-new-theme-components-tray-box-shadow-0-blur: 0.4375rem;
1535
+ $instui-canvas-new-theme-components-tray-box-shadow-0-spread: 0px;
1536
+ $instui-canvas-new-theme-components-tray-box-shadow-0-color: rgba(0,0,0,0.2);
1537
+ $instui-canvas-new-theme-components-tray-box-shadow-0-type: dropShadow;
1538
+ $instui-canvas-new-theme-components-tray-box-shadow-1-x: 0px;
1539
+ $instui-canvas-new-theme-components-tray-box-shadow-1-y: 0.625rem;
1540
+ $instui-canvas-new-theme-components-tray-box-shadow-1-blur: 1.75rem;
1541
+ $instui-canvas-new-theme-components-tray-box-shadow-1-spread: 0px;
1542
+ $instui-canvas-new-theme-components-tray-box-shadow-1-color: rgba(0,0,0,0.1);
1543
+ $instui-canvas-new-theme-components-tray-box-shadow-1-type: dropShadow;
1544
+ $instui-canvas-new-theme-components-tray-width-xs: 16em;
1545
+ $instui-canvas-new-theme-components-tray-width-sm: 20em;
1546
+ $instui-canvas-new-theme-components-tray-width-md: 30em;
1547
+ $instui-canvas-new-theme-components-tray-width-lg: 48em;
1548
+ $instui-canvas-new-theme-components-tray-width-xl: 62em;
1549
+ $instui-canvas-new-theme-components-tray-padding: 1.5rem;
1550
+ $instui-canvas-new-theme-components-tray-z-index: 9999;
1551
+ $instui-canvas-new-theme-components-context-view-arrow-size: 0.5rem;
1552
+ $instui-canvas-new-theme-components-context-view-arrow-border-width: 0.0625rem;
1553
+ $instui-canvas-new-theme-components-context-view-arrow-background-color: #ffffff;
1554
+ $instui-canvas-new-theme-components-context-view-arrow-background-color-inverse: #334450;
1555
+ $instui-canvas-new-theme-components-context-view-arrow-border-color: #DFE1E3;
1556
+ $instui-canvas-new-theme-components-context-view-arrow-border-color-inverse: #00000000;
1557
+ $instui-canvas-new-theme-components-context-view-border-radius: 0.25rem;
1558
+ $instui-canvas-new-theme-components-view-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1559
+ $instui-canvas-new-theme-components-view-color: #273540;
1560
+ $instui-canvas-new-theme-components-view-color-primary-inverse: #ffffff;
1561
+ $instui-canvas-new-theme-components-view-border-color-primary: #DFE1E3;
1562
+ $instui-canvas-new-theme-components-view-border-color-secondary: #8D959F;
1563
+ $instui-canvas-new-theme-components-view-border-color-success: #03893D;
1564
+ $instui-canvas-new-theme-components-view-border-color-brand: #2B7ABC;
1565
+ $instui-canvas-new-theme-components-view-border-color-info: #2B7ABC;
1566
+ $instui-canvas-new-theme-components-view-border-color-alert: #2B7ABC;
1567
+ $instui-canvas-new-theme-components-view-border-color-warning: #CF4A00;
1568
+ $instui-canvas-new-theme-components-view-border-color-danger: #E62429;
1569
+ $instui-canvas-new-theme-components-view-border-color-transparent: #00000000;
1570
+ $instui-canvas-new-theme-components-view-debug-outline-color: #E62429;
1571
+ $instui-canvas-new-theme-components-view-background-primary: #ffffff;
1572
+ $instui-canvas-new-theme-components-view-background-secondary: #F2F4F5;
1573
+ $instui-canvas-new-theme-components-view-background-primary-inverse: #334450;
1574
+ $instui-canvas-new-theme-components-view-background-brand: #2B7ABC;
1575
+ $instui-canvas-new-theme-components-view-background-info: #2B7ABC;
1576
+ $instui-canvas-new-theme-components-view-background-alert: #2B7ABC;
1577
+ $instui-canvas-new-theme-components-view-background-success: #03893D;
1578
+ $instui-canvas-new-theme-components-view-background-danger: #E62429;
1579
+ $instui-canvas-new-theme-components-view-background-warning: #CF4A00;
1580
+ $instui-canvas-new-theme-components-view-stacking-topmost: 9999;
1581
+ $instui-canvas-new-theme-components-view-stacking-above: 1;
1582
+ $instui-canvas-new-theme-components-view-stacking-below: -1;
1583
+ $instui-canvas-new-theme-components-view-stacking-deepest: -9999;
1584
+ $instui-canvas-new-theme-components-view-border-style: solid;
1585
+ $instui-canvas-new-theme-components-progress-bar-border-radius: 0rem;
1586
+ $instui-canvas-new-theme-components-progress-bar-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1587
+ $instui-canvas-new-theme-components-progress-bar-font-size: 1rem;
1588
+ $instui-canvas-new-theme-components-progress-bar-x-small-value-font-size: 0.75rem;
1589
+ $instui-canvas-new-theme-components-progress-bar-small-value-font-size: 0.75rem;
1590
+ $instui-canvas-new-theme-components-progress-bar-medium-value-font-size: 0.875rem;
1591
+ $instui-canvas-new-theme-components-progress-bar-large-value-font-size: 1rem;
1592
+ $instui-canvas-new-theme-components-progress-bar-font-weight: 400;
1593
+ $instui-canvas-new-theme-components-progress-bar-line-height: 125%;
1594
+ $instui-canvas-new-theme-components-progress-bar-x-small-height: 0.5rem;
1595
+ $instui-canvas-new-theme-components-progress-bar-small-height: 1.125rem;
1596
+ $instui-canvas-new-theme-components-progress-bar-medium-height: 1.5rem;
1597
+ $instui-canvas-new-theme-components-progress-bar-meter-color-alert: #2B7ABC;
1598
+ $instui-canvas-new-theme-components-progress-bar-meter-color-alert-inverse: #2B7ABC;
1599
+ $instui-canvas-new-theme-components-progress-bar-meter-color-brand: #2B7ABC;
1600
+ $instui-canvas-new-theme-components-progress-bar-meter-color-brand-inverse: #2B7ABC;
1601
+ $instui-canvas-new-theme-components-progress-bar-meter-color-danger: #E62429;
1602
+ $instui-canvas-new-theme-components-progress-bar-meter-color-danger-inverse: #E62429;
1603
+ $instui-canvas-new-theme-components-progress-bar-meter-color-info: #2B7ABC;
1604
+ $instui-canvas-new-theme-components-progress-bar-meter-color-info-inverse: #2B7ABC;
1605
+ $instui-canvas-new-theme-components-progress-bar-meter-color-success: #03893D;
1606
+ $instui-canvas-new-theme-components-progress-bar-meter-color-success-inverse: #03893D;
1607
+ $instui-canvas-new-theme-components-progress-bar-meter-color-warning: #CF4A00;
1608
+ $instui-canvas-new-theme-components-progress-bar-meter-color-warning-inverse: #CF4A00;
1609
+ $instui-canvas-new-theme-components-progress-bar-large-height: 2.25rem;
1610
+ $instui-canvas-new-theme-components-progress-bar-track-bottom-border-color: #5F6E7A;
1611
+ $instui-canvas-new-theme-components-progress-bar-track-bottom-border-color-inverse: #ffffff;
1612
+ $instui-canvas-new-theme-components-progress-bar-track-bottom-border-width: 0.0625rem;
1613
+ $instui-canvas-new-theme-components-progress-bar-track-color: #ffffff;
1614
+ $instui-canvas-new-theme-components-progress-bar-track-color-inverse: #00000000;
1615
+ $instui-canvas-new-theme-components-progress-bar-text-color: #273540;
1616
+ $instui-canvas-new-theme-components-progress-bar-value-padding: 0.375rem;
1617
+ $instui-canvas-new-theme-components-progress-bar-text-color-inverse: #ffffff;
1618
+ $instui-canvas-new-theme-components-progress-bar-border-color: #00000000;
1619
+ $instui-canvas-new-theme-components-progress-bar-border-color-inverse: #00000000;
1620
+ $instui-canvas-new-theme-components-tabs-default-background: #ffffff;
1621
+ $instui-canvas-new-theme-components-tabs-scroll-fade-color: #ffffff;
1622
+ $instui-canvas-new-theme-components-tabs-scroll-overlay-width-default: 5rem;
1623
+ $instui-canvas-new-theme-components-tabs-scroll-overlay-width-secondary: 3rem;
1624
+ $instui-canvas-new-theme-components-tabs-tab-vertical-offset: 0.0625rem;
1625
+ $instui-canvas-new-theme-components-tabs-z-index: 1;
1626
+ $instui-canvas-new-theme-components-tabs-panel-background: #ffffff;
1627
+ $instui-canvas-new-theme-components-tabs-panel-border-color: #8D959F;
1628
+ $instui-canvas-new-theme-components-tabs-panel-text-color: #273540;
1629
+ $instui-canvas-new-theme-components-tabs-panel-border-width: 0.0625rem;
1630
+ $instui-canvas-new-theme-components-tabs-panel-default-overflow-y: auto;
1631
+ $instui-canvas-new-theme-components-tabs-panel-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1632
+ $instui-canvas-new-theme-components-tabs-panel-font-size: 1rem;
1633
+ $instui-canvas-new-theme-components-tabs-panel-font-weight: 400;
1634
+ $instui-canvas-new-theme-components-tabs-panel-line-height: 150%;
1635
+ $instui-canvas-new-theme-components-tabs-tab-default-text-color: #273540;
1636
+ $instui-canvas-new-theme-components-tabs-tab-default-hover-border-color: #8D959F;
1637
+ $instui-canvas-new-theme-components-tabs-tab-default-selected-border-color: #2B7ABC;
1638
+ $instui-canvas-new-theme-components-tabs-tab-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1639
+ $instui-canvas-new-theme-components-tabs-tab-font-size: 1rem;
1640
+ $instui-canvas-new-theme-components-tabs-tab-font-weight: 400;
1641
+ $instui-canvas-new-theme-components-tabs-tab-line-height: 125%;
1642
+ $instui-canvas-new-theme-components-tabs-tab-secondary-text-color: #273540;
1643
+ $instui-canvas-new-theme-components-tabs-tab-secondary-selected-text-color: #273540;
1644
+ $instui-canvas-new-theme-components-tabs-tab-secondary-selected-background: #ffffff;
1645
+ $instui-canvas-new-theme-components-tabs-tab-secondary-selected-border-color: #8D959F;
1646
+ $instui-canvas-new-theme-components-tabs-tab-z-index: 1;
1647
+ $instui-canvas-new-theme-components-range-input-handle-background: #2B7ABC;
1648
+ $instui-canvas-new-theme-components-range-input-handle-hover-background: #2B7ABC;
1649
+ $instui-canvas-new-theme-components-range-input-handle-focus-background: #2B7ABC;
1650
+ $instui-canvas-new-theme-components-range-input-handle-focus-outline-color: #2B7ABC;
1651
+ $instui-canvas-new-theme-components-range-input-handle-shadow-color: #2B7ABC;
1652
+ $instui-canvas-new-theme-components-range-input-handle-border-color: #ffffff;
1653
+ $instui-canvas-new-theme-components-range-input-handle-border-size: 0.125rem;
1654
+ $instui-canvas-new-theme-components-range-input-handle-focus-outline-width: 0.75em;
1655
+ $instui-canvas-new-theme-components-range-input-handle-focus-inset: 0.125rem;
1656
+ $instui-canvas-new-theme-components-range-input-track-background: #576773;
1657
+ $instui-canvas-new-theme-components-range-input-value-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1658
+ $instui-canvas-new-theme-components-range-input-value-font-weight: 400;
1659
+ $instui-canvas-new-theme-components-range-input-value-small-font-size: 0.875rem;
1660
+ $instui-canvas-new-theme-components-range-input-value-medium-font-size: 1rem;
1661
+ $instui-canvas-new-theme-components-range-input-value-large-font-size: 1.375rem;
1662
+ $instui-canvas-new-theme-components-range-input-value-small-padding: 0.5rem;
1663
+ $instui-canvas-new-theme-components-range-input-value-medium-padding: 0.75rem;
1664
+ $instui-canvas-new-theme-components-range-input-value-large-padding: 1.5rem;
1665
+ $instui-canvas-new-theme-components-range-input-value-small-line-height: 1.75rem;
1666
+ $instui-canvas-new-theme-components-range-input-value-medium-line-height: 2.375rem;
1667
+ $instui-canvas-new-theme-components-range-input-value-large-line-height: 3rem;
1668
+ $instui-canvas-new-theme-components-range-input-track-border-color: #5F6E7A;
1669
+ $instui-canvas-new-theme-components-range-input-min-width: 12.5rem;
1670
+ $instui-canvas-new-theme-components-range-input-handle-size: 1.5rem;
1671
+ $instui-canvas-new-theme-components-range-input-box-shadow-0-x: 0px;
1672
+ $instui-canvas-new-theme-components-range-input-box-shadow-0-y: 0.0625rem;
1673
+ $instui-canvas-new-theme-components-range-input-box-shadow-0-blur: 0.125rem;
1674
+ $instui-canvas-new-theme-components-range-input-box-shadow-0-spread: 0px;
1675
+ $instui-canvas-new-theme-components-range-input-box-shadow-0-color: rgba(0,0,0,0.1);
1676
+ $instui-canvas-new-theme-components-range-input-box-shadow-0-type: dropShadow;
1677
+ $instui-canvas-new-theme-components-range-input-box-shadow-1-x: 0px;
1678
+ $instui-canvas-new-theme-components-range-input-box-shadow-1-y: 0.0625rem;
1679
+ $instui-canvas-new-theme-components-range-input-box-shadow-1-blur: 0.1875rem;
1680
+ $instui-canvas-new-theme-components-range-input-box-shadow-1-spread: 0px;
1681
+ $instui-canvas-new-theme-components-range-input-box-shadow-1-color: rgba(0,0,0,0.2);
1682
+ $instui-canvas-new-theme-components-range-input-box-shadow-1-type: dropShadow;
1683
+ $instui-canvas-new-theme-components-file-drop-accepted-color: #2B7ABC;
1684
+ $instui-canvas-new-theme-components-file-drop-background-color: #ffffff;
1685
+ $instui-canvas-new-theme-components-file-drop-border-color: #C7CACD;
1686
+ $instui-canvas-new-theme-components-file-drop-border-radius: 0.25rem;
1687
+ $instui-canvas-new-theme-components-file-drop-border-style: dashed;
1688
+ $instui-canvas-new-theme-components-file-drop-border-width: 0.125rem;
1689
+ $instui-canvas-new-theme-components-file-drop-hover-border-color: #2B7ABC;
1690
+ $instui-canvas-new-theme-components-file-drop-rejected-color: #CF1F24;
1691
+ $instui-canvas-new-theme-components-popover-border-color: #8D959F;
1692
+ $instui-canvas-new-theme-components-popover-border-radius: 0.25rem;
1693
+ $instui-canvas-new-theme-components-badge-border-radius: 999rem;
1694
+ $instui-canvas-new-theme-components-badge-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1695
+ $instui-canvas-new-theme-components-badge-color: #ffffff;
1696
+ $instui-canvas-new-theme-components-badge-color-inverse: #1C222B;
1697
+ $instui-canvas-new-theme-components-badge-color-danger: #E62429;
1698
+ $instui-canvas-new-theme-components-badge-color-success: #03893D;
1699
+ $instui-canvas-new-theme-components-badge-color-primary: #2B7ABC;
1700
+ $instui-canvas-new-theme-components-badge-font-size: 0.875rem;
1701
+ $instui-canvas-new-theme-components-badge-font-weight: 700;
1702
+ $instui-canvas-new-theme-components-badge-size-notification: 0.75rem;
1703
+ $instui-canvas-new-theme-components-badge-size: 1.25rem;
1704
+ $instui-canvas-new-theme-components-badge-padding: 0.25rem;
1705
+ $instui-canvas-new-theme-components-badge-notification-z-index: 1;
1706
+ $instui-canvas-new-theme-components-badge-notification-offset: 0.125rem;
1707
+ $instui-canvas-new-theme-components-badge-pulse-border-thickness: 0.125rem;
1708
+ $instui-canvas-new-theme-components-badge-count-offset: 0.5rem;
1709
+ $instui-canvas-new-theme-components-tag-default-background: #F2F4F5;
1710
+ $instui-canvas-new-theme-components-tag-default-background-hover: #E8EAEC;
1711
+ $instui-canvas-new-theme-components-tag-default-border-color: #C7CACD;
1712
+ $instui-canvas-new-theme-components-tag-default-border-radius: 0.25rem;
1713
+ $instui-canvas-new-theme-components-tag-default-border-style: solid;
1714
+ $instui-canvas-new-theme-components-tag-inline-border-style: solid;
1715
+ $instui-canvas-new-theme-components-tag-default-border-width: 0.0625rem;
1716
+ $instui-canvas-new-theme-components-tag-inline-border-width: 0.0625rem;
1717
+ $instui-canvas-new-theme-components-tag-default-color: #273540;
1718
+ $instui-canvas-new-theme-components-tag-inline-color: #273540;
1719
+ $instui-canvas-new-theme-components-tag-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1720
+ $instui-canvas-new-theme-components-tag-font-size-large: 1rem;
1721
+ $instui-canvas-new-theme-components-tag-font-size-medium: 0.875rem;
1722
+ $instui-canvas-new-theme-components-tag-font-size-small: 0.75rem;
1723
+ $instui-canvas-new-theme-components-tag-height-large: 2.375rem;
1724
+ $instui-canvas-new-theme-components-tag-height-medium: 1.75rem;
1725
+ $instui-canvas-new-theme-components-tag-height-small: 1.3125rem;
1726
+ $instui-canvas-new-theme-components-tag-icon-margin: 0.5rem;
1727
+ $instui-canvas-new-theme-components-tag-inline-background: #F2F4F5;
1728
+ $instui-canvas-new-theme-components-tag-inline-background-hover: #E8EAEC;
1729
+ $instui-canvas-new-theme-components-tag-inline-border-color: #C7CACD;
1730
+ $instui-canvas-new-theme-components-tag-inline-border-radius: 0.25rem;
1731
+ $instui-canvas-new-theme-components-tag-max-width: 10rem;
1732
+ $instui-canvas-new-theme-components-tag-padding-horizontal: 0.5rem;
1733
+ $instui-canvas-new-theme-components-tag-padding-horizontal-small: 0.5rem;
1734
+ $instui-canvas-new-theme-components-tag-transition-timing: 0.2s;
1735
+ $instui-canvas-new-theme-components-tag-inline-icon-color: #2B7ABC;
1736
+ $instui-canvas-new-theme-components-tag-inline-icon-hover-color: #2369A4;
1737
+ $instui-canvas-new-theme-components-calendar-background: #ffffff;
1738
+ $instui-canvas-new-theme-components-calendar-color: #273540;
1739
+ $instui-canvas-new-theme-components-calendar-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1740
+ $instui-canvas-new-theme-components-calendar-font-size: 1rem;
1741
+ $instui-canvas-new-theme-components-calendar-font-weight: 400;
1742
+ $instui-canvas-new-theme-components-calendar-nav-margin: 0.75rem;
1743
+ $instui-canvas-new-theme-components-calendar-nav-with-year-margin: 0.5rem;
1744
+ $instui-canvas-new-theme-components-calendar-year-picker-margin: 1rem;
1745
+ $instui-canvas-new-theme-components-calendar-line-height: 150%;
1746
+ $instui-canvas-new-theme-components-calendar-max-header-width: 1.5rem;
1747
+ $instui-canvas-new-theme-components-calendar-day-background: #ffffff;
1748
+ $instui-canvas-new-theme-components-calendar-day-color: #273540;
1749
+ $instui-canvas-new-theme-components-calendar-day-outside-month-color: #576773;
1750
+ $instui-canvas-new-theme-components-calendar-day-selected-background: #03893D;
1751
+ $instui-canvas-new-theme-components-calendar-day-selected-color: #ffffff;
1752
+ $instui-canvas-new-theme-components-calendar-day-today-color: #ffffff;
1753
+ $instui-canvas-new-theme-components-calendar-day-today-background: #2B7ABC;
1754
+ $instui-canvas-new-theme-components-calendar-day-font-size: 1rem;
1755
+ $instui-canvas-new-theme-components-calendar-day-height: 1.75rem;
1756
+ $instui-canvas-new-theme-components-calendar-day-min-width: 1.75rem;
1757
+ $instui-canvas-new-theme-components-calendar-day-selected-border-radius: 0.25rem;
1758
+ $instui-canvas-new-theme-components-calendar-day-today-border-radius: 999rem;
1759
+ $instui-canvas-new-theme-components-grid-medium-min: 48em;
1760
+ $instui-canvas-new-theme-components-grid-large-min: 62em;
1761
+ $instui-canvas-new-theme-components-grid-x-large-min: 75em;
1762
+ $instui-canvas-new-theme-components-grid-col-medium-min: 48em;
1763
+ $instui-canvas-new-theme-components-grid-col-large-min: 62em;
1764
+ $instui-canvas-new-theme-components-grid-col-x-large-min: 75em;
1765
+ $instui-canvas-new-theme-components-grid-col-spacing-large: 2.25rem;
1766
+ $instui-canvas-new-theme-components-grid-col-spacing-medium: 1.5rem;
1767
+ $instui-canvas-new-theme-components-grid-col-spacing-small: 0.75rem;
1768
+ $instui-canvas-new-theme-components-grid-row-medium-min: 48em;
1769
+ $instui-canvas-new-theme-components-grid-row-large-min: 62em;
1770
+ $instui-canvas-new-theme-components-grid-row-x-large-min: 75em;
1771
+ $instui-canvas-new-theme-components-grid-row-spacing-large: 2.25rem;
1772
+ $instui-canvas-new-theme-components-grid-row-spacing-medium: 1.5rem;
1773
+ $instui-canvas-new-theme-components-grid-row-spacing-small: 0.75rem;
1774
+ $instui-canvas-new-theme-components-inline-list-item-arrow-spacing: 0.5rem;
1775
+ $instui-canvas-new-theme-components-inline-list-item-color: #273540;
1776
+ $instui-canvas-new-theme-components-inline-list-item-delimiter-color: #273540;
1777
+ $instui-canvas-new-theme-components-inline-list-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1778
+ $instui-canvas-new-theme-components-inline-list-item-font-size-large: 1.375rem;
1779
+ $instui-canvas-new-theme-components-inline-list-item-font-size-medium: 1rem;
1780
+ $instui-canvas-new-theme-components-inline-list-item-font-size-small: 0.875rem;
1781
+ $instui-canvas-new-theme-components-inline-list-item-font-weight: 400;
1782
+ $instui-canvas-new-theme-components-inline-list-item-line-height: 125%;
1783
+ $instui-canvas-new-theme-components-inline-list-item-none-spacing: 0.5rem;
1784
+ $instui-canvas-new-theme-components-inline-list-item-pipe-spacing: 0.5rem;
1785
+ $instui-canvas-new-theme-components-inline-list-item-slash-spacing: 0.5rem;
1786
+ $instui-canvas-new-theme-components-inline-list-item-spacing-large: 2.25rem;
1787
+ $instui-canvas-new-theme-components-inline-list-item-spacing-medium: 1.5rem;
1788
+ $instui-canvas-new-theme-components-inline-list-item-spacing-small: 0.75rem;
1789
+ $instui-canvas-new-theme-components-inline-list-item-spacing-x-large: 3rem;
1790
+ $instui-canvas-new-theme-components-inline-list-item-spacing-x-small: 0.5rem;
1791
+ $instui-canvas-new-theme-components-inline-list-item-spacing-xx-large: 3.75rem;
1792
+ $instui-canvas-new-theme-components-inline-list-item-spacing-xx-small: 0.375rem;
1793
+ $instui-canvas-new-theme-components-inline-list-item-spacing-xxx-small: 0.125rem;
1794
+ $instui-canvas-new-theme-components-menu-max-width: 16em;
1795
+ $instui-canvas-new-theme-components-menu-min-width: 8em;
1796
+ $instui-canvas-new-theme-components-menu-group-background: #ffffff;
1797
+ $instui-canvas-new-theme-components-menu-group-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1798
+ $instui-canvas-new-theme-components-menu-group-font-size: 1rem;
1799
+ $instui-canvas-new-theme-components-menu-group-font-weight: 700;
1800
+ $instui-canvas-new-theme-components-menu-group-color: #273540;
1801
+ $instui-canvas-new-theme-components-menu-group-padding-horizontal: 0.75rem;
1802
+ $instui-canvas-new-theme-components-menu-group-padding-vertical: 0.5rem;
1803
+ $instui-canvas-new-theme-components-menu-item-active-background: #2B7ABC;
1804
+ $instui-canvas-new-theme-components-menu-item-active-label-color: #ffffff;
1805
+ $instui-canvas-new-theme-components-menu-item-background: #ffffff;
1806
+ $instui-canvas-new-theme-components-menu-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1807
+ $instui-canvas-new-theme-components-menu-item-font-size: 1rem;
1808
+ $instui-canvas-new-theme-components-menu-item-font-weight: 400;
1809
+ $instui-canvas-new-theme-components-menu-item-icon-padding: 0.75rem;
1810
+ $instui-canvas-new-theme-components-menu-item-label-color: #273540;
1811
+ $instui-canvas-new-theme-components-menu-item-label-info-color: #576773;
1812
+ $instui-canvas-new-theme-components-menu-item-line-height: 1.25rem;
1813
+ $instui-canvas-new-theme-components-menu-item-label-padding: 2.25rem;
1814
+ $instui-canvas-new-theme-components-menu-item-padding-vertical: 0.5rem;
1815
+ $instui-canvas-new-theme-components-menu-item-padding-horizontal: 0.75rem;
1816
+ $instui-canvas-new-theme-components-menu-item-highlighted-background: #2369A4;
1817
+ $instui-canvas-new-theme-components-menu-item-selected-highlighted-background: #2369A4;
1818
+ $instui-canvas-new-theme-components-menu-item-highlighted-label-color: #ffffff;
1819
+ $instui-canvas-new-theme-components-menu-item-highlighted-label-info-color: #ffffff;
1820
+ $instui-canvas-new-theme-components-menu-separator-background: #8D959F;
1821
+ $instui-canvas-new-theme-components-menu-separator-height: 0.0625rem;
1822
+ $instui-canvas-new-theme-components-menu-separator-margin-vertical: 0rem;
1823
+ $instui-canvas-new-theme-components-menu-separator-margin-horizontal: 0.75rem;
1824
+ $instui-canvas-new-theme-components-drilldown-border-color: #DFE1E3;
1825
+ $instui-canvas-new-theme-components-drilldown-header-action-color: #2B7ABC;
1826
+ $instui-canvas-new-theme-components-drilldown-header-title-font-weight: 700;
1827
+ $instui-canvas-new-theme-components-drilldown-label-info-color: #576773;
1828
+ $instui-canvas-new-theme-components-drilldown-border-radius: 0.25rem;
1829
+ $instui-canvas-new-theme-components-drilldown-label-info-padding: 0.75rem;
1830
+ $instui-canvas-new-theme-components-base-button-primary-active-background: #2369A4;
1831
+ $instui-canvas-new-theme-components-base-button-primary-active-border-color: #2369A4;
1832
+ $instui-canvas-new-theme-components-base-button-primary-active-text-color: #ffffff;
1833
+ $instui-canvas-new-theme-components-base-button-primary-background: #2B7ABC;
1834
+ $instui-canvas-new-theme-components-base-button-primary-border-color: #2369A4;
1835
+ $instui-canvas-new-theme-components-base-button-primary-color: #ffffff;
1836
+ $instui-canvas-new-theme-components-base-button-primary-disabled-background-color: #2B7ABC;
1837
+ $instui-canvas-new-theme-components-base-button-primary-disabled-border-color: #2369A4;
1838
+ $instui-canvas-new-theme-components-base-button-primary-disabled-text-color: #ffffff;
1839
+ $instui-canvas-new-theme-components-base-button-primary-ghost-active-background: #DEEBFF;
1840
+ $instui-canvas-new-theme-components-base-button-primary-ghost-border-color: #1E5C90;
1841
+ $instui-canvas-new-theme-components-base-button-primary-ghost-color: #1E5C90;
1842
+ $instui-canvas-new-theme-components-base-button-primary-ghost-hover-background: #DEEBFF;
1843
+ $instui-canvas-new-theme-components-base-button-primary-hover-background: #2369A4;
1844
+ $instui-canvas-new-theme-components-base-button-primary-hover-border-color: #2369A4;
1845
+ $instui-canvas-new-theme-components-base-button-primary-hover-text-color: #ffffff;
1846
+ $instui-canvas-new-theme-components-base-button-primary-inverse-active-background: #F2F4F5;
1847
+ $instui-canvas-new-theme-components-base-button-primary-inverse-background: #ffffff;
1848
+ $instui-canvas-new-theme-components-base-button-primary-inverse-border-color: #E8EAEC;
1849
+ $instui-canvas-new-theme-components-base-button-primary-inverse-color: #334450;
1850
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-active-background: rgba(255,255,255,0.1);
1851
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-border-color: #ffffff;
1852
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-color: #ffffff;
1853
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-hover-background: rgba(255,255,255,0.1);
1854
+ $instui-canvas-new-theme-components-base-button-primary-inverse-hover-background: #F2F4F5;
1855
+ $instui-canvas-new-theme-components-base-button-primary-on-color-active-border-color: #F2F4F5;
1856
+ $instui-canvas-new-theme-components-base-button-primary-on-color-active-text-color: #334450;
1857
+ $instui-canvas-new-theme-components-base-button-primary-on-color-disabled-background-color: #ffffff;
1858
+ $instui-canvas-new-theme-components-base-button-primary-on-color-disabled-border-color: #ffffff;
1859
+ $instui-canvas-new-theme-components-base-button-primary-on-color-disabled-text-color: #334450;
1860
+ $instui-canvas-new-theme-components-base-button-primary-on-color-hover-border-color: #F2F4F5;
1861
+ $instui-canvas-new-theme-components-base-button-primary-on-color-hover-text-color: #334450;
1862
+ $instui-canvas-new-theme-components-base-button-secondary-active-background: #E8EAEC;
1863
+ $instui-canvas-new-theme-components-base-button-secondary-active-border-color: #C7CACD;
1864
+ $instui-canvas-new-theme-components-base-button-secondary-active-text-color: #334450;
1865
+ $instui-canvas-new-theme-components-base-button-secondary-background: #F2F4F5;
1866
+ $instui-canvas-new-theme-components-base-button-secondary-border-color: #C7CACD;
1867
+ $instui-canvas-new-theme-components-base-button-secondary-color: #334450;
1868
+ $instui-canvas-new-theme-components-base-button-secondary-disabled-background-color: #F2F4F5;
1869
+ $instui-canvas-new-theme-components-base-button-secondary-disabled-border-color: #C7CACD;
1870
+ $instui-canvas-new-theme-components-base-button-secondary-disabled-text-color: #334450;
1871
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-border-color: #C7CACD;
1872
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-color: #334450;
1873
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-hover-background: #E8EAEC;
1874
+ $instui-canvas-new-theme-components-base-button-secondary-hover-background: #E8EAEC;
1875
+ $instui-canvas-new-theme-components-base-button-secondary-hover-border-color: #C7CACD;
1876
+ $instui-canvas-new-theme-components-base-button-secondary-hover-text-color: #334450;
1877
+ $instui-canvas-new-theme-components-base-button-secondary-on-color-active-border-color: #B6CCEA;
1878
+ $instui-canvas-new-theme-components-base-button-secondary-on-color-active-text-color: #ffffff;
1879
+ $instui-canvas-new-theme-components-base-button-secondary-on-color-disabled-border-color: #8D959F;
1880
+ $instui-canvas-new-theme-components-base-button-secondary-on-color-disabled-text-color: #ffffff;
1881
+ $instui-canvas-new-theme-components-base-button-secondary-on-color-hover-border-color: #D5E2F6;
1882
+ $instui-canvas-new-theme-components-base-button-secondary-on-color-hover-text-color: #ffffff;
1883
+ $instui-canvas-new-theme-components-base-button-success-active-background: #017533;
1884
+ $instui-canvas-new-theme-components-base-button-success-active-border-color: #017533;
1885
+ $instui-canvas-new-theme-components-base-button-success-active-text-color: #ffffff;
1886
+ $instui-canvas-new-theme-components-base-button-success-background: #03893D;
1887
+ $instui-canvas-new-theme-components-base-button-success-border-color: #017533;
1888
+ $instui-canvas-new-theme-components-base-button-success-color: #ffffff;
1889
+ $instui-canvas-new-theme-components-base-button-success-disabled-background-color: #03893D;
1890
+ $instui-canvas-new-theme-components-base-button-success-disabled-border-color: #017533;
1891
+ $instui-canvas-new-theme-components-base-button-success-disabled-text-color: #ffffff;
1892
+ $instui-canvas-new-theme-components-base-button-success-ghost-active-background: #CAF4D0;
1893
+ $instui-canvas-new-theme-components-base-button-success-ghost-border-color: #03893D;
1894
+ $instui-canvas-new-theme-components-base-button-success-ghost-color: #03893D;
1895
+ $instui-canvas-new-theme-components-base-button-success-ghost-hover-background: #CAF4D0;
1896
+ $instui-canvas-new-theme-components-base-button-success-hover-background: #017533;
1897
+ $instui-canvas-new-theme-components-base-button-success-hover-border-color: #017533;
1898
+ $instui-canvas-new-theme-components-base-button-success-hover-text-color: #ffffff;
1899
+ $instui-canvas-new-theme-components-base-button-success-secondary-active-border-color: #017533;
1900
+ $instui-canvas-new-theme-components-base-button-success-secondary-active-text-color: #017533;
1901
+ $instui-canvas-new-theme-components-base-button-success-secondary-disabled-border-color: #03893D;
1902
+ $instui-canvas-new-theme-components-base-button-success-secondary-disabled-text-color: #03893D;
1903
+ $instui-canvas-new-theme-components-base-button-success-secondary-hover-border-color: #017533;
1904
+ $instui-canvas-new-theme-components-base-button-success-secondary-hover-text-color: #017533;
1905
+ $instui-canvas-new-theme-components-base-button-danger-active-background: #CF1F24;
1906
+ $instui-canvas-new-theme-components-base-button-danger-border-color: #C51F22;
1907
+ $instui-canvas-new-theme-components-base-button-danger-ghost-active-background: #FFE3DE;
1908
+ $instui-canvas-new-theme-components-base-button-danger-ghost-border-color: #CF1F24;
1909
+ $instui-canvas-new-theme-components-base-button-danger-ghost-color: #CF1F24;
1910
+ $instui-canvas-new-theme-components-base-button-danger-ghost-hover-background: #FFE3DE;
1911
+ $instui-canvas-new-theme-components-base-button-danger-hover-background: #CF1F24;
1912
+ $instui-canvas-new-theme-components-base-button-destructive-active-border-color: #CF1F24;
1913
+ $instui-canvas-new-theme-components-base-button-destructive-active-text-color: #ffffff;
1914
+ $instui-canvas-new-theme-components-base-button-danger-background: #E62429;
1915
+ $instui-canvas-new-theme-components-base-button-danger-color: #ffffff;
1916
+ $instui-canvas-new-theme-components-base-button-destructive-disabled-background-color: #E62429;
1917
+ $instui-canvas-new-theme-components-base-button-destructive-disabled-border-color: #C51F22;
1918
+ $instui-canvas-new-theme-components-base-button-destructive-disabled-text-color: #ffffff;
1919
+ $instui-canvas-new-theme-components-base-button-destructive-hover-border-color: #EC3532;
1920
+ $instui-canvas-new-theme-components-base-button-destructive-hover-text-color: #ffffff;
1921
+ $instui-canvas-new-theme-components-base-button-destructive-secondary-active-border-color: #CF1F24;
1922
+ $instui-canvas-new-theme-components-base-button-destructive-secondary-active-text-color: #CF1F24;
1923
+ $instui-canvas-new-theme-components-base-button-destructive-secondary-disabled-border-color: #CF1F24;
1924
+ $instui-canvas-new-theme-components-base-button-destructive-secondary-disabled-text-color: #CF1F24;
1925
+ $instui-canvas-new-theme-components-base-button-destructive-secondary-hover-border-color: #CF1F24;
1926
+ $instui-canvas-new-theme-components-base-button-destructive-secondary-hover-text-color: #C51F22;
1927
+ $instui-canvas-new-theme-components-base-button-ai-active-background-bottom-gradient-color: #01626E;
1928
+ $instui-canvas-new-theme-components-base-button-ai-active-background-top-gradient-color: #793F93;
1929
+ $instui-canvas-new-theme-components-base-button-ai-active-border-bottom-gradient-color: #02717E;
1930
+ $instui-canvas-new-theme-components-base-button-ai-active-border-top-gradient-color: #8A49A7;
1931
+ $instui-canvas-new-theme-components-base-button-ai-active-text-color: #ffffff;
1932
+ $instui-canvas-new-theme-components-base-button-ai-background-bottom-gradient-color: #00828E;
1933
+ $instui-canvas-new-theme-components-base-button-ai-background-top-gradient-color: #9E58BD;
1934
+ $instui-canvas-new-theme-components-base-button-ai-base-text-color: #ffffff;
1935
+ $instui-canvas-new-theme-components-base-button-ai-border-bottom-gradient-color: #02717E;
1936
+ $instui-canvas-new-theme-components-base-button-ai-border-top-gradient-color: #8A49A7;
1937
+ $instui-canvas-new-theme-components-base-button-ai-disabled-background-color: #DFE1E3;
1938
+ $instui-canvas-new-theme-components-base-button-ai-disabled-border-color: #DFE1E3;
1939
+ $instui-canvas-new-theme-components-base-button-ai-disabled-text-color: #9EA6AD;
1940
+ $instui-canvas-new-theme-components-base-button-ai-hover-background-bottom-gradient-color: #01626E;
1941
+ $instui-canvas-new-theme-components-base-button-ai-hover-background-top-gradient-color: #793F93;
1942
+ $instui-canvas-new-theme-components-base-button-ai-hover-border-bottom-gradient-color: #00828E;
1943
+ $instui-canvas-new-theme-components-base-button-ai-hover-border-top-gradient-color: #9E58BD;
1944
+ $instui-canvas-new-theme-components-base-button-ai-hover-text-color: #ffffff;
1945
+ $instui-canvas-new-theme-components-base-button-ai-secondary-active-background-bottom-gradient-color: #CFF0F6;
1946
+ $instui-canvas-new-theme-components-base-button-ai-secondary-active-background-top-gradient-color: #F3E5F7;
1947
+ $instui-canvas-new-theme-components-base-button-ai-secondary-disabled-border-color: #AAB0B5;
1948
+ $instui-canvas-new-theme-components-base-button-ai-secondary-disabled-text-color: #AAB0B5;
1949
+ $instui-canvas-new-theme-components-base-button-ai-secondary-hover-background-bottom-gradient-color: #CFF0F6;
1950
+ $instui-canvas-new-theme-components-base-button-ai-secondary-hover-background-top-gradient-color: #F3E5F7;
1951
+ $instui-canvas-new-theme-components-base-button-ai-secondary-text-bottom-gradient-color: #00828E;
1952
+ $instui-canvas-new-theme-components-base-button-ai-secondary-text-top-gradient-color: #9E58BD;
1953
+ $instui-canvas-new-theme-components-base-button-small-font-size: 0.875rem;
1954
+ $instui-canvas-new-theme-components-base-button-medium-font-size: 1rem;
1955
+ $instui-canvas-new-theme-components-base-button-large-font-size: 1.375rem;
1956
+ $instui-canvas-new-theme-components-base-button-large-height: 3rem;
1957
+ $instui-canvas-new-theme-components-base-button-large-padding-horizontal: 1rem;
1958
+ $instui-canvas-new-theme-components-base-button-medium-height: 2.375rem;
1959
+ $instui-canvas-new-theme-components-base-button-medium-padding-horizontal: 0.75rem;
1960
+ $instui-canvas-new-theme-components-base-button-small-height: 1.75rem;
1961
+ $instui-canvas-new-theme-components-base-button-small-padding-horizontal: 0.5rem;
1962
+ $instui-canvas-new-theme-components-base-button-border-radius: 0.25rem;
1963
+ $instui-canvas-new-theme-components-base-button-border-radius-full: 999rem;
1964
+ $instui-canvas-new-theme-components-base-button-border-radius-sm: 0.25rem;
1965
+ $instui-canvas-new-theme-components-base-button-border-width: 0.0625rem;
1966
+ $instui-canvas-new-theme-components-base-button-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
1967
+ $instui-canvas-new-theme-components-base-button-font-weight: 400;
1968
+ $instui-canvas-new-theme-components-base-button-gap-button-content-lg: 0.75rem;
1969
+ $instui-canvas-new-theme-components-base-button-gap-button-content-md: 0.5rem;
1970
+ $instui-canvas-new-theme-components-base-button-gap-button-content-sm: 0.25rem;
1971
+ $instui-canvas-new-theme-components-base-button-height-xs: 1.5rem;
1972
+ $instui-canvas-new-theme-components-base-button-height-xxs: 1.25rem;
1973
+ $instui-canvas-new-theme-components-base-button-opacity-base: 1;
1974
+ $instui-canvas-new-theme-components-base-button-opacity-disabled: 0.5;
1975
+ $instui-canvas-new-theme-components-base-button-tertiary-active-border-color: #1E5C90;
1976
+ $instui-canvas-new-theme-components-base-button-tertiary-active-text-color: #1E5C90;
1977
+ $instui-canvas-new-theme-components-base-button-tertiary-disabled-border-color: #1E5C90;
1978
+ $instui-canvas-new-theme-components-base-button-tertiary-disabled-text-color: #1E5C90;
1979
+ $instui-canvas-new-theme-components-base-button-tertiary-hover-border-color: #1E5C90;
1980
+ $instui-canvas-new-theme-components-base-button-tertiary-hover-text-color: #1E5C90;
1981
+ $instui-canvas-new-theme-components-base-button-danger-box-shadow: none;
1982
+ $instui-canvas-new-theme-components-base-button-danger-ghost-background: transparent;
1983
+ $instui-canvas-new-theme-components-base-button-danger-ghost-box-shadow: none;
1984
+ $instui-canvas-new-theme-components-base-button-danger-ghost-hover-box-shadow: none;
1985
+ $instui-canvas-new-theme-components-base-button-danger-hover-box-shadow: none;
1986
+ $instui-canvas-new-theme-components-base-button-hover-transform: none;
1987
+ $instui-canvas-new-theme-components-base-button-letter-spacing: normal;
1988
+ $instui-canvas-new-theme-components-base-button-primary-box-shadow: none;
1989
+ $instui-canvas-new-theme-components-base-button-primary-ghost-background: transparent;
1990
+ $instui-canvas-new-theme-components-base-button-primary-hover-box-shadow: none;
1991
+ $instui-canvas-new-theme-components-base-button-primary-inverse-box-shadow: none;
1992
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-background: transparent;
1993
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-box-shadow: none;
1994
+ $instui-canvas-new-theme-components-base-button-primary-inverse-ghost-hover-box-shadow: none;
1995
+ $instui-canvas-new-theme-components-base-button-primary-inverse-hover-box-shadow: none;
1996
+ $instui-canvas-new-theme-components-base-button-secondary-box-shadow: none;
1997
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-active-background: transparent;
1998
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-background: transparent;
1999
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-box-shadow: none;
2000
+ $instui-canvas-new-theme-components-base-button-secondary-ghost-hover-box-shadow: none;
2001
+ $instui-canvas-new-theme-components-base-button-secondary-hover-box-shadow: none;
2002
+ $instui-canvas-new-theme-components-base-button-success-box-shadow: none;
2003
+ $instui-canvas-new-theme-components-base-button-success-ghost-background: transparent;
2004
+ $instui-canvas-new-theme-components-base-button-success-ghost-box-shadow: none;
2005
+ $instui-canvas-new-theme-components-base-button-success-ghost-hover-box-shadow: none;
2006
+ $instui-canvas-new-theme-components-base-button-success-hover-box-shadow: none;
2007
+ $instui-canvas-new-theme-components-base-button-text-transform: none;
2008
+ $instui-canvas-new-theme-components-base-button-transform: none;
2009
+ $instui-canvas-new-theme-components-base-button-border-style: solid;
2010
+ $instui-canvas-new-theme-components-base-button-padding-vertical: 0.25rem;
2011
+ $instui-canvas-new-theme-components-base-button-line-height: 125%;
2012
+ $instui-canvas-new-theme-components-list-item-color: #273540;
2013
+ $instui-canvas-new-theme-components-list-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2014
+ $instui-canvas-new-theme-components-list-item-font-size-large: 1.375rem;
2015
+ $instui-canvas-new-theme-components-list-item-font-size-medium: 1rem;
2016
+ $instui-canvas-new-theme-components-list-item-font-size-small: 0.875rem;
2017
+ $instui-canvas-new-theme-components-list-item-font-weight: 400;
2018
+ $instui-canvas-new-theme-components-list-item-line-height: 150%;
2019
+ $instui-canvas-new-theme-components-list-item-spacing-xxx-small: 0.125rem;
2020
+ $instui-canvas-new-theme-components-list-item-spacing-xx-small: 0.375rem;
2021
+ $instui-canvas-new-theme-components-list-item-spacing-x-small: 0.5rem;
2022
+ $instui-canvas-new-theme-components-list-item-spacing-small: 0.75rem;
2023
+ $instui-canvas-new-theme-components-list-item-spacing-medium: 1.5rem;
2024
+ $instui-canvas-new-theme-components-list-item-spacing-large: 2.25rem;
2025
+ $instui-canvas-new-theme-components-list-item-spacing-x-large: 3rem;
2026
+ $instui-canvas-new-theme-components-list-item-spacing-xx-large: 3.75rem;
2027
+ $instui-canvas-new-theme-components-list-item-delimiter-dashed-border-color: #DFE1E3;
2028
+ $instui-canvas-new-theme-components-list-item-delimiter-dashed-border-width: 0.0625rem;
2029
+ $instui-canvas-new-theme-components-list-item-delimiter-dashed-border-style: dashed;
2030
+ $instui-canvas-new-theme-components-list-item-delimiter-solid-border-color: #DFE1E3;
2031
+ $instui-canvas-new-theme-components-list-item-delimiter-solid-border-width: 0.0625rem;
2032
+ $instui-canvas-new-theme-components-list-item-delimiter-solid-border-style: solid;
2033
+ $instui-canvas-new-theme-components-list-list-padding: 2.25rem;
2034
+ $instui-canvas-new-theme-components-list-ordered-number-margin: 0.5rem;
2035
+ $instui-canvas-new-theme-components-list-ordered-number-font-weight: 700;
2036
+ $instui-canvas-new-theme-components-table-background: #ffffff;
2037
+ $instui-canvas-new-theme-components-table-color: #273540;
2038
+ $instui-canvas-new-theme-components-table-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2039
+ $instui-canvas-new-theme-components-table-font-size: 1rem;
2040
+ $instui-canvas-new-theme-components-table-font-weight: 400;
2041
+ $instui-canvas-new-theme-components-table-body-background: #ffffff;
2042
+ $instui-canvas-new-theme-components-table-body-color: #273540;
2043
+ $instui-canvas-new-theme-components-table-body-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2044
+ $instui-canvas-new-theme-components-table-body-font-size: 1rem;
2045
+ $instui-canvas-new-theme-components-table-body-font-weight: 400;
2046
+ $instui-canvas-new-theme-components-table-head-background: #ffffff;
2047
+ $instui-canvas-new-theme-components-table-head-color: #273540;
2048
+ $instui-canvas-new-theme-components-table-head-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2049
+ $instui-canvas-new-theme-components-table-head-font-size: 1rem;
2050
+ $instui-canvas-new-theme-components-table-head-font-weight: 700;
2051
+ $instui-canvas-new-theme-components-table-cell-background: #ffffff;
2052
+ $instui-canvas-new-theme-components-table-cell-color: #273540;
2053
+ $instui-canvas-new-theme-components-table-cell-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2054
+ $instui-canvas-new-theme-components-table-cell-font-size: 1rem;
2055
+ $instui-canvas-new-theme-components-table-cell-font-weight: 400;
2056
+ $instui-canvas-new-theme-components-table-cell-line-height: 125%;
2057
+ $instui-canvas-new-theme-components-table-cell-padding-vertical: 0.5rem;
2058
+ $instui-canvas-new-theme-components-table-cell-padding-horizontal: 0.75rem;
2059
+ $instui-canvas-new-theme-components-table-row-header-background: #ffffff;
2060
+ $instui-canvas-new-theme-components-table-row-header-color: #273540;
2061
+ $instui-canvas-new-theme-components-table-row-header-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2062
+ $instui-canvas-new-theme-components-table-row-header-font-size: 1rem;
2063
+ $instui-canvas-new-theme-components-table-row-header-font-weight: 400;
2064
+ $instui-canvas-new-theme-components-table-row-header-line-height: 125%;
2065
+ $instui-canvas-new-theme-components-table-row-header-padding-vertical: 0.5rem;
2066
+ $instui-canvas-new-theme-components-table-row-header-padding-horizontal: 0.75rem;
2067
+ $instui-canvas-new-theme-components-table-row-background: #ffffff;
2068
+ $instui-canvas-new-theme-components-table-row-color: #273540;
2069
+ $instui-canvas-new-theme-components-table-row-border-color: #8D959F;
2070
+ $instui-canvas-new-theme-components-table-row-hover-border-color: #2B7ABC;
2071
+ $instui-canvas-new-theme-components-table-row-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2072
+ $instui-canvas-new-theme-components-table-row-font-size: 1rem;
2073
+ $instui-canvas-new-theme-components-table-row-font-weight: 400;
2074
+ $instui-canvas-new-theme-components-table-row-padding-vertical: 0.5rem;
2075
+ $instui-canvas-new-theme-components-table-row-padding-horizontal: 0rem;
2076
+ $instui-canvas-new-theme-components-table-col-header-background: #ffffff;
2077
+ $instui-canvas-new-theme-components-table-col-header-color: #273540;
2078
+ $instui-canvas-new-theme-components-table-col-header-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2079
+ $instui-canvas-new-theme-components-table-col-header-font-size: 1rem;
2080
+ $instui-canvas-new-theme-components-table-col-header-line-height: 125%;
2081
+ $instui-canvas-new-theme-components-table-col-header-padding-vertical: 0.5rem;
2082
+ $instui-canvas-new-theme-components-table-col-header-padding-horizontal: 0.75rem;
2083
+ $instui-canvas-new-theme-components-options-label-color: #273540;
2084
+ $instui-canvas-new-theme-components-options-label-font-weight: 700;
2085
+ $instui-canvas-new-theme-components-options-nested-label-padding-vertical: 0.5rem;
2086
+ $instui-canvas-new-theme-components-options-nested-label-padding-horizontal: 0.75rem;
2087
+ $instui-canvas-new-theme-components-options-item-after-label-content-v-offset: 0.75rem;
2088
+ $instui-canvas-new-theme-components-options-item-background: #ffffff;
2089
+ $instui-canvas-new-theme-components-options-item-before-label-content-v-offset: 0.75rem;
2090
+ $instui-canvas-new-theme-components-options-item-color: #273540;
2091
+ $instui-canvas-new-theme-components-options-item-description-color: #576773;
2092
+ $instui-canvas-new-theme-components-options-item-description-font-size: 0.875rem;
2093
+ $instui-canvas-new-theme-components-options-item-description-font-weight: 400;
2094
+ $instui-canvas-new-theme-components-options-item-description-line-height: 150%;
2095
+ $instui-canvas-new-theme-components-options-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2096
+ $instui-canvas-new-theme-components-options-item-font-size: 1rem;
2097
+ $instui-canvas-new-theme-components-options-item-font-weight: 400;
2098
+ $instui-canvas-new-theme-components-options-item-font-weight-selected: 400;
2099
+ $instui-canvas-new-theme-components-options-item-highlighted-background: #2369A4;
2100
+ $instui-canvas-new-theme-components-options-item-highlighted-label-color: #ffffff;
2101
+ $instui-canvas-new-theme-components-options-item-icon-padding: 0.75rem;
2102
+ $instui-canvas-new-theme-components-options-item-line-height: 125%;
2103
+ $instui-canvas-new-theme-components-options-item-padding-horizontal: 0.75rem;
2104
+ $instui-canvas-new-theme-components-options-item-padding-vertical: 0.75rem;
2105
+ $instui-canvas-new-theme-components-options-item-selected-background: #2B7ABC;
2106
+ $instui-canvas-new-theme-components-options-item-selected-highlighted-background: #2369A4;
2107
+ $instui-canvas-new-theme-components-options-item-selected-label-color: #ffffff;
2108
+ $instui-canvas-new-theme-components-options-item-description-padding-start: 0.25em;
2109
+ $instui-canvas-new-theme-components-options-item-nested-padding: 0.75rem;
2110
+ $instui-canvas-new-theme-components-options-separator-background: #8D959F;
2111
+ $instui-canvas-new-theme-components-options-separator-margin-vertical: 0rem;
2112
+ $instui-canvas-new-theme-components-options-separator-height: 0.0625rem;
2113
+ $instui-canvas-new-theme-components-options-separator-margin-horizontal: 0.75rem;
2114
+ $instui-canvas-new-theme-components-flex-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2115
+ $instui-canvas-new-theme-components-source-code-editor-background: #ffffff;
2116
+ $instui-canvas-new-theme-components-source-code-editor-border-color: #8D959F;
2117
+ $instui-canvas-new-theme-components-source-code-editor-border-radius: 0.25rem;
2118
+ $instui-canvas-new-theme-components-source-code-editor-border-width: 0.0625rem;
2119
+ $instui-canvas-new-theme-components-source-code-editor-color: #273540;
2120
+ $instui-canvas-new-theme-components-source-code-editor-font-family: Menlo, Consolas, Monaco, "Andale Mono", monospace;
2121
+ $instui-canvas-new-theme-components-source-code-editor-font-size: 0.875rem;
2122
+ $instui-canvas-new-theme-components-source-code-editor-gutter-background: #F2F4F5;
2123
+ $instui-canvas-new-theme-components-source-code-editor-horizontal-padding: 0.5rem;
2124
+ $instui-canvas-new-theme-components-source-code-editor-vertical-padding: 0.375rem;
2125
+ $instui-canvas-new-theme-components-source-code-editor-focused-selection-background-color: #d7d4f0;
2126
+ $instui-canvas-new-theme-components-source-code-editor-placeholder-background-color: #707070;
2127
+ $instui-canvas-new-theme-components-source-code-editor-tag-keyword-color: #708;
2128
+ $instui-canvas-new-theme-components-source-code-editor-tag-literal-color: #164;
2129
+ $instui-canvas-new-theme-components-source-code-editor-tag-string-color: #a11;
2130
+ $instui-canvas-new-theme-components-source-code-editor-tag-definition-variable-name-color: #00f;
2131
+ $instui-canvas-new-theme-components-source-code-editor-tag-local-variable-name-color: #30a;
2132
+ $instui-canvas-new-theme-components-source-code-editor-tag-class-name-color: #167;
2133
+ $instui-canvas-new-theme-components-source-code-editor-tag-special-variable-name-color: #256;
2134
+ $instui-canvas-new-theme-components-source-code-editor-tag-definition-property-name-color: #00c;
2135
+ $instui-canvas-new-theme-components-source-code-editor-tag-comment-color: #940;
2136
+ $instui-canvas-new-theme-components-source-code-editor-tag-meta-color: #757075;
2137
+ $instui-canvas-new-theme-components-source-code-editor-tag-reg-exp-color: #d13b00;
2138
+ $instui-canvas-new-theme-components-source-code-editor-tag-type-name-color: #008051;
2139
+ $instui-canvas-new-theme-components-source-code-editor-tag-invalid-color: #e60000;
2140
+ $instui-canvas-new-theme-components-source-code-editor-tag-atom-color: #219;
2141
+ $instui-canvas-new-theme-components-source-code-editor-active-line-color: #99999912;
2142
+ $instui-canvas-new-theme-components-tree-browser-border-radius: 0.25rem;
2143
+ $instui-canvas-new-theme-components-tree-browser-tree-button-base-spacing-large: 1rem;
2144
+ $instui-canvas-new-theme-components-tree-browser-tree-button-base-spacing-medium: 0.75rem;
2145
+ $instui-canvas-new-theme-components-tree-browser-tree-button-base-spacing-small: 0.5rem;
2146
+ $instui-canvas-new-theme-components-tree-browser-tree-button-border-color: #8D959F;
2147
+ $instui-canvas-new-theme-components-tree-browser-tree-button-border-radius: 0.25rem;
2148
+ $instui-canvas-new-theme-components-tree-browser-tree-button-border-width: 0.0625rem;
2149
+ $instui-canvas-new-theme-components-tree-browser-tree-button-descriptor-font-size-large: 0.875rem;
2150
+ $instui-canvas-new-theme-components-tree-browser-tree-button-descriptor-font-size-medium: 0.75rem;
2151
+ $instui-canvas-new-theme-components-tree-browser-tree-button-descriptor-font-size-small: 0.75rem;
2152
+ $instui-canvas-new-theme-components-tree-browser-tree-button-descriptor-margin-top: 0.125rem;
2153
+ $instui-canvas-new-theme-components-tree-browser-tree-button-descriptor-text-color: #273540;
2154
+ $instui-canvas-new-theme-components-tree-browser-tree-button-hover-background-color: #2B7ABC;
2155
+ $instui-canvas-new-theme-components-tree-browser-tree-button-hover-text-color: #ffffff;
2156
+ $instui-canvas-new-theme-components-tree-browser-tree-button-name-font-size-large: 1rem;
2157
+ $instui-canvas-new-theme-components-tree-browser-tree-button-name-font-size-medium: 0.875rem;
2158
+ $instui-canvas-new-theme-components-tree-browser-tree-button-name-font-size-small: 0.75rem;
2159
+ $instui-canvas-new-theme-components-tree-browser-tree-button-name-text-color: #2B7ABC;
2160
+ $instui-canvas-new-theme-components-tree-browser-tree-button-selected-background-color: #576773;
2161
+ $instui-canvas-new-theme-components-tree-browser-tree-button-selected-text-color: #ffffff;
2162
+ $instui-canvas-new-theme-components-tree-browser-tree-button-text-line-height: 125%;
2163
+ $instui-canvas-new-theme-components-tree-browser-tree-button-icons-margin-right-small: 0.25rem;
2164
+ $instui-canvas-new-theme-components-tree-browser-tree-button-icons-margin-right-medium: 0.5rem;
2165
+ $instui-canvas-new-theme-components-tree-browser-tree-button-icons-margin-right-large: 1rem;
2166
+ $instui-canvas-new-theme-components-tree-browser-tree-collection-base-spacing-large: 1rem;
2167
+ $instui-canvas-new-theme-components-tree-browser-tree-collection-base-spacing-medium: 0.75rem;
2168
+ $instui-canvas-new-theme-components-tree-browser-tree-collection-base-spacing-small: 0.5rem;
2169
+ $instui-canvas-new-theme-components-tree-browser-tree-collection-border-color: #8D959F;
2170
+ $instui-canvas-new-theme-components-tree-browser-tree-collection-border-width: 0.0625rem;
2171
+ $instui-canvas-new-theme-components-tree-browser-tree-collection-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2172
+ $instui-canvas-new-theme-components-toggle-details-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2173
+ $instui-canvas-new-theme-components-toggle-details-font-size-large: 1.375rem;
2174
+ $instui-canvas-new-theme-components-toggle-details-font-size-medium: 1rem;
2175
+ $instui-canvas-new-theme-components-toggle-details-font-size-small: 0.875rem;
2176
+ $instui-canvas-new-theme-components-toggle-details-font-weight: 400;
2177
+ $instui-canvas-new-theme-components-toggle-details-icon-margin: 0.375rem;
2178
+ $instui-canvas-new-theme-components-toggle-details-line-height: 150%;
2179
+ $instui-canvas-new-theme-components-toggle-details-text-color: #273540;
2180
+ $instui-canvas-new-theme-components-toggle-details-toggle-border-radius: 0.25rem;
2181
+ $instui-canvas-new-theme-components-toggle-details-toggle-border-style: solid;
2182
+ $instui-canvas-new-theme-components-toggle-details-toggle-border-width: 0.125rem;
2183
+ $instui-canvas-new-theme-components-toggle-details-toggle-padding: 0.375rem;
2184
+ $instui-canvas-new-theme-components-toggle-details-content-padding-small: 1.125rem;
2185
+ $instui-canvas-new-theme-components-toggle-details-content-padding-medium: 1.125rem;
2186
+ $instui-canvas-new-theme-components-toggle-details-content-padding-large: 1.375rem;
2187
+ $instui-canvas-new-theme-components-alert-background: #ffffff;
2188
+ $instui-canvas-new-theme-components-alert-border-radius: 0.25rem;
2189
+ $instui-canvas-new-theme-components-alert-border-style: solid;
2190
+ $instui-canvas-new-theme-components-alert-border-width: 0.125rem;
2191
+ $instui-canvas-new-theme-components-alert-close-button-margin-right: 0.5rem;
2192
+ $instui-canvas-new-theme-components-alert-close-button-margin-top: 0.5rem;
2193
+ $instui-canvas-new-theme-components-alert-color: #273540;
2194
+ $instui-canvas-new-theme-components-alert-content-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2195
+ $instui-canvas-new-theme-components-alert-content-font-size: 1rem;
2196
+ $instui-canvas-new-theme-components-alert-content-font-weight: 400;
2197
+ $instui-canvas-new-theme-components-alert-content-line-height: 125%;
2198
+ $instui-canvas-new-theme-components-alert-danger-border-color: #E62429;
2199
+ $instui-canvas-new-theme-components-alert-danger-icon-background: #E62429;
2200
+ $instui-canvas-new-theme-components-alert-icon-color: #ffffff;
2201
+ $instui-canvas-new-theme-components-alert-info-border-color: #2B7ABC;
2202
+ $instui-canvas-new-theme-components-alert-info-icon-background: #2B7ABC;
2203
+ $instui-canvas-new-theme-components-alert-success-border-color: #03893D;
2204
+ $instui-canvas-new-theme-components-alert-success-icon-background: #03893D;
2205
+ $instui-canvas-new-theme-components-alert-warning-border-color: #CF4A00;
2206
+ $instui-canvas-new-theme-components-alert-warning-icon-background: #CF4A00;
2207
+ $instui-canvas-new-theme-components-alert-content-padding-vertical: 0.75rem;
2208
+ $instui-canvas-new-theme-components-alert-content-padding-horizontal: 1.5rem;
2209
+ $instui-canvas-new-theme-components-side-nav-bar-background-color: #334450;
2210
+ $instui-canvas-new-theme-components-side-nav-bar-fill: #ffffff;
2211
+ $instui-canvas-new-theme-components-side-nav-bar-font-color: #ffffff;
2212
+ $instui-canvas-new-theme-components-side-nav-bar-minimized-width: 3.375rem;
2213
+ $instui-canvas-new-theme-components-side-nav-bar-toggle-transition: 300ms;
2214
+ $instui-canvas-new-theme-components-side-nav-bar-width: 5.25rem;
2215
+ $instui-canvas-new-theme-components-side-nav-bar-margin: 0rem;
2216
+ $instui-canvas-new-theme-components-side-nav-bar-minimized-margin: 0rem;
2217
+ $instui-canvas-new-theme-components-side-nav-bar-content-margin: 0rem;
2218
+ $instui-canvas-new-theme-components-side-nav-bar-content-gap: 0rem;
2219
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-0-x: 0rem;
2220
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-0-y: 0rem;
2221
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-0-blur: 0rem;
2222
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-0-spread: 0rem;
2223
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-0-color: #00000000;
2224
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-0-type: dropShadow;
2225
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-1-x: 0rem;
2226
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-1-y: 0rem;
2227
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-1-blur: 0rem;
2228
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-1-spread: 0rem;
2229
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-1-color: #00000000;
2230
+ $instui-canvas-new-theme-components-side-nav-bar-box-shadow-1-type: dropShadow;
2231
+ $instui-canvas-new-theme-components-side-nav-bar-border-radius: 0rem;
2232
+ $instui-canvas-new-theme-components-side-nav-bar-minimized-border-radius: 0rem;
2233
+ $instui-canvas-new-theme-components-side-nav-bar-item-icon-wrapper-height: 2.25rem;
2234
+ $instui-canvas-new-theme-components-side-nav-bar-item-border-radius: 0rem;
2235
+ $instui-canvas-new-theme-components-side-nav-bar-item-background-color: transparent;
2236
+ $instui-canvas-new-theme-components-side-nav-bar-item-content-padding: 0.375rem;
2237
+ $instui-canvas-new-theme-components-side-nav-bar-item-font-color: #ffffff;
2238
+ $instui-canvas-new-theme-components-side-nav-bar-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2239
+ $instui-canvas-new-theme-components-side-nav-bar-item-font-size: 0.875rem;
2240
+ $instui-canvas-new-theme-components-side-nav-bar-item-font-weight: 400;
2241
+ $instui-canvas-new-theme-components-side-nav-bar-item-hover-background-color: #2369A4;
2242
+ $instui-canvas-new-theme-components-side-nav-bar-item-line-height: 150%;
2243
+ $instui-canvas-new-theme-components-side-nav-bar-item-link-text-decoration: none;
2244
+ $instui-canvas-new-theme-components-side-nav-bar-item-selected-background-color: #ffffff;
2245
+ $instui-canvas-new-theme-components-side-nav-bar-item-selected-font-color: #2B7ABC;
2246
+ $instui-canvas-new-theme-components-side-nav-bar-item-inner-focus-outline-color: #ffffff;
2247
+ $instui-canvas-new-theme-components-side-nav-bar-item-selected-inner-focus-outline-color: #2B7ABC;
2248
+ $instui-canvas-new-theme-components-side-nav-bar-item-outer-focus-outline-color: #8D959F;
2249
+ $instui-canvas-new-theme-components-side-nav-bar-item-selected-outer-focus-outline-color: #ffffff;
2250
+ $instui-canvas-new-theme-components-toggle-group-border-color: #8D959F;
2251
+ $instui-canvas-new-theme-components-billboard-background-color: #ffffff;
2252
+ $instui-canvas-new-theme-components-billboard-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2253
+ $instui-canvas-new-theme-components-billboard-padding-small: 0.75rem;
2254
+ $instui-canvas-new-theme-components-billboard-padding-medium: 1.5rem;
2255
+ $instui-canvas-new-theme-components-billboard-padding-large: 1.5rem;
2256
+ $instui-canvas-new-theme-components-billboard-medium-margin: 0.75rem;
2257
+ $instui-canvas-new-theme-components-billboard-large-margin: 1.5rem;
2258
+ $instui-canvas-new-theme-components-billboard-button-border-width: 0.125rem;
2259
+ $instui-canvas-new-theme-components-billboard-button-border-style: solid;
2260
+ $instui-canvas-new-theme-components-billboard-button-hover-border-style: dashed;
2261
+ $instui-canvas-new-theme-components-billboard-button-border-radius: 0.5rem;
2262
+ $instui-canvas-new-theme-components-billboard-message-color: #2B7ABC;
2263
+ $instui-canvas-new-theme-components-billboard-message-color-clickable: #2B7ABC;
2264
+ $instui-canvas-new-theme-components-billboard-clickable-active-bg: #2369A4;
2265
+ $instui-canvas-new-theme-components-billboard-clickable-active-text: #ffffff;
2266
+ $instui-canvas-new-theme-components-billboard-message-font-size-small: 0.875rem;
2267
+ $instui-canvas-new-theme-components-billboard-message-font-size-medium: 1rem;
2268
+ $instui-canvas-new-theme-components-billboard-message-font-size-large: 1.375rem;
2269
+ $instui-canvas-new-theme-components-ai-information-body-padding: 1.5rem;
2270
+ $instui-canvas-new-theme-components-ai-information-heading-bottom-margin: 1.5rem;
2271
+ $instui-canvas-new-theme-components-ai-information-feature-name-bottom-margin: 1rem;
2272
+ $instui-canvas-new-theme-components-ai-information-permission-level-text-bottom-margin: 0.5rem;
2273
+ $instui-canvas-new-theme-components-ai-information-permission-level-bottom-margin: 0.5rem;
2274
+ $instui-canvas-new-theme-components-ai-information-description-bottom-margin: 0.5rem;
2275
+ $instui-canvas-new-theme-components-ai-information-model-name-text-bottom-margin: 0.25rem;
2276
+ $instui-canvas-new-theme-components-ai-information-model-name-bottom-margin: 0.25rem;
2277
+ $instui-canvas-new-theme-components-ai-information-divider-margin: 1rem;
2278
+ $instui-canvas-new-theme-components-ai-information-divider-color: #DFE1E3;
2279
+ $instui-canvas-new-theme-components-ai-information-level-color: #8A49A7;
2280
+ $instui-canvas-new-theme-components-ai-information-permission-levels-modal-trigger-bottom-margin: 1.5rem;
2281
+ $instui-canvas-new-theme-components-data-permission-levels-card-border-radius: 0.25rem;
2282
+ $instui-canvas-new-theme-components-data-permission-levels-card-border-color: #DFE1E3;
2283
+ $instui-canvas-new-theme-components-data-permission-levels-card-border-width: 0.125rem;
2284
+ $instui-canvas-new-theme-components-data-permission-levels-current-feature-padding-sides: 0.75rem;
2285
+ $instui-canvas-new-theme-components-data-permission-levels-current-feature-padding-top-bottom: 0.5rem;
2286
+ $instui-canvas-new-theme-components-data-permission-levels-permission-title-bottom-margin: 0.5rem;
2287
+ $instui-canvas-new-theme-components-data-permission-levels-level-color: #8A49A7;
2288
+ $instui-canvas-new-theme-components-data-permission-levels-ai-text-left-gradient-color: #9E58BD;
2289
+ $instui-canvas-new-theme-components-data-permission-levels-ai-text-right-gradient-color: #00828E;
2290
+ $instui-canvas-new-theme-components-data-permission-levels-body-padding: 1.5rem;
2291
+ $instui-canvas-new-theme-components-data-permission-levels-content-container-color: #ffffff;
2292
+ $instui-canvas-new-theme-components-data-permission-levels-content-container-border-radius: 0rem;
2293
+ $instui-canvas-new-theme-components-nutrition-facts-border-radius: 0.25rem;
2294
+ $instui-canvas-new-theme-components-nutrition-facts-card-border-color: #DFE1E3;
2295
+ $instui-canvas-new-theme-components-nutrition-facts-card-border-width: 0.0625rem;
2296
+ $instui-canvas-new-theme-components-nutrition-facts-card-padding: 0.75rem;
2297
+ $instui-canvas-new-theme-components-nutrition-facts-card-explainer-container-bottom-margin: 0.5rem;
2298
+ $instui-canvas-new-theme-components-nutrition-facts-card-gap: 1.5rem;
2299
+ $instui-canvas-new-theme-components-nutrition-facts-body-padding: 1.5rem;
2300
+ $instui-canvas-new-theme-components-nutrition-facts-block-gap: 1.5rem;
2301
+ $instui-canvas-new-theme-components-rating-icon-icon-margin: 0.125rem;
2302
+ $instui-canvas-new-theme-components-rating-icon-icon-empty-color: #2B7ABC;
2303
+ $instui-canvas-new-theme-components-rating-icon-icon-filled-color: #2B7ABC;
2304
+ $instui-canvas-new-theme-components-rating-icon-small-icon-font-size: 1rem;
2305
+ $instui-canvas-new-theme-components-rating-icon-medium-icon-font-size: 1.375rem;
2306
+ $instui-canvas-new-theme-components-rating-icon-large-icon-font-size: 2.375rem;
2307
+ $instui-canvas-new-theme-components-progress-circle-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2308
+ $instui-canvas-new-theme-components-progress-circle-font-weight: 400;
2309
+ $instui-canvas-new-theme-components-progress-circle-line-height: 125%;
2310
+ $instui-canvas-new-theme-components-progress-circle-x-small-size: 3em;
2311
+ $instui-canvas-new-theme-components-progress-circle-x-small-circumference: 6.25em;
2312
+ $instui-canvas-new-theme-components-progress-circle-x-small-transform: 1.5em;
2313
+ $instui-canvas-new-theme-components-progress-circle-x-small-stroke-width: 0.2em;
2314
+ $instui-canvas-new-theme-components-progress-circle-small-size: 5em;
2315
+ $instui-canvas-new-theme-components-progress-circle-small-circumference: 11em;
2316
+ $instui-canvas-new-theme-components-progress-circle-small-transform: 2.5em;
2317
+ $instui-canvas-new-theme-components-progress-circle-small-stroke-width: 0.5em;
2318
+ $instui-canvas-new-theme-components-progress-circle-medium-size: 7em;
2319
+ $instui-canvas-new-theme-components-progress-circle-medium-circumference: 17.25em;
2320
+ $instui-canvas-new-theme-components-progress-circle-medium-transform: 3.5em;
2321
+ $instui-canvas-new-theme-components-progress-circle-medium-stroke-width: 0.625em;
2322
+ $instui-canvas-new-theme-components-progress-circle-large-size: 9em;
2323
+ $instui-canvas-new-theme-components-progress-circle-large-circumference: 22em;
2324
+ $instui-canvas-new-theme-components-progress-circle-large-transform: 4.5em;
2325
+ $instui-canvas-new-theme-components-progress-circle-large-stroke-width: 0.875em;
2326
+ $instui-canvas-new-theme-components-progress-circle-color: #273540;
2327
+ $instui-canvas-new-theme-components-progress-circle-color-inverse: #ffffff;
2328
+ $instui-canvas-new-theme-components-progress-circle-track-color: #ffffff;
2329
+ $instui-canvas-new-theme-components-progress-circle-track-color-inverse: #00000000;
2330
+ $instui-canvas-new-theme-components-progress-circle-track-border-color: #8D959F;
2331
+ $instui-canvas-new-theme-components-progress-circle-track-border-color-inverse: #ffffff;
2332
+ $instui-canvas-new-theme-components-progress-circle-meter-color-alert: #2B7ABC;
2333
+ $instui-canvas-new-theme-components-progress-circle-meter-color-alert-inverse: #ffffff;
2334
+ $instui-canvas-new-theme-components-progress-circle-meter-color-brand: #2B7ABC;
2335
+ $instui-canvas-new-theme-components-progress-circle-meter-color-brand-inverse: #ffffff;
2336
+ $instui-canvas-new-theme-components-progress-circle-meter-color-danger: #E62429;
2337
+ $instui-canvas-new-theme-components-progress-circle-meter-color-danger-inverse: #ffffff;
2338
+ $instui-canvas-new-theme-components-progress-circle-meter-color-info: #2B7ABC;
2339
+ $instui-canvas-new-theme-components-progress-circle-meter-color-info-inverse: #ffffff;
2340
+ $instui-canvas-new-theme-components-progress-circle-meter-color-success: #03893D;
2341
+ $instui-canvas-new-theme-components-progress-circle-meter-color-success-inverse: #ffffff;
2342
+ $instui-canvas-new-theme-components-progress-circle-meter-color-warning: #CF4A00;
2343
+ $instui-canvas-new-theme-components-progress-circle-meter-color-warning-inverse: #ffffff;
2344
+ $instui-canvas-new-theme-components-progress-circle-x-small-radius: 1em;
2345
+ $instui-canvas-new-theme-components-progress-circle-small-radius: 1.8em;
2346
+ $instui-canvas-new-theme-components-progress-circle-medium-radius: 2.75em;
2347
+ $instui-canvas-new-theme-components-progress-circle-large-radius: 3.5em;
2348
+ $instui-canvas-new-theme-components-progress-circle-x-small-border-offset: 0.94em;
2349
+ $instui-canvas-new-theme-components-progress-circle-small-border-offset: 1.6125em;
2350
+ $instui-canvas-new-theme-components-progress-circle-medium-border-offset: 2.5em;
2351
+ $instui-canvas-new-theme-components-progress-circle-large-border-offset: 3.125em;
2352
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-action-item-container-margin: 3.75rem;
2353
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-action-item-container-max-width: 50%;
2354
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-font-weight: 700;
2355
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
2356
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
2357
+ $instui-canvas-new-theme-components-top-nav-bar-action-items-active-indicator-width: 0.125rem;
2358
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-spacing: 0.25rem;
2359
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-width: 0.25rem;
2360
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-height: 4rem;
2361
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-inline-padding: 0.75rem;
2362
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-background: #334450;
2363
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-background-inverse: #F2F4F5;
2364
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2365
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2366
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-font-weight: 400;
2367
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-font-weight: 400;
2368
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-font-size: 1rem;
2369
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-bottom-border: none;
2370
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-menu-items-container-inline-margin: 0 2.25rem;
2371
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-user-container-inline-margin: 0.5rem 0;
2372
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-user-separator-color: #DFE1E3;
2373
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-user-separator-color-inverse: #DFE1E3;
2374
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-user-separator-gap: 0.5rem;
2375
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-user-separator-height: 1.5rem;
2376
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-user-separator-width: 0.0625rem;
2377
+ $instui-canvas-new-theme-components-top-nav-bar-layout-desktop-z-index: 9998;
2378
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-alternative-title-block-margin: 0rem;
2379
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-alternative-title-inline-margin: 0.375rem;
2380
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-background: #334450;
2381
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-background-inverse: #F2F4F5;
2382
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-bottom-border: none;
2383
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-bottom-border-inverse: 0.0625rem solid #E8EAEC;
2384
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-font-weight: 700;
2385
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-dropdown-menu-active-option-indicator-color: currentColor;
2386
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-height: 3.5rem;
2387
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-inline-padding: 0.25rem;
2388
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-position: fixed;
2389
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-tray-z-index: 9998;
2390
+ $instui-canvas-new-theme-components-top-nav-bar-layout-small-viewport-z-index: 10000;
2391
+ $instui-canvas-new-theme-components-top-nav-bar-brand-logo-height: 2.25rem;
2392
+ $instui-canvas-new-theme-components-top-nav-bar-brand-focus-outline-inset: -0.25rem;
2393
+ $instui-canvas-new-theme-components-top-nav-bar-brand-icon-padding: 0.75rem;
2394
+ $instui-canvas-new-theme-components-top-nav-bar-item-font-size: 1rem;
2395
+ $instui-canvas-new-theme-components-top-nav-bar-item-small-viewport-font-size: 1rem;
2396
+ $instui-canvas-new-theme-components-top-nav-bar-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2397
+ $instui-canvas-new-theme-components-top-nav-bar-item-font-weight: 400;
2398
+ $instui-canvas-new-theme-components-top-nav-bar-item-color: #ffffff;
2399
+ $instui-canvas-new-theme-components-top-nav-bar-item-color-inverse: #273540;
2400
+ $instui-canvas-new-theme-components-top-nav-bar-item-item-inline-padding: 0.5rem;
2401
+ $instui-canvas-new-theme-components-top-nav-bar-item-item-spacing: 0.5rem;
2402
+ $instui-canvas-new-theme-components-top-nav-bar-item-icon-text-gap: 0.5rem;
2403
+ $instui-canvas-new-theme-components-top-nav-bar-item-active-item-font-weight: 700;
2404
+ $instui-canvas-new-theme-components-top-nav-bar-item-active-item-indicator-spacing: 0.25rem;
2405
+ $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color: #ffffff;
2406
+ $instui-canvas-new-theme-components-top-nav-bar-item-active-indicator-color-inverse: #273540;
2407
+ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-width: 0.125rem;
2408
+ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-item-spacing: 1rem;
2409
+ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-spacing: 0.25rem;
2410
+ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-font-weight: 700;
2411
+ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-max-width: 100%;
2412
+ $instui-canvas-new-theme-components-top-nav-bar-menu-items-desktop-submenu-active-option-indicator-color: currentColor;
2413
+ $instui-canvas-new-theme-components-select-popover-border-width: 0.0625rem;
2414
+ $instui-canvas-new-theme-components-pagination-page-indicator-gap: 0.5rem;
2415
+ $instui-canvas-new-theme-components-pagination-page-input-input-width: 4.5rem;
2416
+ $instui-canvas-new-theme-components-pagination-page-input-input-spacing: 0.5rem;
2417
+ $instui-canvas-new-theme-components-pagination-page-input-label-color: #273540;
2418
+ $instui-canvas-new-theme-components-drawer-layout-content-duration: 300ms;
2419
+ $instui-canvas-new-theme-components-drawer-layout-content-overflow-y: auto;
2420
+ $instui-canvas-new-theme-components-drawer-layout-tray-background: #ffffff;
2421
+ $instui-canvas-new-theme-components-drawer-layout-tray-border-color: #DFE1E3;
2422
+ $instui-canvas-new-theme-components-drawer-layout-tray-border-style: solid;
2423
+ $instui-canvas-new-theme-components-drawer-layout-tray-border-width: 0.0625rem;
2424
+ $instui-canvas-new-theme-components-drawer-layout-tray-box-shadow: 0 0.375rem 0.4375rem rgba(0, 0, 0, 0.1), 0 0.625rem 1.75rem rgba(0, 0, 0, 0.25);
2425
+ $instui-canvas-new-theme-components-drawer-layout-tray-content-overflow-y: auto;
2426
+ $instui-canvas-new-theme-components-drawer-layout-tray-overflow-x: hidden;
2427
+ $instui-canvas-new-theme-components-drawer-layout-tray-overflow-y: auto;
2428
+ $instui-canvas-new-theme-components-drawer-layout-tray-z-index: 9999;
2429
+ $instui-canvas-new-theme-components-color-picker-checkerboard-background-color: #ffffff;
2430
+ $instui-canvas-new-theme-components-color-picker-color-indicator-border-color: #8D959F;
2431
+ $instui-canvas-new-theme-components-color-picker-color-mixer-button-container-left-margin: 0.5rem;
2432
+ $instui-canvas-new-theme-components-color-picker-error-icons-right-padding: 0.75rem;
2433
+ $instui-canvas-new-theme-components-color-picker-hash-mark-color: #576773;
2434
+ $instui-canvas-new-theme-components-color-picker-hash-mark-container-left-padding: 0.5rem;
2435
+ $instui-canvas-new-theme-components-color-picker-hash-mark-container-line-height: 1.75rem;
2436
+ $instui-canvas-new-theme-components-color-picker-hash-mark-container-right-padding: 0.125rem;
2437
+ $instui-canvas-new-theme-components-color-picker-label-right-margin: 0.375rem;
2438
+ $instui-canvas-new-theme-components-color-picker-popover-content-block-border-width: 0.0625rem;
2439
+ $instui-canvas-new-theme-components-color-picker-popover-footer-top-border-width: 0.0625rem;
2440
+ $instui-canvas-new-theme-components-color-picker-popover-content-padding: 0.75rem;
2441
+ $instui-canvas-new-theme-components-color-picker-popover-footer-padding: 0.5rem;
2442
+ $instui-canvas-new-theme-components-color-picker-popover-separator-color: #DFE1E3;
2443
+ $instui-canvas-new-theme-components-color-picker-simple-color-container-left-padding: 0.5rem;
2444
+ $instui-canvas-new-theme-components-color-picker-success-icon-right-padding: 0.75rem;
2445
+ $instui-canvas-new-theme-components-color-picker-x-large-font-size: 1.75rem;
2446
+ $instui-canvas-new-theme-components-color-picker-x-small-spacing: 0.5rem;
2447
+ $instui-canvas-new-theme-components-color-picker-xxx-small-spacing: 0.125rem;
2448
+ $instui-canvas-new-theme-components-color-picker-popover-content-block-bottom-margin: 0.5rem;
2449
+ $instui-canvas-new-theme-components-color-picker-popover-content-block-top-margin: 0.5rem;
2450
+ $instui-canvas-new-theme-components-color-picker-popover-content-block-top-padding: 0.5rem;
2451
+ $instui-canvas-new-theme-components-color-picker-popover-footer-color: #ffffff;
2452
+ $instui-canvas-new-theme-components-color-preset-popover-content-block-bottom-margin: 0.75rem;
2453
+ $instui-canvas-new-theme-components-color-preset-popover-content-block-top-margin: 1.5rem;
2454
+ $instui-canvas-new-theme-components-color-preset-popover-content-block-top-padding: 1.5rem;
2455
+ $instui-canvas-new-theme-components-color-preset-popover-divider-color: #DFE1E3;
2456
+ $instui-canvas-new-theme-components-color-preset-popover-footer-color: #ffffff;
2457
+ $instui-canvas-new-theme-components-color-preset-selected-indicator-background-color: #ffffff;
2458
+ $instui-canvas-new-theme-components-color-preset-selected-indicator-border-color: #273540;
2459
+ $instui-canvas-new-theme-components-color-preset-small-border: 0.0625rem;
2460
+ $instui-canvas-new-theme-components-color-preset-small-spacing: 0.75rem;
2461
+ $instui-canvas-new-theme-components-color-preset-xx-small-spacing: 0.375rem;
2462
+ $instui-canvas-new-theme-components-color-indicator-background-image: linear-gradient(45deg, #E8EAEC 25%, transparent 25%), linear-gradient(-45deg, #E8EAEC 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #E8EAEC 75%), linear-gradient(-45deg, transparent 75%, #E8EAEC 75%);
2463
+ $instui-canvas-new-theme-components-color-indicator-background-position: 0 0, 0 .25rem, .25rem -0.25rem, -0.25rem 0px;
2464
+ $instui-canvas-new-theme-components-color-indicator-background-size: 0.5rem 0.5rem;
2465
+ $instui-canvas-new-theme-components-color-indicator-border-width: 0.0625rem;
2466
+ $instui-canvas-new-theme-components-color-indicator-rectangular-indicator-border-width: 0.0625rem;
2467
+ $instui-canvas-new-theme-components-color-indicator-circle-indicator-size: 1.5rem;
2468
+ $instui-canvas-new-theme-components-color-indicator-color-indicator-border-color: #DFE1E3;
2469
+ $instui-canvas-new-theme-components-color-indicator-rectangle-indicator-size: 2.375rem;
2470
+ $instui-canvas-new-theme-components-color-indicator-rectangular-indicator-border-radius: 0.375rem;
2471
+ $instui-canvas-new-theme-components-color-contrast-color-indicator-right-margin: 0.75rem;
2472
+ $instui-canvas-new-theme-components-color-contrast-color-preview-bottom-margin: 0.75rem;
2473
+ $instui-canvas-new-theme-components-color-contrast-color-preview-top-margin: 0.5rem;
2474
+ $instui-canvas-new-theme-components-color-contrast-failure-color: #E62429;
2475
+ $instui-canvas-new-theme-components-color-contrast-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2476
+ $instui-canvas-new-theme-components-color-contrast-font-size: 1rem;
2477
+ $instui-canvas-new-theme-components-color-contrast-font-weight: 400;
2478
+ $instui-canvas-new-theme-components-color-contrast-label-bottom-margin: 0.375rem;
2479
+ $instui-canvas-new-theme-components-color-contrast-line-height: 1.5rem;
2480
+ $instui-canvas-new-theme-components-color-contrast-picked-hex-color: #273540;
2481
+ $instui-canvas-new-theme-components-color-contrast-small-border: 0.0625rem;
2482
+ $instui-canvas-new-theme-components-color-contrast-status-wrapper-bottom-margin: 0.375rem;
2483
+ $instui-canvas-new-theme-components-color-contrast-success-color: #03893D;
2484
+ $instui-canvas-new-theme-components-color-contrast-width: 17rem;
2485
+ $instui-canvas-new-theme-components-color-contrast-color-indicator-label-color: #273540;
2486
+ $instui-canvas-new-theme-components-palette-white-color: #ffffff;
2487
+ $instui-canvas-new-theme-components-palette-indicator-border-width: 0.0625rem;
2488
+ $instui-canvas-new-theme-components-palette-palette-border-width: 0.0625rem;
2489
+ $instui-canvas-new-theme-components-palette-indicator-border-color: #8D959F;
2490
+ $instui-canvas-new-theme-components-palette-palette-border-radius: 0.25rem;
2491
+ $instui-canvas-new-theme-components-palette-color-indicator-border-color: #8D959F;
2492
+ $instui-canvas-new-theme-components-palette-disabled-overlay-z-index: 9999;
2493
+ $instui-canvas-new-theme-components-palette-palette-offset: 0.5rem;
2494
+ $instui-canvas-new-theme-components-slider-indicator-border-width: 0.0625rem;
2495
+ $instui-canvas-new-theme-components-slider-slider-border-width: 0.0625rem;
2496
+ $instui-canvas-new-theme-components-slider-indicator-border-color: #8D959F;
2497
+ $instui-canvas-new-theme-components-slider-color-indicator-border-color: #8D959F;
2498
+ $instui-canvas-new-theme-components-slider-disabled-overlay-z-index: 9999;
2499
+ $instui-canvas-new-theme-components-slider-checkerboard-background-size: 0.5rem;
2500
+ $instui-canvas-new-theme-components-slider-checkerboard-background-position: 0 0, 0 .25rem, .25rem -0.25rem, -0.25rem 0px;
2501
+ $instui-canvas-new-theme-components-slider-indicator-z-index: 1;
2502
+ $instui-canvas-new-theme-components-slider-checkerboard-background-image: linear-gradient(45deg, #E8EAEC 25%, transparent 25%), linear-gradient(-45deg, #E8EAEC 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #E8EAEC 75%), linear-gradient(-45deg, transparent 75%, #E8EAEC 75%);
2503
+ $instui-canvas-new-theme-components-rgba-input-rgba-input-top-margin: 1.5rem;
2504
+ $instui-canvas-new-theme-components-rgba-input-input-container-top-margin: 1.5rem;
2505
+ $instui-canvas-new-theme-components-rgba-input-tgb-input-top-margin: 0.5rem;
2506
+ $instui-canvas-new-theme-components-rgba-input-label-font-weight: 400;
2507
+ $instui-canvas-new-theme-components-rgba-input-rgba-input-label: #273540;
2508
+ $instui-canvas-new-theme-components-truncate-text-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2509
+ $instui-canvas-new-theme-components-truncate-text-line-height: 150%;
2510
+ $instui-canvas-new-theme-components-app-nav-border-color: #DFE1E3;
2511
+ $instui-canvas-new-theme-components-app-nav-border-style: solid;
2512
+ $instui-canvas-new-theme-components-app-nav-border-width: 0.0625rem;
2513
+ $instui-canvas-new-theme-components-app-nav-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2514
+ $instui-canvas-new-theme-components-app-nav-height: 3.75rem;
2515
+ $instui-canvas-new-theme-components-app-nav-horizontal-margin: 0.375rem;
2516
+ $instui-canvas-new-theme-components-app-nav-menu-trigger-width: 7.5rem;
2517
+ $instui-canvas-new-theme-components-app-nav-item-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2518
+ $instui-canvas-new-theme-components-app-nav-item-background-color: #ffffff;
2519
+ $instui-canvas-new-theme-components-app-nav-item-font-weight: 700;
2520
+ $instui-canvas-new-theme-components-app-nav-item-height: 2.25rem;
2521
+ $instui-canvas-new-theme-components-app-nav-item-padding: 0.75rem;
2522
+ $instui-canvas-new-theme-components-app-nav-item-text-color: #2B7ABC;
2523
+ $instui-canvas-new-theme-components-app-nav-item-text-color-selected: #273540;
2524
+ $instui-canvas-new-theme-components-app-nav-item-font-size: 1.125rem;
2525
+ $instui-canvas-new-theme-components-byline-background: #ffffff;
2526
+ $instui-canvas-new-theme-components-byline-color: #273540;
2527
+ $instui-canvas-new-theme-components-byline-description-font-size: 1rem;
2528
+ $instui-canvas-new-theme-components-byline-description-font-weight: 400;
2529
+ $instui-canvas-new-theme-components-byline-description-line-height: 125%;
2530
+ $instui-canvas-new-theme-components-byline-figure-margin: 0.75rem;
2531
+ $instui-canvas-new-theme-components-byline-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2532
+ $instui-canvas-new-theme-components-byline-title-font-size: 1.375rem;
2533
+ $instui-canvas-new-theme-components-byline-title-font-weight: 400;
2534
+ $instui-canvas-new-theme-components-byline-title-line-height: 1.25rem;
2535
+ $instui-canvas-new-theme-components-byline-title-margin: 0 0 0.5rem 0;
2536
+ $instui-canvas-new-theme-components-byline-large: 62em;
2537
+ $instui-canvas-new-theme-components-byline-medium: 48em;
2538
+ $instui-canvas-new-theme-components-byline-small: 30em;
2539
+ $instui-canvas-new-theme-components-side-nav-bar-new-background-color: #334450;
2540
+ $instui-canvas-new-theme-components-side-nav-bar-new-fill: #ffffff;
2541
+ $instui-canvas-new-theme-components-side-nav-bar-new-font-color: #ffffff;
2542
+ $instui-canvas-new-theme-components-side-nav-bar-new-minimized-width: 3.375rem;
2543
+ $instui-canvas-new-theme-components-side-nav-bar-new-toggle-transition: 300ms;
2544
+ $instui-canvas-new-theme-components-side-nav-bar-new-width: 5.25rem;
2545
+ $instui-canvas-new-theme-components-side-nav-bar-new-margin: 0rem;
2546
+ $instui-canvas-new-theme-components-side-nav-bar-new-minimized-margin: 0rem;
2547
+ $instui-canvas-new-theme-components-side-nav-bar-new-content-margin: 0rem;
2548
+ $instui-canvas-new-theme-components-side-nav-bar-new-content-gap: 0rem;
2549
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-0-x: 0rem;
2550
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-0-y: 0rem;
2551
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-0-blur: 0rem;
2552
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-0-spread: 0rem;
2553
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-0-color: #00000000;
2554
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-0-type: dropShadow;
2555
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-1-x: 0rem;
2556
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-1-y: 0rem;
2557
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-1-blur: 0rem;
2558
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-1-spread: 0rem;
2559
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-1-color: #00000000;
2560
+ $instui-canvas-new-theme-components-side-nav-bar-new-box-shadow-1-type: dropShadow;
2561
+ $instui-canvas-new-theme-components-side-nav-bar-new-border-radius: 0rem;
2562
+ $instui-canvas-new-theme-components-side-nav-bar-new-minimized-border-radius: 0rem;
2563
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-icon-wrapper-height: 2.25rem;
2564
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-border-radius: 0rem;
2565
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-background-color: transparent;
2566
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-content-padding: 0.375rem;
2567
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-font-color: #ffffff;
2568
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2569
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-font-size: 0.875rem;
2570
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-font-weight: 400;
2571
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-hover-background-color: #2369A4;
2572
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-line-height: 150%;
2573
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-link-text-decoration: none;
2574
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-selected-background-color: #ffffff;
2575
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-selected-font-color: #2B7ABC;
2576
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-inner-focus-outline-color: #ffffff;
2577
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-selected-inner-focus-outline-color: #2B7ABC;
2578
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-outer-focus-outline-color: #8D959F;
2579
+ $instui-canvas-new-theme-components-side-nav-bar-item-new-selected-outer-focus-outline-color: #ffffff;
4
2580
  $instui-canvas-borders-radius-small: 0.125rem;
5
2581
  $instui-canvas-borders-radius-medium: 0.25rem;
6
2582
  $instui-canvas-borders-radius-large: 0.5rem;