@material/web 1.0.0-pre.3 → 1.0.0-pre.4
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/LICENSE +1 -1
- package/README.md +41 -41
- package/controller/form-controller.d.ts +1 -1
- package/controller/form-controller.js +21 -29
- package/controller/form-controller.js.map +1 -1
- package/field/lib/_content.scss +91 -13
- package/field/lib/_filled-field.scss +19 -57
- package/field/lib/_label.scss +1 -2
- package/field/lib/_md-comp-filled-field.scss +123 -64
- package/field/lib/_md-comp-outlined-field.scss +100 -59
- package/field/lib/_outlined-field.scss +13 -11
- package/field/lib/_shared.scss +21 -17
- package/field/lib/field.d.ts +2 -1
- package/field/lib/field.js +73 -62
- package/field/lib/field.js.map +1 -1
- package/field/lib/filled-field.d.ts +0 -5
- package/field/lib/filled-field.js +2 -41
- package/field/lib/filled-field.js.map +1 -1
- package/field/lib/filled-styles.css.js +1 -1
- package/field/lib/filled-styles.css.js.map +1 -1
- package/field/lib/outlined-field.js +1 -1
- package/field/lib/outlined-field.js.map +1 -1
- package/field/lib/outlined-styles.css.js +1 -1
- package/field/lib/outlined-styles.css.js.map +1 -1
- package/field/lib/shared-styles.css.js +1 -1
- package/field/lib/shared-styles.css.js.map +1 -1
- package/icon/lib/_icon.scss +1 -1
- package/icon/lib/_md-comp-icon.scss +1 -2
- package/icon/lib/icon-styles.css.js +1 -1
- package/icon/lib/icon-styles.css.js.map +1 -1
- package/list/lib/_list.scss +19 -9
- package/list/lib/list-styles.css.js +1 -1
- package/list/lib/list-styles.css.js.map +1 -1
- package/list/lib/listitem/_list-item.scss +293 -102
- package/list/lib/listitem/list-item-styles.css.js +1 -1
- package/list/lib/listitem/list-item-styles.css.js.map +1 -1
- package/list/lib/listitem/list-item.d.ts +7 -6
- package/list/lib/listitem/list-item.js +22 -26
- package/list/lib/listitem/list-item.js.map +1 -1
- package/list/list-item-link.d.ts +18 -0
- package/list/list-item-link.js +19 -2
- package/list/list-item-link.js.map +1 -1
- package/list/list-item.d.ts +19 -0
- package/list/list-item.js +20 -2
- package/list/list-item.js.map +1 -1
- package/menu/lib/_menu.scss +26 -5
- package/menu/lib/menu-styles.css.js +1 -1
- package/menu/lib/menu-styles.css.js.map +1 -1
- package/menu/lib/menu.js +8 -7
- package/menu/lib/menu.js.map +1 -1
- package/menu/lib/menuitem/_menu-item.scss +39 -79
- package/menu/lib/menuitem/menu-item-styles.css.js +1 -1
- package/menu/lib/menuitem/menu-item-styles.css.js.map +1 -1
- package/menu/lib/submenuitem/sub-menu-item.d.ts +0 -1
- package/menu/lib/submenuitem/sub-menu-item.js +0 -1
- package/menu/lib/submenuitem/sub-menu-item.js.map +1 -1
- package/menu/menu-item-link.js +1 -2
- package/menu/menu-item-link.js.map +1 -1
- package/menu/menu-item.js +2 -3
- package/menu/menu-item.js.map +1 -1
- package/menu/sub-menu-item.js +1 -2
- package/menu/sub-menu-item.js.map +1 -1
- package/menusurface/lib/_md-comp-menu-surface.scss +1 -1
- package/package.json +1 -1
- package/textfield/lib/_filled-text-field.scss +98 -96
- package/textfield/lib/_icon.scss +11 -55
- package/textfield/lib/_input.scss +4 -6
- package/textfield/lib/_outlined-text-field.scss +87 -88
- package/textfield/lib/filled-styles.css.js +1 -1
- package/textfield/lib/filled-styles.css.js.map +1 -1
- package/textfield/lib/outlined-styles.css.js +1 -1
- package/textfield/lib/outlined-styles.css.js.map +1 -1
- package/textfield/lib/shared-styles.css.js +1 -1
- package/textfield/lib/shared-styles.css.js.map +1 -1
- package/tokens/_index.scss +1 -1
- package/tokens/v0_161/_index.scss +107 -0
- package/tokens/v0_161/_md-comp-assist-chip.scss +109 -0
- package/tokens/v0_161/_md-comp-badge.scss +58 -0
- package/tokens/v0_161/_md-comp-banner.scss +75 -0
- package/tokens/v0_161/_md-comp-bottom-app-bar.scss +35 -0
- package/tokens/v0_161/_md-comp-carousel-item.scss +65 -0
- package/tokens/v0_161/_md-comp-checkbox.scss +126 -0
- package/tokens/v0_161/_md-comp-circular-progress-indicator.scss +39 -0
- package/tokens/v0_161/_md-comp-data-table.scss +96 -0
- package/tokens/v0_161/_md-comp-date-input-modal.scss +89 -0
- package/tokens/v0_161/_md-comp-date-picker-docked.scss +246 -0
- package/tokens/v0_161/_md-comp-date-picker-modal.scss +305 -0
- package/tokens/v0_161/_md-comp-dialog.scss +123 -0
- package/tokens/v0_161/_md-comp-divider.scss +25 -0
- package/tokens/v0_161/_md-comp-elevated-button.scss +91 -0
- package/tokens/v0_161/_md-comp-elevated-card.scss +59 -0
- package/tokens/v0_161/_md-comp-extended-fab-branded.scss +86 -0
- package/tokens/v0_161/_md-comp-extended-fab-primary.scss +94 -0
- package/tokens/v0_161/_md-comp-extended-fab-secondary.scss +95 -0
- package/tokens/v0_161/_md-comp-extended-fab-surface.scss +90 -0
- package/tokens/v0_161/_md-comp-extended-fab-tertiary.scss +95 -0
- package/tokens/v0_161/_md-comp-fab-branded-large.scss +60 -0
- package/tokens/v0_161/_md-comp-fab-branded.scss +60 -0
- package/tokens/v0_161/_md-comp-fab-primary-large.scss +65 -0
- package/tokens/v0_161/_md-comp-fab-primary-small.scss +65 -0
- package/tokens/v0_161/_md-comp-fab-primary.scss +65 -0
- package/tokens/v0_161/_md-comp-fab-secondary-large.scss +66 -0
- package/tokens/v0_161/_md-comp-fab-secondary-small.scss +66 -0
- package/tokens/v0_161/_md-comp-fab-secondary.scss +66 -0
- package/tokens/v0_161/_md-comp-fab-surface-large.scss +64 -0
- package/tokens/v0_161/_md-comp-fab-surface-small.scss +64 -0
- package/tokens/v0_161/_md-comp-fab-surface.scss +64 -0
- package/tokens/v0_161/_md-comp-fab-tertiary-large.scss +66 -0
- package/tokens/v0_161/_md-comp-fab-tertiary-small.scss +66 -0
- package/tokens/v0_161/_md-comp-fab-tertiary.scss +66 -0
- package/tokens/v0_161/_md-comp-filled-autocomplete.scss +267 -0
- package/tokens/v0_161/_md-comp-filled-button.scss +89 -0
- package/tokens/v0_161/_md-comp-filled-card.scss +58 -0
- package/tokens/v0_161/_md-comp-filled-icon-button.scss +79 -0
- package/tokens/v0_161/_md-comp-filled-menu-button.scss +98 -0
- package/tokens/v0_161/_md-comp-filled-select.scss +272 -0
- package/tokens/v0_161/_md-comp-filled-text-field.scss +189 -0
- package/tokens/v0_161/_md-comp-filled-tonal-button.scss +99 -0
- package/tokens/v0_161/_md-comp-filled-tonal-icon-button.scss +86 -0
- package/tokens/v0_161/_md-comp-filter-chip.scss +209 -0
- package/tokens/v0_161/_md-comp-full-screen-dialog.scss +111 -0
- package/tokens/v0_161/_md-comp-icon-button.scss +70 -0
- package/tokens/v0_161/_md-comp-input-chip.scss +184 -0
- package/tokens/v0_161/_md-comp-linear-progress-indicator.scss +41 -0
- package/tokens/v0_161/_md-comp-list.scss +248 -0
- package/tokens/v0_161/_md-comp-menu.scss +37 -0
- package/tokens/v0_161/_md-comp-navigation-bar.scss +114 -0
- package/tokens/v0_161/_md-comp-navigation-drawer.scss +162 -0
- package/tokens/v0_161/_md-comp-navigation-rail.scss +131 -0
- package/tokens/v0_161/_md-comp-outlined-autocomplete.scss +257 -0
- package/tokens/v0_161/_md-comp-outlined-button.scss +84 -0
- package/tokens/v0_161/_md-comp-outlined-card.scss +65 -0
- package/tokens/v0_161/_md-comp-outlined-icon-button.scss +79 -0
- package/tokens/v0_161/_md-comp-outlined-menu-button.scss +94 -0
- package/tokens/v0_161/_md-comp-outlined-segmented-button.scss +112 -0
- package/tokens/v0_161/_md-comp-outlined-select.scss +262 -0
- package/tokens/v0_161/_md-comp-outlined-text-field.scss +171 -0
- package/tokens/v0_161/_md-comp-plain-tooltip.scss +55 -0
- package/tokens/v0_161/_md-comp-primary-navigation-tab.scss +121 -0
- package/tokens/v0_161/_md-comp-radio-button.scss +68 -0
- package/tokens/v0_161/_md-comp-rich-tooltip.scss +121 -0
- package/tokens/v0_161/_md-comp-scrim.scss +25 -0
- package/tokens/v0_161/_md-comp-search-bar.scss +99 -0
- package/tokens/v0_161/_md-comp-search-view.scss +93 -0
- package/tokens/v0_161/_md-comp-secondary-navigation-tab.scss +84 -0
- package/tokens/v0_161/_md-comp-sheet-bottom.scss +45 -0
- package/tokens/v0_161/_md-comp-sheet-floating.scss +34 -0
- package/tokens/v0_161/_md-comp-sheet-side.scss +91 -0
- package/tokens/v0_161/_md-comp-slider.scss +114 -0
- package/tokens/v0_161/_md-comp-snackbar.scss +127 -0
- package/tokens/v0_161/_md-comp-standard-menu-button.scss +98 -0
- package/tokens/v0_161/_md-comp-suggestion-chip.scss +125 -0
- package/tokens/v0_161/_md-comp-switch.scss +136 -0
- package/tokens/v0_161/_md-comp-text-button.scss +77 -0
- package/tokens/v0_161/_md-comp-time-input.scss +218 -0
- package/tokens/v0_161/_md-comp-time-picker.scss +264 -0
- package/tokens/v0_161/_md-comp-top-app-bar-large.scss +63 -0
- package/tokens/v0_161/_md-comp-top-app-bar-medium.scss +63 -0
- package/tokens/v0_161/_md-comp-top-app-bar-small-centered.scss +66 -0
- package/tokens/v0_161/_md-comp-top-app-bar-small.scss +64 -0
- package/tokens/v0_161/_md-ref-palette.scss +107 -0
- package/tokens/v0_161/_md-ref-typeface.scss +21 -0
- package/tokens/v0_161/_md-sys-color.scss +904 -0
- package/tokens/v0_161/_md-sys-elevation.scss +21 -0
- package/tokens/v0_161/_md-sys-motion.scss +53 -0
- package/tokens/v0_161/_md-sys-shape.scss +30 -0
- package/tokens/v0_161/_md-sys-state.scss +19 -0
- package/tokens/v0_161/_md-sys-typescale.scss +284 -0
- package/tokens/v0_161/index.test.css.js +9 -0
- package/tokens/v0_161/index.test.css.js.map +1 -0
- package/tokens/v0_161/index.test.scss +584 -0
- package/tokens/v0_161/lib.test.css.js +9 -0
- package/tokens/v0_161/lib.test.css.js.map +1 -0
- package/tokens/v0_161/lib.test.scss +663 -0
- package/controller/foundation.d.ts +0 -24
- package/controller/foundation.js +0 -18
- package/controller/foundation.js.map +0 -1
- package/controller/observer-foundation.d.ts +0 -25
- package/controller/observer-foundation.js +0 -37
- package/controller/observer-foundation.js.map +0 -1
- package/controller/observer.d.ts +0 -52
- package/controller/observer.js +0 -149
- package/controller/observer.js.map +0 -1
- package/decorators/bound.d.ts +0 -40
- package/decorators/bound.js +0 -49
- package/decorators/bound.js.map +0 -1
- package/list/lib/avatar/_list-item-avatar.scss +0 -40
- package/list/lib/avatar/list-item-avatar-styles.css.js +0 -9
- package/list/lib/avatar/list-item-avatar-styles.css.js.map +0 -1
- package/list/lib/avatar/list-item-avatar-styles.scss +0 -10
- package/list/lib/avatar/list-item-avatar.d.ts +0 -21
- package/list/lib/avatar/list-item-avatar.js +0 -48
- package/list/lib/avatar/list-item-avatar.js.map +0 -1
- package/list/lib/icon/_list-item-icon.scss +0 -71
- package/list/lib/icon/list-item-icon-styles.css.js +0 -9
- package/list/lib/icon/list-item-icon-styles.css.js.map +0 -1
- package/list/lib/icon/list-item-icon-styles.scss +0 -10
- package/list/lib/icon/list-item-icon.d.ts +0 -9
- package/list/lib/icon/list-item-icon.js +0 -15
- package/list/lib/icon/list-item-icon.js.map +0 -1
- package/list/lib/image/_list-item-image.scss +0 -63
- package/list/lib/image/list-item-image-styles.css.d.ts +0 -1
- package/list/lib/image/list-item-image-styles.css.js +0 -9
- package/list/lib/image/list-item-image-styles.css.js.map +0 -1
- package/list/lib/image/list-item-image-styles.scss +0 -10
- package/list/lib/image/list-item-image.d.ts +0 -21
- package/list/lib/image/list-item-image.js +0 -48
- package/list/lib/image/list-item-image.js.map +0 -1
- package/list/lib/listitem/list-item-private-styles.css.d.ts +0 -1
- package/list/lib/listitem/list-item-private-styles.css.js +0 -9
- package/list/lib/listitem/list-item-private-styles.css.js.map +0 -1
- package/list/lib/listitem/list-item-private-styles.scss +0 -10
- package/list/lib/video/_list-item-video.scss +0 -71
- package/list/lib/video/list-item-video-styles.css.d.ts +0 -1
- package/list/lib/video/list-item-video-styles.css.js +0 -9
- package/list/lib/video/list-item-video-styles.css.js.map +0 -1
- package/list/lib/video/list-item-video-styles.scss +0 -10
- package/list/lib/video/list-item-video.d.ts +0 -53
- package/list/lib/video/list-item-video.js +0 -115
- package/list/lib/video/list-item-video.js.map +0 -1
- package/list/list-item-avatar.d.ts +0 -20
- package/list/list-item-avatar.js +0 -23
- package/list/list-item-avatar.js.map +0 -1
- package/list/list-item-icon.d.ts +0 -20
- package/list/list-item-icon.js +0 -23
- package/list/list-item-icon.js.map +0 -1
- package/list/list-item-image.d.ts +0 -20
- package/list/list-item-image.js +0 -23
- package/list/list-item-image.js.map +0 -1
- package/list/list-item-video.d.ts +0 -20
- package/list/list-item-video.js +0 -23
- package/list/list-item-video.js.map +0 -1
- package/menu/lib/menuitem/menu-item-private-styles.css.d.ts +0 -1
- package/menu/lib/menuitem/menu-item-private-styles.css.js +0 -9
- package/menu/lib/menuitem/menu-item-private-styles.css.js.map +0 -1
- package/menu/lib/menuitem/menu-item-private-styles.scss +0 -10
- /package/{list/lib/avatar/list-item-avatar-styles.css.d.ts → tokens/v0_161/index.test.css.d.ts} +0 -0
- /package/{list/lib/icon/list-item-icon-styles.css.d.ts → tokens/v0_161/lib.test.css.d.ts} +0 -0
|
@@ -16,19 +16,8 @@
|
|
|
16
16
|
// go/keep-sorted end
|
|
17
17
|
|
|
18
18
|
@mixin theme($tokens) {
|
|
19
|
-
|
|
20
|
-
$
|
|
21
|
-
_resolve-tokens(tokens.md-comp-filled-text-field-values()),
|
|
22
|
-
(
|
|
23
|
-
container-padding-horizontal: null,
|
|
24
|
-
container-padding-vertical: null,
|
|
25
|
-
input-text-prefix-padding: null,
|
|
26
|
-
input-text-suffix-padding: null,
|
|
27
|
-
)
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
$tokens: _resolve-tokens($tokens);
|
|
31
|
-
|
|
19
|
+
$reference: _resolve-tokens(tokens.md-comp-filled-text-field-values());
|
|
20
|
+
$tokens: _resolve-tokens($tokens, $exclude-hardcoded-values: true);
|
|
32
21
|
$tokens: theme.validate-theme($reference, $tokens);
|
|
33
22
|
$tokens: theme.create-theme-vars($tokens, 'filled-text-field');
|
|
34
23
|
$tokens: shape.resolve-tokens($tokens, 'container-shape');
|
|
@@ -38,18 +27,6 @@
|
|
|
38
27
|
|
|
39
28
|
@mixin styles() {
|
|
40
29
|
$tokens: _resolve-tokens(tokens.md-comp-filled-text-field-values());
|
|
41
|
-
// Add missing tokens
|
|
42
|
-
$tokens: map.merge(
|
|
43
|
-
(
|
|
44
|
-
container-padding-horizontal: 16px,
|
|
45
|
-
container-padding-vertical: 16px,
|
|
46
|
-
input-text-prefix-padding: 2px,
|
|
47
|
-
input-text-suffix-padding: 2px,
|
|
48
|
-
with-label-container-padding-vertical: 8px,
|
|
49
|
-
),
|
|
50
|
-
$tokens
|
|
51
|
-
);
|
|
52
|
-
|
|
53
30
|
$tokens: theme.create-theme-vars($tokens, 'filled-text-field');
|
|
54
31
|
$tokens: shape.resolve-tokens($tokens, 'container-shape');
|
|
55
32
|
|
|
@@ -60,90 +37,115 @@
|
|
|
60
37
|
|
|
61
38
|
@include filled-field.theme(
|
|
62
39
|
(
|
|
63
|
-
|
|
64
|
-
active-indicator-
|
|
65
|
-
|
|
66
|
-
container-
|
|
67
|
-
container-padding-
|
|
68
|
-
container-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
40
|
+
// go/keep-sorted start
|
|
41
|
+
'active-indicator-color': var(--_active-indicator-color),
|
|
42
|
+
'active-indicator-height': var(--_active-indicator-height),
|
|
43
|
+
'container-color': var(--_container-color),
|
|
44
|
+
'container-padding-horizontal': var(--_container-padding-horizontal),
|
|
45
|
+
'container-padding-vertical': var(--_container-padding-vertical),
|
|
46
|
+
'container-shape': shape.corners-to-shape-token('--_container-shape'),
|
|
47
|
+
'content-color': var(--_input-text-color),
|
|
48
|
+
'content-type': var(--_input-text-type),
|
|
49
|
+
'disabled-active-indicator-color':
|
|
50
|
+
var(--_disabled-active-indicator-color),
|
|
51
|
+
'disabled-active-indicator-height':
|
|
72
52
|
var(--_disabled-active-indicator-height),
|
|
73
|
-
disabled-active-indicator-opacity:
|
|
53
|
+
'disabled-active-indicator-opacity':
|
|
74
54
|
var(--_disabled-active-indicator-opacity),
|
|
75
|
-
disabled-container-color: var(--_disabled-container-color),
|
|
76
|
-
disabled-container-opacity: var(--_disabled-container-opacity),
|
|
77
|
-
disabled-content-color: var(--_disabled-input-text-color),
|
|
78
|
-
disabled-content-opacity: var(--_disabled-input-text-opacity),
|
|
79
|
-
disabled-label-text-color: var(--_disabled-label-text-color),
|
|
80
|
-
disabled-label-text-opacity: var(--_disabled-label-text-opacity),
|
|
81
|
-
disabled-leading-
|
|
82
|
-
disabled-leading-
|
|
83
|
-
|
|
84
|
-
disabled-supporting-text-
|
|
55
|
+
'disabled-container-color': var(--_disabled-container-color),
|
|
56
|
+
'disabled-container-opacity': var(--_disabled-container-opacity),
|
|
57
|
+
'disabled-content-color': var(--_disabled-input-text-color),
|
|
58
|
+
'disabled-content-opacity': var(--_disabled-input-text-opacity),
|
|
59
|
+
'disabled-label-text-color': var(--_disabled-label-text-color),
|
|
60
|
+
'disabled-label-text-opacity': var(--_disabled-label-text-opacity),
|
|
61
|
+
'disabled-leading-content-color': var(--_disabled-leading-icon-color),
|
|
62
|
+
'disabled-leading-content-opacity':
|
|
63
|
+
var(--_disabled-leading-icon-opacity),
|
|
64
|
+
'disabled-supporting-text-color': var(--_disabled-supporting-text-color),
|
|
65
|
+
'disabled-supporting-text-opacity':
|
|
85
66
|
var(--_disabled-supporting-text-opacity),
|
|
86
|
-
disabled-trailing-
|
|
87
|
-
disabled-trailing-
|
|
88
|
-
|
|
89
|
-
error-
|
|
67
|
+
'disabled-trailing-content-color': var(--_disabled-trailing-icon-color),
|
|
68
|
+
'disabled-trailing-content-opacity':
|
|
69
|
+
var(--_disabled-trailing-icon-opacity),
|
|
70
|
+
'error-active-indicator-color': var(--_error-active-indicator-color),
|
|
71
|
+
'error-content-color': var(--_error-input-text-color),
|
|
72
|
+
'error-focus-active-indicator-color':
|
|
90
73
|
var(--_error-focus-active-indicator-color),
|
|
91
|
-
error-focus-content-color: var(--_error-focus-input-text-color),
|
|
92
|
-
error-focus-label-text-color: var(--_error-focus-label-text-color),
|
|
93
|
-
error-focus-leading-
|
|
94
|
-
|
|
74
|
+
'error-focus-content-color': var(--_error-focus-input-text-color),
|
|
75
|
+
'error-focus-label-text-color': var(--_error-focus-label-text-color),
|
|
76
|
+
'error-focus-leading-content-color':
|
|
77
|
+
var(--_error-focus-leading-icon-color),
|
|
78
|
+
'error-focus-supporting-text-color':
|
|
95
79
|
var(--_error-focus-supporting-text-color),
|
|
96
|
-
error-focus-trailing-
|
|
97
|
-
|
|
80
|
+
'error-focus-trailing-content-color':
|
|
81
|
+
var(--_error-focus-trailing-icon-color),
|
|
82
|
+
'error-hover-active-indicator-color':
|
|
98
83
|
var(--_error-hover-active-indicator-color),
|
|
99
|
-
error-hover-content-color: var(--_error-hover-input-text-color),
|
|
100
|
-
error-hover-label-text-color: var(--_error-hover-label-text-color),
|
|
101
|
-
error-hover-leading-
|
|
102
|
-
|
|
103
|
-
error-hover-state-layer-
|
|
104
|
-
error-hover-
|
|
84
|
+
'error-hover-content-color': var(--_error-hover-input-text-color),
|
|
85
|
+
'error-hover-label-text-color': var(--_error-hover-label-text-color),
|
|
86
|
+
'error-hover-leading-content-color':
|
|
87
|
+
var(--_error-hover-leading-icon-color),
|
|
88
|
+
'error-hover-state-layer-color': var(--_error-hover-state-layer-color),
|
|
89
|
+
'error-hover-state-layer-opacity':
|
|
90
|
+
var(--_error-hover-state-layer-opacity),
|
|
91
|
+
'error-hover-supporting-text-color':
|
|
105
92
|
var(--_error-hover-supporting-text-color),
|
|
106
|
-
error-hover-trailing-
|
|
107
|
-
|
|
108
|
-
error-label-text-color: var(--_error-label-text-color),
|
|
109
|
-
error-leading-
|
|
110
|
-
error-supporting-text-color: var(--_error-supporting-text-color),
|
|
111
|
-
error-trailing-
|
|
112
|
-
focus-active-indicator-color: var(--_focus-active-indicator-color),
|
|
113
|
-
focus-active-indicator-height: var(--_focus-active-indicator-height),
|
|
114
|
-
focus-content-color: var(--_focus-input-text-color),
|
|
115
|
-
focus-label-text-color: var(--_focus-label-text-color),
|
|
116
|
-
focus-leading-
|
|
117
|
-
focus-supporting-text-color: var(--_focus-supporting-text-color),
|
|
118
|
-
focus-trailing-
|
|
119
|
-
hover-active-indicator-color: var(--_hover-active-indicator-color),
|
|
120
|
-
hover-active-indicator-height: var(--_hover-active-indicator-height),
|
|
121
|
-
hover-content-color: var(--_hover-input-text-color),
|
|
122
|
-
hover-label-text-color: var(--_hover-label-text-color),
|
|
123
|
-
hover-leading-
|
|
124
|
-
hover-state-layer-color: var(--_hover-state-layer-color),
|
|
125
|
-
hover-state-layer-opacity: var(--_hover-state-layer-opacity),
|
|
126
|
-
hover-supporting-text-color: var(--_hover-supporting-text-color),
|
|
127
|
-
hover-trailing-
|
|
128
|
-
label-text-color: var(--_label-text-color),
|
|
129
|
-
label-text-
|
|
130
|
-
label-text-populated-line-height:
|
|
93
|
+
'error-hover-trailing-content-color':
|
|
94
|
+
var(--_error-hover-trailing-icon-color),
|
|
95
|
+
'error-label-text-color': var(--_error-label-text-color),
|
|
96
|
+
'error-leading-content-color': var(--_error-leading-icon-color),
|
|
97
|
+
'error-supporting-text-color': var(--_error-supporting-text-color),
|
|
98
|
+
'error-trailing-content-color': var(--_error-trailing-icon-color),
|
|
99
|
+
'focus-active-indicator-color': var(--_focus-active-indicator-color),
|
|
100
|
+
'focus-active-indicator-height': var(--_focus-active-indicator-height),
|
|
101
|
+
'focus-content-color': var(--_focus-input-text-color),
|
|
102
|
+
'focus-label-text-color': var(--_focus-label-text-color),
|
|
103
|
+
'focus-leading-content-color': var(--_focus-leading-icon-color),
|
|
104
|
+
'focus-supporting-text-color': var(--_focus-supporting-text-color),
|
|
105
|
+
'focus-trailing-content-color': var(--_focus-trailing-icon-color),
|
|
106
|
+
'hover-active-indicator-color': var(--_hover-active-indicator-color),
|
|
107
|
+
'hover-active-indicator-height': var(--_hover-active-indicator-height),
|
|
108
|
+
'hover-content-color': var(--_hover-input-text-color),
|
|
109
|
+
'hover-label-text-color': var(--_hover-label-text-color),
|
|
110
|
+
'hover-leading-content-color': var(--_hover-leading-icon-color),
|
|
111
|
+
'hover-state-layer-color': var(--_hover-state-layer-color),
|
|
112
|
+
'hover-state-layer-opacity': var(--_hover-state-layer-opacity),
|
|
113
|
+
'hover-supporting-text-color': var(--_hover-supporting-text-color),
|
|
114
|
+
'hover-trailing-content-color': var(--_hover-trailing-icon-color),
|
|
115
|
+
'label-text-color': var(--_label-text-color),
|
|
116
|
+
'label-text-populated-line-height':
|
|
131
117
|
var(--_label-text-populated-line-height),
|
|
132
|
-
label-text-populated-size: var(--_label-text-populated-size),
|
|
133
|
-
|
|
134
|
-
leading-
|
|
135
|
-
supporting-text-color: var(--_supporting-text-color),
|
|
136
|
-
supporting-text-type: var(--_supporting-text-type),
|
|
137
|
-
trailing-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
var(--_with-label-container-padding-vertical),
|
|
118
|
+
'label-text-populated-size': var(--_label-text-populated-size),
|
|
119
|
+
'label-text-type': var(--_label-text-type),
|
|
120
|
+
'leading-content-color': var(--_leading-icon-color),
|
|
121
|
+
'supporting-text-color': var(--_supporting-text-color),
|
|
122
|
+
'supporting-text-type': var(--_supporting-text-type),
|
|
123
|
+
'trailing-content-color': var(--_trailing-icon-color),
|
|
124
|
+
'with-label-container-padding-vertical':
|
|
125
|
+
var(--_with-label-container-padding-vertical) // go/keep-sorted end
|
|
141
126
|
)
|
|
142
127
|
);
|
|
143
128
|
}
|
|
144
129
|
}
|
|
145
130
|
|
|
146
|
-
@function _resolve-tokens($tokens) {
|
|
131
|
+
@function _resolve-tokens($tokens, $exclude-hardcoded-values: false) {
|
|
132
|
+
@if not $exclude-hardcoded-values {
|
|
133
|
+
// Add missing tokens
|
|
134
|
+
$tokens: map.merge(
|
|
135
|
+
(
|
|
136
|
+
'container-padding-horizontal': 16px,
|
|
137
|
+
'container-padding-vertical': 16px,
|
|
138
|
+
'input-text-prefix-padding': 2px,
|
|
139
|
+
'input-text-suffix-padding': 2px,
|
|
140
|
+
'with-label-container-padding-vertical': 8px,
|
|
141
|
+
// TODO(b/270705687): remove when focus-caret-color token added
|
|
142
|
+
'focus-caret-color':
|
|
143
|
+
map.get(tokens.md-sys-color-values-light(), 'primary'),
|
|
144
|
+
),
|
|
145
|
+
$tokens
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
147
149
|
@return typography.resolve-tokens(
|
|
148
150
|
$tokens,
|
|
149
151
|
'input-text',
|
package/textfield/lib/_icon.scss
CHANGED
|
@@ -5,69 +5,25 @@
|
|
|
5
5
|
|
|
6
6
|
@mixin styles() {
|
|
7
7
|
.icon {
|
|
8
|
+
color: currentColor;
|
|
8
9
|
display: flex;
|
|
10
|
+
fill: currentColor;
|
|
9
11
|
}
|
|
10
12
|
|
|
11
13
|
.icon ::slotted(*) {
|
|
12
|
-
// Remove excess whitespace below inline
|
|
14
|
+
// Remove excess whitespace below inline elements
|
|
13
15
|
display: flex;
|
|
14
16
|
}
|
|
15
17
|
|
|
16
|
-
.icon.leading {
|
|
17
|
-
|
|
18
|
+
[hasstart] .icon.leading {
|
|
19
|
+
font-size: var(--_leading-icon-size);
|
|
20
|
+
height: var(--_leading-icon-size);
|
|
21
|
+
width: var(--_leading-icon-size);
|
|
18
22
|
}
|
|
19
23
|
|
|
20
|
-
.icon.trailing {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
:hover .icon.leading {
|
|
25
|
-
color: var(--_hover-leading-icon-color);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
:hover .icon.trailing {
|
|
29
|
-
color: var(--_hover-trailing-icon-color);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
:focus-within .icon.leading {
|
|
33
|
-
color: var(--_focus-leading-icon-color);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
:focus-within .icon.trailing {
|
|
37
|
-
color: var(--_focus-trailing-icon-color);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.disabled .icon.leading {
|
|
41
|
-
color: var(--_disabled-leading-icon-color);
|
|
42
|
-
opacity: var(--_disabled-leading-icon-opacity);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.disabled .icon.trailing {
|
|
46
|
-
color: var(--_disabled-trailing-icon-color);
|
|
47
|
-
opacity: var(--_disabled-trailing-icon-opacity);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.error .icon.leading {
|
|
51
|
-
color: var(--_error-leading-icon-color);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.error .icon.trailing {
|
|
55
|
-
color: var(--_error-trailing-icon-color);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.error:hover .icon.leading {
|
|
59
|
-
color: var(--_error-hover-leading-icon-color);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.error:hover .icon.trailing {
|
|
63
|
-
color: var(--_error-hover-trailing-icon-color);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.error:focus-within .icon.leading {
|
|
67
|
-
color: var(--_error-focus-leading-icon-color);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.error:focus-within .icon.trailing {
|
|
71
|
-
color: var(--_error-focus-trailing-icon-color);
|
|
24
|
+
[hasend] .icon.trailing {
|
|
25
|
+
font-size: var(--_trailing-icon-size);
|
|
26
|
+
height: var(--_trailing-icon-size);
|
|
27
|
+
width: var(--_trailing-icon-size);
|
|
72
28
|
}
|
|
73
29
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
border: none;
|
|
11
11
|
caret-color: var(--_caret-color);
|
|
12
12
|
color: currentColor;
|
|
13
|
+
font: inherit;
|
|
13
14
|
outline: none;
|
|
14
15
|
padding: 0;
|
|
15
16
|
text-align: inherit;
|
|
@@ -38,15 +39,12 @@
|
|
|
38
39
|
caret-color: var(--_error-focus-caret-color);
|
|
39
40
|
}
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
.suffix {
|
|
44
|
-
font: var(--_input-text-type);
|
|
42
|
+
.text-field:not(.disabled) .prefix {
|
|
43
|
+
color: var(--_input-text-prefix-color);
|
|
45
44
|
}
|
|
46
45
|
|
|
47
|
-
.text-field:not(.disabled) .prefix,
|
|
48
46
|
.text-field:not(.disabled) .suffix {
|
|
49
|
-
color: var(--_input-text-
|
|
47
|
+
color: var(--_input-text-suffix-color);
|
|
50
48
|
}
|
|
51
49
|
|
|
52
50
|
.text-field:not(.disabled) input::placeholder {
|
|
@@ -16,19 +16,8 @@
|
|
|
16
16
|
// go/keep-sorted end
|
|
17
17
|
|
|
18
18
|
@mixin theme($tokens) {
|
|
19
|
-
|
|
20
|
-
$
|
|
21
|
-
_resolve-tokens(tokens.md-comp-outlined-text-field-values()),
|
|
22
|
-
(
|
|
23
|
-
container-padding-horizontal: null,
|
|
24
|
-
container-padding-vertical: null,
|
|
25
|
-
input-text-prefix-padding: null,
|
|
26
|
-
input-text-suffix-padding: null,
|
|
27
|
-
outline-label-padding: null,
|
|
28
|
-
)
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
$tokens: _resolve-tokens($tokens);
|
|
19
|
+
$reference: _resolve-tokens(tokens.md-comp-outlined-text-field-values());
|
|
20
|
+
$tokens: _resolve-tokens($tokens, $exclude-hardcoded-values: true);
|
|
32
21
|
$tokens: theme.validate-theme($reference, $tokens);
|
|
33
22
|
$tokens: theme.create-theme-vars($tokens, 'outlined-text-field');
|
|
34
23
|
$tokens: shape.resolve-tokens($tokens, 'container-shape');
|
|
@@ -38,18 +27,6 @@
|
|
|
38
27
|
|
|
39
28
|
@mixin styles() {
|
|
40
29
|
$tokens: _resolve-tokens(tokens.md-comp-outlined-text-field-values());
|
|
41
|
-
// Add missing tokens
|
|
42
|
-
$tokens: map.merge(
|
|
43
|
-
(
|
|
44
|
-
container-padding-horizontal: 16px,
|
|
45
|
-
container-padding-vertical: 16px,
|
|
46
|
-
input-text-prefix-padding: 2px,
|
|
47
|
-
input-text-suffix-padding: 2px,
|
|
48
|
-
outline-label-padding: 4px,
|
|
49
|
-
),
|
|
50
|
-
$tokens
|
|
51
|
-
);
|
|
52
|
-
|
|
53
30
|
$tokens: theme.create-theme-vars($tokens, 'outlined-text-field');
|
|
54
31
|
$tokens: shape.resolve-tokens($tokens, 'container-shape');
|
|
55
32
|
|
|
@@ -62,78 +39,100 @@
|
|
|
62
39
|
|
|
63
40
|
@include outlined-field.theme(
|
|
64
41
|
(
|
|
65
|
-
|
|
66
|
-
container-padding-
|
|
67
|
-
container-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
disabled-
|
|
72
|
-
disabled-
|
|
73
|
-
disabled-
|
|
74
|
-
disabled-
|
|
75
|
-
disabled-
|
|
76
|
-
disabled-
|
|
77
|
-
|
|
78
|
-
disabled-
|
|
42
|
+
// go/keep-sorted start
|
|
43
|
+
'container-padding-horizontal': var(--_container-padding-horizontal),
|
|
44
|
+
'container-padding-vertical': var(--_container-padding-vertical),
|
|
45
|
+
'container-shape': $container-shape,
|
|
46
|
+
'content-color': var(--_input-text-color),
|
|
47
|
+
'content-type': var(--_input-text-type),
|
|
48
|
+
'disabled-content-color': var(--_disabled-input-text-color),
|
|
49
|
+
'disabled-content-opacity': var(--_disabled-input-text-opacity),
|
|
50
|
+
'disabled-label-text-color': var(--_disabled-label-text-color),
|
|
51
|
+
'disabled-label-text-opacity': var(--_disabled-label-text-opacity),
|
|
52
|
+
'disabled-leading-content-color': var(--_disabled-leading-icon-color),
|
|
53
|
+
'disabled-leading-content-opacity':
|
|
54
|
+
var(--_disabled-leading-icon-opacity),
|
|
55
|
+
'disabled-outline-color': var(--_disabled-outline-color),
|
|
56
|
+
'disabled-outline-opacity': var(--_disabled-outline-opacity),
|
|
57
|
+
'disabled-outline-width': var(--_disabled-outline-width),
|
|
58
|
+
'disabled-supporting-text-color': var(--_disabled-supporting-text-color),
|
|
59
|
+
'disabled-supporting-text-opacity':
|
|
79
60
|
var(--_disabled-supporting-text-opacity),
|
|
80
|
-
disabled-trailing-
|
|
81
|
-
disabled-trailing-
|
|
82
|
-
|
|
83
|
-
error-
|
|
84
|
-
error-focus-
|
|
85
|
-
error-focus-
|
|
86
|
-
error-focus-
|
|
61
|
+
'disabled-trailing-content-color': var(--_disabled-trailing-icon-color),
|
|
62
|
+
'disabled-trailing-content-opacity':
|
|
63
|
+
var(--_disabled-trailing-icon-opacity),
|
|
64
|
+
'error-content-color': var(--_error-input-text-color),
|
|
65
|
+
'error-focus-content-color': var(--_error-focus-input-text-color),
|
|
66
|
+
'error-focus-label-text-color': var(--_error-focus-label-text-color),
|
|
67
|
+
'error-focus-leading-content-color':
|
|
68
|
+
var(--_error-focus-leading-icon-color),
|
|
69
|
+
'error-focus-outline-color': var(--_error-focus-outline-color),
|
|
70
|
+
'error-focus-supporting-text-color':
|
|
87
71
|
var(--_error-focus-supporting-text-color),
|
|
88
|
-
error-focus-trailing-
|
|
89
|
-
|
|
90
|
-
error-hover-
|
|
91
|
-
error-hover-
|
|
92
|
-
error-hover-
|
|
93
|
-
|
|
72
|
+
'error-focus-trailing-content-color':
|
|
73
|
+
var(--_error-focus-trailing-icon-color),
|
|
74
|
+
'error-hover-content-color': var(--_error-hover-input-text-color),
|
|
75
|
+
'error-hover-label-text-color': var(--_error-hover-label-text-color),
|
|
76
|
+
'error-hover-leading-content-color':
|
|
77
|
+
var(--_error-hover-leading-icon-color),
|
|
78
|
+
'error-hover-outline-color': var(--_error-hover-outline-color),
|
|
79
|
+
'error-hover-supporting-text-color':
|
|
94
80
|
var(--_error-hover-supporting-text-color),
|
|
95
|
-
error-hover-trailing-
|
|
96
|
-
|
|
97
|
-
error-label-text-color: var(--_error-label-text-color),
|
|
98
|
-
error-leading-
|
|
99
|
-
error-outline-color: var(--_error-outline-color),
|
|
100
|
-
error-supporting-text-color: var(--_error-supporting-text-color),
|
|
101
|
-
error-trailing-
|
|
102
|
-
focus-content-color: var(--_focus-input-text-color),
|
|
103
|
-
focus-label-text-color: var(--_focus-label-text-color),
|
|
104
|
-
focus-leading-
|
|
105
|
-
focus-outline-color: var(--_focus-outline-color),
|
|
106
|
-
focus-outline-width: var(--_focus-outline-width),
|
|
107
|
-
focus-supporting-text-color: var(--_focus-supporting-text-color),
|
|
108
|
-
focus-trailing-
|
|
109
|
-
hover-content-color: var(--_hover-input-text-color),
|
|
110
|
-
hover-label-text-color: var(--_hover-label-text-color),
|
|
111
|
-
hover-leading-
|
|
112
|
-
hover-outline-color: var(--_hover-outline-color),
|
|
113
|
-
hover-outline-width: var(--_hover-outline-width),
|
|
114
|
-
hover-supporting-text-color: var(--_hover-supporting-text-color),
|
|
115
|
-
hover-trailing-
|
|
116
|
-
|
|
117
|
-
label-text-
|
|
118
|
-
label-text-type: var(--_label-text-type),
|
|
119
|
-
label-text-padding-bottom: var(--_label-text-padding-bottom),
|
|
120
|
-
label-text-populated-line-height:
|
|
81
|
+
'error-hover-trailing-content-color':
|
|
82
|
+
var(--_error-hover-trailing-icon-color),
|
|
83
|
+
'error-label-text-color': var(--_error-label-text-color),
|
|
84
|
+
'error-leading-content-color': var(--_error-leading-icon-color),
|
|
85
|
+
'error-outline-color': var(--_error-outline-color),
|
|
86
|
+
'error-supporting-text-color': var(--_error-supporting-text-color),
|
|
87
|
+
'error-trailing-content-color': var(--_error-trailing-icon-color),
|
|
88
|
+
'focus-content-color': var(--_focus-input-text-color),
|
|
89
|
+
'focus-label-text-color': var(--_focus-label-text-color),
|
|
90
|
+
'focus-leading-content-color': var(--_focus-leading-icon-color),
|
|
91
|
+
'focus-outline-color': var(--_focus-outline-color),
|
|
92
|
+
'focus-outline-width': var(--_focus-outline-width),
|
|
93
|
+
'focus-supporting-text-color': var(--_focus-supporting-text-color),
|
|
94
|
+
'focus-trailing-content-color': var(--_focus-trailing-icon-color),
|
|
95
|
+
'hover-content-color': var(--_hover-input-text-color),
|
|
96
|
+
'hover-label-text-color': var(--_hover-label-text-color),
|
|
97
|
+
'hover-leading-content-color': var(--_hover-leading-icon-color),
|
|
98
|
+
'hover-outline-color': var(--_hover-outline-color),
|
|
99
|
+
'hover-outline-width': var(--_hover-outline-width),
|
|
100
|
+
'hover-supporting-text-color': var(--_hover-supporting-text-color),
|
|
101
|
+
'hover-trailing-content-color': var(--_hover-trailing-icon-color),
|
|
102
|
+
'label-text-color': var(--_label-text-color),
|
|
103
|
+
'label-text-populated-line-height':
|
|
121
104
|
var(--_label-text-populated-line-height),
|
|
122
|
-
label-text-populated-size: var(--_label-text-populated-size),
|
|
123
|
-
|
|
124
|
-
leading-
|
|
125
|
-
outline-color: var(--_outline-color),
|
|
126
|
-
outline-width: var(--_outline-width),
|
|
127
|
-
supporting-text-
|
|
128
|
-
supporting-text-
|
|
129
|
-
trailing-
|
|
130
|
-
|
|
105
|
+
'label-text-populated-size': var(--_label-text-populated-size),
|
|
106
|
+
'label-text-type': var(--_label-text-type),
|
|
107
|
+
'leading-content-color': var(--_leading-icon-color),
|
|
108
|
+
'outline-color': var(--_outline-color),
|
|
109
|
+
'outline-width': var(--_outline-width),
|
|
110
|
+
'supporting-text-color': var(--_supporting-text-color),
|
|
111
|
+
'supporting-text-type': var(--_supporting-text-type),
|
|
112
|
+
'trailing-content-color': var(--_trailing-icon-color),
|
|
113
|
+
// go/keep-sorted end
|
|
131
114
|
)
|
|
132
115
|
);
|
|
133
116
|
}
|
|
134
117
|
}
|
|
135
118
|
|
|
136
|
-
@function _resolve-tokens($tokens) {
|
|
119
|
+
@function _resolve-tokens($tokens, $exclude-hardcoded-values: false) {
|
|
120
|
+
@if not $exclude-hardcoded-values {
|
|
121
|
+
// Add missing tokens
|
|
122
|
+
$tokens: map.merge(
|
|
123
|
+
(
|
|
124
|
+
'container-padding-horizontal': 16px,
|
|
125
|
+
'container-padding-vertical': 16px,
|
|
126
|
+
'input-text-prefix-padding': 2px,
|
|
127
|
+
'input-text-suffix-padding': 2px,
|
|
128
|
+
// TODO(b/270705687): remove when focus-caret-color token added
|
|
129
|
+
'focus-caret-color':
|
|
130
|
+
map.get(tokens.md-sys-color-values-light(), 'primary'),
|
|
131
|
+
),
|
|
132
|
+
$tokens
|
|
133
|
+
);
|
|
134
|
+
}
|
|
135
|
+
|
|
137
136
|
@return typography.resolve-tokens(
|
|
138
137
|
$tokens,
|
|
139
138
|
'input-text',
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
*/
|
|
6
6
|
import { css } from 'lit';
|
|
7
|
-
export const styles = css `:host{--_container-shape-start-start: var(--md-filled-text-field-container-shape-start-start, var(--md-filled-text-field-container-shape, 4px));--_container-shape-start-end: var(--md-filled-text-field-container-shape-start-end, var(--md-filled-text-field-container-shape, 4px));--_container-shape-end-end: var(--md-filled-text-field-container-shape-end-end, var(--md-filled-text-field-container-shape, 0px));--_container-shape-end-start: var(--md-filled-text-field-container-shape-end-start, var(--md-filled-text-field-container-shape, 0px));--_container-padding-horizontal: var(--md-filled-text-field-container-padding-horizontal, 16px);--_container-padding-vertical: var(--md-filled-text-field-container-padding-vertical, 16px);--_input-text-prefix-padding: var(--md-filled-text-field-input-text-prefix-padding, 2px);--_input-text-suffix-padding: var(--md-filled-text-field-input-text-suffix-padding, 2px);--_with-label-container-padding-vertical: var(--md-filled-text-field-with-label-container-padding-vertical, 8px);--_active-indicator-color: var(--md-filled-text-field-active-indicator-color, var(--md-sys-color-on-surface-variant, #49454f));--_active-indicator-height: var(--md-filled-text-field-active-indicator-height, 1px);--_caret-color: var(--md-filled-text-field-caret-color, var(--md-sys-color-primary, #6750a4));--_container-color: var(--md-filled-text-field-container-color, var(--md-sys-color-surface-variant, #e7e0ec));--_disabled-active-indicator-color: var(--md-filled-text-field-disabled-active-indicator-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-active-indicator-height: var(--md-filled-text-field-disabled-active-indicator-height, 1px);--_disabled-active-indicator-opacity: var(--md-filled-text-field-disabled-active-indicator-opacity, 0.38);--_disabled-container-color: var(--md-filled-text-field-disabled-container-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-container-opacity: var(--md-filled-text-field-disabled-container-opacity, 0.04);--_disabled-input-text-color: var(--md-filled-text-field-disabled-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-input-text-opacity: var(--md-filled-text-field-disabled-input-text-opacity, 0.38);--_disabled-label-text-color: var(--md-filled-text-field-disabled-label-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-label-text-opacity: var(--md-filled-text-field-disabled-label-text-opacity, 0.38);--_disabled-leading-icon-color: var(--md-filled-text-field-disabled-leading-icon-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-leading-icon-opacity: var(--md-filled-text-field-disabled-leading-icon-opacity, 0.38);--_disabled-supporting-text-color: var(--md-filled-text-field-disabled-supporting-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-supporting-text-opacity: var(--md-filled-text-field-disabled-supporting-text-opacity, 0.38);--_disabled-trailing-icon-color: var(--md-filled-text-field-disabled-trailing-icon-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-trailing-icon-opacity: var(--md-filled-text-field-disabled-trailing-icon-opacity, 0.38);--_error-active-indicator-color: var(--md-filled-text-field-error-active-indicator-color, var(--md-sys-color-error, #b3261e));--_error-focus-active-indicator-color: var(--md-filled-text-field-error-focus-active-indicator-color, var(--md-sys-color-error, #b3261e));--_error-focus-caret-color: var(--md-filled-text-field-error-focus-caret-color, var(--md-sys-color-error, #b3261e));--_error-focus-input-text-color: var(--md-filled-text-field-error-focus-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-focus-label-text-color: var(--md-filled-text-field-error-focus-label-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-leading-icon-color: var(--md-filled-text-field-error-focus-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-focus-supporting-text-color: var(--md-filled-text-field-error-focus-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-trailing-icon-color: var(--md-filled-text-field-error-focus-trailing-icon-color, var(--md-sys-color-error, #b3261e));--_error-hover-active-indicator-color: var(--md-filled-text-field-error-hover-active-indicator-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-input-text-color: var(--md-filled-text-field-error-hover-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-hover-label-text-color: var(--md-filled-text-field-error-hover-label-text-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-leading-icon-color: var(--md-filled-text-field-error-hover-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-hover-state-layer-color: var(--md-filled-text-field-error-hover-state-layer-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-hover-state-layer-opacity: var(--md-filled-text-field-error-hover-state-layer-opacity, 0.08);--_error-hover-supporting-text-color: var(--md-filled-text-field-error-hover-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-hover-trailing-icon-color: var(--md-filled-text-field-error-hover-trailing-icon-color, var(--md-sys-color-on-error-container, #410e0b));--_error-input-text-color: var(--md-filled-text-field-error-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-label-text-color: var(--md-filled-text-field-error-label-text-color, var(--md-sys-color-error, #b3261e));--_error-leading-icon-color: var(--md-filled-text-field-error-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-supporting-text-color: var(--md-filled-text-field-error-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-trailing-icon-color: var(--md-filled-text-field-error-trailing-icon-color, var(--md-sys-color-error, #b3261e));--_focus-active-indicator-color: var(--md-filled-text-field-focus-active-indicator-color, var(--md-sys-color-primary, #6750a4));--_focus-active-indicator-height: var(--md-filled-text-field-focus-active-indicator-height, 2px);--_focus-input-text-color: var(--md-filled-text-field-focus-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_focus-label-text-color: var(--md-filled-text-field-focus-label-text-color, var(--md-sys-color-primary, #6750a4));--_focus-leading-icon-color: var(--md-filled-text-field-focus-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-supporting-text-color: var(--md-filled-text-field-focus-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-trailing-icon-color: var(--md-filled-text-field-focus-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-active-indicator-color: var(--md-filled-text-field-hover-active-indicator-color, var(--md-sys-color-on-surface, #1c1b1f));--_hover-active-indicator-height: var(--md-filled-text-field-hover-active-indicator-height, 1px);--_hover-input-text-color: var(--md-filled-text-field-hover-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_hover-label-text-color: var(--md-filled-text-field-hover-label-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-leading-icon-color: var(--md-filled-text-field-hover-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-state-layer-color: var(--md-filled-text-field-hover-state-layer-color, var(--md-sys-color-on-surface, #1c1b1f));--_hover-state-layer-opacity: var(--md-filled-text-field-hover-state-layer-opacity, 0.08);--_hover-supporting-text-color: var(--md-filled-text-field-hover-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-trailing-icon-color: var(--md-filled-text-field-hover-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-color: var(--md-filled-text-field-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_input-text-placeholder-color: var(--md-filled-text-field-input-text-placeholder-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-prefix-color: var(--md-filled-text-field-input-text-prefix-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-suffix-color: var(--md-filled-text-field-input-text-suffix-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-type: var(--md-filled-text-field-input-text-type, 400 1rem / 1.5rem Roboto);--_label-text-color: var(--md-filled-text-field-label-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_label-text-populated-line-height: var(--md-filled-text-field-label-text-populated-line-height, 1rem);--_label-text-populated-size: var(--md-filled-text-field-label-text-populated-size, 0.75rem);--_label-text-type: var(--md-filled-text-field-label-text-type, 400 1rem / 1.5rem Roboto);--_leading-icon-color: var(--md-filled-text-field-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_leading-icon-size: var(--md-filled-text-field-leading-icon-size, 24px);--_supporting-text-color: var(--md-filled-text-field-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_supporting-text-type: var(--md-filled-text-field-supporting-text-type, 400 0.75rem / 1rem Roboto);--_trailing-icon-color: var(--md-filled-text-field-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_trailing-icon-size: var(--md-filled-text-field-trailing-icon-size, 24px);--md-filled-field-container-shape-start-start:var(--md-filled-field-container-shape, var(--_container-shape-start-start));--md-filled-field-container-shape-start-end:var(--md-filled-field-container-shape, var(--_container-shape-start-end));--md-filled-field-container-shape-end-end:var(--md-filled-field-container-shape, var(--_container-shape-end-end));--md-filled-field-container-shape-end-start:var(--md-filled-field-container-shape, var(--_container-shape-end-start));--md-filled-field-active-indicator-color:var(--_active-indicator-color);--md-filled-field-active-indicator-height:var(--_active-indicator-height);--md-filled-field-container-color:var(--_container-color);--md-filled-field-container-padding-horizontal:var(--_container-padding-horizontal);--md-filled-field-container-padding-vertical:var(--_container-padding-vertical);--md-filled-field-content-color:var(--_input-text-color);--md-filled-field-disabled-active-indicator-color:var(--_disabled-active-indicator-color);--md-filled-field-disabled-active-indicator-height:var(--_disabled-active-indicator-height);--md-filled-field-disabled-active-indicator-opacity:var(--_disabled-active-indicator-opacity);--md-filled-field-disabled-container-color:var(--_disabled-container-color);--md-filled-field-disabled-container-opacity:var(--_disabled-container-opacity);--md-filled-field-disabled-content-color:var(--_disabled-input-text-color);--md-filled-field-disabled-content-opacity:var(--_disabled-input-text-opacity);--md-filled-field-disabled-label-text-color:var(--_disabled-label-text-color);--md-filled-field-disabled-label-text-opacity:var(--_disabled-label-text-opacity);--md-filled-field-disabled-leading-icon-color:var(--_disabled-leading-icon-color);--md-filled-field-disabled-leading-icon-opacity:var(--_disabled-leading-icon-opacity);--md-filled-field-disabled-supporting-text-color:var(--_disabled-supporting-text-color);--md-filled-field-disabled-supporting-text-opacity:var(--_disabled-supporting-text-opacity);--md-filled-field-disabled-trailing-icon-color:var(--_disabled-trailing-icon-color);--md-filled-field-disabled-trailing-icon-opacity:var(--_disabled-trailing-icon-opacity);--md-filled-field-error-active-indicator-color:var(--_error-active-indicator-color);--md-filled-field-error-focus-active-indicator-color:var(--_error-focus-active-indicator-color);--md-filled-field-error-focus-content-color:var(--_error-focus-input-text-color);--md-filled-field-error-focus-label-text-color:var(--_error-focus-label-text-color);--md-filled-field-error-focus-leading-icon-color:var(--_error-focus-leading-icon-color);--md-filled-field-error-focus-supporting-text-color:var(--_error-focus-supporting-text-color);--md-filled-field-error-focus-trailing-icon-color:var(--_error-focus-trailing-icon-color);--md-filled-field-error-hover-active-indicator-color:var(--_error-hover-active-indicator-color);--md-filled-field-error-hover-content-color:var(--_error-hover-input-text-color);--md-filled-field-error-hover-label-text-color:var(--_error-hover-label-text-color);--md-filled-field-error-hover-leading-icon-color:var(--_error-hover-leading-icon-color);--md-filled-field-error-hover-state-layer-color:var(--_error-hover-state-layer-color);--md-filled-field-error-hover-state-layer-opacity:var(--_error-hover-state-layer-opacity);--md-filled-field-error-hover-supporting-text-color:var(--_error-hover-supporting-text-color);--md-filled-field-error-hover-trailing-icon-color:var(--_error-hover-trailing-icon-color);--md-filled-field-error-content-color:var(--_error-input-text-color);--md-filled-field-error-label-text-color:var(--_error-label-text-color);--md-filled-field-error-leading-icon-color:var(--_error-leading-icon-color);--md-filled-field-error-supporting-text-color:var(--_error-supporting-text-color);--md-filled-field-error-trailing-icon-color:var(--_error-trailing-icon-color);--md-filled-field-focus-active-indicator-color:var(--_focus-active-indicator-color);--md-filled-field-focus-active-indicator-height:var(--_focus-active-indicator-height);--md-filled-field-focus-content-color:var(--_focus-input-text-color);--md-filled-field-focus-label-text-color:var(--_focus-label-text-color);--md-filled-field-focus-leading-icon-color:var(--_focus-leading-icon-color);--md-filled-field-focus-supporting-text-color:var(--_focus-supporting-text-color);--md-filled-field-focus-trailing-icon-color:var(--_focus-trailing-icon-color);--md-filled-field-hover-active-indicator-color:var(--_hover-active-indicator-color);--md-filled-field-hover-active-indicator-height:var(--_hover-active-indicator-height);--md-filled-field-hover-content-color:var(--_hover-input-text-color);--md-filled-field-hover-label-text-color:var(--_hover-label-text-color);--md-filled-field-hover-leading-icon-color:var(--_hover-leading-icon-color);--md-filled-field-hover-state-layer-color:var(--_hover-state-layer-color);--md-filled-field-hover-state-layer-opacity:var(--_hover-state-layer-opacity);--md-filled-field-hover-supporting-text-color:var(--_hover-supporting-text-color);--md-filled-field-hover-trailing-icon-color:var(--_hover-trailing-icon-color);--md-filled-field-label-text-color:var(--_label-text-color);--md-filled-field-label-text-type:var(--_label-text-type);--md-filled-field-label-text-populated-line-height:var(--_label-text-populated-line-height);--md-filled-field-label-text-populated-size:var(--_label-text-populated-size);--md-filled-field-leading-icon-color:var(--_leading-icon-color);--md-filled-field-leading-icon-size:var(--_leading-icon-size);--md-filled-field-supporting-text-color:var(--_supporting-text-color);--md-filled-field-supporting-text-type:var(--_supporting-text-type);--md-filled-field-trailing-icon-color:var(--_trailing-icon-color);--md-filled-field-trailing-icon-size:var(--_trailing-icon-size);--md-filled-field-with-label-container-padding-vertical:var(--_with-label-container-padding-vertical)}/*# sourceMappingURL=filled-styles.css.map */
|
|
7
|
+
export const styles = css `:host{--_container-shape-start-start: var(--md-filled-text-field-container-shape-start-start, var(--md-filled-text-field-container-shape, 4px));--_container-shape-start-end: var(--md-filled-text-field-container-shape-start-end, var(--md-filled-text-field-container-shape, 4px));--_container-shape-end-end: var(--md-filled-text-field-container-shape-end-end, var(--md-filled-text-field-container-shape, 0px));--_container-shape-end-start: var(--md-filled-text-field-container-shape-end-start, var(--md-filled-text-field-container-shape, 0px));--_container-padding-horizontal: var(--md-filled-text-field-container-padding-horizontal, 16px);--_container-padding-vertical: var(--md-filled-text-field-container-padding-vertical, 16px);--_input-text-prefix-padding: var(--md-filled-text-field-input-text-prefix-padding, 2px);--_input-text-suffix-padding: var(--md-filled-text-field-input-text-suffix-padding, 2px);--_with-label-container-padding-vertical: var(--md-filled-text-field-with-label-container-padding-vertical, 8px);--_focus-caret-color: var(--md-filled-text-field-focus-caret-color, var(--md-sys-color-primary, #6750a4));--_active-indicator-color: var(--md-filled-text-field-active-indicator-color, var(--md-sys-color-on-surface-variant, #49454f));--_active-indicator-height: var(--md-filled-text-field-active-indicator-height, 1px);--_caret-color: var(--md-filled-text-field-caret-color, var(--md-sys-color-primary, #6750a4));--_container-color: var(--md-filled-text-field-container-color, var(--md-sys-color-surface-variant, #e7e0ec));--_disabled-active-indicator-color: var(--md-filled-text-field-disabled-active-indicator-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-active-indicator-height: var(--md-filled-text-field-disabled-active-indicator-height, 1px);--_disabled-active-indicator-opacity: var(--md-filled-text-field-disabled-active-indicator-opacity, 0.38);--_disabled-container-color: var(--md-filled-text-field-disabled-container-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-container-opacity: var(--md-filled-text-field-disabled-container-opacity, 0.04);--_disabled-input-text-color: var(--md-filled-text-field-disabled-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-input-text-opacity: var(--md-filled-text-field-disabled-input-text-opacity, 0.38);--_disabled-label-text-color: var(--md-filled-text-field-disabled-label-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-label-text-opacity: var(--md-filled-text-field-disabled-label-text-opacity, 0.38);--_disabled-leading-icon-color: var(--md-filled-text-field-disabled-leading-icon-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-leading-icon-opacity: var(--md-filled-text-field-disabled-leading-icon-opacity, 0.38);--_disabled-supporting-text-color: var(--md-filled-text-field-disabled-supporting-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-supporting-text-opacity: var(--md-filled-text-field-disabled-supporting-text-opacity, 0.38);--_disabled-trailing-icon-color: var(--md-filled-text-field-disabled-trailing-icon-color, var(--md-sys-color-on-surface, #1c1b1f));--_disabled-trailing-icon-opacity: var(--md-filled-text-field-disabled-trailing-icon-opacity, 0.38);--_error-active-indicator-color: var(--md-filled-text-field-error-active-indicator-color, var(--md-sys-color-error, #b3261e));--_error-focus-active-indicator-color: var(--md-filled-text-field-error-focus-active-indicator-color, var(--md-sys-color-error, #b3261e));--_error-focus-caret-color: var(--md-filled-text-field-error-focus-caret-color, var(--md-sys-color-error, #b3261e));--_error-focus-input-text-color: var(--md-filled-text-field-error-focus-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-focus-label-text-color: var(--md-filled-text-field-error-focus-label-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-leading-icon-color: var(--md-filled-text-field-error-focus-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-focus-supporting-text-color: var(--md-filled-text-field-error-focus-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-focus-trailing-icon-color: var(--md-filled-text-field-error-focus-trailing-icon-color, var(--md-sys-color-error, #b3261e));--_error-hover-active-indicator-color: var(--md-filled-text-field-error-hover-active-indicator-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-input-text-color: var(--md-filled-text-field-error-hover-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-hover-label-text-color: var(--md-filled-text-field-error-hover-label-text-color, var(--md-sys-color-on-error-container, #410e0b));--_error-hover-leading-icon-color: var(--md-filled-text-field-error-hover-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-hover-state-layer-color: var(--md-filled-text-field-error-hover-state-layer-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-hover-state-layer-opacity: var(--md-filled-text-field-error-hover-state-layer-opacity, 0.08);--_error-hover-supporting-text-color: var(--md-filled-text-field-error-hover-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-hover-trailing-icon-color: var(--md-filled-text-field-error-hover-trailing-icon-color, var(--md-sys-color-on-error-container, #410e0b));--_error-input-text-color: var(--md-filled-text-field-error-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_error-label-text-color: var(--md-filled-text-field-error-label-text-color, var(--md-sys-color-error, #b3261e));--_error-leading-icon-color: var(--md-filled-text-field-error-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_error-supporting-text-color: var(--md-filled-text-field-error-supporting-text-color, var(--md-sys-color-error, #b3261e));--_error-trailing-icon-color: var(--md-filled-text-field-error-trailing-icon-color, var(--md-sys-color-error, #b3261e));--_focus-active-indicator-color: var(--md-filled-text-field-focus-active-indicator-color, var(--md-sys-color-primary, #6750a4));--_focus-active-indicator-height: var(--md-filled-text-field-focus-active-indicator-height, 2px);--_focus-input-text-color: var(--md-filled-text-field-focus-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_focus-label-text-color: var(--md-filled-text-field-focus-label-text-color, var(--md-sys-color-primary, #6750a4));--_focus-leading-icon-color: var(--md-filled-text-field-focus-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-supporting-text-color: var(--md-filled-text-field-focus-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_focus-trailing-icon-color: var(--md-filled-text-field-focus-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-active-indicator-color: var(--md-filled-text-field-hover-active-indicator-color, var(--md-sys-color-on-surface, #1c1b1f));--_hover-active-indicator-height: var(--md-filled-text-field-hover-active-indicator-height, 1px);--_hover-input-text-color: var(--md-filled-text-field-hover-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_hover-label-text-color: var(--md-filled-text-field-hover-label-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-leading-icon-color: var(--md-filled-text-field-hover-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-state-layer-color: var(--md-filled-text-field-hover-state-layer-color, var(--md-sys-color-on-surface, #1c1b1f));--_hover-state-layer-opacity: var(--md-filled-text-field-hover-state-layer-opacity, 0.08);--_hover-supporting-text-color: var(--md-filled-text-field-hover-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_hover-trailing-icon-color: var(--md-filled-text-field-hover-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-color: var(--md-filled-text-field-input-text-color, var(--md-sys-color-on-surface, #1c1b1f));--_input-text-placeholder-color: var(--md-filled-text-field-input-text-placeholder-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-prefix-color: var(--md-filled-text-field-input-text-prefix-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-suffix-color: var(--md-filled-text-field-input-text-suffix-color, var(--md-sys-color-on-surface-variant, #49454f));--_input-text-type: var(--md-filled-text-field-input-text-type, 400 1rem / 1.5rem Roboto);--_label-text-color: var(--md-filled-text-field-label-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_label-text-populated-line-height: var(--md-filled-text-field-label-text-populated-line-height, 1rem);--_label-text-populated-size: var(--md-filled-text-field-label-text-populated-size, 0.75rem);--_label-text-type: var(--md-filled-text-field-label-text-type, 400 1rem / 1.5rem Roboto);--_leading-icon-color: var(--md-filled-text-field-leading-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_leading-icon-size: var(--md-filled-text-field-leading-icon-size, 24px);--_supporting-text-color: var(--md-filled-text-field-supporting-text-color, var(--md-sys-color-on-surface-variant, #49454f));--_supporting-text-type: var(--md-filled-text-field-supporting-text-type, 400 0.75rem / 1rem Roboto);--_trailing-icon-color: var(--md-filled-text-field-trailing-icon-color, var(--md-sys-color-on-surface-variant, #49454f));--_trailing-icon-size: var(--md-filled-text-field-trailing-icon-size, 24px);--md-filled-field-container-shape-start-start:var(--md-filled-field-container-shape, var(--_container-shape-start-start));--md-filled-field-container-shape-start-end:var(--md-filled-field-container-shape, var(--_container-shape-start-end));--md-filled-field-container-shape-end-end:var(--md-filled-field-container-shape, var(--_container-shape-end-end));--md-filled-field-container-shape-end-start:var(--md-filled-field-container-shape, var(--_container-shape-end-start));--md-filled-field-active-indicator-color:var(--_active-indicator-color);--md-filled-field-active-indicator-height:var(--_active-indicator-height);--md-filled-field-container-color:var(--_container-color);--md-filled-field-container-padding-horizontal:var(--_container-padding-horizontal);--md-filled-field-container-padding-vertical:var(--_container-padding-vertical);--md-filled-field-content-color:var(--_input-text-color);--md-filled-field-content-type:var(--_input-text-type);--md-filled-field-disabled-active-indicator-color:var(--_disabled-active-indicator-color);--md-filled-field-disabled-active-indicator-height:var(--_disabled-active-indicator-height);--md-filled-field-disabled-active-indicator-opacity:var(--_disabled-active-indicator-opacity);--md-filled-field-disabled-container-color:var(--_disabled-container-color);--md-filled-field-disabled-container-opacity:var(--_disabled-container-opacity);--md-filled-field-disabled-content-color:var(--_disabled-input-text-color);--md-filled-field-disabled-content-opacity:var(--_disabled-input-text-opacity);--md-filled-field-disabled-label-text-color:var(--_disabled-label-text-color);--md-filled-field-disabled-label-text-opacity:var(--_disabled-label-text-opacity);--md-filled-field-disabled-leading-content-color:var(--_disabled-leading-icon-color);--md-filled-field-disabled-leading-content-opacity:var(--_disabled-leading-icon-opacity);--md-filled-field-disabled-supporting-text-color:var(--_disabled-supporting-text-color);--md-filled-field-disabled-supporting-text-opacity:var(--_disabled-supporting-text-opacity);--md-filled-field-disabled-trailing-content-color:var(--_disabled-trailing-icon-color);--md-filled-field-disabled-trailing-content-opacity:var(--_disabled-trailing-icon-opacity);--md-filled-field-error-active-indicator-color:var(--_error-active-indicator-color);--md-filled-field-error-content-color:var(--_error-input-text-color);--md-filled-field-error-focus-active-indicator-color:var(--_error-focus-active-indicator-color);--md-filled-field-error-focus-content-color:var(--_error-focus-input-text-color);--md-filled-field-error-focus-label-text-color:var(--_error-focus-label-text-color);--md-filled-field-error-focus-leading-content-color:var(--_error-focus-leading-icon-color);--md-filled-field-error-focus-supporting-text-color:var(--_error-focus-supporting-text-color);--md-filled-field-error-focus-trailing-content-color:var(--_error-focus-trailing-icon-color);--md-filled-field-error-hover-active-indicator-color:var(--_error-hover-active-indicator-color);--md-filled-field-error-hover-content-color:var(--_error-hover-input-text-color);--md-filled-field-error-hover-label-text-color:var(--_error-hover-label-text-color);--md-filled-field-error-hover-leading-content-color:var(--_error-hover-leading-icon-color);--md-filled-field-error-hover-state-layer-color:var(--_error-hover-state-layer-color);--md-filled-field-error-hover-state-layer-opacity:var(--_error-hover-state-layer-opacity);--md-filled-field-error-hover-supporting-text-color:var(--_error-hover-supporting-text-color);--md-filled-field-error-hover-trailing-content-color:var(--_error-hover-trailing-icon-color);--md-filled-field-error-label-text-color:var(--_error-label-text-color);--md-filled-field-error-leading-content-color:var(--_error-leading-icon-color);--md-filled-field-error-supporting-text-color:var(--_error-supporting-text-color);--md-filled-field-error-trailing-content-color:var(--_error-trailing-icon-color);--md-filled-field-focus-active-indicator-color:var(--_focus-active-indicator-color);--md-filled-field-focus-active-indicator-height:var(--_focus-active-indicator-height);--md-filled-field-focus-content-color:var(--_focus-input-text-color);--md-filled-field-focus-label-text-color:var(--_focus-label-text-color);--md-filled-field-focus-leading-content-color:var(--_focus-leading-icon-color);--md-filled-field-focus-supporting-text-color:var(--_focus-supporting-text-color);--md-filled-field-focus-trailing-content-color:var(--_focus-trailing-icon-color);--md-filled-field-hover-active-indicator-color:var(--_hover-active-indicator-color);--md-filled-field-hover-active-indicator-height:var(--_hover-active-indicator-height);--md-filled-field-hover-content-color:var(--_hover-input-text-color);--md-filled-field-hover-label-text-color:var(--_hover-label-text-color);--md-filled-field-hover-leading-content-color:var(--_hover-leading-icon-color);--md-filled-field-hover-state-layer-color:var(--_hover-state-layer-color);--md-filled-field-hover-state-layer-opacity:var(--_hover-state-layer-opacity);--md-filled-field-hover-supporting-text-color:var(--_hover-supporting-text-color);--md-filled-field-hover-trailing-content-color:var(--_hover-trailing-icon-color);--md-filled-field-label-text-color:var(--_label-text-color);--md-filled-field-label-text-populated-line-height:var(--_label-text-populated-line-height);--md-filled-field-label-text-populated-size:var(--_label-text-populated-size);--md-filled-field-label-text-type:var(--_label-text-type);--md-filled-field-leading-content-color:var(--_leading-icon-color);--md-filled-field-supporting-text-color:var(--_supporting-text-color);--md-filled-field-supporting-text-type:var(--_supporting-text-type);--md-filled-field-trailing-content-color:var(--_trailing-icon-color);--md-filled-field-with-label-container-padding-vertical:var(--_with-label-container-padding-vertical)}/*# sourceMappingURL=filled-styles.css.map */
|
|
8
8
|
`;
|
|
9
9
|
//# sourceMappingURL=filled-styles.css.js.map
|