@gitlab/ui 114.1.2 → 114.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.
@@ -0,0 +1,48 @@
1
+ {
2
+ "highlight": {
3
+ "match": {
4
+ "background": {
5
+ "color": {
6
+ "$value": {
7
+ "default": "{color.orange.500}",
8
+ "dark": "{color.orange.200}"
9
+ },
10
+ "$type": "color",
11
+ "$description": "Used for temporary visual emphasis of backgrounds of matched search terms, filtered results, or autocomplete suggestions without implying any particular state or meaning."
12
+ }
13
+ },
14
+ "text": {
15
+ "color": {
16
+ "$value": {
17
+ "default": "{color.neutral.0}",
18
+ "dark": "{color.neutral.950}"
19
+ },
20
+ "$type": "color",
21
+ "$description": "Used for text within temporarily highlighted matches to maintain readability while drawing attention without conveying status."
22
+ }
23
+ }
24
+ },
25
+ "target": {
26
+ "background": {
27
+ "color": {
28
+ "$value": {
29
+ "default": "{color.blue.50}",
30
+ "dark": "{color.blue.950}"
31
+ },
32
+ "$type": "color",
33
+ "$description": "Used for temporary visual emphasis for backgrounds of referenced elements (for example URL anchors, hover states) or to show relationships between content without implying status or requiring action."
34
+ }
35
+ },
36
+ "border": {
37
+ "color": {
38
+ "$value": {
39
+ "default": "{color.blue.200}",
40
+ "dark": "{color.blue.700}"
41
+ },
42
+ "$type": "color",
43
+ "$description": "Used to provide additional visual emphasis for borders of temporarily targeted elements or when visualizing connections between related content, distinct from persistent states."
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }