material-inspired-component-library 5.0.0 → 6.0.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 (204) hide show
  1. package/README.md +15 -1
  2. package/components/alert/index.scss +4 -4
  3. package/components/appbar/index.scss +3 -2
  4. package/components/badge/index.scss +2 -2
  5. package/components/bottomsheet/index.scss +6 -5
  6. package/components/button/README.md +9 -1
  7. package/components/button/index.scss +20 -20
  8. package/components/button/index.ts +21 -37
  9. package/components/card/index.scss +10 -9
  10. package/components/checkbox/index.scss +11 -11
  11. package/components/datepicker/README.md +146 -0
  12. package/components/datepicker/index.scss +436 -0
  13. package/components/datepicker/index.ts +701 -0
  14. package/components/dialog/README.md +6 -6
  15. package/components/dialog/index.scss +23 -17
  16. package/components/divider/index.scss +2 -0
  17. package/components/iconbutton/README.md +10 -1
  18. package/components/iconbutton/index.scss +18 -17
  19. package/components/iconbutton/index.ts +21 -37
  20. package/components/list/index.scss +10 -10
  21. package/components/menu/index.scss +2 -1
  22. package/components/navigationrail/index.scss +10 -9
  23. package/components/radio/README.md +0 -1
  24. package/components/radio/index.scss +11 -11
  25. package/components/select/index.scss +2 -1
  26. package/components/sidesheet/index.scss +3 -1
  27. package/components/slider/index.scss +7 -7
  28. package/components/stepper/index.scss +5 -4
  29. package/components/switch/README.md +0 -1
  30. package/components/switch/index.scss +21 -21
  31. package/components/textfield/index.scss +6 -5
  32. package/components/textfield/index.ts +63 -6
  33. package/components/timepicker/README.md +8 -9
  34. package/components/timepicker/index.scss +9 -8
  35. package/components/timepicker/index.ts +17 -17
  36. package/dist/alert.css +1 -1
  37. package/dist/appbar.css +1 -1
  38. package/dist/badge.css +1 -1
  39. package/dist/bottomsheet.css +1 -1
  40. package/dist/button.css +1 -1
  41. package/dist/card.css +1 -1
  42. package/dist/checkbox.css +1 -1
  43. package/dist/components/button/index.d.ts +2 -1
  44. package/dist/components/datepicker/index.d.ts +6 -0
  45. package/dist/components/iconbutton/index.d.ts +2 -1
  46. package/dist/datepicker.css +1 -0
  47. package/dist/datepicker.js +1 -0
  48. package/dist/dialog.css +1 -1
  49. package/dist/divider.css +1 -1
  50. package/dist/foundations.css +1 -0
  51. package/dist/foundations.js +1 -0
  52. package/dist/iconbutton.css +1 -1
  53. package/dist/layout.css +1 -1
  54. package/dist/list.css +1 -1
  55. package/dist/menu.css +1 -1
  56. package/dist/micl.css +1 -1
  57. package/dist/micl.js +1 -1
  58. package/dist/navigationrail.css +1 -1
  59. package/dist/radio.css +1 -1
  60. package/dist/scrollbar.css +1 -0
  61. package/dist/scrollbar.js +1 -0
  62. package/dist/select.css +1 -1
  63. package/dist/sidesheet.css +1 -1
  64. package/dist/slider.css +1 -1
  65. package/dist/stepper.css +1 -1
  66. package/dist/switch.css +1 -1
  67. package/dist/textfield.css +1 -1
  68. package/dist/timepicker.css +1 -1
  69. package/docs/accordion.html +3 -1
  70. package/docs/alert.html +3 -1
  71. package/docs/bottomsheet.html +6 -4
  72. package/docs/button.html +19 -17
  73. package/docs/card.html +3 -1
  74. package/docs/checkbox.html +3 -1
  75. package/docs/datepicker.html +275 -0
  76. package/docs/dialog.html +24 -10
  77. package/docs/divider.html +3 -1
  78. package/docs/docs.js +65 -1
  79. package/docs/iconbutton.html +9 -9
  80. package/docs/index.html +6 -3
  81. package/docs/list.html +3 -1
  82. package/docs/menu.html +3 -1
  83. package/docs/micl.css +1 -1
  84. package/docs/micl.js +1 -1
  85. package/docs/navigationrail.html +5 -3
  86. package/docs/radio.html +3 -1
  87. package/docs/select.html +3 -1
  88. package/docs/sidesheet.html +6 -4
  89. package/docs/slider.html +1 -1
  90. package/docs/stepper.html +3 -1
  91. package/docs/switch.html +3 -1
  92. package/docs/textfield.html +3 -1
  93. package/docs/themes/gray/dark-hc.css +51 -0
  94. package/docs/themes/gray/dark-mc.css +51 -0
  95. package/docs/themes/gray/dark.css +51 -0
  96. package/docs/themes/gray/light-hc.css +51 -0
  97. package/docs/themes/gray/light-mc.css +51 -0
  98. package/docs/themes/gray/light.css +51 -0
  99. package/docs/themes/gray/theme.css +306 -0
  100. package/docs/themes/greenery/dark-hc.css +51 -0
  101. package/docs/themes/greenery/dark-mc.css +51 -0
  102. package/docs/themes/greenery/dark.css +51 -0
  103. package/docs/themes/greenery/light-hc.css +51 -0
  104. package/docs/themes/greenery/light-mc.css +51 -0
  105. package/docs/themes/greenery/light.css +51 -0
  106. package/docs/themes/greenery/theme.css +306 -0
  107. package/docs/themes/hermana/dark-hc.css +51 -0
  108. package/docs/themes/hermana/dark-mc.css +51 -0
  109. package/docs/themes/hermana/dark.css +51 -0
  110. package/docs/themes/hermana/light-hc.css +51 -0
  111. package/docs/themes/hermana/light-mc.css +51 -0
  112. package/docs/themes/hermana/light.css +51 -0
  113. package/docs/themes/hermana/theme.css +306 -0
  114. package/docs/themes/illuminating/dark-hc.css +51 -0
  115. package/docs/themes/illuminating/dark-mc.css +51 -0
  116. package/docs/themes/illuminating/dark.css +51 -0
  117. package/docs/themes/illuminating/light-hc.css +51 -0
  118. package/docs/themes/illuminating/light-mc.css +51 -0
  119. package/docs/themes/illuminating/light.css +51 -0
  120. package/docs/themes/illuminating/theme.css +306 -0
  121. package/docs/themes/magenta/dark-hc.css +51 -0
  122. package/docs/themes/magenta/dark-mc.css +51 -0
  123. package/docs/themes/magenta/dark.css +51 -0
  124. package/docs/themes/magenta/light-hc.css +51 -0
  125. package/docs/themes/magenta/light-mc.css +51 -0
  126. package/docs/themes/magenta/light.css +51 -0
  127. package/docs/themes/magenta/theme.css +306 -0
  128. package/docs/themes/mocha/dark-hc.css +51 -0
  129. package/docs/themes/mocha/dark-mc.css +51 -0
  130. package/docs/themes/mocha/dark.css +51 -0
  131. package/docs/themes/mocha/light-hc.css +51 -0
  132. package/docs/themes/mocha/light-mc.css +51 -0
  133. package/docs/themes/mocha/light.css +51 -0
  134. package/docs/themes/mocha/theme.css +306 -0
  135. package/docs/themes/peri/dark-hc.css +51 -0
  136. package/docs/themes/peri/dark-mc.css +51 -0
  137. package/docs/themes/peri/dark.css +51 -0
  138. package/docs/themes/peri/light-hc.css +51 -0
  139. package/docs/themes/peri/light-mc.css +51 -0
  140. package/docs/themes/peri/light.css +51 -0
  141. package/docs/themes/peri/theme.css +306 -0
  142. package/docs/timepicker.html +5 -3
  143. package/foundations/index.scss +102 -0
  144. package/foundations/layout/index.scss +0 -52
  145. package/foundations/scrollbar/index.scss +46 -0
  146. package/intl.d.ts +9 -0
  147. package/micl.ts +18 -8
  148. package/package.json +2 -1
  149. package/styles/README.md +17 -8
  150. package/styles/motion.scss +3 -0
  151. package/styles/shapes.scss +23 -18
  152. package/styles/statelayer.scss +4 -0
  153. package/styles/typography.scss +2 -2
  154. package/styles.scss +3 -26
  155. package/themes/gray/dark-hc.css +51 -0
  156. package/themes/gray/dark-mc.css +51 -0
  157. package/themes/gray/dark.css +51 -0
  158. package/themes/gray/light-hc.css +51 -0
  159. package/themes/gray/light-mc.css +51 -0
  160. package/themes/gray/light.css +51 -0
  161. package/themes/gray/theme.css +306 -0
  162. package/themes/greenery/dark-hc.css +51 -0
  163. package/themes/greenery/dark-mc.css +51 -0
  164. package/themes/greenery/dark.css +51 -0
  165. package/themes/greenery/light-hc.css +51 -0
  166. package/themes/greenery/light-mc.css +51 -0
  167. package/themes/greenery/light.css +51 -0
  168. package/themes/greenery/theme.css +306 -0
  169. package/themes/hermana/dark-hc.css +51 -0
  170. package/themes/hermana/dark-mc.css +51 -0
  171. package/themes/hermana/dark.css +51 -0
  172. package/themes/hermana/light-hc.css +51 -0
  173. package/themes/hermana/light-mc.css +51 -0
  174. package/themes/hermana/light.css +51 -0
  175. package/themes/hermana/theme.css +306 -0
  176. package/themes/illuminating/dark-hc.css +51 -0
  177. package/themes/illuminating/dark-mc.css +51 -0
  178. package/themes/illuminating/dark.css +51 -0
  179. package/themes/illuminating/light-hc.css +51 -0
  180. package/themes/illuminating/light-mc.css +51 -0
  181. package/themes/illuminating/light.css +51 -0
  182. package/themes/illuminating/theme.css +306 -0
  183. package/themes/magenta/dark-hc.css +51 -0
  184. package/themes/magenta/dark-mc.css +51 -0
  185. package/themes/magenta/dark.css +51 -0
  186. package/themes/magenta/light-hc.css +51 -0
  187. package/themes/magenta/light-mc.css +51 -0
  188. package/themes/magenta/light.css +51 -0
  189. package/themes/magenta/theme.css +306 -0
  190. package/themes/mocha/dark-hc.css +51 -0
  191. package/themes/mocha/dark-mc.css +51 -0
  192. package/themes/mocha/dark.css +51 -0
  193. package/themes/mocha/light-hc.css +51 -0
  194. package/themes/mocha/light-mc.css +51 -0
  195. package/themes/mocha/light.css +51 -0
  196. package/themes/mocha/theme.css +306 -0
  197. package/themes/peri/dark-hc.css +51 -0
  198. package/themes/peri/dark-mc.css +51 -0
  199. package/themes/peri/dark.css +51 -0
  200. package/themes/peri/light-hc.css +51 -0
  201. package/themes/peri/light-mc.css +51 -0
  202. package/themes/peri/light.css +51 -0
  203. package/themes/peri/theme.css +306 -0
  204. package/tsconfig.json +2 -2
@@ -0,0 +1,306 @@
1
+ .light {
2
+ --md-sys-color-primary: rgb(88 89 146);
3
+ --md-sys-color-surface-tint: rgb(88 89 146);
4
+ --md-sys-color-on-primary: rgb(255 255 255);
5
+ --md-sys-color-primary-container: rgb(225 223 255);
6
+ --md-sys-color-on-primary-container: rgb(64 65 120);
7
+ --md-sys-color-secondary: rgb(93 92 114);
8
+ --md-sys-color-on-secondary: rgb(255 255 255);
9
+ --md-sys-color-secondary-container: rgb(226 224 249);
10
+ --md-sys-color-on-secondary-container: rgb(69 69 89);
11
+ --md-sys-color-tertiary: rgb(121 83 105);
12
+ --md-sys-color-on-tertiary: rgb(255 255 255);
13
+ --md-sys-color-tertiary-container: rgb(255 216 236);
14
+ --md-sys-color-on-tertiary-container: rgb(95 60 81);
15
+ --md-sys-color-error: rgb(186 26 26);
16
+ --md-sys-color-on-error: rgb(255 255 255);
17
+ --md-sys-color-error-container: rgb(255 218 214);
18
+ --md-sys-color-on-error-container: rgb(147 0 10);
19
+ --md-sys-color-background: rgb(252 248 255);
20
+ --md-sys-color-on-background: rgb(27 27 33);
21
+ --md-sys-color-surface: rgb(252 248 255);
22
+ --md-sys-color-on-surface: rgb(27 27 33);
23
+ --md-sys-color-surface-variant: rgb(228 225 236);
24
+ --md-sys-color-on-surface-variant: rgb(71 70 79);
25
+ --md-sys-color-outline: rgb(119 118 128);
26
+ --md-sys-color-outline-variant: rgb(200 197 208);
27
+ --md-sys-color-shadow: rgb(0 0 0);
28
+ --md-sys-color-scrim: rgb(0 0 0);
29
+ --md-sys-color-inverse-surface: rgb(48 48 54);
30
+ --md-sys-color-inverse-on-surface: rgb(243 239 247);
31
+ --md-sys-color-inverse-primary: rgb(193 193 255);
32
+ --md-sys-color-primary-fixed: rgb(225 223 255);
33
+ --md-sys-color-on-primary-fixed: rgb(20 19 74);
34
+ --md-sys-color-primary-fixed-dim: rgb(193 193 255);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(64 65 120);
36
+ --md-sys-color-secondary-fixed: rgb(226 224 249);
37
+ --md-sys-color-on-secondary-fixed: rgb(26 26 44);
38
+ --md-sys-color-secondary-fixed-dim: rgb(198 196 221);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(69 69 89);
40
+ --md-sys-color-tertiary-fixed: rgb(255 216 236);
41
+ --md-sys-color-on-tertiary-fixed: rgb(47 17 36);
42
+ --md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(95 60 81);
44
+ --md-sys-color-surface-dim: rgb(220 217 224);
45
+ --md-sys-color-surface-bright: rgb(252 248 255);
46
+ --md-sys-color-surface-container-lowest: rgb(255 255 255);
47
+ --md-sys-color-surface-container-low: rgb(246 242 250);
48
+ --md-sys-color-surface-container: rgb(240 236 244);
49
+ --md-sys-color-surface-container-high: rgb(234 231 239);
50
+ --md-sys-color-surface-container-highest: rgb(228 225 233);
51
+ }
52
+ .light-medium-contrast {
53
+ --md-sys-color-primary: rgb(47 48 102);
54
+ --md-sys-color-surface-tint: rgb(88 89 146);
55
+ --md-sys-color-on-primary: rgb(255 255 255);
56
+ --md-sys-color-primary-container: rgb(103 104 162);
57
+ --md-sys-color-on-primary-container: rgb(255 255 255);
58
+ --md-sys-color-secondary: rgb(52 52 72);
59
+ --md-sys-color-on-secondary: rgb(255 255 255);
60
+ --md-sys-color-secondary-container: rgb(108 107 129);
61
+ --md-sys-color-on-secondary-container: rgb(255 255 255);
62
+ --md-sys-color-tertiary: rgb(77 43 64);
63
+ --md-sys-color-on-tertiary: rgb(255 255 255);
64
+ --md-sys-color-tertiary-container: rgb(137 97 120);
65
+ --md-sys-color-on-tertiary-container: rgb(255 255 255);
66
+ --md-sys-color-error: rgb(116 0 6);
67
+ --md-sys-color-on-error: rgb(255 255 255);
68
+ --md-sys-color-error-container: rgb(207 44 39);
69
+ --md-sys-color-on-error-container: rgb(255 255 255);
70
+ --md-sys-color-background: rgb(252 248 255);
71
+ --md-sys-color-on-background: rgb(27 27 33);
72
+ --md-sys-color-surface: rgb(252 248 255);
73
+ --md-sys-color-on-surface: rgb(17 17 22);
74
+ --md-sys-color-surface-variant: rgb(228 225 236);
75
+ --md-sys-color-on-surface-variant: rgb(54 53 62);
76
+ --md-sys-color-outline: rgb(82 81 91);
77
+ --md-sys-color-outline-variant: rgb(109 108 117);
78
+ --md-sys-color-shadow: rgb(0 0 0);
79
+ --md-sys-color-scrim: rgb(0 0 0);
80
+ --md-sys-color-inverse-surface: rgb(48 48 54);
81
+ --md-sys-color-inverse-on-surface: rgb(243 239 247);
82
+ --md-sys-color-inverse-primary: rgb(193 193 255);
83
+ --md-sys-color-primary-fixed: rgb(103 104 162);
84
+ --md-sys-color-on-primary-fixed: rgb(255 255 255);
85
+ --md-sys-color-primary-fixed-dim: rgb(78 79 135);
86
+ --md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
87
+ --md-sys-color-secondary-fixed: rgb(108 107 129);
88
+ --md-sys-color-on-secondary-fixed: rgb(255 255 255);
89
+ --md-sys-color-secondary-fixed-dim: rgb(83 83 104);
90
+ --md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
91
+ --md-sys-color-tertiary-fixed: rgb(137 97 120);
92
+ --md-sys-color-on-tertiary-fixed: rgb(255 255 255);
93
+ --md-sys-color-tertiary-fixed-dim: rgb(111 73 95);
94
+ --md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
95
+ --md-sys-color-surface-dim: rgb(200 197 205);
96
+ --md-sys-color-surface-bright: rgb(252 248 255);
97
+ --md-sys-color-surface-container-lowest: rgb(255 255 255);
98
+ --md-sys-color-surface-container-low: rgb(246 242 250);
99
+ --md-sys-color-surface-container: rgb(234 231 239);
100
+ --md-sys-color-surface-container-high: rgb(223 219 227);
101
+ --md-sys-color-surface-container-highest: rgb(211 208 216);
102
+ }
103
+ .light-high-contrast {
104
+ --md-sys-color-primary: rgb(37 38 92);
105
+ --md-sys-color-surface-tint: rgb(88 89 146);
106
+ --md-sys-color-on-primary: rgb(255 255 255);
107
+ --md-sys-color-primary-container: rgb(67 67 123);
108
+ --md-sys-color-on-primary-container: rgb(255 255 255);
109
+ --md-sys-color-secondary: rgb(42 42 61);
110
+ --md-sys-color-on-secondary: rgb(255 255 255);
111
+ --md-sys-color-secondary-container: rgb(72 71 92);
112
+ --md-sys-color-on-secondary-container: rgb(255 255 255);
113
+ --md-sys-color-tertiary: rgb(66 34 54);
114
+ --md-sys-color-on-tertiary: rgb(255 255 255);
115
+ --md-sys-color-tertiary-container: rgb(98 62 83);
116
+ --md-sys-color-on-tertiary-container: rgb(255 255 255);
117
+ --md-sys-color-error: rgb(96 0 4);
118
+ --md-sys-color-on-error: rgb(255 255 255);
119
+ --md-sys-color-error-container: rgb(152 0 10);
120
+ --md-sys-color-on-error-container: rgb(255 255 255);
121
+ --md-sys-color-background: rgb(252 248 255);
122
+ --md-sys-color-on-background: rgb(27 27 33);
123
+ --md-sys-color-surface: rgb(252 248 255);
124
+ --md-sys-color-on-surface: rgb(0 0 0);
125
+ --md-sys-color-surface-variant: rgb(228 225 236);
126
+ --md-sys-color-on-surface-variant: rgb(0 0 0);
127
+ --md-sys-color-outline: rgb(44 43 52);
128
+ --md-sys-color-outline-variant: rgb(73 72 81);
129
+ --md-sys-color-shadow: rgb(0 0 0);
130
+ --md-sys-color-scrim: rgb(0 0 0);
131
+ --md-sys-color-inverse-surface: rgb(48 48 54);
132
+ --md-sys-color-inverse-on-surface: rgb(255 255 255);
133
+ --md-sys-color-inverse-primary: rgb(193 193 255);
134
+ --md-sys-color-primary-fixed: rgb(67 67 123);
135
+ --md-sys-color-on-primary-fixed: rgb(255 255 255);
136
+ --md-sys-color-primary-fixed-dim: rgb(44 44 99);
137
+ --md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
138
+ --md-sys-color-secondary-fixed: rgb(72 71 92);
139
+ --md-sys-color-on-secondary-fixed: rgb(255 255 255);
140
+ --md-sys-color-secondary-fixed-dim: rgb(49 49 68);
141
+ --md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
142
+ --md-sys-color-tertiary-fixed: rgb(98 62 83);
143
+ --md-sys-color-on-tertiary-fixed: rgb(255 255 255);
144
+ --md-sys-color-tertiary-fixed-dim: rgb(73 40 60);
145
+ --md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
146
+ --md-sys-color-surface-dim: rgb(186 183 191);
147
+ --md-sys-color-surface-bright: rgb(252 248 255);
148
+ --md-sys-color-surface-container-lowest: rgb(255 255 255);
149
+ --md-sys-color-surface-container-low: rgb(243 239 247);
150
+ --md-sys-color-surface-container: rgb(228 225 233);
151
+ --md-sys-color-surface-container-high: rgb(214 211 219);
152
+ --md-sys-color-surface-container-highest: rgb(200 197 205);
153
+ }
154
+ .dark {
155
+ --md-sys-color-primary: rgb(193 193 255);
156
+ --md-sys-color-surface-tint: rgb(193 193 255);
157
+ --md-sys-color-on-primary: rgb(41 42 96);
158
+ --md-sys-color-primary-container: rgb(64 65 120);
159
+ --md-sys-color-on-primary-container: rgb(225 223 255);
160
+ --md-sys-color-secondary: rgb(198 196 221);
161
+ --md-sys-color-on-secondary: rgb(47 47 66);
162
+ --md-sys-color-secondary-container: rgb(69 69 89);
163
+ --md-sys-color-on-secondary-container: rgb(226 224 249);
164
+ --md-sys-color-tertiary: rgb(233 185 211);
165
+ --md-sys-color-on-tertiary: rgb(70 38 58);
166
+ --md-sys-color-tertiary-container: rgb(95 60 81);
167
+ --md-sys-color-on-tertiary-container: rgb(255 216 236);
168
+ --md-sys-color-error: rgb(255 180 171);
169
+ --md-sys-color-on-error: rgb(105 0 5);
170
+ --md-sys-color-error-container: rgb(147 0 10);
171
+ --md-sys-color-on-error-container: rgb(255 218 214);
172
+ --md-sys-color-background: rgb(19 19 24);
173
+ --md-sys-color-on-background: rgb(228 225 233);
174
+ --md-sys-color-surface: rgb(19 19 24);
175
+ --md-sys-color-on-surface: rgb(228 225 233);
176
+ --md-sys-color-surface-variant: rgb(71 70 79);
177
+ --md-sys-color-on-surface-variant: rgb(200 197 208);
178
+ --md-sys-color-outline: rgb(145 143 154);
179
+ --md-sys-color-outline-variant: rgb(71 70 79);
180
+ --md-sys-color-shadow: rgb(0 0 0);
181
+ --md-sys-color-scrim: rgb(0 0 0);
182
+ --md-sys-color-inverse-surface: rgb(228 225 233);
183
+ --md-sys-color-inverse-on-surface: rgb(48 48 54);
184
+ --md-sys-color-inverse-primary: rgb(88 89 146);
185
+ --md-sys-color-primary-fixed: rgb(225 223 255);
186
+ --md-sys-color-on-primary-fixed: rgb(20 19 74);
187
+ --md-sys-color-primary-fixed-dim: rgb(193 193 255);
188
+ --md-sys-color-on-primary-fixed-variant: rgb(64 65 120);
189
+ --md-sys-color-secondary-fixed: rgb(226 224 249);
190
+ --md-sys-color-on-secondary-fixed: rgb(26 26 44);
191
+ --md-sys-color-secondary-fixed-dim: rgb(198 196 221);
192
+ --md-sys-color-on-secondary-fixed-variant: rgb(69 69 89);
193
+ --md-sys-color-tertiary-fixed: rgb(255 216 236);
194
+ --md-sys-color-on-tertiary-fixed: rgb(47 17 36);
195
+ --md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
196
+ --md-sys-color-on-tertiary-fixed-variant: rgb(95 60 81);
197
+ --md-sys-color-surface-dim: rgb(19 19 24);
198
+ --md-sys-color-surface-bright: rgb(57 56 63);
199
+ --md-sys-color-surface-container-lowest: rgb(14 14 19);
200
+ --md-sys-color-surface-container-low: rgb(27 27 33);
201
+ --md-sys-color-surface-container: rgb(31 31 37);
202
+ --md-sys-color-surface-container-high: rgb(42 41 47);
203
+ --md-sys-color-surface-container-highest: rgb(53 52 58);
204
+ }
205
+ .dark-medium-contrast {
206
+ --md-sys-color-primary: rgb(218 217 255);
207
+ --md-sys-color-surface-tint: rgb(193 193 255);
208
+ --md-sys-color-on-primary: rgb(30 31 85);
209
+ --md-sys-color-primary-container: rgb(139 139 200);
210
+ --md-sys-color-on-primary-container: rgb(0 0 0);
211
+ --md-sys-color-secondary: rgb(220 218 243);
212
+ --md-sys-color-on-secondary: rgb(36 36 54);
213
+ --md-sys-color-secondary-container: rgb(144 142 165);
214
+ --md-sys-color-on-secondary-container: rgb(0 0 0);
215
+ --md-sys-color-tertiary: rgb(255 207 232);
216
+ --md-sys-color-on-tertiary: rgb(58 27 47);
217
+ --md-sys-color-tertiary-container: rgb(176 132 156);
218
+ --md-sys-color-on-tertiary-container: rgb(0 0 0);
219
+ --md-sys-color-error: rgb(255 210 204);
220
+ --md-sys-color-on-error: rgb(84 0 3);
221
+ --md-sys-color-error-container: rgb(255 84 73);
222
+ --md-sys-color-on-error-container: rgb(0 0 0);
223
+ --md-sys-color-background: rgb(19 19 24);
224
+ --md-sys-color-on-background: rgb(228 225 233);
225
+ --md-sys-color-surface: rgb(19 19 24);
226
+ --md-sys-color-on-surface: rgb(255 255 255);
227
+ --md-sys-color-surface-variant: rgb(71 70 79);
228
+ --md-sys-color-on-surface-variant: rgb(222 219 230);
229
+ --md-sys-color-outline: rgb(179 176 187);
230
+ --md-sys-color-outline-variant: rgb(145 143 153);
231
+ --md-sys-color-shadow: rgb(0 0 0);
232
+ --md-sys-color-scrim: rgb(0 0 0);
233
+ --md-sys-color-inverse-surface: rgb(228 225 233);
234
+ --md-sys-color-inverse-on-surface: rgb(42 41 47);
235
+ --md-sys-color-inverse-primary: rgb(65 66 122);
236
+ --md-sys-color-primary-fixed: rgb(225 223 255);
237
+ --md-sys-color-on-primary-fixed: rgb(8 6 65);
238
+ --md-sys-color-primary-fixed-dim: rgb(193 193 255);
239
+ --md-sys-color-on-primary-fixed-variant: rgb(47 48 102);
240
+ --md-sys-color-secondary-fixed: rgb(226 224 249);
241
+ --md-sys-color-on-secondary-fixed: rgb(15 15 33);
242
+ --md-sys-color-secondary-fixed-dim: rgb(198 196 221);
243
+ --md-sys-color-on-secondary-fixed-variant: rgb(52 52 72);
244
+ --md-sys-color-tertiary-fixed: rgb(255 216 236);
245
+ --md-sys-color-on-tertiary-fixed: rgb(34 7 26);
246
+ --md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
247
+ --md-sys-color-on-tertiary-fixed-variant: rgb(77 43 64);
248
+ --md-sys-color-surface-dim: rgb(19 19 24);
249
+ --md-sys-color-surface-bright: rgb(69 68 74);
250
+ --md-sys-color-surface-container-lowest: rgb(7 7 12);
251
+ --md-sys-color-surface-container-low: rgb(29 29 35);
252
+ --md-sys-color-surface-container: rgb(40 39 45);
253
+ --md-sys-color-surface-container-high: rgb(51 50 56);
254
+ --md-sys-color-surface-container-highest: rgb(62 61 67);
255
+ }
256
+ .dark-high-contrast {
257
+ --md-sys-color-primary: rgb(241 238 255);
258
+ --md-sys-color-surface-tint: rgb(193 193 255);
259
+ --md-sys-color-on-primary: rgb(0 0 0);
260
+ --md-sys-color-primary-container: rgb(189 189 253);
261
+ --md-sys-color-on-primary-container: rgb(3 0 60);
262
+ --md-sys-color-secondary: rgb(241 238 255);
263
+ --md-sys-color-on-secondary: rgb(0 0 0);
264
+ --md-sys-color-secondary-container: rgb(194 192 217);
265
+ --md-sys-color-on-secondary-container: rgb(9 9 27);
266
+ --md-sys-color-tertiary: rgb(255 235 243);
267
+ --md-sys-color-on-tertiary: rgb(0 0 0);
268
+ --md-sys-color-tertiary-container: rgb(229 181 207);
269
+ --md-sys-color-on-tertiary-container: rgb(27 3 19);
270
+ --md-sys-color-error: rgb(255 236 233);
271
+ --md-sys-color-on-error: rgb(0 0 0);
272
+ --md-sys-color-error-container: rgb(255 174 164);
273
+ --md-sys-color-on-error-container: rgb(34 0 1);
274
+ --md-sys-color-background: rgb(19 19 24);
275
+ --md-sys-color-on-background: rgb(228 225 233);
276
+ --md-sys-color-surface: rgb(19 19 24);
277
+ --md-sys-color-on-surface: rgb(255 255 255);
278
+ --md-sys-color-surface-variant: rgb(71 70 79);
279
+ --md-sys-color-on-surface-variant: rgb(255 255 255);
280
+ --md-sys-color-outline: rgb(242 238 250);
281
+ --md-sys-color-outline-variant: rgb(196 193 204);
282
+ --md-sys-color-shadow: rgb(0 0 0);
283
+ --md-sys-color-scrim: rgb(0 0 0);
284
+ --md-sys-color-inverse-surface: rgb(228 225 233);
285
+ --md-sys-color-inverse-on-surface: rgb(0 0 0);
286
+ --md-sys-color-inverse-primary: rgb(65 66 122);
287
+ --md-sys-color-primary-fixed: rgb(225 223 255);
288
+ --md-sys-color-on-primary-fixed: rgb(0 0 0);
289
+ --md-sys-color-primary-fixed-dim: rgb(193 193 255);
290
+ --md-sys-color-on-primary-fixed-variant: rgb(8 6 65);
291
+ --md-sys-color-secondary-fixed: rgb(226 224 249);
292
+ --md-sys-color-on-secondary-fixed: rgb(0 0 0);
293
+ --md-sys-color-secondary-fixed-dim: rgb(198 196 221);
294
+ --md-sys-color-on-secondary-fixed-variant: rgb(15 15 33);
295
+ --md-sys-color-tertiary-fixed: rgb(255 216 236);
296
+ --md-sys-color-on-tertiary-fixed: rgb(0 0 0);
297
+ --md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
298
+ --md-sys-color-on-tertiary-fixed-variant: rgb(34 7 26);
299
+ --md-sys-color-surface-dim: rgb(19 19 24);
300
+ --md-sys-color-surface-bright: rgb(80 79 86);
301
+ --md-sys-color-surface-container-lowest: rgb(0 0 0);
302
+ --md-sys-color-surface-container-low: rgb(31 31 37);
303
+ --md-sys-color-surface-container: rgb(48 48 54);
304
+ --md-sys-color-surface-container-high: rgb(59 59 65);
305
+ --md-sys-color-surface-container-highest: rgb(71 70 76);
306
+ }
package/tsconfig.json CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  /* Language and Environment */
14
14
  "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
- // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
15
+ "lib": ["DOM", "es2022"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
  // "jsx": "preserve", /* Specify what JSX code is generated. */
17
17
  // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
18
18
  // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
@@ -27,7 +27,7 @@
27
27
  /* Modules */
28
28
  "module": "es2022", /* Specify what module code is generated. */
29
29
  "rootDir": "./", /* Specify the root folder within your source files. */
30
- "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
30
+ "moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
31
31
  // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32
32
  // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
33
33
  // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */