@gcsa/console-react 0.1.0 → 0.1.1
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/dist/style.css +8 -0
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -2227,12 +2227,20 @@
|
|
|
2227
2227
|
|
|
2228
2228
|
.gcsa-console-nav--collapsed .gcsa-console-nav__brand {
|
|
2229
2229
|
justify-content: center;
|
|
2230
|
+
gap: 0;
|
|
2230
2231
|
padding: var(--gcsa-space-2) 0 var(--gcsa-space-3);
|
|
2231
2232
|
}
|
|
2232
2233
|
|
|
2233
2234
|
.gcsa-console-nav--collapsed .gcsa-console-nav__brand-text {
|
|
2235
|
+
flex: 0 0 0;
|
|
2236
|
+
width: 0;
|
|
2237
|
+
min-width: 0;
|
|
2234
2238
|
max-width: 0;
|
|
2239
|
+
margin: 0;
|
|
2240
|
+
padding: 0;
|
|
2241
|
+
overflow: hidden;
|
|
2235
2242
|
opacity: 0;
|
|
2243
|
+
pointer-events: none;
|
|
2236
2244
|
}
|
|
2237
2245
|
|
|
2238
2246
|
.gcsa-console-nav--collapsed .gcsa-console-nav__menu.gcsa-menu--collapsed {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gcsa/console-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "GCSA console UI — React components (Ark UI + TanStack + GCSA styles)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@tanstack/react-form": "^1.12.2",
|
|
35
35
|
"@tanstack/react-table": "^8.21.3",
|
|
36
36
|
"zod": "^3.24.4",
|
|
37
|
-
"@gcsa/console-
|
|
38
|
-
"@gcsa/console-
|
|
37
|
+
"@gcsa/console-styles": "0.1.1",
|
|
38
|
+
"@gcsa/console-core": "0.1.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.0.0 || ^19.0.0",
|