ui-primitives 26.1.0 → 26.2.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_promo.json +268 -0
package/package.json
CHANGED
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dark_promo_muted_menthol": {
|
|
3
|
+
"rgba": "rgba(27, 40, 22, 1)",
|
|
4
|
+
"hex": "#1b2816",
|
|
5
|
+
"figma": "promo-muted/menthol",
|
|
6
|
+
"web": "--color-dark-promo-muted-menthol",
|
|
7
|
+
"alias": "promoMutedColorMenthol"
|
|
8
|
+
},
|
|
9
|
+
"dark_promo_muted_sonata": {
|
|
10
|
+
"rgba": "rgba(34, 42, 62, 1)",
|
|
11
|
+
"hex": "#222a3e",
|
|
12
|
+
"figma": "promo-muted/sonata",
|
|
13
|
+
"web": "--color-dark-promo-muted-sonata",
|
|
14
|
+
"alias": "promoMutedColorSonata"
|
|
15
|
+
},
|
|
16
|
+
"dark_promo_muted_tomato": {
|
|
17
|
+
"rgba": "rgba(62, 35, 33, 1)",
|
|
18
|
+
"hex": "#3e2321",
|
|
19
|
+
"figma": "promo-muted/tomato",
|
|
20
|
+
"web": "--color-dark-promo-muted-tomato",
|
|
21
|
+
"alias": "promoMutedColorTomato"
|
|
22
|
+
},
|
|
23
|
+
"light_promo_muted_menthol": {
|
|
24
|
+
"rgba": "rgba(234, 250, 226, 1)",
|
|
25
|
+
"hex": "#eafae2",
|
|
26
|
+
"figma": "promo-muted/menthol",
|
|
27
|
+
"web": "--color-light-promo-muted-menthol",
|
|
28
|
+
"alias": "promoMutedColorMenthol"
|
|
29
|
+
},
|
|
30
|
+
"light_promo_muted_sonata": {
|
|
31
|
+
"rgba": "rgba(233, 246, 253, 1)",
|
|
32
|
+
"hex": "#e9f6fd",
|
|
33
|
+
"figma": "promo-muted/sonata",
|
|
34
|
+
"web": "--color-light-promo-muted-sonata",
|
|
35
|
+
"alias": "promoMutedColorSonata"
|
|
36
|
+
},
|
|
37
|
+
"light_promo_muted_tomato": {
|
|
38
|
+
"rgba": "rgba(253, 241, 241, 1)",
|
|
39
|
+
"hex": "#fdf1f1",
|
|
40
|
+
"figma": "promo-muted/tomato",
|
|
41
|
+
"web": "--color-light-promo-muted-tomato",
|
|
42
|
+
"alias": "promoMutedColorTomato"
|
|
43
|
+
},
|
|
44
|
+
"static_promo_chardonnay": {
|
|
45
|
+
"rgba": "rgba(255, 207, 153, 1)",
|
|
46
|
+
"hex": "#ffcf99",
|
|
47
|
+
"figma": "promo/chardonnay",
|
|
48
|
+
"web": "--color-static-promo-chardonnay",
|
|
49
|
+
"alias": "staticPromoColorChardonnay"
|
|
50
|
+
},
|
|
51
|
+
"static_promo_conclave": {
|
|
52
|
+
"rgba": "rgba(179, 204, 255, 1)",
|
|
53
|
+
"hex": "#b3ccff",
|
|
54
|
+
"figma": "promo/conclave",
|
|
55
|
+
"web": "--color-static-promo-conclave",
|
|
56
|
+
"alias": "staticPromoColorConclave"
|
|
57
|
+
},
|
|
58
|
+
"static_promo_gravel": {
|
|
59
|
+
"rgba": "rgba(42, 44, 47, 1)",
|
|
60
|
+
"hex": "#2a2c2f",
|
|
61
|
+
"figma": "promo/gravel",
|
|
62
|
+
"web": "--color-static-promo-gravel",
|
|
63
|
+
"alias": "staticPromoColorGravel"
|
|
64
|
+
},
|
|
65
|
+
"static_promo_lagoon": {
|
|
66
|
+
"rgba": "rgba(157, 242, 245, 1)",
|
|
67
|
+
"hex": "#9df2f5",
|
|
68
|
+
"figma": "promo/lagoon",
|
|
69
|
+
"web": "--color-static-promo-lagoon",
|
|
70
|
+
"alias": "staticPromoColorLagoon"
|
|
71
|
+
},
|
|
72
|
+
"static_promo_menthol": {
|
|
73
|
+
"rgba": "rgba(191, 240, 168, 1)",
|
|
74
|
+
"hex": "#bff0a8",
|
|
75
|
+
"figma": "promo/menthol",
|
|
76
|
+
"web": "--color-static-promo-menthol",
|
|
77
|
+
"alias": "staticPromoColorMenthol"
|
|
78
|
+
},
|
|
79
|
+
"static_promo_oasis": {
|
|
80
|
+
"rgba": "rgba(223, 191, 255, 1)",
|
|
81
|
+
"hex": "#dfbfff",
|
|
82
|
+
"figma": "promo/oasis",
|
|
83
|
+
"web": "--color-static-promo-oasis",
|
|
84
|
+
"alias": "staticPromoColorOasis"
|
|
85
|
+
},
|
|
86
|
+
"static_promo_pale_chardonnay": {
|
|
87
|
+
"rgba": "rgba(255, 229, 199, 1)",
|
|
88
|
+
"hex": "#ffe5c7",
|
|
89
|
+
"figma": "promo-pale/chardonnay",
|
|
90
|
+
"web": "--color-static-promo-pale-chardonnay",
|
|
91
|
+
"alias": "staticPromoPaleColorChardonnay"
|
|
92
|
+
},
|
|
93
|
+
"static_promo_pale_conclave": {
|
|
94
|
+
"rgba": "rgba(214, 230, 255, 1)",
|
|
95
|
+
"hex": "#d6e6ff",
|
|
96
|
+
"figma": "promo-pale/conclave",
|
|
97
|
+
"web": "--color-static-promo-pale-conclave",
|
|
98
|
+
"alias": "staticPromoPaleColorConclave"
|
|
99
|
+
},
|
|
100
|
+
"static_promo_pale_lagoon": {
|
|
101
|
+
"rgba": "rgba(197, 248, 250, 1)",
|
|
102
|
+
"hex": "#c5f8fa",
|
|
103
|
+
"figma": "promo-pale/lagoon",
|
|
104
|
+
"web": "--color-static-promo-pale-lagoon",
|
|
105
|
+
"alias": "staticPromoPaleColorLagoon"
|
|
106
|
+
},
|
|
107
|
+
"static_promo_pale_oasis": {
|
|
108
|
+
"rgba": "rgba(235, 214, 255, 1)",
|
|
109
|
+
"hex": "#ebd6ff",
|
|
110
|
+
"figma": "promo-pale/oasis",
|
|
111
|
+
"web": "--color-static-promo-pale-oasis",
|
|
112
|
+
"alias": "staticPromoPaleColorOasis"
|
|
113
|
+
},
|
|
114
|
+
"static_promo_pale_pearl": {
|
|
115
|
+
"rgba": "rgba(241, 244, 244, 1)",
|
|
116
|
+
"hex": "#f1f4f4",
|
|
117
|
+
"figma": "promo-pale/pearl",
|
|
118
|
+
"web": "--color-static-promo-pale-pearl",
|
|
119
|
+
"alias": "staticPromoPaleColorPearl"
|
|
120
|
+
},
|
|
121
|
+
"static_promo_pale_primrose": {
|
|
122
|
+
"rgba": "rgba(234, 255, 179, 1)",
|
|
123
|
+
"hex": "#eaffb3",
|
|
124
|
+
"figma": "promo-pale/primrose",
|
|
125
|
+
"web": "--color-static-promo-pale-primrose",
|
|
126
|
+
"alias": "staticPromoPaleColorPrimrose"
|
|
127
|
+
},
|
|
128
|
+
"static_promo_pale_seafoam": {
|
|
129
|
+
"rgba": "rgba(214, 255, 231, 1)",
|
|
130
|
+
"hex": "#d6ffe7",
|
|
131
|
+
"figma": "promo-pale/seafoam",
|
|
132
|
+
"web": "--color-static-promo-pale-seafoam",
|
|
133
|
+
"alias": "staticPromoPaleColorSeafoam"
|
|
134
|
+
},
|
|
135
|
+
"static_promo_pale_tomato": {
|
|
136
|
+
"rgba": "rgba(255, 219, 216, 1)",
|
|
137
|
+
"hex": "#ffdbd8",
|
|
138
|
+
"figma": "promo-pale/tomato",
|
|
139
|
+
"web": "--color-static-promo-pale-tomato",
|
|
140
|
+
"alias": "staticPromoPaleColorTomato"
|
|
141
|
+
},
|
|
142
|
+
"static_promo_peach": {
|
|
143
|
+
"rgba": "rgba(255, 203, 179, 1)",
|
|
144
|
+
"hex": "#ffcbb3",
|
|
145
|
+
"figma": "promo/peach",
|
|
146
|
+
"web": "--color-static-promo-peach",
|
|
147
|
+
"alias": "staticPromoColorPeach"
|
|
148
|
+
},
|
|
149
|
+
"static_promo_pearl": {
|
|
150
|
+
"rgba": "rgba(234, 238, 238, 1)",
|
|
151
|
+
"hex": "#eaeeee",
|
|
152
|
+
"figma": "promo/pearl",
|
|
153
|
+
"web": "--color-static-promo-pearl",
|
|
154
|
+
"alias": "staticPromoColorPearl"
|
|
155
|
+
},
|
|
156
|
+
"static_promo_prelude": {
|
|
157
|
+
"rgba": "rgba(199, 191, 255, 1)",
|
|
158
|
+
"hex": "#c7bfff",
|
|
159
|
+
"figma": "promo/prelude",
|
|
160
|
+
"web": "--color-static-promo-prelude",
|
|
161
|
+
"alias": "staticPromoColorPrelude"
|
|
162
|
+
},
|
|
163
|
+
"static_promo_primrose": {
|
|
164
|
+
"rgba": "rgba(214, 240, 154, 1)",
|
|
165
|
+
"hex": "#d6f09a",
|
|
166
|
+
"figma": "promo/primrose",
|
|
167
|
+
"web": "--color-static-promo-primrose",
|
|
168
|
+
"alias": "staticPromoColorPrimrose"
|
|
169
|
+
},
|
|
170
|
+
"static_promo_seafoam": {
|
|
171
|
+
"rgba": "rgba(160, 250, 198, 1)",
|
|
172
|
+
"hex": "#a0fac6",
|
|
173
|
+
"figma": "promo/seafoam",
|
|
174
|
+
"web": "--color-static-promo-seafoam",
|
|
175
|
+
"alias": "staticPromoColorSeafoam"
|
|
176
|
+
},
|
|
177
|
+
"static_promo_sonata": {
|
|
178
|
+
"rgba": "rgba(158, 223, 255, 1)",
|
|
179
|
+
"hex": "#9edfff",
|
|
180
|
+
"figma": "promo/sonata",
|
|
181
|
+
"web": "--color-static-promo-sonata",
|
|
182
|
+
"alias": "staticPromoColorSonata"
|
|
183
|
+
},
|
|
184
|
+
"static_promo_tomato": {
|
|
185
|
+
"rgba": "rgba(255, 202, 199, 1)",
|
|
186
|
+
"hex": "#ffcac7",
|
|
187
|
+
"figma": "promo/tomato",
|
|
188
|
+
"web": "--color-static-promo-tomato",
|
|
189
|
+
"alias": "staticPromoColorTomato"
|
|
190
|
+
},
|
|
191
|
+
"static_promo_vibrant_chardonnay": {
|
|
192
|
+
"rgba": "rgba(250, 147, 25, 1)",
|
|
193
|
+
"hex": "#fa9319",
|
|
194
|
+
"figma": "promo-vibrant/chardonnay",
|
|
195
|
+
"web": "--color-static-promo-vibrant-chardonnay",
|
|
196
|
+
"alias": "staticPromoVibrantColorChardonnay"
|
|
197
|
+
},
|
|
198
|
+
"static_promo_vibrant_conclave": {
|
|
199
|
+
"rgba": "rgba(38, 111, 255, 1)",
|
|
200
|
+
"hex": "#266fff",
|
|
201
|
+
"figma": "promo-vibrant/conclave",
|
|
202
|
+
"web": "--color-static-promo-vibrant-conclave",
|
|
203
|
+
"alias": "staticPromoVibrantColorConclave"
|
|
204
|
+
},
|
|
205
|
+
"static_promo_vibrant_lagoon": {
|
|
206
|
+
"rgba": "rgba(0, 232, 240, 1)",
|
|
207
|
+
"hex": "#00e8f0",
|
|
208
|
+
"figma": "promo-vibrant/lagoon",
|
|
209
|
+
"web": "--color-static-promo-vibrant-lagoon",
|
|
210
|
+
"alias": "staticPromoVibrantColorLagoon"
|
|
211
|
+
},
|
|
212
|
+
"static_promo_vibrant_menthol": {
|
|
213
|
+
"rgba": "rgba(49, 227, 0, 1)",
|
|
214
|
+
"hex": "#31e300",
|
|
215
|
+
"figma": "promo-vibrant/menthol",
|
|
216
|
+
"web": "--color-static-promo-vibrant-menthol",
|
|
217
|
+
"alias": "staticPromoVibrantColorMenthol"
|
|
218
|
+
},
|
|
219
|
+
"static_promo_vibrant_oasis": {
|
|
220
|
+
"rgba": "rgba(153, 51, 255, 1)",
|
|
221
|
+
"hex": "#9933ff",
|
|
222
|
+
"figma": "promo-vibrant/oasis",
|
|
223
|
+
"web": "--color-static-promo-vibrant-oasis",
|
|
224
|
+
"alias": "staticPromoVibrantColorOasis"
|
|
225
|
+
},
|
|
226
|
+
"static_promo_vibrant_peach": {
|
|
227
|
+
"rgba": "rgba(255, 104, 28, 1)",
|
|
228
|
+
"hex": "#ff681c",
|
|
229
|
+
"figma": "promo-vibrant/peach",
|
|
230
|
+
"web": "--color-static-promo-vibrant-peach",
|
|
231
|
+
"alias": "staticPromoVibrantColorPeach"
|
|
232
|
+
},
|
|
233
|
+
"static_promo_vibrant_prelude": {
|
|
234
|
+
"rgba": "rgba(106, 77, 255, 1)",
|
|
235
|
+
"hex": "#6a4dff",
|
|
236
|
+
"figma": "promo-vibrant/prelude",
|
|
237
|
+
"web": "--color-static-promo-vibrant-prelude",
|
|
238
|
+
"alias": "staticPromoVibrantColorPrelude"
|
|
239
|
+
},
|
|
240
|
+
"static_promo_vibrant_primrose": {
|
|
241
|
+
"rgba": "rgba(168, 240, 0, 1)",
|
|
242
|
+
"hex": "#a8f000",
|
|
243
|
+
"figma": "promo-vibrant/primrose",
|
|
244
|
+
"web": "--color-static-promo-vibrant-primrose",
|
|
245
|
+
"alias": "staticPromoVibrantColorPrimrose"
|
|
246
|
+
},
|
|
247
|
+
"static_promo_vibrant_seafoam": {
|
|
248
|
+
"rgba": "rgba(0, 240, 100, 1)",
|
|
249
|
+
"hex": "#00f064",
|
|
250
|
+
"figma": "promo-vibrant/seafoam",
|
|
251
|
+
"web": "--color-static-promo-vibrant-seafoam",
|
|
252
|
+
"alias": "staticPromoVibrantColorSeafoam"
|
|
253
|
+
},
|
|
254
|
+
"static_promo_vibrant_sonata": {
|
|
255
|
+
"rgba": "rgba(23, 160, 229, 1)",
|
|
256
|
+
"hex": "#17a0e5",
|
|
257
|
+
"figma": "promo-vibrant/sonata",
|
|
258
|
+
"web": "--color-static-promo-vibrant-sonata",
|
|
259
|
+
"alias": "staticPromoVibrantColorSonata"
|
|
260
|
+
},
|
|
261
|
+
"static_promo_vibrant_tomato": {
|
|
262
|
+
"rgba": "rgba(239, 49, 36, 1)",
|
|
263
|
+
"hex": "#ef3124",
|
|
264
|
+
"figma": "promo-vibrant/tomato",
|
|
265
|
+
"web": "--color-static-promo-vibrant-tomato",
|
|
266
|
+
"alias": "staticPromoVibrantColorTomato"
|
|
267
|
+
}
|
|
268
|
+
}
|