@gitlab/ui 71.9.1 → 71.11.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/components/charts/area/area.js +11 -22
  3. package/dist/components/charts/bar/bar.js +3 -4
  4. package/dist/components/charts/column/column.js +5 -22
  5. package/dist/components/charts/heatmap/heatmap.js +4 -9
  6. package/dist/components/charts/line/line.js +11 -22
  7. package/dist/components/experimental/duo/chat/duo_chat.js +9 -5
  8. package/dist/tokens/common_story_options.js +1 -0
  9. package/dist/tokens/css/tokens.css +14 -1
  10. package/dist/tokens/css/tokens.dark.css +1 -1
  11. package/dist/tokens/js/tokens.dark.js +1 -1
  12. package/dist/tokens/js/tokens.js +14 -1
  13. package/dist/tokens/json/tokens.dark.grouped.json +14 -1
  14. package/dist/tokens/json/tokens.dark.json +264 -0
  15. package/dist/tokens/json/tokens.grouped.json +14 -1
  16. package/dist/tokens/json/tokens.json +264 -0
  17. package/dist/tokens/scss/_tokens.dark.scss +1 -1
  18. package/dist/tokens/scss/_tokens.scss +14 -1
  19. package/package.json +1 -1
  20. package/src/components/charts/area/area.spec.js +82 -7
  21. package/src/components/charts/area/area.stories.js +24 -6
  22. package/src/components/charts/area/area.vue +21 -27
  23. package/src/components/charts/bar/bar.spec.js +7 -43
  24. package/src/components/charts/bar/bar.vue +3 -4
  25. package/src/components/charts/column/__snapshots__/column_chart.spec.js.snap +0 -12
  26. package/src/components/charts/column/column.vue +1 -23
  27. package/src/components/charts/column/column_chart.spec.js +13 -27
  28. package/src/components/charts/heatmap/heatmap.vue +4 -14
  29. package/src/components/charts/line/line.spec.js +120 -38
  30. package/src/components/charts/line/line.stories.js +21 -4
  31. package/src/components/charts/line/line.vue +21 -32
  32. package/src/components/experimental/duo/chat/duo_chat.spec.js +18 -0
  33. package/src/components/experimental/duo/chat/duo_chat.vue +11 -5
  34. package/src/scss/variables.scss +0 -7
  35. package/src/tokens/color.transparency.tokens.json +84 -0
  36. package/src/tokens/color.transparency.tokens.stories.js +26 -0
  37. package/src/tokens/common_story_options.js +1 -0
@@ -4194,6 +4194,270 @@
4194
4194
  }
4195
4195
  }
4196
4196
  },
4197
+ "t-gray-a": {
4198
+ "16": {
4199
+ "value": "rgba(31, 30, 36, 0.16)",
4200
+ "$type": "color",
4201
+ "themeable": true,
4202
+ "prefix": false,
4203
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4204
+ "isSource": false,
4205
+ "original": {
4206
+ "value": "rgba(31, 30, 36, 0.16)",
4207
+ "$type": "color",
4208
+ "themeable": true,
4209
+ "prefix": false
4210
+ },
4211
+ "name": "RAY_A_16",
4212
+ "attributes": {},
4213
+ "path": [
4214
+ "t-gray-a",
4215
+ "16"
4216
+ ]
4217
+ },
4218
+ "24": {
4219
+ "value": "rgba(31, 30, 36, 0.24)",
4220
+ "$type": "color",
4221
+ "themeable": true,
4222
+ "prefix": false,
4223
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4224
+ "isSource": false,
4225
+ "original": {
4226
+ "value": "rgba(31, 30, 36, 0.24)",
4227
+ "$type": "color",
4228
+ "themeable": true,
4229
+ "prefix": false
4230
+ },
4231
+ "name": "RAY_A_24",
4232
+ "attributes": {},
4233
+ "path": [
4234
+ "t-gray-a",
4235
+ "24"
4236
+ ]
4237
+ },
4238
+ "02": {
4239
+ "value": "rgba(31, 30, 36, 0.02)",
4240
+ "$type": "color",
4241
+ "themeable": true,
4242
+ "prefix": false,
4243
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4244
+ "isSource": false,
4245
+ "original": {
4246
+ "value": "rgba(31, 30, 36, 0.02)",
4247
+ "$type": "color",
4248
+ "themeable": true,
4249
+ "prefix": false
4250
+ },
4251
+ "name": "RAY_A_02",
4252
+ "attributes": {},
4253
+ "path": [
4254
+ "t-gray-a",
4255
+ "02"
4256
+ ]
4257
+ },
4258
+ "04": {
4259
+ "value": "rgba(31, 30, 36, 0.04)",
4260
+ "$type": "color",
4261
+ "themeable": true,
4262
+ "prefix": false,
4263
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4264
+ "isSource": false,
4265
+ "original": {
4266
+ "value": "rgba(31, 30, 36, 0.04)",
4267
+ "$type": "color",
4268
+ "themeable": true,
4269
+ "prefix": false
4270
+ },
4271
+ "name": "RAY_A_04",
4272
+ "attributes": {},
4273
+ "path": [
4274
+ "t-gray-a",
4275
+ "04"
4276
+ ]
4277
+ },
4278
+ "06": {
4279
+ "value": "rgba(31, 30, 36, 0.06)",
4280
+ "$type": "color",
4281
+ "themeable": true,
4282
+ "prefix": false,
4283
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4284
+ "isSource": false,
4285
+ "original": {
4286
+ "value": "rgba(31, 30, 36, 0.06)",
4287
+ "$type": "color",
4288
+ "themeable": true,
4289
+ "prefix": false
4290
+ },
4291
+ "name": "RAY_A_06",
4292
+ "attributes": {},
4293
+ "path": [
4294
+ "t-gray-a",
4295
+ "06"
4296
+ ]
4297
+ },
4298
+ "08": {
4299
+ "value": "rgba(31, 30, 36, 0.08)",
4300
+ "$type": "color",
4301
+ "themeable": true,
4302
+ "prefix": false,
4303
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4304
+ "isSource": false,
4305
+ "original": {
4306
+ "value": "rgba(31, 30, 36, 0.08)",
4307
+ "$type": "color",
4308
+ "themeable": true,
4309
+ "prefix": false
4310
+ },
4311
+ "name": "RAY_A_08",
4312
+ "attributes": {},
4313
+ "path": [
4314
+ "t-gray-a",
4315
+ "08"
4316
+ ]
4317
+ }
4318
+ },
4319
+ "t-white-a": {
4320
+ "16": {
4321
+ "value": "rgba(255, 255, 255, 0.16)",
4322
+ "$type": "color",
4323
+ "themeable": true,
4324
+ "prefix": false,
4325
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4326
+ "isSource": false,
4327
+ "original": {
4328
+ "value": "rgba(255, 255, 255, 0.16)",
4329
+ "$type": "color",
4330
+ "themeable": true,
4331
+ "prefix": false
4332
+ },
4333
+ "name": "HITE_A_16",
4334
+ "attributes": {},
4335
+ "path": [
4336
+ "t-white-a",
4337
+ "16"
4338
+ ]
4339
+ },
4340
+ "24": {
4341
+ "value": "rgba(255, 255, 255, 0.24)",
4342
+ "$type": "color",
4343
+ "themeable": true,
4344
+ "prefix": false,
4345
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4346
+ "isSource": false,
4347
+ "original": {
4348
+ "value": "rgba(255, 255, 255, 0.24)",
4349
+ "$type": "color",
4350
+ "themeable": true,
4351
+ "prefix": false
4352
+ },
4353
+ "name": "HITE_A_24",
4354
+ "attributes": {},
4355
+ "path": [
4356
+ "t-white-a",
4357
+ "24"
4358
+ ]
4359
+ },
4360
+ "36": {
4361
+ "value": "rgba(255, 255, 255, 0.36)",
4362
+ "$type": "color",
4363
+ "themeable": true,
4364
+ "prefix": false,
4365
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4366
+ "isSource": false,
4367
+ "original": {
4368
+ "value": "rgba(255, 255, 255, 0.36)",
4369
+ "$type": "color",
4370
+ "themeable": true,
4371
+ "prefix": false
4372
+ },
4373
+ "name": "HITE_A_36",
4374
+ "attributes": {},
4375
+ "path": [
4376
+ "t-white-a",
4377
+ "36"
4378
+ ]
4379
+ },
4380
+ "02": {
4381
+ "value": "rgba(255, 255, 255, 0.02)",
4382
+ "$type": "color",
4383
+ "themeable": true,
4384
+ "prefix": false,
4385
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4386
+ "isSource": false,
4387
+ "original": {
4388
+ "value": "rgba(255, 255, 255, 0.02)",
4389
+ "$type": "color",
4390
+ "themeable": true,
4391
+ "prefix": false
4392
+ },
4393
+ "name": "HITE_A_02",
4394
+ "attributes": {},
4395
+ "path": [
4396
+ "t-white-a",
4397
+ "02"
4398
+ ]
4399
+ },
4400
+ "04": {
4401
+ "value": "rgba(255, 255, 255, 0.04)",
4402
+ "$type": "color",
4403
+ "themeable": true,
4404
+ "prefix": false,
4405
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4406
+ "isSource": false,
4407
+ "original": {
4408
+ "value": "rgba(255, 255, 255, 0.04)",
4409
+ "$type": "color",
4410
+ "themeable": true,
4411
+ "prefix": false
4412
+ },
4413
+ "name": "HITE_A_04",
4414
+ "attributes": {},
4415
+ "path": [
4416
+ "t-white-a",
4417
+ "04"
4418
+ ]
4419
+ },
4420
+ "06": {
4421
+ "value": "rgba(255, 255, 255, 0.06)",
4422
+ "$type": "color",
4423
+ "themeable": true,
4424
+ "prefix": false,
4425
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4426
+ "isSource": false,
4427
+ "original": {
4428
+ "value": "rgba(255, 255, 255, 0.06)",
4429
+ "$type": "color",
4430
+ "themeable": true,
4431
+ "prefix": false
4432
+ },
4433
+ "name": "HITE_A_06",
4434
+ "attributes": {},
4435
+ "path": [
4436
+ "t-white-a",
4437
+ "06"
4438
+ ]
4439
+ },
4440
+ "08": {
4441
+ "value": "rgba(255, 255, 255, 0.08)",
4442
+ "$type": "color",
4443
+ "themeable": true,
4444
+ "prefix": false,
4445
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4446
+ "isSource": false,
4447
+ "original": {
4448
+ "value": "rgba(255, 255, 255, 0.08)",
4449
+ "$type": "color",
4450
+ "themeable": true,
4451
+ "prefix": false
4452
+ },
4453
+ "name": "HITE_A_08",
4454
+ "attributes": {},
4455
+ "path": [
4456
+ "t-white-a",
4457
+ "08"
4458
+ ]
4459
+ }
4460
+ },
4197
4461
  "line-height": {
4198
4462
  "12": {
4199
4463
  "value": "0.75rem",
@@ -200,7 +200,20 @@
200
200
  "brand-gray-02": "#a2a1a6",
201
201
  "brand-gray-03": "#74717a",
202
202
  "brand-gray-04": "#45424d",
203
- "brand-gray-05": "#2b2838"
203
+ "brand-gray-05": "#2b2838",
204
+ "t-gray-a-16": "rgba(31, 30, 36, 0.16)",
205
+ "t-gray-a-24": "rgba(31, 30, 36, 0.24)",
206
+ "t-gray-a-02": "rgba(31, 30, 36, 0.02)",
207
+ "t-gray-a-04": "rgba(31, 30, 36, 0.04)",
208
+ "t-gray-a-06": "rgba(31, 30, 36, 0.06)",
209
+ "t-gray-a-08": "rgba(31, 30, 36, 0.08)",
210
+ "t-white-a-16": "rgba(255, 255, 255, 0.16)",
211
+ "t-white-a-24": "rgba(255, 255, 255, 0.24)",
212
+ "t-white-a-36": "rgba(255, 255, 255, 0.36)",
213
+ "t-white-a-02": "rgba(255, 255, 255, 0.02)",
214
+ "t-white-a-04": "rgba(255, 255, 255, 0.04)",
215
+ "t-white-a-06": "rgba(255, 255, 255, 0.06)",
216
+ "t-white-a-08": "rgba(255, 255, 255, 0.08)"
204
217
  },
205
218
  "dimension": {
206
219
  "line-height-12": "0.75rem",
@@ -4194,6 +4194,270 @@
4194
4194
  }
4195
4195
  }
4196
4196
  },
4197
+ "t-gray-a": {
4198
+ "16": {
4199
+ "value": "rgba(31, 30, 36, 0.16)",
4200
+ "$type": "color",
4201
+ "themeable": true,
4202
+ "prefix": false,
4203
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4204
+ "isSource": false,
4205
+ "original": {
4206
+ "value": "rgba(31, 30, 36, 0.16)",
4207
+ "$type": "color",
4208
+ "themeable": true,
4209
+ "prefix": false
4210
+ },
4211
+ "name": "RAY_A_16",
4212
+ "attributes": {},
4213
+ "path": [
4214
+ "t-gray-a",
4215
+ "16"
4216
+ ]
4217
+ },
4218
+ "24": {
4219
+ "value": "rgba(31, 30, 36, 0.24)",
4220
+ "$type": "color",
4221
+ "themeable": true,
4222
+ "prefix": false,
4223
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4224
+ "isSource": false,
4225
+ "original": {
4226
+ "value": "rgba(31, 30, 36, 0.24)",
4227
+ "$type": "color",
4228
+ "themeable": true,
4229
+ "prefix": false
4230
+ },
4231
+ "name": "RAY_A_24",
4232
+ "attributes": {},
4233
+ "path": [
4234
+ "t-gray-a",
4235
+ "24"
4236
+ ]
4237
+ },
4238
+ "02": {
4239
+ "value": "rgba(31, 30, 36, 0.02)",
4240
+ "$type": "color",
4241
+ "themeable": true,
4242
+ "prefix": false,
4243
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4244
+ "isSource": false,
4245
+ "original": {
4246
+ "value": "rgba(31, 30, 36, 0.02)",
4247
+ "$type": "color",
4248
+ "themeable": true,
4249
+ "prefix": false
4250
+ },
4251
+ "name": "RAY_A_02",
4252
+ "attributes": {},
4253
+ "path": [
4254
+ "t-gray-a",
4255
+ "02"
4256
+ ]
4257
+ },
4258
+ "04": {
4259
+ "value": "rgba(31, 30, 36, 0.04)",
4260
+ "$type": "color",
4261
+ "themeable": true,
4262
+ "prefix": false,
4263
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4264
+ "isSource": false,
4265
+ "original": {
4266
+ "value": "rgba(31, 30, 36, 0.04)",
4267
+ "$type": "color",
4268
+ "themeable": true,
4269
+ "prefix": false
4270
+ },
4271
+ "name": "RAY_A_04",
4272
+ "attributes": {},
4273
+ "path": [
4274
+ "t-gray-a",
4275
+ "04"
4276
+ ]
4277
+ },
4278
+ "06": {
4279
+ "value": "rgba(31, 30, 36, 0.06)",
4280
+ "$type": "color",
4281
+ "themeable": true,
4282
+ "prefix": false,
4283
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4284
+ "isSource": false,
4285
+ "original": {
4286
+ "value": "rgba(31, 30, 36, 0.06)",
4287
+ "$type": "color",
4288
+ "themeable": true,
4289
+ "prefix": false
4290
+ },
4291
+ "name": "RAY_A_06",
4292
+ "attributes": {},
4293
+ "path": [
4294
+ "t-gray-a",
4295
+ "06"
4296
+ ]
4297
+ },
4298
+ "08": {
4299
+ "value": "rgba(31, 30, 36, 0.08)",
4300
+ "$type": "color",
4301
+ "themeable": true,
4302
+ "prefix": false,
4303
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4304
+ "isSource": false,
4305
+ "original": {
4306
+ "value": "rgba(31, 30, 36, 0.08)",
4307
+ "$type": "color",
4308
+ "themeable": true,
4309
+ "prefix": false
4310
+ },
4311
+ "name": "RAY_A_08",
4312
+ "attributes": {},
4313
+ "path": [
4314
+ "t-gray-a",
4315
+ "08"
4316
+ ]
4317
+ }
4318
+ },
4319
+ "t-white-a": {
4320
+ "16": {
4321
+ "value": "rgba(255, 255, 255, 0.16)",
4322
+ "$type": "color",
4323
+ "themeable": true,
4324
+ "prefix": false,
4325
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4326
+ "isSource": false,
4327
+ "original": {
4328
+ "value": "rgba(255, 255, 255, 0.16)",
4329
+ "$type": "color",
4330
+ "themeable": true,
4331
+ "prefix": false
4332
+ },
4333
+ "name": "HITE_A_16",
4334
+ "attributes": {},
4335
+ "path": [
4336
+ "t-white-a",
4337
+ "16"
4338
+ ]
4339
+ },
4340
+ "24": {
4341
+ "value": "rgba(255, 255, 255, 0.24)",
4342
+ "$type": "color",
4343
+ "themeable": true,
4344
+ "prefix": false,
4345
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4346
+ "isSource": false,
4347
+ "original": {
4348
+ "value": "rgba(255, 255, 255, 0.24)",
4349
+ "$type": "color",
4350
+ "themeable": true,
4351
+ "prefix": false
4352
+ },
4353
+ "name": "HITE_A_24",
4354
+ "attributes": {},
4355
+ "path": [
4356
+ "t-white-a",
4357
+ "24"
4358
+ ]
4359
+ },
4360
+ "36": {
4361
+ "value": "rgba(255, 255, 255, 0.36)",
4362
+ "$type": "color",
4363
+ "themeable": true,
4364
+ "prefix": false,
4365
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4366
+ "isSource": false,
4367
+ "original": {
4368
+ "value": "rgba(255, 255, 255, 0.36)",
4369
+ "$type": "color",
4370
+ "themeable": true,
4371
+ "prefix": false
4372
+ },
4373
+ "name": "HITE_A_36",
4374
+ "attributes": {},
4375
+ "path": [
4376
+ "t-white-a",
4377
+ "36"
4378
+ ]
4379
+ },
4380
+ "02": {
4381
+ "value": "rgba(255, 255, 255, 0.02)",
4382
+ "$type": "color",
4383
+ "themeable": true,
4384
+ "prefix": false,
4385
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4386
+ "isSource": false,
4387
+ "original": {
4388
+ "value": "rgba(255, 255, 255, 0.02)",
4389
+ "$type": "color",
4390
+ "themeable": true,
4391
+ "prefix": false
4392
+ },
4393
+ "name": "HITE_A_02",
4394
+ "attributes": {},
4395
+ "path": [
4396
+ "t-white-a",
4397
+ "02"
4398
+ ]
4399
+ },
4400
+ "04": {
4401
+ "value": "rgba(255, 255, 255, 0.04)",
4402
+ "$type": "color",
4403
+ "themeable": true,
4404
+ "prefix": false,
4405
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4406
+ "isSource": false,
4407
+ "original": {
4408
+ "value": "rgba(255, 255, 255, 0.04)",
4409
+ "$type": "color",
4410
+ "themeable": true,
4411
+ "prefix": false
4412
+ },
4413
+ "name": "HITE_A_04",
4414
+ "attributes": {},
4415
+ "path": [
4416
+ "t-white-a",
4417
+ "04"
4418
+ ]
4419
+ },
4420
+ "06": {
4421
+ "value": "rgba(255, 255, 255, 0.06)",
4422
+ "$type": "color",
4423
+ "themeable": true,
4424
+ "prefix": false,
4425
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4426
+ "isSource": false,
4427
+ "original": {
4428
+ "value": "rgba(255, 255, 255, 0.06)",
4429
+ "$type": "color",
4430
+ "themeable": true,
4431
+ "prefix": false
4432
+ },
4433
+ "name": "HITE_A_06",
4434
+ "attributes": {},
4435
+ "path": [
4436
+ "t-white-a",
4437
+ "06"
4438
+ ]
4439
+ },
4440
+ "08": {
4441
+ "value": "rgba(255, 255, 255, 0.08)",
4442
+ "$type": "color",
4443
+ "themeable": true,
4444
+ "prefix": false,
4445
+ "filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.transparency.tokens.json",
4446
+ "isSource": false,
4447
+ "original": {
4448
+ "value": "rgba(255, 255, 255, 0.08)",
4449
+ "$type": "color",
4450
+ "themeable": true,
4451
+ "prefix": false
4452
+ },
4453
+ "name": "HITE_A_08",
4454
+ "attributes": {},
4455
+ "path": [
4456
+ "t-white-a",
4457
+ "08"
4458
+ ]
4459
+ }
4460
+ },
4197
4461
  "line-height": {
4198
4462
  "12": {
4199
4463
  "value": "0.75rem",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 13 Dec 2023 06:56:05 GMT
3
+ // Generated on Thu, 14 Dec 2023 19:07:24 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 13 Dec 2023 06:56:05 GMT
3
+ // Generated on Thu, 14 Dec 2023 19:07:24 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;
@@ -12,6 +12,19 @@ $gl-line-height-24: 1.5rem;
12
12
  $gl-line-height-20: 1.25rem;
13
13
  $gl-line-height-16: 1rem;
14
14
  $gl-line-height-12: 0.75rem;
15
+ $t-white-a-08: rgba(255, 255, 255, 0.08) !default;
16
+ $t-white-a-06: rgba(255, 255, 255, 0.06) !default;
17
+ $t-white-a-04: rgba(255, 255, 255, 0.04) !default;
18
+ $t-white-a-02: rgba(255, 255, 255, 0.02) !default;
19
+ $t-white-a-36: rgba(255, 255, 255, 0.36) !default;
20
+ $t-white-a-24: rgba(255, 255, 255, 0.24) !default;
21
+ $t-white-a-16: rgba(255, 255, 255, 0.16) !default;
22
+ $t-gray-a-08: rgba(31, 30, 36, 0.08) !default;
23
+ $t-gray-a-06: rgba(31, 30, 36, 0.06) !default;
24
+ $t-gray-a-04: rgba(31, 30, 36, 0.04) !default;
25
+ $t-gray-a-02: rgba(31, 30, 36, 0.02) !default;
26
+ $t-gray-a-24: rgba(31, 30, 36, 0.24) !default;
27
+ $t-gray-a-16: rgba(31, 30, 36, 0.16) !default;
15
28
  $brand-gray-05: #2b2838 !default;
16
29
  $brand-gray-04: #45424d !default;
17
30
  $brand-gray-03: #74717a !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "71.9.1",
3
+ "version": "71.11.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",