@xyo-network/react-webapp 2.64.8 → 2.64.10
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/dist/docs.json +24824 -11816
- package/package.json +13 -13
- package/dist/browser/components/Body.cjs +0 -116
- package/dist/browser/components/Body.cjs.map +0 -1
- package/dist/browser/components/Body.js +0 -95
- package/dist/browser/components/Body.js.map +0 -1
- package/dist/browser/components/Chrome.cjs +0 -246
- package/dist/browser/components/Chrome.cjs.map +0 -1
- package/dist/browser/components/Chrome.js +0 -225
- package/dist/browser/components/Chrome.js.map +0 -1
- package/dist/browser/components/ErrorPage.cjs +0 -211
- package/dist/browser/components/ErrorPage.cjs.map +0 -1
- package/dist/browser/components/ErrorPage.js +0 -190
- package/dist/browser/components/ErrorPage.js.map +0 -1
- package/dist/browser/components/NotFoundPage/Page.cjs +0 -207
- package/dist/browser/components/NotFoundPage/Page.cjs.map +0 -1
- package/dist/browser/components/NotFoundPage/Page.js +0 -186
- package/dist/browser/components/NotFoundPage/Page.js.map +0 -1
- package/dist/browser/components/NotFoundPage/index.cjs +0 -209
- package/dist/browser/components/NotFoundPage/index.cjs.map +0 -1
- package/dist/browser/components/NotFoundPage/index.js +0 -186
- package/dist/browser/components/NotFoundPage/index.js.map +0 -1
- package/dist/browser/components/Page.cjs +0 -200
- package/dist/browser/components/Page.cjs.map +0 -1
- package/dist/browser/components/Page.js +0 -179
- package/dist/browser/components/Page.js.map +0 -1
- package/dist/browser/components/index.cjs +0 -261
- package/dist/browser/components/index.cjs.map +0 -1
- package/dist/browser/components/index.js +0 -238
- package/dist/browser/components/index.js.map +0 -1
- package/dist/browser/components/lib/cssValues.cjs +0 -43
- package/dist/browser/components/lib/cssValues.cjs.map +0 -1
- package/dist/browser/components/lib/cssValues.js +0 -22
- package/dist/browser/components/lib/cssValues.js.map +0 -1
- package/dist/browser/components/lib/index.cjs +0 -45
- package/dist/browser/components/lib/index.cjs.map +0 -1
- package/dist/browser/components/lib/index.js +0 -22
- package/dist/browser/components/lib/index.js.map +0 -1
- package/dist/node/components/Body.cjs +0 -120
- package/dist/node/components/Body.cjs.map +0 -1
- package/dist/node/components/Body.js +0 -95
- package/dist/node/components/Body.js.map +0 -1
- package/dist/node/components/Chrome.cjs +0 -250
- package/dist/node/components/Chrome.cjs.map +0 -1
- package/dist/node/components/Chrome.js +0 -225
- package/dist/node/components/Chrome.js.map +0 -1
- package/dist/node/components/ErrorPage.cjs +0 -216
- package/dist/node/components/ErrorPage.cjs.map +0 -1
- package/dist/node/components/ErrorPage.js +0 -190
- package/dist/node/components/ErrorPage.js.map +0 -1
- package/dist/node/components/NotFoundPage/Page.cjs +0 -212
- package/dist/node/components/NotFoundPage/Page.cjs.map +0 -1
- package/dist/node/components/NotFoundPage/Page.js +0 -186
- package/dist/node/components/NotFoundPage/Page.js.map +0 -1
- package/dist/node/components/NotFoundPage/index.cjs +0 -214
- package/dist/node/components/NotFoundPage/index.cjs.map +0 -1
- package/dist/node/components/NotFoundPage/index.js +0 -186
- package/dist/node/components/NotFoundPage/index.js.map +0 -1
- package/dist/node/components/Page.cjs +0 -205
- package/dist/node/components/Page.cjs.map +0 -1
- package/dist/node/components/Page.js +0 -179
- package/dist/node/components/Page.js.map +0 -1
- package/dist/node/components/index.cjs +0 -272
- package/dist/node/components/index.cjs.map +0 -1
- package/dist/node/components/index.js +0 -238
- package/dist/node/components/index.js.map +0 -1
- package/dist/node/components/lib/cssValues.cjs +0 -50
- package/dist/node/components/lib/cssValues.cjs.map +0 -1
- package/dist/node/components/lib/cssValues.js +0 -22
- package/dist/node/components/lib/cssValues.js.map +0 -1
- package/dist/node/components/lib/index.cjs +0 -52
- package/dist/node/components/lib/index.cjs.map +0 -1
- package/dist/node/components/lib/index.js +0 -22
- package/dist/node/components/lib/index.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/components/lib/cssValues.ts"],"sourcesContent":["import { CSSProperties } from 'react'\n\nexport const scrollableWrap: CSSProperties = {\n inset: 0,\n position: 'absolute',\n} as const\n\nexport const fixedWrap: CSSProperties = {\n inset: 'unset',\n position: 'relative',\n} as const\n\n// Making a scrollable vs fixed wrapper and content is an inversion of the wrap and content styles\nexport const scrollableContent: CSSProperties = {\n ...fixedWrap,\n} as const\n\nexport const fixedContent: CSSProperties = {\n ...scrollableWrap,\n} as const\n"],"mappings":";AAEO,IAAM,iBAAgC;AAAA,EAC3C,OAAO;AAAA,EACP,UAAU;AACZ;AAEO,IAAM,YAA2B;AAAA,EACtC,OAAO;AAAA,EACP,UAAU;AACZ;AAGO,IAAM,oBAAmC;AAAA,EAC9C,GAAG;AACL;AAEO,IAAM,eAA8B;AAAA,EACzC,GAAG;AACL;","names":[]}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/components/lib/index.ts
|
|
21
|
-
var lib_exports = {};
|
|
22
|
-
__export(lib_exports, {
|
|
23
|
-
fixedContent: () => fixedContent,
|
|
24
|
-
fixedWrap: () => fixedWrap,
|
|
25
|
-
scrollableContent: () => scrollableContent,
|
|
26
|
-
scrollableWrap: () => scrollableWrap
|
|
27
|
-
});
|
|
28
|
-
module.exports = __toCommonJS(lib_exports);
|
|
29
|
-
|
|
30
|
-
// src/components/lib/cssValues.ts
|
|
31
|
-
var scrollableWrap = {
|
|
32
|
-
inset: 0,
|
|
33
|
-
position: "absolute"
|
|
34
|
-
};
|
|
35
|
-
var fixedWrap = {
|
|
36
|
-
inset: "unset",
|
|
37
|
-
position: "relative"
|
|
38
|
-
};
|
|
39
|
-
var scrollableContent = {
|
|
40
|
-
...fixedWrap
|
|
41
|
-
};
|
|
42
|
-
var fixedContent = {
|
|
43
|
-
...scrollableWrap
|
|
44
|
-
};
|
|
45
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
46
|
-
0 && (module.exports = {
|
|
47
|
-
fixedContent,
|
|
48
|
-
fixedWrap,
|
|
49
|
-
scrollableContent,
|
|
50
|
-
scrollableWrap
|
|
51
|
-
});
|
|
52
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/components/lib/index.ts","../../../../src/components/lib/cssValues.ts"],"sourcesContent":["export * from './cssValues'\n","import { CSSProperties } from 'react'\n\nexport const scrollableWrap: CSSProperties = {\n inset: 0,\n position: 'absolute',\n} as const\n\nexport const fixedWrap: CSSProperties = {\n inset: 'unset',\n position: 'relative',\n} as const\n\n// Making a scrollable vs fixed wrapper and content is an inversion of the wrap and content styles\nexport const scrollableContent: CSSProperties = {\n ...fixedWrap,\n} as const\n\nexport const fixedContent: CSSProperties = {\n ...scrollableWrap,\n} as const\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACEO,IAAM,iBAAgC;AAAA,EAC3C,OAAO;AAAA,EACP,UAAU;AACZ;AAEO,IAAM,YAA2B;AAAA,EACtC,OAAO;AAAA,EACP,UAAU;AACZ;AAGO,IAAM,oBAAmC;AAAA,EAC9C,GAAG;AACL;AAEO,IAAM,eAA8B;AAAA,EACzC,GAAG;AACL;","names":[]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
// src/components/lib/cssValues.ts
|
|
2
|
-
var scrollableWrap = {
|
|
3
|
-
inset: 0,
|
|
4
|
-
position: "absolute"
|
|
5
|
-
};
|
|
6
|
-
var fixedWrap = {
|
|
7
|
-
inset: "unset",
|
|
8
|
-
position: "relative"
|
|
9
|
-
};
|
|
10
|
-
var scrollableContent = {
|
|
11
|
-
...fixedWrap
|
|
12
|
-
};
|
|
13
|
-
var fixedContent = {
|
|
14
|
-
...scrollableWrap
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
fixedContent,
|
|
18
|
-
fixedWrap,
|
|
19
|
-
scrollableContent,
|
|
20
|
-
scrollableWrap
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/components/lib/cssValues.ts"],"sourcesContent":["import { CSSProperties } from 'react'\n\nexport const scrollableWrap: CSSProperties = {\n inset: 0,\n position: 'absolute',\n} as const\n\nexport const fixedWrap: CSSProperties = {\n inset: 'unset',\n position: 'relative',\n} as const\n\n// Making a scrollable vs fixed wrapper and content is an inversion of the wrap and content styles\nexport const scrollableContent: CSSProperties = {\n ...fixedWrap,\n} as const\n\nexport const fixedContent: CSSProperties = {\n ...scrollableWrap,\n} as const\n"],"mappings":";AAEO,IAAM,iBAAgC;AAAA,EAC3C,OAAO;AAAA,EACP,UAAU;AACZ;AAEO,IAAM,YAA2B;AAAA,EACtC,OAAO;AAAA,EACP,UAAU;AACZ;AAGO,IAAM,oBAAmC;AAAA,EAC9C,GAAG;AACL;AAEO,IAAM,eAA8B;AAAA,EACzC,GAAG;AACL;","names":[]}
|