@inc/uchu 2.1.0 → 3.0.0
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/README.md +19 -6
- package/dist/_palette.scss +164 -164
- package/dist/_pastel-palette.scss +342 -0
- package/dist/colors.d.ts +413 -0
- package/dist/index.d.ts +97 -0
- package/dist/index.js +337 -83
- package/dist/uchu-pastel-reduced.css +56 -0
- package/dist/uchu-pastel.css +168 -0
- package/dist/uchu-reduced.css +52 -52
- package/dist/uchu.css +164 -164
- package/package.json +18 -8
package/dist/uchu-reduced.css
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
/* Generated from src/index.ts — do not edit by hand */
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--uchu-light-blue-raw:
|
|
5
|
-
--uchu-light-blue: oklch(
|
|
6
|
-
--uchu-blue-raw:
|
|
7
|
-
--uchu-blue: oklch(
|
|
8
|
-
--uchu-dark-blue-raw:
|
|
9
|
-
--uchu-dark-blue: oklch(
|
|
10
|
-
--uchu-light-gray-raw:
|
|
11
|
-
--uchu-light-gray: oklch(
|
|
12
|
-
--uchu-gray-raw:
|
|
13
|
-
--uchu-gray: oklch(
|
|
14
|
-
--uchu-dark-gray-raw:
|
|
15
|
-
--uchu-dark-gray: oklch(
|
|
16
|
-
--uchu-light-green-raw:
|
|
17
|
-
--uchu-light-green: oklch(
|
|
18
|
-
--uchu-green-raw:
|
|
19
|
-
--uchu-green: oklch(
|
|
20
|
-
--uchu-dark-green-raw:
|
|
21
|
-
--uchu-dark-green: oklch(
|
|
22
|
-
--uchu-light-orange-raw:
|
|
23
|
-
--uchu-light-orange: oklch(
|
|
24
|
-
--uchu-orange-raw:
|
|
25
|
-
--uchu-orange: oklch(
|
|
26
|
-
--uchu-dark-orange-raw:
|
|
27
|
-
--uchu-dark-orange: oklch(
|
|
28
|
-
--uchu-light-pink-raw:
|
|
29
|
-
--uchu-light-pink: oklch(
|
|
30
|
-
--uchu-pink-raw:
|
|
31
|
-
--uchu-pink: oklch(
|
|
32
|
-
--uchu-dark-pink-raw:
|
|
33
|
-
--uchu-dark-pink: oklch(
|
|
34
|
-
--uchu-light-purple-raw:
|
|
35
|
-
--uchu-light-purple: oklch(
|
|
36
|
-
--uchu-purple-raw:
|
|
37
|
-
--uchu-purple: oklch(
|
|
38
|
-
--uchu-dark-purple-raw:
|
|
39
|
-
--uchu-dark-purple: oklch(
|
|
40
|
-
--uchu-light-red-raw:
|
|
41
|
-
--uchu-light-red: oklch(
|
|
42
|
-
--uchu-red-raw:
|
|
43
|
-
--uchu-red: oklch(
|
|
44
|
-
--uchu-dark-red-raw:
|
|
45
|
-
--uchu-dark-red: oklch(
|
|
46
|
-
--uchu-light-yellow-raw:
|
|
47
|
-
--uchu-light-yellow: oklch(
|
|
48
|
-
--uchu-yellow-raw: 95
|
|
49
|
-
--uchu-yellow: oklch(
|
|
50
|
-
--uchu-dark-yellow-raw:
|
|
51
|
-
--uchu-dark-yellow: oklch(
|
|
52
|
-
--uchu-light-yin-raw:
|
|
53
|
-
--uchu-light-yin: oklch(
|
|
54
|
-
--uchu-yang: oklch(
|
|
55
|
-
--uchu-yin: oklch(
|
|
4
|
+
--uchu-light-blue-raw: 0.8966 0.046 260.67;
|
|
5
|
+
--uchu-light-blue: oklch(0.8966 0.046 260.67);
|
|
6
|
+
--uchu-blue-raw: 0.8017 0.091 258.88;
|
|
7
|
+
--uchu-blue: oklch(0.6239 0.181 258.33);
|
|
8
|
+
--uchu-dark-blue-raw: 0.7094 0.136 258.06;
|
|
9
|
+
--uchu-dark-blue: oklch(0.4348 0.17 260.2);
|
|
10
|
+
--uchu-light-gray-raw: 0.9557 0.003 286.35;
|
|
11
|
+
--uchu-light-gray: oklch(0.9557 0.003 286.35);
|
|
12
|
+
--uchu-gray-raw: 0.9204 0.002 197.12;
|
|
13
|
+
--uchu-gray: oklch(0.8468 0.002 197.12);
|
|
14
|
+
--uchu-dark-gray-raw: 0.8828 0.003 286.34;
|
|
15
|
+
--uchu-dark-gray: oklch(0.6312 0.004 219.55);
|
|
16
|
+
--uchu-light-green-raw: 0.9396 0.05 148.74;
|
|
17
|
+
--uchu-light-green: oklch(0.9396 0.05 148.74);
|
|
18
|
+
--uchu-green-raw: 0.8877 0.096 147.71;
|
|
19
|
+
--uchu-green: oklch(0.7933 0.179 145.62);
|
|
20
|
+
--uchu-dark-green-raw: 0.8374 0.139 146.57;
|
|
21
|
+
--uchu-dark-green: oklch(0.5883 0.158 145.05);
|
|
22
|
+
--uchu-light-orange-raw: 0.9383 0.037 56.93;
|
|
23
|
+
--uchu-light-orange: oklch(0.9383 0.037 56.93);
|
|
24
|
+
--uchu-orange-raw: 0.8837 0.072 55.8;
|
|
25
|
+
--uchu-orange: oklch(0.7875 0.141 54.32);
|
|
26
|
+
--uchu-dark-orange-raw: 0.8356 0.107 56.49;
|
|
27
|
+
--uchu-dark-orange: oklch(0.5828 0.128 52.2);
|
|
28
|
+
--uchu-light-pink-raw: 0.958 0.023 354.27;
|
|
29
|
+
--uchu-light-pink: oklch(0.958 0.023 354.27);
|
|
30
|
+
--uchu-pink-raw: 0.9214 0.046 352.31;
|
|
31
|
+
--uchu-pink: oklch(0.8543 0.09 354.1);
|
|
32
|
+
--uchu-dark-pink-raw: 0.889 0.066 354.39;
|
|
33
|
+
--uchu-dark-pink: oklch(0.6411 0.084 353.91);
|
|
34
|
+
--uchu-light-purple-raw: 0.891 0.046 305.24;
|
|
35
|
+
--uchu-light-purple: oklch(0.891 0.046 305.24);
|
|
36
|
+
--uchu-purple-raw: 0.7868 0.091 305;
|
|
37
|
+
--uchu-purple: oklch(0.5847 0.181 302.06);
|
|
38
|
+
--uchu-dark-purple-raw: 0.685 0.136 303.78;
|
|
39
|
+
--uchu-dark-purple: oklch(0.3946 0.164 298.29);
|
|
40
|
+
--uchu-light-red-raw: 0.8898 0.052 3.28;
|
|
41
|
+
--uchu-light-red: oklch(0.8898 0.052 3.28);
|
|
42
|
+
--uchu-red-raw: 0.7878 0.109 4.54;
|
|
43
|
+
--uchu-red: oklch(0.6273 0.209 12.37);
|
|
44
|
+
--uchu-dark-red-raw: 0.6986 0.162 7.82;
|
|
45
|
+
--uchu-dark-red: oklch(0.458 0.177 17.7);
|
|
46
|
+
--uchu-light-yellow-raw: 0.9705 0.039 91.2;
|
|
47
|
+
--uchu-light-yellow: oklch(0.9705 0.039 91.2);
|
|
48
|
+
--uchu-yellow-raw: 0.95 0.07 92.39;
|
|
49
|
+
--uchu-yellow: oklch(0.9092 0.125 92.56);
|
|
50
|
+
--uchu-dark-yellow-raw: 0.9276 0.098 92.58;
|
|
51
|
+
--uchu-dark-yellow: oklch(0.6914 0.109 91.04);
|
|
52
|
+
--uchu-light-yin-raw: 0.9187 0.003 264.54;
|
|
53
|
+
--uchu-light-yin: oklch(0.9187 0.003 264.54);
|
|
54
|
+
--uchu-yang: oklch(0.994 0 0);
|
|
55
|
+
--uchu-yin: oklch(0.1438 0.007 256.88);
|
|
56
56
|
}
|
package/dist/uchu.css
CHANGED
|
@@ -1,168 +1,168 @@
|
|
|
1
1
|
/* Generated from src/colors.ts — do not edit by hand */
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--uchu-blue-1-raw:
|
|
5
|
-
--uchu-blue-1: oklch(
|
|
6
|
-
--uchu-blue-2-raw:
|
|
7
|
-
--uchu-blue-2: oklch(
|
|
8
|
-
--uchu-blue-3-raw:
|
|
9
|
-
--uchu-blue-3: oklch(
|
|
10
|
-
--uchu-blue-4-raw:
|
|
11
|
-
--uchu-blue-4: oklch(
|
|
12
|
-
--uchu-blue-5-raw:
|
|
13
|
-
--uchu-blue-5: oklch(
|
|
14
|
-
--uchu-blue-6-raw:
|
|
15
|
-
--uchu-blue-6: oklch(
|
|
16
|
-
--uchu-blue-7-raw:
|
|
17
|
-
--uchu-blue-7: oklch(
|
|
18
|
-
--uchu-blue-8-raw:
|
|
19
|
-
--uchu-blue-8: oklch(
|
|
20
|
-
--uchu-blue-9-raw:
|
|
21
|
-
--uchu-blue-9: oklch(
|
|
22
|
-
--uchu-gray-1-raw:
|
|
23
|
-
--uchu-gray-1: oklch(
|
|
24
|
-
--uchu-gray-2-raw:
|
|
25
|
-
--uchu-gray-2: oklch(
|
|
26
|
-
--uchu-gray-3-raw:
|
|
27
|
-
--uchu-gray-3: oklch(
|
|
28
|
-
--uchu-gray-4-raw:
|
|
29
|
-
--uchu-gray-4: oklch(
|
|
30
|
-
--uchu-gray-5-raw:
|
|
31
|
-
--uchu-gray-5: oklch(
|
|
32
|
-
--uchu-gray-6-raw:
|
|
33
|
-
--uchu-gray-6: oklch(
|
|
34
|
-
--uchu-gray-7-raw:
|
|
35
|
-
--uchu-gray-7: oklch(
|
|
36
|
-
--uchu-gray-8-raw:
|
|
37
|
-
--uchu-gray-8: oklch(
|
|
38
|
-
--uchu-gray-9-raw:
|
|
39
|
-
--uchu-gray-9: oklch(
|
|
40
|
-
--uchu-green-1-raw:
|
|
41
|
-
--uchu-green-1: oklch(
|
|
42
|
-
--uchu-green-2-raw:
|
|
43
|
-
--uchu-green-2: oklch(
|
|
44
|
-
--uchu-green-3-raw:
|
|
45
|
-
--uchu-green-3: oklch(
|
|
46
|
-
--uchu-green-4-raw:
|
|
47
|
-
--uchu-green-4: oklch(
|
|
48
|
-
--uchu-green-5-raw:
|
|
49
|
-
--uchu-green-5: oklch(
|
|
50
|
-
--uchu-green-6-raw:
|
|
51
|
-
--uchu-green-6: oklch(
|
|
52
|
-
--uchu-green-7-raw:
|
|
53
|
-
--uchu-green-7: oklch(
|
|
54
|
-
--uchu-green-8-raw:
|
|
55
|
-
--uchu-green-8: oklch(
|
|
56
|
-
--uchu-green-9-raw:
|
|
57
|
-
--uchu-green-9: oklch(
|
|
58
|
-
--uchu-orange-1-raw:
|
|
59
|
-
--uchu-orange-1: oklch(
|
|
60
|
-
--uchu-orange-2-raw:
|
|
61
|
-
--uchu-orange-2: oklch(
|
|
62
|
-
--uchu-orange-3-raw:
|
|
63
|
-
--uchu-orange-3: oklch(
|
|
64
|
-
--uchu-orange-4-raw:
|
|
65
|
-
--uchu-orange-4: oklch(
|
|
66
|
-
--uchu-orange-5-raw:
|
|
67
|
-
--uchu-orange-5: oklch(
|
|
68
|
-
--uchu-orange-6-raw:
|
|
69
|
-
--uchu-orange-6: oklch(
|
|
70
|
-
--uchu-orange-7-raw:
|
|
71
|
-
--uchu-orange-7: oklch(
|
|
72
|
-
--uchu-orange-8-raw:
|
|
73
|
-
--uchu-orange-8: oklch(
|
|
74
|
-
--uchu-orange-9-raw:
|
|
75
|
-
--uchu-orange-9: oklch(
|
|
76
|
-
--uchu-pink-1-raw:
|
|
77
|
-
--uchu-pink-1: oklch(
|
|
78
|
-
--uchu-pink-2-raw:
|
|
79
|
-
--uchu-pink-2: oklch(
|
|
80
|
-
--uchu-pink-3-raw:
|
|
81
|
-
--uchu-pink-3: oklch(
|
|
82
|
-
--uchu-pink-4-raw:
|
|
83
|
-
--uchu-pink-4: oklch(
|
|
84
|
-
--uchu-pink-5-raw:
|
|
85
|
-
--uchu-pink-5: oklch(
|
|
86
|
-
--uchu-pink-6-raw:
|
|
87
|
-
--uchu-pink-6: oklch(
|
|
88
|
-
--uchu-pink-7-raw:
|
|
89
|
-
--uchu-pink-7: oklch(
|
|
90
|
-
--uchu-pink-8-raw:
|
|
91
|
-
--uchu-pink-8: oklch(
|
|
92
|
-
--uchu-pink-9-raw:
|
|
93
|
-
--uchu-pink-9: oklch(
|
|
94
|
-
--uchu-purple-1-raw:
|
|
95
|
-
--uchu-purple-1: oklch(
|
|
96
|
-
--uchu-purple-2-raw:
|
|
97
|
-
--uchu-purple-2: oklch(
|
|
98
|
-
--uchu-purple-3-raw:
|
|
99
|
-
--uchu-purple-3: oklch(
|
|
100
|
-
--uchu-purple-4-raw:
|
|
101
|
-
--uchu-purple-4: oklch(
|
|
102
|
-
--uchu-purple-5-raw:
|
|
103
|
-
--uchu-purple-5: oklch(
|
|
104
|
-
--uchu-purple-6-raw:
|
|
105
|
-
--uchu-purple-6: oklch(
|
|
106
|
-
--uchu-purple-7-raw:
|
|
107
|
-
--uchu-purple-7: oklch(
|
|
108
|
-
--uchu-purple-8-raw:
|
|
109
|
-
--uchu-purple-8: oklch(
|
|
110
|
-
--uchu-purple-9-raw:
|
|
111
|
-
--uchu-purple-9: oklch(
|
|
112
|
-
--uchu-red-1-raw:
|
|
113
|
-
--uchu-red-1: oklch(
|
|
114
|
-
--uchu-red-2-raw:
|
|
115
|
-
--uchu-red-2: oklch(
|
|
116
|
-
--uchu-red-3-raw:
|
|
117
|
-
--uchu-red-3: oklch(
|
|
118
|
-
--uchu-red-4-raw:
|
|
119
|
-
--uchu-red-4: oklch(
|
|
120
|
-
--uchu-red-5-raw:
|
|
121
|
-
--uchu-red-5: oklch(
|
|
122
|
-
--uchu-red-6-raw:
|
|
123
|
-
--uchu-red-6: oklch(
|
|
124
|
-
--uchu-red-7-raw:
|
|
125
|
-
--uchu-red-7: oklch(
|
|
126
|
-
--uchu-red-8-raw:
|
|
127
|
-
--uchu-red-8: oklch(
|
|
128
|
-
--uchu-red-9-raw:
|
|
129
|
-
--uchu-red-9: oklch(
|
|
130
|
-
--uchu-yellow-1-raw:
|
|
131
|
-
--uchu-yellow-1: oklch(
|
|
132
|
-
--uchu-yellow-2-raw: 95
|
|
133
|
-
--uchu-yellow-2: oklch(95
|
|
134
|
-
--uchu-yellow-3-raw:
|
|
135
|
-
--uchu-yellow-3: oklch(
|
|
136
|
-
--uchu-yellow-4-raw:
|
|
137
|
-
--uchu-yellow-4: oklch(
|
|
138
|
-
--uchu-yellow-5-raw: 89
|
|
139
|
-
--uchu-yellow-5: oklch(89
|
|
140
|
-
--uchu-yellow-6-raw:
|
|
141
|
-
--uchu-yellow-6: oklch(
|
|
142
|
-
--uchu-yellow-7-raw:
|
|
143
|
-
--uchu-yellow-7: oklch(
|
|
144
|
-
--uchu-yellow-8-raw:
|
|
145
|
-
--uchu-yellow-8: oklch(
|
|
146
|
-
--uchu-yellow-9-raw:
|
|
147
|
-
--uchu-yellow-9: oklch(
|
|
148
|
-
--uchu-yin-1-raw:
|
|
149
|
-
--uchu-yin-1: oklch(
|
|
150
|
-
--uchu-yin-2-raw:
|
|
151
|
-
--uchu-yin-2: oklch(
|
|
152
|
-
--uchu-yin-3-raw:
|
|
153
|
-
--uchu-yin-3: oklch(
|
|
154
|
-
--uchu-yin-4-raw:
|
|
155
|
-
--uchu-yin-4: oklch(
|
|
156
|
-
--uchu-yin-5-raw:
|
|
157
|
-
--uchu-yin-5: oklch(
|
|
158
|
-
--uchu-yin-6-raw:
|
|
159
|
-
--uchu-yin-6: oklch(
|
|
160
|
-
--uchu-yin-7-raw:
|
|
161
|
-
--uchu-yin-7: oklch(
|
|
162
|
-
--uchu-yin-8-raw:
|
|
163
|
-
--uchu-yin-8: oklch(
|
|
164
|
-
--uchu-yin-9-raw:
|
|
165
|
-
--uchu-yin-9: oklch(
|
|
166
|
-
--uchu-yang: oklch(
|
|
167
|
-
--uchu-yin: oklch(
|
|
4
|
+
--uchu-blue-1-raw: 0.8966 0.046 260.67;
|
|
5
|
+
--uchu-blue-1: oklch(0.8966 0.046 260.67);
|
|
6
|
+
--uchu-blue-2-raw: 0.8017 0.091 258.88;
|
|
7
|
+
--uchu-blue-2: oklch(0.8017 0.091 258.88);
|
|
8
|
+
--uchu-blue-3-raw: 0.7094 0.136 258.06;
|
|
9
|
+
--uchu-blue-3: oklch(0.7094 0.136 258.06);
|
|
10
|
+
--uchu-blue-4-raw: 0.6239 0.181 258.33;
|
|
11
|
+
--uchu-blue-4: oklch(0.6239 0.181 258.33);
|
|
12
|
+
--uchu-blue-5-raw: 0.5487 0.222 260.33;
|
|
13
|
+
--uchu-blue-5: oklch(0.5487 0.222 260.33);
|
|
14
|
+
--uchu-blue-6-raw: 0.5115 0.204 260.17;
|
|
15
|
+
--uchu-blue-6: oklch(0.5115 0.204 260.17);
|
|
16
|
+
--uchu-blue-7-raw: 0.4736 0.185 259.89;
|
|
17
|
+
--uchu-blue-7: oklch(0.4736 0.185 259.89);
|
|
18
|
+
--uchu-blue-8-raw: 0.4348 0.17 260.2;
|
|
19
|
+
--uchu-blue-8: oklch(0.4348 0.17 260.2);
|
|
20
|
+
--uchu-blue-9-raw: 0.3953 0.15 259.87;
|
|
21
|
+
--uchu-blue-9: oklch(0.3953 0.15 259.87);
|
|
22
|
+
--uchu-gray-1-raw: 0.9557 0.003 286.35;
|
|
23
|
+
--uchu-gray-1: oklch(0.9557 0.003 286.35);
|
|
24
|
+
--uchu-gray-2-raw: 0.9204 0.002 197.12;
|
|
25
|
+
--uchu-gray-2: oklch(0.9204 0.002 197.12);
|
|
26
|
+
--uchu-gray-3-raw: 0.8828 0.003 286.34;
|
|
27
|
+
--uchu-gray-3: oklch(0.8828 0.003 286.34);
|
|
28
|
+
--uchu-gray-4-raw: 0.8468 0.002 197.12;
|
|
29
|
+
--uchu-gray-4: oklch(0.8468 0.002 197.12);
|
|
30
|
+
--uchu-gray-5-raw: 0.8073 0.002 247.84;
|
|
31
|
+
--uchu-gray-5: oklch(0.8073 0.002 247.84);
|
|
32
|
+
--uchu-gray-6-raw: 0.7503 0.002 247.85;
|
|
33
|
+
--uchu-gray-6: oklch(0.7503 0.002 247.85);
|
|
34
|
+
--uchu-gray-7-raw: 0.6901 0.003 286.32;
|
|
35
|
+
--uchu-gray-7: oklch(0.6901 0.003 286.32);
|
|
36
|
+
--uchu-gray-8-raw: 0.6312 0.004 219.55;
|
|
37
|
+
--uchu-gray-8: oklch(0.6312 0.004 219.55);
|
|
38
|
+
--uchu-gray-9-raw: 0.5682 0.004 247.89;
|
|
39
|
+
--uchu-gray-9: oklch(0.5682 0.004 247.89);
|
|
40
|
+
--uchu-green-1-raw: 0.9396 0.05 148.74;
|
|
41
|
+
--uchu-green-1: oklch(0.9396 0.05 148.74);
|
|
42
|
+
--uchu-green-2-raw: 0.8877 0.096 147.71;
|
|
43
|
+
--uchu-green-2: oklch(0.8877 0.096 147.71);
|
|
44
|
+
--uchu-green-3-raw: 0.8374 0.139 146.57;
|
|
45
|
+
--uchu-green-3: oklch(0.8374 0.139 146.57);
|
|
46
|
+
--uchu-green-4-raw: 0.7933 0.179 145.62;
|
|
47
|
+
--uchu-green-4: oklch(0.7933 0.179 145.62);
|
|
48
|
+
--uchu-green-5-raw: 0.7523 0.209 144.64;
|
|
49
|
+
--uchu-green-5: oklch(0.7523 0.209 144.64);
|
|
50
|
+
--uchu-green-6-raw: 0.7003 0.194 144.71;
|
|
51
|
+
--uchu-green-6: oklch(0.7003 0.194 144.71);
|
|
52
|
+
--uchu-green-7-raw: 0.6424 0.175 144.92;
|
|
53
|
+
--uchu-green-7: oklch(0.6424 0.175 144.92);
|
|
54
|
+
--uchu-green-8-raw: 0.5883 0.158 145.05;
|
|
55
|
+
--uchu-green-8: oklch(0.5883 0.158 145.05);
|
|
56
|
+
--uchu-green-9-raw: 0.5277 0.138 145.41;
|
|
57
|
+
--uchu-green-9: oklch(0.5277 0.138 145.41);
|
|
58
|
+
--uchu-orange-1-raw: 0.9383 0.037 56.93;
|
|
59
|
+
--uchu-orange-1: oklch(0.9383 0.037 56.93);
|
|
60
|
+
--uchu-orange-2-raw: 0.8837 0.072 55.8;
|
|
61
|
+
--uchu-orange-2: oklch(0.8837 0.072 55.8);
|
|
62
|
+
--uchu-orange-3-raw: 0.8356 0.107 56.49;
|
|
63
|
+
--uchu-orange-3: oklch(0.8356 0.107 56.49);
|
|
64
|
+
--uchu-orange-4-raw: 0.7875 0.141 54.32;
|
|
65
|
+
--uchu-orange-4: oklch(0.7875 0.141 54.32);
|
|
66
|
+
--uchu-orange-5-raw: 0.7461 0.171 51.56;
|
|
67
|
+
--uchu-orange-5: oklch(0.7461 0.171 51.56);
|
|
68
|
+
--uchu-orange-6-raw: 0.6933 0.157 52.18;
|
|
69
|
+
--uchu-orange-6: oklch(0.6933 0.157 52.18);
|
|
70
|
+
--uchu-orange-7-raw: 0.638 0.142 52.1;
|
|
71
|
+
--uchu-orange-7: oklch(0.638 0.142 52.1);
|
|
72
|
+
--uchu-orange-8-raw: 0.5828 0.128 52.2;
|
|
73
|
+
--uchu-orange-8: oklch(0.5828 0.128 52.2);
|
|
74
|
+
--uchu-orange-9-raw: 0.5249 0.113 51.98;
|
|
75
|
+
--uchu-orange-9: oklch(0.5249 0.113 51.98);
|
|
76
|
+
--uchu-pink-1-raw: 0.958 0.023 354.27;
|
|
77
|
+
--uchu-pink-1: oklch(0.958 0.023 354.27);
|
|
78
|
+
--uchu-pink-2-raw: 0.9214 0.046 352.31;
|
|
79
|
+
--uchu-pink-2: oklch(0.9214 0.046 352.31);
|
|
80
|
+
--uchu-pink-3-raw: 0.889 0.066 354.39;
|
|
81
|
+
--uchu-pink-3: oklch(0.889 0.066 354.39);
|
|
82
|
+
--uchu-pink-4-raw: 0.8543 0.09 354.1;
|
|
83
|
+
--uchu-pink-4: oklch(0.8543 0.09 354.1);
|
|
84
|
+
--uchu-pink-5-raw: 0.8223 0.112 355.33;
|
|
85
|
+
--uchu-pink-5: oklch(0.8223 0.112 355.33);
|
|
86
|
+
--uchu-pink-6-raw: 0.7637 0.101 355.37;
|
|
87
|
+
--uchu-pink-6: oklch(0.7637 0.101 355.37);
|
|
88
|
+
--uchu-pink-7-raw: 0.7023 0.092 354.96;
|
|
89
|
+
--uchu-pink-7: oklch(0.7023 0.092 354.96);
|
|
90
|
+
--uchu-pink-8-raw: 0.6411 0.084 353.91;
|
|
91
|
+
--uchu-pink-8: oklch(0.6411 0.084 353.91);
|
|
92
|
+
--uchu-pink-9-raw: 0.5768 0.074 353.14;
|
|
93
|
+
--uchu-pink-9: oklch(0.5768 0.074 353.14);
|
|
94
|
+
--uchu-purple-1-raw: 0.891 0.046 305.24;
|
|
95
|
+
--uchu-purple-1: oklch(0.891 0.046 305.24);
|
|
96
|
+
--uchu-purple-2-raw: 0.7868 0.091 305;
|
|
97
|
+
--uchu-purple-2: oklch(0.7868 0.091 305);
|
|
98
|
+
--uchu-purple-3-raw: 0.685 0.136 303.78;
|
|
99
|
+
--uchu-purple-3: oklch(0.685 0.136 303.78);
|
|
100
|
+
--uchu-purple-4-raw: 0.5847 0.181 302.06;
|
|
101
|
+
--uchu-purple-4: oklch(0.5847 0.181 302.06);
|
|
102
|
+
--uchu-purple-5-raw: 0.4939 0.215 298.31;
|
|
103
|
+
--uchu-purple-5: oklch(0.4939 0.215 298.31);
|
|
104
|
+
--uchu-purple-6-raw: 0.4611 0.198 298.4;
|
|
105
|
+
--uchu-purple-6: oklch(0.4611 0.198 298.4);
|
|
106
|
+
--uchu-purple-7-raw: 0.4277 0.181 298.49;
|
|
107
|
+
--uchu-purple-7: oklch(0.4277 0.181 298.49);
|
|
108
|
+
--uchu-purple-8-raw: 0.3946 0.164 298.29;
|
|
109
|
+
--uchu-purple-8: oklch(0.3946 0.164 298.29);
|
|
110
|
+
--uchu-purple-9-raw: 0.3601 0.145 298.35;
|
|
111
|
+
--uchu-purple-9: oklch(0.3601 0.145 298.35);
|
|
112
|
+
--uchu-red-1-raw: 0.8898 0.052 3.28;
|
|
113
|
+
--uchu-red-1: oklch(0.8898 0.052 3.28);
|
|
114
|
+
--uchu-red-2-raw: 0.7878 0.109 4.54;
|
|
115
|
+
--uchu-red-2: oklch(0.7878 0.109 4.54);
|
|
116
|
+
--uchu-red-3-raw: 0.6986 0.162 7.82;
|
|
117
|
+
--uchu-red-3: oklch(0.6986 0.162 7.82);
|
|
118
|
+
--uchu-red-4-raw: 0.6273 0.209 12.37;
|
|
119
|
+
--uchu-red-4: oklch(0.6273 0.209 12.37);
|
|
120
|
+
--uchu-red-5-raw: 0.5863 0.231 19.6;
|
|
121
|
+
--uchu-red-5: oklch(0.5863 0.231 19.6);
|
|
122
|
+
--uchu-red-6-raw: 0.5441 0.214 19.06;
|
|
123
|
+
--uchu-red-6: oklch(0.5441 0.214 19.06);
|
|
124
|
+
--uchu-red-7-raw: 0.4995 0.195 18.34;
|
|
125
|
+
--uchu-red-7: oklch(0.4995 0.195 18.34);
|
|
126
|
+
--uchu-red-8-raw: 0.458 0.177 17.7;
|
|
127
|
+
--uchu-red-8: oklch(0.458 0.177 17.7);
|
|
128
|
+
--uchu-red-9-raw: 0.4117 0.157 16.58;
|
|
129
|
+
--uchu-red-9: oklch(0.4117 0.157 16.58);
|
|
130
|
+
--uchu-yellow-1-raw: 0.9705 0.039 91.2;
|
|
131
|
+
--uchu-yellow-1: oklch(0.9705 0.039 91.2);
|
|
132
|
+
--uchu-yellow-2-raw: 0.95 0.07 92.39;
|
|
133
|
+
--uchu-yellow-2: oklch(0.95 0.07 92.39);
|
|
134
|
+
--uchu-yellow-3-raw: 0.9276 0.098 92.58;
|
|
135
|
+
--uchu-yellow-3: oklch(0.9276 0.098 92.58);
|
|
136
|
+
--uchu-yellow-4-raw: 0.9092 0.125 92.56;
|
|
137
|
+
--uchu-yellow-4: oklch(0.9092 0.125 92.56);
|
|
138
|
+
--uchu-yellow-5-raw: 0.89 0.146 91.5;
|
|
139
|
+
--uchu-yellow-5: oklch(0.89 0.146 91.5);
|
|
140
|
+
--uchu-yellow-6-raw: 0.8239 0.133 91.5;
|
|
141
|
+
--uchu-yellow-6: oklch(0.8239 0.133 91.5);
|
|
142
|
+
--uchu-yellow-7-raw: 0.7584 0.122 92.21;
|
|
143
|
+
--uchu-yellow-7: oklch(0.7584 0.122 92.21);
|
|
144
|
+
--uchu-yellow-8-raw: 0.6914 0.109 91.04;
|
|
145
|
+
--uchu-yellow-8: oklch(0.6914 0.109 91.04);
|
|
146
|
+
--uchu-yellow-9-raw: 0.6229 0.097 91.9;
|
|
147
|
+
--uchu-yellow-9: oklch(0.6229 0.097 91.9);
|
|
148
|
+
--uchu-yin-1-raw: 0.9187 0.003 264.54;
|
|
149
|
+
--uchu-yin-1: oklch(0.9187 0.003 264.54);
|
|
150
|
+
--uchu-yin-2-raw: 0.8461 0.004 286.31;
|
|
151
|
+
--uchu-yin-2: oklch(0.8461 0.004 286.31);
|
|
152
|
+
--uchu-yin-3-raw: 0.7689 0.004 247.87;
|
|
153
|
+
--uchu-yin-3: oklch(0.7689 0.004 247.87);
|
|
154
|
+
--uchu-yin-4-raw: 0.6917 0.004 247.88;
|
|
155
|
+
--uchu-yin-4: oklch(0.6917 0.004 247.88);
|
|
156
|
+
--uchu-yin-5-raw: 0.6101 0.005 271.34;
|
|
157
|
+
--uchu-yin-5: oklch(0.6101 0.005 271.34);
|
|
158
|
+
--uchu-yin-6-raw: 0.5279 0.005 271.32;
|
|
159
|
+
--uchu-yin-6: oklch(0.5279 0.005 271.32);
|
|
160
|
+
--uchu-yin-7-raw: 0.4387 0.005 271.3;
|
|
161
|
+
--uchu-yin-7: oklch(0.4387 0.005 271.3);
|
|
162
|
+
--uchu-yin-8-raw: 0.3502 0.005 236.66;
|
|
163
|
+
--uchu-yin-8: oklch(0.3502 0.005 236.66);
|
|
164
|
+
--uchu-yin-9-raw: 0.2511 0.006 258.36;
|
|
165
|
+
--uchu-yin-9: oklch(0.2511 0.006 258.36);
|
|
166
|
+
--uchu-yang: oklch(0.994 0 0);
|
|
167
|
+
--uchu-yin: oklch(0.1438 0.007 256.88);
|
|
168
168
|
}
|
package/package.json
CHANGED
|
@@ -6,10 +6,15 @@
|
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
8
|
"import": "./dist/index.js",
|
|
9
|
-
"types":
|
|
9
|
+
"types": [
|
|
10
|
+
"./dist/index.d.ts",
|
|
11
|
+
"./dist/colors.d.ts"
|
|
12
|
+
]
|
|
10
13
|
},
|
|
11
|
-
"./
|
|
12
|
-
"./css": "./dist/uchu.css"
|
|
14
|
+
"./css": "./dist/uchu.css",
|
|
15
|
+
"./pastel-css": "./dist/uchu-pastel.css",
|
|
16
|
+
"./pastel-scss": "./dist/_pastel-palette.scss",
|
|
17
|
+
"./scss": "./dist/_palette.scss"
|
|
13
18
|
},
|
|
14
19
|
"files": [
|
|
15
20
|
"dist"
|
|
@@ -19,7 +24,8 @@
|
|
|
19
24
|
"color",
|
|
20
25
|
"color-palette",
|
|
21
26
|
"color-theme",
|
|
22
|
-
"oklch"
|
|
27
|
+
"oklch",
|
|
28
|
+
"pastel"
|
|
23
29
|
],
|
|
24
30
|
"license": "UNLICENSE",
|
|
25
31
|
"main": "./dist/index.js",
|
|
@@ -29,13 +35,17 @@
|
|
|
29
35
|
"url": "https://code.webb.page/nevercease/uchu.git"
|
|
30
36
|
},
|
|
31
37
|
"scripts": {
|
|
32
|
-
"build": "bun run scripts/generate.ts && bun run build:js",
|
|
33
|
-
"build:js": "bun build src/index.ts --outdir dist --target node --format esm
|
|
38
|
+
"build": "bun run scripts/generate.ts && bun run build:js && bun run build:types",
|
|
39
|
+
"build:js": "bun build src/index.ts --outdir dist --target node --format esm",
|
|
40
|
+
"build:types": "tsc -p tsconfig.build.json",
|
|
34
41
|
"dryRun": "bun pm pack --dry-run",
|
|
35
42
|
"prepublishOnly": "bun run build",
|
|
36
43
|
"typecheck": "tsc"
|
|
37
44
|
},
|
|
38
45
|
"type": "module",
|
|
39
|
-
"types":
|
|
40
|
-
|
|
46
|
+
"types": [
|
|
47
|
+
"./dist/index.d.ts",
|
|
48
|
+
"./dist/colors.d.ts"
|
|
49
|
+
],
|
|
50
|
+
"version": "3.0.0"
|
|
41
51
|
}
|