@angular/material 19.0.0-next.0 → 19.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (646) hide show
  1. package/_index.scss +4 -5
  2. package/button/_button-base.scss +2 -4
  3. package/button/index.d.ts +2 -10
  4. package/checkbox/_checkbox-common.scss +7 -7
  5. package/checkbox/index.d.ts +0 -7
  6. package/chips/index.d.ts +1 -10
  7. package/core/_core.scss +9 -7
  8. package/core/focus-indicators/_private.scss +20 -81
  9. package/core/index.d.ts +8 -10
  10. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +5 -4
  11. package/core/style/_elevation.scss +1 -1
  12. package/core/style/_list-common.scss +2 -2
  13. package/core/style/_menu-common.scss +1 -0
  14. package/core/theming/_palettes.scss +132 -45
  15. package/core/tokens/_m3-system.scss +228 -0
  16. package/core/tokens/_m3-tokens.scss +8 -149
  17. package/core/tokens/_token-utils.scss +13 -12
  18. package/core/tokens/m2/mat/_datepicker.scss +1 -1
  19. package/core/tokens/m3/mat/_datepicker.scss +2 -2
  20. package/core/tokens/m3/mat/_sidenav.scss +0 -1
  21. package/dialog/index.d.ts +2 -2
  22. package/fesm2022/autocomplete.mjs +2 -2
  23. package/fesm2022/autocomplete.mjs.map +1 -1
  24. package/fesm2022/badge.mjs +7 -20
  25. package/fesm2022/badge.mjs.map +1 -1
  26. package/fesm2022/bottom-sheet.mjs +2 -2
  27. package/fesm2022/bottom-sheet.mjs.map +1 -1
  28. package/fesm2022/button-toggle.mjs +2 -2
  29. package/fesm2022/button-toggle.mjs.map +1 -1
  30. package/fesm2022/button.mjs +16 -27
  31. package/fesm2022/button.mjs.map +1 -1
  32. package/fesm2022/card.mjs +2 -2
  33. package/fesm2022/card.mjs.map +1 -1
  34. package/fesm2022/checkbox.mjs +2 -5
  35. package/fesm2022/checkbox.mjs.map +1 -1
  36. package/fesm2022/chips.mjs +8 -19
  37. package/fesm2022/chips.mjs.map +1 -1
  38. package/fesm2022/core.mjs +64 -40
  39. package/fesm2022/core.mjs.map +1 -1
  40. package/fesm2022/datepicker.mjs +8 -8
  41. package/fesm2022/datepicker.mjs.map +1 -1
  42. package/fesm2022/dialog.mjs +5 -5
  43. package/fesm2022/dialog.mjs.map +1 -1
  44. package/fesm2022/divider.mjs +2 -2
  45. package/fesm2022/divider.mjs.map +1 -1
  46. package/fesm2022/expansion.mjs +4 -4
  47. package/fesm2022/expansion.mjs.map +1 -1
  48. package/fesm2022/form-field.mjs +2 -2
  49. package/fesm2022/form-field.mjs.map +1 -1
  50. package/fesm2022/icon.mjs +4 -5
  51. package/fesm2022/icon.mjs.map +1 -1
  52. package/fesm2022/input/testing.mjs +7 -1
  53. package/fesm2022/input/testing.mjs.map +1 -1
  54. package/fesm2022/input.mjs +43 -9
  55. package/fesm2022/input.mjs.map +1 -1
  56. package/fesm2022/list.mjs +14 -14
  57. package/fesm2022/list.mjs.map +1 -1
  58. package/fesm2022/menu.mjs +4 -4
  59. package/fesm2022/menu.mjs.map +1 -1
  60. package/fesm2022/paginator.mjs +2 -2
  61. package/fesm2022/paginator.mjs.map +1 -1
  62. package/fesm2022/progress-bar.mjs +2 -2
  63. package/fesm2022/progress-bar.mjs.map +1 -1
  64. package/fesm2022/progress-spinner.mjs +2 -2
  65. package/fesm2022/progress-spinner.mjs.map +1 -1
  66. package/fesm2022/radio.mjs +2 -2
  67. package/fesm2022/radio.mjs.map +1 -1
  68. package/fesm2022/select.mjs +6 -6
  69. package/fesm2022/select.mjs.map +1 -1
  70. package/fesm2022/sidenav.mjs +4 -4
  71. package/fesm2022/sidenav.mjs.map +1 -1
  72. package/fesm2022/slide-toggle.mjs +2 -2
  73. package/fesm2022/slide-toggle.mjs.map +1 -1
  74. package/fesm2022/slider.mjs +4 -4
  75. package/fesm2022/slider.mjs.map +1 -1
  76. package/fesm2022/snack-bar.mjs +2 -2
  77. package/fesm2022/snack-bar.mjs.map +1 -1
  78. package/fesm2022/stepper.mjs +4 -4
  79. package/fesm2022/stepper.mjs.map +1 -1
  80. package/fesm2022/table.mjs +2 -2
  81. package/fesm2022/table.mjs.map +1 -1
  82. package/fesm2022/tabs.mjs +9 -9
  83. package/fesm2022/tabs.mjs.map +1 -1
  84. package/fesm2022/toolbar.mjs +2 -2
  85. package/fesm2022/toolbar.mjs.map +1 -1
  86. package/fesm2022/tooltip.mjs +16 -4
  87. package/fesm2022/tooltip.mjs.map +1 -1
  88. package/fesm2022/tree.mjs +2 -2
  89. package/fesm2022/tree.mjs.map +1 -1
  90. package/form-field/_mdc-text-field-structure.scss +6 -0
  91. package/input/index.d.ts +18 -1
  92. package/package.json +2 -146
  93. package/prebuilt-themes/azure-blue.css +1 -1
  94. package/prebuilt-themes/cyan-orange.css +1 -1
  95. package/prebuilt-themes/deeppurple-amber.css +1 -1
  96. package/prebuilt-themes/indigo-pink.css +1 -1
  97. package/prebuilt-themes/magenta-violet.css +1 -1
  98. package/prebuilt-themes/pink-bluegrey.css +1 -1
  99. package/prebuilt-themes/purple-green.css +1 -1
  100. package/prebuilt-themes/rose-red.css +1 -1
  101. package/schematics/ng-add/index.js +1 -1
  102. package/schematics/ng-add/index.mjs +1 -1
  103. package/select/index.d.ts +2 -2
  104. package/slide-toggle/_slide-toggle-theme.scss +8 -6
  105. package/tabs/_tabs-common.scss +12 -10
  106. package/core/focus-indicators/_focus-indicators-theme.scss +0 -11
  107. package/core/focus-indicators/_focus-indicators.scss +0 -6
  108. package/esm2022/autocomplete/animations.mjs +0 -24
  109. package/esm2022/autocomplete/autocomplete-origin.mjs +0 -31
  110. package/esm2022/autocomplete/autocomplete-trigger.mjs +0 -902
  111. package/esm2022/autocomplete/autocomplete.mjs +0 -238
  112. package/esm2022/autocomplete/autocomplete_public_index.mjs +0 -5
  113. package/esm2022/autocomplete/index.mjs +0 -9
  114. package/esm2022/autocomplete/module.mjs +0 -61
  115. package/esm2022/autocomplete/public-api.mjs +0 -14
  116. package/esm2022/autocomplete/testing/autocomplete-harness-filters.mjs +0 -9
  117. package/esm2022/autocomplete/testing/autocomplete-harness.mjs +0 -105
  118. package/esm2022/autocomplete/testing/index.mjs +0 -9
  119. package/esm2022/autocomplete/testing/public-api.mjs +0 -10
  120. package/esm2022/badge/badge-module.mjs +0 -27
  121. package/esm2022/badge/badge.mjs +0 -301
  122. package/esm2022/badge/badge_public_index.mjs +0 -5
  123. package/esm2022/badge/index.mjs +0 -9
  124. package/esm2022/badge/public-api.mjs +0 -10
  125. package/esm2022/badge/testing/badge-harness-filters.mjs +0 -9
  126. package/esm2022/badge/testing/badge-harness.mjs +0 -71
  127. package/esm2022/badge/testing/index.mjs +0 -9
  128. package/esm2022/badge/testing/public-api.mjs +0 -10
  129. package/esm2022/bottom-sheet/bottom-sheet-animations.mjs +0 -26
  130. package/esm2022/bottom-sheet/bottom-sheet-config.mjs +0 -48
  131. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +0 -85
  132. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +0 -28
  133. package/esm2022/bottom-sheet/bottom-sheet-ref.mjs +0 -104
  134. package/esm2022/bottom-sheet/bottom-sheet.mjs +0 -115
  135. package/esm2022/bottom-sheet/bottom-sheet_public_index.mjs +0 -5
  136. package/esm2022/bottom-sheet/index.mjs +0 -9
  137. package/esm2022/bottom-sheet/public-api.mjs +0 -14
  138. package/esm2022/bottom-sheet/testing/bottom-sheet-harness-filters.mjs +0 -9
  139. package/esm2022/bottom-sheet/testing/bottom-sheet-harness.mjs +0 -35
  140. package/esm2022/bottom-sheet/testing/index.mjs +0 -9
  141. package/esm2022/bottom-sheet/testing/public-api.mjs +0 -10
  142. package/esm2022/button/button-base.mjs +0 -230
  143. package/esm2022/button/button.mjs +0 -67
  144. package/esm2022/button/button_public_index.mjs +0 -5
  145. package/esm2022/button/fab.mjs +0 -166
  146. package/esm2022/button/icon-button.mjs +0 -56
  147. package/esm2022/button/index.mjs +0 -9
  148. package/esm2022/button/module.mjs +0 -65
  149. package/esm2022/button/public-api.mjs +0 -13
  150. package/esm2022/button/testing/button-harness-filters.mjs +0 -9
  151. package/esm2022/button/testing/button-harness.mjs +0 -80
  152. package/esm2022/button/testing/index.mjs +0 -9
  153. package/esm2022/button/testing/public-api.mjs +0 -10
  154. package/esm2022/button-toggle/button-toggle-module.mjs +0 -24
  155. package/esm2022/button-toggle/button-toggle.mjs +0 -651
  156. package/esm2022/button-toggle/button-toggle_public_index.mjs +0 -5
  157. package/esm2022/button-toggle/index.mjs +0 -9
  158. package/esm2022/button-toggle/public-api.mjs +0 -10
  159. package/esm2022/button-toggle/testing/button-toggle-group-harness-filters.mjs +0 -9
  160. package/esm2022/button-toggle/testing/button-toggle-group-harness.mjs +0 -47
  161. package/esm2022/button-toggle/testing/button-toggle-harness-filters.mjs +0 -9
  162. package/esm2022/button-toggle/testing/button-toggle-harness.mjs +0 -105
  163. package/esm2022/button-toggle/testing/index.mjs +0 -9
  164. package/esm2022/button-toggle/testing/public-api.mjs +0 -12
  165. package/esm2022/card/card.mjs +0 -273
  166. package/esm2022/card/card_public_index.mjs +0 -5
  167. package/esm2022/card/index.mjs +0 -9
  168. package/esm2022/card/module.mjs +0 -67
  169. package/esm2022/card/public-api.mjs +0 -10
  170. package/esm2022/card/testing/card-harness-filters.mjs +0 -9
  171. package/esm2022/card/testing/card-harness.mjs +0 -50
  172. package/esm2022/card/testing/index.mjs +0 -9
  173. package/esm2022/card/testing/public-api.mjs +0 -10
  174. package/esm2022/checkbox/checkbox-config.mjs +0 -22
  175. package/esm2022/checkbox/checkbox-required-validator.mjs +0 -41
  176. package/esm2022/checkbox/checkbox.mjs +0 -443
  177. package/esm2022/checkbox/checkbox_public_index.mjs +0 -5
  178. package/esm2022/checkbox/index.mjs +0 -9
  179. package/esm2022/checkbox/module.mjs +0 -41
  180. package/esm2022/checkbox/public-api.mjs +0 -12
  181. package/esm2022/checkbox/testing/checkbox-harness-filters.mjs +0 -9
  182. package/esm2022/checkbox/testing/checkbox-harness.mjs +0 -138
  183. package/esm2022/checkbox/testing/index.mjs +0 -9
  184. package/esm2022/checkbox/testing/public-api.mjs +0 -9
  185. package/esm2022/chips/chip-action.mjs +0 -113
  186. package/esm2022/chips/chip-edit-input.mjs +0 -61
  187. package/esm2022/chips/chip-grid.mjs +0 -420
  188. package/esm2022/chips/chip-icons.mjs +0 -107
  189. package/esm2022/chips/chip-input.mjs +0 -192
  190. package/esm2022/chips/chip-listbox.mjs +0 -369
  191. package/esm2022/chips/chip-option.mjs +0 -190
  192. package/esm2022/chips/chip-row.mjs +0 -173
  193. package/esm2022/chips/chip-set.mjs +0 -283
  194. package/esm2022/chips/chip-text-control.mjs +0 -9
  195. package/esm2022/chips/chip.mjs +0 -322
  196. package/esm2022/chips/chips_public_index.mjs +0 -5
  197. package/esm2022/chips/index.mjs +0 -9
  198. package/esm2022/chips/module.mjs +0 -85
  199. package/esm2022/chips/public-api.mjs +0 -20
  200. package/esm2022/chips/testing/chip-avatar-harness.mjs +0 -22
  201. package/esm2022/chips/testing/chip-edit-input-harness.mjs +0 -33
  202. package/esm2022/chips/testing/chip-grid-harness.mjs +0 -45
  203. package/esm2022/chips/testing/chip-harness-filters.mjs +0 -9
  204. package/esm2022/chips/testing/chip-harness.mjs +0 -62
  205. package/esm2022/chips/testing/chip-input-harness.mjs +0 -85
  206. package/esm2022/chips/testing/chip-listbox-harness.mjs +0 -61
  207. package/esm2022/chips/testing/chip-option-harness.mjs +0 -45
  208. package/esm2022/chips/testing/chip-remove-harness.mjs +0 -26
  209. package/esm2022/chips/testing/chip-row-harness.mjs +0 -40
  210. package/esm2022/chips/testing/chip-set-harness.mjs +0 -26
  211. package/esm2022/chips/testing/index.mjs +0 -9
  212. package/esm2022/chips/testing/public-api.mjs +0 -19
  213. package/esm2022/chips/tokens.mjs +0 -39
  214. package/esm2022/core/animation/animation.mjs +0 -21
  215. package/esm2022/core/common-behaviors/color.mjs +0 -33
  216. package/esm2022/core/common-behaviors/common-module.mjs +0 -127
  217. package/esm2022/core/common-behaviors/constructor.mjs +0 -9
  218. package/esm2022/core/common-behaviors/disable-ripple.mjs +0 -24
  219. package/esm2022/core/common-behaviors/disabled.mjs +0 -23
  220. package/esm2022/core/common-behaviors/error-state.mjs +0 -66
  221. package/esm2022/core/common-behaviors/index.mjs +0 -15
  222. package/esm2022/core/common-behaviors/initialized.mjs +0 -62
  223. package/esm2022/core/common-behaviors/tabindex.mjs +0 -25
  224. package/esm2022/core/core_public_index.mjs +0 -5
  225. package/esm2022/core/datetime/date-adapter.mjs +0 -109
  226. package/esm2022/core/datetime/date-formats.mjs +0 -10
  227. package/esm2022/core/datetime/index.mjs +0 -46
  228. package/esm2022/core/datetime/native-date-adapter.mjs +0 -221
  229. package/esm2022/core/datetime/native-date-formats.mjs +0 -19
  230. package/esm2022/core/error/error-options.mjs +0 -33
  231. package/esm2022/core/index.mjs +0 -9
  232. package/esm2022/core/internal-form-field/internal-form-field.mjs +0 -29
  233. package/esm2022/core/line/line.mjs +0 -64
  234. package/esm2022/core/option/index.mjs +0 -30
  235. package/esm2022/core/option/optgroup.mjs +0 -71
  236. package/esm2022/core/option/option-parent.mjs +0 -13
  237. package/esm2022/core/option/option.mjs +0 -283
  238. package/esm2022/core/private/index.mjs +0 -9
  239. package/esm2022/core/private/ripple-loader.mjs +0 -160
  240. package/esm2022/core/public-api.mjs +0 -19
  241. package/esm2022/core/ripple/index.mjs +0 -27
  242. package/esm2022/core/ripple/ripple-event-manager.mjs +0 -69
  243. package/esm2022/core/ripple/ripple-ref.mjs +0 -39
  244. package/esm2022/core/ripple/ripple-renderer.mjs +0 -354
  245. package/esm2022/core/ripple/ripple.mjs +0 -156
  246. package/esm2022/core/selection/index.mjs +0 -10
  247. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +0 -24
  248. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +0 -62
  249. package/esm2022/core/testing/index.mjs +0 -9
  250. package/esm2022/core/testing/optgroup-harness-filters.mjs +0 -9
  251. package/esm2022/core/testing/optgroup-harness.mjs +0 -43
  252. package/esm2022/core/testing/option-harness-filters.mjs +0 -9
  253. package/esm2022/core/testing/option-harness.mjs +0 -53
  254. package/esm2022/core/testing/public-api.mjs +0 -12
  255. package/esm2022/core/version.mjs +0 -11
  256. package/esm2022/datepicker/aria-accessible-name.mjs +0 -159
  257. package/esm2022/datepicker/calendar-body.mjs +0 -509
  258. package/esm2022/datepicker/calendar.mjs +0 -426
  259. package/esm2022/datepicker/date-range-input-parts.mjs +0 -372
  260. package/esm2022/datepicker/date-range-input.mjs +0 -369
  261. package/esm2022/datepicker/date-range-picker.mjs +0 -51
  262. package/esm2022/datepicker/date-range-selection-strategy.mjs +0 -97
  263. package/esm2022/datepicker/date-selection-model.mjs +0 -188
  264. package/esm2022/datepicker/datepicker-actions.mjs +0 -91
  265. package/esm2022/datepicker/datepicker-animations.mjs +0 -35
  266. package/esm2022/datepicker/datepicker-base.mjs +0 -609
  267. package/esm2022/datepicker/datepicker-errors.mjs +0 -14
  268. package/esm2022/datepicker/datepicker-input-base.mjs +0 -311
  269. package/esm2022/datepicker/datepicker-input.mjs +0 -200
  270. package/esm2022/datepicker/datepicker-intl.mjs +0 -69
  271. package/esm2022/datepicker/datepicker-module.mjs +0 -138
  272. package/esm2022/datepicker/datepicker-toggle.mjs +0 -113
  273. package/esm2022/datepicker/datepicker.mjs +0 -38
  274. package/esm2022/datepicker/datepicker_public_index.mjs +0 -5
  275. package/esm2022/datepicker/index.mjs +0 -9
  276. package/esm2022/datepicker/month-view.mjs +0 -460
  277. package/esm2022/datepicker/multi-year-view.mjs +0 -330
  278. package/esm2022/datepicker/public-api.mjs +0 -27
  279. package/esm2022/datepicker/testing/calendar-cell-harness.mjs +0 -138
  280. package/esm2022/datepicker/testing/calendar-harness.mjs +0 -83
  281. package/esm2022/datepicker/testing/date-range-input-harness.mjs +0 -98
  282. package/esm2022/datepicker/testing/datepicker-harness-filters.mjs +0 -9
  283. package/esm2022/datepicker/testing/datepicker-input-harness-base.mjs +0 -81
  284. package/esm2022/datepicker/testing/datepicker-input-harness.mjs +0 -58
  285. package/esm2022/datepicker/testing/datepicker-toggle-harness.mjs +0 -41
  286. package/esm2022/datepicker/testing/datepicker-trigger-harness-base.mjs +0 -65
  287. package/esm2022/datepicker/testing/index.mjs +0 -9
  288. package/esm2022/datepicker/testing/public-api.mjs +0 -14
  289. package/esm2022/datepicker/year-view.mjs +0 -324
  290. package/esm2022/dialog/dialog-animations.mjs +0 -38
  291. package/esm2022/dialog/dialog-config.mjs +0 -59
  292. package/esm2022/dialog/dialog-container.mjs +0 -253
  293. package/esm2022/dialog/dialog-content-directives.mjs +0 -212
  294. package/esm2022/dialog/dialog-ref.mjs +0 -177
  295. package/esm2022/dialog/dialog.mjs +0 -212
  296. package/esm2022/dialog/dialog_public_index.mjs +0 -5
  297. package/esm2022/dialog/index.mjs +0 -9
  298. package/esm2022/dialog/module.mjs +0 -45
  299. package/esm2022/dialog/public-api.mjs +0 -15
  300. package/esm2022/dialog/testing/dialog-harness-filters.mjs +0 -9
  301. package/esm2022/dialog/testing/dialog-harness.mjs +0 -84
  302. package/esm2022/dialog/testing/dialog-opener.mjs +0 -58
  303. package/esm2022/dialog/testing/index.mjs +0 -10
  304. package/esm2022/dialog/testing/public-api.mjs +0 -10
  305. package/esm2022/divider/divider-module.mjs +0 -24
  306. package/esm2022/divider/divider.mjs +0 -48
  307. package/esm2022/divider/divider_public_index.mjs +0 -5
  308. package/esm2022/divider/index.mjs +0 -9
  309. package/esm2022/divider/public-api.mjs +0 -10
  310. package/esm2022/divider/testing/divider-harness-filters.mjs +0 -9
  311. package/esm2022/divider/testing/divider-harness.mjs +0 -22
  312. package/esm2022/divider/testing/index.mjs +0 -9
  313. package/esm2022/divider/testing/public-api.mjs +0 -10
  314. package/esm2022/expansion/accordion-base.mjs +0 -14
  315. package/esm2022/expansion/accordion.mjs +0 -96
  316. package/esm2022/expansion/expansion-animations.mjs +0 -51
  317. package/esm2022/expansion/expansion-module.mjs +0 -65
  318. package/esm2022/expansion/expansion-panel-base.mjs +0 -14
  319. package/esm2022/expansion/expansion-panel-content.mjs +0 -35
  320. package/esm2022/expansion/expansion-panel-header.mjs +0 -218
  321. package/esm2022/expansion/expansion-panel.mjs +0 -211
  322. package/esm2022/expansion/expansion_public_index.mjs +0 -5
  323. package/esm2022/expansion/index.mjs +0 -9
  324. package/esm2022/expansion/public-api.mjs +0 -16
  325. package/esm2022/expansion/testing/accordion-harness.mjs +0 -31
  326. package/esm2022/expansion/testing/expansion-harness-filters.mjs +0 -9
  327. package/esm2022/expansion/testing/expansion-harness.mjs +0 -128
  328. package/esm2022/expansion/testing/index.mjs +0 -9
  329. package/esm2022/expansion/testing/public-api.mjs +0 -11
  330. package/esm2022/form-field/directives/error.mjs +0 -48
  331. package/esm2022/form-field/directives/floating-label.mjs +0 -135
  332. package/esm2022/form-field/directives/hint.mjs +0 -40
  333. package/esm2022/form-field/directives/label.mjs +0 -22
  334. package/esm2022/form-field/directives/line-ripple.mjs +0 -60
  335. package/esm2022/form-field/directives/notched-outline.mjs +0 -66
  336. package/esm2022/form-field/directives/prefix.mjs +0 -38
  337. package/esm2022/form-field/directives/suffix.mjs +0 -38
  338. package/esm2022/form-field/form-field-animations.mjs +0 -24
  339. package/esm2022/form-field/form-field-control.mjs +0 -11
  340. package/esm2022/form-field/form-field-errors.mjs +0 -20
  341. package/esm2022/form-field/form-field.mjs +0 -620
  342. package/esm2022/form-field/form-field_public_index.mjs +0 -5
  343. package/esm2022/form-field/index.mjs +0 -9
  344. package/esm2022/form-field/module.mjs +0 -51
  345. package/esm2022/form-field/public-api.mjs +0 -18
  346. package/esm2022/form-field/testing/control/form-field-control-harness.mjs +0 -15
  347. package/esm2022/form-field/testing/control/index.mjs +0 -9
  348. package/esm2022/form-field/testing/error-harness.mjs +0 -29
  349. package/esm2022/form-field/testing/form-field-harness-filters.mjs +0 -9
  350. package/esm2022/form-field/testing/form-field-harness.mjs +0 -179
  351. package/esm2022/form-field/testing/index.mjs +0 -9
  352. package/esm2022/form-field/testing/public-api.mjs +0 -15
  353. package/esm2022/grid-list/grid-list-base.mjs +0 -14
  354. package/esm2022/grid-list/grid-list-module.mjs +0 -59
  355. package/esm2022/grid-list/grid-list.mjs +0 -146
  356. package/esm2022/grid-list/grid-list_public_index.mjs +0 -5
  357. package/esm2022/grid-list/grid-tile.mjs +0 -128
  358. package/esm2022/grid-list/index.mjs +0 -9
  359. package/esm2022/grid-list/public-api.mjs +0 -14
  360. package/esm2022/grid-list/testing/grid-list-harness-filters.mjs +0 -9
  361. package/esm2022/grid-list/testing/grid-list-harness.mjs +0 -76
  362. package/esm2022/grid-list/testing/grid-tile-harness.mjs +0 -71
  363. package/esm2022/grid-list/testing/index.mjs +0 -9
  364. package/esm2022/grid-list/testing/public-api.mjs +0 -11
  365. package/esm2022/grid-list/tile-coordinator.mjs +0 -145
  366. package/esm2022/grid-list/tile-styler.mjs +0 -231
  367. package/esm2022/icon/fake-svgs.mjs +0 -62
  368. package/esm2022/icon/icon-module.mjs +0 -24
  369. package/esm2022/icon/icon-registry.mjs +0 -593
  370. package/esm2022/icon/icon.mjs +0 -379
  371. package/esm2022/icon/icon_public_index.mjs +0 -5
  372. package/esm2022/icon/index.mjs +0 -9
  373. package/esm2022/icon/public-api.mjs +0 -11
  374. package/esm2022/icon/testing/fake-icon-registry.mjs +0 -92
  375. package/esm2022/icon/testing/icon-harness-filters.mjs +0 -14
  376. package/esm2022/icon/testing/icon-harness.mjs +0 -60
  377. package/esm2022/icon/testing/index.mjs +0 -9
  378. package/esm2022/icon/testing/public-api.mjs +0 -11
  379. package/esm2022/icon/testing/testing_public_index.mjs +0 -5
  380. package/esm2022/icon/trusted-types.mjs +0 -43
  381. package/esm2022/index.mjs +0 -14
  382. package/esm2022/input/index.mjs +0 -9
  383. package/esm2022/input/input-errors.mjs +0 -12
  384. package/esm2022/input/input-value-accessor.mjs +0 -16
  385. package/esm2022/input/input.mjs +0 -490
  386. package/esm2022/input/input_public_index.mjs +0 -5
  387. package/esm2022/input/module.mjs +0 -26
  388. package/esm2022/input/public-api.mjs +0 -14
  389. package/esm2022/input/testing/index.mjs +0 -9
  390. package/esm2022/input/testing/input-harness-filters.mjs +0 -9
  391. package/esm2022/input/testing/input-harness.mjs +0 -113
  392. package/esm2022/input/testing/native-option-harness.mjs +0 -42
  393. package/esm2022/input/testing/native-select-harness-filters.mjs +0 -9
  394. package/esm2022/input/testing/native-select-harness.mjs +0 -79
  395. package/esm2022/input/testing/public-api.mjs +0 -13
  396. package/esm2022/list/action-list.mjs +0 -31
  397. package/esm2022/list/index.mjs +0 -9
  398. package/esm2022/list/list-base.mjs +0 -284
  399. package/esm2022/list/list-item-sections.mjs +0 -144
  400. package/esm2022/list/list-module.mjs +0 -97
  401. package/esm2022/list/list-option-types.mjs +0 -16
  402. package/esm2022/list/list-option.mjs +0 -295
  403. package/esm2022/list/list.mjs +0 -103
  404. package/esm2022/list/list_public_index.mjs +0 -5
  405. package/esm2022/list/nav-list.mjs +0 -37
  406. package/esm2022/list/public-api.mjs +0 -18
  407. package/esm2022/list/selection-list.mjs +0 -391
  408. package/esm2022/list/subheader.mjs +0 -28
  409. package/esm2022/list/testing/action-list-harness.mjs +0 -59
  410. package/esm2022/list/testing/index.mjs +0 -9
  411. package/esm2022/list/testing/list-harness-base.mjs +0 -95
  412. package/esm2022/list/testing/list-harness-filters.mjs +0 -9
  413. package/esm2022/list/testing/list-harness.mjs +0 -41
  414. package/esm2022/list/testing/list-item-harness-base.mjs +0 -162
  415. package/esm2022/list/testing/nav-list-harness.mjs +0 -69
  416. package/esm2022/list/testing/public-api.mjs +0 -14
  417. package/esm2022/list/testing/selection-list-harness.mjs +0 -122
  418. package/esm2022/list/tokens.mjs +0 -11
  419. package/esm2022/menu/index.mjs +0 -9
  420. package/esm2022/menu/menu-animations.mjs +0 -61
  421. package/esm2022/menu/menu-content.mjs +0 -87
  422. package/esm2022/menu/menu-errors.mjs +0 -35
  423. package/esm2022/menu/menu-item.mjs +0 -148
  424. package/esm2022/menu/menu-panel.mjs +0 -14
  425. package/esm2022/menu/menu-positions.mjs +0 -9
  426. package/esm2022/menu/menu-trigger.mjs +0 -542
  427. package/esm2022/menu/menu.mjs +0 -405
  428. package/esm2022/menu/menu_public_index.mjs +0 -5
  429. package/esm2022/menu/module.mjs +0 -63
  430. package/esm2022/menu/public-api.mjs +0 -16
  431. package/esm2022/menu/testing/index.mjs +0 -9
  432. package/esm2022/menu/testing/menu-harness-filters.mjs +0 -9
  433. package/esm2022/menu/testing/menu-harness.mjs +0 -166
  434. package/esm2022/menu/testing/public-api.mjs +0 -10
  435. package/esm2022/paginator/index.mjs +0 -9
  436. package/esm2022/paginator/module.mjs +0 -28
  437. package/esm2022/paginator/paginator-intl.mjs +0 -62
  438. package/esm2022/paginator/paginator.mjs +0 -266
  439. package/esm2022/paginator/paginator_public_index.mjs +0 -5
  440. package/esm2022/paginator/public-api.mjs +0 -11
  441. package/esm2022/paginator/testing/index.mjs +0 -9
  442. package/esm2022/paginator/testing/paginator-harness-filters.mjs +0 -9
  443. package/esm2022/paginator/testing/paginator-harness.mjs +0 -98
  444. package/esm2022/paginator/testing/public-api.mjs +0 -10
  445. package/esm2022/progress-bar/index.mjs +0 -9
  446. package/esm2022/progress-bar/module.mjs +0 -24
  447. package/esm2022/progress-bar/progress-bar.mjs +0 -181
  448. package/esm2022/progress-bar/progress-bar_public_index.mjs +0 -5
  449. package/esm2022/progress-bar/public-api.mjs +0 -10
  450. package/esm2022/progress-bar/testing/index.mjs +0 -9
  451. package/esm2022/progress-bar/testing/progress-bar-harness-filters.mjs +0 -9
  452. package/esm2022/progress-bar/testing/progress-bar-harness.mjs +0 -33
  453. package/esm2022/progress-bar/testing/public-api.mjs +0 -10
  454. package/esm2022/progress-bar/testing/testing_public_index.mjs +0 -5
  455. package/esm2022/progress-spinner/index.mjs +0 -9
  456. package/esm2022/progress-spinner/module.mjs +0 -25
  457. package/esm2022/progress-spinner/progress-spinner.mjs +0 -166
  458. package/esm2022/progress-spinner/progress-spinner_public_index.mjs +0 -5
  459. package/esm2022/progress-spinner/public-api.mjs +0 -10
  460. package/esm2022/progress-spinner/testing/index.mjs +0 -9
  461. package/esm2022/progress-spinner/testing/progress-spinner-harness-filters.mjs +0 -9
  462. package/esm2022/progress-spinner/testing/progress-spinner-harness.mjs +0 -35
  463. package/esm2022/progress-spinner/testing/public-api.mjs +0 -10
  464. package/esm2022/progress-spinner/testing/testing_public_index.mjs +0 -5
  465. package/esm2022/radio/index.mjs +0 -9
  466. package/esm2022/radio/module.mjs +0 -25
  467. package/esm2022/radio/public-api.mjs +0 -10
  468. package/esm2022/radio/radio.mjs +0 -680
  469. package/esm2022/radio/radio_public_index.mjs +0 -5
  470. package/esm2022/radio/testing/index.mjs +0 -9
  471. package/esm2022/radio/testing/public-api.mjs +0 -10
  472. package/esm2022/radio/testing/radio-harness-filters.mjs +0 -9
  473. package/esm2022/radio/testing/radio-harness.mjs +0 -228
  474. package/esm2022/select/index.mjs +0 -9
  475. package/esm2022/select/module.mjs +0 -59
  476. package/esm2022/select/public-api.mjs +0 -15
  477. package/esm2022/select/select-animations.mjs +0 -38
  478. package/esm2022/select/select-errors.mjs +0 -35
  479. package/esm2022/select/select.mjs +0 -1160
  480. package/esm2022/select/select_public_index.mjs +0 -5
  481. package/esm2022/select/testing/index.mjs +0 -9
  482. package/esm2022/select/testing/public-api.mjs +0 -10
  483. package/esm2022/select/testing/select-harness-filters.mjs +0 -9
  484. package/esm2022/select/testing/select-harness.mjs +0 -129
  485. package/esm2022/sidenav/drawer-animations.mjs +0 -33
  486. package/esm2022/sidenav/drawer.mjs +0 -863
  487. package/esm2022/sidenav/index.mjs +0 -9
  488. package/esm2022/sidenav/public-api.mjs +0 -12
  489. package/esm2022/sidenav/sidenav-module.mjs +0 -60
  490. package/esm2022/sidenav/sidenav.mjs +0 -148
  491. package/esm2022/sidenav/sidenav_public_index.mjs +0 -5
  492. package/esm2022/sidenav/testing/drawer-container-harness.mjs +0 -36
  493. package/esm2022/sidenav/testing/drawer-content-harness.mjs +0 -23
  494. package/esm2022/sidenav/testing/drawer-harness-filters.mjs +0 -9
  495. package/esm2022/sidenav/testing/drawer-harness.mjs +0 -49
  496. package/esm2022/sidenav/testing/index.mjs +0 -9
  497. package/esm2022/sidenav/testing/public-api.mjs +0 -15
  498. package/esm2022/sidenav/testing/sidenav-container-harness.mjs +0 -36
  499. package/esm2022/sidenav/testing/sidenav-content-harness.mjs +0 -23
  500. package/esm2022/sidenav/testing/sidenav-harness.mjs +0 -28
  501. package/esm2022/slide-toggle/index.mjs +0 -9
  502. package/esm2022/slide-toggle/module.mjs +0 -41
  503. package/esm2022/slide-toggle/public-api.mjs +0 -12
  504. package/esm2022/slide-toggle/slide-toggle-config.mjs +0 -14
  505. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +0 -44
  506. package/esm2022/slide-toggle/slide-toggle.mjs +0 -273
  507. package/esm2022/slide-toggle/slide-toggle_public_index.mjs +0 -5
  508. package/esm2022/slide-toggle/testing/index.mjs +0 -9
  509. package/esm2022/slide-toggle/testing/public-api.mjs +0 -10
  510. package/esm2022/slide-toggle/testing/slide-toggle-harness-filters.mjs +0 -9
  511. package/esm2022/slide-toggle/testing/slide-toggle-harness.mjs +0 -110
  512. package/esm2022/slider/index.mjs +0 -9
  513. package/esm2022/slider/module.mjs +0 -39
  514. package/esm2022/slider/public-api.mjs +0 -13
  515. package/esm2022/slider/slider-input.mjs +0 -701
  516. package/esm2022/slider/slider-interface.mjs +0 -56
  517. package/esm2022/slider/slider-thumb.mjs +0 -231
  518. package/esm2022/slider/slider.mjs +0 -746
  519. package/esm2022/slider/slider_public_index.mjs +0 -5
  520. package/esm2022/slider/testing/index.mjs +0 -9
  521. package/esm2022/slider/testing/public-api.mjs +0 -11
  522. package/esm2022/slider/testing/slider-harness-filters.mjs +0 -7
  523. package/esm2022/slider/testing/slider-harness.mjs +0 -67
  524. package/esm2022/slider/testing/slider-thumb-harness.mjs +0 -95
  525. package/esm2022/snack-bar/index.mjs +0 -9
  526. package/esm2022/snack-bar/module.mjs +0 -47
  527. package/esm2022/snack-bar/public-api.mjs +0 -16
  528. package/esm2022/snack-bar/simple-snack-bar.mjs +0 -40
  529. package/esm2022/snack-bar/snack-bar-animations.mjs +0 -30
  530. package/esm2022/snack-bar/snack-bar-config.mjs +0 -33
  531. package/esm2022/snack-bar/snack-bar-container.mjs +0 -277
  532. package/esm2022/snack-bar/snack-bar-content.mjs +0 -55
  533. package/esm2022/snack-bar/snack-bar-ref.mjs +0 -89
  534. package/esm2022/snack-bar/snack-bar.mjs +0 -267
  535. package/esm2022/snack-bar/snack-bar_public_index.mjs +0 -5
  536. package/esm2022/snack-bar/testing/index.mjs +0 -9
  537. package/esm2022/snack-bar/testing/public-api.mjs +0 -10
  538. package/esm2022/snack-bar/testing/snack-bar-harness-filters.mjs +0 -9
  539. package/esm2022/snack-bar/testing/snack-bar-harness.mjs +0 -101
  540. package/esm2022/sort/index.mjs +0 -9
  541. package/esm2022/sort/public-api.mjs +0 -14
  542. package/esm2022/sort/sort-animations.mjs +0 -69
  543. package/esm2022/sort/sort-direction.mjs +0 -9
  544. package/esm2022/sort/sort-errors.mjs +0 -24
  545. package/esm2022/sort/sort-header-intl.mjs +0 -41
  546. package/esm2022/sort/sort-header.mjs +0 -317
  547. package/esm2022/sort/sort-module.mjs +0 -27
  548. package/esm2022/sort/sort.mjs +0 -155
  549. package/esm2022/sort/sort_public_index.mjs +0 -5
  550. package/esm2022/sort/testing/index.mjs +0 -9
  551. package/esm2022/sort/testing/public-api.mjs +0 -11
  552. package/esm2022/sort/testing/sort-harness-filters.mjs +0 -2
  553. package/esm2022/sort/testing/sort-harness.mjs +0 -36
  554. package/esm2022/sort/testing/sort-header-harness.mjs +0 -56
  555. package/esm2022/stepper/index.mjs +0 -9
  556. package/esm2022/stepper/public-api.mjs +0 -17
  557. package/esm2022/stepper/step-content.mjs +0 -27
  558. package/esm2022/stepper/step-header.mjs +0 -105
  559. package/esm2022/stepper/step-label.mjs +0 -22
  560. package/esm2022/stepper/stepper-animations.mjs +0 -47
  561. package/esm2022/stepper/stepper-button.mjs +0 -43
  562. package/esm2022/stepper/stepper-icon.mjs +0 -30
  563. package/esm2022/stepper/stepper-intl.mjs +0 -43
  564. package/esm2022/stepper/stepper-module.mjs +0 -88
  565. package/esm2022/stepper/stepper.mjs +0 -205
  566. package/esm2022/stepper/stepper_public_index.mjs +0 -5
  567. package/esm2022/stepper/testing/index.mjs +0 -9
  568. package/esm2022/stepper/testing/public-api.mjs +0 -12
  569. package/esm2022/stepper/testing/step-harness-filters.mjs +0 -7
  570. package/esm2022/stepper/testing/step-harness.mjs +0 -90
  571. package/esm2022/stepper/testing/stepper-button-harnesses.mjs +0 -48
  572. package/esm2022/stepper/testing/stepper-harness.mjs +0 -51
  573. package/esm2022/table/cell.mjs +0 -147
  574. package/esm2022/table/index.mjs +0 -9
  575. package/esm2022/table/module.mjs +0 -93
  576. package/esm2022/table/public-api.mjs +0 -14
  577. package/esm2022/table/row.mjs +0 -163
  578. package/esm2022/table/table-data-source.mjs +0 -317
  579. package/esm2022/table/table.mjs +0 -122
  580. package/esm2022/table/table_public_index.mjs +0 -5
  581. package/esm2022/table/testing/cell-harness.mjs +0 -77
  582. package/esm2022/table/testing/index.mjs +0 -9
  583. package/esm2022/table/testing/public-api.mjs +0 -12
  584. package/esm2022/table/testing/row-harness.mjs +0 -84
  585. package/esm2022/table/testing/table-harness-filters.mjs +0 -2
  586. package/esm2022/table/testing/table-harness.mjs +0 -86
  587. package/esm2022/table/text-column.mjs +0 -60
  588. package/esm2022/tabs/index.mjs +0 -9
  589. package/esm2022/tabs/ink-bar.mjs +0 -149
  590. package/esm2022/tabs/module.mjs +0 -60
  591. package/esm2022/tabs/paginated-tab-header.mjs +0 -539
  592. package/esm2022/tabs/public-api.mjs +0 -21
  593. package/esm2022/tabs/tab-body.mjs +0 -199
  594. package/esm2022/tabs/tab-config.mjs +0 -11
  595. package/esm2022/tabs/tab-content.mjs +0 -32
  596. package/esm2022/tabs/tab-group.mjs +0 -469
  597. package/esm2022/tabs/tab-header.mjs +0 -86
  598. package/esm2022/tabs/tab-label-wrapper.mjs +0 -49
  599. package/esm2022/tabs/tab-label.mjs +0 -44
  600. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +0 -388
  601. package/esm2022/tabs/tab.mjs +0 -128
  602. package/esm2022/tabs/tabs-animations.mjs +0 -45
  603. package/esm2022/tabs/tabs_public_index.mjs +0 -5
  604. package/esm2022/tabs/testing/index.mjs +0 -9
  605. package/esm2022/tabs/testing/public-api.mjs +0 -13
  606. package/esm2022/tabs/testing/tab-group-harness.mjs +0 -56
  607. package/esm2022/tabs/testing/tab-harness-filters.mjs +0 -2
  608. package/esm2022/tabs/testing/tab-harness.mjs +0 -66
  609. package/esm2022/tabs/testing/tab-link-harness.mjs +0 -40
  610. package/esm2022/tabs/testing/tab-nav-bar-harness.mjs +0 -66
  611. package/esm2022/tabs/testing/tab-nav-panel-harness.mjs +0 -27
  612. package/esm2022/toolbar/index.mjs +0 -9
  613. package/esm2022/toolbar/public-api.mjs +0 -10
  614. package/esm2022/toolbar/testing/index.mjs +0 -9
  615. package/esm2022/toolbar/testing/public-api.mjs +0 -10
  616. package/esm2022/toolbar/testing/toolbar-harness-filters.mjs +0 -9
  617. package/esm2022/toolbar/testing/toolbar-harness.mjs +0 -44
  618. package/esm2022/toolbar/toolbar-module.mjs +0 -24
  619. package/esm2022/toolbar/toolbar.mjs +0 -84
  620. package/esm2022/toolbar/toolbar_public_index.mjs +0 -5
  621. package/esm2022/tooltip/index.mjs +0 -9
  622. package/esm2022/tooltip/module.mjs +0 -29
  623. package/esm2022/tooltip/public-api.mjs +0 -11
  624. package/esm2022/tooltip/testing/index.mjs +0 -9
  625. package/esm2022/tooltip/testing/public-api.mjs +0 -10
  626. package/esm2022/tooltip/testing/tooltip-harness-filters.mjs +0 -9
  627. package/esm2022/tooltip/testing/tooltip-harness.mjs +0 -66
  628. package/esm2022/tooltip/tooltip-animations.mjs +0 -24
  629. package/esm2022/tooltip/tooltip.mjs +0 -920
  630. package/esm2022/tooltip/tooltip_public_index.mjs +0 -5
  631. package/esm2022/tree/data-source/flat-data-source.mjs +0 -156
  632. package/esm2022/tree/data-source/nested-data-source.mjs +0 -38
  633. package/esm2022/tree/index.mjs +0 -9
  634. package/esm2022/tree/node.mjs +0 -220
  635. package/esm2022/tree/outlet.mjs +0 -46
  636. package/esm2022/tree/padding.mjs +0 -46
  637. package/esm2022/tree/public-api.mjs +0 -16
  638. package/esm2022/tree/testing/index.mjs +0 -9
  639. package/esm2022/tree/testing/node-harness.mjs +0 -73
  640. package/esm2022/tree/testing/public-api.mjs +0 -11
  641. package/esm2022/tree/testing/tree-harness-filters.mjs +0 -9
  642. package/esm2022/tree/testing/tree-harness.mjs +0 -123
  643. package/esm2022/tree/toggle.mjs +0 -27
  644. package/esm2022/tree/tree-module.mjs +0 -50
  645. package/esm2022/tree/tree.mjs +0 -34
  646. package/esm2022/tree/tree_public_index.mjs +0 -5
@@ -1,33 +1,4 @@
1
- @use 'sass:color';
2
1
  @use 'sass:map';
3
- @use 'sass:math';
4
-
5
- /// Estimate a hue using the given previous and next hues.
6
- @function _estimate-hue($hues, $hue, $prev-hue, $next-hue) {
7
- $weight: math.div($next-hue - $hue, $next-hue - $prev-hue) * 100%;
8
- @return color.mix(map.get($hues, $prev-hue), map.get($hues, $next-hue), $weight);
9
- }
10
-
11
- // TODO(mmalerba): Remove this and add correct values for these hues.
12
- /// The Material Design spec references some neutral hues that are not generated by
13
- /// https://m3.material.io/theme-builder. For now we use this function to estimate the missing hues
14
- /// by blending the nearest hues that are generated.
15
- /// Note: when updating, the corresponding logic in the theme generation schematic should be
16
- /// updated as well. See `src/material/schematics/ng-generate/m3-theme/index.ts#patchMissingHues`
17
- @function _patch-missing-hues($palette) {
18
- $neutral: map.get($palette, neutral);
19
- $palette: map.set($palette, neutral, 4, _estimate-hue($neutral, 4, 0, 10));
20
- $palette: map.set($palette, neutral, 6, _estimate-hue($neutral, 6, 0, 10));
21
- $palette: map.set($palette, neutral, 12, _estimate-hue($neutral, 12, 10, 20));
22
- $palette: map.set($palette, neutral, 17, _estimate-hue($neutral, 17, 10, 20));
23
- $palette: map.set($palette, neutral, 22, _estimate-hue($neutral, 22, 20, 25));
24
- $palette: map.set($palette, neutral, 24, _estimate-hue($neutral, 24, 20, 25));
25
- $palette: map.set($palette, neutral, 87, _estimate-hue($neutral, 87, 80, 90));
26
- $palette: map.set($palette, neutral, 92, _estimate-hue($neutral, 92, 90, 95));
27
- $palette: map.set($palette, neutral, 94, _estimate-hue($neutral, 94, 90, 95));
28
- $palette: map.set($palette, neutral, 96, _estimate-hue($neutral, 96, 95, 98));
29
- @return $palette;
30
- }
31
2
 
32
3
  /// Adds the error colors to the given palette.
33
4
  @function _patch-error-palette($palette) {
@@ -56,12 +27,8 @@
56
27
  );
57
28
  }
58
29
 
59
- @function _apply-patches($palette) {
60
- @return _patch-missing-hues(_patch-error-palette($palette));
61
- }
62
-
63
30
  /// Red color palette to be used as primary or tertiary palette.
64
- $red-palette: _apply-patches((
31
+ $red-palette: _patch-error-palette((
65
32
  0: #000000,
66
33
  10: #410000,
67
34
  20: #690100,
@@ -113,6 +80,16 @@ $red-palette: _apply-patches((
113
80
  98: #fff8f6,
114
81
  99: #fffbff,
115
82
  100: #ffffff,
83
+ 4: #130d0c,
84
+ 6: #181211,
85
+ 12: #251e1d,
86
+ 17: #302828,
87
+ 22: #3b3332,
88
+ 24: #3f3737,
89
+ 87: #e4d7d6,
90
+ 92: #f3e5e4,
91
+ 94: #f9ebe9,
92
+ 96: #fef1ef,
116
93
  ),
117
94
  neutral-variant: (
118
95
  0: #000000,
@@ -135,7 +112,7 @@ $red-palette: _apply-patches((
135
112
  ));
136
113
 
137
114
  /// Green color palette to be used as primary or tertiary palette.
138
- $green-palette: _apply-patches((
115
+ $green-palette: _patch-error-palette((
139
116
  0: #000000,
140
117
  10: #002200,
141
118
  20: #013a00,
@@ -187,6 +164,16 @@ $green-palette: _apply-patches((
187
164
  98: #f9faf3,
188
165
  99: #fcfdf6,
189
166
  100: #ffffff,
167
+ 4: #0c0f0b,
168
+ 6: #121410,
169
+ 12: #1e201c,
170
+ 17: #282b26,
171
+ 22: #333531,
172
+ 24: #383a35,
173
+ 87: #dadbd3,
174
+ 92: #e8e9e1,
175
+ 94: #eeeee7,
176
+ 96: #f3f4ed,
190
177
  ),
191
178
  neutral-variant: (
192
179
  0: #000000,
@@ -209,7 +196,7 @@ $green-palette: _apply-patches((
209
196
  ));
210
197
 
211
198
  /// Blue color palette to be used as primary or tertiary palette.
212
- $blue-palette: _apply-patches((
199
+ $blue-palette: _patch-error-palette((
213
200
  0: #000000,
214
201
  10: #00006e,
215
202
  20: #0001ac,
@@ -261,6 +248,16 @@ $blue-palette: _apply-patches((
261
248
  98: #fcf8fd,
262
249
  99: #fffbff,
263
250
  100: #ffffff,
251
+ 4: #0e0e11,
252
+ 6: #131316,
253
+ 12: #201f22,
254
+ 17: #2a292d,
255
+ 22: #353438,
256
+ 24: #3a393c,
257
+ 87: #dcd9dd,
258
+ 92: #ebe7eb,
259
+ 94: #f0edf1,
260
+ 96: #f6f2f7,
264
261
  ),
265
262
  neutral-variant: (
266
263
  0: #000000,
@@ -283,7 +280,7 @@ $blue-palette: _apply-patches((
283
280
  ));
284
281
 
285
282
  /// Yellow color palette to be used as primary or tertiary palette.
286
- $yellow-palette: _apply-patches((
283
+ $yellow-palette: _patch-error-palette((
287
284
  0: #000000,
288
285
  10: #1d1d00,
289
286
  20: #323200,
@@ -335,6 +332,16 @@ $yellow-palette: _apply-patches((
335
332
  98: #fdf9f0,
336
333
  99: #fffbff,
337
334
  100: #ffffff,
335
+ 4: #0f0e0a,
336
+ 6: #14140f,
337
+ 12: #20201b,
338
+ 17: #2b2a25,
339
+ 22: #36352f,
340
+ 24: #3a3933,
341
+ 87: #dddad1,
342
+ 92: #ece8df,
343
+ 94: #f1ede5,
344
+ 96: #f7f3ea,
338
345
  ),
339
346
  neutral-variant: (
340
347
  0: #000000,
@@ -357,7 +364,7 @@ $yellow-palette: _apply-patches((
357
364
  ));
358
365
 
359
366
  /// Cyan color palette to be used as primary or tertiary palette.
360
- $cyan-palette: _apply-patches((
367
+ $cyan-palette: _patch-error-palette((
361
368
  0: #000000,
362
369
  10: #002020,
363
370
  20: #003737,
@@ -409,6 +416,16 @@ $cyan-palette: _apply-patches((
409
416
  98: #f7faf9,
410
417
  99: #fafdfc,
411
418
  100: #ffffff,
419
+ 4: #0b0f0e,
420
+ 6: #101414,
421
+ 12: #1c2020,
422
+ 17: #272b2a,
423
+ 22: #313635,
424
+ 24: #363a39,
425
+ 87: #d7dbd9,
426
+ 92: #e6e9e7,
427
+ 94: #ebefed,
428
+ 96: #f1f4f3,
412
429
  ),
413
430
  neutral-variant: (
414
431
  0: #000000,
@@ -431,7 +448,7 @@ $cyan-palette: _apply-patches((
431
448
  ));
432
449
 
433
450
  /// Magenta color palette to be used as primary or tertiary palette.
434
- $magenta-palette: _apply-patches((
451
+ $magenta-palette: _patch-error-palette((
435
452
  0: #000000,
436
453
  10: #380038,
437
454
  20: #5b005b,
@@ -483,6 +500,16 @@ $magenta-palette: _apply-patches((
483
500
  98: #fff7f9,
484
501
  99: #fffbff,
485
502
  100: #ffffff,
503
+ 4: #110d10,
504
+ 6: #161215,
505
+ 12: #231e22,
506
+ 17: #2d292c,
507
+ 22: #383337,
508
+ 24: #3d383b,
509
+ 87: #e1d7dc,
510
+ 92: #efe6ea,
511
+ 94: #f5ebf0,
512
+ 96: #fbf1f5,
486
513
  ),
487
514
  neutral-variant: (
488
515
  0: #000000,
@@ -505,7 +532,7 @@ $magenta-palette: _apply-patches((
505
532
  ));
506
533
 
507
534
  /// Orange color palette to be used as primary or tertiary palette.
508
- $orange-palette: _apply-patches((
535
+ $orange-palette: _patch-error-palette((
509
536
  0: #000000,
510
537
  10: #311300,
511
538
  20: #502400,
@@ -557,6 +584,16 @@ $orange-palette: _apply-patches((
557
584
  98: #fff8f5,
558
585
  99: #fffbff,
559
586
  100: #ffffff,
587
+ 4: #120d0b,
588
+ 6: #181210,
589
+ 12: #241e1b,
590
+ 17: #2f2926,
591
+ 22: #3a3330,
592
+ 24: #3f3834,
593
+ 87: #e3d8d3,
594
+ 92: #f2e6e1,
595
+ 94: #f8ebe6,
596
+ 96: #fef1ec,
560
597
  ),
561
598
  neutral-variant: (
562
599
  0: #000000,
@@ -579,7 +616,7 @@ $orange-palette: _apply-patches((
579
616
  ));
580
617
 
581
618
  /// Chartreuse color palette to be used as primary or tertiary palette.
582
- $chartreuse-palette: _apply-patches((
619
+ $chartreuse-palette: _patch-error-palette((
583
620
  0: #000000,
584
621
  10: #0b2000,
585
622
  20: #173800,
@@ -631,6 +668,16 @@ $chartreuse-palette: _apply-patches((
631
668
  98: #fafaf2,
632
669
  99: #fdfdf5,
633
670
  100: #ffffff,
671
+ 4: #0c0f0b,
672
+ 6: #121410,
673
+ 12: #1e201c,
674
+ 17: #282b26,
675
+ 22: #333531,
676
+ 24: #383a35,
677
+ 87: #dadbd3,
678
+ 92: #e8e9e1,
679
+ 94: #eeeee7,
680
+ 96: #f3f4ed,
634
681
  ),
635
682
  neutral-variant: (
636
683
  0: #000000,
@@ -653,7 +700,7 @@ $chartreuse-palette: _apply-patches((
653
700
  ));
654
701
 
655
702
  /// Spring Green color palette to be used as primary or tertiary palette.
656
- $spring-green-palette: _apply-patches((
703
+ $spring-green-palette: _patch-error-palette((
657
704
  0: #000000,
658
705
  10: #00210b,
659
706
  20: #003917,
@@ -705,6 +752,16 @@ $spring-green-palette: _apply-patches((
705
752
  98: #f9faf4,
706
753
  99: #fcfdf7,
707
754
  100: #ffffff,
755
+ 4: #0c0f0c,
756
+ 6: #111411,
757
+ 12: #1d201d,
758
+ 17: #282b27,
759
+ 22: #323632,
760
+ 24: #373a36,
761
+ 87: #d9dbd5,
762
+ 92: #e7e9e3,
763
+ 94: #edefe8,
764
+ 96: #f2f4ee,
708
765
  ),
709
766
  neutral-variant: (
710
767
  0: #000000,
@@ -727,7 +784,7 @@ $spring-green-palette: _apply-patches((
727
784
  ));
728
785
 
729
786
  /// Azure color palette to be used as primary or tertiary palette.
730
- $azure-palette: _apply-patches((
787
+ $azure-palette: _patch-error-palette((
731
788
  0: #000000,
732
789
  10: #001b3f,
733
790
  20: #002f65,
@@ -779,6 +836,16 @@ $azure-palette: _apply-patches((
779
836
  98: #faf9fd,
780
837
  99: #fdfbff,
781
838
  100: #ffffff,
839
+ 4: #0d0e11,
840
+ 6: #121316,
841
+ 12: #1f2022,
842
+ 17: #292a2c,
843
+ 22: #343537,
844
+ 24: #38393c,
845
+ 87: #dbd9dd,
846
+ 92: #e9e7eb,
847
+ 94: #efedf0,
848
+ 96: #f4f3f6,
782
849
  ),
783
850
  neutral-variant: (
784
851
  0: #000000,
@@ -801,7 +868,7 @@ $azure-palette: _apply-patches((
801
868
  ));
802
869
 
803
870
  /// Violet color palette to be used as primary or tertiary palette.
804
- $violet-palette: _apply-patches((
871
+ $violet-palette: _patch-error-palette((
805
872
  0: #000000,
806
873
  10: #270057,
807
874
  20: #42008a,
@@ -853,6 +920,16 @@ $violet-palette: _apply-patches((
853
920
  98: #fef8fc,
854
921
  99: #fffbff,
855
922
  100: #ffffff,
923
+ 4: #0f0d11,
924
+ 6: #151316,
925
+ 12: #211f22,
926
+ 17: #2b292d,
927
+ 22: #363437,
928
+ 24: #3b383c,
929
+ 87: #ded8dd,
930
+ 92: #ede6eb,
931
+ 94: #f2ecf1,
932
+ 96: #f8f2f6,
856
933
  ),
857
934
  neutral-variant: (
858
935
  0: #000000,
@@ -875,7 +952,7 @@ $violet-palette: _apply-patches((
875
952
  ));
876
953
 
877
954
  /// Rose color palette to be used as primary or tertiary palette.
878
- $rose-palette: _apply-patches((
955
+ $rose-palette: _patch-error-palette((
879
956
  0: #000000,
880
957
  10: #3f001b,
881
958
  20: #65002f,
@@ -927,6 +1004,16 @@ $rose-palette: _apply-patches((
927
1004
  98: #fff8f8,
928
1005
  99: #fffbff,
929
1006
  100: #ffffff,
1007
+ 4: #120d0e,
1008
+ 6: #171213,
1009
+ 12: #241e1f,
1010
+ 17: #2f2829,
1011
+ 22: #3a3334,
1012
+ 24: #3e3738,
1013
+ 87: #e3d7d8,
1014
+ 92: #f1e5e6,
1015
+ 94: #f7ebec,
1016
+ 96: #fdf1f2,
930
1017
  ),
931
1018
  neutral-variant: (
932
1019
  0: #000000,
@@ -0,0 +1,228 @@
1
+ @use '../style/elevation';
2
+ @use '../style/sass-utils';
3
+ @use '../theming/definition';
4
+ @use './m3/definitions';
5
+ @use 'sass:map';
6
+ @use 'sass:meta';
7
+ @use 'sass:list';
8
+ @use './m3-tokens';
9
+
10
+ // Prefix used for component token fallback variables, e.g.
11
+ // `color: var(--mdc-text-button-label-text-color, var(--mat-app-primary));`
12
+ $_system-fallback-prefix: mat-app;
13
+
14
+ // Default system level prefix to use when directly calling the `system-level-*` mixins
15
+ $_system-level-prefix: sys;
16
+
17
+ /// Emits necessary CSS variables for Material's system level values for the values defined in the
18
+ /// config map. The config map can have values color, typography, and/or density.
19
+ ///
20
+ /// If the config map's color value is an Angular Material color palette, it will be used as the
21
+ /// primary and tertiary colors with a light theme type. Otherwise if the color value is a map,
22
+ /// it must have a `primary` value containing an Angular Material color palette, and optionally
23
+ /// a different `tertiary` palette (defaults to primary palette) and `theme-type` that is either
24
+ /// `light` or `dark` (defaults to light). Color variable definitions will not be emitted if there
25
+ /// are no color values in the config.
26
+ ///
27
+ /// If the config map's typography value is a font family string, it will be used as the
28
+ /// plain and brand font family with default bold, medium, and regular weights of 700, 500, and 400,
29
+ /// respectfully. Otherwise if the typography value is a map, it must have a `plain-family` font
30
+ /// family value, and optionally a different `brand-family` font family (defaults to the plain
31
+ /// value) and weights for `bold-weight` (default: 700), `bold-weight` (default: 500), and
32
+ /// `bold-weight` (default: 400). Typography variable definitions will not be emitted if there are
33
+ /// no typography values in the config.
34
+ ///
35
+ /// If the config map's density value is a number, it will be used as the density scale. Otherwise
36
+ /// if the density value is a map, it must have a `scale` value. Density variable definitions will
37
+ /// not be emitted if there are no density values in the config.
38
+ ///
39
+ /// The application variables emitted use the namespace prefix "--mat-app".
40
+ /// e.g. --mat-app-surface: #E5E5E5
41
+ ///
42
+ /// @param {Map} $config The color configuration with optional keys color, typography, or density.
43
+ @mixin theme($config, $overrides: ()) {
44
+ $color: map.get($config, color);
45
+ $color-config: null;
46
+ @if ($color) {
47
+ $color-config: if(meta.type-of($color) == 'map',
48
+ definition.define-colors($color),
49
+ definition.define-colors((primary: $color)));
50
+ @include system-level-colors($color-config, $overrides, $_system-fallback-prefix);
51
+ @include system-level-elevation($color-config, $overrides, $_system-fallback-prefix);
52
+ }
53
+
54
+ $typography: map.get($config, typography);
55
+ $typography-config: null;
56
+ @if ($typography) {
57
+ $typography-config: if(meta.type-of($typography) == 'map',
58
+ definition.define-typography($typography),
59
+ definition.define-typography((plain-family: $typography)));
60
+ @include system-level-typography($typography-config, $overrides, $_system-fallback-prefix);
61
+ }
62
+
63
+ $density: map.get($config, density);
64
+ $density-config: null;
65
+ @if ($density) {
66
+ $density-config: if(meta.type-of($density) == 'map',
67
+ definition.define-density($density),
68
+ definition.define-density((scale: $density)));
69
+ $scale: map.get($density-config, _mat-theming-internals-do-not-access, density-scale);
70
+ @if ($scale != 0) {
71
+ $all-tokens: m3-tokens.generate-density-tokens($scale);
72
+ @each $component-tokens in $all-tokens {
73
+ $namespace: list.nth($component-tokens, 1);
74
+ @each $tokens in list.nth($component-tokens, 2) {
75
+ --#{list.nth($namespace, 1)}-#{list.nth($namespace, 2)}-#{
76
+ list.nth($tokens, 1)}: #{list.nth($tokens, 2)};
77
+ }
78
+ }
79
+ }
80
+ }
81
+
82
+ @include system-level-shape($overrides: $overrides, $prefix: $_system-fallback-prefix);
83
+ @include system-level-motion($overrides:$overrides, $prefix: $_system-fallback-prefix);
84
+ @include system-level-state($overrides: $overrides, $prefix: $_system-fallback-prefix);
85
+ }
86
+
87
+ @mixin system-level-colors($theme, $overrides: (), $prefix: null) {
88
+ $palettes: map.get($theme, _mat-theming-internals-do-not-access, palettes);
89
+ $base-palettes: (
90
+ neutral: map.get($palettes, neutral),
91
+ neutral-variant: map.get($palettes, neutral-variant),
92
+ secondary: map.get($palettes, secondary),
93
+ error: map.get($palettes, error),
94
+ );
95
+
96
+ $type: map.get($theme, _mat-theming-internals-do-not-access, theme-type);
97
+ $primary: map.merge(map.get($palettes, primary), $base-palettes);
98
+ $tertiary: map.merge(map.get($palettes, tertiary), $base-palettes);
99
+ $error: map.get($palettes, error);
100
+
101
+ @if (not $prefix) {
102
+ $prefix: map.get($theme, _mat-theming-internals-do-not-access,
103
+ color-system-variables-prefix) or $_system-level-prefix;
104
+ }
105
+
106
+ $ref: (
107
+ md-ref-palette: m3-tokens.generate-ref-palette-tokens($primary, $tertiary, $error)
108
+ );
109
+
110
+ $sys-colors: if($type == dark,
111
+ definitions.md-sys-color-values-dark($ref),
112
+ definitions.md-sys-color-values-light($ref));
113
+
114
+ // Manually insert a subset of palette values that are used directly by components
115
+ // instead of system variables.
116
+ $sys-colors: map.set($sys-colors,
117
+ 'neutral-variant20', map.get($ref, md-ref-palette, neutral-variant20));
118
+ $sys-colors: map.set($sys-colors,
119
+ 'neutral10', map.get($ref, md-ref-palette, neutral10));
120
+
121
+ & {
122
+ @each $name, $value in $sys-colors {
123
+ --#{$prefix}-#{$name}: #{map.get($overrides, $name) or $value};
124
+ }
125
+ }
126
+ }
127
+
128
+ @mixin system-level-typography($theme, $overrides: (), $prefix: null) {
129
+ $font-definition: map.get($theme, _mat-theming-internals-do-not-access, font-definition);
130
+ $brand: map.get($font-definition, brand);
131
+ $plain: map.get($font-definition, plain);
132
+ $bold: map.get($font-definition, bold);
133
+ $medium: map.get($font-definition, medium);
134
+ $regular: map.get($font-definition, regular);
135
+ $ref: (md-ref-typeface:
136
+ m3-tokens.generate-ref-typeface-tokens($brand, $plain, $bold, $medium, $regular)
137
+ );
138
+
139
+ @if (not $prefix) {
140
+ $prefix: map.get($theme, _mat-theming-internals-do-not-access,
141
+ typography-system-variables-prefix) or $_system-level-prefix;
142
+ }
143
+
144
+ & {
145
+ @each $name, $value in definitions.md-sys-typescale-values($ref) {
146
+ --#{$prefix}-#{$name}: #{map.get($overrides, $name) or $value};
147
+ }
148
+ }
149
+ }
150
+
151
+ @mixin system-level-elevation($theme, $overrides: (), $prefix: $_system-level-prefix) {
152
+ $shadow-color: map.get(
153
+ $theme, _mat-theming-internals-do-not-access, color-tokens, (mdc, theme), shadow);
154
+
155
+ @each $name, $value in definitions.md-sys-elevation-values() {
156
+ $level: map.get($overrides, $name) or $value;
157
+ $value: elevation.get-box-shadow($level, $shadow-color);
158
+ & {
159
+ --#{$prefix}-#{$name}: #{$value};
160
+ }
161
+ }
162
+ }
163
+
164
+ @mixin system-level-shape($theme: (), $overrides: (), $prefix: $_system-level-prefix) {
165
+ & {
166
+ @each $name, $value in definitions.md-sys-shape-values() {
167
+ --#{$prefix}-#{$name}: #{map.get($overrides, $name) or $value};
168
+ }
169
+ }
170
+ }
171
+
172
+ @mixin system-level-state($theme: (), $overrides: (), $prefix: $_system-level-prefix) {
173
+ & {
174
+ @each $name, $value in definitions.md-sys-state-values() {
175
+ --#{$prefix}-#{$name}: #{map.get($overrides, $name) or $value};
176
+ }
177
+ }
178
+ }
179
+
180
+ @mixin system-level-motion($theme: (), $overrides: (), $prefix: $_system-level-prefix) {
181
+ & {
182
+ @each $name, $value in definitions.md-sys-motion-values() {
183
+ --#{$prefix}-#{$name}: #{map.get($overrides, $name) or $value};
184
+ }
185
+ }
186
+ }
187
+
188
+ // Return a new map where the values are the same as the provided map's
189
+ // keys, prefixed with "--mat-app-". For example:
190
+ // (key1: '', key2: '') --> (key1: --mat-app-key1, key2: --mat-app-key2)
191
+ @function _create-system-app-vars-map($map) {
192
+ $new-map: ();
193
+ @each $key, $value in $map {
194
+ $new-map: map.set($new-map, $key, --#{$_system-fallback-prefix}-#{$key});
195
+ }
196
+ @return $new-map;
197
+ }
198
+
199
+ // Create a components tokens map where values are based on
200
+ // system fallback variables referencing Material's system keys.
201
+ // Includes density token fallbacks where density is 0.
202
+ @function create-system-fallbacks() {
203
+ $app-vars: (
204
+ 'md-sys-color':
205
+ _create-system-app-vars-map(definitions.md-sys-color-values-light()),
206
+ 'md-sys-typescale':
207
+ _create-system-app-vars-map(definitions.md-sys-typescale-values()),
208
+ 'md-sys-elevation':
209
+ _create-system-app-vars-map(definitions.md-sys-elevation-values()),
210
+ 'md-sys-state':
211
+ _create-system-app-vars-map(definitions.md-sys-state-values()),
212
+ 'md-sys-shape':
213
+ _create-system-app-vars-map(definitions.md-sys-shape-values()),
214
+ // Add a subset of palette-specific colors used by components instead of system values
215
+ 'md-ref-palette':
216
+ _create-system-app-vars-map(
217
+ (
218
+ neutral10: '', // Form field native select option text color
219
+ neutral-variant20: '', // Sidenav scrim (container background shadow when opened),
220
+ )
221
+ ),
222
+ );
223
+
224
+ @return sass-utils.deep-merge-all(
225
+ m3-tokens.generate-tokens($app-vars, true, true),
226
+ m3-tokens.generate-density-tokens(0)
227
+ );
228
+ }