@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.
Files changed (238) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +41 -41
  3. package/controller/form-controller.d.ts +1 -1
  4. package/controller/form-controller.js +21 -29
  5. package/controller/form-controller.js.map +1 -1
  6. package/field/lib/_content.scss +91 -13
  7. package/field/lib/_filled-field.scss +19 -57
  8. package/field/lib/_label.scss +1 -2
  9. package/field/lib/_md-comp-filled-field.scss +123 -64
  10. package/field/lib/_md-comp-outlined-field.scss +100 -59
  11. package/field/lib/_outlined-field.scss +13 -11
  12. package/field/lib/_shared.scss +21 -17
  13. package/field/lib/field.d.ts +2 -1
  14. package/field/lib/field.js +73 -62
  15. package/field/lib/field.js.map +1 -1
  16. package/field/lib/filled-field.d.ts +0 -5
  17. package/field/lib/filled-field.js +2 -41
  18. package/field/lib/filled-field.js.map +1 -1
  19. package/field/lib/filled-styles.css.js +1 -1
  20. package/field/lib/filled-styles.css.js.map +1 -1
  21. package/field/lib/outlined-field.js +1 -1
  22. package/field/lib/outlined-field.js.map +1 -1
  23. package/field/lib/outlined-styles.css.js +1 -1
  24. package/field/lib/outlined-styles.css.js.map +1 -1
  25. package/field/lib/shared-styles.css.js +1 -1
  26. package/field/lib/shared-styles.css.js.map +1 -1
  27. package/icon/lib/_icon.scss +1 -1
  28. package/icon/lib/_md-comp-icon.scss +1 -2
  29. package/icon/lib/icon-styles.css.js +1 -1
  30. package/icon/lib/icon-styles.css.js.map +1 -1
  31. package/list/lib/_list.scss +19 -9
  32. package/list/lib/list-styles.css.js +1 -1
  33. package/list/lib/list-styles.css.js.map +1 -1
  34. package/list/lib/listitem/_list-item.scss +293 -102
  35. package/list/lib/listitem/list-item-styles.css.js +1 -1
  36. package/list/lib/listitem/list-item-styles.css.js.map +1 -1
  37. package/list/lib/listitem/list-item.d.ts +7 -6
  38. package/list/lib/listitem/list-item.js +22 -26
  39. package/list/lib/listitem/list-item.js.map +1 -1
  40. package/list/list-item-link.d.ts +18 -0
  41. package/list/list-item-link.js +19 -2
  42. package/list/list-item-link.js.map +1 -1
  43. package/list/list-item.d.ts +19 -0
  44. package/list/list-item.js +20 -2
  45. package/list/list-item.js.map +1 -1
  46. package/menu/lib/_menu.scss +26 -5
  47. package/menu/lib/menu-styles.css.js +1 -1
  48. package/menu/lib/menu-styles.css.js.map +1 -1
  49. package/menu/lib/menu.js +8 -7
  50. package/menu/lib/menu.js.map +1 -1
  51. package/menu/lib/menuitem/_menu-item.scss +39 -79
  52. package/menu/lib/menuitem/menu-item-styles.css.js +1 -1
  53. package/menu/lib/menuitem/menu-item-styles.css.js.map +1 -1
  54. package/menu/lib/submenuitem/sub-menu-item.d.ts +0 -1
  55. package/menu/lib/submenuitem/sub-menu-item.js +0 -1
  56. package/menu/lib/submenuitem/sub-menu-item.js.map +1 -1
  57. package/menu/menu-item-link.js +1 -2
  58. package/menu/menu-item-link.js.map +1 -1
  59. package/menu/menu-item.js +2 -3
  60. package/menu/menu-item.js.map +1 -1
  61. package/menu/sub-menu-item.js +1 -2
  62. package/menu/sub-menu-item.js.map +1 -1
  63. package/menusurface/lib/_md-comp-menu-surface.scss +1 -1
  64. package/package.json +1 -1
  65. package/textfield/lib/_filled-text-field.scss +98 -96
  66. package/textfield/lib/_icon.scss +11 -55
  67. package/textfield/lib/_input.scss +4 -6
  68. package/textfield/lib/_outlined-text-field.scss +87 -88
  69. package/textfield/lib/filled-styles.css.js +1 -1
  70. package/textfield/lib/filled-styles.css.js.map +1 -1
  71. package/textfield/lib/outlined-styles.css.js +1 -1
  72. package/textfield/lib/outlined-styles.css.js.map +1 -1
  73. package/textfield/lib/shared-styles.css.js +1 -1
  74. package/textfield/lib/shared-styles.css.js.map +1 -1
  75. package/tokens/_index.scss +1 -1
  76. package/tokens/v0_161/_index.scss +107 -0
  77. package/tokens/v0_161/_md-comp-assist-chip.scss +109 -0
  78. package/tokens/v0_161/_md-comp-badge.scss +58 -0
  79. package/tokens/v0_161/_md-comp-banner.scss +75 -0
  80. package/tokens/v0_161/_md-comp-bottom-app-bar.scss +35 -0
  81. package/tokens/v0_161/_md-comp-carousel-item.scss +65 -0
  82. package/tokens/v0_161/_md-comp-checkbox.scss +126 -0
  83. package/tokens/v0_161/_md-comp-circular-progress-indicator.scss +39 -0
  84. package/tokens/v0_161/_md-comp-data-table.scss +96 -0
  85. package/tokens/v0_161/_md-comp-date-input-modal.scss +89 -0
  86. package/tokens/v0_161/_md-comp-date-picker-docked.scss +246 -0
  87. package/tokens/v0_161/_md-comp-date-picker-modal.scss +305 -0
  88. package/tokens/v0_161/_md-comp-dialog.scss +123 -0
  89. package/tokens/v0_161/_md-comp-divider.scss +25 -0
  90. package/tokens/v0_161/_md-comp-elevated-button.scss +91 -0
  91. package/tokens/v0_161/_md-comp-elevated-card.scss +59 -0
  92. package/tokens/v0_161/_md-comp-extended-fab-branded.scss +86 -0
  93. package/tokens/v0_161/_md-comp-extended-fab-primary.scss +94 -0
  94. package/tokens/v0_161/_md-comp-extended-fab-secondary.scss +95 -0
  95. package/tokens/v0_161/_md-comp-extended-fab-surface.scss +90 -0
  96. package/tokens/v0_161/_md-comp-extended-fab-tertiary.scss +95 -0
  97. package/tokens/v0_161/_md-comp-fab-branded-large.scss +60 -0
  98. package/tokens/v0_161/_md-comp-fab-branded.scss +60 -0
  99. package/tokens/v0_161/_md-comp-fab-primary-large.scss +65 -0
  100. package/tokens/v0_161/_md-comp-fab-primary-small.scss +65 -0
  101. package/tokens/v0_161/_md-comp-fab-primary.scss +65 -0
  102. package/tokens/v0_161/_md-comp-fab-secondary-large.scss +66 -0
  103. package/tokens/v0_161/_md-comp-fab-secondary-small.scss +66 -0
  104. package/tokens/v0_161/_md-comp-fab-secondary.scss +66 -0
  105. package/tokens/v0_161/_md-comp-fab-surface-large.scss +64 -0
  106. package/tokens/v0_161/_md-comp-fab-surface-small.scss +64 -0
  107. package/tokens/v0_161/_md-comp-fab-surface.scss +64 -0
  108. package/tokens/v0_161/_md-comp-fab-tertiary-large.scss +66 -0
  109. package/tokens/v0_161/_md-comp-fab-tertiary-small.scss +66 -0
  110. package/tokens/v0_161/_md-comp-fab-tertiary.scss +66 -0
  111. package/tokens/v0_161/_md-comp-filled-autocomplete.scss +267 -0
  112. package/tokens/v0_161/_md-comp-filled-button.scss +89 -0
  113. package/tokens/v0_161/_md-comp-filled-card.scss +58 -0
  114. package/tokens/v0_161/_md-comp-filled-icon-button.scss +79 -0
  115. package/tokens/v0_161/_md-comp-filled-menu-button.scss +98 -0
  116. package/tokens/v0_161/_md-comp-filled-select.scss +272 -0
  117. package/tokens/v0_161/_md-comp-filled-text-field.scss +189 -0
  118. package/tokens/v0_161/_md-comp-filled-tonal-button.scss +99 -0
  119. package/tokens/v0_161/_md-comp-filled-tonal-icon-button.scss +86 -0
  120. package/tokens/v0_161/_md-comp-filter-chip.scss +209 -0
  121. package/tokens/v0_161/_md-comp-full-screen-dialog.scss +111 -0
  122. package/tokens/v0_161/_md-comp-icon-button.scss +70 -0
  123. package/tokens/v0_161/_md-comp-input-chip.scss +184 -0
  124. package/tokens/v0_161/_md-comp-linear-progress-indicator.scss +41 -0
  125. package/tokens/v0_161/_md-comp-list.scss +248 -0
  126. package/tokens/v0_161/_md-comp-menu.scss +37 -0
  127. package/tokens/v0_161/_md-comp-navigation-bar.scss +114 -0
  128. package/tokens/v0_161/_md-comp-navigation-drawer.scss +162 -0
  129. package/tokens/v0_161/_md-comp-navigation-rail.scss +131 -0
  130. package/tokens/v0_161/_md-comp-outlined-autocomplete.scss +257 -0
  131. package/tokens/v0_161/_md-comp-outlined-button.scss +84 -0
  132. package/tokens/v0_161/_md-comp-outlined-card.scss +65 -0
  133. package/tokens/v0_161/_md-comp-outlined-icon-button.scss +79 -0
  134. package/tokens/v0_161/_md-comp-outlined-menu-button.scss +94 -0
  135. package/tokens/v0_161/_md-comp-outlined-segmented-button.scss +112 -0
  136. package/tokens/v0_161/_md-comp-outlined-select.scss +262 -0
  137. package/tokens/v0_161/_md-comp-outlined-text-field.scss +171 -0
  138. package/tokens/v0_161/_md-comp-plain-tooltip.scss +55 -0
  139. package/tokens/v0_161/_md-comp-primary-navigation-tab.scss +121 -0
  140. package/tokens/v0_161/_md-comp-radio-button.scss +68 -0
  141. package/tokens/v0_161/_md-comp-rich-tooltip.scss +121 -0
  142. package/tokens/v0_161/_md-comp-scrim.scss +25 -0
  143. package/tokens/v0_161/_md-comp-search-bar.scss +99 -0
  144. package/tokens/v0_161/_md-comp-search-view.scss +93 -0
  145. package/tokens/v0_161/_md-comp-secondary-navigation-tab.scss +84 -0
  146. package/tokens/v0_161/_md-comp-sheet-bottom.scss +45 -0
  147. package/tokens/v0_161/_md-comp-sheet-floating.scss +34 -0
  148. package/tokens/v0_161/_md-comp-sheet-side.scss +91 -0
  149. package/tokens/v0_161/_md-comp-slider.scss +114 -0
  150. package/tokens/v0_161/_md-comp-snackbar.scss +127 -0
  151. package/tokens/v0_161/_md-comp-standard-menu-button.scss +98 -0
  152. package/tokens/v0_161/_md-comp-suggestion-chip.scss +125 -0
  153. package/tokens/v0_161/_md-comp-switch.scss +136 -0
  154. package/tokens/v0_161/_md-comp-text-button.scss +77 -0
  155. package/tokens/v0_161/_md-comp-time-input.scss +218 -0
  156. package/tokens/v0_161/_md-comp-time-picker.scss +264 -0
  157. package/tokens/v0_161/_md-comp-top-app-bar-large.scss +63 -0
  158. package/tokens/v0_161/_md-comp-top-app-bar-medium.scss +63 -0
  159. package/tokens/v0_161/_md-comp-top-app-bar-small-centered.scss +66 -0
  160. package/tokens/v0_161/_md-comp-top-app-bar-small.scss +64 -0
  161. package/tokens/v0_161/_md-ref-palette.scss +107 -0
  162. package/tokens/v0_161/_md-ref-typeface.scss +21 -0
  163. package/tokens/v0_161/_md-sys-color.scss +904 -0
  164. package/tokens/v0_161/_md-sys-elevation.scss +21 -0
  165. package/tokens/v0_161/_md-sys-motion.scss +53 -0
  166. package/tokens/v0_161/_md-sys-shape.scss +30 -0
  167. package/tokens/v0_161/_md-sys-state.scss +19 -0
  168. package/tokens/v0_161/_md-sys-typescale.scss +284 -0
  169. package/tokens/v0_161/index.test.css.js +9 -0
  170. package/tokens/v0_161/index.test.css.js.map +1 -0
  171. package/tokens/v0_161/index.test.scss +584 -0
  172. package/tokens/v0_161/lib.test.css.js +9 -0
  173. package/tokens/v0_161/lib.test.css.js.map +1 -0
  174. package/tokens/v0_161/lib.test.scss +663 -0
  175. package/controller/foundation.d.ts +0 -24
  176. package/controller/foundation.js +0 -18
  177. package/controller/foundation.js.map +0 -1
  178. package/controller/observer-foundation.d.ts +0 -25
  179. package/controller/observer-foundation.js +0 -37
  180. package/controller/observer-foundation.js.map +0 -1
  181. package/controller/observer.d.ts +0 -52
  182. package/controller/observer.js +0 -149
  183. package/controller/observer.js.map +0 -1
  184. package/decorators/bound.d.ts +0 -40
  185. package/decorators/bound.js +0 -49
  186. package/decorators/bound.js.map +0 -1
  187. package/list/lib/avatar/_list-item-avatar.scss +0 -40
  188. package/list/lib/avatar/list-item-avatar-styles.css.js +0 -9
  189. package/list/lib/avatar/list-item-avatar-styles.css.js.map +0 -1
  190. package/list/lib/avatar/list-item-avatar-styles.scss +0 -10
  191. package/list/lib/avatar/list-item-avatar.d.ts +0 -21
  192. package/list/lib/avatar/list-item-avatar.js +0 -48
  193. package/list/lib/avatar/list-item-avatar.js.map +0 -1
  194. package/list/lib/icon/_list-item-icon.scss +0 -71
  195. package/list/lib/icon/list-item-icon-styles.css.js +0 -9
  196. package/list/lib/icon/list-item-icon-styles.css.js.map +0 -1
  197. package/list/lib/icon/list-item-icon-styles.scss +0 -10
  198. package/list/lib/icon/list-item-icon.d.ts +0 -9
  199. package/list/lib/icon/list-item-icon.js +0 -15
  200. package/list/lib/icon/list-item-icon.js.map +0 -1
  201. package/list/lib/image/_list-item-image.scss +0 -63
  202. package/list/lib/image/list-item-image-styles.css.d.ts +0 -1
  203. package/list/lib/image/list-item-image-styles.css.js +0 -9
  204. package/list/lib/image/list-item-image-styles.css.js.map +0 -1
  205. package/list/lib/image/list-item-image-styles.scss +0 -10
  206. package/list/lib/image/list-item-image.d.ts +0 -21
  207. package/list/lib/image/list-item-image.js +0 -48
  208. package/list/lib/image/list-item-image.js.map +0 -1
  209. package/list/lib/listitem/list-item-private-styles.css.d.ts +0 -1
  210. package/list/lib/listitem/list-item-private-styles.css.js +0 -9
  211. package/list/lib/listitem/list-item-private-styles.css.js.map +0 -1
  212. package/list/lib/listitem/list-item-private-styles.scss +0 -10
  213. package/list/lib/video/_list-item-video.scss +0 -71
  214. package/list/lib/video/list-item-video-styles.css.d.ts +0 -1
  215. package/list/lib/video/list-item-video-styles.css.js +0 -9
  216. package/list/lib/video/list-item-video-styles.css.js.map +0 -1
  217. package/list/lib/video/list-item-video-styles.scss +0 -10
  218. package/list/lib/video/list-item-video.d.ts +0 -53
  219. package/list/lib/video/list-item-video.js +0 -115
  220. package/list/lib/video/list-item-video.js.map +0 -1
  221. package/list/list-item-avatar.d.ts +0 -20
  222. package/list/list-item-avatar.js +0 -23
  223. package/list/list-item-avatar.js.map +0 -1
  224. package/list/list-item-icon.d.ts +0 -20
  225. package/list/list-item-icon.js +0 -23
  226. package/list/list-item-icon.js.map +0 -1
  227. package/list/list-item-image.d.ts +0 -20
  228. package/list/list-item-image.js +0 -23
  229. package/list/list-item-image.js.map +0 -1
  230. package/list/list-item-video.d.ts +0 -20
  231. package/list/list-item-video.js +0 -23
  232. package/list/list-item-video.js.map +0 -1
  233. package/menu/lib/menuitem/menu-item-private-styles.css.d.ts +0 -1
  234. package/menu/lib/menuitem/menu-item-private-styles.css.js +0 -9
  235. package/menu/lib/menuitem/menu-item-private-styles.css.js.map +0 -1
  236. package/menu/lib/menuitem/menu-item-private-styles.scss +0 -10
  237. /package/{list/lib/avatar/list-item-avatar-styles.css.d.ts → tokens/v0_161/index.test.css.d.ts} +0 -0
  238. /package/{list/lib/icon/list-item-icon-styles.css.d.ts → tokens/v0_161/lib.test.css.d.ts} +0 -0
@@ -0,0 +1,584 @@
1
+ //
2
+ // Copyright 2023 Google LLC
3
+ // SPDX-License-Identifier: Apache-2.0
4
+ //
5
+ //
6
+ // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
+ // !!! DO NOT MODIFY IT BY HAND !!!
8
+ //
9
+
10
+ @use 'true' as test;
11
+
12
+ @use './index';
13
+
14
+ @include test.describe('index') {
15
+ @include test.describe('index.md-comp-assist-chip-values') {
16
+ @include test.it('should forward non-empty map') {
17
+ @include test.assert-true(index.md-comp-assist-chip-values());
18
+ }
19
+ }
20
+
21
+ @include test.describe('index.md-comp-badge-values') {
22
+ @include test.it('should forward non-empty map') {
23
+ @include test.assert-true(index.md-comp-badge-values());
24
+ }
25
+ }
26
+
27
+ @include test.describe('index.md-comp-banner-values') {
28
+ @include test.it('should forward non-empty map') {
29
+ @include test.assert-true(index.md-comp-banner-values());
30
+ }
31
+ }
32
+
33
+ @include test.describe('index.md-comp-bottom-app-bar-values') {
34
+ @include test.it('should forward non-empty map') {
35
+ @include test.assert-true(index.md-comp-bottom-app-bar-values());
36
+ }
37
+ }
38
+
39
+ @include test.describe('index.md-comp-carousel-item-values') {
40
+ @include test.it('should forward non-empty map') {
41
+ @include test.assert-true(index.md-comp-carousel-item-values());
42
+ }
43
+ }
44
+
45
+ @include test.describe('index.md-comp-checkbox-values') {
46
+ @include test.it('should forward non-empty map') {
47
+ @include test.assert-true(index.md-comp-checkbox-values());
48
+ }
49
+ }
50
+
51
+ @include test.describe('index.md-comp-circular-progress-indicator-values') {
52
+ @include test.it('should forward non-empty map') {
53
+ @include test.assert-true(
54
+ index.md-comp-circular-progress-indicator-values()
55
+ );
56
+ }
57
+ }
58
+
59
+ @include test.describe('index.md-comp-data-table-values') {
60
+ @include test.it('should forward non-empty map') {
61
+ @include test.assert-true(index.md-comp-data-table-values());
62
+ }
63
+ }
64
+
65
+ @include test.describe('index.md-comp-date-input-modal-values') {
66
+ @include test.it('should forward non-empty map') {
67
+ @include test.assert-true(index.md-comp-date-input-modal-values());
68
+ }
69
+ }
70
+
71
+ @include test.describe('index.md-comp-date-picker-docked-values') {
72
+ @include test.it('should forward non-empty map') {
73
+ @include test.assert-true(index.md-comp-date-picker-docked-values());
74
+ }
75
+ }
76
+
77
+ @include test.describe('index.md-comp-date-picker-modal-values') {
78
+ @include test.it('should forward non-empty map') {
79
+ @include test.assert-true(index.md-comp-date-picker-modal-values());
80
+ }
81
+ }
82
+
83
+ @include test.describe('index.md-comp-dialog-values') {
84
+ @include test.it('should forward non-empty map') {
85
+ @include test.assert-true(index.md-comp-dialog-values());
86
+ }
87
+ }
88
+
89
+ @include test.describe('index.md-comp-divider-values') {
90
+ @include test.it('should forward non-empty map') {
91
+ @include test.assert-true(index.md-comp-divider-values());
92
+ }
93
+ }
94
+
95
+ @include test.describe('index.md-comp-elevated-button-values') {
96
+ @include test.it('should forward non-empty map') {
97
+ @include test.assert-true(index.md-comp-elevated-button-values());
98
+ }
99
+ }
100
+
101
+ @include test.describe('index.md-comp-elevated-card-values') {
102
+ @include test.it('should forward non-empty map') {
103
+ @include test.assert-true(index.md-comp-elevated-card-values());
104
+ }
105
+ }
106
+
107
+ @include test.describe('index.md-comp-extended-fab-branded-values') {
108
+ @include test.it('should forward non-empty map') {
109
+ @include test.assert-true(index.md-comp-extended-fab-branded-values());
110
+ }
111
+ }
112
+
113
+ @include test.describe('index.md-comp-extended-fab-primary-values') {
114
+ @include test.it('should forward non-empty map') {
115
+ @include test.assert-true(index.md-comp-extended-fab-primary-values());
116
+ }
117
+ }
118
+
119
+ @include test.describe('index.md-comp-extended-fab-secondary-values') {
120
+ @include test.it('should forward non-empty map') {
121
+ @include test.assert-true(index.md-comp-extended-fab-secondary-values());
122
+ }
123
+ }
124
+
125
+ @include test.describe('index.md-comp-extended-fab-surface-values') {
126
+ @include test.it('should forward non-empty map') {
127
+ @include test.assert-true(index.md-comp-extended-fab-surface-values());
128
+ }
129
+ }
130
+
131
+ @include test.describe('index.md-comp-extended-fab-tertiary-values') {
132
+ @include test.it('should forward non-empty map') {
133
+ @include test.assert-true(index.md-comp-extended-fab-tertiary-values());
134
+ }
135
+ }
136
+
137
+ @include test.describe('index.md-comp-fab-branded-values') {
138
+ @include test.it('should forward non-empty map') {
139
+ @include test.assert-true(index.md-comp-fab-branded-values());
140
+ }
141
+ }
142
+
143
+ @include test.describe('index.md-comp-fab-branded-large-values') {
144
+ @include test.it('should forward non-empty map') {
145
+ @include test.assert-true(index.md-comp-fab-branded-large-values());
146
+ }
147
+ }
148
+
149
+ @include test.describe('index.md-comp-fab-primary-values') {
150
+ @include test.it('should forward non-empty map') {
151
+ @include test.assert-true(index.md-comp-fab-primary-values());
152
+ }
153
+ }
154
+
155
+ @include test.describe('index.md-comp-fab-primary-large-values') {
156
+ @include test.it('should forward non-empty map') {
157
+ @include test.assert-true(index.md-comp-fab-primary-large-values());
158
+ }
159
+ }
160
+
161
+ @include test.describe('index.md-comp-fab-primary-small-values') {
162
+ @include test.it('should forward non-empty map') {
163
+ @include test.assert-true(index.md-comp-fab-primary-small-values());
164
+ }
165
+ }
166
+
167
+ @include test.describe('index.md-comp-fab-secondary-values') {
168
+ @include test.it('should forward non-empty map') {
169
+ @include test.assert-true(index.md-comp-fab-secondary-values());
170
+ }
171
+ }
172
+
173
+ @include test.describe('index.md-comp-fab-secondary-large-values') {
174
+ @include test.it('should forward non-empty map') {
175
+ @include test.assert-true(index.md-comp-fab-secondary-large-values());
176
+ }
177
+ }
178
+
179
+ @include test.describe('index.md-comp-fab-secondary-small-values') {
180
+ @include test.it('should forward non-empty map') {
181
+ @include test.assert-true(index.md-comp-fab-secondary-small-values());
182
+ }
183
+ }
184
+
185
+ @include test.describe('index.md-comp-fab-surface-values') {
186
+ @include test.it('should forward non-empty map') {
187
+ @include test.assert-true(index.md-comp-fab-surface-values());
188
+ }
189
+ }
190
+
191
+ @include test.describe('index.md-comp-fab-surface-large-values') {
192
+ @include test.it('should forward non-empty map') {
193
+ @include test.assert-true(index.md-comp-fab-surface-large-values());
194
+ }
195
+ }
196
+
197
+ @include test.describe('index.md-comp-fab-surface-small-values') {
198
+ @include test.it('should forward non-empty map') {
199
+ @include test.assert-true(index.md-comp-fab-surface-small-values());
200
+ }
201
+ }
202
+
203
+ @include test.describe('index.md-comp-fab-tertiary-values') {
204
+ @include test.it('should forward non-empty map') {
205
+ @include test.assert-true(index.md-comp-fab-tertiary-values());
206
+ }
207
+ }
208
+
209
+ @include test.describe('index.md-comp-fab-tertiary-large-values') {
210
+ @include test.it('should forward non-empty map') {
211
+ @include test.assert-true(index.md-comp-fab-tertiary-large-values());
212
+ }
213
+ }
214
+
215
+ @include test.describe('index.md-comp-fab-tertiary-small-values') {
216
+ @include test.it('should forward non-empty map') {
217
+ @include test.assert-true(index.md-comp-fab-tertiary-small-values());
218
+ }
219
+ }
220
+
221
+ @include test.describe('index.md-comp-filled-autocomplete-values') {
222
+ @include test.it('should forward non-empty map') {
223
+ @include test.assert-true(index.md-comp-filled-autocomplete-values());
224
+ }
225
+ }
226
+
227
+ @include test.describe('index.md-comp-filled-button-values') {
228
+ @include test.it('should forward non-empty map') {
229
+ @include test.assert-true(index.md-comp-filled-button-values());
230
+ }
231
+ }
232
+
233
+ @include test.describe('index.md-comp-filled-card-values') {
234
+ @include test.it('should forward non-empty map') {
235
+ @include test.assert-true(index.md-comp-filled-card-values());
236
+ }
237
+ }
238
+
239
+ @include test.describe('index.md-comp-filled-icon-button-values') {
240
+ @include test.it('should forward non-empty map') {
241
+ @include test.assert-true(index.md-comp-filled-icon-button-values());
242
+ }
243
+ }
244
+
245
+ @include test.describe('index.md-comp-filled-menu-button-values') {
246
+ @include test.it('should forward non-empty map') {
247
+ @include test.assert-true(index.md-comp-filled-menu-button-values());
248
+ }
249
+ }
250
+
251
+ @include test.describe('index.md-comp-filled-select-values') {
252
+ @include test.it('should forward non-empty map') {
253
+ @include test.assert-true(index.md-comp-filled-select-values());
254
+ }
255
+ }
256
+
257
+ @include test.describe('index.md-comp-filled-text-field-values') {
258
+ @include test.it('should forward non-empty map') {
259
+ @include test.assert-true(index.md-comp-filled-text-field-values());
260
+ }
261
+ }
262
+
263
+ @include test.describe('index.md-comp-filled-tonal-button-values') {
264
+ @include test.it('should forward non-empty map') {
265
+ @include test.assert-true(index.md-comp-filled-tonal-button-values());
266
+ }
267
+ }
268
+
269
+ @include test.describe('index.md-comp-filled-tonal-icon-button-values') {
270
+ @include test.it('should forward non-empty map') {
271
+ @include test.assert-true(
272
+ index.md-comp-filled-tonal-icon-button-values()
273
+ );
274
+ }
275
+ }
276
+
277
+ @include test.describe('index.md-comp-filter-chip-values') {
278
+ @include test.it('should forward non-empty map') {
279
+ @include test.assert-true(index.md-comp-filter-chip-values());
280
+ }
281
+ }
282
+
283
+ @include test.describe('index.md-comp-full-screen-dialog-values') {
284
+ @include test.it('should forward non-empty map') {
285
+ @include test.assert-true(index.md-comp-full-screen-dialog-values());
286
+ }
287
+ }
288
+
289
+ @include test.describe('index.md-comp-icon-button-values') {
290
+ @include test.it('should forward non-empty map') {
291
+ @include test.assert-true(index.md-comp-icon-button-values());
292
+ }
293
+ }
294
+
295
+ @include test.describe('index.md-comp-input-chip-values') {
296
+ @include test.it('should forward non-empty map') {
297
+ @include test.assert-true(index.md-comp-input-chip-values());
298
+ }
299
+ }
300
+
301
+ @include test.describe('index.md-comp-linear-progress-indicator-values') {
302
+ @include test.it('should forward non-empty map') {
303
+ @include test.assert-true(
304
+ index.md-comp-linear-progress-indicator-values()
305
+ );
306
+ }
307
+ }
308
+
309
+ @include test.describe('index.md-comp-list-values') {
310
+ @include test.it('should forward non-empty map') {
311
+ @include test.assert-true(index.md-comp-list-values());
312
+ }
313
+ }
314
+
315
+ @include test.describe('index.md-comp-menu-values') {
316
+ @include test.it('should forward non-empty map') {
317
+ @include test.assert-true(index.md-comp-menu-values());
318
+ }
319
+ }
320
+
321
+ @include test.describe('index.md-comp-navigation-bar-values') {
322
+ @include test.it('should forward non-empty map') {
323
+ @include test.assert-true(index.md-comp-navigation-bar-values());
324
+ }
325
+ }
326
+
327
+ @include test.describe('index.md-comp-navigation-drawer-values') {
328
+ @include test.it('should forward non-empty map') {
329
+ @include test.assert-true(index.md-comp-navigation-drawer-values());
330
+ }
331
+ }
332
+
333
+ @include test.describe('index.md-comp-navigation-rail-values') {
334
+ @include test.it('should forward non-empty map') {
335
+ @include test.assert-true(index.md-comp-navigation-rail-values());
336
+ }
337
+ }
338
+
339
+ @include test.describe('index.md-comp-outlined-autocomplete-values') {
340
+ @include test.it('should forward non-empty map') {
341
+ @include test.assert-true(index.md-comp-outlined-autocomplete-values());
342
+ }
343
+ }
344
+
345
+ @include test.describe('index.md-comp-outlined-button-values') {
346
+ @include test.it('should forward non-empty map') {
347
+ @include test.assert-true(index.md-comp-outlined-button-values());
348
+ }
349
+ }
350
+
351
+ @include test.describe('index.md-comp-outlined-card-values') {
352
+ @include test.it('should forward non-empty map') {
353
+ @include test.assert-true(index.md-comp-outlined-card-values());
354
+ }
355
+ }
356
+
357
+ @include test.describe('index.md-comp-outlined-icon-button-values') {
358
+ @include test.it('should forward non-empty map') {
359
+ @include test.assert-true(index.md-comp-outlined-icon-button-values());
360
+ }
361
+ }
362
+
363
+ @include test.describe('index.md-comp-outlined-menu-button-values') {
364
+ @include test.it('should forward non-empty map') {
365
+ @include test.assert-true(index.md-comp-outlined-menu-button-values());
366
+ }
367
+ }
368
+
369
+ @include test.describe('index.md-comp-outlined-segmented-button-values') {
370
+ @include test.it('should forward non-empty map') {
371
+ @include test.assert-true(
372
+ index.md-comp-outlined-segmented-button-values()
373
+ );
374
+ }
375
+ }
376
+
377
+ @include test.describe('index.md-comp-outlined-select-values') {
378
+ @include test.it('should forward non-empty map') {
379
+ @include test.assert-true(index.md-comp-outlined-select-values());
380
+ }
381
+ }
382
+
383
+ @include test.describe('index.md-comp-outlined-text-field-values') {
384
+ @include test.it('should forward non-empty map') {
385
+ @include test.assert-true(index.md-comp-outlined-text-field-values());
386
+ }
387
+ }
388
+
389
+ @include test.describe('index.md-comp-plain-tooltip-values') {
390
+ @include test.it('should forward non-empty map') {
391
+ @include test.assert-true(index.md-comp-plain-tooltip-values());
392
+ }
393
+ }
394
+
395
+ @include test.describe('index.md-comp-primary-navigation-tab-values') {
396
+ @include test.it('should forward non-empty map') {
397
+ @include test.assert-true(index.md-comp-primary-navigation-tab-values());
398
+ }
399
+ }
400
+
401
+ @include test.describe('index.md-comp-radio-button-values') {
402
+ @include test.it('should forward non-empty map') {
403
+ @include test.assert-true(index.md-comp-radio-button-values());
404
+ }
405
+ }
406
+
407
+ @include test.describe('index.md-comp-rich-tooltip-values') {
408
+ @include test.it('should forward non-empty map') {
409
+ @include test.assert-true(index.md-comp-rich-tooltip-values());
410
+ }
411
+ }
412
+
413
+ @include test.describe('index.md-comp-scrim-values') {
414
+ @include test.it('should forward non-empty map') {
415
+ @include test.assert-true(index.md-comp-scrim-values());
416
+ }
417
+ }
418
+
419
+ @include test.describe('index.md-comp-search-bar-values') {
420
+ @include test.it('should forward non-empty map') {
421
+ @include test.assert-true(index.md-comp-search-bar-values());
422
+ }
423
+ }
424
+
425
+ @include test.describe('index.md-comp-search-view-values') {
426
+ @include test.it('should forward non-empty map') {
427
+ @include test.assert-true(index.md-comp-search-view-values());
428
+ }
429
+ }
430
+
431
+ @include test.describe('index.md-comp-secondary-navigation-tab-values') {
432
+ @include test.it('should forward non-empty map') {
433
+ @include test.assert-true(
434
+ index.md-comp-secondary-navigation-tab-values()
435
+ );
436
+ }
437
+ }
438
+
439
+ @include test.describe('index.md-comp-sheet-bottom-values') {
440
+ @include test.it('should forward non-empty map') {
441
+ @include test.assert-true(index.md-comp-sheet-bottom-values());
442
+ }
443
+ }
444
+
445
+ @include test.describe('index.md-comp-sheet-floating-values') {
446
+ @include test.it('should forward non-empty map') {
447
+ @include test.assert-true(index.md-comp-sheet-floating-values());
448
+ }
449
+ }
450
+
451
+ @include test.describe('index.md-comp-sheet-side-values') {
452
+ @include test.it('should forward non-empty map') {
453
+ @include test.assert-true(index.md-comp-sheet-side-values());
454
+ }
455
+ }
456
+
457
+ @include test.describe('index.md-comp-slider-values') {
458
+ @include test.it('should forward non-empty map') {
459
+ @include test.assert-true(index.md-comp-slider-values());
460
+ }
461
+ }
462
+
463
+ @include test.describe('index.md-comp-snackbar-values') {
464
+ @include test.it('should forward non-empty map') {
465
+ @include test.assert-true(index.md-comp-snackbar-values());
466
+ }
467
+ }
468
+
469
+ @include test.describe('index.md-comp-standard-menu-button-values') {
470
+ @include test.it('should forward non-empty map') {
471
+ @include test.assert-true(index.md-comp-standard-menu-button-values());
472
+ }
473
+ }
474
+
475
+ @include test.describe('index.md-comp-suggestion-chip-values') {
476
+ @include test.it('should forward non-empty map') {
477
+ @include test.assert-true(index.md-comp-suggestion-chip-values());
478
+ }
479
+ }
480
+
481
+ @include test.describe('index.md-comp-switch-values') {
482
+ @include test.it('should forward non-empty map') {
483
+ @include test.assert-true(index.md-comp-switch-values());
484
+ }
485
+ }
486
+
487
+ @include test.describe('index.md-comp-text-button-values') {
488
+ @include test.it('should forward non-empty map') {
489
+ @include test.assert-true(index.md-comp-text-button-values());
490
+ }
491
+ }
492
+
493
+ @include test.describe('index.md-comp-time-input-values') {
494
+ @include test.it('should forward non-empty map') {
495
+ @include test.assert-true(index.md-comp-time-input-values());
496
+ }
497
+ }
498
+
499
+ @include test.describe('index.md-comp-time-picker-values') {
500
+ @include test.it('should forward non-empty map') {
501
+ @include test.assert-true(index.md-comp-time-picker-values());
502
+ }
503
+ }
504
+
505
+ @include test.describe('index.md-comp-top-app-bar-large-values') {
506
+ @include test.it('should forward non-empty map') {
507
+ @include test.assert-true(index.md-comp-top-app-bar-large-values());
508
+ }
509
+ }
510
+
511
+ @include test.describe('index.md-comp-top-app-bar-medium-values') {
512
+ @include test.it('should forward non-empty map') {
513
+ @include test.assert-true(index.md-comp-top-app-bar-medium-values());
514
+ }
515
+ }
516
+
517
+ @include test.describe('index.md-comp-top-app-bar-small-values') {
518
+ @include test.it('should forward non-empty map') {
519
+ @include test.assert-true(index.md-comp-top-app-bar-small-values());
520
+ }
521
+ }
522
+
523
+ @include test.describe('index.md-comp-top-app-bar-small-centered-values') {
524
+ @include test.it('should forward non-empty map') {
525
+ @include test.assert-true(
526
+ index.md-comp-top-app-bar-small-centered-values()
527
+ );
528
+ }
529
+ }
530
+
531
+ @include test.describe('index.md-ref-palette-values') {
532
+ @include test.it('should forward non-empty map') {
533
+ @include test.assert-true(index.md-ref-palette-values());
534
+ }
535
+ }
536
+
537
+ @include test.describe('index.md-ref-typeface-values') {
538
+ @include test.it('should forward non-empty map') {
539
+ @include test.assert-true(index.md-ref-typeface-values());
540
+ }
541
+ }
542
+
543
+ @include test.describe('index.md-sys-color-values-dark') {
544
+ @include test.it('should forward non-empty map') {
545
+ @include test.assert-true(index.md-sys-color-values-dark());
546
+ }
547
+ }
548
+
549
+ @include test.describe('index.md-sys-color-values-light') {
550
+ @include test.it('should forward non-empty map') {
551
+ @include test.assert-true(index.md-sys-color-values-light());
552
+ }
553
+ }
554
+
555
+ @include test.describe('index.md-sys-elevation-values') {
556
+ @include test.it('should forward non-empty map') {
557
+ @include test.assert-true(index.md-sys-elevation-values());
558
+ }
559
+ }
560
+
561
+ @include test.describe('index.md-sys-motion-values') {
562
+ @include test.it('should forward non-empty map') {
563
+ @include test.assert-true(index.md-sys-motion-values());
564
+ }
565
+ }
566
+
567
+ @include test.describe('index.md-sys-shape-values') {
568
+ @include test.it('should forward non-empty map') {
569
+ @include test.assert-true(index.md-sys-shape-values());
570
+ }
571
+ }
572
+
573
+ @include test.describe('index.md-sys-state-values') {
574
+ @include test.it('should forward non-empty map') {
575
+ @include test.assert-true(index.md-sys-state-values());
576
+ }
577
+ }
578
+
579
+ @include test.describe('index.md-sys-typescale-values') {
580
+ @include test.it('should forward non-empty map') {
581
+ @include test.assert-true(index.md-sys-typescale-values());
582
+ }
583
+ }
584
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { css } from 'lit';
7
+ export const styles = css `/*# sourceMappingURL=lib.test.css.map */
8
+ `;
9
+ //# sourceMappingURL=lib.test.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib.test.css.js","sourceRoot":"","sources":["lib.test.css.ts"],"names":[],"mappings":"AAAA;;;;IAII;AACH,OAAO,EAAC,GAAG,EAAC,MAAM,KAAK,CAAC;AACxB,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;CACzB,CAAC","sourcesContent":["/**\n * @license\n * Copyright 2022 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n import {css} from 'lit';\n export const styles = css`/*# sourceMappingURL=lib.test.css.map */\n`;\n "]}