@uxf/ui 11.92.3 → 11.93.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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useUiContextMemoizedValue = useUiContextMemoizedValue;
|
|
4
|
-
const stable_stringify_1 = require("@uxf/core/utils/stable-stringify");
|
|
5
4
|
const react_1 = require("react");
|
|
6
5
|
const color_scheme_1 = require("../color-scheme");
|
|
7
6
|
const color_scheme_defaults_1 = require("../color-scheme/color-scheme-defaults");
|
|
@@ -24,7 +23,5 @@ function useUiContextMemoizedValue(props) {
|
|
|
24
23
|
rasterImage: props.rasterImage,
|
|
25
24
|
translationFn: props.translationFn,
|
|
26
25
|
});
|
|
27
|
-
},
|
|
28
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
29
|
-
[(0, stable_stringify_1.stableStringify)(props)]);
|
|
26
|
+
}, [props]);
|
|
30
27
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/ui",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.93.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@floating-ui/react": "0.27.16",
|
|
25
25
|
"@headlessui/react": "1.7.19",
|
|
26
|
-
"@uxf/core": "11.
|
|
27
|
-
"@uxf/core-react": "11.
|
|
26
|
+
"@uxf/core": "11.93.0",
|
|
27
|
+
"@uxf/core-react": "11.93.0",
|
|
28
28
|
"@uxf/datepicker": "11.92.0",
|
|
29
29
|
"@uxf/localize": "11.92.1",
|
|
30
|
-
"@uxf/styles": "11.
|
|
30
|
+
"@uxf/styles": "11.93.0",
|
|
31
31
|
"color2k": "2.0.3",
|
|
32
32
|
"dayjs": "1.11.19",
|
|
33
33
|
"react-dropzone": "14.3.8"
|
package/toggle/index.d.ts
CHANGED