@frosted-ui/colors 0.0.1-canary.49 → 0.0.1-canary.51
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/.turbo/turbo-build.log +1 -1
- package/blue-alpha.css +24 -24
- package/blue-dark-alpha.css +24 -24
- package/blue-dark.css +24 -24
- package/blue.css +24 -24
- package/index.js +552 -1032
- package/index.mjs +545 -993
- package/indigo-alpha.css +24 -24
- package/indigo-dark-alpha.css +24 -24
- package/indigo-dark.css +24 -24
- package/indigo.css +24 -24
- package/lemon-alpha.css +33 -0
- package/lemon-dark-alpha.css +33 -0
- package/lemon-dark.css +33 -0
- package/lemon.css +33 -0
- package/lime-alpha.css +24 -24
- package/lime-dark-alpha.css +24 -24
- package/lime-dark.css +24 -24
- package/lime.css +24 -24
- package/orange-alpha.css +24 -24
- package/orange-dark-alpha.css +24 -24
- package/orange-dark.css +24 -24
- package/orange.css +24 -24
- package/package.json +1 -1
- package/types/dark.d.ts +223 -447
- package/types/light.d.ts +223 -447
- package/byzantine-blue-alpha.css +0 -33
- package/byzantine-blue-dark-alpha.css +0 -33
- package/byzantine-blue-dark.css +0 -33
- package/byzantine-blue.css +0 -33
- package/dragon-fire-alpha.css +0 -33
- package/dragon-fire-dark-alpha.css +0 -33
- package/dragon-fire-dark.css +0 -33
- package/dragon-fire.css +0 -33
- package/electric-indigo-alpha.css +0 -33
- package/electric-indigo-dark-alpha.css +0 -33
- package/electric-indigo-dark.css +0 -33
- package/electric-indigo.css +0 -33
- package/lemon-lime-alpha.css +0 -33
- package/lemon-lime-dark-alpha.css +0 -33
- package/lemon-lime-dark.css +0 -33
- package/lemon-lime.css +0 -33
- package/lime-green-alpha.css +0 -33
- package/lime-green-dark-alpha.css +0 -33
- package/lime-green-dark.css +0 -33
- package/lime-green.css +0 -33
package/lime-green.css
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
:root, .light, .light-theme {
|
|
2
|
-
--lime-green-1: #fafefa;
|
|
3
|
-
--lime-green-2: #f4fcf3;
|
|
4
|
-
--lime-green-3: #dffbdc;
|
|
5
|
-
--lime-green-4: #caf8c6;
|
|
6
|
-
--lime-green-5: #b4f1af;
|
|
7
|
-
--lime-green-6: #9be696;
|
|
8
|
-
--lime-green-7: #7bd676;
|
|
9
|
-
--lime-green-8: #42c340;
|
|
10
|
-
--lime-green-9: #06d718;
|
|
11
|
-
--lime-green-10: #00cb00;
|
|
12
|
-
--lime-green-11: #008600;
|
|
13
|
-
--lime-green-12: #194318;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@supports (color: color(display-p3 1 1 1)) {
|
|
17
|
-
@media (color-gamut: p3) {
|
|
18
|
-
:root, .light, .light-theme {
|
|
19
|
-
--lime-green-1: color(display-p3 0.9836 0.9961 0.9805);
|
|
20
|
-
--lime-green-2: color(display-p3 0.9614 0.9862 0.9553);
|
|
21
|
-
--lime-green-3: color(display-p3 0.8945 0.9821 0.8729);
|
|
22
|
-
--lime-green-4: color(display-p3 0.8269 0.9657 0.7927);
|
|
23
|
-
--lime-green-5: color(display-p3 0.7545 0.9369 0.7099);
|
|
24
|
-
--lime-green-6: color(display-p3 0.6723 0.8927 0.6185);
|
|
25
|
-
--lime-green-7: color(display-p3 0.5673 0.8305 0.5032);
|
|
26
|
-
--lime-green-8: color(display-p3 0.4126 0.7539 0.3277);
|
|
27
|
-
--lime-green-9: color(display-p3 0.3843 0.8306 0.2661);
|
|
28
|
-
--lime-green-10: color(display-p3 0.3386 0.7852 0.2155);
|
|
29
|
-
--lime-green-11: color(display-p3 0.2169 0.5168 0.1352);
|
|
30
|
-
--lime-green-12: color(display-p3 0.1424 0.2578 0.1142);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|