framepexls-ui-lib 0.1.29 → 0.1.30
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/Dialog.d.mts +1 -1
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +3 -0
- package/dist/Dialog.mjs +3 -0
- package/package.json +1 -1
package/dist/Dialog.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
|
|
4
|
-
type Size = "sm" | "md" | "lg" | "xl" | "2xl" | "full";
|
|
4
|
+
type Size = "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "full";
|
|
5
5
|
type DialogProps = {
|
|
6
6
|
open: boolean;
|
|
7
7
|
onClose: () => void;
|
package/dist/Dialog.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
|
|
4
|
-
type Size = "sm" | "md" | "lg" | "xl" | "2xl" | "full";
|
|
4
|
+
type Size = "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "full";
|
|
5
5
|
type DialogProps = {
|
|
6
6
|
open: boolean;
|
|
7
7
|
onClose: () => void;
|
package/dist/Dialog.js
CHANGED
package/dist/Dialog.mjs
CHANGED