@genesislcap/foundation-utils 14.79.0 → 14.79.2-alpha-ca658e8.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.
@@ -143,6 +143,55 @@
143
143
  }
144
144
  ]
145
145
  },
146
+ {
147
+ "kind": "javascript-module",
148
+ "path": "src/design-system/design-system.ts",
149
+ "declarations": [
150
+ {
151
+ "kind": "function",
152
+ "name": "assureDesignSystem",
153
+ "return": {
154
+ "type": {
155
+ "text": "DesignSystemModule"
156
+ }
157
+ },
158
+ "parameters": [
159
+ {
160
+ "name": "module",
161
+ "type": {
162
+ "text": "DesignSystemModule"
163
+ }
164
+ }
165
+ ],
166
+ "privacy": "public"
167
+ }
168
+ ],
169
+ "exports": [
170
+ {
171
+ "kind": "js",
172
+ "name": "assureDesignSystem",
173
+ "declaration": {
174
+ "name": "assureDesignSystem",
175
+ "module": "src/design-system/design-system.ts"
176
+ }
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "kind": "javascript-module",
182
+ "path": "src/design-system/index.ts",
183
+ "declarations": [],
184
+ "exports": [
185
+ {
186
+ "kind": "js",
187
+ "name": "*",
188
+ "declaration": {
189
+ "name": "*",
190
+ "package": "./design-system"
191
+ }
192
+ }
193
+ ]
194
+ },
146
195
  {
147
196
  "kind": "javascript-module",
148
197
  "path": "src/data/inMemoryDatabase.ts",
@@ -341,6 +390,29 @@
341
390
  }
342
391
  ]
343
392
  },
393
+ {
394
+ "kind": "javascript-module",
395
+ "path": "src/directives/index.ts",
396
+ "declarations": [],
397
+ "exports": [
398
+ {
399
+ "kind": "js",
400
+ "name": "*",
401
+ "declaration": {
402
+ "name": "*",
403
+ "package": "./sync"
404
+ }
405
+ },
406
+ {
407
+ "kind": "js",
408
+ "name": "*",
409
+ "declaration": {
410
+ "name": "*",
411
+ "package": "./when-else"
412
+ }
413
+ }
414
+ ]
415
+ },
344
416
  {
345
417
  "kind": "javascript-module",
346
418
  "path": "src/decorators/index.ts",
@@ -394,78 +466,6 @@
394
466
  }
395
467
  ]
396
468
  },
397
- {
398
- "kind": "javascript-module",
399
- "path": "src/design-system/design-system.ts",
400
- "declarations": [
401
- {
402
- "kind": "function",
403
- "name": "assureDesignSystem",
404
- "return": {
405
- "type": {
406
- "text": "DesignSystemModule"
407
- }
408
- },
409
- "parameters": [
410
- {
411
- "name": "module",
412
- "type": {
413
- "text": "DesignSystemModule"
414
- }
415
- }
416
- ],
417
- "privacy": "public"
418
- }
419
- ],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "assureDesignSystem",
424
- "declaration": {
425
- "name": "assureDesignSystem",
426
- "module": "src/design-system/design-system.ts"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/design-system/index.ts",
434
- "declarations": [],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./design-system"
442
- }
443
- }
444
- ]
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",
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.79.0",
4
+ "version": "14.79.2-alpha-ca658e8.0",
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": "387b58371f312eade8910d403a6bcce506212bb7"
44
+ "gitHead": "661e12b401aacf5b3f1c11e50d4d22dbeda577d9"
45
45
  }