@maicol07/material-web 2.5.0 → 2.5.2

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 (1057) hide show
  1. package/button/elevated-button.js +3 -3
  2. package/button/elevated-button.js.map +1 -1
  3. package/button/filled-button.js +3 -3
  4. package/button/filled-button.js.map +1 -1
  5. package/button/filled-tonal-button.js +3 -3
  6. package/button/filled-tonal-button.js.map +1 -1
  7. package/button/internal/button.d.ts +2 -25
  8. package/button/internal/button.js +11 -49
  9. package/button/internal/button.js.map +1 -1
  10. package/button/internal/elevated-styles.cssresult.d.ts +3 -0
  11. package/button/internal/elevated-styles.cssresult.js +11 -0
  12. package/button/internal/elevated-styles.cssresult.js.map +1 -0
  13. package/button/internal/filled-styles.cssresult.d.ts +3 -0
  14. package/button/internal/filled-styles.cssresult.js +11 -0
  15. package/button/internal/filled-styles.cssresult.js.map +1 -0
  16. package/button/internal/filled-tonal-styles.cssresult.d.ts +3 -0
  17. package/button/internal/filled-tonal-styles.cssresult.js +11 -0
  18. package/button/internal/filled-tonal-styles.cssresult.js.map +1 -0
  19. package/button/internal/outlined-styles.cssresult.d.ts +3 -0
  20. package/button/internal/outlined-styles.cssresult.js +11 -0
  21. package/button/internal/outlined-styles.cssresult.js.map +1 -0
  22. package/button/internal/shared-elevation-styles.cssresult.d.ts +3 -0
  23. package/button/internal/shared-elevation-styles.cssresult.js +11 -0
  24. package/button/internal/shared-elevation-styles.cssresult.js.map +1 -0
  25. package/button/internal/shared-styles.css +1 -1
  26. package/button/internal/shared-styles.css.map +1 -1
  27. package/button/internal/shared-styles.cssresult.d.ts +3 -0
  28. package/button/internal/shared-styles.cssresult.js +11 -0
  29. package/button/internal/shared-styles.cssresult.js.map +1 -0
  30. package/button/internal/text-styles.cssresult.d.ts +3 -0
  31. package/button/internal/text-styles.cssresult.js +11 -0
  32. package/button/internal/text-styles.cssresult.js.map +1 -0
  33. package/button/outlined-button.js +2 -2
  34. package/button/outlined-button.js.map +1 -1
  35. package/button/text-button.js +2 -2
  36. package/button/text-button.js.map +1 -1
  37. package/checkbox/checkbox.js +1 -1
  38. package/checkbox/checkbox.js.map +1 -1
  39. package/checkbox/internal/checkbox-styles.cssresult.d.ts +3 -0
  40. package/checkbox/internal/checkbox-styles.cssresult.js +11 -0
  41. package/checkbox/internal/checkbox-styles.cssresult.js.map +1 -0
  42. package/checkbox/internal/checkbox.d.ts +2 -2
  43. package/checkbox/internal/checkbox.js.map +1 -1
  44. package/chips/assist-chip.js +8 -4
  45. package/chips/assist-chip.js.map +1 -1
  46. package/chips/chip-set.js +1 -1
  47. package/chips/chip-set.js.map +1 -1
  48. package/chips/filter-chip.js +5 -5
  49. package/chips/filter-chip.js.map +1 -1
  50. package/chips/input-chip.js +4 -4
  51. package/chips/input-chip.js.map +1 -1
  52. package/chips/internal/assist-chip.d.ts +1 -1
  53. package/chips/internal/assist-styles.cssresult.d.ts +3 -0
  54. package/chips/internal/assist-styles.cssresult.js +11 -0
  55. package/chips/internal/assist-styles.cssresult.js.map +1 -0
  56. package/chips/internal/chip-set-styles.cssresult.d.ts +3 -0
  57. package/chips/internal/chip-set-styles.cssresult.js +11 -0
  58. package/chips/internal/chip-set-styles.cssresult.js.map +1 -0
  59. package/chips/internal/chip.d.ts +2 -0
  60. package/chips/internal/elevated-styles.cssresult.d.ts +3 -0
  61. package/chips/internal/elevated-styles.cssresult.js +11 -0
  62. package/chips/internal/elevated-styles.cssresult.js.map +1 -0
  63. package/chips/internal/filter-styles.cssresult.d.ts +3 -0
  64. package/chips/internal/filter-styles.cssresult.js +11 -0
  65. package/chips/internal/filter-styles.cssresult.js.map +1 -0
  66. package/chips/internal/input-chip.d.ts +1 -1
  67. package/chips/internal/input-styles.cssresult.d.ts +3 -0
  68. package/chips/internal/input-styles.cssresult.js +11 -0
  69. package/chips/internal/input-styles.cssresult.js.map +1 -0
  70. package/chips/internal/selectable-styles.cssresult.d.ts +3 -0
  71. package/chips/internal/selectable-styles.cssresult.js +11 -0
  72. package/chips/internal/selectable-styles.cssresult.js.map +1 -0
  73. package/chips/internal/shared-styles.cssresult.d.ts +3 -0
  74. package/chips/internal/shared-styles.cssresult.js +11 -0
  75. package/chips/internal/shared-styles.cssresult.js.map +1 -0
  76. package/chips/internal/suggestion-styles.cssresult.d.ts +3 -0
  77. package/chips/internal/suggestion-styles.cssresult.js +11 -0
  78. package/chips/internal/suggestion-styles.cssresult.js.map +1 -0
  79. package/chips/internal/trailing-icon-styles.cssresult.d.ts +3 -0
  80. package/chips/internal/trailing-icon-styles.cssresult.js +11 -0
  81. package/chips/internal/trailing-icon-styles.cssresult.js.map +1 -0
  82. package/chips/suggestion-chip.js +8 -4
  83. package/chips/suggestion-chip.js.map +1 -1
  84. package/custom-elements.json +97728 -41370
  85. package/dialog/dialog.js +1 -1
  86. package/dialog/dialog.js.map +1 -1
  87. package/dialog/internal/dialog-styles.cssresult.d.ts +3 -0
  88. package/dialog/internal/dialog-styles.cssresult.js +11 -0
  89. package/dialog/internal/dialog-styles.cssresult.js.map +1 -0
  90. package/dialog/internal/dialog.js +1 -1
  91. package/dialog/internal/dialog.js.map +1 -1
  92. package/divider/divider.js +1 -1
  93. package/divider/divider.js.map +1 -1
  94. package/divider/internal/divider-styles.cssresult.d.ts +3 -0
  95. package/divider/internal/divider-styles.cssresult.js +11 -0
  96. package/divider/internal/divider-styles.cssresult.js.map +1 -0
  97. package/elevation/elevation.js +1 -1
  98. package/elevation/elevation.js.map +1 -1
  99. package/elevation/internal/elevation-styles.cssresult.d.ts +3 -0
  100. package/elevation/internal/elevation-styles.cssresult.js +11 -0
  101. package/elevation/internal/elevation-styles.cssresult.js.map +1 -0
  102. package/fab/branded-fab.js +3 -3
  103. package/fab/branded-fab.js.map +1 -1
  104. package/fab/fab.js +8 -4
  105. package/fab/fab.js.map +1 -1
  106. package/fab/internal/fab-branded-styles.cssresult.d.ts +3 -0
  107. package/fab/internal/fab-branded-styles.cssresult.js +11 -0
  108. package/fab/internal/fab-branded-styles.cssresult.js.map +1 -0
  109. package/fab/internal/fab-styles.css +1 -1
  110. package/fab/internal/fab-styles.css.map +1 -1
  111. package/fab/internal/fab-styles.cssresult.d.ts +3 -0
  112. package/fab/internal/fab-styles.cssresult.js +11 -0
  113. package/fab/internal/fab-styles.cssresult.js.map +1 -0
  114. package/fab/internal/forced-colors-styles.cssresult.d.ts +3 -0
  115. package/fab/internal/forced-colors-styles.cssresult.js +11 -0
  116. package/fab/internal/forced-colors-styles.cssresult.js.map +1 -0
  117. package/fab/internal/shared-styles.css +1 -1
  118. package/fab/internal/shared-styles.css.map +1 -1
  119. package/fab/internal/shared-styles.cssresult.d.ts +3 -0
  120. package/fab/internal/shared-styles.cssresult.js +11 -0
  121. package/fab/internal/shared-styles.cssresult.js.map +1 -0
  122. package/field/filled-field.js +2 -2
  123. package/field/filled-field.js.map +1 -1
  124. package/field/internal/field.js +12 -1
  125. package/field/internal/field.js.map +1 -1
  126. package/field/internal/filled-styles.cssresult.d.ts +3 -0
  127. package/field/internal/filled-styles.cssresult.js +11 -0
  128. package/field/internal/filled-styles.cssresult.js.map +1 -0
  129. package/field/internal/outlined-styles.cssresult.d.ts +3 -0
  130. package/field/internal/outlined-styles.cssresult.js +11 -0
  131. package/field/internal/outlined-styles.cssresult.js.map +1 -0
  132. package/field/internal/shared-styles.cssresult.d.ts +3 -0
  133. package/field/internal/shared-styles.cssresult.js +11 -0
  134. package/field/internal/shared-styles.cssresult.js.map +1 -0
  135. package/field/outlined-field.js +2 -2
  136. package/field/outlined-field.js.map +1 -1
  137. package/focus/internal/focus-ring-styles.cssresult.d.ts +3 -0
  138. package/focus/internal/focus-ring-styles.cssresult.js +11 -0
  139. package/focus/internal/focus-ring-styles.cssresult.js.map +1 -0
  140. package/focus/md-focus-ring.js +1 -1
  141. package/focus/md-focus-ring.js.map +1 -1
  142. package/icon/icon.js +1 -1
  143. package/icon/icon.js.map +1 -1
  144. package/icon/internal/icon-styles.cssresult.d.ts +3 -0
  145. package/icon/internal/icon-styles.cssresult.js +11 -0
  146. package/icon/internal/icon-styles.cssresult.js.map +1 -0
  147. package/icon/internal/icon.d.ts +1 -1
  148. package/icon/internal/icon.js +1 -1
  149. package/icon/internal/icon.js.map +1 -1
  150. package/iconbutton/filled-icon-button.js +2 -2
  151. package/iconbutton/filled-icon-button.js.map +1 -1
  152. package/iconbutton/filled-tonal-icon-button.js +2 -2
  153. package/iconbutton/filled-tonal-icon-button.js.map +1 -1
  154. package/iconbutton/icon-button.js +2 -2
  155. package/iconbutton/icon-button.js.map +1 -1
  156. package/iconbutton/internal/filled-styles.css +1 -1
  157. package/iconbutton/internal/filled-styles.css.map +1 -1
  158. package/iconbutton/internal/filled-styles.cssresult.d.ts +3 -0
  159. package/iconbutton/internal/filled-styles.cssresult.js +11 -0
  160. package/iconbutton/internal/filled-styles.cssresult.js.map +1 -0
  161. package/iconbutton/internal/filled-tonal-styles.css +1 -1
  162. package/iconbutton/internal/filled-tonal-styles.css.map +1 -1
  163. package/iconbutton/internal/filled-tonal-styles.cssresult.d.ts +3 -0
  164. package/iconbutton/internal/filled-tonal-styles.cssresult.js +11 -0
  165. package/iconbutton/internal/filled-tonal-styles.cssresult.js.map +1 -0
  166. package/iconbutton/internal/icon-button.d.ts +2 -36
  167. package/iconbutton/internal/icon-button.js +33 -84
  168. package/iconbutton/internal/icon-button.js.map +1 -1
  169. package/iconbutton/internal/outlined-styles.css +1 -1
  170. package/iconbutton/internal/outlined-styles.css.map +1 -1
  171. package/iconbutton/internal/outlined-styles.cssresult.d.ts +3 -0
  172. package/iconbutton/internal/outlined-styles.cssresult.js +11 -0
  173. package/iconbutton/internal/outlined-styles.cssresult.js.map +1 -0
  174. package/iconbutton/internal/shared-styles.cssresult.d.ts +3 -0
  175. package/iconbutton/internal/shared-styles.cssresult.js +11 -0
  176. package/iconbutton/internal/shared-styles.cssresult.js.map +1 -0
  177. package/iconbutton/internal/standard-styles.css +1 -1
  178. package/iconbutton/internal/standard-styles.css.map +1 -1
  179. package/iconbutton/internal/standard-styles.cssresult.d.ts +3 -0
  180. package/iconbutton/internal/standard-styles.cssresult.js +11 -0
  181. package/iconbutton/internal/standard-styles.cssresult.js.map +1 -0
  182. package/iconbutton/outlined-icon-button.js +2 -2
  183. package/iconbutton/outlined-icon-button.js.map +1 -1
  184. package/internal/aria/aria.d.ts +1 -1
  185. package/internal/events/dispatch-hooks.js +32 -27
  186. package/internal/events/dispatch-hooks.js.map +1 -1
  187. package/labs/aria/command.d.ts +18 -0
  188. package/labs/aria/command.js +204 -0
  189. package/labs/aria/command.js.map +1 -0
  190. package/labs/aria/menu/md-aria-menuitem.d.ts +11 -0
  191. package/labs/aria/menu/md-aria-menuitem.js +8 -0
  192. package/labs/aria/menu/md-aria-menuitem.js.map +1 -0
  193. package/labs/aria/menu/md-aria-menulist.d.ts +11 -0
  194. package/labs/aria/menu/md-aria-menulist.js +8 -0
  195. package/labs/aria/menu/md-aria-menulist.js.map +1 -0
  196. package/labs/aria/menu/menuitem.d.ts +26 -0
  197. package/labs/aria/menu/menuitem.js +86 -0
  198. package/labs/aria/menu/menuitem.js.map +1 -0
  199. package/labs/aria/menu/menulist.d.ts +25 -0
  200. package/labs/aria/menu/menulist.js +138 -0
  201. package/labs/aria/menu/menulist.js.map +1 -0
  202. package/labs/aria/query-associated.d.ts +23 -0
  203. package/labs/aria/query-associated.js +36 -0
  204. package/labs/aria/query-associated.js.map +1 -0
  205. package/labs/aria/tabs/md-aria-tab.d.ts +11 -0
  206. package/labs/aria/tabs/md-aria-tab.js +8 -0
  207. package/labs/aria/tabs/md-aria-tab.js.map +1 -0
  208. package/labs/aria/tabs/md-aria-tablist.d.ts +11 -0
  209. package/labs/aria/tabs/md-aria-tablist.js +8 -0
  210. package/labs/aria/tabs/md-aria-tablist.js.map +1 -0
  211. package/labs/aria/tabs/md-aria-tabpanel.d.ts +11 -0
  212. package/labs/aria/tabs/md-aria-tabpanel.js +8 -0
  213. package/labs/aria/tabs/md-aria-tabpanel.js.map +1 -0
  214. package/labs/aria/tabs/tab.d.ts +33 -0
  215. package/labs/aria/tabs/tab.js +88 -0
  216. package/labs/aria/tabs/tab.js.map +1 -0
  217. package/labs/aria/tabs/tablist.d.ts +67 -0
  218. package/labs/aria/tabs/tablist.js +271 -0
  219. package/labs/aria/tabs/tablist.js.map +1 -0
  220. package/labs/aria/tabs/tabpanel.d.ts +26 -0
  221. package/labs/aria/tabs/tabpanel.js +53 -0
  222. package/labs/aria/tabs/tabpanel.js.map +1 -0
  223. package/labs/badge/badge.js +1 -1
  224. package/labs/badge/badge.js.map +1 -1
  225. package/labs/badge/internal/badge-styles.cssresult.d.ts +3 -0
  226. package/labs/badge/internal/badge-styles.cssresult.js +11 -0
  227. package/labs/badge/internal/badge-styles.cssresult.js.map +1 -0
  228. package/labs/behaviors/element-internals.js.map +1 -1
  229. package/labs/behaviors/form-associated.d.ts +10 -30
  230. package/labs/behaviors/form-associated.js +4 -15
  231. package/labs/behaviors/form-associated.js.map +1 -1
  232. package/{internal/controller → labs/behaviors}/form-submitter.d.ts +11 -17
  233. package/labs/behaviors/form-submitter.js +87 -0
  234. package/labs/behaviors/form-submitter.js.map +1 -0
  235. package/labs/card/elevated-card.js +2 -2
  236. package/labs/card/elevated-card.js.map +1 -1
  237. package/labs/card/filled-card.js +2 -2
  238. package/labs/card/filled-card.js.map +1 -1
  239. package/labs/card/internal/elevated-styles.cssresult.d.ts +3 -0
  240. package/labs/card/internal/elevated-styles.cssresult.js +11 -0
  241. package/labs/card/internal/elevated-styles.cssresult.js.map +1 -0
  242. package/labs/card/internal/filled-styles.cssresult.d.ts +3 -0
  243. package/labs/card/internal/filled-styles.cssresult.js +11 -0
  244. package/labs/card/internal/filled-styles.cssresult.js.map +1 -0
  245. package/labs/card/internal/outlined-styles.cssresult.d.ts +3 -0
  246. package/labs/card/internal/outlined-styles.cssresult.js +11 -0
  247. package/labs/card/internal/outlined-styles.cssresult.js.map +1 -0
  248. package/labs/card/internal/shared-styles.cssresult.d.ts +3 -0
  249. package/labs/card/internal/shared-styles.cssresult.js +11 -0
  250. package/labs/card/internal/shared-styles.cssresult.js.map +1 -0
  251. package/labs/card/outlined-card.js +2 -2
  252. package/labs/card/outlined-card.js.map +1 -1
  253. package/labs/gb/components/appbar/app-bar-element.d.ts +54 -0
  254. package/labs/gb/components/appbar/app-bar-element.js +145 -0
  255. package/labs/gb/components/appbar/app-bar-element.js.map +1 -0
  256. package/labs/gb/components/appbar/app-bar.css +4 -0
  257. package/labs/gb/components/appbar/app-bar.css.map +1 -0
  258. package/labs/gb/components/appbar/app-bar.cssresult.d.ts +3 -0
  259. package/labs/gb/components/appbar/app-bar.cssresult.js +14 -0
  260. package/labs/gb/components/appbar/app-bar.cssresult.js.map +1 -0
  261. package/labs/gb/components/appbar/app-bar.d.ts +71 -0
  262. package/labs/gb/components/appbar/app-bar.js +96 -0
  263. package/labs/gb/components/appbar/app-bar.js.map +1 -0
  264. package/labs/gb/components/appbar/md-gb-app-bar.d.ts +12 -0
  265. package/labs/gb/components/appbar/md-gb-app-bar.js +8 -0
  266. package/labs/gb/components/appbar/md-gb-app-bar.js.map +1 -0
  267. package/labs/gb/components/badge/badge-element.d.ts +16 -0
  268. package/labs/gb/components/badge/badge-element.js +50 -0
  269. package/labs/gb/components/badge/badge-element.js.map +1 -0
  270. package/labs/gb/components/badge/badge.css +4 -0
  271. package/labs/gb/components/badge/badge.css.map +1 -0
  272. package/labs/gb/components/badge/badge.cssresult.d.ts +3 -0
  273. package/labs/gb/components/badge/badge.cssresult.js +14 -0
  274. package/labs/gb/components/badge/badge.cssresult.js.map +1 -0
  275. package/labs/gb/components/badge/badge.d.ts +32 -0
  276. package/labs/gb/components/badge/badge.js +35 -0
  277. package/labs/gb/components/badge/badge.js.map +1 -0
  278. package/labs/gb/components/badge/md-gb-badge.d.ts +12 -0
  279. package/labs/gb/components/badge/md-gb-badge.js +8 -0
  280. package/labs/gb/components/badge/md-gb-badge.js.map +1 -0
  281. package/labs/gb/components/button/button-element.d.ts +101 -0
  282. package/labs/gb/components/button/button-element.js +282 -0
  283. package/labs/gb/components/button/button-element.js.map +1 -0
  284. package/labs/gb/components/button/button.css +4 -0
  285. package/labs/gb/components/button/button.css.map +1 -0
  286. package/labs/gb/components/button/button.cssresult.d.ts +3 -0
  287. package/labs/gb/components/button/button.cssresult.js +14 -0
  288. package/labs/gb/components/button/button.cssresult.js.map +1 -0
  289. package/labs/gb/components/button/button.d.ts +85 -0
  290. package/labs/gb/components/button/button.js +119 -0
  291. package/labs/gb/components/button/button.js.map +1 -0
  292. package/labs/gb/components/button/md-gb-button.d.ts +12 -0
  293. package/labs/gb/components/button/md-gb-button.js +8 -0
  294. package/labs/gb/components/button/md-gb-button.js.map +1 -0
  295. package/labs/gb/components/card/card-element.d.ts +44 -0
  296. package/labs/gb/components/card/card-element.js +170 -0
  297. package/labs/gb/components/card/card-element.js.map +1 -0
  298. package/labs/gb/components/card/card.css +4 -0
  299. package/labs/gb/components/card/card.css.map +1 -0
  300. package/labs/gb/components/card/card.cssresult.d.ts +3 -0
  301. package/labs/gb/components/card/card.cssresult.js +14 -0
  302. package/labs/gb/components/card/card.cssresult.js.map +1 -0
  303. package/labs/gb/components/card/card.d.ts +57 -0
  304. package/labs/gb/components/card/card.js +58 -0
  305. package/labs/gb/components/card/card.js.map +1 -0
  306. package/labs/gb/components/card/md-gb-card.d.ts +12 -0
  307. package/labs/gb/components/card/md-gb-card.js +8 -0
  308. package/labs/gb/components/card/md-gb-card.js.map +1 -0
  309. package/labs/gb/components/checkbox/checkbox-element.d.ts +85 -0
  310. package/labs/gb/components/checkbox/checkbox-element.js +185 -0
  311. package/labs/gb/components/checkbox/checkbox-element.js.map +1 -0
  312. package/labs/gb/components/checkbox/checkbox.css +4 -0
  313. package/labs/gb/components/checkbox/checkbox.css.map +1 -0
  314. package/labs/gb/components/checkbox/checkbox.cssresult.d.ts +3 -0
  315. package/labs/gb/components/checkbox/checkbox.cssresult.js +14 -0
  316. package/labs/gb/components/checkbox/checkbox.cssresult.js.map +1 -0
  317. package/labs/gb/components/checkbox/checkbox.d.ts +59 -0
  318. package/labs/gb/components/checkbox/checkbox.js +62 -0
  319. package/labs/gb/components/checkbox/checkbox.js.map +1 -0
  320. package/labs/gb/components/checkbox/md-gb-checkbox.d.ts +12 -0
  321. package/labs/gb/components/checkbox/md-gb-checkbox.js +8 -0
  322. package/labs/gb/components/checkbox/md-gb-checkbox.js.map +1 -0
  323. package/labs/gb/components/chip/chip-element.d.ts +74 -0
  324. package/labs/gb/components/chip/chip-element.js +234 -0
  325. package/labs/gb/components/chip/chip-element.js.map +1 -0
  326. package/labs/gb/components/chip/chip.css +4 -0
  327. package/labs/gb/components/chip/chip.css.map +1 -0
  328. package/labs/gb/components/chip/chip.cssresult.d.ts +3 -0
  329. package/labs/gb/components/chip/chip.cssresult.js +14 -0
  330. package/labs/gb/components/chip/chip.cssresult.js.map +1 -0
  331. package/labs/gb/components/chip/chip.d.ts +77 -0
  332. package/labs/gb/components/chip/chip.js +99 -0
  333. package/labs/gb/components/chip/chip.js.map +1 -0
  334. package/labs/gb/components/chip/md-gb-chip.d.ts +13 -0
  335. package/labs/gb/components/chip/md-gb-chip.js +9 -0
  336. package/labs/gb/components/chip/md-gb-chip.js.map +1 -0
  337. package/labs/gb/components/divider/divider-element.d.ts +22 -0
  338. package/labs/gb/components/divider/divider-element.js +52 -0
  339. package/labs/gb/components/divider/divider-element.js.map +1 -0
  340. package/labs/gb/components/divider/divider.css +4 -0
  341. package/labs/gb/components/divider/divider.css.map +1 -0
  342. package/labs/gb/components/divider/divider.cssresult.d.ts +3 -0
  343. package/labs/gb/components/divider/divider.cssresult.js +14 -0
  344. package/labs/gb/components/divider/divider.cssresult.js.map +1 -0
  345. package/labs/gb/components/divider/divider.d.ts +44 -0
  346. package/labs/gb/components/divider/divider.js +47 -0
  347. package/labs/gb/components/divider/divider.js.map +1 -0
  348. package/labs/gb/components/divider/md-gb-divider.d.ts +12 -0
  349. package/labs/gb/components/divider/md-gb-divider.js +8 -0
  350. package/labs/gb/components/divider/md-gb-divider.js.map +1 -0
  351. package/labs/gb/components/fab/fab-element.d.ts +33 -0
  352. package/labs/gb/components/fab/fab-element.js +69 -0
  353. package/labs/gb/components/fab/fab-element.js.map +1 -0
  354. package/labs/gb/components/fab/fab.css +4 -0
  355. package/labs/gb/components/fab/fab.css.map +1 -0
  356. package/labs/gb/components/fab/fab.cssresult.d.ts +3 -0
  357. package/labs/gb/components/fab/fab.cssresult.js +14 -0
  358. package/labs/gb/components/fab/fab.cssresult.js.map +1 -0
  359. package/labs/gb/components/fab/fab.d.ts +84 -0
  360. package/labs/gb/components/fab/fab.js +92 -0
  361. package/labs/gb/components/fab/fab.js.map +1 -0
  362. package/labs/gb/components/fab/md-gb-fab.d.ts +12 -0
  363. package/labs/gb/components/fab/md-gb-fab.js +8 -0
  364. package/labs/gb/components/fab/md-gb-fab.js.map +1 -0
  365. package/labs/gb/components/focus/focus-ring.css +4 -0
  366. package/labs/gb/components/focus/focus-ring.css.map +1 -0
  367. package/labs/gb/components/focus/focus-ring.cssresult.d.ts +3 -0
  368. package/labs/gb/components/focus/focus-ring.cssresult.js +14 -0
  369. package/labs/gb/components/focus/focus-ring.cssresult.js.map +1 -0
  370. package/labs/gb/components/focus/focus-ring.d.ts +36 -0
  371. package/labs/gb/components/focus/focus-ring.js +34 -0
  372. package/labs/gb/components/focus/focus-ring.js.map +1 -0
  373. package/labs/gb/components/iconbutton/icon-button-element.d.ts +83 -0
  374. package/labs/gb/components/iconbutton/icon-button-element.js +188 -0
  375. package/labs/gb/components/iconbutton/icon-button-element.js.map +1 -0
  376. package/labs/gb/components/iconbutton/icon-button.css +4 -0
  377. package/labs/gb/components/iconbutton/icon-button.css.map +1 -0
  378. package/labs/gb/components/iconbutton/icon-button.cssresult.d.ts +3 -0
  379. package/labs/gb/components/iconbutton/icon-button.cssresult.js +14 -0
  380. package/labs/gb/components/iconbutton/icon-button.cssresult.js.map +1 -0
  381. package/labs/gb/components/iconbutton/icon-button.d.ts +97 -0
  382. package/labs/gb/components/iconbutton/icon-button.js +122 -0
  383. package/labs/gb/components/iconbutton/icon-button.js.map +1 -0
  384. package/labs/gb/components/iconbutton/md-gb-icon-button.d.ts +12 -0
  385. package/labs/gb/components/iconbutton/md-gb-icon-button.js +8 -0
  386. package/labs/gb/components/iconbutton/md-gb-icon-button.js.map +1 -0
  387. package/labs/gb/components/list/list-element.d.ts +26 -0
  388. package/labs/gb/components/list/list-element.js +53 -0
  389. package/labs/gb/components/list/list-element.js.map +1 -0
  390. package/labs/gb/components/list/list-item-element.d.ts +82 -0
  391. package/labs/gb/components/list/list-item-element.js +162 -0
  392. package/labs/gb/components/list/list-item-element.js.map +1 -0
  393. package/labs/gb/components/list/list.css +4 -0
  394. package/labs/gb/components/list/list.css.map +1 -0
  395. package/labs/gb/components/list/list.cssresult.d.ts +3 -0
  396. package/labs/gb/components/list/list.cssresult.js +14 -0
  397. package/labs/gb/components/list/list.cssresult.js.map +1 -0
  398. package/labs/gb/components/list/list.d.ts +103 -0
  399. package/labs/gb/components/list/list.js +109 -0
  400. package/labs/gb/components/list/list.js.map +1 -0
  401. package/labs/gb/components/list/md-gb-list-item.d.ts +12 -0
  402. package/labs/gb/components/list/md-gb-list-item.js +8 -0
  403. package/labs/gb/components/list/md-gb-list-item.js.map +1 -0
  404. package/labs/gb/components/list/md-gb-list.d.ts +12 -0
  405. package/labs/gb/components/list/md-gb-list.js +8 -0
  406. package/labs/gb/components/list/md-gb-list.js.map +1 -0
  407. package/labs/gb/components/menu/md-gb-menu-group.d.ts +12 -0
  408. package/labs/gb/components/menu/md-gb-menu-group.js +8 -0
  409. package/labs/gb/components/menu/md-gb-menu-group.js.map +1 -0
  410. package/labs/gb/components/menu/md-gb-menu-item.d.ts +12 -0
  411. package/labs/gb/components/menu/md-gb-menu-item.js +8 -0
  412. package/labs/gb/components/menu/md-gb-menu-item.js.map +1 -0
  413. package/labs/gb/components/menu/md-gb-menu.d.ts +12 -0
  414. package/labs/gb/components/menu/md-gb-menu.js +8 -0
  415. package/labs/gb/components/menu/md-gb-menu.js.map +1 -0
  416. package/labs/gb/components/menu/menu-element.d.ts +33 -0
  417. package/labs/gb/components/menu/menu-element.js +148 -0
  418. package/labs/gb/components/menu/menu-element.js.map +1 -0
  419. package/labs/gb/components/menu/menu-group-element.d.ts +24 -0
  420. package/labs/gb/components/menu/menu-group-element.js +66 -0
  421. package/labs/gb/components/menu/menu-group-element.js.map +1 -0
  422. package/labs/gb/components/menu/menu-item-element.d.ts +60 -0
  423. package/labs/gb/components/menu/menu-item-element.js +197 -0
  424. package/labs/gb/components/menu/menu-item-element.js.map +1 -0
  425. package/labs/gb/components/menu/menu.css +4 -0
  426. package/labs/gb/components/menu/menu.css.map +1 -0
  427. package/labs/gb/components/menu/menu.cssresult.d.ts +3 -0
  428. package/labs/gb/components/menu/menu.cssresult.js +14 -0
  429. package/labs/gb/components/menu/menu.cssresult.js.map +1 -0
  430. package/labs/gb/components/menu/menu.d.ts +117 -0
  431. package/labs/gb/components/menu/menu.js +107 -0
  432. package/labs/gb/components/menu/menu.js.map +1 -0
  433. package/labs/gb/components/radio/md-gb-radio.d.ts +12 -0
  434. package/labs/gb/components/radio/md-gb-radio.js +8 -0
  435. package/labs/gb/components/radio/md-gb-radio.js.map +1 -0
  436. package/labs/gb/components/radio/radio-element.d.ts +66 -0
  437. package/labs/gb/components/radio/radio-element.js +192 -0
  438. package/labs/gb/components/radio/radio-element.js.map +1 -0
  439. package/labs/gb/components/radio/radio.css +4 -0
  440. package/labs/gb/components/radio/radio.css.map +1 -0
  441. package/labs/gb/components/radio/radio.cssresult.d.ts +3 -0
  442. package/labs/gb/components/radio/radio.cssresult.js +14 -0
  443. package/labs/gb/components/radio/radio.cssresult.js.map +1 -0
  444. package/labs/gb/components/radio/radio.d.ts +57 -0
  445. package/labs/gb/components/radio/radio.js +62 -0
  446. package/labs/gb/components/radio/radio.js.map +1 -0
  447. package/labs/gb/components/ripple/ripple.css +4 -0
  448. package/labs/gb/components/ripple/ripple.css.map +1 -0
  449. package/labs/gb/components/ripple/ripple.cssresult.d.ts +3 -0
  450. package/labs/gb/components/ripple/ripple.cssresult.js +14 -0
  451. package/labs/gb/components/ripple/ripple.cssresult.js.map +1 -0
  452. package/labs/gb/components/ripple/ripple.d.ts +77 -0
  453. package/labs/gb/components/ripple/ripple.js +148 -0
  454. package/labs/gb/components/ripple/ripple.js.map +1 -0
  455. package/labs/gb/components/shared/directives.d.ts +93 -0
  456. package/labs/gb/components/shared/directives.js +111 -0
  457. package/labs/gb/components/shared/directives.js.map +1 -0
  458. package/labs/gb/components/shared/has-slotted.d.ts +10 -0
  459. package/labs/gb/components/shared/has-slotted.js +19 -0
  460. package/labs/gb/components/shared/has-slotted.js.map +1 -0
  461. package/labs/gb/components/shared/pseudo-classes.d.ts +33 -0
  462. package/labs/gb/components/shared/pseudo-classes.js +36 -0
  463. package/labs/gb/components/shared/pseudo-classes.js.map +1 -0
  464. package/labs/gb/components/splitbutton/md-gb-split-button.d.ts +12 -0
  465. package/labs/gb/components/splitbutton/md-gb-split-button.js +8 -0
  466. package/labs/gb/components/splitbutton/md-gb-split-button.js.map +1 -0
  467. package/labs/gb/components/splitbutton/split-button-element.d.ts +34 -0
  468. package/labs/gb/components/splitbutton/split-button-element.js +129 -0
  469. package/labs/gb/components/splitbutton/split-button-element.js.map +1 -0
  470. package/labs/gb/components/splitbutton/split-button.css +4 -0
  471. package/labs/gb/components/splitbutton/split-button.css.map +1 -0
  472. package/labs/gb/components/splitbutton/split-button.cssresult.d.ts +3 -0
  473. package/labs/gb/components/splitbutton/split-button.cssresult.js +14 -0
  474. package/labs/gb/components/splitbutton/split-button.cssresult.js.map +1 -0
  475. package/labs/gb/components/splitbutton/split-button.d.ts +47 -0
  476. package/labs/gb/components/splitbutton/split-button.js +46 -0
  477. package/labs/gb/components/splitbutton/split-button.js.map +1 -0
  478. package/labs/gb/components/switch/md-gb-switch.d.ts +12 -0
  479. package/labs/gb/components/switch/md-gb-switch.js +8 -0
  480. package/labs/gb/components/switch/md-gb-switch.js.map +1 -0
  481. package/labs/gb/components/switch/switch-element.d.ts +79 -0
  482. package/labs/gb/components/switch/switch-element.js +177 -0
  483. package/labs/gb/components/switch/switch-element.js.map +1 -0
  484. package/labs/gb/components/switch/switch.css +4 -0
  485. package/labs/gb/components/switch/switch.css.map +1 -0
  486. package/labs/gb/components/switch/switch.cssresult.d.ts +3 -0
  487. package/labs/gb/components/switch/switch.cssresult.js +14 -0
  488. package/labs/gb/components/switch/switch.cssresult.js.map +1 -0
  489. package/labs/gb/components/switch/switch.d.ts +54 -0
  490. package/labs/gb/components/switch/switch.js +85 -0
  491. package/labs/gb/components/switch/switch.js.map +1 -0
  492. package/labs/gb/styles/adopt-styles.d.ts +41 -0
  493. package/labs/gb/styles/adopt-styles.js +62 -0
  494. package/labs/gb/styles/adopt-styles.js.map +1 -0
  495. package/labs/gb/styles/color/md-color-tokens-full.css +4 -0
  496. package/labs/gb/styles/color/md-color-tokens-full.css.map +1 -0
  497. package/labs/gb/styles/color/md-color-tokens-full.cssresult.d.ts +3 -0
  498. package/labs/gb/styles/color/md-color-tokens-full.cssresult.js +14 -0
  499. package/labs/gb/styles/color/md-color-tokens-full.cssresult.js.map +1 -0
  500. package/labs/gb/styles/color/md-color-tokens.css +4 -0
  501. package/labs/gb/styles/color/md-color-tokens.css.map +1 -0
  502. package/labs/gb/styles/color/md-color-tokens.cssresult.d.ts +3 -0
  503. package/labs/gb/styles/color/md-color-tokens.cssresult.js +14 -0
  504. package/labs/gb/styles/color/md-color-tokens.cssresult.js.map +1 -0
  505. package/labs/gb/styles/elevation/md-elevation-tokens.css +4 -0
  506. package/labs/gb/styles/elevation/md-elevation-tokens.css.map +1 -0
  507. package/labs/gb/styles/elevation/md-elevation-tokens.cssresult.d.ts +3 -0
  508. package/labs/gb/styles/elevation/md-elevation-tokens.cssresult.js +14 -0
  509. package/labs/gb/styles/elevation/md-elevation-tokens.cssresult.js.map +1 -0
  510. package/labs/gb/styles/icon/icon-element.d.ts +15 -0
  511. package/labs/gb/styles/icon/icon-element.js +23 -0
  512. package/labs/gb/styles/icon/icon-element.js.map +1 -0
  513. package/labs/gb/styles/icon/md-gb-icon.d.ts +12 -0
  514. package/labs/gb/styles/icon/md-gb-icon.js +8 -0
  515. package/labs/gb/styles/icon/md-gb-icon.js.map +1 -0
  516. package/labs/gb/styles/icon/md-icon.css +4 -0
  517. package/labs/gb/styles/icon/md-icon.css.map +1 -0
  518. package/labs/gb/styles/icon/md-icon.cssresult.d.ts +3 -0
  519. package/labs/gb/styles/icon/md-icon.cssresult.js +14 -0
  520. package/labs/gb/styles/icon/md-icon.cssresult.js.map +1 -0
  521. package/labs/gb/styles/m3.css +25 -0
  522. package/labs/gb/styles/m3.css.map +1 -0
  523. package/labs/gb/styles/m3.cssresult.d.ts +3 -0
  524. package/labs/gb/styles/m3.cssresult.js +35 -0
  525. package/labs/gb/styles/m3.cssresult.js.map +1 -0
  526. package/labs/gb/styles/motion/md-motion-tokens-easing.css +4 -0
  527. package/labs/gb/styles/motion/md-motion-tokens-easing.css.map +1 -0
  528. package/labs/gb/styles/motion/md-motion-tokens-easing.cssresult.d.ts +3 -0
  529. package/labs/gb/styles/motion/md-motion-tokens-easing.cssresult.js +14 -0
  530. package/labs/gb/styles/motion/md-motion-tokens-easing.cssresult.js.map +1 -0
  531. package/labs/gb/styles/shape/md-shape-tokens.css +4 -0
  532. package/labs/gb/styles/shape/md-shape-tokens.css.map +1 -0
  533. package/labs/gb/styles/shape/md-shape-tokens.cssresult.d.ts +3 -0
  534. package/labs/gb/styles/shape/md-shape-tokens.cssresult.js +14 -0
  535. package/labs/gb/styles/shape/md-shape-tokens.cssresult.js.map +1 -0
  536. package/labs/gb/styles/space/md-space-tokens.css +4 -0
  537. package/labs/gb/styles/space/md-space-tokens.css.map +1 -0
  538. package/labs/gb/styles/space/md-space-tokens.cssresult.d.ts +3 -0
  539. package/labs/gb/styles/space/md-space-tokens.cssresult.js +14 -0
  540. package/labs/gb/styles/space/md-space-tokens.cssresult.js.map +1 -0
  541. package/labs/gb/styles/tailwind.css +4 -0
  542. package/labs/gb/styles/tailwind.css.map +1 -0
  543. package/labs/gb/styles/tailwind.cssresult.d.ts +3 -0
  544. package/labs/gb/styles/tailwind.cssresult.js +14 -0
  545. package/labs/gb/styles/tailwind.cssresult.js.map +1 -0
  546. package/labs/gb/styles/typography/md-typography-tokens.css +4 -0
  547. package/labs/gb/styles/typography/md-typography-tokens.css.map +1 -0
  548. package/labs/gb/styles/typography/md-typography-tokens.cssresult.d.ts +3 -0
  549. package/labs/gb/styles/typography/md-typography-tokens.cssresult.js +14 -0
  550. package/labs/gb/styles/typography/md-typography-tokens.cssresult.js.map +1 -0
  551. package/labs/item/internal/item-styles.cssresult.d.ts +3 -0
  552. package/labs/item/internal/item-styles.cssresult.js +11 -0
  553. package/labs/item/internal/item-styles.cssresult.js.map +1 -0
  554. package/labs/item/item.js +1 -1
  555. package/labs/item/item.js.map +1 -1
  556. package/labs/navigationbar/internal/navigation-bar-styles.cssresult.d.ts +3 -0
  557. package/labs/navigationbar/internal/navigation-bar-styles.cssresult.js +11 -0
  558. package/labs/navigationbar/internal/navigation-bar-styles.cssresult.js.map +1 -0
  559. package/labs/navigationbar/navigation-bar.js +1 -1
  560. package/labs/navigationbar/navigation-bar.js.map +1 -1
  561. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.cssresult.d.ts +3 -0
  562. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.cssresult.js +11 -0
  563. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.cssresult.js.map +1 -0
  564. package/labs/navigationdrawer/internal/navigation-drawer-styles.cssresult.d.ts +3 -0
  565. package/labs/navigationdrawer/internal/navigation-drawer-styles.cssresult.js +11 -0
  566. package/labs/navigationdrawer/internal/navigation-drawer-styles.cssresult.js.map +1 -0
  567. package/labs/navigationdrawer/internal/shared-styles.cssresult.d.ts +3 -0
  568. package/labs/navigationdrawer/internal/shared-styles.cssresult.js +11 -0
  569. package/labs/navigationdrawer/internal/shared-styles.cssresult.js.map +1 -0
  570. package/labs/navigationdrawer/navigation-drawer-modal.js +2 -2
  571. package/labs/navigationdrawer/navigation-drawer-modal.js.map +1 -1
  572. package/labs/navigationdrawer/navigation-drawer.js +2 -2
  573. package/labs/navigationdrawer/navigation-drawer.js.map +1 -1
  574. package/labs/navigationtab/internal/navigation-tab-styles.css +1 -1
  575. package/labs/navigationtab/internal/navigation-tab-styles.css.map +1 -1
  576. package/labs/navigationtab/internal/navigation-tab-styles.cssresult.d.ts +3 -0
  577. package/labs/navigationtab/internal/navigation-tab-styles.cssresult.js +11 -0
  578. package/labs/navigationtab/internal/navigation-tab-styles.cssresult.js.map +1 -0
  579. package/labs/navigationtab/navigation-tab.js +1 -1
  580. package/labs/navigationtab/navigation-tab.js.map +1 -1
  581. package/labs/segmentedbutton/internal/outlined-styles.cssresult.d.ts +3 -0
  582. package/labs/segmentedbutton/internal/outlined-styles.cssresult.js +11 -0
  583. package/labs/segmentedbutton/internal/outlined-styles.cssresult.js.map +1 -0
  584. package/labs/segmentedbutton/internal/shared-styles.css +1 -1
  585. package/labs/segmentedbutton/internal/shared-styles.css.map +1 -1
  586. package/labs/segmentedbutton/internal/shared-styles.cssresult.d.ts +3 -0
  587. package/labs/segmentedbutton/internal/shared-styles.cssresult.js +11 -0
  588. package/labs/segmentedbutton/internal/shared-styles.cssresult.js.map +1 -0
  589. package/labs/segmentedbutton/outlined-segmented-button.js +2 -2
  590. package/labs/segmentedbutton/outlined-segmented-button.js.map +1 -1
  591. package/labs/segmentedbuttonset/internal/outlined-styles.cssresult.d.ts +3 -0
  592. package/labs/segmentedbuttonset/internal/outlined-styles.cssresult.js +11 -0
  593. package/labs/segmentedbuttonset/internal/outlined-styles.cssresult.js.map +1 -0
  594. package/labs/segmentedbuttonset/internal/shared-styles.cssresult.d.ts +3 -0
  595. package/labs/segmentedbuttonset/internal/shared-styles.cssresult.js +11 -0
  596. package/labs/segmentedbuttonset/internal/shared-styles.cssresult.js.map +1 -0
  597. package/labs/segmentedbuttonset/outlined-segmented-button-set.js +2 -2
  598. package/labs/segmentedbuttonset/outlined-segmented-button-set.js.map +1 -1
  599. package/list/internal/list-styles.cssresult.d.ts +3 -0
  600. package/list/internal/list-styles.cssresult.js +11 -0
  601. package/list/internal/list-styles.cssresult.js.map +1 -0
  602. package/list/internal/listitem/list-item-styles.css +1 -1
  603. package/list/internal/listitem/list-item-styles.css.map +1 -1
  604. package/list/internal/listitem/list-item-styles.cssresult.d.ts +3 -0
  605. package/list/internal/listitem/list-item-styles.cssresult.js +11 -0
  606. package/list/internal/listitem/list-item-styles.cssresult.js.map +1 -0
  607. package/list/internal/listitem/list-item.d.ts +6 -1
  608. package/list/internal/listitem/list-item.js +4 -1
  609. package/list/internal/listitem/list-item.js.map +1 -1
  610. package/list/list-item.js +1 -1
  611. package/list/list-item.js.map +1 -1
  612. package/list/list.js +1 -1
  613. package/list/list.js.map +1 -1
  614. package/menu/internal/controllers/menuItemController.d.ts +1 -1
  615. package/menu/internal/menu-styles.cssresult.d.ts +3 -0
  616. package/menu/internal/menu-styles.cssresult.js +11 -0
  617. package/menu/internal/menu-styles.cssresult.js.map +1 -0
  618. package/menu/internal/menuitem/menu-item-styles.css +1 -1
  619. package/menu/internal/menuitem/menu-item-styles.css.map +1 -1
  620. package/menu/internal/menuitem/menu-item-styles.cssresult.d.ts +3 -0
  621. package/menu/internal/menuitem/menu-item-styles.cssresult.js +11 -0
  622. package/menu/internal/menuitem/menu-item-styles.cssresult.js.map +1 -0
  623. package/menu/internal/menuitem/menu-item.d.ts +2 -0
  624. package/menu/internal/submenu/sub-menu-styles.cssresult.d.ts +3 -0
  625. package/menu/internal/submenu/sub-menu-styles.cssresult.js +11 -0
  626. package/menu/internal/submenu/sub-menu-styles.cssresult.js.map +1 -0
  627. package/menu/internal/submenu/sub-menu.d.ts +5 -1
  628. package/menu/internal/submenu/sub-menu.js +5 -1
  629. package/menu/internal/submenu/sub-menu.js.map +1 -1
  630. package/menu/menu-item.js +1 -1
  631. package/menu/menu-item.js.map +1 -1
  632. package/menu/menu.js +1 -1
  633. package/menu/menu.js.map +1 -1
  634. package/menu/sub-menu.js +1 -1
  635. package/menu/sub-menu.js.map +1 -1
  636. package/package.json +30 -90
  637. package/progress/circular-progress.js +1 -1
  638. package/progress/circular-progress.js.map +1 -1
  639. package/progress/internal/circular-progress-styles.cssresult.d.ts +3 -0
  640. package/progress/internal/circular-progress-styles.cssresult.js +11 -0
  641. package/progress/internal/circular-progress-styles.cssresult.js.map +1 -0
  642. package/progress/internal/linear-progress-styles.cssresult.d.ts +3 -0
  643. package/progress/internal/linear-progress-styles.cssresult.js +11 -0
  644. package/progress/internal/linear-progress-styles.cssresult.js.map +1 -0
  645. package/progress/linear-progress.js +1 -1
  646. package/progress/linear-progress.js.map +1 -1
  647. package/radio/internal/radio-styles.cssresult.d.ts +3 -0
  648. package/radio/internal/radio-styles.cssresult.js +11 -0
  649. package/radio/internal/radio-styles.cssresult.js.map +1 -0
  650. package/radio/internal/radio.d.ts +0 -2
  651. package/radio/internal/radio.js.map +1 -1
  652. package/radio/internal/single-selection-controller.js +23 -11
  653. package/radio/internal/single-selection-controller.js.map +1 -1
  654. package/radio/radio.js +1 -1
  655. package/radio/radio.js.map +1 -1
  656. package/ripple/internal/ripple-styles.cssresult.d.ts +3 -0
  657. package/ripple/internal/ripple-styles.cssresult.js +11 -0
  658. package/ripple/internal/ripple-styles.cssresult.js.map +1 -0
  659. package/ripple/internal/ripple.d.ts +0 -7
  660. package/ripple/internal/ripple.js +19 -25
  661. package/ripple/internal/ripple.js.map +1 -1
  662. package/ripple/ripple.js +1 -1
  663. package/ripple/ripple.js.map +1 -1
  664. package/sass/ext/tests.css +1 -0
  665. package/sass/ext/tests.css.map +1 -0
  666. package/sass/ext/tests.cssresult.d.ts +3 -0
  667. package/sass/ext/tests.cssresult.js +11 -0
  668. package/sass/ext/tests.cssresult.js.map +1 -0
  669. package/select/filled-select.js +2 -2
  670. package/select/filled-select.js.map +1 -1
  671. package/select/internal/filled-select-styles.cssresult.d.ts +3 -0
  672. package/select/internal/filled-select-styles.cssresult.js +11 -0
  673. package/select/internal/filled-select-styles.cssresult.js.map +1 -0
  674. package/select/internal/outlined-select-styles.cssresult.d.ts +3 -0
  675. package/select/internal/outlined-select-styles.cssresult.js +11 -0
  676. package/select/internal/outlined-select-styles.cssresult.js.map +1 -0
  677. package/select/internal/select.d.ts +4 -2
  678. package/select/internal/select.js +6 -0
  679. package/select/internal/select.js.map +1 -1
  680. package/select/internal/selectoption/select-option.d.ts +2 -0
  681. package/select/internal/shared-styles.cssresult.d.ts +3 -0
  682. package/select/internal/shared-styles.cssresult.js +11 -0
  683. package/select/internal/shared-styles.cssresult.js.map +1 -0
  684. package/select/outlined-select.js +2 -2
  685. package/select/outlined-select.js.map +1 -1
  686. package/select/select-option.js +1 -1
  687. package/select/select-option.js.map +1 -1
  688. package/slider/internal/forced-colors-styles.cssresult.d.ts +3 -0
  689. package/slider/internal/forced-colors-styles.cssresult.js +11 -0
  690. package/slider/internal/forced-colors-styles.cssresult.js.map +1 -0
  691. package/slider/internal/slider-styles.css +1 -1
  692. package/slider/internal/slider-styles.css.map +1 -1
  693. package/slider/internal/slider-styles.cssresult.d.ts +3 -0
  694. package/slider/internal/slider-styles.cssresult.js +11 -0
  695. package/slider/internal/slider-styles.cssresult.js.map +1 -0
  696. package/slider/internal/slider.d.ts +0 -2
  697. package/slider/internal/slider.js.map +1 -1
  698. package/slider/slider.js +2 -2
  699. package/slider/slider.js.map +1 -1
  700. package/switch/internal/switch-styles.css +1 -1
  701. package/switch/internal/switch-styles.css.map +1 -1
  702. package/switch/internal/switch-styles.cssresult.d.ts +3 -0
  703. package/switch/internal/switch-styles.cssresult.js +11 -0
  704. package/switch/internal/switch-styles.cssresult.js.map +1 -0
  705. package/switch/internal/switch.d.ts +0 -2
  706. package/switch/internal/switch.js.map +1 -1
  707. package/switch/switch.js +1 -1
  708. package/switch/switch.js.map +1 -1
  709. package/tabs/internal/primary-tab-styles.cssresult.d.ts +3 -0
  710. package/tabs/internal/primary-tab-styles.cssresult.js +11 -0
  711. package/tabs/internal/primary-tab-styles.cssresult.js.map +1 -0
  712. package/tabs/internal/secondary-tab-styles.cssresult.d.ts +3 -0
  713. package/tabs/internal/secondary-tab-styles.cssresult.js +11 -0
  714. package/tabs/internal/secondary-tab-styles.cssresult.js.map +1 -0
  715. package/tabs/internal/tab-styles.css.map +1 -1
  716. package/tabs/internal/tab-styles.cssresult.d.ts +3 -0
  717. package/tabs/internal/tab-styles.cssresult.js +11 -0
  718. package/tabs/internal/tab-styles.cssresult.js.map +1 -0
  719. package/tabs/internal/tab.d.ts +1 -6
  720. package/tabs/internal/tab.js +7 -13
  721. package/tabs/internal/tab.js.map +1 -1
  722. package/tabs/internal/tabs-styles.cssresult.d.ts +3 -0
  723. package/tabs/internal/tabs-styles.cssresult.js +11 -0
  724. package/tabs/internal/tabs-styles.cssresult.js.map +1 -0
  725. package/tabs/primary-tab.js +2 -2
  726. package/tabs/primary-tab.js.map +1 -1
  727. package/tabs/secondary-tab.js +2 -2
  728. package/tabs/secondary-tab.js.map +1 -1
  729. package/tabs/tabs.js +1 -1
  730. package/tabs/tabs.js.map +1 -1
  731. package/textfield/filled-text-field.js +2 -2
  732. package/textfield/filled-text-field.js.map +1 -1
  733. package/textfield/internal/filled-styles.cssresult.d.ts +3 -0
  734. package/textfield/internal/filled-styles.cssresult.js +11 -0
  735. package/textfield/internal/filled-styles.cssresult.js.map +1 -0
  736. package/textfield/internal/outlined-styles.cssresult.d.ts +3 -0
  737. package/textfield/internal/outlined-styles.cssresult.js +11 -0
  738. package/textfield/internal/outlined-styles.cssresult.js.map +1 -0
  739. package/textfield/internal/shared-styles.cssresult.d.ts +3 -0
  740. package/textfield/internal/shared-styles.cssresult.js +11 -0
  741. package/textfield/internal/shared-styles.cssresult.js.map +1 -0
  742. package/textfield/internal/text-field.d.ts +10 -1
  743. package/textfield/internal/text-field.js +15 -0
  744. package/textfield/internal/text-field.js.map +1 -1
  745. package/textfield/outlined-text-field.js +2 -2
  746. package/textfield/outlined-text-field.js.map +1 -1
  747. package/tokens/v0_192/index.test.cssresult.d.ts +3 -0
  748. package/tokens/v0_192/index.test.cssresult.js +11 -0
  749. package/tokens/v0_192/index.test.cssresult.js.map +1 -0
  750. package/tokens/v0_192/lib.test.cssresult.d.ts +3 -0
  751. package/tokens/v0_192/lib.test.cssresult.js +11 -0
  752. package/tokens/v0_192/lib.test.cssresult.js.map +1 -0
  753. package/tokens/versions/latest/sass/_md-comp-app-bar-large-flexible-meta.scss +7 -0
  754. package/tokens/versions/latest/sass/_md-comp-app-bar-large-meta.scss +7 -0
  755. package/tokens/versions/latest/sass/_md-comp-app-bar-medium-flexible-meta.scss +7 -0
  756. package/tokens/versions/latest/sass/_md-comp-app-bar-medium-meta.scss +7 -0
  757. package/tokens/versions/latest/sass/_md-comp-app-bar-meta.scss +24 -0
  758. package/tokens/versions/latest/sass/_md-comp-app-bar-small-meta.scss +9 -0
  759. package/tokens/versions/latest/sass/_md-comp-assist-chip-meta.scss +55 -0
  760. package/tokens/versions/latest/sass/_md-comp-badge-meta.scss +17 -0
  761. package/tokens/versions/latest/sass/_md-comp-banner-meta.scss +40 -0
  762. package/tokens/versions/latest/sass/_md-comp-banners-basic-meta.scss +36 -0
  763. package/tokens/versions/latest/sass/_md-comp-banners-meta.scss +17 -0
  764. package/tokens/versions/latest/sass/_md-comp-banners-rich-meta.scss +35 -0
  765. package/tokens/versions/latest/sass/_md-comp-bottom-app-bar-meta.scss +11 -0
  766. package/tokens/versions/latest/sass/_md-comp-button-elevated-meta.scss +56 -0
  767. package/tokens/versions/latest/sass/_md-comp-button-filled-meta.scss +56 -0
  768. package/tokens/versions/latest/sass/_md-comp-button-group-connected-large-meta.scss +11 -0
  769. package/tokens/versions/latest/sass/_md-comp-button-group-connected-medium-meta.scss +11 -0
  770. package/tokens/versions/latest/sass/_md-comp-button-group-connected-small-meta.scss +11 -0
  771. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xlarge-meta.scss +11 -0
  772. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xsmall-meta.scss +11 -0
  773. package/tokens/versions/latest/sass/_md-comp-button-group-standard-large-meta.scss +10 -0
  774. package/tokens/versions/latest/sass/_md-comp-button-group-standard-medium-meta.scss +10 -0
  775. package/tokens/versions/latest/sass/_md-comp-button-group-standard-small-meta.scss +10 -0
  776. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xlarge-meta.scss +10 -0
  777. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xsmall-meta.scss +10 -0
  778. package/tokens/versions/latest/sass/_md-comp-button-large-meta.scss +18 -0
  779. package/tokens/versions/latest/sass/_md-comp-button-medium-meta.scss +18 -0
  780. package/tokens/versions/latest/sass/_md-comp-button-meta.scss +71 -0
  781. package/tokens/versions/latest/sass/_md-comp-button-outlined-meta.scss +57 -0
  782. package/tokens/versions/latest/sass/_md-comp-button-small-meta.scss +18 -0
  783. package/tokens/versions/latest/sass/_md-comp-button-text-meta.scss +25 -0
  784. package/tokens/versions/latest/sass/_md-comp-button-tonal-meta.scss +56 -0
  785. package/tokens/versions/latest/sass/_md-comp-button-xlarge-meta.scss +18 -0
  786. package/tokens/versions/latest/sass/_md-comp-button-xsmall-meta.scss +18 -0
  787. package/tokens/versions/latest/sass/_md-comp-carousel-item-meta.scss +32 -0
  788. package/tokens/versions/latest/sass/_md-comp-checkbox-meta.scss +86 -0
  789. package/tokens/versions/latest/sass/_md-comp-circular-progress-indicator-meta.scss +13 -0
  790. package/tokens/versions/latest/sass/_md-comp-data-table-meta.scss +46 -0
  791. package/tokens/versions/latest/sass/_md-comp-date-input-modal-meta.scss +25 -0
  792. package/tokens/versions/latest/sass/_md-comp-date-picker-docked-meta.scss +97 -0
  793. package/tokens/versions/latest/sass/_md-comp-date-picker-modal-meta.scss +109 -0
  794. package/tokens/versions/latest/sass/_md-comp-dialog-meta.scss +46 -0
  795. package/tokens/versions/latest/sass/_md-comp-divider-meta.scss +7 -0
  796. package/tokens/versions/latest/sass/_md-comp-drag-handle-meta.scss +20 -0
  797. package/tokens/versions/latest/sass/_md-comp-elevated-button-meta.scss +44 -0
  798. package/tokens/versions/latest/sass/_md-comp-elevated-card-meta.scss +30 -0
  799. package/tokens/versions/latest/sass/_md-comp-extended-fab-branded-meta.scss +38 -0
  800. package/tokens/versions/latest/sass/_md-comp-extended-fab-large-meta.scss +11 -0
  801. package/tokens/versions/latest/sass/_md-comp-extended-fab-medium-meta.scss +11 -0
  802. package/tokens/versions/latest/sass/_md-comp-extended-fab-meta.scss +11 -0
  803. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary-container-meta.scss +25 -0
  804. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary-meta.scss +50 -0
  805. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary-container-meta.scss +25 -0
  806. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary-meta.scss +50 -0
  807. package/tokens/versions/latest/sass/_md-comp-extended-fab-small-meta.scss +11 -0
  808. package/tokens/versions/latest/sass/_md-comp-extended-fab-surface-meta.scss +42 -0
  809. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary-container-meta.scss +25 -0
  810. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary-meta.scss +50 -0
  811. package/tokens/versions/latest/sass/_md-comp-fab-branded-large-meta.scss +31 -0
  812. package/tokens/versions/latest/sass/_md-comp-fab-branded-meta.scss +30 -0
  813. package/tokens/versions/latest/sass/_md-comp-fab-large-meta.scss +9 -0
  814. package/tokens/versions/latest/sass/_md-comp-fab-medium-meta.scss +9 -0
  815. package/tokens/versions/latest/sass/_md-comp-fab-menu-meta.scss +19 -0
  816. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-close-button-meta.scss +20 -0
  817. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-container-meta.scss +24 -0
  818. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-close-button-meta.scss +20 -0
  819. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-container-meta.scss +24 -0
  820. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-close-button-meta.scss +20 -0
  821. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-container-meta.scss +24 -0
  822. package/tokens/versions/latest/sass/_md-comp-fab-meta.scss +9 -0
  823. package/tokens/versions/latest/sass/_md-comp-fab-primary-container-meta.scss +21 -0
  824. package/tokens/versions/latest/sass/_md-comp-fab-primary-large-meta.scss +32 -0
  825. package/tokens/versions/latest/sass/_md-comp-fab-primary-meta.scss +40 -0
  826. package/tokens/versions/latest/sass/_md-comp-fab-primary-small-meta.scss +32 -0
  827. package/tokens/versions/latest/sass/_md-comp-fab-secondary-container-meta.scss +21 -0
  828. package/tokens/versions/latest/sass/_md-comp-fab-secondary-large-meta.scss +32 -0
  829. package/tokens/versions/latest/sass/_md-comp-fab-secondary-meta.scss +40 -0
  830. package/tokens/versions/latest/sass/_md-comp-fab-secondary-small-meta.scss +32 -0
  831. package/tokens/versions/latest/sass/_md-comp-fab-small-meta.scss +9 -0
  832. package/tokens/versions/latest/sass/_md-comp-fab-surface-large-meta.scss +34 -0
  833. package/tokens/versions/latest/sass/_md-comp-fab-surface-meta.scss +34 -0
  834. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-container-meta.scss +21 -0
  835. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-large-meta.scss +32 -0
  836. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-meta.scss +40 -0
  837. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-small-meta.scss +32 -0
  838. package/tokens/versions/latest/sass/_md-comp-filled-autocomplete-meta.scss +104 -0
  839. package/tokens/versions/latest/sass/_md-comp-filled-button-meta.scss +48 -0
  840. package/tokens/versions/latest/sass/_md-comp-filled-card-meta.scss +30 -0
  841. package/tokens/versions/latest/sass/_md-comp-filled-icon-button-meta.scss +44 -0
  842. package/tokens/versions/latest/sass/_md-comp-filled-menu-button-meta.scss +48 -0
  843. package/tokens/versions/latest/sass/_md-comp-filled-select-meta.scss +108 -0
  844. package/tokens/versions/latest/sass/_md-comp-filled-text-field-meta.scss +91 -0
  845. package/tokens/versions/latest/sass/_md-comp-filled-tonal-button-meta.scss +43 -0
  846. package/tokens/versions/latest/sass/_md-comp-filled-tonal-icon-button-meta.scss +44 -0
  847. package/tokens/versions/latest/sass/_md-comp-filter-chip-meta.scss +111 -0
  848. package/tokens/versions/latest/sass/_md-comp-full-screen-dialog-meta.scss +58 -0
  849. package/tokens/versions/latest/sass/_md-comp-icon-button-filled-meta.scss +36 -0
  850. package/tokens/versions/latest/sass/_md-comp-icon-button-large-meta.scss +21 -0
  851. package/tokens/versions/latest/sass/_md-comp-icon-button-medium-meta.scss +21 -0
  852. package/tokens/versions/latest/sass/_md-comp-icon-button-meta.scss +72 -0
  853. package/tokens/versions/latest/sass/_md-comp-icon-button-outlined-meta.scss +38 -0
  854. package/tokens/versions/latest/sass/_md-comp-icon-button-small-meta.scss +21 -0
  855. package/tokens/versions/latest/sass/_md-comp-icon-button-standard-meta.scss +31 -0
  856. package/tokens/versions/latest/sass/_md-comp-icon-button-tonal-meta.scss +36 -0
  857. package/tokens/versions/latest/sass/_md-comp-icon-button-xlarge-meta.scss +21 -0
  858. package/tokens/versions/latest/sass/_md-comp-icon-button-xsmall-meta.scss +21 -0
  859. package/tokens/versions/latest/sass/_md-comp-input-chip-meta.scss +111 -0
  860. package/tokens/versions/latest/sass/_md-comp-linear-progress-indicator-meta.scss +15 -0
  861. package/tokens/versions/latest/sass/_md-comp-list-expand-meta.scss +13 -0
  862. package/tokens/versions/latest/sass/_md-comp-list-meta.scss +171 -0
  863. package/tokens/versions/latest/sass/_md-comp-list-reorder-meta.scss +17 -0
  864. package/tokens/versions/latest/sass/_md-comp-list-reveal-meta.scss +20 -0
  865. package/tokens/versions/latest/sass/_md-comp-loading-indicator-meta.scss +13 -0
  866. package/tokens/versions/latest/sass/_md-comp-menu-meta.scss +53 -0
  867. package/tokens/versions/latest/sass/_md-comp-menus-meta.scss +64 -0
  868. package/tokens/versions/latest/sass/_md-comp-menus-standard-meta.scss +89 -0
  869. package/tokens/versions/latest/sass/_md-comp-menus-vibrant-meta.scss +75 -0
  870. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-horizontal-meta.scss +9 -0
  871. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-vertical-meta.scss +9 -0
  872. package/tokens/versions/latest/sass/_md-comp-nav-bar-meta.scss +28 -0
  873. package/tokens/versions/latest/sass/_md-comp-nav-rail-collapsed-meta.scss +12 -0
  874. package/tokens/versions/latest/sass/_md-comp-nav-rail-expanded-meta.scss +16 -0
  875. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-horizontal-meta.scss +9 -0
  876. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-meta.scss +15 -0
  877. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-vertical-meta.scss +10 -0
  878. package/tokens/versions/latest/sass/_md-comp-nav-rail-meta.scss +19 -0
  879. package/tokens/versions/latest/sass/_md-comp-navigation-bar-meta.scss +56 -0
  880. package/tokens/versions/latest/sass/_md-comp-navigation-drawer-meta.scss +69 -0
  881. package/tokens/versions/latest/sass/_md-comp-navigation-rail-meta.scss +74 -0
  882. package/tokens/versions/latest/sass/_md-comp-outlined-autocomplete-meta.scss +102 -0
  883. package/tokens/versions/latest/sass/_md-comp-outlined-button-meta.scss +42 -0
  884. package/tokens/versions/latest/sass/_md-comp-outlined-card-meta.scss +36 -0
  885. package/tokens/versions/latest/sass/_md-comp-outlined-menu-button-meta.scss +48 -0
  886. package/tokens/versions/latest/sass/_md-comp-outlined-segmented-button-meta.scss +50 -0
  887. package/tokens/versions/latest/sass/_md-comp-outlined-select-meta.scss +106 -0
  888. package/tokens/versions/latest/sass/_md-comp-outlined-text-field-meta.scss +86 -0
  889. package/tokens/versions/latest/sass/_md-comp-plain-tooltip-meta.scss +13 -0
  890. package/tokens/versions/latest/sass/_md-comp-primary-navigation-tab-meta.scss +52 -0
  891. package/tokens/versions/latest/sass/_md-comp-progress-indicator-circular-meta.scss +16 -0
  892. package/tokens/versions/latest/sass/_md-comp-progress-indicator-linear-meta.scss +22 -0
  893. package/tokens/versions/latest/sass/_md-comp-progress-indicator-meta.scss +15 -0
  894. package/tokens/versions/latest/sass/_md-comp-radio-button-meta.scss +31 -0
  895. package/tokens/versions/latest/sass/_md-comp-rich-tooltip-meta.scss +37 -0
  896. package/tokens/versions/latest/sass/_md-comp-scrim-meta.scss +7 -0
  897. package/tokens/versions/latest/sass/_md-comp-search-bar-meta.scss +52 -0
  898. package/tokens/versions/latest/sass/_md-comp-search-view-meta.scss +39 -0
  899. package/tokens/versions/latest/sass/_md-comp-secondary-navigation-tab-meta.scss +39 -0
  900. package/tokens/versions/latest/sass/_md-comp-sheet-bottom-meta.scss +18 -0
  901. package/tokens/versions/latest/sass/_md-comp-sheet-floating-meta.scss +9 -0
  902. package/tokens/versions/latest/sass/_md-comp-sheet-side-meta.scss +35 -0
  903. package/tokens/versions/latest/sass/_md-comp-slider-large-meta.scss +12 -0
  904. package/tokens/versions/latest/sass/_md-comp-slider-medium-meta.scss +12 -0
  905. package/tokens/versions/latest/sass/_md-comp-slider-meta.scss +100 -0
  906. package/tokens/versions/latest/sass/_md-comp-slider-small-meta.scss +10 -0
  907. package/tokens/versions/latest/sass/_md-comp-slider-xlarge-meta.scss +12 -0
  908. package/tokens/versions/latest/sass/_md-comp-slider-xsmall-meta.scss +10 -0
  909. package/tokens/versions/latest/sass/_md-comp-snackbar-meta.scss +43 -0
  910. package/tokens/versions/latest/sass/_md-comp-split-button-large-meta.scss +17 -0
  911. package/tokens/versions/latest/sass/_md-comp-split-button-medium-meta.scss +17 -0
  912. package/tokens/versions/latest/sass/_md-comp-split-button-small-meta.scss +17 -0
  913. package/tokens/versions/latest/sass/_md-comp-split-button-xlarge-meta.scss +17 -0
  914. package/tokens/versions/latest/sass/_md-comp-split-button-xsmall-meta.scss +18 -0
  915. package/tokens/versions/latest/sass/_md-comp-standard-menu-button-meta.scss +41 -0
  916. package/tokens/versions/latest/sass/_md-comp-suggestion-chip-meta.scss +55 -0
  917. package/tokens/versions/latest/sass/_md-comp-switch-meta.scss +83 -0
  918. package/tokens/versions/latest/sass/_md-comp-text-button-meta.scss +35 -0
  919. package/tokens/versions/latest/sass/_md-comp-time-input-meta.scss +75 -0
  920. package/tokens/versions/latest/sass/_md-comp-time-picker-meta.scss +99 -0
  921. package/tokens/versions/latest/sass/_md-comp-toolbar-docked-meta.scss +12 -0
  922. package/tokens/versions/latest/sass/_md-comp-toolbar-floating-fab-meta.scss +20 -0
  923. package/tokens/versions/latest/sass/_md-comp-toolbar-floating-meta.scss +23 -0
  924. package/tokens/versions/latest/sass/_md-comp-toolbar-standard-meta.scss +38 -0
  925. package/tokens/versions/latest/sass/_md-comp-toolbar-vibrant-meta.scss +38 -0
  926. package/tokens/versions/latest/sass/_md-comp-top-app-bar-large-meta.scss +20 -0
  927. package/tokens/versions/latest/sass/_md-comp-top-app-bar-medium-meta.scss +20 -0
  928. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small-centered-meta.scss +25 -0
  929. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small-meta.scss +23 -0
  930. package/tokens/versions/latest/sass/_md-fab-surface-small-meta.scss +34 -0
  931. package/tokens/versions/latest/sass/_md-outlined-icon-button-meta.scss +41 -0
  932. package/tokens/versions/latest/sass/_md-ref-palette-meta.scss +244 -0
  933. package/tokens/versions/latest/sass/_md-ref-typeface-meta.scss +10 -0
  934. package/tokens/versions/latest/sass/_md-sys-color-meta.scss +55 -0
  935. package/tokens/versions/latest/sass/_md-sys-color__dark-meta.scss +55 -0
  936. package/tokens/versions/latest/sass/_md-sys-color__dark__high-contrast-meta.scss +55 -0
  937. package/tokens/versions/latest/sass/_md-sys-color__dark__medium-contrast-meta.scss +55 -0
  938. package/tokens/versions/latest/sass/_md-sys-color__high-contrast-meta.scss +55 -0
  939. package/tokens/versions/latest/sass/_md-sys-color__medium-contrast-meta.scss +55 -0
  940. package/tokens/versions/latest/sass/_md-sys-elevation-meta.scss +12 -0
  941. package/tokens/versions/latest/sass/_md-sys-motion-meta.scss +50 -0
  942. package/tokens/versions/latest/sass/_md-sys-shape-meta.scss +29 -0
  943. package/tokens/versions/latest/sass/_md-sys-state-focus-indicator-meta.scss +8 -0
  944. package/tokens/versions/latest/sass/_md-sys-state-meta.scss +10 -0
  945. package/tokens/versions/latest/sass/_md-sys-typescale-emphasized-meta.scss +215 -0
  946. package/tokens/versions/latest/sass/_md-sys-typescale-meta.scss +218 -0
  947. package/tokens/versions/v0_192/_md-comp-assist-chip-meta.scss +12 -0
  948. package/tokens/versions/v0_192/_md-comp-badge-meta.scss +10 -0
  949. package/tokens/versions/v0_192/_md-comp-banner-meta.scss +11 -0
  950. package/tokens/versions/v0_192/_md-comp-bottom-app-bar-meta.scss +10 -0
  951. package/tokens/versions/v0_192/_md-comp-carousel-item-meta.scss +11 -0
  952. package/tokens/versions/v0_192/_md-comp-checkbox-meta.scss +10 -0
  953. package/tokens/versions/v0_192/_md-comp-circular-progress-indicator-meta.scss +9 -0
  954. package/tokens/versions/v0_192/_md-comp-data-table-meta.scss +11 -0
  955. package/tokens/versions/v0_192/_md-comp-date-input-modal-meta.scss +11 -0
  956. package/tokens/versions/v0_192/_md-comp-date-picker-docked-meta.scss +12 -0
  957. package/tokens/versions/v0_192/_md-comp-date-picker-modal-meta.scss +12 -0
  958. package/tokens/versions/v0_192/_md-comp-dialog-meta.scss +12 -0
  959. package/tokens/versions/v0_192/_md-comp-divider-meta.scss +8 -0
  960. package/tokens/versions/v0_192/_md-comp-elevated-button-meta.scss +12 -0
  961. package/tokens/versions/v0_192/_md-comp-elevated-card-meta.scss +11 -0
  962. package/tokens/versions/v0_192/_md-comp-extended-fab-branded-meta.scss +12 -0
  963. package/tokens/versions/v0_192/_md-comp-extended-fab-primary-meta.scss +12 -0
  964. package/tokens/versions/v0_192/_md-comp-extended-fab-secondary-meta.scss +12 -0
  965. package/tokens/versions/v0_192/_md-comp-extended-fab-surface-meta.scss +12 -0
  966. package/tokens/versions/v0_192/_md-comp-extended-fab-tertiary-meta.scss +12 -0
  967. package/tokens/versions/v0_192/_md-comp-fab-branded-large-meta.scss +11 -0
  968. package/tokens/versions/v0_192/_md-comp-fab-branded-meta.scss +11 -0
  969. package/tokens/versions/v0_192/_md-comp-fab-primary-large-meta.scss +11 -0
  970. package/tokens/versions/v0_192/_md-comp-fab-primary-meta.scss +11 -0
  971. package/tokens/versions/v0_192/_md-comp-fab-primary-small-meta.scss +11 -0
  972. package/tokens/versions/v0_192/_md-comp-fab-secondary-large-meta.scss +11 -0
  973. package/tokens/versions/v0_192/_md-comp-fab-secondary-meta.scss +11 -0
  974. package/tokens/versions/v0_192/_md-comp-fab-secondary-small-meta.scss +11 -0
  975. package/tokens/versions/v0_192/_md-comp-fab-surface-large-meta.scss +11 -0
  976. package/tokens/versions/v0_192/_md-comp-fab-surface-meta.scss +11 -0
  977. package/tokens/versions/v0_192/_md-comp-fab-surface-small-meta.scss +11 -0
  978. package/tokens/versions/v0_192/_md-comp-fab-tertiary-large-meta.scss +11 -0
  979. package/tokens/versions/v0_192/_md-comp-fab-tertiary-meta.scss +11 -0
  980. package/tokens/versions/v0_192/_md-comp-fab-tertiary-small-meta.scss +11 -0
  981. package/tokens/versions/v0_192/_md-comp-filled-autocomplete-meta.scss +12 -0
  982. package/tokens/versions/v0_192/_md-comp-filled-button-meta.scss +12 -0
  983. package/tokens/versions/v0_192/_md-comp-filled-card-meta.scss +11 -0
  984. package/tokens/versions/v0_192/_md-comp-filled-icon-button-meta.scss +10 -0
  985. package/tokens/versions/v0_192/_md-comp-filled-menu-button-meta.scss +12 -0
  986. package/tokens/versions/v0_192/_md-comp-filled-select-meta.scss +12 -0
  987. package/tokens/versions/v0_192/_md-comp-filled-text-field-meta.scss +11 -0
  988. package/tokens/versions/v0_192/_md-comp-filled-tonal-button-meta.scss +12 -0
  989. package/tokens/versions/v0_192/_md-comp-filled-tonal-icon-button-meta.scss +10 -0
  990. package/tokens/versions/v0_192/_md-comp-filter-chip-meta.scss +12 -0
  991. package/tokens/versions/v0_192/_md-comp-full-screen-dialog-meta.scss +12 -0
  992. package/tokens/versions/v0_192/_md-comp-icon-button-meta.scss +10 -0
  993. package/tokens/versions/v0_192/_md-comp-input-chip-meta.scss +12 -0
  994. package/tokens/versions/v0_192/_md-comp-linear-progress-indicator-meta.scss +9 -0
  995. package/tokens/versions/v0_192/_md-comp-list-meta.scss +12 -0
  996. package/tokens/versions/v0_192/_md-comp-menu-meta.scss +10 -0
  997. package/tokens/versions/v0_192/_md-comp-navigation-bar-meta.scss +12 -0
  998. package/tokens/versions/v0_192/_md-comp-navigation-drawer-meta.scss +12 -0
  999. package/tokens/versions/v0_192/_md-comp-navigation-rail-meta.scss +12 -0
  1000. package/tokens/versions/v0_192/_md-comp-outlined-autocomplete-meta.scss +12 -0
  1001. package/tokens/versions/v0_192/_md-comp-outlined-button-meta.scss +11 -0
  1002. package/tokens/versions/v0_192/_md-comp-outlined-card-meta.scss +11 -0
  1003. package/tokens/versions/v0_192/_md-comp-outlined-icon-button-meta.scss +10 -0
  1004. package/tokens/versions/v0_192/_md-comp-outlined-menu-button-meta.scss +11 -0
  1005. package/tokens/versions/v0_192/_md-comp-outlined-segmented-button-meta.scss +11 -0
  1006. package/tokens/versions/v0_192/_md-comp-outlined-select-meta.scss +12 -0
  1007. package/tokens/versions/v0_192/_md-comp-outlined-text-field-meta.scss +10 -0
  1008. package/tokens/versions/v0_192/_md-comp-plain-tooltip-meta.scss +10 -0
  1009. package/tokens/versions/v0_192/_md-comp-primary-navigation-tab-meta.scss +12 -0
  1010. package/tokens/versions/v0_192/_md-comp-radio-button-meta.scss +9 -0
  1011. package/tokens/versions/v0_192/_md-comp-rich-tooltip-meta.scss +12 -0
  1012. package/tokens/versions/v0_192/_md-comp-scrim-meta.scss +8 -0
  1013. package/tokens/versions/v0_192/_md-comp-search-bar-meta.scss +12 -0
  1014. package/tokens/versions/v0_192/_md-comp-search-view-meta.scss +11 -0
  1015. package/tokens/versions/v0_192/_md-comp-secondary-navigation-tab-meta.scss +12 -0
  1016. package/tokens/versions/v0_192/_md-comp-sheet-bottom-meta.scss +10 -0
  1017. package/tokens/versions/v0_192/_md-comp-sheet-floating-meta.scss +10 -0
  1018. package/tokens/versions/v0_192/_md-comp-sheet-side-meta.scss +12 -0
  1019. package/tokens/versions/v0_192/_md-comp-slider-meta.scss +12 -0
  1020. package/tokens/versions/v0_192/_md-comp-snackbar-meta.scss +12 -0
  1021. package/tokens/versions/v0_192/_md-comp-standard-menu-button-meta.scss +11 -0
  1022. package/tokens/versions/v0_192/_md-comp-suggestion-chip-meta.scss +12 -0
  1023. package/tokens/versions/v0_192/_md-comp-switch-meta.scss +10 -0
  1024. package/tokens/versions/v0_192/_md-comp-text-button-meta.scss +11 -0
  1025. package/tokens/versions/v0_192/_md-comp-time-input-meta.scss +12 -0
  1026. package/tokens/versions/v0_192/_md-comp-time-picker-meta.scss +12 -0
  1027. package/tokens/versions/v0_192/_md-comp-top-app-bar-large-meta.scss +11 -0
  1028. package/tokens/versions/v0_192/_md-comp-top-app-bar-medium-meta.scss +11 -0
  1029. package/tokens/versions/v0_192/_md-comp-top-app-bar-small-centered-meta.scss +11 -0
  1030. package/tokens/versions/v0_192/_md-comp-top-app-bar-small-meta.scss +11 -0
  1031. package/tokens/versions/v0_192/_md-ref-palette-meta.scss +6 -0
  1032. package/tokens/versions/v0_192/_md-ref-typeface-meta.scss +6 -0
  1033. package/tokens/versions/v0_192/_md-sys-color-meta.scss +11 -0
  1034. package/tokens/versions/v0_192/_md-sys-elevation-meta.scss +6 -0
  1035. package/tokens/versions/v0_192/_md-sys-motion-meta.scss +6 -0
  1036. package/tokens/versions/v0_192/_md-sys-shape-meta.scss +6 -0
  1037. package/tokens/versions/v0_192/_md-sys-state-meta.scss +6 -0
  1038. package/tokens/versions/v0_192/_md-sys-typescale-meta.scss +8 -0
  1039. package/tokens/versions/v0_192/index.test.css +1 -0
  1040. package/tokens/versions/v0_192/index.test.css.map +1 -0
  1041. package/tokens/versions/v0_192/index.test.cssresult.d.ts +3 -0
  1042. package/tokens/versions/v0_192/index.test.cssresult.js +11 -0
  1043. package/tokens/versions/v0_192/index.test.cssresult.js.map +1 -0
  1044. package/tokens/versions/v0_192/lib.test.css +1 -0
  1045. package/tokens/versions/v0_192/lib.test.css.map +1 -0
  1046. package/tokens/versions/v0_192/lib.test.cssresult.d.ts +3 -0
  1047. package/tokens/versions/v0_192/lib.test.cssresult.js +11 -0
  1048. package/tokens/versions/v0_192/lib.test.cssresult.js.map +1 -0
  1049. package/typography/md-typescale-styles.cssresult.d.ts +3 -0
  1050. package/typography/md-typescale-styles.cssresult.js +11 -0
  1051. package/typography/md-typescale-styles.cssresult.js.map +1 -0
  1052. package/typography/md-typescale-styles.d.ts +6 -1
  1053. package/typography/md-typescale-styles.js +2 -5
  1054. package/typography/md-typescale-styles.js.map +1 -1
  1055. package/web-types.json +1511 -3017
  1056. package/internal/controller/form-submitter.js +0 -69
  1057. package/internal/controller/form-submitter.js.map +0 -1
@@ -0,0 +1,41 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { type CSSResultOrNative } from 'lit';
7
+ /**
8
+ * Owner types that can adopt stylesheets using `adoptStyles()`.
9
+ */
10
+ export type AdoptStylesOwner = DocumentOrShadowRoot | Element;
11
+ /**
12
+ * Adopts the given stylesheets to the provided document or shadow root owner.
13
+ *
14
+ * @example
15
+ * ```ts
16
+ * import globalStylesheet from './stylesheet.css' with {type: 'css'};
17
+ *
18
+ * adoptStyles(document, globalStylesheet);
19
+ * ```
20
+ *
21
+ * If an element is provided, the styles are adopted to the element's owner
22
+ * document. If the element is within a shadow root, the styles are also adopted
23
+ * to the host shadow root.
24
+ *
25
+ * @example
26
+ * ```ts
27
+ * import hostClasses from './stylesheet.css' with {type: 'css'};
28
+ *
29
+ * class LightDomElement extends HTMLElement {
30
+ * connectedCallback() {
31
+ * adoptStyles(this, hostClasses);
32
+ * this.classList.add('host-class');
33
+ * }
34
+ * }
35
+ * ```
36
+ *
37
+ * @param owner The owner document, shadow root, or element to adopt the
38
+ * styles to.
39
+ * @param styles The styles to adopt.
40
+ */
41
+ export declare function adoptStyles(owner: AdoptStylesOwner | null | undefined, styles: CSSResultOrNative | CSSResultOrNative[]): void;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * Adopts the given stylesheets to the provided document or shadow root owner.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * import globalStylesheet from './stylesheet.css' with {type: 'css'};
12
+ *
13
+ * adoptStyles(document, globalStylesheet);
14
+ * ```
15
+ *
16
+ * If an element is provided, the styles are adopted to the element's owner
17
+ * document. If the element is within a shadow root, the styles are also adopted
18
+ * to the host shadow root.
19
+ *
20
+ * @example
21
+ * ```ts
22
+ * import hostClasses from './stylesheet.css' with {type: 'css'};
23
+ *
24
+ * class LightDomElement extends HTMLElement {
25
+ * connectedCallback() {
26
+ * adoptStyles(this, hostClasses);
27
+ * this.classList.add('host-class');
28
+ * }
29
+ * }
30
+ * ```
31
+ *
32
+ * @param owner The owner document, shadow root, or element to adopt the
33
+ * styles to.
34
+ * @param styles The styles to adopt.
35
+ */
36
+ export function adoptStyles(owner, styles) {
37
+ if (!owner)
38
+ return;
39
+ styles = Array.isArray(styles) ? styles : [styles];
40
+ const stylesheets = styles.map((s) => s instanceof CSSStyleSheet ? s : s.styleSheet);
41
+ if (adopt(owner, stylesheets)) {
42
+ // Styles adopted directly on the owner document or shadow root.
43
+ return;
44
+ }
45
+ // When provided an element, adopt styles to the element's document and host
46
+ // shadow root, if present.
47
+ adopt(owner.ownerDocument, stylesheets);
48
+ adopt(owner.getRootNode(), stylesheets);
49
+ }
50
+ function adopt(node, stylesheets) {
51
+ if (node && 'adoptedStyleSheets' in node) {
52
+ const unadopted = stylesheets.filter((stylesheet) => !node.adoptedStyleSheets.includes(stylesheet));
53
+ if (!unadopted.length) {
54
+ // All styles are already adopted.
55
+ return true;
56
+ }
57
+ node.adoptedStyleSheets = Array.from(new Set([...node.adoptedStyleSheets, ...unadopted]));
58
+ return true;
59
+ }
60
+ return false;
61
+ }
62
+ //# sourceMappingURL=adopt-styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adopt-styles.js","sourceRoot":"","sources":["adopt-styles.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AASH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,UAAU,WAAW,CACzB,KAA0C,EAC1C,MAA+C;IAE/C,IAAI,CAAC,KAAK;QAAE,OAAO;IAEnB,MAAM,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;IACnD,MAAM,WAAW,GAAoB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACpD,CAAC,YAAY,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAW,CAC/C,CAAC;IAEF,IAAI,KAAK,CAAC,KAAK,EAAE,WAAW,CAAC,EAAE,CAAC;QAC9B,gEAAgE;QAChE,OAAO;IACT,CAAC;IAED,4EAA4E;IAC5E,2BAA2B;IAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;IACxC,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,EAAE,WAAW,CAAC,CAAC;AAC1C,CAAC;AAED,SAAS,KAAK,CACZ,IAAwC,EACxC,WAA4B;IAE5B,IAAI,IAAI,IAAI,oBAAoB,IAAI,IAAI,EAAE,CAAC;QACzC,MAAM,SAAS,GAAG,WAAW,CAAC,MAAM,CAClC,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,UAAU,CAAC,CAC9D,CAAC;QACF,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC;YACtB,kCAAkC;YAClC,OAAO,IAAI,CAAC;QACd,CAAC;QACD,IAAI,CAAC,kBAAkB,GAAG,KAAK,CAAC,IAAI,CAClC,IAAI,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,kBAAkB,EAAE,GAAG,SAAS,CAAC,CAAC,CACpD,CAAC;QACF,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {type CSSResultOrNative} from 'lit';\n\n/**\n * Owner types that can adopt stylesheets using `adoptStyles()`.\n */\nexport type AdoptStylesOwner = DocumentOrShadowRoot | Element;\n\n/**\n * Adopts the given stylesheets to the provided document or shadow root owner.\n *\n * @example\n * ```ts\n * import globalStylesheet from './stylesheet.css' with {type: 'css'};\n *\n * adoptStyles(document, globalStylesheet);\n * ```\n *\n * If an element is provided, the styles are adopted to the element's owner\n * document. If the element is within a shadow root, the styles are also adopted\n * to the host shadow root.\n *\n * @example\n * ```ts\n * import hostClasses from './stylesheet.css' with {type: 'css'};\n *\n * class LightDomElement extends HTMLElement {\n * connectedCallback() {\n * adoptStyles(this, hostClasses);\n * this.classList.add('host-class');\n * }\n * }\n * ```\n *\n * @param owner The owner document, shadow root, or element to adopt the\n * styles to.\n * @param styles The styles to adopt.\n */\nexport function adoptStyles(\n owner: AdoptStylesOwner | null | undefined,\n styles: CSSResultOrNative | CSSResultOrNative[],\n): void {\n if (!owner) return;\n\n styles = Array.isArray(styles) ? styles : [styles];\n const stylesheets: CSSStyleSheet[] = styles.map((s) =>\n s instanceof CSSStyleSheet ? s : s.styleSheet!,\n );\n\n if (adopt(owner, stylesheets)) {\n // Styles adopted directly on the owner document or shadow root.\n return;\n }\n\n // When provided an element, adopt styles to the element's document and host\n // shadow root, if present.\n adopt(owner.ownerDocument, stylesheets);\n adopt(owner.getRootNode(), stylesheets);\n}\n\nfunction adopt(\n node: DocumentOrShadowRoot | Node | null,\n stylesheets: CSSStyleSheet[],\n): node is DocumentOrShadowRoot {\n if (node && 'adoptedStyleSheets' in node) {\n const unadopted = stylesheets.filter(\n (stylesheet) => !node.adoptedStyleSheets.includes(stylesheet),\n );\n if (!unadopted.length) {\n // All styles are already adopted.\n return true;\n }\n node.adoptedStyleSheets = Array.from(\n new Set([...node.adoptedStyleSheets, ...unadopted]),\n );\n return true;\n }\n return false;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(var(--md-ref-palette-primary40), var(--md-ref-palette-primary80));--md-sys-color-on-primary: light-dark(var(--md-ref-palette-primary100), var(--md-ref-palette-primary20));--md-sys-color-primary-container: light-dark(var(--md-ref-palette-primary90), var(--md-ref-palette-primary30));--md-sys-color-on-primary-container: light-dark(var(--md-ref-palette-primary30), var(--md-ref-palette-primary90));--md-sys-color-primary-fixed: var(--md-ref-palette-primary90);--md-sys-color-primary-fixed-dim: var(--md-ref-palette-primary80);--md-sys-color-on-primary-fixed: var(--md-ref-palette-primary10);--md-sys-color-on-primary-fixed-variant: var(--md-ref-palette-primary30);--md-sys-color-secondary: light-dark(var(--md-ref-palette-secondary40), var(--md-ref-palette-secondary80));--md-sys-color-on-secondary: light-dark(var(--md-ref-palette-secondary100), var(--md-ref-palette-secondary20));--md-sys-color-secondary-container: light-dark(var(--md-ref-palette-secondary90), var(--md-ref-palette-secondary30));--md-sys-color-on-secondary-container: light-dark(var(--md-ref-palette-secondary30), var(--md-ref-palette-secondary90));--md-sys-color-secondary-fixed: var(--md-ref-palette-secondary90);--md-sys-color-secondary-fixed-dim: var(--md-ref-palette-secondary80);--md-sys-color-on-secondary-fixed: var(--md-ref-palette-secondary10);--md-sys-color-on-secondary-fixed-variant: var(--md-ref-palette-secondary30);--md-sys-color-tertiary: light-dark(var(--md-ref-palette-tertiary40), var(--md-ref-palette-tertiary80));--md-sys-color-on-tertiary: light-dark(var(--md-ref-palette-tertiary100), var(--md-ref-palette-tertiary20));--md-sys-color-tertiary-container: light-dark(var(--md-ref-palette-tertiary90), var(--md-ref-palette-tertiary30));--md-sys-color-on-tertiary-container: light-dark(var(--md-ref-palette-tertiary30), var(--md-ref-palette-tertiary90));--md-sys-color-tertiary-fixed: var(--md-ref-palette-tertiary90);--md-sys-color-tertiary-fixed-dim: var(--md-ref-palette-tertiary80);--md-sys-color-on-tertiary-fixed: var(--md-ref-palette-tertiary10);--md-sys-color-on-tertiary-fixed-variant: var(--md-ref-palette-tertiary30);--md-sys-color-error: light-dark(var(--md-ref-palette-error40), var(--md-ref-palette-error80));--md-sys-color-on-error: light-dark(var(--md-ref-palette-error100), var(--md-ref-palette-error20));--md-sys-color-error-container: light-dark(var(--md-ref-palette-error90), var(--md-ref-palette-error30));--md-sys-color-on-error-container: light-dark(var(--md-ref-palette-error30), var(--md-ref-palette-error90));--md-sys-color-surface: light-dark(var(--md-ref-palette-neutral98), var(--md-ref-palette-neutral6));--md-sys-color-surface-dim: light-dark(var(--md-ref-palette-neutral87), var(--md-ref-palette-neutral6));--md-sys-color-surface-bright: light-dark(var(--md-ref-palette-neutral98), var(--md-ref-palette-neutral24));--md-sys-color-surface-container-lowest: light-dark(var(--md-ref-palette-neutral100), var(--md-ref-palette-neutral4));--md-sys-color-surface-container-low: light-dark(var(--md-ref-palette-neutral96), var(--md-ref-palette-neutral10));--md-sys-color-surface-container: light-dark(var(--md-ref-palette-neutral94), var(--md-ref-palette-neutral12));--md-sys-color-surface-container-high: light-dark(var(--md-ref-palette-neutral92), var(--md-ref-palette-neutral17));--md-sys-color-surface-container-highest: light-dark(var(--md-ref-palette-neutral90), var(--md-ref-palette-neutral22));--md-sys-color-on-surface: light-dark(var(--md-ref-palette-neutral10), var(--md-ref-palette-neutral90));--md-sys-color-on-surface-variant: light-dark(var(--md-ref-palette-neutral-variant30), var(--md-ref-palette-neutral-variant80));--md-sys-color-outline: light-dark(var(--md-ref-palette-neutral-variant50), var(--md-ref-palette-neutral-variant60));--md-sys-color-outline-variant: light-dark(var(--md-ref-palette-neutral-variant80), var(--md-ref-palette-neutral-variant30));--md-sys-color-inverse-surface: light-dark(var(--md-ref-palette-neutral20), var(--md-ref-palette-neutral90));--md-sys-color-inverse-on-surface: light-dark(var(--md-ref-palette-neutral95), var(--md-ref-palette-neutral20));--md-sys-color-inverse-primary: light-dark(var(--md-ref-palette-primary80), var(--md-ref-palette-primary40));--md-sys-color-scrim: var(--md-ref-palette-neutral0);--md-sys-color-shadow: var(--md-ref-palette-neutral0);--md-ref-palette-black: #000;--md-ref-palette-blue-variant0: #000;--md-ref-palette-blue-variant10: #001f2d;--md-ref-palette-blue-variant100: #fff;--md-ref-palette-blue-variant20: #003549;--md-ref-palette-blue-variant30: #004d68;--md-ref-palette-blue-variant40: #006788;--md-ref-palette-blue-variant50: #0081a8;--md-ref-palette-blue-variant60: #009dc9;--md-ref-palette-blue-variant70: #00bbea;--md-ref-palette-blue-variant80: #67d4ff;--md-ref-palette-blue-variant90: #bde9ff;--md-ref-palette-blue-variant95: #e0f4ff;--md-ref-palette-blue-variant98: #f4faff;--md-ref-palette-blue0: #000;--md-ref-palette-blue10: #001944;--md-ref-palette-blue100: #fff;--md-ref-palette-blue20: #012c6f;--md-ref-palette-blue30: #04409f;--md-ref-palette-blue40: #1157ce;--md-ref-palette-blue50: #3271ea;--md-ref-palette-blue60: #4e8ff8;--md-ref-palette-blue70: #76acff;--md-ref-palette-blue80: #a1c9ff;--md-ref-palette-blue90: #d0e4ff;--md-ref-palette-blue95: #e7f2ff;--md-ref-palette-blue98: #f5faff;--md-ref-palette-cyan0: #000;--md-ref-palette-cyan10: #001f26;--md-ref-palette-cyan100: #fff;--md-ref-palette-cyan20: #003641;--md-ref-palette-cyan30: #004e5d;--md-ref-palette-cyan40: #00687c;--md-ref-palette-cyan50: #00839b;--md-ref-palette-cyan60: #009ebb;--md-ref-palette-cyan70: #00bbdf;--md-ref-palette-cyan80: #60d5f3;--md-ref-palette-cyan90: #acedff;--md-ref-palette-cyan95: #d8f6ff;--md-ref-palette-cyan98: #f0fbff;--md-ref-palette-error0: #000;--md-ref-palette-error10: #410e0b;--md-ref-palette-error100: #fff;--md-ref-palette-error20: #601410;--md-ref-palette-error30: #8c1d18;--md-ref-palette-error40: #b3261e;--md-ref-palette-error50: #dc362e;--md-ref-palette-error60: #e46962;--md-ref-palette-error70: #ec928e;--md-ref-palette-error80: #f2b8b5;--md-ref-palette-error90: #f9dedc;--md-ref-palette-error95: #fceeee;--md-ref-palette-error98: #fff8f7;--md-ref-palette-error99: #fffbf9;--md-ref-palette-green0: #000;--md-ref-palette-green10: #002110;--md-ref-palette-green100: #fff;--md-ref-palette-green20: #00381f;--md-ref-palette-green30: #00522c;--md-ref-palette-green40: #006c35;--md-ref-palette-green50: #128937;--md-ref-palette-green60: #1aa64a;--md-ref-palette-green70: #44c265;--md-ref-palette-green80: #80da88;--md-ref-palette-green90: #beefbb;--md-ref-palette-green95: #ddf8d8;--md-ref-palette-green98: #f2fcef;--md-ref-palette-grey-variant0: #000;--md-ref-palette-grey-variant10: #191d1c;--md-ref-palette-grey-variant100: #fff;--md-ref-palette-grey-variant20: #2d312f;--md-ref-palette-grey-variant30: #444746;--md-ref-palette-grey-variant40: #5c5f5e;--md-ref-palette-grey-variant50: #747775;--md-ref-palette-grey-variant60: #8e918f;--md-ref-palette-grey-variant70: #a9acaa;--md-ref-palette-grey-variant80: #c4c7c5;--md-ref-palette-grey-variant90: #e1e3e1;--md-ref-palette-grey-variant95: #eff2ef;--md-ref-palette-grey-variant98: #f7faf7;--md-ref-palette-grey0: #000;--md-ref-palette-grey10: #1b1b1c;--md-ref-palette-grey100: #fff;--md-ref-palette-grey20: #303030;--md-ref-palette-grey30: #474747;--md-ref-palette-grey40: #5e5e5e;--md-ref-palette-grey50: #777;--md-ref-palette-grey60: #919191;--md-ref-palette-grey70: #ababab;--md-ref-palette-grey80: #c7c7c7;--md-ref-palette-grey90: #e3e3e3;--md-ref-palette-grey95: #f2f2f2;--md-ref-palette-grey98: #f9f9f9;--md-ref-palette-neutral-variant0: #000;--md-ref-palette-neutral-variant10: #1d1a22;--md-ref-palette-neutral-variant100: #fff;--md-ref-palette-neutral-variant20: #322f37;--md-ref-palette-neutral-variant30: #49454f;--md-ref-palette-neutral-variant40: #605d66;--md-ref-palette-neutral-variant50: #79747e;--md-ref-palette-neutral-variant60: #938f99;--md-ref-palette-neutral-variant70: #aea9b4;--md-ref-palette-neutral-variant80: #cac4d0;--md-ref-palette-neutral-variant90: #e7e0ec;--md-ref-palette-neutral-variant95: #f5eefa;--md-ref-palette-neutral-variant98: #fdf7ff;--md-ref-palette-neutral-variant99: #fffbfe;--md-ref-palette-neutral0: #000;--md-ref-palette-neutral10: #1d1b20;--md-ref-palette-neutral100: #fff;--md-ref-palette-neutral12: #211f26;--md-ref-palette-neutral17: #2b2930;--md-ref-palette-neutral20: #322f35;--md-ref-palette-neutral22: #36343b;--md-ref-palette-neutral24: #3b383e;--md-ref-palette-neutral30: #48464c;--md-ref-palette-neutral4: #0f0d13;--md-ref-palette-neutral40: #605d64;--md-ref-palette-neutral50: #79767d;--md-ref-palette-neutral6: #141218;--md-ref-palette-neutral60: #938f96;--md-ref-palette-neutral70: #aea9b1;--md-ref-palette-neutral80: #cac5cd;--md-ref-palette-neutral87: #ded8e1;--md-ref-palette-neutral90: #e6e0e9;--md-ref-palette-neutral92: #ece6f0;--md-ref-palette-neutral94: #f3edf7;--md-ref-palette-neutral95: #f5eff7;--md-ref-palette-neutral96: #f7f2fa;--md-ref-palette-neutral98: #fef7ff;--md-ref-palette-neutral99: #fffbff;--md-ref-palette-orange0: #000;--md-ref-palette-orange10: #321200;--md-ref-palette-orange100: #fff;--md-ref-palette-orange20: #522302;--md-ref-palette-orange30: #753403;--md-ref-palette-orange40: #9a4600;--md-ref-palette-orange50: #c05a01;--md-ref-palette-orange60: #e86e00;--md-ref-palette-orange70: #ff8d41;--md-ref-palette-orange80: #ffb683;--md-ref-palette-orange90: #ffdcc3;--md-ref-palette-orange95: #ffede1;--md-ref-palette-orange98: #fff8f4;--md-ref-palette-pink0: #000;--md-ref-palette-pink10: #3d0023;--md-ref-palette-pink100: #fff;--md-ref-palette-pink20: #620438;--md-ref-palette-pink30: #8d0053;--md-ref-palette-pink40: #b60d6e;--md-ref-palette-pink50: #dc258d;--md-ref-palette-pink60: #f94aab;--md-ref-palette-pink70: #ff7dd2;--md-ref-palette-pink80: #ffaee4;--md-ref-palette-pink90: #ffd8ef;--md-ref-palette-pink95: #ffecf6;--md-ref-palette-pink98: #fff7fc;--md-ref-palette-primary0: #000;--md-ref-palette-primary10: #21005d;--md-ref-palette-primary100: #fff;--md-ref-palette-primary20: #381e72;--md-ref-palette-primary30: #4f378b;--md-ref-palette-primary40: #6750a4;--md-ref-palette-primary50: #7f67be;--md-ref-palette-primary60: #9a82db;--md-ref-palette-primary70: #b69df8;--md-ref-palette-primary80: #d0bcff;--md-ref-palette-primary90: #eaddff;--md-ref-palette-primary95: #f6edff;--md-ref-palette-primary98: #fef7ff;--md-ref-palette-primary99: #fffbfe;--md-ref-palette-purple0: #000;--md-ref-palette-purple10: #280255;--md-ref-palette-purple100: #fff;--md-ref-palette-purple20: #400b84;--md-ref-palette-purple30: #5629a4;--md-ref-palette-purple40: #7438d2;--md-ref-palette-purple50: #9254ea;--md-ref-palette-purple60: #ad72ff;--md-ref-palette-purple70: #c597ff;--md-ref-palette-purple80: #d9bafd;--md-ref-palette-purple90: #eedcfe;--md-ref-palette-purple95: #f7ecfe;--md-ref-palette-purple98: #fdf8ff;--md-ref-palette-red0: #000;--md-ref-palette-red10: #3a0907;--md-ref-palette-red100: #fff;--md-ref-palette-red20: #60150f;--md-ref-palette-red30: #8a1a16;--md-ref-palette-red40: #b3251e;--md-ref-palette-red50: #db372d;--md-ref-palette-red60: #f55e57;--md-ref-palette-red70: #ff8983;--md-ref-palette-red80: #ffb3ae;--md-ref-palette-red90: #ffdadc;--md-ref-palette-red95: #ffecee;--md-ref-palette-red98: #fff8f8;--md-ref-palette-secondary0: #000;--md-ref-palette-secondary10: #1d192b;--md-ref-palette-secondary100: #fff;--md-ref-palette-secondary20: #332d41;--md-ref-palette-secondary30: #4a4458;--md-ref-palette-secondary40: #625b71;--md-ref-palette-secondary50: #7a7289;--md-ref-palette-secondary60: #958da5;--md-ref-palette-secondary70: #b0a7c0;--md-ref-palette-secondary80: #ccc2dc;--md-ref-palette-secondary90: #e8def8;--md-ref-palette-secondary95: #f6edff;--md-ref-palette-secondary98: #fef7ff;--md-ref-palette-secondary99: #fffbfe;--md-ref-palette-tertiary0: #000;--md-ref-palette-tertiary10: #31111d;--md-ref-palette-tertiary100: #fff;--md-ref-palette-tertiary20: #492532;--md-ref-palette-tertiary30: #633b48;--md-ref-palette-tertiary40: #7d5260;--md-ref-palette-tertiary50: #986977;--md-ref-palette-tertiary60: #b58392;--md-ref-palette-tertiary70: #d29dac;--md-ref-palette-tertiary80: #efb8c8;--md-ref-palette-tertiary90: #ffd8e4;--md-ref-palette-tertiary95: #ffecf1;--md-ref-palette-tertiary98: #fff8f8;--md-ref-palette-tertiary99: #fffbfa;--md-ref-palette-white: #fff;--md-ref-palette-yellow0: #000;--md-ref-palette-yellow10: #2f1400;--md-ref-palette-yellow100: #fff;--md-ref-palette-yellow20: #4d2600;--md-ref-palette-yellow30: #6d3a01;--md-ref-palette-yellow40: #8f4e06;--md-ref-palette-yellow50: #b16300;--md-ref-palette-yellow60: #d37b00;--md-ref-palette-yellow70: #ef9800;--md-ref-palette-yellow80: #fcbd00;--md-ref-palette-yellow90: #ffe07c;--md-ref-palette-yellow95: #fff2b4;--md-ref-palette-yellow98: #fffade}}/*# sourceMappingURL=md-color-tokens-full.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["md-color-tokens-full.scss","internal/_color-tokens.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA,GASA,oBACE,MACE,wBC2EA,wwIAKE","file":"md-color-tokens-full.css"}
@@ -0,0 +1,3 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ declare const _default: CSSStyleSheet;
3
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ // Generated stylesheet for ./labs/gb/styles/color/md-color-tokens-full.css.
7
+ import { css } from 'lit';
8
+ export const styles = css `/*!
9
+ * Copyright 2026 Google LLC
10
+ * SPDX-License-Identifier: Apache-2.0
11
+ */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(var(--md-ref-palette-primary40), var(--md-ref-palette-primary80));--md-sys-color-on-primary: light-dark(var(--md-ref-palette-primary100), var(--md-ref-palette-primary20));--md-sys-color-primary-container: light-dark(var(--md-ref-palette-primary90), var(--md-ref-palette-primary30));--md-sys-color-on-primary-container: light-dark(var(--md-ref-palette-primary30), var(--md-ref-palette-primary90));--md-sys-color-primary-fixed: var(--md-ref-palette-primary90);--md-sys-color-primary-fixed-dim: var(--md-ref-palette-primary80);--md-sys-color-on-primary-fixed: var(--md-ref-palette-primary10);--md-sys-color-on-primary-fixed-variant: var(--md-ref-palette-primary30);--md-sys-color-secondary: light-dark(var(--md-ref-palette-secondary40), var(--md-ref-palette-secondary80));--md-sys-color-on-secondary: light-dark(var(--md-ref-palette-secondary100), var(--md-ref-palette-secondary20));--md-sys-color-secondary-container: light-dark(var(--md-ref-palette-secondary90), var(--md-ref-palette-secondary30));--md-sys-color-on-secondary-container: light-dark(var(--md-ref-palette-secondary30), var(--md-ref-palette-secondary90));--md-sys-color-secondary-fixed: var(--md-ref-palette-secondary90);--md-sys-color-secondary-fixed-dim: var(--md-ref-palette-secondary80);--md-sys-color-on-secondary-fixed: var(--md-ref-palette-secondary10);--md-sys-color-on-secondary-fixed-variant: var(--md-ref-palette-secondary30);--md-sys-color-tertiary: light-dark(var(--md-ref-palette-tertiary40), var(--md-ref-palette-tertiary80));--md-sys-color-on-tertiary: light-dark(var(--md-ref-palette-tertiary100), var(--md-ref-palette-tertiary20));--md-sys-color-tertiary-container: light-dark(var(--md-ref-palette-tertiary90), var(--md-ref-palette-tertiary30));--md-sys-color-on-tertiary-container: light-dark(var(--md-ref-palette-tertiary30), var(--md-ref-palette-tertiary90));--md-sys-color-tertiary-fixed: var(--md-ref-palette-tertiary90);--md-sys-color-tertiary-fixed-dim: var(--md-ref-palette-tertiary80);--md-sys-color-on-tertiary-fixed: var(--md-ref-palette-tertiary10);--md-sys-color-on-tertiary-fixed-variant: var(--md-ref-palette-tertiary30);--md-sys-color-error: light-dark(var(--md-ref-palette-error40), var(--md-ref-palette-error80));--md-sys-color-on-error: light-dark(var(--md-ref-palette-error100), var(--md-ref-palette-error20));--md-sys-color-error-container: light-dark(var(--md-ref-palette-error90), var(--md-ref-palette-error30));--md-sys-color-on-error-container: light-dark(var(--md-ref-palette-error30), var(--md-ref-palette-error90));--md-sys-color-surface: light-dark(var(--md-ref-palette-neutral98), var(--md-ref-palette-neutral6));--md-sys-color-surface-dim: light-dark(var(--md-ref-palette-neutral87), var(--md-ref-palette-neutral6));--md-sys-color-surface-bright: light-dark(var(--md-ref-palette-neutral98), var(--md-ref-palette-neutral24));--md-sys-color-surface-container-lowest: light-dark(var(--md-ref-palette-neutral100), var(--md-ref-palette-neutral4));--md-sys-color-surface-container-low: light-dark(var(--md-ref-palette-neutral96), var(--md-ref-palette-neutral10));--md-sys-color-surface-container: light-dark(var(--md-ref-palette-neutral94), var(--md-ref-palette-neutral12));--md-sys-color-surface-container-high: light-dark(var(--md-ref-palette-neutral92), var(--md-ref-palette-neutral17));--md-sys-color-surface-container-highest: light-dark(var(--md-ref-palette-neutral90), var(--md-ref-palette-neutral22));--md-sys-color-on-surface: light-dark(var(--md-ref-palette-neutral10), var(--md-ref-palette-neutral90));--md-sys-color-on-surface-variant: light-dark(var(--md-ref-palette-neutral-variant30), var(--md-ref-palette-neutral-variant80));--md-sys-color-outline: light-dark(var(--md-ref-palette-neutral-variant50), var(--md-ref-palette-neutral-variant60));--md-sys-color-outline-variant: light-dark(var(--md-ref-palette-neutral-variant80), var(--md-ref-palette-neutral-variant30));--md-sys-color-inverse-surface: light-dark(var(--md-ref-palette-neutral20), var(--md-ref-palette-neutral90));--md-sys-color-inverse-on-surface: light-dark(var(--md-ref-palette-neutral95), var(--md-ref-palette-neutral20));--md-sys-color-inverse-primary: light-dark(var(--md-ref-palette-primary80), var(--md-ref-palette-primary40));--md-sys-color-scrim: var(--md-ref-palette-neutral0);--md-sys-color-shadow: var(--md-ref-palette-neutral0);--md-ref-palette-black: #000;--md-ref-palette-blue-variant0: #000;--md-ref-palette-blue-variant10: #001f2d;--md-ref-palette-blue-variant100: #fff;--md-ref-palette-blue-variant20: #003549;--md-ref-palette-blue-variant30: #004d68;--md-ref-palette-blue-variant40: #006788;--md-ref-palette-blue-variant50: #0081a8;--md-ref-palette-blue-variant60: #009dc9;--md-ref-palette-blue-variant70: #00bbea;--md-ref-palette-blue-variant80: #67d4ff;--md-ref-palette-blue-variant90: #bde9ff;--md-ref-palette-blue-variant95: #e0f4ff;--md-ref-palette-blue-variant98: #f4faff;--md-ref-palette-blue0: #000;--md-ref-palette-blue10: #001944;--md-ref-palette-blue100: #fff;--md-ref-palette-blue20: #012c6f;--md-ref-palette-blue30: #04409f;--md-ref-palette-blue40: #1157ce;--md-ref-palette-blue50: #3271ea;--md-ref-palette-blue60: #4e8ff8;--md-ref-palette-blue70: #76acff;--md-ref-palette-blue80: #a1c9ff;--md-ref-palette-blue90: #d0e4ff;--md-ref-palette-blue95: #e7f2ff;--md-ref-palette-blue98: #f5faff;--md-ref-palette-cyan0: #000;--md-ref-palette-cyan10: #001f26;--md-ref-palette-cyan100: #fff;--md-ref-palette-cyan20: #003641;--md-ref-palette-cyan30: #004e5d;--md-ref-palette-cyan40: #00687c;--md-ref-palette-cyan50: #00839b;--md-ref-palette-cyan60: #009ebb;--md-ref-palette-cyan70: #00bbdf;--md-ref-palette-cyan80: #60d5f3;--md-ref-palette-cyan90: #acedff;--md-ref-palette-cyan95: #d8f6ff;--md-ref-palette-cyan98: #f0fbff;--md-ref-palette-error0: #000;--md-ref-palette-error10: #410e0b;--md-ref-palette-error100: #fff;--md-ref-palette-error20: #601410;--md-ref-palette-error30: #8c1d18;--md-ref-palette-error40: #b3261e;--md-ref-palette-error50: #dc362e;--md-ref-palette-error60: #e46962;--md-ref-palette-error70: #ec928e;--md-ref-palette-error80: #f2b8b5;--md-ref-palette-error90: #f9dedc;--md-ref-palette-error95: #fceeee;--md-ref-palette-error98: #fff8f7;--md-ref-palette-error99: #fffbf9;--md-ref-palette-green0: #000;--md-ref-palette-green10: #002110;--md-ref-palette-green100: #fff;--md-ref-palette-green20: #00381f;--md-ref-palette-green30: #00522c;--md-ref-palette-green40: #006c35;--md-ref-palette-green50: #128937;--md-ref-palette-green60: #1aa64a;--md-ref-palette-green70: #44c265;--md-ref-palette-green80: #80da88;--md-ref-palette-green90: #beefbb;--md-ref-palette-green95: #ddf8d8;--md-ref-palette-green98: #f2fcef;--md-ref-palette-grey-variant0: #000;--md-ref-palette-grey-variant10: #191d1c;--md-ref-palette-grey-variant100: #fff;--md-ref-palette-grey-variant20: #2d312f;--md-ref-palette-grey-variant30: #444746;--md-ref-palette-grey-variant40: #5c5f5e;--md-ref-palette-grey-variant50: #747775;--md-ref-palette-grey-variant60: #8e918f;--md-ref-palette-grey-variant70: #a9acaa;--md-ref-palette-grey-variant80: #c4c7c5;--md-ref-palette-grey-variant90: #e1e3e1;--md-ref-palette-grey-variant95: #eff2ef;--md-ref-palette-grey-variant98: #f7faf7;--md-ref-palette-grey0: #000;--md-ref-palette-grey10: #1b1b1c;--md-ref-palette-grey100: #fff;--md-ref-palette-grey20: #303030;--md-ref-palette-grey30: #474747;--md-ref-palette-grey40: #5e5e5e;--md-ref-palette-grey50: #777;--md-ref-palette-grey60: #919191;--md-ref-palette-grey70: #ababab;--md-ref-palette-grey80: #c7c7c7;--md-ref-palette-grey90: #e3e3e3;--md-ref-palette-grey95: #f2f2f2;--md-ref-palette-grey98: #f9f9f9;--md-ref-palette-neutral-variant0: #000;--md-ref-palette-neutral-variant10: #1d1a22;--md-ref-palette-neutral-variant100: #fff;--md-ref-palette-neutral-variant20: #322f37;--md-ref-palette-neutral-variant30: #49454f;--md-ref-palette-neutral-variant40: #605d66;--md-ref-palette-neutral-variant50: #79747e;--md-ref-palette-neutral-variant60: #938f99;--md-ref-palette-neutral-variant70: #aea9b4;--md-ref-palette-neutral-variant80: #cac4d0;--md-ref-palette-neutral-variant90: #e7e0ec;--md-ref-palette-neutral-variant95: #f5eefa;--md-ref-palette-neutral-variant98: #fdf7ff;--md-ref-palette-neutral-variant99: #fffbfe;--md-ref-palette-neutral0: #000;--md-ref-palette-neutral10: #1d1b20;--md-ref-palette-neutral100: #fff;--md-ref-palette-neutral12: #211f26;--md-ref-palette-neutral17: #2b2930;--md-ref-palette-neutral20: #322f35;--md-ref-palette-neutral22: #36343b;--md-ref-palette-neutral24: #3b383e;--md-ref-palette-neutral30: #48464c;--md-ref-palette-neutral4: #0f0d13;--md-ref-palette-neutral40: #605d64;--md-ref-palette-neutral50: #79767d;--md-ref-palette-neutral6: #141218;--md-ref-palette-neutral60: #938f96;--md-ref-palette-neutral70: #aea9b1;--md-ref-palette-neutral80: #cac5cd;--md-ref-palette-neutral87: #ded8e1;--md-ref-palette-neutral90: #e6e0e9;--md-ref-palette-neutral92: #ece6f0;--md-ref-palette-neutral94: #f3edf7;--md-ref-palette-neutral95: #f5eff7;--md-ref-palette-neutral96: #f7f2fa;--md-ref-palette-neutral98: #fef7ff;--md-ref-palette-neutral99: #fffbff;--md-ref-palette-orange0: #000;--md-ref-palette-orange10: #321200;--md-ref-palette-orange100: #fff;--md-ref-palette-orange20: #522302;--md-ref-palette-orange30: #753403;--md-ref-palette-orange40: #9a4600;--md-ref-palette-orange50: #c05a01;--md-ref-palette-orange60: #e86e00;--md-ref-palette-orange70: #ff8d41;--md-ref-palette-orange80: #ffb683;--md-ref-palette-orange90: #ffdcc3;--md-ref-palette-orange95: #ffede1;--md-ref-palette-orange98: #fff8f4;--md-ref-palette-pink0: #000;--md-ref-palette-pink10: #3d0023;--md-ref-palette-pink100: #fff;--md-ref-palette-pink20: #620438;--md-ref-palette-pink30: #8d0053;--md-ref-palette-pink40: #b60d6e;--md-ref-palette-pink50: #dc258d;--md-ref-palette-pink60: #f94aab;--md-ref-palette-pink70: #ff7dd2;--md-ref-palette-pink80: #ffaee4;--md-ref-palette-pink90: #ffd8ef;--md-ref-palette-pink95: #ffecf6;--md-ref-palette-pink98: #fff7fc;--md-ref-palette-primary0: #000;--md-ref-palette-primary10: #21005d;--md-ref-palette-primary100: #fff;--md-ref-palette-primary20: #381e72;--md-ref-palette-primary30: #4f378b;--md-ref-palette-primary40: #6750a4;--md-ref-palette-primary50: #7f67be;--md-ref-palette-primary60: #9a82db;--md-ref-palette-primary70: #b69df8;--md-ref-palette-primary80: #d0bcff;--md-ref-palette-primary90: #eaddff;--md-ref-palette-primary95: #f6edff;--md-ref-palette-primary98: #fef7ff;--md-ref-palette-primary99: #fffbfe;--md-ref-palette-purple0: #000;--md-ref-palette-purple10: #280255;--md-ref-palette-purple100: #fff;--md-ref-palette-purple20: #400b84;--md-ref-palette-purple30: #5629a4;--md-ref-palette-purple40: #7438d2;--md-ref-palette-purple50: #9254ea;--md-ref-palette-purple60: #ad72ff;--md-ref-palette-purple70: #c597ff;--md-ref-palette-purple80: #d9bafd;--md-ref-palette-purple90: #eedcfe;--md-ref-palette-purple95: #f7ecfe;--md-ref-palette-purple98: #fdf8ff;--md-ref-palette-red0: #000;--md-ref-palette-red10: #3a0907;--md-ref-palette-red100: #fff;--md-ref-palette-red20: #60150f;--md-ref-palette-red30: #8a1a16;--md-ref-palette-red40: #b3251e;--md-ref-palette-red50: #db372d;--md-ref-palette-red60: #f55e57;--md-ref-palette-red70: #ff8983;--md-ref-palette-red80: #ffb3ae;--md-ref-palette-red90: #ffdadc;--md-ref-palette-red95: #ffecee;--md-ref-palette-red98: #fff8f8;--md-ref-palette-secondary0: #000;--md-ref-palette-secondary10: #1d192b;--md-ref-palette-secondary100: #fff;--md-ref-palette-secondary20: #332d41;--md-ref-palette-secondary30: #4a4458;--md-ref-palette-secondary40: #625b71;--md-ref-palette-secondary50: #7a7289;--md-ref-palette-secondary60: #958da5;--md-ref-palette-secondary70: #b0a7c0;--md-ref-palette-secondary80: #ccc2dc;--md-ref-palette-secondary90: #e8def8;--md-ref-palette-secondary95: #f6edff;--md-ref-palette-secondary98: #fef7ff;--md-ref-palette-secondary99: #fffbfe;--md-ref-palette-tertiary0: #000;--md-ref-palette-tertiary10: #31111d;--md-ref-palette-tertiary100: #fff;--md-ref-palette-tertiary20: #492532;--md-ref-palette-tertiary30: #633b48;--md-ref-palette-tertiary40: #7d5260;--md-ref-palette-tertiary50: #986977;--md-ref-palette-tertiary60: #b58392;--md-ref-palette-tertiary70: #d29dac;--md-ref-palette-tertiary80: #efb8c8;--md-ref-palette-tertiary90: #ffd8e4;--md-ref-palette-tertiary95: #ffecf1;--md-ref-palette-tertiary98: #fff8f8;--md-ref-palette-tertiary99: #fffbfa;--md-ref-palette-white: #fff;--md-ref-palette-yellow0: #000;--md-ref-palette-yellow10: #2f1400;--md-ref-palette-yellow100: #fff;--md-ref-palette-yellow20: #4d2600;--md-ref-palette-yellow30: #6d3a01;--md-ref-palette-yellow40: #8f4e06;--md-ref-palette-yellow50: #b16300;--md-ref-palette-yellow60: #d37b00;--md-ref-palette-yellow70: #ef9800;--md-ref-palette-yellow80: #fcbd00;--md-ref-palette-yellow90: #ffe07c;--md-ref-palette-yellow95: #fff2b4;--md-ref-palette-yellow98: #fffade}}
12
+ `;
13
+ export default styles.styleSheet;
14
+ //# sourceMappingURL=md-color-tokens-full.cssresult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md-color-tokens-full.cssresult.js","sourceRoot":"","sources":["md-color-tokens-full.cssresult.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,4EAA4E;AAC5E,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AACxB,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;CAIxB,CAAC;AACF,eAAe,MAAM,CAAC,UAAW,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n// Generated stylesheet for ./labs/gb/styles/color/md-color-tokens-full.css.\nimport {css} from 'lit';\nexport const styles = css`/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(var(--md-ref-palette-primary40), var(--md-ref-palette-primary80));--md-sys-color-on-primary: light-dark(var(--md-ref-palette-primary100), var(--md-ref-palette-primary20));--md-sys-color-primary-container: light-dark(var(--md-ref-palette-primary90), var(--md-ref-palette-primary30));--md-sys-color-on-primary-container: light-dark(var(--md-ref-palette-primary30), var(--md-ref-palette-primary90));--md-sys-color-primary-fixed: var(--md-ref-palette-primary90);--md-sys-color-primary-fixed-dim: var(--md-ref-palette-primary80);--md-sys-color-on-primary-fixed: var(--md-ref-palette-primary10);--md-sys-color-on-primary-fixed-variant: var(--md-ref-palette-primary30);--md-sys-color-secondary: light-dark(var(--md-ref-palette-secondary40), var(--md-ref-palette-secondary80));--md-sys-color-on-secondary: light-dark(var(--md-ref-palette-secondary100), var(--md-ref-palette-secondary20));--md-sys-color-secondary-container: light-dark(var(--md-ref-palette-secondary90), var(--md-ref-palette-secondary30));--md-sys-color-on-secondary-container: light-dark(var(--md-ref-palette-secondary30), var(--md-ref-palette-secondary90));--md-sys-color-secondary-fixed: var(--md-ref-palette-secondary90);--md-sys-color-secondary-fixed-dim: var(--md-ref-palette-secondary80);--md-sys-color-on-secondary-fixed: var(--md-ref-palette-secondary10);--md-sys-color-on-secondary-fixed-variant: var(--md-ref-palette-secondary30);--md-sys-color-tertiary: light-dark(var(--md-ref-palette-tertiary40), var(--md-ref-palette-tertiary80));--md-sys-color-on-tertiary: light-dark(var(--md-ref-palette-tertiary100), var(--md-ref-palette-tertiary20));--md-sys-color-tertiary-container: light-dark(var(--md-ref-palette-tertiary90), var(--md-ref-palette-tertiary30));--md-sys-color-on-tertiary-container: light-dark(var(--md-ref-palette-tertiary30), var(--md-ref-palette-tertiary90));--md-sys-color-tertiary-fixed: var(--md-ref-palette-tertiary90);--md-sys-color-tertiary-fixed-dim: var(--md-ref-palette-tertiary80);--md-sys-color-on-tertiary-fixed: var(--md-ref-palette-tertiary10);--md-sys-color-on-tertiary-fixed-variant: var(--md-ref-palette-tertiary30);--md-sys-color-error: light-dark(var(--md-ref-palette-error40), var(--md-ref-palette-error80));--md-sys-color-on-error: light-dark(var(--md-ref-palette-error100), var(--md-ref-palette-error20));--md-sys-color-error-container: light-dark(var(--md-ref-palette-error90), var(--md-ref-palette-error30));--md-sys-color-on-error-container: light-dark(var(--md-ref-palette-error30), var(--md-ref-palette-error90));--md-sys-color-surface: light-dark(var(--md-ref-palette-neutral98), var(--md-ref-palette-neutral6));--md-sys-color-surface-dim: light-dark(var(--md-ref-palette-neutral87), var(--md-ref-palette-neutral6));--md-sys-color-surface-bright: light-dark(var(--md-ref-palette-neutral98), var(--md-ref-palette-neutral24));--md-sys-color-surface-container-lowest: light-dark(var(--md-ref-palette-neutral100), var(--md-ref-palette-neutral4));--md-sys-color-surface-container-low: light-dark(var(--md-ref-palette-neutral96), var(--md-ref-palette-neutral10));--md-sys-color-surface-container: light-dark(var(--md-ref-palette-neutral94), var(--md-ref-palette-neutral12));--md-sys-color-surface-container-high: light-dark(var(--md-ref-palette-neutral92), var(--md-ref-palette-neutral17));--md-sys-color-surface-container-highest: light-dark(var(--md-ref-palette-neutral90), var(--md-ref-palette-neutral22));--md-sys-color-on-surface: light-dark(var(--md-ref-palette-neutral10), var(--md-ref-palette-neutral90));--md-sys-color-on-surface-variant: light-dark(var(--md-ref-palette-neutral-variant30), var(--md-ref-palette-neutral-variant80));--md-sys-color-outline: light-dark(var(--md-ref-palette-neutral-variant50), var(--md-ref-palette-neutral-variant60));--md-sys-color-outline-variant: light-dark(var(--md-ref-palette-neutral-variant80), var(--md-ref-palette-neutral-variant30));--md-sys-color-inverse-surface: light-dark(var(--md-ref-palette-neutral20), var(--md-ref-palette-neutral90));--md-sys-color-inverse-on-surface: light-dark(var(--md-ref-palette-neutral95), var(--md-ref-palette-neutral20));--md-sys-color-inverse-primary: light-dark(var(--md-ref-palette-primary80), var(--md-ref-palette-primary40));--md-sys-color-scrim: var(--md-ref-palette-neutral0);--md-sys-color-shadow: var(--md-ref-palette-neutral0);--md-ref-palette-black: #000;--md-ref-palette-blue-variant0: #000;--md-ref-palette-blue-variant10: #001f2d;--md-ref-palette-blue-variant100: #fff;--md-ref-palette-blue-variant20: #003549;--md-ref-palette-blue-variant30: #004d68;--md-ref-palette-blue-variant40: #006788;--md-ref-palette-blue-variant50: #0081a8;--md-ref-palette-blue-variant60: #009dc9;--md-ref-palette-blue-variant70: #00bbea;--md-ref-palette-blue-variant80: #67d4ff;--md-ref-palette-blue-variant90: #bde9ff;--md-ref-palette-blue-variant95: #e0f4ff;--md-ref-palette-blue-variant98: #f4faff;--md-ref-palette-blue0: #000;--md-ref-palette-blue10: #001944;--md-ref-palette-blue100: #fff;--md-ref-palette-blue20: #012c6f;--md-ref-palette-blue30: #04409f;--md-ref-palette-blue40: #1157ce;--md-ref-palette-blue50: #3271ea;--md-ref-palette-blue60: #4e8ff8;--md-ref-palette-blue70: #76acff;--md-ref-palette-blue80: #a1c9ff;--md-ref-palette-blue90: #d0e4ff;--md-ref-palette-blue95: #e7f2ff;--md-ref-palette-blue98: #f5faff;--md-ref-palette-cyan0: #000;--md-ref-palette-cyan10: #001f26;--md-ref-palette-cyan100: #fff;--md-ref-palette-cyan20: #003641;--md-ref-palette-cyan30: #004e5d;--md-ref-palette-cyan40: #00687c;--md-ref-palette-cyan50: #00839b;--md-ref-palette-cyan60: #009ebb;--md-ref-palette-cyan70: #00bbdf;--md-ref-palette-cyan80: #60d5f3;--md-ref-palette-cyan90: #acedff;--md-ref-palette-cyan95: #d8f6ff;--md-ref-palette-cyan98: #f0fbff;--md-ref-palette-error0: #000;--md-ref-palette-error10: #410e0b;--md-ref-palette-error100: #fff;--md-ref-palette-error20: #601410;--md-ref-palette-error30: #8c1d18;--md-ref-palette-error40: #b3261e;--md-ref-palette-error50: #dc362e;--md-ref-palette-error60: #e46962;--md-ref-palette-error70: #ec928e;--md-ref-palette-error80: #f2b8b5;--md-ref-palette-error90: #f9dedc;--md-ref-palette-error95: #fceeee;--md-ref-palette-error98: #fff8f7;--md-ref-palette-error99: #fffbf9;--md-ref-palette-green0: #000;--md-ref-palette-green10: #002110;--md-ref-palette-green100: #fff;--md-ref-palette-green20: #00381f;--md-ref-palette-green30: #00522c;--md-ref-palette-green40: #006c35;--md-ref-palette-green50: #128937;--md-ref-palette-green60: #1aa64a;--md-ref-palette-green70: #44c265;--md-ref-palette-green80: #80da88;--md-ref-palette-green90: #beefbb;--md-ref-palette-green95: #ddf8d8;--md-ref-palette-green98: #f2fcef;--md-ref-palette-grey-variant0: #000;--md-ref-palette-grey-variant10: #191d1c;--md-ref-palette-grey-variant100: #fff;--md-ref-palette-grey-variant20: #2d312f;--md-ref-palette-grey-variant30: #444746;--md-ref-palette-grey-variant40: #5c5f5e;--md-ref-palette-grey-variant50: #747775;--md-ref-palette-grey-variant60: #8e918f;--md-ref-palette-grey-variant70: #a9acaa;--md-ref-palette-grey-variant80: #c4c7c5;--md-ref-palette-grey-variant90: #e1e3e1;--md-ref-palette-grey-variant95: #eff2ef;--md-ref-palette-grey-variant98: #f7faf7;--md-ref-palette-grey0: #000;--md-ref-palette-grey10: #1b1b1c;--md-ref-palette-grey100: #fff;--md-ref-palette-grey20: #303030;--md-ref-palette-grey30: #474747;--md-ref-palette-grey40: #5e5e5e;--md-ref-palette-grey50: #777;--md-ref-palette-grey60: #919191;--md-ref-palette-grey70: #ababab;--md-ref-palette-grey80: #c7c7c7;--md-ref-palette-grey90: #e3e3e3;--md-ref-palette-grey95: #f2f2f2;--md-ref-palette-grey98: #f9f9f9;--md-ref-palette-neutral-variant0: #000;--md-ref-palette-neutral-variant10: #1d1a22;--md-ref-palette-neutral-variant100: #fff;--md-ref-palette-neutral-variant20: #322f37;--md-ref-palette-neutral-variant30: #49454f;--md-ref-palette-neutral-variant40: #605d66;--md-ref-palette-neutral-variant50: #79747e;--md-ref-palette-neutral-variant60: #938f99;--md-ref-palette-neutral-variant70: #aea9b4;--md-ref-palette-neutral-variant80: #cac4d0;--md-ref-palette-neutral-variant90: #e7e0ec;--md-ref-palette-neutral-variant95: #f5eefa;--md-ref-palette-neutral-variant98: #fdf7ff;--md-ref-palette-neutral-variant99: #fffbfe;--md-ref-palette-neutral0: #000;--md-ref-palette-neutral10: #1d1b20;--md-ref-palette-neutral100: #fff;--md-ref-palette-neutral12: #211f26;--md-ref-palette-neutral17: #2b2930;--md-ref-palette-neutral20: #322f35;--md-ref-palette-neutral22: #36343b;--md-ref-palette-neutral24: #3b383e;--md-ref-palette-neutral30: #48464c;--md-ref-palette-neutral4: #0f0d13;--md-ref-palette-neutral40: #605d64;--md-ref-palette-neutral50: #79767d;--md-ref-palette-neutral6: #141218;--md-ref-palette-neutral60: #938f96;--md-ref-palette-neutral70: #aea9b1;--md-ref-palette-neutral80: #cac5cd;--md-ref-palette-neutral87: #ded8e1;--md-ref-palette-neutral90: #e6e0e9;--md-ref-palette-neutral92: #ece6f0;--md-ref-palette-neutral94: #f3edf7;--md-ref-palette-neutral95: #f5eff7;--md-ref-palette-neutral96: #f7f2fa;--md-ref-palette-neutral98: #fef7ff;--md-ref-palette-neutral99: #fffbff;--md-ref-palette-orange0: #000;--md-ref-palette-orange10: #321200;--md-ref-palette-orange100: #fff;--md-ref-palette-orange20: #522302;--md-ref-palette-orange30: #753403;--md-ref-palette-orange40: #9a4600;--md-ref-palette-orange50: #c05a01;--md-ref-palette-orange60: #e86e00;--md-ref-palette-orange70: #ff8d41;--md-ref-palette-orange80: #ffb683;--md-ref-palette-orange90: #ffdcc3;--md-ref-palette-orange95: #ffede1;--md-ref-palette-orange98: #fff8f4;--md-ref-palette-pink0: #000;--md-ref-palette-pink10: #3d0023;--md-ref-palette-pink100: #fff;--md-ref-palette-pink20: #620438;--md-ref-palette-pink30: #8d0053;--md-ref-palette-pink40: #b60d6e;--md-ref-palette-pink50: #dc258d;--md-ref-palette-pink60: #f94aab;--md-ref-palette-pink70: #ff7dd2;--md-ref-palette-pink80: #ffaee4;--md-ref-palette-pink90: #ffd8ef;--md-ref-palette-pink95: #ffecf6;--md-ref-palette-pink98: #fff7fc;--md-ref-palette-primary0: #000;--md-ref-palette-primary10: #21005d;--md-ref-palette-primary100: #fff;--md-ref-palette-primary20: #381e72;--md-ref-palette-primary30: #4f378b;--md-ref-palette-primary40: #6750a4;--md-ref-palette-primary50: #7f67be;--md-ref-palette-primary60: #9a82db;--md-ref-palette-primary70: #b69df8;--md-ref-palette-primary80: #d0bcff;--md-ref-palette-primary90: #eaddff;--md-ref-palette-primary95: #f6edff;--md-ref-palette-primary98: #fef7ff;--md-ref-palette-primary99: #fffbfe;--md-ref-palette-purple0: #000;--md-ref-palette-purple10: #280255;--md-ref-palette-purple100: #fff;--md-ref-palette-purple20: #400b84;--md-ref-palette-purple30: #5629a4;--md-ref-palette-purple40: #7438d2;--md-ref-palette-purple50: #9254ea;--md-ref-palette-purple60: #ad72ff;--md-ref-palette-purple70: #c597ff;--md-ref-palette-purple80: #d9bafd;--md-ref-palette-purple90: #eedcfe;--md-ref-palette-purple95: #f7ecfe;--md-ref-palette-purple98: #fdf8ff;--md-ref-palette-red0: #000;--md-ref-palette-red10: #3a0907;--md-ref-palette-red100: #fff;--md-ref-palette-red20: #60150f;--md-ref-palette-red30: #8a1a16;--md-ref-palette-red40: #b3251e;--md-ref-palette-red50: #db372d;--md-ref-palette-red60: #f55e57;--md-ref-palette-red70: #ff8983;--md-ref-palette-red80: #ffb3ae;--md-ref-palette-red90: #ffdadc;--md-ref-palette-red95: #ffecee;--md-ref-palette-red98: #fff8f8;--md-ref-palette-secondary0: #000;--md-ref-palette-secondary10: #1d192b;--md-ref-palette-secondary100: #fff;--md-ref-palette-secondary20: #332d41;--md-ref-palette-secondary30: #4a4458;--md-ref-palette-secondary40: #625b71;--md-ref-palette-secondary50: #7a7289;--md-ref-palette-secondary60: #958da5;--md-ref-palette-secondary70: #b0a7c0;--md-ref-palette-secondary80: #ccc2dc;--md-ref-palette-secondary90: #e8def8;--md-ref-palette-secondary95: #f6edff;--md-ref-palette-secondary98: #fef7ff;--md-ref-palette-secondary99: #fffbfe;--md-ref-palette-tertiary0: #000;--md-ref-palette-tertiary10: #31111d;--md-ref-palette-tertiary100: #fff;--md-ref-palette-tertiary20: #492532;--md-ref-palette-tertiary30: #633b48;--md-ref-palette-tertiary40: #7d5260;--md-ref-palette-tertiary50: #986977;--md-ref-palette-tertiary60: #b58392;--md-ref-palette-tertiary70: #d29dac;--md-ref-palette-tertiary80: #efb8c8;--md-ref-palette-tertiary90: #ffd8e4;--md-ref-palette-tertiary95: #ffecf1;--md-ref-palette-tertiary98: #fff8f8;--md-ref-palette-tertiary99: #fffbfa;--md-ref-palette-white: #fff;--md-ref-palette-yellow0: #000;--md-ref-palette-yellow10: #2f1400;--md-ref-palette-yellow100: #fff;--md-ref-palette-yellow20: #4d2600;--md-ref-palette-yellow30: #6d3a01;--md-ref-palette-yellow40: #8f4e06;--md-ref-palette-yellow50: #b16300;--md-ref-palette-yellow60: #d37b00;--md-ref-palette-yellow70: #ef9800;--md-ref-palette-yellow80: #fcbd00;--md-ref-palette-yellow90: #ffe07c;--md-ref-palette-yellow95: #fff2b4;--md-ref-palette-yellow98: #fffade}}\n`;\nexport default styles.styleSheet!;\n"]}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(#6750a4, #d0bcff);--md-sys-color-on-primary: light-dark(#fff, #381e72);--md-sys-color-primary-container: light-dark(#eaddff, #4f378b);--md-sys-color-on-primary-container: light-dark(#4f378b, #eaddff);--md-sys-color-primary-fixed: #eaddff;--md-sys-color-primary-fixed-dim: #d0bcff;--md-sys-color-on-primary-fixed: #21005d;--md-sys-color-on-primary-fixed-variant: #4f378b;--md-sys-color-secondary: light-dark(#625b71, #ccc2dc);--md-sys-color-on-secondary: light-dark(#fff, #332d41);--md-sys-color-secondary-container: light-dark(#e8def8, #4a4458);--md-sys-color-on-secondary-container: light-dark(#4a4458, #e8def8);--md-sys-color-secondary-fixed: #e8def8;--md-sys-color-secondary-fixed-dim: #ccc2dc;--md-sys-color-on-secondary-fixed: #1d192b;--md-sys-color-on-secondary-fixed-variant: #4a4458;--md-sys-color-tertiary: light-dark(#7d5260, #efb8c8);--md-sys-color-on-tertiary: light-dark(#fff, #492532);--md-sys-color-tertiary-container: light-dark(#ffd8e4, #633b48);--md-sys-color-on-tertiary-container: light-dark(#633b48, #ffd8e4);--md-sys-color-tertiary-fixed: #ffd8e4;--md-sys-color-tertiary-fixed-dim: #efb8c8;--md-sys-color-on-tertiary-fixed: #31111d;--md-sys-color-on-tertiary-fixed-variant: #633b48;--md-sys-color-error: light-dark(#b3261e, #f2b8b5);--md-sys-color-on-error: light-dark(#fff, #601410);--md-sys-color-error-container: light-dark(#f9dedc, #8c1d18);--md-sys-color-on-error-container: light-dark(#8c1d18, #f9dedc);--md-sys-color-surface: light-dark(#fef7ff, #141218);--md-sys-color-surface-dim: light-dark(#ded8e1, #141218);--md-sys-color-surface-bright: light-dark(#fef7ff, #3b383e);--md-sys-color-surface-container-lowest: light-dark(#fff, #0f0d13);--md-sys-color-surface-container-low: light-dark(#f7f2fa, #1d1b20);--md-sys-color-surface-container: light-dark(#f3edf7, #211f26);--md-sys-color-surface-container-high: light-dark(#ece6f0, #2b2930);--md-sys-color-surface-container-highest: light-dark(#e6e0e9, #36343b);--md-sys-color-on-surface: light-dark(#1d1b20, #e6e0e9);--md-sys-color-on-surface-variant: light-dark(#49454f, #cac4d0);--md-sys-color-outline: light-dark(#79747e, #938f99);--md-sys-color-outline-variant: light-dark(#cac4d0, #49454f);--md-sys-color-inverse-surface: light-dark(#322f35, #e6e0e9);--md-sys-color-inverse-on-surface: light-dark(#f5eff7, #322f35);--md-sys-color-inverse-primary: light-dark(#d0bcff, #6750a4);--md-sys-color-scrim: #000;--md-sys-color-shadow: #000}}/*# sourceMappingURL=md-color-tokens.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["md-color-tokens.scss","internal/_color-tokens.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA,GASA,oBACE,MACE,wBC2EA","file":"md-color-tokens.css"}
@@ -0,0 +1,3 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ declare const _default: CSSStyleSheet;
3
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ // Generated stylesheet for ./labs/gb/styles/color/md-color-tokens.css.
7
+ import { css } from 'lit';
8
+ export const styles = css `/*!
9
+ * Copyright 2026 Google LLC
10
+ * SPDX-License-Identifier: Apache-2.0
11
+ */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(#6750a4, #d0bcff);--md-sys-color-on-primary: light-dark(#fff, #381e72);--md-sys-color-primary-container: light-dark(#eaddff, #4f378b);--md-sys-color-on-primary-container: light-dark(#4f378b, #eaddff);--md-sys-color-primary-fixed: #eaddff;--md-sys-color-primary-fixed-dim: #d0bcff;--md-sys-color-on-primary-fixed: #21005d;--md-sys-color-on-primary-fixed-variant: #4f378b;--md-sys-color-secondary: light-dark(#625b71, #ccc2dc);--md-sys-color-on-secondary: light-dark(#fff, #332d41);--md-sys-color-secondary-container: light-dark(#e8def8, #4a4458);--md-sys-color-on-secondary-container: light-dark(#4a4458, #e8def8);--md-sys-color-secondary-fixed: #e8def8;--md-sys-color-secondary-fixed-dim: #ccc2dc;--md-sys-color-on-secondary-fixed: #1d192b;--md-sys-color-on-secondary-fixed-variant: #4a4458;--md-sys-color-tertiary: light-dark(#7d5260, #efb8c8);--md-sys-color-on-tertiary: light-dark(#fff, #492532);--md-sys-color-tertiary-container: light-dark(#ffd8e4, #633b48);--md-sys-color-on-tertiary-container: light-dark(#633b48, #ffd8e4);--md-sys-color-tertiary-fixed: #ffd8e4;--md-sys-color-tertiary-fixed-dim: #efb8c8;--md-sys-color-on-tertiary-fixed: #31111d;--md-sys-color-on-tertiary-fixed-variant: #633b48;--md-sys-color-error: light-dark(#b3261e, #f2b8b5);--md-sys-color-on-error: light-dark(#fff, #601410);--md-sys-color-error-container: light-dark(#f9dedc, #8c1d18);--md-sys-color-on-error-container: light-dark(#8c1d18, #f9dedc);--md-sys-color-surface: light-dark(#fef7ff, #141218);--md-sys-color-surface-dim: light-dark(#ded8e1, #141218);--md-sys-color-surface-bright: light-dark(#fef7ff, #3b383e);--md-sys-color-surface-container-lowest: light-dark(#fff, #0f0d13);--md-sys-color-surface-container-low: light-dark(#f7f2fa, #1d1b20);--md-sys-color-surface-container: light-dark(#f3edf7, #211f26);--md-sys-color-surface-container-high: light-dark(#ece6f0, #2b2930);--md-sys-color-surface-container-highest: light-dark(#e6e0e9, #36343b);--md-sys-color-on-surface: light-dark(#1d1b20, #e6e0e9);--md-sys-color-on-surface-variant: light-dark(#49454f, #cac4d0);--md-sys-color-outline: light-dark(#79747e, #938f99);--md-sys-color-outline-variant: light-dark(#cac4d0, #49454f);--md-sys-color-inverse-surface: light-dark(#322f35, #e6e0e9);--md-sys-color-inverse-on-surface: light-dark(#f5eff7, #322f35);--md-sys-color-inverse-primary: light-dark(#d0bcff, #6750a4);--md-sys-color-scrim: #000;--md-sys-color-shadow: #000}}
12
+ `;
13
+ export default styles.styleSheet;
14
+ //# sourceMappingURL=md-color-tokens.cssresult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md-color-tokens.cssresult.js","sourceRoot":"","sources":["md-color-tokens.cssresult.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,uEAAuE;AACvE,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AACxB,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;CAIxB,CAAC;AACF,eAAe,MAAM,CAAC,UAAW,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n// Generated stylesheet for ./labs/gb/styles/color/md-color-tokens.css.\nimport {css} from 'lit';\nexport const styles = css`/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(#6750a4, #d0bcff);--md-sys-color-on-primary: light-dark(#fff, #381e72);--md-sys-color-primary-container: light-dark(#eaddff, #4f378b);--md-sys-color-on-primary-container: light-dark(#4f378b, #eaddff);--md-sys-color-primary-fixed: #eaddff;--md-sys-color-primary-fixed-dim: #d0bcff;--md-sys-color-on-primary-fixed: #21005d;--md-sys-color-on-primary-fixed-variant: #4f378b;--md-sys-color-secondary: light-dark(#625b71, #ccc2dc);--md-sys-color-on-secondary: light-dark(#fff, #332d41);--md-sys-color-secondary-container: light-dark(#e8def8, #4a4458);--md-sys-color-on-secondary-container: light-dark(#4a4458, #e8def8);--md-sys-color-secondary-fixed: #e8def8;--md-sys-color-secondary-fixed-dim: #ccc2dc;--md-sys-color-on-secondary-fixed: #1d192b;--md-sys-color-on-secondary-fixed-variant: #4a4458;--md-sys-color-tertiary: light-dark(#7d5260, #efb8c8);--md-sys-color-on-tertiary: light-dark(#fff, #492532);--md-sys-color-tertiary-container: light-dark(#ffd8e4, #633b48);--md-sys-color-on-tertiary-container: light-dark(#633b48, #ffd8e4);--md-sys-color-tertiary-fixed: #ffd8e4;--md-sys-color-tertiary-fixed-dim: #efb8c8;--md-sys-color-on-tertiary-fixed: #31111d;--md-sys-color-on-tertiary-fixed-variant: #633b48;--md-sys-color-error: light-dark(#b3261e, #f2b8b5);--md-sys-color-on-error: light-dark(#fff, #601410);--md-sys-color-error-container: light-dark(#f9dedc, #8c1d18);--md-sys-color-on-error-container: light-dark(#8c1d18, #f9dedc);--md-sys-color-surface: light-dark(#fef7ff, #141218);--md-sys-color-surface-dim: light-dark(#ded8e1, #141218);--md-sys-color-surface-bright: light-dark(#fef7ff, #3b383e);--md-sys-color-surface-container-lowest: light-dark(#fff, #0f0d13);--md-sys-color-surface-container-low: light-dark(#f7f2fa, #1d1b20);--md-sys-color-surface-container: light-dark(#f3edf7, #211f26);--md-sys-color-surface-container-high: light-dark(#ece6f0, #2b2930);--md-sys-color-surface-container-highest: light-dark(#e6e0e9, #36343b);--md-sys-color-on-surface: light-dark(#1d1b20, #e6e0e9);--md-sys-color-on-surface-variant: light-dark(#49454f, #cac4d0);--md-sys-color-outline: light-dark(#79747e, #938f99);--md-sys-color-outline-variant: light-dark(#cac4d0, #49454f);--md-sys-color-inverse-surface: light-dark(#322f35, #e6e0e9);--md-sys-color-inverse-on-surface: light-dark(#f5eff7, #322f35);--md-sys-color-inverse-primary: light-dark(#d0bcff, #6750a4);--md-sys-color-scrim: #000;--md-sys-color-shadow: #000}}\n`;\nexport default styles.styleSheet!;\n"]}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */@layer md.sys.elevation{:root{--md-sys-elevation-shadow-0: none;--md-sys-elevation-shadow-1: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-2: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-3: 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-4: 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-5: 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15)}}/*# sourceMappingURL=md-elevation-tokens.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["md-elevation-tokens.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA,GAKA,wBACE,MACE,kCACA,2JAGA,2JAGA,2JAGA,4JAGA","file":"md-elevation-tokens.css"}
@@ -0,0 +1,3 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ declare const _default: CSSStyleSheet;
3
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ // Generated stylesheet for ./labs/gb/styles/elevation/md-elevation-tokens.css.
7
+ import { css } from 'lit';
8
+ export const styles = css `/*!
9
+ * Copyright 2026 Google LLC
10
+ * SPDX-License-Identifier: Apache-2.0
11
+ */@layer md.sys.elevation{:root{--md-sys-elevation-shadow-0: none;--md-sys-elevation-shadow-1: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-2: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-3: 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-4: 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-5: 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15)}}
12
+ `;
13
+ export default styles.styleSheet;
14
+ //# sourceMappingURL=md-elevation-tokens.cssresult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md-elevation-tokens.cssresult.js","sourceRoot":"","sources":["md-elevation-tokens.cssresult.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,+EAA+E;AAC/E,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AACxB,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;CAIxB,CAAC;AACF,eAAe,MAAM,CAAC,UAAW,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n// Generated stylesheet for ./labs/gb/styles/elevation/md-elevation-tokens.css.\nimport {css} from 'lit';\nexport const styles = css`/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.elevation{:root{--md-sys-elevation-shadow-0: none;--md-sys-elevation-shadow-1: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-2: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-3: 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-4: 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-5: 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15)}}\n`;\nexport default styles.styleSheet!;\n"]}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { type CSSResultOrNative } from 'lit';
7
+ import { Icon as IconBase } from '../../../../icon/internal/icon.js';
8
+ /**
9
+ * A Material Design icon component.
10
+ */
11
+ export declare class IconElement extends IconBase {
12
+ /** @nocollapse */
13
+ static styles: CSSResultOrNative[];
14
+ connectedCallback(): void;
15
+ }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { Icon as IconBase } from '../../../../icon/internal/icon.js';
7
+ import { adoptStyles } from '../adopt-styles.js';
8
+ import iconStyles from './md-icon.css' with { type: 'css' }; // github-only
9
+ // import iconStyles from './md-icon.cssresult.js'; // google3-only
10
+ /**
11
+ * A Material Design icon component.
12
+ */
13
+ export class IconElement extends IconBase {
14
+ connectedCallback() {
15
+ super.connectedCallback();
16
+ // Adopt stylesheet to ensure global CSS @property variables are registered.
17
+ adoptStyles(this, iconStyles);
18
+ this.classList.add('md-icon');
19
+ }
20
+ }
21
+ /** @nocollapse */
22
+ IconElement.styles = [iconStyles];
23
+ //# sourceMappingURL=icon-element.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-element.js","sourceRoot":"","sources":["icon-element.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAC,IAAI,IAAI,QAAQ,EAAC,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAC,WAAW,EAAC,MAAM,oBAAoB,CAAC;AAE/C,OAAO,UAAU,MAAM,eAAe,CAAC,OAAM,IAAI,EAAE,KAAK,EAAC,CAAC,CAAC,cAAc;AACzE,mEAAmE;AAEnE;;GAEG;AACH,MAAM,OAAO,WAAY,SAAQ,QAAQ;IAI9B,iBAAiB;QACxB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,4EAA4E;QAC5E,WAAW,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAChC,CAAC;;AARD,kBAAkB;AACF,kBAAM,GAAwB,CAAC,UAAU,CAAC,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {type CSSResultOrNative} from 'lit';\nimport {Icon as IconBase} from '../../../../icon/internal/icon.js';\nimport {adoptStyles} from '../adopt-styles.js';\n\nimport iconStyles from './md-icon.css' with {type: 'css'}; // github-only\n// import iconStyles from './md-icon.cssresult.js'; // google3-only\n\n/**\n * A Material Design icon component.\n */\nexport class IconElement extends IconBase {\n /** @nocollapse */\n static override styles: CSSResultOrNative[] = [iconStyles];\n\n override connectedCallback() {\n super.connectedCallback();\n // Adopt stylesheet to ensure global CSS @property variables are registered.\n adoptStyles(this, iconStyles);\n this.classList.add('md-icon');\n }\n}\n"]}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { IconElement } from './icon-element.js';
7
+ declare global {
8
+ interface HTMLElementTagNameMap {
9
+ /** A Material Design icon component. */
10
+ 'md-gb-icon': IconElement;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { IconElement } from './icon-element.js';
7
+ customElements.define('md-gb-icon', IconElement);
8
+ //# sourceMappingURL=md-gb-icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md-gb-icon.js","sourceRoot":"","sources":["md-gb-icon.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAS9C,cAAc,CAAC,MAAM,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {IconElement} from './icon-element.js';\n\ndeclare global {\n interface HTMLElementTagNameMap {\n /** A Material Design icon component. */\n 'md-gb-icon': IconElement;\n }\n}\n\ncustomElements.define('md-gb-icon', IconElement);\n"]}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */@property --md-icon-font{syntax:"<string>#";inherits:true;initial-value:"Material Symbols"}@property --md-icon-color{syntax:"<color>";inherits:true;initial-value:currentColor}@property --md-icon-size{syntax:"<length-percentage>";inherits:true;initial-value:24px}@property --md-icon-opsz{syntax:"<number>";inherits:true;initial-value:24}@property --md-icon-wght{syntax:"<number>";inherits:true;initial-value:400}@property --md-icon-fill{syntax:"<number>";inherits:true;initial-value:0}@property --md-icon-grad{syntax:"<number>";inherits:true;initial-value:0}@layer md.sys.icon{.md-icon,:host(.md-icon){display:inline-flex;place-items:center;place-content:center;overflow:hidden;color:var(--md-icon-color);fill:var(--md-icon-color);aspect-ratio:1;min-width:var(--md-icon-size);max-width:var(--md-icon-size);font-size:var(--md-icon-size);font-family:var(--md-icon-font);font-variation-settings:"opsz" var(--md-icon-opsz),"wght" var(--md-icon-wght),"FILL" var(--md-icon-fill),"GRAD" var(--md-icon-grad);-webkit-font-smoothing:antialiased}}/*# sourceMappingURL=md-icon.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["md-icon.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA,GAKA,yBACE,mBACA,cACA,iCAEF,0BACE,iBACA,cACA,2BAEF,yBACE,6BACA,cACA,mBAEF,yBACE,kBACA,cACA,iBAEF,yBACE,kBACA,cACA,kBAEF,yBACE,kBACA,cACA,gBAEF,yBACE,kBACA,cACA,gBAGF,mBACE,yBAEE,oBACA,mBACA,qBACA,gBACA,2BACA,0BACA,eACA,8BACA,8BACA,8BACA,gCACA,wBACE,4GAIF","file":"md-icon.css"}
@@ -0,0 +1,3 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ declare const _default: CSSStyleSheet;
3
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ // Generated stylesheet for ./labs/gb/styles/icon/md-icon.css.
7
+ import { css } from 'lit';
8
+ export const styles = css `/*!
9
+ * Copyright 2026 Google LLC
10
+ * SPDX-License-Identifier: Apache-2.0
11
+ */@property --md-icon-font{syntax:"<string>#";inherits:true;initial-value:"Material Symbols"}@property --md-icon-color{syntax:"<color>";inherits:true;initial-value:currentColor}@property --md-icon-size{syntax:"<length-percentage>";inherits:true;initial-value:24px}@property --md-icon-opsz{syntax:"<number>";inherits:true;initial-value:24}@property --md-icon-wght{syntax:"<number>";inherits:true;initial-value:400}@property --md-icon-fill{syntax:"<number>";inherits:true;initial-value:0}@property --md-icon-grad{syntax:"<number>";inherits:true;initial-value:0}@layer md.sys.icon{.md-icon,:host(.md-icon){display:inline-flex;place-items:center;place-content:center;overflow:hidden;color:var(--md-icon-color);fill:var(--md-icon-color);aspect-ratio:1;min-width:var(--md-icon-size);max-width:var(--md-icon-size);font-size:var(--md-icon-size);font-family:var(--md-icon-font);font-variation-settings:"opsz" var(--md-icon-opsz),"wght" var(--md-icon-wght),"FILL" var(--md-icon-fill),"GRAD" var(--md-icon-grad);-webkit-font-smoothing:antialiased}}
12
+ `;
13
+ export default styles.styleSheet;
14
+ //# sourceMappingURL=md-icon.cssresult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md-icon.cssresult.js","sourceRoot":"","sources":["md-icon.cssresult.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,8DAA8D;AAC9D,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AACxB,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;CAIxB,CAAC;AACF,eAAe,MAAM,CAAC,UAAW,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n// Generated stylesheet for ./labs/gb/styles/icon/md-icon.css.\nimport {css} from 'lit';\nexport const styles = css`/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@property --md-icon-font{syntax:\"<string>#\";inherits:true;initial-value:\"Material Symbols\"}@property --md-icon-color{syntax:\"<color>\";inherits:true;initial-value:currentColor}@property --md-icon-size{syntax:\"<length-percentage>\";inherits:true;initial-value:24px}@property --md-icon-opsz{syntax:\"<number>\";inherits:true;initial-value:24}@property --md-icon-wght{syntax:\"<number>\";inherits:true;initial-value:400}@property --md-icon-fill{syntax:\"<number>\";inherits:true;initial-value:0}@property --md-icon-grad{syntax:\"<number>\";inherits:true;initial-value:0}@layer md.sys.icon{.md-icon,:host(.md-icon){display:inline-flex;place-items:center;place-content:center;overflow:hidden;color:var(--md-icon-color);fill:var(--md-icon-color);aspect-ratio:1;min-width:var(--md-icon-size);max-width:var(--md-icon-size);font-size:var(--md-icon-size);font-family:var(--md-icon-font);font-variation-settings:\"opsz\" var(--md-icon-opsz),\"wght\" var(--md-icon-wght),\"FILL\" var(--md-icon-fill),\"GRAD\" var(--md-icon-grad);-webkit-font-smoothing:antialiased}}\n`;\nexport default styles.styleSheet!;\n"]}
@@ -0,0 +1,25 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ *//*!
5
+ * Copyright 2026 Google LLC
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(#6750a4, #d0bcff);--md-sys-color-on-primary: light-dark(#fff, #381e72);--md-sys-color-primary-container: light-dark(#eaddff, #4f378b);--md-sys-color-on-primary-container: light-dark(#4f378b, #eaddff);--md-sys-color-primary-fixed: #eaddff;--md-sys-color-primary-fixed-dim: #d0bcff;--md-sys-color-on-primary-fixed: #21005d;--md-sys-color-on-primary-fixed-variant: #4f378b;--md-sys-color-secondary: light-dark(#625b71, #ccc2dc);--md-sys-color-on-secondary: light-dark(#fff, #332d41);--md-sys-color-secondary-container: light-dark(#e8def8, #4a4458);--md-sys-color-on-secondary-container: light-dark(#4a4458, #e8def8);--md-sys-color-secondary-fixed: #e8def8;--md-sys-color-secondary-fixed-dim: #ccc2dc;--md-sys-color-on-secondary-fixed: #1d192b;--md-sys-color-on-secondary-fixed-variant: #4a4458;--md-sys-color-tertiary: light-dark(#7d5260, #efb8c8);--md-sys-color-on-tertiary: light-dark(#fff, #492532);--md-sys-color-tertiary-container: light-dark(#ffd8e4, #633b48);--md-sys-color-on-tertiary-container: light-dark(#633b48, #ffd8e4);--md-sys-color-tertiary-fixed: #ffd8e4;--md-sys-color-tertiary-fixed-dim: #efb8c8;--md-sys-color-on-tertiary-fixed: #31111d;--md-sys-color-on-tertiary-fixed-variant: #633b48;--md-sys-color-error: light-dark(#b3261e, #f2b8b5);--md-sys-color-on-error: light-dark(#fff, #601410);--md-sys-color-error-container: light-dark(#f9dedc, #8c1d18);--md-sys-color-on-error-container: light-dark(#8c1d18, #f9dedc);--md-sys-color-surface: light-dark(#fef7ff, #141218);--md-sys-color-surface-dim: light-dark(#ded8e1, #141218);--md-sys-color-surface-bright: light-dark(#fef7ff, #3b383e);--md-sys-color-surface-container-lowest: light-dark(#fff, #0f0d13);--md-sys-color-surface-container-low: light-dark(#f7f2fa, #1d1b20);--md-sys-color-surface-container: light-dark(#f3edf7, #211f26);--md-sys-color-surface-container-high: light-dark(#ece6f0, #2b2930);--md-sys-color-surface-container-highest: light-dark(#e6e0e9, #36343b);--md-sys-color-on-surface: light-dark(#1d1b20, #e6e0e9);--md-sys-color-on-surface-variant: light-dark(#49454f, #cac4d0);--md-sys-color-outline: light-dark(#79747e, #938f99);--md-sys-color-outline-variant: light-dark(#cac4d0, #49454f);--md-sys-color-inverse-surface: light-dark(#322f35, #e6e0e9);--md-sys-color-inverse-on-surface: light-dark(#f5eff7, #322f35);--md-sys-color-inverse-primary: light-dark(#d0bcff, #6750a4);--md-sys-color-scrim: #000;--md-sys-color-shadow: #000}}/*!
8
+ * Copyright 2026 Google LLC
9
+ * SPDX-License-Identifier: Apache-2.0
10
+ */@layer md.sys.elevation{:root{--md-sys-elevation-shadow-0: none;--md-sys-elevation-shadow-1: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-2: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-3: 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-4: 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-5: 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15)}}/*!
11
+ * Copyright 2026 Google LLC
12
+ * SPDX-License-Identifier: Apache-2.0
13
+ */@property --md-icon-font{syntax:"<string>#";inherits:true;initial-value:"Material Symbols"}@property --md-icon-color{syntax:"<color>";inherits:true;initial-value:currentColor}@property --md-icon-size{syntax:"<length-percentage>";inherits:true;initial-value:24px}@property --md-icon-opsz{syntax:"<number>";inherits:true;initial-value:24}@property --md-icon-wght{syntax:"<number>";inherits:true;initial-value:400}@property --md-icon-fill{syntax:"<number>";inherits:true;initial-value:0}@property --md-icon-grad{syntax:"<number>";inherits:true;initial-value:0}@layer md.sys.icon{.md-icon,:host(.md-icon){display:inline-flex;place-items:center;place-content:center;overflow:hidden;color:var(--md-icon-color);fill:var(--md-icon-color);aspect-ratio:1;min-width:var(--md-icon-size);max-width:var(--md-icon-size);font-size:var(--md-icon-size);font-family:var(--md-icon-font);font-variation-settings:"opsz" var(--md-icon-opsz),"wght" var(--md-icon-wght),"FILL" var(--md-icon-fill),"GRAD" var(--md-icon-grad);-webkit-font-smoothing:antialiased}}/*!
14
+ * Copyright 2026 Google LLC
15
+ * SPDX-License-Identifier: Apache-2.0
16
+ */@layer md.sys.motion{:root{--md-sys-motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);--md-sys-motion-easing-standard-accelerate: cubic-bezier(0.3, 0, 1, 1);--md-sys-motion-easing-standard-decelerate: cubic-bezier(0, 0, 0, 1);--md-sys-motion-easing-emphasized: cubic-bezier(0.2, 0, 0, 1);--md-sys-motion-easing-emphasized-accelerate: cubic-bezier(0.3, 0, 0.8, 0.15);--md-sys-motion-easing-emphasized-decelerate: cubic-bezier(0.05, 0.7, 0.1, 1);--md-sys-motion-duration-short1: 50ms;--md-sys-motion-duration-short2: 100ms;--md-sys-motion-duration-short3: 150ms;--md-sys-motion-duration-short4: 200ms;--md-sys-motion-duration-medium1: 250ms;--md-sys-motion-duration-medium2: 300ms;--md-sys-motion-duration-medium3: 350ms;--md-sys-motion-duration-medium4: 400ms;--md-sys-motion-duration-long1: 450ms;--md-sys-motion-duration-long2: 500ms;--md-sys-motion-duration-long3: 550ms;--md-sys-motion-duration-long4: 600ms;--md-sys-motion-duration-extra-long1: 700ms;--md-sys-motion-duration-extra-long2: 800ms;--md-sys-motion-duration-extra-long3: 900ms;--md-sys-motion-duration-extra-long4: 1000ms}}/*!
17
+ * Copyright 2026 Google LLC
18
+ * SPDX-License-Identifier: Apache-2.0
19
+ */@layer md.sys.shape{:root{--md-sys-shape-corner-none: 0px;--md-sys-shape-corner-xs: 4px;--md-sys-shape-corner-sm: 8px;--md-sys-shape-corner-md: 12px;--md-sys-shape-corner-lg: 16px;--md-sys-shape-corner-lg-increased: 20px;--md-sys-shape-corner-xl: 28px;--md-sys-shape-corner-xl-increased: 32px;--md-sys-shape-corner-xxl: 48px;--md-sys-shape-corner-full: 50cqmin}}/*!
20
+ * Copyright 2026 Google LLC
21
+ * SPDX-License-Identifier: Apache-2.0
22
+ */@layer md.sys.space{:root{--md-sys-space-unit: 8px;--md-sys-space-0: calc(var(--md-sys-space-unit) * 0);--md-sys-space-25: calc(var(--md-sys-space-unit) * 0.25);--md-sys-space-50: calc(var(--md-sys-space-unit) * 0.5);--md-sys-space-75: calc(var(--md-sys-space-unit) * 0.75);--md-sys-space-100: var(--md-sys-space-unit);--md-sys-space-125: calc(var(--md-sys-space-unit) * 1.25);--md-sys-space-150: calc(var(--md-sys-space-unit) * 1.5);--md-sys-space-175: calc(var(--md-sys-space-unit) * 1.75);--md-sys-space-200: calc(var(--md-sys-space-unit) * 2);--md-sys-space-250: calc(var(--md-sys-space-unit) * 2.5);--md-sys-space-300: calc(var(--md-sys-space-unit) * 3);--md-sys-space-400: calc(var(--md-sys-space-unit) * 4);--md-sys-space-450: calc(var(--md-sys-space-unit) * 4.5);--md-sys-space-500: calc(var(--md-sys-space-unit) * 5);--md-sys-space-600: calc(var(--md-sys-space-unit) * 6);--md-sys-space-700: calc(var(--md-sys-space-unit) * 7);--md-sys-space-800: calc(var(--md-sys-space-unit) * 8);--md-sys-space-900: calc(var(--md-sys-space-unit) * 9)}}/*!
23
+ * Copyright 2026 Google LLC
24
+ * SPDX-License-Identifier: Apache-2.0
25
+ */@layer md.sys.typescale{:root{--md-ref-typeface-brand: var(--md-ref-typeface-plain);--md-ref-typeface-plain: Roboto Flex, Roboto, Noto Sans, system-ui, sans-serif;--md-ref-typeface-weight-regular: 400;--md-ref-typeface-weight-medium: 500;--md-ref-typeface-weight-bold: 700;--md-sys-typescale-label-sm: var(--md-ref-typeface-weight-medium) 0.6875rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-label-sm-tracking: 0.03125rem;--md-sys-typescale-label-sm-axes: normal;--md-sys-typescale-emphasized-label-sm: var(--md-ref-typeface-weight-bold) 0.6875rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-sm-axes: "ROND" 100;--md-sys-typescale-label-md: var(--md-ref-typeface-weight-medium) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-label-md-tracking: 0.03125rem;--md-sys-typescale-label-md-axes: normal;--md-sys-typescale-emphasized-label-md: var(--md-ref-typeface-weight-bold) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-md-axes: "ROND" 100;--md-sys-typescale-label-lg: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-label-lg-tracking: 0.00625rem;--md-sys-typescale-label-lg-axes: normal;--md-sys-typescale-emphasized-label-lg: var(--md-ref-typeface-weight-bold) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-lg-axes: "ROND" 100;--md-sys-typescale-body-sm: var(--md-ref-typeface-weight-regular) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-body-sm-tracking: 0.025rem;--md-sys-typescale-body-sm-axes: normal;--md-sys-typescale-emphasized-body-sm: var(--md-ref-typeface-weight-medium) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-sm-axes: "ROND" 100;--md-sys-typescale-body-md: var(--md-ref-typeface-weight-regular) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-body-md-tracking: 0.015625rem;--md-sys-typescale-body-md-axes: normal;--md-sys-typescale-emphasized-body-md: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-md-axes: "ROND" 100;--md-sys-typescale-body-lg: var(--md-ref-typeface-weight-regular) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-body-lg-tracking: 0.03125rem;--md-sys-typescale-body-lg-axes: normal;--md-sys-typescale-emphasized-body-lg: var(--md-ref-typeface-weight-medium) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-lg-axes: "ROND" 100;--md-sys-typescale-title-sm: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-title-sm-tracking: 0.00625rem;--md-sys-typescale-title-sm-axes: normal;--md-sys-typescale-emphasized-title-sm: var(--md-ref-typeface-weight-bold) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-title-sm-axes: "ROND" 100;--md-sys-typescale-title-md: var(--md-ref-typeface-weight-medium) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-title-md-tracking: 0.009375rem;--md-sys-typescale-title-md-axes: normal;--md-sys-typescale-emphasized-title-md: var(--md-ref-typeface-weight-bold) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-title-md-axes: "ROND" 100;--md-sys-typescale-title-lg: var(--md-ref-typeface-weight-regular) 1.375rem/1.75rem var(--md-ref-typeface-brand);--md-sys-typescale-title-lg-tracking: 0rem;--md-sys-typescale-title-lg-axes: normal;--md-sys-typescale-emphasized-title-lg: var(--md-ref-typeface-weight-medium) 1.375rem/1.75rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-title-lg-axes: "ROND" 100;--md-sys-typescale-headline-sm: var(--md-ref-typeface-weight-regular) 1.5rem/2rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-sm-tracking: 0rem;--md-sys-typescale-headline-sm-axes: normal;--md-sys-typescale-emphasized-headline-sm: var(--md-ref-typeface-weight-medium) 1.5rem/2rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-sm-axes: "ROND" 100;--md-sys-typescale-headline-md: var(--md-ref-typeface-weight-regular) 1.75rem/2.25rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-md-tracking: 0rem;--md-sys-typescale-headline-md-axes: normal;--md-sys-typescale-emphasized-headline-md: var(--md-ref-typeface-weight-medium) 1.75rem/2.25rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-md-axes: "ROND" 100;--md-sys-typescale-headline-lg: var(--md-ref-typeface-weight-regular) 2rem/2.5rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-lg-tracking: 0rem;--md-sys-typescale-headline-lg-axes: normal;--md-sys-typescale-emphasized-headline-lg: var(--md-ref-typeface-weight-medium) 2rem/2.5rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-lg-axes: "ROND" 100;--md-sys-typescale-display-sm: var(--md-ref-typeface-weight-regular) 2.25rem/2.75rem var(--md-ref-typeface-brand);--md-sys-typescale-display-sm-tracking: 0rem;--md-sys-typescale-display-sm-axes: normal;--md-sys-typescale-emphasized-display-sm: var(--md-ref-typeface-weight-medium) 2.25rem/2.75rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-sm-axes: "ROND" 100;--md-sys-typescale-display-md: var(--md-ref-typeface-weight-regular) 2.8125rem/3.25rem var(--md-ref-typeface-brand);--md-sys-typescale-display-md-tracking: 0rem;--md-sys-typescale-display-md-axes: normal;--md-sys-typescale-emphasized-display-md: var(--md-ref-typeface-weight-medium) 2.8125rem/3.25rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-md-axes: "ROND" 100;--md-sys-typescale-display-lg: var(--md-ref-typeface-weight-regular) 3.5625rem/4rem var(--md-ref-typeface-brand);--md-sys-typescale-display-lg-tracking: -0.015625rem;--md-sys-typescale-display-lg-axes: normal;--md-sys-typescale-emphasized-display-lg: var(--md-ref-typeface-weight-medium) 3.5625rem/4rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-lg-axes: "ROND" 100}}/*# sourceMappingURL=m3.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["m3.scss","color/md-color-tokens.scss","color/internal/_color-tokens.scss","elevation/md-elevation-tokens.scss","icon/md-icon.scss","motion/md-motion-tokens-easing.scss","shape/md-shape-tokens.scss","space/md-space-tokens.scss","typography/md-typography-tokens.scss","typography/internal/_typography-tokens.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCSA,oBACE,MACE,wBC2EA,g5ECtFJ;AAAA;AAAA;AAAA,GAKA,wBACE,MACE,kCACA,2JAGA,2JAGA,2JAGA,4JAGA,6JCpBJ;AAAA;AAAA;AAAA,GAKA,yBACE,mBACA,cACA,iCAEF,0BACE,iBACA,cACA,2BAEF,yBACE,6BACA,cACA,mBAEF,yBACE,kBACA,cACA,iBAEF,yBACE,kBACA,cACA,kBAEF,yBACE,kBACA,cACA,gBAEF,yBACE,kBACA,cACA,gBAGF,mBACE,yBAEE,oBACA,mBACA,qBACA,gBACA,2BACA,0BACA,eACA,8BACA,8BACA,8BACA,gCACA,wBACE,4GAIF,oCC5DJ;AAAA;AAAA;AAAA,GASA,qBACE,MACE,4DACA,uEACA,qEACA,8DACA,8EACA,8EACA,sCACA,uCACA,uCACA,uCACA,wCACA,wCACA,wCACA,wCACA,sCACA,sCACA,sCACA,sCACA,4CACA,4CACA,4CACA,8CChCJ;AAAA;AAAA;AAAA,GASA,oBACE,MACE,gCACA,8BACA,8BACA,+BACA,+BACA,yCACA,+BACA,yCACA,gCACA,qCCpBJ;AAAA;AAAA;AAAA,GAKA,oBACE,MACE,yBACA,qDACA,yDACA,wDACA,yDACA,6CACA,0DACA,yDACA,0DACA,uDACA,yDACA,uDACA,uDACA,yDACA,uDACA,uDACA,uDACA,uDACA,wDCzBJ;AAAA;AAAA;AAAA,GASA,wBACE,MC6BA,sDACA,+EACA,sCAIA,qCAIA,mCA6BI,8GACA,iDACA,yCACA,uHACA,wDAJA,4GACA,iDACA,yCACA,qHACA,wDAJA,gHACA,iDACA,yCACA,yHACA,wDAJA,4GACA,8CACA,wCACA,sHACA,uDAJA,gHACA,iDACA,wCACA,0HACA,uDAJA,2GACA,gDACA,wCACA,qHACA,uDAJA,gHACA,iDACA,yCACA,yHACA,wDAJA,2GACA,kDACA,yCACA,oHACA,wDAJA,iHACA,2CACA,yCACA,2HACA,wDAJA,+GACA,8CACA,4CACA,yHACA,2DAJA,mHACA,8CACA,4CACA,6HACA,2DAJA,+GACA,8CACA,4CACA,yHACA,2DAJA,kHACA,6CACA,2CACA,4HACA,0DAJA,oHACA,6CACA,2CACA,8HACA,0DAJA,iHACA,qDACA,2CACA,2HACA","file":"m3.css"}
@@ -0,0 +1,3 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ declare const _default: CSSStyleSheet;
3
+ export default _default;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ // Generated stylesheet for ./labs/gb/styles/m3.css.
7
+ import { css } from 'lit';
8
+ export const styles = css `/*!
9
+ * Copyright 2026 Google LLC
10
+ * SPDX-License-Identifier: Apache-2.0
11
+ *//*!
12
+ * Copyright 2026 Google LLC
13
+ * SPDX-License-Identifier: Apache-2.0
14
+ */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(#6750a4, #d0bcff);--md-sys-color-on-primary: light-dark(#fff, #381e72);--md-sys-color-primary-container: light-dark(#eaddff, #4f378b);--md-sys-color-on-primary-container: light-dark(#4f378b, #eaddff);--md-sys-color-primary-fixed: #eaddff;--md-sys-color-primary-fixed-dim: #d0bcff;--md-sys-color-on-primary-fixed: #21005d;--md-sys-color-on-primary-fixed-variant: #4f378b;--md-sys-color-secondary: light-dark(#625b71, #ccc2dc);--md-sys-color-on-secondary: light-dark(#fff, #332d41);--md-sys-color-secondary-container: light-dark(#e8def8, #4a4458);--md-sys-color-on-secondary-container: light-dark(#4a4458, #e8def8);--md-sys-color-secondary-fixed: #e8def8;--md-sys-color-secondary-fixed-dim: #ccc2dc;--md-sys-color-on-secondary-fixed: #1d192b;--md-sys-color-on-secondary-fixed-variant: #4a4458;--md-sys-color-tertiary: light-dark(#7d5260, #efb8c8);--md-sys-color-on-tertiary: light-dark(#fff, #492532);--md-sys-color-tertiary-container: light-dark(#ffd8e4, #633b48);--md-sys-color-on-tertiary-container: light-dark(#633b48, #ffd8e4);--md-sys-color-tertiary-fixed: #ffd8e4;--md-sys-color-tertiary-fixed-dim: #efb8c8;--md-sys-color-on-tertiary-fixed: #31111d;--md-sys-color-on-tertiary-fixed-variant: #633b48;--md-sys-color-error: light-dark(#b3261e, #f2b8b5);--md-sys-color-on-error: light-dark(#fff, #601410);--md-sys-color-error-container: light-dark(#f9dedc, #8c1d18);--md-sys-color-on-error-container: light-dark(#8c1d18, #f9dedc);--md-sys-color-surface: light-dark(#fef7ff, #141218);--md-sys-color-surface-dim: light-dark(#ded8e1, #141218);--md-sys-color-surface-bright: light-dark(#fef7ff, #3b383e);--md-sys-color-surface-container-lowest: light-dark(#fff, #0f0d13);--md-sys-color-surface-container-low: light-dark(#f7f2fa, #1d1b20);--md-sys-color-surface-container: light-dark(#f3edf7, #211f26);--md-sys-color-surface-container-high: light-dark(#ece6f0, #2b2930);--md-sys-color-surface-container-highest: light-dark(#e6e0e9, #36343b);--md-sys-color-on-surface: light-dark(#1d1b20, #e6e0e9);--md-sys-color-on-surface-variant: light-dark(#49454f, #cac4d0);--md-sys-color-outline: light-dark(#79747e, #938f99);--md-sys-color-outline-variant: light-dark(#cac4d0, #49454f);--md-sys-color-inverse-surface: light-dark(#322f35, #e6e0e9);--md-sys-color-inverse-on-surface: light-dark(#f5eff7, #322f35);--md-sys-color-inverse-primary: light-dark(#d0bcff, #6750a4);--md-sys-color-scrim: #000;--md-sys-color-shadow: #000}}/*!
15
+ * Copyright 2026 Google LLC
16
+ * SPDX-License-Identifier: Apache-2.0
17
+ */@layer md.sys.elevation{:root{--md-sys-elevation-shadow-0: none;--md-sys-elevation-shadow-1: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-2: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-3: 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-4: 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-5: 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15)}}/*!
18
+ * Copyright 2026 Google LLC
19
+ * SPDX-License-Identifier: Apache-2.0
20
+ */@property --md-icon-font{syntax:"<string>#";inherits:true;initial-value:"Material Symbols"}@property --md-icon-color{syntax:"<color>";inherits:true;initial-value:currentColor}@property --md-icon-size{syntax:"<length-percentage>";inherits:true;initial-value:24px}@property --md-icon-opsz{syntax:"<number>";inherits:true;initial-value:24}@property --md-icon-wght{syntax:"<number>";inherits:true;initial-value:400}@property --md-icon-fill{syntax:"<number>";inherits:true;initial-value:0}@property --md-icon-grad{syntax:"<number>";inherits:true;initial-value:0}@layer md.sys.icon{.md-icon,:host(.md-icon){display:inline-flex;place-items:center;place-content:center;overflow:hidden;color:var(--md-icon-color);fill:var(--md-icon-color);aspect-ratio:1;min-width:var(--md-icon-size);max-width:var(--md-icon-size);font-size:var(--md-icon-size);font-family:var(--md-icon-font);font-variation-settings:"opsz" var(--md-icon-opsz),"wght" var(--md-icon-wght),"FILL" var(--md-icon-fill),"GRAD" var(--md-icon-grad);-webkit-font-smoothing:antialiased}}/*!
21
+ * Copyright 2026 Google LLC
22
+ * SPDX-License-Identifier: Apache-2.0
23
+ */@layer md.sys.motion{:root{--md-sys-motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);--md-sys-motion-easing-standard-accelerate: cubic-bezier(0.3, 0, 1, 1);--md-sys-motion-easing-standard-decelerate: cubic-bezier(0, 0, 0, 1);--md-sys-motion-easing-emphasized: cubic-bezier(0.2, 0, 0, 1);--md-sys-motion-easing-emphasized-accelerate: cubic-bezier(0.3, 0, 0.8, 0.15);--md-sys-motion-easing-emphasized-decelerate: cubic-bezier(0.05, 0.7, 0.1, 1);--md-sys-motion-duration-short1: 50ms;--md-sys-motion-duration-short2: 100ms;--md-sys-motion-duration-short3: 150ms;--md-sys-motion-duration-short4: 200ms;--md-sys-motion-duration-medium1: 250ms;--md-sys-motion-duration-medium2: 300ms;--md-sys-motion-duration-medium3: 350ms;--md-sys-motion-duration-medium4: 400ms;--md-sys-motion-duration-long1: 450ms;--md-sys-motion-duration-long2: 500ms;--md-sys-motion-duration-long3: 550ms;--md-sys-motion-duration-long4: 600ms;--md-sys-motion-duration-extra-long1: 700ms;--md-sys-motion-duration-extra-long2: 800ms;--md-sys-motion-duration-extra-long3: 900ms;--md-sys-motion-duration-extra-long4: 1000ms}}/*!
24
+ * Copyright 2026 Google LLC
25
+ * SPDX-License-Identifier: Apache-2.0
26
+ */@layer md.sys.shape{:root{--md-sys-shape-corner-none: 0px;--md-sys-shape-corner-xs: 4px;--md-sys-shape-corner-sm: 8px;--md-sys-shape-corner-md: 12px;--md-sys-shape-corner-lg: 16px;--md-sys-shape-corner-lg-increased: 20px;--md-sys-shape-corner-xl: 28px;--md-sys-shape-corner-xl-increased: 32px;--md-sys-shape-corner-xxl: 48px;--md-sys-shape-corner-full: 50cqmin}}/*!
27
+ * Copyright 2026 Google LLC
28
+ * SPDX-License-Identifier: Apache-2.0
29
+ */@layer md.sys.space{:root{--md-sys-space-unit: 8px;--md-sys-space-0: calc(var(--md-sys-space-unit) * 0);--md-sys-space-25: calc(var(--md-sys-space-unit) * 0.25);--md-sys-space-50: calc(var(--md-sys-space-unit) * 0.5);--md-sys-space-75: calc(var(--md-sys-space-unit) * 0.75);--md-sys-space-100: var(--md-sys-space-unit);--md-sys-space-125: calc(var(--md-sys-space-unit) * 1.25);--md-sys-space-150: calc(var(--md-sys-space-unit) * 1.5);--md-sys-space-175: calc(var(--md-sys-space-unit) * 1.75);--md-sys-space-200: calc(var(--md-sys-space-unit) * 2);--md-sys-space-250: calc(var(--md-sys-space-unit) * 2.5);--md-sys-space-300: calc(var(--md-sys-space-unit) * 3);--md-sys-space-400: calc(var(--md-sys-space-unit) * 4);--md-sys-space-450: calc(var(--md-sys-space-unit) * 4.5);--md-sys-space-500: calc(var(--md-sys-space-unit) * 5);--md-sys-space-600: calc(var(--md-sys-space-unit) * 6);--md-sys-space-700: calc(var(--md-sys-space-unit) * 7);--md-sys-space-800: calc(var(--md-sys-space-unit) * 8);--md-sys-space-900: calc(var(--md-sys-space-unit) * 9)}}/*!
30
+ * Copyright 2026 Google LLC
31
+ * SPDX-License-Identifier: Apache-2.0
32
+ */@layer md.sys.typescale{:root{--md-ref-typeface-brand: var(--md-ref-typeface-plain);--md-ref-typeface-plain: Roboto Flex, Roboto, Noto Sans, system-ui, sans-serif;--md-ref-typeface-weight-regular: 400;--md-ref-typeface-weight-medium: 500;--md-ref-typeface-weight-bold: 700;--md-sys-typescale-label-sm: var(--md-ref-typeface-weight-medium) 0.6875rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-label-sm-tracking: 0.03125rem;--md-sys-typescale-label-sm-axes: normal;--md-sys-typescale-emphasized-label-sm: var(--md-ref-typeface-weight-bold) 0.6875rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-sm-axes: "ROND" 100;--md-sys-typescale-label-md: var(--md-ref-typeface-weight-medium) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-label-md-tracking: 0.03125rem;--md-sys-typescale-label-md-axes: normal;--md-sys-typescale-emphasized-label-md: var(--md-ref-typeface-weight-bold) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-md-axes: "ROND" 100;--md-sys-typescale-label-lg: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-label-lg-tracking: 0.00625rem;--md-sys-typescale-label-lg-axes: normal;--md-sys-typescale-emphasized-label-lg: var(--md-ref-typeface-weight-bold) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-lg-axes: "ROND" 100;--md-sys-typescale-body-sm: var(--md-ref-typeface-weight-regular) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-body-sm-tracking: 0.025rem;--md-sys-typescale-body-sm-axes: normal;--md-sys-typescale-emphasized-body-sm: var(--md-ref-typeface-weight-medium) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-sm-axes: "ROND" 100;--md-sys-typescale-body-md: var(--md-ref-typeface-weight-regular) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-body-md-tracking: 0.015625rem;--md-sys-typescale-body-md-axes: normal;--md-sys-typescale-emphasized-body-md: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-md-axes: "ROND" 100;--md-sys-typescale-body-lg: var(--md-ref-typeface-weight-regular) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-body-lg-tracking: 0.03125rem;--md-sys-typescale-body-lg-axes: normal;--md-sys-typescale-emphasized-body-lg: var(--md-ref-typeface-weight-medium) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-lg-axes: "ROND" 100;--md-sys-typescale-title-sm: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-title-sm-tracking: 0.00625rem;--md-sys-typescale-title-sm-axes: normal;--md-sys-typescale-emphasized-title-sm: var(--md-ref-typeface-weight-bold) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-title-sm-axes: "ROND" 100;--md-sys-typescale-title-md: var(--md-ref-typeface-weight-medium) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-title-md-tracking: 0.009375rem;--md-sys-typescale-title-md-axes: normal;--md-sys-typescale-emphasized-title-md: var(--md-ref-typeface-weight-bold) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-title-md-axes: "ROND" 100;--md-sys-typescale-title-lg: var(--md-ref-typeface-weight-regular) 1.375rem/1.75rem var(--md-ref-typeface-brand);--md-sys-typescale-title-lg-tracking: 0rem;--md-sys-typescale-title-lg-axes: normal;--md-sys-typescale-emphasized-title-lg: var(--md-ref-typeface-weight-medium) 1.375rem/1.75rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-title-lg-axes: "ROND" 100;--md-sys-typescale-headline-sm: var(--md-ref-typeface-weight-regular) 1.5rem/2rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-sm-tracking: 0rem;--md-sys-typescale-headline-sm-axes: normal;--md-sys-typescale-emphasized-headline-sm: var(--md-ref-typeface-weight-medium) 1.5rem/2rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-sm-axes: "ROND" 100;--md-sys-typescale-headline-md: var(--md-ref-typeface-weight-regular) 1.75rem/2.25rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-md-tracking: 0rem;--md-sys-typescale-headline-md-axes: normal;--md-sys-typescale-emphasized-headline-md: var(--md-ref-typeface-weight-medium) 1.75rem/2.25rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-md-axes: "ROND" 100;--md-sys-typescale-headline-lg: var(--md-ref-typeface-weight-regular) 2rem/2.5rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-lg-tracking: 0rem;--md-sys-typescale-headline-lg-axes: normal;--md-sys-typescale-emphasized-headline-lg: var(--md-ref-typeface-weight-medium) 2rem/2.5rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-lg-axes: "ROND" 100;--md-sys-typescale-display-sm: var(--md-ref-typeface-weight-regular) 2.25rem/2.75rem var(--md-ref-typeface-brand);--md-sys-typescale-display-sm-tracking: 0rem;--md-sys-typescale-display-sm-axes: normal;--md-sys-typescale-emphasized-display-sm: var(--md-ref-typeface-weight-medium) 2.25rem/2.75rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-sm-axes: "ROND" 100;--md-sys-typescale-display-md: var(--md-ref-typeface-weight-regular) 2.8125rem/3.25rem var(--md-ref-typeface-brand);--md-sys-typescale-display-md-tracking: 0rem;--md-sys-typescale-display-md-axes: normal;--md-sys-typescale-emphasized-display-md: var(--md-ref-typeface-weight-medium) 2.8125rem/3.25rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-md-axes: "ROND" 100;--md-sys-typescale-display-lg: var(--md-ref-typeface-weight-regular) 3.5625rem/4rem var(--md-ref-typeface-brand);--md-sys-typescale-display-lg-tracking: -0.015625rem;--md-sys-typescale-display-lg-axes: normal;--md-sys-typescale-emphasized-display-lg: var(--md-ref-typeface-weight-medium) 3.5625rem/4rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-lg-axes: "ROND" 100}}
33
+ `;
34
+ export default styles.styleSheet;
35
+ //# sourceMappingURL=m3.cssresult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"m3.cssresult.js","sourceRoot":"","sources":["m3.cssresult.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,oDAAoD;AACpD,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AACxB,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;CAyBxB,CAAC;AACF,eAAe,MAAM,CAAC,UAAW,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n// Generated stylesheet for ./labs/gb/styles/m3.css.\nimport {css} from 'lit';\nexport const styles = css`/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n *//*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.color{:root{color-scheme:light dark;--md-sys-color-primary: light-dark(#6750a4, #d0bcff);--md-sys-color-on-primary: light-dark(#fff, #381e72);--md-sys-color-primary-container: light-dark(#eaddff, #4f378b);--md-sys-color-on-primary-container: light-dark(#4f378b, #eaddff);--md-sys-color-primary-fixed: #eaddff;--md-sys-color-primary-fixed-dim: #d0bcff;--md-sys-color-on-primary-fixed: #21005d;--md-sys-color-on-primary-fixed-variant: #4f378b;--md-sys-color-secondary: light-dark(#625b71, #ccc2dc);--md-sys-color-on-secondary: light-dark(#fff, #332d41);--md-sys-color-secondary-container: light-dark(#e8def8, #4a4458);--md-sys-color-on-secondary-container: light-dark(#4a4458, #e8def8);--md-sys-color-secondary-fixed: #e8def8;--md-sys-color-secondary-fixed-dim: #ccc2dc;--md-sys-color-on-secondary-fixed: #1d192b;--md-sys-color-on-secondary-fixed-variant: #4a4458;--md-sys-color-tertiary: light-dark(#7d5260, #efb8c8);--md-sys-color-on-tertiary: light-dark(#fff, #492532);--md-sys-color-tertiary-container: light-dark(#ffd8e4, #633b48);--md-sys-color-on-tertiary-container: light-dark(#633b48, #ffd8e4);--md-sys-color-tertiary-fixed: #ffd8e4;--md-sys-color-tertiary-fixed-dim: #efb8c8;--md-sys-color-on-tertiary-fixed: #31111d;--md-sys-color-on-tertiary-fixed-variant: #633b48;--md-sys-color-error: light-dark(#b3261e, #f2b8b5);--md-sys-color-on-error: light-dark(#fff, #601410);--md-sys-color-error-container: light-dark(#f9dedc, #8c1d18);--md-sys-color-on-error-container: light-dark(#8c1d18, #f9dedc);--md-sys-color-surface: light-dark(#fef7ff, #141218);--md-sys-color-surface-dim: light-dark(#ded8e1, #141218);--md-sys-color-surface-bright: light-dark(#fef7ff, #3b383e);--md-sys-color-surface-container-lowest: light-dark(#fff, #0f0d13);--md-sys-color-surface-container-low: light-dark(#f7f2fa, #1d1b20);--md-sys-color-surface-container: light-dark(#f3edf7, #211f26);--md-sys-color-surface-container-high: light-dark(#ece6f0, #2b2930);--md-sys-color-surface-container-highest: light-dark(#e6e0e9, #36343b);--md-sys-color-on-surface: light-dark(#1d1b20, #e6e0e9);--md-sys-color-on-surface-variant: light-dark(#49454f, #cac4d0);--md-sys-color-outline: light-dark(#79747e, #938f99);--md-sys-color-outline-variant: light-dark(#cac4d0, #49454f);--md-sys-color-inverse-surface: light-dark(#322f35, #e6e0e9);--md-sys-color-inverse-on-surface: light-dark(#f5eff7, #322f35);--md-sys-color-inverse-primary: light-dark(#d0bcff, #6750a4);--md-sys-color-scrim: #000;--md-sys-color-shadow: #000}}/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.elevation{:root{--md-sys-elevation-shadow-0: none;--md-sys-elevation-shadow-1: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-2: 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-3: 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-4: 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);--md-sys-elevation-shadow-5: 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3), 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15)}}/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@property --md-icon-font{syntax:\"<string>#\";inherits:true;initial-value:\"Material Symbols\"}@property --md-icon-color{syntax:\"<color>\";inherits:true;initial-value:currentColor}@property --md-icon-size{syntax:\"<length-percentage>\";inherits:true;initial-value:24px}@property --md-icon-opsz{syntax:\"<number>\";inherits:true;initial-value:24}@property --md-icon-wght{syntax:\"<number>\";inherits:true;initial-value:400}@property --md-icon-fill{syntax:\"<number>\";inherits:true;initial-value:0}@property --md-icon-grad{syntax:\"<number>\";inherits:true;initial-value:0}@layer md.sys.icon{.md-icon,:host(.md-icon){display:inline-flex;place-items:center;place-content:center;overflow:hidden;color:var(--md-icon-color);fill:var(--md-icon-color);aspect-ratio:1;min-width:var(--md-icon-size);max-width:var(--md-icon-size);font-size:var(--md-icon-size);font-family:var(--md-icon-font);font-variation-settings:\"opsz\" var(--md-icon-opsz),\"wght\" var(--md-icon-wght),\"FILL\" var(--md-icon-fill),\"GRAD\" var(--md-icon-grad);-webkit-font-smoothing:antialiased}}/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.motion{:root{--md-sys-motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);--md-sys-motion-easing-standard-accelerate: cubic-bezier(0.3, 0, 1, 1);--md-sys-motion-easing-standard-decelerate: cubic-bezier(0, 0, 0, 1);--md-sys-motion-easing-emphasized: cubic-bezier(0.2, 0, 0, 1);--md-sys-motion-easing-emphasized-accelerate: cubic-bezier(0.3, 0, 0.8, 0.15);--md-sys-motion-easing-emphasized-decelerate: cubic-bezier(0.05, 0.7, 0.1, 1);--md-sys-motion-duration-short1: 50ms;--md-sys-motion-duration-short2: 100ms;--md-sys-motion-duration-short3: 150ms;--md-sys-motion-duration-short4: 200ms;--md-sys-motion-duration-medium1: 250ms;--md-sys-motion-duration-medium2: 300ms;--md-sys-motion-duration-medium3: 350ms;--md-sys-motion-duration-medium4: 400ms;--md-sys-motion-duration-long1: 450ms;--md-sys-motion-duration-long2: 500ms;--md-sys-motion-duration-long3: 550ms;--md-sys-motion-duration-long4: 600ms;--md-sys-motion-duration-extra-long1: 700ms;--md-sys-motion-duration-extra-long2: 800ms;--md-sys-motion-duration-extra-long3: 900ms;--md-sys-motion-duration-extra-long4: 1000ms}}/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.shape{:root{--md-sys-shape-corner-none: 0px;--md-sys-shape-corner-xs: 4px;--md-sys-shape-corner-sm: 8px;--md-sys-shape-corner-md: 12px;--md-sys-shape-corner-lg: 16px;--md-sys-shape-corner-lg-increased: 20px;--md-sys-shape-corner-xl: 28px;--md-sys-shape-corner-xl-increased: 32px;--md-sys-shape-corner-xxl: 48px;--md-sys-shape-corner-full: 50cqmin}}/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.space{:root{--md-sys-space-unit: 8px;--md-sys-space-0: calc(var(--md-sys-space-unit) * 0);--md-sys-space-25: calc(var(--md-sys-space-unit) * 0.25);--md-sys-space-50: calc(var(--md-sys-space-unit) * 0.5);--md-sys-space-75: calc(var(--md-sys-space-unit) * 0.75);--md-sys-space-100: var(--md-sys-space-unit);--md-sys-space-125: calc(var(--md-sys-space-unit) * 1.25);--md-sys-space-150: calc(var(--md-sys-space-unit) * 1.5);--md-sys-space-175: calc(var(--md-sys-space-unit) * 1.75);--md-sys-space-200: calc(var(--md-sys-space-unit) * 2);--md-sys-space-250: calc(var(--md-sys-space-unit) * 2.5);--md-sys-space-300: calc(var(--md-sys-space-unit) * 3);--md-sys-space-400: calc(var(--md-sys-space-unit) * 4);--md-sys-space-450: calc(var(--md-sys-space-unit) * 4.5);--md-sys-space-500: calc(var(--md-sys-space-unit) * 5);--md-sys-space-600: calc(var(--md-sys-space-unit) * 6);--md-sys-space-700: calc(var(--md-sys-space-unit) * 7);--md-sys-space-800: calc(var(--md-sys-space-unit) * 8);--md-sys-space-900: calc(var(--md-sys-space-unit) * 9)}}/*!\n * Copyright 2026 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */@layer md.sys.typescale{:root{--md-ref-typeface-brand: var(--md-ref-typeface-plain);--md-ref-typeface-plain: Roboto Flex, Roboto, Noto Sans, system-ui, sans-serif;--md-ref-typeface-weight-regular: 400;--md-ref-typeface-weight-medium: 500;--md-ref-typeface-weight-bold: 700;--md-sys-typescale-label-sm: var(--md-ref-typeface-weight-medium) 0.6875rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-label-sm-tracking: 0.03125rem;--md-sys-typescale-label-sm-axes: normal;--md-sys-typescale-emphasized-label-sm: var(--md-ref-typeface-weight-bold) 0.6875rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-sm-axes: \"ROND\" 100;--md-sys-typescale-label-md: var(--md-ref-typeface-weight-medium) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-label-md-tracking: 0.03125rem;--md-sys-typescale-label-md-axes: normal;--md-sys-typescale-emphasized-label-md: var(--md-ref-typeface-weight-bold) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-md-axes: \"ROND\" 100;--md-sys-typescale-label-lg: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-label-lg-tracking: 0.00625rem;--md-sys-typescale-label-lg-axes: normal;--md-sys-typescale-emphasized-label-lg: var(--md-ref-typeface-weight-bold) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-label-lg-axes: \"ROND\" 100;--md-sys-typescale-body-sm: var(--md-ref-typeface-weight-regular) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-body-sm-tracking: 0.025rem;--md-sys-typescale-body-sm-axes: normal;--md-sys-typescale-emphasized-body-sm: var(--md-ref-typeface-weight-medium) 0.75rem/1rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-sm-axes: \"ROND\" 100;--md-sys-typescale-body-md: var(--md-ref-typeface-weight-regular) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-body-md-tracking: 0.015625rem;--md-sys-typescale-body-md-axes: normal;--md-sys-typescale-emphasized-body-md: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-md-axes: \"ROND\" 100;--md-sys-typescale-body-lg: var(--md-ref-typeface-weight-regular) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-body-lg-tracking: 0.03125rem;--md-sys-typescale-body-lg-axes: normal;--md-sys-typescale-emphasized-body-lg: var(--md-ref-typeface-weight-medium) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-body-lg-axes: \"ROND\" 100;--md-sys-typescale-title-sm: var(--md-ref-typeface-weight-medium) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-title-sm-tracking: 0.00625rem;--md-sys-typescale-title-sm-axes: normal;--md-sys-typescale-emphasized-title-sm: var(--md-ref-typeface-weight-bold) 0.875rem/1.25rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-title-sm-axes: \"ROND\" 100;--md-sys-typescale-title-md: var(--md-ref-typeface-weight-medium) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-title-md-tracking: 0.009375rem;--md-sys-typescale-title-md-axes: normal;--md-sys-typescale-emphasized-title-md: var(--md-ref-typeface-weight-bold) 1rem/1.5rem var(--md-ref-typeface-plain);--md-sys-typescale-emphasized-title-md-axes: \"ROND\" 100;--md-sys-typescale-title-lg: var(--md-ref-typeface-weight-regular) 1.375rem/1.75rem var(--md-ref-typeface-brand);--md-sys-typescale-title-lg-tracking: 0rem;--md-sys-typescale-title-lg-axes: normal;--md-sys-typescale-emphasized-title-lg: var(--md-ref-typeface-weight-medium) 1.375rem/1.75rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-title-lg-axes: \"ROND\" 100;--md-sys-typescale-headline-sm: var(--md-ref-typeface-weight-regular) 1.5rem/2rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-sm-tracking: 0rem;--md-sys-typescale-headline-sm-axes: normal;--md-sys-typescale-emphasized-headline-sm: var(--md-ref-typeface-weight-medium) 1.5rem/2rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-sm-axes: \"ROND\" 100;--md-sys-typescale-headline-md: var(--md-ref-typeface-weight-regular) 1.75rem/2.25rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-md-tracking: 0rem;--md-sys-typescale-headline-md-axes: normal;--md-sys-typescale-emphasized-headline-md: var(--md-ref-typeface-weight-medium) 1.75rem/2.25rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-md-axes: \"ROND\" 100;--md-sys-typescale-headline-lg: var(--md-ref-typeface-weight-regular) 2rem/2.5rem var(--md-ref-typeface-brand);--md-sys-typescale-headline-lg-tracking: 0rem;--md-sys-typescale-headline-lg-axes: normal;--md-sys-typescale-emphasized-headline-lg: var(--md-ref-typeface-weight-medium) 2rem/2.5rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-headline-lg-axes: \"ROND\" 100;--md-sys-typescale-display-sm: var(--md-ref-typeface-weight-regular) 2.25rem/2.75rem var(--md-ref-typeface-brand);--md-sys-typescale-display-sm-tracking: 0rem;--md-sys-typescale-display-sm-axes: normal;--md-sys-typescale-emphasized-display-sm: var(--md-ref-typeface-weight-medium) 2.25rem/2.75rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-sm-axes: \"ROND\" 100;--md-sys-typescale-display-md: var(--md-ref-typeface-weight-regular) 2.8125rem/3.25rem var(--md-ref-typeface-brand);--md-sys-typescale-display-md-tracking: 0rem;--md-sys-typescale-display-md-axes: normal;--md-sys-typescale-emphasized-display-md: var(--md-ref-typeface-weight-medium) 2.8125rem/3.25rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-md-axes: \"ROND\" 100;--md-sys-typescale-display-lg: var(--md-ref-typeface-weight-regular) 3.5625rem/4rem var(--md-ref-typeface-brand);--md-sys-typescale-display-lg-tracking: -0.015625rem;--md-sys-typescale-display-lg-axes: normal;--md-sys-typescale-emphasized-display-lg: var(--md-ref-typeface-weight-medium) 3.5625rem/4rem var(--md-ref-typeface-brand);--md-sys-typescale-emphasized-display-lg-axes: \"ROND\" 100}}\n`;\nexport default styles.styleSheet!;\n"]}