proto-ikons-wc 0.1.21 → 0.1.23

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-5gTJ4tCY.js');
3
+ var index = require('./index-rLd0miPk.js');
4
4
 
5
5
  const acuraIkonCss = "";
6
6
 
@@ -4,7 +4,7 @@ const NAMESPACE = 'proto-ikons-wc';
4
4
  const BUILD = /* proto-ikons-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true, watchCallback: false };
5
5
 
6
6
  /*
7
- Stencil Client Platform v4.37.0 | MIT Licensed | https://stenciljs.com
7
+ Stencil Client Platform v4.37.1 | MIT Licensed | https://stenciljs.com
8
8
  */
9
9
  var __defProp = Object.defineProperty;
10
10
  var __export = (target, all) => {
@@ -393,12 +393,6 @@ createSupportsRuleRe("::slotted");
393
393
  createSupportsRuleRe(":host");
394
394
  createSupportsRuleRe(":host-context");
395
395
  var parsePropertyValue = (propValue, propType, isFormAssociated) => {
396
- if (typeof propValue === "string" && (propType & 16 /* Unknown */ || propType & 8 /* Any */) && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
397
- try {
398
- return JSON.parse(propValue);
399
- } catch (e) {
400
- }
401
- }
402
396
  if (propValue != null && !isComplexType(propValue)) {
403
397
  if (propType & 4 /* Boolean */) {
404
398
  {
@@ -1116,12 +1110,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1116
1110
  } else {
1117
1111
  Cstr = elm.constructor;
1118
1112
  const cmpTag = elm.localName;
1119
- const setWatchIsReady = () => hostRef.$flags$ |= 128 /* isWatchReady */;
1120
- if (!!customElements.get(cmpTag)) {
1121
- setWatchIsReady();
1122
- } else {
1123
- customElements.whenDefined(cmpTag).then(setWatchIsReady);
1124
- }
1113
+ customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
1125
1114
  }
1126
1115
  if (Cstr && Cstr.style) {
1127
1116
  let style;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-5gTJ4tCY.js');
3
+ var index = require('./index-rLd0miPk.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  const defineCustomElements = async (win, options) => {
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-5gTJ4tCY.js');
3
+ var index = require('./index-rLd0miPk.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
7
7
  /*
8
- Stencil Client Patch Browser v4.37.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.37.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
 
11
11
  var patchBrowser = () => {
@@ -122,7 +122,7 @@
122
122
  ],
123
123
  "compiler": {
124
124
  "name": "@stencil/core",
125
- "version": "4.37.0",
125
+ "version": "4.37.1",
126
126
  "typescriptVersion": "5.5.4"
127
127
  },
128
128
  "collections": [],
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-CWzlkjrV.js';
1
+ import { r as registerInstance, h } from './index-RFh5kW63.js';
2
2
 
3
3
  const acuraIkonCss = "";
4
4
 
@@ -2,7 +2,7 @@ const NAMESPACE = 'proto-ikons-wc';
2
2
  const BUILD = /* proto-ikons-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true, watchCallback: false };
3
3
 
4
4
  /*
5
- Stencil Client Platform v4.37.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Platform v4.37.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  var __defProp = Object.defineProperty;
8
8
  var __export = (target, all) => {
@@ -391,12 +391,6 @@ createSupportsRuleRe("::slotted");
391
391
  createSupportsRuleRe(":host");
392
392
  createSupportsRuleRe(":host-context");
393
393
  var parsePropertyValue = (propValue, propType, isFormAssociated) => {
394
- if (typeof propValue === "string" && (propType & 16 /* Unknown */ || propType & 8 /* Any */) && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
395
- try {
396
- return JSON.parse(propValue);
397
- } catch (e) {
398
- }
399
- }
400
394
  if (propValue != null && !isComplexType(propValue)) {
401
395
  if (propType & 4 /* Boolean */) {
402
396
  {
@@ -1114,12 +1108,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1114
1108
  } else {
1115
1109
  Cstr = elm.constructor;
1116
1110
  const cmpTag = elm.localName;
1117
- const setWatchIsReady = () => hostRef.$flags$ |= 128 /* isWatchReady */;
1118
- if (!!customElements.get(cmpTag)) {
1119
- setWatchIsReady();
1120
- } else {
1121
- customElements.whenDefined(cmpTag).then(setWatchIsReady);
1122
- }
1111
+ customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
1123
1112
  }
1124
1113
  if (Cstr && Cstr.style) {
1125
1114
  let style;
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-CWzlkjrV.js';
2
- export { s as setNonce } from './index-CWzlkjrV.js';
1
+ import { b as bootstrapLazy } from './index-RFh5kW63.js';
2
+ export { s as setNonce } from './index-RFh5kW63.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-CWzlkjrV.js';
2
- export { s as setNonce } from './index-CWzlkjrV.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-RFh5kW63.js';
2
+ export { s as setNonce } from './index-RFh5kW63.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.37.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.37.1 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
 
9
9
  var patchBrowser = () => {