@luscii-healthtech/web-ui 52.0.1 → 52.2.0
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.
- package/dist/index.development.js +1 -0
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/DetailsDisclosure/DetailsDisclosure.d.ts +1 -0
- package/dist/src/generated/components/DetailsDisclosure/DetailsDisclosure.d.ts +1 -0
- package/dist/stories/DetailsDisclosure.stories.d.ts +1 -0
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -10032,3 +10032,4 @@ export declare const CustomOpenIndicator: {
|
|
|
10032
10032
|
children: import("react/jsx-runtime").JSX.Element;
|
|
10033
10033
|
};
|
|
10034
10034
|
};
|
|
10035
|
+
export declare const DefaultOpenIndicatorPosition: Story;
|