@valbuild/react 0.45.0 → 0.46.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.
@@ -646,7 +646,7 @@ var ValContext = typeof window !== "undefined" ? /*#__PURE__*/React__default["de
646
646
  valApi: undefined
647
647
  }) : undefined;
648
648
  var ValUI = /*#__PURE__*/React.lazy(function () {
649
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('./ValUI-0f2e6b7d.cjs.prod.js')); });
649
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('./ValUI-b98a0c8f.cjs.prod.js')); });
650
650
  });
651
651
  function ValProvider(_ref) {
652
652
  var children = _ref.children,
@@ -620,7 +620,7 @@ var ValContext = /*#__PURE__*/React.createContext({
620
620
  valApi: undefined
621
621
  }) ;
622
622
  var ValUI = /*#__PURE__*/lazy(function () {
623
- return import('./ValUI-4d8bf402.browser.esm.js');
623
+ return import('./ValUI-07905fec.browser.esm.js');
624
624
  });
625
625
  function ValProvider(_ref) {
626
626
  var children = _ref.children,
@@ -646,7 +646,7 @@ var ValContext = typeof window !== "undefined" ? /*#__PURE__*/React__default["de
646
646
  valApi: undefined
647
647
  }) : undefined;
648
648
  var ValUI = /*#__PURE__*/React.lazy(function () {
649
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('./ValUI-ec9857f2.cjs.dev.js')); });
649
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('./ValUI-dd0484dc.cjs.dev.js')); });
650
650
  });
651
651
  function ValProvider(_ref) {
652
652
  var children = _ref.children,
@@ -620,7 +620,7 @@ var ValContext = typeof window !== "undefined" ? /*#__PURE__*/React.createContex
620
620
  valApi: undefined
621
621
  }) : undefined;
622
622
  var ValUI = /*#__PURE__*/lazy(function () {
623
- return import('./ValUI-d0e6ed41.esm.js');
623
+ return import('./ValUI-efe41d9a.esm.js');
624
624
  });
625
625
  function ValProvider(_ref) {
626
626
  var children = _ref.children,
@@ -615,7 +615,7 @@ var useValApi = function useValApi() {
615
615
  };
616
616
  var ValContext = undefined;
617
617
  var ValUI = /*#__PURE__*/lazy(function () {
618
- return import('./ValUI-3fac1b71.worker.esm.js');
618
+ return import('./ValUI-15ad1f1e.worker.esm.js');
619
619
  });
620
620
  function ValProvider(_ref) {
621
621
  var children = _ref.children,
@@ -50,12 +50,6 @@ function ValUI(props) {
50
50
  }
51
51
  return /*#__PURE__*/jsx(Fragment, {
52
52
  children: /*#__PURE__*/jsxs(ShadowRoot, {
53
- style: {
54
- position: "absolute",
55
- top: 0,
56
- left: 0,
57
- zIndex: 8999 // 1 less than the NextJS error z-index: 9000
58
- },
59
53
  children: [/*#__PURE__*/jsx("link", {
60
54
  rel: "preconnect",
61
55
  href: "https://fonts.googleapis.com"
@@ -50,12 +50,6 @@ function ValUI(props) {
50
50
  }
51
51
  return /*#__PURE__*/jsx(Fragment, {
52
52
  children: /*#__PURE__*/jsxs(ShadowRoot, {
53
- style: {
54
- position: "absolute",
55
- top: 0,
56
- left: 0,
57
- zIndex: 8999 // 1 less than the NextJS error z-index: 9000
58
- },
59
53
  children: [/*#__PURE__*/jsx("link", {
60
54
  rel: "preconnect",
61
55
  href: "https://fonts.googleapis.com"
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ if (process.env.NODE_ENV === "production") {
4
+ module.exports = require("./ValUI-b98a0c8f.cjs.prod.js");
5
+ } else {
6
+ module.exports = require("./ValUI-b98a0c8f.cjs.dev.js");
7
+ }
@@ -54,12 +54,6 @@ function ValUI(props) {
54
54
  }
55
55
  return /*#__PURE__*/ReactJSXRuntime.jsx(ReactJSXRuntime.Fragment, {
56
56
  children: /*#__PURE__*/ReactJSXRuntime.jsxs(ShadowRoot, {
57
- style: {
58
- position: "absolute",
59
- top: 0,
60
- left: 0,
61
- zIndex: 8999 // 1 less than the NextJS error z-index: 9000
62
- },
63
57
  children: [/*#__PURE__*/ReactJSXRuntime.jsx("link", {
64
58
  rel: "preconnect",
65
59
  href: "https://fonts.googleapis.com"
@@ -54,12 +54,6 @@ function ValUI(props) {
54
54
  }
55
55
  return /*#__PURE__*/ReactJSXRuntime.jsx(ReactJSXRuntime.Fragment, {
56
56
  children: /*#__PURE__*/ReactJSXRuntime.jsxs(ShadowRoot, {
57
- style: {
58
- position: "absolute",
59
- top: 0,
60
- left: 0,
61
- zIndex: 8999 // 1 less than the NextJS error z-index: 9000
62
- },
63
57
  children: [/*#__PURE__*/ReactJSXRuntime.jsx("link", {
64
58
  rel: "preconnect",
65
59
  href: "https://fonts.googleapis.com"
@@ -50,12 +50,6 @@ function ValUI(props) {
50
50
  }
51
51
  return /*#__PURE__*/jsx(Fragment, {
52
52
  children: /*#__PURE__*/jsxs(ShadowRoot, {
53
- style: {
54
- position: "absolute",
55
- top: 0,
56
- left: 0,
57
- zIndex: 8999 // 1 less than the NextJS error z-index: 9000
58
- },
59
53
  children: [/*#__PURE__*/jsx("link", {
60
54
  rel: "preconnect",
61
55
  href: "https://fonts.googleapis.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/react",
3
- "version": "0.45.0",
3
+ "version": "0.46.0",
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.45.0",
13
- "@valbuild/shared": "~0.45.0",
14
- "@valbuild/ui": "~0.45.0",
12
+ "@valbuild/core": "~0.46.0",
13
+ "@valbuild/shared": "~0.46.0",
14
+ "@valbuild/ui": "~0.46.0",
15
15
  "@vercel/stega": "^0.1.0",
16
16
  "base64-arraybuffer": "^1.0.2",
17
17
  "style-to-object": "^0.4.1"
@@ -1,7 +0,0 @@
1
- 'use strict';
2
-
3
- if (process.env.NODE_ENV === "production") {
4
- module.exports = require("./ValUI-0f2e6b7d.cjs.prod.js");
5
- } else {
6
- module.exports = require("./ValUI-0f2e6b7d.cjs.dev.js");
7
- }