@genesislcap/foundation-entity-management 14.195.2 → 14.195.3-FUI-2102.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.
@@ -919,55 +919,6 @@
919
919
  }
920
920
  ]
921
921
  },
922
- {
923
- "kind": "javascript-module",
924
- "path": "src/layouts/default.ts",
925
- "declarations": [
926
- {
927
- "kind": "variable",
928
- "name": "loginLayout",
929
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
930
- },
931
- {
932
- "kind": "variable",
933
- "name": "defaultLayout",
934
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
935
- }
936
- ],
937
- "exports": [
938
- {
939
- "kind": "js",
940
- "name": "loginLayout",
941
- "declaration": {
942
- "name": "loginLayout",
943
- "module": "src/layouts/default.ts"
944
- }
945
- },
946
- {
947
- "kind": "js",
948
- "name": "defaultLayout",
949
- "declaration": {
950
- "name": "defaultLayout",
951
- "module": "src/layouts/default.ts"
952
- }
953
- }
954
- ]
955
- },
956
- {
957
- "kind": "javascript-module",
958
- "path": "src/layouts/index.ts",
959
- "declarations": [],
960
- "exports": [
961
- {
962
- "kind": "js",
963
- "name": "*",
964
- "declaration": {
965
- "name": "*",
966
- "package": "./default"
967
- }
968
- }
969
- ]
970
- },
971
922
  {
972
923
  "kind": "javascript-module",
973
924
  "path": "src/list/index.ts",
@@ -1576,6 +1527,55 @@
1576
1527
  }
1577
1528
  ]
1578
1529
  },
1530
+ {
1531
+ "kind": "javascript-module",
1532
+ "path": "src/layouts/default.ts",
1533
+ "declarations": [
1534
+ {
1535
+ "kind": "variable",
1536
+ "name": "loginLayout",
1537
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1538
+ },
1539
+ {
1540
+ "kind": "variable",
1541
+ "name": "defaultLayout",
1542
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1543
+ }
1544
+ ],
1545
+ "exports": [
1546
+ {
1547
+ "kind": "js",
1548
+ "name": "loginLayout",
1549
+ "declaration": {
1550
+ "name": "loginLayout",
1551
+ "module": "src/layouts/default.ts"
1552
+ }
1553
+ },
1554
+ {
1555
+ "kind": "js",
1556
+ "name": "defaultLayout",
1557
+ "declaration": {
1558
+ "name": "defaultLayout",
1559
+ "module": "src/layouts/default.ts"
1560
+ }
1561
+ }
1562
+ ]
1563
+ },
1564
+ {
1565
+ "kind": "javascript-module",
1566
+ "path": "src/layouts/index.ts",
1567
+ "declarations": [],
1568
+ "exports": [
1569
+ {
1570
+ "kind": "js",
1571
+ "name": "*",
1572
+ "declaration": {
1573
+ "name": "*",
1574
+ "package": "./default"
1575
+ }
1576
+ }
1577
+ ]
1578
+ },
1579
1579
  {
1580
1580
  "kind": "javascript-module",
1581
1581
  "path": "src/profiles/editProfileSchema.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.195.2",
4
+ "version": "14.195.3-FUI-2102.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.195.2",
56
- "@genesislcap/genx": "14.195.2",
57
- "@genesislcap/rollup-builder": "14.195.2",
58
- "@genesislcap/ts-builder": "14.195.2",
59
- "@genesislcap/uvu-playwright-builder": "14.195.2",
60
- "@genesislcap/vite-builder": "14.195.2",
61
- "@genesislcap/webpack-builder": "14.195.2",
55
+ "@genesislcap/foundation-testing": "14.195.3-FUI-2102.2",
56
+ "@genesislcap/genx": "14.195.3-FUI-2102.2",
57
+ "@genesislcap/rollup-builder": "14.195.3-FUI-2102.2",
58
+ "@genesislcap/ts-builder": "14.195.3-FUI-2102.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.2",
60
+ "@genesislcap/vite-builder": "14.195.3-FUI-2102.2",
61
+ "@genesislcap/webpack-builder": "14.195.3-FUI-2102.2",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.195.2",
67
- "@genesislcap/foundation-errors": "14.195.2",
68
- "@genesislcap/foundation-events": "14.195.2",
69
- "@genesislcap/foundation-forms": "14.195.2",
70
- "@genesislcap/foundation-logger": "14.195.2",
71
- "@genesislcap/foundation-login": "14.195.2",
72
- "@genesislcap/foundation-notifications": "14.195.2",
73
- "@genesislcap/foundation-ui": "14.195.2",
74
- "@genesislcap/foundation-utils": "14.195.2",
75
- "@genesislcap/foundation-zero": "14.195.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.195.2",
77
- "@genesislcap/grid-pro": "14.195.2",
66
+ "@genesislcap/foundation-comms": "14.195.3-FUI-2102.2",
67
+ "@genesislcap/foundation-errors": "14.195.3-FUI-2102.2",
68
+ "@genesislcap/foundation-events": "14.195.3-FUI-2102.2",
69
+ "@genesislcap/foundation-forms": "14.195.3-FUI-2102.2",
70
+ "@genesislcap/foundation-logger": "14.195.3-FUI-2102.2",
71
+ "@genesislcap/foundation-login": "14.195.3-FUI-2102.2",
72
+ "@genesislcap/foundation-notifications": "14.195.3-FUI-2102.2",
73
+ "@genesislcap/foundation-ui": "14.195.3-FUI-2102.2",
74
+ "@genesislcap/foundation-utils": "14.195.3-FUI-2102.2",
75
+ "@genesislcap/foundation-zero": "14.195.3-FUI-2102.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.195.3-FUI-2102.2",
77
+ "@genesislcap/grid-pro": "14.195.3-FUI-2102.2",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "d1f39d203ff91667eb1ca4da4d4741d42cfb5fcc"
93
+ "gitHead": "5aa843977ecdef19e6a44e68e5f206c56ee868ac"
94
94
  }