@builder.io/sdk-qwik 0.14.28 → 0.14.29

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.
@@ -2771,7 +2771,8 @@ const componentInfo$d = {
2771
2771
  "jpeg",
2772
2772
  "jpg",
2773
2773
  "png",
2774
- "svg"
2774
+ "svg",
2775
+ "webp"
2775
2776
  ],
2776
2777
  required: true,
2777
2778
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
@@ -3451,7 +3452,7 @@ const componentInfo$6 = {
3451
3452
  const url = options.get("url");
3452
3453
  if (url) {
3453
3454
  options.set("content", "Loading...");
3454
- const apiKey = "ae0e60e78201a3f2b0de4b";
3455
+ const apiKey = _iframelyApiKey;
3455
3456
  return fetch(`https://iframe.ly/api/iframely?url=${url}&api_key=${apiKey}`).then((res) => res.json()).then((data) => {
3456
3457
  if (options.get("url") === url) {
3457
3458
  if (data.html)
@@ -5101,7 +5102,7 @@ function isFromTrustedHost(trustedHosts, e) {
5101
5102
  const url = new URL(e.origin), hostname = url.hostname;
5102
5103
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
5103
5104
  }
5104
- const SDK_VERSION = "0.14.28";
5105
+ const SDK_VERSION = "0.14.29";
5105
5106
  const registry = {};
5106
5107
  function register(type, info) {
5107
5108
  let typeList = registry[type];
@@ -2769,7 +2769,8 @@ const componentInfo$d = {
2769
2769
  "jpeg",
2770
2770
  "jpg",
2771
2771
  "png",
2772
- "svg"
2772
+ "svg",
2773
+ "webp"
2773
2774
  ],
2774
2775
  required: true,
2775
2776
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
@@ -3449,7 +3450,7 @@ const componentInfo$6 = {
3449
3450
  const url = options.get("url");
3450
3451
  if (url) {
3451
3452
  options.set("content", "Loading...");
3452
- const apiKey = "ae0e60e78201a3f2b0de4b";
3453
+ const apiKey = _iframelyApiKey;
3453
3454
  return fetch(`https://iframe.ly/api/iframely?url=${url}&api_key=${apiKey}`).then((res) => res.json()).then((data) => {
3454
3455
  if (options.get("url") === url) {
3455
3456
  if (data.html)
@@ -5099,7 +5100,7 @@ function isFromTrustedHost(trustedHosts, e) {
5099
5100
  const url = new URL(e.origin), hostname = url.hostname;
5100
5101
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
5101
5102
  }
5102
- const SDK_VERSION = "0.14.28";
5103
+ const SDK_VERSION = "0.14.29";
5103
5104
  const registry = {};
5104
5105
  function register(type, info) {
5105
5106
  let typeList = registry[type];
@@ -5995,7 +5995,8 @@ const componentInfo$d = {
5995
5995
  "jpeg",
5996
5996
  "jpg",
5997
5997
  "png",
5998
- "svg"
5998
+ "svg",
5999
+ "webp"
5999
6000
  ],
6000
6001
  required: true,
6001
6002
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
@@ -6675,7 +6676,7 @@ const componentInfo$6 = {
6675
6676
  const url = options.get("url");
6676
6677
  if (url) {
6677
6678
  options.set("content", "Loading...");
6678
- const apiKey = "ae0e60e78201a3f2b0de4b";
6679
+ const apiKey = _iframelyApiKey;
6679
6680
  return fetch(`https://iframe.ly/api/iframely?url=${url}&api_key=${apiKey}`).then((res) => res.json()).then((data) => {
6680
6681
  if (options.get("url") === url) {
6681
6682
  if (data.html)
@@ -8325,7 +8326,7 @@ function isFromTrustedHost(trustedHosts, e) {
8325
8326
  const url = new URL(e.origin), hostname = url.hostname;
8326
8327
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
8327
8328
  }
8328
- const SDK_VERSION = "0.14.28";
8329
+ const SDK_VERSION = "0.14.29";
8329
8330
  const registry = {};
8330
8331
  function register(type, info) {
8331
8332
  let typeList = registry[type];
@@ -5993,7 +5993,8 @@ const componentInfo$d = {
5993
5993
  "jpeg",
5994
5994
  "jpg",
5995
5995
  "png",
5996
- "svg"
5996
+ "svg",
5997
+ "webp"
5997
5998
  ],
5998
5999
  required: true,
5999
6000
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
@@ -6673,7 +6674,7 @@ const componentInfo$6 = {
6673
6674
  const url = options.get("url");
6674
6675
  if (url) {
6675
6676
  options.set("content", "Loading...");
6676
- const apiKey = "ae0e60e78201a3f2b0de4b";
6677
+ const apiKey = _iframelyApiKey;
6677
6678
  return fetch(`https://iframe.ly/api/iframely?url=${url}&api_key=${apiKey}`).then((res) => res.json()).then((data) => {
6678
6679
  if (options.get("url") === url) {
6679
6680
  if (data.html)
@@ -8323,7 +8324,7 @@ function isFromTrustedHost(trustedHosts, e) {
8323
8324
  const url = new URL(e.origin), hostname = url.hostname;
8324
8325
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
8325
8326
  }
8326
- const SDK_VERSION = "0.14.28";
8327
+ const SDK_VERSION = "0.14.29";
8327
8328
  const registry = {};
8328
8329
  function register(type, info) {
8329
8330
  let typeList = registry[type];
@@ -2903,7 +2903,8 @@ const componentInfo$d = {
2903
2903
  "jpeg",
2904
2904
  "jpg",
2905
2905
  "png",
2906
- "svg"
2906
+ "svg",
2907
+ "webp"
2907
2908
  ],
2908
2909
  required: true,
2909
2910
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
@@ -3583,7 +3584,7 @@ const componentInfo$6 = {
3583
3584
  const url = options.get("url");
3584
3585
  if (url) {
3585
3586
  options.set("content", "Loading...");
3586
- const apiKey = "ae0e60e78201a3f2b0de4b";
3587
+ const apiKey = _iframelyApiKey;
3587
3588
  return fetch(`https://iframe.ly/api/iframely?url=${url}&api_key=${apiKey}`).then((res) => res.json()).then((data) => {
3588
3589
  if (options.get("url") === url) {
3589
3590
  if (data.html)
@@ -5233,7 +5234,7 @@ function isFromTrustedHost(trustedHosts, e) {
5233
5234
  const url = new URL(e.origin), hostname = url.hostname;
5234
5235
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
5235
5236
  }
5236
- const SDK_VERSION = "0.14.28";
5237
+ const SDK_VERSION = "0.14.29";
5237
5238
  const registry = {};
5238
5239
  function register(type, info) {
5239
5240
  let typeList = registry[type];
@@ -2901,7 +2901,8 @@ const componentInfo$d = {
2901
2901
  "jpeg",
2902
2902
  "jpg",
2903
2903
  "png",
2904
- "svg"
2904
+ "svg",
2905
+ "webp"
2905
2906
  ],
2906
2907
  required: true,
2907
2908
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
@@ -3581,7 +3582,7 @@ const componentInfo$6 = {
3581
3582
  const url = options.get("url");
3582
3583
  if (url) {
3583
3584
  options.set("content", "Loading...");
3584
- const apiKey = "ae0e60e78201a3f2b0de4b";
3585
+ const apiKey = _iframelyApiKey;
3585
3586
  return fetch(`https://iframe.ly/api/iframely?url=${url}&api_key=${apiKey}`).then((res) => res.json()).then((data) => {
3586
3587
  if (options.get("url") === url) {
3587
3588
  if (data.html)
@@ -5231,7 +5232,7 @@ function isFromTrustedHost(trustedHosts, e) {
5231
5232
  const url = new URL(e.origin), hostname = url.hostname;
5232
5233
  return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
5233
5234
  }
5234
- const SDK_VERSION = "0.14.28";
5235
+ const SDK_VERSION = "0.14.29";
5235
5236
  const registry = {};
5236
5237
  function register(type, info) {
5237
5238
  let typeList = registry[type];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.14.28",
3
+ "version": "0.14.29",
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.28";
1
+ export declare const SDK_VERSION = "0.14.29";
@@ -0,0 +1 @@
1
+ export declare function extractCssVarDefaultValue(value: string): string;