@angular/material 20.0.0-next.4 → 20.0.0-next.6

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 (680) hide show
  1. package/_index.scss +1 -1
  2. package/autocomplete/_autocomplete-theme.scss +13 -13
  3. package/{core/tokens/m2/mat/_autocomplete.scss → autocomplete/_m2-autocomplete.scss} +7 -7
  4. package/{core/tokens/m3/mat/_autocomplete.scss → autocomplete/_m3-autocomplete.scss} +4 -4
  5. package/autocomplete/index.d.ts +10 -9
  6. package/autocomplete/testing/index.d.ts +4 -3
  7. package/badge/_badge-theme.scss +15 -15
  8. package/{core/tokens/m2/mat/_badge.scss → badge/_m2-badge.scss} +6 -6
  9. package/{core/tokens/m3/mat/_badge.scss → badge/_m3-badge.scss} +28 -27
  10. package/badge/index.d.ts +4 -4
  11. package/badge/testing/index.d.ts +4 -3
  12. package/{badge.d-d42103d0.d.ts → badge.d-619691fb.d.ts} +3 -2
  13. package/bottom-sheet/_bottom-sheet-theme.scss +11 -11
  14. package/{core/tokens/m2/mat/_bottom-sheet.scss → bottom-sheet/_m2-bottom-sheet.scss} +6 -6
  15. package/{core/tokens/m3/mat/_bottom-sheet.scss → bottom-sheet/_m3-bottom-sheet.scss} +5 -5
  16. package/bottom-sheet/index.d.ts +3 -2
  17. package/bottom-sheet/testing/index.d.ts +2 -1
  18. package/button/_button-theme.scss +24 -380
  19. package/button/_fab-theme.scss +15 -124
  20. package/button/_icon-button-theme.scss +20 -32
  21. package/button/_m2-button.scss +249 -0
  22. package/button/_m2-fab.scss +132 -0
  23. package/{core/tokens/m2/mat/_icon-button.scss → button/_m2-icon-button.scss} +35 -26
  24. package/button/_m3-button.scss +243 -0
  25. package/button/_m3-fab.scss +174 -0
  26. package/{core/tokens/m3/mat/_icon-button.scss → button/_m3-icon-button.scss} +18 -7
  27. package/button/index.d.ts +6 -6
  28. package/button/testing/index.d.ts +2 -1
  29. package/button-toggle/_button-toggle-theme.scss +16 -39
  30. package/{core/tokens/m2/mat/_standard-button-toggle.scss → button-toggle/_m2-button-toggle.scss} +40 -20
  31. package/{core/tokens/m3/mat/_standard-button-toggle.scss → button-toggle/_m3-button-toggle.scss} +11 -9
  32. package/button-toggle/index.d.ts +5 -5
  33. package/button-toggle/testing/index.d.ts +3 -2
  34. package/{button-toggle.d-e3ddc80f.d.ts → button-toggle.d-620c8912.d.ts} +2 -1
  35. package/card/_card-theme.scss +13 -65
  36. package/{core/tokens/m2/mat/_card.scss → card/_m2-card.scss} +17 -18
  37. package/card/_m3-card.scss +45 -0
  38. package/card/index.d.ts +3 -2
  39. package/card/testing/index.d.ts +2 -1
  40. package/checkbox/_checkbox-theme.scss +18 -45
  41. package/{core/tokens/m2/mdc/_checkbox.scss → checkbox/_m2-checkbox.scss} +31 -53
  42. package/checkbox/_m3-checkbox.scss +90 -0
  43. package/checkbox/index.d.ts +4 -3
  44. package/checkbox/testing/index.d.ts +2 -1
  45. package/chips/_chips-theme.scss +12 -59
  46. package/chips/_m2-chip.scss +127 -0
  47. package/chips/_m3-chip.scss +116 -0
  48. package/chips/index.d.ts +7 -6
  49. package/chips/testing/index.d.ts +2 -1
  50. package/{common-module.d-0e6515ae.d.ts → common-module.d-421e3498.d.ts} +2 -1
  51. package/core/_core-theme.scss +31 -51
  52. package/core/_core.scss +6 -6
  53. package/core/{tokens/m2/mat/_app.scss → _m2-app.scss} +8 -7
  54. package/core/{tokens/m3/mat/_app.scss → _m3-app.scss} +4 -4
  55. package/core/index.d.ts +23 -15
  56. package/core/{tokens/m2/mat/_optgroup.scss → option/_m2-optgroup.scss} +6 -6
  57. package/core/{tokens/m2/mat/_option.scss → option/_m2-option.scss} +6 -6
  58. package/core/{tokens/m3/mat/_optgroup.scss → option/_m3-optgroup.scss} +4 -4
  59. package/core/option/_m3-option.scss +57 -0
  60. package/core/option/_optgroup-theme.scss +7 -11
  61. package/core/option/_option-theme.scss +9 -17
  62. package/core/{tokens/m2/mat/_ripple.scss → ripple/_m2-ripple.scss} +6 -6
  63. package/core/{tokens/m3/mat/_ripple.scss → ripple/_m3-ripple.scss} +3 -3
  64. package/core/ripple/_ripple-theme.scss +11 -11
  65. package/core/ripple/_ripple.scss +3 -4
  66. package/core/{tokens/m2/mat/_full-pseudo-checkbox.scss → selection/pseudo-checkbox/_m2-pseudo-checkbox.scss} +15 -13
  67. package/core/selection/pseudo-checkbox/_m3-pseudo-checkbox.scss +49 -0
  68. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +8 -36
  69. package/core/testing/index.d.ts +2 -2
  70. package/core/theming/_definition.scss +2 -2
  71. package/core/theming/_inspection.scss +2 -2
  72. package/core/tokens/_density.scss +102 -148
  73. package/core/tokens/_m2-tokens.scss +131 -0
  74. package/core/tokens/_m2-utils.scss +109 -0
  75. package/core/tokens/_m3-system.scss +18 -18
  76. package/core/tokens/_m3-tokens.scss +113 -15
  77. package/core/tokens/_m3-utils.scss +85 -0
  78. package/core/tokens/_token-utils.scss +45 -63
  79. package/core/tokens/m3/_index.scss +8 -165
  80. package/{date-range-input-harness.d-549a9f7e.d.ts → date-range-input-harness.d-440b288d.d.ts} +3 -2
  81. package/datepicker/_datepicker-theme.scss +22 -38
  82. package/{core/tokens/m2/mat/_datepicker.scss → datepicker/_m2-datepicker.scss} +7 -7
  83. package/{core/tokens/m3/mat/_datepicker.scss → datepicker/_m3-datepicker.scss} +13 -11
  84. package/datepicker/index.d.ts +15 -15
  85. package/datepicker/testing/index.d.ts +3 -3
  86. package/dialog/_dialog-theme.scss +8 -35
  87. package/{core/tokens/m2/mdc/_dialog.scss → dialog/_m2-dialog.scss} +21 -50
  88. package/dialog/_m3-dialog.scss +47 -0
  89. package/dialog/index.d.ts +3 -3
  90. package/dialog/testing/index.d.ts +3 -2
  91. package/{dialog.d-4ffbd89c.d.ts → dialog.d-2ea3eab1.d.ts} +2 -1
  92. package/divider/_divider-theme.scss +7 -11
  93. package/{core/tokens/m2/mat/_divider.scss → divider/_m2-divider.scss} +6 -6
  94. package/{core/tokens/m3/mat/_divider.scss → divider/_m3-divider.scss} +3 -3
  95. package/divider/index.d.ts +4 -24
  96. package/divider/testing/index.d.ts +1 -1
  97. package/{divider-harness.d-d34fede4.d.ts → divider-harness.d-ee96b7aa.d.ts} +2 -1
  98. package/divider-module.d-4305a1f1.d.ts +24 -0
  99. package/expansion/_expansion-theme.scss +9 -17
  100. package/{core/tokens/m2/mat/_expansion.scss → expansion/_m2-expansion.scss} +7 -7
  101. package/{core/tokens/m3/mat/_expansion.scss → expansion/_m3-expansion.scss} +8 -8
  102. package/expansion/index.d.ts +3 -2
  103. package/expansion/testing/index.d.ts +2 -1
  104. package/fesm2022/animation-e58fc357.mjs +41 -0
  105. package/fesm2022/animation-e58fc357.mjs.map +1 -0
  106. package/fesm2022/autocomplete/testing.mjs +2 -2
  107. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  108. package/fesm2022/autocomplete.mjs +27 -27
  109. package/fesm2022/autocomplete.mjs.map +1 -1
  110. package/fesm2022/badge/testing.mjs.map +1 -1
  111. package/fesm2022/badge.mjs +13 -12
  112. package/fesm2022/badge.mjs.map +1 -1
  113. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  114. package/fesm2022/bottom-sheet.mjs +12 -12
  115. package/fesm2022/bottom-sheet.mjs.map +1 -1
  116. package/fesm2022/button/testing.mjs.map +1 -1
  117. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  118. package/fesm2022/button-toggle.mjs +18 -17
  119. package/fesm2022/button-toggle.mjs.map +1 -1
  120. package/fesm2022/button.mjs +9 -8
  121. package/fesm2022/button.mjs.map +1 -1
  122. package/fesm2022/card/testing.mjs.map +1 -1
  123. package/fesm2022/card.mjs +48 -48
  124. package/fesm2022/card.mjs.map +1 -1
  125. package/fesm2022/checkbox/testing.mjs.map +1 -1
  126. package/fesm2022/checkbox.mjs +15 -14
  127. package/fesm2022/checkbox.mjs.map +1 -1
  128. package/fesm2022/chips/testing.mjs.map +1 -1
  129. package/fesm2022/chips.mjs +55 -54
  130. package/fesm2022/chips.mjs.map +1 -1
  131. package/fesm2022/{common-module-3ec8031a.mjs → common-module-6bff0328.mjs} +5 -5
  132. package/fesm2022/common-module-6bff0328.mjs.map +1 -0
  133. package/fesm2022/core/testing.mjs +2 -2
  134. package/fesm2022/core.mjs +29 -28
  135. package/fesm2022/core.mjs.map +1 -1
  136. package/fesm2022/{date-formats-b618acb8.mjs → date-formats-9cbc3057.mjs} +1 -1
  137. package/fesm2022/date-formats-9cbc3057.mjs.map +1 -0
  138. package/fesm2022/{date-range-input-harness-3718a667.mjs → date-range-input-harness-3d3cf01a.mjs} +2 -2
  139. package/fesm2022/date-range-input-harness-3d3cf01a.mjs.map +1 -0
  140. package/fesm2022/datepicker/testing.mjs +3 -3
  141. package/fesm2022/datepicker/testing.mjs.map +1 -1
  142. package/fesm2022/datepicker.mjs +118 -119
  143. package/fesm2022/datepicker.mjs.map +1 -1
  144. package/fesm2022/dialog/testing.mjs +4 -3
  145. package/fesm2022/dialog/testing.mjs.map +1 -1
  146. package/fesm2022/dialog.mjs +4 -3
  147. package/fesm2022/dialog.mjs.map +1 -1
  148. package/fesm2022/divider/testing.mjs +1 -1
  149. package/fesm2022/{divider-harness-8099453f.mjs → divider-harness-bea2a71d.mjs} +1 -1
  150. package/fesm2022/divider-harness-bea2a71d.mjs.map +1 -0
  151. package/fesm2022/divider-module-15f4b7a3.mjs +56 -0
  152. package/fesm2022/divider-module-15f4b7a3.mjs.map +1 -0
  153. package/fesm2022/divider.mjs +4 -55
  154. package/fesm2022/divider.mjs.map +1 -1
  155. package/fesm2022/{error-options-ee129e4b.mjs → error-options-e22abc6f.mjs} +7 -7
  156. package/fesm2022/error-options-e22abc6f.mjs.map +1 -0
  157. package/fesm2022/{error-state-8f4ce1af.mjs → error-state-5fa5df66.mjs} +1 -1
  158. package/fesm2022/error-state-5fa5df66.mjs.map +1 -0
  159. package/fesm2022/expansion/testing.mjs.map +1 -1
  160. package/fesm2022/expansion.mjs +29 -28
  161. package/fesm2022/expansion.mjs.map +1 -1
  162. package/fesm2022/form-field/testing/control.mjs +1 -1
  163. package/fesm2022/form-field/testing.mjs +6 -6
  164. package/fesm2022/form-field/testing.mjs.map +1 -1
  165. package/fesm2022/form-field-ba7d9525.mjs +1078 -0
  166. package/fesm2022/form-field-ba7d9525.mjs.map +1 -0
  167. package/fesm2022/{form-field-control-harness-efefd4cf.mjs → form-field-control-harness-adcc773d.mjs} +1 -1
  168. package/fesm2022/form-field-control-harness-adcc773d.mjs.map +1 -0
  169. package/fesm2022/form-field.mjs +6 -5
  170. package/fesm2022/form-field.mjs.map +1 -1
  171. package/fesm2022/grid-list/testing.mjs +1 -1
  172. package/fesm2022/grid-list/testing.mjs.map +1 -1
  173. package/fesm2022/grid-list.mjs +27 -27
  174. package/fesm2022/grid-list.mjs.map +1 -1
  175. package/fesm2022/icon/testing.mjs +8 -8
  176. package/fesm2022/icon/testing.mjs.map +1 -1
  177. package/fesm2022/{icon-button-acdabdec.mjs → icon-button-c94ccf8a.mjs} +11 -11
  178. package/fesm2022/icon-button-c94ccf8a.mjs.map +1 -0
  179. package/fesm2022/{icon-module-fd90a70e.mjs → icon-module-165b91b7.mjs} +10 -10
  180. package/fesm2022/icon-module-165b91b7.mjs.map +1 -0
  181. package/fesm2022/{icon-registry-c1df72ea.mjs → icon-registry-4f5f0eba.mjs} +4 -4
  182. package/fesm2022/icon-registry-4f5f0eba.mjs.map +1 -0
  183. package/fesm2022/icon.mjs +3 -3
  184. package/fesm2022/{index-1ea85b8e.mjs → index-33bb4181.mjs} +9 -9
  185. package/fesm2022/index-33bb4181.mjs.map +1 -0
  186. package/fesm2022/{index-b8da641d.mjs → index-975cf4ab.mjs} +7 -7
  187. package/fesm2022/index-975cf4ab.mjs.map +1 -0
  188. package/fesm2022/input/testing.mjs +2 -2
  189. package/fesm2022/input/testing.mjs.map +1 -1
  190. package/fesm2022/{input-harness-e68bb132.mjs → input-harness-6ca0e4e7.mjs} +2 -2
  191. package/fesm2022/input-harness-6ca0e4e7.mjs.map +1 -0
  192. package/fesm2022/{input-value-accessor-8a79a24e.mjs → input-value-accessor-16c2d528.mjs} +1 -1
  193. package/fesm2022/input-value-accessor-16c2d528.mjs.map +1 -0
  194. package/fesm2022/input.mjs +17 -16
  195. package/fesm2022/input.mjs.map +1 -1
  196. package/fesm2022/{internal-form-field-7304c17d.mjs → internal-form-field-a658b1d3.mjs} +4 -4
  197. package/fesm2022/internal-form-field-a658b1d3.mjs.map +1 -0
  198. package/fesm2022/{line-d0757c01.mjs → line-fa9011f8.mjs} +9 -9
  199. package/fesm2022/line-fa9011f8.mjs.map +1 -0
  200. package/fesm2022/list/testing.mjs +1 -1
  201. package/fesm2022/list/testing.mjs.map +1 -1
  202. package/fesm2022/list.mjs +66 -65
  203. package/fesm2022/list.mjs.map +1 -1
  204. package/fesm2022/material.mjs.map +1 -1
  205. package/fesm2022/menu/testing.mjs.map +1 -1
  206. package/fesm2022/menu.mjs +24 -23
  207. package/fesm2022/menu.mjs.map +1 -1
  208. package/fesm2022/{module-a40bca65.mjs → module-7aee2437.mjs} +29 -29
  209. package/fesm2022/module-7aee2437.mjs.map +1 -0
  210. package/fesm2022/{module-e7f30cea.mjs → module-9e568fe9.mjs} +21 -21
  211. package/fesm2022/module-9e568fe9.mjs.map +1 -0
  212. package/fesm2022/{module-8c65f824.mjs → module-f09a8c90.mjs} +14 -14
  213. package/fesm2022/module-f09a8c90.mjs.map +1 -0
  214. package/fesm2022/{module-8175acdf.mjs → module-f0bd6006.mjs} +9 -8
  215. package/fesm2022/module-f0bd6006.mjs.map +1 -0
  216. package/fesm2022/{module-2701d616.mjs → module-f44de9b3.mjs} +20 -20
  217. package/fesm2022/module-f44de9b3.mjs.map +1 -0
  218. package/fesm2022/{optgroup-harness-d5cf72ed.mjs → optgroup-harness-d961ca3f.mjs} +2 -2
  219. package/fesm2022/optgroup-harness-d961ca3f.mjs.map +1 -0
  220. package/fesm2022/{option-a77bb984.mjs → option-2e7efc25.mjs} +11 -11
  221. package/fesm2022/option-2e7efc25.mjs.map +1 -0
  222. package/fesm2022/{option-harness-b4971f41.mjs → option-harness-4cd4ee4e.mjs} +1 -1
  223. package/fesm2022/option-harness-4cd4ee4e.mjs.map +1 -0
  224. package/fesm2022/paginator/testing.mjs +4 -4
  225. package/fesm2022/paginator/testing.mjs.map +1 -1
  226. package/fesm2022/paginator.mjs +30 -29
  227. package/fesm2022/paginator.mjs.map +1 -1
  228. package/fesm2022/progress-bar/testing.mjs.map +1 -1
  229. package/fesm2022/progress-bar.mjs +11 -10
  230. package/fesm2022/progress-bar.mjs.map +1 -1
  231. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  232. package/fesm2022/progress-spinner.mjs +13 -12
  233. package/fesm2022/progress-spinner.mjs.map +1 -1
  234. package/fesm2022/{pseudo-checkbox-006bd0a9.mjs → pseudo-checkbox-7c1050cc.mjs} +6 -6
  235. package/fesm2022/pseudo-checkbox-7c1050cc.mjs.map +1 -0
  236. package/fesm2022/{pseudo-checkbox-module-d04dbe5a.mjs → pseudo-checkbox-module-22aca2eb.mjs} +7 -7
  237. package/fesm2022/pseudo-checkbox-module-22aca2eb.mjs.map +1 -0
  238. package/fesm2022/{public-api-c5ab57f5.mjs → public-api-af61bf48.mjs} +1 -1
  239. package/fesm2022/public-api-af61bf48.mjs.map +1 -0
  240. package/fesm2022/radio/testing.mjs.map +1 -1
  241. package/fesm2022/radio.mjs +18 -17
  242. package/fesm2022/radio.mjs.map +1 -1
  243. package/fesm2022/{ripple-18f3bc18.mjs → ripple-ca34ab3c.mjs} +8 -8
  244. package/fesm2022/ripple-ca34ab3c.mjs.map +1 -0
  245. package/fesm2022/{ripple-loader-e685c61f.mjs → ripple-loader-9a207cda.mjs} +8 -10
  246. package/fesm2022/ripple-loader-9a207cda.mjs.map +1 -0
  247. package/fesm2022/select/testing.mjs +4 -4
  248. package/fesm2022/{select-harness-30466074.mjs → select-harness-9656d727.mjs} +4 -4
  249. package/fesm2022/select-harness-9656d727.mjs.map +1 -0
  250. package/fesm2022/select.mjs +15 -14
  251. package/fesm2022/select.mjs.map +1 -1
  252. package/fesm2022/sidenav/testing.mjs.map +1 -1
  253. package/fesm2022/sidenav.mjs +25 -24
  254. package/fesm2022/sidenav.mjs.map +1 -1
  255. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  256. package/fesm2022/slide-toggle.mjs +15 -14
  257. package/fesm2022/slide-toggle.mjs.map +1 -1
  258. package/fesm2022/slider/testing.mjs.map +1 -1
  259. package/fesm2022/slider.mjs +23 -22
  260. package/fesm2022/slider.mjs.map +1 -1
  261. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  262. package/fesm2022/snack-bar.mjs +40 -47
  263. package/fesm2022/snack-bar.mjs.map +1 -1
  264. package/fesm2022/sort/testing.mjs.map +1 -1
  265. package/fesm2022/sort.mjs +17 -16
  266. package/fesm2022/sort.mjs.map +1 -1
  267. package/fesm2022/stepper/testing.mjs.map +1 -1
  268. package/fesm2022/stepper.mjs +40 -39
  269. package/fesm2022/stepper.mjs.map +1 -1
  270. package/fesm2022/{structural-styles-e3fe1eb7.mjs → structural-styles-fe60c44d.mjs} +4 -4
  271. package/fesm2022/structural-styles-fe60c44d.mjs.map +1 -0
  272. package/fesm2022/table/testing.mjs.map +1 -1
  273. package/fesm2022/table.mjs +56 -56
  274. package/fesm2022/table.mjs.map +1 -1
  275. package/fesm2022/tabs/testing.mjs.map +1 -1
  276. package/fesm2022/tabs.mjs +68 -58
  277. package/fesm2022/tabs.mjs.map +1 -1
  278. package/fesm2022/timepicker/testing.mjs +1 -1
  279. package/fesm2022/timepicker/testing.mjs.map +1 -1
  280. package/fesm2022/timepicker.mjs +24 -23
  281. package/fesm2022/timepicker.mjs.map +1 -1
  282. package/fesm2022/toolbar/testing.mjs.map +1 -1
  283. package/fesm2022/toolbar.mjs +12 -12
  284. package/fesm2022/toolbar.mjs.map +1 -1
  285. package/fesm2022/tooltip/testing.mjs.map +1 -1
  286. package/fesm2022/tooltip.mjs +4 -3
  287. package/fesm2022/tooltip.mjs.map +1 -1
  288. package/fesm2022/tree/testing.mjs.map +1 -1
  289. package/fesm2022/tree.mjs +26 -26
  290. package/fesm2022/tree.mjs.map +1 -1
  291. package/form-field/_form-field-theme.scss +18 -90
  292. package/{core/tokens/m2/mat/_form-field.scss → form-field/_m2-form-field.scss} +94 -13
  293. package/form-field/_m3-form-field.scss +136 -0
  294. package/form-field/index.d.ts +5 -5
  295. package/form-field/testing/control/index.d.ts +1 -1
  296. package/form-field/testing/index.d.ts +9 -8
  297. package/{form-field.d-2edbc094.d.ts → form-field.d-486f4e86.d.ts} +14 -9
  298. package/grid-list/_grid-list-theme.scss +6 -8
  299. package/{core/tokens/m2/mat/_grid-list.scss → grid-list/_m2-grid-list.scss} +6 -6
  300. package/{core/tokens/m3/mat/_grid-list.scss → grid-list/_m3-grid-list.scss} +2 -2
  301. package/grid-list/index.d.ts +3 -3
  302. package/grid-list/testing/index.d.ts +2 -1
  303. package/icon/_icon-theme.scss +11 -11
  304. package/{core/tokens/m2/mat/_icon.scss → icon/_m2-icon.scss} +5 -5
  305. package/{core/tokens/m3/mat/_icon.scss → icon/_m3-icon.scss} +8 -6
  306. package/icon/index.d.ts +4 -4
  307. package/icon/testing/index.d.ts +3 -2
  308. package/{icon-module.d-aa3bbba0.d.ts → icon-module.d-a4b3b1e1.d.ts} +4 -3
  309. package/{icon-registry.d-1dffe9de.d.ts → icon-registry.d-6dd1799a.d.ts} +2 -1
  310. package/{index.d-cc6e48d4.d.ts → index.d-511f9e6c.d.ts} +2 -2
  311. package/{index.d-d77f0821.d.ts → index.d-73f24bb1.d.ts} +4 -4
  312. package/input/index.d.ts +10 -9
  313. package/input/testing/index.d.ts +4 -3
  314. package/{input-harness.d-4eecd1d3.d.ts → input-harness.d-be80831e.d.ts} +3 -2
  315. package/{line.d-570a2537.d.ts → line.d-712398cb.d.ts} +1 -1
  316. package/list/_list-theme.scss +25 -59
  317. package/list/_m2-list.scss +133 -0
  318. package/list/_m3-list.scss +78 -0
  319. package/list/index.d.ts +12 -11
  320. package/list/testing/index.d.ts +4 -3
  321. package/{core/tokens/m2/mat/_menu.scss → menu/_m2-menu.scss} +7 -7
  322. package/{core/tokens/m3/mat/_menu.scss → menu/_m3-menu.scss} +14 -17
  323. package/menu/_menu-theme.scss +8 -14
  324. package/menu/index.d.ts +5 -4
  325. package/menu/testing/index.d.ts +2 -1
  326. package/{module.d-c17c834e.d.ts → module.d-683b2a19.d.ts} +2 -2
  327. package/{module.d-a23953f5.d.ts → module.d-8839a0c2.d.ts} +9 -8
  328. package/{module.d-d86ca350.d.ts → module.d-9a1d1c76.d.ts} +6 -5
  329. package/{module.d-9a0cb968.d.ts → module.d-f55544a0.d.ts} +3 -2
  330. package/{optgroup-harness.d-7f741f69.d.ts → optgroup-harness.d-c52f5a8b.d.ts} +3 -2
  331. package/{option-harness.d-3d33fc9a.d.ts → option-harness.d-4f143bc0.d.ts} +2 -1
  332. package/{option-parent.d-559ad5c5.d.ts → option-parent.d-d4243d2f.d.ts} +2 -1
  333. package/package.json +5 -2
  334. package/{core/tokens/m2/mat/_paginator.scss → paginator/_m2-paginator.scss} +7 -7
  335. package/{core/tokens/m3/mat/_paginator.scss → paginator/_m3-paginator.scss} +4 -4
  336. package/paginator/_paginator-theme.scss +8 -14
  337. package/paginator/index.d.ts +17 -17
  338. package/paginator/testing/index.d.ts +6 -5
  339. package/{paginator.d-40b1766e.d.ts → paginator.d-181ff014.d.ts} +4 -3
  340. package/prebuilt-themes/deeppurple-amber.css +1 -1
  341. package/prebuilt-themes/indigo-pink.css +1 -1
  342. package/prebuilt-themes/pink-bluegrey.css +1 -1
  343. package/prebuilt-themes/purple-green.css +1 -1
  344. package/{core/tokens/m2/mdc/_linear-progress.scss → progress-bar/_m2-progress-bar.scss} +7 -8
  345. package/{core/tokens/m3/mdc/_linear-progress.scss → progress-bar/_m3-progress-bar.scss} +11 -6
  346. package/progress-bar/_progress-bar-theme.scss +9 -9
  347. package/progress-bar/index.d.ts +4 -3
  348. package/progress-bar/testing/index.d.ts +2 -1
  349. package/{core/tokens/m2/mdc/_tab-indicator.scss → progress-spinner/_m2-progress-spinner.scss} +10 -11
  350. package/{core/tokens/m3/mdc/_circular-progress.scss → progress-spinner/_m3-progress-spinner.scss} +10 -6
  351. package/progress-spinner/_progress-spinner-theme.scss +13 -13
  352. package/progress-spinner/index.d.ts +4 -4
  353. package/progress-spinner/testing/index.d.ts +4 -3
  354. package/{progress-spinner.d-1fc040c5.d.ts → progress-spinner.d-c723a559.d.ts} +3 -2
  355. package/{pseudo-checkbox-module.d-d21de92b.d.ts → pseudo-checkbox-module.d-42351ab6.d.ts} +3 -2
  356. package/{core/tokens/m2/mdc/_radio.scss → radio/_m2-radio.scss} +28 -36
  357. package/radio/_m3-radio.scss +66 -0
  358. package/radio/_radio-theme.scss +16 -49
  359. package/radio/index.d.ts +6 -5
  360. package/radio/testing/index.d.ts +2 -1
  361. package/{ripple.d-f2cd74cf.d.ts → ripple.d-305c30f3.d.ts} +2 -1
  362. package/schematics/ng-add/index.js +1 -1
  363. package/schematics/ng-generate/theme-color/index_bundled.js +79 -79
  364. package/schematics/ng-generate/theme-color/index_bundled.js.map +1 -1
  365. package/schematics/ng-update/index_bundled.js +3361 -3407
  366. package/schematics/ng-update/index_bundled.js.map +3 -4
  367. package/{core/tokens/m2/mat/_select.scss → select/_m2-select.scss} +11 -11
  368. package/{core/tokens/m3/mat/_select.scss → select/_m3-select.scss} +9 -7
  369. package/select/_select-theme.scss +19 -20
  370. package/select/index.d.ts +12 -12
  371. package/select/testing/index.d.ts +4 -4
  372. package/{select-harness.d-7441a7ac.d.ts → select-harness.d-485a3cf8.d.ts} +5 -4
  373. package/{core/tokens/m2/mat/_sidenav.scss → sidenav/_m2-sidenav.scss} +7 -7
  374. package/{core/tokens/m3/mat/_sidenav.scss → sidenav/_m3-sidenav.scss} +6 -6
  375. package/sidenav/_sidenav-theme.scss +9 -13
  376. package/sidenav/index.d.ts +3 -2
  377. package/sidenav/testing/index.d.ts +2 -1
  378. package/slide-toggle/_m2-slide-toggle.scss +167 -0
  379. package/slide-toggle/_m3-slide-toggle.scss +160 -0
  380. package/slide-toggle/_slide-toggle-theme.scss +45 -38
  381. package/slide-toggle/index.d.ts +4 -3
  382. package/slide-toggle/testing/index.d.ts +2 -1
  383. package/{core/tokens/m2/mdc/_slider.scss → slider/_m2-slider.scss} +29 -68
  384. package/slider/_m3-slider.scss +121 -0
  385. package/slider/_slider-theme.scss +11 -46
  386. package/slider/index.d.ts +6 -5
  387. package/slider/testing/index.d.ts +2 -1
  388. package/{core/tokens/m2/mat/_snack-bar.scss → snack-bar/_m2-snack-bar.scss} +23 -8
  389. package/snack-bar/_m3-snack-bar.scss +25 -0
  390. package/snack-bar/_snack-bar-theme.scss +8 -27
  391. package/snack-bar/index.d.ts +12 -12
  392. package/snack-bar/testing/index.d.ts +2 -1
  393. package/{core/tokens/m2/mat/_sort.scss → sort/_m2-sort.scss} +6 -6
  394. package/{core/tokens/m3/mat/_sort.scss → sort/_m3-sort.scss} +2 -2
  395. package/sort/_sort-theme.scss +8 -14
  396. package/sort/index.d.ts +7 -6
  397. package/sort/testing/index.d.ts +3 -2
  398. package/{sort.d-c2b79a45.d.ts → sort.d-7718b3de.d.ts} +3 -2
  399. package/{core/tokens/m2/mat/_stepper.scss → stepper/_m2-stepper.scss} +7 -34
  400. package/stepper/_m3-stepper.scss +79 -0
  401. package/stepper/_stepper-theme.scss +15 -15
  402. package/stepper/index.d.ts +8 -7
  403. package/stepper/testing/index.d.ts +2 -1
  404. package/{core/tokens/m2/mat/_table.scss → table/_m2-table.scss} +7 -7
  405. package/{core/tokens/m3/mat/_table.scss → table/_m3-table.scss} +7 -7
  406. package/table/_table-theme.scss +9 -17
  407. package/table/index.d.ts +7 -7
  408. package/table/testing/index.d.ts +2 -1
  409. package/{core/tokens/m2/mat/_tab-header.scss → tabs/_m2-tabs.scss} +42 -11
  410. package/tabs/_m3-tabs.scss +58 -0
  411. package/tabs/_tabs-theme.scss +39 -121
  412. package/tabs/index.d.ts +13 -7
  413. package/tabs/testing/index.d.ts +2 -1
  414. package/{core/tokens/m2/mat/_timepicker.scss → timepicker/_m2-timepicker.scss} +7 -7
  415. package/{core/tokens/m3/mat/_timepicker.scss → timepicker/_m3-timepicker.scss} +4 -4
  416. package/timepicker/_timepicker-theme.scss +13 -13
  417. package/timepicker/index.d.ts +4 -3
  418. package/timepicker/testing/index.d.ts +3 -2
  419. package/{core/tokens/m2/mat/_toolbar.scss → toolbar/_m2-toolbar.scss} +7 -7
  420. package/{core/tokens/m3/mat/_toolbar.scss → toolbar/_m3-toolbar.scss} +4 -4
  421. package/toolbar/_toolbar-theme.scss +16 -16
  422. package/toolbar/index.d.ts +1 -1
  423. package/toolbar/testing/index.d.ts +2 -1
  424. package/{core/tokens/m2/mdc/_plain-tooltip.scss → tooltip/_m2-tooltip.scss} +7 -17
  425. package/tooltip/_m3-tooltip.scss +25 -0
  426. package/tooltip/_tooltip-theme.scss +13 -13
  427. package/tooltip/index.d.ts +2 -2
  428. package/tooltip/testing/index.d.ts +2 -1
  429. package/{core/tokens/m2/mat/_tree.scss → tree/_m2-tree.scss} +7 -7
  430. package/{core/tokens/m3/mat/_tree.scss → tree/_m3-tree.scss} +2 -2
  431. package/tree/_tree-theme.scss +11 -11
  432. package/tree/index.d.ts +1 -1
  433. package/tree/testing/index.d.ts +2 -1
  434. package/button/_button-base.scss +0 -181
  435. package/checkbox/_checkbox-common.scss +0 -585
  436. package/core/style/_button-common.scss +0 -17
  437. package/core/style/_form-common.scss +0 -21
  438. package/core/style/_list-common.scss +0 -49
  439. package/core/style/_menu-common.scss +0 -94
  440. package/core/theming/_palette-deprecated.scss +0 -76
  441. package/core/theming/_theming-deprecated.scss +0 -27
  442. package/core/tokens/_token-definition.scss +0 -272
  443. package/core/tokens/m2/_index.scss +0 -189
  444. package/core/tokens/m2/mat/_checkbox.scss +0 -50
  445. package/core/tokens/m2/mat/_chip.scss +0 -63
  446. package/core/tokens/m2/mat/_dialog.scss +0 -51
  447. package/core/tokens/m2/mat/_fab-small.scss +0 -108
  448. package/core/tokens/m2/mat/_fab.scss +0 -108
  449. package/core/tokens/m2/mat/_filled-button.scss +0 -102
  450. package/core/tokens/m2/mat/_legacy-button-toggle.scss +0 -59
  451. package/core/tokens/m2/mat/_list.scss +0 -44
  452. package/core/tokens/m2/mat/_minimal-pseudo-checkbox.scss +0 -43
  453. package/core/tokens/m2/mat/_outlined-button.scss +0 -88
  454. package/core/tokens/m2/mat/_protected-button.scss +0 -102
  455. package/core/tokens/m2/mat/_radio.scss +0 -52
  456. package/core/tokens/m2/mat/_slider.scss +0 -69
  457. package/core/tokens/m2/mat/_switch.scss +0 -76
  458. package/core/tokens/m2/mat/_tab-header-with-background.scss +0 -42
  459. package/core/tokens/m2/mat/_text-button.scss +0 -91
  460. package/core/tokens/m2/mat/_tonal-button.scss +0 -110
  461. package/core/tokens/m2/mdc/_chip.scss +0 -313
  462. package/core/tokens/m2/mdc/_circular-progress.scss +0 -61
  463. package/core/tokens/m2/mdc/_elevated-card.scss +0 -77
  464. package/core/tokens/m2/mdc/_extended-fab.scss +0 -87
  465. package/core/tokens/m2/mdc/_fab-small.scss +0 -92
  466. package/core/tokens/m2/mdc/_fab.scss +0 -93
  467. package/core/tokens/m2/mdc/_filled-button.scss +0 -124
  468. package/core/tokens/m2/mdc/_filled-text-field.scss +0 -181
  469. package/core/tokens/m2/mdc/_icon-button.scss +0 -91
  470. package/core/tokens/m2/mdc/_list.scss +0 -219
  471. package/core/tokens/m2/mdc/_outlined-button.scss +0 -124
  472. package/core/tokens/m2/mdc/_outlined-card.scss +0 -85
  473. package/core/tokens/m2/mdc/_outlined-text-field.scss +0 -163
  474. package/core/tokens/m2/mdc/_protected-button.scss +0 -129
  475. package/core/tokens/m2/mdc/_secondary-navigation-tab.scss +0 -87
  476. package/core/tokens/m2/mdc/_snack-bar.scss +0 -93
  477. package/core/tokens/m2/mdc/_switch.scss +0 -192
  478. package/core/tokens/m2/mdc/_text-button.scss +0 -98
  479. package/core/tokens/m3/definitions/_index.scss +0 -94
  480. package/core/tokens/m3/definitions/_md-comp-checkbox.scss +0 -120
  481. package/core/tokens/m3/definitions/_md-comp-circular-progress-indicator.scss +0 -27
  482. package/core/tokens/m3/definitions/_md-comp-data-table.scss +0 -90
  483. package/core/tokens/m3/definitions/_md-comp-dialog.scss +0 -123
  484. package/core/tokens/m3/definitions/_md-comp-elevated-button.scss +0 -87
  485. package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +0 -55
  486. package/core/tokens/m3/definitions/_md-comp-extended-fab-primary.scss +0 -90
  487. package/core/tokens/m3/definitions/_md-comp-extended-fab-secondary.scss +0 -91
  488. package/core/tokens/m3/definitions/_md-comp-extended-fab-tertiary.scss +0 -91
  489. package/core/tokens/m3/definitions/_md-comp-fab-primary-small.scss +0 -59
  490. package/core/tokens/m3/definitions/_md-comp-fab-primary.scss +0 -59
  491. package/core/tokens/m3/definitions/_md-comp-fab-secondary-small.scss +0 -60
  492. package/core/tokens/m3/definitions/_md-comp-fab-secondary.scss +0 -60
  493. package/core/tokens/m3/definitions/_md-comp-fab-tertiary-small.scss +0 -60
  494. package/core/tokens/m3/definitions/_md-comp-fab-tertiary.scss +0 -60
  495. package/core/tokens/m3/definitions/_md-comp-filled-button.scss +0 -85
  496. package/core/tokens/m3/definitions/_md-comp-filled-card.scss +0 -52
  497. package/core/tokens/m3/definitions/_md-comp-filled-icon-button.scss +0 -73
  498. package/core/tokens/m3/definitions/_md-comp-filled-text-field.scss +0 -189
  499. package/core/tokens/m3/definitions/_md-comp-filled-tonal-button.scss +0 -95
  500. package/core/tokens/m3/definitions/_md-comp-icon-button.scss +0 -64
  501. package/core/tokens/m3/definitions/_md-comp-linear-progress-indicator.scss +0 -29
  502. package/core/tokens/m3/definitions/_md-comp-list.scss +0 -252
  503. package/core/tokens/m3/definitions/_md-comp-outlined-button.scss +0 -80
  504. package/core/tokens/m3/definitions/_md-comp-outlined-card.scss +0 -59
  505. package/core/tokens/m3/definitions/_md-comp-outlined-icon-button.scss +0 -73
  506. package/core/tokens/m3/definitions/_md-comp-outlined-text-field.scss +0 -171
  507. package/core/tokens/m3/definitions/_md-comp-plain-tooltip.scss +0 -51
  508. package/core/tokens/m3/definitions/_md-comp-radio-button.scss +0 -62
  509. package/core/tokens/m3/definitions/_md-comp-secondary-navigation-tab.scss +0 -80
  510. package/core/tokens/m3/definitions/_md-comp-slider.scss +0 -110
  511. package/core/tokens/m3/definitions/_md-comp-snackbar.scss +0 -125
  512. package/core/tokens/m3/definitions/_md-comp-switch.scss +0 -130
  513. package/core/tokens/m3/definitions/_md-comp-text-button.scss +0 -73
  514. package/core/tokens/m3/definitions/unused/_md-comp-assist-chip.scss +0 -105
  515. package/core/tokens/m3/definitions/unused/_md-comp-badge.scss +0 -54
  516. package/core/tokens/m3/definitions/unused/_md-comp-banner.scss +0 -71
  517. package/core/tokens/m3/definitions/unused/_md-comp-bottom-app-bar.scss +0 -29
  518. package/core/tokens/m3/definitions/unused/_md-comp-carousel-item.scss +0 -59
  519. package/core/tokens/m3/definitions/unused/_md-comp-date-input-modal.scss +0 -87
  520. package/core/tokens/m3/definitions/unused/_md-comp-date-picker-docked.scss +0 -248
  521. package/core/tokens/m3/definitions/unused/_md-comp-date-picker-modal.scss +0 -313
  522. package/core/tokens/m3/definitions/unused/_md-comp-divider.scss +0 -19
  523. package/core/tokens/m3/definitions/unused/_md-comp-extended-fab-branded.scss +0 -82
  524. package/core/tokens/m3/definitions/unused/_md-comp-extended-fab-surface.scss +0 -86
  525. package/core/tokens/m3/definitions/unused/_md-comp-fab-branded-large.scss +0 -54
  526. package/core/tokens/m3/definitions/unused/_md-comp-fab-branded.scss +0 -54
  527. package/core/tokens/m3/definitions/unused/_md-comp-fab-primary-large.scss +0 -59
  528. package/core/tokens/m3/definitions/unused/_md-comp-fab-secondary-large.scss +0 -60
  529. package/core/tokens/m3/definitions/unused/_md-comp-fab-surface-large.scss +0 -58
  530. package/core/tokens/m3/definitions/unused/_md-comp-fab-surface-small.scss +0 -58
  531. package/core/tokens/m3/definitions/unused/_md-comp-fab-surface.scss +0 -58
  532. package/core/tokens/m3/definitions/unused/_md-comp-fab-tertiary-large.scss +0 -60
  533. package/core/tokens/m3/definitions/unused/_md-comp-filled-autocomplete.scss +0 -269
  534. package/core/tokens/m3/definitions/unused/_md-comp-filled-menu-button.scss +0 -94
  535. package/core/tokens/m3/definitions/unused/_md-comp-filled-select.scss +0 -274
  536. package/core/tokens/m3/definitions/unused/_md-comp-filled-tonal-icon-button.scss +0 -80
  537. package/core/tokens/m3/definitions/unused/_md-comp-filter-chip.scss +0 -205
  538. package/core/tokens/m3/definitions/unused/_md-comp-full-screen-dialog.scss +0 -109
  539. package/core/tokens/m3/definitions/unused/_md-comp-input-chip.scss +0 -180
  540. package/core/tokens/m3/definitions/unused/_md-comp-menu.scss +0 -31
  541. package/core/tokens/m3/definitions/unused/_md-comp-navigation-bar.scss +0 -110
  542. package/core/tokens/m3/definitions/unused/_md-comp-navigation-drawer.scss +0 -162
  543. package/core/tokens/m3/definitions/unused/_md-comp-navigation-rail.scss +0 -127
  544. package/core/tokens/m3/definitions/unused/_md-comp-outlined-autocomplete.scss +0 -259
  545. package/core/tokens/m3/definitions/unused/_md-comp-outlined-menu-button.scss +0 -90
  546. package/core/tokens/m3/definitions/unused/_md-comp-outlined-segmented-button.scss +0 -108
  547. package/core/tokens/m3/definitions/unused/_md-comp-outlined-select.scss +0 -264
  548. package/core/tokens/m3/definitions/unused/_md-comp-primary-navigation-tab.scss +0 -117
  549. package/core/tokens/m3/definitions/unused/_md-comp-rich-tooltip.scss +0 -121
  550. package/core/tokens/m3/definitions/unused/_md-comp-scrim.scss +0 -19
  551. package/core/tokens/m3/definitions/unused/_md-comp-search-bar.scss +0 -97
  552. package/core/tokens/m3/definitions/unused/_md-comp-search-view.scss +0 -91
  553. package/core/tokens/m3/definitions/unused/_md-comp-sheet-bottom.scss +0 -39
  554. package/core/tokens/m3/definitions/unused/_md-comp-sheet-floating.scss +0 -28
  555. package/core/tokens/m3/definitions/unused/_md-comp-sheet-side.scss +0 -87
  556. package/core/tokens/m3/definitions/unused/_md-comp-standard-menu-button.scss +0 -94
  557. package/core/tokens/m3/definitions/unused/_md-comp-suggestion-chip.scss +0 -121
  558. package/core/tokens/m3/definitions/unused/_md-comp-time-input.scss +0 -222
  559. package/core/tokens/m3/definitions/unused/_md-comp-time-picker.scss +0 -268
  560. package/core/tokens/m3/definitions/unused/_md-comp-top-app-bar-large.scss +0 -59
  561. package/core/tokens/m3/definitions/unused/_md-comp-top-app-bar-medium.scss +0 -59
  562. package/core/tokens/m3/definitions/unused/_md-comp-top-app-bar-small-centered.scss +0 -62
  563. package/core/tokens/m3/definitions/unused/_md-comp-top-app-bar-small.scss +0 -60
  564. package/core/tokens/m3/mat/_card.scss +0 -24
  565. package/core/tokens/m3/mat/_checkbox.scss +0 -26
  566. package/core/tokens/m3/mat/_chip.scss +0 -46
  567. package/core/tokens/m3/mat/_dialog.scss +0 -32
  568. package/core/tokens/m3/mat/_fab-small.scss +0 -50
  569. package/core/tokens/m3/mat/_fab.scss +0 -50
  570. package/core/tokens/m3/mat/_filled-button.scss +0 -54
  571. package/core/tokens/m3/mat/_form-field.scss +0 -59
  572. package/core/tokens/m3/mat/_full-pseudo-checkbox.scss +0 -42
  573. package/core/tokens/m3/mat/_list.scss +0 -19
  574. package/core/tokens/m3/mat/_minimal-pseudo-checkbox.scss +0 -33
  575. package/core/tokens/m3/mat/_option.scss +0 -55
  576. package/core/tokens/m3/mat/_outlined-button.scss +0 -54
  577. package/core/tokens/m3/mat/_protected-button.scss +0 -55
  578. package/core/tokens/m3/mat/_radio.scss +0 -45
  579. package/core/tokens/m3/mat/_slider.scss +0 -58
  580. package/core/tokens/m3/mat/_snack-bar.scss +0 -18
  581. package/core/tokens/m3/mat/_stepper.scss +0 -79
  582. package/core/tokens/m3/mat/_switch.scss +0 -56
  583. package/core/tokens/m3/mat/_tab-header.scss +0 -51
  584. package/core/tokens/m3/mat/_text-button.scss +0 -55
  585. package/core/tokens/m3/mat/_tonal-button.scss +0 -101
  586. package/core/tokens/m3/mdc/_checkbox.scss +0 -112
  587. package/core/tokens/m3/mdc/_chip.scss +0 -93
  588. package/core/tokens/m3/mdc/_dialog.scss +0 -23
  589. package/core/tokens/m3/mdc/_elevated-card.scss +0 -22
  590. package/core/tokens/m3/mdc/_extended-fab.scss +0 -42
  591. package/core/tokens/m3/mdc/_fab-small.scss +0 -41
  592. package/core/tokens/m3/mdc/_fab.scss +0 -39
  593. package/core/tokens/m3/mdc/_filled-button.scss +0 -86
  594. package/core/tokens/m3/mdc/_filled-text-field.scss +0 -91
  595. package/core/tokens/m3/mdc/_icon-button.scss +0 -60
  596. package/core/tokens/m3/mdc/_list.scss +0 -37
  597. package/core/tokens/m3/mdc/_outlined-button.scss +0 -84
  598. package/core/tokens/m3/mdc/_outlined-card.scss +0 -22
  599. package/core/tokens/m3/mdc/_outlined-text-field.scss +0 -86
  600. package/core/tokens/m3/mdc/_plain-tooltip.scss +0 -15
  601. package/core/tokens/m3/mdc/_protected-button.scss +0 -101
  602. package/core/tokens/m3/mdc/_radio.scss +0 -47
  603. package/core/tokens/m3/mdc/_secondary-navigation-tab.scss +0 -16
  604. package/core/tokens/m3/mdc/_slider.scss +0 -69
  605. package/core/tokens/m3/mdc/_snack-bar.scss +0 -15
  606. package/core/tokens/m3/mdc/_switch.scss +0 -82
  607. package/core/tokens/m3/mdc/_tab-indicator.scss +0 -34
  608. package/core/tokens/m3/mdc/_text-button.scss +0 -79
  609. package/core/typography/_typography-utils-deprecated.scss +0 -6
  610. package/datepicker/_datepicker-legacy-compat.scss +0 -85
  611. package/divider/_divider-offset.scss +0 -12
  612. package/expansion/_expansion-variables.scss +0 -30
  613. package/fesm2022/animation-5f89c9a6.mjs +0 -33
  614. package/fesm2022/animation-5f89c9a6.mjs.map +0 -1
  615. package/fesm2022/common-module-3ec8031a.mjs.map +0 -1
  616. package/fesm2022/date-formats-b618acb8.mjs.map +0 -1
  617. package/fesm2022/date-range-input-harness-3718a667.mjs.map +0 -1
  618. package/fesm2022/divider-harness-8099453f.mjs.map +0 -1
  619. package/fesm2022/error-options-ee129e4b.mjs.map +0 -1
  620. package/fesm2022/error-state-8f4ce1af.mjs.map +0 -1
  621. package/fesm2022/form-field-9a53ebf1.mjs +0 -1076
  622. package/fesm2022/form-field-9a53ebf1.mjs.map +0 -1
  623. package/fesm2022/form-field-control-harness-efefd4cf.mjs.map +0 -1
  624. package/fesm2022/icon-button-acdabdec.mjs.map +0 -1
  625. package/fesm2022/icon-module-fd90a70e.mjs.map +0 -1
  626. package/fesm2022/icon-registry-c1df72ea.mjs.map +0 -1
  627. package/fesm2022/index-1ea85b8e.mjs.map +0 -1
  628. package/fesm2022/index-b8da641d.mjs.map +0 -1
  629. package/fesm2022/input-harness-e68bb132.mjs.map +0 -1
  630. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +0 -1
  631. package/fesm2022/internal-form-field-7304c17d.mjs.map +0 -1
  632. package/fesm2022/line-d0757c01.mjs.map +0 -1
  633. package/fesm2022/module-2701d616.mjs.map +0 -1
  634. package/fesm2022/module-8175acdf.mjs.map +0 -1
  635. package/fesm2022/module-8c65f824.mjs.map +0 -1
  636. package/fesm2022/module-a40bca65.mjs.map +0 -1
  637. package/fesm2022/module-e7f30cea.mjs.map +0 -1
  638. package/fesm2022/optgroup-harness-d5cf72ed.mjs.map +0 -1
  639. package/fesm2022/option-a77bb984.mjs.map +0 -1
  640. package/fesm2022/option-harness-b4971f41.mjs.map +0 -1
  641. package/fesm2022/pseudo-checkbox-006bd0a9.mjs.map +0 -1
  642. package/fesm2022/pseudo-checkbox-module-d04dbe5a.mjs.map +0 -1
  643. package/fesm2022/public-api-c5ab57f5.mjs.map +0 -1
  644. package/fesm2022/ripple-18f3bc18.mjs.map +0 -1
  645. package/fesm2022/ripple-loader-e685c61f.mjs.map +0 -1
  646. package/fesm2022/select-harness-30466074.mjs.map +0 -1
  647. package/fesm2022/structural-styles-e3fe1eb7.mjs.map +0 -1
  648. package/form-field/_form-field-focus-overlay.scss +0 -31
  649. package/form-field/_form-field-high-contrast.scss +0 -39
  650. package/form-field/_form-field-native-select.scss +0 -97
  651. package/form-field/_form-field-subscript.scss +0 -95
  652. package/form-field/_mdc-text-field-density-overrides.scss +0 -60
  653. package/form-field/_mdc-text-field-structure-overrides.scss +0 -186
  654. package/form-field/_mdc-text-field-structure.scss +0 -621
  655. package/form-field/_mdc-text-field-textarea-overrides.scss +0 -36
  656. package/form-field/_user-agent-overrides.scss +0 -24
  657. package/list/_list-inherited-structure.scss +0 -504
  658. package/list/_list-item-hcm-indicator.scss +0 -29
  659. package/radio/_radio-common.scss +0 -259
  660. package/stepper/_stepper-variables.scss +0 -29
  661. package/table/_table-flex-styles.scss +0 -61
  662. package/tabs/_tabs-common.scss +0 -497
  663. package/toolbar/_toolbar-variables.scss +0 -28
  664. /package/core/tokens/m3/{definitions/_md-ref-palette.scss → _md-ref-palette.scss} +0 -0
  665. /package/core/tokens/m3/{definitions/_md-ref-typeface.scss → _md-ref-typeface.scss} +0 -0
  666. /package/core/tokens/m3/{definitions/_md-sys-color.scss → _md-sys-color.scss} +0 -0
  667. /package/core/tokens/m3/{definitions/_md-sys-elevation.scss → _md-sys-elevation.scss} +0 -0
  668. /package/core/tokens/m3/{definitions/_md-sys-motion.scss → _md-sys-motion.scss} +0 -0
  669. /package/core/tokens/m3/{definitions/_md-sys-shape.scss → _md-sys-shape.scss} +0 -0
  670. /package/core/tokens/m3/{definitions/_md-sys-state.scss → _md-sys-state.scss} +0 -0
  671. /package/core/tokens/m3/{definitions/_md-sys-typescale.scss → _md-sys-typescale.scss} +0 -0
  672. /package/{date-adapter.d-c6835d41.d.ts → date-adapter.d-e8299690.d.ts} +0 -0
  673. /package/{error-options.d-448d9046.d.ts → error-options.d-059d9639.d.ts} +0 -0
  674. /package/{form-field-control-harness.d-2d91f25a.d.ts → form-field-control-harness.d-e3cf007b.d.ts} +0 -0
  675. /package/{form-field-control.d-eb86711c.d.ts → form-field-control.d-9ed49092.d.ts} +0 -0
  676. /package/{list-option-types.d-8739f903.d.ts → list-option-types.d-076a5300.d.ts} +0 -0
  677. /package/{option.d-6f493d78.d.ts → option.d-4fb11594.d.ts} +0 -0
  678. /package/{palette.d-ec4a617c.d.ts → palette.d-1d8ebc0d.d.ts} +0 -0
  679. /package/{ripple-loader.d-e5ac6c14.d.ts → ripple-loader.d-f51e5eb6.d.ts} +0 -0
  680. /package/{sort-direction.d-f4ce4649.d.ts → sort-direction.d-52bce05e.d.ts} +0 -0
@@ -0,0 +1,78 @@
1
+ @use 'sass:map';
2
+ @use '../core/tokens/m3-utils';
3
+
4
+ // The prefix used to generate the fully qualified name for tokens in this file.
5
+ $prefix: (mat, list);
6
+
7
+ /// Generates custom tokens for the mat-list.
8
+ /// @param {Map} $systems The MDC system tokens
9
+ /// @param {Boolean} $exclude-hardcoded Whether to exclude hardcoded token values
10
+ /// @param {Map} $token-slots Possible token slots
11
+ /// @return {Map} A set of custom tokens for the mat-list
12
+ @function get-tokens($systems, $exclude-hardcoded, $token-slots) {
13
+ // list-item-container-color
14
+ // This does not match the spec, which defines this to be `md.sys.color.surface`.
15
+ // However, this interferes with the use case of placing a list on other components. For example,
16
+ // the bottom sheets container color is `md.sys.color.surface-container-low`. Instead, allow the
17
+ // list to just display the colors for its background.
18
+
19
+ // list-item-leading-icon-size
20
+ // Match spec, which has list-item-leading-icon-size of 24px.
21
+ // Current version of tokens (0_161) has 18px.
22
+ $tokens: (
23
+ active-indicator-color: map.get($systems, md-sys-color, secondary-container),
24
+ active-indicator-shape: map.get($systems, md-sys-shape, corner-full),
25
+ list-item-container-color: if($exclude-hardcoded, null, transparent),
26
+ list-item-container-shape: map.get($systems, md-sys-shape, corner-none),
27
+ list-item-disabled-label-text-color: map.get($systems, md-sys-color, on-surface),
28
+ list-item-disabled-label-text-opacity: if($exclude-hardcoded, null, 0.3),
29
+ list-item-disabled-leading-icon-color: map.get($systems, md-sys-color, on-surface),
30
+ list-item-disabled-leading-icon-opacity: if($exclude-hardcoded, null, 0.38),
31
+ list-item-disabled-state-layer-color: map.get($systems, md-sys-color, on-surface),
32
+ list-item-disabled-state-layer-opacity:
33
+ map.get($systems, md-sys-state, focus-state-layer-opacity),
34
+ list-item-disabled-trailing-icon-color: map.get($systems, md-sys-color, on-surface),
35
+ list-item-disabled-trailing-icon-opacity: if($exclude-hardcoded, null, 0.38),
36
+ list-item-focus-label-text-color: map.get($systems, md-sys-color, on-surface),
37
+ list-item-focus-state-layer-color: map.get($systems, md-sys-color, on-surface),
38
+ list-item-focus-state-layer-opacity: map.get($systems, md-sys-state, focus-state-layer-opacity),
39
+ list-item-hover-label-text-color: map.get($systems, md-sys-color, on-surface),
40
+ list-item-hover-state-layer-color: map.get($systems, md-sys-color, on-surface),
41
+ list-item-hover-state-layer-opacity: map.get($systems, md-sys-state, hover-state-layer-opacity),
42
+ list-item-label-text-color: map.get($systems, md-sys-color, on-surface),
43
+ list-item-label-text-font: map.get($systems, md-sys-typescale, body-large-font),
44
+ list-item-label-text-line-height: map.get($systems, md-sys-typescale, body-large-line-height),
45
+ list-item-label-text-size: map.get($systems, md-sys-typescale, body-large-size),
46
+ list-item-label-text-tracking: map.get($systems, md-sys-typescale, body-large-tracking),
47
+ list-item-label-text-weight: map.get($systems, md-sys-typescale, body-large-weight),
48
+ list-item-leading-avatar-color: map.get($systems, md-sys-color, primary-container),
49
+ list-item-leading-avatar-shape: map.get($systems, md-sys-shape, corner-full),
50
+ list-item-leading-avatar-size: if($exclude-hardcoded, null, 40px),
51
+ list-item-leading-icon-color: map.get($systems, md-sys-color, on-surface-variant),
52
+ list-item-leading-icon-size: if($exclude-hardcoded, null, 24px),
53
+ list-item-one-line-container-height: if($exclude-hardcoded, null, 56px),
54
+ list-item-selected-trailing-icon-color: map.get($systems, md-sys-color, primary),
55
+ list-item-supporting-text-color: map.get($systems, md-sys-color, on-surface-variant),
56
+ list-item-supporting-text-font: map.get($systems, md-sys-typescale, body-medium-font),
57
+ list-item-supporting-text-line-height:
58
+ map.get($systems, md-sys-typescale, body-medium-line-height),
59
+ list-item-supporting-text-size: map.get($systems, md-sys-typescale, body-medium-size),
60
+ list-item-supporting-text-tracking: map.get($systems, md-sys-typescale, body-medium-tracking),
61
+ list-item-supporting-text-weight: map.get($systems, md-sys-typescale, body-medium-weight),
62
+ list-item-three-line-container-height: if($exclude-hardcoded, null, 88px),
63
+ list-item-trailing-icon-color: map.get($systems, md-sys-color, on-surface-variant),
64
+ list-item-trailing-icon-size: if($exclude-hardcoded, null, 24px),
65
+ list-item-trailing-supporting-text-color: map.get($systems, md-sys-color, on-surface-variant),
66
+ list-item-trailing-supporting-text-font: map.get($systems, md-sys-typescale, label-small-font),
67
+ list-item-trailing-supporting-text-line-height:
68
+ map.get($systems, md-sys-typescale, label-small-line-height),
69
+ list-item-trailing-supporting-text-size: map.get($systems, md-sys-typescale, label-small-size),
70
+ list-item-trailing-supporting-text-tracking:
71
+ map.get($systems, md-sys-typescale, label-small-tracking),
72
+ list-item-trailing-supporting-text-weight:
73
+ map.get($systems, md-sys-typescale, label-small-weight),
74
+ list-item-two-line-container-height: if($exclude-hardcoded, null, 72px),
75
+ );
76
+
77
+ @return m3-utils.namespace($prefix, $tokens, $token-slots);
78
+ }
package/list/index.d.ts CHANGED
@@ -1,18 +1,18 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, ElementRef, AfterViewInit, OnDestroy, NgZone, QueryList, OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
- import { a as RippleTarget, f as RippleConfig, b as RippleGlobalOptions } from '../ripple.d-f2cd74cf.js';
5
- import { L as ListOption, M as MatListOptionTogglePosition } from '../list-option-types.d-8739f903.js';
6
- export { M as MatListOptionCheckboxPosition, M as MatListOptionTogglePosition } from '../list-option-types.d-8739f903.js';
7
- import * as i12 from '@angular/material/divider';
8
- export { MatDivider } from '@angular/material/divider';
4
+ import { a as RippleTarget, f as RippleConfig, b as RippleGlobalOptions } from '../ripple.d-305c30f3.js';
5
+ import { L as ListOption, M as MatListOptionTogglePosition } from '../list-option-types.d-076a5300.js';
6
+ export { M as MatListOptionCheckboxPosition, M as MatListOptionTogglePosition } from '../list-option-types.d-076a5300.js';
7
+ import { a as MatDividerModule } from '../divider-module.d-4305a1f1.js';
8
+ export { M as MatDivider } from '../divider-module.d-4305a1f1.js';
9
9
  import * as i2 from '@angular/cdk/observers';
10
- import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
11
- import { M as MatRippleModule } from '../index.d-cc6e48d4.js';
12
- import { M as MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d-d21de92b.js';
10
+ import { M as MatCommonModule } from '../common-module.d-421e3498.js';
11
+ import { M as MatRippleModule } from '../index.d-511f9e6c.js';
12
+ import { M as MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d-42351ab6.js';
13
13
  import { SelectionModel } from '@angular/cdk/collections';
14
14
  import { ControlValueAccessor } from '@angular/forms';
15
- import { T as ThemePalette } from '../palette.d-ec4a617c.js';
15
+ import { T as ThemePalette } from '../palette.d-1d8ebc0d.js';
16
16
  import '@angular/cdk/platform';
17
17
  import '@angular/cdk/bidi';
18
18
 
@@ -510,8 +510,9 @@ declare class MatListSubheaderCssMatStyler {
510
510
 
511
511
  declare class MatListModule {
512
512
  static ɵfac: i0.ɵɵFactoryDeclaration<MatListModule, never>;
513
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatListModule, never, [typeof i2.ObserversModule, typeof MatCommonModule, typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListSubheaderCssMatStyler, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta], [typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListSubheaderCssMatStyler, typeof i12.MatDividerModule, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta]>;
513
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatListModule, never, [typeof i2.ObserversModule, typeof MatCommonModule, typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListSubheaderCssMatStyler, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta], [typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListSubheaderCssMatStyler, typeof MatDividerModule, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta]>;
514
514
  static ɵinj: i0.ɵɵInjectorDeclaration<MatListModule>;
515
515
  }
516
516
 
517
- export { MAT_LIST, MAT_LIST_CONFIG, MAT_NAV_LIST, MAT_SELECTION_LIST_VALUE_ACCESSOR, MatActionList, MatList, type MatListConfig, MatListItem, MatListItemAvatar, MatListItemIcon, MatListItemLine, MatListItemMeta, MatListItemTitle, MatListModule, MatListOption, MatListSubheaderCssMatStyler, MatNavList, MatSelectionList, MatSelectionListChange, SELECTION_LIST, type SelectionList, _MatListItemGraphicBase };
517
+ export { MAT_LIST, MAT_LIST_CONFIG, MAT_NAV_LIST, MAT_SELECTION_LIST_VALUE_ACCESSOR, MatActionList, MatList, MatListItem, MatListItemAvatar, MatListItemIcon, MatListItemLine, MatListItemMeta, MatListItemTitle, MatListModule, MatListOption, MatListSubheaderCssMatStyler, MatNavList, MatSelectionList, MatSelectionListChange, SELECTION_LIST, _MatListItemGraphicBase };
518
+ export type { MatListConfig, SelectionList };
@@ -1,6 +1,6 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, ContentContainerComponentHarness, ComponentHarnessConstructor } from '@angular/cdk/testing';
2
- import { D as DividerHarnessFilters, M as MatDividerHarness } from '../../divider-harness.d-d34fede4.js';
3
- import { M as MatListOptionTogglePosition } from '../../list-option-types.d-8739f903.js';
2
+ import { D as DividerHarnessFilters, M as MatDividerHarness } from '../../divider-harness.d-ee96b7aa.js';
3
+ import { M as MatListOptionTogglePosition } from '../../list-option-types.d-076a5300.js';
4
4
 
5
5
  interface ListHarnessFilters extends BaseHarnessFilters {
6
6
  }
@@ -350,4 +350,5 @@ declare class MatListOptionHarness extends MatListItemHarnessBase {
350
350
  deselect(): Promise<void>;
351
351
  }
352
352
 
353
- export { type ActionListHarnessFilters, type ActionListItemHarnessFilters, type BaseListItemHarnessFilters, type ListHarnessFilters, type ListItemHarnessFilters, type ListOptionHarnessFilters, MatActionListHarness, MatActionListItemHarness, MatListHarness, MatListItemHarness, MatListItemSection, MatListItemType, MatListOptionHarness, MatNavListHarness, MatNavListItemHarness, MatSelectionListHarness, MatSubheaderHarness, type NavListHarnessFilters, type NavListItemHarnessFilters, type SelectionListHarnessFilters, type SubheaderHarnessFilters };
353
+ export { MatActionListHarness, MatActionListItemHarness, MatListHarness, MatListItemHarness, MatListItemSection, MatListItemType, MatListOptionHarness, MatNavListHarness, MatNavListItemHarness, MatSelectionListHarness, MatSubheaderHarness };
354
+ export type { ActionListHarnessFilters, ActionListItemHarnessFilters, BaseListItemHarnessFilters, ListHarnessFilters, ListItemHarnessFilters, ListOptionHarnessFilters, NavListHarnessFilters, NavListItemHarnessFilters, SelectionListHarnessFilters, SubheaderHarnessFilters };
@@ -1,7 +1,7 @@
1
- @use '../../token-definition';
2
- @use '../../../theming/inspection';
3
- @use '../../../style/sass-utils';
4
- @use '../../../style/elevation';
1
+ @use '../core/tokens/m2-utils';
2
+ @use '../core/theming/inspection';
3
+ @use '../core/style/sass-utils';
4
+ @use '../core/style/elevation';
5
5
 
6
6
  // The prefix used to generate the fully qualified name for tokens in this file.
7
7
  $prefix: (mat, menu);
@@ -64,8 +64,8 @@ $prefix: (mat, menu);
64
64
  @function get-token-slots() {
65
65
  @return sass-utils.deep-merge-all(
66
66
  get-unthemable-tokens(),
67
- get-color-tokens(token-definition.$placeholder-color-config),
68
- get-typography-tokens(token-definition.$placeholder-typography-config),
69
- get-density-tokens(token-definition.$placeholder-density-config)
67
+ get-color-tokens(m2-utils.$placeholder-color-config),
68
+ get-typography-tokens(m2-utils.$placeholder-typography-config),
69
+ get-density-tokens(m2-utils.$placeholder-density-config)
70
70
  );
71
71
  }
@@ -1,7 +1,7 @@
1
1
  @use 'sass:map';
2
- @use '../../../style/sass-utils';
3
- @use '../../token-definition';
4
- @use '../../../style/elevation';
2
+ @use '../core/style/sass-utils';
3
+ @use '../core/tokens/m3-utils';
4
+ @use '../core/style/elevation';
5
5
 
6
6
  // The prefix used to generate the fully qualified name for tokens in this file.
7
7
  $prefix: (mat, menu);
@@ -13,15 +13,15 @@ $prefix: (mat, menu);
13
13
  /// @return {Map} A set of custom tokens for the mat-menu
14
14
  @function get-tokens($systems, $exclude-hardcoded, $token-slots) {
15
15
  $tokens: sass-utils.merge-all(
16
- token-definition.generate-typography-tokens($systems, item-label-text, label-large),
16
+ m3-utils.generate-typography-tokens($systems, item-label-text, label-large),
17
17
  (
18
18
  container-shape: map.get($systems, md-sys-shape, corner-extra-small),
19
19
  divider-color: map.get($systems, md-sys-color, surface-variant),
20
- divider-bottom-spacing: token-definition.hardcode(8px, $exclude-hardcoded),
21
- divider-top-spacing: token-definition.hardcode(8px, $exclude-hardcoded),
20
+ divider-bottom-spacing: m3-utils.hardcode(8px, $exclude-hardcoded),
21
+ divider-top-spacing: m3-utils.hardcode(8px, $exclude-hardcoded),
22
22
  item-label-text-color: map.get($systems, md-sys-color, on-surface),
23
23
  item-icon-color: map.get($systems, md-sys-color, on-surface-variant),
24
- item-icon-size: token-definition.hardcode(24px, $exclude-hardcoded),
24
+ item-icon-size: m3-utils.hardcode(24px, $exclude-hardcoded),
25
25
  item-hover-state-layer-color: sass-utils.safe-color-change(
26
26
  map.get($systems, md-sys-color, on-surface),
27
27
  $alpha: map.get($systems, md-sys-state, hover-state-layer-opacity)
@@ -30,19 +30,16 @@ $prefix: (mat, menu);
30
30
  map.get($systems, md-sys-color, on-surface),
31
31
  $alpha: map.get($systems, md-sys-state, focus-state-layer-opacity)
32
32
  ),
33
- item-spacing: token-definition.hardcode(12px, $exclude-hardcoded),
34
- item-leading-spacing: token-definition.hardcode(12px, $exclude-hardcoded),
35
- item-trailing-spacing: token-definition.hardcode(12px, $exclude-hardcoded),
36
- item-with-icon-leading-spacing: token-definition.hardcode(12px, $exclude-hardcoded),
37
- item-with-icon-trailing-spacing: token-definition.hardcode(12px, $exclude-hardcoded),
33
+ item-spacing: m3-utils.hardcode(12px, $exclude-hardcoded),
34
+ item-leading-spacing: m3-utils.hardcode(12px, $exclude-hardcoded),
35
+ item-trailing-spacing: m3-utils.hardcode(12px, $exclude-hardcoded),
36
+ item-with-icon-leading-spacing: m3-utils.hardcode(12px, $exclude-hardcoded),
37
+ item-with-icon-trailing-spacing: m3-utils.hardcode(12px, $exclude-hardcoded),
38
38
  container-color: map.get($systems, md-sys-color, surface-container),
39
- container-elevation-shadow: token-definition.hardcode(
39
+ container-elevation-shadow: m3-utils.hardcode(
40
40
  elevation.get-box-shadow(2), $exclude-hardcoded),
41
-
42
- // Unused
43
- base-elevation-level: null,
44
41
  )
45
42
  );
46
43
 
47
- @return token-definition.namespace-tokens($prefix, $tokens, $token-slots);
44
+ @return m3-utils.namespace($prefix, $tokens, $token-slots);
48
45
  }
@@ -1,5 +1,5 @@
1
1
  @use 'sass:map';
2
- @use '../core/tokens/m2/mat/menu' as tokens-mat-menu;
2
+ @use './m2-menu';
3
3
  @use '../core/style/sass-utils';
4
4
  @use '../core/tokens/token-utils';
5
5
  @use '../core/theming/theming';
@@ -13,9 +13,7 @@
13
13
  } @else {
14
14
  @include sass-utils.current-selector-or-root() {
15
15
  @include token-utils.create-token-values-mixed(
16
- tokens-mat-menu.$prefix,
17
- tokens-mat-menu.get-unthemable-tokens()
18
- );
16
+ m2-menu.$prefix, m2-menu.get-unthemable-tokens());
19
17
  }
20
18
  }
21
19
  }
@@ -26,9 +24,7 @@
26
24
  } @else {
27
25
  @include sass-utils.current-selector-or-root() {
28
26
  @include token-utils.create-token-values-mixed(
29
- tokens-mat-menu.$prefix,
30
- tokens-mat-menu.get-color-tokens($theme)
31
- );
27
+ m2-menu.$prefix, m2-menu.get-color-tokens($theme));
32
28
  }
33
29
  }
34
30
  }
@@ -39,9 +35,7 @@
39
35
  } @else {
40
36
  @include sass-utils.current-selector-or-root() {
41
37
  @include token-utils.create-token-values-mixed(
42
- tokens-mat-menu.$prefix,
43
- tokens-mat-menu.get-typography-tokens($theme)
44
- );
38
+ m2-menu.$prefix, m2-menu.get-typography-tokens($theme));
45
39
  }
46
40
  }
47
41
  }
@@ -57,8 +51,8 @@
57
51
  @function _define-overrides() {
58
52
  @return (
59
53
  (
60
- namespace: tokens-mat-menu.$prefix,
61
- tokens: tokens-mat-menu.get-token-slots(),
54
+ namespace: m2-menu.$prefix,
55
+ tokens: m2-menu.get-token-slots(),
62
56
  ),
63
57
  );
64
58
  }
@@ -92,8 +86,8 @@
92
86
  );
93
87
  @if ($tokens != ()) {
94
88
  @include token-utils.create-token-values(
95
- tokens-mat-menu.$prefix,
96
- map.get($tokens, tokens-mat-menu.$prefix)
89
+ m2-menu.$prefix,
90
+ map.get($tokens, m2-menu.$prefix)
97
91
  );
98
92
  }
99
93
  }
package/menu/index.d.ts CHANGED
@@ -5,10 +5,10 @@ import { Direction } from '@angular/cdk/bidi';
5
5
  import { Subject, Observable } from 'rxjs';
6
6
  import * as i2 from '@angular/cdk/overlay';
7
7
  import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
8
- import { M as MatRippleModule } from '../index.d-cc6e48d4.js';
9
- import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
8
+ import { M as MatRippleModule } from '../index.d-511f9e6c.js';
9
+ import { M as MatCommonModule } from '../common-module.d-421e3498.js';
10
10
  import * as i5 from '@angular/cdk/scrolling';
11
- import '../ripple.d-f2cd74cf.js';
11
+ import '../ripple.d-305c30f3.js';
12
12
  import '@angular/cdk/platform';
13
13
 
14
14
  type MenuPositionX = 'before' | 'after';
@@ -493,4 +493,5 @@ declare const fadeInItems: any;
493
493
  */
494
494
  declare const transformMenu: any;
495
495
 
496
- export { MAT_MENU_CONTENT, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER, MENU_PANEL_TOP_PADDING, MatMenu, MatMenuContent, type MatMenuDefaultOptions, MatMenuItem, MatMenuModule, type MatMenuPanel, MatMenuTrigger, type MenuCloseReason, type MenuPositionX, type MenuPositionY, fadeInItems, matMenuAnimations, transformMenu };
496
+ export { MAT_MENU_CONTENT, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER, MENU_PANEL_TOP_PADDING, MatMenu, MatMenuContent, MatMenuItem, MatMenuModule, MatMenuTrigger, fadeInItems, matMenuAnimations, transformMenu };
497
+ export type { MatMenuDefaultOptions, MatMenuPanel, MenuCloseReason, MenuPositionX, MenuPositionY };
@@ -87,4 +87,5 @@ declare class MatMenuItemHarness extends ContentContainerComponentHarness<string
87
87
  getSubmenu(): Promise<MatMenuHarness | null>;
88
88
  }
89
89
 
90
- export { MatMenuHarness, MatMenuItemHarness, type MenuHarnessFilters, type MenuItemHarnessFilters };
90
+ export { MatMenuHarness, MatMenuItemHarness };
91
+ export type { MenuHarnessFilters, MenuItemHarnessFilters };
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { M as MatCommonModule } from './common-module.d-0e6515ae.js';
2
+ import { M as MatCommonModule } from './common-module.d-421e3498.js';
3
3
  import * as i2 from '@angular/cdk/observers';
4
- import { k as MatFormField, a as MatError, b as MatHint, d as MatPrefix, f as MatSuffix } from './form-field.d-2edbc094.js';
4
+ import { k as MatFormField, a as MatError, b as MatHint, d as MatPrefix, f as MatSuffix } from './form-field.d-486f4e86.js';
5
5
 
6
6
  /** The floating label for a `mat-form-field`. */
7
7
  declare class MatLabel {
@@ -2,19 +2,19 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
3
3
  import * as i2 from '@angular/cdk/overlay';
4
4
  import { ScrollStrategy, Overlay, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
5
- import { M as MatOptionModule } from './index.d-d77f0821.js';
6
- import { M as MatCommonModule } from './common-module.d-0e6515ae.js';
5
+ import { M as MatOptionModule } from './index.d-73f24bb1.js';
6
+ import { M as MatCommonModule } from './common-module.d-421e3498.js';
7
7
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
8
8
  import { SelectionModel } from '@angular/cdk/collections';
9
9
  import * as i5 from '@angular/cdk/scrolling';
10
10
  import { ViewportRuler } from '@angular/cdk/scrolling';
11
11
  import { ControlValueAccessor, NgControl } from '@angular/forms';
12
12
  import { Subject, Observable } from 'rxjs';
13
- import { E as ErrorStateMatcher } from './error-options.d-448d9046.js';
14
- import { M as MatOption, a as MatOptgroup, b as MatOptionSelectionChange } from './option.d-6f493d78.js';
15
- import { k as MatFormField } from './form-field.d-2edbc094.js';
16
- import { M as MatFormFieldControl } from './form-field-control.d-eb86711c.js';
17
- import { a as MatFormFieldModule } from './module.d-c17c834e.js';
13
+ import { E as ErrorStateMatcher } from './error-options.d-059d9639.js';
14
+ import { M as MatOption, a as MatOptgroup, b as MatOptionSelectionChange } from './option.d-4fb11594.js';
15
+ import { k as MatFormField } from './form-field.d-486f4e86.js';
16
+ import { M as MatFormFieldControl } from './form-field-control.d-9ed49092.js';
17
+ import { a as MatFormFieldModule } from './module.d-683b2a19.js';
18
18
 
19
19
  /** Injection token that determines the scroll handling while a select is open. */
20
20
  declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
@@ -445,4 +445,5 @@ declare class MatSelectModule {
445
445
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
446
446
  }
447
447
 
448
- export { MatSelectModule as M, MAT_SELECT_SCROLL_STRATEGY as a, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY as b, type MatSelectConfig as c, MAT_SELECT_CONFIG as d, MAT_SELECT_SCROLL_STRATEGY_PROVIDER as e, MAT_SELECT_TRIGGER as f, MatSelectChange as g, MatSelect as h, MatSelectTrigger as i };
448
+ export { MatSelectModule as M, MAT_SELECT_SCROLL_STRATEGY as a, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY as b, MAT_SELECT_CONFIG as d, MAT_SELECT_SCROLL_STRATEGY_PROVIDER as e, MAT_SELECT_TRIGGER as f, MatSelectChange as g, MatSelect as h, MatSelectTrigger as i };
449
+ export type { MatSelectConfig as c };
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, NgZone } from '@angular/core';
3
- import { M as MatCommonModule } from './common-module.d-0e6515ae.js';
4
- import { M as MatRippleModule } from './index.d-cc6e48d4.js';
3
+ import { M as MatCommonModule } from './common-module.d-421e3498.js';
4
+ import { M as MatRippleModule } from './index.d-511f9e6c.js';
5
5
  import { FocusOrigin } from '@angular/cdk/a11y';
6
- import { T as ThemePalette } from './palette.d-ec4a617c.js';
7
- import { M as MatRippleLoader } from './ripple-loader.d-e5ac6c14.js';
6
+ import { T as ThemePalette } from './palette.d-1d8ebc0d.js';
7
+ import { M as MatRippleLoader } from './ripple-loader.d-f51e5eb6.js';
8
8
 
9
9
  /**
10
10
  * Possible appearances for a `MatButton`.
@@ -210,4 +210,5 @@ declare class MatButtonModule {
210
210
  static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
211
211
  }
212
212
 
213
- export { MAT_BUTTON_CONFIG as M, type MatButtonAppearance as a, type MatButtonConfig as b, MatButton as c, MatAnchor as d, type MatFabDefaultOptions as e, MAT_FAB_DEFAULT_OPTIONS as f, MAT_FAB_DEFAULT_OPTIONS_FACTORY as g, MatFabButton as h, MatMiniFabButton as i, MatFabAnchor as j, MatMiniFabAnchor as k, MatIconButton as l, MatIconAnchor as m, MatButtonModule as n };
213
+ export { MAT_BUTTON_CONFIG as M, MatButton as c, MatAnchor as d, MAT_FAB_DEFAULT_OPTIONS as f, MAT_FAB_DEFAULT_OPTIONS_FACTORY as g, MatFabButton as h, MatMiniFabButton as i, MatFabAnchor as j, MatMiniFabAnchor as k, MatIconButton as l, MatIconAnchor as m, MatButtonModule as n };
214
+ export type { MatButtonAppearance as a, MatButtonConfig as b, MatFabDefaultOptions as e };
@@ -3,7 +3,7 @@ import { InjectionToken, OnDestroy, AfterViewInit, ElementRef } from '@angular/c
3
3
  import * as i1 from '@angular/cdk/a11y';
4
4
  import * as i2 from '@angular/cdk/overlay';
5
5
  import { ScrollStrategy, Overlay, OverlayRef, ConnectedPosition, OriginConnectionPosition, OverlayConnectionPosition } from '@angular/cdk/overlay';
6
- import { M as MatCommonModule } from './common-module.d-0e6515ae.js';
6
+ import { M as MatCommonModule } from './common-module.d-421e3498.js';
7
7
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
8
8
  import { Directionality } from '@angular/cdk/bidi';
9
9
  import { Observable } from 'rxjs';
@@ -324,4 +324,5 @@ declare class MatTooltipModule {
324
324
  static ɵinj: i0.ɵɵInjectorDeclaration<MatTooltipModule>;
325
325
  }
326
326
 
327
- export { MatTooltipModule as M, SCROLL_THROTTLE_MS as S, type TooltipPosition as T, type TooltipTouchGestures as a, type TooltipVisibility as b, MAT_TOOLTIP_SCROLL_STRATEGY as c, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY as d, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER as e, MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY as f, getMatTooltipInvalidPositionError as g, MAT_TOOLTIP_DEFAULT_OPTIONS as h, type MatTooltipDefaultOptions as i, TOOLTIP_PANEL_CLASS as j, MatTooltip as k, TooltipComponent as l };
327
+ export { MatTooltipModule as M, SCROLL_THROTTLE_MS as S, MAT_TOOLTIP_SCROLL_STRATEGY as c, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY as d, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER as e, MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY as f, getMatTooltipInvalidPositionError as g, MAT_TOOLTIP_DEFAULT_OPTIONS as h, TOOLTIP_PANEL_CLASS as j, MatTooltip as k, TooltipComponent as l };
328
+ export type { TooltipPosition as T, TooltipTouchGestures as a, TooltipVisibility as b, MatTooltipDefaultOptions as i };
@@ -1,5 +1,5 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { O as OptionHarnessFilters, M as MatOptionHarness } from './option-harness.d-3d33fc9a.js';
2
+ import { O as OptionHarnessFilters, M as MatOptionHarness } from './option-harness.d-4f143bc0.js';
3
3
 
4
4
  interface OptgroupHarnessFilters extends BaseHarnessFilters {
5
5
  labelText?: string | RegExp;
@@ -28,4 +28,5 @@ declare class MatOptgroupHarness extends ComponentHarness {
28
28
  getOptions(filter?: OptionHarnessFilters): Promise<MatOptionHarness[]>;
29
29
  }
30
30
 
31
- export { MatOptgroupHarness as M, type OptgroupHarnessFilters as O };
31
+ export { MatOptgroupHarness as M };
32
+ export type { OptgroupHarnessFilters as O };
@@ -31,4 +31,5 @@ declare class MatOptionHarness extends ContentContainerComponentHarness {
31
31
  isMultiple(): Promise<boolean>;
32
32
  }
33
33
 
34
- export { MatOptionHarness as M, type OptionHarnessFilters as O };
34
+ export { MatOptionHarness as M };
35
+ export type { OptionHarnessFilters as O };
@@ -16,4 +16,5 @@ interface MatOptionParentComponent {
16
16
  */
17
17
  declare const MAT_OPTION_PARENT_COMPONENT: InjectionToken<MatOptionParentComponent>;
18
18
 
19
- export { type MatOptionParentComponent as M, MAT_OPTION_PARENT_COMPONENT as a };
19
+ export { MAT_OPTION_PARENT_COMPONENT as a };
20
+ export type { MatOptionParentComponent as M };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material",
3
- "version": "20.0.0-next.4",
3
+ "version": "20.0.0-next.6",
4
4
  "description": "Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -353,7 +353,7 @@
353
353
  }
354
354
  },
355
355
  "peerDependencies": {
356
- "@angular/cdk": "20.0.0-next.4",
356
+ "@angular/cdk": "20.0.0-next.6",
357
357
  "@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
358
358
  "@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
359
359
  "@angular/forms": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
@@ -363,6 +363,9 @@
363
363
  "dependencies": {
364
364
  "tslib": "^2.3.0"
365
365
  },
366
+ "devDependencies": {
367
+ "@angular/cdk": "workspace:*"
368
+ },
366
369
  "schematics": "./schematics/collection.json",
367
370
  "ng-update": {
368
371
  "migrations": "./schematics/migration.json",
@@ -1,9 +1,9 @@
1
1
  @use 'sass:math';
2
2
  @use 'sass:map';
3
- @use '../../token-definition';
4
- @use '../../../theming/theming';
5
- @use '../../../theming/inspection';
6
- @use '../../../style/sass-utils';
3
+ @use '../core/tokens/m2-utils';
4
+ @use '../core/theming/theming';
5
+ @use '../core/theming/inspection';
6
+ @use '../core/style/sass-utils';
7
7
 
8
8
  // The prefix used to generate the fully qualified name for tokens in this file.
9
9
  $prefix: (mat, paginator);
@@ -81,8 +81,8 @@ $prefix: (mat, paginator);
81
81
  @function get-token-slots() {
82
82
  @return sass-utils.deep-merge-all(
83
83
  get-unthemable-tokens(),
84
- get-color-tokens(token-definition.$placeholder-color-config),
85
- get-typography-tokens(token-definition.$placeholder-typography-config),
86
- get-density-tokens(token-definition.$placeholder-density-config)
84
+ get-color-tokens(m2-utils.$placeholder-color-config),
85
+ get-typography-tokens(m2-utils.$placeholder-typography-config),
86
+ get-density-tokens(m2-utils.$placeholder-density-config)
87
87
  );
88
88
  }
@@ -1,6 +1,6 @@
1
1
  @use 'sass:map';
2
- @use '../../../style/sass-utils';
3
- @use '../../token-definition';
2
+ @use '../core/style/sass-utils';
3
+ @use '../core/tokens/m3-utils';
4
4
 
5
5
  // The prefix used to generate the fully qualified name for tokens in this file.
6
6
  $prefix: (mat, paginator);
@@ -12,7 +12,7 @@ $prefix: (mat, paginator);
12
12
  /// @return {Map} A set of custom tokens for the mat-paginator
13
13
  @function get-tokens($systems, $exclude-hardcoded, $token-slots) {
14
14
  $tokens: sass-utils.merge-all(
15
- token-definition.generate-typography-tokens($systems, container-text, body-small),
15
+ m3-utils.generate-typography-tokens($systems, container-text, body-small),
16
16
  (
17
17
  container-text-color: map.get($systems, md-sys-color, on-surface),
18
18
  container-background-color: map.get($systems, md-sys-color, surface),
@@ -23,5 +23,5 @@ $prefix: (mat, paginator);
23
23
  )
24
24
  );
25
25
 
26
- @return token-definition.namespace-tokens($prefix, $tokens, $token-slots);
26
+ @return m3-utils.namespace($prefix, $tokens, $token-slots);
27
27
  }
@@ -1,6 +1,6 @@
1
1
  @use 'sass:map';
2
2
  @use 'sass:meta';
3
- @use '../core/tokens/m2/mat/paginator' as tokens-mat-paginator;
3
+ @use './m2-paginator';
4
4
  @use '../core/style/sass-utils';
5
5
  @use '../core/typography/typography';
6
6
  @use '../core/theming/theming';
@@ -21,9 +21,7 @@
21
21
  } @else {
22
22
  @include sass-utils.current-selector-or-root() {
23
23
  @include token-utils.create-token-values-mixed(
24
- tokens-mat-paginator.$prefix,
25
- tokens-mat-paginator.get-color-tokens($theme)
26
- );
24
+ m2-paginator.$prefix, m2-paginator.get-color-tokens($theme));
27
25
  }
28
26
  }
29
27
  }
@@ -34,9 +32,7 @@
34
32
  } @else {
35
33
  @include sass-utils.current-selector-or-root() {
36
34
  @include token-utils.create-token-values-mixed(
37
- tokens-mat-paginator.$prefix,
38
- tokens-mat-paginator.get-typography-tokens($theme)
39
- );
35
+ m2-paginator.$prefix, m2-paginator.get-typography-tokens($theme));
40
36
  }
41
37
  }
42
38
  }
@@ -55,9 +51,7 @@
55
51
  } @else {
56
52
  @include sass-utils.current-selector-or-root() {
57
53
  @include token-utils.create-token-values-mixed(
58
- tokens-mat-paginator.$prefix,
59
- tokens-mat-paginator.get-density-tokens($theme)
60
- );
54
+ m2-paginator.$prefix, m2-paginator.get-density-tokens($theme));
61
55
  }
62
56
  }
63
57
  }
@@ -66,8 +60,8 @@
66
60
  @function _define-overrides() {
67
61
  @return (
68
62
  (
69
- namespace: tokens-mat-paginator.$prefix,
70
- tokens: tokens-mat-paginator.get-token-slots(),
63
+ namespace: m2-paginator.$prefix,
64
+ tokens: m2-paginator.get-token-slots(),
71
65
  ),
72
66
  );
73
67
  }
@@ -101,8 +95,8 @@
101
95
  );
102
96
  @if ($tokens != ()) {
103
97
  @include token-utils.create-token-values(
104
- tokens-mat-paginator.$prefix,
105
- map.get($tokens, tokens-mat-paginator.$prefix)
98
+ m2-paginator.$prefix,
99
+ map.get($tokens, m2-paginator.$prefix)
106
100
  );
107
101
  }
108
102
  }
@@ -1,30 +1,30 @@
1
1
  import * as i0 from '@angular/core';
2
- import { n as MatButtonModule } from '../module.d-d86ca350.js';
3
- import { M as MatSelectModule } from '../module.d-a23953f5.js';
4
- import { M as MatTooltipModule } from '../module.d-9a0cb968.js';
5
- import { M as MatPaginator } from '../paginator.d-40b1766e.js';
6
- export { c as MAT_PAGINATOR_DEFAULT_OPTIONS, f as MAT_PAGINATOR_INTL_PROVIDER, e as MAT_PAGINATOR_INTL_PROVIDER_FACTORY, M as MatPaginator, b as MatPaginatorDefaultOptions, d as MatPaginatorIntl, a as MatPaginatorSelectConfig, P as PageEvent } from '../paginator.d-40b1766e.js';
7
- import '../common-module.d-0e6515ae.js';
2
+ import { n as MatButtonModule } from '../module.d-9a1d1c76.js';
3
+ import { M as MatSelectModule } from '../module.d-8839a0c2.js';
4
+ import { M as MatTooltipModule } from '../module.d-f55544a0.js';
5
+ import { M as MatPaginator } from '../paginator.d-181ff014.js';
6
+ export { c as MAT_PAGINATOR_DEFAULT_OPTIONS, f as MAT_PAGINATOR_INTL_PROVIDER, e as MAT_PAGINATOR_INTL_PROVIDER_FACTORY, M as MatPaginator, b as MatPaginatorDefaultOptions, d as MatPaginatorIntl, a as MatPaginatorSelectConfig, P as PageEvent } from '../paginator.d-181ff014.js';
7
+ import '../common-module.d-421e3498.js';
8
8
  import '@angular/cdk/bidi';
9
- import '../index.d-cc6e48d4.js';
10
- import '../ripple.d-f2cd74cf.js';
9
+ import '../index.d-511f9e6c.js';
10
+ import '../ripple.d-305c30f3.js';
11
11
  import '@angular/cdk/platform';
12
12
  import '@angular/cdk/a11y';
13
- import '../palette.d-ec4a617c.js';
14
- import '../ripple-loader.d-e5ac6c14.js';
13
+ import '../palette.d-1d8ebc0d.js';
14
+ import '../ripple-loader.d-f51e5eb6.js';
15
15
  import '@angular/cdk/overlay';
16
- import '../index.d-d77f0821.js';
17
- import '../pseudo-checkbox-module.d-d21de92b.js';
18
- import '../option.d-6f493d78.js';
16
+ import '../index.d-73f24bb1.js';
17
+ import '../pseudo-checkbox-module.d-42351ab6.js';
18
+ import '../option.d-4fb11594.js';
19
19
  import 'rxjs';
20
20
  import '@angular/cdk/collections';
21
21
  import '@angular/cdk/scrolling';
22
22
  import '@angular/forms';
23
- import '../error-options.d-448d9046.js';
24
- import '../form-field.d-2edbc094.js';
23
+ import '../error-options.d-059d9639.js';
24
+ import '../form-field.d-486f4e86.js';
25
25
  import '@angular/cdk/coercion';
26
- import '../form-field-control.d-eb86711c.js';
27
- import '../module.d-c17c834e.js';
26
+ import '../form-field-control.d-9ed49092.js';
27
+ import '../module.d-683b2a19.js';
28
28
  import '@angular/cdk/observers';
29
29
 
30
30
  declare class MatPaginatorModule {