File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
site/src/routes/demo/snackbar Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
// Select's styles must be emitted before datatable's due to equal specificity.
2
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/material-components-web/material-components-web.scss
2
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/material-components-web/material-components-web.scss
3
3
@use ' @smui/select/style' as select-style ;
4
4
@use ' @material/data-table/mdc-data-table' ;
5
5
@use ' @smui/checkbox/style' as checkbox-style ;
Original file line number Diff line number Diff line change 131
131
}
132
132
}
133
133
134
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-select/_select-theme.scss#L951
134
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-select/_select-theme.scss#L1499
135
135
@mixin leading-icon-floating-label-position (
136
136
$icon-size : select-icon-theme .$icon-size ,
137
137
$query : feature-targeting .all ()
146
146
}
147
147
}
148
148
149
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-select/_select-theme.scss#L1038
149
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-select/_select-theme.scss#L1586
150
150
@mixin truncate-floating-label-max-width (
151
151
$leading-icon-size ,
152
152
$dropdown-icon-size ,
178
178
}
179
179
}
180
180
181
- // See: https://github.com/material-components/material-components-web/blob/v10 .0.0/packages/mdc-select/_select.scss#L410
181
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-select/_select.scss#L484
182
182
@mixin _padding-horizontal (
183
183
$left ,
184
184
$left-with-leading-icon ,
Original file line number Diff line number Diff line change 1
- // See https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-snackbar/
1
+ // See https://github.com/material-components/material-components-web/tree/v14 .0.0/packages/mdc-snackbar
2
2
@use ' @material/snackbar/mixins' ;
3
- // See https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-theme/
3
+ // See https://github.com/material-components/material-components-web/tree/v14 .0.0/packages/mdc-theme
4
4
@use ' @material/theme/color-palette' ;
5
5
@use ' @material/theme/theme-color' ;
6
6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $_secondary-state-content: color.scale(
21
21
}
22
22
23
23
.mdc-switch.smui-switch--color-secondary {
24
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-switch/_switch-theme.scss#L76
24
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-switch/_switch-theme.scss#L76
25
25
@include switch .theme (
26
26
(
27
27
disabled- selected- icon- color: on- secondary,
Original file line number Diff line number Diff line change 166
166
}
167
167
}
168
168
169
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-textfield/_mixins.scss#L1374
169
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-textfield/_mixins.scss#L1405
170
170
@mixin _baseline-center-aligned ($query : feature-targeting .all ()) {
171
171
$feat-structure : feature-targeting .create-target ($query , structure );
172
172
177
177
}
178
178
}
179
179
180
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-textfield/_mixins.scss#L2276
180
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-textfield/_mixins.scss#L2307
181
181
@mixin _centered-affix-safari-support ($query : feature-targeting .all ()) {
182
182
$feat-structure : feature-targeting .create-target ($query , structure );
183
183
189
189
}
190
190
}
191
191
192
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-textfield/_mixins.scss#L1875
192
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-textfield/_mixins.scss#L1906
193
193
@mixin _truncate-floating-label-max-width (
194
194
$truncation ,
195
195
$query : feature-targeting .all ()
200
200
);
201
201
}
202
202
203
- // See: https://github.com/material-components/material-components-web/blob/v13 .0.0/packages/mdc-textfield/_mixins.scss#L1890
203
+ // See: https://github.com/material-components/material-components-web/blob/v14 .0.0/packages/mdc-textfield/_mixins.scss#L1921
204
204
@mixin _truncate-floating-label-floated-max-width (
205
205
$truncation ,
206
206
$query : feature-targeting .all ()
You can’t perform that action at this time.
0 commit comments