Skip to content

Commit 210f533

Browse files
committed
update mdc_scss_deps_lib
1 parent 8660c1d commit 210f533

File tree

1 file changed

+107
-105
lines changed

1 file changed

+107
-105
lines changed

src/material-experimental/mdc-helpers/BUILD.bazel

Lines changed: 107 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -24,111 +24,113 @@ ng_module(
2424
sass_library(
2525
name = "mdc_scss_deps_lib",
2626
srcs = [
27-
"@npm//:node_modules/@material/animation/_functions.scss",
28-
"@npm//:node_modules/@material/animation/_variables.scss",
29-
"@npm//:node_modules/@material/base/_mixins.scss",
30-
"@npm//:node_modules/@material/button/_mixins.scss",
31-
"@npm//:node_modules/@material/button/_variables.scss",
32-
"@npm//:node_modules/@material/card/_mixins.scss",
33-
"@npm//:node_modules/@material/card/_variables.scss",
34-
"@npm//:node_modules/@material/checkbox/_functions.scss",
35-
"@npm//:node_modules/@material/checkbox/_keyframes.scss",
36-
"@npm//:node_modules/@material/checkbox/_mixins.scss",
37-
"@npm//:node_modules/@material/checkbox/_variables.scss",
38-
"@npm//:node_modules/@material/chips/_mixins.scss",
39-
"@npm//:node_modules/@material/chips/_variables.scss",
40-
"@npm//:node_modules/@material/data-table/_mixins.scss",
41-
"@npm//:node_modules/@material/data-table/_variables.scss",
42-
"@npm//:node_modules/@material/density/_functions.scss",
43-
"@npm//:node_modules/@material/density/_variables.scss",
44-
"@npm//:node_modules/@material/dialog/_mixins.scss",
45-
"@npm//:node_modules/@material/dialog/_variables.scss",
46-
"@npm//:node_modules/@material/drawer/_mixins.scss",
47-
"@npm//:node_modules/@material/drawer/_variables.scss",
48-
"@npm//:node_modules/@material/elevation/_mixins.scss",
49-
"@npm//:node_modules/@material/elevation/_variables.scss",
50-
"@npm//:node_modules/@material/fab/_mixins.scss",
51-
"@npm//:node_modules/@material/fab/_variables.scss",
52-
"@npm//:node_modules/@material/feature-targeting/_functions.scss",
53-
"@npm//:node_modules/@material/feature-targeting/_mixins.scss",
54-
"@npm//:node_modules/@material/feature-targeting/_variables.scss",
55-
"@npm//:node_modules/@material/floating-label/_mixins.scss",
56-
"@npm//:node_modules/@material/floating-label/_variables.scss",
57-
"@npm//:node_modules/@material/form-field/_mixins.scss",
58-
"@npm//:node_modules/@material/form-field/_variables.scss",
59-
"@npm//:node_modules/@material/grid-list/_mixins.scss",
60-
"@npm//:node_modules/@material/grid-list/_variables.scss",
61-
"@npm//:node_modules/@material/icon-button/_mixins.scss",
62-
"@npm//:node_modules/@material/icon-button/_variables.scss",
63-
"@npm//:node_modules/@material/image-list/_mixins.scss",
64-
"@npm//:node_modules/@material/image-list/_variables.scss",
65-
"@npm//:node_modules/@material/layout-grid/_mixins.scss",
66-
"@npm//:node_modules/@material/layout-grid/_variables.scss",
67-
"@npm//:node_modules/@material/line-ripple/_functions.scss",
68-
"@npm//:node_modules/@material/line-ripple/_mixins.scss",
69-
"@npm//:node_modules/@material/linear-progress/_keyframes.scss",
70-
"@npm//:node_modules/@material/linear-progress/_mixins.scss",
71-
"@npm//:node_modules/@material/linear-progress/_variables.scss",
72-
"@npm//:node_modules/@material/list/_mixins.scss",
73-
"@npm//:node_modules/@material/list/_variables.scss",
74-
"@npm//:node_modules/@material/menu-surface/_mixins.scss",
75-
"@npm//:node_modules/@material/menu-surface/_variables.scss",
76-
"@npm//:node_modules/@material/menu/_mixins.scss",
77-
"@npm//:node_modules/@material/menu/_variables.scss",
78-
"@npm//:node_modules/@material/notched-outline/_mixins.scss",
79-
"@npm//:node_modules/@material/notched-outline/_variables.scss",
80-
"@npm//:node_modules/@material/radio/_functions.scss",
81-
"@npm//:node_modules/@material/radio/_mixins.scss",
82-
"@npm//:node_modules/@material/radio/_variables.scss",
83-
"@npm//:node_modules/@material/ripple/_functions.scss",
84-
"@npm//:node_modules/@material/ripple/_keyframes.scss",
85-
"@npm//:node_modules/@material/ripple/_mixins.scss",
86-
"@npm//:node_modules/@material/ripple/_variables.scss",
87-
"@npm//:node_modules/@material/rtl/_mixins.scss",
88-
"@npm//:node_modules/@material/rtl/_variables.scss",
89-
"@npm//:node_modules/@material/select/_functions.scss",
90-
"@npm//:node_modules/@material/select/_keyframes.scss",
91-
"@npm//:node_modules/@material/select/_mixins.scss",
92-
"@npm//:node_modules/@material/select/_variables.scss",
93-
"@npm//:node_modules/@material/select/helper-text/_mixins.scss",
94-
"@npm//:node_modules/@material/select/icon/_mixins.scss",
95-
"@npm//:node_modules/@material/select/icon/_variables.scss",
96-
"@npm//:node_modules/@material/shape/_functions.scss",
97-
"@npm//:node_modules/@material/shape/_mixins.scss",
98-
"@npm//:node_modules/@material/shape/_variables.scss",
99-
"@npm//:node_modules/@material/slider/_keyframes.scss",
100-
"@npm//:node_modules/@material/slider/_mixins.scss",
101-
"@npm//:node_modules/@material/slider/_variables.scss",
102-
"@npm//:node_modules/@material/snackbar/_mixins.scss",
103-
"@npm//:node_modules/@material/snackbar/_variables.scss",
104-
"@npm//:node_modules/@material/switch/_functions.scss",
105-
"@npm//:node_modules/@material/switch/_mixins.scss",
106-
"@npm//:node_modules/@material/switch/_variables.scss",
107-
"@npm//:node_modules/@material/tab-bar/_mixins.scss",
108-
"@npm//:node_modules/@material/tab-bar/_variables.scss",
109-
"@npm//:node_modules/@material/tab-indicator/_mixins.scss",
110-
"@npm//:node_modules/@material/tab-scroller/_mixins.scss",
111-
"@npm//:node_modules/@material/tab/_mixins.scss",
112-
"@npm//:node_modules/@material/tab/_variables.scss",
113-
"@npm//:node_modules/@material/textfield/_functions.scss",
114-
"@npm//:node_modules/@material/textfield/_mixins.scss",
115-
"@npm//:node_modules/@material/textfield/_variables.scss",
116-
"@npm//:node_modules/@material/textfield/character-counter/_mixins.scss",
117-
"@npm//:node_modules/@material/textfield/helper-text/_mixins.scss",
118-
"@npm//:node_modules/@material/textfield/icon/_mixins.scss",
119-
"@npm//:node_modules/@material/textfield/icon/_variables.scss",
120-
"@npm//:node_modules/@material/theme/_color-palette.scss",
121-
"@npm//:node_modules/@material/theme/_constants.scss",
122-
"@npm//:node_modules/@material/theme/_functions.scss",
123-
"@npm//:node_modules/@material/theme/_mixins.scss",
124-
"@npm//:node_modules/@material/theme/_variables.scss",
125-
"@npm//:node_modules/@material/top-app-bar/_mixins.scss",
126-
"@npm//:node_modules/@material/top-app-bar/_variables.scss",
127-
"@npm//:node_modules/@material/touch-target/_mixins.scss",
128-
"@npm//:node_modules/@material/touch-target/_variables.scss",
129-
"@npm//:node_modules/@material/typography/_functions.scss",
130-
"@npm//:node_modules/@material/typography/_mixins.scss",
131-
"@npm//:node_modules/@material/typography/_variables.scss",
27+
"@npm//:node_modules/@material/animation/_functions.scss",
28+
"@npm//:node_modules/@material/animation/_variables.scss",
29+
"@npm//:node_modules/@material/base/_mixins.scss",
30+
"@npm//:node_modules/@material/button/_mixins.scss",
31+
"@npm//:node_modules/@material/button/_variables.scss",
32+
"@npm//:node_modules/@material/card/_mixins.scss",
33+
"@npm//:node_modules/@material/card/_variables.scss",
34+
"@npm//:node_modules/@material/checkbox/_functions.scss",
35+
"@npm//:node_modules/@material/checkbox/_keyframes.scss",
36+
"@npm//:node_modules/@material/checkbox/_mixins.scss",
37+
"@npm//:node_modules/@material/checkbox/_variables.scss",
38+
"@npm//:node_modules/@material/chips/_mixins.scss",
39+
"@npm//:node_modules/@material/chips/_variables.scss",
40+
"@npm//:node_modules/@material/data-table/_mixins.scss",
41+
"@npm//:node_modules/@material/data-table/_variables.scss",
42+
"@npm//:node_modules/@material/density/_functions.scss",
43+
"@npm//:node_modules/@material/density/_variables.scss",
44+
"@npm//:node_modules/@material/dialog/_mixins.scss",
45+
"@npm//:node_modules/@material/dialog/_variables.scss",
46+
"@npm//:node_modules/@material/drawer/_mixins.scss",
47+
"@npm//:node_modules/@material/drawer/_variables.scss",
48+
"@npm//:node_modules/@material/elevation/_functions.scss",
49+
"@npm//:node_modules/@material/elevation/_mixins.scss",
50+
"@npm//:node_modules/@material/elevation/_variables.scss",
51+
"@npm//:node_modules/@material/fab/_mixins.scss",
52+
"@npm//:node_modules/@material/fab/_variables.scss",
53+
"@npm//:node_modules/@material/feature-targeting/_functions.scss",
54+
"@npm//:node_modules/@material/feature-targeting/_mixins.scss",
55+
"@npm//:node_modules/@material/feature-targeting/_variables.scss",
56+
"@npm//:node_modules/@material/floating-label/_mixins.scss",
57+
"@npm//:node_modules/@material/floating-label/_variables.scss",
58+
"@npm//:node_modules/@material/form-field/_mixins.scss",
59+
"@npm//:node_modules/@material/form-field/_variables.scss",
60+
"@npm//:node_modules/@material/grid-list/_mixins.scss",
61+
"@npm//:node_modules/@material/grid-list/_variables.scss",
62+
"@npm//:node_modules/@material/icon-button/_mixins.scss",
63+
"@npm//:node_modules/@material/icon-button/_variables.scss",
64+
"@npm//:node_modules/@material/image-list/_mixins.scss",
65+
"@npm//:node_modules/@material/image-list/_variables.scss",
66+
"@npm//:node_modules/@material/layout-grid/_mixins.scss",
67+
"@npm//:node_modules/@material/layout-grid/_variables.scss",
68+
"@npm//:node_modules/@material/line-ripple/_functions.scss",
69+
"@npm//:node_modules/@material/line-ripple/_mixins.scss",
70+
"@npm//:node_modules/@material/linear-progress/_keyframes.scss",
71+
"@npm//:node_modules/@material/linear-progress/_mixins.scss",
72+
"@npm//:node_modules/@material/linear-progress/_variables.scss",
73+
"@npm//:node_modules/@material/list/_mixins.scss",
74+
"@npm//:node_modules/@material/list/_variables.scss",
75+
"@npm//:node_modules/@material/menu-surface/_mixins.scss",
76+
"@npm//:node_modules/@material/menu-surface/_variables.scss",
77+
"@npm//:node_modules/@material/menu/_mixins.scss",
78+
"@npm//:node_modules/@material/menu/_variables.scss",
79+
"@npm//:node_modules/@material/notched-outline/_mixins.scss",
80+
"@npm//:node_modules/@material/notched-outline/_variables.scss",
81+
"@npm//:node_modules/@material/radio/_functions.scss",
82+
"@npm//:node_modules/@material/radio/_mixins.scss",
83+
"@npm//:node_modules/@material/radio/_variables.scss",
84+
"@npm//:node_modules/@material/ripple/_functions.scss",
85+
"@npm//:node_modules/@material/ripple/_keyframes.scss",
86+
"@npm//:node_modules/@material/ripple/_mixins.scss",
87+
"@npm//:node_modules/@material/ripple/_variables.scss",
88+
"@npm//:node_modules/@material/rtl/_mixins.scss",
89+
"@npm//:node_modules/@material/rtl/_variables.scss",
90+
"@npm//:node_modules/@material/select/_functions.scss",
91+
"@npm//:node_modules/@material/select/_keyframes.scss",
92+
"@npm//:node_modules/@material/select/_mixins.scss",
93+
"@npm//:node_modules/@material/select/_variables.scss",
94+
"@npm//:node_modules/@material/select/helper-text/_mixins.scss",
95+
"@npm//:node_modules/@material/select/icon/_mixins.scss",
96+
"@npm//:node_modules/@material/select/icon/_variables.scss",
97+
"@npm//:node_modules/@material/shape/_functions.scss",
98+
"@npm//:node_modules/@material/shape/_mixins.scss",
99+
"@npm//:node_modules/@material/shape/_variables.scss",
100+
"@npm//:node_modules/@material/slider/_keyframes.scss",
101+
"@npm//:node_modules/@material/slider/_mixins.scss",
102+
"@npm//:node_modules/@material/slider/_variables.scss",
103+
"@npm//:node_modules/@material/snackbar/_mixins.scss",
104+
"@npm//:node_modules/@material/snackbar/_variables.scss",
105+
"@npm//:node_modules/@material/switch/_functions.scss",
106+
"@npm//:node_modules/@material/switch/_mixins.scss",
107+
"@npm//:node_modules/@material/switch/_variables.scss",
108+
"@npm//:node_modules/@material/tab-bar/_mixins.scss",
109+
"@npm//:node_modules/@material/tab-bar/_variables.scss",
110+
"@npm//:node_modules/@material/tab-indicator/_mixins.scss",
111+
"@npm//:node_modules/@material/tab-scroller/_mixins.scss",
112+
"@npm//:node_modules/@material/tab-scroller/_variables.scss",
113+
"@npm//:node_modules/@material/tab/_mixins.scss",
114+
"@npm//:node_modules/@material/tab/_variables.scss",
115+
"@npm//:node_modules/@material/textfield/_functions.scss",
116+
"@npm//:node_modules/@material/textfield/_mixins.scss",
117+
"@npm//:node_modules/@material/textfield/_variables.scss",
118+
"@npm//:node_modules/@material/textfield/character-counter/_mixins.scss",
119+
"@npm//:node_modules/@material/textfield/helper-text/_mixins.scss",
120+
"@npm//:node_modules/@material/textfield/icon/_mixins.scss",
121+
"@npm//:node_modules/@material/textfield/icon/_variables.scss",
122+
"@npm//:node_modules/@material/theme/_color-palette.scss",
123+
"@npm//:node_modules/@material/theme/_constants.scss",
124+
"@npm//:node_modules/@material/theme/_functions.scss",
125+
"@npm//:node_modules/@material/theme/_mixins.scss",
126+
"@npm//:node_modules/@material/theme/_variables.scss",
127+
"@npm//:node_modules/@material/top-app-bar/_mixins.scss",
128+
"@npm//:node_modules/@material/top-app-bar/_variables.scss",
129+
"@npm//:node_modules/@material/touch-target/_mixins.scss",
130+
"@npm//:node_modules/@material/touch-target/_variables.scss",
131+
"@npm//:node_modules/@material/typography/_functions.scss",
132+
"@npm//:node_modules/@material/typography/_mixins.scss",
133+
"@npm//:node_modules/@material/typography/_variables.scss",
132134
],
133135
)
134136

0 commit comments

Comments
 (0)