@ms-cloudpack/overlay 0.16.78 → 0.16.79-beta.0
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 +3 -3
- package/dist/browser-esm/chunks/js/chunk-PDWQRLCD.js +0 -30
- package/dist/browser-esm/chunks/js/chunk-PDWQRLCD.js.map +0 -7
- package/dist/browser-esm/lib/constants.js +0 -9
- package/dist/browser-esm/lib/constants.js.map +0 -7
- package/dist/browser-esm/lib/index.js +0 -1339
- package/dist/browser-esm/lib/index.js.map +0 -7
- package/dist/browser-esm/ori-input.json +0 -63
- package/dist/browser-esm/ori-output.json +0 -917
- package/dist/browser-esm/result.json +0 -44
- package/dist/ori/logs/2d4x2s8SUNELhpVqWz4FXPDPC8q-logger.log +0 -0
- package/lib/tsdoc-metadata.json +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/overlay",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.79-beta.0",
|
|
4
4
|
"description": "The Cloudpack overlay ux.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"lint": "cloudpack-scripts lint"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ms-cloudpack/api-server": "^0.31.
|
|
31
|
+
"@ms-cloudpack/api-server": "^0.31.6-beta.0",
|
|
32
32
|
"@ms-cloudpack/data-bus": "^0.4.2",
|
|
33
33
|
"@ms-cloudpack/path-string-parsing": "^1.2.0",
|
|
34
34
|
"react": "^17.0.0 || ^18.0.0",
|
|
35
35
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
36
|
-
"classnames": "^2.
|
|
36
|
+
"classnames": "^2.0.0",
|
|
37
37
|
"zod": "^3.21.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
// packages/overlay/src/constants.ts
|
|
2
|
-
var elementIds = {
|
|
3
|
-
/**
|
|
4
|
-
* ID for the root element of the overlay.
|
|
5
|
-
*/
|
|
6
|
-
root: "cloudpack-overlay-root",
|
|
7
|
-
/**
|
|
8
|
-
* ID for the root element of the error dialog.
|
|
9
|
-
*/
|
|
10
|
-
errorDialogRoot: "cloudpack-overlay-error-dialog",
|
|
11
|
-
/**
|
|
12
|
-
* ID for the root element of the status dialog.
|
|
13
|
-
*/
|
|
14
|
-
statusDialogRoot: "cloudpack-overlay-status-dialog",
|
|
15
|
-
/**
|
|
16
|
-
* ID for the root element of the status badge.
|
|
17
|
-
*/
|
|
18
|
-
statusBadgeRoot: "cloudpack-overlay-status-badge"
|
|
19
|
-
};
|
|
20
|
-
var cookieNames = {
|
|
21
|
-
sessionId: "cloudpack-session-id",
|
|
22
|
-
sessionSequence: "cloudpack-session-sequence",
|
|
23
|
-
apiUrl: "cloudpack-api-url"
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export {
|
|
27
|
-
elementIds,
|
|
28
|
-
cookieNames
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=chunk-PDWQRLCD.js.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/constants.ts"],
|
|
4
|
-
"sourcesContent": ["// This file serves as a separate entry point which can be imported without rendering the overlay\n// as a side effect.\n\nexport const elementIds = {\n /**\n * ID for the root element of the overlay.\n */\n root: 'cloudpack-overlay-root',\n /**\n * ID for the root element of the error dialog.\n */\n errorDialogRoot: 'cloudpack-overlay-error-dialog',\n /**\n * ID for the root element of the status dialog.\n */\n statusDialogRoot: 'cloudpack-overlay-status-dialog',\n /**\n * ID for the root element of the status badge.\n */\n statusBadgeRoot: 'cloudpack-overlay-status-badge',\n} as const;\n\n/**\n * Cloudpack cookies accessed by the overlay.\n */\nexport const cookieNames = {\n sessionId: 'cloudpack-session-id',\n sessionSequence: 'cloudpack-session-sequence',\n apiUrl: 'cloudpack-api-url',\n};\n"],
|
|
5
|
-
"mappings": ";AAGO,IAAM,aAAa;AAAA;AAAA;AAAA;AAAA,EAIxB,MAAM;AAAA;AAAA;AAAA;AAAA,EAIN,iBAAiB;AAAA;AAAA;AAAA;AAAA,EAIjB,kBAAkB;AAAA;AAAA;AAAA;AAAA,EAIlB,iBAAiB;AACnB;AAKO,IAAM,cAAc;AAAA,EACzB,WAAW;AAAA,EACX,iBAAiB;AAAA,EACjB,QAAQ;AACV;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|