thunderous 0.6.0 → 0.6.1
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.
- package/dist/index.cjs +0 -3
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
@@ -1234,7 +1234,6 @@ var customElement = (render, options) => {
|
|
1234
1234
|
} = { ...DEFAULT_RENDER_OPTIONS, ...options };
|
1235
1235
|
const shadowRootOptions = { ...DEFAULT_RENDER_OPTIONS.shadowRootOptions, ..._shadowRootOptions };
|
1236
1236
|
shadowRootOptions.registry = shadowRootOptions.customElements = shadowRootOptions.registry instanceof CustomElementRegistry ? shadowRootOptions.registry : shadowRootOptions.registry?.eject();
|
1237
|
-
console.log(shadowRootOptions);
|
1238
1237
|
const observedAttributesSet = new Set(_observedAttributes);
|
1239
1238
|
const attributesAsPropertiesMap = /* @__PURE__ */ new Map();
|
1240
1239
|
for (const [attrName, coerce] of attributesAsProperties) {
|
@@ -1374,7 +1373,6 @@ You must set an initial value before calling a property signal's getter.
|
|
1374
1373
|
});
|
1375
1374
|
fragment.host = this;
|
1376
1375
|
setInnerHTML(root, fragment);
|
1377
|
-
root.innerHTML = root.innerHTML;
|
1378
1376
|
}
|
1379
1377
|
static get formAssociated() {
|
1380
1378
|
return formAssociated;
|
@@ -1482,7 +1480,6 @@ You must set an initial value before calling a property signal's getter.
|
|
1482
1480
|
const elementResult = {
|
1483
1481
|
define(tagName) {
|
1484
1482
|
const registry = _registry?.scoped ? _registry.eject() : customElements;
|
1485
|
-
console.log(tagName, registry);
|
1486
1483
|
if (registry.get(tagName) !== void 0) {
|
1487
1484
|
console.warn(`Custom element "${tagName}" was already defined. Skipping...`);
|
1488
1485
|
return this;
|
package/dist/index.js
CHANGED
@@ -1202,7 +1202,6 @@ var customElement = (render, options) => {
|
|
1202
1202
|
} = { ...DEFAULT_RENDER_OPTIONS, ...options };
|
1203
1203
|
const shadowRootOptions = { ...DEFAULT_RENDER_OPTIONS.shadowRootOptions, ..._shadowRootOptions };
|
1204
1204
|
shadowRootOptions.registry = shadowRootOptions.customElements = shadowRootOptions.registry instanceof CustomElementRegistry ? shadowRootOptions.registry : shadowRootOptions.registry?.eject();
|
1205
|
-
console.log(shadowRootOptions);
|
1206
1205
|
const observedAttributesSet = new Set(_observedAttributes);
|
1207
1206
|
const attributesAsPropertiesMap = /* @__PURE__ */ new Map();
|
1208
1207
|
for (const [attrName, coerce] of attributesAsProperties) {
|
@@ -1342,7 +1341,6 @@ You must set an initial value before calling a property signal's getter.
|
|
1342
1341
|
});
|
1343
1342
|
fragment.host = this;
|
1344
1343
|
setInnerHTML(root, fragment);
|
1345
|
-
root.innerHTML = root.innerHTML;
|
1346
1344
|
}
|
1347
1345
|
static get formAssociated() {
|
1348
1346
|
return formAssociated;
|
@@ -1450,7 +1448,6 @@ You must set an initial value before calling a property signal's getter.
|
|
1450
1448
|
const elementResult = {
|
1451
1449
|
define(tagName) {
|
1452
1450
|
const registry = _registry?.scoped ? _registry.eject() : customElements;
|
1453
|
-
console.log(tagName, registry);
|
1454
1451
|
if (registry.get(tagName) !== void 0) {
|
1455
1452
|
console.warn(`Custom element "${tagName}" was already defined. Skipping...`);
|
1456
1453
|
return this;
|