@genesislcap/foundation-utils 14.154.0 → 14.154.1-alpha-ae03788.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.
@@ -151,6 +151,56 @@
151
151
  }
152
152
  ]
153
153
  },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/design-system/design-system.ts",
157
+ "declarations": [
158
+ {
159
+ "kind": "function",
160
+ "name": "assureDesignSystem",
161
+ "return": {
162
+ "type": {
163
+ "text": "DesignSystemModule"
164
+ }
165
+ },
166
+ "parameters": [
167
+ {
168
+ "name": "module",
169
+ "type": {
170
+ "text": "DesignSystemModule"
171
+ }
172
+ }
173
+ ],
174
+ "description": "assureDesignSystem.",
175
+ "privacy": "public"
176
+ }
177
+ ],
178
+ "exports": [
179
+ {
180
+ "kind": "js",
181
+ "name": "assureDesignSystem",
182
+ "declaration": {
183
+ "name": "assureDesignSystem",
184
+ "module": "src/design-system/design-system.ts"
185
+ }
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "kind": "javascript-module",
191
+ "path": "src/design-system/index.ts",
192
+ "declarations": [],
193
+ "exports": [
194
+ {
195
+ "kind": "js",
196
+ "name": "*",
197
+ "declaration": {
198
+ "name": "*",
199
+ "package": "./design-system"
200
+ }
201
+ }
202
+ ]
203
+ },
154
204
  {
155
205
  "kind": "javascript-module",
156
206
  "path": "src/data/inMemoryDatabase.ts",
@@ -349,6 +399,29 @@
349
399
  }
350
400
  ]
351
401
  },
402
+ {
403
+ "kind": "javascript-module",
404
+ "path": "src/directives/index.ts",
405
+ "declarations": [],
406
+ "exports": [
407
+ {
408
+ "kind": "js",
409
+ "name": "*",
410
+ "declaration": {
411
+ "name": "*",
412
+ "package": "./sync"
413
+ }
414
+ },
415
+ {
416
+ "kind": "js",
417
+ "name": "*",
418
+ "declaration": {
419
+ "name": "*",
420
+ "package": "./when-else"
421
+ }
422
+ }
423
+ ]
424
+ },
352
425
  {
353
426
  "kind": "javascript-module",
354
427
  "path": "src/decorators/index.ts",
@@ -402,79 +475,6 @@
402
475
  }
403
476
  ]
404
477
  },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/design-system/design-system.ts",
408
- "declarations": [
409
- {
410
- "kind": "function",
411
- "name": "assureDesignSystem",
412
- "return": {
413
- "type": {
414
- "text": "DesignSystemModule"
415
- }
416
- },
417
- "parameters": [
418
- {
419
- "name": "module",
420
- "type": {
421
- "text": "DesignSystemModule"
422
- }
423
- }
424
- ],
425
- "description": "assureDesignSystem.",
426
- "privacy": "public"
427
- }
428
- ],
429
- "exports": [
430
- {
431
- "kind": "js",
432
- "name": "assureDesignSystem",
433
- "declaration": {
434
- "name": "assureDesignSystem",
435
- "module": "src/design-system/design-system.ts"
436
- }
437
- }
438
- ]
439
- },
440
- {
441
- "kind": "javascript-module",
442
- "path": "src/design-system/index.ts",
443
- "declarations": [],
444
- "exports": [
445
- {
446
- "kind": "js",
447
- "name": "*",
448
- "declaration": {
449
- "name": "*",
450
- "package": "./design-system"
451
- }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/directives/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./sync"
466
- }
467
- },
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./when-else"
474
- }
475
- }
476
- ]
477
- },
478
478
  {
479
479
  "kind": "javascript-module",
480
480
  "path": "src/env/index.ts",
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.154.0",
4
+ "version": "14.154.1-alpha-ae03788.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.154.0",
23
- "@genesislcap/genx": "14.154.0",
24
- "@genesislcap/rollup-builder": "14.154.0",
25
- "@genesislcap/ts-builder": "14.154.0",
26
- "@genesislcap/uvu-playwright-builder": "14.154.0",
27
- "@genesislcap/vite-builder": "14.154.0",
28
- "@genesislcap/webpack-builder": "14.154.0",
22
+ "@genesislcap/foundation-testing": "14.154.1-alpha-ae03788.0",
23
+ "@genesislcap/genx": "14.154.1-alpha-ae03788.0",
24
+ "@genesislcap/rollup-builder": "14.154.1-alpha-ae03788.0",
25
+ "@genesislcap/ts-builder": "14.154.1-alpha-ae03788.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.154.1-alpha-ae03788.0",
27
+ "@genesislcap/vite-builder": "14.154.1-alpha-ae03788.0",
28
+ "@genesislcap/webpack-builder": "14.154.1-alpha-ae03788.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.154.0",
32
+ "@genesislcap/foundation-logger": "14.154.1-alpha-ae03788.0",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "e0626ec8ee97fd0d9a93f6d32bac4806de036f46"
50
+ "gitHead": "5074d689fe645b82706955459830bfde05d5a856"
51
51
  }