@lumx/react 4.5.2-alpha.5 → 4.6.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/index.d.ts +1 -1
- package/package.json +3 -4
package/index.d.ts
CHANGED
|
@@ -1662,7 +1662,7 @@ declare const GenericBlockGapSize: Pick<{
|
|
|
1662
1662
|
readonly medium: "medium";
|
|
1663
1663
|
readonly big: "big";
|
|
1664
1664
|
readonly huge: "huge";
|
|
1665
|
-
}, "
|
|
1665
|
+
}, "tiny" | "regular" | "medium" | "big" | "huge">;
|
|
1666
1666
|
type GenericBlockGapSize = ValueOf$1<typeof GenericBlockGapSize>;
|
|
1667
1667
|
|
|
1668
1668
|
interface GenericBlockProps extends FlexBoxProps {
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@floating-ui/react-dom": "^2.1.7",
|
|
10
|
-
"@lumx/core": "^4.
|
|
11
|
-
"@lumx/icons": "^4.
|
|
10
|
+
"@lumx/core": "^4.6.0",
|
|
11
|
+
"@lumx/icons": "^4.6.0",
|
|
12
12
|
"body-scroll-lock": "^3.1.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
@@ -99,6 +99,5 @@
|
|
|
99
99
|
"build:storybook": "storybook build"
|
|
100
100
|
},
|
|
101
101
|
"sideEffects": false,
|
|
102
|
-
"version": "4.
|
|
103
|
-
"stableVersion": "4.5.1"
|
|
102
|
+
"version": "4.6.0"
|
|
104
103
|
}
|