@semi-bot/semi-theme-aaa111 1.0.4 → 1.0.5
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/package.json +1 -1
- package/raw.json +2 -2
- package/scss/_palette.scss +1 -1
- package/scss/global.scss +1 -1
- package/semi.css +2 -2
- package/semi.min.css +1 -1
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"--semi-cyan-7": "0,124,146",
|
|
208
208
|
"--semi-cyan-8": "0,92,110",
|
|
209
209
|
"--semi-cyan-9": "0,60,73",
|
|
210
|
-
"--semi-grey-0": "
|
|
210
|
+
"--semi-grey-0": "245,247,250",
|
|
211
211
|
"--semi-grey-1": "230,231,234",
|
|
212
212
|
"--semi-grey-2": "198,199,205",
|
|
213
213
|
"--semi-grey-3": "167,168,176",
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"data/--semi-color-data-7": "rgba(139, 215, 210, 1)",
|
|
472
472
|
"data/--semi-color-data-8": "rgba(131, 176, 35, 1)",
|
|
473
473
|
"data/--semi-color-data-9": "rgba(233, 165, 229, 1)",
|
|
474
|
-
"fill/--semi-color-fill-0": "rgba(92,105,114,
|
|
474
|
+
"fill/--semi-color-fill-0": "rgba(92,105,114,0.05)",
|
|
475
475
|
"fill/--semi-color-fill-1": "rgba(92,105,114, 0.09)",
|
|
476
476
|
"fill/--semi-color-fill-2": "rgba(92,105,114, 0.13)",
|
|
477
477
|
"text/--semi-color-text-0": "rgba(var(--semi-grey-9), 1)",
|
package/scss/_palette.scss
CHANGED
|
@@ -31,7 +31,7 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
|
|
|
31
31
|
--semi-cyan-7: 0,124,146;
|
|
32
32
|
--semi-cyan-8: 0,92,110;
|
|
33
33
|
--semi-cyan-9: 0,60,73;
|
|
34
|
-
--semi-grey-0:
|
|
34
|
+
--semi-grey-0: 245,247,250;
|
|
35
35
|
--semi-grey-1: 230,231,234;
|
|
36
36
|
--semi-grey-2: 198,199,205;
|
|
37
37
|
--semi-grey-3: 167,168,176;
|
package/scss/global.scss
CHANGED
|
@@ -20,7 +20,7 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
|
|
|
20
20
|
--semi-color-data-7: rgba(139, 215, 210, 1);
|
|
21
21
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
22
22
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
23
|
-
--semi-color-fill-0: rgba(92,105,114,
|
|
23
|
+
--semi-color-fill-0: rgba(92,105,114,0.05);
|
|
24
24
|
--semi-color-fill-1: rgba(92,105,114, 0.09);
|
|
25
25
|
--semi-color-fill-2: rgba(92,105,114, 0.13);
|
|
26
26
|
--semi-color-text-0: rgba(var(--semi-grey-9), 1);
|
package/semi.css
CHANGED
|
@@ -33,7 +33,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
33
33
|
--semi-cyan-7: 0,124,146;
|
|
34
34
|
--semi-cyan-8: 0,92,110;
|
|
35
35
|
--semi-cyan-9: 0,60,73;
|
|
36
|
-
--semi-grey-0:
|
|
36
|
+
--semi-grey-0: 245,247,250;
|
|
37
37
|
--semi-grey-1: 230,231,234;
|
|
38
38
|
--semi-grey-2: 198,199,205;
|
|
39
39
|
--semi-grey-3: 167,168,176;
|
|
@@ -370,7 +370,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
370
370
|
--semi-color-data-7: rgba(139, 215, 210, 1);
|
|
371
371
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
372
372
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
373
|
-
--semi-color-fill-0: rgba(92,105,114,
|
|
373
|
+
--semi-color-fill-0: rgba(92,105,114,0.05);
|
|
374
374
|
--semi-color-fill-1: rgba(92,105,114, 0.09);
|
|
375
375
|
--semi-color-fill-2: rgba(92,105,114, 0.13);
|
|
376
376
|
--semi-color-text-0: rgba(var(--semi-grey-9), 1);
|