@driveflux/ui 1.4.1 → 1.4.2

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.
@@ -119,7 +119,7 @@ export var colors = {
119
119
  600: '#3EA5C0',
120
120
  700: '#50C8E8',
121
121
  800: '#50C8E8',
122
- 900: '#50C8E8'
122
+ 900: '#40A0BA'
123
123
  },
124
124
  // TODO add 25
125
125
  alert: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/ui",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@chakra-ui/react": "^2.10.3",
40
- "@driveflux/icons": "1.4.0",
40
+ "@driveflux/icons": "1.4.1",
41
41
  "@driveflux/singleton": "1.6.1",
42
42
  "@emotion/react": "^11.13.3",
43
43
  "@emotion/styled": "^11.13.0",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "peerDependencies": {
62
62
  "next": "15.0.1",
63
- "react": "^18.3.1",
63
+ "react": "^19.0.0",
64
64
  "swr": "^2.2.5"
65
65
  },
66
66
  "scripts": {