Skip to content

Commit 4d17324

Browse files
committed
Revert "chore(color): limit soft dark to wanted components"
This reverts commit 1bf4d21.
1 parent b2200ca commit 4d17324

File tree

9 files changed

+93
-117
lines changed

9 files changed

+93
-117
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- Avatar: Added a `linkProps` and `linkAs` props which will be passed to the Thumbnail child.
3232
- UserBlock: Added a `linkProps` and `linkAs` props which will be passed to the Thumbnail child and used to wrap the username.
3333

34-
### Changed
35-
36-
- Limit lighten dark color to components: `Button`, `IconButton`, `Chip`, `Flags`, `Tabs`, `Icon`.
37-
3834
## [2.1.4][] - 2021-11-25
3935

4036
### Fixed

packages/lumx-core/src/css/design-tokens.css

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 30 Nov 2021 09:20:09 GMT
3+
* Generated on Thu, 18 Nov 2021 15:14:46 GMT
44
*/
55

66
:root {
@@ -53,7 +53,7 @@
5353
0,
5454
0,
5555
0.7
56-
); /* Base dark color with 70% opacity */
56+
); /* Base dark color with 80% opacity */
5757
--lumx-button-emphasis-medium-state-default-theme-light-border-color: transparent;
5858
--lumx-button-emphasis-medium-state-default-theme-dark-background-color: rgba(
5959
255,
@@ -76,7 +76,7 @@
7676
0,
7777
0,
7878
0.7
79-
); /* Base dark color with 70% opacity */
79+
); /* Base dark color with 80% opacity */
8080
--lumx-button-emphasis-medium-state-hover-theme-light-border-color: transparent;
8181
--lumx-button-emphasis-medium-state-hover-theme-dark-background-color: rgba(
8282
255,
@@ -99,7 +99,7 @@
9999
0,
100100
0,
101101
0.7
102-
); /* Base dark color with 70% opacity */
102+
); /* Base dark color with 80% opacity */
103103
--lumx-button-emphasis-medium-state-active-theme-light-border-color: transparent;
104104
--lumx-button-emphasis-medium-state-active-theme-dark-background-color: rgba(
105105
255,
@@ -117,7 +117,7 @@
117117
0,
118118
0,
119119
0.7
120-
); /* Base dark color with 70% opacity */
120+
); /* Base dark color with 80% opacity */
121121
--lumx-button-emphasis-low-state-default-theme-light-border-color: transparent;
122122
--lumx-button-emphasis-low-state-default-theme-dark-background-color: transparent;
123123
--lumx-button-emphasis-low-state-default-theme-dark-color: #fff; /* Neutral light color */
@@ -130,7 +130,7 @@
130130
0,
131131
0.12
132132
); /* Base dark color with 12% opacity */
133-
--lumx-button-emphasis-low-state-hover-theme-light-color: rgba(0, 0, 0, 0.7); /* Base dark color with 70% opacity */
133+
--lumx-button-emphasis-low-state-hover-theme-light-color: rgba(0, 0, 0, 0.7); /* Base dark color with 80% opacity */
134134
--lumx-button-emphasis-low-state-hover-theme-light-border-color: transparent;
135135
--lumx-button-emphasis-low-state-hover-theme-dark-background-color: rgba(
136136
255,
@@ -153,7 +153,7 @@
153153
0,
154154
0,
155155
0.7
156-
); /* Base dark color with 70% opacity */
156+
); /* Base dark color with 80% opacity */
157157
--lumx-button-emphasis-low-state-active-theme-light-border-color: transparent;
158158
--lumx-button-emphasis-low-state-active-theme-dark-background-color: rgba(
159159
255,
@@ -256,20 +256,20 @@
256256
0,
257257
0,
258258
0.7
259-
); /* Base dark color with 70% opacity */
259+
); /* Base dark color with 80% opacity */
260260
--lumx-navigation-item-emphasis-low-state-default-theme-light-label-color: rgba(
261261
0,
262262
0,
263263
0,
264-
0.87
265-
); /* Neutral dark color */
264+
0.7
265+
); /* Base dark color with 80% opacity */
266266
--lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-background-color: transparent;
267267
--lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-color: rgba(
268268
0,
269269
0,
270270
0,
271271
0.7
272-
); /* Base dark color with 70% opacity */
272+
); /* Base dark color with 80% opacity */
273273
--lumx-navigation-item-emphasis-low-state-default-theme-dark-background-color: transparent;
274274
--lumx-navigation-item-emphasis-low-state-default-theme-dark-border-color: rgba(
275275
255,
@@ -302,13 +302,13 @@
302302
0,
303303
0,
304304
0.7
305-
); /* Base dark color with 70% opacity */
305+
); /* Base dark color with 80% opacity */
306306
--lumx-navigation-item-emphasis-low-state-hover-theme-light-label-color: rgba(
307307
0,
308308
0,
309309
0,
310-
0.87
311-
); /* Neutral dark color */
310+
0.7
311+
); /* Base dark color with 80% opacity */
312312
--lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-background-color: rgba(
313313
0,
314314
0,
@@ -320,7 +320,7 @@
320320
0,
321321
0,
322322
0.7
323-
); /* Base dark color with 70% opacity */
323+
); /* Base dark color with 80% opacity */
324324
--lumx-navigation-item-emphasis-low-state-hover-theme-dark-background-color: rgba(
325325
255,
326326
255,
@@ -363,13 +363,13 @@
363363
0,
364364
0,
365365
0.7
366-
); /* Base dark color with 70% opacity */
366+
); /* Base dark color with 80% opacity */
367367
--lumx-navigation-item-emphasis-low-state-active-theme-light-label-color: rgba(
368368
0,
369369
0,
370370
0,
371-
0.87
372-
); /* Neutral dark color */
371+
0.7
372+
); /* Base dark color with 80% opacity */
373373
--lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-background-color: rgba(
374374
0,
375375
0,
@@ -381,7 +381,7 @@
381381
0,
382382
0,
383383
0.7
384-
); /* Base dark color with 70% opacity */
384+
); /* Base dark color with 80% opacity */
385385
--lumx-navigation-item-emphasis-low-state-active-theme-dark-background-color: rgba(
386386
255,
387387
255,
@@ -507,7 +507,7 @@
507507
0,
508508
0,
509509
0.7
510-
); /* Base dark color with 70% opacity */
510+
); /* Base dark color with 80% opacity */
511511
--lumx-tabs-link-emphasis-low-state-default-theme-light-border-color: rgba(
512512
0,
513513
0,
@@ -537,7 +537,7 @@
537537
0,
538538
0,
539539
0.7
540-
); /* Base dark color with 70% opacity */
540+
); /* Base dark color with 80% opacity */
541541
--lumx-tabs-link-emphasis-low-state-hover-theme-light-border-color: rgba(
542542
0,
543543
0,
@@ -572,7 +572,7 @@
572572
0,
573573
0,
574574
0.7
575-
); /* Base dark color with 70% opacity */
575+
); /* Base dark color with 80% opacity */
576576
--lumx-tabs-link-emphasis-low-state-active-theme-light-border-color: rgba(
577577
0,
578578
0,
@@ -602,7 +602,7 @@
602602
0,
603603
0,
604604
0.7
605-
); /* Base dark color with 70% opacity */
605+
); /* Base dark color with 80% opacity */
606606
--lumx-tabs-link-emphasis-selected-state-default-theme-light-border-color: var(--lumx-color-primary-N);
607607
--lumx-tabs-link-emphasis-selected-state-default-theme-dark-background-color: transparent;
608608
--lumx-tabs-link-emphasis-selected-state-default-theme-dark-color: #fff; /* Neutral light color */
@@ -622,7 +622,7 @@
622622
0,
623623
0,
624624
0.7
625-
); /* Base dark color with 70% opacity */
625+
); /* Base dark color with 80% opacity */
626626
--lumx-tabs-link-emphasis-selected-state-hover-theme-light-border-color: var(--lumx-color-primary-N);
627627
--lumx-tabs-link-emphasis-selected-state-hover-theme-dark-background-color: rgba(
628628
255,
@@ -647,7 +647,7 @@
647647
0,
648648
0,
649649
0.7
650-
); /* Base dark color with 70% opacity */
650+
); /* Base dark color with 80% opacity */
651651
--lumx-tabs-link-emphasis-selected-state-active-theme-light-border-color: var(--lumx-color-primary-N);
652652
--lumx-tabs-link-emphasis-selected-state-active-theme-dark-background-color: rgba(
653653
255,
@@ -782,7 +782,7 @@
782782
); /* Base light color with 80% opacity */
783783
--lumx-border-radius: 4px;
784784
--lumx-color-dark-N: rgba(0, 0, 0, 0.87); /* Neutral dark color */
785-
--lumx-color-dark-L1: rgba(0, 0, 0, 0.7); /* Base dark color with 70% opacity */
785+
--lumx-color-dark-L1: rgba(0, 0, 0, 0.7); /* Base dark color with 80% opacity */
786786
--lumx-color-dark-L2: rgba(0, 0, 0, 0.54); /* Base dark color with 54% opacity */
787787
--lumx-color-dark-L3: rgba(0, 0, 0, 0.38); /* Base dark color with 38% opacity */
788788
--lumx-color-dark-L4: rgba(0, 0, 0, 0.2); /* Base dark color with 20% opacity */
@@ -866,7 +866,7 @@
866866
--lumx-color-accent-L5: rgba(76, 175, 80, 0.1); /* Base green color with 10% opacity */
867867
--lumx-color-accent-L6: rgba(76, 175, 80, 0.05); /* Base green color with 5% opacity */
868868
--lumx-color-black-N: rgba(0, 0, 0, 0.87); /* Neutral dark color */
869-
--lumx-color-black-L1: rgba(0, 0, 0, 0.7); /* Base dark color with 70% opacity */
869+
--lumx-color-black-L1: rgba(0, 0, 0, 0.7); /* Base dark color with 80% opacity */
870870
--lumx-color-black-L2: rgba(0, 0, 0, 0.54); /* Base dark color with 54% opacity */
871871
--lumx-color-black-L3: rgba(0, 0, 0, 0.38); /* Base dark color with 38% opacity */
872872
--lumx-color-black-L4: rgba(0, 0, 0, 0.2); /* Base dark color with 20% opacity */

0 commit comments

Comments
 (0)