@validationcloud/fractal-ui 1.21.0 → 1.22.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.
@@ -6,7 +6,7 @@
6
6
  --color-purple: #6c5dd3;
7
7
 
8
8
  /* Primary */
9
- --color-primary-60: #bc243e;
9
+ --color-primary-60: #c14e64;
10
10
  --color-primary-50: #d63d57;
11
11
  --color-primary-55: #da4e65;
12
12
  --color-primary-40: #df687d;
@@ -15,7 +15,8 @@
15
15
 
16
16
  /* Secondary */
17
17
  --color-secondary-70: #193a66;
18
- --color-secondary-50: #0052bd;
18
+ --color-secondary-60: #0052bd;
19
+ --color-secondary-50: #1e6fda;
19
20
  --color-secondary-40: #3f8cff;
20
21
  --color-secondary-30: #83b9ff;
21
22
  --color-secondary-20: #b2cbeb;
@@ -38,6 +39,7 @@
38
39
  --color-success-20: #f0f9f2;
39
40
 
40
41
  /* Warning */
42
+ --color-warning-60: #e8562b;
41
43
  --color-warning-50: #ff754c;
42
44
  --color-warning-30: #ff9a7b;
43
45
  --color-warning-20: #f8d9c7;
@@ -72,4 +74,4 @@
72
74
  --color-protocols-mnt: #242731;
73
75
  --color-protocols-monad: #836ef9;
74
76
  --color-protocols-icp: #3a3d46;
75
- }
77
+ }
@@ -33,6 +33,7 @@
33
33
  --shadow-modal: 0px 32px 48px -8px rgba(0, 0, 0, 0.1), 0px 0px 14px -4px rgba(0, 0, 0, 0.05);
34
34
  --shadow-menu-item: 0px 1px 0px 0px rgba(255, 255, 255, 0.05) inset, 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
35
35
  --shadow-sidebar-accessory: 0px 20px 24px 0px rgba(0, 0, 0, 0.5);
36
+ --shadow-button: 0px 7.4px 18.5px 0px rgba(255, 255, 255, 0.11) inset;
36
37
 
37
38
  /* Miscellaneous */
38
39
  --border-width-1\.5: 1.5px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@validationcloud/fractal-ui",
3
3
  "private": false,
4
- "version": "1.21.0",
4
+ "version": "1.22.1",
5
5
  "module": "./dist/fractal-ui.js",
6
6
  "type": "module",
7
7
  "files": [
@@ -35,44 +35,41 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "radix-ui": "^1.4.2",
38
- "react": "^19.0.0",
39
- "react-dom": "^19.0.0",
40
- "tailwind-merge": "^3.3.0"
38
+ "react": "^19.1.0",
39
+ "react-dom": "^19.1.0",
40
+ "tailwind-merge": "^3.3.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@eslint/js": "^9.25.0",
44
- "@storybook/addon-essentials": "^8.6.14",
45
- "@storybook/addon-interactions": "^8.6.14",
46
- "@storybook/addon-onboarding": "^8.6.14",
47
- "@storybook/blocks": "^8.6.14",
48
- "@storybook/react": "^8.6.14",
49
- "@storybook/react-vite": "^8.6.14",
50
- "@storybook/test": "^8.6.14",
51
- "@tailwindcss/postcss": "^4.1.7",
43
+ "@eslint/js": "^9.31.0",
44
+ "@storybook/addon-onboarding": "^9.0.17",
45
+ "@storybook/react-vite": "^9.0.17",
46
+ "@tailwindcss/postcss": "^4.1.11",
52
47
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",
53
- "@types/node": "^22.15.18",
54
- "@types/react": "^19.1.2",
55
- "@types/react-dom": "^19.1.2",
56
- "@vitejs/plugin-react": "^4.4.1",
57
- "eslint": "^9.25.0",
48
+ "@types/node": "^24.0.14",
49
+ "@types/react": "^19.1.8",
50
+ "@types/react-dom": "^19.1.6",
51
+ "@vitejs/plugin-react": "^4.6.0",
52
+ "eslint": "^9.31.0",
58
53
  "eslint-plugin-react-hooks": "^5.2.0",
59
- "eslint-plugin-react-refresh": "^0.4.19",
60
- "eslint-plugin-storybook": "^0.12.0",
61
- "globals": "^16.0.0",
62
- "postcss": "^8.5.3",
63
- "prettier-plugin-tailwindcss": "^0.6.11",
54
+ "eslint-plugin-react-refresh": "^0.4.20",
55
+ "eslint-plugin-storybook": "^9.0.17",
56
+ "globals": "^16.3.0",
57
+ "postcss": "^8.5.6",
58
+ "prettier-plugin-tailwindcss": "^0.6.14",
64
59
  "rollup-plugin-copy": "^3.5.0",
65
60
  "rollup-preserve-directives": "^1.1.3",
66
- "storybook": "^8.6.14",
67
- "tailwindcss": "^4.1.7",
61
+ "storybook": "^9.0.17",
62
+ "tailwindcss": "^4.1.11",
68
63
  "typescript": "~5.8.3",
69
- "typescript-eslint": "^8.30.1",
70
- "vite": "^6.3.5",
71
- "vite-plugin-dts": "^4.5.4"
64
+ "typescript-eslint": "^8.37.0",
65
+ "vite": "^7.0.4",
66
+ "vite-plugin-dts": "^4.5.4",
67
+ "@storybook/addon-docs": "^9.0.17"
72
68
  },
73
69
  "peerDependencies": {
74
- "react": "^19.0.0",
75
- "react-dom": "^19.0.0",
76
- "tailwindcss": "^4.0.0"
70
+ "react": "^19.1.0",
71
+ "react-dom": "^19.1.0",
72
+ "radix-ui": "^1.4.2",
73
+ "tailwind-merge": "^3.3.1"
77
74
  }
78
75
  }