@gsa-tts/graymatter-ui 0.3.15 → 0.3.16
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": "@gsa-tts/graymatter-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"typescript": "5.7.3",
|
|
59
59
|
"vite": "^6.3.5",
|
|
60
60
|
"vitest": "^3.0.7",
|
|
61
|
+
"@gsa-tts/graymatter-eslint": "0.0.2",
|
|
61
62
|
"@gsa-tts/graymatter-typescript-config": "0.0.2",
|
|
62
|
-
"@gsa-tts/graymatter-vitest-config": "0.0.1"
|
|
63
|
-
"@gsa-tts/graymatter-eslint": "0.0.2"
|
|
63
|
+
"@gsa-tts/graymatter-vitest-config": "0.0.1"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@fontsource-variable/archivo": "^5.2.6",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.menu-item:hover {
|
|
57
|
-
background-color: var(--ai-color-steel-
|
|
57
|
+
background-color: var(--ai-color-steel-100);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.menu-item:focus {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.menu-item.selected {
|
|
71
|
-
background-color: var(--ai-color-steel-
|
|
71
|
+
background-color: var(--ai-color-steel-100);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.menu-item.non-clickable {
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
opacity: 1;
|
|
543
543
|
flex: none;
|
|
544
544
|
height: 100%;
|
|
545
|
-
background: var(--ai-color-steel-
|
|
545
|
+
background: var(--ai-color-steel-50);
|
|
546
546
|
border-right: 0.0625rem solid var(--ai-color-steel-100);
|
|
547
547
|
overflow: hidden;
|
|
548
548
|
flex-direction: column;
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
align-items: flex-start;
|
|
569
569
|
gap: var(--ai-size-4);
|
|
570
570
|
flex: none;
|
|
571
|
-
background: var(--ai-color-steel-
|
|
571
|
+
background: var(--ai-color-steel-100);
|
|
572
572
|
border-right: 0.0625rem solid var(--ai-color-steel-200);
|
|
573
573
|
}
|
|
574
574
|
|