@genesislcap/foundation-utils 14.146.1-alpha-0d80785.0 → 14.146.1

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.
@@ -204,6 +204,56 @@
204
204
  }
205
205
  ]
206
206
  },
207
+ {
208
+ "kind": "javascript-module",
209
+ "path": "src/design-system/design-system.ts",
210
+ "declarations": [
211
+ {
212
+ "kind": "function",
213
+ "name": "assureDesignSystem",
214
+ "return": {
215
+ "type": {
216
+ "text": "DesignSystemModule"
217
+ }
218
+ },
219
+ "parameters": [
220
+ {
221
+ "name": "module",
222
+ "type": {
223
+ "text": "DesignSystemModule"
224
+ }
225
+ }
226
+ ],
227
+ "description": "assureDesignSystem.",
228
+ "privacy": "public"
229
+ }
230
+ ],
231
+ "exports": [
232
+ {
233
+ "kind": "js",
234
+ "name": "assureDesignSystem",
235
+ "declaration": {
236
+ "name": "assureDesignSystem",
237
+ "module": "src/design-system/design-system.ts"
238
+ }
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "kind": "javascript-module",
244
+ "path": "src/design-system/index.ts",
245
+ "declarations": [],
246
+ "exports": [
247
+ {
248
+ "kind": "js",
249
+ "name": "*",
250
+ "declaration": {
251
+ "name": "*",
252
+ "package": "./design-system"
253
+ }
254
+ }
255
+ ]
256
+ },
207
257
  {
208
258
  "kind": "javascript-module",
209
259
  "path": "src/data/inMemoryDatabase.ts",
@@ -402,56 +452,6 @@
402
452
  }
403
453
  ]
404
454
  },
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
455
  {
456
456
  "kind": "javascript-module",
457
457
  "path": "src/directives/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.146.1-alpha-0d80785.0",
4
+ "version": "14.146.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.146.1-alpha-0d80785.0",
23
- "@genesislcap/genx": "14.146.1-alpha-0d80785.0",
22
+ "@genesislcap/foundation-testing": "14.146.1",
23
+ "@genesislcap/genx": "14.146.1",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.146.1-alpha-0d80785.0",
27
+ "@genesislcap/foundation-logger": "14.146.1",
28
28
  "@microsoft/fast-components": "^2.30.6",
29
29
  "@microsoft/fast-element": "^1.12.0",
30
30
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "b760ba8b18511c09ecbf85ed241be59c7d8fd8d4"
45
+ "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
46
46
  }