@rovula/ui 0.0.49 → 0.0.50

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.
@@ -3,6 +3,7 @@ import Tree from "./Tree";
3
3
  declare const meta: Meta<typeof Tree>;
4
4
  export default meta;
5
5
  export declare const Default: StoryObj<typeof Tree>;
6
+ export declare const Controller: StoryObj<typeof Tree>;
6
7
  export declare const onClick: StoryObj<typeof Tree>;
7
8
  export declare const CustomIcon: StoryObj<typeof Tree>;
8
9
  export declare const renderRightSection: StoryObj<typeof Tree>;
@@ -3667,10 +3667,6 @@ input[type=number] {
3667
3667
  height: 100%;
3668
3668
  }
3669
3669
 
3670
- .h-1\/2 {
3671
- height: 50%;
3672
- }
3673
-
3674
3670
  .h-10 {
3675
3671
  height: 2.5rem;
3676
3672
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rovula/ui",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "main": "dist/cjs/bundle.js",
5
5
  "module": "dist/esm/bundle.js",
6
6
  "types": "dist/index.d.ts",