@genesislcap/foundation-forms 14.80.0 → 14.81.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.
@@ -976,6 +976,204 @@
976
976
  }
977
977
  ]
978
978
  },
979
+ {
980
+ "kind": "javascript-module",
981
+ "path": "src/jsonforms/testers/isDate.ts",
982
+ "declarations": [
983
+ {
984
+ "kind": "variable",
985
+ "name": "isDate"
986
+ }
987
+ ],
988
+ "exports": [
989
+ {
990
+ "kind": "js",
991
+ "name": "isDate",
992
+ "declaration": {
993
+ "name": "isDate",
994
+ "module": "src/jsonforms/testers/isDate.ts"
995
+ }
996
+ }
997
+ ]
998
+ },
999
+ {
1000
+ "kind": "javascript-module",
1001
+ "path": "src/jsonforms/testers/isInvisible.ts",
1002
+ "declarations": [
1003
+ {
1004
+ "kind": "function",
1005
+ "name": "isInvisible",
1006
+ "return": {
1007
+ "type": {
1008
+ "text": "boolean"
1009
+ }
1010
+ },
1011
+ "parameters": [
1012
+ {
1013
+ "name": "uischema",
1014
+ "type": {
1015
+ "text": "UISchemaElement"
1016
+ }
1017
+ },
1018
+ {
1019
+ "name": "schema",
1020
+ "type": {
1021
+ "text": "JsonSchema"
1022
+ }
1023
+ },
1024
+ {
1025
+ "name": "context",
1026
+ "type": {
1027
+ "text": "TesterContext"
1028
+ }
1029
+ }
1030
+ ]
1031
+ }
1032
+ ],
1033
+ "exports": [
1034
+ {
1035
+ "kind": "js",
1036
+ "name": "isInvisible",
1037
+ "declaration": {
1038
+ "name": "isInvisible",
1039
+ "module": "src/jsonforms/testers/isInvisible.ts"
1040
+ }
1041
+ }
1042
+ ]
1043
+ },
1044
+ {
1045
+ "kind": "javascript-module",
1046
+ "path": "src/jsonforms/testers/isLayoutArray.ts",
1047
+ "declarations": [
1048
+ {
1049
+ "kind": "variable",
1050
+ "name": "isLayoutArray"
1051
+ }
1052
+ ],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "isLayoutArray",
1057
+ "declaration": {
1058
+ "name": "isLayoutArray",
1059
+ "module": "src/jsonforms/testers/isLayoutArray.ts"
1060
+ }
1061
+ }
1062
+ ]
1063
+ },
1064
+ {
1065
+ "kind": "javascript-module",
1066
+ "path": "src/jsonforms/testers/isOneOfBoolean.ts",
1067
+ "declarations": [
1068
+ {
1069
+ "kind": "variable",
1070
+ "name": "isOneOfBoolean"
1071
+ }
1072
+ ],
1073
+ "exports": [
1074
+ {
1075
+ "kind": "js",
1076
+ "name": "isOneOfBoolean",
1077
+ "declaration": {
1078
+ "name": "isOneOfBoolean",
1079
+ "module": "src/jsonforms/testers/isOneOfBoolean.ts"
1080
+ }
1081
+ }
1082
+ ]
1083
+ },
1084
+ {
1085
+ "kind": "javascript-module",
1086
+ "path": "src/jsonforms/testers/isOneOfEnum.ts",
1087
+ "declarations": [
1088
+ {
1089
+ "kind": "variable",
1090
+ "name": "isOneOfEnum"
1091
+ }
1092
+ ],
1093
+ "exports": [
1094
+ {
1095
+ "kind": "js",
1096
+ "name": "isOneOfEnum",
1097
+ "declaration": {
1098
+ "name": "isOneOfEnum",
1099
+ "module": "src/jsonforms/testers/isOneOfEnum.ts"
1100
+ }
1101
+ }
1102
+ ]
1103
+ },
1104
+ {
1105
+ "kind": "javascript-module",
1106
+ "path": "src/jsonforms/testers/isOneOfNumber.ts",
1107
+ "declarations": [
1108
+ {
1109
+ "kind": "variable",
1110
+ "name": "isOneOfNumber"
1111
+ }
1112
+ ],
1113
+ "exports": [
1114
+ {
1115
+ "kind": "js",
1116
+ "name": "isOneOfNumber",
1117
+ "declaration": {
1118
+ "name": "isOneOfNumber",
1119
+ "module": "src/jsonforms/testers/isOneOfNumber.ts"
1120
+ }
1121
+ }
1122
+ ]
1123
+ },
1124
+ {
1125
+ "kind": "javascript-module",
1126
+ "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
1127
+ "declarations": [
1128
+ {
1129
+ "kind": "variable",
1130
+ "name": "isOneOfOptionMultiselect"
1131
+ }
1132
+ ],
1133
+ "exports": [
1134
+ {
1135
+ "kind": "js",
1136
+ "name": "isOneOfOptionMultiselect",
1137
+ "declaration": {
1138
+ "name": "isOneOfOptionMultiselect",
1139
+ "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
1140
+ }
1141
+ }
1142
+ ]
1143
+ },
1144
+ {
1145
+ "kind": "javascript-module",
1146
+ "path": "src/jsonforms/testers/optionIs.ts",
1147
+ "declarations": [
1148
+ {
1149
+ "kind": "function",
1150
+ "name": "optionIs",
1151
+ "return": {
1152
+ "type": {
1153
+ "text": "Tester"
1154
+ }
1155
+ },
1156
+ "parameters": [
1157
+ {
1158
+ "name": "optionName",
1159
+ "type": {
1160
+ "text": "string"
1161
+ }
1162
+ }
1163
+ ]
1164
+ }
1165
+ ],
1166
+ "exports": [
1167
+ {
1168
+ "kind": "js",
1169
+ "name": "optionIs",
1170
+ "declaration": {
1171
+ "name": "optionIs",
1172
+ "module": "src/jsonforms/testers/optionIs.ts"
1173
+ }
1174
+ }
1175
+ ]
1176
+ },
979
1177
  {
980
1178
  "kind": "javascript-module",
981
1179
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -2220,204 +2418,6 @@
2220
2418
  }
2221
2419
  }
2222
2420
  ]
2223
- },
2224
- {
2225
- "kind": "javascript-module",
2226
- "path": "src/jsonforms/testers/isDate.ts",
2227
- "declarations": [
2228
- {
2229
- "kind": "variable",
2230
- "name": "isDate"
2231
- }
2232
- ],
2233
- "exports": [
2234
- {
2235
- "kind": "js",
2236
- "name": "isDate",
2237
- "declaration": {
2238
- "name": "isDate",
2239
- "module": "src/jsonforms/testers/isDate.ts"
2240
- }
2241
- }
2242
- ]
2243
- },
2244
- {
2245
- "kind": "javascript-module",
2246
- "path": "src/jsonforms/testers/isInvisible.ts",
2247
- "declarations": [
2248
- {
2249
- "kind": "function",
2250
- "name": "isInvisible",
2251
- "return": {
2252
- "type": {
2253
- "text": "boolean"
2254
- }
2255
- },
2256
- "parameters": [
2257
- {
2258
- "name": "uischema",
2259
- "type": {
2260
- "text": "UISchemaElement"
2261
- }
2262
- },
2263
- {
2264
- "name": "schema",
2265
- "type": {
2266
- "text": "JsonSchema"
2267
- }
2268
- },
2269
- {
2270
- "name": "context",
2271
- "type": {
2272
- "text": "TesterContext"
2273
- }
2274
- }
2275
- ]
2276
- }
2277
- ],
2278
- "exports": [
2279
- {
2280
- "kind": "js",
2281
- "name": "isInvisible",
2282
- "declaration": {
2283
- "name": "isInvisible",
2284
- "module": "src/jsonforms/testers/isInvisible.ts"
2285
- }
2286
- }
2287
- ]
2288
- },
2289
- {
2290
- "kind": "javascript-module",
2291
- "path": "src/jsonforms/testers/isLayoutArray.ts",
2292
- "declarations": [
2293
- {
2294
- "kind": "variable",
2295
- "name": "isLayoutArray"
2296
- }
2297
- ],
2298
- "exports": [
2299
- {
2300
- "kind": "js",
2301
- "name": "isLayoutArray",
2302
- "declaration": {
2303
- "name": "isLayoutArray",
2304
- "module": "src/jsonforms/testers/isLayoutArray.ts"
2305
- }
2306
- }
2307
- ]
2308
- },
2309
- {
2310
- "kind": "javascript-module",
2311
- "path": "src/jsonforms/testers/isOneOfBoolean.ts",
2312
- "declarations": [
2313
- {
2314
- "kind": "variable",
2315
- "name": "isOneOfBoolean"
2316
- }
2317
- ],
2318
- "exports": [
2319
- {
2320
- "kind": "js",
2321
- "name": "isOneOfBoolean",
2322
- "declaration": {
2323
- "name": "isOneOfBoolean",
2324
- "module": "src/jsonforms/testers/isOneOfBoolean.ts"
2325
- }
2326
- }
2327
- ]
2328
- },
2329
- {
2330
- "kind": "javascript-module",
2331
- "path": "src/jsonforms/testers/isOneOfEnum.ts",
2332
- "declarations": [
2333
- {
2334
- "kind": "variable",
2335
- "name": "isOneOfEnum"
2336
- }
2337
- ],
2338
- "exports": [
2339
- {
2340
- "kind": "js",
2341
- "name": "isOneOfEnum",
2342
- "declaration": {
2343
- "name": "isOneOfEnum",
2344
- "module": "src/jsonforms/testers/isOneOfEnum.ts"
2345
- }
2346
- }
2347
- ]
2348
- },
2349
- {
2350
- "kind": "javascript-module",
2351
- "path": "src/jsonforms/testers/isOneOfNumber.ts",
2352
- "declarations": [
2353
- {
2354
- "kind": "variable",
2355
- "name": "isOneOfNumber"
2356
- }
2357
- ],
2358
- "exports": [
2359
- {
2360
- "kind": "js",
2361
- "name": "isOneOfNumber",
2362
- "declaration": {
2363
- "name": "isOneOfNumber",
2364
- "module": "src/jsonforms/testers/isOneOfNumber.ts"
2365
- }
2366
- }
2367
- ]
2368
- },
2369
- {
2370
- "kind": "javascript-module",
2371
- "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
2372
- "declarations": [
2373
- {
2374
- "kind": "variable",
2375
- "name": "isOneOfOptionMultiselect"
2376
- }
2377
- ],
2378
- "exports": [
2379
- {
2380
- "kind": "js",
2381
- "name": "isOneOfOptionMultiselect",
2382
- "declaration": {
2383
- "name": "isOneOfOptionMultiselect",
2384
- "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
2385
- }
2386
- }
2387
- ]
2388
- },
2389
- {
2390
- "kind": "javascript-module",
2391
- "path": "src/jsonforms/testers/optionIs.ts",
2392
- "declarations": [
2393
- {
2394
- "kind": "function",
2395
- "name": "optionIs",
2396
- "return": {
2397
- "type": {
2398
- "text": "Tester"
2399
- }
2400
- },
2401
- "parameters": [
2402
- {
2403
- "name": "optionName",
2404
- "type": {
2405
- "text": "string"
2406
- }
2407
- }
2408
- ]
2409
- }
2410
- ],
2411
- "exports": [
2412
- {
2413
- "kind": "js",
2414
- "name": "optionIs",
2415
- "declaration": {
2416
- "name": "optionIs",
2417
- "module": "src/jsonforms/testers/optionIs.ts"
2418
- }
2419
- }
2420
- ]
2421
2421
  }
2422
2422
  ]
2423
2423
  }
@@ -3,7 +3,7 @@ import { FoundationElement } from '@microsoft/fast-foundation';
3
3
  import { JSONSchema7 } from 'json-schema';
4
4
  import { RendererEntry } from '../types';
5
5
  /** @internal */
6
- export declare const filtersLogger: import("@genesislcap/foundation-utils").Logger;
6
+ export declare const filtersLogger: import("@genesislcap/foundation-logger").Logger;
7
7
  /** @public */
8
8
  export declare const filtersRenderers: any[];
9
9
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AAGA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAY1C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAKzC,gBAAgB;AAChB,eAAO,MAAM,aAAa,gDAAqC,CAAC;AAchE,cAAc;AACd,eAAO,MAAM,gBAAgB,OAY5B,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,OAAQ,SAAQ,iBAAiB;IAC5C;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAW1B,gBAAgB;IAKvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAE3B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B,YAAY;IAIZ;;OAEG;IACH,aAAa;IAyBb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAO3B,oBAAoB;CAKrB"}
1
+ {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AAGA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAY1C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAKzC,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE,cAAc;AACd,eAAO,MAAM,gBAAgB,OAY5B,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,OAAQ,SAAQ,iBAAiB;IAC5C;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAW1B,gBAAgB;IAKvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAE3B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B,YAAY;IAIZ;;OAEG;IACH,aAAa;IAyBb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAO3B,oBAAoB;CAKrB"}
@@ -3,7 +3,7 @@ import { FoundationElement } from '@microsoft/fast-foundation';
3
3
  import { JSONSchema7 } from 'json-schema';
4
4
  import { RendererEntry } from './types';
5
5
  /** @internal */
6
- export declare const logger: import("@genesislcap/foundation-utils").Logger;
6
+ export declare const logger: import("@genesislcap/foundation-logger").Logger;
7
7
  /** @public */
8
8
  export declare const renderers: any[];
9
9
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAkB1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,MAAM,gDAAkC,CAAC;AActD,cAAc;AACd,eAAO,MAAM,SAAS,OAgBrB,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,iBAAiB;IACzC;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAQjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IAE7C;;OAEG;IACG,OAAO;IA2Bb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,iBAAiB,IAAI,IAAI;IAKzB,oBAAoB;IAMpB;;;OAGG;IACH,KAAK;CAIN"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAkB1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,MAAM,iDAAkC,CAAC;AActD,cAAc;AACd,eAAO,MAAM,SAAS,OAgBrB,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,iBAAiB;IACzC;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAQjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IAE7C;;OAEG;IACG,OAAO;IA2Bb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,iBAAiB,IAAI,IAAI;IAKzB,oBAAoB;IAMpB;;;OAGG;IACH,KAAK;CAIN"}
@@ -1,7 +1,7 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
2
  import { Connect } from '@genesislcap/foundation-comms';
3
3
  import { CriteriaBuilder, Join } from '@genesislcap/foundation-criteria';
4
- import { createLogger } from '@genesislcap/foundation-utils';
4
+ import { createLogger } from '@genesislcap/foundation-logger';
5
5
  import { isControl, isStringControl, mapStateToControlProps, rankWith, } from '@jsonforms/core';
6
6
  import { attr, customElement, observable } from '@microsoft/fast-element';
7
7
  import { FoundationElement } from '@microsoft/fast-foundation';
package/dist/esm/form.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
2
  import { Connect } from '@genesislcap/foundation-comms';
3
- import { createLogger } from '@genesislcap/foundation-utils';
3
+ import { createLogger } from '@genesislcap/foundation-logger';
4
4
  import { isControl, isStringControl, mapStateToControlProps, rankWith, } from '@jsonforms/core';
5
5
  import { attr, customElement, DOM, observable } from '@microsoft/fast-element';
6
6
  import { FoundationElement } from '@microsoft/fast-foundation';
@@ -7,7 +7,7 @@ import { FASTElement } from '@microsoft/fast-element';
7
7
  import { FoundationElement } from '@microsoft/fast-foundation';
8
8
  import { JsonFormsState } from '@jsonforms/core';
9
9
  import { JSONSchema7 } from 'json-schema';
10
- import { Logger } from '@genesislcap/foundation-utils';
10
+ import { Logger } from '@genesislcap/foundation-logger';
11
11
  import { OwnPropsOfControl } from '@jsonforms/core';
12
12
  import { RankedTester } from '@jsonforms/core';
13
13
  import { StatePropsOfControl } from '@jsonforms/core';
@@ -13,7 +13,7 @@ import { FASTElement } from '@microsoft/fast-element';
13
13
  import { FoundationElement } from '@microsoft/fast-foundation';
14
14
  import { JsonFormsState } from '@jsonforms/core';
15
15
  import { JSONSchema7 } from 'json-schema';
16
- import { Logger } from '@genesislcap/foundation-utils';
16
+ import { Logger } from '@genesislcap/foundation-logger';
17
17
  import { OwnPropsOfControl } from '@jsonforms/core';
18
18
  import { RankedTester } from '@jsonforms/core';
19
19
  import { StatePropsOfControl } from '@jsonforms/core';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.80.0",
4
+ "version": "14.81.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,18 +40,16 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.80.0",
44
- "@genesislcap/genx": "14.80.0",
43
+ "@genesislcap/foundation-testing": "14.81.0",
44
+ "@genesislcap/genx": "14.81.0",
45
45
  "@types/json-schema": "^7.0.11",
46
- "@types/ua-parser-js": "^0.7.36",
47
- "analytics": "^0.8.0",
48
46
  "rimraf": "^3.0.2"
49
47
  },
50
48
  "dependencies": {
51
- "@genesislcap/foundation-comms": "14.80.0",
52
- "@genesislcap/foundation-criteria": "14.80.0",
53
- "@genesislcap/foundation-ui": "14.80.0",
54
- "@genesislcap/foundation-utils": "14.80.0",
49
+ "@genesislcap/foundation-comms": "14.81.0",
50
+ "@genesislcap/foundation-criteria": "14.81.0",
51
+ "@genesislcap/foundation-logger": "14.81.0",
52
+ "@genesislcap/foundation-ui": "14.81.0",
55
53
  "@jsonforms/core": "^3.0.0",
56
54
  "@microsoft/fast-components": "^2.21.3",
57
55
  "@microsoft/fast-element": "^1.7.0",
@@ -60,8 +58,7 @@
60
58
  "ajv": "^8.6.1",
61
59
  "json-schema": "^0.4.0",
62
60
  "lodash": "^4.17.21",
63
- "tslib": "^2.3.1",
64
- "ua-parser-js": "^1.0.32"
61
+ "tslib": "^2.3.1"
65
62
  },
66
63
  "repository": {
67
64
  "type": "git",
@@ -72,5 +69,5 @@
72
69
  "access": "public"
73
70
  },
74
71
  "customElements": "dist/custom-elements.json",
75
- "gitHead": "3d24e496108a7e41591df635302ab6ebe6d78169"
72
+ "gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
76
73
  }