@internxt/ui 0.1.3 → 0.1.5

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.
@@ -0,0 +1,14 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Sidenav, SidenavProps } from '../../../components/sidenav';
3
+ declare const meta: Meta<typeof Sidenav>;
4
+ export default meta;
5
+ type Story = StoryObj<SidenavProps>;
6
+ export declare const Default: Story;
7
+ export declare const Collapsed: Story;
8
+ export declare const WithSubsectionsExpanded: Story;
9
+ export declare const WithoutPrimaryAction: Story;
10
+ export declare const WithoutStorage: Story;
11
+ export declare const HighStorageUsage: Story;
12
+ export declare const Minimal: Story;
13
+ export declare const WithoutCollapseButton: Story;
14
+ export declare const LoadingStorage: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internxt/ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Library of Internxt components",
5
5
  "repository": {
6
6
  "type": "git",