@materializecss/materialize 2.0.4 → 2.1.1

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 (112) hide show
  1. package/dist/css/materialize.css +831 -1280
  2. package/dist/css/materialize.min.css +7 -5
  3. package/dist/css/materialize.min.css.map +1 -0
  4. package/dist/js/materialize.cjs.js +7593 -0
  5. package/dist/js/materialize.d.ts +2333 -0
  6. package/dist/js/materialize.js +6638 -6744
  7. package/dist/js/materialize.min.js +5 -6
  8. package/dist/js/materialize.mjs +7563 -0
  9. package/dist/materialize-src-v2.1.1.zip +0 -0
  10. package/dist/materialize-v2.1.1.zip +0 -0
  11. package/package.json +26 -26
  12. package/sass/components/_badges.scss +17 -12
  13. package/sass/components/_buttons.scss +137 -126
  14. package/sass/components/_cards.scss +12 -14
  15. package/sass/components/_carousel.scss +8 -6
  16. package/sass/components/_chips.scss +10 -11
  17. package/sass/components/_collapsible.scss +6 -8
  18. package/sass/components/_collection.scss +15 -15
  19. package/sass/components/_datepicker.scss +15 -15
  20. package/sass/components/_dropdown.scss +15 -24
  21. package/sass/components/_global.scss +65 -137
  22. package/sass/components/_grid.scss +14 -4
  23. package/sass/components/_materialbox.scss +1 -1
  24. package/sass/components/_modal.scss +14 -9
  25. package/sass/components/_navbar.scss +31 -25
  26. package/sass/components/_preloader.scss +5 -6
  27. package/sass/components/_sidenav.scss +42 -26
  28. package/sass/components/_slider.scss +5 -5
  29. package/sass/components/_table_of_contents.scss +7 -8
  30. package/sass/components/_tabs.scss +16 -17
  31. package/sass/components/_tapTarget.scss +3 -3
  32. package/sass/components/_timepicker.scss +12 -12
  33. package/sass/components/_toast.scss +17 -10
  34. package/sass/components/_tooltip.scss +13 -6
  35. package/sass/components/_variables.scss +13 -377
  36. package/sass/components/colors.module.scss +74 -180
  37. package/sass/components/forms/_checkboxes.scss +22 -22
  38. package/sass/components/forms/_file-input.scss +2 -5
  39. package/sass/components/forms/_forms.scss +5 -3
  40. package/sass/components/forms/_input-fields.scss +40 -41
  41. package/sass/components/forms/_radio-buttons.scss +11 -14
  42. package/sass/components/forms/_range.scss +16 -24
  43. package/sass/components/forms/_select.scss +35 -49
  44. package/sass/components/forms/_switches.scss +9 -12
  45. package/sass/components/theme.module.scss +140 -0
  46. package/sass/materialize.scss +6 -3
  47. package/dist/js/materialize.min.js.map +0 -1
  48. package/dist/src/autocomplete.d.ts +0 -143
  49. package/dist/src/autocomplete.d.ts.map +0 -1
  50. package/dist/src/bounding.d.ts +0 -7
  51. package/dist/src/bounding.d.ts.map +0 -1
  52. package/dist/src/buttons.d.ts +0 -65
  53. package/dist/src/buttons.d.ts.map +0 -1
  54. package/dist/src/cards.d.ts +0 -4
  55. package/dist/src/cards.d.ts.map +0 -1
  56. package/dist/src/carousel.d.ts +0 -131
  57. package/dist/src/carousel.d.ts.map +0 -1
  58. package/dist/src/characterCounter.d.ts +0 -37
  59. package/dist/src/characterCounter.d.ts.map +0 -1
  60. package/dist/src/chips.d.ts +0 -131
  61. package/dist/src/chips.d.ts.map +0 -1
  62. package/dist/src/collapsible.d.ts +0 -75
  63. package/dist/src/collapsible.d.ts.map +0 -1
  64. package/dist/src/component.d.ts +0 -74
  65. package/dist/src/component.d.ts.map +0 -1
  66. package/dist/src/datepicker.d.ts +0 -248
  67. package/dist/src/datepicker.d.ts.map +0 -1
  68. package/dist/src/dropdown.d.ts +0 -149
  69. package/dist/src/dropdown.d.ts.map +0 -1
  70. package/dist/src/edges.d.ts +0 -7
  71. package/dist/src/edges.d.ts.map +0 -1
  72. package/dist/src/forms.d.ts +0 -12
  73. package/dist/src/forms.d.ts.map +0 -1
  74. package/dist/src/global.d.ts +0 -60
  75. package/dist/src/global.d.ts.map +0 -1
  76. package/dist/src/index.d.ts +0 -27
  77. package/dist/src/index.d.ts.map +0 -1
  78. package/dist/src/materialbox.d.ts +0 -96
  79. package/dist/src/materialbox.d.ts.map +0 -1
  80. package/dist/src/modal.d.ts +0 -119
  81. package/dist/src/modal.d.ts.map +0 -1
  82. package/dist/src/parallax.d.ts +0 -40
  83. package/dist/src/parallax.d.ts.map +0 -1
  84. package/dist/src/pushpin.d.ts +0 -52
  85. package/dist/src/pushpin.d.ts.map +0 -1
  86. package/dist/src/range.d.ts +0 -41
  87. package/dist/src/range.d.ts.map +0 -1
  88. package/dist/src/scrollspy.d.ts +0 -62
  89. package/dist/src/scrollspy.d.ts.map +0 -1
  90. package/dist/src/select.d.ts +0 -77
  91. package/dist/src/select.d.ts.map +0 -1
  92. package/dist/src/sidenav.d.ts +0 -122
  93. package/dist/src/sidenav.d.ts.map +0 -1
  94. package/dist/src/slider.d.ts +0 -103
  95. package/dist/src/slider.d.ts.map +0 -1
  96. package/dist/src/tabs.d.ts +0 -80
  97. package/dist/src/tabs.d.ts.map +0 -1
  98. package/dist/src/tapTarget.d.ts +0 -59
  99. package/dist/src/tapTarget.d.ts.map +0 -1
  100. package/dist/src/timepicker.d.ts +0 -208
  101. package/dist/src/timepicker.d.ts.map +0 -1
  102. package/dist/src/toasts.d.ts +0 -95
  103. package/dist/src/toasts.d.ts.map +0 -1
  104. package/dist/src/tooltip.d.ts +0 -118
  105. package/dist/src/tooltip.d.ts.map +0 -1
  106. package/dist/src/utils.d.ts +0 -97
  107. package/dist/src/utils.d.ts.map +0 -1
  108. package/dist/src/waves.d.ts +0 -16
  109. package/dist/src/waves.d.ts.map +0 -1
  110. package/sass/components/_theme_variables.scss +0 -78
  111. package/sass/components/theme.dark.module.scss +0 -32
  112. package/sass/components/theme.light.module.scss +0 -32
@@ -1,26 +1,18 @@
1
- /* Select Field
2
- ========================================================================== */
3
-
4
1
  select.browser-default {
5
2
  opacity: 1;
6
- color: $select-input-color;
3
+ color: var(--md-sys-color-on-background);
7
4
  }
8
5
 
9
6
  select {
10
7
  opacity: 0;
11
- background-color: $select-background;
8
+ background-color: var(--md-sys-color-surface);
12
9
  width: 100%;
13
- padding: $select-padding;
14
- border: $select-border;
15
- border-radius: $select-radius;
16
- height: $input-height;
10
+ padding: 5px;
11
+ border: 1px solid var(--md-sys-color-outline-variant);
12
+ border-radius: 2px;
13
+ height: 3rem;
17
14
  }
18
15
 
19
- // .select-label {
20
- // position: absolute;
21
- // }
22
-
23
-
24
16
  .select-wrapper {
25
17
  /*
26
18
  &.valid .helper-text[data-success],
@@ -57,31 +49,29 @@ select {
57
49
  }
58
50
  */
59
51
 
60
-
61
-
62
52
  position: relative;
63
53
 
64
54
  /*
65
55
  input.select-dropdown {
66
56
  &:focus {
67
- border-bottom: 1px solid $input-focus-color;
57
+ border-bottom: 1px solid var(--md-sys-color-primary);
68
58
  }
69
59
  position: relative;
70
60
  cursor: pointer;
71
61
  background-color: transparent;
72
62
  border: none;
73
- border-bottom: $input-border;
63
+ border-bottom: 2px solid var(--md-sys-color-on-surface-variant);
74
64
  outline: none;
75
- height: $input-height;
76
- line-height: $input-height;
65
+ height: 3rem;
66
+ line-height: 3rem;
77
67
  width: 100%;
78
- font-size: $input-font-size;
79
- margin: $input-margin;
68
+ font-size: 16px;
69
+ margin: 0 0 8px 0;
80
70
  padding: 0;
81
71
  display: block;
82
72
  user-select:none;
83
73
  z-index: 1;
84
- color: $select-input-color;
74
+ color: var(--md-sys-color-on-background);
85
75
  }
86
76
  */
87
77
 
@@ -92,17 +82,9 @@ select {
92
82
  bottom: 0;
93
83
  margin: auto 0;
94
84
  z-index: 0;
95
- fill: $select-input-color;
85
+ fill: var(--md-sys-color-on-background);
96
86
  }
97
87
 
98
- /*
99
- & + label {
100
- position: absolute;
101
- top: -26px;
102
- font-size: $label-font-size;
103
- }
104
- */
105
-
106
88
  // Hide select with overflow hidden instead of using display none
107
89
  // (this prevents form validation errors with hidden form elements)
108
90
  .hide-select {
@@ -115,54 +97,55 @@ select {
115
97
  }
116
98
  }
117
99
 
118
- // Disabled styles
119
100
  select:disabled {
120
- color: $input-disabled-color;
101
+ color: var(--md-sys-color-on-surface);
121
102
  }
122
103
 
123
104
  .select-wrapper.disabled {
124
105
  + label {
125
- color: $input-disabled-color;
106
+ color: var(--md-sys-color-on-surface);
126
107
  }
127
108
  .caret {
128
- fill: $input-disabled-color;
109
+ fill: var(--md-sys-color-on-surface);
129
110
  }
130
111
  }
131
112
 
132
113
  .select-wrapper input.select-dropdown:disabled {
133
- color: $input-disabled-color;
114
+ color: var(--md-sys-color-on-surface);
134
115
  cursor: default;
135
116
  user-select: none;
136
117
  }
137
118
 
138
119
  .select-wrapper i {
139
- color: $select-disabled-color;
120
+ color: var(--md-sys-color-on-surface);
140
121
  }
141
122
 
142
123
  .select-dropdown li.disabled,
143
124
  .select-dropdown li.disabled > span,
144
125
  .select-dropdown li.optgroup {
145
- color: $select-disabled-color;
146
- background-color: transparent;
126
+ color: var(--md-sys-color-on-surface);
127
+ //background-color: transparent;
147
128
  }
148
129
 
130
+ /*
149
131
  body.keyboard-focused {
150
132
  .select-dropdown.dropdown-content li:focus {
151
- background-color: $select-option-focus;
133
+ //background-color: $select-option-focus;
152
134
  }
153
135
  }
154
136
 
155
137
  .select-dropdown.dropdown-content {
156
138
  li {
157
139
  &:hover:not(.disabled) {
158
- background-color: $select-option-hover;
140
+ //background-color: $select-option-hover;
159
141
  }
160
142
 
161
143
  &.selected:not(.disabled) {
162
- background-color: $select-option-selected;
144
+ //background-color: $select-option-selected;
163
145
  }
164
146
  }
165
147
  }
148
+ */
166
149
 
167
150
  /*
168
151
  // Prefix Icons
@@ -193,17 +176,20 @@ body.keyboard-focused {
193
176
 
194
177
  // Optgroup styles
195
178
  .select-dropdown li.optgroup {
196
- border-top: 1px solid $dropdown-hover-bg-color;
197
-
179
+ border-top: 1px solid rgba(0, 0, 0, 0.04);
198
180
  &.selected > span {
199
- color: $font-color-main;
181
+ color: var(--md-sys-color-on-background);
200
182
  }
201
-
202
183
  & > span {
203
- color: $font-color-medium;
184
+ color: var(--md-sys-color-on-surface-variant);
204
185
  }
205
-
206
186
  & ~ li.optgroup-option {
207
187
  padding-left: 1rem;
208
188
  }
209
189
  }
190
+
191
+ /*
192
+ .select-dropdown .selected {
193
+ color: red;
194
+ }
195
+ */
@@ -1,6 +1,3 @@
1
- /* Switch
2
- ========================================================================== */
3
-
4
1
  .switch {
5
2
  --track-height: 32px;
6
3
  --track-width: 52px;
@@ -30,8 +27,8 @@
30
27
  // CHECKED
31
28
  // Track
32
29
  &:checked + .lever{
33
- background-color: var(--primary-color);
34
- border-color: var(--primary-color);
30
+ background-color: var(--md-sys-color-primary);
31
+ border-color: var(--md-sys-color-primary);
35
32
  }
36
33
  // Dot
37
34
  &:checked + .lever {
@@ -57,10 +54,10 @@
57
54
  border-width: 2px;
58
55
  border-color: var(--md-sys-color-outline);
59
56
 
60
- //background-color: $switch-track-unchecked-bg;
61
- @extend .surface-variant;
57
+ //@extend .surface-variant;
58
+ background-color: var(--md-sys-color-surface-variant);
62
59
 
63
- border-radius: $switch-radius;
60
+ border-radius: 15px;
64
61
  margin-right: 10px;
65
62
  transition: background 0.3s ease;
66
63
  vertical-align: middle;
@@ -99,22 +96,22 @@ input[type=checkbox]:not(:disabled) ~ .lever:hover::before {
99
96
  }
100
97
 
101
98
  input[type=checkbox]:checked:not(:disabled) ~ .lever:hover::before {
102
- background-color: $switch-reaction-checked-hover-color;
99
+ background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
103
100
  }
104
101
 
105
102
  // Switch active style
106
103
  input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
107
104
  input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
108
- background-color: $switch-reaction-checked-focus-color;
105
+ background-color: rgba(var(--md-sys-color-primary-numeric), 0.18);
109
106
  }
110
107
 
111
108
  input[type=checkbox]:not(:disabled) ~ .lever:hover::before {
112
- background-color: $switch-reaction-unchecked-hover-color;
109
+ background-color: rgba(0, 0, 0, 0.04);
113
110
  }
114
111
 
115
112
  input[type=checkbox]:not(:disabled) ~ .lever:active:before,
116
113
  input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
117
- background-color: $switch-reaction-unchecked-focus-color;
114
+ background-color: rgba(0, 0, 0, 0.12);
118
115
  }
119
116
 
120
117
  // Disabled Styles
@@ -0,0 +1,140 @@
1
+ /* System Defaults */
2
+ :root, :host {
3
+ color-scheme: light;
4
+ --md-sys-color-primary: var(--md-sys-color-primary-light);
5
+ --md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
6
+ --md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
7
+ --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
8
+ --md-sys-color-secondary: var(--md-sys-color-secondary-light);
9
+ --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
10
+ --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
11
+ --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
12
+ --md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
13
+ --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
14
+ --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
15
+ --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
16
+ --md-sys-color-error: var(--md-sys-color-error-light);
17
+ --md-sys-color-on-error: var(--md-sys-color-on-error-light);
18
+ --md-sys-color-error-container: var(--md-sys-color-error-container-light);
19
+ --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
20
+ --md-sys-color-outline: var(--md-sys-color-outline-light);
21
+ --md-sys-color-background: var(--md-sys-color-background-light);
22
+ --md-sys-color-on-background: var(--md-sys-color-on-background-light);
23
+ --md-sys-color-surface: var(--md-sys-color-surface-light);
24
+ --md-sys-color-on-surface: var(--md-sys-color-on-surface-light);
25
+ --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
26
+ --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
27
+ --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
28
+ --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
29
+ --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
30
+ --md-sys-color-shadow: var(--md-sys-color-shadow-light);
31
+ --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
32
+ --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
33
+ --md-sys-color-scrim: var(--md-sys-color-scrim-light);
34
+ }
35
+
36
+ @media (prefers-color-scheme: dark) {
37
+ :root, :host {
38
+ color-scheme: dark;
39
+ --md-sys-color-primary: var(--md-sys-color-primary-dark);
40
+ --md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
41
+ --md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
42
+ --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
43
+ --md-sys-color-secondary: var(--md-sys-color-secondary-dark);
44
+ --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
45
+ --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
46
+ --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
47
+ --md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
48
+ --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
49
+ --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
50
+ --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
51
+ --md-sys-color-error: var(--md-sys-color-error-dark);
52
+ --md-sys-color-on-error: var(--md-sys-color-on-error-dark);
53
+ --md-sys-color-error-container: var(--md-sys-color-error-container-dark);
54
+ --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
55
+ --md-sys-color-outline: var(--md-sys-color-outline-dark);
56
+ --md-sys-color-background: var(--md-sys-color-background-dark);
57
+ --md-sys-color-on-background: var(--md-sys-color-on-background-dark);
58
+ --md-sys-color-surface: var(--md-sys-color-surface-dark);
59
+ --md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
60
+ --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
61
+ --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
62
+ --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
63
+ --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
64
+ --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
65
+ --md-sys-color-shadow: var(--md-sys-color-shadow-dark);
66
+ --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
67
+ --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
68
+ --md-sys-color-scrim: var(--md-sys-color-scrim-dark);
69
+ }
70
+ }
71
+
72
+ /* ===================================================================== Themes */
73
+
74
+ :root[theme='light'] {
75
+ color-scheme: light;
76
+ --md-sys-color-primary: var(--md-sys-color-primary-light);
77
+ --md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
78
+ --md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
79
+ --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
80
+ --md-sys-color-secondary: var(--md-sys-color-secondary-light);
81
+ --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
82
+ --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
83
+ --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
84
+ --md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
85
+ --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
86
+ --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
87
+ --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
88
+ --md-sys-color-error: var(--md-sys-color-error-light);
89
+ --md-sys-color-on-error: var(--md-sys-color-on-error-light);
90
+ --md-sys-color-error-container: var(--md-sys-color-error-container-light);
91
+ --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
92
+ --md-sys-color-outline: var(--md-sys-color-outline-light);
93
+ --md-sys-color-background: var(--md-sys-color-background-light);
94
+ --md-sys-color-on-background: var(--md-sys-color-on-background-light);
95
+ --md-sys-color-surface: var(--md-sys-color-surface-light);
96
+ --md-sys-color-on-surface: var(--md-sys-color-on-surface-light);
97
+ --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
98
+ --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
99
+ --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
100
+ --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
101
+ --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
102
+ --md-sys-color-shadow: var(--md-sys-color-shadow-light);
103
+ --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
104
+ --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
105
+ --md-sys-color-scrim: var(--md-sys-color-scrim-light);
106
+ }
107
+
108
+ :root[theme='dark'] {
109
+ color-scheme: dark;
110
+ --md-sys-color-primary: var(--md-sys-color-primary-dark);
111
+ --md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
112
+ --md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
113
+ --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
114
+ --md-sys-color-secondary: var(--md-sys-color-secondary-dark);
115
+ --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
116
+ --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
117
+ --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
118
+ --md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
119
+ --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
120
+ --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
121
+ --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
122
+ --md-sys-color-error: var(--md-sys-color-error-dark);
123
+ --md-sys-color-on-error: var(--md-sys-color-on-error-dark);
124
+ --md-sys-color-error-container: var(--md-sys-color-error-container-dark);
125
+ --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
126
+ --md-sys-color-outline: var(--md-sys-color-outline-dark);
127
+ --md-sys-color-background: var(--md-sys-color-background-dark);
128
+ --md-sys-color-on-background: var(--md-sys-color-on-background-dark);
129
+ --md-sys-color-surface: var(--md-sys-color-surface-dark);
130
+ --md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
131
+ --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
132
+ --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
133
+ --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
134
+ --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
135
+ --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
136
+ --md-sys-color-shadow: var(--md-sys-color-shadow-dark);
137
+ --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
138
+ --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
139
+ --md-sys-color-scrim: var(--md-sys-color-scrim-dark);
140
+ }
@@ -1,18 +1,20 @@
1
1
  @charset "UTF-8";
2
+
2
3
  @import "components/tokens.module";
4
+ @import "components/theme.module";
5
+ //@import "components/_theme_variables";
3
6
  @import "components/colors.module";
4
7
  @import "components/typography.module";
5
- @import "components/theme.light.module";
6
- @import "components/theme.dark.module";
7
- @import "components/_theme_variables";
8
8
 
9
9
  // Color
10
10
  @import "components/color-variables";
11
11
  @import "components/color-classes";
12
12
  // Variables;
13
13
  @import "components/variables";
14
+
14
15
  // Reset
15
16
  @import "components/normalize";
17
+
16
18
  // components
17
19
  @import "components/global";
18
20
  @import "components/collection";
@@ -28,6 +30,7 @@
28
30
  @import "components/tooltip";
29
31
  @import "components/buttons";
30
32
  @import "components/dropdown";
33
+
31
34
  @import "components/modal";
32
35
  @import "components/collapsible";
33
36
  @import "components/chips";