@validationcloud/fractal-ui 1.34.0 → 1.34.1
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.
|
@@ -314,7 +314,7 @@ declare const meta: {
|
|
|
314
314
|
diffuseConstant?: number | string | undefined | undefined;
|
|
315
315
|
direction?: number | string | undefined | undefined;
|
|
316
316
|
divisor?: number | string | undefined | undefined;
|
|
317
|
-
dominantBaseline?:
|
|
317
|
+
dominantBaseline?: "auto" | "use-script" | "no-change" | "reset-size" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "central" | "middle" | "text-after-edge" | "text-before-edge" | "inherit" | undefined | undefined;
|
|
318
318
|
dur?: number | string | undefined | undefined;
|
|
319
319
|
dx?: number | string | undefined | undefined;
|
|
320
320
|
dy?: number | string | undefined | undefined;
|
|
@@ -446,7 +446,7 @@ declare const meta: {
|
|
|
446
446
|
tableValues?: number | string | undefined | undefined;
|
|
447
447
|
targetX?: number | string | undefined | undefined;
|
|
448
448
|
targetY?: number | string | undefined | undefined;
|
|
449
|
-
textAnchor?:
|
|
449
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined | undefined;
|
|
450
450
|
textDecoration?: number | string | undefined | undefined;
|
|
451
451
|
textLength?: number | string | undefined | undefined;
|
|
452
452
|
textRendering?: number | string | undefined | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@validationcloud/fractal-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.34.
|
|
4
|
+
"version": "1.34.1",
|
|
5
5
|
"module": "./dist/fractal-ui.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "vite",
|
|
14
14
|
"build": "tsc && vite build",
|
|
15
|
-
"lint": "eslint
|
|
15
|
+
"lint": "eslint",
|
|
16
16
|
"preview": "vite preview",
|
|
17
17
|
"storybook": "storybook dev -p 6006",
|
|
18
18
|
"build-storybook": "storybook build",
|
|
@@ -34,45 +34,55 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"radix-ui": "^1
|
|
38
|
-
"react": "^19
|
|
39
|
-
"react-dom": "^19
|
|
40
|
-
"react-transition-state": "^2
|
|
41
|
-
"tailwind-merge": "^3
|
|
37
|
+
"radix-ui": "^1",
|
|
38
|
+
"react": "^19",
|
|
39
|
+
"react-dom": "^19",
|
|
40
|
+
"react-transition-state": "^2",
|
|
41
|
+
"tailwind-merge": "^3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@eslint/js": "^9.
|
|
45
|
-
"@storybook/addon-docs": "^9
|
|
46
|
-
"@storybook/addon-onboarding": "^9
|
|
47
|
-
"@storybook/react-vite": "^9
|
|
48
|
-
"@tailwindcss/postcss": "^4
|
|
44
|
+
"@eslint/js": "^9.35.0",
|
|
45
|
+
"@storybook/addon-docs": "^9",
|
|
46
|
+
"@storybook/addon-onboarding": "^9",
|
|
47
|
+
"@storybook/react-vite": "^9",
|
|
48
|
+
"@tailwindcss/postcss": "^4",
|
|
49
49
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
50
|
-
"@types/node": "^24
|
|
51
|
-
"@types/react": "^19
|
|
52
|
-
"@types/react-dom": "^19
|
|
53
|
-
"@vitejs/plugin-react": "^
|
|
54
|
-
"eslint": "^9.
|
|
50
|
+
"@types/node": "^24",
|
|
51
|
+
"@types/react": "^19",
|
|
52
|
+
"@types/react-dom": "^19",
|
|
53
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
54
|
+
"eslint": "^9.35.0",
|
|
55
55
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
56
56
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
57
|
-
"eslint-plugin-storybook": "^9
|
|
57
|
+
"eslint-plugin-storybook": "^9",
|
|
58
58
|
"globals": "^16.3.0",
|
|
59
59
|
"postcss": "^8.5.6",
|
|
60
60
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
61
61
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
62
62
|
"rollup-plugin-copy": "^3.5.0",
|
|
63
63
|
"rollup-preserve-directives": "^1.1.3",
|
|
64
|
-
"storybook": "^9
|
|
65
|
-
"tailwindcss": "^4.1.
|
|
66
|
-
"typescript": "
|
|
67
|
-
"typescript-eslint": "^8.
|
|
68
|
-
"vite": "^7.
|
|
64
|
+
"storybook": "^9",
|
|
65
|
+
"tailwindcss": "^4.1.13",
|
|
66
|
+
"typescript": "^5",
|
|
67
|
+
"typescript-eslint": "^8.42.0",
|
|
68
|
+
"vite": "^7.1.5",
|
|
69
69
|
"vite-plugin-dts": "^4.5.4"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"radix-ui": "^1
|
|
73
|
-
"react": "^19
|
|
74
|
-
"react-dom": "^19
|
|
75
|
-
"react-transition-state": "^2
|
|
76
|
-
"tailwind-merge": "^3
|
|
72
|
+
"radix-ui": "^1",
|
|
73
|
+
"react": "^19",
|
|
74
|
+
"react-dom": "^19",
|
|
75
|
+
"react-transition-state": "^2",
|
|
76
|
+
"tailwind-merge": "^3"
|
|
77
|
+
},
|
|
78
|
+
"__securityNote": "Overrides added after qix npm account compromise (Sept 2025). Do not remove without verifying package integrity.",
|
|
79
|
+
"overrides": {
|
|
80
|
+
"chalk": "5.3.0",
|
|
81
|
+
"strip-ansi": "7.1.0",
|
|
82
|
+
"color-convert": "2.0.1",
|
|
83
|
+
"color-name": "1.1.4",
|
|
84
|
+
"is-core-module": "2.13.1",
|
|
85
|
+
"error-ex": "1.3.2",
|
|
86
|
+
"has-ansi": "5.0.1"
|
|
77
87
|
}
|
|
78
88
|
}
|