@genesislcap/foundation-utils 14.450.1-alpha-19ffad5.0 → 14.451.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +408 -408
  2. package/package.json +11 -11
@@ -250,246 +250,6 @@
250
250
  }
251
251
  ]
252
252
  },
253
- {
254
- "kind": "javascript-module",
255
- "path": "src/directives/index.ts",
256
- "declarations": [],
257
- "exports": [
258
- {
259
- "kind": "js",
260
- "name": "*",
261
- "declaration": {
262
- "name": "*",
263
- "package": "./sync"
264
- }
265
- },
266
- {
267
- "kind": "js",
268
- "name": "*",
269
- "declaration": {
270
- "name": "*",
271
- "package": "./when-else"
272
- }
273
- }
274
- ]
275
- },
276
- {
277
- "kind": "javascript-module",
278
- "path": "src/design-system/design-system.ts",
279
- "declarations": [
280
- {
281
- "kind": "function",
282
- "name": "assureDesignSystem",
283
- "return": {
284
- "type": {
285
- "text": "DesignSystemModule"
286
- }
287
- },
288
- "parameters": [
289
- {
290
- "name": "module",
291
- "type": {
292
- "text": "DesignSystemModule"
293
- }
294
- }
295
- ],
296
- "description": "assureDesignSystem.",
297
- "privacy": "public"
298
- },
299
- {
300
- "kind": "function",
301
- "name": "getCurrentDesignSystem",
302
- "return": {
303
- "type": {
304
- "text": ""
305
- }
306
- },
307
- "parameters": [
308
- {
309
- "name": "element",
310
- "type": {
311
- "text": "HTMLElement"
312
- },
313
- "description": "The starting HTML element"
314
- },
315
- {
316
- "name": "fallbackPrefix",
317
- "type": {
318
- "text": "string"
319
- },
320
- "description": "The prefix to fallback to if the provider is not available"
321
- }
322
- ],
323
- "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
324
- "privacy": "public"
325
- },
326
- {
327
- "kind": "function",
328
- "name": "getCurrentDesignSystemPrefix",
329
- "return": {
330
- "type": {
331
- "text": ""
332
- }
333
- },
334
- "parameters": [
335
- {
336
- "name": "element",
337
- "type": {
338
- "text": "HTMLElement"
339
- },
340
- "description": "The starting HTML element"
341
- },
342
- {
343
- "name": "fallbackPrefix",
344
- "type": {
345
- "text": "string"
346
- },
347
- "description": "The prefix to fallback to if the provider is not available"
348
- }
349
- ],
350
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
351
- "privacy": "public"
352
- }
353
- ],
354
- "exports": [
355
- {
356
- "kind": "js",
357
- "name": "assureDesignSystem",
358
- "declaration": {
359
- "name": "assureDesignSystem",
360
- "module": "src/design-system/design-system.ts"
361
- }
362
- },
363
- {
364
- "kind": "js",
365
- "name": "getCurrentDesignSystem",
366
- "declaration": {
367
- "name": "getCurrentDesignSystem",
368
- "module": "src/design-system/design-system.ts"
369
- }
370
- },
371
- {
372
- "kind": "js",
373
- "name": "getCurrentDesignSystemPrefix",
374
- "declaration": {
375
- "name": "getCurrentDesignSystemPrefix",
376
- "module": "src/design-system/design-system.ts"
377
- }
378
- }
379
- ]
380
- },
381
- {
382
- "kind": "javascript-module",
383
- "path": "src/design-system/editable-elements.ts",
384
- "declarations": [
385
- {
386
- "kind": "variable",
387
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
388
- "type": {
389
- "text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
390
- },
391
- "default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
392
- "description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
393
- },
394
- {
395
- "kind": "variable",
396
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
397
- "type": {
398
- "text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
399
- },
400
- "default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
401
- "description": "Design-system specific editable host selectors."
402
- },
403
- {
404
- "kind": "function",
405
- "name": "buildEditableElementSelector",
406
- "return": {
407
- "type": {
408
- "text": "string"
409
- }
410
- },
411
- "parameters": [
412
- {
413
- "name": "designSystems",
414
- "type": {
415
- "text": "readonly EditableDesignSystemPrefix[]"
416
- }
417
- },
418
- {
419
- "name": "customEditableSelectors",
420
- "default": "[]",
421
- "type": {
422
- "text": "readonly string[]"
423
- }
424
- }
425
- ]
426
- }
427
- ],
428
- "exports": [
429
- {
430
- "kind": "js",
431
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
432
- "declaration": {
433
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
434
- "module": "src/design-system/editable-elements.ts"
435
- }
436
- },
437
- {
438
- "kind": "js",
439
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
440
- "declaration": {
441
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
442
- "module": "src/design-system/editable-elements.ts"
443
- }
444
- },
445
- {
446
- "kind": "js",
447
- "name": "buildEditableElementSelector",
448
- "declaration": {
449
- "name": "buildEditableElementSelector",
450
- "module": "src/design-system/editable-elements.ts"
451
- }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/design-system/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./design-system"
466
- }
467
- },
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./editable-elements"
474
- }
475
- }
476
- ]
477
- },
478
- {
479
- "kind": "javascript-module",
480
- "path": "src/encoding/index.ts",
481
- "declarations": [],
482
- "exports": [
483
- {
484
- "kind": "js",
485
- "name": "*",
486
- "declaration": {
487
- "name": "*",
488
- "package": "./base64"
489
- }
490
- }
491
- ]
492
- },
493
253
  {
494
254
  "kind": "javascript-module",
495
255
  "path": "src/decorators/index.ts",
@@ -545,21 +305,257 @@
545
305
  },
546
306
  {
547
307
  "kind": "javascript-module",
548
- "path": "src/env/index.ts",
549
- "declarations": [],
550
- "exports": [
551
- {
552
- "kind": "js",
553
- "name": "*",
554
- "declaration": {
555
- "name": "*",
556
- "package": "./is-dev"
557
- }
558
- },
308
+ "path": "src/data/inMemoryDatabase.ts",
309
+ "declarations": [
559
310
  {
560
- "kind": "js",
561
- "name": "*",
562
- "declaration": {
311
+ "kind": "class",
312
+ "description": "An in memory database of specific DatabaseRecord types.",
313
+ "name": "InMemoryDatabase",
314
+ "members": [
315
+ {
316
+ "kind": "field",
317
+ "name": "isWorking",
318
+ "type": {
319
+ "text": "boolean"
320
+ },
321
+ "privacy": "public",
322
+ "default": "false"
323
+ },
324
+ {
325
+ "kind": "field",
326
+ "name": "records",
327
+ "type": {
328
+ "text": "Record<string, T>"
329
+ },
330
+ "privacy": "private",
331
+ "default": "{}"
332
+ },
333
+ {
334
+ "kind": "field",
335
+ "name": "beforeUpdateListeners",
336
+ "privacy": "private"
337
+ },
338
+ {
339
+ "kind": "field",
340
+ "name": "afterUpdateListeners",
341
+ "privacy": "private"
342
+ },
343
+ {
344
+ "kind": "method",
345
+ "name": "create",
346
+ "privacy": "public",
347
+ "return": {
348
+ "type": {
349
+ "text": "Promise<DatabaseAccessResult.Create<T>>"
350
+ }
351
+ },
352
+ "parameters": [
353
+ {
354
+ "name": "newValue",
355
+ "type": {
356
+ "text": "Omit<T, 'id'>"
357
+ }
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "kind": "method",
363
+ "name": "read",
364
+ "privacy": "public",
365
+ "return": {
366
+ "type": {
367
+ "text": "Promise<DatabaseAccessResult.Read<T>>"
368
+ }
369
+ },
370
+ "parameters": [
371
+ {
372
+ "name": "id",
373
+ "type": {
374
+ "text": "string"
375
+ }
376
+ }
377
+ ]
378
+ },
379
+ {
380
+ "kind": "method",
381
+ "name": "update",
382
+ "privacy": "public",
383
+ "return": {
384
+ "type": {
385
+ "text": "Promise<DatabaseAccessResult.Update<T>>"
386
+ }
387
+ },
388
+ "parameters": [
389
+ {
390
+ "name": "id",
391
+ "type": {
392
+ "text": "string"
393
+ }
394
+ },
395
+ {
396
+ "name": "newValue",
397
+ "type": {
398
+ "text": "Omit<Partial<T>, 'id'>"
399
+ }
400
+ }
401
+ ]
402
+ },
403
+ {
404
+ "kind": "method",
405
+ "name": "delete",
406
+ "privacy": "public",
407
+ "return": {
408
+ "type": {
409
+ "text": "Promise<DatabaseAccessResult.Delete>"
410
+ }
411
+ },
412
+ "parameters": [
413
+ {
414
+ "name": "id",
415
+ "type": {
416
+ "text": "string"
417
+ }
418
+ }
419
+ ]
420
+ },
421
+ {
422
+ "kind": "method",
423
+ "name": "visit",
424
+ "privacy": "public",
425
+ "return": {
426
+ "type": {
427
+ "text": "Promise<void>"
428
+ }
429
+ },
430
+ "parameters": [
431
+ {
432
+ "name": "visitor",
433
+ "type": {
434
+ "text": "(record: T) => void"
435
+ }
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "kind": "method",
441
+ "name": "onBeforeUpdate",
442
+ "privacy": "public",
443
+ "return": {
444
+ "type": {
445
+ "text": "() => void"
446
+ }
447
+ },
448
+ "parameters": [
449
+ {
450
+ "name": "listener",
451
+ "type": {
452
+ "text": "Listener<DatabaseEvent.BeforeUpdate<T>>"
453
+ }
454
+ }
455
+ ]
456
+ },
457
+ {
458
+ "kind": "method",
459
+ "name": "onAfterUpdate",
460
+ "privacy": "public",
461
+ "return": {
462
+ "type": {
463
+ "text": "() => void"
464
+ }
465
+ },
466
+ "parameters": [
467
+ {
468
+ "name": "listener",
469
+ "type": {
470
+ "text": "Listener<DatabaseEvent.AfterUpdate<T>>"
471
+ }
472
+ }
473
+ ]
474
+ }
475
+ ]
476
+ }
477
+ ],
478
+ "exports": [
479
+ {
480
+ "kind": "js",
481
+ "name": "InMemoryDatabase",
482
+ "declaration": {
483
+ "name": "InMemoryDatabase",
484
+ "module": "src/data/inMemoryDatabase.ts"
485
+ }
486
+ }
487
+ ]
488
+ },
489
+ {
490
+ "kind": "javascript-module",
491
+ "path": "src/data/index.ts",
492
+ "declarations": [],
493
+ "exports": [
494
+ {
495
+ "kind": "js",
496
+ "name": "*",
497
+ "declaration": {
498
+ "name": "*",
499
+ "package": "./inMemoryDatabase"
500
+ }
501
+ }
502
+ ]
503
+ },
504
+ {
505
+ "kind": "javascript-module",
506
+ "path": "src/directives/index.ts",
507
+ "declarations": [],
508
+ "exports": [
509
+ {
510
+ "kind": "js",
511
+ "name": "*",
512
+ "declaration": {
513
+ "name": "*",
514
+ "package": "./sync"
515
+ }
516
+ },
517
+ {
518
+ "kind": "js",
519
+ "name": "*",
520
+ "declaration": {
521
+ "name": "*",
522
+ "package": "./when-else"
523
+ }
524
+ }
525
+ ]
526
+ },
527
+ {
528
+ "kind": "javascript-module",
529
+ "path": "src/encoding/index.ts",
530
+ "declarations": [],
531
+ "exports": [
532
+ {
533
+ "kind": "js",
534
+ "name": "*",
535
+ "declaration": {
536
+ "name": "*",
537
+ "package": "./base64"
538
+ }
539
+ }
540
+ ]
541
+ },
542
+ {
543
+ "kind": "javascript-module",
544
+ "path": "src/env/index.ts",
545
+ "declarations": [],
546
+ "exports": [
547
+ {
548
+ "kind": "js",
549
+ "name": "*",
550
+ "declaration": {
551
+ "name": "*",
552
+ "package": "./is-dev"
553
+ }
554
+ },
555
+ {
556
+ "kind": "js",
557
+ "name": "*",
558
+ "declaration": {
563
559
  "name": "*",
564
560
  "package": "./variables"
565
561
  }
@@ -1020,172 +1016,152 @@
1020
1016
  },
1021
1017
  {
1022
1018
  "kind": "javascript-module",
1023
- "path": "src/data/inMemoryDatabase.ts",
1019
+ "path": "src/design-system/design-system.ts",
1024
1020
  "declarations": [
1025
1021
  {
1026
- "kind": "class",
1027
- "description": "An in memory database of specific DatabaseRecord types.",
1028
- "name": "InMemoryDatabase",
1029
- "members": [
1030
- {
1031
- "kind": "field",
1032
- "name": "isWorking",
1033
- "type": {
1034
- "text": "boolean"
1035
- },
1036
- "privacy": "public",
1037
- "default": "false"
1038
- },
1022
+ "kind": "function",
1023
+ "name": "assureDesignSystem",
1024
+ "return": {
1025
+ "type": {
1026
+ "text": "DesignSystemModule"
1027
+ }
1028
+ },
1029
+ "parameters": [
1039
1030
  {
1040
- "kind": "field",
1041
- "name": "records",
1031
+ "name": "module",
1042
1032
  "type": {
1043
- "text": "Record<string, T>"
1044
- },
1045
- "privacy": "private",
1046
- "default": "{}"
1047
- },
1048
- {
1049
- "kind": "field",
1050
- "name": "beforeUpdateListeners",
1051
- "privacy": "private"
1052
- },
1053
- {
1054
- "kind": "field",
1055
- "name": "afterUpdateListeners",
1056
- "privacy": "private"
1057
- },
1058
- {
1059
- "kind": "method",
1060
- "name": "create",
1061
- "privacy": "public",
1062
- "return": {
1063
- "type": {
1064
- "text": "Promise<DatabaseAccessResult.Create<T>>"
1065
- }
1066
- },
1067
- "parameters": [
1068
- {
1069
- "name": "newValue",
1070
- "type": {
1071
- "text": "Omit<T, 'id'>"
1072
- }
1073
- }
1074
- ]
1075
- },
1033
+ "text": "DesignSystemModule"
1034
+ }
1035
+ }
1036
+ ],
1037
+ "description": "assureDesignSystem.",
1038
+ "privacy": "public"
1039
+ },
1040
+ {
1041
+ "kind": "function",
1042
+ "name": "getCurrentDesignSystem",
1043
+ "return": {
1044
+ "type": {
1045
+ "text": ""
1046
+ }
1047
+ },
1048
+ "parameters": [
1076
1049
  {
1077
- "kind": "method",
1078
- "name": "read",
1079
- "privacy": "public",
1080
- "return": {
1081
- "type": {
1082
- "text": "Promise<DatabaseAccessResult.Read<T>>"
1083
- }
1050
+ "name": "element",
1051
+ "type": {
1052
+ "text": "HTMLElement"
1084
1053
  },
1085
- "parameters": [
1086
- {
1087
- "name": "id",
1088
- "type": {
1089
- "text": "string"
1090
- }
1091
- }
1092
- ]
1054
+ "description": "The starting HTML element"
1093
1055
  },
1094
1056
  {
1095
- "kind": "method",
1096
- "name": "update",
1097
- "privacy": "public",
1098
- "return": {
1099
- "type": {
1100
- "text": "Promise<DatabaseAccessResult.Update<T>>"
1101
- }
1057
+ "name": "fallbackPrefix",
1058
+ "type": {
1059
+ "text": "string"
1102
1060
  },
1103
- "parameters": [
1104
- {
1105
- "name": "id",
1106
- "type": {
1107
- "text": "string"
1108
- }
1109
- },
1110
- {
1111
- "name": "newValue",
1112
- "type": {
1113
- "text": "Omit<Partial<T>, 'id'>"
1114
- }
1115
- }
1116
- ]
1117
- },
1061
+ "description": "The prefix to fallback to if the provider is not available"
1062
+ }
1063
+ ],
1064
+ "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1065
+ "privacy": "public"
1066
+ },
1067
+ {
1068
+ "kind": "function",
1069
+ "name": "getCurrentDesignSystemPrefix",
1070
+ "return": {
1071
+ "type": {
1072
+ "text": ""
1073
+ }
1074
+ },
1075
+ "parameters": [
1118
1076
  {
1119
- "kind": "method",
1120
- "name": "delete",
1121
- "privacy": "public",
1122
- "return": {
1123
- "type": {
1124
- "text": "Promise<DatabaseAccessResult.Delete>"
1125
- }
1077
+ "name": "element",
1078
+ "type": {
1079
+ "text": "HTMLElement"
1126
1080
  },
1127
- "parameters": [
1128
- {
1129
- "name": "id",
1130
- "type": {
1131
- "text": "string"
1132
- }
1133
- }
1134
- ]
1081
+ "description": "The starting HTML element"
1135
1082
  },
1136
1083
  {
1137
- "kind": "method",
1138
- "name": "visit",
1139
- "privacy": "public",
1140
- "return": {
1141
- "type": {
1142
- "text": "Promise<void>"
1143
- }
1084
+ "name": "fallbackPrefix",
1085
+ "type": {
1086
+ "text": "string"
1144
1087
  },
1145
- "parameters": [
1146
- {
1147
- "name": "visitor",
1148
- "type": {
1149
- "text": "(record: T) => void"
1150
- }
1151
- }
1152
- ]
1153
- },
1088
+ "description": "The prefix to fallback to if the provider is not available"
1089
+ }
1090
+ ],
1091
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1092
+ "privacy": "public"
1093
+ }
1094
+ ],
1095
+ "exports": [
1096
+ {
1097
+ "kind": "js",
1098
+ "name": "assureDesignSystem",
1099
+ "declaration": {
1100
+ "name": "assureDesignSystem",
1101
+ "module": "src/design-system/design-system.ts"
1102
+ }
1103
+ },
1104
+ {
1105
+ "kind": "js",
1106
+ "name": "getCurrentDesignSystem",
1107
+ "declaration": {
1108
+ "name": "getCurrentDesignSystem",
1109
+ "module": "src/design-system/design-system.ts"
1110
+ }
1111
+ },
1112
+ {
1113
+ "kind": "js",
1114
+ "name": "getCurrentDesignSystemPrefix",
1115
+ "declaration": {
1116
+ "name": "getCurrentDesignSystemPrefix",
1117
+ "module": "src/design-system/design-system.ts"
1118
+ }
1119
+ }
1120
+ ]
1121
+ },
1122
+ {
1123
+ "kind": "javascript-module",
1124
+ "path": "src/design-system/editable-elements.ts",
1125
+ "declarations": [
1126
+ {
1127
+ "kind": "variable",
1128
+ "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
1129
+ "type": {
1130
+ "text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
1131
+ },
1132
+ "default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
1133
+ "description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
1134
+ },
1135
+ {
1136
+ "kind": "variable",
1137
+ "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
1138
+ "type": {
1139
+ "text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
1140
+ },
1141
+ "default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
1142
+ "description": "Design-system specific editable host selectors."
1143
+ },
1144
+ {
1145
+ "kind": "function",
1146
+ "name": "buildEditableElementSelector",
1147
+ "return": {
1148
+ "type": {
1149
+ "text": "string"
1150
+ }
1151
+ },
1152
+ "parameters": [
1154
1153
  {
1155
- "kind": "method",
1156
- "name": "onBeforeUpdate",
1157
- "privacy": "public",
1158
- "return": {
1159
- "type": {
1160
- "text": "() => void"
1161
- }
1162
- },
1163
- "parameters": [
1164
- {
1165
- "name": "listener",
1166
- "type": {
1167
- "text": "Listener<DatabaseEvent.BeforeUpdate<T>>"
1168
- }
1169
- }
1170
- ]
1154
+ "name": "designSystems",
1155
+ "type": {
1156
+ "text": "readonly EditableDesignSystemPrefix[]"
1157
+ }
1171
1158
  },
1172
1159
  {
1173
- "kind": "method",
1174
- "name": "onAfterUpdate",
1175
- "privacy": "public",
1176
- "return": {
1177
- "type": {
1178
- "text": "() => void"
1179
- }
1180
- },
1181
- "parameters": [
1182
- {
1183
- "name": "listener",
1184
- "type": {
1185
- "text": "Listener<DatabaseEvent.AfterUpdate<T>>"
1186
- }
1187
- }
1188
- ]
1160
+ "name": "customEditableSelectors",
1161
+ "default": "[]",
1162
+ "type": {
1163
+ "text": "readonly string[]"
1164
+ }
1189
1165
  }
1190
1166
  ]
1191
1167
  }
@@ -1193,17 +1169,33 @@
1193
1169
  "exports": [
1194
1170
  {
1195
1171
  "kind": "js",
1196
- "name": "InMemoryDatabase",
1172
+ "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
1197
1173
  "declaration": {
1198
- "name": "InMemoryDatabase",
1199
- "module": "src/data/inMemoryDatabase.ts"
1174
+ "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
1175
+ "module": "src/design-system/editable-elements.ts"
1176
+ }
1177
+ },
1178
+ {
1179
+ "kind": "js",
1180
+ "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
1181
+ "declaration": {
1182
+ "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
1183
+ "module": "src/design-system/editable-elements.ts"
1184
+ }
1185
+ },
1186
+ {
1187
+ "kind": "js",
1188
+ "name": "buildEditableElementSelector",
1189
+ "declaration": {
1190
+ "name": "buildEditableElementSelector",
1191
+ "module": "src/design-system/editable-elements.ts"
1200
1192
  }
1201
1193
  }
1202
1194
  ]
1203
1195
  },
1204
1196
  {
1205
1197
  "kind": "javascript-module",
1206
- "path": "src/data/index.ts",
1198
+ "path": "src/design-system/index.ts",
1207
1199
  "declarations": [],
1208
1200
  "exports": [
1209
1201
  {
@@ -1211,7 +1203,15 @@
1211
1203
  "name": "*",
1212
1204
  "declaration": {
1213
1205
  "name": "*",
1214
- "package": "./inMemoryDatabase"
1206
+ "package": "./design-system"
1207
+ }
1208
+ },
1209
+ {
1210
+ "kind": "js",
1211
+ "name": "*",
1212
+ "declaration": {
1213
+ "name": "*",
1214
+ "package": "./editable-elements"
1215
1215
  }
1216
1216
  }
1217
1217
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.450.1-alpha-19ffad5.0",
4
+ "version": "14.451.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.450.1-alpha-19ffad5.0",
33
- "@genesislcap/genx": "14.450.1-alpha-19ffad5.0",
34
- "@genesislcap/rollup-builder": "14.450.1-alpha-19ffad5.0",
35
- "@genesislcap/ts-builder": "14.450.1-alpha-19ffad5.0",
36
- "@genesislcap/uvu-playwright-builder": "14.450.1-alpha-19ffad5.0",
37
- "@genesislcap/vite-builder": "14.450.1-alpha-19ffad5.0",
38
- "@genesislcap/webpack-builder": "14.450.1-alpha-19ffad5.0",
32
+ "@genesislcap/foundation-testing": "14.451.0",
33
+ "@genesislcap/genx": "14.451.0",
34
+ "@genesislcap/rollup-builder": "14.451.0",
35
+ "@genesislcap/ts-builder": "14.451.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.451.0",
37
+ "@genesislcap/vite-builder": "14.451.0",
38
+ "@genesislcap/webpack-builder": "14.451.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.450.1-alpha-19ffad5.0",
43
- "@genesislcap/foundation-logger": "14.450.1-alpha-19ffad5.0",
42
+ "@genesislcap/expression-builder": "14.451.0",
43
+ "@genesislcap/foundation-logger": "14.451.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "9e965c29d2b23e10f313837cad3eee8c35a47898"
61
+ "gitHead": "0e6d8695edfcba1901f3f42f12e9387bee747c60"
62
62
  }