@genesislcap/foundation-auth 14.224.0 → 14.224.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.
@@ -1 +1 @@
1
- {"version":3,"file":"zero-components.d.ts","sourceRoot":"","sources":["../../../src/components/zero-components.ts"],"names":[],"mappings":"AAqCA;;;GAGG;AACH,eAAO,MAAM,4BAA4B,qBAkCxC,CAAC"}
1
+ {"version":3,"file":"zero-components.d.ts","sourceRoot":"","sources":["../../../src/components/zero-components.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,4BAA4B,qBAqCxC,CAAC"}
@@ -1,41 +1,12 @@
1
1
  import { __awaiter } from "tslib";
2
- import { assureDesignSystem, ResourceType, } from '@genesislcap/foundation-utils';
3
- import { logger } from '../utils';
4
- /**
5
- * zeroDesignSystemImport.
6
- * @remarks
7
- * Attempts to use a module federation version of zero before falling back to the version that was bundled with the app.
8
- * @internal
9
- */
10
- function zeroDesignSystemImport() {
11
- return __awaiter(this, void 0, void 0, function* () {
12
- let module;
13
- let type = ResourceType.remote;
14
- try {
15
- module = yield import(
16
- /* webpackChunkName: "foundation-zero" */
17
- 'foundationZero/ZeroDesignSystem');
18
- return assureDesignSystem(module);
19
- }
20
- catch (e) {
21
- logger.info(`Please note remoteEntry.js load errors are expected if module federated dependencies are offline. Falling back to locally bundled versions.`);
22
- type = ResourceType.local;
23
- module = yield import(
24
- /* webpackChunkName: "foundation-zero" */
25
- '@genesislcap/foundation-zero');
26
- return assureDesignSystem(module);
27
- }
28
- finally {
29
- logger.debug(`Using '${type}' version of foundation-zero`);
30
- }
31
- });
32
- }
33
2
  /**
34
3
  * registerCommonZeroComponents.
35
4
  * @public
36
5
  */
37
6
  export const registerCommonZeroComponents = () => __awaiter(void 0, void 0, void 0, function* () {
38
- const { provideDesignSystem, zeroAnchor, zeroButton, zeroCard, zeroCheckbox, zeroDesignSystemProvider, zeroListboxOption, zeroProgressRing, zeroSelect, zeroTextField, } = yield zeroDesignSystemImport();
7
+ const { provideDesignSystem, zeroAnchor, zeroButton, zeroCard, zeroCheckbox, zeroDesignSystemProvider, zeroListboxOption, zeroProgressRing, zeroSelect, zeroTextField, } = yield yield import(
8
+ /* webpackChunkName: "foundation-zero" */
9
+ '@genesislcap/foundation-zero');
39
10
  /**
40
11
  * Register the components the app is using with the system.
41
12
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-auth",
3
3
  "description": "Genesis Foundation Auth",
4
- "version": "14.224.0",
4
+ "version": "14.224.2",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-auth.d.ts",
@@ -127,26 +127,26 @@
127
127
  }
128
128
  },
129
129
  "devDependencies": {
130
- "@genesislcap/foundation-testing": "14.224.0",
131
- "@genesislcap/genx": "14.224.0",
132
- "@genesislcap/rollup-builder": "14.224.0",
133
- "@genesislcap/ts-builder": "14.224.0",
134
- "@genesislcap/uvu-playwright-builder": "14.224.0",
135
- "@genesislcap/vite-builder": "14.224.0",
136
- "@genesislcap/webpack-builder": "14.224.0",
130
+ "@genesislcap/foundation-testing": "14.224.2",
131
+ "@genesislcap/genx": "14.224.2",
132
+ "@genesislcap/rollup-builder": "14.224.2",
133
+ "@genesislcap/ts-builder": "14.224.2",
134
+ "@genesislcap/uvu-playwright-builder": "14.224.2",
135
+ "@genesislcap/vite-builder": "14.224.2",
136
+ "@genesislcap/webpack-builder": "14.224.2",
137
137
  "rimraf": "^5.0.0"
138
138
  },
139
139
  "dependencies": {
140
- "@genesislcap/foundation-comms": "14.224.0",
141
- "@genesislcap/foundation-events": "14.224.0",
142
- "@genesislcap/foundation-i18n": "14.224.0",
143
- "@genesislcap/foundation-logger": "14.224.0",
144
- "@genesislcap/foundation-state-machine": "14.224.0",
145
- "@genesislcap/foundation-store": "14.224.0",
146
- "@genesislcap/foundation-ui": "14.224.0",
147
- "@genesislcap/foundation-user": "14.224.0",
148
- "@genesislcap/foundation-utils": "14.224.0",
149
- "@genesislcap/foundation-zero": "14.224.0",
140
+ "@genesislcap/foundation-comms": "14.224.2",
141
+ "@genesislcap/foundation-events": "14.224.2",
142
+ "@genesislcap/foundation-i18n": "14.224.2",
143
+ "@genesislcap/foundation-logger": "14.224.2",
144
+ "@genesislcap/foundation-state-machine": "14.224.2",
145
+ "@genesislcap/foundation-store": "14.224.2",
146
+ "@genesislcap/foundation-ui": "14.224.2",
147
+ "@genesislcap/foundation-user": "14.224.2",
148
+ "@genesislcap/foundation-utils": "14.224.2",
149
+ "@genesislcap/foundation-zero": "14.224.2",
150
150
  "@microsoft/fast-components": "^2.30.6",
151
151
  "@microsoft/fast-element": "^1.12.0",
152
152
  "@microsoft/fast-foundation": "2.49.6",
@@ -167,5 +167,5 @@
167
167
  "publishConfig": {
168
168
  "access": "public"
169
169
  },
170
- "gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
170
+ "gitHead": "18c2b90ffb7ba7234a5adac416589a81969b6ae9"
171
171
  }