@ws-ui/roles-editor 1.8.4-rc4 → 1.8.4-rc5

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.
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { PortalProps } from '@ws-ui/shared';
3
+ export declare const Portal: FC<PortalProps>;
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S="qodly-roles-editor";exports.ROLES_EDITOR_SCOPE_CLASS=S;
2
+ //# sourceMappingURL=common.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.cjs","sources":["../src/common.ts"],"sourcesContent":["export const ROLES_EDITOR_SCOPE_CLASS = 'qodly-roles-editor';\r\n"],"names":["ROLES_EDITOR_SCOPE_CLASS"],"mappings":"gFAAO,MAAMA,EAA2B"}
@@ -0,0 +1 @@
1
+ export declare const ROLES_EDITOR_SCOPE_CLASS = "qodly-roles-editor";
package/dist/common.es ADDED
@@ -0,0 +1,5 @@
1
+ const o = "qodly-roles-editor";
2
+ export {
3
+ o as ROLES_EDITOR_SCOPE_CLASS
4
+ };
5
+ //# sourceMappingURL=common.es.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.es","sources":["../src/common.ts"],"sourcesContent":["export const ROLES_EDITOR_SCOPE_CLASS = 'qodly-roles-editor';\r\n"],"names":["ROLES_EDITOR_SCOPE_CLASS"],"mappings":"AAAO,MAAMA,IAA2B;"}