@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
|
@@ -5528,6 +5528,7 @@ const Summary = (_a) => {
|
|
|
5528
5528
|
};
|
|
5529
5529
|
DetailsDisclosure.Summary = Summary;
|
|
5530
5530
|
Summary.OpenIndicator = OpenIndicator;
|
|
5531
|
+
Summary.DefaultOpenIndicator = () => jsxRuntime.jsx(OpenIndicator, { component: DefaultOpenIndicator });
|
|
5531
5532
|
|
|
5532
5533
|
const DEFAULT_TEXT_CLASS_NAME = "ui:text-[#162130]";
|
|
5533
5534
|
const context$1 = React.createContext({
|