@angular/material 20.0.0-rc.0 → 20.0.0-rc.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 +17 -37
- package/autocomplete/_m2-autocomplete.scss +3 -6
- package/autocomplete/_m3-autocomplete.scss +14 -9
- package/badge/_badge-theme.scss +26 -39
- package/badge/_m2-badge.scss +32 -35
- package/badge/_m3-badge.scss +41 -70
- package/bottom-sheet/_bottom-sheet-theme.scss +16 -27
- package/bottom-sheet/_m2-bottom-sheet.scss +11 -11
- package/bottom-sheet/_m3-bottom-sheet.scss +18 -17
- package/button/_button-theme.scss +29 -46
- package/button/_fab-theme.scss +22 -41
- package/button/_icon-button-theme.scss +29 -46
- package/button/_m2-button.scss +135 -133
- package/button/_m2-fab.scss +51 -53
- package/button/_m2-icon-button.scss +14 -17
- package/button/_m3-button.scss +145 -240
- package/button/_m3-fab.scss +69 -166
- package/button/_m3-icon-button.scss +28 -56
- package/button-toggle/_button-toggle-theme.scss +23 -49
- package/button-toggle/_m2-button-toggle.scss +45 -37
- package/button-toggle/_m3-button-toggle.scss +53 -53
- package/card/_card-theme.scss +16 -37
- package/card/_m2-card.scss +24 -25
- package/card/_m3-card.scss +32 -36
- package/checkbox/_checkbox-theme.scss +25 -52
- package/checkbox/_m2-checkbox.scss +32 -35
- package/checkbox/_m3-checkbox.scss +49 -84
- package/chips/_chips-theme.scss +24 -44
- package/chips/_m2-chip.scss +47 -51
- package/chips/_m3-chip.scss +63 -110
- package/core/_core-theme.scss +58 -56
- package/core/_core.scss +15 -18
- package/core/_m2-app.scss +3 -7
- package/core/_m3-app.scss +37 -24
- package/core/color/_all-color.scss +1 -1
- package/core/option/_m2-optgroup.scss +6 -9
- package/core/option/_m2-option.scss +10 -13
- package/core/option/_m3-optgroup.scss +16 -13
- package/core/option/_m3-option.scss +28 -48
- package/core/option/_optgroup-theme.scss +14 -25
- package/core/option/_option-theme.scss +22 -33
- package/core/ripple/_m2-ripple.scss +1 -4
- package/core/ripple/_m3-ripple.scss +11 -13
- package/core/ripple/_ripple-theme.scss +15 -33
- package/core/ripple/_ripple.scss +5 -5
- package/core/selection/pseudo-checkbox/_m2-pseudo-checkbox.scss +10 -11
- package/core/selection/pseudo-checkbox/_m3-pseudo-checkbox.scss +25 -40
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +16 -27
- package/core/style/_sass-utils.scss +0 -29
- package/core/theming/_all-theme.scss +41 -0
- package/core/theming/_color-api-backwards-compatibility.scss +49 -35
- package/core/theming/_definition.scss +78 -72
- package/core/theming/_inspection.scss +23 -46
- package/core/tokens/_m3-system.scss +106 -112
- package/core/tokens/_m3-tokens.scss +30 -354
- package/core/tokens/_m3-utils.scss +36 -73
- package/core/tokens/_token-utils.scss +53 -226
- package/core/tokens/m3/_index.scss +7 -8
- package/core/tokens/m3/_md-sys-color.scss +125 -137
- package/core/tokens/m3/_md-sys-elevation.scss +7 -7
- package/core/tokens/m3/_md-sys-motion.scss +27 -38
- package/core/tokens/m3/_md-sys-shape.scss +13 -16
- package/core/tokens/m3/_md-sys-state.scss +5 -5
- package/core/tokens/m3/_md-sys-typescale.scss +107 -306
- package/core/tokens/m3/_theme.scss +47 -0
- package/datepicker/_datepicker-theme.scss +24 -39
- package/datepicker/_m2-datepicker.scss +55 -50
- package/datepicker/_m3-datepicker.scss +65 -113
- package/datepicker/index.d.ts +1 -0
- package/dialog/_dialog-theme.scss +15 -27
- package/dialog/_m2-dialog.scss +25 -26
- package/dialog/_m3-dialog.scss +35 -35
- package/divider/_divider-theme.scss +14 -25
- package/divider/_m2-divider.scss +2 -5
- package/divider/_m3-divider.scss +13 -13
- package/expansion/_expansion-theme.scss +15 -33
- package/expansion/_m2-expansion.scss +28 -27
- package/expansion/_m3-expansion.scss +41 -36
- package/fesm2022/animation-DfMFjxHu.mjs.map +1 -1
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +23 -23
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +11 -11
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +11 -11
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +20 -24
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +21 -21
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +47 -47
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +11 -11
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +52 -52
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/{common-module-DZl8g1kc.mjs → common-module-BeAwwoi6.mjs} +5 -5
- package/fesm2022/common-module-BeAwwoi6.mjs.map +1 -0
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +24 -24
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/date-formats-K6TQue-Y.mjs.map +1 -1
- package/fesm2022/date-range-input-harness-Bp1T4oUe.mjs.map +1 -1
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +99 -95
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +18 -5
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +2 -2
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider.mjs +8 -8
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/{error-options-BWOa3B4G.mjs → error-options-C79tZCHG.mjs} +7 -7
- package/fesm2022/error-options-C79tZCHG.mjs.map +1 -0
- package/fesm2022/error-state-Dtb1IHM-.mjs.map +1 -1
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +28 -28
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/{form-field-B3aq6ikj.mjs → form-field-Cdw3iYrm.mjs} +70 -62
- package/fesm2022/form-field-Cdw3iYrm.mjs.map +1 -0
- package/fesm2022/form-field.mjs +3 -3
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +24 -24
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +8 -8
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/{icon-button-DH8TBWWr.mjs → icon-button-D5zzuoJc.mjs} +10 -10
- package/fesm2022/icon-button-D5zzuoJc.mjs.map +1 -0
- package/fesm2022/{icon-registry-Bk5cM8Z5.mjs → icon-registry-DVrJNtTv.mjs} +4 -4
- package/fesm2022/icon-registry-DVrJNtTv.mjs.map +1 -0
- package/fesm2022/icon.mjs +10 -10
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/index-CrjYeoWX.mjs +22 -0
- package/fesm2022/index-CrjYeoWX.mjs.map +1 -0
- package/fesm2022/index-DTIUI_kX.mjs +20 -0
- package/fesm2022/index-DTIUI_kX.mjs.map +1 -0
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input-harness-oQzj5EsQ.mjs.map +1 -1
- package/fesm2022/input-value-accessor-D1GvPuqO.mjs.map +1 -1
- package/fesm2022/input.mjs +12 -12
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/{internal-form-field-DVvKYBKJ.mjs → internal-form-field-B9_shC5z.mjs} +4 -4
- package/fesm2022/internal-form-field-B9_shC5z.mjs.map +1 -0
- package/fesm2022/{line-Dwrcg_t9.mjs → line-XysKlyvU.mjs} +9 -9
- package/fesm2022/line-XysKlyvU.mjs.map +1 -0
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +55 -55
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/material.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +20 -20
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{module-hX_hFZhs.mjs → module-CVpKZX1V.mjs} +7 -7
- package/fesm2022/module-CVpKZX1V.mjs.map +1 -0
- package/fesm2022/{module-B-ci3hbc.mjs → module-CdXqcjot.mjs} +28 -28
- package/fesm2022/module-CdXqcjot.mjs.map +1 -0
- package/fesm2022/{module-X29xYsIk.mjs → module-CwYXiMoV.mjs} +12 -12
- package/fesm2022/module-CwYXiMoV.mjs.map +1 -0
- package/fesm2022/{module-D9IKGg_w.mjs → module-r2U_2G3G.mjs} +17 -17
- package/fesm2022/module-r2U_2G3G.mjs.map +1 -0
- package/fesm2022/{option-MOeehkAg.mjs → option-D4ZNnnWi.mjs} +11 -11
- package/fesm2022/option-D4ZNnnWi.mjs.map +1 -0
- package/fesm2022/option-harness-BFcc-M_4.mjs.map +1 -1
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +25 -25
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +8 -8
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +8 -8
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/{pseudo-checkbox-BFGIaGxz.mjs → pseudo-checkbox-DQugCpur.mjs} +4 -4
- package/fesm2022/pseudo-checkbox-DQugCpur.mjs.map +1 -0
- package/fesm2022/pseudo-checkbox-module-BXWS_-PP.mjs +20 -0
- package/fesm2022/pseudo-checkbox-module-BXWS_-PP.mjs.map +1 -0
- package/fesm2022/public-api-BoO5eSq-.mjs.map +1 -1
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +19 -16
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/{ripple-CuyVtN3V.mjs → ripple-BtLhcfGO.mjs} +7 -7
- package/fesm2022/ripple-BtLhcfGO.mjs.map +1 -0
- package/fesm2022/{ripple-loader-pOctSZby.mjs → ripple-loader-DBdhLqHy.mjs} +5 -5
- package/fesm2022/ripple-loader-DBdhLqHy.mjs.map +1 -0
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select.mjs +12 -12
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +29 -25
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +11 -11
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +21 -21
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +29 -29
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +15 -15
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +38 -38
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/{structural-styles-CasigI3l.mjs → structural-styles-DWEe15sC.mjs} +4 -4
- package/fesm2022/structural-styles-DWEe15sC.mjs.map +1 -0
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs +56 -56
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +67 -63
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker/testing.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +20 -20
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +12 -12
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +2 -2
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +26 -26
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +23 -55
- package/form-field/_m2-form-field.scss +112 -91
- package/form-field/_m3-form-field.scss +116 -131
- package/form-field/index.d.ts +2 -2
- package/{form-field.d-CIxjiZIX.d.ts → form-field.d-C6p5uYjG.d.ts} +4 -2
- package/grid-list/_grid-list-theme.scss +13 -23
- package/grid-list/_m2-grid-list.scss +8 -7
- package/grid-list/_m3-grid-list.scss +14 -15
- package/icon/_icon-theme.scss +20 -30
- package/icon/_m2-icon.scss +1 -4
- package/icon/_m3-icon.scss +13 -27
- package/input/_input-theme.scss +7 -40
- package/input/index.d.ts +4 -4
- package/list/_list-theme.scss +22 -52
- package/list/_m2-list.scss +56 -55
- package/list/_m3-list.scss +69 -67
- package/menu/_m2-menu.scss +22 -25
- package/menu/_m3-menu.scss +35 -38
- package/menu/_menu-theme.scss +15 -27
- package/{module.d-CDrqNC7Q.d.ts → module.d-D1Ym5Wf2.d.ts} +1 -1
- package/{module.d-DZ8DPHcV.d.ts → module.d-DMabQ4_c.d.ts} +2 -2
- package/package.json +2 -2
- package/paginator/_m2-paginator.scss +16 -17
- package/paginator/_m3-paginator.scss +28 -27
- package/paginator/_paginator-theme.scss +14 -40
- package/paginator/index.d.ts +5 -5
- package/{paginator.d-Ci_wE-RV.d.ts → paginator.d-DuJ-oYgT.d.ts} +1 -1
- package/prebuilt-themes/azure-blue.css +1 -1
- package/prebuilt-themes/cyan-orange.css +1 -1
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/magenta-violet.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/prebuilt-themes/rose-red.css +1 -1
- package/progress-bar/_m2-progress-bar.scss +5 -8
- package/progress-bar/_m3-progress-bar.scss +17 -26
- package/progress-bar/_progress-bar-theme.scss +17 -27
- package/progress-spinner/_m2-progress-spinner.scss +3 -6
- package/progress-spinner/_m3-progress-spinner.scss +15 -22
- package/progress-spinner/_progress-spinner-theme.scss +20 -43
- package/radio/_m2-radio.scss +24 -27
- package/radio/_m3-radio.scss +44 -58
- package/radio/_radio-theme.scss +23 -50
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
- package/schematics/ng-generate/theme-color/index_bundled.js.map +1 -1
- package/schematics/ng-update/index_bundled.js +56 -2
- package/schematics/ng-update/index_bundled.js.map +1 -1
- package/select/_m2-select.scss +15 -18
- package/select/_m3-select.scss +32 -38
- package/select/_select-theme.scss +23 -50
- package/select/index.d.ts +3 -3
- package/sidenav/_m2-sidenav.scss +9 -12
- package/sidenav/_m3-sidenav.scss +20 -22
- package/sidenav/_sidenav-theme.scss +14 -25
- package/slide-toggle/_m2-slide-toggle.scss +82 -83
- package/slide-toggle/_m3-slide-toggle.scss +102 -143
- package/slide-toggle/_slide-toggle-theme.scss +26 -61
- package/slider/_m2-slider.scss +46 -46
- package/slider/_m3-slider.scss +54 -109
- package/slider/_slider-theme.scss +23 -34
- package/snack-bar/_m2-snack-bar.scss +10 -11
- package/snack-bar/_m3-snack-bar.scss +20 -19
- package/snack-bar/_snack-bar-theme.scss +14 -26
- package/sort/_m2-sort.scss +1 -4
- package/sort/_m3-sort.scss +11 -9
- package/sort/_sort-theme.scss +15 -27
- package/stepper/_m2-stepper.scss +32 -31
- package/stepper/_m3-stepper.scss +44 -79
- package/stepper/_stepper-theme.scss +22 -50
- package/table/_m2-table.scss +25 -26
- package/table/_m3-table.scss +36 -27
- package/table/_table-theme.scss +15 -32
- package/table/index.d.ts +2 -2
- package/tabs/_m2-tabs.scss +26 -29
- package/tabs/_m3-tabs.scss +40 -51
- package/tabs/_tabs-theme.scss +37 -58
- package/tabs/index.d.ts +5 -3
- package/timepicker/_m2-timepicker.scss +3 -6
- package/timepicker/_m3-timepicker.scss +14 -15
- package/timepicker/_timepicker-theme.scss +20 -45
- package/toolbar/_m2-toolbar.scss +11 -12
- package/toolbar/_m3-toolbar.scss +22 -17
- package/toolbar/_toolbar-theme.scss +13 -37
- package/tooltip/_m2-tooltip.scss +9 -11
- package/tooltip/_m3-tooltip.scss +19 -19
- package/tooltip/_tooltip-theme.scss +17 -35
- package/tree/_m2-tree.scss +6 -9
- package/tree/_m3-tree.scss +19 -16
- package/tree/_tree-theme.scss +14 -36
- package/core/tokens/m3/_md-ref-palette.scss +0 -100
- package/core/tokens/m3/_md-ref-typeface.scss +0 -14
- package/fesm2022/common-module-DZl8g1kc.mjs.map +0 -1
- package/fesm2022/error-options-BWOa3B4G.mjs.map +0 -1
- package/fesm2022/form-field-B3aq6ikj.mjs.map +0 -1
- package/fesm2022/icon-button-DH8TBWWr.mjs.map +0 -1
- package/fesm2022/icon-registry-Bk5cM8Z5.mjs.map +0 -1
- package/fesm2022/index-BHJ4tVIe.mjs +0 -22
- package/fesm2022/index-BHJ4tVIe.mjs.map +0 -1
- package/fesm2022/index-D2rZ0V78.mjs +0 -20
- package/fesm2022/index-D2rZ0V78.mjs.map +0 -1
- package/fesm2022/internal-form-field-DVvKYBKJ.mjs.map +0 -1
- package/fesm2022/line-Dwrcg_t9.mjs.map +0 -1
- package/fesm2022/module-B-ci3hbc.mjs.map +0 -1
- package/fesm2022/module-D9IKGg_w.mjs.map +0 -1
- package/fesm2022/module-X29xYsIk.mjs.map +0 -1
- package/fesm2022/module-hX_hFZhs.mjs.map +0 -1
- package/fesm2022/option-MOeehkAg.mjs.map +0 -1
- package/fesm2022/pseudo-checkbox-BFGIaGxz.mjs.map +0 -1
- package/fesm2022/pseudo-checkbox-module-Dxth-mPi.mjs +0 -20
- package/fesm2022/pseudo-checkbox-module-Dxth-mPi.mjs.map +0 -1
- package/fesm2022/ripple-CuyVtN3V.mjs.map +0 -1
- package/fesm2022/ripple-loader-pOctSZby.mjs.map +0 -1
- package/fesm2022/structural-styles-CasigI3l.mjs.map +0 -1
- package/schematics/tsconfig.json +0 -26
package/menu/_m2-menu.scss
CHANGED
|
@@ -3,26 +3,23 @@
|
|
|
3
3
|
@use '../core/style/sass-utils';
|
|
4
4
|
@use '../core/style/elevation';
|
|
5
5
|
|
|
6
|
-
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
7
|
-
$prefix: (mat, menu);
|
|
8
|
-
|
|
9
6
|
// Tokens that can't be configured through Angular Material's current theming API,
|
|
10
7
|
// but may be in a future version of the theming API.
|
|
11
8
|
@function get-unthemable-tokens() {
|
|
12
9
|
@return (
|
|
13
|
-
container-shape: 4px,
|
|
14
|
-
divider-bottom-spacing: 0,
|
|
15
|
-
divider-top-spacing: 0,
|
|
16
|
-
item-spacing: 16px,
|
|
17
|
-
item-icon-size: 24px,
|
|
18
|
-
item-leading-spacing: 16px,
|
|
19
|
-
item-trailing-spacing: 16px,
|
|
20
|
-
item-with-icon-leading-spacing: 16px,
|
|
21
|
-
item-with-icon-trailing-spacing: 16px,
|
|
22
|
-
container-elevation-shadow: elevation.get-box-shadow(8),
|
|
10
|
+
menu-container-shape: 4px,
|
|
11
|
+
menu-divider-bottom-spacing: 0,
|
|
12
|
+
menu-divider-top-spacing: 0,
|
|
13
|
+
menu-item-spacing: 16px,
|
|
14
|
+
menu-item-icon-size: 24px,
|
|
15
|
+
menu-item-leading-spacing: 16px,
|
|
16
|
+
menu-item-trailing-spacing: 16px,
|
|
17
|
+
menu-item-with-icon-leading-spacing: 16px,
|
|
18
|
+
menu-item-with-icon-trailing-spacing: 16px,
|
|
19
|
+
menu-container-elevation-shadow: elevation.get-box-shadow(8),
|
|
23
20
|
|
|
24
21
|
// Unused
|
|
25
|
-
base-elevation-level: null,
|
|
22
|
+
menu-base-elevation-level: null,
|
|
26
23
|
);
|
|
27
24
|
}
|
|
28
25
|
|
|
@@ -34,23 +31,23 @@ $prefix: (mat, menu);
|
|
|
34
31
|
$text-color: inspection.get-theme-color($theme, foreground, text);
|
|
35
32
|
|
|
36
33
|
@return (
|
|
37
|
-
item-label-text-color: $text-color,
|
|
38
|
-
item-icon-color: $text-color,
|
|
39
|
-
item-hover-state-layer-color: $active-state-layer-color,
|
|
40
|
-
item-focus-state-layer-color: $active-state-layer-color,
|
|
41
|
-
container-color: inspection.get-theme-color($theme, background, card),
|
|
42
|
-
divider-color: inspection.get-theme-color($theme, foreground, divider),
|
|
34
|
+
menu-item-label-text-color: $text-color,
|
|
35
|
+
menu-item-icon-color: $text-color,
|
|
36
|
+
menu-item-hover-state-layer-color: $active-state-layer-color,
|
|
37
|
+
menu-item-focus-state-layer-color: $active-state-layer-color,
|
|
38
|
+
menu-container-color: inspection.get-theme-color($theme, background, card),
|
|
39
|
+
menu-divider-color: inspection.get-theme-color($theme, foreground, divider),
|
|
43
40
|
);
|
|
44
41
|
}
|
|
45
42
|
|
|
46
43
|
// Tokens that can be configured through Angular Material's typography theming API.
|
|
47
44
|
@function get-typography-tokens($theme) {
|
|
48
45
|
@return (
|
|
49
|
-
item-label-text-font: inspection.get-theme-typography($theme, body-1, font-family),
|
|
50
|
-
item-label-text-size: inspection.get-theme-typography($theme, body-1, font-size),
|
|
51
|
-
item-label-text-tracking: inspection.get-theme-typography($theme, body-1, letter-spacing),
|
|
52
|
-
item-label-text-line-height: inspection.get-theme-typography($theme, body-1, line-height),
|
|
53
|
-
item-label-text-weight: inspection.get-theme-typography($theme, body-1, font-weight),
|
|
46
|
+
menu-item-label-text-font: inspection.get-theme-typography($theme, body-1, font-family),
|
|
47
|
+
menu-item-label-text-size: inspection.get-theme-typography($theme, body-1, font-size),
|
|
48
|
+
menu-item-label-text-tracking: inspection.get-theme-typography($theme, body-1, letter-spacing),
|
|
49
|
+
menu-item-label-text-line-height: inspection.get-theme-typography($theme, body-1, line-height),
|
|
50
|
+
menu-item-label-text-weight: inspection.get-theme-typography($theme, body-1, font-weight),
|
|
54
51
|
);
|
|
55
52
|
}
|
|
56
53
|
|
package/menu/_m3-menu.scss
CHANGED
|
@@ -1,45 +1,42 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
-
@use '../core/style/sass-utils';
|
|
3
2
|
@use '../core/tokens/m3-utils';
|
|
4
3
|
@use '../core/style/elevation';
|
|
5
|
-
|
|
6
|
-
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
7
|
-
$prefix: (mat, menu);
|
|
4
|
+
@use '../core/tokens/m3';
|
|
8
5
|
|
|
9
6
|
/// Generates custom tokens for the mat-menu.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/// @param {Map} $token-slots Possible token slots
|
|
13
|
-
/// @return {Map} A set of custom tokens for the mat-menu
|
|
14
|
-
@function get-tokens($systems, $exclude-hardcoded, $token-slots) {
|
|
15
|
-
$tokens: sass-utils.merge-all(
|
|
16
|
-
m3-utils.generate-typography-tokens($systems, item-label-text, label-large),
|
|
17
|
-
(
|
|
18
|
-
container-shape: map.get($systems, md-sys-shape, corner-extra-small),
|
|
19
|
-
divider-color: map.get($systems, md-sys-color, surface-variant),
|
|
20
|
-
divider-bottom-spacing: m3-utils.hardcode(8px, $exclude-hardcoded),
|
|
21
|
-
divider-top-spacing: m3-utils.hardcode(8px, $exclude-hardcoded),
|
|
22
|
-
item-label-text-color: map.get($systems, md-sys-color, on-surface),
|
|
23
|
-
item-icon-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
24
|
-
item-icon-size: m3-utils.hardcode(24px, $exclude-hardcoded),
|
|
25
|
-
item-hover-state-layer-color: sass-utils.safe-color-change(
|
|
26
|
-
map.get($systems, md-sys-color, on-surface),
|
|
27
|
-
$alpha: map.get($systems, md-sys-state, hover-state-layer-opacity)
|
|
28
|
-
),
|
|
29
|
-
item-focus-state-layer-color: sass-utils.safe-color-change(
|
|
30
|
-
map.get($systems, md-sys-color, on-surface),
|
|
31
|
-
$alpha: map.get($systems, md-sys-state, focus-state-layer-opacity)
|
|
32
|
-
),
|
|
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
|
-
container-color: map.get($systems, md-sys-color, surface-container),
|
|
39
|
-
container-elevation-shadow: m3-utils.hardcode(
|
|
40
|
-
elevation.get-box-shadow(2), $exclude-hardcoded),
|
|
41
|
-
)
|
|
42
|
-
);
|
|
7
|
+
@function get-tokens($theme: m3.$sys-theme) {
|
|
8
|
+
$system: m3-utils.get-system($theme);
|
|
43
9
|
|
|
44
|
-
@return
|
|
10
|
+
@return (
|
|
11
|
+
base: (
|
|
12
|
+
menu-divider-bottom-spacing: 8px,
|
|
13
|
+
menu-divider-top-spacing: 8px,
|
|
14
|
+
menu-item-icon-size: 24px,
|
|
15
|
+
menu-item-spacing: 12px,
|
|
16
|
+
menu-item-leading-spacing: 12px,
|
|
17
|
+
menu-item-trailing-spacing: 12px,
|
|
18
|
+
menu-item-with-icon-leading-spacing: 12px,
|
|
19
|
+
menu-item-with-icon-trailing-spacing: 12px,
|
|
20
|
+
),
|
|
21
|
+
color: (
|
|
22
|
+
menu-container-shape: map.get($system, corner-extra-small),
|
|
23
|
+
menu-divider-color: map.get($system, surface-variant),
|
|
24
|
+
menu-item-label-text-color: map.get($system, on-surface),
|
|
25
|
+
menu-item-icon-color: map.get($system, on-surface-variant),
|
|
26
|
+
menu-item-hover-state-layer-color: m3-utils.color-with-opacity(
|
|
27
|
+
map.get($system, on-surface), map.get($system, hover-state-layer-opacity)),
|
|
28
|
+
menu-item-focus-state-layer-color: m3-utils.color-with-opacity(
|
|
29
|
+
map.get($system, on-surface), map.get($system, focus-state-layer-opacity)),
|
|
30
|
+
menu-container-color: map.get($system, surface-container),
|
|
31
|
+
menu-container-elevation-shadow: elevation.get-box-shadow(2),
|
|
32
|
+
),
|
|
33
|
+
typography: (
|
|
34
|
+
menu-item-label-text-font: map.get($system, label-large-font),
|
|
35
|
+
menu-item-label-text-line-height: map.get($system, label-large-line-height),
|
|
36
|
+
menu-item-label-text-size: map.get($system, label-large-size),
|
|
37
|
+
menu-item-label-text-tracking: map.get($system, label-large-tracking),
|
|
38
|
+
menu-item-label-text-weight: map.get($system, label-large-weight),
|
|
39
|
+
),
|
|
40
|
+
density: (),
|
|
41
|
+
);
|
|
45
42
|
}
|
package/menu/_menu-theme.scss
CHANGED
|
@@ -1,48 +1,45 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use './m2-menu';
|
|
3
|
+
@use './m3-menu';
|
|
3
4
|
@use '../core/style/sass-utils';
|
|
4
5
|
@use '../core/tokens/token-utils';
|
|
5
6
|
@use '../core/theming/theming';
|
|
6
7
|
@use '../core/theming/inspection';
|
|
7
|
-
@use '../core/theming/validation';
|
|
8
8
|
@use '../core/typography/typography';
|
|
9
9
|
|
|
10
10
|
@mixin base($theme) {
|
|
11
11
|
@if inspection.get-theme-version($theme) == 1 {
|
|
12
|
-
@include
|
|
12
|
+
@include token-utils.create-token-values(map.get(m3-menu.get-tokens($theme), base));
|
|
13
13
|
} @else {
|
|
14
14
|
@include sass-utils.current-selector-or-root() {
|
|
15
|
-
@include token-utils.create-token-values-mixed(
|
|
16
|
-
m2-menu.$prefix, m2-menu.get-unthemable-tokens());
|
|
15
|
+
@include token-utils.create-token-values-mixed(m2-menu.get-unthemable-tokens());
|
|
17
16
|
}
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
19
|
|
|
21
20
|
@mixin color($theme) {
|
|
22
21
|
@if inspection.get-theme-version($theme) == 1 {
|
|
23
|
-
@include
|
|
22
|
+
@include token-utils.create-token-values(map.get(m3-menu.get-tokens($theme), color));
|
|
24
23
|
} @else {
|
|
25
24
|
@include sass-utils.current-selector-or-root() {
|
|
26
|
-
@include token-utils.create-token-values-mixed(
|
|
27
|
-
m2-menu.$prefix, m2-menu.get-color-tokens($theme));
|
|
25
|
+
@include token-utils.create-token-values-mixed(m2-menu.get-color-tokens($theme));
|
|
28
26
|
}
|
|
29
27
|
}
|
|
30
28
|
}
|
|
31
29
|
|
|
32
30
|
@mixin typography($theme) {
|
|
33
31
|
@if inspection.get-theme-version($theme) == 1 {
|
|
34
|
-
@include
|
|
32
|
+
@include token-utils.create-token-values(map.get(m3-menu.get-tokens($theme), typography));
|
|
35
33
|
} @else {
|
|
36
34
|
@include sass-utils.current-selector-or-root() {
|
|
37
|
-
@include token-utils.create-token-values-mixed(
|
|
38
|
-
m2-menu.$prefix, m2-menu.get-typography-tokens($theme));
|
|
35
|
+
@include token-utils.create-token-values-mixed(m2-menu.get-typography-tokens($theme));
|
|
39
36
|
}
|
|
40
37
|
}
|
|
41
38
|
}
|
|
42
39
|
|
|
43
40
|
@mixin density($theme) {
|
|
44
41
|
@if inspection.get-theme-version($theme) == 1 {
|
|
45
|
-
|
|
42
|
+
@include token-utils.create-token-values(map.get(m3-menu.get-tokens($theme), density));
|
|
46
43
|
} @else {
|
|
47
44
|
}
|
|
48
45
|
}
|
|
@@ -51,20 +48,23 @@
|
|
|
51
48
|
@function _define-overrides() {
|
|
52
49
|
@return (
|
|
53
50
|
(
|
|
54
|
-
namespace:
|
|
55
|
-
tokens:
|
|
51
|
+
namespace: menu,
|
|
52
|
+
tokens: token-utils.get-overrides(m3-menu.get-tokens(), menu)
|
|
56
53
|
),
|
|
57
54
|
);
|
|
58
55
|
}
|
|
59
56
|
|
|
60
57
|
@mixin overrides($tokens: ()) {
|
|
61
|
-
|
|
58
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides());
|
|
62
59
|
}
|
|
63
60
|
|
|
64
61
|
@mixin theme($theme) {
|
|
65
62
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-menu') {
|
|
66
63
|
@if inspection.get-theme-version($theme) == 1 {
|
|
67
|
-
@include
|
|
64
|
+
@include base($theme);
|
|
65
|
+
@include color($theme);
|
|
66
|
+
@include density($theme);
|
|
67
|
+
@include typography($theme);
|
|
68
68
|
} @else {
|
|
69
69
|
@include base($theme);
|
|
70
70
|
@if inspection.theme-has($theme, color) {
|
|
@@ -79,15 +79,3 @@
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
|
|
83
|
-
@mixin _theme-from-tokens($tokens) {
|
|
84
|
-
@include validation.selector-defined(
|
|
85
|
-
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
86
|
-
);
|
|
87
|
-
@if ($tokens != ()) {
|
|
88
|
-
@include token-utils.create-token-values(
|
|
89
|
-
m2-menu.$prefix,
|
|
90
|
-
map.get($tokens, m2-menu.$prefix)
|
|
91
|
-
);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { M as MatCommonModule } from './common-module.d-C8xzHJDr.js';
|
|
3
3
|
import * as i2 from '@angular/cdk/observers';
|
|
4
|
-
import { M as MatFormField, b as MatError, a as MatHint, c as MatPrefix, d as MatSuffix } from './form-field.d-
|
|
4
|
+
import { M as MatFormField, b as MatError, a as MatHint, c as MatPrefix, d as MatSuffix } from './form-field.d-C6p5uYjG.js';
|
|
5
5
|
|
|
6
6
|
/** The floating label for a `mat-form-field`. */
|
|
7
7
|
declare class MatLabel {
|
|
@@ -12,9 +12,9 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
|
12
12
|
import { Subject, Observable } from 'rxjs';
|
|
13
13
|
import { E as ErrorStateMatcher } from './error-options.d-CGdTZUYk.js';
|
|
14
14
|
import { M as MatOption, a as MatOptgroup, b as MatOptionSelectionChange } from './option.d-BVGX3edu.js';
|
|
15
|
-
import { M as MatFormField } from './form-field.d-
|
|
15
|
+
import { M as MatFormField } from './form-field.d-C6p5uYjG.js';
|
|
16
16
|
import { M as MatFormFieldControl } from './form-field-control.d-DvB4ZVlf.js';
|
|
17
|
-
import { a as MatFormFieldModule } from './module.d-
|
|
17
|
+
import { a as MatFormFieldModule } from './module.d-D1Ym5Wf2.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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "20.0.0-rc.
|
|
3
|
+
"version": "20.0.0-rc.2",
|
|
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-rc.
|
|
356
|
+
"@angular/cdk": "20.0.0-rc.2",
|
|
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",
|
|
@@ -5,9 +5,6 @@
|
|
|
5
5
|
@use '../core/theming/inspection';
|
|
6
6
|
@use '../core/style/sass-utils';
|
|
7
7
|
|
|
8
|
-
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
9
|
-
$prefix: (mat, paginator);
|
|
10
|
-
|
|
11
8
|
// Tokens that can't be configured through Angular Material's current theming API,
|
|
12
9
|
// but may be in a future version of the theming API.
|
|
13
10
|
@function get-unthemable-tokens() {
|
|
@@ -19,22 +16,24 @@ $prefix: (mat, paginator);
|
|
|
19
16
|
$foreground-base: inspection.get-theme-color($theme, foreground, base);
|
|
20
17
|
|
|
21
18
|
@return (
|
|
22
|
-
container-text-color: sass-utils.safe-color-change($foreground-base, $alpha: 0.87),
|
|
23
|
-
container-background-color: inspection.get-theme-color($theme, background, card),
|
|
24
|
-
enabled-icon-color: sass-utils.safe-color-change($foreground-base, $alpha: 0.54),
|
|
25
|
-
disabled-icon-color: sass-utils.safe-color-change($foreground-base, $alpha: 0.12),
|
|
19
|
+
paginator-container-text-color: sass-utils.safe-color-change($foreground-base, $alpha: 0.87),
|
|
20
|
+
paginator-container-background-color: inspection.get-theme-color($theme, background, card),
|
|
21
|
+
paginator-enabled-icon-color: sass-utils.safe-color-change($foreground-base, $alpha: 0.54),
|
|
22
|
+
paginator-disabled-icon-color: sass-utils.safe-color-change($foreground-base, $alpha: 0.12),
|
|
26
23
|
);
|
|
27
24
|
}
|
|
28
25
|
|
|
29
26
|
// Tokens that can be configured through Angular Material's typography theming API.
|
|
30
27
|
@function get-typography-tokens($theme) {
|
|
31
28
|
@return (
|
|
32
|
-
container-text-font: inspection.get-theme-typography($theme, caption, font-family),
|
|
33
|
-
container-text-line-height:
|
|
34
|
-
|
|
35
|
-
container-text-
|
|
36
|
-
container-text-
|
|
37
|
-
|
|
29
|
+
paginator-container-text-font: inspection.get-theme-typography($theme, caption, font-family),
|
|
30
|
+
paginator-container-text-line-height:
|
|
31
|
+
inspection.get-theme-typography($theme, caption, line-height),
|
|
32
|
+
paginator-container-text-size: inspection.get-theme-typography($theme, caption, font-size),
|
|
33
|
+
paginator-container-text-tracking:
|
|
34
|
+
inspection.get-theme-typography($theme, caption, letter-spacing),
|
|
35
|
+
paginator-container-text-weight: inspection.get-theme-typography($theme, caption, font-weight),
|
|
36
|
+
paginator-select-trigger-text-size: inspection.get-theme-typography($theme, caption, font-size),
|
|
38
37
|
);
|
|
39
38
|
}
|
|
40
39
|
|
|
@@ -69,10 +68,10 @@ $prefix: (mat, paginator);
|
|
|
69
68
|
$form-field-vertical-padding: 16px - $form-field-vertical-deduction;
|
|
70
69
|
|
|
71
70
|
@return (
|
|
72
|
-
container-size: map.get($size-scale, $density-scale),
|
|
73
|
-
form-field-container-height: $form-field-height,
|
|
74
|
-
form-field-container-vertical-padding: $form-field-vertical-padding,
|
|
75
|
-
touch-target-display: if($density-scale < -2, none, block),
|
|
71
|
+
paginator-container-size: map.get($size-scale, $density-scale),
|
|
72
|
+
paginator-form-field-container-height: $form-field-height,
|
|
73
|
+
paginator-form-field-container-vertical-padding: $form-field-vertical-padding,
|
|
74
|
+
paginator-touch-target-display: if($density-scale < -2, none, block),
|
|
76
75
|
);
|
|
77
76
|
}
|
|
78
77
|
|
|
@@ -1,43 +1,44 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:list';
|
|
3
|
-
@use '../core/style/sass-utils';
|
|
4
3
|
@use '../core/tokens/m3-utils';
|
|
5
4
|
@use '../core/theming/theming';
|
|
6
5
|
@use '../core/theming/inspection';
|
|
7
|
-
|
|
8
|
-
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
9
|
-
$prefix: (mat, paginator);
|
|
6
|
+
@use '../core/tokens/m3';
|
|
10
7
|
|
|
11
8
|
/// Generates custom tokens for the mat-paginator.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/// @param {Map} $token-slots Possible token slots
|
|
15
|
-
/// @return {Map} A set of custom tokens for the mat-paginator
|
|
16
|
-
@function get-tokens($systems, $exclude-hardcoded, $token-slots) {
|
|
17
|
-
$tokens: sass-utils.merge-all(
|
|
18
|
-
m3-utils.generate-typography-tokens($systems, container-text, body-small),
|
|
19
|
-
(
|
|
20
|
-
container-text-color: map.get($systems, md-sys-color, on-surface),
|
|
21
|
-
container-background-color: map.get($systems, md-sys-color, surface),
|
|
22
|
-
enabled-icon-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
23
|
-
disabled-icon-color: sass-utils.safe-color-change(
|
|
24
|
-
map.get($systems, md-sys-color, on-surface), $alpha: 0.38),
|
|
25
|
-
select-trigger-text-size: map.get($systems, md-sys-typescale, body-small-size),
|
|
26
|
-
)
|
|
27
|
-
);
|
|
9
|
+
@function get-tokens($theme: m3.$sys-theme) {
|
|
10
|
+
$system: m3-utils.get-system($theme);
|
|
28
11
|
|
|
29
|
-
@return
|
|
12
|
+
@return (
|
|
13
|
+
base: (),
|
|
14
|
+
color: (
|
|
15
|
+
paginator-container-text-color: map.get($system, on-surface),
|
|
16
|
+
paginator-container-background-color: map.get($system, surface),
|
|
17
|
+
paginator-disabled-icon-color: m3-utils.color-with-opacity(map.get($system, on-surface), 38%),
|
|
18
|
+
paginator-enabled-icon-color: map.get($system, on-surface-variant),
|
|
19
|
+
),
|
|
20
|
+
typography: (
|
|
21
|
+
paginator-container-text-font: map.get($system, body-small-font),
|
|
22
|
+
paginator-container-text-line-height: map.get($system, body-small-line-height),
|
|
23
|
+
paginator-container-text-size: map.get($system, body-small-size),
|
|
24
|
+
paginator-container-text-tracking: map.get($system, body-small-tracking),
|
|
25
|
+
paginator-container-text-weight: map.get($system, body-small-weight),
|
|
26
|
+
paginator-select-trigger-text-size: map.get($system, body-small-size),
|
|
27
|
+
),
|
|
28
|
+
density: get-density-tokens(map.get($theme, inspection.$internals, density-scale)),
|
|
29
|
+
);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
// Tokens that can be configured through Angular Material's density theming API.
|
|
33
|
-
@function get-density-tokens($
|
|
34
|
-
$scale: theming.clamp-density(
|
|
33
|
+
@function get-density-tokens($scale) {
|
|
34
|
+
$scale: theming.clamp-density($scale, -5);
|
|
35
35
|
$index: ($scale * -1) + 1;
|
|
36
36
|
|
|
37
37
|
@return (
|
|
38
|
-
container-size: list.nth((56px, 52px, 48px, 40px, 40px, 40px), $index),
|
|
39
|
-
form-field-container-height: list.nth((40px, 40px, 40px, 40px, 40px, 36px), $index),
|
|
40
|
-
form-field-container-vertical-padding:
|
|
41
|
-
|
|
38
|
+
paginator-container-size: list.nth((56px, 52px, 48px, 40px, 40px, 40px), $index),
|
|
39
|
+
paginator-form-field-container-height: list.nth((40px, 40px, 40px, 40px, 40px, 36px), $index),
|
|
40
|
+
paginator-form-field-container-vertical-padding:
|
|
41
|
+
list.nth((8px, 8px, 8px, 8px, 8px, 6px), $index),
|
|
42
|
+
paginator-touch-target-display: list.nth((block, block, none, none, none, none), $index),
|
|
42
43
|
);
|
|
43
44
|
}
|
|
@@ -1,59 +1,45 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
-
@use 'sass:meta';
|
|
3
2
|
@use './m2-paginator';
|
|
4
3
|
@use './m3-paginator';
|
|
5
4
|
@use '../core/style/sass-utils';
|
|
6
5
|
@use '../core/typography/typography';
|
|
7
6
|
@use '../core/theming/theming';
|
|
8
7
|
@use '../core/theming/inspection';
|
|
9
|
-
@use '../core/theming/validation';
|
|
10
8
|
@use '../core/tokens/token-utils';
|
|
11
9
|
|
|
12
10
|
@mixin base($theme) {
|
|
13
11
|
@if inspection.get-theme-version($theme) == 1 {
|
|
14
|
-
@include
|
|
12
|
+
@include token-utils.create-token-values(map.get(m3-paginator.get-tokens($theme), base));
|
|
15
13
|
} @else {
|
|
16
14
|
}
|
|
17
15
|
}
|
|
18
16
|
|
|
19
17
|
@mixin color($theme) {
|
|
20
18
|
@if inspection.get-theme-version($theme) == 1 {
|
|
21
|
-
@include
|
|
19
|
+
@include token-utils.create-token-values(map.get(m3-paginator.get-tokens($theme), color));
|
|
22
20
|
} @else {
|
|
23
21
|
@include sass-utils.current-selector-or-root() {
|
|
24
|
-
@include token-utils.create-token-values-mixed(
|
|
25
|
-
m2-paginator.$prefix, m2-paginator.get-color-tokens($theme));
|
|
22
|
+
@include token-utils.create-token-values-mixed(m2-paginator.get-color-tokens($theme));
|
|
26
23
|
}
|
|
27
24
|
}
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
@mixin typography($theme) {
|
|
31
28
|
@if inspection.get-theme-version($theme) == 1 {
|
|
32
|
-
@include
|
|
29
|
+
@include token-utils.create-token-values(map.get(m3-paginator.get-tokens($theme), typography));
|
|
33
30
|
} @else {
|
|
34
31
|
@include sass-utils.current-selector-or-root() {
|
|
35
|
-
@include token-utils.create-token-values-mixed(
|
|
36
|
-
m2-paginator.$prefix, m2-paginator.get-typography-tokens($theme));
|
|
32
|
+
@include token-utils.create-token-values-mixed(m2-paginator.get-typography-tokens($theme));
|
|
37
33
|
}
|
|
38
34
|
}
|
|
39
35
|
}
|
|
40
36
|
|
|
41
37
|
@mixin density($theme) {
|
|
42
|
-
$density-scale: inspection.get-theme-density($theme);
|
|
43
|
-
$form-field-density: if(
|
|
44
|
-
(meta.type-of($density-scale) == 'number' and $density-scale >= -4) or
|
|
45
|
-
($density-scale == maximum),
|
|
46
|
-
-4,
|
|
47
|
-
$density-scale
|
|
48
|
-
);
|
|
49
|
-
|
|
50
38
|
@if inspection.get-theme-version($theme) == 1 {
|
|
51
|
-
@include token-utils.create-token-values(
|
|
52
|
-
m3-paginator.$prefix, m3-paginator.get-density-tokens($theme));
|
|
39
|
+
@include token-utils.create-token-values(map.get(m3-paginator.get-tokens($theme), density));
|
|
53
40
|
} @else {
|
|
54
41
|
@include sass-utils.current-selector-or-root() {
|
|
55
|
-
@include token-utils.create-token-values-mixed(
|
|
56
|
-
m2-paginator.$prefix, m2-paginator.get-density-tokens($theme));
|
|
42
|
+
@include token-utils.create-token-values-mixed(m2-paginator.get-density-tokens($theme));
|
|
57
43
|
}
|
|
58
44
|
}
|
|
59
45
|
}
|
|
@@ -62,23 +48,23 @@
|
|
|
62
48
|
@function _define-overrides() {
|
|
63
49
|
@return (
|
|
64
50
|
(
|
|
65
|
-
namespace:
|
|
66
|
-
tokens:
|
|
51
|
+
namespace: paginator,
|
|
52
|
+
tokens: token-utils.get-overrides(m3-paginator.get-tokens(), paginator)
|
|
67
53
|
),
|
|
68
54
|
);
|
|
69
55
|
}
|
|
70
56
|
|
|
71
57
|
@mixin overrides($tokens: ()) {
|
|
72
|
-
|
|
58
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides());
|
|
73
59
|
}
|
|
74
60
|
|
|
75
61
|
@mixin theme($theme) {
|
|
76
62
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-paginator') {
|
|
77
63
|
@if inspection.get-theme-version($theme) == 1 {
|
|
78
|
-
@include
|
|
79
|
-
@
|
|
80
|
-
|
|
81
|
-
|
|
64
|
+
@include base($theme);
|
|
65
|
+
@include color($theme);
|
|
66
|
+
@include density($theme);
|
|
67
|
+
@include typography($theme);
|
|
82
68
|
} @else {
|
|
83
69
|
@include base($theme);
|
|
84
70
|
@if inspection.theme-has($theme, color) {
|
|
@@ -93,15 +79,3 @@
|
|
|
93
79
|
}
|
|
94
80
|
}
|
|
95
81
|
}
|
|
96
|
-
|
|
97
|
-
@mixin _theme-from-tokens($tokens) {
|
|
98
|
-
@include validation.selector-defined(
|
|
99
|
-
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
100
|
-
);
|
|
101
|
-
@if ($tokens != ()) {
|
|
102
|
-
@include token-utils.create-token-values(
|
|
103
|
-
m2-paginator.$prefix,
|
|
104
|
-
map.get($tokens, m2-paginator.$prefix)
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
}
|
package/paginator/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { MatButtonModule } from '../button/index.js';
|
|
3
|
-
import { M as MatSelectModule } from '../module.d-
|
|
3
|
+
import { M as MatSelectModule } from '../module.d-DMabQ4_c.js';
|
|
4
4
|
import { M as MatTooltipModule } from '../module.d-m-qXd3m8.js';
|
|
5
|
-
import { M as MatPaginator } from '../paginator.d-
|
|
6
|
-
export { c as MAT_PAGINATOR_DEFAULT_OPTIONS, f as MAT_PAGINATOR_INTL_PROVIDER, e as MAT_PAGINATOR_INTL_PROVIDER_FACTORY, b as MatPaginatorDefaultOptions, d as MatPaginatorIntl, a as MatPaginatorSelectConfig, P as PageEvent } from '../paginator.d-
|
|
5
|
+
import { M as MatPaginator } from '../paginator.d-DuJ-oYgT.js';
|
|
6
|
+
export { c as MAT_PAGINATOR_DEFAULT_OPTIONS, f as MAT_PAGINATOR_INTL_PROVIDER, e as MAT_PAGINATOR_INTL_PROVIDER_FACTORY, b as MatPaginatorDefaultOptions, d as MatPaginatorIntl, a as MatPaginatorSelectConfig, P as PageEvent } from '../paginator.d-DuJ-oYgT.js';
|
|
7
7
|
import '@angular/cdk/a11y';
|
|
8
8
|
import '../palette.d-BSSFKjO6.js';
|
|
9
9
|
import '../ripple-loader.d-9me-KFSi.js';
|
|
@@ -21,10 +21,10 @@ import '@angular/cdk/collections';
|
|
|
21
21
|
import '@angular/cdk/scrolling';
|
|
22
22
|
import '@angular/forms';
|
|
23
23
|
import '../error-options.d-CGdTZUYk.js';
|
|
24
|
-
import '../form-field.d-
|
|
24
|
+
import '../form-field.d-C6p5uYjG.js';
|
|
25
25
|
import '@angular/cdk/coercion';
|
|
26
26
|
import '../form-field-control.d-DvB4ZVlf.js';
|
|
27
|
-
import '../module.d-
|
|
27
|
+
import '../module.d-D1Ym5Wf2.js';
|
|
28
28
|
import '@angular/cdk/observers';
|
|
29
29
|
|
|
30
30
|
declare class MatPaginatorModule {
|
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Optional, InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
3
|
import { T as ThemePalette } from './palette.d-BSSFKjO6.js';
|
|
4
4
|
import { Subject, Observable } from 'rxjs';
|
|
5
|
-
import { h as MatFormFieldAppearance } from './form-field.d-
|
|
5
|
+
import { h as MatFormFieldAppearance } from './form-field.d-C6p5uYjG.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
|
|
@@ -1 +1 @@
|
|
|
1
|
-
html{--mat-sys-background: #faf9fd;--mat-sys-error: #ba1a1a;--mat-sys-error-container: #ffdad6;--mat-sys-inverse-on-surface: #f2f0f4;--mat-sys-inverse-primary: #abc7ff;--mat-sys-inverse-surface: #2f3033;--mat-sys-on-background: #1a1b1f;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #93000a;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #00458f;--mat-sys-on-primary-fixed: #001b3f;--mat-sys-on-primary-fixed-variant: #00458f;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #3e4759;--mat-sys-on-secondary-fixed: #131c2b;--mat-sys-on-secondary-fixed-variant: #3e4759;--mat-sys-on-surface: #1a1b1f;--mat-sys-on-surface-variant: #44474e;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #0000ef;--mat-sys-on-tertiary-fixed: #00006e;--mat-sys-on-tertiary-fixed-variant: #0000ef;--mat-sys-outline: #74777f;--mat-sys-outline-variant: #c4c6d0;--mat-sys-primary: #005cbb;--mat-sys-primary-container: #d7e3ff;--mat-sys-primary-fixed: #d7e3ff;--mat-sys-primary-fixed-dim: #abc7ff;--mat-sys-scrim: #000000;--mat-sys-secondary: #565e71;--mat-sys-secondary-container: #dae2f9;--mat-sys-secondary-fixed: #dae2f9;--mat-sys-secondary-fixed-dim: #bec6dc;--mat-sys-shadow: #000000;--mat-sys-surface: #faf9fd;--mat-sys-surface-bright: #faf9fd;--mat-sys-surface-container: #efedf0;--mat-sys-surface-container-high: #e9e7eb;--mat-sys-surface-container-highest: #e3e2e6;--mat-sys-surface-container-low: #f4f3f6;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dbd9dd;--mat-sys-surface-tint: #005cbb;--mat-sys-surface-variant: #e0e2ec;--mat-sys-tertiary: #343dff;--mat-sys-tertiary-container: #e0e0ff;--mat-sys-tertiary-fixed: #e0e0ff;--mat-sys-tertiary-fixed-dim: #bec2ff;--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f}html{--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: 0.031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: 0.875rem;--mat-sys-body-medium-tracking: 0.016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 0.75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: 0.75rem;--mat-sys-body-small-tracking: 0.025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -0.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: 0.875rem;--mat-sys-label-large-tracking: 0.006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 0.75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: 0.75rem;--mat-sys-label-medium-tracking: 0.031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 0.688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: 0.688rem;--mat-sys-label-small-tracking: 0.031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: 0.009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: 0.875rem;--mat-sys-title-small-tracking: 0.006rem;--mat-sys-title-small-weight: 500}html{--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px}html{--mat-sys-dragged-state-layer-opacity: 0.16;--mat-sys-focus-state-layer-opacity: 0.12;--mat-sys-hover-state-layer-opacity: 0.08;--mat-sys-pressed-state-layer-opacity: 0.12}
|
|
1
|
+
html{--mat-sys-background: #faf9fd;--mat-sys-error: #ba1a1a;--mat-sys-error-container: #ffdad6;--mat-sys-inverse-on-surface: #f2f0f4;--mat-sys-inverse-primary: #abc7ff;--mat-sys-inverse-surface: #2f3033;--mat-sys-on-background: #1a1b1f;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #93000a;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #00458f;--mat-sys-on-primary-fixed: #001b3f;--mat-sys-on-primary-fixed-variant: #00458f;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #3e4759;--mat-sys-on-secondary-fixed: #131c2b;--mat-sys-on-secondary-fixed-variant: #3e4759;--mat-sys-on-surface: #1a1b1f;--mat-sys-on-surface-variant: #44474e;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #0000ef;--mat-sys-on-tertiary-fixed: #00006e;--mat-sys-on-tertiary-fixed-variant: #0000ef;--mat-sys-outline: #74777f;--mat-sys-outline-variant: #c4c6d0;--mat-sys-primary: #005cbb;--mat-sys-primary-container: #d7e3ff;--mat-sys-primary-fixed: #d7e3ff;--mat-sys-primary-fixed-dim: #abc7ff;--mat-sys-scrim: #000000;--mat-sys-secondary: #565e71;--mat-sys-secondary-container: #dae2f9;--mat-sys-secondary-fixed: #dae2f9;--mat-sys-secondary-fixed-dim: #bec6dc;--mat-sys-shadow: #000000;--mat-sys-surface: #faf9fd;--mat-sys-surface-bright: #faf9fd;--mat-sys-surface-container: #efedf0;--mat-sys-surface-container-high: #e9e7eb;--mat-sys-surface-container-highest: #e3e2e6;--mat-sys-surface-container-low: #f4f3f6;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dbd9dd;--mat-sys-surface-tint: #005cbb;--mat-sys-surface-variant: #e0e2ec;--mat-sys-tertiary: #343dff;--mat-sys-tertiary-container: #e0e0ff;--mat-sys-tertiary-fixed: #e0e0ff;--mat-sys-tertiary-fixed-dim: #bec2ff;--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f}html{--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}html{--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: 0.031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: 0.875rem;--mat-sys-body-medium-tracking: 0.016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 0.75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: 0.75rem;--mat-sys-body-small-tracking: 0.025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto, sans-serif;--mat-sys-display-large-font: Roboto, sans-serif;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -0.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto, sans-serif;--mat-sys-display-medium-font: Roboto, sans-serif;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto, sans-serif;--mat-sys-display-small-font: Roboto, sans-serif;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto, sans-serif;--mat-sys-headline-large-font: Roboto, sans-serif;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto, sans-serif;--mat-sys-headline-medium-font: Roboto, sans-serif;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto, sans-serif;--mat-sys-headline-small-font: Roboto, sans-serif;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: 0.875rem;--mat-sys-label-large-tracking: 0.006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 0.75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: 0.75rem;--mat-sys-label-medium-tracking: 0.031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 0.688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: 0.688rem;--mat-sys-label-small-tracking: 0.031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto, sans-serif;--mat-sys-title-large-font: Roboto, sans-serif;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: 0.009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: 0.875rem;--mat-sys-title-small-tracking: 0.006rem;--mat-sys-title-small-weight: 500}html{--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px}html{--mat-sys-dragged-state-layer-opacity: 0.16;--mat-sys-focus-state-layer-opacity: 0.12;--mat-sys-hover-state-layer-opacity: 0.08;--mat-sys-pressed-state-layer-opacity: 0.12}
|