@valbuild/react 0.64.0 → 0.65.2
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/declarations/src/stega/index.d.ts +2 -0
- package/dist/{slicedToArray-129629e4.cjs.dev.js → slicedToArray-09243dae.cjs.prod.js} +5 -5
- package/dist/{slicedToArray-a79154e9.esm.js → slicedToArray-5391d3c0.esm.js} +5 -5
- package/dist/{slicedToArray-7a63acfd.worker.esm.js → slicedToArray-9ebce1ca.browser.esm.js} +5 -5
- package/dist/{slicedToArray-386a8ae8.cjs.prod.js → slicedToArray-b5020f32.cjs.dev.js} +5 -5
- package/dist/{slicedToArray-6b2002fa.browser.esm.js → slicedToArray-bbda5dad.worker.esm.js} +5 -5
- package/dist/toConsumableArray-1969d309.cjs.dev.js +21 -0
- package/dist/toConsumableArray-299fbd28.worker.esm.js +19 -0
- package/dist/toConsumableArray-5ba6766a.browser.esm.js +19 -0
- package/dist/toConsumableArray-9f3cfc47.esm.js +19 -0
- package/dist/toConsumableArray-b772a825.cjs.prod.js +21 -0
- package/dist/unsupportedIterableToArray-0ac4ac41.browser.esm.js +15 -0
- package/dist/unsupportedIterableToArray-10eaf95e.worker.esm.js +15 -0
- package/dist/unsupportedIterableToArray-1aadf9fb.cjs.prod.js +18 -0
- package/dist/unsupportedIterableToArray-20a9209f.cjs.dev.js +18 -0
- package/dist/unsupportedIterableToArray-f57eb659.esm.js +15 -0
- package/dist/valbuild-react.cjs.d.ts +3 -3
- package/internal/dist/valbuild-react-internal.browser.esm.js +2 -2
- package/internal/dist/valbuild-react-internal.cjs.d.ts +2 -2
- package/internal/dist/valbuild-react-internal.cjs.dev.js +2 -2
- package/internal/dist/valbuild-react-internal.cjs.prod.js +2 -2
- package/internal/dist/valbuild-react-internal.esm.js +2 -2
- package/internal/dist/valbuild-react-internal.worker.esm.js +2 -2
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.browser.esm.js +2 -2
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.cjs.d.ts +2 -2
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.cjs.dev.js +2 -2
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.cjs.prod.js +2 -2
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.esm.js +2 -2
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.worker.esm.js +2 -2
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.browser.esm.js +2 -2
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.cjs.d.ts +2 -2
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.cjs.dev.js +2 -2
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.cjs.prod.js +2 -2
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.esm.js +2 -2
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.worker.esm.js +2 -2
- package/package.json +4 -4
- package/stega/dist/valbuild-react-stega.browser.esm.js +44 -38
- package/stega/dist/valbuild-react-stega.cjs.d.ts +2 -2
- package/stega/dist/valbuild-react-stega.cjs.dev.js +45 -37
- package/stega/dist/valbuild-react-stega.cjs.prod.js +45 -37
- package/stega/dist/valbuild-react-stega.esm.js +44 -38
- package/stega/dist/valbuild-react-stega.worker.esm.js +44 -38
- package/dist/toConsumableArray-0a75a603.worker.esm.js +0 -19
- package/dist/toConsumableArray-0ccd58b7.esm.js +0 -19
- package/dist/toConsumableArray-5a71fbb3.browser.esm.js +0 -19
- package/dist/toConsumableArray-b2d28ffa.cjs.dev.js +0 -21
- package/dist/toConsumableArray-b5e3b83f.cjs.prod.js +0 -21
- package/dist/unsupportedIterableToArray-42309462.cjs.prod.js +0 -19
- package/dist/unsupportedIterableToArray-50359a05.worker.esm.js +0 -16
- package/dist/unsupportedIterableToArray-7c30dadf.esm.js +0 -16
- package/dist/unsupportedIterableToArray-ac28611a.cjs.dev.js +0 -19
- package/dist/unsupportedIterableToArray-cce3cb41.browser.esm.js +0 -16
- package/dist/valbuild-react.cjs.d.ts.map +0 -1
- package/internal/dist/valbuild-react-internal.cjs.d.ts.map +0 -1
- package/jsx-dev-runtime/dist/valbuild-react-jsx-dev-runtime.cjs.d.ts.map +0 -1
- package/jsx-runtime/dist/valbuild-react-jsx-runtime.cjs.d.ts.map +0 -1
- package/stega/dist/valbuild-react-stega.cjs.d.ts.map +0 -1
@@ -3,3 +3,5 @@ export { stegaEncode, getModuleIds, stegaClean, type ValEncodedString, type Steg
|
|
3
3
|
export { stegaDecodeString } from "./stegaDecodeString.js";
|
4
4
|
export declare function IS_AUTO_TAG_JSX_ENABLED(): boolean;
|
5
5
|
export declare function SET_AUTO_TAG_JSX_ENABLED(enabled: boolean): void;
|
6
|
+
export declare function IS_RSC(): boolean;
|
7
|
+
export declare function SET_RSC(enabled: boolean): void;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
|
-
var unsupportedIterableToArray = require('./unsupportedIterableToArray-
|
3
|
+
var unsupportedIterableToArray = require('./unsupportedIterableToArray-1aadf9fb.cjs.prod.js');
|
4
4
|
|
5
5
|
function _typeof(o) {
|
6
6
|
"@babel/helpers - typeof";
|
@@ -12,8 +12,8 @@ function _typeof(o) {
|
|
12
12
|
}, _typeof(o);
|
13
13
|
}
|
14
14
|
|
15
|
-
function _arrayWithHoles(
|
16
|
-
if (Array.isArray(
|
15
|
+
function _arrayWithHoles(r) {
|
16
|
+
if (Array.isArray(r)) return r;
|
17
17
|
}
|
18
18
|
|
19
19
|
function _iterableToArrayLimit(r, l) {
|
@@ -48,8 +48,8 @@ function _nonIterableRest() {
|
|
48
48
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
49
49
|
}
|
50
50
|
|
51
|
-
function _slicedToArray(
|
52
|
-
return _arrayWithHoles(
|
51
|
+
function _slicedToArray(r, e) {
|
52
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || unsupportedIterableToArray._unsupportedIterableToArray(r, e) || _nonIterableRest();
|
53
53
|
}
|
54
54
|
|
55
55
|
exports._slicedToArray = _slicedToArray;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-
|
1
|
+
import { _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-f57eb659.esm.js';
|
2
2
|
|
3
3
|
function _typeof(o) {
|
4
4
|
"@babel/helpers - typeof";
|
@@ -10,8 +10,8 @@ function _typeof(o) {
|
|
10
10
|
}, _typeof(o);
|
11
11
|
}
|
12
12
|
|
13
|
-
function _arrayWithHoles(
|
14
|
-
if (Array.isArray(
|
13
|
+
function _arrayWithHoles(r) {
|
14
|
+
if (Array.isArray(r)) return r;
|
15
15
|
}
|
16
16
|
|
17
17
|
function _iterableToArrayLimit(r, l) {
|
@@ -46,8 +46,8 @@ function _nonIterableRest() {
|
|
46
46
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
47
47
|
}
|
48
48
|
|
49
|
-
function _slicedToArray(
|
50
|
-
return _arrayWithHoles(
|
49
|
+
function _slicedToArray(r, e) {
|
50
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
51
51
|
}
|
52
52
|
|
53
53
|
export { _slicedToArray as _, _typeof as a };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-
|
1
|
+
import { _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-0ac4ac41.browser.esm.js';
|
2
2
|
|
3
3
|
function _typeof(o) {
|
4
4
|
"@babel/helpers - typeof";
|
@@ -10,8 +10,8 @@ function _typeof(o) {
|
|
10
10
|
}, _typeof(o);
|
11
11
|
}
|
12
12
|
|
13
|
-
function _arrayWithHoles(
|
14
|
-
if (Array.isArray(
|
13
|
+
function _arrayWithHoles(r) {
|
14
|
+
if (Array.isArray(r)) return r;
|
15
15
|
}
|
16
16
|
|
17
17
|
function _iterableToArrayLimit(r, l) {
|
@@ -46,8 +46,8 @@ function _nonIterableRest() {
|
|
46
46
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
47
47
|
}
|
48
48
|
|
49
|
-
function _slicedToArray(
|
50
|
-
return _arrayWithHoles(
|
49
|
+
function _slicedToArray(r, e) {
|
50
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
51
51
|
}
|
52
52
|
|
53
53
|
export { _slicedToArray as _, _typeof as a };
|
@@ -1,6 +1,6 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
|
-
var unsupportedIterableToArray = require('./unsupportedIterableToArray-
|
3
|
+
var unsupportedIterableToArray = require('./unsupportedIterableToArray-20a9209f.cjs.dev.js');
|
4
4
|
|
5
5
|
function _typeof(o) {
|
6
6
|
"@babel/helpers - typeof";
|
@@ -12,8 +12,8 @@ function _typeof(o) {
|
|
12
12
|
}, _typeof(o);
|
13
13
|
}
|
14
14
|
|
15
|
-
function _arrayWithHoles(
|
16
|
-
if (Array.isArray(
|
15
|
+
function _arrayWithHoles(r) {
|
16
|
+
if (Array.isArray(r)) return r;
|
17
17
|
}
|
18
18
|
|
19
19
|
function _iterableToArrayLimit(r, l) {
|
@@ -48,8 +48,8 @@ function _nonIterableRest() {
|
|
48
48
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
49
49
|
}
|
50
50
|
|
51
|
-
function _slicedToArray(
|
52
|
-
return _arrayWithHoles(
|
51
|
+
function _slicedToArray(r, e) {
|
52
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || unsupportedIterableToArray._unsupportedIterableToArray(r, e) || _nonIterableRest();
|
53
53
|
}
|
54
54
|
|
55
55
|
exports._slicedToArray = _slicedToArray;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-
|
1
|
+
import { _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-10eaf95e.worker.esm.js';
|
2
2
|
|
3
3
|
function _typeof(o) {
|
4
4
|
"@babel/helpers - typeof";
|
@@ -10,8 +10,8 @@ function _typeof(o) {
|
|
10
10
|
}, _typeof(o);
|
11
11
|
}
|
12
12
|
|
13
|
-
function _arrayWithHoles(
|
14
|
-
if (Array.isArray(
|
13
|
+
function _arrayWithHoles(r) {
|
14
|
+
if (Array.isArray(r)) return r;
|
15
15
|
}
|
16
16
|
|
17
17
|
function _iterableToArrayLimit(r, l) {
|
@@ -46,8 +46,8 @@ function _nonIterableRest() {
|
|
46
46
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
47
47
|
}
|
48
48
|
|
49
|
-
function _slicedToArray(
|
50
|
-
return _arrayWithHoles(
|
49
|
+
function _slicedToArray(r, e) {
|
50
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
51
51
|
}
|
52
52
|
|
53
53
|
export { _slicedToArray as _, _typeof as a };
|
@@ -0,0 +1,21 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
var unsupportedIterableToArray = require('./unsupportedIterableToArray-20a9209f.cjs.dev.js');
|
4
|
+
|
5
|
+
function _arrayWithoutHoles(r) {
|
6
|
+
if (Array.isArray(r)) return unsupportedIterableToArray._arrayLikeToArray(r);
|
7
|
+
}
|
8
|
+
|
9
|
+
function _iterableToArray(r) {
|
10
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
11
|
+
}
|
12
|
+
|
13
|
+
function _nonIterableSpread() {
|
14
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
15
|
+
}
|
16
|
+
|
17
|
+
function _toConsumableArray(r) {
|
18
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || unsupportedIterableToArray._unsupportedIterableToArray(r) || _nonIterableSpread();
|
19
|
+
}
|
20
|
+
|
21
|
+
exports._toConsumableArray = _toConsumableArray;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { a as _arrayLikeToArray, _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-10eaf95e.worker.esm.js';
|
2
|
+
|
3
|
+
function _arrayWithoutHoles(r) {
|
4
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
5
|
+
}
|
6
|
+
|
7
|
+
function _iterableToArray(r) {
|
8
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
9
|
+
}
|
10
|
+
|
11
|
+
function _nonIterableSpread() {
|
12
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
13
|
+
}
|
14
|
+
|
15
|
+
function _toConsumableArray(r) {
|
16
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
17
|
+
}
|
18
|
+
|
19
|
+
export { _toConsumableArray as _ };
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { a as _arrayLikeToArray, _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-0ac4ac41.browser.esm.js';
|
2
|
+
|
3
|
+
function _arrayWithoutHoles(r) {
|
4
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
5
|
+
}
|
6
|
+
|
7
|
+
function _iterableToArray(r) {
|
8
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
9
|
+
}
|
10
|
+
|
11
|
+
function _nonIterableSpread() {
|
12
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
13
|
+
}
|
14
|
+
|
15
|
+
function _toConsumableArray(r) {
|
16
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
17
|
+
}
|
18
|
+
|
19
|
+
export { _toConsumableArray as _ };
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { a as _arrayLikeToArray, _ as _unsupportedIterableToArray } from './unsupportedIterableToArray-f57eb659.esm.js';
|
2
|
+
|
3
|
+
function _arrayWithoutHoles(r) {
|
4
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
5
|
+
}
|
6
|
+
|
7
|
+
function _iterableToArray(r) {
|
8
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
9
|
+
}
|
10
|
+
|
11
|
+
function _nonIterableSpread() {
|
12
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
13
|
+
}
|
14
|
+
|
15
|
+
function _toConsumableArray(r) {
|
16
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
17
|
+
}
|
18
|
+
|
19
|
+
export { _toConsumableArray as _ };
|
@@ -0,0 +1,21 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
var unsupportedIterableToArray = require('./unsupportedIterableToArray-1aadf9fb.cjs.prod.js');
|
4
|
+
|
5
|
+
function _arrayWithoutHoles(r) {
|
6
|
+
if (Array.isArray(r)) return unsupportedIterableToArray._arrayLikeToArray(r);
|
7
|
+
}
|
8
|
+
|
9
|
+
function _iterableToArray(r) {
|
10
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
11
|
+
}
|
12
|
+
|
13
|
+
function _nonIterableSpread() {
|
14
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
15
|
+
}
|
16
|
+
|
17
|
+
function _toConsumableArray(r) {
|
18
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || unsupportedIterableToArray._unsupportedIterableToArray(r) || _nonIterableSpread();
|
19
|
+
}
|
20
|
+
|
21
|
+
exports._toConsumableArray = _toConsumableArray;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
function _arrayLikeToArray(r, a) {
|
2
|
+
(null == a || a > r.length) && (a = r.length);
|
3
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
4
|
+
return n;
|
5
|
+
}
|
6
|
+
|
7
|
+
function _unsupportedIterableToArray(r, a) {
|
8
|
+
if (r) {
|
9
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
10
|
+
var t = {}.toString.call(r).slice(8, -1);
|
11
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
export { _unsupportedIterableToArray as _, _arrayLikeToArray as a };
|
@@ -0,0 +1,15 @@
|
|
1
|
+
function _arrayLikeToArray(r, a) {
|
2
|
+
(null == a || a > r.length) && (a = r.length);
|
3
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
4
|
+
return n;
|
5
|
+
}
|
6
|
+
|
7
|
+
function _unsupportedIterableToArray(r, a) {
|
8
|
+
if (r) {
|
9
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
10
|
+
var t = {}.toString.call(r).slice(8, -1);
|
11
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
export { _unsupportedIterableToArray as _, _arrayLikeToArray as a };
|
@@ -0,0 +1,18 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
function _arrayLikeToArray(r, a) {
|
4
|
+
(null == a || a > r.length) && (a = r.length);
|
5
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
6
|
+
return n;
|
7
|
+
}
|
8
|
+
|
9
|
+
function _unsupportedIterableToArray(r, a) {
|
10
|
+
if (r) {
|
11
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
12
|
+
var t = {}.toString.call(r).slice(8, -1);
|
13
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
exports._arrayLikeToArray = _arrayLikeToArray;
|
18
|
+
exports._unsupportedIterableToArray = _unsupportedIterableToArray;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
function _arrayLikeToArray(r, a) {
|
4
|
+
(null == a || a > r.length) && (a = r.length);
|
5
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
6
|
+
return n;
|
7
|
+
}
|
8
|
+
|
9
|
+
function _unsupportedIterableToArray(r, a) {
|
10
|
+
if (r) {
|
11
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
12
|
+
var t = {}.toString.call(r).slice(8, -1);
|
13
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
exports._arrayLikeToArray = _arrayLikeToArray;
|
18
|
+
exports._unsupportedIterableToArray = _unsupportedIterableToArray;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
function _arrayLikeToArray(r, a) {
|
2
|
+
(null == a || a > r.length) && (a = r.length);
|
3
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
4
|
+
return n;
|
5
|
+
}
|
6
|
+
|
7
|
+
function _unsupportedIterableToArray(r, a) {
|
8
|
+
if (r) {
|
9
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
10
|
+
var t = {}.toString.call(r).slice(8, -1);
|
11
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
export { _unsupportedIterableToArray as _, _arrayLikeToArray as a };
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from "./declarations/src/index";
|
2
|
-
export { default } from "./declarations/src/index";
|
3
|
-
//# sourceMappingURL=
|
1
|
+
export * from "./declarations/src/index.js";
|
2
|
+
export { default } from "./declarations/src/index.js";
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsYnVpbGQtcmVhY3QuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { _ as _toConsumableArray } from '../../dist/toConsumableArray-
|
1
|
+
import { _ as _toConsumableArray } from '../../dist/toConsumableArray-5ba6766a.browser.esm.js';
|
2
2
|
import React from 'react';
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
4
|
-
import '../../dist/unsupportedIterableToArray-
|
4
|
+
import '../../dist/unsupportedIterableToArray-0ac4ac41.browser.esm.js';
|
5
5
|
|
6
6
|
/**
|
7
7
|
* Render RichText using JSX
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from "../../dist/declarations/src/internal/index";
|
2
|
-
//# sourceMappingURL=
|
1
|
+
export * from "../../dist/declarations/src/internal/index.js";
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsYnVpbGQtcmVhY3QtaW50ZXJuYWwuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9kaXN0L2RlY2xhcmF0aW9ucy9zcmMvaW50ZXJuYWwvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var toConsumableArray = require('../../dist/toConsumableArray-
|
5
|
+
var toConsumableArray = require('../../dist/toConsumableArray-1969d309.cjs.dev.js');
|
6
6
|
var React = require('react');
|
7
7
|
var ReactJSXRuntime = require('react/jsx-runtime');
|
8
|
-
require('../../dist/unsupportedIterableToArray-
|
8
|
+
require('../../dist/unsupportedIterableToArray-20a9209f.cjs.dev.js');
|
9
9
|
|
10
10
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
11
11
|
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var toConsumableArray = require('../../dist/toConsumableArray-
|
5
|
+
var toConsumableArray = require('../../dist/toConsumableArray-b772a825.cjs.prod.js');
|
6
6
|
var React = require('react');
|
7
7
|
var ReactJSXRuntime = require('react/jsx-runtime');
|
8
|
-
require('../../dist/unsupportedIterableToArray-
|
8
|
+
require('../../dist/unsupportedIterableToArray-1aadf9fb.cjs.prod.js');
|
9
9
|
|
10
10
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
11
11
|
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { _ as _toConsumableArray } from '../../dist/toConsumableArray-
|
1
|
+
import { _ as _toConsumableArray } from '../../dist/toConsumableArray-9f3cfc47.esm.js';
|
2
2
|
import React from 'react';
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
4
|
-
import '../../dist/unsupportedIterableToArray-
|
4
|
+
import '../../dist/unsupportedIterableToArray-f57eb659.esm.js';
|
5
5
|
|
6
6
|
/**
|
7
7
|
* Render RichText using JSX
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { _ as _toConsumableArray } from '../../dist/toConsumableArray-
|
1
|
+
import { _ as _toConsumableArray } from '../../dist/toConsumableArray-299fbd28.worker.esm.js';
|
2
2
|
import React from 'react';
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
4
|
-
import '../../dist/unsupportedIterableToArray-
|
4
|
+
import '../../dist/unsupportedIterableToArray-10eaf95e.worker.esm.js';
|
5
5
|
|
6
6
|
/**
|
7
7
|
* Render RichText using JSX
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-
|
1
|
+
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-9ebce1ca.browser.esm.js';
|
2
2
|
import { Internal } from '@valbuild/core';
|
3
3
|
import * as jsxRuntimeDev from 'react/jsx-dev-runtime';
|
4
4
|
export * from 'react/jsx-dev-runtime';
|
5
|
-
import '../../dist/unsupportedIterableToArray-
|
5
|
+
import '../../dist/unsupportedIterableToArray-0ac4ac41.browser.esm.js';
|
6
6
|
|
7
7
|
var isIntrinsicElement = function isIntrinsicElement(type) {
|
8
8
|
// TODO: think this is not correct, but good enough for now?
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from "../../dist/declarations/src/jsx-dev-runtime";
|
2
|
-
//# sourceMappingURL=
|
1
|
+
export * from "../../dist/declarations/src/jsx-dev-runtime.js";
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsYnVpbGQtcmVhY3QtanN4LWRldi1ydW50aW1lLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGlzdC9kZWNsYXJhdGlvbnMvc3JjL2pzeC1kZXYtcnVudGltZS5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var slicedToArray = require('../../dist/slicedToArray-
|
5
|
+
var slicedToArray = require('../../dist/slicedToArray-b5020f32.cjs.dev.js');
|
6
6
|
var core = require('@valbuild/core');
|
7
7
|
var jsxRuntimeDev = require('react/jsx-dev-runtime');
|
8
|
-
require('../../dist/unsupportedIterableToArray-
|
8
|
+
require('../../dist/unsupportedIterableToArray-20a9209f.cjs.dev.js');
|
9
9
|
|
10
10
|
function _interopNamespace(e) {
|
11
11
|
if (e && e.__esModule) return e;
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var slicedToArray = require('../../dist/slicedToArray-
|
5
|
+
var slicedToArray = require('../../dist/slicedToArray-09243dae.cjs.prod.js');
|
6
6
|
var core = require('@valbuild/core');
|
7
7
|
var jsxRuntimeDev = require('react/jsx-dev-runtime');
|
8
|
-
require('../../dist/unsupportedIterableToArray-
|
8
|
+
require('../../dist/unsupportedIterableToArray-1aadf9fb.cjs.prod.js');
|
9
9
|
|
10
10
|
function _interopNamespace(e) {
|
11
11
|
if (e && e.__esModule) return e;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-
|
1
|
+
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-5391d3c0.esm.js';
|
2
2
|
import { Internal } from '@valbuild/core';
|
3
3
|
import * as jsxRuntimeDev from 'react/jsx-dev-runtime';
|
4
4
|
export * from 'react/jsx-dev-runtime';
|
5
|
-
import '../../dist/unsupportedIterableToArray-
|
5
|
+
import '../../dist/unsupportedIterableToArray-f57eb659.esm.js';
|
6
6
|
|
7
7
|
var isIntrinsicElement = function isIntrinsicElement(type) {
|
8
8
|
// TODO: think this is not correct, but good enough for now?
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-
|
1
|
+
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-bbda5dad.worker.esm.js';
|
2
2
|
import { Internal } from '@valbuild/core';
|
3
3
|
import * as jsxRuntimeDev from 'react/jsx-dev-runtime';
|
4
4
|
export * from 'react/jsx-dev-runtime';
|
5
|
-
import '../../dist/unsupportedIterableToArray-
|
5
|
+
import '../../dist/unsupportedIterableToArray-10eaf95e.worker.esm.js';
|
6
6
|
|
7
7
|
var isIntrinsicElement = function isIntrinsicElement(type) {
|
8
8
|
// TODO: think this is not correct, but good enough for now?
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-
|
1
|
+
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-9ebce1ca.browser.esm.js';
|
2
2
|
import { Internal } from '@valbuild/core';
|
3
3
|
import * as ReactJSXRuntime from 'react/jsx-runtime';
|
4
4
|
export * from 'react/jsx-runtime';
|
5
|
-
import '../../dist/unsupportedIterableToArray-
|
5
|
+
import '../../dist/unsupportedIterableToArray-0ac4ac41.browser.esm.js';
|
6
6
|
|
7
7
|
var isIntrinsicElement = function isIntrinsicElement(type) {
|
8
8
|
// TODO: think this is not correct, but good enough for now?
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from "../../dist/declarations/src/jsx-runtime";
|
2
|
-
//# sourceMappingURL=
|
1
|
+
export * from "../../dist/declarations/src/jsx-runtime.js";
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsYnVpbGQtcmVhY3QtanN4LXJ1bnRpbWUuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9kaXN0L2RlY2xhcmF0aW9ucy9zcmMvanN4LXJ1bnRpbWUuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var slicedToArray = require('../../dist/slicedToArray-
|
5
|
+
var slicedToArray = require('../../dist/slicedToArray-b5020f32.cjs.dev.js');
|
6
6
|
var core = require('@valbuild/core');
|
7
7
|
var ReactJSXRuntime = require('react/jsx-runtime');
|
8
|
-
require('../../dist/unsupportedIterableToArray-
|
8
|
+
require('../../dist/unsupportedIterableToArray-20a9209f.cjs.dev.js');
|
9
9
|
|
10
10
|
function _interopNamespace(e) {
|
11
11
|
if (e && e.__esModule) return e;
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var slicedToArray = require('../../dist/slicedToArray-
|
5
|
+
var slicedToArray = require('../../dist/slicedToArray-09243dae.cjs.prod.js');
|
6
6
|
var core = require('@valbuild/core');
|
7
7
|
var ReactJSXRuntime = require('react/jsx-runtime');
|
8
|
-
require('../../dist/unsupportedIterableToArray-
|
8
|
+
require('../../dist/unsupportedIterableToArray-1aadf9fb.cjs.prod.js');
|
9
9
|
|
10
10
|
function _interopNamespace(e) {
|
11
11
|
if (e && e.__esModule) return e;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-
|
1
|
+
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-5391d3c0.esm.js';
|
2
2
|
import { Internal } from '@valbuild/core';
|
3
3
|
import * as ReactJSXRuntime from 'react/jsx-runtime';
|
4
4
|
export * from 'react/jsx-runtime';
|
5
|
-
import '../../dist/unsupportedIterableToArray-
|
5
|
+
import '../../dist/unsupportedIterableToArray-f57eb659.esm.js';
|
6
6
|
|
7
7
|
var isIntrinsicElement = function isIntrinsicElement(type) {
|
8
8
|
// TODO: think this is not correct, but good enough for now?
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-
|
1
|
+
import { _ as _slicedToArray, a as _typeof } from '../../dist/slicedToArray-bbda5dad.worker.esm.js';
|
2
2
|
import { Internal } from '@valbuild/core';
|
3
3
|
import * as ReactJSXRuntime from 'react/jsx-runtime';
|
4
4
|
export * from 'react/jsx-runtime';
|
5
|
-
import '../../dist/unsupportedIterableToArray-
|
5
|
+
import '../../dist/unsupportedIterableToArray-10eaf95e.worker.esm.js';
|
6
6
|
|
7
7
|
var isIntrinsicElement = function isIntrinsicElement(type) {
|
8
8
|
// TODO: think this is not correct, but good enough for now?
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@valbuild/react",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.65.2",
|
4
4
|
"private": false,
|
5
5
|
"description": "Val - React internal helpers",
|
6
6
|
"sideEffects": false,
|
@@ -9,9 +9,9 @@
|
|
9
9
|
"test": "jest"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@valbuild/core": "~0.
|
13
|
-
"@valbuild/shared": "~0.
|
14
|
-
"@valbuild/ui": "~0.
|
12
|
+
"@valbuild/core": "~0.65.2",
|
13
|
+
"@valbuild/shared": "~0.65.2",
|
14
|
+
"@valbuild/ui": "~0.65.2",
|
15
15
|
"@vercel/stega": "^0.1.0",
|
16
16
|
"base64-arraybuffer": "^1.0.2"
|
17
17
|
},
|