proto-ikons-wc 0.1.24 → 0.1.25

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-CbqLW2ga.js');
3
+ var index = require('./index-DhNHFZP-.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, propChangeCallback: false, updatable: true};
5
5
 
6
6
  /*
7
- Stencil Client Platform v4.38.0 | MIT Licensed | https://stenciljs.com
7
+ Stencil Client Platform v4.38.2 | MIT Licensed | https://stenciljs.com
8
8
  */
9
9
  var __defProp = Object.defineProperty;
10
10
  var __export = (target, all) => {
@@ -1059,8 +1059,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1059
1059
  }
1060
1060
  return;
1061
1061
  }
1062
+ const propFlags = members.find(([m]) => m === propName);
1063
+ if (propFlags && propFlags[1][0] & 4 /* Boolean */) {
1064
+ newValue = newValue === null || newValue === "false" ? false : true;
1065
+ }
1062
1066
  const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
1063
- newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
1064
1067
  if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
1065
1068
  this[propName] = newValue;
1066
1069
  }
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CbqLW2ga.js');
3
+ var index = require('./index-DhNHFZP-.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-CbqLW2ga.js');
3
+ var index = require('./index-DhNHFZP-.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.38.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.38.2 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
 
11
11
  var patchBrowser = () => {
@@ -122,8 +122,8 @@
122
122
  ],
123
123
  "compiler": {
124
124
  "name": "@stencil/core",
125
- "version": "4.38.0",
126
- "typescriptVersion": "5.5.4"
125
+ "version": "4.38.2",
126
+ "typescriptVersion": "5.9.3"
127
127
  },
128
128
  "collections": [],
129
129
  "bundles": []
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-C_NKW2Mo.js';
1
+ import { r as registerInstance, h } from './index-Dv9z6hXe.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, propChangeCallback: false, updatable: true};
3
3
 
4
4
  /*
5
- Stencil Client Platform v4.38.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Platform v4.38.2 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  var __defProp = Object.defineProperty;
8
8
  var __export = (target, all) => {
@@ -1057,8 +1057,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1057
1057
  }
1058
1058
  return;
1059
1059
  }
1060
+ const propFlags = members.find(([m]) => m === propName);
1061
+ if (propFlags && propFlags[1][0] & 4 /* Boolean */) {
1062
+ newValue = newValue === null || newValue === "false" ? false : true;
1063
+ }
1060
1064
  const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
1061
- newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
1062
1065
  if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
1063
1066
  this[propName] = newValue;
1064
1067
  }
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-C_NKW2Mo.js';
2
- export { s as setNonce } from './index-C_NKW2Mo.js';
1
+ import { b as bootstrapLazy } from './index-Dv9z6hXe.js';
2
+ export { s as setNonce } from './index-Dv9z6hXe.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-C_NKW2Mo.js';
2
- export { s as setNonce } from './index-C_NKW2Mo.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-Dv9z6hXe.js';
2
+ export { s as setNonce } from './index-Dv9z6hXe.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.38.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.38.2 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
 
9
9
  var patchBrowser = () => {