sage-nexus-ui 1.2.2 → 1.2.4

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,28 @@
1
+ import type { StoryObj } from "@storybook/react-vite";
2
+ declare const meta: {
3
+ title: string;
4
+ component: ({ title, children, ...rest }: import("..").TooltipProps) => import("react/jsx-runtime").JSX.Element;
5
+ tags: string[];
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ decorators: ((Story: React.ComponentType) => import("react/jsx-runtime").JSX.Element)[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof meta>;
13
+ export declare const Default: Story;
14
+ export declare const LongText: Story;
15
+ export declare const PlacementTop: Story;
16
+ export declare const PlacementBottom: Story;
17
+ export declare const PlacementLeft: Story;
18
+ export declare const PlacementRight: Story;
19
+ export declare const AllPlacements: Story;
20
+ export declare const OnIconButton: Story;
21
+ export declare const RichContent: Story;
22
+ export declare const RichContentNegativeNet: Story;
23
+ export declare const RichContentOnButton: Story;
24
+ export declare const DisableHoverListener: Story;
25
+ export declare const Arrow: Story;
26
+ export declare const Disabled: Story;
27
+ export declare const LightMode: Story;
28
+ export declare const LightModeRichContent: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sage-nexus-ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Nexus core components",
5
5
  "license": "ISC",
6
6
  "author": "emsmart-sage",