@genesislcap/foundation-entity-management 14.205.0-jsdom.1 → 14.205.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.
@@ -1123,55 +1123,6 @@
1123
1123
  }
1124
1124
  ]
1125
1125
  },
1126
- {
1127
- "kind": "javascript-module",
1128
- "path": "src/layouts/default.ts",
1129
- "declarations": [
1130
- {
1131
- "kind": "variable",
1132
- "name": "loginLayout",
1133
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1134
- },
1135
- {
1136
- "kind": "variable",
1137
- "name": "defaultLayout",
1138
- "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)"
1139
- }
1140
- ],
1141
- "exports": [
1142
- {
1143
- "kind": "js",
1144
- "name": "loginLayout",
1145
- "declaration": {
1146
- "name": "loginLayout",
1147
- "module": "src/layouts/default.ts"
1148
- }
1149
- },
1150
- {
1151
- "kind": "js",
1152
- "name": "defaultLayout",
1153
- "declaration": {
1154
- "name": "defaultLayout",
1155
- "module": "src/layouts/default.ts"
1156
- }
1157
- }
1158
- ]
1159
- },
1160
- {
1161
- "kind": "javascript-module",
1162
- "path": "src/layouts/index.ts",
1163
- "declarations": [],
1164
- "exports": [
1165
- {
1166
- "kind": "js",
1167
- "name": "*",
1168
- "declaration": {
1169
- "name": "*",
1170
- "package": "./default"
1171
- }
1172
- }
1173
- ]
1174
- },
1175
1126
  {
1176
1127
  "kind": "javascript-module",
1177
1128
  "path": "src/list/index.ts",
@@ -1817,6 +1768,55 @@
1817
1768
  }
1818
1769
  ]
1819
1770
  },
1771
+ {
1772
+ "kind": "javascript-module",
1773
+ "path": "src/layouts/default.ts",
1774
+ "declarations": [
1775
+ {
1776
+ "kind": "variable",
1777
+ "name": "loginLayout",
1778
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1779
+ },
1780
+ {
1781
+ "kind": "variable",
1782
+ "name": "defaultLayout",
1783
+ "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)"
1784
+ }
1785
+ ],
1786
+ "exports": [
1787
+ {
1788
+ "kind": "js",
1789
+ "name": "loginLayout",
1790
+ "declaration": {
1791
+ "name": "loginLayout",
1792
+ "module": "src/layouts/default.ts"
1793
+ }
1794
+ },
1795
+ {
1796
+ "kind": "js",
1797
+ "name": "defaultLayout",
1798
+ "declaration": {
1799
+ "name": "defaultLayout",
1800
+ "module": "src/layouts/default.ts"
1801
+ }
1802
+ }
1803
+ ]
1804
+ },
1805
+ {
1806
+ "kind": "javascript-module",
1807
+ "path": "src/layouts/index.ts",
1808
+ "declarations": [],
1809
+ "exports": [
1810
+ {
1811
+ "kind": "js",
1812
+ "name": "*",
1813
+ "declaration": {
1814
+ "name": "*",
1815
+ "package": "./default"
1816
+ }
1817
+ }
1818
+ ]
1819
+ },
1820
1820
  {
1821
1821
  "kind": "javascript-module",
1822
1822
  "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.205.0-jsdom.1",
4
+ "version": "14.205.1",
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.205.0-jsdom.1",
56
- "@genesislcap/genx": "14.205.0-jsdom.1",
57
- "@genesislcap/rollup-builder": "14.205.0-jsdom.1",
58
- "@genesislcap/ts-builder": "14.205.0-jsdom.1",
59
- "@genesislcap/uvu-playwright-builder": "14.205.0-jsdom.1",
60
- "@genesislcap/vite-builder": "14.205.0-jsdom.1",
61
- "@genesislcap/webpack-builder": "14.205.0-jsdom.1",
55
+ "@genesislcap/foundation-testing": "14.205.1",
56
+ "@genesislcap/genx": "14.205.1",
57
+ "@genesislcap/rollup-builder": "14.205.1",
58
+ "@genesislcap/ts-builder": "14.205.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.205.1",
60
+ "@genesislcap/vite-builder": "14.205.1",
61
+ "@genesislcap/webpack-builder": "14.205.1",
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.205.0-jsdom.1",
67
- "@genesislcap/foundation-errors": "14.205.0-jsdom.1",
68
- "@genesislcap/foundation-events": "14.205.0-jsdom.1",
69
- "@genesislcap/foundation-forms": "14.205.0-jsdom.1",
70
- "@genesislcap/foundation-logger": "14.205.0-jsdom.1",
71
- "@genesislcap/foundation-login": "14.205.0-jsdom.1",
72
- "@genesislcap/foundation-notifications": "14.205.0-jsdom.1",
73
- "@genesislcap/foundation-ui": "14.205.0-jsdom.1",
74
- "@genesislcap/foundation-utils": "14.205.0-jsdom.1",
75
- "@genesislcap/foundation-zero": "14.205.0-jsdom.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.205.0-jsdom.1",
77
- "@genesislcap/grid-pro": "14.205.0-jsdom.1",
66
+ "@genesislcap/foundation-comms": "14.205.1",
67
+ "@genesislcap/foundation-errors": "14.205.1",
68
+ "@genesislcap/foundation-events": "14.205.1",
69
+ "@genesislcap/foundation-forms": "14.205.1",
70
+ "@genesislcap/foundation-logger": "14.205.1",
71
+ "@genesislcap/foundation-login": "14.205.1",
72
+ "@genesislcap/foundation-notifications": "14.205.1",
73
+ "@genesislcap/foundation-ui": "14.205.1",
74
+ "@genesislcap/foundation-utils": "14.205.1",
75
+ "@genesislcap/foundation-zero": "14.205.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.205.1",
77
+ "@genesislcap/grid-pro": "14.205.1",
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": "c4ac00d38f64b7a9827d2b8a6ac030d2d4f35aab"
93
+ "gitHead": "038140d9695a4367c145d6bbbd4ec0a1dea78bc6"
94
94
  }