@luscii-healthtech/web-ui 54.7.1 → 54.7.2
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 +2 -1
- 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/ModalDialog/ModalDialog.d.ts +1 -1
- package/dist/src/generated/components/ModalDialog/ModalDialog.d.ts +1 -1
- package/dist/stories/ModalDialog.stories.d.ts +4514 -97
- package/dist/web-ui-tailwind.css +5 -0
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -4809,7 +4809,8 @@ const ModalDialog = (_a) => {
|
|
|
4809
4809
|
}, "ui:top-0", "ui:bottom-auto", {
|
|
4810
4810
|
"ui:md:w-80": size === "s",
|
|
4811
4811
|
"ui:md:w-132": size === "m",
|
|
4812
|
-
"ui:md:w-216": size === "l"
|
|
4812
|
+
"ui:md:w-216": size === "l",
|
|
4813
|
+
"ui:md:w-330": size === "xl"
|
|
4813
4814
|
}, {
|
|
4814
4815
|
"ui:right-0": variant === "side-modal",
|
|
4815
4816
|
"ui:left-auto": variant === "side-modal",
|