sy-ui-lib 1.0.21 → 1.0.23
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.
|
@@ -6,7 +6,7 @@ type Story = StoryObj<DropdownProps>;
|
|
|
6
6
|
export declare const SmallDropdown: Story;
|
|
7
7
|
export declare const LargeDropdown: Story;
|
|
8
8
|
export declare const SelectedOption: Story;
|
|
9
|
-
/**
|
|
10
|
-
export declare const
|
|
9
|
+
/** Display Selected value as lebel */
|
|
10
|
+
export declare const DisplaySelected: Story;
|
|
11
11
|
export declare const StatelessDropdown: Story;
|
|
12
12
|
export declare const FullWidthDropdown: Story;
|
|
@@ -7,8 +7,8 @@ type Story = StoryObj<MultiSelectDropdownProps>;
|
|
|
7
7
|
export declare const Default: Story;
|
|
8
8
|
/** With Pre-selected */
|
|
9
9
|
export declare const Selected: Story;
|
|
10
|
-
/**
|
|
11
|
-
export declare const
|
|
10
|
+
/** Display Selected value as lebel */
|
|
11
|
+
export declare const DisplaySelected: Story;
|
|
12
12
|
/** Small Variant */
|
|
13
13
|
export declare const SmallVariant: Story;
|
|
14
14
|
/** Full Width */
|