@lumx/react 4.6.1-alpha.0 → 4.7.1-alpha.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.
Files changed (4) hide show
  1. package/index.d.ts +55 -27
  2. package/index.js +186 -109
  3. package/index.js.map +1 -1
  4. package/package.json +5 -4
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.6.1-alpha.0",
11
- "@lumx/icons": "^4.6.1-alpha.0",
10
+ "@lumx/core": "^4.7.1-alpha.0",
11
+ "@lumx/icons": "^4.7.1-alpha.0",
12
12
  "body-scroll-lock": "^3.1.5"
13
13
  },
14
14
  "devDependencies": {
@@ -95,11 +95,12 @@
95
95
  "build": "rollup -c",
96
96
  "test": "vitest run --run",
97
97
  "test:storybook": "vitest -c .storybook/vitest.config.mts run --run",
98
+ "test:storybook:visual": "IMAGE_SNAPSHOT=true SNAPSHOT_ONLY=true vitest -c .storybook/vitest.config.mts run --run",
98
99
  "type-check": "yarn tsc -p tsconfig.json",
99
100
  "start:storybook": "storybook dev -p 9000",
100
101
  "build:storybook": "storybook build"
101
102
  },
102
103
  "sideEffects": false,
103
- "version": "4.6.1-alpha.0",
104
- "stableVersion": "4.6.0"
104
+ "version": "4.7.1-alpha.0",
105
+ "stableVersion": "4.7.0"
105
106
  }