@momentum-design/tokens 0.5.2 → 0.6.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.
- package/dist/css/components/complete.css +72 -24
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-bronze-stable.css +7 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +7 -3
- package/dist/css/theme/webex/dark-jade-stable.css +7 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +7 -3
- package/dist/css/theme/webex/dark-rose-stable.css +7 -3
- package/dist/css/theme/webex/dark-stable.css +7 -3
- package/dist/css/theme/webex/hc-dark-stable.css +5 -1
- package/dist/css/theme/webex/hc-light-stable.css +5 -1
- package/dist/css/theme/webex/light-bronze-stable.css +7 -3
- package/dist/css/theme/webex/light-indigo-stable.css +7 -3
- package/dist/css/theme/webex/light-jade-stable.css +7 -3
- package/dist/css/theme/webex/light-lavender-stable.css +7 -3
- package/dist/css/theme/webex/light-rose-stable.css +7 -3
- package/dist/css/theme/webex/light-stable.css +7 -3
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-bronze-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-stable.swift +7 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +5 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +5 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +7 -3
- package/dist/ios/theme/webex/light-indigo-stable.swift +7 -3
- package/dist/ios/theme/webex/light-jade-stable.swift +7 -3
- package/dist/ios/theme/webex/light-lavender-stable.swift +7 -3
- package/dist/ios/theme/webex/light-rose-stable.swift +7 -3
- package/dist/ios/theme/webex/light-stable.swift +7 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +4 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +12 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-stable.swift +19 -13
- package/dist/json/theme/webex/dark-bronze-stable.json +116 -6
- package/dist/json/theme/webex/dark-indigo-stable.json +116 -6
- package/dist/json/theme/webex/dark-jade-stable.json +116 -6
- package/dist/json/theme/webex/dark-lavender-stable.json +116 -6
- package/dist/json/theme/webex/dark-rose-stable.json +116 -6
- package/dist/json/theme/webex/dark-stable.json +116 -6
- package/dist/json/theme/webex/hc-dark-stable.json +110 -0
- package/dist/json/theme/webex/hc-light-stable.json +110 -0
- package/dist/json/theme/webex/light-bronze-stable.json +116 -6
- package/dist/json/theme/webex/light-indigo-stable.json +116 -6
- package/dist/json/theme/webex/light-jade-stable.json +116 -6
- package/dist/json/theme/webex/light-lavender-stable.json +116 -6
- package/dist/json/theme/webex/light-rose-stable.json +116 -6
- package/dist/json/theme/webex/light-stable.json +116 -6
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +10 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +8 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +8 -0
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-jade-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-rose-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-stable.json +10 -2
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-bronze-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-stable.xml +7 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +5 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +5 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +7 -3
- package/dist/resources/theme/webex/light-indigo-stable.xml +7 -3
- package/dist/resources/theme/webex/light-jade-stable.xml +7 -3
- package/dist/resources/theme/webex/light-lavender-stable.xml +7 -3
- package/dist/resources/theme/webex/light-rose-stable.xml +7 -3
- package/dist/resources/theme/webex/light-stable.xml +7 -3
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-bronze-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-stable.scss +7 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +5 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +5 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +7 -3
- package/dist/scss/theme/webex/light-indigo-stable.scss +7 -3
- package/dist/scss/theme/webex/light-jade-stable.scss +7 -3
- package/dist/scss/theme/webex/light-lavender-stable.scss +7 -3
- package/dist/scss/theme/webex/light-rose-stable.scss +7 -3
- package/dist/scss/theme/webex/light-stable.scss +7 -3
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:13 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #707070;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff0d;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #000000cc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #00000066;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffff66;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff0d;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #ffffff1c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #fffffff2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #ffffffcc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #f2990a;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #64b4fa;
|
|
218
221
|
$mds-color-theme-control-active-hover: #3492eb;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #1170cf;
|
|
@@ -375,6 +378,7 @@ $mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #f294f100
|
|
|
375
378
|
$mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%);
|
|
376
379
|
$mds-color-theme-gradientdivider-vertical-normal: linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%);
|
|
377
380
|
$mds-color-theme-gradientdivider-vertical-hover: linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%);
|
|
381
|
+
$mds-color-theme-avatar-ghost: #ffffff00;
|
|
378
382
|
$mds-color-theme-avatar-default: #545454;
|
|
379
383
|
$mds-color-theme-avatar-hover: #ffffff12;
|
|
380
384
|
$mds-color-theme-avatar-pressed: #ffffff33;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:14 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #ffffff;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #3ff23f;
|
|
@@ -163,6 +163,8 @@ $mds-color-theme-background-skeleton-normal: #000000;
|
|
|
163
163
|
$mds-color-theme-background-glass-normal: #000000;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffff00;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #000000;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #000000;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #000000;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #3ff23f;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #1aebff;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #ffffff;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #ffffff;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: #ffffff;
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #ffffff;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: #ffffff;
|
|
217
220
|
$mds-color-theme-control-active-normal: #1aebff;
|
|
218
221
|
$mds-color-theme-control-active-hover: #000000;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #000000;
|
|
@@ -289,6 +292,7 @@ $mds-color-theme-gradientdivider-purple-normal: #ffffff;
|
|
|
289
292
|
$mds-color-theme-gradientdivider-purple-hover: #ffffff;
|
|
290
293
|
$mds-color-theme-gradientdivider-vertical-normal: #ffffff;
|
|
291
294
|
$mds-color-theme-gradientdivider-vertical-hover: #ffffff;
|
|
295
|
+
$mds-color-theme-avatar-ghost: #000000;
|
|
292
296
|
$mds-color-theme-avatar-default: #ffffff;
|
|
293
297
|
$mds-color-theme-avatar-cobalt: #ffffff;
|
|
294
298
|
$mds-color-theme-avatar-cyan: #ffffff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:14 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #600000;
|
|
@@ -163,6 +163,8 @@ $mds-color-theme-background-skeleton-normal: #ffffff;
|
|
|
163
163
|
$mds-color-theme-background-glass-normal: #ffffff;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #00009f;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffff;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #600000;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #ffffff;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #37006e;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #000000;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #000000;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: #000000;
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #000000;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: #000000;
|
|
217
220
|
$mds-color-theme-control-active-normal: #37006e;
|
|
218
221
|
$mds-color-theme-control-active-hover: #ffffff;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #ffffff;
|
|
@@ -273,6 +276,7 @@ $mds-color-theme-groupedbackground-primary-normal: #ffffff;
|
|
|
273
276
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
274
277
|
$mds-color-theme-groupedbackground-tertiary-normal: #ffffff;
|
|
275
278
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
279
|
+
$mds-color-theme-avatar-ghost: #ffffff;
|
|
276
280
|
$mds-color-theme-avatar-default: #000000;
|
|
277
281
|
$mds-color-theme-avatar-cobalt: #000000;
|
|
278
282
|
$mds-color-theme-avatar-cyan: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:19 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f5efe4 0%, #ffffff 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fcfaf4 0%, #ffffff 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff66;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #0000001c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
218
221
|
$mds-color-theme-control-active-hover: #0353a8;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -359,6 +362,7 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
359
362
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
360
363
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
361
364
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
365
|
+
$mds-color-theme-avatar-ghost: #00000000;
|
|
362
366
|
$mds-color-theme-avatar-default: #545454;
|
|
363
367
|
$mds-color-theme-avatar-cobalt: #08599c;
|
|
364
368
|
$mds-color-theme-avatar-cyan: #066070;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:18 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #ebeffc 0%, #ffffff 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff66;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #0000001c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
218
221
|
$mds-color-theme-control-active-hover: #0353a8;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -359,6 +362,7 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
359
362
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
360
363
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
361
364
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
365
|
+
$mds-color-theme-avatar-ghost: #00000000;
|
|
362
366
|
$mds-color-theme-avatar-default: #545454;
|
|
363
367
|
$mds-color-theme-avatar-cobalt: #08599c;
|
|
364
368
|
$mds-color-theme-avatar-cyan: #066070;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:18 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff66;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #0000001c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
218
221
|
$mds-color-theme-control-active-hover: #0353a8;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -359,6 +362,7 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
359
362
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
360
363
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
361
364
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
365
|
+
$mds-color-theme-avatar-ghost: #00000000;
|
|
362
366
|
$mds-color-theme-avatar-default: #545454;
|
|
363
367
|
$mds-color-theme-avatar-cobalt: #08599c;
|
|
364
368
|
$mds-color-theme-avatar-cyan: #066070;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:19 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f4ebff 0%, #ffffff 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fbf7ff 0%, #ffffff 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff66;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #0000001c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
218
221
|
$mds-color-theme-control-active-hover: #0353a8;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -359,6 +362,7 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
359
362
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
360
363
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
361
364
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
365
|
+
$mds-color-theme-avatar-ghost: #00000000;
|
|
362
366
|
$mds-color-theme-avatar-default: #545454;
|
|
363
367
|
$mds-color-theme-avatar-cobalt: #08599c;
|
|
364
368
|
$mds-color-theme-avatar-cyan: #066070;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:19 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #fcebf5 0%, #ffffff 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fff9fd 0%, #ffffff 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff66;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #0000001c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
218
221
|
$mds-color-theme-control-active-hover: #0353a8;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -359,6 +362,7 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
359
362
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
360
363
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
361
364
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
365
|
+
$mds-color-theme-avatar-ghost: #00000000;
|
|
362
366
|
$mds-color-theme-avatar-default: #545454;
|
|
363
367
|
$mds-color-theme-avatar-cobalt: #08599c;
|
|
364
368
|
$mds-color-theme-avatar-cyan: #066070;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 07:16:13 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -159,10 +159,12 @@ $mds-color-theme-background-namelabel-normal: #00000099;
|
|
|
159
159
|
$mds-color-theme-background-gradient-primary-normal: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
|
|
160
160
|
$mds-color-theme-background-gradient-secondary-normal: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
|
161
161
|
$mds-color-theme-background-reaction-normal: linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%);
|
|
162
|
-
$mds-color-theme-background-skeleton-normal:
|
|
163
|
-
$mds-color-theme-background-glass-normal: #
|
|
162
|
+
$mds-color-theme-background-skeleton-normal: #8f8f8f;
|
|
163
|
+
$mds-color-theme-background-glass-normal: #ffffff66;
|
|
164
164
|
$mds-color-theme-background-glass-overlay-normal: #ffffffcc;
|
|
165
165
|
$mds-color-theme-background-glass-overlay-inactive: #ffffff66;
|
|
166
|
+
$mds-color-theme-background-glass-radial-0: #ffffffe6;
|
|
167
|
+
$mds-color-theme-background-glass-radial-1: #ffffff66;
|
|
166
168
|
$mds-color-theme-background-input-disabled: #0000001c;
|
|
167
169
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
168
170
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
@@ -214,6 +216,7 @@ $mds-color-theme-outline-label-violet: #c7a5fa;
|
|
|
214
216
|
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
215
217
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
216
218
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
219
|
+
$mds-color-theme-outline-glass-normal: linear-gradient(180deg, #ffffff 0%, #ffffff99 100%);
|
|
217
220
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
218
221
|
$mds-color-theme-control-active-hover: #0353a8;
|
|
219
222
|
$mds-color-theme-control-active-pressed: #063a75;
|
|
@@ -359,6 +362,7 @@ $mds-color-theme-groupedbackground-primary-normal: #f7f7f7;
|
|
|
359
362
|
$mds-color-theme-groupedbackground-secondary-normal: #ffffff;
|
|
360
363
|
$mds-color-theme-groupedbackground-tertiary-normal: #f7f7f7;
|
|
361
364
|
$mds-color-theme-groupedbackground-quaternary-normal: #ffffff;
|
|
365
|
+
$mds-color-theme-avatar-ghost: #00000000;
|
|
362
366
|
$mds-color-theme-avatar-default: #545454;
|
|
363
367
|
$mds-color-theme-avatar-cobalt: #08599c;
|
|
364
368
|
$mds-color-theme-avatar-cyan: #066070;
|
package/package.json
CHANGED