@genesislcap/foundation-utils 14.374.0 → 14.374.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +148 -148
  2. package/package.json +11 -11
@@ -393,7 +393,7 @@
393
393
  },
394
394
  {
395
395
  "kind": "javascript-module",
396
- "path": "src/directives/index.ts",
396
+ "path": "src/decorators/index.ts",
397
397
  "declarations": [],
398
398
  "exports": [
399
399
  {
@@ -401,37 +401,52 @@
401
401
  "name": "*",
402
402
  "declaration": {
403
403
  "name": "*",
404
- "package": "./sync"
405
- }
406
- },
407
- {
408
- "kind": "js",
409
- "name": "*",
410
- "declaration": {
411
- "name": "*",
412
- "package": "./when-else"
404
+ "package": "./renderOnChange"
413
405
  }
414
406
  }
415
407
  ]
416
408
  },
417
409
  {
418
410
  "kind": "javascript-module",
419
- "path": "src/encoding/index.ts",
420
- "declarations": [],
411
+ "path": "src/decorators/renderOnChange.ts",
412
+ "declarations": [
413
+ {
414
+ "kind": "function",
415
+ "name": "renderOnChange",
416
+ "parameters": [
417
+ {
418
+ "name": "target",
419
+ "type": {
420
+ "text": "FASTElement & { render(): void }"
421
+ },
422
+ "description": "The target to define the property change handler on."
423
+ },
424
+ {
425
+ "name": "name",
426
+ "type": {
427
+ "text": "string"
428
+ },
429
+ "description": "The property name."
430
+ }
431
+ ],
432
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
433
+ "privacy": "public"
434
+ }
435
+ ],
421
436
  "exports": [
422
437
  {
423
438
  "kind": "js",
424
- "name": "*",
439
+ "name": "renderOnChange",
425
440
  "declaration": {
426
- "name": "*",
427
- "package": "./base64"
441
+ "name": "renderOnChange",
442
+ "module": "src/decorators/renderOnChange.ts"
428
443
  }
429
444
  }
430
445
  ]
431
446
  },
432
447
  {
433
448
  "kind": "javascript-module",
434
- "path": "src/decorators/index.ts",
449
+ "path": "src/directives/index.ts",
435
450
  "declarations": [],
436
451
  "exports": [
437
452
  {
@@ -439,45 +454,150 @@
439
454
  "name": "*",
440
455
  "declaration": {
441
456
  "name": "*",
442
- "package": "./renderOnChange"
457
+ "package": "./sync"
458
+ }
459
+ },
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./when-else"
443
466
  }
444
467
  }
445
468
  ]
446
469
  },
447
470
  {
448
471
  "kind": "javascript-module",
449
- "path": "src/decorators/renderOnChange.ts",
472
+ "path": "src/design-system/design-system.ts",
450
473
  "declarations": [
451
474
  {
452
475
  "kind": "function",
453
- "name": "renderOnChange",
476
+ "name": "assureDesignSystem",
477
+ "return": {
478
+ "type": {
479
+ "text": "DesignSystemModule"
480
+ }
481
+ },
454
482
  "parameters": [
455
483
  {
456
- "name": "target",
484
+ "name": "module",
457
485
  "type": {
458
- "text": "FASTElement & { render(): void }"
486
+ "text": "DesignSystemModule"
487
+ }
488
+ }
489
+ ],
490
+ "description": "assureDesignSystem.",
491
+ "privacy": "public"
492
+ },
493
+ {
494
+ "kind": "function",
495
+ "name": "getCurrentDesignSystem",
496
+ "return": {
497
+ "type": {
498
+ "text": ""
499
+ }
500
+ },
501
+ "parameters": [
502
+ {
503
+ "name": "element",
504
+ "type": {
505
+ "text": "HTMLElement"
459
506
  },
460
- "description": "The target to define the property change handler on."
507
+ "description": "The starting HTML element"
461
508
  },
462
509
  {
463
- "name": "name",
510
+ "name": "fallbackPrefix",
464
511
  "type": {
465
512
  "text": "string"
466
513
  },
467
- "description": "The property name."
514
+ "description": "The prefix to fallback to if the provider is not available"
468
515
  }
469
516
  ],
470
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
517
+ "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.",
518
+ "privacy": "public"
519
+ },
520
+ {
521
+ "kind": "function",
522
+ "name": "getCurrentDesignSystemPrefix",
523
+ "return": {
524
+ "type": {
525
+ "text": ""
526
+ }
527
+ },
528
+ "parameters": [
529
+ {
530
+ "name": "element",
531
+ "type": {
532
+ "text": "HTMLElement"
533
+ },
534
+ "description": "The starting HTML element"
535
+ },
536
+ {
537
+ "name": "fallbackPrefix",
538
+ "type": {
539
+ "text": "string"
540
+ },
541
+ "description": "The prefix to fallback to if the provider is not available"
542
+ }
543
+ ],
544
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
471
545
  "privacy": "public"
472
546
  }
473
547
  ],
474
548
  "exports": [
475
549
  {
476
550
  "kind": "js",
477
- "name": "renderOnChange",
551
+ "name": "assureDesignSystem",
478
552
  "declaration": {
479
- "name": "renderOnChange",
480
- "module": "src/decorators/renderOnChange.ts"
553
+ "name": "assureDesignSystem",
554
+ "module": "src/design-system/design-system.ts"
555
+ }
556
+ },
557
+ {
558
+ "kind": "js",
559
+ "name": "getCurrentDesignSystem",
560
+ "declaration": {
561
+ "name": "getCurrentDesignSystem",
562
+ "module": "src/design-system/design-system.ts"
563
+ }
564
+ },
565
+ {
566
+ "kind": "js",
567
+ "name": "getCurrentDesignSystemPrefix",
568
+ "declaration": {
569
+ "name": "getCurrentDesignSystemPrefix",
570
+ "module": "src/design-system/design-system.ts"
571
+ }
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "kind": "javascript-module",
577
+ "path": "src/design-system/index.ts",
578
+ "declarations": [],
579
+ "exports": [
580
+ {
581
+ "kind": "js",
582
+ "name": "*",
583
+ "declaration": {
584
+ "name": "*",
585
+ "package": "./design-system"
586
+ }
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "kind": "javascript-module",
592
+ "path": "src/encoding/index.ts",
593
+ "declarations": [],
594
+ "exports": [
595
+ {
596
+ "kind": "js",
597
+ "name": "*",
598
+ "declaration": {
599
+ "name": "*",
600
+ "package": "./base64"
481
601
  }
482
602
  }
483
603
  ]
@@ -1156,126 +1276,6 @@
1156
1276
  }
1157
1277
  ]
1158
1278
  },
1159
- {
1160
- "kind": "javascript-module",
1161
- "path": "src/design-system/design-system.ts",
1162
- "declarations": [
1163
- {
1164
- "kind": "function",
1165
- "name": "assureDesignSystem",
1166
- "return": {
1167
- "type": {
1168
- "text": "DesignSystemModule"
1169
- }
1170
- },
1171
- "parameters": [
1172
- {
1173
- "name": "module",
1174
- "type": {
1175
- "text": "DesignSystemModule"
1176
- }
1177
- }
1178
- ],
1179
- "description": "assureDesignSystem.",
1180
- "privacy": "public"
1181
- },
1182
- {
1183
- "kind": "function",
1184
- "name": "getCurrentDesignSystem",
1185
- "return": {
1186
- "type": {
1187
- "text": ""
1188
- }
1189
- },
1190
- "parameters": [
1191
- {
1192
- "name": "element",
1193
- "type": {
1194
- "text": "HTMLElement"
1195
- },
1196
- "description": "The starting HTML element"
1197
- },
1198
- {
1199
- "name": "fallbackPrefix",
1200
- "type": {
1201
- "text": "string"
1202
- },
1203
- "description": "The prefix to fallback to if the provider is not available"
1204
- }
1205
- ],
1206
- "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.",
1207
- "privacy": "public"
1208
- },
1209
- {
1210
- "kind": "function",
1211
- "name": "getCurrentDesignSystemPrefix",
1212
- "return": {
1213
- "type": {
1214
- "text": ""
1215
- }
1216
- },
1217
- "parameters": [
1218
- {
1219
- "name": "element",
1220
- "type": {
1221
- "text": "HTMLElement"
1222
- },
1223
- "description": "The starting HTML element"
1224
- },
1225
- {
1226
- "name": "fallbackPrefix",
1227
- "type": {
1228
- "text": "string"
1229
- },
1230
- "description": "The prefix to fallback to if the provider is not available"
1231
- }
1232
- ],
1233
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1234
- "privacy": "public"
1235
- }
1236
- ],
1237
- "exports": [
1238
- {
1239
- "kind": "js",
1240
- "name": "assureDesignSystem",
1241
- "declaration": {
1242
- "name": "assureDesignSystem",
1243
- "module": "src/design-system/design-system.ts"
1244
- }
1245
- },
1246
- {
1247
- "kind": "js",
1248
- "name": "getCurrentDesignSystem",
1249
- "declaration": {
1250
- "name": "getCurrentDesignSystem",
1251
- "module": "src/design-system/design-system.ts"
1252
- }
1253
- },
1254
- {
1255
- "kind": "js",
1256
- "name": "getCurrentDesignSystemPrefix",
1257
- "declaration": {
1258
- "name": "getCurrentDesignSystemPrefix",
1259
- "module": "src/design-system/design-system.ts"
1260
- }
1261
- }
1262
- ]
1263
- },
1264
- {
1265
- "kind": "javascript-module",
1266
- "path": "src/design-system/index.ts",
1267
- "declarations": [],
1268
- "exports": [
1269
- {
1270
- "kind": "js",
1271
- "name": "*",
1272
- "declaration": {
1273
- "name": "*",
1274
- "package": "./design-system"
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.374.0",
4
+ "version": "14.374.1",
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.374.0",
31
- "@genesislcap/genx": "14.374.0",
32
- "@genesislcap/rollup-builder": "14.374.0",
33
- "@genesislcap/ts-builder": "14.374.0",
34
- "@genesislcap/uvu-playwright-builder": "14.374.0",
35
- "@genesislcap/vite-builder": "14.374.0",
36
- "@genesislcap/webpack-builder": "14.374.0",
30
+ "@genesislcap/foundation-testing": "14.374.1",
31
+ "@genesislcap/genx": "14.374.1",
32
+ "@genesislcap/rollup-builder": "14.374.1",
33
+ "@genesislcap/ts-builder": "14.374.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.374.1",
35
+ "@genesislcap/vite-builder": "14.374.1",
36
+ "@genesislcap/webpack-builder": "14.374.1",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.374.0",
41
- "@genesislcap/foundation-logger": "14.374.0",
40
+ "@genesislcap/expression-builder": "14.374.1",
41
+ "@genesislcap/foundation-logger": "14.374.1",
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": "5b1d9974d57522806b773f291d40355a6dbff83a"
59
+ "gitHead": "d24b43a726fb1bf4f47699743adf635196a06543"
60
60
  }