@wavemaker/foundation-css 12.0.0-next.45091 → 12.0.0-next.45094

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.
@@ -136,63 +136,6 @@
136
136
  --wm-font-family-brand: Roboto, var(--wm-font-family-backup);
137
137
  --wm-border-color: var(--wm-color-outline-variant);
138
138
  }
139
- @media (prefers-color-scheme: dark) {
140
- :root:not(:has(.wm-studio)) {
141
- /**
142
- * Do not edit directly, this file was auto-generated.
143
- */
144
- --wm-color-on-success: #1d192b;
145
- --wm-color-scrim: #000000;
146
- --wm-color-shadow: #ffffff;
147
- --wm-color-outline-variant: #49454f;
148
- --wm-color-outline: #938f99;
149
- --wm-color-inverse-primary: #6750a4;
150
- --wm-color-inverse-on-surface: #322f35;
151
- --wm-color-inverse-surface: #e6e0e9;
152
- --wm-color-on-surface-variant: #cac4d0;
153
- --wm-color-on-surface: #e6e0e9;
154
- --wm-color-surface-container-highest: #36343b;
155
- --wm-color-surface-container-high: #2b2930;
156
- --wm-color-surface-container-lowest: #0f0d13;
157
- --wm-color-surface-container-low: #1d1b20;
158
- --wm-color-surface-container: #211f26;
159
- --wm-color-surface-tint: #d0bcff;
160
- --wm-color-surface-dim: #141218;
161
- --wm-color-surface-bright: #3b383e;
162
- --wm-color-surface-variant: #49454f;
163
- --wm-color-surface: #141218;
164
- --wm-color-on-background: #e6e0e9;
165
- --wm-color-background: #141218;
166
- --wm-color-on-error-container: #f9dedc;
167
- --wm-color-on-error: #601410;
168
- --wm-color-error-container: #8c1d18;
169
- --wm-color-error: #f2b8b5;
170
- --wm-color-on-tertiary-fixed-variant: #633b48;
171
- --wm-color-on-tertiary-fixed: #31111d;
172
- --wm-color-on-tertiary-container: #ffd8e4;
173
- --wm-color-on-tertiary: #492532;
174
- --wm-color-tertiary-fixed-dim: #efb8c8;
175
- --wm-color-tertiary-fixed: #ffd8e4;
176
- --wm-color-tertiary-container: #633b48;
177
- --wm-color-tertiary: #efb8c8;
178
- --wm-color-on-secondary-fixed-variant: #4a4458;
179
- --wm-color-on-secondary-fixed: #1d192b;
180
- --wm-color-on-secondary-container: #e8def8;
181
- --wm-color-on-secondary: #332d41;
182
- --wm-color-secondary-fixed-dim: #ccc2dc;
183
- --wm-color-secondary-fixed: #e8def8;
184
- --wm-color-secondary-container: #4a4458;
185
- --wm-color-secondary: #ccc2dc;
186
- --wm-color-on-primary-fixed-variant: #4f378b;
187
- --wm-color-on-primary-fixed: #21005d;
188
- --wm-color-on-primary-container: #eaddff;
189
- --wm-color-on-primary: #381e72;
190
- --wm-color-primary-fixed-dim: #d0bcff;
191
- --wm-color-primary-fixed: #eaddff;
192
- --wm-color-primary-container: #4f378b;
193
- --wm-color-primary: #d0bcfe;
194
- }
195
- }
196
139
  /*=========
197
140
  css variables doesn't support by less functions to generate lighten, darken, fade, etc.
198
141
  We are using color-mix function of css variables.