@angular/material 20.0.0-next.0 → 20.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.
- package/autocomplete/_autocomplete-theme.scss +4 -4
- package/autocomplete/index.d.ts +96 -126
- package/autocomplete/testing/index.d.ts +6 -11
- package/badge/_badge-theme.scss +5 -5
- package/badge/index.d.ts +8 -112
- package/badge/testing/index.d.ts +7 -8
- package/badge.d-49a8a74b.d.ts +98 -0
- package/bottom-sheet/_bottom-sheet-theme.scss +3 -3
- package/bottom-sheet/index.d.ts +88 -103
- package/bottom-sheet/testing/index.d.ts +4 -6
- package/button/_button-theme.scss +84 -32
- package/button/_fab-theme.scss +13 -13
- package/button/_icon-button-theme.scss +5 -5
- package/button/index.d.ts +10 -245
- package/button/testing/index.d.ts +13 -10
- package/button-toggle/_button-toggle-theme.scss +8 -8
- package/button-toggle/index.d.ts +12 -285
- package/button-toggle/testing/index.d.ts +38 -37
- package/button-toggle.d-edc8acff.d.ts +257 -0
- package/card/_card-theme.scss +12 -12
- package/card/index.d.ts +80 -117
- package/card/testing/index.d.ts +11 -15
- package/checkbox/_checkbox-theme.scss +10 -10
- package/checkbox/index.d.ts +43 -104
- package/checkbox/testing/index.d.ts +6 -10
- package/chips/_chips-theme.scss +14 -14
- package/chips/index.d.ts +599 -693
- package/chips/testing/index.d.ts +78 -93
- package/common-module.d-0e6515ae.d.ts +43 -0
- package/core/_core-theme.scss +2 -2
- package/core/index.d.ts +50 -979
- package/core/option/_optgroup-theme.scss +2 -2
- package/core/option/_option-theme.scss +4 -4
- package/core/ripple/_ripple-theme.scss +3 -3
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +4 -4
- package/core/testing/index.d.ts +3 -65
- package/core/theming/_color-api-backwards-compatibility.scss +19 -8
- package/core/tokens/_density.scss +3 -0
- package/core/tokens/_token-definition.scss +1 -2
- package/core/tokens/_token-utils.scss +20 -5
- package/core/tokens/m2/_index.scss +2 -0
- package/core/tokens/m2/mat/_tonal-button.scss +110 -0
- package/core/tokens/m3/_index.scss +2 -0
- package/core/tokens/m3/definitions/_index.scss +1 -1
- package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +3 -1
- package/core/tokens/m3/definitions/_md-sys-color.scss +44 -2
- package/core/tokens/m3/definitions/_md-sys-typescale.scss +20 -1
- package/core/tokens/m3/mat/_tonal-button.scss +101 -0
- package/date-adapter.d-c6835d41.d.ts +267 -0
- package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
- package/datepicker/_datepicker-theme.scss +8 -7
- package/datepicker/index.d.ts +1332 -1482
- package/datepicker/testing/index.d.ts +5 -287
- package/dialog/_dialog-theme.scss +6 -6
- package/dialog/index.d.ts +59 -453
- package/dialog/testing/index.d.ts +22 -26
- package/dialog.d-57867441.d.ts +335 -0
- package/divider/_divider-theme.scss +2 -2
- package/divider/index.d.ts +6 -11
- package/divider/testing/index.d.ts +2 -16
- package/divider-harness.d-d34fede4.d.ts +14 -0
- package/error-options.d-448d9046.d.ts +17 -0
- package/expansion/_expansion-theme.scss +4 -4
- package/expansion/index.d.ts +139 -190
- package/expansion/testing/index.d.ts +25 -31
- package/fesm2022/autocomplete/testing.mjs +2 -1
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +56 -32
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +14 -17
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +13 -15
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs +34 -15
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +22 -15
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +14 -395
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +49 -51
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +32 -73
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +51 -46
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/common-module-2d64df09.mjs +42 -0
- package/fesm2022/common-module-2d64df09.mjs.map +1 -0
- package/fesm2022/core/testing.mjs +3 -76
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +38 -1598
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/date-formats-b618acb8.mjs +190 -0
- package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
- package/fesm2022/date-range-input-harness-de70be6a.mjs +467 -0
- package/fesm2022/date-range-input-harness-de70be6a.mjs.map +1 -0
- package/fesm2022/datepicker/testing.mjs +5 -465
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +162 -131
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +12 -1
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +14 -895
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs +2 -17
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider-harness-8099453f.mjs +18 -0
- package/fesm2022/divider-harness-8099453f.mjs.map +1 -0
- package/fesm2022/divider.mjs +10 -12
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/error-options-4a00765e.mjs +29 -0
- package/fesm2022/error-options-4a00765e.mjs.map +1 -0
- package/fesm2022/error-state-8f4ce1af.mjs +37 -0
- package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +30 -32
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs +2 -10
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs +7 -6
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/form-field-6d755764.mjs +1076 -0
- package/fesm2022/form-field-6d755764.mjs.map +1 -0
- package/fesm2022/form-field-control-harness-efefd4cf.mjs +11 -0
- package/fesm2022/form-field-control-harness-efefd4cf.mjs.map +1 -0
- package/fesm2022/form-field.mjs +14 -1110
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs +1 -1
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +30 -173
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +12 -12
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon-button-0850d958.mjs +211 -0
- package/fesm2022/icon-button-0850d958.mjs.map +1 -0
- package/fesm2022/icon-module-3f77a24d.mjs +395 -0
- package/fesm2022/icon-module-3f77a24d.mjs.map +1 -0
- package/fesm2022/icon-registry-13a3b98e.mjs +639 -0
- package/fesm2022/icon-registry-13a3b98e.mjs.map +1 -0
- package/fesm2022/icon.mjs +11 -1016
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/index-1763d3a6.mjs +22 -0
- package/fesm2022/index-1763d3a6.mjs.map +1 -0
- package/fesm2022/index-4bc1d6d3.mjs +20 -0
- package/fesm2022/index-4bc1d6d3.mjs.map +1 -0
- package/fesm2022/input/testing.mjs +5 -113
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input-harness-e68bb132.mjs +115 -0
- package/fesm2022/input-harness-e68bb132.mjs.map +1 -0
- package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
- package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
- package/fesm2022/input.mjs +21 -23
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/internal-form-field-434c4039.mjs +27 -0
- package/fesm2022/internal-form-field-434c4039.mjs.map +1 -0
- package/fesm2022/line-d6afe347.mjs +59 -0
- package/fesm2022/line-d6afe347.mjs.map +1 -0
- package/fesm2022/list/testing.mjs +2 -2
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +59 -56
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +37 -25
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/module-1c16a0a9.mjs +1293 -0
- package/fesm2022/module-1c16a0a9.mjs.map +1 -0
- package/fesm2022/module-47e3be58.mjs +970 -0
- package/fesm2022/module-47e3be58.mjs.map +1 -0
- package/fesm2022/module-a5f9ab72.mjs +875 -0
- package/fesm2022/module-a5f9ab72.mjs.map +1 -0
- package/fesm2022/module-cf951a02.mjs +214 -0
- package/fesm2022/module-cf951a02.mjs.map +1 -0
- package/fesm2022/module-d757bba0.mjs +38 -0
- package/fesm2022/module-d757bba0.mjs.map +1 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
- package/fesm2022/option-07c3c660.mjs +348 -0
- package/fesm2022/option-07c3c660.mjs.map +1 -0
- package/fesm2022/option-harness-3b7c1106.mjs +46 -0
- package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
- package/fesm2022/paginator/testing.mjs +4 -1
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +52 -22
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs +0 -4
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +15 -13
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs +0 -4
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +15 -13
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/pseudo-checkbox-af5a4ea4.mjs +52 -0
- package/fesm2022/pseudo-checkbox-af5a4ea4.mjs.map +1 -0
- package/fesm2022/pseudo-checkbox-module-216fae38.mjs +20 -0
- package/fesm2022/pseudo-checkbox-module-216fae38.mjs.map +1 -0
- package/fesm2022/public-api-c5ab57f5.mjs +147 -0
- package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +23 -15
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/ripple-9939d1f5.mjs +639 -0
- package/fesm2022/ripple-9939d1f5.mjs.map +1 -0
- package/fesm2022/ripple-loader-f2078c66.mjs +165 -0
- package/fesm2022/ripple-loader-f2078c66.mjs.map +1 -0
- package/fesm2022/select/testing.mjs +5 -121
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select-harness-69d47123.mjs +123 -0
- package/fesm2022/select-harness-69d47123.mjs.map +1 -0
- package/fesm2022/select.mjs +30 -1311
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs +1 -1
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +31 -31
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +27 -75
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +27 -23
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +38 -30
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +26 -20
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +52 -39
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/structural-styles-d5ada3b3.mjs +18 -0
- package/fesm2022/structural-styles-d5ada3b3.mjs.map +1 -0
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs +58 -60
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +54 -58
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker/testing.mjs +1 -1
- package/fesm2022/timepicker/testing.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +37 -26
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +13 -15
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +15 -960
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +28 -30
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +16 -16
- package/form-field/index.d.ts +16 -508
- package/form-field/testing/control/index.d.ts +2 -10
- package/form-field/testing/index.d.ts +19 -24
- package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
- package/form-field-control.d-eb86711c.d.ts +62 -0
- package/form-field.d-2edbc094.d.ts +367 -0
- package/grid-list/_grid-list-theme.scss +1 -1
- package/grid-list/index.d.ts +128 -152
- package/grid-list/testing/index.d.ts +39 -44
- package/icon/_icon-theme.scss +2 -2
- package/icon/index.d.ts +9 -470
- package/icon/testing/index.d.ts +41 -44
- package/icon-module.d-aa3bbba0.d.ts +167 -0
- package/icon-registry.d-1dffe9de.d.ts +286 -0
- package/index.d-0536b706.d.ts +11 -0
- package/index.d-37e31cd3.d.ts +13 -0
- package/index.d.ts +2 -3
- package/input/index.d.ts +33 -62
- package/input/testing/index.d.ts +13 -71
- package/input-harness.d-4eecd1d3.d.ts +60 -0
- package/line.d-570a2537.d.ts +25 -0
- package/list/_list-theme.scss +15 -15
- package/list/index.d.ts +155 -244
- package/list/testing/index.d.ts +158 -180
- package/list-option-types.d-8739f903.d.ts +15 -0
- package/menu/_menu-theme.scss +3 -3
- package/menu/index.d.ts +183 -231
- package/menu/testing/index.d.ts +17 -23
- package/module.d-74a721b9.d.ts +326 -0
- package/module.d-792a497c.d.ts +213 -0
- package/module.d-ba05faa6.d.ts +448 -0
- package/module.d-c17c834e.d.ts +18 -0
- package/optgroup-harness.d-7f741f69.d.ts +31 -0
- package/option-harness.d-3d33fc9a.d.ts +34 -0
- package/option-parent.d-559ad5c5.d.ts +19 -0
- package/option.d-6f493d78.d.ts +146 -0
- package/package.json +2 -2
- package/paginator/_paginator-theme.scss +3 -3
- package/paginator/index.d.ts +31 -216
- package/paginator/testing/index.d.ts +14 -15
- package/paginator.d-40b1766e.d.ts +199 -0
- package/palette.d-ec4a617c.d.ts +4 -0
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-bar/index.d.ts +40 -59
- package/progress-bar/testing/index.d.ts +7 -10
- package/progress-spinner/_progress-spinner-theme.scss +4 -4
- package/progress-spinner/index.d.ts +8 -110
- package/progress-spinner/testing/index.d.ts +10 -11
- package/progress-spinner.d-1fc040c5.d.ts +96 -0
- package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
- package/radio/_radio-theme.scss +12 -12
- package/radio/index.d.ts +151 -170
- package/radio/testing/index.d.ts +61 -67
- package/ripple-loader.d-8aac2988.d.ts +48 -0
- package/ripple.d-2fb57d04.d.ts +255 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +2 -2
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
- package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
- package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
- package/schematics/ng-generate/theme-color/schema.json +10 -0
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +2 -2
- package/schematics/ng-update/index_bundled.js +31 -31
- package/select/_select-theme.scss +6 -6
- package/select/index.d.ts +25 -505
- package/select/testing/index.d.ts +5 -67
- package/select-harness.d-7441a7ac.d.ts +63 -0
- package/sidenav/_sidenav-theme.scss +2 -2
- package/sidenav/index.d.ts +49 -92
- package/sidenav/testing/index.d.ts +58 -63
- package/slide-toggle/_slide-toggle-theme.scss +10 -10
- package/slide-toggle/index.d.ts +39 -110
- package/slide-toggle/testing/index.d.ts +17 -21
- package/slider/_slider-theme.scss +10 -10
- package/slider/index.d.ts +281 -328
- package/slider/testing/index.d.ts +42 -47
- package/snack-bar/_snack-bar-theme.scss +4 -4
- package/snack-bar/index.d.ts +152 -185
- package/snack-bar/testing/index.d.ts +7 -9
- package/sort/_sort-theme.scss +3 -3
- package/sort/index.d.ts +61 -169
- package/sort/testing/index.d.ts +22 -25
- package/sort-direction.d-f4ce4649.d.ts +3 -0
- package/sort.d-c2b79a45.d.ts +87 -0
- package/stepper/_stepper-theme.scss +5 -5
- package/stepper/index.d.ts +115 -167
- package/stepper/testing/index.d.ts +43 -52
- package/table/_table-theme.scss +4 -4
- package/table/index.d.ts +97 -156
- package/table/testing/index.d.ts +64 -78
- package/tabs/_tabs-theme.scss +16 -16
- package/tabs/index.d.ts +309 -383
- package/tabs/testing/index.d.ts +67 -76
- package/timepicker/_timepicker-theme.scss +4 -4
- package/timepicker/index.d.ts +127 -160
- package/timepicker/testing/index.d.ts +20 -26
- package/toolbar/_toolbar-theme.scss +4 -4
- package/toolbar/index.d.ts +15 -26
- package/toolbar/testing/index.d.ts +13 -16
- package/tooltip/_tooltip-theme.scss +4 -4
- package/tooltip/index.d.ts +11 -355
- package/tooltip/testing/index.d.ts +7 -10
- package/tree/_tree-theme.scss +3 -3
- package/tree/index.d.ts +117 -163
- package/tree/testing/index.d.ts +52 -58
- /package/core/tokens/m3/definitions/{unused/_md-comp-filled-tonal-button.scss → _md-comp-filled-tonal-button.scss} +0 -0
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
} @else {
|
|
15
15
|
// Add default values for tokens not related to color, typography, or density.
|
|
16
16
|
@include sass-utils.current-selector-or-root() {
|
|
17
|
-
@include token-utils.create-token-values(
|
|
17
|
+
@include token-utils.create-token-values-mixed(
|
|
18
18
|
tokens-mdc-icon-button.$prefix,
|
|
19
19
|
tokens-mdc-icon-button.get-unthemable-tokens()
|
|
20
20
|
);
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
tokens-mat-icon-button.get-color-tokens($theme)
|
|
36
36
|
);
|
|
37
37
|
|
|
38
|
-
@include token-utils.create-token-values(tokens-mdc-icon-button.$prefix, $mdc-tokens);
|
|
39
|
-
@include token-utils.create-token-values(tokens-mat-icon-button.$prefix, $mat-tokens);
|
|
38
|
+
@include token-utils.create-token-values-mixed(tokens-mdc-icon-button.$prefix, $mdc-tokens);
|
|
39
|
+
@include token-utils.create-token-values-mixed(tokens-mat-icon-button.$prefix, $mat-tokens);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/// Outputs color theme styles for the mat-icon-button.
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
73
73
|
} @else {
|
|
74
74
|
@include sass-utils.current-selector-or-root() {
|
|
75
|
-
@include token-utils.create-token-values(
|
|
75
|
+
@include token-utils.create-token-values-mixed(
|
|
76
76
|
tokens-mat-icon-button.$prefix,
|
|
77
77
|
tokens-mat-icon-button.get-typography-tokens($theme)
|
|
78
78
|
);
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
$calculated-size: map.get($size-map, $density-scale);
|
|
98
98
|
|
|
99
99
|
@include sass-utils.current-selector-or-root() {
|
|
100
|
-
@include token-utils.create-token-values(
|
|
100
|
+
@include token-utils.create-token-values-mixed(
|
|
101
101
|
tokens-mat-icon-button.$prefix,
|
|
102
102
|
tokens-mat-icon-button.get-density-tokens($theme)
|
|
103
103
|
);
|
package/button/index.d.ts
CHANGED
|
@@ -1,245 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
declare namespace i2 {
|
|
13
|
-
export {
|
|
14
|
-
MatButton,
|
|
15
|
-
MatAnchor
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
declare namespace i3 {
|
|
20
|
-
export {
|
|
21
|
-
MAT_FAB_DEFAULT_OPTIONS_FACTORY,
|
|
22
|
-
MatFabDefaultOptions,
|
|
23
|
-
MAT_FAB_DEFAULT_OPTIONS,
|
|
24
|
-
MatFabButton,
|
|
25
|
-
MatMiniFabButton,
|
|
26
|
-
MatFabAnchor,
|
|
27
|
-
MatMiniFabAnchor
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
declare namespace i4 {
|
|
32
|
-
export {
|
|
33
|
-
MatIconButton,
|
|
34
|
-
MatIconAnchor
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/** Injection token that can be used to provide the default options the button component. */
|
|
39
|
-
export declare const MAT_BUTTON_CONFIG: InjectionToken<MatButtonConfig>;
|
|
40
|
-
|
|
41
|
-
/** Injection token to be used to override the default options for FAB. */
|
|
42
|
-
export declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
|
|
43
|
-
|
|
44
|
-
/** @docs-private */
|
|
45
|
-
export declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Material Design button component for anchor elements. Anchor elements are used to provide
|
|
49
|
-
* links for the user to navigate across different routes or pages.
|
|
50
|
-
* See https://material.io/components/buttons
|
|
51
|
-
*
|
|
52
|
-
* The `MatAnchor` class applies to native anchor elements and captures the appearances for
|
|
53
|
-
* "text button", "outlined button", and "contained button" per the Material Design
|
|
54
|
-
* specification. `MatAnchor` additionally captures an additional "flat" appearance, which matches
|
|
55
|
-
* "contained" but without elevation.
|
|
56
|
-
*/
|
|
57
|
-
export declare const MatAnchor: typeof MatButton;
|
|
58
|
-
|
|
59
|
-
export declare type MatAnchor = MatButton;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Material Design button component. Users interact with a button to perform an action.
|
|
63
|
-
* See https://material.io/components/buttons
|
|
64
|
-
*
|
|
65
|
-
* The `MatButton` class applies to native button elements and captures the appearances for
|
|
66
|
-
* "text button", "outlined button", and "contained button" per the Material Design
|
|
67
|
-
* specification. `MatButton` additionally captures an additional "flat" appearance, which matches
|
|
68
|
-
* "contained" but without elevation.
|
|
69
|
-
*/
|
|
70
|
-
export declare class MatButton extends MatButtonBase {
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/** Base class for all buttons. */
|
|
76
|
-
declare class MatButtonBase implements AfterViewInit, OnDestroy {
|
|
77
|
-
_elementRef: ElementRef<any>;
|
|
78
|
-
_ngZone: NgZone;
|
|
79
|
-
_animationMode: "NoopAnimations" | "BrowserAnimations" | null;
|
|
80
|
-
private readonly _focusMonitor;
|
|
81
|
-
private _cleanupClick;
|
|
82
|
-
private _renderer;
|
|
83
|
-
/**
|
|
84
|
-
* Handles the lazy creation of the MatButton ripple.
|
|
85
|
-
* Used to improve initial load time of large applications.
|
|
86
|
-
*/
|
|
87
|
-
protected _rippleLoader: MatRippleLoader;
|
|
88
|
-
/** Whether the button is set on an anchor node. */
|
|
89
|
-
protected _isAnchor: boolean;
|
|
90
|
-
/** Whether this button is a FAB. Used to apply the correct class on the ripple. */
|
|
91
|
-
protected _isFab: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Theme color of the button. This API is supported in M2 themes only, it has
|
|
94
|
-
* no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/button/styling.
|
|
95
|
-
*
|
|
96
|
-
* For information on applying color variants in M3, see
|
|
97
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
98
|
-
*/
|
|
99
|
-
color?: string | null;
|
|
100
|
-
/** Whether the ripple effect is disabled or not. */
|
|
101
|
-
get disableRipple(): boolean;
|
|
102
|
-
set disableRipple(value: any);
|
|
103
|
-
private _disableRipple;
|
|
104
|
-
/** Whether the button is disabled. */
|
|
105
|
-
get disabled(): boolean;
|
|
106
|
-
set disabled(value: any);
|
|
107
|
-
private _disabled;
|
|
108
|
-
/** `aria-disabled` value of the button. */
|
|
109
|
-
ariaDisabled: boolean | undefined;
|
|
110
|
-
/**
|
|
111
|
-
* Natively disabled buttons prevent focus and any pointer events from reaching the button.
|
|
112
|
-
* In some scenarios this might not be desirable, because it can prevent users from finding out
|
|
113
|
-
* why the button is disabled (e.g. via tooltip).
|
|
114
|
-
*
|
|
115
|
-
* Enabling this input will change the button so that it is styled to be disabled and will be
|
|
116
|
-
* marked as `aria-disabled`, but it will allow the button to receive events and focus.
|
|
117
|
-
*
|
|
118
|
-
* Note that by enabling this, you need to set the `tabindex` yourself if the button isn't
|
|
119
|
-
* meant to be tabbable and you have to prevent the button action (e.g. form submissions).
|
|
120
|
-
*/
|
|
121
|
-
disabledInteractive: boolean;
|
|
122
|
-
/** Tab index for the button. */
|
|
123
|
-
tabIndex: number;
|
|
124
|
-
/**
|
|
125
|
-
* Backwards-compatibility input that handles pre-existing `[tabindex]` bindings.
|
|
126
|
-
* @docs-private
|
|
127
|
-
*/
|
|
128
|
-
set _tabindex(value: number);
|
|
129
|
-
constructor(...args: unknown[]);
|
|
130
|
-
ngAfterViewInit(): void;
|
|
131
|
-
ngOnDestroy(): void;
|
|
132
|
-
/** Focuses the button. */
|
|
133
|
-
focus(origin?: FocusOrigin, options?: FocusOptions): void;
|
|
134
|
-
protected _getAriaDisabled(): boolean | null;
|
|
135
|
-
protected _getDisabledAttribute(): true | null;
|
|
136
|
-
private _updateRippleDisabled;
|
|
137
|
-
protected _getTabIndex(): number;
|
|
138
|
-
private _setupAsAnchor;
|
|
139
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonBase, never>;
|
|
140
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, { "color": { "alias": "color"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "_tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, true, never>;
|
|
141
|
-
static ngAcceptInputType_disableRipple: unknown;
|
|
142
|
-
static ngAcceptInputType_disabled: unknown;
|
|
143
|
-
static ngAcceptInputType_ariaDisabled: unknown;
|
|
144
|
-
static ngAcceptInputType_disabledInteractive: unknown;
|
|
145
|
-
static ngAcceptInputType_tabIndex: unknown;
|
|
146
|
-
static ngAcceptInputType__tabindex: unknown;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/** Object that can be used to configure the default options for the button component. */
|
|
150
|
-
export declare interface MatButtonConfig {
|
|
151
|
-
/** Whether disabled buttons should be interactive. */
|
|
152
|
-
disabledInteractive?: boolean;
|
|
153
|
-
/** Default palette color to apply to buttons. */
|
|
154
|
-
color?: ThemePalette;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
export declare class MatButtonModule {
|
|
158
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
|
|
159
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof i1.MatCommonModule, typeof i1.MatRippleModule, typeof i2.MatButton, typeof i3.MatMiniFabButton, typeof i4.MatIconButton, typeof i3.MatFabButton], [typeof i1.MatCommonModule, typeof i2.MatButton, typeof i3.MatMiniFabButton, typeof i4.MatIconButton, typeof i3.MatFabButton]>;
|
|
160
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Material Design floating action button (FAB) component for anchor elements. Anchor elements
|
|
165
|
-
* are used to provide links for the user to navigate across different routes or pages.
|
|
166
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
167
|
-
*
|
|
168
|
-
* The `MatFabAnchor` class has two appearances: normal and extended.
|
|
169
|
-
*/
|
|
170
|
-
export declare const MatFabAnchor: typeof MatFabButton;
|
|
171
|
-
|
|
172
|
-
export declare type MatFabAnchor = MatFabButton;
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* Material Design floating action button (FAB) component. These buttons represent the primary
|
|
176
|
-
* or most common action for users to interact with.
|
|
177
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
178
|
-
*
|
|
179
|
-
* The `MatFabButton` class has two appearances: normal and extended.
|
|
180
|
-
*/
|
|
181
|
-
export declare class MatFabButton extends MatButtonBase {
|
|
182
|
-
private _options;
|
|
183
|
-
_isFab: boolean;
|
|
184
|
-
extended: boolean;
|
|
185
|
-
constructor(...args: unknown[]);
|
|
186
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFabButton, never>;
|
|
187
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab], a[mat-fab]", ["matButton", "matAnchor"], { "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
188
|
-
static ngAcceptInputType_extended: unknown;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/** Default FAB options that can be overridden. */
|
|
192
|
-
export declare interface MatFabDefaultOptions {
|
|
193
|
-
/**
|
|
194
|
-
* Default theme color of the button. This API is supported in M2 themes
|
|
195
|
-
* only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/button/styling.
|
|
196
|
-
*
|
|
197
|
-
* For information on applying color variants in M3, see
|
|
198
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants.
|
|
199
|
-
*/
|
|
200
|
-
color?: ThemePalette;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
/**
|
|
204
|
-
* Material Design icon button component for anchor elements. This button displays a single
|
|
205
|
-
* interaction icon that allows users to navigate across different routes or pages.
|
|
206
|
-
* See https://material.io/develop/web/components/buttons/icon-buttons/
|
|
207
|
-
*/
|
|
208
|
-
export declare const MatIconAnchor: typeof MatIconButton;
|
|
209
|
-
|
|
210
|
-
export declare type MatIconAnchor = MatIconButton;
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Material Design icon button component. This type of button displays a single interactive icon for
|
|
214
|
-
* users to perform an action.
|
|
215
|
-
* See https://material.io/develop/web/components/buttons/icon-buttons/
|
|
216
|
-
*/
|
|
217
|
-
export declare class MatIconButton extends MatButtonBase {
|
|
218
|
-
constructor(...args: unknown[]);
|
|
219
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, never>;
|
|
220
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button], a[mat-icon-button]", ["matButton", "matAnchor"], {}, {}, never, ["*"], true, never>;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* Material Design mini floating action button (FAB) component for anchor elements. Anchor elements
|
|
225
|
-
* are used to provide links for the user to navigate across different routes or pages.
|
|
226
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
227
|
-
*/
|
|
228
|
-
export declare const MatMiniFabAnchor: typeof MatMiniFabButton;
|
|
229
|
-
|
|
230
|
-
export declare type MatMiniFabAnchor = MatMiniFabButton;
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* Material Design mini floating action button (FAB) component. These buttons represent the primary
|
|
234
|
-
* or most common action for users to interact with.
|
|
235
|
-
* See https://material.io/components/buttons-floating-action-button/
|
|
236
|
-
*/
|
|
237
|
-
export declare class MatMiniFabButton extends MatButtonBase {
|
|
238
|
-
private _options;
|
|
239
|
-
_isFab: boolean;
|
|
240
|
-
constructor(...args: unknown[]);
|
|
241
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabButton, never>;
|
|
242
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab], a[mat-mini-fab]", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
export { }
|
|
1
|
+
export { M as MAT_BUTTON_CONFIG, f as MAT_FAB_DEFAULT_OPTIONS, g as MAT_FAB_DEFAULT_OPTIONS_FACTORY, d as MatAnchor, c as MatButton, a as MatButtonAppearance, b as MatButtonConfig, n as MatButtonModule, j as MatFabAnchor, h as MatFabButton, e as MatFabDefaultOptions, m as MatIconAnchor, l as MatIconButton, k as MatMiniFabAnchor, i as MatMiniFabButton } from '../module.d-792a497c.js';
|
|
2
|
+
import '@angular/core';
|
|
3
|
+
import '../common-module.d-0e6515ae.js';
|
|
4
|
+
import '@angular/cdk/bidi';
|
|
5
|
+
import '../index.d-0536b706.js';
|
|
6
|
+
import '../ripple.d-2fb57d04.js';
|
|
7
|
+
import '@angular/cdk/platform';
|
|
8
|
+
import '@angular/cdk/a11y';
|
|
9
|
+
import '../palette.d-ec4a617c.js';
|
|
10
|
+
import '../ripple-loader.d-8aac2988.js';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
2
|
-
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
3
|
-
import { ContentContainerComponentHarness } from '@angular/cdk/testing';
|
|
4
|
-
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
1
|
+
import { BaseHarnessFilters, ContentContainerComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
5
2
|
|
|
3
|
+
/** Possible button variants. */
|
|
4
|
+
type ButtonVariant = 'basic' | 'icon' | 'fab' | 'mini-fab';
|
|
5
|
+
/** Possible button appearances. */
|
|
6
|
+
type ButtonAppearance = 'text' | 'filled' | 'elevated' | 'outlined' | 'tonal';
|
|
6
7
|
/** A set of criteria that can be used to filter a list of button harness instances. */
|
|
7
|
-
|
|
8
|
+
interface ButtonHarnessFilters extends BaseHarnessFilters {
|
|
8
9
|
/** Only find instances whose text matches the given value. */
|
|
9
10
|
text?: string | RegExp;
|
|
10
11
|
/** Only find instances with a variant. */
|
|
11
12
|
variant?: ButtonVariant;
|
|
13
|
+
/** Only find instances with a specific appearance. */
|
|
14
|
+
appearance?: ButtonAppearance;
|
|
12
15
|
/** Only find instances which match the given disabled state. */
|
|
13
16
|
disabled?: boolean;
|
|
14
17
|
}
|
|
15
18
|
|
|
16
|
-
/** Possible button appearances. */
|
|
17
|
-
export declare type ButtonVariant = 'basic' | 'raised' | 'flat' | 'icon' | 'stroked' | 'fab' | 'mini-fab';
|
|
18
|
-
|
|
19
19
|
/** Harness for interacting with a mat-button in tests. */
|
|
20
|
-
|
|
20
|
+
declare class MatButtonHarness extends ContentContainerComponentHarness {
|
|
21
21
|
static hostSelector: string;
|
|
22
22
|
/**
|
|
23
23
|
* Gets a `HarnessPredicate` that can be used to search for a button with specific attributes.
|
|
@@ -25,6 +25,7 @@ export declare class MatButtonHarness extends ContentContainerComponentHarness {
|
|
|
25
25
|
* - `selector` finds a button whose host element matches the given selector.
|
|
26
26
|
* - `text` finds a button with specific text content.
|
|
27
27
|
* - `variant` finds buttons matching a specific variant.
|
|
28
|
+
* - `appearance` finds buttons matching a specific appearance.
|
|
28
29
|
* @return a `HarnessPredicate` configured with the given options.
|
|
29
30
|
*/
|
|
30
31
|
static with<T extends MatButtonHarness>(this: ComponentHarnessConstructor<T>, options?: ButtonHarnessFilters): HarnessPredicate<T>;
|
|
@@ -50,6 +51,8 @@ export declare class MatButtonHarness extends ContentContainerComponentHarness {
|
|
|
50
51
|
isFocused(): Promise<boolean>;
|
|
51
52
|
/** Gets the variant of the button. */
|
|
52
53
|
getVariant(): Promise<ButtonVariant>;
|
|
54
|
+
/** Gets the appearance of the button. */
|
|
55
|
+
getAppearance(): Promise<ButtonAppearance | null>;
|
|
53
56
|
}
|
|
54
57
|
|
|
55
|
-
export { }
|
|
58
|
+
export { type ButtonAppearance, type ButtonHarnessFilters, type ButtonVariant, MatButtonHarness };
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
16
16
|
} @else {
|
|
17
17
|
@include sass-utils.current-selector-or-root() {
|
|
18
|
-
@include token-utils.create-token-values(
|
|
18
|
+
@include token-utils.create-token-values-mixed(
|
|
19
19
|
tokens-mat-legacy-button-toggle.$prefix,
|
|
20
20
|
tokens-mat-legacy-button-toggle.get-unthemable-tokens()
|
|
21
21
|
);
|
|
22
|
-
@include token-utils.create-token-values(
|
|
22
|
+
@include token-utils.create-token-values-mixed(
|
|
23
23
|
tokens-mat-standard-button-toggle.$prefix,
|
|
24
24
|
tokens-mat-standard-button-toggle.get-unthemable-tokens()
|
|
25
25
|
);
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color), $options...);
|
|
38
38
|
} @else {
|
|
39
39
|
@include sass-utils.current-selector-or-root() {
|
|
40
|
-
@include token-utils.create-token-values(
|
|
40
|
+
@include token-utils.create-token-values-mixed(
|
|
41
41
|
tokens-mat-legacy-button-toggle.$prefix,
|
|
42
42
|
tokens-mat-legacy-button-toggle.get-color-tokens($theme)
|
|
43
43
|
);
|
|
44
|
-
@include token-utils.create-token-values(
|
|
44
|
+
@include token-utils.create-token-values-mixed(
|
|
45
45
|
tokens-mat-standard-button-toggle.$prefix,
|
|
46
46
|
tokens-mat-standard-button-toggle.get-color-tokens($theme)
|
|
47
47
|
);
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
57
57
|
} @else {
|
|
58
58
|
@include sass-utils.current-selector-or-root() {
|
|
59
|
-
@include token-utils.create-token-values(
|
|
59
|
+
@include token-utils.create-token-values-mixed(
|
|
60
60
|
tokens-mat-legacy-button-toggle.$prefix,
|
|
61
61
|
tokens-mat-legacy-button-toggle.get-typography-tokens($theme)
|
|
62
62
|
);
|
|
63
|
-
@include token-utils.create-token-values(
|
|
63
|
+
@include token-utils.create-token-values-mixed(
|
|
64
64
|
tokens-mat-standard-button-toggle.$prefix,
|
|
65
65
|
tokens-mat-standard-button-toggle.get-typography-tokens($theme)
|
|
66
66
|
);
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
76
76
|
} @else {
|
|
77
77
|
@include sass-utils.current-selector-or-root() {
|
|
78
|
-
@include token-utils.create-token-values(
|
|
78
|
+
@include token-utils.create-token-values-mixed(
|
|
79
79
|
tokens-mat-legacy-button-toggle.$prefix,
|
|
80
80
|
tokens-mat-legacy-button-toggle.get-density-tokens($theme)
|
|
81
81
|
);
|
|
82
|
-
@include token-utils.create-token-values(
|
|
82
|
+
@include token-utils.create-token-values-mixed(
|
|
83
83
|
tokens-mat-standard-button-toggle.$prefix,
|
|
84
84
|
tokens-mat-standard-button-toggle.get-density-tokens($theme)
|
|
85
85
|
);
|