ui-primitives 16.13.0 → 16.14.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": "16.13.0",
3
+ "version": "16.14.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -4174,66 +4174,79 @@
4174
4174
  "static_bg_accent": {
4175
4175
  "rgba": "rgba(239, 49, 36, 1)",
4176
4176
  "hex": "#ef3124",
4177
+ "figma": "static/bg/accent",
4177
4178
  "alias": "staticBackgroundColorAccent"
4178
4179
  },
4179
4180
  "static_bg_primary_dark": {
4180
4181
  "rgba": "rgba(14, 14, 14, 1)",
4181
4182
  "hex": "#0e0e0e",
4183
+ "figma": "static/bg-dark/primary",
4182
4184
  "alias": "staticBackgroundColorPrimaryDark"
4183
4185
  },
4184
4186
  "static_bg_primary_light": {
4185
4187
  "rgba": "rgba(255, 255, 255, 1)",
4186
4188
  "hex": "#ffffff",
4189
+ "figma": "static/bg-light/primary",
4187
4190
  "alias": "staticBackgroundColorPrimaryLight"
4188
4191
  },
4189
4192
  "static_bg_quaternary_dark": {
4190
4193
  "rgba": "rgba(54, 54, 58, 1)",
4191
4194
  "hex": "#36363a",
4195
+ "figma": "static/bg-dark/quaternary",
4192
4196
  "alias": "staticBackgroundColorQuaternaryDark"
4193
4197
  },
4194
4198
  "static_bg_quaternary_light": {
4195
4199
  "rgba": "rgba(231, 232, 236, 1)",
4196
4200
  "hex": "#e7e8ec",
4201
+ "figma": "static/bg-light/quaternary",
4197
4202
  "alias": "staticBackgroundColorQuaternaryLight"
4198
4203
  },
4199
4204
  "static_bg_secondary_dark": {
4200
4205
  "rgba": "rgba(28, 28, 30, 1)",
4201
4206
  "hex": "#1c1c1e",
4207
+ "figma": "static/bg-dark/secondary",
4202
4208
  "alias": "staticBackgroundColorSecondaryDark"
4203
4209
  },
4204
4210
  "static_bg_secondary_light": {
4205
4211
  "rgba": "rgba(242, 243, 245, 1)",
4206
4212
  "hex": "#f2f3f5",
4213
+ "figma": "static/bg-light/secondary",
4207
4214
  "alias": "staticBackgroundColorSecondaryLight"
4208
4215
  },
4209
4216
  "static_bg_tertiary_dark": {
4210
4217
  "rgba": "rgba(39, 39, 42, 1)",
4211
4218
  "hex": "#27272a",
4219
+ "figma": "static/bg-dark/tertiary",
4212
4220
  "alias": "staticBackgroundColorTertiaryDark"
4213
4221
  },
4214
4222
  "static_bg_tertiary_light": {
4215
4223
  "rgba": "rgba(237, 238, 240, 1)",
4216
4224
  "hex": "#edeef0",
4225
+ "figma": "static/bg-light/tertiary",
4217
4226
  "alias": "staticBackgroundColorTertiaryLight"
4218
4227
  },
4219
4228
  "static_border_accent": {
4220
4229
  "rgba": "rgba(239, 49, 36, 1)",
4221
4230
  "hex": "#ef3124",
4231
+ "figma": "static/border/accent",
4222
4232
  "alias": "staticBorderColorAccent"
4223
4233
  },
4224
4234
  "static_graphic_accent": {
4225
4235
  "rgba": "rgba(239, 49, 36, 1)",
4226
4236
  "hex": "#ef3124",
4237
+ "figma": "static/graphic/accent",
4227
4238
  "alias": "staticGraphicColorAccent"
4228
4239
  },
4229
4240
  "static_graphic_dark": {
4230
4241
  "rgba": "rgba(14, 14, 14, 1)",
4231
4242
  "hex": "#0e0e0e",
4243
+ "figma": "static/graphic/dark",
4232
4244
  "alias": "staticGraphicColorDark"
4233
4245
  },
4234
4246
  "static_graphic_light": {
4235
4247
  "rgba": "rgba(255, 255, 255, 1)",
4236
4248
  "hex": "#ffffff",
4249
+ "figma": "static/graphic/light",
4237
4250
  "alias": "staticGraphicColorLight"
4238
4251
  },
4239
4252
  "static_neutral_0": {
@@ -5065,6 +5078,7 @@
5065
5078
  "static_text_accent": {
5066
5079
  "rgba": "rgba(239, 49, 36, 1)",
5067
5080
  "hex": "#ef3124",
5081
+ "figma": "static/text/accent",
5068
5082
  "alias": "staticTextColorAccent"
5069
5083
  },
5070
5084
  "static_text_attention": {
@@ -5245,6 +5259,7 @@
5245
5259
  "static_text_primary_dark": {
5246
5260
  "rgba": "rgba(14, 14, 14, 1)",
5247
5261
  "hex": "#0e0e0e",
5262
+ "figma": "static/text-dark/primary",
5248
5263
  "alias": "staticTextColorPrimaryDark"
5249
5264
  },
5250
5265
  "static_text_primary_hover": {
@@ -5278,6 +5293,7 @@
5278
5293
  "static_text_primary_light": {
5279
5294
  "rgba": "rgba(255, 255, 255, 1)",
5280
5295
  "hex": "#ffffff",
5296
+ "figma": "static/text-light/primary",
5281
5297
  "alias": "staticTextColorPrimaryLight"
5282
5298
  },
5283
5299
  "static_text_primary_press": {
@@ -5311,6 +5327,7 @@
5311
5327
  "static_text_secondary_dark": {
5312
5328
  "rgba": "rgba(4, 4, 19, 0.55)",
5313
5329
  "hex": "#8c040413",
5330
+ "figma": "static/text-dark/secondary",
5314
5331
  "alias": "staticTextColorSecondaryDark"
5315
5332
  },
5316
5333
  "static_text_secondary_hover": {
@@ -5344,6 +5361,7 @@
5344
5361
  "static_text_secondary_light": {
5345
5362
  "rgba": "rgba(238, 238, 251, 0.55)",
5346
5363
  "hex": "#8ceeeefb",
5364
+ "figma": "static/text-light/secondary",
5347
5365
  "alias": "staticTextColorSecondaryLight"
5348
5366
  },
5349
5367
  "static_text_secondary_press": {
@@ -5363,6 +5381,7 @@
5363
5381
  "static_text_tertiary_dark": {
5364
5382
  "rgba": "rgba(5, 8, 29, 0.38)",
5365
5383
  "hex": "#6105081d",
5384
+ "figma": "static/text-dark/tertiary",
5366
5385
  "alias": "staticTextColorTertiaryDark"
5367
5386
  },
5368
5387
  "static_text_tertiary_hover": {
@@ -5396,6 +5415,7 @@
5396
5415
  "static_text_tertiary_light": {
5397
5416
  "rgba": "rgba(233, 233, 250, 0.37)",
5398
5417
  "hex": "#5ee9e9fa",
5418
+ "figma": "static/text-light/tertiary",
5399
5419
  "alias": "staticTextColorTertiaryLight"
5400
5420
  },
5401
5421
  "static_text_tertiary_press": {