@genesislcap/web-core 14.197.0-ng.2 → 14.197.1-alpha-bd261ef.0

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,4 +1,4 @@
1
1
  import { FASTElementLayout, FASTRouter } from '@microsoft/fast-router';
2
- export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, HasTemplate, HasTitle, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, } from '@microsoft/fast-router';
2
+ export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, } from '@microsoft/fast-router';
3
3
  export { FASTElementLayout as GenesisElementLayout, FASTRouter as GenesisRouter };
4
4
  //# sourceMappingURL=fast-router.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fast-router.d.ts","sourceRoot":"","sources":["../../../src/FAST/fast-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEvE,OAAO,EACL,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,WAAW,EACX,QAAQ,EACR,uBAAuB,EACvB,eAAe,EACf,KAAK,EACL,eAAe,EACf,MAAM,EACN,mBAAmB,EACnB,aAAa,GACd,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,iBAAiB,IAAI,oBAAoB,EAAE,UAAU,IAAI,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"fast-router.d.ts","sourceRoot":"","sources":["../../../src/FAST/fast-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEvE,OAAO,EACL,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,uBAAuB,EACvB,eAAe,EACf,KAAK,EACL,eAAe,EACf,MAAM,EACN,mBAAmB,EACnB,aAAa,GACd,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,iBAAiB,IAAI,oBAAoB,EAAE,UAAU,IAAI,aAAa,EAAE,CAAC"}
@@ -69,8 +69,6 @@ import { FoundationElementDefinition } from '@microsoft/fast-foundation';
69
69
  import { FoundationElementRegistry } from '@microsoft/fast-foundation';
70
70
  import { FoundationElementTemplate } from '@microsoft/fast-foundation';
71
71
  import { HasElement } from '@microsoft/fast-router';
72
- import { HasTemplate } from '@microsoft/fast-router';
73
- import { HasTitle } from '@microsoft/fast-router';
74
72
  import { HorizontalScrollOptions } from '@microsoft/fast-foundation';
75
73
  import { horizontalScrollTemplate } from '@microsoft/fast-foundation';
76
74
  import { html } from '@microsoft/fast-element';
@@ -346,10 +344,6 @@ export { FoundationElementTemplate }
346
344
 
347
345
  export { HasElement }
348
346
 
349
- export { HasTemplate }
350
-
351
- export { HasTitle }
352
-
353
347
  export { HorizontalScrollOptions }
354
348
 
355
349
  export { horizontalScrollTemplate }
@@ -75,8 +75,6 @@ import { FoundationElementDefinition } from '@microsoft/fast-foundation';
75
75
  import { FoundationElementRegistry } from '@microsoft/fast-foundation';
76
76
  import { FoundationElementTemplate } from '@microsoft/fast-foundation';
77
77
  import { HasElement } from '@microsoft/fast-router';
78
- import { HasTemplate } from '@microsoft/fast-router';
79
- import { HasTitle } from '@microsoft/fast-router';
80
78
  import { HorizontalScrollOptions } from '@microsoft/fast-foundation';
81
79
  import { horizontalScrollTemplate } from '@microsoft/fast-foundation';
82
80
  import { html } from '@microsoft/fast-element';
@@ -312,10 +310,6 @@ export { FoundationElementTemplate }
312
310
 
313
311
  export { HasElement }
314
312
 
315
- export { HasTemplate }
316
-
317
- export { HasTitle }
318
-
319
313
  export { HorizontalScrollOptions }
320
314
 
321
315
  export { horizontalScrollTemplate }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/web-core",
3
3
  "description": "Genesis Foundation Web Core",
4
- "version": "14.197.0-ng.2",
4
+ "version": "14.197.1-alpha-bd261ef.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "ba81e5c1634e48f7cfd3f89392a59d8ef0549b0f"
46
+ "gitHead": "66a3d9d870ec9736078fbf550a9b2bff13621fc1"
47
47
  }