@genesislcap/foundation-entity-management 14.313.0 → 14.313.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.
@@ -2742,55 +2742,6 @@
2742
2742
  }
2743
2743
  ]
2744
2744
  },
2745
- {
2746
- "kind": "javascript-module",
2747
- "path": "src/layouts/default.ts",
2748
- "declarations": [
2749
- {
2750
- "kind": "variable",
2751
- "name": "loginLayout",
2752
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2753
- },
2754
- {
2755
- "kind": "variable",
2756
- "name": "defaultLayout",
2757
- "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)"
2758
- }
2759
- ],
2760
- "exports": [
2761
- {
2762
- "kind": "js",
2763
- "name": "loginLayout",
2764
- "declaration": {
2765
- "name": "loginLayout",
2766
- "module": "src/layouts/default.ts"
2767
- }
2768
- },
2769
- {
2770
- "kind": "js",
2771
- "name": "defaultLayout",
2772
- "declaration": {
2773
- "name": "defaultLayout",
2774
- "module": "src/layouts/default.ts"
2775
- }
2776
- }
2777
- ]
2778
- },
2779
- {
2780
- "kind": "javascript-module",
2781
- "path": "src/layouts/index.ts",
2782
- "declarations": [],
2783
- "exports": [
2784
- {
2785
- "kind": "js",
2786
- "name": "*",
2787
- "declaration": {
2788
- "name": "*",
2789
- "package": "./default"
2790
- }
2791
- }
2792
- ]
2793
- },
2794
2745
  {
2795
2746
  "kind": "javascript-module",
2796
2747
  "path": "src/main/index.ts",
@@ -2957,6 +2908,55 @@
2957
2908
  }
2958
2909
  ]
2959
2910
  },
2911
+ {
2912
+ "kind": "javascript-module",
2913
+ "path": "src/layouts/default.ts",
2914
+ "declarations": [
2915
+ {
2916
+ "kind": "variable",
2917
+ "name": "loginLayout",
2918
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2919
+ },
2920
+ {
2921
+ "kind": "variable",
2922
+ "name": "defaultLayout",
2923
+ "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)"
2924
+ }
2925
+ ],
2926
+ "exports": [
2927
+ {
2928
+ "kind": "js",
2929
+ "name": "loginLayout",
2930
+ "declaration": {
2931
+ "name": "loginLayout",
2932
+ "module": "src/layouts/default.ts"
2933
+ }
2934
+ },
2935
+ {
2936
+ "kind": "js",
2937
+ "name": "defaultLayout",
2938
+ "declaration": {
2939
+ "name": "defaultLayout",
2940
+ "module": "src/layouts/default.ts"
2941
+ }
2942
+ }
2943
+ ]
2944
+ },
2945
+ {
2946
+ "kind": "javascript-module",
2947
+ "path": "src/layouts/index.ts",
2948
+ "declarations": [],
2949
+ "exports": [
2950
+ {
2951
+ "kind": "js",
2952
+ "name": "*",
2953
+ "declaration": {
2954
+ "name": "*",
2955
+ "package": "./default"
2956
+ }
2957
+ }
2958
+ ]
2959
+ },
2960
2960
  {
2961
2961
  "kind": "javascript-module",
2962
2962
  "path": "src/utils/formatting.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.313.0",
4
+ "version": "14.313.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,28 +52,28 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.313.0",
56
- "@genesislcap/genx": "14.313.0",
57
- "@genesislcap/rollup-builder": "14.313.0",
58
- "@genesislcap/ts-builder": "14.313.0",
59
- "@genesislcap/uvu-playwright-builder": "14.313.0",
60
- "@genesislcap/vite-builder": "14.313.0",
61
- "@genesislcap/webpack-builder": "14.313.0"
55
+ "@genesislcap/foundation-testing": "14.313.1",
56
+ "@genesislcap/genx": "14.313.1",
57
+ "@genesislcap/rollup-builder": "14.313.1",
58
+ "@genesislcap/ts-builder": "14.313.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.313.1",
60
+ "@genesislcap/vite-builder": "14.313.1",
61
+ "@genesislcap/webpack-builder": "14.313.1"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.313.0",
66
- "@genesislcap/foundation-errors": "14.313.0",
67
- "@genesislcap/foundation-events": "14.313.0",
68
- "@genesislcap/foundation-forms": "14.313.0",
69
- "@genesislcap/foundation-logger": "14.313.0",
70
- "@genesislcap/foundation-login": "14.313.0",
71
- "@genesislcap/foundation-notifications": "14.313.0",
72
- "@genesislcap/foundation-ui": "14.313.0",
73
- "@genesislcap/foundation-utils": "14.313.0",
74
- "@genesislcap/foundation-zero": "14.313.0",
75
- "@genesislcap/foundation-zero-grid-pro": "14.313.0",
76
- "@genesislcap/grid-pro": "14.313.0",
65
+ "@genesislcap/foundation-comms": "14.313.1",
66
+ "@genesislcap/foundation-errors": "14.313.1",
67
+ "@genesislcap/foundation-events": "14.313.1",
68
+ "@genesislcap/foundation-forms": "14.313.1",
69
+ "@genesislcap/foundation-logger": "14.313.1",
70
+ "@genesislcap/foundation-login": "14.313.1",
71
+ "@genesislcap/foundation-notifications": "14.313.1",
72
+ "@genesislcap/foundation-ui": "14.313.1",
73
+ "@genesislcap/foundation-utils": "14.313.1",
74
+ "@genesislcap/foundation-zero": "14.313.1",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.313.1",
76
+ "@genesislcap/grid-pro": "14.313.1",
77
77
  "@microsoft/fast-components": "2.30.6",
78
78
  "@microsoft/fast-element": "1.14.0",
79
79
  "@microsoft/fast-foundation": "2.49.6",
@@ -89,5 +89,5 @@
89
89
  "access": "public"
90
90
  },
91
91
  "customElements": "dist/custom-elements.json",
92
- "gitHead": "4873fddd66df147738bfc54db30823007cbdd713"
92
+ "gitHead": "1c8bb7cc79894cf233ce6e1f2f985ef547015d72"
93
93
  }