@builder.io/sdk-qwik 0.14.12 → 0.14.13

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.
@@ -4399,7 +4399,7 @@ function isFromTrustedHost(trustedHosts, e) {
4399
4399
  const url = new URL(e.origin), hostname = url.hostname;
4400
4400
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
4401
4401
  }
4402
- const SDK_VERSION = "0.14.12";
4402
+ const SDK_VERSION = "0.14.13";
4403
4403
  const registry = {};
4404
4404
  function register(type, info) {
4405
4405
  let typeList = registry[type];
@@ -5780,6 +5780,7 @@ const fetchBuilderProps = async (_args) => {
5780
5780
  };
5781
5781
  };
5782
5782
  exports.Blocks = Blocks;
5783
+ exports.BuilderContext = builderContext;
5783
5784
  exports.Button = Button;
5784
5785
  exports.Columns = Columns;
5785
5786
  exports.Content = ContentVariants;
@@ -4397,7 +4397,7 @@ function isFromTrustedHost(trustedHosts, e) {
4397
4397
  const url = new URL(e.origin), hostname = url.hostname;
4398
4398
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
4399
4399
  }
4400
- const SDK_VERSION = "0.14.12";
4400
+ const SDK_VERSION = "0.14.13";
4401
4401
  const registry = {};
4402
4402
  function register(type, info) {
4403
4403
  let typeList = registry[type];
@@ -5779,6 +5779,7 @@ const fetchBuilderProps = async (_args) => {
5779
5779
  };
5780
5780
  export {
5781
5781
  Blocks,
5782
+ builderContext as BuilderContext,
5782
5783
  Button,
5783
5784
  Columns,
5784
5785
  ContentVariants as Content,
@@ -7630,7 +7630,7 @@ function isFromTrustedHost(trustedHosts, e) {
7630
7630
  const url = new URL(e.origin), hostname = url.hostname;
7631
7631
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
7632
7632
  }
7633
- const SDK_VERSION = "0.14.12";
7633
+ const SDK_VERSION = "0.14.13";
7634
7634
  const registry = {};
7635
7635
  function register(type, info) {
7636
7636
  let typeList = registry[type];
@@ -9011,6 +9011,7 @@ const fetchBuilderProps = async (_args) => {
9011
9011
  };
9012
9012
  };
9013
9013
  exports.Blocks = Blocks;
9014
+ exports.BuilderContext = builderContext;
9014
9015
  exports.Button = Button;
9015
9016
  exports.Columns = Columns;
9016
9017
  exports.Content = ContentVariants;
@@ -7628,7 +7628,7 @@ function isFromTrustedHost(trustedHosts, e) {
7628
7628
  const url = new URL(e.origin), hostname = url.hostname;
7629
7629
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
7630
7630
  }
7631
- const SDK_VERSION = "0.14.12";
7631
+ const SDK_VERSION = "0.14.13";
7632
7632
  const registry = {};
7633
7633
  function register(type, info) {
7634
7634
  let typeList = registry[type];
@@ -9010,6 +9010,7 @@ const fetchBuilderProps = async (_args) => {
9010
9010
  };
9011
9011
  export {
9012
9012
  Blocks,
9013
+ builderContext as BuilderContext,
9013
9014
  Button,
9014
9015
  Columns,
9015
9016
  ContentVariants as Content,
@@ -4501,7 +4501,7 @@ function isFromTrustedHost(trustedHosts, e) {
4501
4501
  const url = new URL(e.origin), hostname = url.hostname;
4502
4502
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
4503
4503
  }
4504
- const SDK_VERSION = "0.14.12";
4504
+ const SDK_VERSION = "0.14.13";
4505
4505
  const registry = {};
4506
4506
  function register(type, info) {
4507
4507
  let typeList = registry[type];
@@ -5882,6 +5882,7 @@ const fetchBuilderProps = async (_args) => {
5882
5882
  };
5883
5883
  };
5884
5884
  exports.Blocks = Blocks;
5885
+ exports.BuilderContext = builderContext;
5885
5886
  exports.Button = Button;
5886
5887
  exports.Columns = Columns;
5887
5888
  exports.Content = ContentVariants;
@@ -4499,7 +4499,7 @@ function isFromTrustedHost(trustedHosts, e) {
4499
4499
  const url = new URL(e.origin), hostname = url.hostname;
4500
4500
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
4501
4501
  }
4502
- const SDK_VERSION = "0.14.12";
4502
+ const SDK_VERSION = "0.14.13";
4503
4503
  const registry = {};
4504
4504
  function register(type, info) {
4505
4505
  let typeList = registry[type];
@@ -5881,6 +5881,7 @@ const fetchBuilderProps = async (_args) => {
5881
5881
  };
5882
5882
  export {
5883
5883
  Blocks,
5884
+ builderContext as BuilderContext,
5884
5885
  Button,
5885
5886
  Columns,
5886
5887
  ContentVariants as Content,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.14.12",
3
+ "version": "0.14.13",
4
4
  "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.12";
1
+ export declare const SDK_VERSION = "0.14.13";
@@ -0,0 +1 @@
1
+ export { default as BuilderContext } from './builder.context.js';
@@ -8,3 +8,7 @@ export { default as Text } from '../blocks/text/index.js';
8
8
  export { default as Video } from '../blocks/video/index.js';
9
9
  export { default as Blocks } from '../components/blocks/index.js';
10
10
  export { default as Content } from '../components/content-variants/index.js';
11
+ /**
12
+ * Builder Context
13
+ */
14
+ export { BuilderContext } from '../context/index.js';