@material/web 0.1.0-alpha.1 → 1.0.0-pre.0

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 (247) hide show
  1. package/CHANGELOG.md +141 -0
  2. package/autocomplete/lib/_filled-autocomplete.scss +3 -4
  3. package/autocomplete/lib/_outlined-autocomplete.scss +3 -3
  4. package/autocomplete/lib/_shared.scss +2 -7
  5. package/autocomplete/lib/filled-styles.css.js +1 -1
  6. package/autocomplete/lib/filled-styles.css.js.map +1 -1
  7. package/autocomplete/lib/outlined-styles.css.js +1 -1
  8. package/autocomplete/lib/outlined-styles.css.js.map +1 -1
  9. package/button/lib/_elevated-button.scss +6 -0
  10. package/button/lib/_elevation.scss +30 -28
  11. package/button/lib/_filled-button.scss +6 -0
  12. package/button/lib/_outlined-button.scss +10 -1
  13. package/button/lib/_shared.scss +18 -8
  14. package/button/lib/_text-button.scss +6 -0
  15. package/button/lib/_tonal-button.scss +6 -0
  16. package/button/lib/elevated-styles.css.js +1 -1
  17. package/button/lib/elevated-styles.css.js.map +1 -1
  18. package/button/lib/filled-styles.css.js +1 -1
  19. package/button/lib/filled-styles.css.js.map +1 -1
  20. package/button/lib/outlined-styles.css.js +1 -1
  21. package/button/lib/outlined-styles.css.js.map +1 -1
  22. package/button/lib/shared-elevation-styles.css.js +1 -1
  23. package/button/lib/shared-elevation-styles.css.js.map +1 -1
  24. package/button/lib/shared-styles.css.js +1 -1
  25. package/button/lib/shared-styles.css.js.map +1 -1
  26. package/button/lib/text-styles.css.js +1 -1
  27. package/button/lib/text-styles.css.js.map +1 -1
  28. package/button/lib/tonal-styles.css.js +1 -1
  29. package/button/lib/tonal-styles.css.js.map +1 -1
  30. package/checkbox/lib/_checkbox.scss +5 -1
  31. package/checkbox/lib/checkbox-styles.css.js +1 -1
  32. package/checkbox/lib/checkbox-styles.css.js.map +1 -1
  33. package/chips/chip/lib/_chip-theme.scss +29 -33
  34. package/chips/chip/lib/_chip.scss +2 -4
  35. package/chips/chip/lib/_input-chip-theme.scss +16 -26
  36. package/chips/chip/lib/chip.d.ts +1 -0
  37. package/chips/chip/lib/chip.js +2 -1
  38. package/chips/chip/lib/chip.js.map +1 -1
  39. package/fab/fab-extended.js +1 -2
  40. package/fab/fab-extended.js.map +1 -1
  41. package/fab/fab.js +1 -2
  42. package/fab/fab.js.map +1 -1
  43. package/fab/lib/_shared.scss +13 -11
  44. package/fab/lib/fab-shared-styles.css.js +1 -1
  45. package/fab/lib/fab-shared-styles.css.js.map +1 -1
  46. package/field/lib/filled-styles.css.js +1 -1
  47. package/field/lib/filled-styles.css.js.map +1 -1
  48. package/iconbutton/lib/_filled-icon-button.scss +18 -4
  49. package/iconbutton/lib/_filled-tonal-icon-button.scss +18 -4
  50. package/iconbutton/lib/_outlined-icon-button.scss +17 -3
  51. package/iconbutton/lib/_shared.scss +20 -1
  52. package/iconbutton/lib/_standard-icon-button.scss +25 -3
  53. package/iconbutton/lib/filled-styles.css.js +1 -1
  54. package/iconbutton/lib/filled-styles.css.js.map +1 -1
  55. package/iconbutton/lib/filled-tonal-styles.css.js +1 -1
  56. package/iconbutton/lib/filled-tonal-styles.css.js.map +1 -1
  57. package/iconbutton/lib/icon-button-toggle.js +1 -1
  58. package/iconbutton/lib/icon-button-toggle.js.map +1 -1
  59. package/iconbutton/lib/icon-button.js +1 -1
  60. package/iconbutton/lib/icon-button.js.map +1 -1
  61. package/iconbutton/lib/outlined-styles.css.js +1 -1
  62. package/iconbutton/lib/outlined-styles.css.js.map +1 -1
  63. package/iconbutton/lib/shared-styles.css.js +1 -1
  64. package/iconbutton/lib/shared-styles.css.js.map +1 -1
  65. package/iconbutton/lib/standard-styles.css.js +1 -1
  66. package/iconbutton/lib/standard-styles.css.js.map +1 -1
  67. package/list/lib/_list.scss +20 -14
  68. package/list/lib/divider/list-divider.js +2 -0
  69. package/list/lib/divider/list-divider.js.map +1 -1
  70. package/list/lib/list-styles.css.js +1 -1
  71. package/list/lib/list-styles.css.js.map +1 -1
  72. package/list/lib/list.d.ts +1 -0
  73. package/list/lib/list.js +4 -1
  74. package/list/lib/list.js.map +1 -1
  75. package/list/lib/listitem/list-item.js +2 -0
  76. package/list/lib/listitem/list-item.js.map +1 -1
  77. package/menu/lib/_menu.scss +7 -10
  78. package/menu/lib/menu-styles.css.js +1 -1
  79. package/menu/lib/menu-styles.css.js.map +1 -1
  80. package/menusurface/lib/_md-comp-menu-surface.scss +6 -14
  81. package/menusurface/lib/_menu-surface.scss +8 -4
  82. package/menusurface/lib/menu-surface-styles.css.js +1 -1
  83. package/menusurface/lib/menu-surface-styles.css.js.map +1 -1
  84. package/menusurface/lib/menu-surface.d.ts +1 -0
  85. package/menusurface/lib/menu-surface.js +2 -0
  86. package/menusurface/lib/menu-surface.js.map +1 -1
  87. package/navigationdrawer/lib/_navigation-drawer-modal.scss +7 -22
  88. package/navigationdrawer/lib/_navigation-drawer.scss +15 -18
  89. package/navigationdrawer/lib/_shared.scss +2 -7
  90. package/navigationdrawer/lib/navigation-drawer-modal-styles.css.js +1 -1
  91. package/navigationdrawer/lib/navigation-drawer-modal-styles.css.js.map +1 -1
  92. package/navigationdrawer/lib/navigation-drawer-styles.css.js +1 -1
  93. package/navigationdrawer/lib/navigation-drawer-styles.css.js.map +1 -1
  94. package/navigationdrawer/lib/navigation-drawer.d.ts +1 -0
  95. package/navigationdrawer/lib/navigation-drawer.js +3 -2
  96. package/navigationdrawer/lib/navigation-drawer.js.map +1 -1
  97. package/navigationtab/lib/_navigation-tab.scss +3 -3
  98. package/package.json +8 -1
  99. package/radio/_radio.scss +6 -1
  100. package/radio/lib/_radio.scss +128 -92
  101. package/radio/lib/forced-colors-styles.css.d.ts +1 -0
  102. package/radio/lib/forced-colors-styles.css.js +9 -0
  103. package/radio/lib/forced-colors-styles.css.js.map +1 -0
  104. package/radio/lib/forced-colors-styles.scss +27 -0
  105. package/radio/lib/radio-styles.css.js +1 -1
  106. package/radio/lib/radio-styles.css.js.map +1 -1
  107. package/radio/lib/radio-styles.scss +1 -7
  108. package/radio/lib/radio.d.ts +30 -69
  109. package/radio/lib/radio.js +104 -235
  110. package/radio/lib/radio.js.map +1 -1
  111. package/radio/lib/single-selection-controller.d.ts +51 -138
  112. package/radio/lib/single-selection-controller.js +153 -249
  113. package/radio/lib/single-selection-controller.js.map +1 -1
  114. package/radio/radio.js +2 -1
  115. package/radio/radio.js.map +1 -1
  116. package/ripple/lib/_ripple.scss +21 -4
  117. package/ripple/lib/ripple-styles.css.js +1 -1
  118. package/ripple/lib/ripple-styles.css.js.map +1 -1
  119. package/ripple/lib/ripple.js +4 -1
  120. package/ripple/lib/ripple.js.map +1 -1
  121. package/segmentedbutton/lib/_shared.scss +3 -3
  122. package/switch/lib/_handle.scss +4 -3
  123. package/switch/lib/switch-styles.css.js +1 -1
  124. package/switch/lib/switch-styles.css.js.map +1 -1
  125. package/switch/lib/switch.d.ts +17 -21
  126. package/switch/lib/switch.js +54 -57
  127. package/switch/lib/switch.js.map +1 -1
  128. package/textfield/filled-text-field.d.ts +1 -0
  129. package/textfield/filled-text-field.js.map +1 -1
  130. package/textfield/lib/_shared.scss +1 -0
  131. package/textfield/lib/filled-styles.css.js +1 -1
  132. package/textfield/lib/filled-styles.css.js.map +1 -1
  133. package/textfield/lib/shared-styles.css.js +1 -1
  134. package/textfield/lib/shared-styles.css.js.map +1 -1
  135. package/textfield/lib/text-field.js +3 -0
  136. package/textfield/lib/text-field.js.map +1 -1
  137. package/textfield/outlined-text-field.d.ts +1 -0
  138. package/textfield/outlined-text-field.js.map +1 -1
  139. package/tokens/_index.scss +1 -1
  140. package/tokens/{v0_144 → v0_150}/_index.scss +0 -0
  141. package/tokens/{v0_144 → v0_150}/_md-comp-assist-chip.scss +1 -1
  142. package/tokens/{v0_144 → v0_150}/_md-comp-badge.scss +1 -1
  143. package/tokens/{v0_144 → v0_150}/_md-comp-banner.scss +1 -1
  144. package/tokens/{v0_144 → v0_150}/_md-comp-bottom-app-bar.scss +1 -1
  145. package/tokens/{v0_144 → v0_150}/_md-comp-carousel-item.scss +1 -1
  146. package/tokens/{v0_144 → v0_150}/_md-comp-checkbox.scss +1 -1
  147. package/tokens/{v0_144 → v0_150}/_md-comp-circular-progress-indicator.scss +1 -1
  148. package/tokens/{v0_144 → v0_150}/_md-comp-data-table.scss +1 -1
  149. package/tokens/{v0_144 → v0_150}/_md-comp-date-input-modal.scss +1 -1
  150. package/tokens/{v0_144 → v0_150}/_md-comp-date-picker-docked.scss +1 -1
  151. package/tokens/{v0_144 → v0_150}/_md-comp-date-picker-modal.scss +1 -1
  152. package/tokens/{v0_144 → v0_150}/_md-comp-dialog.scss +1 -1
  153. package/tokens/{v0_144 → v0_150}/_md-comp-divider.scss +1 -1
  154. package/tokens/{v0_144 → v0_150}/_md-comp-elevated-button.scss +1 -1
  155. package/tokens/{v0_144 → v0_150}/_md-comp-elevated-card.scss +1 -1
  156. package/tokens/{v0_144 → v0_150}/_md-comp-extended-fab-branded.scss +1 -1
  157. package/tokens/{v0_144 → v0_150}/_md-comp-extended-fab-primary.scss +1 -1
  158. package/tokens/{v0_144 → v0_150}/_md-comp-extended-fab-secondary.scss +1 -1
  159. package/tokens/{v0_144 → v0_150}/_md-comp-extended-fab-surface.scss +1 -1
  160. package/tokens/{v0_144 → v0_150}/_md-comp-extended-fab-tertiary.scss +1 -1
  161. package/tokens/{v0_144 → v0_150}/_md-comp-fab-branded-large.scss +1 -1
  162. package/tokens/{v0_144 → v0_150}/_md-comp-fab-branded.scss +1 -1
  163. package/tokens/{v0_144 → v0_150}/_md-comp-fab-primary-large.scss +1 -1
  164. package/tokens/{v0_144 → v0_150}/_md-comp-fab-primary-small.scss +1 -1
  165. package/tokens/{v0_144 → v0_150}/_md-comp-fab-primary.scss +1 -1
  166. package/tokens/{v0_144 → v0_150}/_md-comp-fab-secondary-large.scss +1 -1
  167. package/tokens/{v0_144 → v0_150}/_md-comp-fab-secondary-small.scss +1 -1
  168. package/tokens/{v0_144 → v0_150}/_md-comp-fab-secondary.scss +1 -1
  169. package/tokens/{v0_144 → v0_150}/_md-comp-fab-surface-large.scss +1 -1
  170. package/tokens/{v0_144 → v0_150}/_md-comp-fab-surface-small.scss +1 -1
  171. package/tokens/{v0_144 → v0_150}/_md-comp-fab-surface.scss +1 -1
  172. package/tokens/{v0_144 → v0_150}/_md-comp-fab-tertiary-large.scss +1 -1
  173. package/tokens/{v0_144 → v0_150}/_md-comp-fab-tertiary-small.scss +1 -1
  174. package/tokens/{v0_144 → v0_150}/_md-comp-fab-tertiary.scss +1 -1
  175. package/tokens/{v0_144 → v0_150}/_md-comp-filled-autocomplete.scss +1 -1
  176. package/tokens/{v0_144 → v0_150}/_md-comp-filled-button.scss +1 -1
  177. package/tokens/{v0_144 → v0_150}/_md-comp-filled-card.scss +1 -1
  178. package/tokens/{v0_144 → v0_150}/_md-comp-filled-icon-button.scss +1 -1
  179. package/tokens/{v0_144 → v0_150}/_md-comp-filled-menu-button.scss +1 -1
  180. package/tokens/{v0_144 → v0_150}/_md-comp-filled-select.scss +1 -1
  181. package/tokens/{v0_144 → v0_150}/_md-comp-filled-text-field.scss +2 -2
  182. package/tokens/{v0_144 → v0_150}/_md-comp-filled-tonal-button.scss +1 -1
  183. package/tokens/{v0_144 → v0_150}/_md-comp-filled-tonal-icon-button.scss +1 -1
  184. package/tokens/{v0_144 → v0_150}/_md-comp-filter-chip.scss +2 -1
  185. package/tokens/{v0_144 → v0_150}/_md-comp-full-screen-dialog.scss +1 -1
  186. package/tokens/{v0_144 → v0_150}/_md-comp-icon-button.scss +1 -1
  187. package/tokens/{v0_144 → v0_150}/_md-comp-input-chip.scss +1 -1
  188. package/tokens/{v0_144 → v0_150}/_md-comp-linear-progress-indicator.scss +1 -1
  189. package/tokens/{v0_144 → v0_150}/_md-comp-list.scss +1 -1
  190. package/tokens/{v0_144 → v0_150}/_md-comp-menu.scss +1 -1
  191. package/tokens/{v0_144 → v0_150}/_md-comp-navigation-bar.scss +1 -1
  192. package/tokens/{v0_144 → v0_150}/_md-comp-navigation-drawer.scss +1 -1
  193. package/tokens/{v0_144 → v0_150}/_md-comp-navigation-rail.scss +1 -1
  194. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-autocomplete.scss +1 -1
  195. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-button.scss +1 -1
  196. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-card.scss +5 -5
  197. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-icon-button.scss +1 -1
  198. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-menu-button.scss +1 -1
  199. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-segmented-button.scss +1 -1
  200. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-select.scss +1 -1
  201. package/tokens/{v0_144 → v0_150}/_md-comp-outlined-text-field.scss +1 -1
  202. package/tokens/{v0_144 → v0_150}/_md-comp-plain-tooltip.scss +2 -2
  203. package/tokens/{v0_144 → v0_150}/_md-comp-primary-navigation-tab.scss +1 -1
  204. package/tokens/{v0_144 → v0_150}/_md-comp-radio-button.scss +1 -1
  205. package/tokens/{v0_144 → v0_150}/_md-comp-rich-tooltip.scss +1 -1
  206. package/tokens/{v0_144 → v0_150}/_md-comp-scrim.scss +1 -1
  207. package/tokens/{v0_144 → v0_150}/_md-comp-search-bar.scss +1 -1
  208. package/tokens/{v0_144 → v0_150}/_md-comp-search-view.scss +1 -1
  209. package/tokens/{v0_144 → v0_150}/_md-comp-secondary-navigation-tab.scss +1 -1
  210. package/tokens/{v0_144 → v0_150}/_md-comp-sheet-bottom.scss +1 -1
  211. package/tokens/{v0_144 → v0_150}/_md-comp-sheet-floating.scss +1 -1
  212. package/tokens/{v0_144 → v0_150}/_md-comp-sheet-side.scss +1 -1
  213. package/tokens/{v0_144 → v0_150}/_md-comp-slider.scss +1 -1
  214. package/tokens/{v0_144 → v0_150}/_md-comp-snackbar.scss +25 -1
  215. package/tokens/{v0_144 → v0_150}/_md-comp-standard-menu-button.scss +1 -1
  216. package/tokens/{v0_144 → v0_150}/_md-comp-suggestion-chip.scss +6 -6
  217. package/tokens/{v0_144 → v0_150}/_md-comp-switch.scss +1 -1
  218. package/tokens/{v0_144 → v0_150}/_md-comp-text-button.scss +1 -1
  219. package/tokens/{v0_144 → v0_150}/_md-comp-time-input.scss +1 -1
  220. package/tokens/{v0_144 → v0_150}/_md-comp-time-picker.scss +2 -2
  221. package/tokens/{v0_144 → v0_150}/_md-comp-top-app-bar-large.scss +1 -1
  222. package/tokens/{v0_144 → v0_150}/_md-comp-top-app-bar-medium.scss +1 -1
  223. package/tokens/{v0_144 → v0_150}/_md-comp-top-app-bar-small-centered.scss +1 -1
  224. package/tokens/{v0_144 → v0_150}/_md-comp-top-app-bar-small.scss +1 -1
  225. package/tokens/{v0_144 → v0_150}/_md-ref-palette.scss +1 -1
  226. package/tokens/{v0_144 → v0_150}/_md-ref-typeface.scss +1 -1
  227. package/tokens/{v0_144 → v0_150}/_md-sys-color.scss +1 -1
  228. package/tokens/{v0_144 → v0_150}/_md-sys-elevation.scss +1 -1
  229. package/tokens/{v0_144 → v0_150}/_md-sys-motion.scss +1 -1
  230. package/tokens/{v0_144 → v0_150}/_md-sys-shape.scss +1 -1
  231. package/tokens/{v0_144 → v0_150}/_md-sys-state.scss +1 -1
  232. package/tokens/{v0_144 → v0_150}/_md-sys-typescale.scss +1 -1
  233. package/tokens/v0_150/index.test.css.d.ts +1 -0
  234. package/tokens/v0_150/index.test.css.js +9 -0
  235. package/tokens/v0_150/index.test.css.js.map +1 -0
  236. package/tokens/v0_150/index.test.scss +584 -0
  237. package/tokens/v0_150/lib.test.css.d.ts +1 -0
  238. package/tokens/v0_150/lib.test.css.js +9 -0
  239. package/tokens/v0_150/lib.test.css.js.map +1 -0
  240. package/tokens/v0_150/lib.test.scss +663 -0
  241. package/elevationold/lib/_elevation-overlay-theme.scss +0 -31
  242. package/elevationold/lib/_elevation-overlay.scss +0 -18
  243. package/elevationold/lib/_elevation-theme.scss +0 -74
  244. package/elevationold/lib/_surface.scss +0 -15
  245. package/elevationold/lib/elevation-overlay-styles.scss +0 -9
  246. package/radio/lib/_radio-theme.scss +0 -377
  247. package/ripple/_ripple-theme.scss +0 -17
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  // User-configured context group "Audience": "3P"
11
11
  //
12
12
 
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  // User-configured context group "Audience": "3P"
11
11
  // User-configured context group "Scheme": "Dynamic"
12
12
  //
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  //
11
11
 
12
12
  @use 'sass:map';
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  // User-configured context group "Platform": "Web"
11
11
  //
12
12
 
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  //
11
11
 
12
12
  @function values($exclude-hardcoded-values: false) {
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  //
11
11
 
12
12
  @function values($exclude-hardcoded-values: false) {
@@ -6,7 +6,7 @@
6
6
  // !!! THIS FILE WAS AUTOMATICALLY GENERATED !!!
7
7
  // !!! DO NOT MODIFY IT BY HAND !!!
8
8
  // Design system display name: Google Material 3
9
- // Design system version: v0.144
9
+ // Design system version: v0.150
10
10
  // User-configured context group "Audience": "3P"
11
11
  //
12
12
 
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -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=index.test.css.map */
8
+ `;
9
+ //# sourceMappingURL=index.test.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.test.css.js","sourceRoot":"","sources":["index.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=index.test.css.map */\n`;\n "]}
@@ -0,0 +1,584 @@
1
+ //
2
+ // Copyright 2022 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 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -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 "]}