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