@genesislcap/foundation-utils 14.384.1 → 14.386.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 +173 -173
  2. package/package.json +11 -11
@@ -414,59 +414,6 @@
414
414
  }
415
415
  ]
416
416
  },
417
- {
418
- "kind": "javascript-module",
419
- "path": "src/decorators/index.ts",
420
- "declarations": [],
421
- "exports": [
422
- {
423
- "kind": "js",
424
- "name": "*",
425
- "declaration": {
426
- "name": "*",
427
- "package": "./renderOnChange"
428
- }
429
- }
430
- ]
431
- },
432
- {
433
- "kind": "javascript-module",
434
- "path": "src/decorators/renderOnChange.ts",
435
- "declarations": [
436
- {
437
- "kind": "function",
438
- "name": "renderOnChange",
439
- "parameters": [
440
- {
441
- "name": "target",
442
- "type": {
443
- "text": "FASTElement & { render(): void }"
444
- },
445
- "description": "The target to define the property change handler on."
446
- },
447
- {
448
- "name": "name",
449
- "type": {
450
- "text": "string"
451
- },
452
- "description": "The property name."
453
- }
454
- ],
455
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
456
- "privacy": "public"
457
- }
458
- ],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "renderOnChange",
463
- "declaration": {
464
- "name": "renderOnChange",
465
- "module": "src/decorators/renderOnChange.ts"
466
- }
467
- }
468
- ]
469
- },
470
417
  {
471
418
  "kind": "javascript-module",
472
419
  "path": "src/encoding/index.ts",
@@ -482,126 +429,6 @@
482
429
  }
483
430
  ]
484
431
  },
485
- {
486
- "kind": "javascript-module",
487
- "path": "src/design-system/design-system.ts",
488
- "declarations": [
489
- {
490
- "kind": "function",
491
- "name": "assureDesignSystem",
492
- "return": {
493
- "type": {
494
- "text": "DesignSystemModule"
495
- }
496
- },
497
- "parameters": [
498
- {
499
- "name": "module",
500
- "type": {
501
- "text": "DesignSystemModule"
502
- }
503
- }
504
- ],
505
- "description": "assureDesignSystem.",
506
- "privacy": "public"
507
- },
508
- {
509
- "kind": "function",
510
- "name": "getCurrentDesignSystem",
511
- "return": {
512
- "type": {
513
- "text": ""
514
- }
515
- },
516
- "parameters": [
517
- {
518
- "name": "element",
519
- "type": {
520
- "text": "HTMLElement"
521
- },
522
- "description": "The starting HTML element"
523
- },
524
- {
525
- "name": "fallbackPrefix",
526
- "type": {
527
- "text": "string"
528
- },
529
- "description": "The prefix to fallback to if the provider is not available"
530
- }
531
- ],
532
- "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.",
533
- "privacy": "public"
534
- },
535
- {
536
- "kind": "function",
537
- "name": "getCurrentDesignSystemPrefix",
538
- "return": {
539
- "type": {
540
- "text": ""
541
- }
542
- },
543
- "parameters": [
544
- {
545
- "name": "element",
546
- "type": {
547
- "text": "HTMLElement"
548
- },
549
- "description": "The starting HTML element"
550
- },
551
- {
552
- "name": "fallbackPrefix",
553
- "type": {
554
- "text": "string"
555
- },
556
- "description": "The prefix to fallback to if the provider is not available"
557
- }
558
- ],
559
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
560
- "privacy": "public"
561
- }
562
- ],
563
- "exports": [
564
- {
565
- "kind": "js",
566
- "name": "assureDesignSystem",
567
- "declaration": {
568
- "name": "assureDesignSystem",
569
- "module": "src/design-system/design-system.ts"
570
- }
571
- },
572
- {
573
- "kind": "js",
574
- "name": "getCurrentDesignSystem",
575
- "declaration": {
576
- "name": "getCurrentDesignSystem",
577
- "module": "src/design-system/design-system.ts"
578
- }
579
- },
580
- {
581
- "kind": "js",
582
- "name": "getCurrentDesignSystemPrefix",
583
- "declaration": {
584
- "name": "getCurrentDesignSystemPrefix",
585
- "module": "src/design-system/design-system.ts"
586
- }
587
- }
588
- ]
589
- },
590
- {
591
- "kind": "javascript-module",
592
- "path": "src/design-system/index.ts",
593
- "declarations": [],
594
- "exports": [
595
- {
596
- "kind": "js",
597
- "name": "*",
598
- "declaration": {
599
- "name": "*",
600
- "package": "./design-system"
601
- }
602
- }
603
- ]
604
- },
605
432
  {
606
433
  "kind": "javascript-module",
607
434
  "path": "src/env/index.ts",
@@ -1276,6 +1103,179 @@
1276
1103
  }
1277
1104
  ]
1278
1105
  },
1106
+ {
1107
+ "kind": "javascript-module",
1108
+ "path": "src/design-system/design-system.ts",
1109
+ "declarations": [
1110
+ {
1111
+ "kind": "function",
1112
+ "name": "assureDesignSystem",
1113
+ "return": {
1114
+ "type": {
1115
+ "text": "DesignSystemModule"
1116
+ }
1117
+ },
1118
+ "parameters": [
1119
+ {
1120
+ "name": "module",
1121
+ "type": {
1122
+ "text": "DesignSystemModule"
1123
+ }
1124
+ }
1125
+ ],
1126
+ "description": "assureDesignSystem.",
1127
+ "privacy": "public"
1128
+ },
1129
+ {
1130
+ "kind": "function",
1131
+ "name": "getCurrentDesignSystem",
1132
+ "return": {
1133
+ "type": {
1134
+ "text": ""
1135
+ }
1136
+ },
1137
+ "parameters": [
1138
+ {
1139
+ "name": "element",
1140
+ "type": {
1141
+ "text": "HTMLElement"
1142
+ },
1143
+ "description": "The starting HTML element"
1144
+ },
1145
+ {
1146
+ "name": "fallbackPrefix",
1147
+ "type": {
1148
+ "text": "string"
1149
+ },
1150
+ "description": "The prefix to fallback to if the provider is not available"
1151
+ }
1152
+ ],
1153
+ "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.",
1154
+ "privacy": "public"
1155
+ },
1156
+ {
1157
+ "kind": "function",
1158
+ "name": "getCurrentDesignSystemPrefix",
1159
+ "return": {
1160
+ "type": {
1161
+ "text": ""
1162
+ }
1163
+ },
1164
+ "parameters": [
1165
+ {
1166
+ "name": "element",
1167
+ "type": {
1168
+ "text": "HTMLElement"
1169
+ },
1170
+ "description": "The starting HTML element"
1171
+ },
1172
+ {
1173
+ "name": "fallbackPrefix",
1174
+ "type": {
1175
+ "text": "string"
1176
+ },
1177
+ "description": "The prefix to fallback to if the provider is not available"
1178
+ }
1179
+ ],
1180
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1181
+ "privacy": "public"
1182
+ }
1183
+ ],
1184
+ "exports": [
1185
+ {
1186
+ "kind": "js",
1187
+ "name": "assureDesignSystem",
1188
+ "declaration": {
1189
+ "name": "assureDesignSystem",
1190
+ "module": "src/design-system/design-system.ts"
1191
+ }
1192
+ },
1193
+ {
1194
+ "kind": "js",
1195
+ "name": "getCurrentDesignSystem",
1196
+ "declaration": {
1197
+ "name": "getCurrentDesignSystem",
1198
+ "module": "src/design-system/design-system.ts"
1199
+ }
1200
+ },
1201
+ {
1202
+ "kind": "js",
1203
+ "name": "getCurrentDesignSystemPrefix",
1204
+ "declaration": {
1205
+ "name": "getCurrentDesignSystemPrefix",
1206
+ "module": "src/design-system/design-system.ts"
1207
+ }
1208
+ }
1209
+ ]
1210
+ },
1211
+ {
1212
+ "kind": "javascript-module",
1213
+ "path": "src/design-system/index.ts",
1214
+ "declarations": [],
1215
+ "exports": [
1216
+ {
1217
+ "kind": "js",
1218
+ "name": "*",
1219
+ "declaration": {
1220
+ "name": "*",
1221
+ "package": "./design-system"
1222
+ }
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "kind": "javascript-module",
1228
+ "path": "src/decorators/index.ts",
1229
+ "declarations": [],
1230
+ "exports": [
1231
+ {
1232
+ "kind": "js",
1233
+ "name": "*",
1234
+ "declaration": {
1235
+ "name": "*",
1236
+ "package": "./renderOnChange"
1237
+ }
1238
+ }
1239
+ ]
1240
+ },
1241
+ {
1242
+ "kind": "javascript-module",
1243
+ "path": "src/decorators/renderOnChange.ts",
1244
+ "declarations": [
1245
+ {
1246
+ "kind": "function",
1247
+ "name": "renderOnChange",
1248
+ "parameters": [
1249
+ {
1250
+ "name": "target",
1251
+ "type": {
1252
+ "text": "FASTElement & { render(): void }"
1253
+ },
1254
+ "description": "The target to define the property change handler on."
1255
+ },
1256
+ {
1257
+ "name": "name",
1258
+ "type": {
1259
+ "text": "string"
1260
+ },
1261
+ "description": "The property name."
1262
+ }
1263
+ ],
1264
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1265
+ "privacy": "public"
1266
+ }
1267
+ ],
1268
+ "exports": [
1269
+ {
1270
+ "kind": "js",
1271
+ "name": "renderOnChange",
1272
+ "declaration": {
1273
+ "name": "renderOnChange",
1274
+ "module": "src/decorators/renderOnChange.ts"
1275
+ }
1276
+ }
1277
+ ]
1278
+ },
1279
1279
  {
1280
1280
  "kind": "javascript-module",
1281
1281
  "path": "src/feature-flags/featureFlags.ts",
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.384.1",
4
+ "version": "14.386.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.384.1",
31
- "@genesislcap/genx": "14.384.1",
32
- "@genesislcap/rollup-builder": "14.384.1",
33
- "@genesislcap/ts-builder": "14.384.1",
34
- "@genesislcap/uvu-playwright-builder": "14.384.1",
35
- "@genesislcap/vite-builder": "14.384.1",
36
- "@genesislcap/webpack-builder": "14.384.1",
30
+ "@genesislcap/foundation-testing": "14.386.0",
31
+ "@genesislcap/genx": "14.386.0",
32
+ "@genesislcap/rollup-builder": "14.386.0",
33
+ "@genesislcap/ts-builder": "14.386.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.386.0",
35
+ "@genesislcap/vite-builder": "14.386.0",
36
+ "@genesislcap/webpack-builder": "14.386.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.384.1",
41
- "@genesislcap/foundation-logger": "14.384.1",
40
+ "@genesislcap/expression-builder": "14.386.0",
41
+ "@genesislcap/foundation-logger": "14.386.0",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "1e35d79ad275aa8c209ae43bfa8d0c0d018ce83a"
59
+ "gitHead": "e7b96cdce11cd5c9e08bbf4df29c56120a381dd6"
60
60
  }