@material/web 2.4.2-nightly.7619df0.0 → 2.4.2-nightly.7d7cbf4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1308) 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 -21
  8. package/button/internal/button.js +4 -43
  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.cssresult.d.ts +3 -0
  26. package/button/internal/shared-styles.cssresult.js +11 -0
  27. package/button/internal/shared-styles.cssresult.js.map +1 -0
  28. package/button/internal/text-styles.cssresult.d.ts +3 -0
  29. package/button/internal/text-styles.cssresult.js +11 -0
  30. package/button/internal/text-styles.cssresult.js.map +1 -0
  31. package/button/outlined-button.js +2 -2
  32. package/button/outlined-button.js.map +1 -1
  33. package/button/text-button.js +2 -2
  34. package/button/text-button.js.map +1 -1
  35. package/checkbox/checkbox.js +1 -1
  36. package/checkbox/checkbox.js.map +1 -1
  37. package/checkbox/internal/checkbox-styles.cssresult.d.ts +3 -0
  38. package/checkbox/internal/checkbox-styles.cssresult.js +11 -0
  39. package/checkbox/internal/checkbox-styles.cssresult.js.map +1 -0
  40. package/checkbox/internal/checkbox.d.ts +2 -0
  41. package/chips/assist-chip.js +8 -4
  42. package/chips/assist-chip.js.map +1 -1
  43. package/chips/chip-set.js +1 -1
  44. package/chips/chip-set.js.map +1 -1
  45. package/chips/filter-chip.js +5 -5
  46. package/chips/filter-chip.js.map +1 -1
  47. package/chips/input-chip.js +4 -4
  48. package/chips/input-chip.js.map +1 -1
  49. package/chips/internal/assist-styles.cssresult.d.ts +3 -0
  50. package/chips/internal/assist-styles.cssresult.js +11 -0
  51. package/chips/internal/assist-styles.cssresult.js.map +1 -0
  52. package/chips/internal/chip-set-styles.cssresult.d.ts +3 -0
  53. package/chips/internal/chip-set-styles.cssresult.js +11 -0
  54. package/chips/internal/chip-set-styles.cssresult.js.map +1 -0
  55. package/chips/internal/chip.d.ts +2 -0
  56. package/chips/internal/elevated-styles.cssresult.d.ts +3 -0
  57. package/chips/internal/elevated-styles.cssresult.js +11 -0
  58. package/chips/internal/elevated-styles.cssresult.js.map +1 -0
  59. package/chips/internal/filter-styles.cssresult.d.ts +3 -0
  60. package/chips/internal/filter-styles.cssresult.js +11 -0
  61. package/chips/internal/filter-styles.cssresult.js.map +1 -0
  62. package/chips/internal/input-styles.cssresult.d.ts +3 -0
  63. package/chips/internal/input-styles.cssresult.js +11 -0
  64. package/chips/internal/input-styles.cssresult.js.map +1 -0
  65. package/chips/internal/selectable-styles.cssresult.d.ts +3 -0
  66. package/chips/internal/selectable-styles.cssresult.js +11 -0
  67. package/chips/internal/selectable-styles.cssresult.js.map +1 -0
  68. package/chips/internal/shared-styles.cssresult.d.ts +3 -0
  69. package/chips/internal/shared-styles.cssresult.js +11 -0
  70. package/chips/internal/shared-styles.cssresult.js.map +1 -0
  71. package/chips/internal/suggestion-styles.cssresult.d.ts +3 -0
  72. package/chips/internal/suggestion-styles.cssresult.js +11 -0
  73. package/chips/internal/suggestion-styles.cssresult.js.map +1 -0
  74. package/chips/internal/trailing-icon-styles.cssresult.d.ts +3 -0
  75. package/chips/internal/trailing-icon-styles.cssresult.js +11 -0
  76. package/chips/internal/trailing-icon-styles.cssresult.js.map +1 -0
  77. package/chips/suggestion-chip.js +8 -4
  78. package/chips/suggestion-chip.js.map +1 -1
  79. package/dialog/dialog.js +1 -1
  80. package/dialog/dialog.js.map +1 -1
  81. package/dialog/internal/dialog-styles.cssresult.d.ts +3 -0
  82. package/dialog/internal/dialog-styles.cssresult.js +11 -0
  83. package/dialog/internal/dialog-styles.cssresult.js.map +1 -0
  84. package/divider/divider.js +1 -1
  85. package/divider/divider.js.map +1 -1
  86. package/divider/internal/divider-styles.cssresult.d.ts +3 -0
  87. package/divider/internal/divider-styles.cssresult.js +11 -0
  88. package/divider/internal/divider-styles.cssresult.js.map +1 -0
  89. package/elevation/elevation.js +1 -1
  90. package/elevation/elevation.js.map +1 -1
  91. package/elevation/internal/elevation-styles.cssresult.d.ts +3 -0
  92. package/elevation/internal/elevation-styles.cssresult.js +11 -0
  93. package/elevation/internal/elevation-styles.cssresult.js.map +1 -0
  94. package/fab/branded-fab.js +3 -3
  95. package/fab/branded-fab.js.map +1 -1
  96. package/fab/fab.js +8 -4
  97. package/fab/fab.js.map +1 -1
  98. package/fab/internal/fab-branded-styles.cssresult.d.ts +3 -0
  99. package/fab/internal/fab-branded-styles.cssresult.js +11 -0
  100. package/fab/internal/fab-branded-styles.cssresult.js.map +1 -0
  101. package/fab/internal/fab-styles.cssresult.d.ts +3 -0
  102. package/fab/internal/fab-styles.cssresult.js +11 -0
  103. package/fab/internal/fab-styles.cssresult.js.map +1 -0
  104. package/fab/internal/forced-colors-styles.cssresult.d.ts +3 -0
  105. package/fab/internal/forced-colors-styles.cssresult.js +11 -0
  106. package/fab/internal/forced-colors-styles.cssresult.js.map +1 -0
  107. package/fab/internal/shared-styles.cssresult.d.ts +3 -0
  108. package/fab/internal/shared-styles.cssresult.js +11 -0
  109. package/fab/internal/shared-styles.cssresult.js.map +1 -0
  110. package/field/filled-field.js +2 -2
  111. package/field/filled-field.js.map +1 -1
  112. package/field/internal/field.js +12 -1
  113. package/field/internal/field.js.map +1 -1
  114. package/field/internal/filled-styles.cssresult.d.ts +3 -0
  115. package/field/internal/filled-styles.cssresult.js +11 -0
  116. package/field/internal/filled-styles.cssresult.js.map +1 -0
  117. package/field/internal/outlined-styles.cssresult.d.ts +3 -0
  118. package/field/internal/outlined-styles.cssresult.js +11 -0
  119. package/field/internal/outlined-styles.cssresult.js.map +1 -0
  120. package/field/internal/shared-styles.cssresult.d.ts +3 -0
  121. package/field/internal/shared-styles.cssresult.js +11 -0
  122. package/field/internal/shared-styles.cssresult.js.map +1 -0
  123. package/field/outlined-field.js +2 -2
  124. package/field/outlined-field.js.map +1 -1
  125. package/focus/internal/focus-ring-styles.cssresult.d.ts +3 -0
  126. package/focus/internal/focus-ring-styles.cssresult.js +11 -0
  127. package/focus/internal/focus-ring-styles.cssresult.js.map +1 -0
  128. package/focus/md-focus-ring.js +1 -1
  129. package/focus/md-focus-ring.js.map +1 -1
  130. package/icon/icon.js +1 -1
  131. package/icon/icon.js.map +1 -1
  132. package/icon/internal/icon-styles.cssresult.d.ts +3 -0
  133. package/icon/internal/icon-styles.cssresult.js +11 -0
  134. package/icon/internal/icon-styles.cssresult.js.map +1 -0
  135. package/iconbutton/filled-icon-button.js +2 -2
  136. package/iconbutton/filled-icon-button.js.map +1 -1
  137. package/iconbutton/filled-tonal-icon-button.js +2 -2
  138. package/iconbutton/filled-tonal-icon-button.js.map +1 -1
  139. package/iconbutton/icon-button.js +2 -2
  140. package/iconbutton/icon-button.js.map +1 -1
  141. package/iconbutton/internal/filled-styles.cssresult.d.ts +3 -0
  142. package/iconbutton/internal/filled-styles.cssresult.js +11 -0
  143. package/iconbutton/internal/filled-styles.cssresult.js.map +1 -0
  144. package/iconbutton/internal/filled-tonal-styles.cssresult.d.ts +3 -0
  145. package/iconbutton/internal/filled-tonal-styles.cssresult.js +11 -0
  146. package/iconbutton/internal/filled-tonal-styles.cssresult.js.map +1 -0
  147. package/iconbutton/internal/icon-button.d.ts +2 -32
  148. package/iconbutton/internal/icon-button.js +33 -84
  149. package/iconbutton/internal/icon-button.js.map +1 -1
  150. package/iconbutton/internal/outlined-styles.cssresult.d.ts +3 -0
  151. package/iconbutton/internal/outlined-styles.cssresult.js +11 -0
  152. package/iconbutton/internal/outlined-styles.cssresult.js.map +1 -0
  153. package/iconbutton/internal/shared-styles.cssresult.d.ts +3 -0
  154. package/iconbutton/internal/shared-styles.cssresult.js +11 -0
  155. package/iconbutton/internal/shared-styles.cssresult.js.map +1 -0
  156. package/iconbutton/internal/standard-styles.cssresult.d.ts +3 -0
  157. package/iconbutton/internal/standard-styles.cssresult.js +11 -0
  158. package/iconbutton/internal/standard-styles.cssresult.js.map +1 -0
  159. package/iconbutton/outlined-icon-button.js +2 -2
  160. package/iconbutton/outlined-icon-button.js.map +1 -1
  161. package/internal/aria/aria.d.ts +1 -1
  162. package/internal/events/dispatch-hooks.js +32 -27
  163. package/internal/events/dispatch-hooks.js.map +1 -1
  164. package/labs/badge/badge.js +1 -1
  165. package/labs/badge/badge.js.map +1 -1
  166. package/labs/badge/internal/badge-styles.cssresult.d.ts +3 -0
  167. package/labs/badge/internal/badge-styles.cssresult.js +11 -0
  168. package/labs/badge/internal/badge-styles.cssresult.js.map +1 -0
  169. package/labs/behaviors/form-associated.d.ts +10 -8
  170. package/labs/behaviors/form-associated.js +4 -4
  171. package/labs/behaviors/form-associated.js.map +1 -1
  172. package/labs/behaviors/form-submitter.d.ts +64 -0
  173. package/labs/behaviors/form-submitter.js +87 -0
  174. package/labs/behaviors/form-submitter.js.map +1 -0
  175. package/labs/card/elevated-card.js +2 -2
  176. package/labs/card/elevated-card.js.map +1 -1
  177. package/labs/card/filled-card.js +2 -2
  178. package/labs/card/filled-card.js.map +1 -1
  179. package/labs/card/internal/elevated-styles.cssresult.d.ts +3 -0
  180. package/labs/card/internal/elevated-styles.cssresult.js +11 -0
  181. package/labs/card/internal/elevated-styles.cssresult.js.map +1 -0
  182. package/labs/card/internal/filled-styles.cssresult.d.ts +3 -0
  183. package/labs/card/internal/filled-styles.cssresult.js +11 -0
  184. package/labs/card/internal/filled-styles.cssresult.js.map +1 -0
  185. package/labs/card/internal/outlined-styles.cssresult.d.ts +3 -0
  186. package/labs/card/internal/outlined-styles.cssresult.js +11 -0
  187. package/labs/card/internal/outlined-styles.cssresult.js.map +1 -0
  188. package/labs/card/internal/shared-styles.cssresult.d.ts +3 -0
  189. package/labs/card/internal/shared-styles.cssresult.js +11 -0
  190. package/labs/card/internal/shared-styles.cssresult.js.map +1 -0
  191. package/labs/card/outlined-card.js +2 -2
  192. package/labs/card/outlined-card.js.map +1 -1
  193. package/labs/gb/components/button/_button-tokens.scss +192 -0
  194. package/labs/gb/components/button/button.css +4 -0
  195. package/labs/gb/components/button/button.css.map +1 -0
  196. package/labs/gb/components/button/button.cssresult.d.ts +3 -0
  197. package/labs/gb/components/button/button.cssresult.js +14 -0
  198. package/labs/gb/components/button/button.cssresult.js.map +1 -0
  199. package/labs/gb/components/button/button.d.ts +85 -0
  200. package/labs/gb/components/button/button.js +119 -0
  201. package/labs/gb/components/button/button.js.map +1 -0
  202. package/labs/gb/components/button/button.scss +132 -0
  203. package/labs/gb/components/button/md-button.d.ts +75 -0
  204. package/labs/gb/components/button/md-button.js +177 -0
  205. package/labs/gb/components/button/md-button.js.map +1 -0
  206. package/labs/gb/components/card/_card-tokens.scss +54 -0
  207. package/labs/gb/components/card/card.css +4 -0
  208. package/labs/gb/components/card/card.css.map +1 -0
  209. package/labs/gb/components/card/card.cssresult.d.ts +3 -0
  210. package/labs/gb/components/card/card.cssresult.js +14 -0
  211. package/labs/gb/components/card/card.cssresult.js.map +1 -0
  212. package/labs/gb/components/card/card.d.ts +57 -0
  213. package/labs/gb/components/card/card.js +58 -0
  214. package/labs/gb/components/card/card.js.map +1 -0
  215. package/labs/gb/components/card/card.scss +74 -0
  216. package/labs/gb/components/card/md-card.d.ts +30 -0
  217. package/labs/gb/components/card/md-card.js +82 -0
  218. package/labs/gb/components/card/md-card.js.map +1 -0
  219. package/labs/gb/components/checkbox/_checkbox-tokens.scss +64 -0
  220. package/labs/gb/components/checkbox/checkbox.css +4 -0
  221. package/labs/gb/components/checkbox/checkbox.css.map +1 -0
  222. package/labs/gb/components/checkbox/checkbox.cssresult.d.ts +3 -0
  223. package/labs/gb/components/checkbox/checkbox.cssresult.js +14 -0
  224. package/labs/gb/components/checkbox/checkbox.cssresult.js.map +1 -0
  225. package/labs/gb/components/checkbox/checkbox.d.ts +59 -0
  226. package/labs/gb/components/checkbox/checkbox.js +62 -0
  227. package/labs/gb/components/checkbox/checkbox.js.map +1 -0
  228. package/labs/gb/components/checkbox/checkbox.scss +105 -0
  229. package/labs/gb/components/checkbox/md-checkbox.d.ts +76 -0
  230. package/labs/gb/components/checkbox/md-checkbox.js +171 -0
  231. package/labs/gb/components/checkbox/md-checkbox.js.map +1 -0
  232. package/labs/gb/components/divider/_divider-tokens.scss +9 -0
  233. package/labs/gb/components/divider/divider.css +4 -0
  234. package/labs/gb/components/divider/divider.css.map +1 -0
  235. package/labs/gb/components/divider/divider.cssresult.d.ts +3 -0
  236. package/labs/gb/components/divider/divider.cssresult.js +14 -0
  237. package/labs/gb/components/divider/divider.cssresult.js.map +1 -0
  238. package/labs/gb/components/divider/divider.d.ts +44 -0
  239. package/labs/gb/components/divider/divider.js +47 -0
  240. package/labs/gb/components/divider/divider.js.map +1 -0
  241. package/labs/gb/components/divider/divider.scss +31 -0
  242. package/labs/gb/components/divider/md-divider.d.ts +23 -0
  243. package/labs/gb/components/divider/md-divider.js +50 -0
  244. package/labs/gb/components/divider/md-divider.js.map +1 -0
  245. package/labs/gb/components/fab/_fab-tokens.scss +84 -0
  246. package/labs/gb/components/fab/fab.css +4 -0
  247. package/labs/gb/components/fab/fab.css.map +1 -0
  248. package/labs/gb/components/fab/fab.cssresult.d.ts +3 -0
  249. package/labs/gb/components/fab/fab.cssresult.js +14 -0
  250. package/labs/gb/components/fab/fab.cssresult.js.map +1 -0
  251. package/labs/gb/components/fab/fab.d.ts +84 -0
  252. package/labs/gb/components/fab/fab.js +92 -0
  253. package/labs/gb/components/fab/fab.js.map +1 -0
  254. package/labs/gb/components/fab/fab.scss +77 -0
  255. package/labs/gb/components/fab/md-fab.d.ts +22 -0
  256. package/labs/gb/components/fab/md-fab.js +53 -0
  257. package/labs/gb/components/fab/md-fab.js.map +1 -0
  258. package/labs/gb/components/focus/focus-ring.css +4 -0
  259. package/labs/gb/components/focus/focus-ring.css.map +1 -0
  260. package/labs/gb/components/focus/focus-ring.cssresult.d.ts +3 -0
  261. package/labs/gb/components/focus/focus-ring.cssresult.js +14 -0
  262. package/labs/gb/components/focus/focus-ring.cssresult.js.map +1 -0
  263. package/labs/gb/components/focus/focus-ring.d.ts +36 -0
  264. package/labs/gb/components/focus/focus-ring.js +34 -0
  265. package/labs/gb/components/focus/focus-ring.js.map +1 -0
  266. package/labs/gb/components/focus/focus-ring.scss +91 -0
  267. package/labs/gb/components/iconbutton/_icon-button-tokens.scss +202 -0
  268. package/labs/gb/components/iconbutton/icon-button.css +4 -0
  269. package/labs/gb/components/iconbutton/icon-button.css.map +1 -0
  270. package/labs/gb/components/iconbutton/icon-button.cssresult.d.ts +3 -0
  271. package/labs/gb/components/iconbutton/icon-button.cssresult.js +14 -0
  272. package/labs/gb/components/iconbutton/icon-button.cssresult.js.map +1 -0
  273. package/labs/gb/components/iconbutton/icon-button.d.ts +97 -0
  274. package/labs/gb/components/iconbutton/icon-button.js +122 -0
  275. package/labs/gb/components/iconbutton/icon-button.js.map +1 -0
  276. package/labs/gb/components/iconbutton/icon-button.scss +153 -0
  277. package/labs/gb/components/iconbutton/md-icon-button.d.ts +73 -0
  278. package/labs/gb/components/iconbutton/md-icon-button.js +176 -0
  279. package/labs/gb/components/iconbutton/md-icon-button.js.map +1 -0
  280. package/labs/gb/components/list/_list-tokens.scss +102 -0
  281. package/labs/gb/components/list/list.css +4 -0
  282. package/labs/gb/components/list/list.css.map +1 -0
  283. package/labs/gb/components/list/list.cssresult.d.ts +3 -0
  284. package/labs/gb/components/list/list.cssresult.js +14 -0
  285. package/labs/gb/components/list/list.cssresult.js.map +1 -0
  286. package/labs/gb/components/list/list.d.ts +103 -0
  287. package/labs/gb/components/list/list.js +109 -0
  288. package/labs/gb/components/list/list.js.map +1 -0
  289. package/labs/gb/components/list/list.scss +212 -0
  290. package/labs/gb/components/list/md-list-item.d.ts +44 -0
  291. package/labs/gb/components/list/md-list-item.js +119 -0
  292. package/labs/gb/components/list/md-list-item.js.map +1 -0
  293. package/labs/gb/components/list/md-list.d.ts +26 -0
  294. package/labs/gb/components/list/md-list.js +50 -0
  295. package/labs/gb/components/list/md-list.js.map +1 -0
  296. package/labs/gb/components/menu/_menu-tokens.scss +128 -0
  297. package/labs/gb/components/menu/md-menu-group.d.ts +26 -0
  298. package/labs/gb/components/menu/md-menu-group.js +65 -0
  299. package/labs/gb/components/menu/md-menu-group.js.map +1 -0
  300. package/labs/gb/components/menu/md-menu-item.d.ts +30 -0
  301. package/labs/gb/components/menu/md-menu-item.js +162 -0
  302. package/labs/gb/components/menu/md-menu-item.js.map +1 -0
  303. package/labs/gb/components/menu/md-menu.d.ts +28 -0
  304. package/labs/gb/components/menu/md-menu.js +140 -0
  305. package/labs/gb/components/menu/md-menu.js.map +1 -0
  306. package/labs/gb/components/menu/menu.css +4 -0
  307. package/labs/gb/components/menu/menu.css.map +1 -0
  308. package/labs/gb/components/menu/menu.cssresult.d.ts +3 -0
  309. package/labs/gb/components/menu/menu.cssresult.js +14 -0
  310. package/labs/gb/components/menu/menu.cssresult.js.map +1 -0
  311. package/labs/gb/components/menu/menu.d.ts +117 -0
  312. package/labs/gb/components/menu/menu.js +107 -0
  313. package/labs/gb/components/menu/menu.js.map +1 -0
  314. package/labs/gb/components/menu/menu.scss +171 -0
  315. package/labs/gb/components/radio/_radio-tokens.scss +37 -0
  316. package/labs/gb/components/radio/md-radio.d.ts +62 -0
  317. package/labs/gb/components/radio/md-radio.js +183 -0
  318. package/labs/gb/components/radio/md-radio.js.map +1 -0
  319. package/labs/gb/components/radio/radio.css +4 -0
  320. package/labs/gb/components/radio/radio.css.map +1 -0
  321. package/labs/gb/components/radio/radio.cssresult.d.ts +3 -0
  322. package/labs/gb/components/radio/radio.cssresult.js +14 -0
  323. package/labs/gb/components/radio/radio.cssresult.js.map +1 -0
  324. package/labs/gb/components/radio/radio.d.ts +57 -0
  325. package/labs/gb/components/radio/radio.js +62 -0
  326. package/labs/gb/components/radio/radio.js.map +1 -0
  327. package/labs/gb/components/radio/radio.scss +74 -0
  328. package/labs/gb/components/ripple/ripple.css +4 -0
  329. package/labs/gb/components/ripple/ripple.css.map +1 -0
  330. package/labs/gb/components/ripple/ripple.cssresult.d.ts +3 -0
  331. package/labs/gb/components/ripple/ripple.cssresult.js +14 -0
  332. package/labs/gb/components/ripple/ripple.cssresult.js.map +1 -0
  333. package/labs/gb/components/ripple/ripple.d.ts +77 -0
  334. package/labs/gb/components/ripple/ripple.js +145 -0
  335. package/labs/gb/components/ripple/ripple.js.map +1 -0
  336. package/labs/gb/components/ripple/ripple.scss +103 -0
  337. package/labs/gb/components/shared/directives.d.ts +93 -0
  338. package/labs/gb/components/shared/directives.js +111 -0
  339. package/labs/gb/components/shared/directives.js.map +1 -0
  340. package/labs/gb/components/shared/has-slotted.d.ts +10 -0
  341. package/labs/gb/components/shared/has-slotted.js +19 -0
  342. package/labs/gb/components/shared/has-slotted.js.map +1 -0
  343. package/labs/gb/components/shared/pseudo-classes.d.ts +33 -0
  344. package/labs/gb/components/shared/pseudo-classes.js +36 -0
  345. package/labs/gb/components/shared/pseudo-classes.js.map +1 -0
  346. package/labs/gb/components/switch/_switch-tokens.scss +56 -0
  347. package/labs/gb/components/switch/md-switch.d.ts +66 -0
  348. package/labs/gb/components/switch/md-switch.js +159 -0
  349. package/labs/gb/components/switch/md-switch.js.map +1 -0
  350. package/labs/gb/components/switch/switch.css +4 -0
  351. package/labs/gb/components/switch/switch.css.map +1 -0
  352. package/labs/gb/components/switch/switch.cssresult.d.ts +3 -0
  353. package/labs/gb/components/switch/switch.cssresult.js +14 -0
  354. package/labs/gb/components/switch/switch.cssresult.js.map +1 -0
  355. package/labs/gb/components/switch/switch.d.ts +54 -0
  356. package/labs/gb/components/switch/switch.js +85 -0
  357. package/labs/gb/components/switch/switch.js.map +1 -0
  358. package/labs/gb/components/switch/switch.scss +109 -0
  359. package/labs/gb/styles/adopt-styles.d.ts +41 -0
  360. package/labs/gb/styles/adopt-styles.js +62 -0
  361. package/labs/gb/styles/adopt-styles.js.map +1 -0
  362. package/labs/gb/styles/color/internal/_color-tokens.scss +95 -0
  363. package/labs/gb/styles/color/md-color-tokens-full.css +4 -0
  364. package/labs/gb/styles/color/md-color-tokens-full.css.map +1 -0
  365. package/labs/gb/styles/color/md-color-tokens-full.cssresult.d.ts +3 -0
  366. package/labs/gb/styles/color/md-color-tokens-full.cssresult.js +14 -0
  367. package/labs/gb/styles/color/md-color-tokens-full.cssresult.js.map +1 -0
  368. package/labs/gb/styles/color/md-color-tokens-full.scss +17 -0
  369. package/labs/gb/styles/color/md-color-tokens.css +4 -0
  370. package/labs/gb/styles/color/md-color-tokens.css.map +1 -0
  371. package/labs/gb/styles/color/md-color-tokens.cssresult.d.ts +3 -0
  372. package/labs/gb/styles/color/md-color-tokens.cssresult.js +14 -0
  373. package/labs/gb/styles/color/md-color-tokens.cssresult.js.map +1 -0
  374. package/labs/gb/styles/color/md-color-tokens.scss +15 -0
  375. package/labs/gb/styles/elevation/md-elevation-tokens.css +4 -0
  376. package/labs/gb/styles/elevation/md-elevation-tokens.css.map +1 -0
  377. package/labs/gb/styles/elevation/md-elevation-tokens.cssresult.d.ts +3 -0
  378. package/labs/gb/styles/elevation/md-elevation-tokens.cssresult.js +14 -0
  379. package/labs/gb/styles/elevation/md-elevation-tokens.cssresult.js.map +1 -0
  380. package/labs/gb/styles/elevation/md-elevation-tokens.scss +25 -0
  381. package/labs/gb/styles/icon/md-icon.css +4 -0
  382. package/labs/gb/styles/icon/md-icon.css.map +1 -0
  383. package/labs/gb/styles/icon/md-icon.cssresult.d.ts +3 -0
  384. package/labs/gb/styles/icon/md-icon.cssresult.js +14 -0
  385. package/labs/gb/styles/icon/md-icon.cssresult.js.map +1 -0
  386. package/labs/gb/styles/icon/md-icon.scss +62 -0
  387. package/labs/gb/styles/m3.css +22 -0
  388. package/labs/gb/styles/m3.css.map +1 -0
  389. package/labs/gb/styles/m3.cssresult.d.ts +3 -0
  390. package/labs/gb/styles/m3.cssresult.js +32 -0
  391. package/labs/gb/styles/m3.cssresult.js.map +1 -0
  392. package/labs/gb/styles/m3.scss +13 -0
  393. package/labs/gb/styles/motion/md-motion-tokens-easing.css +4 -0
  394. package/labs/gb/styles/motion/md-motion-tokens-easing.css.map +1 -0
  395. package/labs/gb/styles/motion/md-motion-tokens-easing.cssresult.d.ts +3 -0
  396. package/labs/gb/styles/motion/md-motion-tokens-easing.cssresult.js +14 -0
  397. package/labs/gb/styles/motion/md-motion-tokens-easing.cssresult.js.map +1 -0
  398. package/labs/gb/styles/motion/md-motion-tokens-easing.scss +35 -0
  399. package/labs/gb/styles/shape/md-shape-tokens.css +4 -0
  400. package/labs/gb/styles/shape/md-shape-tokens.css.map +1 -0
  401. package/labs/gb/styles/shape/md-shape-tokens.cssresult.d.ts +3 -0
  402. package/labs/gb/styles/shape/md-shape-tokens.cssresult.js +14 -0
  403. package/labs/gb/styles/shape/md-shape-tokens.cssresult.js.map +1 -0
  404. package/labs/gb/styles/shape/md-shape-tokens.scss +23 -0
  405. package/labs/gb/styles/typography/internal/_typography-tokens.scss +80 -0
  406. package/labs/gb/styles/typography/md-typography-tokens.css +4 -0
  407. package/labs/gb/styles/typography/md-typography-tokens.css.map +1 -0
  408. package/labs/gb/styles/typography/md-typography-tokens.cssresult.d.ts +3 -0
  409. package/labs/gb/styles/typography/md-typography-tokens.cssresult.js +14 -0
  410. package/labs/gb/styles/typography/md-typography-tokens.cssresult.js.map +1 -0
  411. package/labs/gb/styles/typography/md-typography-tokens.scss +14 -0
  412. package/labs/item/internal/item-styles.cssresult.d.ts +3 -0
  413. package/labs/item/internal/item-styles.cssresult.js +11 -0
  414. package/labs/item/internal/item-styles.cssresult.js.map +1 -0
  415. package/labs/item/item.js +1 -1
  416. package/labs/item/item.js.map +1 -1
  417. package/labs/navigationbar/internal/navigation-bar-styles.cssresult.d.ts +3 -0
  418. package/labs/navigationbar/internal/navigation-bar-styles.cssresult.js +11 -0
  419. package/labs/navigationbar/internal/navigation-bar-styles.cssresult.js.map +1 -0
  420. package/labs/navigationbar/navigation-bar.js +1 -1
  421. package/labs/navigationbar/navigation-bar.js.map +1 -1
  422. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.cssresult.d.ts +3 -0
  423. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.cssresult.js +11 -0
  424. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.cssresult.js.map +1 -0
  425. package/labs/navigationdrawer/internal/navigation-drawer-styles.cssresult.d.ts +3 -0
  426. package/labs/navigationdrawer/internal/navigation-drawer-styles.cssresult.js +11 -0
  427. package/labs/navigationdrawer/internal/navigation-drawer-styles.cssresult.js.map +1 -0
  428. package/labs/navigationdrawer/internal/shared-styles.cssresult.d.ts +3 -0
  429. package/labs/navigationdrawer/internal/shared-styles.cssresult.js +11 -0
  430. package/labs/navigationdrawer/internal/shared-styles.cssresult.js.map +1 -0
  431. package/labs/navigationdrawer/navigation-drawer-modal.js +2 -2
  432. package/labs/navigationdrawer/navigation-drawer-modal.js.map +1 -1
  433. package/labs/navigationdrawer/navigation-drawer.js +2 -2
  434. package/labs/navigationdrawer/navigation-drawer.js.map +1 -1
  435. package/labs/navigationtab/internal/navigation-tab-styles.cssresult.d.ts +3 -0
  436. package/labs/navigationtab/internal/navigation-tab-styles.cssresult.js +11 -0
  437. package/labs/navigationtab/internal/navigation-tab-styles.cssresult.js.map +1 -0
  438. package/labs/navigationtab/navigation-tab.js +1 -1
  439. package/labs/navigationtab/navigation-tab.js.map +1 -1
  440. package/labs/segmentedbutton/internal/outlined-styles.cssresult.d.ts +3 -0
  441. package/labs/segmentedbutton/internal/outlined-styles.cssresult.js +11 -0
  442. package/labs/segmentedbutton/internal/outlined-styles.cssresult.js.map +1 -0
  443. package/labs/segmentedbutton/internal/shared-styles.cssresult.d.ts +3 -0
  444. package/labs/segmentedbutton/internal/shared-styles.cssresult.js +11 -0
  445. package/labs/segmentedbutton/internal/shared-styles.cssresult.js.map +1 -0
  446. package/labs/segmentedbutton/outlined-segmented-button.js +2 -2
  447. package/labs/segmentedbutton/outlined-segmented-button.js.map +1 -1
  448. package/labs/segmentedbuttonset/internal/outlined-styles.cssresult.d.ts +3 -0
  449. package/labs/segmentedbuttonset/internal/outlined-styles.cssresult.js +11 -0
  450. package/labs/segmentedbuttonset/internal/outlined-styles.cssresult.js.map +1 -0
  451. package/labs/segmentedbuttonset/internal/shared-styles.cssresult.d.ts +3 -0
  452. package/labs/segmentedbuttonset/internal/shared-styles.cssresult.js +11 -0
  453. package/labs/segmentedbuttonset/internal/shared-styles.cssresult.js.map +1 -0
  454. package/labs/segmentedbuttonset/outlined-segmented-button-set.js +2 -2
  455. package/labs/segmentedbuttonset/outlined-segmented-button-set.js.map +1 -1
  456. package/list/internal/list-styles.cssresult.d.ts +3 -0
  457. package/list/internal/list-styles.cssresult.js +11 -0
  458. package/list/internal/list-styles.cssresult.js.map +1 -0
  459. package/list/internal/listitem/_list-item.scss +3 -0
  460. package/list/internal/listitem/list-item-styles.css +1 -1
  461. package/list/internal/listitem/list-item-styles.css.map +1 -1
  462. package/list/internal/listitem/list-item-styles.cssresult.d.ts +3 -0
  463. package/list/internal/listitem/list-item-styles.cssresult.js +11 -0
  464. package/list/internal/listitem/list-item-styles.cssresult.js.map +1 -0
  465. package/list/internal/listitem/list-item.d.ts +2 -0
  466. package/list/list-item.js +1 -1
  467. package/list/list-item.js.map +1 -1
  468. package/list/list.js +1 -1
  469. package/list/list.js.map +1 -1
  470. package/menu/internal/menu-styles.cssresult.d.ts +3 -0
  471. package/menu/internal/menu-styles.cssresult.js +11 -0
  472. package/menu/internal/menu-styles.cssresult.js.map +1 -0
  473. package/menu/internal/menuitem/_menu-item.scss +3 -0
  474. package/menu/internal/menuitem/menu-item-styles.css +1 -1
  475. package/menu/internal/menuitem/menu-item-styles.css.map +1 -1
  476. package/menu/internal/menuitem/menu-item-styles.cssresult.d.ts +3 -0
  477. package/menu/internal/menuitem/menu-item-styles.cssresult.js +11 -0
  478. package/menu/internal/menuitem/menu-item-styles.cssresult.js.map +1 -0
  479. package/menu/internal/menuitem/menu-item.d.ts +2 -0
  480. package/menu/internal/submenu/sub-menu-styles.cssresult.d.ts +3 -0
  481. package/menu/internal/submenu/sub-menu-styles.cssresult.js +11 -0
  482. package/menu/internal/submenu/sub-menu-styles.cssresult.js.map +1 -0
  483. package/menu/menu-item.js +1 -1
  484. package/menu/menu-item.js.map +1 -1
  485. package/menu/menu.js +1 -1
  486. package/menu/menu.js.map +1 -1
  487. package/menu/sub-menu.js +1 -1
  488. package/menu/sub-menu.js.map +1 -1
  489. package/package.json +73 -9
  490. package/progress/circular-progress.js +1 -1
  491. package/progress/circular-progress.js.map +1 -1
  492. package/progress/internal/circular-progress-styles.cssresult.d.ts +3 -0
  493. package/progress/internal/circular-progress-styles.cssresult.js +11 -0
  494. package/progress/internal/circular-progress-styles.cssresult.js.map +1 -0
  495. package/progress/internal/linear-progress-styles.cssresult.d.ts +3 -0
  496. package/progress/internal/linear-progress-styles.cssresult.js +11 -0
  497. package/progress/internal/linear-progress-styles.cssresult.js.map +1 -0
  498. package/progress/linear-progress.js +1 -1
  499. package/progress/linear-progress.js.map +1 -1
  500. package/radio/internal/radio-styles.cssresult.d.ts +3 -0
  501. package/radio/internal/radio-styles.cssresult.js +11 -0
  502. package/radio/internal/radio-styles.cssresult.js.map +1 -0
  503. package/radio/radio.js +1 -1
  504. package/radio/radio.js.map +1 -1
  505. package/ripple/internal/ripple-styles.cssresult.d.ts +3 -0
  506. package/ripple/internal/ripple-styles.cssresult.js +11 -0
  507. package/ripple/internal/ripple-styles.cssresult.js.map +1 -0
  508. package/ripple/ripple.js +1 -1
  509. package/ripple/ripple.js.map +1 -1
  510. package/sass/ext/_assert.scss +82 -0
  511. package/sass/ext/_list_ext.scss +114 -0
  512. package/sass/ext/_map_ext.scss +222 -0
  513. package/sass/ext/_string_ext.scss +153 -0
  514. package/sass/ext/_throw.scss +83 -0
  515. package/sass/ext/_type.scss +66 -0
  516. package/sass/ext/_var.scss +227 -0
  517. package/sass/ext/tests.css +1 -0
  518. package/sass/ext/tests.css.map +1 -0
  519. package/sass/ext/tests.cssresult.d.ts +3 -0
  520. package/sass/ext/tests.cssresult.js +11 -0
  521. package/sass/ext/tests.cssresult.js.map +1 -0
  522. package/sass/ext/tests.scss +18 -0
  523. package/select/filled-select.js +2 -2
  524. package/select/filled-select.js.map +1 -1
  525. package/select/internal/filled-select-styles.cssresult.d.ts +3 -0
  526. package/select/internal/filled-select-styles.cssresult.js +11 -0
  527. package/select/internal/filled-select-styles.cssresult.js.map +1 -0
  528. package/select/internal/outlined-select-styles.cssresult.d.ts +3 -0
  529. package/select/internal/outlined-select-styles.cssresult.js +11 -0
  530. package/select/internal/outlined-select-styles.cssresult.js.map +1 -0
  531. package/select/internal/select.d.ts +2 -0
  532. package/select/internal/select.js +2 -0
  533. package/select/internal/select.js.map +1 -1
  534. package/select/internal/selectoption/select-option.d.ts +2 -0
  535. package/select/internal/shared-styles.cssresult.d.ts +3 -0
  536. package/select/internal/shared-styles.cssresult.js +11 -0
  537. package/select/internal/shared-styles.cssresult.js.map +1 -0
  538. package/select/outlined-select.js +2 -2
  539. package/select/outlined-select.js.map +1 -1
  540. package/select/select-option.js +1 -1
  541. package/select/select-option.js.map +1 -1
  542. package/slider/internal/_slider.scss +1 -0
  543. package/slider/internal/forced-colors-styles.cssresult.d.ts +3 -0
  544. package/slider/internal/forced-colors-styles.cssresult.js +11 -0
  545. package/slider/internal/forced-colors-styles.cssresult.js.map +1 -0
  546. package/slider/internal/slider-styles.css +1 -1
  547. package/slider/internal/slider-styles.css.map +1 -1
  548. package/slider/internal/slider-styles.cssresult.d.ts +3 -0
  549. package/slider/internal/slider-styles.cssresult.js +11 -0
  550. package/slider/internal/slider-styles.cssresult.js.map +1 -0
  551. package/slider/slider.js +2 -2
  552. package/slider/slider.js.map +1 -1
  553. package/switch/internal/switch-styles.cssresult.d.ts +3 -0
  554. package/switch/internal/switch-styles.cssresult.js +11 -0
  555. package/switch/internal/switch-styles.cssresult.js.map +1 -0
  556. package/switch/switch.js +1 -1
  557. package/switch/switch.js.map +1 -1
  558. package/tabs/internal/_tab.scss +0 -1
  559. package/tabs/internal/primary-tab-styles.cssresult.d.ts +3 -0
  560. package/tabs/internal/primary-tab-styles.cssresult.js +11 -0
  561. package/tabs/internal/primary-tab-styles.cssresult.js.map +1 -0
  562. package/tabs/internal/secondary-tab-styles.cssresult.d.ts +3 -0
  563. package/tabs/internal/secondary-tab-styles.cssresult.js +11 -0
  564. package/tabs/internal/secondary-tab-styles.cssresult.js.map +1 -0
  565. package/tabs/internal/tab-styles.css.map +1 -1
  566. package/tabs/internal/tab-styles.cssresult.d.ts +3 -0
  567. package/tabs/internal/tab-styles.cssresult.js +11 -0
  568. package/tabs/internal/tab-styles.cssresult.js.map +1 -0
  569. package/tabs/internal/tabs-styles.cssresult.d.ts +3 -0
  570. package/tabs/internal/tabs-styles.cssresult.js +11 -0
  571. package/tabs/internal/tabs-styles.cssresult.js.map +1 -0
  572. package/tabs/primary-tab.js +2 -2
  573. package/tabs/primary-tab.js.map +1 -1
  574. package/tabs/secondary-tab.js +2 -2
  575. package/tabs/secondary-tab.js.map +1 -1
  576. package/tabs/tabs.js +1 -1
  577. package/tabs/tabs.js.map +1 -1
  578. package/textfield/filled-text-field.js +2 -2
  579. package/textfield/filled-text-field.js.map +1 -1
  580. package/textfield/internal/filled-styles.cssresult.d.ts +3 -0
  581. package/textfield/internal/filled-styles.cssresult.js +11 -0
  582. package/textfield/internal/filled-styles.cssresult.js.map +1 -0
  583. package/textfield/internal/outlined-styles.cssresult.d.ts +3 -0
  584. package/textfield/internal/outlined-styles.cssresult.js +11 -0
  585. package/textfield/internal/outlined-styles.cssresult.js.map +1 -0
  586. package/textfield/internal/shared-styles.cssresult.d.ts +3 -0
  587. package/textfield/internal/shared-styles.cssresult.js +11 -0
  588. package/textfield/internal/shared-styles.cssresult.js.map +1 -0
  589. package/textfield/outlined-text-field.js +2 -2
  590. package/textfield/outlined-text-field.js.map +1 -1
  591. package/tokens/v0_192/index.test.cssresult.d.ts +3 -0
  592. package/tokens/v0_192/index.test.cssresult.js +11 -0
  593. package/tokens/v0_192/index.test.cssresult.js.map +1 -0
  594. package/tokens/v0_192/lib.test.cssresult.d.ts +3 -0
  595. package/tokens/v0_192/lib.test.cssresult.js +11 -0
  596. package/tokens/v0_192/lib.test.cssresult.js.map +1 -0
  597. package/tokens/versions/latest/sass/_index.scss +241 -0
  598. package/tokens/versions/latest/sass/_md-comp-app-bar-large-flexible-meta.scss +7 -0
  599. package/tokens/versions/latest/sass/_md-comp-app-bar-large-flexible.scss +31 -0
  600. package/tokens/versions/latest/sass/_md-comp-app-bar-large-meta.scss +7 -0
  601. package/tokens/versions/latest/sass/_md-comp-app-bar-large.scss +35 -0
  602. package/tokens/versions/latest/sass/_md-comp-app-bar-medium-flexible-meta.scss +7 -0
  603. package/tokens/versions/latest/sass/_md-comp-app-bar-medium-flexible.scss +31 -0
  604. package/tokens/versions/latest/sass/_md-comp-app-bar-medium-meta.scss +7 -0
  605. package/tokens/versions/latest/sass/_md-comp-app-bar-medium.scss +35 -0
  606. package/tokens/versions/latest/sass/_md-comp-app-bar-meta.scss +24 -0
  607. package/tokens/versions/latest/sass/_md-comp-app-bar-small-meta.scss +9 -0
  608. package/tokens/versions/latest/sass/_md-comp-app-bar-small.scss +42 -0
  609. package/tokens/versions/latest/sass/_md-comp-app-bar.scss +59 -0
  610. package/tokens/versions/latest/sass/_md-comp-assist-chip-meta.scss +55 -0
  611. package/tokens/versions/latest/sass/_md-comp-assist-chip.scss +134 -0
  612. package/tokens/versions/latest/sass/_md-comp-badge-meta.scss +17 -0
  613. package/tokens/versions/latest/sass/_md-comp-badge.scss +53 -0
  614. package/tokens/versions/latest/sass/_md-comp-banner-meta.scss +40 -0
  615. package/tokens/versions/latest/sass/_md-comp-banner.scss +147 -0
  616. package/tokens/versions/latest/sass/_md-comp-banners-basic-meta.scss +36 -0
  617. package/tokens/versions/latest/sass/_md-comp-banners-basic.scss +86 -0
  618. package/tokens/versions/latest/sass/_md-comp-banners-meta.scss +17 -0
  619. package/tokens/versions/latest/sass/_md-comp-banners-rich-meta.scss +35 -0
  620. package/tokens/versions/latest/sass/_md-comp-banners-rich.scss +89 -0
  621. package/tokens/versions/latest/sass/_md-comp-banners.scss +43 -0
  622. package/tokens/versions/latest/sass/_md-comp-bottom-app-bar-meta.scss +11 -0
  623. package/tokens/versions/latest/sass/_md-comp-bottom-app-bar.scss +37 -0
  624. package/tokens/versions/latest/sass/_md-comp-button-elevated-meta.scss +56 -0
  625. package/tokens/versions/latest/sass/_md-comp-button-elevated.scss +125 -0
  626. package/tokens/versions/latest/sass/_md-comp-button-filled-meta.scss +56 -0
  627. package/tokens/versions/latest/sass/_md-comp-button-filled.scss +125 -0
  628. package/tokens/versions/latest/sass/_md-comp-button-group-connected-large-meta.scss +11 -0
  629. package/tokens/versions/latest/sass/_md-comp-button-group-connected-large.scss +31 -0
  630. package/tokens/versions/latest/sass/_md-comp-button-group-connected-medium-meta.scss +11 -0
  631. package/tokens/versions/latest/sass/_md-comp-button-group-connected-medium.scss +31 -0
  632. package/tokens/versions/latest/sass/_md-comp-button-group-connected-small-meta.scss +11 -0
  633. package/tokens/versions/latest/sass/_md-comp-button-group-connected-small.scss +31 -0
  634. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xlarge-meta.scss +11 -0
  635. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xlarge.scss +31 -0
  636. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xsmall-meta.scss +11 -0
  637. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xsmall.scss +31 -0
  638. package/tokens/versions/latest/sass/_md-comp-button-group-standard-large-meta.scss +10 -0
  639. package/tokens/versions/latest/sass/_md-comp-button-group-standard-large.scss +29 -0
  640. package/tokens/versions/latest/sass/_md-comp-button-group-standard-medium-meta.scss +10 -0
  641. package/tokens/versions/latest/sass/_md-comp-button-group-standard-medium.scss +29 -0
  642. package/tokens/versions/latest/sass/_md-comp-button-group-standard-small-meta.scss +10 -0
  643. package/tokens/versions/latest/sass/_md-comp-button-group-standard-small.scss +29 -0
  644. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xlarge-meta.scss +10 -0
  645. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xlarge.scss +29 -0
  646. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xsmall-meta.scss +10 -0
  647. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xsmall.scss +29 -0
  648. package/tokens/versions/latest/sass/_md-comp-button-large-meta.scss +18 -0
  649. package/tokens/versions/latest/sass/_md-comp-button-large.scss +51 -0
  650. package/tokens/versions/latest/sass/_md-comp-button-medium-meta.scss +18 -0
  651. package/tokens/versions/latest/sass/_md-comp-button-medium.scss +51 -0
  652. package/tokens/versions/latest/sass/_md-comp-button-meta.scss +71 -0
  653. package/tokens/versions/latest/sass/_md-comp-button-outlined-meta.scss +57 -0
  654. package/tokens/versions/latest/sass/_md-comp-button-outlined.scss +124 -0
  655. package/tokens/versions/latest/sass/_md-comp-button-small-meta.scss +18 -0
  656. package/tokens/versions/latest/sass/_md-comp-button-small.scss +51 -0
  657. package/tokens/versions/latest/sass/_md-comp-button-text-meta.scss +25 -0
  658. package/tokens/versions/latest/sass/_md-comp-button-text.scss +60 -0
  659. package/tokens/versions/latest/sass/_md-comp-button-tonal-meta.scss +56 -0
  660. package/tokens/versions/latest/sass/_md-comp-button-tonal.scss +125 -0
  661. package/tokens/versions/latest/sass/_md-comp-button-xlarge-meta.scss +18 -0
  662. package/tokens/versions/latest/sass/_md-comp-button-xlarge.scss +51 -0
  663. package/tokens/versions/latest/sass/_md-comp-button-xsmall-meta.scss +18 -0
  664. package/tokens/versions/latest/sass/_md-comp-button-xsmall.scss +51 -0
  665. package/tokens/versions/latest/sass/_md-comp-button.scss +163 -0
  666. package/tokens/versions/latest/sass/_md-comp-carousel-item-meta.scss +32 -0
  667. package/tokens/versions/latest/sass/_md-comp-carousel-item.scss +79 -0
  668. package/tokens/versions/latest/sass/_md-comp-checkbox-meta.scss +86 -0
  669. package/tokens/versions/latest/sass/_md-comp-checkbox.scss +216 -0
  670. package/tokens/versions/latest/sass/_md-comp-circular-progress-indicator-meta.scss +13 -0
  671. package/tokens/versions/latest/sass/_md-comp-circular-progress-indicator.scss +52 -0
  672. package/tokens/versions/latest/sass/_md-comp-data-table-meta.scss +46 -0
  673. package/tokens/versions/latest/sass/_md-comp-data-table.scss +110 -0
  674. package/tokens/versions/latest/sass/_md-comp-date-input-modal-meta.scss +25 -0
  675. package/tokens/versions/latest/sass/_md-comp-date-input-modal.scss +80 -0
  676. package/tokens/versions/latest/sass/_md-comp-date-picker-docked-meta.scss +97 -0
  677. package/tokens/versions/latest/sass/_md-comp-date-picker-docked.scss +241 -0
  678. package/tokens/versions/latest/sass/_md-comp-date-picker-modal-meta.scss +109 -0
  679. package/tokens/versions/latest/sass/_md-comp-date-picker-modal.scss +295 -0
  680. package/tokens/versions/latest/sass/_md-comp-dialog-meta.scss +46 -0
  681. package/tokens/versions/latest/sass/_md-comp-dialog.scss +157 -0
  682. package/tokens/versions/latest/sass/_md-comp-divider-meta.scss +7 -0
  683. package/tokens/versions/latest/sass/_md-comp-divider.scss +23 -0
  684. package/tokens/versions/latest/sass/_md-comp-drag-handle-meta.scss +20 -0
  685. package/tokens/versions/latest/sass/_md-comp-drag-handle.scss +54 -0
  686. package/tokens/versions/latest/sass/_md-comp-elevated-button-meta.scss +44 -0
  687. package/tokens/versions/latest/sass/_md-comp-elevated-button.scss +190 -0
  688. package/tokens/versions/latest/sass/_md-comp-elevated-card-meta.scss +30 -0
  689. package/tokens/versions/latest/sass/_md-comp-elevated-card.scss +75 -0
  690. package/tokens/versions/latest/sass/_md-comp-extended-fab-branded-meta.scss +38 -0
  691. package/tokens/versions/latest/sass/_md-comp-extended-fab-branded.scss +100 -0
  692. package/tokens/versions/latest/sass/_md-comp-extended-fab-large-meta.scss +11 -0
  693. package/tokens/versions/latest/sass/_md-comp-extended-fab-large.scss +36 -0
  694. package/tokens/versions/latest/sass/_md-comp-extended-fab-medium-meta.scss +11 -0
  695. package/tokens/versions/latest/sass/_md-comp-extended-fab-medium.scss +36 -0
  696. package/tokens/versions/latest/sass/_md-comp-extended-fab-meta.scss +11 -0
  697. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary-container-meta.scss +25 -0
  698. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary-container.scss +61 -0
  699. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary-meta.scss +50 -0
  700. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary.scss +174 -0
  701. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary-container-meta.scss +25 -0
  702. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary-container.scss +61 -0
  703. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary-meta.scss +50 -0
  704. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary.scss +174 -0
  705. package/tokens/versions/latest/sass/_md-comp-extended-fab-small-meta.scss +11 -0
  706. package/tokens/versions/latest/sass/_md-comp-extended-fab-small.scss +36 -0
  707. package/tokens/versions/latest/sass/_md-comp-extended-fab-surface-meta.scss +42 -0
  708. package/tokens/versions/latest/sass/_md-comp-extended-fab-surface.scss +108 -0
  709. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary-container-meta.scss +25 -0
  710. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary-container.scss +61 -0
  711. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary-meta.scss +50 -0
  712. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary.scss +174 -0
  713. package/tokens/versions/latest/sass/_md-comp-extended-fab.scss +36 -0
  714. package/tokens/versions/latest/sass/_md-comp-fab-branded-large-meta.scss +31 -0
  715. package/tokens/versions/latest/sass/_md-comp-fab-branded-large.scss +127 -0
  716. package/tokens/versions/latest/sass/_md-comp-fab-branded-meta.scss +30 -0
  717. package/tokens/versions/latest/sass/_md-comp-fab-branded.scss +75 -0
  718. package/tokens/versions/latest/sass/_md-comp-fab-large-meta.scss +9 -0
  719. package/tokens/versions/latest/sass/_md-comp-fab-large.scss +27 -0
  720. package/tokens/versions/latest/sass/_md-comp-fab-medium-meta.scss +9 -0
  721. package/tokens/versions/latest/sass/_md-comp-fab-medium.scss +27 -0
  722. package/tokens/versions/latest/sass/_md-comp-fab-menu-meta.scss +19 -0
  723. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-close-button-meta.scss +20 -0
  724. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-close-button.scss +51 -0
  725. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-container-meta.scss +24 -0
  726. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-container.scss +59 -0
  727. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-close-button-meta.scss +20 -0
  728. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-close-button.scss +51 -0
  729. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-container-meta.scss +24 -0
  730. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-container.scss +59 -0
  731. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-close-button-meta.scss +20 -0
  732. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-close-button.scss +51 -0
  733. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-container-meta.scss +24 -0
  734. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-container.scss +59 -0
  735. package/tokens/versions/latest/sass/_md-comp-fab-menu.scss +53 -0
  736. package/tokens/versions/latest/sass/_md-comp-fab-meta.scss +9 -0
  737. package/tokens/versions/latest/sass/_md-comp-fab-primary-container-meta.scss +21 -0
  738. package/tokens/versions/latest/sass/_md-comp-fab-primary-container.scss +53 -0
  739. package/tokens/versions/latest/sass/_md-comp-fab-primary-large-meta.scss +32 -0
  740. package/tokens/versions/latest/sass/_md-comp-fab-primary-large.scss +131 -0
  741. package/tokens/versions/latest/sass/_md-comp-fab-primary-meta.scss +40 -0
  742. package/tokens/versions/latest/sass/_md-comp-fab-primary-small-meta.scss +32 -0
  743. package/tokens/versions/latest/sass/_md-comp-fab-primary-small.scss +131 -0
  744. package/tokens/versions/latest/sass/_md-comp-fab-primary.scss +131 -0
  745. package/tokens/versions/latest/sass/_md-comp-fab-secondary-container-meta.scss +21 -0
  746. package/tokens/versions/latest/sass/_md-comp-fab-secondary-container.scss +53 -0
  747. package/tokens/versions/latest/sass/_md-comp-fab-secondary-large-meta.scss +32 -0
  748. package/tokens/versions/latest/sass/_md-comp-fab-secondary-large.scss +131 -0
  749. package/tokens/versions/latest/sass/_md-comp-fab-secondary-meta.scss +40 -0
  750. package/tokens/versions/latest/sass/_md-comp-fab-secondary-small-meta.scss +32 -0
  751. package/tokens/versions/latest/sass/_md-comp-fab-secondary-small.scss +131 -0
  752. package/tokens/versions/latest/sass/_md-comp-fab-secondary.scss +131 -0
  753. package/tokens/versions/latest/sass/_md-comp-fab-small-meta.scss +9 -0
  754. package/tokens/versions/latest/sass/_md-comp-fab-small.scss +27 -0
  755. package/tokens/versions/latest/sass/_md-comp-fab-surface-large-meta.scss +34 -0
  756. package/tokens/versions/latest/sass/_md-comp-fab-surface-large.scss +139 -0
  757. package/tokens/versions/latest/sass/_md-comp-fab-surface-meta.scss +34 -0
  758. package/tokens/versions/latest/sass/_md-comp-fab-surface.scss +83 -0
  759. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-container-meta.scss +21 -0
  760. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-container.scss +53 -0
  761. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-large-meta.scss +32 -0
  762. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-large.scss +131 -0
  763. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-meta.scss +40 -0
  764. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-small-meta.scss +32 -0
  765. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-small.scss +131 -0
  766. package/tokens/versions/latest/sass/_md-comp-fab-tertiary.scss +131 -0
  767. package/tokens/versions/latest/sass/_md-comp-fab.scss +27 -0
  768. package/tokens/versions/latest/sass/_md-comp-filled-autocomplete-meta.scss +104 -0
  769. package/tokens/versions/latest/sass/_md-comp-filled-autocomplete.scss +279 -0
  770. package/tokens/versions/latest/sass/_md-comp-filled-button-meta.scss +48 -0
  771. package/tokens/versions/latest/sass/_md-comp-filled-button.scss +206 -0
  772. package/tokens/versions/latest/sass/_md-comp-filled-card-meta.scss +30 -0
  773. package/tokens/versions/latest/sass/_md-comp-filled-card.scss +75 -0
  774. package/tokens/versions/latest/sass/_md-comp-filled-icon-button-meta.scss +44 -0
  775. package/tokens/versions/latest/sass/_md-comp-filled-icon-button.scss +178 -0
  776. package/tokens/versions/latest/sass/_md-comp-filled-menu-button-meta.scss +48 -0
  777. package/tokens/versions/latest/sass/_md-comp-filled-menu-button.scss +118 -0
  778. package/tokens/versions/latest/sass/_md-comp-filled-select-meta.scss +108 -0
  779. package/tokens/versions/latest/sass/_md-comp-filled-select.scss +269 -0
  780. package/tokens/versions/latest/sass/_md-comp-filled-text-field-meta.scss +91 -0
  781. package/tokens/versions/latest/sass/_md-comp-filled-text-field.scss +221 -0
  782. package/tokens/versions/latest/sass/_md-comp-filled-tonal-button-meta.scss +43 -0
  783. package/tokens/versions/latest/sass/_md-comp-filled-tonal-button.scss +186 -0
  784. package/tokens/versions/latest/sass/_md-comp-filled-tonal-icon-button-meta.scss +44 -0
  785. package/tokens/versions/latest/sass/_md-comp-filled-tonal-icon-button.scss +178 -0
  786. package/tokens/versions/latest/sass/_md-comp-filter-chip-meta.scss +111 -0
  787. package/tokens/versions/latest/sass/_md-comp-filter-chip.scss +276 -0
  788. package/tokens/versions/latest/sass/_md-comp-full-screen-dialog-meta.scss +58 -0
  789. package/tokens/versions/latest/sass/_md-comp-full-screen-dialog.scss +199 -0
  790. package/tokens/versions/latest/sass/_md-comp-icon-button-filled-meta.scss +36 -0
  791. package/tokens/versions/latest/sass/_md-comp-icon-button-filled.scss +82 -0
  792. package/tokens/versions/latest/sass/_md-comp-icon-button-large-meta.scss +21 -0
  793. package/tokens/versions/latest/sass/_md-comp-icon-button-large.scss +52 -0
  794. package/tokens/versions/latest/sass/_md-comp-icon-button-medium-meta.scss +21 -0
  795. package/tokens/versions/latest/sass/_md-comp-icon-button-medium.scss +52 -0
  796. package/tokens/versions/latest/sass/_md-comp-icon-button-meta.scss +72 -0
  797. package/tokens/versions/latest/sass/_md-comp-icon-button-outlined-meta.scss +38 -0
  798. package/tokens/versions/latest/sass/_md-comp-icon-button-outlined.scss +86 -0
  799. package/tokens/versions/latest/sass/_md-comp-icon-button-small-meta.scss +21 -0
  800. package/tokens/versions/latest/sass/_md-comp-icon-button-small.scss +52 -0
  801. package/tokens/versions/latest/sass/_md-comp-icon-button-standard-meta.scss +31 -0
  802. package/tokens/versions/latest/sass/_md-comp-icon-button-standard.scss +72 -0
  803. package/tokens/versions/latest/sass/_md-comp-icon-button-tonal-meta.scss +36 -0
  804. package/tokens/versions/latest/sass/_md-comp-icon-button-tonal.scss +82 -0
  805. package/tokens/versions/latest/sass/_md-comp-icon-button-xlarge-meta.scss +21 -0
  806. package/tokens/versions/latest/sass/_md-comp-icon-button-xlarge.scss +52 -0
  807. package/tokens/versions/latest/sass/_md-comp-icon-button-xsmall-meta.scss +21 -0
  808. package/tokens/versions/latest/sass/_md-comp-icon-button-xsmall.scss +52 -0
  809. package/tokens/versions/latest/sass/_md-comp-icon-button.scss +193 -0
  810. package/tokens/versions/latest/sass/_md-comp-input-chip-meta.scss +111 -0
  811. package/tokens/versions/latest/sass/_md-comp-input-chip.scss +300 -0
  812. package/tokens/versions/latest/sass/_md-comp-linear-progress-indicator-meta.scss +15 -0
  813. package/tokens/versions/latest/sass/_md-comp-linear-progress-indicator.scss +60 -0
  814. package/tokens/versions/latest/sass/_md-comp-list-expand-meta.scss +13 -0
  815. package/tokens/versions/latest/sass/_md-comp-list-expand.scss +36 -0
  816. package/tokens/versions/latest/sass/_md-comp-list-meta.scss +171 -0
  817. package/tokens/versions/latest/sass/_md-comp-list-reorder-meta.scss +17 -0
  818. package/tokens/versions/latest/sass/_md-comp-list-reorder.scss +45 -0
  819. package/tokens/versions/latest/sass/_md-comp-list-reveal-meta.scss +20 -0
  820. package/tokens/versions/latest/sass/_md-comp-list-reveal.scss +50 -0
  821. package/tokens/versions/latest/sass/_md-comp-list.scss +408 -0
  822. package/tokens/versions/latest/sass/_md-comp-loading-indicator-meta.scss +13 -0
  823. package/tokens/versions/latest/sass/_md-comp-loading-indicator.scss +38 -0
  824. package/tokens/versions/latest/sass/_md-comp-menu-meta.scss +53 -0
  825. package/tokens/versions/latest/sass/_md-comp-menu.scss +218 -0
  826. package/tokens/versions/latest/sass/_md-comp-menus-meta.scss +64 -0
  827. package/tokens/versions/latest/sass/_md-comp-menus-standard-meta.scss +89 -0
  828. package/tokens/versions/latest/sass/_md-comp-menus-standard.scss +188 -0
  829. package/tokens/versions/latest/sass/_md-comp-menus-vibrant-meta.scss +75 -0
  830. package/tokens/versions/latest/sass/_md-comp-menus-vibrant.scss +160 -0
  831. package/tokens/versions/latest/sass/_md-comp-menus.scss +141 -0
  832. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-horizontal-meta.scss +9 -0
  833. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-horizontal.scss +31 -0
  834. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-vertical-meta.scss +9 -0
  835. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-vertical.scss +31 -0
  836. package/tokens/versions/latest/sass/_md-comp-nav-bar-meta.scss +28 -0
  837. package/tokens/versions/latest/sass/_md-comp-nav-bar.scss +68 -0
  838. package/tokens/versions/latest/sass/_md-comp-nav-rail-collapsed-meta.scss +12 -0
  839. package/tokens/versions/latest/sass/_md-comp-nav-rail-collapsed.scss +35 -0
  840. package/tokens/versions/latest/sass/_md-comp-nav-rail-expanded-meta.scss +16 -0
  841. package/tokens/versions/latest/sass/_md-comp-nav-rail-expanded.scss +47 -0
  842. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-horizontal-meta.scss +9 -0
  843. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-horizontal.scss +31 -0
  844. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-meta.scss +15 -0
  845. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-vertical-meta.scss +10 -0
  846. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-vertical.scss +33 -0
  847. package/tokens/versions/latest/sass/_md-comp-nav-rail-item.scss +39 -0
  848. package/tokens/versions/latest/sass/_md-comp-nav-rail-meta.scss +19 -0
  849. package/tokens/versions/latest/sass/_md-comp-nav-rail.scss +48 -0
  850. package/tokens/versions/latest/sass/_md-comp-navigation-bar-meta.scss +56 -0
  851. package/tokens/versions/latest/sass/_md-comp-navigation-bar.scss +150 -0
  852. package/tokens/versions/latest/sass/_md-comp-navigation-drawer-meta.scss +69 -0
  853. package/tokens/versions/latest/sass/_md-comp-navigation-drawer.scss +187 -0
  854. package/tokens/versions/latest/sass/_md-comp-navigation-rail-meta.scss +74 -0
  855. package/tokens/versions/latest/sass/_md-comp-navigation-rail.scss +233 -0
  856. package/tokens/versions/latest/sass/_md-comp-outlined-autocomplete-meta.scss +102 -0
  857. package/tokens/versions/latest/sass/_md-comp-outlined-autocomplete.scss +275 -0
  858. package/tokens/versions/latest/sass/_md-comp-outlined-button-meta.scss +42 -0
  859. package/tokens/versions/latest/sass/_md-comp-outlined-button.scss +182 -0
  860. package/tokens/versions/latest/sass/_md-comp-outlined-card-meta.scss +36 -0
  861. package/tokens/versions/latest/sass/_md-comp-outlined-card.scss +87 -0
  862. package/tokens/versions/latest/sass/_md-comp-outlined-menu-button-meta.scss +48 -0
  863. package/tokens/versions/latest/sass/_md-comp-outlined-menu-button.scss +117 -0
  864. package/tokens/versions/latest/sass/_md-comp-outlined-segmented-button-meta.scss +50 -0
  865. package/tokens/versions/latest/sass/_md-comp-outlined-segmented-button.scss +121 -0
  866. package/tokens/versions/latest/sass/_md-comp-outlined-select-meta.scss +106 -0
  867. package/tokens/versions/latest/sass/_md-comp-outlined-select.scss +266 -0
  868. package/tokens/versions/latest/sass/_md-comp-outlined-text-field-meta.scss +86 -0
  869. package/tokens/versions/latest/sass/_md-comp-outlined-text-field.scss +216 -0
  870. package/tokens/versions/latest/sass/_md-comp-plain-tooltip-meta.scss +13 -0
  871. package/tokens/versions/latest/sass/_md-comp-plain-tooltip.scss +45 -0
  872. package/tokens/versions/latest/sass/_md-comp-primary-navigation-tab-meta.scss +52 -0
  873. package/tokens/versions/latest/sass/_md-comp-primary-navigation-tab.scss +130 -0
  874. package/tokens/versions/latest/sass/_md-comp-progress-indicator-circular-meta.scss +16 -0
  875. package/tokens/versions/latest/sass/_md-comp-progress-indicator-circular.scss +47 -0
  876. package/tokens/versions/latest/sass/_md-comp-progress-indicator-linear-meta.scss +22 -0
  877. package/tokens/versions/latest/sass/_md-comp-progress-indicator-linear.scss +65 -0
  878. package/tokens/versions/latest/sass/_md-comp-progress-indicator-meta.scss +15 -0
  879. package/tokens/versions/latest/sass/_md-comp-progress-indicator.scss +48 -0
  880. package/tokens/versions/latest/sass/_md-comp-radio-button-meta.scss +31 -0
  881. package/tokens/versions/latest/sass/_md-comp-radio-button.scss +72 -0
  882. package/tokens/versions/latest/sass/_md-comp-rich-tooltip-meta.scss +37 -0
  883. package/tokens/versions/latest/sass/_md-comp-rich-tooltip.scss +113 -0
  884. package/tokens/versions/latest/sass/_md-comp-scrim-meta.scss +7 -0
  885. package/tokens/versions/latest/sass/_md-comp-scrim.scss +23 -0
  886. package/tokens/versions/latest/sass/_md-comp-search-bar-meta.scss +52 -0
  887. package/tokens/versions/latest/sass/_md-comp-search-bar.scss +137 -0
  888. package/tokens/versions/latest/sass/_md-comp-search-view-meta.scss +39 -0
  889. package/tokens/versions/latest/sass/_md-comp-search-view.scss +108 -0
  890. package/tokens/versions/latest/sass/_md-comp-secondary-navigation-tab-meta.scss +39 -0
  891. package/tokens/versions/latest/sass/_md-comp-secondary-navigation-tab.scss +104 -0
  892. package/tokens/versions/latest/sass/_md-comp-sheet-bottom-meta.scss +18 -0
  893. package/tokens/versions/latest/sass/_md-comp-sheet-bottom.scss +52 -0
  894. package/tokens/versions/latest/sass/_md-comp-sheet-floating-meta.scss +9 -0
  895. package/tokens/versions/latest/sass/_md-comp-sheet-floating.scss +31 -0
  896. package/tokens/versions/latest/sass/_md-comp-sheet-side-meta.scss +35 -0
  897. package/tokens/versions/latest/sass/_md-comp-sheet-side.scss +96 -0
  898. package/tokens/versions/latest/sass/_md-comp-slider-large-meta.scss +12 -0
  899. package/tokens/versions/latest/sass/_md-comp-slider-large.scss +31 -0
  900. package/tokens/versions/latest/sass/_md-comp-slider-medium-meta.scss +12 -0
  901. package/tokens/versions/latest/sass/_md-comp-slider-medium.scss +31 -0
  902. package/tokens/versions/latest/sass/_md-comp-slider-meta.scss +100 -0
  903. package/tokens/versions/latest/sass/_md-comp-slider-small-meta.scss +10 -0
  904. package/tokens/versions/latest/sass/_md-comp-slider-small.scss +27 -0
  905. package/tokens/versions/latest/sass/_md-comp-slider-xlarge-meta.scss +12 -0
  906. package/tokens/versions/latest/sass/_md-comp-slider-xlarge.scss +31 -0
  907. package/tokens/versions/latest/sass/_md-comp-slider-xsmall-meta.scss +10 -0
  908. package/tokens/versions/latest/sass/_md-comp-slider-xsmall.scss +27 -0
  909. package/tokens/versions/latest/sass/_md-comp-slider.scss +307 -0
  910. package/tokens/versions/latest/sass/_md-comp-snackbar-meta.scss +43 -0
  911. package/tokens/versions/latest/sass/_md-comp-snackbar.scss +115 -0
  912. package/tokens/versions/latest/sass/_md-comp-split-button-large-meta.scss +17 -0
  913. package/tokens/versions/latest/sass/_md-comp-split-button-large.scss +43 -0
  914. package/tokens/versions/latest/sass/_md-comp-split-button-medium-meta.scss +17 -0
  915. package/tokens/versions/latest/sass/_md-comp-split-button-medium.scss +43 -0
  916. package/tokens/versions/latest/sass/_md-comp-split-button-small-meta.scss +17 -0
  917. package/tokens/versions/latest/sass/_md-comp-split-button-small.scss +43 -0
  918. package/tokens/versions/latest/sass/_md-comp-split-button-xlarge-meta.scss +17 -0
  919. package/tokens/versions/latest/sass/_md-comp-split-button-xlarge.scss +43 -0
  920. package/tokens/versions/latest/sass/_md-comp-split-button-xsmall-meta.scss +18 -0
  921. package/tokens/versions/latest/sass/_md-comp-split-button-xsmall.scss +45 -0
  922. package/tokens/versions/latest/sass/_md-comp-standard-menu-button-meta.scss +41 -0
  923. package/tokens/versions/latest/sass/_md-comp-standard-menu-button.scss +103 -0
  924. package/tokens/versions/latest/sass/_md-comp-suggestion-chip-meta.scss +55 -0
  925. package/tokens/versions/latest/sass/_md-comp-suggestion-chip.scss +134 -0
  926. package/tokens/versions/latest/sass/_md-comp-switch-meta.scss +83 -0
  927. package/tokens/versions/latest/sass/_md-comp-switch.scss +191 -0
  928. package/tokens/versions/latest/sass/_md-comp-text-button-meta.scss +35 -0
  929. package/tokens/versions/latest/sass/_md-comp-text-button.scss +154 -0
  930. package/tokens/versions/latest/sass/_md-comp-time-input-meta.scss +75 -0
  931. package/tokens/versions/latest/sass/_md-comp-time-input.scss +206 -0
  932. package/tokens/versions/latest/sass/_md-comp-time-picker-meta.scss +99 -0
  933. package/tokens/versions/latest/sass/_md-comp-time-picker.scss +257 -0
  934. package/tokens/versions/latest/sass/_md-comp-toolbar-docked-meta.scss +12 -0
  935. package/tokens/versions/latest/sass/_md-comp-toolbar-docked.scss +36 -0
  936. package/tokens/versions/latest/sass/_md-comp-toolbar-floating-fab-meta.scss +20 -0
  937. package/tokens/versions/latest/sass/_md-comp-toolbar-floating-fab.scss +51 -0
  938. package/tokens/versions/latest/sass/_md-comp-toolbar-floating-meta.scss +23 -0
  939. package/tokens/versions/latest/sass/_md-comp-toolbar-floating.scss +75 -0
  940. package/tokens/versions/latest/sass/_md-comp-toolbar-standard-meta.scss +38 -0
  941. package/tokens/versions/latest/sass/_md-comp-toolbar-standard.scss +87 -0
  942. package/tokens/versions/latest/sass/_md-comp-toolbar-vibrant-meta.scss +38 -0
  943. package/tokens/versions/latest/sass/_md-comp-toolbar-vibrant.scss +87 -0
  944. package/tokens/versions/latest/sass/_md-comp-top-app-bar-large-meta.scss +20 -0
  945. package/tokens/versions/latest/sass/_md-comp-top-app-bar-large.scss +92 -0
  946. package/tokens/versions/latest/sass/_md-comp-top-app-bar-medium-meta.scss +20 -0
  947. package/tokens/versions/latest/sass/_md-comp-top-app-bar-medium.scss +92 -0
  948. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small-centered-meta.scss +25 -0
  949. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small-centered.scss +112 -0
  950. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small-meta.scss +23 -0
  951. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small.scss +104 -0
  952. package/tokens/versions/latest/sass/_md-fab-surface-small-meta.scss +34 -0
  953. package/tokens/versions/latest/sass/_md-fab-surface-small.scss +139 -0
  954. package/tokens/versions/latest/sass/_md-outlined-icon-button-meta.scss +41 -0
  955. package/tokens/versions/latest/sass/_md-outlined-icon-button.scss +166 -0
  956. package/tokens/versions/latest/sass/_md-ref-palette-meta.scss +244 -0
  957. package/tokens/versions/latest/sass/_md-ref-palette.scss +495 -0
  958. package/tokens/versions/latest/sass/_md-ref-typeface-meta.scss +10 -0
  959. package/tokens/versions/latest/sass/_md-ref-typeface.scss +27 -0
  960. package/tokens/versions/latest/sass/_md-sys-color-meta.scss +55 -0
  961. package/tokens/versions/latest/sass/_md-sys-color.scss +209 -0
  962. package/tokens/versions/latest/sass/_md-sys-color__dark-meta.scss +55 -0
  963. package/tokens/versions/latest/sass/_md-sys-color__dark.scss +209 -0
  964. package/tokens/versions/latest/sass/_md-sys-color__dark__high-contrast-meta.scss +55 -0
  965. package/tokens/versions/latest/sass/_md-sys-color__dark__high-contrast.scss +209 -0
  966. package/tokens/versions/latest/sass/_md-sys-color__dark__medium-contrast-meta.scss +55 -0
  967. package/tokens/versions/latest/sass/_md-sys-color__dark__medium-contrast.scss +209 -0
  968. package/tokens/versions/latest/sass/_md-sys-color__high-contrast-meta.scss +55 -0
  969. package/tokens/versions/latest/sass/_md-sys-color__high-contrast.scss +209 -0
  970. package/tokens/versions/latest/sass/_md-sys-color__medium-contrast-meta.scss +55 -0
  971. package/tokens/versions/latest/sass/_md-sys-color__medium-contrast.scss +209 -0
  972. package/tokens/versions/latest/sass/_md-sys-elevation-meta.scss +12 -0
  973. package/tokens/versions/latest/sass/_md-sys-elevation.scss +35 -0
  974. package/tokens/versions/latest/sass/_md-sys-motion-meta.scss +50 -0
  975. package/tokens/versions/latest/sass/_md-sys-motion.scss +107 -0
  976. package/tokens/versions/latest/sass/_md-sys-shape-meta.scss +29 -0
  977. package/tokens/versions/latest/sass/_md-sys-shape.scss +67 -0
  978. package/tokens/versions/latest/sass/_md-sys-state-focus-indicator-meta.scss +8 -0
  979. package/tokens/versions/latest/sass/_md-sys-state-focus-indicator.scss +23 -0
  980. package/tokens/versions/latest/sass/_md-sys-state-meta.scss +10 -0
  981. package/tokens/versions/latest/sass/_md-sys-state.scss +27 -0
  982. package/tokens/versions/latest/sass/_md-sys-typescale-emphasized-meta.scss +215 -0
  983. package/tokens/versions/latest/sass/_md-sys-typescale-emphasized.scss +559 -0
  984. package/tokens/versions/latest/sass/_md-sys-typescale-meta.scss +218 -0
  985. package/tokens/versions/latest/sass/_md-sys-typescale.scss +571 -0
  986. package/tokens/versions/v0_192/_md-comp-assist-chip-meta.scss +12 -0
  987. package/tokens/versions/v0_192/_md-comp-badge-meta.scss +10 -0
  988. package/tokens/versions/v0_192/_md-comp-banner-meta.scss +11 -0
  989. package/tokens/versions/v0_192/_md-comp-bottom-app-bar-meta.scss +10 -0
  990. package/tokens/versions/v0_192/_md-comp-carousel-item-meta.scss +11 -0
  991. package/tokens/versions/v0_192/_md-comp-checkbox-meta.scss +10 -0
  992. package/tokens/versions/v0_192/_md-comp-circular-progress-indicator-meta.scss +9 -0
  993. package/tokens/versions/v0_192/_md-comp-data-table-meta.scss +11 -0
  994. package/tokens/versions/v0_192/_md-comp-date-input-modal-meta.scss +11 -0
  995. package/tokens/versions/v0_192/_md-comp-date-picker-docked-meta.scss +12 -0
  996. package/tokens/versions/v0_192/_md-comp-date-picker-modal-meta.scss +12 -0
  997. package/tokens/versions/v0_192/_md-comp-dialog-meta.scss +12 -0
  998. package/tokens/versions/v0_192/_md-comp-divider-meta.scss +8 -0
  999. package/tokens/versions/v0_192/_md-comp-elevated-button-meta.scss +12 -0
  1000. package/tokens/versions/v0_192/_md-comp-elevated-card-meta.scss +11 -0
  1001. package/tokens/versions/v0_192/_md-comp-extended-fab-branded-meta.scss +12 -0
  1002. package/tokens/versions/v0_192/_md-comp-extended-fab-primary-meta.scss +12 -0
  1003. package/tokens/versions/v0_192/_md-comp-extended-fab-secondary-meta.scss +12 -0
  1004. package/tokens/versions/v0_192/_md-comp-extended-fab-surface-meta.scss +12 -0
  1005. package/tokens/versions/v0_192/_md-comp-extended-fab-tertiary-meta.scss +12 -0
  1006. package/tokens/versions/v0_192/_md-comp-fab-branded-large-meta.scss +11 -0
  1007. package/tokens/versions/v0_192/_md-comp-fab-branded-meta.scss +11 -0
  1008. package/tokens/versions/v0_192/_md-comp-fab-primary-large-meta.scss +11 -0
  1009. package/tokens/versions/v0_192/_md-comp-fab-primary-meta.scss +11 -0
  1010. package/tokens/versions/v0_192/_md-comp-fab-primary-small-meta.scss +11 -0
  1011. package/tokens/versions/v0_192/_md-comp-fab-secondary-large-meta.scss +11 -0
  1012. package/tokens/versions/v0_192/_md-comp-fab-secondary-meta.scss +11 -0
  1013. package/tokens/versions/v0_192/_md-comp-fab-secondary-small-meta.scss +11 -0
  1014. package/tokens/versions/v0_192/_md-comp-fab-surface-large-meta.scss +11 -0
  1015. package/tokens/versions/v0_192/_md-comp-fab-surface-meta.scss +11 -0
  1016. package/tokens/versions/v0_192/_md-comp-fab-surface-small-meta.scss +11 -0
  1017. package/tokens/versions/v0_192/_md-comp-fab-tertiary-large-meta.scss +11 -0
  1018. package/tokens/versions/v0_192/_md-comp-fab-tertiary-meta.scss +11 -0
  1019. package/tokens/versions/v0_192/_md-comp-fab-tertiary-small-meta.scss +11 -0
  1020. package/tokens/versions/v0_192/_md-comp-filled-autocomplete-meta.scss +12 -0
  1021. package/tokens/versions/v0_192/_md-comp-filled-button-meta.scss +12 -0
  1022. package/tokens/versions/v0_192/_md-comp-filled-card-meta.scss +11 -0
  1023. package/tokens/versions/v0_192/_md-comp-filled-icon-button-meta.scss +10 -0
  1024. package/tokens/versions/v0_192/_md-comp-filled-menu-button-meta.scss +12 -0
  1025. package/tokens/versions/v0_192/_md-comp-filled-select-meta.scss +12 -0
  1026. package/tokens/versions/v0_192/_md-comp-filled-text-field-meta.scss +11 -0
  1027. package/tokens/versions/v0_192/_md-comp-filled-tonal-button-meta.scss +12 -0
  1028. package/tokens/versions/v0_192/_md-comp-filled-tonal-icon-button-meta.scss +10 -0
  1029. package/tokens/versions/v0_192/_md-comp-filter-chip-meta.scss +12 -0
  1030. package/tokens/versions/v0_192/_md-comp-full-screen-dialog-meta.scss +12 -0
  1031. package/tokens/versions/v0_192/_md-comp-icon-button-meta.scss +10 -0
  1032. package/tokens/versions/v0_192/_md-comp-input-chip-meta.scss +12 -0
  1033. package/tokens/versions/v0_192/_md-comp-linear-progress-indicator-meta.scss +9 -0
  1034. package/tokens/versions/v0_192/_md-comp-list-meta.scss +12 -0
  1035. package/tokens/versions/v0_192/_md-comp-menu-meta.scss +10 -0
  1036. package/tokens/versions/v0_192/_md-comp-navigation-bar-meta.scss +12 -0
  1037. package/tokens/versions/v0_192/_md-comp-navigation-drawer-meta.scss +12 -0
  1038. package/tokens/versions/v0_192/_md-comp-navigation-rail-meta.scss +12 -0
  1039. package/tokens/versions/v0_192/_md-comp-outlined-autocomplete-meta.scss +12 -0
  1040. package/tokens/versions/v0_192/_md-comp-outlined-button-meta.scss +11 -0
  1041. package/tokens/versions/v0_192/_md-comp-outlined-card-meta.scss +11 -0
  1042. package/tokens/versions/v0_192/_md-comp-outlined-icon-button-meta.scss +10 -0
  1043. package/tokens/versions/v0_192/_md-comp-outlined-menu-button-meta.scss +11 -0
  1044. package/tokens/versions/v0_192/_md-comp-outlined-segmented-button-meta.scss +11 -0
  1045. package/tokens/versions/v0_192/_md-comp-outlined-select-meta.scss +12 -0
  1046. package/tokens/versions/v0_192/_md-comp-outlined-text-field-meta.scss +10 -0
  1047. package/tokens/versions/v0_192/_md-comp-plain-tooltip-meta.scss +10 -0
  1048. package/tokens/versions/v0_192/_md-comp-primary-navigation-tab-meta.scss +12 -0
  1049. package/tokens/versions/v0_192/_md-comp-radio-button-meta.scss +9 -0
  1050. package/tokens/versions/v0_192/_md-comp-rich-tooltip-meta.scss +12 -0
  1051. package/tokens/versions/v0_192/_md-comp-scrim-meta.scss +8 -0
  1052. package/tokens/versions/v0_192/_md-comp-search-bar-meta.scss +12 -0
  1053. package/tokens/versions/v0_192/_md-comp-search-view-meta.scss +11 -0
  1054. package/tokens/versions/v0_192/_md-comp-secondary-navigation-tab-meta.scss +12 -0
  1055. package/tokens/versions/v0_192/_md-comp-sheet-bottom-meta.scss +10 -0
  1056. package/tokens/versions/v0_192/_md-comp-sheet-floating-meta.scss +10 -0
  1057. package/tokens/versions/v0_192/_md-comp-sheet-side-meta.scss +12 -0
  1058. package/tokens/versions/v0_192/_md-comp-slider-meta.scss +12 -0
  1059. package/tokens/versions/v0_192/_md-comp-snackbar-meta.scss +12 -0
  1060. package/tokens/versions/v0_192/_md-comp-standard-menu-button-meta.scss +11 -0
  1061. package/tokens/versions/v0_192/_md-comp-suggestion-chip-meta.scss +12 -0
  1062. package/tokens/versions/v0_192/_md-comp-switch-meta.scss +10 -0
  1063. package/tokens/versions/v0_192/_md-comp-text-button-meta.scss +11 -0
  1064. package/tokens/versions/v0_192/_md-comp-time-input-meta.scss +12 -0
  1065. package/tokens/versions/v0_192/_md-comp-time-picker-meta.scss +12 -0
  1066. package/tokens/versions/v0_192/_md-comp-top-app-bar-large-meta.scss +11 -0
  1067. package/tokens/versions/v0_192/_md-comp-top-app-bar-medium-meta.scss +11 -0
  1068. package/tokens/versions/v0_192/_md-comp-top-app-bar-small-centered-meta.scss +11 -0
  1069. package/tokens/versions/v0_192/_md-comp-top-app-bar-small-meta.scss +11 -0
  1070. package/tokens/versions/v0_192/_md-ref-palette-meta.scss +6 -0
  1071. package/tokens/versions/v0_192/_md-ref-typeface-meta.scss +6 -0
  1072. package/tokens/versions/v0_192/_md-sys-color-meta.scss +11 -0
  1073. package/tokens/versions/v0_192/_md-sys-elevation-meta.scss +6 -0
  1074. package/tokens/versions/v0_192/_md-sys-motion-meta.scss +6 -0
  1075. package/tokens/versions/v0_192/_md-sys-shape-meta.scss +6 -0
  1076. package/tokens/versions/v0_192/_md-sys-state-meta.scss +6 -0
  1077. package/tokens/versions/v0_192/_md-sys-typescale-meta.scss +8 -0
  1078. package/tokens/versions/v0_192/index.test.cssresult.d.ts +3 -0
  1079. package/tokens/versions/v0_192/index.test.cssresult.js +11 -0
  1080. package/tokens/versions/v0_192/index.test.cssresult.js.map +1 -0
  1081. package/tokens/versions/v0_192/lib.test.cssresult.d.ts +3 -0
  1082. package/tokens/versions/v0_192/lib.test.cssresult.js +11 -0
  1083. package/tokens/versions/v0_192/lib.test.cssresult.js.map +1 -0
  1084. package/types/css-imports.d.ts +12 -0
  1085. package/typography/md-typescale-styles.cssresult.d.ts +3 -0
  1086. package/typography/md-typescale-styles.cssresult.js +11 -0
  1087. package/typography/md-typescale-styles.cssresult.js.map +1 -0
  1088. package/typography/md-typescale-styles.d.ts +6 -1
  1089. package/typography/md-typescale-styles.js +2 -5
  1090. package/typography/md-typescale-styles.js.map +1 -1
  1091. package/button/internal/elevated-styles.d.ts +0 -1
  1092. package/button/internal/elevated-styles.js +0 -10
  1093. package/button/internal/elevated-styles.js.map +0 -1
  1094. package/button/internal/filled-styles.d.ts +0 -1
  1095. package/button/internal/filled-styles.js +0 -10
  1096. package/button/internal/filled-styles.js.map +0 -1
  1097. package/button/internal/filled-tonal-styles.d.ts +0 -1
  1098. package/button/internal/filled-tonal-styles.js +0 -10
  1099. package/button/internal/filled-tonal-styles.js.map +0 -1
  1100. package/button/internal/outlined-styles.d.ts +0 -1
  1101. package/button/internal/outlined-styles.js +0 -10
  1102. package/button/internal/outlined-styles.js.map +0 -1
  1103. package/button/internal/shared-elevation-styles.d.ts +0 -1
  1104. package/button/internal/shared-elevation-styles.js +0 -10
  1105. package/button/internal/shared-elevation-styles.js.map +0 -1
  1106. package/button/internal/shared-styles.d.ts +0 -1
  1107. package/button/internal/shared-styles.js +0 -10
  1108. package/button/internal/shared-styles.js.map +0 -1
  1109. package/button/internal/text-styles.d.ts +0 -1
  1110. package/button/internal/text-styles.js +0 -10
  1111. package/button/internal/text-styles.js.map +0 -1
  1112. package/checkbox/internal/checkbox-styles.d.ts +0 -1
  1113. package/checkbox/internal/checkbox-styles.js +0 -10
  1114. package/checkbox/internal/checkbox-styles.js.map +0 -1
  1115. package/chips/internal/assist-styles.d.ts +0 -1
  1116. package/chips/internal/assist-styles.js +0 -10
  1117. package/chips/internal/assist-styles.js.map +0 -1
  1118. package/chips/internal/chip-set-styles.d.ts +0 -1
  1119. package/chips/internal/chip-set-styles.js +0 -10
  1120. package/chips/internal/chip-set-styles.js.map +0 -1
  1121. package/chips/internal/elevated-styles.d.ts +0 -1
  1122. package/chips/internal/elevated-styles.js +0 -10
  1123. package/chips/internal/elevated-styles.js.map +0 -1
  1124. package/chips/internal/filter-styles.d.ts +0 -1
  1125. package/chips/internal/filter-styles.js +0 -10
  1126. package/chips/internal/filter-styles.js.map +0 -1
  1127. package/chips/internal/input-styles.d.ts +0 -1
  1128. package/chips/internal/input-styles.js +0 -10
  1129. package/chips/internal/input-styles.js.map +0 -1
  1130. package/chips/internal/selectable-styles.d.ts +0 -1
  1131. package/chips/internal/selectable-styles.js +0 -10
  1132. package/chips/internal/selectable-styles.js.map +0 -1
  1133. package/chips/internal/shared-styles.d.ts +0 -1
  1134. package/chips/internal/shared-styles.js +0 -10
  1135. package/chips/internal/shared-styles.js.map +0 -1
  1136. package/chips/internal/suggestion-styles.d.ts +0 -1
  1137. package/chips/internal/suggestion-styles.js +0 -10
  1138. package/chips/internal/suggestion-styles.js.map +0 -1
  1139. package/chips/internal/trailing-icon-styles.d.ts +0 -1
  1140. package/chips/internal/trailing-icon-styles.js +0 -10
  1141. package/chips/internal/trailing-icon-styles.js.map +0 -1
  1142. package/dialog/internal/dialog-styles.d.ts +0 -1
  1143. package/dialog/internal/dialog-styles.js +0 -10
  1144. package/dialog/internal/dialog-styles.js.map +0 -1
  1145. package/divider/internal/divider-styles.d.ts +0 -1
  1146. package/divider/internal/divider-styles.js +0 -10
  1147. package/divider/internal/divider-styles.js.map +0 -1
  1148. package/elevation/internal/elevation-styles.d.ts +0 -1
  1149. package/elevation/internal/elevation-styles.js +0 -10
  1150. package/elevation/internal/elevation-styles.js.map +0 -1
  1151. package/fab/internal/fab-branded-styles.d.ts +0 -1
  1152. package/fab/internal/fab-branded-styles.js +0 -10
  1153. package/fab/internal/fab-branded-styles.js.map +0 -1
  1154. package/fab/internal/fab-styles.d.ts +0 -1
  1155. package/fab/internal/fab-styles.js +0 -10
  1156. package/fab/internal/fab-styles.js.map +0 -1
  1157. package/fab/internal/forced-colors-styles.d.ts +0 -1
  1158. package/fab/internal/forced-colors-styles.js +0 -10
  1159. package/fab/internal/forced-colors-styles.js.map +0 -1
  1160. package/fab/internal/shared-styles.d.ts +0 -1
  1161. package/fab/internal/shared-styles.js +0 -10
  1162. package/fab/internal/shared-styles.js.map +0 -1
  1163. package/field/internal/filled-styles.d.ts +0 -1
  1164. package/field/internal/filled-styles.js +0 -10
  1165. package/field/internal/filled-styles.js.map +0 -1
  1166. package/field/internal/outlined-styles.d.ts +0 -1
  1167. package/field/internal/outlined-styles.js +0 -10
  1168. package/field/internal/outlined-styles.js.map +0 -1
  1169. package/field/internal/shared-styles.d.ts +0 -1
  1170. package/field/internal/shared-styles.js +0 -10
  1171. package/field/internal/shared-styles.js.map +0 -1
  1172. package/focus/internal/focus-ring-styles.d.ts +0 -1
  1173. package/focus/internal/focus-ring-styles.js +0 -10
  1174. package/focus/internal/focus-ring-styles.js.map +0 -1
  1175. package/icon/internal/icon-styles.d.ts +0 -1
  1176. package/icon/internal/icon-styles.js +0 -10
  1177. package/icon/internal/icon-styles.js.map +0 -1
  1178. package/iconbutton/internal/filled-styles.d.ts +0 -1
  1179. package/iconbutton/internal/filled-styles.js +0 -10
  1180. package/iconbutton/internal/filled-styles.js.map +0 -1
  1181. package/iconbutton/internal/filled-tonal-styles.d.ts +0 -1
  1182. package/iconbutton/internal/filled-tonal-styles.js +0 -10
  1183. package/iconbutton/internal/filled-tonal-styles.js.map +0 -1
  1184. package/iconbutton/internal/outlined-styles.d.ts +0 -1
  1185. package/iconbutton/internal/outlined-styles.js +0 -10
  1186. package/iconbutton/internal/outlined-styles.js.map +0 -1
  1187. package/iconbutton/internal/shared-styles.d.ts +0 -1
  1188. package/iconbutton/internal/shared-styles.js +0 -10
  1189. package/iconbutton/internal/shared-styles.js.map +0 -1
  1190. package/iconbutton/internal/standard-styles.d.ts +0 -1
  1191. package/iconbutton/internal/standard-styles.js +0 -10
  1192. package/iconbutton/internal/standard-styles.js.map +0 -1
  1193. package/internal/controller/form-submitter.d.ts +0 -70
  1194. package/internal/controller/form-submitter.js +0 -69
  1195. package/internal/controller/form-submitter.js.map +0 -1
  1196. package/internal/sass/_string-ext.scss +0 -195
  1197. package/internal/sass/_var.scss +0 -237
  1198. package/labs/badge/internal/badge-styles.d.ts +0 -1
  1199. package/labs/badge/internal/badge-styles.js +0 -10
  1200. package/labs/badge/internal/badge-styles.js.map +0 -1
  1201. package/labs/card/internal/elevated-styles.d.ts +0 -1
  1202. package/labs/card/internal/elevated-styles.js +0 -10
  1203. package/labs/card/internal/elevated-styles.js.map +0 -1
  1204. package/labs/card/internal/filled-styles.d.ts +0 -1
  1205. package/labs/card/internal/filled-styles.js +0 -10
  1206. package/labs/card/internal/filled-styles.js.map +0 -1
  1207. package/labs/card/internal/outlined-styles.d.ts +0 -1
  1208. package/labs/card/internal/outlined-styles.js +0 -10
  1209. package/labs/card/internal/outlined-styles.js.map +0 -1
  1210. package/labs/card/internal/shared-styles.d.ts +0 -1
  1211. package/labs/card/internal/shared-styles.js +0 -10
  1212. package/labs/card/internal/shared-styles.js.map +0 -1
  1213. package/labs/item/internal/item-styles.d.ts +0 -1
  1214. package/labs/item/internal/item-styles.js +0 -10
  1215. package/labs/item/internal/item-styles.js.map +0 -1
  1216. package/labs/navigationbar/internal/navigation-bar-styles.d.ts +0 -1
  1217. package/labs/navigationbar/internal/navigation-bar-styles.js +0 -10
  1218. package/labs/navigationbar/internal/navigation-bar-styles.js.map +0 -1
  1219. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.d.ts +0 -1
  1220. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.js +0 -10
  1221. package/labs/navigationdrawer/internal/navigation-drawer-modal-styles.js.map +0 -1
  1222. package/labs/navigationdrawer/internal/navigation-drawer-styles.d.ts +0 -1
  1223. package/labs/navigationdrawer/internal/navigation-drawer-styles.js +0 -10
  1224. package/labs/navigationdrawer/internal/navigation-drawer-styles.js.map +0 -1
  1225. package/labs/navigationdrawer/internal/shared-styles.d.ts +0 -1
  1226. package/labs/navigationdrawer/internal/shared-styles.js +0 -10
  1227. package/labs/navigationdrawer/internal/shared-styles.js.map +0 -1
  1228. package/labs/navigationtab/internal/navigation-tab-styles.d.ts +0 -1
  1229. package/labs/navigationtab/internal/navigation-tab-styles.js +0 -10
  1230. package/labs/navigationtab/internal/navigation-tab-styles.js.map +0 -1
  1231. package/labs/segmentedbutton/internal/outlined-styles.d.ts +0 -1
  1232. package/labs/segmentedbutton/internal/outlined-styles.js +0 -10
  1233. package/labs/segmentedbutton/internal/outlined-styles.js.map +0 -1
  1234. package/labs/segmentedbutton/internal/shared-styles.d.ts +0 -1
  1235. package/labs/segmentedbutton/internal/shared-styles.js +0 -10
  1236. package/labs/segmentedbutton/internal/shared-styles.js.map +0 -1
  1237. package/labs/segmentedbuttonset/internal/outlined-styles.d.ts +0 -1
  1238. package/labs/segmentedbuttonset/internal/outlined-styles.js +0 -10
  1239. package/labs/segmentedbuttonset/internal/outlined-styles.js.map +0 -1
  1240. package/labs/segmentedbuttonset/internal/shared-styles.d.ts +0 -1
  1241. package/labs/segmentedbuttonset/internal/shared-styles.js +0 -10
  1242. package/labs/segmentedbuttonset/internal/shared-styles.js.map +0 -1
  1243. package/list/internal/list-styles.d.ts +0 -1
  1244. package/list/internal/list-styles.js +0 -10
  1245. package/list/internal/list-styles.js.map +0 -1
  1246. package/list/internal/listitem/list-item-styles.d.ts +0 -1
  1247. package/list/internal/listitem/list-item-styles.js +0 -10
  1248. package/list/internal/listitem/list-item-styles.js.map +0 -1
  1249. package/menu/internal/menu-styles.d.ts +0 -1
  1250. package/menu/internal/menu-styles.js +0 -10
  1251. package/menu/internal/menu-styles.js.map +0 -1
  1252. package/menu/internal/menuitem/menu-item-styles.d.ts +0 -1
  1253. package/menu/internal/menuitem/menu-item-styles.js +0 -10
  1254. package/menu/internal/menuitem/menu-item-styles.js.map +0 -1
  1255. package/menu/internal/submenu/sub-menu-styles.d.ts +0 -1
  1256. package/menu/internal/submenu/sub-menu-styles.js +0 -10
  1257. package/menu/internal/submenu/sub-menu-styles.js.map +0 -1
  1258. package/progress/internal/circular-progress-styles.d.ts +0 -1
  1259. package/progress/internal/circular-progress-styles.js +0 -10
  1260. package/progress/internal/circular-progress-styles.js.map +0 -1
  1261. package/progress/internal/linear-progress-styles.d.ts +0 -1
  1262. package/progress/internal/linear-progress-styles.js +0 -10
  1263. package/progress/internal/linear-progress-styles.js.map +0 -1
  1264. package/radio/internal/radio-styles.d.ts +0 -1
  1265. package/radio/internal/radio-styles.js +0 -10
  1266. package/radio/internal/radio-styles.js.map +0 -1
  1267. package/ripple/internal/ripple-styles.d.ts +0 -1
  1268. package/ripple/internal/ripple-styles.js +0 -10
  1269. package/ripple/internal/ripple-styles.js.map +0 -1
  1270. package/select/internal/filled-select-styles.d.ts +0 -1
  1271. package/select/internal/filled-select-styles.js +0 -10
  1272. package/select/internal/filled-select-styles.js.map +0 -1
  1273. package/select/internal/outlined-select-styles.d.ts +0 -1
  1274. package/select/internal/outlined-select-styles.js +0 -10
  1275. package/select/internal/outlined-select-styles.js.map +0 -1
  1276. package/select/internal/shared-styles.d.ts +0 -1
  1277. package/select/internal/shared-styles.js +0 -10
  1278. package/select/internal/shared-styles.js.map +0 -1
  1279. package/slider/internal/forced-colors-styles.d.ts +0 -1
  1280. package/slider/internal/forced-colors-styles.js +0 -10
  1281. package/slider/internal/forced-colors-styles.js.map +0 -1
  1282. package/slider/internal/slider-styles.d.ts +0 -1
  1283. package/slider/internal/slider-styles.js +0 -10
  1284. package/slider/internal/slider-styles.js.map +0 -1
  1285. package/switch/internal/switch-styles.d.ts +0 -1
  1286. package/switch/internal/switch-styles.js +0 -10
  1287. package/switch/internal/switch-styles.js.map +0 -1
  1288. package/tabs/internal/primary-tab-styles.d.ts +0 -1
  1289. package/tabs/internal/primary-tab-styles.js +0 -10
  1290. package/tabs/internal/primary-tab-styles.js.map +0 -1
  1291. package/tabs/internal/secondary-tab-styles.d.ts +0 -1
  1292. package/tabs/internal/secondary-tab-styles.js +0 -10
  1293. package/tabs/internal/secondary-tab-styles.js.map +0 -1
  1294. package/tabs/internal/tab-styles.d.ts +0 -1
  1295. package/tabs/internal/tab-styles.js +0 -10
  1296. package/tabs/internal/tab-styles.js.map +0 -1
  1297. package/tabs/internal/tabs-styles.d.ts +0 -1
  1298. package/tabs/internal/tabs-styles.js +0 -10
  1299. package/tabs/internal/tabs-styles.js.map +0 -1
  1300. package/textfield/internal/filled-styles.d.ts +0 -1
  1301. package/textfield/internal/filled-styles.js +0 -10
  1302. package/textfield/internal/filled-styles.js.map +0 -1
  1303. package/textfield/internal/outlined-styles.d.ts +0 -1
  1304. package/textfield/internal/outlined-styles.js +0 -10
  1305. package/textfield/internal/outlined-styles.js.map +0 -1
  1306. package/textfield/internal/shared-styles.d.ts +0 -1
  1307. package/textfield/internal/shared-styles.js +0 -10
  1308. package/textfield/internal/shared-styles.js.map +0 -1
@@ -0,0 +1,95 @@
1
+ //
2
+ // Copyright 2026 Google LLC
3
+ // SPDX-License-Identifier: Apache-2.0
4
+ //
5
+
6
+ // go/keep-sorted start by_regex='(.+) prefix_order=sass:
7
+ @use 'sass:meta';
8
+ @use '../../../../../sass/ext/map_ext';
9
+ @use '../../../../../tokens/versions/latest/sass/md-ref-palette';
10
+ @use '../../../../../tokens/versions/latest/sass/md-sys-color';
11
+ @use '../../../../../tokens/versions/latest/sass/md-sys-color-meta';
12
+ @use '../../../../../tokens/versions/latest/sass/md-sys-color__dark';
13
+ @use '../../../../../tokens/versions/latest/sass/md-sys-color__dark-meta';
14
+ // go/keep-sorted end
15
+
16
+ @mixin emit-custom-properties(
17
+ $light-vars: meta.module-variables(md-sys-color),
18
+ $light-meta: meta.module-variables(md-sys-color-meta),
19
+ $dark-vars: meta.module-variables(md-sys-color__dark),
20
+ $dark-meta: meta.module-variables(md-sys-color__dark-meta),
21
+ $include-palette: false,
22
+ $palette-vars: meta.module-variables(md-ref-palette),
23
+ ) {
24
+ $color-tokens: (
25
+ 'primary',
26
+ 'on-primary',
27
+ 'primary-container',
28
+ 'on-primary-container',
29
+ 'primary-fixed',
30
+ 'primary-fixed-dim',
31
+ 'on-primary-fixed',
32
+ 'on-primary-fixed-variant',
33
+ 'secondary',
34
+ 'on-secondary',
35
+ 'secondary-container',
36
+ 'on-secondary-container',
37
+ 'secondary-fixed',
38
+ 'secondary-fixed-dim',
39
+ 'on-secondary-fixed',
40
+ 'on-secondary-fixed-variant',
41
+ 'tertiary',
42
+ 'on-tertiary',
43
+ 'tertiary-container',
44
+ 'on-tertiary-container',
45
+ 'tertiary-fixed',
46
+ 'tertiary-fixed-dim',
47
+ 'on-tertiary-fixed',
48
+ 'on-tertiary-fixed-variant',
49
+ 'error',
50
+ 'on-error',
51
+ 'error-container',
52
+ 'on-error-container',
53
+ 'surface',
54
+ 'surface-dim',
55
+ 'surface-bright',
56
+ 'surface-container-lowest',
57
+ 'surface-container-low',
58
+ 'surface-container',
59
+ 'surface-container-high',
60
+ 'surface-container-highest',
61
+ 'on-surface',
62
+ 'on-surface-variant',
63
+ 'outline',
64
+ 'outline-variant',
65
+ 'inverse-surface',
66
+ 'inverse-on-surface',
67
+ 'inverse-primary',
68
+ 'scrim',
69
+ 'shadow',
70
+ );
71
+
72
+ @each $name in $color-tokens {
73
+ $light: map_ext.get-strict($light-vars, $name);
74
+ $dark: map_ext.get-strict($dark-vars, $name);
75
+
76
+ @if $include-palette {
77
+ // Change value to reference palette variables.
78
+ $light: map_ext.get-strict($light-meta, '#{$name}--resolved');
79
+ $dark: map_ext.get-strict($dark-meta, '#{$name}--resolved');
80
+ }
81
+
82
+ $value: $light;
83
+ @if $light != $dark {
84
+ $value: light-dark($light, $dark);
85
+ }
86
+
87
+ --md-sys-color-#{$name}: #{$value};
88
+ }
89
+
90
+ @if $include-palette {
91
+ @each $name, $value in $palette-vars {
92
+ --md-ref-palette-#{$name}: #{$value};
93
+ }
94
+ }
95
+ }
@@ -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,17 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+ // go/keep-sorted start by_regex='(.+) prefix_order=sass:
7
+ @use 'internal/color-tokens';
8
+ // go/keep-sorted end
9
+
10
+ @layer md.sys.color {
11
+ :root {
12
+ color-scheme: light dark;
13
+ @include color-tokens.emit-custom-properties(
14
+ $include-palette: true,
15
+ );
16
+ }
17
+ }
@@ -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,15 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+ // go/keep-sorted start by_regex='(.+) prefix_order=sass:
7
+ @use 'internal/color-tokens';
8
+ // go/keep-sorted end
9
+
10
+ @layer md.sys.color {
11
+ :root {
12
+ color-scheme: light dark;
13
+ @include color-tokens.emit-custom-properties;
14
+ }
15
+ }
@@ -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,25 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+ @layer md.sys.elevation {
7
+ :root {
8
+ --md-sys-elevation-shadow-0: none;
9
+ --md-sys-elevation-shadow-1:
10
+ 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3),
11
+ 0 1px 3px 1px hsl(from var(--md-sys-color-shadow) h s l / 0.15);
12
+ --md-sys-elevation-shadow-2:
13
+ 0 1px 2px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3),
14
+ 0 2px 6px 2px hsl(from var(--md-sys-color-shadow) h s l / 0.15);
15
+ --md-sys-elevation-shadow-3:
16
+ 0 1px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3),
17
+ 0 4px 8px 3px hsl(from var(--md-sys-color-shadow) h s l / 0.15);
18
+ --md-sys-elevation-shadow-4:
19
+ 0 2px 3px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3),
20
+ 0 6px 10px 4px hsl(from var(--md-sys-color-shadow) h s l / 0.15);
21
+ --md-sys-elevation-shadow-5:
22
+ 0 4px 4px 0 hsl(from var(--md-sys-color-shadow) h s l / 0.3),
23
+ 0 8px 12px 6px hsl(from var(--md-sys-color-shadow) h s l / 0.15);
24
+ }
25
+ }
@@ -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{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,SACE,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{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{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,62 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+ @property --md-icon-font {
7
+ syntax: '<string>#';
8
+ inherits: true;
9
+ initial-value: 'Material Symbols';
10
+ }
11
+ @property --md-icon-color {
12
+ syntax: '<color>';
13
+ inherits: true;
14
+ initial-value: currentColor;
15
+ }
16
+ @property --md-icon-size {
17
+ syntax: '<length-percentage>';
18
+ inherits: true;
19
+ initial-value: 24px;
20
+ }
21
+ @property --md-icon-opsz {
22
+ syntax: '<number>';
23
+ inherits: true;
24
+ initial-value: 24;
25
+ }
26
+ @property --md-icon-wght {
27
+ syntax: '<number>';
28
+ inherits: true;
29
+ initial-value: 400;
30
+ }
31
+ @property --md-icon-fill {
32
+ syntax: '<number>';
33
+ inherits: true;
34
+ initial-value: 0;
35
+ }
36
+ @property --md-icon-grad {
37
+ syntax: '<number>';
38
+ inherits: true;
39
+ initial-value: 0;
40
+ }
41
+
42
+ @layer md.sys.icon {
43
+ .md-icon {
44
+ display: inline-flex;
45
+ place-items: center;
46
+ place-content: center;
47
+ overflow: hidden;
48
+ color: var(--md-icon-color);
49
+ fill: var(--md-icon-color);
50
+ aspect-ratio: 1;
51
+ min-width: var(--md-icon-size);
52
+ max-width: var(--md-icon-size);
53
+ font-size: var(--md-icon-size);
54
+ font-family: var(--md-icon-font);
55
+ font-variation-settings:
56
+ 'opsz' var(--md-icon-opsz),
57
+ 'wght' var(--md-icon-wght),
58
+ 'FILL' var(--md-icon-fill),
59
+ 'GRAD' var(--md-icon-grad);
60
+ -webkit-font-smoothing: antialiased;
61
+ }
62
+ }
@@ -0,0 +1,22 @@
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{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.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-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-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-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-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-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-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-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-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-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-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-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-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-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-lg: var(--md-ref-typeface-weight-regular) 3.5625rem / 4rem var(--md-ref-typeface-brand);--md-sys-typescale-display-lg-tracking: -0.015625rem}}/*# 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","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,SACE,oBACA,mBACA,qBACA,gBACA,2BACA,0BACA,eACA,8BACA,8BACA,8BACA,gCACA,wBACE,4GAIF,oCC3DJ;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,GASA,wBACE,MCsBA,sDACA,+EACA,sCAIA,qCAIA,mCA8BI,gHAIA,iDAJA,8GAIA,iDAJA,kHAIA,iDAJA,8GAIA,8CAJA,kHAIA,iDAJA,6GAIA,gDAJA,kHAIA,iDAJA,6GAIA,kDAJA,mHAIA,2CAJA,iHAIA,8CAJA,qHAIA,8CAJA,iHAIA,8CAJA,oHAIA,6CAJA,sHAIA,6CAJA,mHAIA","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,32 @@
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{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.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-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-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-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-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-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-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-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-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-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-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-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-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-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-lg: var(--md-ref-typeface-weight-regular) 3.5625rem / 4rem var(--md-ref-typeface-brand);--md-sys-typescale-display-lg-tracking: -0.015625rem}}
30
+ `;
31
+ export default styles.styleSheet;
32
+ //# 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;;;;;;;;;;;;;;;;;;;;;;CAsBxB,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{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.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-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-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-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-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-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-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-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-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-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-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-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-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-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-lg: var(--md-ref-typeface-weight-regular) 3.5625rem / 4rem var(--md-ref-typeface-brand);--md-sys-typescale-display-lg-tracking: -0.015625rem}}\n`;\nexport default styles.styleSheet!;\n"]}
@@ -0,0 +1,13 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+ // go/keep-sorted start by_regex='(.+) prefix_order=sass:
7
+ @import 'color/md-color-tokens';
8
+ @import 'elevation/md-elevation-tokens';
9
+ @import 'icon/md-icon';
10
+ @import 'motion/md-motion-tokens-easing';
11
+ @import 'shape/md-shape-tokens';
12
+ @import 'typography/md-typography-tokens';
13
+ // go/keep-sorted end
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Copyright 2026 Google LLC
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */@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}}/*# sourceMappingURL=md-motion-tokens-easing.css.map */