@webitel/ui-sdk 25.10.95 → 25.10.96
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": "@webitel/ui-sdk",
|
|
3
|
-
"version": "25.10.
|
|
3
|
+
"version": "25.10.96",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
|
|
@@ -129,7 +129,7 @@ export const createUserAccessStore = ({
|
|
|
129
129
|
access: rawVisibilityAccess,
|
|
130
130
|
}: CreateUserAccessStoreRawAccess) => {
|
|
131
131
|
// Enable bypass mode if access data is null/undefined
|
|
132
|
-
|
|
132
|
+
bypassMode.value = rawVisibilityAccess === null;
|
|
133
133
|
|
|
134
134
|
globalAccess.value = makeGlobalAccessMap(rawGlobalAccess);
|
|
135
135
|
scopeAccess.value = makeScopeAccessMap(rawScopeAccess);
|