@mirror-physics/fractal-ui 0.2.0-next.80 → 0.2.0-next.82
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/README.md +17 -0
- package/dist/index.cjs +31 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +45 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +6 -2
package/dist/tokens.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirror-physics/fractal-ui",
|
|
3
|
-
"version": "0.2.0-next.
|
|
3
|
+
"version": "0.2.0-next.82",
|
|
4
4
|
"description": "Fractal UI — React components and CSS tokens for Mirror Physics products",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "tsup",
|
|
32
32
|
"typecheck": "tsc --noEmit",
|
|
33
|
+
"test:tooltip": "playwright test",
|
|
33
34
|
"test:dropdown": "node --test tests/dropdown-position.test.mjs",
|
|
34
35
|
"storybook": "storybook dev -p 6006",
|
|
35
36
|
"build-storybook": "storybook build",
|
|
@@ -46,10 +47,12 @@
|
|
|
46
47
|
"@codemirror/view": "^6.43.7",
|
|
47
48
|
"@lezer/highlight": "^1.2.3",
|
|
48
49
|
"@mirror-physics/fractal-icons": "^0.4.3",
|
|
50
|
+
"@radix-ui/react-tooltip": "^1.2.16",
|
|
49
51
|
"@uiw/react-codemirror": "^4.25.11",
|
|
50
52
|
"clsx": "^2.1.1"
|
|
51
53
|
},
|
|
52
54
|
"devDependencies": {
|
|
55
|
+
"@playwright/test": "^1.63.0",
|
|
53
56
|
"@storybook/addon-a11y": "^10.4.6",
|
|
54
57
|
"@storybook/addon-docs": "^10.4.6",
|
|
55
58
|
"@storybook/react-vite": "^10.4.6",
|
|
@@ -59,7 +62,8 @@
|
|
|
59
62
|
"react-dom": "^19.2.4",
|
|
60
63
|
"storybook": "^10.4.6",
|
|
61
64
|
"tsup": "^8.5.1",
|
|
62
|
-
"typescript": "^5.9.3"
|
|
65
|
+
"typescript": "^5.9.3",
|
|
66
|
+
"vite": "^7.3.6"
|
|
63
67
|
},
|
|
64
68
|
"repository": {
|
|
65
69
|
"type": "git",
|