@axinom/mosaic-ui 0.43.0-rc.5 → 0.43.0-rc.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.43.0-rc.5",
3
+ "version": "0.43.0-rc.7",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -32,7 +32,7 @@
32
32
  "build-storybook": "storybook build"
33
33
  },
34
34
  "dependencies": {
35
- "@axinom/mosaic-core": "^0.4.16-rc.5",
35
+ "@axinom/mosaic-core": "^0.4.16-rc.7",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@popperjs/core": "^2.11.8",
38
38
  "clsx": "^1.1.0",
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "cebdebf48169c4c2e9748a5189ed1475e15b57a0"
108
+ "gitHead": "6fe0cfc09cff474ce0b645cd263455ce6c93dbc8"
109
109
  }
@@ -100,7 +100,7 @@ export const useDataProvider: FormStationDataProvider = <
100
100
  title: 'Your changes were saved successfully.',
101
101
  options: {
102
102
  type: 'success',
103
- autoClose: 3000,
103
+ autoClose: 1500,
104
104
  },
105
105
  });
106
106
  }