ui-primitives 31.19.0 → 31.21.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.
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
+ <path d="M5 17C6.104 17 7 17.896 7 19C7 20.104 6.104 21 5 21C3.896 21 3 20.104 3 19C3 17.896 3.896 17 5 17Z" fill="#000000"/>
3
+ <path d="M12 17C13.104 17 14 17.896 14 19C14 20.104 13.104 21 12 21C10.896 21 10 20.104 10 19C10 17.896 10.896 17 12 17Z" fill="#000000"/>
4
+ <path d="M19 17C20.104 17 21 17.896 21 19C21 20.104 20.104 21 19 21C17.896 21 17 20.104 17 19C17 17.896 17.896 17 19 17Z" fill="#000000"/>
5
+ <path d="M5 10C6.104 10 7 10.896 7 12C7 13.104 6.104 14 5 14C3.896 14 3 13.104 3 12C3 10.896 3.896 10 5 10Z" fill="#000000"/>
6
+ <path d="M12 10C13.104 10 14 10.896 14 12C14 13.104 13.104 14 12 14C10.896 14 10 13.104 10 12C10 10.896 10.896 10 12 10Z" fill="#000000"/>
7
+ <path d="M19 10C20.104 10 21 10.896 21 12C21 13.104 20.104 14 19 14C17.896 14 17 13.104 17 12C17 10.896 17.896 10 19 10Z" fill="#000000"/>
8
+ <path d="M5 3C6.104 3 7 3.896 7 5C7 6.104 6.104 7 5 7C3.896 7 3 6.104 3 5C3 3.896 3.896 3 5 3Z" fill="#000000"/>
9
+ <path d="M12 3C13.104 3 14 3.896 14 5C14 6.104 13.104 7 12 7C10.896 7 10 6.104 10 5C10 3.896 10.896 3 12 3Z" fill="#000000"/>
10
+ <path d="M19 3C20.104 3 21 3.896 21 5C21 6.104 20.104 7 19 7C17.896 7 17 6.104 17 5C17 3.896 17.896 3 19 3Z" fill="#000000"/>
11
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "31.19.0",
3
+ "version": "31.21.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -2,56 +2,56 @@
2
2
  "static_brand_black": {
3
3
  "rgba": "rgba(0, 0, 0, 1)",
4
4
  "hex": "#000000",
5
- "figma": "brand/black",
5
+ "figma": "static_brand/black",
6
6
  "web": "--color-static-brand-black",
7
7
  "alias": "staticBrandColorBlack"
8
8
  },
9
9
  "static_brand_blue": {
10
10
  "rgba": "rgba(0, 86, 255, 1)",
11
11
  "hex": "#0056ff",
12
- "figma": "brand/blue",
12
+ "figma": "static_brand/blue",
13
13
  "web": "--color-static-brand-blue",
14
14
  "alias": "staticBrandColorBlue"
15
15
  },
16
16
  "static_brand_bright_blue": {
17
17
  "rgba": "rgba(0, 232, 240, 1)",
18
18
  "hex": "#00e8f0",
19
- "figma": "brand/bright-blue",
19
+ "figma": "static_brand/bright-blue",
20
20
  "web": "--color-static-brand-bright-blue",
21
21
  "alias": "staticBrandColorBrightBlue"
22
22
  },
23
23
  "static_brand_green": {
24
24
  "rgba": "rgba(49, 227, 0, 1)",
25
25
  "hex": "#31e300",
26
- "figma": "brand/green",
26
+ "figma": "static_brand/green",
27
27
  "web": "--color-static-brand-green",
28
28
  "alias": "staticBrandColorGreen"
29
29
  },
30
30
  "static_brand_red": {
31
31
  "rgba": "rgba(239, 49, 36, 1)",
32
32
  "hex": "#ef3124",
33
- "figma": "brand/red",
33
+ "figma": "static_brand/red",
34
34
  "web": "--color-static-brand-red",
35
35
  "alias": "staticBrandColorRed"
36
36
  },
37
37
  "static_brand_violet": {
38
38
  "rgba": "rgba(106, 77, 255, 1)",
39
39
  "hex": "#6a4dff",
40
- "figma": "brand/violet",
40
+ "figma": "static_brand/violet",
41
41
  "web": "--color-static-brand-violet",
42
42
  "alias": "staticBrandColorViolet"
43
43
  },
44
44
  "static_brand_warm_green": {
45
45
  "rgba": "rgba(168, 240, 0, 1)",
46
46
  "hex": "#a8f000",
47
- "figma": "brand/warm-green",
47
+ "figma": "static_brand/warm-green",
48
48
  "web": "--color-static-brand-warm-green",
49
49
  "alias": "staticBrandColorWarmGreen"
50
50
  },
51
51
  "static_brand_white": {
52
52
  "rgba": "rgba(255, 255, 255, 1)",
53
53
  "hex": "#ffffff",
54
- "figma": "brand/white",
54
+ "figma": "static_brand/white",
55
55
  "web": "--color-static-brand-white",
56
56
  "alias": "staticBrandColorWhite"
57
57
  }
@@ -2,266 +2,266 @@
2
2
  "static_monochrome_black_2": {
3
3
  "rgba": "rgba(0, 0, 0, 0.02)",
4
4
  "hex": "#05000000",
5
- "figma": "monochrome-black/2",
5
+ "figma": "static_monochrome-black/2",
6
6
  "web": "--color-static-monochrome-black-2",
7
7
  "alias": "staticMonochromeBlackColor2"
8
8
  },
9
9
  "static_monochrome_black_4": {
10
10
  "rgba": "rgba(0, 0, 0, 0.04)",
11
11
  "hex": "#0a000000",
12
- "figma": "monochrome-black/4",
12
+ "figma": "static_monochrome-black/4",
13
13
  "web": "--color-static-monochrome-black-4",
14
14
  "alias": "staticMonochromeBlackColor4"
15
15
  },
16
16
  "static_monochrome_black_6": {
17
17
  "rgba": "rgba(0, 0, 0, 0.06)",
18
18
  "hex": "#0f000000",
19
- "figma": "monochrome-black/6",
19
+ "figma": "static_monochrome-black/6",
20
20
  "web": "--color-static-monochrome-black-6",
21
21
  "alias": "staticMonochromeBlackColor6"
22
22
  },
23
23
  "static_monochrome_black_8": {
24
24
  "rgba": "rgba(0, 0, 0, 0.08)",
25
25
  "hex": "#14000000",
26
- "figma": "monochrome-black/8",
26
+ "figma": "static_monochrome-black/8",
27
27
  "web": "--color-static-monochrome-black-8",
28
28
  "alias": "staticMonochromeBlackColor8"
29
29
  },
30
30
  "static_monochrome_black_10": {
31
31
  "rgba": "rgba(0, 0, 0, 0.1)",
32
32
  "hex": "#1a000000",
33
- "figma": "monochrome-black/10",
33
+ "figma": "static_monochrome-black/10",
34
34
  "web": "--color-static-monochrome-black-10",
35
35
  "alias": "staticMonochromeBlackColor10"
36
36
  },
37
37
  "static_monochrome_black_12": {
38
38
  "rgba": "rgba(0, 0, 0, 0.12)",
39
39
  "hex": "#1f000000",
40
- "figma": "monochrome-black/12",
40
+ "figma": "static_monochrome-black/12",
41
41
  "web": "--color-static-monochrome-black-12",
42
42
  "alias": "staticMonochromeBlackColor12"
43
43
  },
44
44
  "static_monochrome_black_16": {
45
45
  "rgba": "rgba(0, 0, 0, 0.16)",
46
46
  "hex": "#29000000",
47
- "figma": "monochrome-black/16",
47
+ "figma": "static_monochrome-black/16",
48
48
  "web": "--color-static-monochrome-black-16",
49
49
  "alias": "staticMonochromeBlackColor16"
50
50
  },
51
51
  "static_monochrome_black_20": {
52
52
  "rgba": "rgba(0, 0, 0, 0.2)",
53
53
  "hex": "#33000000",
54
- "figma": "monochrome-black/20",
54
+ "figma": "static_monochrome-black/20",
55
55
  "web": "--color-static-monochrome-black-20",
56
56
  "alias": "staticMonochromeBlackColor20"
57
57
  },
58
58
  "static_monochrome_black_24": {
59
59
  "rgba": "rgba(0, 0, 0, 0.24)",
60
60
  "hex": "#3d000000",
61
- "figma": "monochrome-black/24",
61
+ "figma": "static_monochrome-black/24",
62
62
  "web": "--color-static-monochrome-black-24",
63
63
  "alias": "staticMonochromeBlackColor24"
64
64
  },
65
65
  "static_monochrome_black_32": {
66
66
  "rgba": "rgba(0, 0, 0, 0.32)",
67
67
  "hex": "#52000000",
68
- "figma": "monochrome-black/32",
68
+ "figma": "static_monochrome-black/32",
69
69
  "web": "--color-static-monochrome-black-32",
70
70
  "alias": "staticMonochromeBlackColor32"
71
71
  },
72
72
  "static_monochrome_black_40": {
73
73
  "rgba": "rgba(0, 0, 0, 0.4)",
74
74
  "hex": "#66000000",
75
- "figma": "monochrome-black/40",
75
+ "figma": "static_monochrome-black/40",
76
76
  "web": "--color-static-monochrome-black-40",
77
77
  "alias": "staticMonochromeBlackColor40"
78
78
  },
79
79
  "static_monochrome_black_44": {
80
80
  "rgba": "rgba(0, 0, 0, 0.44)",
81
81
  "hex": "#70000000",
82
- "figma": "monochrome-black/44",
82
+ "figma": "static_monochrome-black/44",
83
83
  "web": "--color-static-monochrome-black-44",
84
84
  "alias": "staticMonochromeBlackColor44"
85
85
  },
86
86
  "static_monochrome_black_48": {
87
87
  "rgba": "rgba(0, 0, 0, 0.48)",
88
88
  "hex": "#7a000000",
89
- "figma": "monochrome-black/48",
89
+ "figma": "static_monochrome-black/48",
90
90
  "web": "--color-static-monochrome-black-48",
91
91
  "alias": "staticMonochromeBlackColor48"
92
92
  },
93
93
  "static_monochrome_black_56": {
94
94
  "rgba": "rgba(0, 0, 0, 0.56)",
95
95
  "hex": "#8f000000",
96
- "figma": "monochrome-black/56",
96
+ "figma": "static_monochrome-black/56",
97
97
  "web": "--color-static-monochrome-black-56",
98
98
  "alias": "staticMonochromeBlackColor56"
99
99
  },
100
100
  "static_monochrome_black_64": {
101
101
  "rgba": "rgba(0, 0, 0, 0.64)",
102
102
  "hex": "#a3000000",
103
- "figma": "monochrome-black/64",
103
+ "figma": "static_monochrome-black/64",
104
104
  "web": "--color-static-monochrome-black-64",
105
105
  "alias": "staticMonochromeBlackColor64"
106
106
  },
107
107
  "static_monochrome_black_72": {
108
108
  "rgba": "rgba(0, 0, 0, 0.72)",
109
109
  "hex": "#b8000000",
110
- "figma": "monochrome-black/72",
110
+ "figma": "static_monochrome-black/72",
111
111
  "web": "--color-static-monochrome-black-72",
112
112
  "alias": "staticMonochromeBlackColor72"
113
113
  },
114
114
  "static_monochrome_black_80": {
115
115
  "rgba": "rgba(0, 0, 0, 0.8)",
116
116
  "hex": "#cc000000",
117
- "figma": "monochrome-black/80",
117
+ "figma": "static_monochrome-black/80",
118
118
  "web": "--color-static-monochrome-black-80",
119
119
  "alias": "staticMonochromeBlackColor80"
120
120
  },
121
121
  "static_monochrome_black_88": {
122
122
  "rgba": "rgba(0, 0, 0, 0.88)",
123
123
  "hex": "#e0000000",
124
- "figma": "monochrome-black/88",
124
+ "figma": "static_monochrome-black/88",
125
125
  "web": "--color-static-monochrome-black-88",
126
126
  "alias": "staticMonochromeBlackColor88"
127
127
  },
128
128
  "static_monochrome_black_100": {
129
129
  "rgba": "rgba(0, 0, 0, 1)",
130
130
  "hex": "#000000",
131
- "figma": "monochrome-black/100",
131
+ "figma": "static_monochrome-black/100",
132
132
  "web": "--color-static-monochrome-black-100",
133
133
  "alias": "staticMonochromeBlackColor100"
134
134
  },
135
135
  "static_monochrome_white_2": {
136
136
  "rgba": "rgba(255, 255, 255, 0.02)",
137
137
  "hex": "#05ffffff",
138
- "figma": "monochrome-white/2",
138
+ "figma": "static_monochrome-white/2",
139
139
  "web": "--color-static-monochrome-white-2",
140
140
  "alias": "staticMonochromeWhiteColor2"
141
141
  },
142
142
  "static_monochrome_white_4": {
143
143
  "rgba": "rgba(255, 255, 255, 0.04)",
144
144
  "hex": "#0affffff",
145
- "figma": "monochrome-white/4",
145
+ "figma": "static_monochrome-white/4",
146
146
  "web": "--color-static-monochrome-white-4",
147
147
  "alias": "staticMonochromeWhiteColor4"
148
148
  },
149
149
  "static_monochrome_white_6": {
150
150
  "rgba": "rgba(255, 255, 255, 0.06)",
151
151
  "hex": "#0fffffff",
152
- "figma": "monochrome-white/6",
152
+ "figma": "static_monochrome-white/6",
153
153
  "web": "--color-static-monochrome-white-6",
154
154
  "alias": "staticMonochromeWhiteColor6"
155
155
  },
156
156
  "static_monochrome_white_8": {
157
157
  "rgba": "rgba(255, 255, 255, 0.08)",
158
158
  "hex": "#14ffffff",
159
- "figma": "monochrome-white/8",
159
+ "figma": "static_monochrome-white/8",
160
160
  "web": "--color-static-monochrome-white-8",
161
161
  "alias": "staticMonochromeWhiteColor8"
162
162
  },
163
163
  "static_monochrome_white_10": {
164
164
  "rgba": "rgba(255, 255, 255, 0.1)",
165
165
  "hex": "#1affffff",
166
- "figma": "monochrome-white/10",
166
+ "figma": "static_monochrome-white/10",
167
167
  "web": "--color-static-monochrome-white-10",
168
168
  "alias": "staticMonochromeWhiteColor10"
169
169
  },
170
170
  "static_monochrome_white_12": {
171
171
  "rgba": "rgba(255, 255, 255, 0.12)",
172
172
  "hex": "#1fffffff",
173
- "figma": "monochrome-white/12",
173
+ "figma": "static_monochrome-white/12",
174
174
  "web": "--color-static-monochrome-white-12",
175
175
  "alias": "staticMonochromeWhiteColor12"
176
176
  },
177
177
  "static_monochrome_white_16": {
178
178
  "rgba": "rgba(255, 255, 255, 0.16)",
179
179
  "hex": "#29ffffff",
180
- "figma": "monochrome-white/16",
180
+ "figma": "static_monochrome-white/16",
181
181
  "web": "--color-static-monochrome-white-16",
182
182
  "alias": "staticMonochromeWhiteColor16"
183
183
  },
184
184
  "static_monochrome_white_20": {
185
185
  "rgba": "rgba(255, 255, 255, 0.2)",
186
186
  "hex": "#33ffffff",
187
- "figma": "monochrome-white/20",
187
+ "figma": "static_monochrome-white/20",
188
188
  "web": "--color-static-monochrome-white-20",
189
189
  "alias": "staticMonochromeWhiteColor20"
190
190
  },
191
191
  "static_monochrome_white_24": {
192
192
  "rgba": "rgba(255, 255, 255, 0.24)",
193
193
  "hex": "#3dffffff",
194
- "figma": "monochrome-white/24",
194
+ "figma": "static_monochrome-white/24",
195
195
  "web": "--color-static-monochrome-white-24",
196
196
  "alias": "staticMonochromeWhiteColor24"
197
197
  },
198
198
  "static_monochrome_white_32": {
199
199
  "rgba": "rgba(255, 255, 255, 0.32)",
200
200
  "hex": "#52ffffff",
201
- "figma": "monochrome-white/32",
201
+ "figma": "static_monochrome-white/32",
202
202
  "web": "--color-static-monochrome-white-32",
203
203
  "alias": "staticMonochromeWhiteColor32"
204
204
  },
205
205
  "static_monochrome_white_40": {
206
206
  "rgba": "rgba(255, 255, 255, 0.4)",
207
207
  "hex": "#66ffffff",
208
- "figma": "monochrome-white/40",
208
+ "figma": "static_monochrome-white/40",
209
209
  "web": "--color-static-monochrome-white-40",
210
210
  "alias": "staticMonochromeWhiteColor40"
211
211
  },
212
212
  "static_monochrome_white_44": {
213
213
  "rgba": "rgba(255, 255, 255, 0.44)",
214
214
  "hex": "#70ffffff",
215
- "figma": "monochrome-white/44",
215
+ "figma": "static_monochrome-white/44",
216
216
  "web": "--color-static-monochrome-white-44",
217
217
  "alias": "staticMonochromeWhiteColor44"
218
218
  },
219
219
  "static_monochrome_white_48": {
220
220
  "rgba": "rgba(255, 255, 255, 0.48)",
221
221
  "hex": "#7affffff",
222
- "figma": "monochrome-white/48",
222
+ "figma": "static_monochrome-white/48",
223
223
  "web": "--color-static-monochrome-white-48",
224
224
  "alias": "staticMonochromeWhiteColor48"
225
225
  },
226
226
  "static_monochrome_white_56": {
227
227
  "rgba": "rgba(255, 255, 255, 0.56)",
228
228
  "hex": "#8fffffff",
229
- "figma": "monochrome-white/56",
229
+ "figma": "static_monochrome-white/56",
230
230
  "web": "--color-static-monochrome-white-56",
231
231
  "alias": "staticMonochromeWhiteColor56"
232
232
  },
233
233
  "static_monochrome_white_64": {
234
234
  "rgba": "rgba(255, 255, 255, 0.64)",
235
235
  "hex": "#a3ffffff",
236
- "figma": "monochrome-white/64",
236
+ "figma": "static_monochrome-white/64",
237
237
  "web": "--color-static-monochrome-white-64",
238
238
  "alias": "staticMonochromeWhiteColor64"
239
239
  },
240
240
  "static_monochrome_white_72": {
241
241
  "rgba": "rgba(255, 255, 255, 0.72)",
242
242
  "hex": "#b8ffffff",
243
- "figma": "monochrome-white/72",
243
+ "figma": "static_monochrome-white/72",
244
244
  "web": "--color-static-monochrome-white-72",
245
245
  "alias": "staticMonochromeWhiteColor72"
246
246
  },
247
247
  "static_monochrome_white_80": {
248
248
  "rgba": "rgba(255, 255, 255, 0.8)",
249
249
  "hex": "#ccffffff",
250
- "figma": "monochrome-white/80",
250
+ "figma": "static_monochrome-white/80",
251
251
  "web": "--color-static-monochrome-white-80",
252
252
  "alias": "staticMonochromeWhiteColor80"
253
253
  },
254
254
  "static_monochrome_white_88": {
255
255
  "rgba": "rgba(255, 255, 255, 0.88)",
256
256
  "hex": "#e0ffffff",
257
- "figma": "monochrome-white/88",
257
+ "figma": "static_monochrome-white/88",
258
258
  "web": "--color-static-monochrome-white-88",
259
259
  "alias": "staticMonochromeWhiteColor88"
260
260
  },
261
261
  "static_monochrome_white_100": {
262
262
  "rgba": "rgba(255, 255, 255, 1)",
263
263
  "hex": "#ffffff",
264
- "figma": "monochrome-white/100",
264
+ "figma": "static_monochrome-white/100",
265
265
  "web": "--color-static-monochrome-white-100",
266
266
  "alias": "staticMonochromeWhiteColor100"
267
267
  },
@@ -1,362 +1,422 @@
1
1
  {
2
2
  "static_pfm_custom_blue": {
3
- "rgba": "rgba(97, 165, 253, 1)",
4
- "hex": "#61a5fd",
5
- "alias": "staticPfmCustomColorBlue",
6
- "web": "--color-static-pfm-custom-blue"
3
+ "rgba": "rgba(113, 165, 242, 1)",
4
+ "hex": "#71a5f2",
5
+ "figma": "static_pfm-custom/blue",
6
+ "web": "--color-static-pfm-custom-blue",
7
+ "alias": "staticPfmCustomColorBlue"
7
8
  },
8
9
  "static_pfm_custom_cyan": {
9
- "rgba": "rgba(25, 175, 222, 1)",
10
- "hex": "#19afde",
11
- "alias": "staticPfmCustomColorCyan",
12
- "web": "--color-static-pfm-custom-cyan"
10
+ "rgba": "rgba(81, 177, 215, 1)",
11
+ "hex": "#51b1d7",
12
+ "figma": "static_pfm-custom/cyan",
13
+ "web": "--color-static-pfm-custom-cyan",
14
+ "alias": "staticPfmCustomColorCyan"
13
15
  },
14
16
  "static_pfm_custom_indigo": {
15
- "rgba": "rgba(155, 150, 249, 1)",
16
- "hex": "#9b96f9",
17
- "alias": "staticPfmCustomColorIndigo",
18
- "web": "--color-static-pfm-custom-indigo"
17
+ "rgba": "rgba(155, 149, 242, 1)",
18
+ "hex": "#9b95f2",
19
+ "figma": "static_pfm-custom/indigo",
20
+ "web": "--color-static-pfm-custom-indigo",
21
+ "alias": "staticPfmCustomColorIndigo"
19
22
  },
20
23
  "static_pfm_custom_jungle": {
21
- "rgba": "rgba(20, 184, 140, 1)",
22
- "hex": "#14b88c",
23
- "alias": "staticPfmCustomColorJungle",
24
- "web": "--color-static-pfm-custom-jungle"
24
+ "rgba": "rgba(64, 186, 147, 1)",
25
+ "hex": "#40ba93",
26
+ "figma": "static_pfm-custom/jungle",
27
+ "web": "--color-static-pfm-custom-jungle",
28
+ "alias": "staticPfmCustomColorJungle"
25
29
  },
26
30
  "static_pfm_custom_magenta": {
27
- "rgba": "rgba(251, 115, 156, 1)",
28
- "hex": "#fb739c",
29
- "alias": "staticPfmCustomColorMagenta",
30
- "web": "--color-static-pfm-custom-magenta"
31
+ "rgba": "rgba(248, 120, 158, 1)",
32
+ "hex": "#f8789e",
33
+ "figma": "static_pfm-custom/magenta",
34
+ "web": "--color-static-pfm-custom-magenta",
35
+ "alias": "staticPfmCustomColorMagenta"
31
36
  },
32
37
  "static_pfm_custom_orange": {
33
- "rgba": "rgba(245, 147, 34, 1)",
34
- "hex": "#f59322",
35
- "alias": "staticPfmCustomColorOrange",
36
- "web": "--color-static-pfm-custom-orange"
38
+ "rgba": "rgba(242, 155, 62, 1)",
39
+ "hex": "#f29b3e",
40
+ "figma": "static_pfm-custom/orange",
41
+ "web": "--color-static-pfm-custom-orange",
42
+ "alias": "staticPfmCustomColorOrange"
37
43
  },
38
44
  "static_pfm_custom_pistachio": {
39
- "rgba": "rgba(132, 178, 25, 1)",
40
- "hex": "#84b219",
41
- "alias": "staticPfmCustomColorPistachio",
42
- "web": "--color-static-pfm-custom-pistachio"
45
+ "rgba": "rgba(142, 180, 60, 1)",
46
+ "hex": "#8eb43c",
47
+ "figma": "static_pfm-custom/pistachio",
48
+ "web": "--color-static-pfm-custom-pistachio",
49
+ "alias": "staticPfmCustomColorPistachio"
43
50
  },
44
51
  "static_pfm_custom_purple": {
45
- "rgba": "rgba(206, 131, 234, 1)",
46
- "hex": "#ce83ea",
47
- "alias": "staticPfmCustomColorPurple",
48
- "web": "--color-static-pfm-custom-purple"
52
+ "rgba": "rgba(208, 134, 236, 1)",
53
+ "hex": "#d086ec",
54
+ "figma": "static_pfm-custom/purple",
55
+ "web": "--color-static-pfm-custom-purple",
56
+ "alias": "staticPfmCustomColorPurple"
49
57
  },
50
58
  "static_pfm_custom_red": {
51
- "rgba": "rgba(247, 85, 59, 1)",
52
- "hex": "#f7553b",
53
- "alias": "staticPfmCustomColorRed",
54
- "web": "--color-static-pfm-custom-red"
59
+ "rgba": "rgba(236, 87, 66, 1)",
60
+ "hex": "#ec5742",
61
+ "figma": "static_pfm-custom/red",
62
+ "web": "--color-static-pfm-custom-red",
63
+ "alias": "staticPfmCustomColorRed"
55
64
  },
56
65
  "static_pfm_custom_yellow": {
57
- "rgba": "rgba(246, 212, 17, 1)",
58
- "hex": "#f6d411",
59
- "alias": "staticPfmCustomColorYellow",
60
- "web": "--color-static-pfm-custom-yellow"
66
+ "rgba": "rgba(246, 213, 61, 1)",
67
+ "hex": "#f6d53d",
68
+ "figma": "static_pfm-custom/yellow",
69
+ "web": "--color-static-pfm-custom-yellow",
70
+ "alias": "staticPfmCustomColorYellow"
61
71
  },
62
72
  "static_pfm_system_acrux": {
63
73
  "rgba": "rgba(9, 170, 175, 1)",
64
74
  "hex": "#09aaaf",
65
- "alias": "staticPfmSystemColorAcrux",
66
- "web": "--color-static-pfm-system-acrux"
75
+ "figma": "static_pfm-system/acrux",
76
+ "web": "--color-static-pfm-system-acrux",
77
+ "alias": "staticPfmSystemColorAcrux"
67
78
  },
68
79
  "static_pfm_system_alcor": {
69
80
  "rgba": "rgba(216, 132, 254, 1)",
70
81
  "hex": "#d884fe",
71
- "alias": "staticPfmSystemColorAlcor",
72
- "web": "--color-static-pfm-system-alcor"
82
+ "figma": "static_pfm-system/alcor",
83
+ "web": "--color-static-pfm-system-alcor",
84
+ "alias": "staticPfmSystemColorAlcor"
73
85
  },
74
86
  "static_pfm_system_aldebaran": {
75
- "rgba": "rgba(255, 141, 115, 1)",
76
- "hex": "#ff8d73",
77
- "alias": "staticPfmSystemColorAldebaran",
78
- "web": "--color-static-pfm-system-aldebaran"
87
+ "rgba": "rgba(255, 141, 121, 1)",
88
+ "hex": "#ff8d79",
89
+ "figma": "static_pfm-system/aldebaran",
90
+ "web": "--color-static-pfm-system-aldebaran",
91
+ "alias": "staticPfmSystemColorAldebaran"
79
92
  },
80
93
  "static_pfm_system_andromeda": {
81
94
  "rgba": "rgba(255, 161, 188, 1)",
82
95
  "hex": "#ffa1bc",
83
- "alias": "staticPfmSystemColorAndromeda",
84
- "web": "--color-static-pfm-system-andromeda"
96
+ "figma": "static_pfm-system/andromeda",
97
+ "web": "--color-static-pfm-system-andromeda",
98
+ "alias": "staticPfmSystemColorAndromeda"
85
99
  },
86
100
  "static_pfm_system_apollo": {
87
101
  "rgba": "rgba(225, 33, 105, 1)",
88
102
  "hex": "#e12169",
89
- "alias": "staticPfmSystemColorApollo",
90
- "web": "--color-static-pfm-system-apollo"
103
+ "figma": "static_pfm-system/apollo",
104
+ "web": "--color-static-pfm-system-apollo",
105
+ "alias": "staticPfmSystemColorApollo"
91
106
  },
92
107
  "static_pfm_system_atlas": {
93
108
  "rgba": "rgba(206, 89, 250, 1)",
94
109
  "hex": "#ce59fa",
95
- "alias": "staticPfmSystemColorAtlas",
96
- "web": "--color-static-pfm-system-atlas"
110
+ "figma": "static_pfm-system/atlas",
111
+ "web": "--color-static-pfm-system-atlas",
112
+ "alias": "staticPfmSystemColorAtlas"
97
113
  },
98
114
  "static_pfm_system_betelgeuse": {
99
115
  "rgba": "rgba(127, 113, 253, 1)",
100
116
  "hex": "#7f71fd",
101
- "alias": "staticPfmSystemColorBetelgeuse",
102
- "web": "--color-static-pfm-system-betelgeuse"
117
+ "figma": "static_pfm-system/betelgeuse",
118
+ "web": "--color-static-pfm-system-betelgeuse",
119
+ "alias": "staticPfmSystemColorBetelgeuse"
103
120
  },
104
121
  "static_pfm_system_capella": {
105
122
  "rgba": "rgba(204, 165, 4, 1)",
106
123
  "hex": "#cca504",
107
- "alias": "staticPfmSystemColorCapella",
108
- "web": "--color-static-pfm-system-capella"
124
+ "figma": "static_pfm-system/capella",
125
+ "web": "--color-static-pfm-system-capella",
126
+ "alias": "staticPfmSystemColorCapella"
109
127
  },
110
128
  "static_pfm_system_carmenta": {
111
129
  "rgba": "rgba(13, 160, 127, 1)",
112
130
  "hex": "#0da07f",
113
- "alias": "staticPfmSystemColorCarmenta",
114
- "web": "--color-static-pfm-system-carmenta"
131
+ "figma": "static_pfm-system/carmenta",
132
+ "web": "--color-static-pfm-system-carmenta",
133
+ "alias": "staticPfmSystemColorCarmenta"
115
134
  },
116
135
  "static_pfm_system_concordia": {
117
136
  "rgba": "rgba(11, 177, 231, 1)",
118
137
  "hex": "#0bb1e7",
119
- "alias": "staticPfmSystemColorConcordia",
120
- "web": "--color-static-pfm-system-concordia"
138
+ "figma": "static_pfm-system/concordia",
139
+ "web": "--color-static-pfm-system-concordia",
140
+ "alias": "staticPfmSystemColorConcordia"
121
141
  },
122
142
  "static_pfm_system_cupid": {
123
- "rgba": "rgba(254, 80, 200, 1)",
124
- "hex": "#fe50c8",
125
- "alias": "staticPfmSystemColorCupid",
126
- "web": "--color-static-pfm-system-cupid"
143
+ "rgba": "rgba(248, 89, 197, 1)",
144
+ "hex": "#f859c5",
145
+ "figma": "static_pfm-system/cupid",
146
+ "web": "--color-static-pfm-system-cupid",
147
+ "alias": "staticPfmSystemColorCupid"
127
148
  },
128
149
  "static_pfm_system_electra": {
129
150
  "rgba": "rgba(226, 169, 251, 1)",
130
151
  "hex": "#e2a9fb",
131
- "alias": "staticPfmSystemColorElectra",
132
- "web": "--color-static-pfm-system-electra"
152
+ "figma": "static_pfm-system/electra",
153
+ "web": "--color-static-pfm-system-electra",
154
+ "alias": "staticPfmSystemColorElectra"
133
155
  },
134
156
  "static_pfm_system_enif": {
135
157
  "rgba": "rgba(128, 192, 2, 1)",
136
158
  "hex": "#80c002",
137
- "alias": "staticPfmSystemColorEnif",
138
- "web": "--color-static-pfm-system-enif"
159
+ "figma": "static_pfm-system/enif",
160
+ "web": "--color-static-pfm-system-enif",
161
+ "alias": "staticPfmSystemColorEnif"
139
162
  },
140
163
  "static_pfm_system_fides": {
141
164
  "rgba": "rgba(63, 205, 254, 1)",
142
165
  "hex": "#3fcdfe",
143
- "alias": "staticPfmSystemColorFides",
144
- "web": "--color-static-pfm-system-fides"
166
+ "figma": "static_pfm-system/fides",
167
+ "web": "--color-static-pfm-system-fides",
168
+ "alias": "staticPfmSystemColorFides"
145
169
  },
146
170
  "static_pfm_system_galaxy": {
147
171
  "rgba": "rgba(42, 119, 239, 1)",
148
172
  "hex": "#2a77ef",
149
- "alias": "staticPfmSystemColorGalaxy",
150
- "web": "--color-static-pfm-system-galaxy"
173
+ "figma": "static_pfm-system/galaxy",
174
+ "web": "--color-static-pfm-system-galaxy",
175
+ "alias": "staticPfmSystemColorGalaxy"
151
176
  },
152
177
  "static_pfm_system_helix": {
153
178
  "rgba": "rgba(4, 181, 69, 1)",
154
179
  "hex": "#04b545",
155
- "alias": "staticPfmSystemColorHelix",
156
- "web": "--color-static-pfm-system-helix"
180
+ "figma": "static_pfm-system/helix",
181
+ "web": "--color-static-pfm-system-helix",
182
+ "alias": "staticPfmSystemColorHelix"
157
183
  },
158
184
  "static_pfm_system_hubble": {
159
185
  "rgba": "rgba(117, 117, 125, 1)",
160
186
  "hex": "#75757d",
161
- "alias": "staticPfmSystemColorHubble",
162
- "web": "--color-static-pfm-system-hubble"
187
+ "figma": "static_pfm-system/hubble",
188
+ "web": "--color-static-pfm-system-hubble",
189
+ "alias": "staticPfmSystemColorHubble"
163
190
  },
164
191
  "static_pfm_system_jupiter": {
165
192
  "rgba": "rgba(253, 178, 77, 1)",
166
193
  "hex": "#fdb24d",
167
- "alias": "staticPfmSystemColorJupiter",
168
- "web": "--color-static-pfm-system-jupiter"
194
+ "figma": "static_pfm-system/jupiter",
195
+ "web": "--color-static-pfm-system-jupiter",
196
+ "alias": "staticPfmSystemColorJupiter"
169
197
  },
170
198
  "static_pfm_system_kaus": {
171
199
  "rgba": "rgba(106, 158, 2, 1)",
172
200
  "hex": "#6a9e02",
173
- "alias": "staticPfmSystemColorKaus",
174
- "web": "--color-static-pfm-system-kaus"
201
+ "figma": "static_pfm-system/kaus",
202
+ "web": "--color-static-pfm-system-kaus",
203
+ "alias": "staticPfmSystemColorKaus"
175
204
  },
176
205
  "static_pfm_system_kepler": {
177
206
  "rgba": "rgba(250, 147, 19, 1)",
178
207
  "hex": "#fa9313",
179
- "alias": "staticPfmSystemColorKepler",
180
- "web": "--color-static-pfm-system-kepler"
208
+ "figma": "static_pfm-system/kepler",
209
+ "web": "--color-static-pfm-system-kepler",
210
+ "alias": "staticPfmSystemColorKepler"
181
211
  },
182
212
  "static_pfm_system_maia": {
183
213
  "rgba": "rgba(255, 114, 162, 1)",
184
214
  "hex": "#ff72a2",
185
- "alias": "staticPfmSystemColorMaia",
186
- "web": "--color-static-pfm-system-maia"
215
+ "figma": "static_pfm-system/maia",
216
+ "web": "--color-static-pfm-system-maia",
217
+ "alias": "staticPfmSystemColorMaia"
187
218
  },
188
219
  "static_pfm_system_mars": {
189
- "rgba": "rgba(253, 101, 68, 1)",
190
- "hex": "#fd6544",
191
- "alias": "staticPfmSystemColorMars",
192
- "web": "--color-static-pfm-system-mars"
220
+ "rgba": "rgba(254, 94, 72, 1)",
221
+ "hex": "#fe5e48",
222
+ "figma": "static_pfm-system/mars",
223
+ "web": "--color-static-pfm-system-mars",
224
+ "alias": "staticPfmSystemColorMars"
193
225
  },
194
226
  "static_pfm_system_meissa": {
195
227
  "rgba": "rgba(4, 150, 198, 1)",
196
228
  "hex": "#0496c6",
197
- "alias": "staticPfmSystemColorMeissa",
198
- "web": "--color-static-pfm-system-meissa"
229
+ "figma": "static_pfm-system/meissa",
230
+ "web": "--color-static-pfm-system-meissa",
231
+ "alias": "staticPfmSystemColorMeissa"
199
232
  },
200
233
  "static_pfm_system_mercury": {
201
234
  "rgba": "rgba(234, 131, 19, 1)",
202
235
  "hex": "#ea8313",
203
- "alias": "staticPfmSystemColorMercury",
204
- "web": "--color-static-pfm-system-mercury"
236
+ "figma": "static_pfm-system/mercury",
237
+ "web": "--color-static-pfm-system-mercury",
238
+ "alias": "staticPfmSystemColorMercury"
205
239
  },
206
240
  "static_pfm_system_mira": {
207
241
  "rgba": "rgba(21, 217, 172, 1)",
208
242
  "hex": "#15d9ac",
209
- "alias": "staticPfmSystemColorMira",
210
- "web": "--color-static-pfm-system-mira"
243
+ "figma": "static_pfm-system/mira",
244
+ "web": "--color-static-pfm-system-mira",
245
+ "alias": "staticPfmSystemColorMira"
211
246
  },
212
247
  "static_pfm_system_mizar": {
213
248
  "rgba": "rgba(186, 61, 216, 1)",
214
249
  "hex": "#ba3dd8",
215
- "alias": "staticPfmSystemColorMizar",
216
- "web": "--color-static-pfm-system-mizar"
250
+ "figma": "static_pfm-system/mizar",
251
+ "web": "--color-static-pfm-system-mizar",
252
+ "alias": "staticPfmSystemColorMizar"
217
253
  },
218
254
  "static_pfm_system_nebula": {
219
255
  "rgba": "rgba(74, 231, 119, 1)",
220
256
  "hex": "#4ae777",
221
- "alias": "staticPfmSystemColorNebula",
222
- "web": "--color-static-pfm-system-nebula"
257
+ "figma": "static_pfm-system/nebula",
258
+ "web": "--color-static-pfm-system-nebula",
259
+ "alias": "staticPfmSystemColorNebula"
223
260
  },
224
261
  "static_pfm_system_numa": {
225
262
  "rgba": "rgba(10, 190, 148, 1)",
226
263
  "hex": "#0abe94",
227
- "alias": "staticPfmSystemColorNuma",
228
- "web": "--color-static-pfm-system-numa"
264
+ "figma": "static_pfm-system/numa",
265
+ "web": "--color-static-pfm-system-numa",
266
+ "alias": "staticPfmSystemColorNuma"
229
267
  },
230
268
  "static_pfm_system_orcus": {
231
269
  "rgba": "rgba(153, 139, 255, 1)",
232
270
  "hex": "#998bff",
233
- "alias": "staticPfmSystemColorOrcus",
234
- "web": "--color-static-pfm-system-orcus"
271
+ "figma": "static_pfm-system/orcus",
272
+ "web": "--color-static-pfm-system-orcus",
273
+ "alias": "staticPfmSystemColorOrcus"
235
274
  },
236
275
  "static_pfm_system_orion": {
237
276
  "rgba": "rgba(232, 195, 5, 1)",
238
277
  "hex": "#e8c305",
239
- "alias": "staticPfmSystemColorOrion",
240
- "web": "--color-static-pfm-system-orion"
278
+ "figma": "static_pfm-system/orion",
279
+ "web": "--color-static-pfm-system-orion",
280
+ "alias": "staticPfmSystemColorOrion"
241
281
  },
242
282
  "static_pfm_system_pluto": {
243
283
  "rgba": "rgba(179, 170, 255, 1)",
244
284
  "hex": "#b3aaff",
245
- "alias": "staticPfmSystemColorPluto",
246
- "web": "--color-static-pfm-system-pluto"
285
+ "figma": "static_pfm-system/pluto",
286
+ "web": "--color-static-pfm-system-pluto",
287
+ "alias": "staticPfmSystemColorPluto"
247
288
  },
248
289
  "static_pfm_system_proserpina": {
249
290
  "rgba": "rgba(13, 147, 54, 1)",
250
291
  "hex": "#0d9336",
251
- "alias": "staticPfmSystemColorProserpina",
252
- "web": "--color-static-pfm-system-proserpina"
292
+ "figma": "static_pfm-system/proserpina",
293
+ "web": "--color-static-pfm-system-proserpina",
294
+ "alias": "staticPfmSystemColorProserpina"
253
295
  },
254
296
  "static_pfm_system_proxima": {
255
- "rgba": "rgba(254, 136, 227, 1)",
256
- "hex": "#fe88e3",
257
- "alias": "staticPfmSystemColorProxima",
258
- "web": "--color-static-pfm-system-proxima"
297
+ "rgba": "rgba(253, 137, 226, 1)",
298
+ "hex": "#fd89e2",
299
+ "figma": "static_pfm-system/proxima",
300
+ "web": "--color-static-pfm-system-proxima",
301
+ "alias": "staticPfmSystemColorProxima"
259
302
  },
260
303
  "static_pfm_system_regulus": {
261
304
  "rgba": "rgba(49, 147, 252, 1)",
262
305
  "hex": "#3193fc",
263
- "alias": "staticPfmSystemColorRegulus",
264
- "web": "--color-static-pfm-system-regulus"
306
+ "figma": "static_pfm-system/regulus",
307
+ "web": "--color-static-pfm-system-regulus",
308
+ "alias": "staticPfmSystemColorRegulus"
265
309
  },
266
310
  "static_pfm_system_rigel": {
267
311
  "rgba": "rgba(99, 170, 253, 1)",
268
312
  "hex": "#63aafd",
269
- "alias": "staticPfmSystemColorRigel",
270
- "web": "--color-static-pfm-system-rigel"
313
+ "figma": "static_pfm-system/rigel",
314
+ "web": "--color-static-pfm-system-rigel",
315
+ "alias": "staticPfmSystemColorRigel"
271
316
  },
272
317
  "static_pfm_system_saturn": {
273
318
  "rgba": "rgba(220, 179, 11, 1)",
274
319
  "hex": "#dcb30b",
275
- "alias": "staticPfmSystemColorSaturn",
276
- "web": "--color-static-pfm-system-saturn"
320
+ "figma": "static_pfm-system/saturn",
321
+ "web": "--color-static-pfm-system-saturn",
322
+ "alias": "staticPfmSystemColorSaturn"
277
323
  },
278
324
  "static_pfm_system_sirius": {
279
- "rgba": "rgba(255, 159, 147, 1)",
280
- "hex": "#ff9f93",
281
- "alias": "staticPfmSystemColorSirius",
282
- "web": "--color-static-pfm-system-sirius"
325
+ "rgba": "rgba(254, 160, 143, 1)",
326
+ "hex": "#fea08f",
327
+ "figma": "static_pfm-system/sirius",
328
+ "web": "--color-static-pfm-system-sirius",
329
+ "alias": "staticPfmSystemColorSirius"
283
330
  },
284
331
  "static_pfm_system_spica": {
285
332
  "rgba": "rgba(149, 195, 253, 1)",
286
333
  "hex": "#95c3fd",
287
- "alias": "staticPfmSystemColorSpica",
288
- "web": "--color-static-pfm-system-spica"
334
+ "figma": "static_pfm-system/spica",
335
+ "web": "--color-static-pfm-system-spica",
336
+ "alias": "staticPfmSystemColorSpica"
289
337
  },
290
338
  "static_pfm_system_sun": {
291
339
  "rgba": "rgba(251, 215, 0, 1)",
292
340
  "hex": "#fbd700",
293
- "alias": "staticPfmSystemColorSun",
294
- "web": "--color-static-pfm-system-sun"
341
+ "figma": "static_pfm-system/sun",
342
+ "web": "--color-static-pfm-system-sun",
343
+ "alias": "staticPfmSystemColorSun"
295
344
  },
296
345
  "static_pfm_system_tars": {
297
346
  "rgba": "rgba(160, 161, 169, 1)",
298
347
  "hex": "#a0a1a9",
299
- "alias": "staticPfmSystemColorTars",
300
- "web": "--color-static-pfm-system-tars"
348
+ "figma": "static_pfm-system/tars",
349
+ "web": "--color-static-pfm-system-tars",
350
+ "alias": "staticPfmSystemColorTars"
301
351
  },
302
352
  "static_pfm_system_terra": {
303
353
  "rgba": "rgba(23, 208, 85, 1)",
304
354
  "hex": "#17d055",
305
- "alias": "staticPfmSystemColorTerra",
306
- "web": "--color-static-pfm-system-terra"
355
+ "figma": "static_pfm-system/terra",
356
+ "web": "--color-static-pfm-system-terra",
357
+ "alias": "staticPfmSystemColorTerra"
307
358
  },
308
359
  "static_pfm_system_triton": {
309
360
  "rgba": "rgba(5, 138, 143, 1)",
310
361
  "hex": "#058a8f",
311
- "alias": "staticPfmSystemColorTriton",
312
- "web": "--color-static-pfm-system-triton"
362
+ "figma": "static_pfm-system/triton",
363
+ "web": "--color-static-pfm-system-triton",
364
+ "alias": "staticPfmSystemColorTriton"
313
365
  },
314
366
  "static_pfm_system_uranus": {
315
367
  "rgba": "rgba(73, 223, 231, 1)",
316
368
  "hex": "#49dfe7",
317
- "alias": "staticPfmSystemColorUranus",
318
- "web": "--color-static-pfm-system-uranus"
369
+ "figma": "static_pfm-system/uranus",
370
+ "web": "--color-static-pfm-system-uranus",
371
+ "alias": "staticPfmSystemColorUranus"
319
372
  },
320
373
  "static_pfm_system_vega": {
321
374
  "rgba": "rgba(9, 200, 208, 1)",
322
375
  "hex": "#09c8d0",
323
- "alias": "staticPfmSystemColorVega",
324
- "web": "--color-static-pfm-system-vega"
376
+ "figma": "static_pfm-system/vega",
377
+ "web": "--color-static-pfm-system-vega",
378
+ "alias": "staticPfmSystemColorVega"
325
379
  },
326
380
  "static_pfm_system_venus": {
327
- "rgba": "rgba(239, 37, 169, 1)",
328
- "hex": "#ef25a9",
329
- "alias": "staticPfmSystemColorVenus",
330
- "web": "--color-static-pfm-system-venus"
381
+ "rgba": "rgba(232, 54, 166, 1)",
382
+ "hex": "#e836a6",
383
+ "figma": "static_pfm-system/venus",
384
+ "web": "--color-static-pfm-system-venus",
385
+ "alias": "staticPfmSystemColorVenus"
331
386
  },
332
387
  "static_pfm_system_voyager": {
333
388
  "rgba": "rgba(95, 95, 102, 1)",
334
389
  "hex": "#5f5f66",
335
- "alias": "staticPfmSystemColorVoyager",
336
- "web": "--color-static-pfm-system-voyager"
390
+ "figma": "static_pfm-system/voyager",
391
+ "web": "--color-static-pfm-system-voyager",
392
+ "alias": "staticPfmSystemColorVoyager"
337
393
  },
338
394
  "static_pfm_system_vulcan": {
339
- "rgba": "rgba(236, 46, 20, 1)",
340
- "hex": "#ec2e14",
341
- "alias": "staticPfmSystemColorVulcan",
342
- "web": "--color-static-pfm-system-vulcan"
395
+ "rgba": "rgba(236, 45, 32, 1)",
396
+ "hex": "#ec2d20",
397
+ "figma": "static_pfm-system/vulcan",
398
+ "web": "--color-static-pfm-system-vulcan",
399
+ "alias": "staticPfmSystemColorVulcan"
343
400
  },
344
401
  "static_pfm_system_webb": {
345
402
  "rgba": "rgba(186, 187, 194, 1)",
346
403
  "hex": "#babbc2",
347
- "alias": "staticPfmSystemColorWebb",
348
- "web": "--color-static-pfm-system-webb"
404
+ "figma": "static_pfm-system/webb",
405
+ "web": "--color-static-pfm-system-webb",
406
+ "alias": "staticPfmSystemColorWebb"
349
407
  },
350
408
  "static_pfm_system_wezen": {
351
- "rgba": "rgba(251, 62, 139, 1)",
352
- "hex": "#fb3e8b",
353
- "alias": "staticPfmSystemColorWezen",
354
- "web": "--color-static-pfm-system-wezen"
409
+ "rgba": "rgba(252, 60, 139, 1)",
410
+ "hex": "#fc3c8b",
411
+ "figma": "static_pfm-system/wezen",
412
+ "web": "--color-static-pfm-system-wezen",
413
+ "alias": "staticPfmSystemColorWezen"
355
414
  },
356
415
  "static_pfm_system_zwicky": {
357
416
  "rgba": "rgba(153, 216, 39, 1)",
358
417
  "hex": "#99d827",
359
- "alias": "staticPfmSystemColorZwicky",
360
- "web": "--color-static-pfm-system-zwicky"
418
+ "figma": "static_pfm-system/zwicky",
419
+ "web": "--color-static-pfm-system-zwicky",
420
+ "alias": "staticPfmSystemColorZwicky"
361
421
  }
362
422
  }
@@ -1332,14 +1332,14 @@
1332
1332
  "static_promo_classic": {
1333
1333
  "rgba": "rgba(0, 0, 0, 1)",
1334
1334
  "hex": "#000000",
1335
- "figma": "promo/classic",
1335
+ "figma": "static_promo/classic",
1336
1336
  "web": "--color-static-promo-classic",
1337
1337
  "alias": "staticPromoColorClassic"
1338
1338
  },
1339
1339
  "static_promo_chardonnay": {
1340
1340
  "rgba": "rgba(255, 207, 153, 1)",
1341
1341
  "hex": "#ffcf99",
1342
- "figma": "promo/chardonnay",
1342
+ "figma": "static_promo/chardonnay",
1343
1343
  "web": "--color-static-promo-chardonnay",
1344
1344
  "alias": "staticPromoColorChardonnay",
1345
1345
  "deprecated": true
@@ -1347,7 +1347,7 @@
1347
1347
  "static_promo_conclave": {
1348
1348
  "rgba": "rgba(179, 204, 255, 1)",
1349
1349
  "hex": "#b3ccff",
1350
- "figma": "promo/conclave",
1350
+ "figma": "static_promo/conclave",
1351
1351
  "web": "--color-static-promo-conclave",
1352
1352
  "alias": "staticPromoColorConclave",
1353
1353
  "deprecated": true
@@ -1355,7 +1355,7 @@
1355
1355
  "static_promo_gravel": {
1356
1356
  "rgba": "rgba(42, 44, 47, 1)",
1357
1357
  "hex": "#2a2c2f",
1358
- "figma": "promo/gravel",
1358
+ "figma": "static_promo/gravel",
1359
1359
  "web": "--color-static-promo-gravel",
1360
1360
  "alias": "staticPromoColorGravel",
1361
1361
  "deprecated": true
@@ -1363,7 +1363,7 @@
1363
1363
  "static_promo_lagoon": {
1364
1364
  "rgba": "rgba(157, 242, 245, 1)",
1365
1365
  "hex": "#9df2f5",
1366
- "figma": "promo/lagoon",
1366
+ "figma": "static_promo/lagoon",
1367
1367
  "web": "--color-static-promo-lagoon",
1368
1368
  "alias": "staticPromoColorLagoon",
1369
1369
  "deprecated": true
@@ -1371,7 +1371,7 @@
1371
1371
  "static_promo_menthol": {
1372
1372
  "rgba": "rgba(191, 240, 168, 1)",
1373
1373
  "hex": "#bff0a8",
1374
- "figma": "promo/menthol",
1374
+ "figma": "static_promo/menthol",
1375
1375
  "web": "--color-static-promo-menthol",
1376
1376
  "alias": "staticPromoColorMenthol",
1377
1377
  "deprecated": true
@@ -1379,7 +1379,7 @@
1379
1379
  "static_promo_oasis": {
1380
1380
  "rgba": "rgba(223, 191, 255, 1)",
1381
1381
  "hex": "#dfbfff",
1382
- "figma": "promo/oasis",
1382
+ "figma": "static_promo/oasis",
1383
1383
  "web": "--color-static-promo-oasis",
1384
1384
  "alias": "staticPromoColorOasis",
1385
1385
  "deprecated": true
@@ -1387,7 +1387,7 @@
1387
1387
  "static_promo_pale_chardonnay": {
1388
1388
  "rgba": "rgba(255, 229, 199, 1)",
1389
1389
  "hex": "#ffe5c7",
1390
- "figma": "promo-pale/chardonnay",
1390
+ "figma": "static_promo-pale/chardonnay",
1391
1391
  "web": "--color-static-promo-pale-chardonnay",
1392
1392
  "alias": "staticPromoPaleColorChardonnay",
1393
1393
  "deprecated": true
@@ -1395,7 +1395,7 @@
1395
1395
  "static_promo_pale_conclave": {
1396
1396
  "rgba": "rgba(214, 230, 255, 1)",
1397
1397
  "hex": "#d6e6ff",
1398
- "figma": "promo-pale/conclave",
1398
+ "figma": "static_promo-pale/conclave",
1399
1399
  "web": "--color-static-promo-pale-conclave",
1400
1400
  "alias": "staticPromoPaleColorConclave",
1401
1401
  "deprecated": true
@@ -1403,7 +1403,7 @@
1403
1403
  "static_promo_pale_lagoon": {
1404
1404
  "rgba": "rgba(197, 248, 250, 1)",
1405
1405
  "hex": "#c5f8fa",
1406
- "figma": "promo-pale/lagoon",
1406
+ "figma": "static_promo-pale/lagoon",
1407
1407
  "web": "--color-static-promo-pale-lagoon",
1408
1408
  "alias": "staticPromoPaleColorLagoon",
1409
1409
  "deprecated": true
@@ -1411,7 +1411,7 @@
1411
1411
  "static_promo_pale_oasis": {
1412
1412
  "rgba": "rgba(235, 214, 255, 1)",
1413
1413
  "hex": "#ebd6ff",
1414
- "figma": "promo-pale/oasis",
1414
+ "figma": "static_promo-pale/oasis",
1415
1415
  "web": "--color-static-promo-pale-oasis",
1416
1416
  "alias": "staticPromoPaleColorOasis",
1417
1417
  "deprecated": true
@@ -1419,7 +1419,7 @@
1419
1419
  "static_promo_pale_pearl": {
1420
1420
  "rgba": "rgba(241, 244, 244, 1)",
1421
1421
  "hex": "#f1f4f4",
1422
- "figma": "promo-pale/pearl",
1422
+ "figma": "static_promo-pale/pearl",
1423
1423
  "web": "--color-static-promo-pale-pearl",
1424
1424
  "alias": "staticPromoPaleColorPearl",
1425
1425
  "deprecated": true
@@ -1427,7 +1427,7 @@
1427
1427
  "static_promo_pale_primrose": {
1428
1428
  "rgba": "rgba(234, 255, 179, 1)",
1429
1429
  "hex": "#eaffb3",
1430
- "figma": "promo-pale/primrose",
1430
+ "figma": "static_promo-pale/primrose",
1431
1431
  "web": "--color-static-promo-pale-primrose",
1432
1432
  "alias": "staticPromoPaleColorPrimrose",
1433
1433
  "deprecated": true
@@ -1435,7 +1435,7 @@
1435
1435
  "static_promo_pale_seafoam": {
1436
1436
  "rgba": "rgba(214, 255, 231, 1)",
1437
1437
  "hex": "#d6ffe7",
1438
- "figma": "promo-pale/seafoam",
1438
+ "figma": "static_promo-pale/seafoam",
1439
1439
  "web": "--color-static-promo-pale-seafoam",
1440
1440
  "alias": "staticPromoPaleColorSeafoam",
1441
1441
  "deprecated": true
@@ -1443,7 +1443,7 @@
1443
1443
  "static_promo_pale_tomato": {
1444
1444
  "rgba": "rgba(255, 219, 216, 1)",
1445
1445
  "hex": "#ffdbd8",
1446
- "figma": "promo-pale/tomato",
1446
+ "figma": "static_promo-pale/tomato",
1447
1447
  "web": "--color-static-promo-pale-tomato",
1448
1448
  "alias": "staticPromoPaleColorTomato",
1449
1449
  "deprecated": true
@@ -1451,7 +1451,7 @@
1451
1451
  "static_promo_peach": {
1452
1452
  "rgba": "rgba(255, 203, 179, 1)",
1453
1453
  "hex": "#ffcbb3",
1454
- "figma": "promo/peach",
1454
+ "figma": "static_promo/peach",
1455
1455
  "web": "--color-static-promo-peach",
1456
1456
  "alias": "staticPromoColorPeach",
1457
1457
  "deprecated": true
@@ -1459,7 +1459,7 @@
1459
1459
  "static_promo_pearl": {
1460
1460
  "rgba": "rgba(234, 238, 238, 1)",
1461
1461
  "hex": "#eaeeee",
1462
- "figma": "promo/pearl",
1462
+ "figma": "static_promo/pearl",
1463
1463
  "web": "--color-static-promo-pearl",
1464
1464
  "alias": "staticPromoColorPearl",
1465
1465
  "deprecated": true
@@ -1467,7 +1467,7 @@
1467
1467
  "static_promo_prelude": {
1468
1468
  "rgba": "rgba(199, 191, 255, 1)",
1469
1469
  "hex": "#c7bfff",
1470
- "figma": "promo/prelude",
1470
+ "figma": "static_promo/prelude",
1471
1471
  "web": "--color-static-promo-prelude",
1472
1472
  "alias": "staticPromoColorPrelude",
1473
1473
  "deprecated": true
@@ -1475,7 +1475,7 @@
1475
1475
  "static_promo_primrose": {
1476
1476
  "rgba": "rgba(214, 240, 154, 1)",
1477
1477
  "hex": "#d6f09a",
1478
- "figma": "promo/primrose",
1478
+ "figma": "static_promo/primrose",
1479
1479
  "web": "--color-static-promo-primrose",
1480
1480
  "alias": "staticPromoColorPrimrose",
1481
1481
  "deprecated": true
@@ -1483,7 +1483,7 @@
1483
1483
  "static_promo_seafoam": {
1484
1484
  "rgba": "rgba(160, 250, 198, 1)",
1485
1485
  "hex": "#a0fac6",
1486
- "figma": "promo/seafoam",
1486
+ "figma": "static_promo/seafoam",
1487
1487
  "web": "--color-static-promo-seafoam",
1488
1488
  "alias": "staticPromoColorSeafoam",
1489
1489
  "deprecated": true
@@ -1491,7 +1491,7 @@
1491
1491
  "static_promo_sonata": {
1492
1492
  "rgba": "rgba(158, 223, 255, 1)",
1493
1493
  "hex": "#9edfff",
1494
- "figma": "promo/sonata",
1494
+ "figma": "static_promo/sonata",
1495
1495
  "web": "--color-static-promo-sonata",
1496
1496
  "alias": "staticPromoColorSonata",
1497
1497
  "deprecated": true
@@ -1499,7 +1499,7 @@
1499
1499
  "static_promo_tomato": {
1500
1500
  "rgba": "rgba(255, 202, 199, 1)",
1501
1501
  "hex": "#ffcac7",
1502
- "figma": "promo/tomato",
1502
+ "figma": "static_promo/tomato",
1503
1503
  "web": "--color-static-promo-tomato",
1504
1504
  "alias": "staticPromoColorTomato",
1505
1505
  "deprecated": true
@@ -1507,7 +1507,7 @@
1507
1507
  "static_promo_vibrant_chardonnay": {
1508
1508
  "rgba": "rgba(250, 147, 25, 1)",
1509
1509
  "hex": "#fa9319",
1510
- "figma": "promo-vibrant/chardonnay",
1510
+ "figma": "static_promo-vibrant/chardonnay",
1511
1511
  "web": "--color-static-promo-vibrant-chardonnay",
1512
1512
  "alias": "staticPromoVibrantColorChardonnay",
1513
1513
  "deprecated": true
@@ -1515,7 +1515,7 @@
1515
1515
  "static_promo_vibrant_conclave": {
1516
1516
  "rgba": "rgba(38, 111, 255, 1)",
1517
1517
  "hex": "#266fff",
1518
- "figma": "promo-vibrant/conclave",
1518
+ "figma": "static_promo-vibrant/conclave",
1519
1519
  "web": "--color-static-promo-vibrant-conclave",
1520
1520
  "alias": "staticPromoVibrantColorConclave",
1521
1521
  "deprecated": true
@@ -1523,7 +1523,7 @@
1523
1523
  "static_promo_vibrant_lagoon": {
1524
1524
  "rgba": "rgba(0, 232, 240, 1)",
1525
1525
  "hex": "#00e8f0",
1526
- "figma": "promo-vibrant/lagoon",
1526
+ "figma": "static_promo-vibrant/lagoon",
1527
1527
  "web": "--color-static-promo-vibrant-lagoon",
1528
1528
  "alias": "staticPromoVibrantColorLagoon",
1529
1529
  "deprecated": true
@@ -1531,7 +1531,7 @@
1531
1531
  "static_promo_vibrant_menthol": {
1532
1532
  "rgba": "rgba(49, 227, 0, 1)",
1533
1533
  "hex": "#31e300",
1534
- "figma": "promo-vibrant/menthol",
1534
+ "figma": "static_promo-vibrant/menthol",
1535
1535
  "web": "--color-static-promo-vibrant-menthol",
1536
1536
  "alias": "staticPromoVibrantColorMenthol",
1537
1537
  "deprecated": true
@@ -1539,7 +1539,7 @@
1539
1539
  "static_promo_vibrant_oasis": {
1540
1540
  "rgba": "rgba(153, 51, 255, 1)",
1541
1541
  "hex": "#9933ff",
1542
- "figma": "promo-vibrant/oasis",
1542
+ "figma": "static_promo-vibrant/oasis",
1543
1543
  "web": "--color-static-promo-vibrant-oasis",
1544
1544
  "alias": "staticPromoVibrantColorOasis",
1545
1545
  "deprecated": true
@@ -1547,7 +1547,7 @@
1547
1547
  "static_promo_vibrant_peach": {
1548
1548
  "rgba": "rgba(255, 104, 28, 1)",
1549
1549
  "hex": "#ff681c",
1550
- "figma": "promo-vibrant/peach",
1550
+ "figma": "static_promo-vibrant/peach",
1551
1551
  "web": "--color-static-promo-vibrant-peach",
1552
1552
  "alias": "staticPromoVibrantColorPeach",
1553
1553
  "deprecated": true
@@ -1555,7 +1555,7 @@
1555
1555
  "static_promo_vibrant_prelude": {
1556
1556
  "rgba": "rgba(106, 77, 255, 1)",
1557
1557
  "hex": "#6a4dff",
1558
- "figma": "promo-vibrant/prelude",
1558
+ "figma": "static_promo-vibrant/prelude",
1559
1559
  "web": "--color-static-promo-vibrant-prelude",
1560
1560
  "alias": "staticPromoVibrantColorPrelude",
1561
1561
  "deprecated": true
@@ -1563,7 +1563,7 @@
1563
1563
  "static_promo_vibrant_primrose": {
1564
1564
  "rgba": "rgba(168, 240, 0, 1)",
1565
1565
  "hex": "#a8f000",
1566
- "figma": "promo-vibrant/primrose",
1566
+ "figma": "static_promo-vibrant/primrose",
1567
1567
  "web": "--color-static-promo-vibrant-primrose",
1568
1568
  "alias": "staticPromoVibrantColorPrimrose",
1569
1569
  "deprecated": true
@@ -1571,7 +1571,7 @@
1571
1571
  "static_promo_vibrant_seafoam": {
1572
1572
  "rgba": "rgba(0, 240, 100, 1)",
1573
1573
  "hex": "#00f064",
1574
- "figma": "promo-vibrant/seafoam",
1574
+ "figma": "static_promo-vibrant/seafoam",
1575
1575
  "web": "--color-static-promo-vibrant-seafoam",
1576
1576
  "alias": "staticPromoVibrantColorSeafoam",
1577
1577
  "deprecated": true
@@ -1579,7 +1579,7 @@
1579
1579
  "static_promo_vibrant_sonata": {
1580
1580
  "rgba": "rgba(23, 160, 229, 1)",
1581
1581
  "hex": "#17a0e5",
1582
- "figma": "promo-vibrant/sonata",
1582
+ "figma": "static_promo-vibrant/sonata",
1583
1583
  "web": "--color-static-promo-vibrant-sonata",
1584
1584
  "alias": "staticPromoVibrantColorSonata",
1585
1585
  "deprecated": true
@@ -1587,7 +1587,7 @@
1587
1587
  "static_promo_vibrant_tomato": {
1588
1588
  "rgba": "rgba(239, 49, 36, 1)",
1589
1589
  "hex": "#ef3124",
1590
- "figma": "promo-vibrant/tomato",
1590
+ "figma": "static_promo-vibrant/tomato",
1591
1591
  "web": "--color-static-promo-vibrant-tomato",
1592
1592
  "alias": "staticPromoVibrantColorTomato",
1593
1593
  "deprecated": true