@genesislcap/foundation-entity-management 14.180.7 → 14.181.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.
@@ -129,7 +129,7 @@
129
129
  {
130
130
  "kind": "variable",
131
131
  "name": "styles",
132
- "default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n`",
132
+ "default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .header-title {\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-plus-4-font-size);\n font-family: var(--body-font);\n font-weight: 700;\n padding-left: calc(var(--design-unit) * 2px);\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n`",
133
133
  "description": "Defines the css of the entity component as an ElementStyles object"
134
134
  }
135
135
  ],
@@ -880,6 +880,55 @@
880
880
  }
881
881
  ]
882
882
  },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/layouts/default.ts",
886
+ "declarations": [
887
+ {
888
+ "kind": "variable",
889
+ "name": "loginLayout",
890
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
891
+ },
892
+ {
893
+ "kind": "variable",
894
+ "name": "defaultLayout",
895
+ "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)"
896
+ }
897
+ ],
898
+ "exports": [
899
+ {
900
+ "kind": "js",
901
+ "name": "loginLayout",
902
+ "declaration": {
903
+ "name": "loginLayout",
904
+ "module": "src/layouts/default.ts"
905
+ }
906
+ },
907
+ {
908
+ "kind": "js",
909
+ "name": "defaultLayout",
910
+ "declaration": {
911
+ "name": "defaultLayout",
912
+ "module": "src/layouts/default.ts"
913
+ }
914
+ }
915
+ ]
916
+ },
917
+ {
918
+ "kind": "javascript-module",
919
+ "path": "src/layouts/index.ts",
920
+ "declarations": [],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./default"
928
+ }
929
+ }
930
+ ]
931
+ },
883
932
  {
884
933
  "kind": "javascript-module",
885
934
  "path": "src/list/index.ts",
@@ -1343,55 +1392,6 @@
1343
1392
  }
1344
1393
  ]
1345
1394
  },
1346
- {
1347
- "kind": "javascript-module",
1348
- "path": "src/layouts/default.ts",
1349
- "declarations": [
1350
- {
1351
- "kind": "variable",
1352
- "name": "loginLayout",
1353
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1354
- },
1355
- {
1356
- "kind": "variable",
1357
- "name": "defaultLayout",
1358
- "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)"
1359
- }
1360
- ],
1361
- "exports": [
1362
- {
1363
- "kind": "js",
1364
- "name": "loginLayout",
1365
- "declaration": {
1366
- "name": "loginLayout",
1367
- "module": "src/layouts/default.ts"
1368
- }
1369
- },
1370
- {
1371
- "kind": "js",
1372
- "name": "defaultLayout",
1373
- "declaration": {
1374
- "name": "defaultLayout",
1375
- "module": "src/layouts/default.ts"
1376
- }
1377
- }
1378
- ]
1379
- },
1380
- {
1381
- "kind": "javascript-module",
1382
- "path": "src/layouts/index.ts",
1383
- "declarations": [],
1384
- "exports": [
1385
- {
1386
- "kind": "js",
1387
- "name": "*",
1388
- "declaration": {
1389
- "name": "*",
1390
- "package": "./default"
1391
- }
1392
- }
1393
- ]
1394
- },
1395
1395
  {
1396
1396
  "kind": "javascript-module",
1397
1397
  "path": "src/main/index.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDA2ClB,CAAC"}
1
+ {"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDAmDlB,CAAC"}
@@ -36,6 +36,14 @@ export const styles = css `
36
36
  align-items: center;
37
37
  }
38
38
 
39
+ .header-title {
40
+ color: var(--neutral-foreground-rest);
41
+ font-size: var(--type-ramp-plus-4-font-size);
42
+ font-family: var(--body-font);
43
+ font-weight: 700;
44
+ padding-left: calc(var(--design-unit) * 2px);
45
+ }
46
+
39
47
  .search-container {
40
48
  display: flex;
41
49
  align-items: center;
@@ -9,7 +9,7 @@ Form;
9
9
  * @internal
10
10
  */
11
11
  export const defaultHeader = (prefix) => html `
12
- <h3>${(x) => x.title}</h3>
12
+ <h3 class="header-title">${(x) => x.title}</h3>
13
13
  ${when((x) => x.createEvent, html `
14
14
  <${prefix}-button appearance="neutral" @click=${(x, y) => x.createEntity()}>
15
15
  <${prefix}-icon size="lg" name="plus"></${prefix}-icon>
@@ -22,7 +22,7 @@ export const defaultHeader = (prefix) => html `
22
22
  * @internal
23
23
  */
24
24
  export const searchBarHeader = (prefix) => html `
25
- <h3>${(x) => x.title}</h3>
25
+ <h3 class="header-title">${(x) => x.title}</h3>
26
26
  <div class="search-container">
27
27
  <${prefix}-search-bar
28
28
  :options="${(x) => x.searchBarConfig}"
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.180.7",
4
+ "version": "14.181.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.180.7",
47
- "@genesislcap/genx": "14.180.7",
48
- "@genesislcap/rollup-builder": "14.180.7",
49
- "@genesislcap/ts-builder": "14.180.7",
50
- "@genesislcap/uvu-playwright-builder": "14.180.7",
51
- "@genesislcap/vite-builder": "14.180.7",
52
- "@genesislcap/webpack-builder": "14.180.7",
46
+ "@genesislcap/foundation-testing": "14.181.0",
47
+ "@genesislcap/genx": "14.181.0",
48
+ "@genesislcap/rollup-builder": "14.181.0",
49
+ "@genesislcap/ts-builder": "14.181.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.181.0",
51
+ "@genesislcap/vite-builder": "14.181.0",
52
+ "@genesislcap/webpack-builder": "14.181.0",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.180.7",
58
- "@genesislcap/foundation-errors": "14.180.7",
59
- "@genesislcap/foundation-events": "14.180.7",
60
- "@genesislcap/foundation-forms": "14.180.7",
61
- "@genesislcap/foundation-logger": "14.180.7",
62
- "@genesislcap/foundation-login": "14.180.7",
63
- "@genesislcap/foundation-notifications": "14.180.7",
64
- "@genesislcap/foundation-ui": "14.180.7",
65
- "@genesislcap/foundation-utils": "14.180.7",
66
- "@genesislcap/foundation-zero": "14.180.7",
67
- "@genesislcap/foundation-zero-grid-pro": "14.180.7",
68
- "@genesislcap/grid-pro": "14.180.7",
57
+ "@genesislcap/foundation-comms": "14.181.0",
58
+ "@genesislcap/foundation-errors": "14.181.0",
59
+ "@genesislcap/foundation-events": "14.181.0",
60
+ "@genesislcap/foundation-forms": "14.181.0",
61
+ "@genesislcap/foundation-logger": "14.181.0",
62
+ "@genesislcap/foundation-login": "14.181.0",
63
+ "@genesislcap/foundation-notifications": "14.181.0",
64
+ "@genesislcap/foundation-ui": "14.181.0",
65
+ "@genesislcap/foundation-utils": "14.181.0",
66
+ "@genesislcap/foundation-zero": "14.181.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.181.0",
68
+ "@genesislcap/grid-pro": "14.181.0",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "f3ae410371b27f3841816a79862a2f952bf6740d"
84
+ "gitHead": "0f2f5f3767deedba68f85942c0617c64f829589f"
85
85
  }