ui-primitives 13.14.0 → 13.15.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/package.json +1 -1
- package/styles/colors_pfm.json +268 -18
package/package.json
CHANGED
package/styles/colors_pfm.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"static_pfm_custom_blue": {
|
|
3
|
-
"rgba": "rgba(
|
|
4
|
-
"hex": "#
|
|
3
|
+
"rgba": "rgba(97, 165, 253, 1)",
|
|
4
|
+
"hex": "#61a5fd",
|
|
5
5
|
"alias": "staticPfmCustomColorBlue"
|
|
6
6
|
},
|
|
7
7
|
"static_pfm_custom_cyan": {
|
|
8
|
-
"rgba": "rgba(
|
|
9
|
-
"hex": "#
|
|
8
|
+
"rgba": "rgba(25, 175, 222, 1)",
|
|
9
|
+
"hex": "#19afde",
|
|
10
10
|
"alias": "staticPfmCustomColorCyan"
|
|
11
11
|
},
|
|
12
12
|
"static_pfm_custom_indigo": {
|
|
13
|
-
"rgba": "rgba(
|
|
14
|
-
"hex": "#
|
|
13
|
+
"rgba": "rgba(155, 150, 249, 1)",
|
|
14
|
+
"hex": "#9b96f9",
|
|
15
15
|
"alias": "staticPfmCustomColorIndigo"
|
|
16
16
|
},
|
|
17
17
|
"static_pfm_custom_jungle": {
|
|
18
|
-
"rgba": "rgba(
|
|
19
|
-
"hex": "#
|
|
18
|
+
"rgba": "rgba(20, 184, 140, 1)",
|
|
19
|
+
"hex": "#14b88c",
|
|
20
20
|
"alias": "staticPfmCustomColorJungle"
|
|
21
21
|
},
|
|
22
22
|
"static_pfm_custom_magenta": {
|
|
23
|
-
"rgba": "rgba(
|
|
24
|
-
"hex": "#
|
|
23
|
+
"rgba": "rgba(251, 115, 156, 1)",
|
|
24
|
+
"hex": "#fb739c",
|
|
25
25
|
"alias": "staticPfmCustomColorMagenta"
|
|
26
26
|
},
|
|
27
27
|
"static_pfm_custom_orange": {
|
|
28
|
-
"rgba": "rgba(
|
|
29
|
-
"hex": "#
|
|
28
|
+
"rgba": "rgba(245, 147, 34, 1)",
|
|
29
|
+
"hex": "#f59322",
|
|
30
30
|
"alias": "staticPfmCustomColorOrange"
|
|
31
31
|
},
|
|
32
32
|
"static_pfm_custom_pistachio": {
|
|
@@ -35,18 +35,268 @@
|
|
|
35
35
|
"alias": "staticPfmCustomColorPistachio"
|
|
36
36
|
},
|
|
37
37
|
"static_pfm_custom_purple": {
|
|
38
|
-
"rgba": "rgba(
|
|
39
|
-
"hex": "#
|
|
38
|
+
"rgba": "rgba(206, 131, 234, 1)",
|
|
39
|
+
"hex": "#ce83ea",
|
|
40
40
|
"alias": "staticPfmCustomColorPurple"
|
|
41
41
|
},
|
|
42
42
|
"static_pfm_custom_red": {
|
|
43
|
-
"rgba": "rgba(
|
|
44
|
-
"hex": "#
|
|
43
|
+
"rgba": "rgba(247, 85, 59, 1)",
|
|
44
|
+
"hex": "#f7553b",
|
|
45
45
|
"alias": "staticPfmCustomColorRed"
|
|
46
46
|
},
|
|
47
47
|
"static_pfm_custom_yellow": {
|
|
48
|
-
"rgba": "rgba(246, 212,
|
|
49
|
-
"hex": "#
|
|
48
|
+
"rgba": "rgba(246, 212, 17, 1)",
|
|
49
|
+
"hex": "#f6d411",
|
|
50
50
|
"alias": "staticPfmCustomColorYellow"
|
|
51
|
+
},
|
|
52
|
+
"static_pfm_system_acrux": {
|
|
53
|
+
"rgba": "rgba(9, 170, 175, 1)",
|
|
54
|
+
"hex": "#09aaaf",
|
|
55
|
+
"alias": "staticPfmSystemColorAcrux"
|
|
56
|
+
},
|
|
57
|
+
"static_pfm_system_alcor": {
|
|
58
|
+
"rgba": "rgba(216, 132, 254, 1)",
|
|
59
|
+
"hex": "#d884fe",
|
|
60
|
+
"alias": "staticPfmSystemColorAlcor"
|
|
61
|
+
},
|
|
62
|
+
"static_pfm_system_aldebaran": {
|
|
63
|
+
"rgba": "rgba(255, 141, 115, 1)",
|
|
64
|
+
"hex": "#ff8d73",
|
|
65
|
+
"alias": "staticPfmSystemColorAldebaran"
|
|
66
|
+
},
|
|
67
|
+
"static_pfm_system_andromeda": {
|
|
68
|
+
"rgba": "rgba(255, 161, 188, 1)",
|
|
69
|
+
"hex": "#ffa1bc",
|
|
70
|
+
"alias": "staticPfmSystemColorAndromeda"
|
|
71
|
+
},
|
|
72
|
+
"static_pfm_system_apollo": {
|
|
73
|
+
"rgba": "rgba(225, 33, 105, 1)",
|
|
74
|
+
"hex": "#e12169",
|
|
75
|
+
"alias": "staticPfmSystemColorApollo"
|
|
76
|
+
},
|
|
77
|
+
"static_pfm_system_atlas": {
|
|
78
|
+
"rgba": "rgba(206, 89, 250, 1)",
|
|
79
|
+
"hex": "#ce59fa",
|
|
80
|
+
"alias": "staticPfmSystemColorAtlas"
|
|
81
|
+
},
|
|
82
|
+
"static_pfm_system_betelgeuse": {
|
|
83
|
+
"rgba": "rgba(127, 113, 253, 1)",
|
|
84
|
+
"hex": "#7f71fd",
|
|
85
|
+
"alias": "staticPfmSystemColorBetelgeuse"
|
|
86
|
+
},
|
|
87
|
+
"static_pfm_system_capella": {
|
|
88
|
+
"rgba": "rgba(204, 165, 4, 1)",
|
|
89
|
+
"hex": "#cca504",
|
|
90
|
+
"alias": "staticPfmSystemColorCapella"
|
|
91
|
+
},
|
|
92
|
+
"static_pfm_system_carmenta": {
|
|
93
|
+
"rgba": "rgba(13, 160, 127, 1)",
|
|
94
|
+
"hex": "#0da07f",
|
|
95
|
+
"alias": "staticPfmSystemColorCarmenta"
|
|
96
|
+
},
|
|
97
|
+
"static_pfm_system_concordia": {
|
|
98
|
+
"rgba": "rgba(11, 177, 231, 1)",
|
|
99
|
+
"hex": "#0bb1e7",
|
|
100
|
+
"alias": "staticPfmSystemColorConcordia"
|
|
101
|
+
},
|
|
102
|
+
"static_pfm_system_cupid": {
|
|
103
|
+
"rgba": "rgba(254, 80, 200, 1)",
|
|
104
|
+
"hex": "#fe50c8",
|
|
105
|
+
"alias": "staticPfmSystemColorCupid"
|
|
106
|
+
},
|
|
107
|
+
"static_pfm_system_electra": {
|
|
108
|
+
"rgba": "rgba(226, 169, 251, 1)",
|
|
109
|
+
"hex": "#e2a9fb",
|
|
110
|
+
"alias": "staticPfmSystemColorElectra"
|
|
111
|
+
},
|
|
112
|
+
"static_pfm_system_enif": {
|
|
113
|
+
"rgba": "rgba(128, 192, 2, 1)",
|
|
114
|
+
"hex": "#80c002",
|
|
115
|
+
"alias": "staticPfmSystemColorEnif"
|
|
116
|
+
},
|
|
117
|
+
"static_pfm_system_fides": {
|
|
118
|
+
"rgba": "rgba(63, 205, 254, 1)",
|
|
119
|
+
"hex": "#3fcdfe",
|
|
120
|
+
"alias": "staticPfmSystemColorFides"
|
|
121
|
+
},
|
|
122
|
+
"static_pfm_system_galaxy": {
|
|
123
|
+
"rgba": "rgba(42, 119, 239, 1)",
|
|
124
|
+
"hex": "#2a77ef",
|
|
125
|
+
"alias": "staticPfmSystemColorGalaxy"
|
|
126
|
+
},
|
|
127
|
+
"static_pfm_system_helix": {
|
|
128
|
+
"rgba": "rgba(4, 181, 69, 1)",
|
|
129
|
+
"hex": "#04b545",
|
|
130
|
+
"alias": "staticPfmSystemColorHelix"
|
|
131
|
+
},
|
|
132
|
+
"static_pfm_system_hubble": {
|
|
133
|
+
"rgba": "rgba(117, 117, 125, 1)",
|
|
134
|
+
"hex": "#75757d",
|
|
135
|
+
"alias": "staticPfmSystemColorHubble"
|
|
136
|
+
},
|
|
137
|
+
"static_pfm_system_jupiter": {
|
|
138
|
+
"rgba": "rgba(253, 178, 77, 1)",
|
|
139
|
+
"hex": "#fdb24d",
|
|
140
|
+
"alias": "staticPfmSystemColorJupiter"
|
|
141
|
+
},
|
|
142
|
+
"static_pfm_system_kaus": {
|
|
143
|
+
"rgba": "rgba(106, 158, 2, 1)",
|
|
144
|
+
"hex": "#6a9e02",
|
|
145
|
+
"alias": "staticPfmSystemColorKaus"
|
|
146
|
+
},
|
|
147
|
+
"static_pfm_system_kepler": {
|
|
148
|
+
"rgba": "rgba(250, 147, 19, 1)",
|
|
149
|
+
"hex": "#fa9313",
|
|
150
|
+
"alias": "staticPfmSystemColorKepler"
|
|
151
|
+
},
|
|
152
|
+
"static_pfm_system_maia": {
|
|
153
|
+
"rgba": "rgba(255, 114, 162, 1)",
|
|
154
|
+
"hex": "#ff72a2",
|
|
155
|
+
"alias": "staticPfmSystemColorMaia"
|
|
156
|
+
},
|
|
157
|
+
"static_pfm_system_mars": {
|
|
158
|
+
"rgba": "rgba(253, 101, 68, 1)",
|
|
159
|
+
"hex": "#fd6544",
|
|
160
|
+
"alias": "staticPfmSystemColorMars"
|
|
161
|
+
},
|
|
162
|
+
"static_pfm_system_meissa": {
|
|
163
|
+
"rgba": "rgba(4, 150, 198, 1)",
|
|
164
|
+
"hex": "#0496c6",
|
|
165
|
+
"alias": "staticPfmSystemColorMeissa"
|
|
166
|
+
},
|
|
167
|
+
"static_pfm_system_mercury": {
|
|
168
|
+
"rgba": "rgba(234, 131, 19, 1)",
|
|
169
|
+
"hex": "#ea8313",
|
|
170
|
+
"alias": "staticPfmSystemColorMercury"
|
|
171
|
+
},
|
|
172
|
+
"static_pfm_system_mira": {
|
|
173
|
+
"rgba": "rgba(21, 217, 172, 1)",
|
|
174
|
+
"hex": "#15d9ac",
|
|
175
|
+
"alias": "staticPfmSystemColorMira"
|
|
176
|
+
},
|
|
177
|
+
"static_pfm_system_mizar": {
|
|
178
|
+
"rgba": "rgba(186, 61, 216, 1)",
|
|
179
|
+
"hex": "#ba3dd8",
|
|
180
|
+
"alias": "staticPfmSystemColorMizar"
|
|
181
|
+
},
|
|
182
|
+
"static_pfm_system_nebula": {
|
|
183
|
+
"rgba": "rgba(74, 231, 119, 1)",
|
|
184
|
+
"hex": "#4ae777",
|
|
185
|
+
"alias": "staticPfmSystemColorNebula"
|
|
186
|
+
},
|
|
187
|
+
"static_pfm_system_numa": {
|
|
188
|
+
"rgba": "rgba(10, 190, 148, 1)",
|
|
189
|
+
"hex": "#0abe94",
|
|
190
|
+
"alias": "staticPfmSystemColorNuma"
|
|
191
|
+
},
|
|
192
|
+
"static_pfm_system_orcus": {
|
|
193
|
+
"rgba": "rgba(153, 139, 255, 1)",
|
|
194
|
+
"hex": "#998bff",
|
|
195
|
+
"alias": "staticPfmSystemColorOrcus"
|
|
196
|
+
},
|
|
197
|
+
"static_pfm_system_orion": {
|
|
198
|
+
"rgba": "rgba(232, 195, 5, 1)",
|
|
199
|
+
"hex": "#e8c305",
|
|
200
|
+
"alias": "staticPfmSystemColorOrion"
|
|
201
|
+
},
|
|
202
|
+
"static_pfm_system_pluto": {
|
|
203
|
+
"rgba": "rgba(179, 170, 255, 1)",
|
|
204
|
+
"hex": "#b3aaff",
|
|
205
|
+
"alias": "staticPfmSystemColorPluto"
|
|
206
|
+
},
|
|
207
|
+
"static_pfm_system_proserpina": {
|
|
208
|
+
"rgba": "rgba(13, 147, 54, 1)",
|
|
209
|
+
"hex": "#0d9336",
|
|
210
|
+
"alias": "staticPfmSystemColorProserpina"
|
|
211
|
+
},
|
|
212
|
+
"static_pfm_system_proxima": {
|
|
213
|
+
"rgba": "rgba(254, 136, 227, 1)",
|
|
214
|
+
"hex": "#fe88e3",
|
|
215
|
+
"alias": "staticPfmSystemColorProxima"
|
|
216
|
+
},
|
|
217
|
+
"static_pfm_system_regulus": {
|
|
218
|
+
"rgba": "rgba(49, 147, 252, 1)",
|
|
219
|
+
"hex": "#3193fc",
|
|
220
|
+
"alias": "staticPfmSystemColorRegulus"
|
|
221
|
+
},
|
|
222
|
+
"static_pfm_system_rigel": {
|
|
223
|
+
"rgba": "rgba(99, 170, 253, 1)",
|
|
224
|
+
"hex": "#63aafd",
|
|
225
|
+
"alias": "staticPfmSystemColorRigel"
|
|
226
|
+
},
|
|
227
|
+
"static_pfm_system_saturn": {
|
|
228
|
+
"rgba": "rgba(220, 179, 11, 1)",
|
|
229
|
+
"hex": "#dcb30b",
|
|
230
|
+
"alias": "staticPfmSystemColorSaturn"
|
|
231
|
+
},
|
|
232
|
+
"static_pfm_system_sirius": {
|
|
233
|
+
"rgba": "rgba(255, 159, 147, 1)",
|
|
234
|
+
"hex": "#ff9f93",
|
|
235
|
+
"alias": "staticPfmSystemColorSirius"
|
|
236
|
+
},
|
|
237
|
+
"static_pfm_system_spica": {
|
|
238
|
+
"rgba": "rgba(149, 195, 253, 1)",
|
|
239
|
+
"hex": "#95c3fd",
|
|
240
|
+
"alias": "staticPfmSystemColorSpica"
|
|
241
|
+
},
|
|
242
|
+
"static_pfm_system_sun": {
|
|
243
|
+
"rgba": "rgba(251, 215, 0, 1)",
|
|
244
|
+
"hex": "#fbd700",
|
|
245
|
+
"alias": "staticPfmSystemColorSun"
|
|
246
|
+
},
|
|
247
|
+
"static_pfm_system_tars": {
|
|
248
|
+
"rgba": "rgba(160, 161, 169, 1)",
|
|
249
|
+
"hex": "#a0a1a9",
|
|
250
|
+
"alias": "staticPfmSystemColorTars"
|
|
251
|
+
},
|
|
252
|
+
"static_pfm_system_terra": {
|
|
253
|
+
"rgba": "rgba(23, 208, 85, 1)",
|
|
254
|
+
"hex": "#17d055",
|
|
255
|
+
"alias": "staticPfmSystemColorTerra"
|
|
256
|
+
},
|
|
257
|
+
"static_pfm_system_triton": {
|
|
258
|
+
"rgba": "rgba(5, 138, 143, 1)",
|
|
259
|
+
"hex": "#058a8f",
|
|
260
|
+
"alias": "staticPfmSystemColorTriton"
|
|
261
|
+
},
|
|
262
|
+
"static_pfm_system_uranus": {
|
|
263
|
+
"rgba": "rgba(73, 223, 231, 1)",
|
|
264
|
+
"hex": "#49dfe7",
|
|
265
|
+
"alias": "staticPfmSystemColorUranus"
|
|
266
|
+
},
|
|
267
|
+
"static_pfm_system_vega": {
|
|
268
|
+
"rgba": "rgba(9, 200, 208, 1)",
|
|
269
|
+
"hex": "#09c8d0",
|
|
270
|
+
"alias": "staticPfmSystemColorVega"
|
|
271
|
+
},
|
|
272
|
+
"static_pfm_system_venus": {
|
|
273
|
+
"rgba": "rgba(239, 37, 169, 1)",
|
|
274
|
+
"hex": "#ef25a9",
|
|
275
|
+
"alias": "staticPfmSystemColorVenus"
|
|
276
|
+
},
|
|
277
|
+
"static_pfm_system_voyager": {
|
|
278
|
+
"rgba": "rgba(95, 95, 102, 1)",
|
|
279
|
+
"hex": "#5f5f66",
|
|
280
|
+
"alias": "staticPfmSystemColorVoyager"
|
|
281
|
+
},
|
|
282
|
+
"static_pfm_system_vulcan": {
|
|
283
|
+
"rgba": "rgba(236, 46, 20, 1)",
|
|
284
|
+
"hex": "#ec2e14",
|
|
285
|
+
"alias": "staticPfmSystemColorVulcan"
|
|
286
|
+
},
|
|
287
|
+
"static_pfm_system_webb": {
|
|
288
|
+
"rgba": "rgba(186, 187, 194, 1)",
|
|
289
|
+
"hex": "#babbc2",
|
|
290
|
+
"alias": "staticPfmSystemColorWebb"
|
|
291
|
+
},
|
|
292
|
+
"static_pfm_system_wezen": {
|
|
293
|
+
"rgba": "rgba(251, 62, 139, 1)",
|
|
294
|
+
"hex": "#fb3e8b",
|
|
295
|
+
"alias": "staticPfmSystemColorWezen"
|
|
296
|
+
},
|
|
297
|
+
"static_pfm_system_zwickу": {
|
|
298
|
+
"rgba": "rgba(153, 216, 39, 1)",
|
|
299
|
+
"hex": "#99d827",
|
|
300
|
+
"alias": "staticPfmSystemColorZwickу"
|
|
51
301
|
}
|
|
52
302
|
}
|