@gitlab/ui 112.2.3 → 112.3.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 (32) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/components/base/nav/nav.js +89 -5
  3. package/dist/index.css +2 -2
  4. package/dist/index.css.map +1 -1
  5. package/dist/tailwind.css +1 -1
  6. package/dist/tokens/build/js/tokens.dark.js +80 -80
  7. package/dist/tokens/build/js/tokens.js +179 -179
  8. package/dist/tokens/css/tokens.css +50 -50
  9. package/dist/tokens/css/tokens.dark.css +25 -25
  10. package/dist/tokens/js/tokens.dark.js +80 -80
  11. package/dist/tokens/js/tokens.js +179 -179
  12. package/dist/tokens/json/tokens.dark.json +130 -130
  13. package/dist/tokens/json/tokens.json +229 -229
  14. package/dist/tokens/scss/_tokens.dark.scss +25 -25
  15. package/dist/tokens/scss/_tokens.scss +50 -50
  16. package/dist/tokens/tailwind/tokens.cjs +47 -47
  17. package/package.json +2 -2
  18. package/src/components/base/nav/nav.md +182 -4
  19. package/src/components/base/nav/nav.vue +60 -7
  20. package/src/tokens/build/css/tokens.css +50 -50
  21. package/src/tokens/build/css/tokens.dark.css +25 -25
  22. package/src/tokens/build/figma/constants.tokens.json +25 -25
  23. package/src/tokens/build/figma/deprecated.tokens.json +25 -25
  24. package/src/tokens/build/js/tokens.dark.js +80 -80
  25. package/src/tokens/build/js/tokens.js +179 -179
  26. package/src/tokens/build/json/tokens.dark.json +130 -130
  27. package/src/tokens/build/json/tokens.json +229 -229
  28. package/src/tokens/build/scss/_tokens.dark.scss +25 -25
  29. package/src/tokens/build/scss/_tokens.scss +50 -50
  30. package/src/tokens/build/tailwind/tokens.cjs +47 -47
  31. package/src/tokens/constant/color.tokens.json +25 -25
  32. package/src/tokens/deprecated/deprecated.color.tokens.json +25 -25
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "600": {
84
84
  "$value": {
85
- "default": "#1068bf",
85
+ "default": "#2f68b4",
86
86
  "dark": "#63a6e9"
87
87
  },
88
88
  "$type": "color",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "700": {
94
94
  "$value": {
95
- "default": "#0b5cad",
95
+ "default": "#2f5ca0",
96
96
  "dark": "#9dc7f1"
97
97
  },
98
98
  "$type": "color",
@@ -102,7 +102,7 @@
102
102
  },
103
103
  "800": {
104
104
  "$value": {
105
- "default": "#064787",
105
+ "default": "#284779",
106
106
  "dark": "#cbe2f9"
107
107
  },
108
108
  "$type": "color",
@@ -112,7 +112,7 @@
112
112
  },
113
113
  "900": {
114
114
  "$value": {
115
- "default": "#033464",
115
+ "default": "#213454",
116
116
  "dark": "#e9f3fc"
117
117
  },
118
118
  "$type": "color",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "950": {
124
124
  "$value": {
125
- "default": "#002850",
125
+ "default": "#1d283e",
126
126
  "dark": "#f2f9ff"
127
127
  },
128
128
  "$type": "color",
@@ -316,7 +316,7 @@
316
316
  },
317
317
  "600": {
318
318
  "$value": {
319
- "default": "#217645",
319
+ "default": "#2f7549",
320
320
  "dark": "#52b87a"
321
321
  },
322
322
  "$type": "color",
@@ -326,7 +326,7 @@
326
326
  },
327
327
  "700": {
328
328
  "$value": {
329
- "default": "#24663b",
329
+ "default": "#306440",
330
330
  "dark": "#91d4a8"
331
331
  },
332
332
  "$type": "color",
@@ -336,7 +336,7 @@
336
336
  },
337
337
  "800": {
338
338
  "$value": {
339
- "default": "#0d532a",
339
+ "default": "#225131",
340
340
  "dark": "#c3e6cd"
341
341
  },
342
342
  "$type": "color",
@@ -346,7 +346,7 @@
346
346
  },
347
347
  "900": {
348
348
  "$value": {
349
- "default": "#0a4020",
349
+ "default": "#1e3e28",
350
350
  "dark": "#ecf4ee"
351
351
  },
352
352
  "$type": "color",
@@ -356,7 +356,7 @@
356
356
  },
357
357
  "950": {
358
358
  "$value": {
359
- "default": "#072b15",
359
+ "default": "#17291c",
360
360
  "dark": "#f1fdf6"
361
361
  },
362
362
  "$type": "color",
@@ -428,7 +428,7 @@
428
428
  },
429
429
  "600": {
430
430
  "$value": {
431
- "default": "#9e5400",
431
+ "default": "#995715",
432
432
  "dark": "#d99530"
433
433
  },
434
434
  "$type": "color",
@@ -438,7 +438,7 @@
438
438
  },
439
439
  "700": {
440
440
  "$value": {
441
- "default": "#8f4700",
441
+ "default": "#894b16",
442
442
  "dark": "#e9be74"
443
443
  },
444
444
  "$type": "color",
@@ -448,7 +448,7 @@
448
448
  },
449
449
  "800": {
450
450
  "$value": {
451
- "default": "#703800",
451
+ "default": "#693c14",
452
452
  "dark": "#f5d9a8"
453
453
  },
454
454
  "$type": "color",
@@ -458,7 +458,7 @@
458
458
  },
459
459
  "900": {
460
460
  "$value": {
461
- "default": "#5c2900",
461
+ "default": "#532e16",
462
462
  "dark": "#fdf1dd"
463
463
  },
464
464
  "$type": "color",
@@ -468,7 +468,7 @@
468
468
  },
469
469
  "950": {
470
470
  "$value": {
471
- "default": "#421f00",
471
+ "default": "#382315",
472
472
  "dark": "#fff4e1"
473
473
  },
474
474
  "$type": "color",
@@ -540,7 +540,7 @@
540
540
  },
541
541
  "600": {
542
542
  "$value": {
543
- "default": "#694cc0",
543
+ "default": "#6a4fb4",
544
544
  "dark": "#9475db"
545
545
  },
546
546
  "$type": "color",
@@ -550,7 +550,7 @@
550
550
  },
551
551
  "700": {
552
552
  "$value": {
553
- "default": "#5943b6",
553
+ "default": "#5c47a6",
554
554
  "dark": "#ac93e6"
555
555
  },
556
556
  "$type": "color",
@@ -560,7 +560,7 @@
560
560
  },
561
561
  "800": {
562
562
  "$value": {
563
- "default": "#453894",
563
+ "default": "#493c83",
564
564
  "dark": "#cbbbf2"
565
565
  },
566
566
  "$type": "color",
@@ -570,7 +570,7 @@
570
570
  },
571
571
  "900": {
572
572
  "$value": {
573
- "default": "#2f2a6b",
573
+ "default": "#342d59",
574
574
  "dark": "#e1d8f9"
575
575
  },
576
576
  "$type": "color",
@@ -580,7 +580,7 @@
580
580
  },
581
581
  "950": {
582
582
  "$value": {
583
- "default": "#232150",
583
+ "default": "#27243e",
584
584
  "dark": "#f4f0ff"
585
585
  },
586
586
  "$type": "color",
@@ -652,7 +652,7 @@
652
652
  },
653
653
  "600": {
654
654
  "$value": {
655
- "default": "#c91c00",
655
+ "default": "#c02f12",
656
656
  "dark": "#f57f6c"
657
657
  },
658
658
  "$type": "color",
@@ -662,7 +662,7 @@
662
662
  },
663
663
  "700": {
664
664
  "$value": {
665
- "default": "#ae1800",
665
+ "default": "#a32c12",
666
666
  "dark": "#fcb5aa"
667
667
  },
668
668
  "$type": "color",
@@ -672,7 +672,7 @@
672
672
  },
673
673
  "800": {
674
674
  "$value": {
675
- "default": "#8d1300",
675
+ "default": "#812713",
676
676
  "dark": "#fdd4cd"
677
677
  },
678
678
  "$type": "color",
@@ -682,7 +682,7 @@
682
682
  },
683
683
  "900": {
684
684
  "$value": {
685
- "default": "#660e00",
685
+ "default": "#582014",
686
686
  "dark": "#fcf1ef"
687
687
  },
688
688
  "$type": "color",
@@ -692,7 +692,7 @@
692
692
  },
693
693
  "950": {
694
694
  "$value": {
695
- "default": "#4d0a00",
695
+ "default": "#3e1a14",
696
696
  "dark": "#fff4f3"
697
697
  },
698
698
  "$type": "color",