@lumx/react 4.3.2-alpha.44 → 4.3.2-alpha.45

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1556,7 +1556,7 @@ declare const GenericBlockGapSize: Pick<{
1556
1556
  readonly medium: "medium";
1557
1557
  readonly big: "big";
1558
1558
  readonly huge: "huge";
1559
- }, "medium" | "tiny" | "regular" | "big" | "huge">;
1559
+ }, "tiny" | "regular" | "medium" | "big" | "huge">;
1560
1560
  type GenericBlockGapSize = ValueOf$1<typeof GenericBlockGapSize>;
1561
1561
 
1562
1562
  interface GenericBlockProps extends FlexBoxProps {
package/package.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "url": "https://github.com/lumapps/design-system/issues"
7
7
  },
8
8
  "dependencies": {
9
- "@lumx/core": "^4.3.2-alpha.44",
10
- "@lumx/icons": "^4.3.2-alpha.44",
9
+ "@lumx/core": "^4.3.2-alpha.45",
10
+ "@lumx/icons": "^4.3.2-alpha.45",
11
11
  "@popperjs/core": "^2.5.4",
12
12
  "body-scroll-lock": "^3.1.5",
13
13
  "react-popper": "^2.2.4"
@@ -102,6 +102,6 @@
102
102
  "build:storybook": "storybook build"
103
103
  },
104
104
  "sideEffects": false,
105
- "version": "4.3.2-alpha.44",
105
+ "version": "4.3.2-alpha.45",
106
106
  "stableVersion": "4.3.1"
107
107
  }