@furystack/shades-common-components 12.7.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/CHANGELOG.md +152 -0
  2. package/README.md +218 -4
  3. package/esm/components/accordion/accordion-item.d.ts +1 -1
  4. package/esm/components/accordion/accordion-item.d.ts.map +1 -1
  5. package/esm/components/accordion/accordion-item.js +6 -11
  6. package/esm/components/accordion/accordion-item.js.map +1 -1
  7. package/esm/components/accordion/accordion.d.ts.map +1 -1
  8. package/esm/components/accordion/accordion.js +1 -0
  9. package/esm/components/accordion/accordion.js.map +1 -1
  10. package/esm/components/app-bar-link.d.ts.map +1 -1
  11. package/esm/components/app-bar-link.js +1 -0
  12. package/esm/components/app-bar-link.js.map +1 -1
  13. package/esm/components/app-bar.d.ts.map +1 -1
  14. package/esm/components/app-bar.js +2 -0
  15. package/esm/components/app-bar.js.map +1 -1
  16. package/esm/components/app-bar.spec.js +3 -3
  17. package/esm/components/app-bar.spec.js.map +1 -1
  18. package/esm/components/avatar.d.ts.map +1 -1
  19. package/esm/components/avatar.js +1 -0
  20. package/esm/components/avatar.js.map +1 -1
  21. package/esm/components/badge.d.ts.map +1 -1
  22. package/esm/components/badge.js +2 -1
  23. package/esm/components/badge.js.map +1 -1
  24. package/esm/components/breadcrumb.d.ts.map +1 -1
  25. package/esm/components/breadcrumb.js +1 -0
  26. package/esm/components/breadcrumb.js.map +1 -1
  27. package/esm/components/button-group.d.ts.map +1 -1
  28. package/esm/components/button-group.js +57 -60
  29. package/esm/components/button-group.js.map +1 -1
  30. package/esm/components/button-group.spec.js +7 -6
  31. package/esm/components/button-group.spec.js.map +1 -1
  32. package/esm/components/button.d.ts.map +1 -1
  33. package/esm/components/button.js +1 -0
  34. package/esm/components/button.js.map +1 -1
  35. package/esm/components/cache-view.d.ts.map +1 -1
  36. package/esm/components/cache-view.js +4 -0
  37. package/esm/components/cache-view.js.map +1 -1
  38. package/esm/components/cache-view.spec.js +4 -1
  39. package/esm/components/cache-view.spec.js.map +1 -1
  40. package/esm/components/card.d.ts.map +1 -1
  41. package/esm/components/card.js +3 -1
  42. package/esm/components/card.js.map +1 -1
  43. package/esm/components/circular-progress.d.ts.map +1 -1
  44. package/esm/components/circular-progress.js +1 -0
  45. package/esm/components/circular-progress.js.map +1 -1
  46. package/esm/components/command-palette/command-palette-input.d.ts.map +1 -1
  47. package/esm/components/command-palette/command-palette-input.js +1 -0
  48. package/esm/components/command-palette/command-palette-input.js.map +1 -1
  49. package/esm/components/command-palette/command-palette-suggestion-list.d.ts.map +1 -1
  50. package/esm/components/command-palette/command-palette-suggestion-list.js +3 -1
  51. package/esm/components/command-palette/command-palette-suggestion-list.js.map +1 -1
  52. package/esm/components/command-palette/index.d.ts.map +1 -1
  53. package/esm/components/command-palette/index.js +2 -0
  54. package/esm/components/command-palette/index.js.map +1 -1
  55. package/esm/components/context-menu/context-menu-item.d.ts.map +1 -1
  56. package/esm/components/context-menu/context-menu-item.js +1 -0
  57. package/esm/components/context-menu/context-menu-item.js.map +1 -1
  58. package/esm/components/context-menu/context-menu.d.ts.map +1 -1
  59. package/esm/components/context-menu/context-menu.js +1 -0
  60. package/esm/components/context-menu/context-menu.js.map +1 -1
  61. package/esm/components/data-grid/body.d.ts.map +1 -1
  62. package/esm/components/data-grid/body.js +2 -0
  63. package/esm/components/data-grid/body.js.map +1 -1
  64. package/esm/components/data-grid/data-grid-row.d.ts.map +1 -1
  65. package/esm/components/data-grid/data-grid-row.js +1 -0
  66. package/esm/components/data-grid/data-grid-row.js.map +1 -1
  67. package/esm/components/data-grid/data-grid.d.ts.map +1 -1
  68. package/esm/components/data-grid/data-grid.js +1 -0
  69. package/esm/components/data-grid/data-grid.js.map +1 -1
  70. package/esm/components/data-grid/filters/boolean-filter.d.ts.map +1 -1
  71. package/esm/components/data-grid/filters/boolean-filter.js +2 -0
  72. package/esm/components/data-grid/filters/boolean-filter.js.map +1 -1
  73. package/esm/components/data-grid/filters/date-filter.d.ts.map +1 -1
  74. package/esm/components/data-grid/filters/date-filter.js +2 -0
  75. package/esm/components/data-grid/filters/date-filter.js.map +1 -1
  76. package/esm/components/data-grid/filters/enum-filter.d.ts.map +1 -1
  77. package/esm/components/data-grid/filters/enum-filter.js +2 -0
  78. package/esm/components/data-grid/filters/enum-filter.js.map +1 -1
  79. package/esm/components/data-grid/filters/filter-dropdown.d.ts.map +1 -1
  80. package/esm/components/data-grid/filters/filter-dropdown.js +1 -0
  81. package/esm/components/data-grid/filters/filter-dropdown.js.map +1 -1
  82. package/esm/components/data-grid/filters/number-filter.d.ts.map +1 -1
  83. package/esm/components/data-grid/filters/number-filter.js +2 -0
  84. package/esm/components/data-grid/filters/number-filter.js.map +1 -1
  85. package/esm/components/data-grid/filters/string-filter.d.ts.map +1 -1
  86. package/esm/components/data-grid/filters/string-filter.js +2 -0
  87. package/esm/components/data-grid/filters/string-filter.js.map +1 -1
  88. package/esm/components/data-grid/footer.d.ts.map +1 -1
  89. package/esm/components/data-grid/footer.js +1 -0
  90. package/esm/components/data-grid/footer.js.map +1 -1
  91. package/esm/components/data-grid/header.d.ts.map +1 -1
  92. package/esm/components/data-grid/header.js +2 -0
  93. package/esm/components/data-grid/header.js.map +1 -1
  94. package/esm/components/data-grid/selection-cell.d.ts.map +1 -1
  95. package/esm/components/data-grid/selection-cell.js +1 -0
  96. package/esm/components/data-grid/selection-cell.js.map +1 -1
  97. package/esm/components/dialog.d.ts.map +1 -1
  98. package/esm/components/dialog.js +8 -12
  99. package/esm/components/dialog.js.map +1 -1
  100. package/esm/components/divider.d.ts.map +1 -1
  101. package/esm/components/divider.js +1 -0
  102. package/esm/components/divider.js.map +1 -1
  103. package/esm/components/drawer/drawer-toggle-button.d.ts +1 -1
  104. package/esm/components/drawer/drawer-toggle-button.d.ts.map +1 -1
  105. package/esm/components/drawer/drawer-toggle-button.js +2 -1
  106. package/esm/components/drawer/drawer-toggle-button.js.map +1 -1
  107. package/esm/components/drawer/index.d.ts.map +1 -1
  108. package/esm/components/drawer/index.js +1 -0
  109. package/esm/components/drawer/index.js.map +1 -1
  110. package/esm/components/dropdown.d.ts.map +1 -1
  111. package/esm/components/dropdown.js +1 -0
  112. package/esm/components/dropdown.js.map +1 -1
  113. package/esm/components/fab.d.ts.map +1 -1
  114. package/esm/components/fab.js +1 -0
  115. package/esm/components/fab.js.map +1 -1
  116. package/esm/components/form.d.ts.map +1 -1
  117. package/esm/components/form.js +2 -0
  118. package/esm/components/form.js.map +1 -1
  119. package/esm/components/grid.d.ts.map +1 -1
  120. package/esm/components/grid.js +3 -1
  121. package/esm/components/grid.js.map +1 -1
  122. package/esm/components/icons/icon.d.ts.map +1 -1
  123. package/esm/components/icons/icon.js +2 -0
  124. package/esm/components/icons/icon.js.map +1 -1
  125. package/esm/components/image.d.ts.map +1 -1
  126. package/esm/components/image.js +1 -0
  127. package/esm/components/image.js.map +1 -1
  128. package/esm/components/inputs/autocomplete.d.ts.map +1 -1
  129. package/esm/components/inputs/autocomplete.js +2 -0
  130. package/esm/components/inputs/autocomplete.js.map +1 -1
  131. package/esm/components/inputs/checkbox.d.ts.map +1 -1
  132. package/esm/components/inputs/checkbox.js +2 -1
  133. package/esm/components/inputs/checkbox.js.map +1 -1
  134. package/esm/components/inputs/input-number.d.ts.map +1 -1
  135. package/esm/components/inputs/input-number.js +1 -0
  136. package/esm/components/inputs/input-number.js.map +1 -1
  137. package/esm/components/inputs/input.d.ts.map +1 -1
  138. package/esm/components/inputs/input.js +1 -0
  139. package/esm/components/inputs/input.js.map +1 -1
  140. package/esm/components/inputs/radio-group.d.ts.map +1 -1
  141. package/esm/components/inputs/radio-group.js +1 -0
  142. package/esm/components/inputs/radio-group.js.map +1 -1
  143. package/esm/components/inputs/radio.d.ts.map +1 -1
  144. package/esm/components/inputs/radio.js +1 -0
  145. package/esm/components/inputs/radio.js.map +1 -1
  146. package/esm/components/inputs/select.d.ts.map +1 -1
  147. package/esm/components/inputs/select.js +14 -16
  148. package/esm/components/inputs/select.js.map +1 -1
  149. package/esm/components/inputs/select.spec.js +3 -6
  150. package/esm/components/inputs/select.spec.js.map +1 -1
  151. package/esm/components/inputs/slider.d.ts.map +1 -1
  152. package/esm/components/inputs/slider.js +5 -31
  153. package/esm/components/inputs/slider.js.map +1 -1
  154. package/esm/components/inputs/switch.d.ts.map +1 -1
  155. package/esm/components/inputs/switch.js +2 -1
  156. package/esm/components/inputs/switch.js.map +1 -1
  157. package/esm/components/inputs/text-area.d.ts.map +1 -1
  158. package/esm/components/inputs/text-area.js +1 -0
  159. package/esm/components/inputs/text-area.js.map +1 -1
  160. package/esm/components/linear-progress.d.ts.map +1 -1
  161. package/esm/components/linear-progress.js +1 -0
  162. package/esm/components/linear-progress.js.map +1 -1
  163. package/esm/components/list/list-item.d.ts.map +1 -1
  164. package/esm/components/list/list-item.js +1 -0
  165. package/esm/components/list/list-item.js.map +1 -1
  166. package/esm/components/list/list.d.ts.map +1 -1
  167. package/esm/components/list/list.js +2 -0
  168. package/esm/components/list/list.js.map +1 -1
  169. package/esm/components/loader.d.ts.map +1 -1
  170. package/esm/components/loader.js +1 -0
  171. package/esm/components/loader.js.map +1 -1
  172. package/esm/components/markdown/markdown-display.js +1 -1
  173. package/esm/components/markdown/markdown-display.js.map +1 -1
  174. package/esm/components/markdown/markdown-display.spec.js +2 -2
  175. package/esm/components/markdown/markdown-display.spec.js.map +1 -1
  176. package/esm/components/markdown/markdown-editor.d.ts.map +1 -1
  177. package/esm/components/markdown/markdown-editor.js +1 -0
  178. package/esm/components/markdown/markdown-editor.js.map +1 -1
  179. package/esm/components/markdown/markdown-editor.spec.js +1 -1
  180. package/esm/components/markdown/markdown-editor.spec.js.map +1 -1
  181. package/esm/components/markdown/markdown-input.d.ts.map +1 -1
  182. package/esm/components/markdown/markdown-input.js +1 -0
  183. package/esm/components/markdown/markdown-input.js.map +1 -1
  184. package/esm/components/modal.d.ts.map +1 -1
  185. package/esm/components/modal.js +2 -0
  186. package/esm/components/modal.js.map +1 -1
  187. package/esm/components/noty-list.d.ts.map +1 -1
  188. package/esm/components/noty-list.js +4 -2
  189. package/esm/components/noty-list.js.map +1 -1
  190. package/esm/components/noty-list.spec.js +1 -1
  191. package/esm/components/noty-list.spec.js.map +1 -1
  192. package/esm/components/page-container/index.d.ts +1 -1
  193. package/esm/components/page-container/index.d.ts.map +1 -1
  194. package/esm/components/page-container/index.js +2 -1
  195. package/esm/components/page-container/index.js.map +1 -1
  196. package/esm/components/page-container/page-header.d.ts.map +1 -1
  197. package/esm/components/page-container/page-header.js +10 -12
  198. package/esm/components/page-container/page-header.js.map +1 -1
  199. package/esm/components/page-container/page-header.spec.js +6 -4
  200. package/esm/components/page-container/page-header.spec.js.map +1 -1
  201. package/esm/components/page-layout/index.d.ts.map +1 -1
  202. package/esm/components/page-layout/index.js +2 -0
  203. package/esm/components/page-layout/index.js.map +1 -1
  204. package/esm/components/paper.d.ts.map +1 -1
  205. package/esm/components/paper.js +6 -1
  206. package/esm/components/paper.js.map +1 -1
  207. package/esm/components/rating.d.ts.map +1 -1
  208. package/esm/components/rating.js +1 -0
  209. package/esm/components/rating.js.map +1 -1
  210. package/esm/components/result.d.ts.map +1 -1
  211. package/esm/components/result.js +3 -14
  212. package/esm/components/result.js.map +1 -1
  213. package/esm/components/result.spec.js +3 -3
  214. package/esm/components/result.spec.js.map +1 -1
  215. package/esm/components/suggest/index.d.ts.map +1 -1
  216. package/esm/components/suggest/index.js +2 -0
  217. package/esm/components/suggest/index.js.map +1 -1
  218. package/esm/components/suggest/suggest-input.d.ts.map +1 -1
  219. package/esm/components/suggest/suggest-input.js +1 -0
  220. package/esm/components/suggest/suggest-input.js.map +1 -1
  221. package/esm/components/suggest/suggestion-list.d.ts.map +1 -1
  222. package/esm/components/suggest/suggestion-list.js +3 -1
  223. package/esm/components/suggest/suggestion-list.js.map +1 -1
  224. package/esm/components/tabs.d.ts.map +1 -1
  225. package/esm/components/tabs.js +1 -0
  226. package/esm/components/tabs.js.map +1 -1
  227. package/esm/components/timeline.d.ts.map +1 -1
  228. package/esm/components/timeline.js +58 -51
  229. package/esm/components/timeline.js.map +1 -1
  230. package/esm/components/timeline.spec.js +0 -66
  231. package/esm/components/timeline.spec.js.map +1 -1
  232. package/esm/components/tooltip.d.ts.map +1 -1
  233. package/esm/components/tooltip.js +1 -0
  234. package/esm/components/tooltip.js.map +1 -1
  235. package/esm/components/tree/tree-item.d.ts.map +1 -1
  236. package/esm/components/tree/tree-item.js +1 -0
  237. package/esm/components/tree/tree-item.js.map +1 -1
  238. package/esm/components/tree/tree.d.ts.map +1 -1
  239. package/esm/components/tree/tree.js +2 -0
  240. package/esm/components/tree/tree.js.map +1 -1
  241. package/esm/components/typography.d.ts +2 -19
  242. package/esm/components/typography.d.ts.map +1 -1
  243. package/esm/components/typography.js +104 -94
  244. package/esm/components/typography.js.map +1 -1
  245. package/esm/components/typography.spec.js +16 -16
  246. package/esm/components/typography.spec.js.map +1 -1
  247. package/esm/components/wizard/index.d.ts.map +1 -1
  248. package/esm/components/wizard/index.js +1 -0
  249. package/esm/components/wizard/index.js.map +1 -1
  250. package/esm/services/css-variable-theme.d.ts +4 -0
  251. package/esm/services/css-variable-theme.d.ts.map +1 -1
  252. package/esm/services/css-variable-theme.js +29 -6
  253. package/esm/services/css-variable-theme.js.map +1 -1
  254. package/esm/services/css-variable-theme.spec.js +93 -1
  255. package/esm/services/css-variable-theme.spec.js.map +1 -1
  256. package/esm/services/get-rgb-from-color-string.d.ts +10 -0
  257. package/esm/services/get-rgb-from-color-string.d.ts.map +1 -0
  258. package/esm/services/get-rgb-from-color-string.js +86 -0
  259. package/esm/services/get-rgb-from-color-string.js.map +1 -0
  260. package/esm/services/get-rgb-from-color-string.spec.d.ts +2 -0
  261. package/esm/services/get-rgb-from-color-string.spec.d.ts.map +1 -0
  262. package/esm/services/get-rgb-from-color-string.spec.js +107 -0
  263. package/esm/services/get-rgb-from-color-string.spec.js.map +1 -0
  264. package/esm/services/get-text-color.d.ts +10 -0
  265. package/esm/services/get-text-color.d.ts.map +1 -0
  266. package/esm/services/get-text-color.js +15 -0
  267. package/esm/services/get-text-color.js.map +1 -0
  268. package/esm/services/get-text-color.spec.d.ts +2 -0
  269. package/esm/services/get-text-color.spec.d.ts.map +1 -0
  270. package/esm/services/get-text-color.spec.js +21 -0
  271. package/esm/services/get-text-color.spec.js.map +1 -0
  272. package/esm/services/index.d.ts +7 -4
  273. package/esm/services/index.d.ts.map +1 -1
  274. package/esm/services/index.js +7 -4
  275. package/esm/services/index.js.map +1 -1
  276. package/esm/services/rgb-color.d.ts +13 -0
  277. package/esm/services/rgb-color.d.ts.map +1 -0
  278. package/esm/services/rgb-color.js +23 -0
  279. package/esm/services/rgb-color.js.map +1 -0
  280. package/esm/services/rgb-color.spec.d.ts +2 -0
  281. package/esm/services/rgb-color.spec.d.ts.map +1 -0
  282. package/esm/services/rgb-color.spec.js +69 -0
  283. package/esm/services/rgb-color.spec.js.map +1 -0
  284. package/esm/services/theme-provider-service.d.ts +9 -23
  285. package/esm/services/theme-provider-service.d.ts.map +1 -1
  286. package/esm/services/theme-provider-service.js +1 -63
  287. package/esm/services/theme-provider-service.js.map +1 -1
  288. package/esm/services/theme-provider-service.spec.js +12 -159
  289. package/esm/services/theme-provider-service.spec.js.map +1 -1
  290. package/esm/themes/architect-palette.d.ts +8 -0
  291. package/esm/themes/architect-palette.d.ts.map +1 -0
  292. package/esm/themes/architect-palette.js +56 -0
  293. package/esm/themes/architect-palette.js.map +1 -0
  294. package/esm/themes/architect-theme.d.ts +120 -0
  295. package/esm/themes/architect-theme.d.ts.map +1 -0
  296. package/esm/themes/architect-theme.js +122 -0
  297. package/esm/themes/architect-theme.js.map +1 -0
  298. package/esm/themes/auditore-palette.d.ts +8 -0
  299. package/esm/themes/auditore-palette.d.ts.map +1 -0
  300. package/esm/themes/auditore-palette.js +56 -0
  301. package/esm/themes/auditore-palette.js.map +1 -0
  302. package/esm/themes/auditore-theme.d.ts +120 -0
  303. package/esm/themes/auditore-theme.d.ts.map +1 -0
  304. package/esm/themes/auditore-theme.js +122 -0
  305. package/esm/themes/auditore-theme.js.map +1 -0
  306. package/esm/themes/black-mesa-palette.d.ts +8 -0
  307. package/esm/themes/black-mesa-palette.d.ts.map +1 -0
  308. package/esm/themes/black-mesa-palette.js +56 -0
  309. package/esm/themes/black-mesa-palette.js.map +1 -0
  310. package/esm/themes/black-mesa-theme.d.ts +120 -0
  311. package/esm/themes/black-mesa-theme.d.ts.map +1 -0
  312. package/esm/themes/black-mesa-theme.js +122 -0
  313. package/esm/themes/black-mesa-theme.js.map +1 -0
  314. package/esm/themes/chieftain-palette.d.ts +8 -0
  315. package/esm/themes/chieftain-palette.d.ts.map +1 -0
  316. package/esm/themes/chieftain-palette.js +56 -0
  317. package/esm/themes/chieftain-palette.js.map +1 -0
  318. package/esm/themes/chieftain-theme.d.ts +121 -0
  319. package/esm/themes/chieftain-theme.d.ts.map +1 -0
  320. package/esm/themes/chieftain-theme.js +123 -0
  321. package/esm/themes/chieftain-theme.js.map +1 -0
  322. package/esm/themes/default-dark-palette.d.ts +8 -0
  323. package/esm/themes/default-dark-palette.d.ts.map +1 -0
  324. package/esm/{services → themes}/default-dark-palette.js +1 -1
  325. package/esm/themes/default-dark-palette.js.map +1 -0
  326. package/esm/{services → themes}/default-dark-theme.d.ts +7 -1
  327. package/esm/themes/default-dark-theme.d.ts.map +1 -0
  328. package/esm/{services → themes}/default-dark-theme.js +6 -0
  329. package/esm/themes/default-dark-theme.js.map +1 -0
  330. package/esm/{services → themes}/default-light-theme.d.ts +7 -1
  331. package/esm/themes/default-light-theme.d.ts.map +1 -0
  332. package/esm/{services → themes}/default-light-theme.js +6 -0
  333. package/esm/themes/default-light-theme.js.map +1 -0
  334. package/esm/{services → themes}/default-palette.d.ts +1 -1
  335. package/esm/themes/default-palette.d.ts.map +1 -0
  336. package/esm/themes/default-palette.js.map +1 -0
  337. package/esm/themes/dragonborn-palette.d.ts +8 -0
  338. package/esm/themes/dragonborn-palette.d.ts.map +1 -0
  339. package/esm/themes/dragonborn-palette.js +56 -0
  340. package/esm/themes/dragonborn-palette.js.map +1 -0
  341. package/esm/themes/dragonborn-theme.d.ts +120 -0
  342. package/esm/themes/dragonborn-theme.d.ts.map +1 -0
  343. package/esm/themes/dragonborn-theme.js +122 -0
  344. package/esm/themes/dragonborn-theme.js.map +1 -0
  345. package/esm/themes/hawkins-palette.d.ts +8 -0
  346. package/esm/themes/hawkins-palette.d.ts.map +1 -0
  347. package/esm/themes/hawkins-palette.js +56 -0
  348. package/esm/themes/hawkins-palette.js.map +1 -0
  349. package/esm/themes/hawkins-theme.d.ts +120 -0
  350. package/esm/themes/hawkins-theme.d.ts.map +1 -0
  351. package/esm/themes/hawkins-theme.js +122 -0
  352. package/esm/themes/hawkins-theme.js.map +1 -0
  353. package/esm/themes/jedi-palette.d.ts +8 -0
  354. package/esm/themes/jedi-palette.d.ts.map +1 -0
  355. package/esm/themes/jedi-palette.js +56 -0
  356. package/esm/themes/jedi-palette.js.map +1 -0
  357. package/esm/themes/jedi-theme.d.ts +120 -0
  358. package/esm/themes/jedi-theme.d.ts.map +1 -0
  359. package/esm/themes/jedi-theme.js +122 -0
  360. package/esm/themes/jedi-theme.js.map +1 -0
  361. package/esm/themes/neon-runner-palette.d.ts +8 -0
  362. package/esm/themes/neon-runner-palette.d.ts.map +1 -0
  363. package/esm/themes/neon-runner-palette.js +56 -0
  364. package/esm/themes/neon-runner-palette.js.map +1 -0
  365. package/esm/themes/neon-runner-theme.d.ts +119 -0
  366. package/esm/themes/neon-runner-theme.d.ts.map +1 -0
  367. package/esm/themes/neon-runner-theme.js +120 -0
  368. package/esm/themes/neon-runner-theme.js.map +1 -0
  369. package/esm/themes/paladin-palette.d.ts +8 -0
  370. package/esm/themes/paladin-palette.d.ts.map +1 -0
  371. package/esm/themes/paladin-palette.js +56 -0
  372. package/esm/themes/paladin-palette.js.map +1 -0
  373. package/esm/themes/paladin-theme.d.ts +121 -0
  374. package/esm/themes/paladin-theme.d.ts.map +1 -0
  375. package/esm/themes/paladin-theme.js +123 -0
  376. package/esm/themes/paladin-theme.js.map +1 -0
  377. package/esm/themes/plumber-palette.d.ts +8 -0
  378. package/esm/themes/plumber-palette.d.ts.map +1 -0
  379. package/esm/themes/plumber-palette.js +56 -0
  380. package/esm/themes/plumber-palette.js.map +1 -0
  381. package/esm/themes/plumber-theme.d.ts +120 -0
  382. package/esm/themes/plumber-theme.d.ts.map +1 -0
  383. package/esm/themes/plumber-theme.js +121 -0
  384. package/esm/themes/plumber-theme.js.map +1 -0
  385. package/esm/themes/replicant-palette.d.ts +8 -0
  386. package/esm/themes/replicant-palette.d.ts.map +1 -0
  387. package/esm/themes/replicant-palette.js +56 -0
  388. package/esm/themes/replicant-palette.js.map +1 -0
  389. package/esm/themes/replicant-theme.d.ts +120 -0
  390. package/esm/themes/replicant-theme.d.ts.map +1 -0
  391. package/esm/themes/replicant-theme.js +122 -0
  392. package/esm/themes/replicant-theme.js.map +1 -0
  393. package/esm/themes/sandworm-palette.d.ts +8 -0
  394. package/esm/themes/sandworm-palette.d.ts.map +1 -0
  395. package/esm/themes/sandworm-palette.js +56 -0
  396. package/esm/themes/sandworm-palette.js.map +1 -0
  397. package/esm/themes/sandworm-theme.d.ts +120 -0
  398. package/esm/themes/sandworm-theme.d.ts.map +1 -0
  399. package/esm/themes/sandworm-theme.js +122 -0
  400. package/esm/themes/sandworm-theme.js.map +1 -0
  401. package/esm/themes/shadow-broker-palette.d.ts +8 -0
  402. package/esm/themes/shadow-broker-palette.d.ts.map +1 -0
  403. package/esm/themes/shadow-broker-palette.js +56 -0
  404. package/esm/{services/default-dark-palette.js.map → themes/shadow-broker-palette.js.map} +1 -1
  405. package/esm/themes/shadow-broker-theme.d.ts +120 -0
  406. package/esm/themes/shadow-broker-theme.d.ts.map +1 -0
  407. package/esm/themes/shadow-broker-theme.js +121 -0
  408. package/esm/themes/shadow-broker-theme.js.map +1 -0
  409. package/esm/themes/sith-palette.d.ts +8 -0
  410. package/esm/themes/sith-palette.d.ts.map +1 -0
  411. package/esm/themes/sith-palette.js +56 -0
  412. package/esm/themes/sith-palette.js.map +1 -0
  413. package/esm/themes/sith-theme.d.ts +120 -0
  414. package/esm/themes/sith-theme.d.ts.map +1 -0
  415. package/esm/themes/sith-theme.js +122 -0
  416. package/esm/themes/sith-theme.js.map +1 -0
  417. package/esm/themes/vault-dweller-palette.d.ts +8 -0
  418. package/esm/themes/vault-dweller-palette.d.ts.map +1 -0
  419. package/esm/themes/vault-dweller-palette.js +56 -0
  420. package/esm/themes/vault-dweller-palette.js.map +1 -0
  421. package/esm/themes/vault-dweller-theme.d.ts +120 -0
  422. package/esm/themes/vault-dweller-theme.d.ts.map +1 -0
  423. package/esm/themes/vault-dweller-theme.js +122 -0
  424. package/esm/themes/vault-dweller-theme.js.map +1 -0
  425. package/esm/themes/wild-hunt-palette.d.ts +8 -0
  426. package/esm/themes/wild-hunt-palette.d.ts.map +1 -0
  427. package/esm/themes/wild-hunt-palette.js +56 -0
  428. package/esm/themes/wild-hunt-palette.js.map +1 -0
  429. package/esm/themes/wild-hunt-theme.d.ts +120 -0
  430. package/esm/themes/wild-hunt-theme.d.ts.map +1 -0
  431. package/esm/themes/wild-hunt-theme.js +122 -0
  432. package/esm/themes/wild-hunt-theme.js.map +1 -0
  433. package/esm/themes/xenomorph-palette.d.ts +8 -0
  434. package/esm/themes/xenomorph-palette.d.ts.map +1 -0
  435. package/esm/themes/xenomorph-palette.js +56 -0
  436. package/esm/themes/xenomorph-palette.js.map +1 -0
  437. package/esm/themes/xenomorph-theme.d.ts +120 -0
  438. package/esm/themes/xenomorph-theme.d.ts.map +1 -0
  439. package/esm/themes/xenomorph-theme.js +121 -0
  440. package/esm/themes/xenomorph-theme.js.map +1 -0
  441. package/package.json +7 -3
  442. package/src/components/accordion/accordion-item.tsx +16 -23
  443. package/src/components/accordion/accordion.tsx +1 -0
  444. package/src/components/app-bar-link.tsx +1 -0
  445. package/src/components/app-bar.spec.tsx +3 -3
  446. package/src/components/app-bar.tsx +2 -0
  447. package/src/components/avatar.tsx +1 -0
  448. package/src/components/badge.tsx +2 -1
  449. package/src/components/breadcrumb.tsx +1 -0
  450. package/src/components/button-group.spec.tsx +7 -6
  451. package/src/components/button-group.tsx +72 -70
  452. package/src/components/button.tsx +1 -0
  453. package/src/components/cache-view.spec.tsx +4 -1
  454. package/src/components/cache-view.tsx +4 -0
  455. package/src/components/card.tsx +3 -1
  456. package/src/components/circular-progress.tsx +1 -0
  457. package/src/components/command-palette/command-palette-input.tsx +1 -0
  458. package/src/components/command-palette/command-palette-suggestion-list.tsx +3 -1
  459. package/src/components/command-palette/index.tsx +2 -0
  460. package/src/components/context-menu/context-menu-item.tsx +1 -0
  461. package/src/components/context-menu/context-menu.tsx +1 -0
  462. package/src/components/data-grid/body.tsx +2 -0
  463. package/src/components/data-grid/data-grid-row.tsx +1 -0
  464. package/src/components/data-grid/data-grid.tsx +1 -0
  465. package/src/components/data-grid/filters/boolean-filter.tsx +2 -0
  466. package/src/components/data-grid/filters/date-filter.tsx +2 -0
  467. package/src/components/data-grid/filters/enum-filter.tsx +2 -0
  468. package/src/components/data-grid/filters/filter-dropdown.tsx +1 -0
  469. package/src/components/data-grid/filters/number-filter.tsx +2 -0
  470. package/src/components/data-grid/filters/string-filter.tsx +2 -0
  471. package/src/components/data-grid/footer.tsx +1 -0
  472. package/src/components/data-grid/header.tsx +2 -0
  473. package/src/components/data-grid/selection-cell.tsx +1 -0
  474. package/src/components/dialog.tsx +15 -15
  475. package/src/components/divider.tsx +1 -0
  476. package/src/components/drawer/drawer-toggle-button.tsx +2 -1
  477. package/src/components/drawer/index.tsx +1 -0
  478. package/src/components/dropdown.tsx +1 -0
  479. package/src/components/fab.tsx +1 -0
  480. package/src/components/form.tsx +2 -0
  481. package/src/components/grid.tsx +3 -1
  482. package/src/components/icons/icon.tsx +2 -0
  483. package/src/components/image.tsx +1 -0
  484. package/src/components/inputs/autocomplete.tsx +2 -0
  485. package/src/components/inputs/checkbox.tsx +2 -1
  486. package/src/components/inputs/input-number.tsx +1 -0
  487. package/src/components/inputs/input.tsx +1 -0
  488. package/src/components/inputs/radio-group.tsx +1 -0
  489. package/src/components/inputs/radio.tsx +1 -0
  490. package/src/components/inputs/select.spec.tsx +3 -6
  491. package/src/components/inputs/select.tsx +13 -15
  492. package/src/components/inputs/slider.tsx +27 -36
  493. package/src/components/inputs/switch.tsx +2 -1
  494. package/src/components/inputs/text-area.tsx +1 -0
  495. package/src/components/linear-progress.tsx +1 -0
  496. package/src/components/list/list-item.tsx +1 -0
  497. package/src/components/list/list.tsx +2 -0
  498. package/src/components/loader.tsx +1 -0
  499. package/src/components/markdown/markdown-display.spec.tsx +2 -2
  500. package/src/components/markdown/markdown-display.tsx +1 -1
  501. package/src/components/markdown/markdown-editor.spec.tsx +1 -1
  502. package/src/components/markdown/markdown-editor.tsx +1 -0
  503. package/src/components/markdown/markdown-input.tsx +1 -0
  504. package/src/components/modal.tsx +2 -0
  505. package/src/components/noty-list.spec.tsx +1 -1
  506. package/src/components/noty-list.tsx +4 -2
  507. package/src/components/page-container/index.tsx +2 -1
  508. package/src/components/page-container/page-header.spec.tsx +6 -4
  509. package/src/components/page-container/page-header.tsx +23 -15
  510. package/src/components/page-layout/index.tsx +2 -0
  511. package/src/components/paper.tsx +6 -1
  512. package/src/components/rating.tsx +1 -0
  513. package/src/components/result.spec.tsx +3 -3
  514. package/src/components/result.tsx +9 -15
  515. package/src/components/suggest/index.tsx +2 -0
  516. package/src/components/suggest/suggest-input.tsx +1 -0
  517. package/src/components/suggest/suggestion-list.tsx +3 -1
  518. package/src/components/tabs.tsx +1 -0
  519. package/src/components/timeline.spec.tsx +0 -95
  520. package/src/components/timeline.tsx +63 -54
  521. package/src/components/tooltip.tsx +1 -0
  522. package/src/components/tree/tree-item.tsx +1 -0
  523. package/src/components/tree/tree.tsx +2 -0
  524. package/src/components/typography.spec.tsx +16 -16
  525. package/src/components/typography.tsx +121 -110
  526. package/src/components/wizard/index.tsx +1 -0
  527. package/src/services/css-variable-theme.spec.ts +108 -0
  528. package/src/services/css-variable-theme.ts +30 -7
  529. package/src/services/get-rgb-from-color-string.spec.ts +122 -0
  530. package/src/services/get-rgb-from-color-string.ts +96 -0
  531. package/src/services/get-text-color.spec.ts +25 -0
  532. package/src/services/get-text-color.ts +15 -0
  533. package/src/services/index.ts +7 -4
  534. package/src/services/rgb-color.spec.ts +79 -0
  535. package/src/services/rgb-color.ts +20 -0
  536. package/src/services/theme-provider-service.spec.ts +12 -185
  537. package/src/services/theme-provider-service.ts +8 -72
  538. package/src/themes/architect-palette.ts +57 -0
  539. package/src/themes/architect-theme.ts +124 -0
  540. package/src/themes/auditore-palette.ts +57 -0
  541. package/src/themes/auditore-theme.ts +124 -0
  542. package/src/themes/black-mesa-palette.ts +57 -0
  543. package/src/themes/black-mesa-theme.ts +124 -0
  544. package/src/themes/chieftain-palette.ts +57 -0
  545. package/src/themes/chieftain-theme.ts +125 -0
  546. package/src/{services → themes}/default-dark-palette.ts +2 -2
  547. package/src/{services → themes}/default-dark-theme.ts +7 -1
  548. package/src/{services → themes}/default-light-theme.ts +7 -1
  549. package/src/{services → themes}/default-palette.ts +1 -1
  550. package/src/themes/dragonborn-palette.ts +57 -0
  551. package/src/themes/dragonborn-theme.ts +124 -0
  552. package/src/themes/hawkins-palette.ts +57 -0
  553. package/src/themes/hawkins-theme.ts +124 -0
  554. package/src/themes/jedi-palette.ts +57 -0
  555. package/src/themes/jedi-theme.ts +124 -0
  556. package/src/themes/neon-runner-palette.ts +57 -0
  557. package/src/themes/neon-runner-theme.ts +121 -0
  558. package/src/themes/paladin-palette.ts +57 -0
  559. package/src/themes/paladin-theme.ts +125 -0
  560. package/src/themes/plumber-palette.ts +57 -0
  561. package/src/themes/plumber-theme.ts +122 -0
  562. package/src/themes/replicant-palette.ts +57 -0
  563. package/src/themes/replicant-theme.ts +124 -0
  564. package/src/themes/sandworm-palette.ts +57 -0
  565. package/src/themes/sandworm-theme.ts +124 -0
  566. package/src/themes/shadow-broker-palette.ts +57 -0
  567. package/src/themes/shadow-broker-theme.ts +122 -0
  568. package/src/themes/sith-palette.ts +57 -0
  569. package/src/themes/sith-theme.ts +124 -0
  570. package/src/themes/vault-dweller-palette.ts +57 -0
  571. package/src/themes/vault-dweller-theme.ts +124 -0
  572. package/src/themes/wild-hunt-palette.ts +57 -0
  573. package/src/themes/wild-hunt-theme.ts +124 -0
  574. package/src/themes/xenomorph-palette.ts +57 -0
  575. package/src/themes/xenomorph-theme.ts +122 -0
  576. package/esm/services/default-dark-palette.d.ts +0 -8
  577. package/esm/services/default-dark-palette.d.ts.map +0 -1
  578. package/esm/services/default-dark-theme.d.ts.map +0 -1
  579. package/esm/services/default-dark-theme.js.map +0 -1
  580. package/esm/services/default-light-theme.d.ts.map +0 -1
  581. package/esm/services/default-light-theme.js.map +0 -1
  582. package/esm/services/default-palette.d.ts.map +0 -1
  583. package/esm/services/default-palette.js.map +0 -1
  584. /package/esm/{services → themes}/default-palette.js +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,157 @@
1
1
  # Changelog
2
2
 
3
+ ## [13.0.0] - 2026-02-26
4
+
5
+ ### 💥 Breaking Changes
6
+
7
+ ### `getTextColor()` and `getRgbFromColorString()` removed from `ThemeProviderService`
8
+
9
+ The `getTextColor()` and `getRgbFromColorString()` instance methods have been removed from `ThemeProviderService`. They are now standalone functions exported from their own modules.
10
+
11
+ **Examples:**
12
+
13
+ ```typescript
14
+ // ❌ Before
15
+ import { ThemeProviderService } from '@furystack/shades-common-components'
16
+ const themeProvider = injector.getInstance(ThemeProviderService)
17
+ const textColor = themeProvider.getTextColor('#ff0000')
18
+ const rgb = themeProvider.getRgbFromColorString('#3f51b5')
19
+
20
+ // ✅ After
21
+ import { getTextColor, getRgbFromColorString } from '@furystack/shades-common-components'
22
+ const textColor = getTextColor('#ff0000')
23
+ const rgb = getRgbFromColorString('#3f51b5')
24
+ ```
25
+
26
+ **Impact:** All callers that accessed these methods via a `ThemeProviderService` instance must switch to the standalone function imports.
27
+
28
+ ### `RgbColor` class moved to its own module
29
+
30
+ The `RgbColor` class is no longer exported from `theme-provider-service.ts`. It is now in its own `rgb-color.ts` module, re-exported through the package barrel.
31
+
32
+ If you imported `RgbColor` from the package entry point, no change is needed. If you imported directly from `theme-provider-service.js`, update the import path:
33
+
34
+ ```typescript
35
+ // ❌ Before
36
+ import { RgbColor } from '@furystack/shades-common-components/services/theme-provider-service.js'
37
+
38
+ // ✅ After
39
+ import { RgbColor } from '@furystack/shades-common-components'
40
+ // or
41
+ import { RgbColor } from '@furystack/shades-common-components/services/rgb-color.js'
42
+ ```
43
+
44
+ ### ✨ Features
45
+
46
+ ### Standalone Color Utilities
47
+
48
+ Extracted `getRgbFromColorString()` and `getTextColor()` as standalone pure functions, making them usable without a `ThemeProviderService` instance. The new `getRgbFromColorString()` also adds support for `rgb()` syntax and common CSS named colors (e.g. `red`, `dodgerblue`, `white`), in addition to the previously supported `#hex` and `rgba()` formats.
49
+
50
+ ### 17 New Themes
51
+
52
+ Added a collection of pop-culture-inspired themes, each with its own color palette and visual style:
53
+
54
+ - `architectTheme` - Matrix-inspired with digital green on black, monospace typography, and a digital rain paper background
55
+ - `auditoreTheme` - Assassin's Creed-inspired with warm historical tones
56
+ - `blackMesaTheme` - Half-Life-inspired with HEV-suit Lambda orange on dark industrial backgrounds and hazard-stripe textures
57
+ - `chieftainTheme` - Warcraft 1 Orc-inspired with dark brown wood backgrounds and crimson accents
58
+ - `dragonbornTheme` - Skyrim-inspired with nordic fantasy colors
59
+ - `hawkinsTheme` - Stranger Things-inspired with warm dark backgrounds, CRT scanline pattern, Christmas-light red accents, and retro rounded typography
60
+ - `jediTheme` - Star Wars Jedi Order-inspired light theme with warm parchment backgrounds and lightsaber-blue accents
61
+ - `neonRunnerTheme` - Cyberpunk-inspired with neon accents on dark backgrounds
62
+ - `paladinTheme` - Warcraft 1 Human-inspired with cold stone backgrounds and gold accents
63
+ - `plumberTheme` - Mario-inspired with playful primary colors
64
+ - `replicantTheme` - Blade Runner-inspired with noir cyberpunk aesthetics
65
+ - `sandwormTheme` - Dune-inspired with desert earth tones
66
+ - `shadowBrokerTheme` - Mass Effect-inspired with sci-fi blue tones
67
+ - `sithTheme` - Star Wars Sith Order-inspired dark theme with near-black backgrounds, crimson accents, and bold angular typography
68
+ - `vaultDwellerTheme` - Fallout-inspired with retro-futuristic styling
69
+ - `wildHuntTheme` - Witcher 3-inspired with silver-steel accents and crimson highlights on dark stormy backgrounds
70
+ - `xenomorphTheme` - Alien franchise-inspired with cold metallic backgrounds, acid green accents, and condensed monospace typography
71
+
72
+ Each theme provides a full set of semantic palette colors (`primary`, `secondary`, `error`, `warning`, `success`, `info`) with `light`, `main`, `dark` variants and contrast colors.
73
+
74
+ ### Theme Infrastructure Enhancements
75
+
76
+ - Added `paperImage` to `Background` type and CSS variable theme, allowing themes to define textured or patterned paper surfaces via `background-image`
77
+ - Added `borderWidth` to `Shape` type and CSS variable theme, enabling themes to control surface border thickness
78
+
79
+ ### Semantic Typography
80
+
81
+ Refactored the `Typography` component to render semantic HTML elements (`h1`–`h6`, `p`, `span`) based on the `variant` prop instead of always rendering a generic `shade-typography` custom element. Ellipsis handling and copy functionality now apply directly to the host element, removing the need for an internal wrapper.
82
+
83
+ **Breaking:** The `<shade-typography>` custom element tag no longer exists. Typography now renders as native tags with an `is` attribute (e.g. `<p is="shade-typography-p">`). Update any CSS or JS selectors targeting `shade-typography` to use `[is^="shade-typography"]` instead.
84
+
85
+ ### 🐛 Bug Fixes
86
+
87
+ - Fixed `Timeline` vertical alignment issues by replacing hardcoded pixel values with theme spacing tokens and adding consistent `lineHeight` to labels and content
88
+ - Fixed `Timeline` last-item detection to correctly exclude pending items when determining the final visible entry
89
+ - Fixed `Timeline` tail visibility on the last item by using `:last-of-type` CSS instead of a `data-last` attribute
90
+
91
+ ### ♻️ Refactoring
92
+
93
+ - Moved default theme files (`default-dark-palette.ts`, `default-dark-theme.ts`, `default-light-theme.ts`, `default-palette.ts`) from `services/` to a dedicated `themes/` directory
94
+ - Updated `Dialog`, `Result`, `PageHeader`, `Paper`, and `Card` components to use `Typography` instead of raw HTML heading/paragraph tags
95
+ - Updated `Paper` and `Card` components to support the new `paperImage` and `borderWidth` theme properties
96
+ - Added `fontFamily` from the theme to `Dialog`, `Paper`, `Card`, and `PageHeader` components for consistent font rendering across themes
97
+
98
+ ### 🧪 Tests
99
+
100
+ - Updated `Typography` tests to assert on semantic HTML tags (`p`, `h1`, `h6`, `span`) instead of inner wrapper elements
101
+ - Updated `PageHeader`, `Result`, `CacheView`, `AppBar`, and `NotyList` tests for compatibility with the new `Typography`-based rendering
102
+ - Added tests for the new `getRgbFromColorString()`, `getTextColor()`, and `RgbColor` standalone modules
103
+
104
+ ### 🔀 Migration Guide
105
+
106
+ ### Step 1: Replace `ThemeProviderService` color method calls
107
+
108
+ Search for usages of `getTextColor` and `getRgbFromColorString` on a `ThemeProviderService` instance:
109
+
110
+ ```bash
111
+ grep -rn "getTextColor\|getRgbFromColorString" --include="*.ts" --include="*.tsx" src/
112
+ ```
113
+
114
+ Replace instance method calls with standalone function imports:
115
+
116
+ ```typescript
117
+ // ❌ Before
118
+ const themeProvider = injector.getInstance(ThemeProviderService)
119
+ const color = themeProvider.getTextColor(bgColor)
120
+ const rgb = themeProvider.getRgbFromColorString(cssColor)
121
+
122
+ // ✅ After
123
+ import { getTextColor, getRgbFromColorString } from '@furystack/shades-common-components'
124
+ const color = getTextColor(bgColor)
125
+ const rgb = getRgbFromColorString(cssColor)
126
+ ```
127
+
128
+ ### Step 2: Update `RgbColor` imports (if using deep imports)
129
+
130
+ If you were importing `RgbColor` directly from the `theme-provider-service` module path, update to:
131
+
132
+ ```typescript
133
+ import { RgbColor } from '@furystack/shades-common-components'
134
+ ```
135
+
136
+ ### Step 3: Update `Typography` selectors
137
+
138
+ If you have CSS or JS selectors targeting `shade-typography`, update them:
139
+
140
+ ```css
141
+ /* ❌ Before */
142
+ shade-typography { ... }
143
+
144
+ /* ✅ After */
145
+ [is^="shade-typography"] { ... }
146
+ ```
147
+
148
+ ### Step 4: Verify
149
+
150
+ ```bash
151
+ yarn build
152
+ yarn test
153
+ ```
154
+
3
155
  ## [12.7.0] - 2026-02-23
4
156
 
5
157
  ### ✨ Features
package/README.md CHANGED
@@ -214,6 +214,210 @@ import { Fab } from '@furystack/shades-common-components'
214
214
  ;<Fab onclick={() => console.log('FAB clicked')}>+</Fab>
215
215
  ```
216
216
 
217
+ ### Typography
218
+
219
+ A text component that renders semantic HTML elements (`h1`–`h6`, `p`, `span`) based on the `variant` prop.
220
+
221
+ ```tsx
222
+ import { Typography } from '@furystack/shades-common-components'
223
+
224
+ // Heading
225
+ <Typography variant="h1">Page Title</Typography>
226
+
227
+ // Body text (default variant is 'body1')
228
+ <Typography>Regular paragraph text</Typography>
229
+
230
+ // With color
231
+ <Typography variant="h3" color="primary">Primary Heading</Typography>
232
+ <Typography color="textSecondary">Secondary text</Typography>
233
+
234
+ // Truncated with ellipsis (single line)
235
+ <Typography ellipsis>This text will be truncated if it overflows...</Typography>
236
+
237
+ // Multi-line clamp
238
+ <Typography ellipsis={3}>This text will be clamped to 3 lines...</Typography>
239
+
240
+ // Copyable
241
+ <Typography copyable>Click the icon to copy this text</Typography>
242
+
243
+ // Alignment and gutter
244
+ <Typography align="center" gutterBottom>Centered with bottom margin</Typography>
245
+ ```
246
+
247
+ **Variants:** `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `subtitle1`, `subtitle2`, `body1`, `body2`, `caption`, `overline`
248
+
249
+ **Colors:** Any palette key (`primary`, `secondary`, `error`, `warning`, `success`, `info`) or `textPrimary`, `textSecondary`, `textDisabled`
250
+
251
+ ## Theming
252
+
253
+ The component library includes a CSS-variable-based theming system with runtime theme switching.
254
+
255
+ ### Available Themes
256
+
257
+ Two default themes are included in the main entry point:
258
+
259
+ | Theme | Export | Description |
260
+ | ------------- | ------------------- | ----------------------------- |
261
+ | Default Light | `defaultLightTheme` | Light theme with system fonts |
262
+ | Default Dark | `defaultDarkTheme` | Dark theme with system fonts |
263
+
264
+ 17 additional pop-culture-inspired themes are available as deep imports for tree-shaking:
265
+
266
+ | Theme | Import Path | Inspiration |
267
+ | ------------- | ---------------------------------------------------------- | ------------------------ |
268
+ | Architect | `@furystack/shades-common-components/themes/architect` | The Matrix |
269
+ | Auditore | `@furystack/shades-common-components/themes/auditore` | Assassin's Creed |
270
+ | Black Mesa | `@furystack/shades-common-components/themes/black-mesa` | Half-Life |
271
+ | Chieftain | `@furystack/shades-common-components/themes/chieftain` | Warcraft 1 Orc faction |
272
+ | Dragonborn | `@furystack/shades-common-components/themes/dragonborn` | Skyrim |
273
+ | Hawkins | `@furystack/shades-common-components/themes/hawkins` | Stranger Things |
274
+ | Jedi | `@furystack/shades-common-components/themes/jedi` | Star Wars (Jedi Order) |
275
+ | Neon Runner | `@furystack/shades-common-components/themes/neon-runner` | Cyberpunk |
276
+ | Paladin | `@furystack/shades-common-components/themes/paladin` | Warcraft 1 Human faction |
277
+ | Plumber | `@furystack/shades-common-components/themes/plumber` | Super Mario |
278
+ | Replicant | `@furystack/shades-common-components/themes/replicant` | Blade Runner |
279
+ | Sandworm | `@furystack/shades-common-components/themes/sandworm` | Dune |
280
+ | Shadow Broker | `@furystack/shades-common-components/themes/shadow-broker` | Mass Effect |
281
+ | Sith | `@furystack/shades-common-components/themes/sith` | Star Wars (Sith Order) |
282
+ | Vault Dweller | `@furystack/shades-common-components/themes/vault-dweller` | Fallout |
283
+ | Wild Hunt | `@furystack/shades-common-components/themes/wild-hunt` | The Witcher 3 |
284
+ | Xenomorph | `@furystack/shades-common-components/themes/xenomorph` | Alien |
285
+
286
+ ### Applying a Theme
287
+
288
+ Use `useThemeCssVariables` to set CSS variables on `:root`:
289
+
290
+ ```tsx
291
+ import { useThemeCssVariables, defaultLightTheme } from '@furystack/shades-common-components'
292
+
293
+ // Apply on startup
294
+ useThemeCssVariables(defaultLightTheme)
295
+ ```
296
+
297
+ For reactive theme switching through the injector, use `ThemeProviderService`:
298
+
299
+ ```tsx
300
+ import { ThemeProviderService, defaultDarkTheme } from '@furystack/shades-common-components'
301
+
302
+ const themeProvider = injector.getInstance(ThemeProviderService)
303
+ themeProvider.setAssignedTheme(defaultDarkTheme)
304
+
305
+ // Listen for changes
306
+ themeProvider.subscribe('themeChanged', (theme) => {
307
+ console.log('Theme changed:', theme.name)
308
+ })
309
+ ```
310
+
311
+ Deep-imported themes can be loaded lazily:
312
+
313
+ ```tsx
314
+ const { architectTheme } = await import('@furystack/shades-common-components/themes/architect')
315
+ themeProvider.setAssignedTheme(architectTheme)
316
+ ```
317
+
318
+ ### Theme Structure
319
+
320
+ A `Theme` object contains design tokens for the entire UI:
321
+
322
+ - **`palette`** — Semantic colors (`primary`, `secondary`, `error`, `warning`, `success`, `info`) each with `light`/`main`/`dark` variants and contrast colors
323
+ - **`text`** — Text colors at `primary`, `secondary`, and `disabled` emphasis levels
324
+ - **`background`** — Surface colors (`default`, `paper`) and an optional `paperImage`
325
+ - **`button`** — Button state colors (active, hover, selected, disabled)
326
+ - **`typography`** — Font family, size scale, weight scale, line heights, and letter spacing
327
+ - **`spacing`** — Spacing scale (`xs` through `xl`)
328
+ - **`shape`** — Border radius scale and border width
329
+ - **`shadows`** — Elevation presets (`none`, `sm`, `md`, `lg`, `xl`)
330
+ - **`transitions`** — Duration and easing presets
331
+ - **`action`** — Interactive state colors (hover, selected, focus ring, backdrop)
332
+ - **`zIndex`** — Stacking layers (drawer, appBar, modal, tooltip, dropdown)
333
+ - **`effects`** — Blur values for glassy surfaces
334
+
335
+ ### CSS Variable System
336
+
337
+ All components reference tokens through `cssVariableTheme`, which resolves to CSS custom properties (e.g. `var(--shades-theme-text-primary)`). When you call `useThemeCssVariables(theme)`, the actual theme values are written to `:root`, and all components update automatically.
338
+
339
+ ```tsx
340
+ import { cssVariableTheme, buildTransition } from '@furystack/shades-common-components'
341
+
342
+ // Use tokens in component styles
343
+ const style = {
344
+ color: cssVariableTheme.text.primary,
345
+ background: cssVariableTheme.background.paper,
346
+ borderRadius: cssVariableTheme.shape.borderRadius.md,
347
+ transition: buildTransition([
348
+ 'background',
349
+ cssVariableTheme.transitions.duration.normal,
350
+ cssVariableTheme.transitions.easing.default,
351
+ ]),
352
+ }
353
+ ```
354
+
355
+ ### Creating a Custom Theme
356
+
357
+ Define a palette and a theme object satisfying the `Theme` interface:
358
+
359
+ ```tsx
360
+ import type { Palette, Theme } from '@furystack/shades-common-components'
361
+
362
+ const myPalette: Palette = {
363
+ primary: {
364
+ light: '#6ec6ff',
365
+ lightContrast: '#000',
366
+ main: '#2196f3',
367
+ mainContrast: '#fff',
368
+ dark: '#0069c0',
369
+ darkContrast: '#fff',
370
+ },
371
+ secondary: {
372
+ light: '#ff79b0',
373
+ lightContrast: '#000',
374
+ main: '#ff4081',
375
+ mainContrast: '#fff',
376
+ dark: '#c60055',
377
+ darkContrast: '#fff',
378
+ },
379
+ error: {
380
+ light: '#ff6659',
381
+ lightContrast: '#000',
382
+ main: '#f44336',
383
+ mainContrast: '#fff',
384
+ dark: '#ba000d',
385
+ darkContrast: '#fff',
386
+ },
387
+ warning: {
388
+ light: '#ffb74d',
389
+ lightContrast: '#000',
390
+ main: '#ff9800',
391
+ mainContrast: '#000',
392
+ dark: '#f57c00',
393
+ darkContrast: '#fff',
394
+ },
395
+ success: {
396
+ light: '#81c784',
397
+ lightContrast: '#000',
398
+ main: '#4caf50',
399
+ mainContrast: '#fff',
400
+ dark: '#388e3c',
401
+ darkContrast: '#fff',
402
+ },
403
+ info: {
404
+ light: '#64b5f6',
405
+ lightContrast: '#000',
406
+ main: '#2196f3',
407
+ mainContrast: '#fff',
408
+ dark: '#1976d2',
409
+ darkContrast: '#fff',
410
+ },
411
+ }
412
+
413
+ const myTheme: Theme = {
414
+ name: 'my-theme',
415
+ palette: myPalette,
416
+ text: { primary: '#fff', secondary: 'rgba(255,255,255,0.7)', disabled: 'rgba(255,255,255,0.5)' },
417
+ // ... remaining tokens (see defaultLightTheme or defaultDarkTheme for a full reference)
418
+ }
419
+ ```
420
+
217
421
  ## Services
218
422
 
219
423
  ### CollectionService
@@ -240,14 +444,24 @@ service.data.subscribe((items) => {
240
444
 
241
445
  ### ThemeProviderService
242
446
 
243
- Provides theming capabilities for all components.
447
+ A singleton service for managing the active theme. It updates CSS variables and emits a `themeChanged` event so components can react to theme switches.
244
448
 
245
449
  ```tsx
246
- import { ThemeProviderService } from '@furystack/shades-common-components'
450
+ import { ThemeProviderService, defaultDarkTheme } from '@furystack/shades-common-components'
247
451
 
248
- // Get the theme provider instance from the injector
249
452
  const themeProvider = injector.getInstance(ThemeProviderService)
250
453
 
251
- // Access theme properties
454
+ // Access the CSS-variable-based theme reference (for use in styles)
252
455
  const primaryColor = themeProvider.theme.palette.primary.main
456
+
457
+ // Switch theme at runtime
458
+ themeProvider.setAssignedTheme(defaultDarkTheme)
459
+
460
+ // Read the currently assigned theme
461
+ const current = themeProvider.getAssignedTheme()
462
+
463
+ // Listen for theme changes
464
+ themeProvider.subscribe('themeChanged', (theme) => {
465
+ console.log('Switched to', theme.name)
466
+ })
253
467
  ```
@@ -19,7 +19,7 @@ export type AccordionItemProps = {
19
19
  * @example
20
20
  * ```tsx
21
21
  * <AccordionItem title="Section 1" defaultExpanded>
22
- * <p>Content goes here</p>
22
+ * <Typography variant="body1">Content goes here</Typography>
23
23
  * </AccordionItem>
24
24
  * ```
25
25
  */
@@ -1 +1 @@
1
- {"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gEAAgE;IAChE,KAAK,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;IAC3B,uEAAuE;IACvE,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,qDAAqD;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,+CAA+C;IAC/C,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;CAC5B,CAAA;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa;;;;sEAoKxB,CAAA"}
1
+ {"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gEAAgE;IAChE,KAAK,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;IAC3B,uEAAuE;IACvE,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,qDAAqD;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,+CAA+C;IAC/C,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;CAC5B,CAAA;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa;;;;sEA6JxB,CAAA"}
@@ -11,7 +11,7 @@ import { chevronDown } from '../icons/icon-definitions.js';
11
11
  * @example
12
12
  * ```tsx
13
13
  * <AccordionItem title="Section 1" defaultExpanded>
14
- * <p>Content goes here</p>
14
+ * <Typography variant="body1">Content goes here</Typography>
15
15
  * </AccordionItem>
16
16
  * ```
17
17
  */
@@ -126,17 +126,12 @@ export const AccordionItem = Shade({
126
126
  void handleToggle();
127
127
  }
128
128
  };
129
- const headerEl = (createComponent("div", { className: "accordion-header", role: "button", tabIndex: props.disabled ? -1 : 0, onclick: handleToggle, onkeydown: handleKeyDown },
130
- props.icon ? createComponent("span", { className: "accordion-icon" }, props.icon) : null,
131
- createComponent("span", { className: "accordion-title" }, props.title),
132
- createComponent("span", { className: "accordion-chevron" },
133
- createComponent(Icon, { icon: chevronDown, size: 16 }))));
134
- headerEl.setAttribute('aria-expanded', String(isExpanded));
135
- if (props.disabled) {
136
- headerEl.setAttribute('data-disabled', '');
137
- }
138
129
  return (createComponent(createComponent, null,
139
- headerEl,
130
+ createComponent("div", { className: "accordion-header", role: "button", tabIndex: props.disabled ? -1 : 0, onclick: handleToggle, onkeydown: handleKeyDown, "aria-expanded": String(isExpanded), "data-disabled": props.disabled ? '' : undefined },
131
+ props.icon ? createComponent("span", { className: "accordion-icon" }, props.icon) : null,
132
+ createComponent("span", { className: "accordion-title" }, props.title),
133
+ createComponent("span", { className: "accordion-chevron" },
134
+ createComponent(Icon, { icon: chevronDown, size: 16 }))),
140
135
  createComponent("div", { ref: contentRef, className: "accordion-content", style: {
141
136
  height: isExpanded ? undefined : '0px',
142
137
  opacity: isExpanded ? '1' : '0',
@@ -1 +1 @@
1
- {"version":3,"file":"accordion-item.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"accordion-item.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,gDAAgD;IAChD,OAAO,CAAC,EAAE,UAAU,GAAG,WAAW,CAAA;CACnC,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS;;;;sEAwBpB,CAAA"}
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,gDAAgD;IAChD,OAAO,CAAC,EAAE,UAAU,GAAG,WAAW,CAAA;CACnC,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS;;;;sEAyBpB,CAAA"}
@@ -18,6 +18,7 @@ export const Accordion = Shade({
18
18
  shadowDomName: 'shade-accordion',
19
19
  css: {
20
20
  display: 'flex',
21
+ fontFamily: cssVariableTheme.typography.fontFamily,
21
22
  flexDirection: 'column',
22
23
  borderRadius: cssVariableTheme.shape.borderRadius.md,
23
24
  overflow: 'hidden',
@@ -1 +1 @@
1
- {"version":3,"file":"accordion.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAA;AAUvE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,CAAiB;IAC7C,aAAa,EAAE,iBAAiB;IAChC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,gBAAgB,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE;QACpD,QAAQ,EAAE,QAAQ;QAElB,mDAAmD,EAAE;YACnD,MAAM,EAAE,gCAAgC,gBAAgB,CAAC,IAAI,CAAC,SAAS,oBAAoB;SAC5F;QAED,6BAA6B,EAAE;YAC7B,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;YACtC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,KAAK;SAC9C;KACF;IACD,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC5C,YAAY,CAAC;YACX,cAAc,EAAE,KAAK,CAAC,OAAO,IAAI,SAAS;SAC3C,CAAC,CAAA;QAEF,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
1
+ {"version":3,"file":"accordion.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAA;AAUvE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,CAAiB;IAC7C,aAAa,EAAE,iBAAiB;IAChC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QAClD,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,gBAAgB,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE;QACpD,QAAQ,EAAE,QAAQ;QAElB,mDAAmD,EAAE;YACnD,MAAM,EAAE,gCAAgC,gBAAgB,CAAC,IAAI,CAAC,SAAS,oBAAoB;SAC5F;QAED,6BAA6B,EAAE;YAC7B,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;YACtC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,KAAK;SAC9C;KACF;IACD,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC5C,YAAY,CAAC;YACX,cAAc,EAAE,KAAK,CAAC,OAAO,IAAI,SAAS;SAC3C,CAAC,CAAA;QAEF,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"app-bar-link.d.ts","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE3G,OAAO,EAAS,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGzD,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG;IAAE,cAAc,CAAC,EAAE,YAAY,CAAA;CAAE,CAAA;AAEtF,eAAO,MAAM,UAAU;;;;;;;;qBAFiD,YAAY;gFA+BlF,CAAA;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,OACnD,CAAC,KAAK,SAAS,iBAAiB,CAAC,OAAO,CAAC,EACvE,KAAK,EAAE,eAAe,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,EACxC,QAAQ,CAAC,EAAE,YAAY,KACpB,GAAG,CAAC,OACV,CAAA"}
1
+ {"version":3,"file":"app-bar-link.d.ts","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE3G,OAAO,EAAS,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGzD,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG;IAAE,cAAc,CAAC,EAAE,YAAY,CAAA;CAAE,CAAA;AAEtF,eAAO,MAAM,UAAU;;;;;;;;qBAFiD,YAAY;gFAgClF,CAAA;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,OACnD,CAAC,KAAK,SAAS,iBAAiB,CAAC,OAAO,CAAC,EACvE,KAAK,EAAE,eAAe,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,EACxC,QAAQ,CAAC,EAAE,YAAY,KACpB,GAAG,CAAC,OACV,CAAA"}
@@ -8,6 +8,7 @@ export const AppBarLink = Shade({
8
8
  height: '100%',
9
9
  textDecoration: 'none',
10
10
  alignItems: 'center',
11
+ fontFamily: cssVariableTheme.typography.fontFamily,
11
12
  padding: `0 ${cssVariableTheme.spacing.sm}`,
12
13
  transition: `color ${cssVariableTheme.transitions.duration.normal} ${cssVariableTheme.transitions.easing.easeInOut}, transform ${cssVariableTheme.transitions.duration.normal} ${cssVariableTheme.transitions.easing.easeInOut}`,
13
14
  cursor: 'pointer',
@@ -1 +1 @@
1
- {"version":3,"file":"app-bar-link.js","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAC5F,OAAO,EAAE,KAAK,EAAqB,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAIpE,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAkB;IAC/C,aAAa,EAAE,oBAAoB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,MAAM;QACtB,UAAU,EAAE,QAAQ;QACpB,OAAO,EAAE,KAAK,gBAAgB,CAAC,OAAO,CAAC,EAAE,EAAE;QAC3C,UAAU,EAAE,SAAS,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,eAAe,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE;QAChO,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS;QACtC,OAAO,EAAE,KAAK;QACd,SAAS,EAAE,YAAY;QACvB,gBAAgB,EAAE;YAChB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;YACpC,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,UAAU;SACtB;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;QACrE,MAAM,CAAC,UAAU,CAAC,GAAG,aAAa,CAAC,gBAAgB,EAAE,QAAQ,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC,qBAAqB,CAAC,CAAA;QAEjH,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC,UAAU,CAAC,CAAA;QACtE,IAAI,QAAQ,EAAE,CAAC;YACb,YAAY,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAA;QACrC,CAAC;QAED,OAAO,gBAAC,eAAe,OAAK,KAAK,IAAG,QAAQ,CAAmB,CAAA;IACjE,CAAC;CACF,CAAC,CAAA;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAyD,EAAE;IACzF,OAAO,UAGS,CAAA;AAClB,CAAC,CAAA"}
1
+ {"version":3,"file":"app-bar-link.js","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAC5F,OAAO,EAAE,KAAK,EAAqB,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAIpE,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAkB;IAC/C,aAAa,EAAE,oBAAoB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,MAAM;QACtB,UAAU,EAAE,QAAQ;QACpB,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QAClD,OAAO,EAAE,KAAK,gBAAgB,CAAC,OAAO,CAAC,EAAE,EAAE;QAC3C,UAAU,EAAE,SAAS,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,eAAe,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE;QAChO,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS;QACtC,OAAO,EAAE,KAAK;QACd,SAAS,EAAE,YAAY;QACvB,gBAAgB,EAAE;YAChB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;YACpC,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,UAAU;SACtB;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;QACrE,MAAM,CAAC,UAAU,CAAC,GAAG,aAAa,CAAC,gBAAgB,EAAE,QAAQ,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC,qBAAqB,CAAC,CAAA;QAEjH,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC,UAAU,CAAC,CAAA;QACtE,IAAI,QAAQ,EAAE,CAAC;YACb,YAAY,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAA;QACrC,CAAC;QAED,OAAO,gBAAC,eAAe,OAAK,KAAK,IAAG,QAAQ,CAAmB,CAAA;IACjE,CAAC;CACF,CAAC,CAAA;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAyD,EAAE;IACzF,OAAO,UAGS,CAAA;AAClB,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"app-bar.d.ts","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;sEAmCjB,CAAA"}
1
+ {"version":3,"file":"app-bar.d.ts","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;sEAqCjB,CAAA"}
@@ -5,6 +5,7 @@ export const AppBar = Shade({
5
5
  css: {
6
6
  width: '100%',
7
7
  background: `color-mix(in srgb, ${cssVariableTheme.background.paper} 85%, transparent)`,
8
+ backgroundImage: cssVariableTheme.background.paperImage,
8
9
  backdropFilter: `blur(${cssVariableTheme.effects.blurLg})`,
9
10
  display: 'flex',
10
11
  justifyContent: 'flex-start',
@@ -14,6 +15,7 @@ export const AppBar = Shade({
14
15
  opacity: '0',
15
16
  position: 'fixed',
16
17
  zIndex: '1',
18
+ fontFamily: cssVariableTheme.typography.fontFamily,
17
19
  color: cssVariableTheme.text.primary,
18
20
  '&[data-visible]': {
19
21
  opacity: '1',
@@ -1 +1 @@
1
- {"version":3,"file":"app-bar.js","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAEpE,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC;IAC1B,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE;QACH,KAAK,EAAE,MAAM;QACb,UAAU,EAAE,sBAAsB,gBAAgB,CAAC,UAAU,CAAC,KAAK,oBAAoB;QACvF,cAAc,EAAE,QAAQ,gBAAgB,CAAC,OAAO,CAAC,MAAM,GAAG;QAC1D,OAAO,EAAE,MAAM;QACf,cAAc,EAAE,YAAY;QAC5B,UAAU,EAAE,QAAQ;QACpB,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;QACtC,UAAU,EAAE,WAAW,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,aAAa,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE;QAC1N,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,OAAO;QACjB,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;QACpC,iBAAiB,EAAE;YACjB,OAAO,EAAE,GAAG;SACb;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC9D,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,CAAA;QAE5D,aAAa,CAAC,iBAAiB,EAAE,GAAG,EAAE;YACpC,qBAAqB,CAAC,GAAG,EAAE;gBACzB,UAAU,CAAC,IAAI,CAAC,CAAA;YAClB,CAAC,CAAC,CAAA;YACF,OAAO,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAE,CAAC,EAAE,CAAA;QACvC,CAAC,CAAC,CAAA;QAEF,IAAI,SAAS,EAAE,CAAC;YACd,YAAY,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,CAAA;QACtC,CAAC;QAED,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
1
+ {"version":3,"file":"app-bar.js","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAEpE,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC;IAC1B,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE;QACH,KAAK,EAAE,MAAM;QACb,UAAU,EAAE,sBAAsB,gBAAgB,CAAC,UAAU,CAAC,KAAK,oBAAoB;QACvF,eAAe,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QACvD,cAAc,EAAE,QAAQ,gBAAgB,CAAC,OAAO,CAAC,MAAM,GAAG;QAC1D,OAAO,EAAE,MAAM;QACf,cAAc,EAAE,YAAY;QAC5B,UAAU,EAAE,QAAQ;QACpB,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;QACtC,UAAU,EAAE,WAAW,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,aAAa,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE;QAC1N,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,OAAO;QACjB,MAAM,EAAE,GAAG;QACX,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QAClD,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;QACpC,iBAAiB,EAAE;YACjB,OAAO,EAAE,GAAG;SACb;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC9D,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,CAAA;QAE5D,aAAa,CAAC,iBAAiB,EAAE,GAAG,EAAE;YACpC,qBAAqB,CAAC,GAAG,EAAE;gBACzB,UAAU,CAAC,IAAI,CAAC,CAAA;YAClB,CAAC,CAAC,CAAA;YACF,OAAO,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAE,CAAC,EAAE,CAAA;QACvC,CAAC,CAAC,CAAA;QAEF,IAAI,SAAS,EAAE,CAAC;YACd,YAAY,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,CAAA;QACtC,CAAC;QAED,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
@@ -124,9 +124,9 @@ describe('AppBar component', () => {
124
124
  });
125
125
  });
126
126
  it('should have semi-transparent background', async () => {
127
- await usingAsync(await renderAppBar(createComponent("span", null, "Content")), async ({ appBar }) => {
128
- const computedStyle = window.getComputedStyle(appBar);
129
- expect(computedStyle.background).toContain('color-mix');
127
+ await usingAsync(await renderAppBar(createComponent("span", null, "Content")), async () => {
128
+ const styleEl = document.querySelector('style[data-shades-styles]');
129
+ expect(styleEl?.textContent).toContain('color-mix');
130
130
  });
131
131
  });
132
132
  });
@@ -1 +1 @@
1
- {"version":3,"file":"app-bar.spec.js","sourceRoot":"","sources":["../../src/components/app-bar.spec.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAA;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AAErC,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAChC,UAAU,CAAC,GAAG,EAAE;QACd,QAAQ,CAAC,IAAI,CAAC,SAAS,GAAG,uBAAuB,CAAA;IACnD,CAAC,CAAC,CAAA;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,QAAQ,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAA;IAC9B,CAAC,CAAC,CAAA;IAEF,MAAM,YAAY,GAAG,KAAK,EAAE,QAAqB,EAAE,EAAE;QACnD,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAA;QAC/B,MAAM,WAAW,GAAG,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAmB,CAAA;QAErE,mBAAmB,CAAC;YAClB,QAAQ;YACR,WAAW;YACX,UAAU,EAAE,gBAAC,MAAM,QAAE,QAAQ,CAAU;SACxC,CAAC,CAAA;QAEF,MAAM,YAAY,EAAE,CAAA;QACpB,MAAM,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC,CAAA;QAC9D,MAAM,YAAY,EAAE,CAAA;QAEpB,OAAO;YACL,QAAQ;YACR,MAAM,EAAE,QAAQ,CAAC,aAAa,CAAC,eAAe,CAAgB;YAC9D,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;SAC7D,CAAA;IACH,CAAC,CAAA;IAED,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;QACzB,EAAE,CAAC,gDAAgD,EAAE,KAAK,IAAI,EAAE;YAC9D,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAA;gBAC7B,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA;YAC5D,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,0CAA0C,EAAE,KAAK,IAAI,EAAE;YACxD,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,0BAAM,EAAE,EAAC,eAAe,mBAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBACtG,kDAAkD;gBAClD,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAA;YAC/B,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,iCAAiC,EAAE,KAAK,IAAI,EAAE;YAC/C,MAAM,UAAU,CAAC,IAAI,QAAQ,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE;gBAClD,MAAM,WAAW,GAAG,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAmB,CAAA;gBAErE,mBAAmB,CAAC;oBAClB,QAAQ;oBACR,WAAW;oBACX,UAAU,EAAE,CACV,gBAAC,MAAM;wBACL,0BAAM,EAAE,EAAC,MAAM,WAAY;wBAC3B,yBAAK,EAAE,EAAC,YAAY,UAAU;wBAC9B,4BAAQ,EAAE,EAAC,QAAQ,aAAgB,CAC5B,CACV;iBACF,CAAC,CAAA;gBAEF,MAAM,YAAY,EAAE,CAAA;gBAEpB,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,eAAe,CAAC,CAAA;gBACtD,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAA;YAC/B,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEF,QAAQ,CAAC,aAAa,EAAE,GAAG,EAAE;QAC3B,EAAE,CAAC,+BAA+B,EAAE,KAAK,IAAI,EAAE;YAC7C,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;YAC9C,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,0BAA0B,EAAE,KAAK,IAAI,EAAE;YACxC,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YACxC,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,wBAAwB,EAAE,KAAK,IAAI,EAAE;YACtC,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;YAC1C,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEF,QAAQ,CAAC,mBAAmB,EAAE,GAAG,EAAE;QACjC,EAAE,CAAC,6CAA6C,EAAE,KAAK,IAAI,EAAE;YAC3D,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;YACxD,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,qDAAqD,EAAE,KAAK,IAAI,EAAE;YACnE,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YACzC,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,6CAA6C,EAAE,KAAK,IAAI,EAAE;YAC3D,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,SAAS,CAAC,SAAS,CAAC,CAAA;YACvD,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEF,QAAQ,CAAC,QAAQ,EAAE,GAAG,EAAE;QACtB,EAAE,CAAC,0BAA0B,EAAE,KAAK,IAAI,EAAE;YACxC,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;YAC5C,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,2BAA2B,EAAE,KAAK,IAAI,EAAE;YACzC,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;YACjD,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,sCAAsC,EAAE,KAAK,IAAI,EAAE;YACpD,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAA;YACzD,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEF,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;QACvB,EAAE,CAAC,wBAAwB,EAAE,KAAK,IAAI,EAAE;YACtC,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;YAClD,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,yCAAyC,EAAE,KAAK,IAAI,EAAE;YACvD,MAAM,UAAU,CAAC,MAAM,YAAY,CAAC,wCAAoB,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC9E,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;gBACrD,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,SAAS,CAAC,WAAW,CAAC,CAAA;YACzD,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"app-bar.spec.js","sourceRoot":"","sources":["../../src/components/app-bar.spec.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAMvD,MAAM,MAAM,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAExG,eAAO,MAAM,MAAM;eAFoB,MAAM;eAAa,GAAG,CAAC,OAAO;;;;;4GA4EnE,CAAA"}
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAMvD,MAAM,MAAM,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAExG,eAAO,MAAM,MAAM;eAFoB,MAAM;eAAa,GAAG,CAAC,OAAO;;;;;4GA6EnE,CAAA"}
@@ -5,6 +5,7 @@ import { user as userIcon } from './icons/icon-definitions.js';
5
5
  export const Avatar = Shade({
6
6
  shadowDomName: 'shade-avatar',
7
7
  css: {
8
+ fontFamily: cssVariableTheme.typography.fontFamily,
8
9
  width: '128px',
9
10
  height: '128px',
10
11
  overflow: 'hidden',
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.js","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"avatar.js","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/components/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAIvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AAEpE,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,WAAW,CAAC,GAAG;IACrD,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sDAAsD;IACtD,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,kCAAkC;IAClC,KAAK,CAAC,EAAE,MAAM,OAAO,CAAA;IACrB,gEAAgE;IAChE,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,kDAAkD;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAOD,eAAO,MAAM,KAAK;;;;;IAnBhB,wCAAwC;YAChC,MAAM;IACd,sDAAsD;UAChD,OAAO;IACb,kCAAkC;YAC1B,MAAM,OAAO;IACrB,gEAAgE;UAC1D,MAAM;IACZ,kDAAkD;eACvC,OAAO;IAClB,kDAAkD;cACxC,OAAO;sEAqFjB,CAAA"}
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/components/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAIvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AAEpE,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,WAAW,CAAC,GAAG;IACrD,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sDAAsD;IACtD,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,kCAAkC;IAClC,KAAK,CAAC,EAAE,MAAM,OAAO,CAAA;IACrB,gEAAgE;IAChE,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,kDAAkD;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAOD,eAAO,MAAM,KAAK;;;;;IAnBhB,wCAAwC;YAChC,MAAM;IACd,sDAAsD;UAChD,OAAO;IACb,kCAAkC;YAC1B,MAAM,OAAO;IACrB,gEAAgE;UAC1D,MAAM;IACZ,kDAAkD;eACvC,OAAO;IAClB,kDAAkD;cACxC,OAAO;sEAsFjB,CAAA"}