tera-system-ui 0.1.40 → 0.1.41

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.
@@ -47,7 +47,7 @@
47
47
  bind:this={command}
48
48
  data-slot="command"
49
49
  class={cn(
50
- "flex h-full w-full flex-col overflow-hidden",
50
+ "flex w-full flex-col overflow-hidden",
51
51
  className
52
52
  )}
53
53
  {...restProps}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tera-system-ui",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run customPrepublish && npm run generate-index && vite build && npm run package && npm run postpublish",