@gcsa/console-vue 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.
Files changed (2) hide show
  1. package/dist/style.css +8 -0
  2. 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-vue",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "GCSA console UI — Vue 3 components (Ark UI + TanStack + GCSA styles)",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -46,8 +46,8 @@
46
46
  "@tanstack/vue-form": "^1.12.2",
47
47
  "@tanstack/vue-table": "^8.21.3",
48
48
  "zod": "^3.24.4",
49
- "@gcsa/console-core": "0.1.0",
50
- "@gcsa/console-styles": "0.1.0"
49
+ "@gcsa/console-core": "0.1.1",
50
+ "@gcsa/console-styles": "0.1.1"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "vue": "^3.4.0"