@maicol07/material-web 2.2.0 → 2.5.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 (503) hide show
  1. package/button/internal/_shared.scss +2 -2
  2. package/button/internal/_touch-target.scss +1 -1
  3. package/labs/gb/components/appbar/_app-bar-tokens.scss +136 -0
  4. package/labs/gb/components/appbar/app-bar.scss +167 -0
  5. package/labs/gb/components/badge/_badge-tokens.scss +18 -0
  6. package/labs/gb/components/badge/badge.scss +49 -0
  7. package/labs/gb/components/button/_button-tokens.scss +200 -0
  8. package/labs/gb/components/button/button.scss +130 -0
  9. package/labs/gb/components/card/_card-tokens.scss +56 -0
  10. package/labs/gb/components/card/card.scss +74 -0
  11. package/labs/gb/components/checkbox/_checkbox-tokens.scss +66 -0
  12. package/labs/gb/components/checkbox/checkbox.scss +105 -0
  13. package/labs/gb/components/chip/_chip-tokens.scss +167 -0
  14. package/labs/gb/components/chip/chip.scss +99 -0
  15. package/labs/gb/components/divider/_divider-tokens.scss +11 -0
  16. package/labs/gb/components/divider/divider.scss +31 -0
  17. package/labs/gb/components/fab/_fab-tokens.scss +89 -0
  18. package/labs/gb/components/fab/fab.scss +78 -0
  19. package/labs/gb/components/focus/focus-ring.scss +91 -0
  20. package/labs/gb/components/iconbutton/_icon-button-tokens.scss +213 -0
  21. package/labs/gb/components/iconbutton/icon-button.scss +160 -0
  22. package/labs/gb/components/list/_list-tokens.scss +103 -0
  23. package/labs/gb/components/list/list.scss +217 -0
  24. package/labs/gb/components/menu/_menu-tokens.scss +161 -0
  25. package/labs/gb/components/menu/menu.scss +174 -0
  26. package/labs/gb/components/radio/_radio-tokens.scss +39 -0
  27. package/labs/gb/components/radio/radio.scss +74 -0
  28. package/labs/gb/components/ripple/ripple.scss +103 -0
  29. package/labs/gb/components/splitbutton/_split-button-tokens.scss +139 -0
  30. package/labs/gb/components/splitbutton/split-button.scss +164 -0
  31. package/labs/gb/components/switch/_switch-tokens.scss +58 -0
  32. package/labs/gb/components/switch/switch.scss +109 -0
  33. package/labs/gb/styles/color/internal/_color-tokens.scss +95 -0
  34. package/labs/gb/styles/color/md-color-tokens-full.scss +17 -0
  35. package/labs/gb/styles/color/md-color-tokens.scss +15 -0
  36. package/labs/gb/styles/elevation/md-elevation-tokens.scss +25 -0
  37. package/labs/gb/styles/icon/md-icon.scss +63 -0
  38. package/labs/gb/styles/m3.scss +14 -0
  39. package/labs/gb/styles/motion/md-motion-tokens-easing.scss +35 -0
  40. package/labs/gb/styles/shape/md-shape-tokens.scss +23 -0
  41. package/labs/gb/styles/space/md-space-tokens.scss +28 -0
  42. package/labs/gb/styles/tailwind.scss +349 -0
  43. package/labs/gb/styles/typography/internal/_typography-tokens.scss +149 -0
  44. package/labs/gb/styles/typography/md-typography-tokens.scss +14 -0
  45. package/list/internal/listitem/_list-item.scss +3 -0
  46. package/menu/internal/menuitem/_menu-item.scss +4 -1
  47. package/package.json +145 -27
  48. package/sass/ext/_assert.scss +82 -0
  49. package/sass/ext/_list_ext.scss +114 -0
  50. package/sass/ext/_map_ext.scss +222 -0
  51. package/sass/ext/_string_ext.scss +153 -0
  52. package/sass/ext/_throw.scss +83 -0
  53. package/sass/ext/_type.scss +66 -0
  54. package/{internal/sass → sass/ext}/_var.scss +86 -96
  55. package/sass/ext/tests.scss +18 -0
  56. package/slider/internal/_slider.scss +1 -0
  57. package/switch/internal/_switch.scss +1 -0
  58. package/tabs/internal/_tab.scss +0 -1
  59. package/tokens/_index.scss +57 -57
  60. package/tokens/_md-comp-assist-chip.scss +8 -8
  61. package/tokens/_md-comp-badge.scss +4 -4
  62. package/tokens/_md-comp-checkbox.scss +6 -6
  63. package/tokens/_md-comp-circular-progress.scss +4 -4
  64. package/tokens/_md-comp-dialog.scss +8 -8
  65. package/tokens/_md-comp-divider.scss +3 -3
  66. package/tokens/_md-comp-elevated-button.scss +8 -8
  67. package/tokens/_md-comp-elevated-card.scss +6 -6
  68. package/tokens/_md-comp-elevation.scss +3 -3
  69. package/tokens/_md-comp-fab-branded.scss +10 -10
  70. package/tokens/_md-comp-fab.scss +17 -17
  71. package/tokens/_md-comp-filled-button.scss +8 -8
  72. package/tokens/_md-comp-filled-card.scss +6 -6
  73. package/tokens/_md-comp-filled-field.scss +7 -7
  74. package/tokens/_md-comp-filled-icon-button.scss +6 -6
  75. package/tokens/_md-comp-filled-select.scss +8 -8
  76. package/tokens/_md-comp-filled-text-field.scss +7 -7
  77. package/tokens/_md-comp-filled-tonal-button.scss +8 -8
  78. package/tokens/_md-comp-filled-tonal-icon-button.scss +6 -6
  79. package/tokens/_md-comp-filter-chip.scss +8 -8
  80. package/tokens/_md-comp-focus-ring.scss +5 -5
  81. package/tokens/_md-comp-full-screen-dialog.scss +6 -6
  82. package/tokens/_md-comp-icon-button.scss +5 -5
  83. package/tokens/_md-comp-icon.scss +1 -1
  84. package/tokens/_md-comp-input-chip.scss +8 -8
  85. package/tokens/_md-comp-item.scss +4 -4
  86. package/tokens/_md-comp-linear-progress.scss +4 -4
  87. package/tokens/_md-comp-list-item.scss +5 -5
  88. package/tokens/_md-comp-list.scss +3 -3
  89. package/tokens/_md-comp-menu-item.scss +8 -8
  90. package/tokens/_md-comp-menu.scss +5 -5
  91. package/tokens/_md-comp-navigation-bar.scss +6 -6
  92. package/tokens/_md-comp-navigation-drawer.scss +6 -6
  93. package/tokens/_md-comp-outlined-button.scss +7 -7
  94. package/tokens/_md-comp-outlined-card.scss +6 -6
  95. package/tokens/_md-comp-outlined-field.scss +7 -7
  96. package/tokens/_md-comp-outlined-icon-button.scss +6 -6
  97. package/tokens/_md-comp-outlined-segmented-button.scss +7 -7
  98. package/tokens/_md-comp-outlined-select.scss +8 -8
  99. package/tokens/_md-comp-outlined-text-field.scss +6 -6
  100. package/tokens/_md-comp-primary-tab.scss +8 -8
  101. package/tokens/_md-comp-radio.scss +4 -4
  102. package/tokens/_md-comp-ripple.scss +4 -4
  103. package/tokens/_md-comp-secondary-tab.scss +8 -8
  104. package/tokens/_md-comp-slider.scss +7 -7
  105. package/tokens/_md-comp-suggestion-chip.scss +8 -8
  106. package/tokens/_md-comp-switch.scss +6 -6
  107. package/tokens/_md-comp-test-table.scss +2 -2
  108. package/tokens/_md-comp-text-button.scss +7 -7
  109. package/tokens/_md-ref-palette.scss +2 -2
  110. package/tokens/_md-ref-typeface.scss +2 -2
  111. package/tokens/_md-sys-color.scss +3 -3
  112. package/tokens/_md-sys-elevation.scss +1 -1
  113. package/tokens/_md-sys-motion.scss +1 -1
  114. package/tokens/_md-sys-shape.scss +2 -2
  115. package/tokens/_md-sys-state.scss +1 -1
  116. package/tokens/_md-sys-typescale.scss +3 -3
  117. package/tokens/v0_192/_index.scss +3 -102
  118. package/tokens/v0_192/_md-comp-assist-chip.scss +1 -106
  119. package/tokens/v0_192/_md-comp-badge.scss +1 -56
  120. package/tokens/v0_192/_md-comp-banner.scss +1 -71
  121. package/tokens/v0_192/_md-comp-bottom-app-bar.scss +1 -31
  122. package/tokens/v0_192/_md-comp-carousel-item.scss +1 -61
  123. package/tokens/v0_192/_md-comp-checkbox.scss +1 -124
  124. package/tokens/v0_192/_md-comp-circular-progress-indicator.scss +1 -36
  125. package/tokens/v0_192/_md-comp-data-table.scss +1 -94
  126. package/tokens/v0_192/_md-comp-date-input-modal.scss +1 -85
  127. package/tokens/v0_192/_md-comp-date-picker-docked.scss +1 -242
  128. package/tokens/v0_192/_md-comp-date-picker-modal.scss +1 -301
  129. package/tokens/v0_192/_md-comp-dialog.scss +1 -119
  130. package/tokens/v0_192/_md-comp-divider.scss +1 -23
  131. package/tokens/v0_192/_md-comp-elevated-button.scss +1 -87
  132. package/tokens/v0_192/_md-comp-elevated-card.scss +1 -55
  133. package/tokens/v0_192/_md-comp-extended-fab-branded.scss +1 -84
  134. package/tokens/v0_192/_md-comp-extended-fab-primary.scss +1 -92
  135. package/tokens/v0_192/_md-comp-extended-fab-secondary.scss +1 -93
  136. package/tokens/v0_192/_md-comp-extended-fab-surface.scss +1 -88
  137. package/tokens/v0_192/_md-comp-extended-fab-tertiary.scss +1 -93
  138. package/tokens/v0_192/_md-comp-fab-branded-large.scss +1 -58
  139. package/tokens/v0_192/_md-comp-fab-branded.scss +1 -58
  140. package/tokens/v0_192/_md-comp-fab-primary-large.scss +1 -63
  141. package/tokens/v0_192/_md-comp-fab-primary-small.scss +1 -63
  142. package/tokens/v0_192/_md-comp-fab-primary.scss +1 -63
  143. package/tokens/v0_192/_md-comp-fab-secondary-large.scss +1 -64
  144. package/tokens/v0_192/_md-comp-fab-secondary-small.scss +1 -64
  145. package/tokens/v0_192/_md-comp-fab-secondary.scss +1 -64
  146. package/tokens/v0_192/_md-comp-fab-surface-large.scss +1 -62
  147. package/tokens/v0_192/_md-comp-fab-surface-small.scss +1 -62
  148. package/tokens/v0_192/_md-comp-fab-surface.scss +1 -62
  149. package/tokens/v0_192/_md-comp-fab-tertiary-large.scss +1 -64
  150. package/tokens/v0_192/_md-comp-fab-tertiary-small.scss +1 -64
  151. package/tokens/v0_192/_md-comp-fab-tertiary.scss +1 -64
  152. package/tokens/v0_192/_md-comp-filled-autocomplete.scss +1 -234
  153. package/tokens/v0_192/_md-comp-filled-button.scss +1 -87
  154. package/tokens/v0_192/_md-comp-filled-card.scss +1 -57
  155. package/tokens/v0_192/_md-comp-filled-icon-button.scss +1 -78
  156. package/tokens/v0_192/_md-comp-filled-menu-button.scss +1 -96
  157. package/tokens/v0_192/_md-comp-filled-select.scss +1 -268
  158. package/tokens/v0_192/_md-comp-filled-text-field.scss +1 -188
  159. package/tokens/v0_192/_md-comp-filled-tonal-button.scss +1 -97
  160. package/tokens/v0_192/_md-comp-filled-tonal-icon-button.scss +1 -85
  161. package/tokens/v0_192/_md-comp-filter-chip.scss +1 -205
  162. package/tokens/v0_192/_md-comp-full-screen-dialog.scss +1 -109
  163. package/tokens/v0_192/_md-comp-icon-button.scss +1 -69
  164. package/tokens/v0_192/_md-comp-input-chip.scss +1 -182
  165. package/tokens/v0_192/_md-comp-linear-progress-indicator.scss +1 -38
  166. package/tokens/v0_192/_md-comp-list.scss +1 -250
  167. package/tokens/v0_192/_md-comp-menu.scss +1 -39
  168. package/tokens/v0_192/_md-comp-navigation-bar.scss +1 -110
  169. package/tokens/v0_192/_md-comp-navigation-drawer.scss +1 -160
  170. package/tokens/v0_192/_md-comp-navigation-rail.scss +1 -114
  171. package/tokens/v0_192/_md-comp-outlined-autocomplete.scss +1 -224
  172. package/tokens/v0_192/_md-comp-outlined-button.scss +1 -82
  173. package/tokens/v0_192/_md-comp-outlined-card.scss +1 -61
  174. package/tokens/v0_192/_md-comp-outlined-icon-button.scss +1 -78
  175. package/tokens/v0_192/_md-comp-outlined-menu-button.scss +1 -92
  176. package/tokens/v0_192/_md-comp-outlined-segmented-button.scss +1 -110
  177. package/tokens/v0_192/_md-comp-outlined-select.scss +1 -258
  178. package/tokens/v0_192/_md-comp-outlined-text-field.scss +1 -169
  179. package/tokens/v0_192/_md-comp-plain-tooltip.scss +1 -53
  180. package/tokens/v0_192/_md-comp-primary-navigation-tab.scss +1 -119
  181. package/tokens/v0_192/_md-comp-radio-button.scss +1 -66
  182. package/tokens/v0_192/_md-comp-rich-tooltip.scss +1 -117
  183. package/tokens/v0_192/_md-comp-scrim.scss +1 -23
  184. package/tokens/v0_192/_md-comp-search-bar.scss +1 -95
  185. package/tokens/v0_192/_md-comp-search-view.scss +1 -89
  186. package/tokens/v0_192/_md-comp-secondary-navigation-tab.scss +1 -82
  187. package/tokens/v0_192/_md-comp-sheet-bottom.scss +1 -41
  188. package/tokens/v0_192/_md-comp-sheet-floating.scss +1 -30
  189. package/tokens/v0_192/_md-comp-sheet-side.scss +1 -89
  190. package/tokens/v0_192/_md-comp-slider.scss +1 -113
  191. package/tokens/v0_192/_md-comp-snackbar.scss +1 -125
  192. package/tokens/v0_192/_md-comp-standard-menu-button.scss +1 -96
  193. package/tokens/v0_192/_md-comp-suggestion-chip.scss +1 -122
  194. package/tokens/v0_192/_md-comp-switch.scss +1 -136
  195. package/tokens/v0_192/_md-comp-text-button.scss +1 -75
  196. package/tokens/v0_192/_md-comp-time-input.scss +1 -215
  197. package/tokens/v0_192/_md-comp-time-picker.scss +1 -262
  198. package/tokens/v0_192/_md-comp-top-app-bar-large.scss +1 -59
  199. package/tokens/v0_192/_md-comp-top-app-bar-medium.scss +1 -59
  200. package/tokens/v0_192/_md-comp-top-app-bar-small-centered.scss +1 -66
  201. package/tokens/v0_192/_md-comp-top-app-bar-small.scss +1 -62
  202. package/tokens/v0_192/_md-ref-palette.scss +1 -104
  203. package/tokens/v0_192/_md-ref-typeface.scss +1 -18
  204. package/tokens/v0_192/_md-sys-color.scss +1 -130
  205. package/tokens/v0_192/_md-sys-elevation.scss +1 -19
  206. package/tokens/v0_192/_md-sys-motion.scss +1 -50
  207. package/tokens/v0_192/_md-sys-shape.scss +1 -28
  208. package/tokens/v0_192/_md-sys-state.scss +1 -17
  209. package/tokens/v0_192/_md-sys-typescale.scss +1 -281
  210. package/tokens/versions/latest/sass/_index.scss +241 -0
  211. package/tokens/versions/latest/sass/_md-comp-app-bar-large-flexible.scss +31 -0
  212. package/tokens/versions/latest/sass/_md-comp-app-bar-large.scss +35 -0
  213. package/tokens/versions/latest/sass/_md-comp-app-bar-medium-flexible.scss +31 -0
  214. package/tokens/versions/latest/sass/_md-comp-app-bar-medium.scss +35 -0
  215. package/tokens/versions/latest/sass/_md-comp-app-bar-small.scss +42 -0
  216. package/tokens/versions/latest/sass/_md-comp-app-bar.scss +59 -0
  217. package/tokens/versions/latest/sass/_md-comp-assist-chip.scss +134 -0
  218. package/tokens/versions/latest/sass/_md-comp-badge.scss +53 -0
  219. package/tokens/versions/latest/sass/_md-comp-banner.scss +147 -0
  220. package/tokens/versions/latest/sass/_md-comp-banners-basic.scss +86 -0
  221. package/tokens/versions/latest/sass/_md-comp-banners-rich.scss +89 -0
  222. package/tokens/versions/latest/sass/_md-comp-banners.scss +43 -0
  223. package/tokens/versions/latest/sass/_md-comp-bottom-app-bar.scss +37 -0
  224. package/tokens/versions/latest/sass/_md-comp-button-elevated.scss +125 -0
  225. package/tokens/versions/latest/sass/_md-comp-button-filled.scss +125 -0
  226. package/tokens/versions/latest/sass/_md-comp-button-group-connected-large.scss +31 -0
  227. package/tokens/versions/latest/sass/_md-comp-button-group-connected-medium.scss +31 -0
  228. package/tokens/versions/latest/sass/_md-comp-button-group-connected-small.scss +31 -0
  229. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xlarge.scss +31 -0
  230. package/tokens/versions/latest/sass/_md-comp-button-group-connected-xsmall.scss +31 -0
  231. package/tokens/versions/latest/sass/_md-comp-button-group-standard-large.scss +29 -0
  232. package/tokens/versions/latest/sass/_md-comp-button-group-standard-medium.scss +29 -0
  233. package/tokens/versions/latest/sass/_md-comp-button-group-standard-small.scss +29 -0
  234. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xlarge.scss +29 -0
  235. package/tokens/versions/latest/sass/_md-comp-button-group-standard-xsmall.scss +29 -0
  236. package/tokens/versions/latest/sass/_md-comp-button-large.scss +51 -0
  237. package/tokens/versions/latest/sass/_md-comp-button-medium.scss +51 -0
  238. package/tokens/versions/latest/sass/_md-comp-button-outlined.scss +124 -0
  239. package/tokens/versions/latest/sass/_md-comp-button-small.scss +51 -0
  240. package/tokens/versions/latest/sass/_md-comp-button-text.scss +60 -0
  241. package/tokens/versions/latest/sass/_md-comp-button-tonal.scss +125 -0
  242. package/tokens/versions/latest/sass/_md-comp-button-xlarge.scss +51 -0
  243. package/tokens/versions/latest/sass/_md-comp-button-xsmall.scss +51 -0
  244. package/tokens/versions/latest/sass/_md-comp-button.scss +163 -0
  245. package/tokens/versions/latest/sass/_md-comp-carousel-item.scss +79 -0
  246. package/tokens/versions/latest/sass/_md-comp-checkbox.scss +216 -0
  247. package/tokens/versions/latest/sass/_md-comp-circular-progress-indicator.scss +52 -0
  248. package/tokens/versions/latest/sass/_md-comp-data-table.scss +110 -0
  249. package/tokens/versions/latest/sass/_md-comp-date-input-modal.scss +80 -0
  250. package/tokens/versions/latest/sass/_md-comp-date-picker-docked.scss +241 -0
  251. package/tokens/versions/latest/sass/_md-comp-date-picker-modal.scss +295 -0
  252. package/tokens/versions/latest/sass/_md-comp-dialog.scss +157 -0
  253. package/tokens/versions/latest/sass/_md-comp-divider.scss +23 -0
  254. package/tokens/versions/latest/sass/_md-comp-drag-handle.scss +54 -0
  255. package/tokens/versions/latest/sass/_md-comp-elevated-button.scss +190 -0
  256. package/tokens/versions/latest/sass/_md-comp-elevated-card.scss +75 -0
  257. package/tokens/versions/latest/sass/_md-comp-extended-fab-branded.scss +100 -0
  258. package/tokens/versions/latest/sass/_md-comp-extended-fab-large.scss +36 -0
  259. package/tokens/versions/latest/sass/_md-comp-extended-fab-medium.scss +36 -0
  260. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary-container.scss +61 -0
  261. package/tokens/versions/latest/sass/_md-comp-extended-fab-primary.scss +174 -0
  262. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary-container.scss +61 -0
  263. package/tokens/versions/latest/sass/_md-comp-extended-fab-secondary.scss +174 -0
  264. package/tokens/versions/latest/sass/_md-comp-extended-fab-small.scss +36 -0
  265. package/tokens/versions/latest/sass/_md-comp-extended-fab-surface.scss +108 -0
  266. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary-container.scss +61 -0
  267. package/tokens/versions/latest/sass/_md-comp-extended-fab-tertiary.scss +174 -0
  268. package/tokens/versions/latest/sass/_md-comp-extended-fab.scss +36 -0
  269. package/tokens/versions/latest/sass/_md-comp-fab-branded-large.scss +127 -0
  270. package/tokens/versions/latest/sass/_md-comp-fab-branded.scss +75 -0
  271. package/tokens/versions/latest/sass/_md-comp-fab-large.scss +27 -0
  272. package/tokens/versions/latest/sass/_md-comp-fab-medium.scss +27 -0
  273. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-close-button.scss +51 -0
  274. package/tokens/versions/latest/sass/_md-comp-fab-menu-primary-container.scss +59 -0
  275. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-close-button.scss +51 -0
  276. package/tokens/versions/latest/sass/_md-comp-fab-menu-secondary-container.scss +59 -0
  277. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-close-button.scss +51 -0
  278. package/tokens/versions/latest/sass/_md-comp-fab-menu-tertiary-container.scss +59 -0
  279. package/tokens/versions/latest/sass/_md-comp-fab-menu.scss +53 -0
  280. package/tokens/versions/latest/sass/_md-comp-fab-primary-container.scss +53 -0
  281. package/tokens/versions/latest/sass/_md-comp-fab-primary-large.scss +131 -0
  282. package/tokens/versions/latest/sass/_md-comp-fab-primary-small.scss +131 -0
  283. package/tokens/versions/latest/sass/_md-comp-fab-primary.scss +131 -0
  284. package/tokens/versions/latest/sass/_md-comp-fab-secondary-container.scss +53 -0
  285. package/tokens/versions/latest/sass/_md-comp-fab-secondary-large.scss +131 -0
  286. package/tokens/versions/latest/sass/_md-comp-fab-secondary-small.scss +131 -0
  287. package/tokens/versions/latest/sass/_md-comp-fab-secondary.scss +131 -0
  288. package/tokens/versions/latest/sass/_md-comp-fab-small.scss +27 -0
  289. package/tokens/versions/latest/sass/_md-comp-fab-surface-large.scss +139 -0
  290. package/tokens/versions/latest/sass/_md-comp-fab-surface.scss +83 -0
  291. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-container.scss +53 -0
  292. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-large.scss +131 -0
  293. package/tokens/versions/latest/sass/_md-comp-fab-tertiary-small.scss +131 -0
  294. package/tokens/versions/latest/sass/_md-comp-fab-tertiary.scss +131 -0
  295. package/tokens/versions/latest/sass/_md-comp-fab.scss +27 -0
  296. package/tokens/versions/latest/sass/_md-comp-filled-autocomplete.scss +279 -0
  297. package/tokens/versions/latest/sass/_md-comp-filled-button.scss +206 -0
  298. package/tokens/versions/latest/sass/_md-comp-filled-card.scss +75 -0
  299. package/tokens/versions/latest/sass/_md-comp-filled-icon-button.scss +178 -0
  300. package/tokens/versions/latest/sass/_md-comp-filled-menu-button.scss +118 -0
  301. package/tokens/versions/latest/sass/_md-comp-filled-select.scss +269 -0
  302. package/tokens/versions/latest/sass/_md-comp-filled-text-field.scss +221 -0
  303. package/tokens/versions/latest/sass/_md-comp-filled-tonal-button.scss +186 -0
  304. package/tokens/versions/latest/sass/_md-comp-filled-tonal-icon-button.scss +178 -0
  305. package/tokens/versions/latest/sass/_md-comp-filter-chip.scss +276 -0
  306. package/tokens/versions/latest/sass/_md-comp-full-screen-dialog.scss +199 -0
  307. package/tokens/versions/latest/sass/_md-comp-icon-button-filled.scss +82 -0
  308. package/tokens/versions/latest/sass/_md-comp-icon-button-large.scss +52 -0
  309. package/tokens/versions/latest/sass/_md-comp-icon-button-medium.scss +52 -0
  310. package/tokens/versions/latest/sass/_md-comp-icon-button-outlined.scss +86 -0
  311. package/tokens/versions/latest/sass/_md-comp-icon-button-small.scss +52 -0
  312. package/tokens/versions/latest/sass/_md-comp-icon-button-standard.scss +72 -0
  313. package/tokens/versions/latest/sass/_md-comp-icon-button-tonal.scss +82 -0
  314. package/tokens/versions/latest/sass/_md-comp-icon-button-xlarge.scss +52 -0
  315. package/tokens/versions/latest/sass/_md-comp-icon-button-xsmall.scss +52 -0
  316. package/tokens/versions/latest/sass/_md-comp-icon-button.scss +193 -0
  317. package/tokens/versions/latest/sass/_md-comp-input-chip.scss +300 -0
  318. package/tokens/versions/latest/sass/_md-comp-linear-progress-indicator.scss +60 -0
  319. package/tokens/versions/latest/sass/_md-comp-list-expand.scss +36 -0
  320. package/tokens/versions/latest/sass/_md-comp-list-reorder.scss +45 -0
  321. package/tokens/versions/latest/sass/_md-comp-list-reveal.scss +50 -0
  322. package/tokens/versions/latest/sass/_md-comp-list.scss +408 -0
  323. package/tokens/versions/latest/sass/_md-comp-loading-indicator.scss +38 -0
  324. package/tokens/versions/latest/sass/_md-comp-menu.scss +218 -0
  325. package/tokens/versions/latest/sass/_md-comp-menus-standard.scss +188 -0
  326. package/tokens/versions/latest/sass/_md-comp-menus-vibrant.scss +160 -0
  327. package/tokens/versions/latest/sass/_md-comp-menus.scss +141 -0
  328. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-horizontal.scss +31 -0
  329. package/tokens/versions/latest/sass/_md-comp-nav-bar-item-vertical.scss +31 -0
  330. package/tokens/versions/latest/sass/_md-comp-nav-bar.scss +68 -0
  331. package/tokens/versions/latest/sass/_md-comp-nav-rail-collapsed.scss +35 -0
  332. package/tokens/versions/latest/sass/_md-comp-nav-rail-expanded.scss +47 -0
  333. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-horizontal.scss +31 -0
  334. package/tokens/versions/latest/sass/_md-comp-nav-rail-item-vertical.scss +33 -0
  335. package/tokens/versions/latest/sass/_md-comp-nav-rail-item.scss +39 -0
  336. package/tokens/versions/latest/sass/_md-comp-nav-rail.scss +48 -0
  337. package/tokens/versions/latest/sass/_md-comp-navigation-bar.scss +150 -0
  338. package/tokens/versions/latest/sass/_md-comp-navigation-drawer.scss +187 -0
  339. package/tokens/versions/latest/sass/_md-comp-navigation-rail.scss +233 -0
  340. package/tokens/versions/latest/sass/_md-comp-outlined-autocomplete.scss +275 -0
  341. package/tokens/versions/latest/sass/_md-comp-outlined-button.scss +182 -0
  342. package/tokens/versions/latest/sass/_md-comp-outlined-card.scss +87 -0
  343. package/tokens/versions/latest/sass/_md-comp-outlined-menu-button.scss +117 -0
  344. package/tokens/versions/latest/sass/_md-comp-outlined-segmented-button.scss +121 -0
  345. package/tokens/versions/latest/sass/_md-comp-outlined-select.scss +266 -0
  346. package/tokens/versions/latest/sass/_md-comp-outlined-text-field.scss +216 -0
  347. package/tokens/versions/latest/sass/_md-comp-plain-tooltip.scss +45 -0
  348. package/tokens/versions/latest/sass/_md-comp-primary-navigation-tab.scss +130 -0
  349. package/tokens/versions/latest/sass/_md-comp-progress-indicator-circular.scss +47 -0
  350. package/tokens/versions/latest/sass/_md-comp-progress-indicator-linear.scss +65 -0
  351. package/tokens/versions/latest/sass/_md-comp-progress-indicator.scss +48 -0
  352. package/tokens/versions/latest/sass/_md-comp-radio-button.scss +72 -0
  353. package/tokens/versions/latest/sass/_md-comp-rich-tooltip.scss +113 -0
  354. package/tokens/versions/latest/sass/_md-comp-scrim.scss +23 -0
  355. package/tokens/versions/latest/sass/_md-comp-search-bar.scss +137 -0
  356. package/tokens/versions/latest/sass/_md-comp-search-view.scss +108 -0
  357. package/tokens/versions/latest/sass/_md-comp-secondary-navigation-tab.scss +104 -0
  358. package/tokens/versions/latest/sass/_md-comp-sheet-bottom.scss +52 -0
  359. package/tokens/versions/latest/sass/_md-comp-sheet-floating.scss +31 -0
  360. package/tokens/versions/latest/sass/_md-comp-sheet-side.scss +96 -0
  361. package/tokens/versions/latest/sass/_md-comp-slider-large.scss +31 -0
  362. package/tokens/versions/latest/sass/_md-comp-slider-medium.scss +31 -0
  363. package/tokens/versions/latest/sass/_md-comp-slider-small.scss +27 -0
  364. package/tokens/versions/latest/sass/_md-comp-slider-xlarge.scss +31 -0
  365. package/tokens/versions/latest/sass/_md-comp-slider-xsmall.scss +27 -0
  366. package/tokens/versions/latest/sass/_md-comp-slider.scss +307 -0
  367. package/tokens/versions/latest/sass/_md-comp-snackbar.scss +115 -0
  368. package/tokens/versions/latest/sass/_md-comp-split-button-large.scss +43 -0
  369. package/tokens/versions/latest/sass/_md-comp-split-button-medium.scss +43 -0
  370. package/tokens/versions/latest/sass/_md-comp-split-button-small.scss +43 -0
  371. package/tokens/versions/latest/sass/_md-comp-split-button-xlarge.scss +43 -0
  372. package/tokens/versions/latest/sass/_md-comp-split-button-xsmall.scss +45 -0
  373. package/tokens/versions/latest/sass/_md-comp-standard-menu-button.scss +103 -0
  374. package/tokens/versions/latest/sass/_md-comp-suggestion-chip.scss +134 -0
  375. package/tokens/versions/latest/sass/_md-comp-switch.scss +191 -0
  376. package/tokens/versions/latest/sass/_md-comp-text-button.scss +154 -0
  377. package/tokens/versions/latest/sass/_md-comp-time-input.scss +206 -0
  378. package/tokens/versions/latest/sass/_md-comp-time-picker.scss +257 -0
  379. package/tokens/versions/latest/sass/_md-comp-toolbar-docked.scss +36 -0
  380. package/tokens/versions/latest/sass/_md-comp-toolbar-floating-fab.scss +51 -0
  381. package/tokens/versions/latest/sass/_md-comp-toolbar-floating.scss +75 -0
  382. package/tokens/versions/latest/sass/_md-comp-toolbar-standard.scss +87 -0
  383. package/tokens/versions/latest/sass/_md-comp-toolbar-vibrant.scss +87 -0
  384. package/tokens/versions/latest/sass/_md-comp-top-app-bar-large.scss +92 -0
  385. package/tokens/versions/latest/sass/_md-comp-top-app-bar-medium.scss +92 -0
  386. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small-centered.scss +112 -0
  387. package/tokens/versions/latest/sass/_md-comp-top-app-bar-small.scss +104 -0
  388. package/tokens/versions/latest/sass/_md-fab-surface-small.scss +139 -0
  389. package/tokens/versions/latest/sass/_md-outlined-icon-button.scss +166 -0
  390. package/tokens/versions/latest/sass/_md-ref-palette.scss +495 -0
  391. package/tokens/versions/latest/sass/_md-ref-typeface.scss +27 -0
  392. package/tokens/versions/latest/sass/_md-sys-color.scss +209 -0
  393. package/tokens/versions/latest/sass/_md-sys-color__dark.scss +209 -0
  394. package/tokens/versions/latest/sass/_md-sys-color__dark__high-contrast.scss +209 -0
  395. package/tokens/versions/latest/sass/_md-sys-color__dark__medium-contrast.scss +209 -0
  396. package/tokens/versions/latest/sass/_md-sys-color__high-contrast.scss +209 -0
  397. package/tokens/versions/latest/sass/_md-sys-color__medium-contrast.scss +209 -0
  398. package/tokens/versions/latest/sass/_md-sys-elevation.scss +35 -0
  399. package/tokens/versions/latest/sass/_md-sys-motion.scss +107 -0
  400. package/tokens/versions/latest/sass/_md-sys-shape.scss +67 -0
  401. package/tokens/versions/latest/sass/_md-sys-state-focus-indicator.scss +23 -0
  402. package/tokens/versions/latest/sass/_md-sys-state.scss +27 -0
  403. package/tokens/versions/latest/sass/_md-sys-typescale-emphasized.scss +559 -0
  404. package/tokens/versions/latest/sass/_md-sys-typescale.scss +571 -0
  405. package/tokens/versions/v0_192/_index.scss +107 -0
  406. package/tokens/versions/v0_192/_md-comp-assist-chip.scss +111 -0
  407. package/tokens/versions/v0_192/_md-comp-badge.scss +61 -0
  408. package/tokens/versions/v0_192/_md-comp-banner.scss +76 -0
  409. package/tokens/versions/v0_192/_md-comp-bottom-app-bar.scss +36 -0
  410. package/tokens/versions/v0_192/_md-comp-carousel-item.scss +66 -0
  411. package/tokens/versions/v0_192/_md-comp-checkbox.scss +129 -0
  412. package/tokens/versions/v0_192/_md-comp-circular-progress-indicator.scss +41 -0
  413. package/tokens/versions/v0_192/_md-comp-data-table.scss +99 -0
  414. package/tokens/versions/v0_192/_md-comp-date-input-modal.scss +90 -0
  415. package/tokens/versions/v0_192/_md-comp-date-picker-docked.scss +247 -0
  416. package/tokens/versions/v0_192/_md-comp-date-picker-modal.scss +306 -0
  417. package/tokens/versions/v0_192/_md-comp-dialog.scss +124 -0
  418. package/tokens/versions/v0_192/_md-comp-divider.scss +28 -0
  419. package/tokens/versions/v0_192/_md-comp-elevated-button.scss +92 -0
  420. package/tokens/versions/v0_192/_md-comp-elevated-card.scss +60 -0
  421. package/tokens/versions/v0_192/_md-comp-extended-fab-branded.scss +89 -0
  422. package/tokens/versions/v0_192/_md-comp-extended-fab-primary.scss +97 -0
  423. package/tokens/versions/v0_192/_md-comp-extended-fab-secondary.scss +98 -0
  424. package/tokens/versions/v0_192/_md-comp-extended-fab-surface.scss +93 -0
  425. package/tokens/versions/v0_192/_md-comp-extended-fab-tertiary.scss +98 -0
  426. package/tokens/versions/v0_192/_md-comp-fab-branded-large.scss +63 -0
  427. package/tokens/versions/v0_192/_md-comp-fab-branded.scss +63 -0
  428. package/tokens/versions/v0_192/_md-comp-fab-primary-large.scss +68 -0
  429. package/tokens/versions/v0_192/_md-comp-fab-primary-small.scss +68 -0
  430. package/tokens/versions/v0_192/_md-comp-fab-primary.scss +68 -0
  431. package/tokens/versions/v0_192/_md-comp-fab-secondary-large.scss +69 -0
  432. package/tokens/versions/v0_192/_md-comp-fab-secondary-small.scss +69 -0
  433. package/tokens/versions/v0_192/_md-comp-fab-secondary.scss +69 -0
  434. package/tokens/versions/v0_192/_md-comp-fab-surface-large.scss +67 -0
  435. package/tokens/versions/v0_192/_md-comp-fab-surface-small.scss +67 -0
  436. package/tokens/versions/v0_192/_md-comp-fab-surface.scss +67 -0
  437. package/tokens/versions/v0_192/_md-comp-fab-tertiary-large.scss +69 -0
  438. package/tokens/versions/v0_192/_md-comp-fab-tertiary-small.scss +69 -0
  439. package/tokens/versions/v0_192/_md-comp-fab-tertiary.scss +69 -0
  440. package/tokens/versions/v0_192/_md-comp-filled-autocomplete.scss +239 -0
  441. package/tokens/versions/v0_192/_md-comp-filled-button.scss +92 -0
  442. package/tokens/versions/v0_192/_md-comp-filled-card.scss +62 -0
  443. package/tokens/versions/v0_192/_md-comp-filled-icon-button.scss +83 -0
  444. package/tokens/versions/v0_192/_md-comp-filled-menu-button.scss +101 -0
  445. package/tokens/versions/v0_192/_md-comp-filled-select.scss +273 -0
  446. package/tokens/versions/v0_192/_md-comp-filled-text-field.scss +193 -0
  447. package/tokens/versions/v0_192/_md-comp-filled-tonal-button.scss +102 -0
  448. package/tokens/versions/v0_192/_md-comp-filled-tonal-icon-button.scss +90 -0
  449. package/tokens/versions/v0_192/_md-comp-filter-chip.scss +210 -0
  450. package/tokens/versions/v0_192/_md-comp-full-screen-dialog.scss +114 -0
  451. package/tokens/versions/v0_192/_md-comp-icon-button.scss +74 -0
  452. package/tokens/versions/v0_192/_md-comp-input-chip.scss +187 -0
  453. package/tokens/versions/v0_192/_md-comp-linear-progress-indicator.scss +43 -0
  454. package/tokens/versions/v0_192/_md-comp-list.scss +255 -0
  455. package/tokens/versions/v0_192/_md-comp-menu.scss +44 -0
  456. package/tokens/versions/v0_192/_md-comp-navigation-bar.scss +115 -0
  457. package/tokens/versions/v0_192/_md-comp-navigation-drawer.scss +165 -0
  458. package/tokens/versions/v0_192/_md-comp-navigation-rail.scss +119 -0
  459. package/tokens/versions/v0_192/_md-comp-outlined-autocomplete.scss +229 -0
  460. package/tokens/versions/v0_192/_md-comp-outlined-button.scss +87 -0
  461. package/tokens/versions/v0_192/_md-comp-outlined-card.scss +66 -0
  462. package/tokens/versions/v0_192/_md-comp-outlined-icon-button.scss +83 -0
  463. package/tokens/versions/v0_192/_md-comp-outlined-menu-button.scss +97 -0
  464. package/tokens/versions/v0_192/_md-comp-outlined-segmented-button.scss +115 -0
  465. package/tokens/versions/v0_192/_md-comp-outlined-select.scss +263 -0
  466. package/tokens/versions/v0_192/_md-comp-outlined-text-field.scss +174 -0
  467. package/tokens/versions/v0_192/_md-comp-plain-tooltip.scss +58 -0
  468. package/tokens/versions/v0_192/_md-comp-primary-navigation-tab.scss +124 -0
  469. package/tokens/versions/v0_192/_md-comp-radio-button.scss +71 -0
  470. package/tokens/versions/v0_192/_md-comp-rich-tooltip.scss +122 -0
  471. package/tokens/versions/v0_192/_md-comp-scrim.scss +28 -0
  472. package/tokens/versions/v0_192/_md-comp-search-bar.scss +100 -0
  473. package/tokens/versions/v0_192/_md-comp-search-view.scss +94 -0
  474. package/tokens/versions/v0_192/_md-comp-secondary-navigation-tab.scss +87 -0
  475. package/tokens/versions/v0_192/_md-comp-sheet-bottom.scss +46 -0
  476. package/tokens/versions/v0_192/_md-comp-sheet-floating.scss +35 -0
  477. package/tokens/versions/v0_192/_md-comp-sheet-side.scss +94 -0
  478. package/tokens/versions/v0_192/_md-comp-slider.scss +118 -0
  479. package/tokens/versions/v0_192/_md-comp-snackbar.scss +130 -0
  480. package/tokens/versions/v0_192/_md-comp-standard-menu-button.scss +101 -0
  481. package/tokens/versions/v0_192/_md-comp-suggestion-chip.scss +127 -0
  482. package/tokens/versions/v0_192/_md-comp-switch.scss +141 -0
  483. package/tokens/versions/v0_192/_md-comp-text-button.scss +80 -0
  484. package/tokens/versions/v0_192/_md-comp-time-input.scss +220 -0
  485. package/tokens/versions/v0_192/_md-comp-time-picker.scss +267 -0
  486. package/tokens/versions/v0_192/_md-comp-top-app-bar-large.scss +64 -0
  487. package/tokens/versions/v0_192/_md-comp-top-app-bar-medium.scss +64 -0
  488. package/tokens/versions/v0_192/_md-comp-top-app-bar-small-centered.scss +71 -0
  489. package/tokens/versions/v0_192/_md-comp-top-app-bar-small.scss +67 -0
  490. package/tokens/versions/v0_192/_md-ref-palette.scss +109 -0
  491. package/tokens/versions/v0_192/_md-ref-typeface.scss +23 -0
  492. package/tokens/versions/v0_192/_md-sys-color.scss +135 -0
  493. package/tokens/versions/v0_192/_md-sys-elevation.scss +24 -0
  494. package/tokens/versions/v0_192/_md-sys-motion.scss +55 -0
  495. package/tokens/versions/v0_192/_md-sys-shape.scss +33 -0
  496. package/tokens/versions/v0_192/_md-sys-state.scss +22 -0
  497. package/tokens/versions/v0_192/_md-sys-typescale.scss +286 -0
  498. package/tokens/versions/v0_192/index.test.scss +584 -0
  499. package/tokens/versions/v0_192/lib.test.scss +663 -0
  500. package/types/command-event.d.ts +22 -0
  501. package/types/css-imports.d.ts +12 -0
  502. package/types/popover.d.ts +22 -0
  503. package/internal/sass/_string-ext.scss +0 -195
@@ -0,0 +1,275 @@
1
+ //
2
+ // Copyright 2026 Google LLC
3
+ // SPDX-License-Identifier: Apache-2.0
4
+ //
5
+ // AUTOGENERATED. DO NOT MODIFY.
6
+ // To modify this file, update the source template,
7
+ // or run the compiler: go/carbon-service-code-gen-mwtc.
8
+ // Source template: formats/sassvars/contextualtokenset.scss.tmpl
9
+
10
+ // Design system: Google Material 3
11
+ // Version: 34.0.21
12
+ // Configured context tags:
13
+ // audience: 3p
14
+ // font: static
15
+ // platform: web
16
+ // Output format: sass_vars
17
+
18
+ @use 'md-sys-color';
19
+ @use 'md-sys-elevation';
20
+ @use 'md-sys-shape';
21
+ @use 'md-sys-state';
22
+ @use 'md-sys-typescale';
23
+
24
+ /// md.comp.outlined-autocomplete.menu.cascading-menu-indicator.icon.size (Enabled / Icon)
25
+ $menu-cascading-menu-indicator-icon-size: 24px;
26
+ /// md.comp.outlined-autocomplete.menu.divider.height (Enabled / Divider)
27
+ ///
28
+ /// @deprecated Deprecating per b/262592125
29
+ $menu-divider-height: 1px;
30
+ /// md.comp.outlined-autocomplete.menu.list-item.container.height (Enabled / Container)
31
+ ///
32
+ /// @deprecated Deprecating per b/262592125
33
+ $menu-list-item-container-height: 48px;
34
+ /// md.comp.outlined-autocomplete.text-field.container.height (Enabled / Container)
35
+ ///
36
+ /// @deprecated Removing fixed height token due to conflicts with text fields variants requiring dynamic height (multi-line, text area). Use height of internal elements and paddings to control component height.
37
+ $text-field-container-height: 56px;
38
+ /// md.comp.outlined-autocomplete.text-field.disabled.input-text.opacity (Disabled / Input text)
39
+ $text-field-disabled-input-text-opacity: 0.38;
40
+ /// md.comp.outlined-autocomplete.text-field.disabled.label-text.opacity (Disabled / Label text)
41
+ $text-field-disabled-label-text-opacity: 0.38;
42
+ /// md.comp.outlined-autocomplete.text-field.disabled.leading-icon.opacity (Disabled / Leading icon)
43
+ $text-field-disabled-leading-icon-opacity: 0.38;
44
+ /// md.comp.outlined-autocomplete.text-field.disabled.outline.opacity (Disabled / Container)
45
+ $text-field-disabled-outline-opacity: 0.12;
46
+ /// md.comp.outlined-autocomplete.text-field.disabled.outline.width (Disabled / Container)
47
+ $text-field-disabled-outline-width: 1px;
48
+ /// md.comp.outlined-autocomplete.text-field.disabled.supporting-text.opacity (Disabled / Supporting text)
49
+ $text-field-disabled-supporting-text-opacity: 0.38;
50
+ /// md.comp.outlined-autocomplete.text-field.disabled.trailing-icon.opacity (Disabled / Trailing icon)
51
+ $text-field-disabled-trailing-icon-opacity: 0.38;
52
+ /// md.comp.outlined-autocomplete.text-field.focus.outline.width (Focused / Container)
53
+ $text-field-focus-outline-width: 2px;
54
+ /// md.comp.outlined-autocomplete.text-field.hover.outline.width (Hovered / Container)
55
+ $text-field-hover-outline-width: 1px;
56
+ /// md.comp.outlined-autocomplete.text-field.leading-icon.size (Enabled / Leading icon)
57
+ $text-field-leading-icon-size: 24px;
58
+ /// md.comp.outlined-autocomplete.text-field.outline.width (Enabled / Container)
59
+ $text-field-outline-width: 1px;
60
+ /// md.comp.outlined-autocomplete.text-field.trailing-icon.size (Enabled / Trailing icon)
61
+ $text-field-trailing-icon-size: 24px;
62
+ /// md.comp.outlined-autocomplete.menu.cascading-menu-indicator.icon.color (Enabled / Icon)
63
+ $menu-cascading-menu-indicator-icon-color: md-sys-color.$on-surface-variant;
64
+ /// md.comp.outlined-autocomplete.menu.container.color (Enabled / Container)
65
+ $menu-container-color: md-sys-color.$surface-container;
66
+ /// md.comp.outlined-autocomplete.menu.container.elevation (Enabled / Container)
67
+ $menu-container-elevation: md-sys-elevation.$level2;
68
+ /// md.comp.outlined-autocomplete.menu.container.shadow-color (Enabled / Container)
69
+ $menu-container-shadow-color: md-sys-color.$shadow;
70
+ /// md.comp.outlined-autocomplete.menu.container.shape (Enabled / Container)
71
+ $menu-container-shape: md-sys-shape.$corner-extra-small;
72
+ /// md.comp.outlined-autocomplete.menu.container.surface-tint-layer.color (Enabled / Container)
73
+ ///
74
+ /// @deprecated Deprecated as part of the update from opacity based surfaces to tonal surfaces. Surfaces no longer use surface-tint layers for tinting, please use the desired surface role directly as the container color.
75
+ $menu-container-surface-tint-layer-color: md-sys-color.$surface-tint;
76
+ /// md.comp.outlined-autocomplete.menu.divider.color (Enabled / Divider)
77
+ ///
78
+ /// @deprecated Deprecating per b/262592125
79
+ $menu-divider-color: md-sys-color.$surface-variant;
80
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.color (Enabled / Label text)
81
+ ///
82
+ /// @deprecated Deprecating per b/262592125
83
+ $menu-list-item-label-text-color: md-sys-color.$on-surface;
84
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.font (Enabled / Label text)
85
+ ///
86
+ /// @deprecated Deprecating per b/262592125
87
+ $menu-list-item-label-text-font: md-sys-typescale.$label-large-font;
88
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.line-height (Enabled / Label text)
89
+ ///
90
+ /// @deprecated Deprecating per b/262592125
91
+ $menu-list-item-label-text-line-height: md-sys-typescale.$label-large-line-height;
92
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.size (Enabled / Label text)
93
+ ///
94
+ /// @deprecated Deprecating per b/262592125
95
+ $menu-list-item-label-text-size: md-sys-typescale.$label-large-size;
96
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.tracking (Enabled / Label text)
97
+ ///
98
+ /// @deprecated Deprecating per b/262592125
99
+ $menu-list-item-label-text-tracking: md-sys-typescale.$label-large-tracking;
100
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.weight (Enabled / Label text)
101
+ ///
102
+ /// @deprecated Deprecating per b/262592125
103
+ $menu-list-item-label-text-weight: md-sys-typescale.$label-large-weight;
104
+ /// md.comp.outlined-autocomplete.menu.list-item.selected.container.color (Enabled / Container)
105
+ ///
106
+ /// @deprecated Deprecating per b/262592125
107
+ $menu-list-item-selected-container-color: md-sys-color.$surface-container-highest;
108
+ /// md.comp.outlined-autocomplete.text-field.caret.color (Enabled / Caret)
109
+ $text-field-caret-color: md-sys-color.$primary;
110
+ /// md.comp.outlined-autocomplete.text-field.container.color (Enabled / Container)
111
+ $text-field-container-color: md-sys-color.$surface-container-highest;
112
+ /// md.comp.outlined-autocomplete.text-field.container.shape (Enabled / Container)
113
+ $text-field-container-shape: md-sys-shape.$corner-extra-small;
114
+ /// md.comp.outlined-autocomplete.text-field.disabled.input-text.color (Disabled / Input text)
115
+ $text-field-disabled-input-text-color: md-sys-color.$on-surface;
116
+ /// md.comp.outlined-autocomplete.text-field.disabled.label-text.color (Disabled / Label text)
117
+ $text-field-disabled-label-text-color: md-sys-color.$on-surface;
118
+ /// md.comp.outlined-autocomplete.text-field.disabled.leading-icon.color (Disabled / Leading icon)
119
+ $text-field-disabled-leading-icon-color: md-sys-color.$on-surface;
120
+ /// md.comp.outlined-autocomplete.text-field.disabled.outline.color (Disabled / Container)
121
+ $text-field-disabled-outline-color: md-sys-color.$on-surface;
122
+ /// md.comp.outlined-autocomplete.text-field.disabled.supporting-text.color (Disabled / Supporting text)
123
+ $text-field-disabled-supporting-text-color: md-sys-color.$on-surface;
124
+ /// md.comp.outlined-autocomplete.text-field.disabled.trailing-icon.color (Disabled / Trailing icon)
125
+ $text-field-disabled-trailing-icon-color: md-sys-color.$on-surface;
126
+ /// md.comp.outlined-autocomplete.text-field.error.focus.caret.color (Error / Focus)
127
+ $text-field-error-focus-caret-color: md-sys-color.$error;
128
+ /// md.comp.outlined-autocomplete.text-field.error.focus.input-text.color (Error / Focus)
129
+ $text-field-error-focus-input-text-color: md-sys-color.$on-surface;
130
+ /// md.comp.outlined-autocomplete.text-field.error.focus.label-text.color (Error / Focus)
131
+ $text-field-error-focus-label-text-color: md-sys-color.$error;
132
+ /// md.comp.outlined-autocomplete.text-field.error.focus.leading-icon.color (Error / Focus)
133
+ $text-field-error-focus-leading-icon-color: md-sys-color.$on-surface-variant;
134
+ /// md.comp.outlined-autocomplete.text-field.error.focus.outline.color (Error / Focus)
135
+ $text-field-error-focus-outline-color: md-sys-color.$error;
136
+ /// md.comp.outlined-autocomplete.text-field.error.focus.supporting-text.color (Error / Focus)
137
+ $text-field-error-focus-supporting-text-color: md-sys-color.$error;
138
+ /// md.comp.outlined-autocomplete.text-field.error.focus.trailing-icon.color (Error / Focus)
139
+ $text-field-error-focus-trailing-icon-color: md-sys-color.$error;
140
+ /// md.comp.outlined-autocomplete.text-field.error.hover.input-text.color (Error / Hover)
141
+ $text-field-error-hover-input-text-color: md-sys-color.$on-surface;
142
+ /// md.comp.outlined-autocomplete.text-field.error.hover.label-text.color (Error / Hover)
143
+ $text-field-error-hover-label-text-color: md-sys-color.$on-error-container;
144
+ /// md.comp.outlined-autocomplete.text-field.error.hover.leading-icon.color (Error / Hover)
145
+ $text-field-error-hover-leading-icon-color: md-sys-color.$on-surface-variant;
146
+ /// md.comp.outlined-autocomplete.text-field.error.hover.outline.color (Error / Hover)
147
+ $text-field-error-hover-outline-color: md-sys-color.$on-error-container;
148
+ /// md.comp.outlined-autocomplete.text-field.error.hover.state-layer.color (Error / Hover)
149
+ $text-field-error-hover-state-layer-color: md-sys-color.$on-surface;
150
+ /// md.comp.outlined-autocomplete.text-field.error.hover.state-layer.opacity (Error / Hover)
151
+ $text-field-error-hover-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
152
+ /// md.comp.outlined-autocomplete.text-field.error.hover.supporting-text.color (Error / Hover)
153
+ $text-field-error-hover-supporting-text-color: md-sys-color.$error;
154
+ /// md.comp.outlined-autocomplete.text-field.error.hover.trailing-icon.color (Error / Hover)
155
+ $text-field-error-hover-trailing-icon-color: md-sys-color.$on-error-container;
156
+ /// md.comp.outlined-autocomplete.text-field.error.input-text.color (Error)
157
+ $text-field-error-input-text-color: md-sys-color.$on-surface;
158
+ /// md.comp.outlined-autocomplete.text-field.error.label-text.color (Error)
159
+ $text-field-error-label-text-color: md-sys-color.$error;
160
+ /// md.comp.outlined-autocomplete.text-field.error.leading-icon.color (Error)
161
+ $text-field-error-leading-icon-color: md-sys-color.$on-surface-variant;
162
+ /// md.comp.outlined-autocomplete.text-field.error.outline.color (Error)
163
+ $text-field-error-outline-color: md-sys-color.$error;
164
+ /// md.comp.outlined-autocomplete.text-field.error.supporting-text.color (Error)
165
+ $text-field-error-supporting-text-color: md-sys-color.$error;
166
+ /// md.comp.outlined-autocomplete.text-field.error.trailing-icon.color (Error)
167
+ $text-field-error-trailing-icon-color: md-sys-color.$error;
168
+ /// md.comp.outlined-autocomplete.text-field.focus.input-text.color (Focused / Input text)
169
+ $text-field-focus-input-text-color: md-sys-color.$on-surface;
170
+ /// md.comp.outlined-autocomplete.text-field.focus.label-text.color (Focused / Label text)
171
+ $text-field-focus-label-text-color: md-sys-color.$primary;
172
+ /// md.comp.outlined-autocomplete.text-field.focus.leading-icon.color (Focused / Leading icon)
173
+ $text-field-focus-leading-icon-color: md-sys-color.$on-surface-variant;
174
+ /// md.comp.outlined-autocomplete.text-field.focus.outline.color (Focused / Container)
175
+ $text-field-focus-outline-color: md-sys-color.$primary;
176
+ /// md.comp.outlined-autocomplete.text-field.focus.supporting-text.color (Focused / Supporting text)
177
+ $text-field-focus-supporting-text-color: md-sys-color.$on-surface-variant;
178
+ /// md.comp.outlined-autocomplete.text-field.focus.trailing-icon.color (Focused / Trailing icon)
179
+ $text-field-focus-trailing-icon-color: md-sys-color.$on-surface-variant;
180
+ /// md.comp.outlined-autocomplete.text-field.hover.input-text.color (Hovered / Input text)
181
+ $text-field-hover-input-text-color: md-sys-color.$on-surface;
182
+ /// md.comp.outlined-autocomplete.text-field.hover.label-text.color (Hovered / Label text)
183
+ $text-field-hover-label-text-color: md-sys-color.$on-surface-variant;
184
+ /// md.comp.outlined-autocomplete.text-field.hover.leading-icon.color (Hovered / Leading icon)
185
+ $text-field-hover-leading-icon-color: md-sys-color.$on-surface-variant;
186
+ /// md.comp.outlined-autocomplete.text-field.hover.outline.color (Hovered / Container)
187
+ $text-field-hover-outline-color: md-sys-color.$on-surface;
188
+ /// md.comp.outlined-autocomplete.text-field.hover.state-layer.color (Hovered / State layer)
189
+ $text-field-hover-state-layer-color: md-sys-color.$on-surface;
190
+ /// md.comp.outlined-autocomplete.text-field.hover.state-layer.opacity (Hovered / State layer)
191
+ $text-field-hover-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
192
+ /// md.comp.outlined-autocomplete.text-field.hover.supporting-text.color (Hovered / Supporting text)
193
+ $text-field-hover-supporting-text-color: md-sys-color.$on-surface-variant;
194
+ /// md.comp.outlined-autocomplete.text-field.hover.trailing-icon.color (Hovered / Trailing icon)
195
+ $text-field-hover-trailing-icon-color: md-sys-color.$on-surface-variant;
196
+ /// md.comp.outlined-autocomplete.text-field.input-text.color (Enabled / Input text)
197
+ $text-field-input-text-color: md-sys-color.$on-surface;
198
+ /// md.comp.outlined-autocomplete.text-field.input-text.font (Enabled / Input text)
199
+ $text-field-input-text-font: md-sys-typescale.$body-large-font;
200
+ /// md.comp.outlined-autocomplete.text-field.input-text.line-height (Enabled / Input text)
201
+ $text-field-input-text-line-height: md-sys-typescale.$body-large-line-height;
202
+ /// md.comp.outlined-autocomplete.text-field.input-text.size (Enabled / Input text)
203
+ $text-field-input-text-size: md-sys-typescale.$body-large-size;
204
+ /// md.comp.outlined-autocomplete.text-field.input-text.tracking (Enabled / Input text)
205
+ $text-field-input-text-tracking: md-sys-typescale.$body-large-tracking;
206
+ /// md.comp.outlined-autocomplete.text-field.input-text.weight (Enabled / Input text)
207
+ $text-field-input-text-weight: md-sys-typescale.$body-large-weight;
208
+ /// md.comp.outlined-autocomplete.text-field.label-text.color (Enabled / Label text)
209
+ $text-field-label-text-color: md-sys-color.$on-surface-variant;
210
+ /// md.comp.outlined-autocomplete.text-field.label-text.font (Enabled / Label text)
211
+ $text-field-label-text-font: md-sys-typescale.$body-large-font;
212
+ /// md.comp.outlined-autocomplete.text-field.label-text.line-height (Enabled / Label text)
213
+ $text-field-label-text-line-height: md-sys-typescale.$body-large-line-height;
214
+ /// md.comp.outlined-autocomplete.text-field.label-text.populated.line-height (Enabled / Label text)
215
+ $text-field-label-text-populated-line-height: md-sys-typescale.$body-small-line-height;
216
+ /// md.comp.outlined-autocomplete.text-field.label-text.populated.size (Enabled / Label text)
217
+ $text-field-label-text-populated-size: md-sys-typescale.$body-small-size;
218
+ /// md.comp.outlined-autocomplete.text-field.label-text.size (Enabled / Label text)
219
+ $text-field-label-text-size: md-sys-typescale.$body-large-size;
220
+ /// md.comp.outlined-autocomplete.text-field.label-text.tracking (Enabled / Label text)
221
+ $text-field-label-text-tracking: md-sys-typescale.$body-large-tracking;
222
+ /// md.comp.outlined-autocomplete.text-field.label-text.weight (Enabled / Label text)
223
+ $text-field-label-text-weight: md-sys-typescale.$body-large-weight;
224
+ /// md.comp.outlined-autocomplete.text-field.leading-icon.color (Enabled / Leading icon)
225
+ $text-field-leading-icon-color: md-sys-color.$on-surface-variant;
226
+ /// md.comp.outlined-autocomplete.text-field.outline.color (Enabled / Container)
227
+ $text-field-outline-color: md-sys-color.$outline;
228
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.color (Enabled / Supporting text)
229
+ $text-field-supporting-text-color: md-sys-color.$on-surface-variant;
230
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.font (Enabled / Supporting text)
231
+ $text-field-supporting-text-font: md-sys-typescale.$body-small-font;
232
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.line-height (Enabled / Supporting text)
233
+ $text-field-supporting-text-line-height: md-sys-typescale.$body-small-line-height;
234
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.size (Enabled / Supporting text)
235
+ $text-field-supporting-text-size: md-sys-typescale.$body-small-size;
236
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.tracking (Enabled / Supporting text)
237
+ $text-field-supporting-text-tracking: md-sys-typescale.$body-small-tracking;
238
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.weight (Enabled / Supporting text)
239
+ $text-field-supporting-text-weight: md-sys-typescale.$body-small-weight;
240
+ /// md.comp.outlined-autocomplete.text-field.trailing-icon.color (Enabled / Trailing icon)
241
+ $text-field-trailing-icon-color: md-sys-color.$on-surface-variant;
242
+ /// md.comp.outlined-autocomplete.menu.list-item.label-text.type (Enabled / Label text)
243
+ ///
244
+ /// @deprecated Deprecating per b/262592125
245
+ @mixin menu-list-item-label-text-type {
246
+ font-family: $menu-list-item-label-text-font;
247
+ font-size: $menu-list-item-label-text-size;
248
+ font-weight: $menu-list-item-label-text-weight;
249
+ letter-spacing: $menu-list-item-label-text-tracking;
250
+ line-height: $menu-list-item-label-text-line-height;
251
+ }
252
+ /// md.comp.outlined-autocomplete.text-field.input-text.type (Enabled / Input text)
253
+ @mixin text-field-input-text-type {
254
+ font-family: $text-field-input-text-font;
255
+ font-size: $text-field-input-text-size;
256
+ font-weight: $text-field-input-text-weight;
257
+ letter-spacing: $text-field-input-text-tracking;
258
+ line-height: $text-field-input-text-line-height;
259
+ }
260
+ /// md.comp.outlined-autocomplete.text-field.label-text.type (Enabled / Label text)
261
+ @mixin text-field-label-text-type {
262
+ font-family: $text-field-label-text-font;
263
+ font-size: $text-field-label-text-size;
264
+ font-weight: $text-field-label-text-weight;
265
+ letter-spacing: $text-field-label-text-tracking;
266
+ line-height: $text-field-label-text-line-height;
267
+ }
268
+ /// md.comp.outlined-autocomplete.text-field.supporting-text.type (Enabled / Supporting text)
269
+ @mixin text-field-supporting-text-type {
270
+ font-family: $text-field-supporting-text-font;
271
+ font-size: $text-field-supporting-text-size;
272
+ font-weight: $text-field-supporting-text-weight;
273
+ letter-spacing: $text-field-supporting-text-tracking;
274
+ line-height: $text-field-supporting-text-line-height;
275
+ }
@@ -0,0 +1,182 @@
1
+ //
2
+ // Copyright 2026 Google LLC
3
+ // SPDX-License-Identifier: Apache-2.0
4
+ //
5
+ // AUTOGENERATED. DO NOT MODIFY.
6
+ // To modify this file, update the source template,
7
+ // or run the compiler: go/carbon-service-code-gen-mwtc.
8
+ // Source template: formats/sassvars/contextualtokenset.scss.tmpl
9
+
10
+ // Design system: Google Material 3
11
+ // Version: 34.0.21
12
+ // Configured context tags:
13
+ // audience: 3p
14
+ // font: static
15
+ // platform: web
16
+ // Output format: sass_vars
17
+
18
+ @use 'md-sys-color';
19
+ @use 'md-sys-elevation';
20
+ @use 'md-sys-shape';
21
+ @use 'md-sys-state';
22
+ @use 'md-sys-state-focus-indicator';
23
+ @use 'md-sys-typescale';
24
+
25
+ /// md.comp.outlined-button.container.height ([Deprecated] Enabled / [Deprecated] Container)
26
+ ///
27
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
28
+ $container-height: 40px;
29
+ /// md.comp.outlined-button.disabled.label-text.opacity ([Deprecated] Disabled / [Deprecated] Label text)
30
+ ///
31
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
32
+ $disabled-label-text-opacity: 0.38;
33
+ /// md.comp.outlined-button.disabled.outline.opacity ([Deprecated] Disabled / [Deprecated] Outline)
34
+ ///
35
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
36
+ $disabled-outline-opacity: 0.12;
37
+ /// md.comp.outlined-button.outline.width ([Deprecated] Enabled / [Deprecated] Outline)
38
+ ///
39
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
40
+ $outline-width: 1px;
41
+ /// md.comp.outlined-button.with-icon.disabled.icon.opacity ([Deprecated] Disabled / [Deprecated] Icon)
42
+ ///
43
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
44
+ $with-icon-disabled-icon-opacity: 0.38;
45
+ /// md.comp.outlined-button.with-icon.icon.size ([Deprecated] Enabled / [Deprecated] Icon)
46
+ ///
47
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
48
+ $with-icon-icon-size: 18px;
49
+ /// md.comp.outlined-button.container.elevation ([Deprecated] Enabled / [Deprecated] Container)
50
+ ///
51
+ /// @deprecated Reduced redundency in the system by eliminating tokens that duplicate the default value of zero. Replace usage with the default value of zero.
52
+ $container-elevation: md-sys-elevation.$level0;
53
+ /// md.comp.outlined-button.container.shape ([Deprecated] Enabled / [Deprecated] Container)
54
+ ///
55
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
56
+ $container-shape: md-sys-shape.$corner-full;
57
+ /// md.comp.outlined-button.disabled.label-text.color ([Deprecated] Disabled / [Deprecated] Label text)
58
+ ///
59
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
60
+ $disabled-label-text-color: md-sys-color.$on-surface;
61
+ /// md.comp.outlined-button.disabled.outline.color ([Deprecated] Disabled / [Deprecated] Outline)
62
+ ///
63
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
64
+ $disabled-outline-color: md-sys-color.$on-surface;
65
+ /// md.comp.outlined-button.focus.indicator.color ([Deprecated] Focused / [Deprecated] Focus indicator)
66
+ ///
67
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
68
+ $focus-indicator-color: md-sys-color.$secondary;
69
+ /// md.comp.outlined-button.focus.indicator.outline.offset ([Deprecated] Focused / [Deprecated] Focus indicator)
70
+ ///
71
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
72
+ $focus-indicator-outline-offset: md-sys-state-focus-indicator.$outer-offset;
73
+ /// md.comp.outlined-button.focus.indicator.thickness ([Deprecated] Focused / [Deprecated] Focus indicator)
74
+ ///
75
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
76
+ $focus-indicator-thickness: md-sys-state-focus-indicator.$thickness;
77
+ /// md.comp.outlined-button.focus.label-text.color ([Deprecated] Focused / [Deprecated] Label text)
78
+ ///
79
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
80
+ $focus-label-text-color: md-sys-color.$primary;
81
+ /// md.comp.outlined-button.focus.outline.color ([Deprecated] Focused / [Deprecated] Outline)
82
+ ///
83
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
84
+ $focus-outline-color: md-sys-color.$primary;
85
+ /// md.comp.outlined-button.focus.state-layer.color ([Deprecated] Focused / [Deprecated] State layer)
86
+ ///
87
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
88
+ $focus-state-layer-color: md-sys-color.$primary;
89
+ /// md.comp.outlined-button.focus.state-layer.opacity ([Deprecated] Focused / [Deprecated] State layer)
90
+ ///
91
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
92
+ $focus-state-layer-opacity: md-sys-state.$focus-state-layer-opacity;
93
+ /// md.comp.outlined-button.hover.label-text.color ([Deprecated] Hovered / [Deprecated] Label text)
94
+ ///
95
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
96
+ $hover-label-text-color: md-sys-color.$primary;
97
+ /// md.comp.outlined-button.hover.outline.color ([Deprecated] Hovered / [Deprecated] Outline)
98
+ ///
99
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
100
+ $hover-outline-color: md-sys-color.$outline;
101
+ /// md.comp.outlined-button.hover.state-layer.color ([Deprecated] Hovered / [Deprecated] State layer)
102
+ ///
103
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
104
+ $hover-state-layer-color: md-sys-color.$primary;
105
+ /// md.comp.outlined-button.hover.state-layer.opacity ([Deprecated] Hovered / [Deprecated] State layer)
106
+ ///
107
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
108
+ $hover-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
109
+ /// md.comp.outlined-button.label-text.color ([Deprecated] Enabled / [Deprecated] Label text)
110
+ ///
111
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
112
+ $label-text-color: md-sys-color.$primary;
113
+ /// md.comp.outlined-button.label-text.font ([Deprecated] Enabled / [Deprecated] Label text)
114
+ ///
115
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
116
+ $label-text-font: md-sys-typescale.$label-large-font;
117
+ /// md.comp.outlined-button.label-text.line-height ([Deprecated] Enabled / [Deprecated] Label text)
118
+ ///
119
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
120
+ $label-text-line-height: md-sys-typescale.$label-large-line-height;
121
+ /// md.comp.outlined-button.label-text.size ([Deprecated] Enabled / [Deprecated] Label text)
122
+ ///
123
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
124
+ $label-text-size: md-sys-typescale.$label-large-size;
125
+ /// md.comp.outlined-button.label-text.tracking ([Deprecated] Enabled / [Deprecated] Label text)
126
+ ///
127
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
128
+ $label-text-tracking: md-sys-typescale.$label-large-tracking;
129
+ /// md.comp.outlined-button.label-text.weight ([Deprecated] Enabled / [Deprecated] Label text)
130
+ ///
131
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
132
+ $label-text-weight: md-sys-typescale.$label-large-weight;
133
+ /// md.comp.outlined-button.outline.color ([Deprecated] Enabled / [Deprecated] Outline)
134
+ ///
135
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
136
+ $outline-color: md-sys-color.$outline;
137
+ /// md.comp.outlined-button.pressed.label-text.color ([Deprecated] Pressed (ripple) / [Deprecated] Label text)
138
+ ///
139
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
140
+ $pressed-label-text-color: md-sys-color.$primary;
141
+ /// md.comp.outlined-button.pressed.outline.color ([Deprecated] Pressed (ripple) / [Deprecated] Outline)
142
+ ///
143
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
144
+ $pressed-outline-color: md-sys-color.$outline;
145
+ /// md.comp.outlined-button.pressed.state-layer.color ([Deprecated] Pressed (ripple) / [Deprecated] State layer)
146
+ ///
147
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
148
+ $pressed-state-layer-color: md-sys-color.$primary;
149
+ /// md.comp.outlined-button.pressed.state-layer.opacity ([Deprecated] Pressed (ripple) / [Deprecated] State layer)
150
+ ///
151
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
152
+ $pressed-state-layer-opacity: md-sys-state.$pressed-state-layer-opacity;
153
+ /// md.comp.outlined-button.with-icon.disabled.icon.color ([Deprecated] Disabled / [Deprecated] Icon)
154
+ ///
155
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
156
+ $with-icon-disabled-icon-color: md-sys-color.$on-surface;
157
+ /// md.comp.outlined-button.with-icon.focus.icon.color ([Deprecated] Focused / [Deprecated] Icon)
158
+ ///
159
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
160
+ $with-icon-focus-icon-color: md-sys-color.$primary;
161
+ /// md.comp.outlined-button.with-icon.hover.icon.color ([Deprecated] Hovered / [Deprecated] Icon)
162
+ ///
163
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
164
+ $with-icon-hover-icon-color: md-sys-color.$primary;
165
+ /// md.comp.outlined-button.with-icon.icon.color ([Deprecated] Enabled / [Deprecated] Icon)
166
+ ///
167
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
168
+ $with-icon-icon-color: md-sys-color.$primary;
169
+ /// md.comp.outlined-button.with-icon.pressed.icon.color ([Deprecated] Pressed (ripple) / [Deprecated] Icon)
170
+ ///
171
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
172
+ $with-icon-pressed-icon-color: md-sys-color.$primary;
173
+ /// md.comp.outlined-button.label-text.type ([Deprecated] Enabled / [Deprecated] Label text)
174
+ ///
175
+ /// @deprecated This token is deprecated. Use the corresponding token from either the md.comp.button.outlined or md.comp.button.(size) set instead.
176
+ @mixin label-text-type {
177
+ font-family: $label-text-font;
178
+ font-size: $label-text-size;
179
+ font-weight: $label-text-weight;
180
+ letter-spacing: $label-text-tracking;
181
+ line-height: $label-text-line-height;
182
+ }
@@ -0,0 +1,87 @@
1
+ //
2
+ // Copyright 2026 Google LLC
3
+ // SPDX-License-Identifier: Apache-2.0
4
+ //
5
+ // AUTOGENERATED. DO NOT MODIFY.
6
+ // To modify this file, update the source template,
7
+ // or run the compiler: go/carbon-service-code-gen-mwtc.
8
+ // Source template: formats/sassvars/contextualtokenset.scss.tmpl
9
+
10
+ // Design system: Google Material 3
11
+ // Version: 34.0.21
12
+ // Configured context tags:
13
+ // audience: 3p
14
+ // font: static
15
+ // platform: web
16
+ // Output format: sass_vars
17
+
18
+ @use 'md-sys-color';
19
+ @use 'md-sys-elevation';
20
+ @use 'md-sys-shape';
21
+ @use 'md-sys-state';
22
+ @use 'md-sys-state-focus-indicator';
23
+
24
+ /// md.comp.outlined-card.disabled.outline.opacity (Disabled / Outline)
25
+ $disabled-outline-opacity: 0.12;
26
+ /// md.comp.outlined-card.icon.size (Enabled / Icon)
27
+ $icon-size: 24px;
28
+ /// md.comp.outlined-card.outline.width (Enabled / Outline)
29
+ $outline-width: 1px;
30
+ /// md.comp.outlined-card.container.color (Enabled / Container)
31
+ $container-color: md-sys-color.$surface;
32
+ /// md.comp.outlined-card.container.elevation (Enabled / Container)
33
+ $container-elevation: md-sys-elevation.$level0;
34
+ /// md.comp.outlined-card.container.shadow-color (Enabled / Outline)
35
+ $container-shadow-color: md-sys-color.$shadow;
36
+ /// md.comp.outlined-card.container.shape (Enabled / Container)
37
+ $container-shape: md-sys-shape.$corner-medium;
38
+ /// md.comp.outlined-card.container.surface-tint-layer.color (Enabled / Container)
39
+ ///
40
+ /// @deprecated Deprecated as part of the update from opacity based surfaces to tonal surfaces. Surfaces no longer use surface-tint layers for tinting, please use the desired surface role directly as the container color.
41
+ $container-surface-tint-layer-color: md-sys-color.$surface-tint;
42
+ /// md.comp.outlined-card.disabled.container.elevation (Disabled / Container)
43
+ $disabled-container-elevation: md-sys-elevation.$level0;
44
+ /// md.comp.outlined-card.disabled.outline.color (Disabled / Outline)
45
+ $disabled-outline-color: md-sys-color.$outline;
46
+ /// md.comp.outlined-card.dragged.container.elevation (Dragged / Container)
47
+ $dragged-container-elevation: md-sys-elevation.$level3;
48
+ /// md.comp.outlined-card.dragged.outline.color (Dragged / Outline)
49
+ $dragged-outline-color: md-sys-color.$outline-variant;
50
+ /// md.comp.outlined-card.dragged.state-layer.color (Dragged / State layer)
51
+ $dragged-state-layer-color: md-sys-color.$on-surface;
52
+ /// md.comp.outlined-card.dragged.state-layer.opacity (Dragged / State layer)
53
+ $dragged-state-layer-opacity: md-sys-state.$dragged-state-layer-opacity;
54
+ /// md.comp.outlined-card.focus.container.elevation (Focused / Container)
55
+ $focus-container-elevation: md-sys-elevation.$level0;
56
+ /// md.comp.outlined-card.focus.indicator.color (Focused / Focus indicator)
57
+ $focus-indicator-color: md-sys-color.$secondary;
58
+ /// md.comp.outlined-card.focus.indicator.outline.offset (Focused / Focus indicator)
59
+ $focus-indicator-outline-offset: md-sys-state-focus-indicator.$outer-offset;
60
+ /// md.comp.outlined-card.focus.indicator.thickness (Focused / Focus indicator)
61
+ $focus-indicator-thickness: md-sys-state-focus-indicator.$thickness;
62
+ /// md.comp.outlined-card.focus.outline.color (Focused / Outline)
63
+ $focus-outline-color: md-sys-color.$on-surface;
64
+ /// md.comp.outlined-card.focus.state-layer.color (Focused / State layer)
65
+ $focus-state-layer-color: md-sys-color.$on-surface;
66
+ /// md.comp.outlined-card.focus.state-layer.opacity (Focused / State layer)
67
+ $focus-state-layer-opacity: md-sys-state.$focus-state-layer-opacity;
68
+ /// md.comp.outlined-card.hover.container.elevation (Hovered / Container)
69
+ $hover-container-elevation: md-sys-elevation.$level1;
70
+ /// md.comp.outlined-card.hover.outline.color (Hovered / Outline)
71
+ $hover-outline-color: md-sys-color.$outline-variant;
72
+ /// md.comp.outlined-card.hover.state-layer.color (Hovered / State layer)
73
+ $hover-state-layer-color: md-sys-color.$on-surface;
74
+ /// md.comp.outlined-card.hover.state-layer.opacity (Hovered / State layer)
75
+ $hover-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
76
+ /// md.comp.outlined-card.icon.color (Enabled / Icon)
77
+ $icon-color: md-sys-color.$primary;
78
+ /// md.comp.outlined-card.outline.color (Enabled / Outline)
79
+ $outline-color: md-sys-color.$outline-variant;
80
+ /// md.comp.outlined-card.pressed.container.elevation (Pressed (ripple) / Container)
81
+ $pressed-container-elevation: md-sys-elevation.$level0;
82
+ /// md.comp.outlined-card.pressed.outline.color (Pressed (ripple) / Outline)
83
+ $pressed-outline-color: md-sys-color.$outline-variant;
84
+ /// md.comp.outlined-card.pressed.state-layer.color (Pressed (ripple) / State layer)
85
+ $pressed-state-layer-color: md-sys-color.$on-surface;
86
+ /// md.comp.outlined-card.pressed.state-layer.opacity (Pressed (ripple) / State layer)
87
+ $pressed-state-layer-opacity: md-sys-state.$pressed-state-layer-opacity;