@genesislcap/foundation-utils 14.78.1-alpha-b86a5e4.0 → 14.78.2

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.
@@ -341,29 +341,6 @@
341
341
  }
342
342
  ]
343
343
  },
344
- {
345
- "kind": "javascript-module",
346
- "path": "src/directives/index.ts",
347
- "declarations": [],
348
- "exports": [
349
- {
350
- "kind": "js",
351
- "name": "*",
352
- "declaration": {
353
- "name": "*",
354
- "package": "./sync"
355
- }
356
- },
357
- {
358
- "kind": "js",
359
- "name": "*",
360
- "declaration": {
361
- "name": "*",
362
- "package": "./when-else"
363
- }
364
- }
365
- ]
366
- },
367
344
  {
368
345
  "kind": "javascript-module",
369
346
  "path": "src/decorators/index.ts",
@@ -466,6 +443,29 @@
466
443
  }
467
444
  ]
468
445
  },
446
+ {
447
+ "kind": "javascript-module",
448
+ "path": "src/directives/index.ts",
449
+ "declarations": [],
450
+ "exports": [
451
+ {
452
+ "kind": "js",
453
+ "name": "*",
454
+ "declaration": {
455
+ "name": "*",
456
+ "package": "./sync"
457
+ }
458
+ },
459
+ {
460
+ "kind": "js",
461
+ "name": "*",
462
+ "declaration": {
463
+ "name": "*",
464
+ "package": "./when-else"
465
+ }
466
+ }
467
+ ]
468
+ },
469
469
  {
470
470
  "kind": "javascript-module",
471
471
  "path": "src/env/index.ts",
@@ -170,7 +170,7 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
170
170
  return { _key: 'dom' };
171
171
  }
172
172
  const shadowHost = e.getRootNode().host;
173
- if (shadowHost.constructor.name === 'FoundationLayout') {
173
+ if (shadowHost.class === 'FoundationLayoutMain') {
174
174
  const layoutHost = shadowHost;
175
175
  layoutHost._key = 'foundation-layout';
176
176
  return layoutHost;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.78.1-alpha-b86a5e4.0",
4
+ "version": "14.78.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "5ddc1035be29486a88c0c4e019ca5ace6b5d6224"
44
+ "gitHead": "4236befb5fba6e6f3c2b06be9cae588d46b7204d"
45
45
  }