@genesislcap/foundation-utils 14.75.0 → 14.76.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.
- package/dist/custom-elements.json +23 -23
- package/package.json +2 -2
|
@@ -341,29 +341,6 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
-
{
|
|
345
|
-
"kind": "javascript-module",
|
|
346
|
-
"path": "src/directives/index.ts",
|
|
347
|
-
"declarations": [],
|
|
348
|
-
"exports": [
|
|
349
|
-
{
|
|
350
|
-
"kind": "js",
|
|
351
|
-
"name": "*",
|
|
352
|
-
"declaration": {
|
|
353
|
-
"name": "*",
|
|
354
|
-
"package": "./sync"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"kind": "js",
|
|
359
|
-
"name": "*",
|
|
360
|
-
"declaration": {
|
|
361
|
-
"name": "*",
|
|
362
|
-
"package": "./when-else"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
344
|
{
|
|
368
345
|
"kind": "javascript-module",
|
|
369
346
|
"path": "src/design-system/design-system.ts",
|
|
@@ -466,6 +443,29 @@
|
|
|
466
443
|
}
|
|
467
444
|
]
|
|
468
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.
|
|
4
|
+
"version": "14.76.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": "
|
|
44
|
+
"gitHead": "9f90400b8a08e671c9ab61e8f44647f2a7306492"
|
|
45
45
|
}
|