@genesislcap/rapid-design-system 14.461.0 → 14.461.2

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.
@@ -772,86 +772,6 @@
772
772
  }
773
773
  ]
774
774
  },
775
- {
776
- "kind": "javascript-module",
777
- "path": "src/_config/configure.ts",
778
- "declarations": [
779
- {
780
- "kind": "function",
781
- "name": "configureRapidDesignSystem",
782
- "return": {
783
- "type": {
784
- "text": "void"
785
- }
786
- },
787
- "parameters": [
788
- {
789
- "name": "provider",
790
- "type": {
791
- "text": "HTMLElement"
792
- }
793
- },
794
- {
795
- "name": "config",
796
- "type": {
797
- "text": "Partial<DesignTokensConfig>"
798
- }
799
- }
800
- ],
801
- "description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
802
- "privacy": "public"
803
- }
804
- ],
805
- "exports": [
806
- {
807
- "kind": "js",
808
- "name": "configureRapidDesignSystem",
809
- "declaration": {
810
- "name": "configureRapidDesignSystem",
811
- "module": "src/_config/configure.ts"
812
- }
813
- }
814
- ]
815
- },
816
- {
817
- "kind": "javascript-module",
818
- "path": "src/_config/index.ts",
819
- "declarations": [],
820
- "exports": [
821
- {
822
- "kind": "js",
823
- "name": "*",
824
- "declaration": {
825
- "name": "*",
826
- "package": "./configure"
827
- }
828
- },
829
- {
830
- "kind": "js",
831
- "name": "*",
832
- "declaration": {
833
- "name": "*",
834
- "package": "./styles"
835
- }
836
- },
837
- {
838
- "kind": "js",
839
- "name": "*",
840
- "declaration": {
841
- "name": "*",
842
- "package": "./tokens"
843
- }
844
- },
845
- {
846
- "kind": "js",
847
- "name": "*",
848
- "declaration": {
849
- "name": "*",
850
- "package": "./values"
851
- }
852
- }
853
- ]
854
- },
855
775
  {
856
776
  "kind": "javascript-module",
857
777
  "path": "src/accordion/accordion.styles.ts",
@@ -1000,6 +920,86 @@
1000
920
  }
1001
921
  ]
1002
922
  },
923
+ {
924
+ "kind": "javascript-module",
925
+ "path": "src/_config/configure.ts",
926
+ "declarations": [
927
+ {
928
+ "kind": "function",
929
+ "name": "configureRapidDesignSystem",
930
+ "return": {
931
+ "type": {
932
+ "text": "void"
933
+ }
934
+ },
935
+ "parameters": [
936
+ {
937
+ "name": "provider",
938
+ "type": {
939
+ "text": "HTMLElement"
940
+ }
941
+ },
942
+ {
943
+ "name": "config",
944
+ "type": {
945
+ "text": "Partial<DesignTokensConfig>"
946
+ }
947
+ }
948
+ ],
949
+ "description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
950
+ "privacy": "public"
951
+ }
952
+ ],
953
+ "exports": [
954
+ {
955
+ "kind": "js",
956
+ "name": "configureRapidDesignSystem",
957
+ "declaration": {
958
+ "name": "configureRapidDesignSystem",
959
+ "module": "src/_config/configure.ts"
960
+ }
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ "kind": "javascript-module",
966
+ "path": "src/_config/index.ts",
967
+ "declarations": [],
968
+ "exports": [
969
+ {
970
+ "kind": "js",
971
+ "name": "*",
972
+ "declaration": {
973
+ "name": "*",
974
+ "package": "./configure"
975
+ }
976
+ },
977
+ {
978
+ "kind": "js",
979
+ "name": "*",
980
+ "declaration": {
981
+ "name": "*",
982
+ "package": "./styles"
983
+ }
984
+ },
985
+ {
986
+ "kind": "js",
987
+ "name": "*",
988
+ "declaration": {
989
+ "name": "*",
990
+ "package": "./tokens"
991
+ }
992
+ },
993
+ {
994
+ "kind": "js",
995
+ "name": "*",
996
+ "declaration": {
997
+ "name": "*",
998
+ "package": "./values"
999
+ }
1000
+ }
1001
+ ]
1002
+ },
1003
1003
  {
1004
1004
  "kind": "javascript-module",
1005
1005
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -3264,11 +3264,11 @@
3264
3264
  },
3265
3265
  {
3266
3266
  "kind": "javascript-module",
3267
- "path": "src/avatar/avatar.styles.ts",
3267
+ "path": "src/anchored-region/anchored-region.styles.ts",
3268
3268
  "declarations": [
3269
3269
  {
3270
3270
  "kind": "function",
3271
- "name": "rapidAvatarStyles",
3271
+ "name": "rapidAnchoredRegionStyles",
3272
3272
  "return": {
3273
3273
  "type": {
3274
3274
  "text": "ElementStyles"
@@ -3293,24 +3293,24 @@
3293
3293
  "exports": [
3294
3294
  {
3295
3295
  "kind": "js",
3296
- "name": "rapidAvatarStyles",
3296
+ "name": "rapidAnchoredRegionStyles",
3297
3297
  "declaration": {
3298
- "name": "rapidAvatarStyles",
3299
- "module": "src/avatar/avatar.styles.ts"
3298
+ "name": "rapidAnchoredRegionStyles",
3299
+ "module": "src/anchored-region/anchored-region.styles.ts"
3300
3300
  }
3301
3301
  }
3302
3302
  ]
3303
3303
  },
3304
3304
  {
3305
3305
  "kind": "javascript-module",
3306
- "path": "src/avatar/avatar.template.ts",
3306
+ "path": "src/anchored-region/anchored-region.template.ts",
3307
3307
  "declarations": [
3308
3308
  {
3309
3309
  "kind": "function",
3310
- "name": "rapidAvatarTemplate",
3310
+ "name": "rapidAnchoredRegionTemplate",
3311
3311
  "return": {
3312
3312
  "type": {
3313
- "text": "ViewTemplate<Avatar>"
3313
+ "text": "ViewTemplate<AnchoredRegion>"
3314
3314
  }
3315
3315
  },
3316
3316
  "parameters": [
@@ -3332,455 +3332,92 @@
3332
3332
  "exports": [
3333
3333
  {
3334
3334
  "kind": "js",
3335
- "name": "rapidAvatarTemplate",
3335
+ "name": "rapidAnchoredRegionTemplate",
3336
3336
  "declaration": {
3337
- "name": "rapidAvatarTemplate",
3338
- "module": "src/avatar/avatar.template.ts"
3337
+ "name": "rapidAnchoredRegionTemplate",
3338
+ "module": "src/anchored-region/anchored-region.template.ts"
3339
3339
  }
3340
3340
  }
3341
3341
  ]
3342
3342
  },
3343
3343
  {
3344
3344
  "kind": "javascript-module",
3345
- "path": "src/avatar/avatar.ts",
3345
+ "path": "src/anchored-region/anchored-region.ts",
3346
3346
  "declarations": [
3347
3347
  {
3348
3348
  "kind": "class",
3349
3349
  "description": "",
3350
- "name": "Avatar",
3350
+ "name": "AnchoredRegion",
3351
3351
  "superclass": {
3352
- "name": "FoundationAvatar",
3352
+ "name": "FoundationAnchoredRegion",
3353
3353
  "package": "@genesislcap/foundation-ui"
3354
3354
  },
3355
- "tagName": "%%prefix%%-avatar",
3355
+ "tagName": "%%prefix%%-anchored-region",
3356
3356
  "customElement": true,
3357
3357
  "attributes": [
3358
3358
  {
3359
- "name": "fill",
3359
+ "name": "anchor",
3360
3360
  "type": {
3361
3361
  "text": "string"
3362
3362
  },
3363
- "description": "Indicates the Avatar should have a color fill.",
3364
- "fieldName": "fill",
3363
+ "default": "\"\"",
3364
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
3365
+ "fieldName": "anchor",
3365
3366
  "inheritedFrom": {
3366
- "name": "Avatar",
3367
- "module": "src/avatar/avatar.ts"
3367
+ "name": "AnchoredRegion",
3368
+ "module": "src/anchored-region/anchored-region.ts"
3368
3369
  }
3369
3370
  },
3370
3371
  {
3371
- "name": "color",
3372
+ "name": "viewport",
3372
3373
  "type": {
3373
3374
  "text": "string"
3374
3375
  },
3375
- "description": "Indicates the Avatar should have a text color.",
3376
- "fieldName": "color",
3376
+ "default": "\"\"",
3377
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
3378
+ "fieldName": "viewport",
3377
3379
  "inheritedFrom": {
3378
- "name": "Avatar",
3379
- "module": "src/avatar/avatar.ts"
3380
+ "name": "AnchoredRegion",
3381
+ "module": "src/anchored-region/anchored-region.ts"
3380
3382
  }
3381
3383
  },
3382
3384
  {
3383
- "name": "link",
3385
+ "name": "horizontal-positioning-mode",
3384
3386
  "type": {
3385
- "text": "string"
3387
+ "text": "AxisPositioningMode"
3386
3388
  },
3387
- "description": "Indicates the Avatar should have url link",
3388
- "fieldName": "link",
3389
+ "default": "\"uncontrolled\"",
3390
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
3391
+ "fieldName": "horizontalPositioningMode",
3389
3392
  "inheritedFrom": {
3390
- "name": "Avatar",
3391
- "module": "src/avatar/avatar.ts"
3393
+ "name": "AnchoredRegion",
3394
+ "module": "src/anchored-region/anchored-region.ts"
3392
3395
  }
3393
3396
  },
3394
3397
  {
3395
- "name": "shape",
3398
+ "name": "horizontal-default-position",
3396
3399
  "type": {
3397
- "text": "AvatarShape"
3400
+ "text": "HorizontalPosition"
3398
3401
  },
3399
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3400
- "fieldName": "shape",
3402
+ "default": "\"unset\"",
3403
+ "description": "The default horizontal position of the region relative to the anchor element",
3404
+ "fieldName": "horizontalDefaultPosition",
3401
3405
  "inheritedFrom": {
3402
- "name": "Avatar",
3403
- "module": "src/avatar/avatar.ts"
3406
+ "name": "AnchoredRegion",
3407
+ "module": "src/anchored-region/anchored-region.ts"
3404
3408
  }
3405
- }
3406
- ],
3407
- "members": [
3409
+ },
3408
3410
  {
3409
- "kind": "field",
3410
- "name": "fill",
3411
+ "name": "horizontal-viewport-lock",
3411
3412
  "type": {
3412
- "text": "string"
3413
+ "text": "boolean"
3413
3414
  },
3414
- "privacy": "public",
3415
- "description": "Indicates the Avatar should have a color fill.",
3415
+ "default": "false",
3416
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3417
+ "fieldName": "horizontalViewportLock",
3416
3418
  "inheritedFrom": {
3417
- "name": "Avatar",
3418
- "module": "src/avatar/avatar.ts"
3419
- }
3420
- },
3421
- {
3422
- "kind": "field",
3423
- "name": "color",
3424
- "type": {
3425
- "text": "string"
3426
- },
3427
- "privacy": "public",
3428
- "description": "Indicates the Avatar should have a text color.",
3429
- "inheritedFrom": {
3430
- "name": "Avatar",
3431
- "module": "src/avatar/avatar.ts"
3432
- }
3433
- },
3434
- {
3435
- "kind": "field",
3436
- "name": "link",
3437
- "type": {
3438
- "text": "string"
3439
- },
3440
- "privacy": "public",
3441
- "description": "Indicates the Avatar should have url link",
3442
- "inheritedFrom": {
3443
- "name": "Avatar",
3444
- "module": "src/avatar/avatar.ts"
3445
- }
3446
- },
3447
- {
3448
- "kind": "field",
3449
- "name": "shape",
3450
- "type": {
3451
- "text": "AvatarShape"
3452
- },
3453
- "privacy": "public",
3454
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3455
- "inheritedFrom": {
3456
- "name": "Avatar",
3457
- "module": "src/avatar/avatar.ts"
3458
- }
3459
- },
3460
- {
3461
- "kind": "field",
3462
- "name": "_presentation",
3463
- "type": {
3464
- "text": "ComponentPresentation | null | undefined"
3465
- },
3466
- "privacy": "private",
3467
- "default": "void 0",
3468
- "inheritedFrom": {
3469
- "name": "Avatar",
3470
- "module": "src/avatar/avatar.ts"
3471
- }
3472
- },
3473
- {
3474
- "kind": "field",
3475
- "name": "$presentation",
3476
- "type": {
3477
- "text": "ComponentPresentation | null"
3478
- },
3479
- "privacy": "public",
3480
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3481
- "inheritedFrom": {
3482
- "name": "Avatar",
3483
- "module": "src/avatar/avatar.ts"
3484
- }
3485
- },
3486
- {
3487
- "kind": "field",
3488
- "name": "template",
3489
- "type": {
3490
- "text": "ElementViewTemplate | void | null"
3491
- },
3492
- "privacy": "public",
3493
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3494
- "inheritedFrom": {
3495
- "name": "Avatar",
3496
- "module": "src/avatar/avatar.ts"
3497
- }
3498
- },
3499
- {
3500
- "kind": "method",
3501
- "name": "templateChanged",
3502
- "privacy": "protected",
3503
- "return": {
3504
- "type": {
3505
- "text": "void"
3506
- }
3507
- },
3508
- "inheritedFrom": {
3509
- "name": "Avatar",
3510
- "module": "src/avatar/avatar.ts"
3511
- }
3512
- },
3513
- {
3514
- "kind": "field",
3515
- "name": "styles",
3516
- "type": {
3517
- "text": "ElementStyles | void | null"
3518
- },
3519
- "privacy": "public",
3520
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3521
- "inheritedFrom": {
3522
- "name": "Avatar",
3523
- "module": "src/avatar/avatar.ts"
3524
- }
3525
- },
3526
- {
3527
- "kind": "method",
3528
- "name": "stylesChanged",
3529
- "privacy": "protected",
3530
- "return": {
3531
- "type": {
3532
- "text": "void"
3533
- }
3534
- },
3535
- "inheritedFrom": {
3536
- "name": "Avatar",
3537
- "module": "src/avatar/avatar.ts"
3538
- }
3539
- },
3540
- {
3541
- "kind": "method",
3542
- "name": "compose",
3543
- "privacy": "public",
3544
- "static": true,
3545
- "return": {
3546
- "type": {
3547
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3548
- }
3549
- },
3550
- "parameters": [
3551
- {
3552
- "name": "this",
3553
- "type": {
3554
- "text": "K"
3555
- }
3556
- },
3557
- {
3558
- "name": "elementDefinition",
3559
- "type": {
3560
- "text": "T"
3561
- },
3562
- "description": "The definition of the element to create the registry\nfunction for."
3563
- }
3564
- ],
3565
- "description": "Defines an element registry function with a set of element definition defaults.",
3566
- "inheritedFrom": {
3567
- "name": "Avatar",
3568
- "module": "src/avatar/avatar.ts"
3569
- }
3570
- }
3571
- ]
3572
- },
3573
- {
3574
- "kind": "variable",
3575
- "name": "rapidAvatar"
3576
- }
3577
- ],
3578
- "exports": [
3579
- {
3580
- "kind": "js",
3581
- "name": "Avatar",
3582
- "declaration": {
3583
- "name": "Avatar",
3584
- "module": "src/avatar/avatar.ts"
3585
- }
3586
- },
3587
- {
3588
- "kind": "js",
3589
- "name": "rapidAvatar",
3590
- "declaration": {
3591
- "name": "rapidAvatar",
3592
- "module": "src/avatar/avatar.ts"
3593
- }
3594
- }
3595
- ]
3596
- },
3597
- {
3598
- "kind": "javascript-module",
3599
- "path": "src/avatar/index.ts",
3600
- "declarations": [],
3601
- "exports": [
3602
- {
3603
- "kind": "js",
3604
- "name": "*",
3605
- "declaration": {
3606
- "name": "*",
3607
- "package": "./avatar"
3608
- }
3609
- },
3610
- {
3611
- "kind": "js",
3612
- "name": "*",
3613
- "declaration": {
3614
- "name": "*",
3615
- "package": "./avatar.styles"
3616
- }
3617
- },
3618
- {
3619
- "kind": "js",
3620
- "name": "*",
3621
- "declaration": {
3622
- "name": "*",
3623
- "package": "./avatar.template"
3624
- }
3625
- }
3626
- ]
3627
- },
3628
- {
3629
- "kind": "javascript-module",
3630
- "path": "src/anchored-region/anchored-region.styles.ts",
3631
- "declarations": [
3632
- {
3633
- "kind": "function",
3634
- "name": "rapidAnchoredRegionStyles",
3635
- "return": {
3636
- "type": {
3637
- "text": "ElementStyles"
3638
- }
3639
- },
3640
- "parameters": [
3641
- {
3642
- "name": "context",
3643
- "type": {
3644
- "text": "ElementDefinitionContext"
3645
- }
3646
- },
3647
- {
3648
- "name": "definition",
3649
- "type": {
3650
- "text": "FoundationElementDefinition"
3651
- }
3652
- }
3653
- ]
3654
- }
3655
- ],
3656
- "exports": [
3657
- {
3658
- "kind": "js",
3659
- "name": "rapidAnchoredRegionStyles",
3660
- "declaration": {
3661
- "name": "rapidAnchoredRegionStyles",
3662
- "module": "src/anchored-region/anchored-region.styles.ts"
3663
- }
3664
- }
3665
- ]
3666
- },
3667
- {
3668
- "kind": "javascript-module",
3669
- "path": "src/anchored-region/anchored-region.template.ts",
3670
- "declarations": [
3671
- {
3672
- "kind": "function",
3673
- "name": "rapidAnchoredRegionTemplate",
3674
- "return": {
3675
- "type": {
3676
- "text": "ViewTemplate<AnchoredRegion>"
3677
- }
3678
- },
3679
- "parameters": [
3680
- {
3681
- "name": "context",
3682
- "type": {
3683
- "text": "ElementDefinitionContext"
3684
- }
3685
- },
3686
- {
3687
- "name": "definition",
3688
- "type": {
3689
- "text": "FoundationElementDefinition"
3690
- }
3691
- }
3692
- ]
3693
- }
3694
- ],
3695
- "exports": [
3696
- {
3697
- "kind": "js",
3698
- "name": "rapidAnchoredRegionTemplate",
3699
- "declaration": {
3700
- "name": "rapidAnchoredRegionTemplate",
3701
- "module": "src/anchored-region/anchored-region.template.ts"
3702
- }
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "kind": "javascript-module",
3708
- "path": "src/anchored-region/anchored-region.ts",
3709
- "declarations": [
3710
- {
3711
- "kind": "class",
3712
- "description": "",
3713
- "name": "AnchoredRegion",
3714
- "superclass": {
3715
- "name": "FoundationAnchoredRegion",
3716
- "package": "@genesislcap/foundation-ui"
3717
- },
3718
- "tagName": "%%prefix%%-anchored-region",
3719
- "customElement": true,
3720
- "attributes": [
3721
- {
3722
- "name": "anchor",
3723
- "type": {
3724
- "text": "string"
3725
- },
3726
- "default": "\"\"",
3727
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3728
- "fieldName": "anchor",
3729
- "inheritedFrom": {
3730
- "name": "AnchoredRegion",
3731
- "module": "src/anchored-region/anchored-region.ts"
3732
- }
3733
- },
3734
- {
3735
- "name": "viewport",
3736
- "type": {
3737
- "text": "string"
3738
- },
3739
- "default": "\"\"",
3740
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3741
- "fieldName": "viewport",
3742
- "inheritedFrom": {
3743
- "name": "AnchoredRegion",
3744
- "module": "src/anchored-region/anchored-region.ts"
3745
- }
3746
- },
3747
- {
3748
- "name": "horizontal-positioning-mode",
3749
- "type": {
3750
- "text": "AxisPositioningMode"
3751
- },
3752
- "default": "\"uncontrolled\"",
3753
- "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
3754
- "fieldName": "horizontalPositioningMode",
3755
- "inheritedFrom": {
3756
- "name": "AnchoredRegion",
3757
- "module": "src/anchored-region/anchored-region.ts"
3758
- }
3759
- },
3760
- {
3761
- "name": "horizontal-default-position",
3762
- "type": {
3763
- "text": "HorizontalPosition"
3764
- },
3765
- "default": "\"unset\"",
3766
- "description": "The default horizontal position of the region relative to the anchor element",
3767
- "fieldName": "horizontalDefaultPosition",
3768
- "inheritedFrom": {
3769
- "name": "AnchoredRegion",
3770
- "module": "src/anchored-region/anchored-region.ts"
3771
- }
3772
- },
3773
- {
3774
- "name": "horizontal-viewport-lock",
3775
- "type": {
3776
- "text": "boolean"
3777
- },
3778
- "default": "false",
3779
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3780
- "fieldName": "horizontalViewportLock",
3781
- "inheritedFrom": {
3782
- "name": "AnchoredRegion",
3783
- "module": "src/anchored-region/anchored-region.ts"
3419
+ "name": "AnchoredRegion",
3420
+ "module": "src/anchored-region/anchored-region.ts"
3784
3421
  }
3785
3422
  },
3786
3423
  {
@@ -4711,75 +4348,255 @@
4711
4348
  }
4712
4349
  },
4713
4350
  {
4714
- "kind": "method",
4715
- "name": "initializeResizeDetector",
4351
+ "kind": "method",
4352
+ "name": "initializeResizeDetector",
4353
+ "privacy": "private",
4354
+ "return": {
4355
+ "type": {
4356
+ "text": "void"
4357
+ }
4358
+ },
4359
+ "description": "initializes the instance's resize observer",
4360
+ "inheritedFrom": {
4361
+ "name": "AnchoredRegion",
4362
+ "module": "src/anchored-region/anchored-region.ts"
4363
+ }
4364
+ },
4365
+ {
4366
+ "kind": "method",
4367
+ "name": "updateForAttributeChange",
4368
+ "privacy": "private",
4369
+ "return": {
4370
+ "type": {
4371
+ "text": "void"
4372
+ }
4373
+ },
4374
+ "description": "react to attribute changes that don't require a reset",
4375
+ "inheritedFrom": {
4376
+ "name": "AnchoredRegion",
4377
+ "module": "src/anchored-region/anchored-region.ts"
4378
+ }
4379
+ },
4380
+ {
4381
+ "kind": "method",
4382
+ "name": "initialize",
4383
+ "privacy": "private",
4384
+ "return": {
4385
+ "type": {
4386
+ "text": "void"
4387
+ }
4388
+ },
4389
+ "description": "fully initializes the component",
4390
+ "inheritedFrom": {
4391
+ "name": "AnchoredRegion",
4392
+ "module": "src/anchored-region/anchored-region.ts"
4393
+ }
4394
+ },
4395
+ {
4396
+ "kind": "method",
4397
+ "name": "requestReset",
4398
+ "privacy": "private",
4399
+ "return": {
4400
+ "type": {
4401
+ "text": "void"
4402
+ }
4403
+ },
4404
+ "description": "Request a reset if there are currently no open requests",
4405
+ "inheritedFrom": {
4406
+ "name": "AnchoredRegion",
4407
+ "module": "src/anchored-region/anchored-region.ts"
4408
+ }
4409
+ },
4410
+ {
4411
+ "kind": "method",
4412
+ "name": "setInitialState",
4413
+ "privacy": "private",
4414
+ "return": {
4415
+ "type": {
4416
+ "text": "void"
4417
+ }
4418
+ },
4419
+ "description": "sets the starting configuration for component internal values",
4420
+ "inheritedFrom": {
4421
+ "name": "AnchoredRegion",
4422
+ "module": "src/anchored-region/anchored-region.ts"
4423
+ }
4424
+ },
4425
+ {
4426
+ "kind": "field",
4427
+ "name": "startObservers",
4428
+ "privacy": "private",
4429
+ "description": "starts observers",
4430
+ "inheritedFrom": {
4431
+ "name": "AnchoredRegion",
4432
+ "module": "src/anchored-region/anchored-region.ts"
4433
+ }
4434
+ },
4435
+ {
4436
+ "kind": "field",
4437
+ "name": "requestPositionUpdates",
4438
+ "privacy": "private",
4439
+ "description": "get position updates",
4440
+ "inheritedFrom": {
4441
+ "name": "AnchoredRegion",
4442
+ "module": "src/anchored-region/anchored-region.ts"
4443
+ }
4444
+ },
4445
+ {
4446
+ "kind": "field",
4447
+ "name": "stopObservers",
4448
+ "privacy": "private",
4449
+ "description": "stops observers",
4450
+ "inheritedFrom": {
4451
+ "name": "AnchoredRegion",
4452
+ "module": "src/anchored-region/anchored-region.ts"
4453
+ }
4454
+ },
4455
+ {
4456
+ "kind": "field",
4457
+ "name": "getViewport",
4458
+ "privacy": "private",
4459
+ "description": "Gets the viewport element by id, or defaults to document root",
4460
+ "inheritedFrom": {
4461
+ "name": "AnchoredRegion",
4462
+ "module": "src/anchored-region/anchored-region.ts"
4463
+ }
4464
+ },
4465
+ {
4466
+ "kind": "field",
4467
+ "name": "getAnchor",
4468
+ "privacy": "private",
4469
+ "description": "Gets the anchor element by id",
4470
+ "inheritedFrom": {
4471
+ "name": "AnchoredRegion",
4472
+ "module": "src/anchored-region/anchored-region.ts"
4473
+ }
4474
+ },
4475
+ {
4476
+ "kind": "field",
4477
+ "name": "handleIntersection",
4478
+ "privacy": "private",
4479
+ "description": "Handle intersections",
4480
+ "inheritedFrom": {
4481
+ "name": "AnchoredRegion",
4482
+ "module": "src/anchored-region/anchored-region.ts"
4483
+ }
4484
+ },
4485
+ {
4486
+ "kind": "field",
4487
+ "name": "applyIntersectionEntries",
4488
+ "privacy": "private",
4489
+ "description": "iterate through intersection entries and apply data",
4490
+ "inheritedFrom": {
4491
+ "name": "AnchoredRegion",
4492
+ "module": "src/anchored-region/anchored-region.ts"
4493
+ }
4494
+ },
4495
+ {
4496
+ "kind": "field",
4497
+ "name": "updateRegionOffset",
4498
+ "privacy": "private",
4499
+ "description": "Update the offset values",
4500
+ "inheritedFrom": {
4501
+ "name": "AnchoredRegion",
4502
+ "module": "src/anchored-region/anchored-region.ts"
4503
+ }
4504
+ },
4505
+ {
4506
+ "kind": "field",
4507
+ "name": "isRectDifferent",
4508
+ "privacy": "private",
4509
+ "description": "compare rects to see if there is enough change to justify a DOM update",
4510
+ "inheritedFrom": {
4511
+ "name": "AnchoredRegion",
4512
+ "module": "src/anchored-region/anchored-region.ts"
4513
+ }
4514
+ },
4515
+ {
4516
+ "kind": "field",
4517
+ "name": "handleResize",
4518
+ "privacy": "private",
4519
+ "description": "Handle resize events",
4520
+ "inheritedFrom": {
4521
+ "name": "AnchoredRegion",
4522
+ "module": "src/anchored-region/anchored-region.ts"
4523
+ }
4524
+ },
4525
+ {
4526
+ "kind": "field",
4527
+ "name": "reset",
4528
+ "privacy": "private",
4529
+ "description": "resets the component",
4530
+ "inheritedFrom": {
4531
+ "name": "AnchoredRegion",
4532
+ "module": "src/anchored-region/anchored-region.ts"
4533
+ }
4534
+ },
4535
+ {
4536
+ "kind": "field",
4537
+ "name": "updateLayout",
4538
+ "privacy": "private",
4539
+ "description": "Recalculate layout related state values",
4540
+ "inheritedFrom": {
4541
+ "name": "AnchoredRegion",
4542
+ "module": "src/anchored-region/anchored-region.ts"
4543
+ }
4544
+ },
4545
+ {
4546
+ "kind": "field",
4547
+ "name": "updateRegionStyle",
4548
+ "privacy": "private",
4549
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4550
+ "inheritedFrom": {
4551
+ "name": "AnchoredRegion",
4552
+ "module": "src/anchored-region/anchored-region.ts"
4553
+ }
4554
+ },
4555
+ {
4556
+ "kind": "field",
4557
+ "name": "updatePositionClasses",
4716
4558
  "privacy": "private",
4717
- "return": {
4718
- "type": {
4719
- "text": "void"
4720
- }
4721
- },
4722
- "description": "initializes the instance's resize observer",
4559
+ "description": "Updates the css classes that reflect the current position of the element",
4723
4560
  "inheritedFrom": {
4724
4561
  "name": "AnchoredRegion",
4725
4562
  "module": "src/anchored-region/anchored-region.ts"
4726
4563
  }
4727
4564
  },
4728
4565
  {
4729
- "kind": "method",
4730
- "name": "updateForAttributeChange",
4566
+ "kind": "field",
4567
+ "name": "setHorizontalPosition",
4731
4568
  "privacy": "private",
4732
- "return": {
4733
- "type": {
4734
- "text": "void"
4735
- }
4736
- },
4737
- "description": "react to attribute changes that don't require a reset",
4569
+ "description": "Get horizontal positioning state based on desired position",
4738
4570
  "inheritedFrom": {
4739
4571
  "name": "AnchoredRegion",
4740
4572
  "module": "src/anchored-region/anchored-region.ts"
4741
4573
  }
4742
4574
  },
4743
4575
  {
4744
- "kind": "method",
4745
- "name": "initialize",
4576
+ "kind": "field",
4577
+ "name": "setVerticalPosition",
4746
4578
  "privacy": "private",
4747
- "return": {
4748
- "type": {
4749
- "text": "void"
4750
- }
4751
- },
4752
- "description": "fully initializes the component",
4579
+ "description": "Set vertical positioning state based on desired position",
4753
4580
  "inheritedFrom": {
4754
4581
  "name": "AnchoredRegion",
4755
4582
  "module": "src/anchored-region/anchored-region.ts"
4756
4583
  }
4757
4584
  },
4758
4585
  {
4759
- "kind": "method",
4760
- "name": "requestReset",
4586
+ "kind": "field",
4587
+ "name": "getPositioningOptions",
4761
4588
  "privacy": "private",
4762
- "return": {
4763
- "type": {
4764
- "text": "void"
4765
- }
4766
- },
4767
- "description": "Request a reset if there are currently no open requests",
4589
+ "description": "Get available positions based on positioning mode",
4768
4590
  "inheritedFrom": {
4769
4591
  "name": "AnchoredRegion",
4770
4592
  "module": "src/anchored-region/anchored-region.ts"
4771
4593
  }
4772
4594
  },
4773
4595
  {
4774
- "kind": "method",
4775
- "name": "setInitialState",
4596
+ "kind": "field",
4597
+ "name": "getAvailableSpace",
4776
4598
  "privacy": "private",
4777
- "return": {
4778
- "type": {
4779
- "text": "void"
4780
- }
4781
- },
4782
- "description": "sets the starting configuration for component internal values",
4599
+ "description": "Get the space available for a particular relative position",
4783
4600
  "inheritedFrom": {
4784
4601
  "name": "AnchoredRegion",
4785
4602
  "module": "src/anchored-region/anchored-region.ts"
@@ -4787,9 +4604,9 @@
4787
4604
  },
4788
4605
  {
4789
4606
  "kind": "field",
4790
- "name": "startObservers",
4607
+ "name": "getNextRegionDimension",
4791
4608
  "privacy": "private",
4792
- "description": "starts observers",
4609
+ "description": "Get region dimensions",
4793
4610
  "inheritedFrom": {
4794
4611
  "name": "AnchoredRegion",
4795
4612
  "module": "src/anchored-region/anchored-region.ts"
@@ -4797,9 +4614,9 @@
4797
4614
  },
4798
4615
  {
4799
4616
  "kind": "field",
4800
- "name": "requestPositionUpdates",
4617
+ "name": "startAutoUpdateEventListeners",
4801
4618
  "privacy": "private",
4802
- "description": "get position updates",
4619
+ "description": "starts event listeners that can trigger auto updating",
4803
4620
  "inheritedFrom": {
4804
4621
  "name": "AnchoredRegion",
4805
4622
  "module": "src/anchored-region/anchored-region.ts"
@@ -4807,9 +4624,9 @@
4807
4624
  },
4808
4625
  {
4809
4626
  "kind": "field",
4810
- "name": "stopObservers",
4627
+ "name": "stopAutoUpdateEventListeners",
4811
4628
  "privacy": "private",
4812
- "description": "stops observers",
4629
+ "description": "stops event listeners that can trigger auto updating",
4813
4630
  "inheritedFrom": {
4814
4631
  "name": "AnchoredRegion",
4815
4632
  "module": "src/anchored-region/anchored-region.ts"
@@ -4817,9 +4634,12 @@
4817
4634
  },
4818
4635
  {
4819
4636
  "kind": "field",
4820
- "name": "getViewport",
4637
+ "name": "_presentation",
4638
+ "type": {
4639
+ "text": "ComponentPresentation | null | undefined"
4640
+ },
4821
4641
  "privacy": "private",
4822
- "description": "Gets the viewport element by id, or defaults to document root",
4642
+ "default": "void 0",
4823
4643
  "inheritedFrom": {
4824
4644
  "name": "AnchoredRegion",
4825
4645
  "module": "src/anchored-region/anchored-region.ts"
@@ -4827,9 +4647,12 @@
4827
4647
  },
4828
4648
  {
4829
4649
  "kind": "field",
4830
- "name": "getAnchor",
4831
- "privacy": "private",
4832
- "description": "Gets the anchor element by id",
4650
+ "name": "$presentation",
4651
+ "type": {
4652
+ "text": "ComponentPresentation | null"
4653
+ },
4654
+ "privacy": "public",
4655
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4833
4656
  "inheritedFrom": {
4834
4657
  "name": "AnchoredRegion",
4835
4658
  "module": "src/anchored-region/anchored-region.ts"
@@ -4837,19 +4660,26 @@
4837
4660
  },
4838
4661
  {
4839
4662
  "kind": "field",
4840
- "name": "handleIntersection",
4841
- "privacy": "private",
4842
- "description": "Handle intersections",
4663
+ "name": "template",
4664
+ "type": {
4665
+ "text": "ElementViewTemplate | void | null"
4666
+ },
4667
+ "privacy": "public",
4668
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
4843
4669
  "inheritedFrom": {
4844
4670
  "name": "AnchoredRegion",
4845
4671
  "module": "src/anchored-region/anchored-region.ts"
4846
4672
  }
4847
4673
  },
4848
4674
  {
4849
- "kind": "field",
4850
- "name": "applyIntersectionEntries",
4851
- "privacy": "private",
4852
- "description": "iterate through intersection entries and apply data",
4675
+ "kind": "method",
4676
+ "name": "templateChanged",
4677
+ "privacy": "protected",
4678
+ "return": {
4679
+ "type": {
4680
+ "text": "void"
4681
+ }
4682
+ },
4853
4683
  "inheritedFrom": {
4854
4684
  "name": "AnchoredRegion",
4855
4685
  "module": "src/anchored-region/anchored-region.ts"
@@ -4857,142 +4687,330 @@
4857
4687
  },
4858
4688
  {
4859
4689
  "kind": "field",
4860
- "name": "updateRegionOffset",
4861
- "privacy": "private",
4862
- "description": "Update the offset values",
4690
+ "name": "styles",
4691
+ "type": {
4692
+ "text": "ElementStyles | void | null"
4693
+ },
4694
+ "privacy": "public",
4695
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
4863
4696
  "inheritedFrom": {
4864
4697
  "name": "AnchoredRegion",
4865
4698
  "module": "src/anchored-region/anchored-region.ts"
4866
4699
  }
4867
4700
  },
4868
4701
  {
4869
- "kind": "field",
4870
- "name": "isRectDifferent",
4871
- "privacy": "private",
4872
- "description": "compare rects to see if there is enough change to justify a DOM update",
4702
+ "kind": "method",
4703
+ "name": "stylesChanged",
4704
+ "privacy": "protected",
4705
+ "return": {
4706
+ "type": {
4707
+ "text": "void"
4708
+ }
4709
+ },
4873
4710
  "inheritedFrom": {
4874
4711
  "name": "AnchoredRegion",
4875
4712
  "module": "src/anchored-region/anchored-region.ts"
4876
4713
  }
4877
4714
  },
4878
4715
  {
4879
- "kind": "field",
4880
- "name": "handleResize",
4881
- "privacy": "private",
4882
- "description": "Handle resize events",
4716
+ "kind": "method",
4717
+ "name": "compose",
4718
+ "privacy": "public",
4719
+ "static": true,
4720
+ "return": {
4721
+ "type": {
4722
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4723
+ }
4724
+ },
4725
+ "parameters": [
4726
+ {
4727
+ "name": "this",
4728
+ "type": {
4729
+ "text": "K"
4730
+ }
4731
+ },
4732
+ {
4733
+ "name": "elementDefinition",
4734
+ "type": {
4735
+ "text": "T"
4736
+ },
4737
+ "description": "The definition of the element to create the registry\nfunction for."
4738
+ }
4739
+ ],
4740
+ "description": "Defines an element registry function with a set of element definition defaults.",
4741
+ "inheritedFrom": {
4742
+ "name": "AnchoredRegion",
4743
+ "module": "src/anchored-region/anchored-region.ts"
4744
+ }
4745
+ }
4746
+ ],
4747
+ "events": [
4748
+ {
4749
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4750
+ "name": "loaded",
4883
4751
  "inheritedFrom": {
4884
4752
  "name": "AnchoredRegion",
4885
4753
  "module": "src/anchored-region/anchored-region.ts"
4886
4754
  }
4887
4755
  },
4888
4756
  {
4889
- "kind": "field",
4890
- "name": "reset",
4891
- "privacy": "private",
4892
- "description": "resets the component",
4757
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4758
+ "name": "positionchange",
4893
4759
  "inheritedFrom": {
4894
4760
  "name": "AnchoredRegion",
4895
4761
  "module": "src/anchored-region/anchored-region.ts"
4896
4762
  }
4763
+ }
4764
+ ]
4765
+ },
4766
+ {
4767
+ "kind": "variable",
4768
+ "name": "rapidAnchoredRegion"
4769
+ }
4770
+ ],
4771
+ "exports": [
4772
+ {
4773
+ "kind": "js",
4774
+ "name": "AnchoredRegion",
4775
+ "declaration": {
4776
+ "name": "AnchoredRegion",
4777
+ "module": "src/anchored-region/anchored-region.ts"
4778
+ }
4779
+ },
4780
+ {
4781
+ "kind": "js",
4782
+ "name": "rapidAnchoredRegion",
4783
+ "declaration": {
4784
+ "name": "rapidAnchoredRegion",
4785
+ "module": "src/anchored-region/anchored-region.ts"
4786
+ }
4787
+ }
4788
+ ]
4789
+ },
4790
+ {
4791
+ "kind": "javascript-module",
4792
+ "path": "src/anchored-region/index.ts",
4793
+ "declarations": [],
4794
+ "exports": [
4795
+ {
4796
+ "kind": "js",
4797
+ "name": "*",
4798
+ "declaration": {
4799
+ "name": "*",
4800
+ "package": "./anchored-region"
4801
+ }
4802
+ },
4803
+ {
4804
+ "kind": "js",
4805
+ "name": "*",
4806
+ "declaration": {
4807
+ "name": "*",
4808
+ "package": "./anchored-region.template"
4809
+ }
4810
+ },
4811
+ {
4812
+ "kind": "js",
4813
+ "name": "*",
4814
+ "declaration": {
4815
+ "name": "*",
4816
+ "package": "./anchored-region.styles"
4817
+ }
4818
+ }
4819
+ ]
4820
+ },
4821
+ {
4822
+ "kind": "javascript-module",
4823
+ "path": "src/avatar/avatar.styles.ts",
4824
+ "declarations": [
4825
+ {
4826
+ "kind": "function",
4827
+ "name": "rapidAvatarStyles",
4828
+ "return": {
4829
+ "type": {
4830
+ "text": "ElementStyles"
4831
+ }
4832
+ },
4833
+ "parameters": [
4834
+ {
4835
+ "name": "context",
4836
+ "type": {
4837
+ "text": "ElementDefinitionContext"
4838
+ }
4897
4839
  },
4898
4840
  {
4899
- "kind": "field",
4900
- "name": "updateLayout",
4901
- "privacy": "private",
4902
- "description": "Recalculate layout related state values",
4903
- "inheritedFrom": {
4904
- "name": "AnchoredRegion",
4905
- "module": "src/anchored-region/anchored-region.ts"
4841
+ "name": "definition",
4842
+ "type": {
4843
+ "text": "FoundationElementDefinition"
4844
+ }
4845
+ }
4846
+ ]
4847
+ }
4848
+ ],
4849
+ "exports": [
4850
+ {
4851
+ "kind": "js",
4852
+ "name": "rapidAvatarStyles",
4853
+ "declaration": {
4854
+ "name": "rapidAvatarStyles",
4855
+ "module": "src/avatar/avatar.styles.ts"
4856
+ }
4857
+ }
4858
+ ]
4859
+ },
4860
+ {
4861
+ "kind": "javascript-module",
4862
+ "path": "src/avatar/avatar.template.ts",
4863
+ "declarations": [
4864
+ {
4865
+ "kind": "function",
4866
+ "name": "rapidAvatarTemplate",
4867
+ "return": {
4868
+ "type": {
4869
+ "text": "ViewTemplate<Avatar>"
4870
+ }
4871
+ },
4872
+ "parameters": [
4873
+ {
4874
+ "name": "context",
4875
+ "type": {
4876
+ "text": "ElementDefinitionContext"
4906
4877
  }
4907
4878
  },
4908
4879
  {
4909
- "kind": "field",
4910
- "name": "updateRegionStyle",
4911
- "privacy": "private",
4912
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4913
- "inheritedFrom": {
4914
- "name": "AnchoredRegion",
4915
- "module": "src/anchored-region/anchored-region.ts"
4880
+ "name": "definition",
4881
+ "type": {
4882
+ "text": "FoundationElementDefinition"
4916
4883
  }
4917
- },
4884
+ }
4885
+ ]
4886
+ }
4887
+ ],
4888
+ "exports": [
4889
+ {
4890
+ "kind": "js",
4891
+ "name": "rapidAvatarTemplate",
4892
+ "declaration": {
4893
+ "name": "rapidAvatarTemplate",
4894
+ "module": "src/avatar/avatar.template.ts"
4895
+ }
4896
+ }
4897
+ ]
4898
+ },
4899
+ {
4900
+ "kind": "javascript-module",
4901
+ "path": "src/avatar/avatar.ts",
4902
+ "declarations": [
4903
+ {
4904
+ "kind": "class",
4905
+ "description": "",
4906
+ "name": "Avatar",
4907
+ "superclass": {
4908
+ "name": "FoundationAvatar",
4909
+ "package": "@genesislcap/foundation-ui"
4910
+ },
4911
+ "tagName": "%%prefix%%-avatar",
4912
+ "customElement": true,
4913
+ "attributes": [
4918
4914
  {
4919
- "kind": "field",
4920
- "name": "updatePositionClasses",
4921
- "privacy": "private",
4922
- "description": "Updates the css classes that reflect the current position of the element",
4915
+ "name": "fill",
4916
+ "type": {
4917
+ "text": "string"
4918
+ },
4919
+ "description": "Indicates the Avatar should have a color fill.",
4920
+ "fieldName": "fill",
4923
4921
  "inheritedFrom": {
4924
- "name": "AnchoredRegion",
4925
- "module": "src/anchored-region/anchored-region.ts"
4922
+ "name": "Avatar",
4923
+ "module": "src/avatar/avatar.ts"
4926
4924
  }
4927
4925
  },
4928
4926
  {
4929
- "kind": "field",
4930
- "name": "setHorizontalPosition",
4931
- "privacy": "private",
4932
- "description": "Get horizontal positioning state based on desired position",
4927
+ "name": "color",
4928
+ "type": {
4929
+ "text": "string"
4930
+ },
4931
+ "description": "Indicates the Avatar should have a text color.",
4932
+ "fieldName": "color",
4933
4933
  "inheritedFrom": {
4934
- "name": "AnchoredRegion",
4935
- "module": "src/anchored-region/anchored-region.ts"
4934
+ "name": "Avatar",
4935
+ "module": "src/avatar/avatar.ts"
4936
4936
  }
4937
4937
  },
4938
4938
  {
4939
- "kind": "field",
4940
- "name": "setVerticalPosition",
4941
- "privacy": "private",
4942
- "description": "Set vertical positioning state based on desired position",
4939
+ "name": "link",
4940
+ "type": {
4941
+ "text": "string"
4942
+ },
4943
+ "description": "Indicates the Avatar should have url link",
4944
+ "fieldName": "link",
4943
4945
  "inheritedFrom": {
4944
- "name": "AnchoredRegion",
4945
- "module": "src/anchored-region/anchored-region.ts"
4946
+ "name": "Avatar",
4947
+ "module": "src/avatar/avatar.ts"
4946
4948
  }
4947
4949
  },
4948
4950
  {
4949
- "kind": "field",
4950
- "name": "getPositioningOptions",
4951
- "privacy": "private",
4952
- "description": "Get available positions based on positioning mode",
4951
+ "name": "shape",
4952
+ "type": {
4953
+ "text": "AvatarShape"
4954
+ },
4955
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4956
+ "fieldName": "shape",
4953
4957
  "inheritedFrom": {
4954
- "name": "AnchoredRegion",
4955
- "module": "src/anchored-region/anchored-region.ts"
4958
+ "name": "Avatar",
4959
+ "module": "src/avatar/avatar.ts"
4956
4960
  }
4957
- },
4961
+ }
4962
+ ],
4963
+ "members": [
4958
4964
  {
4959
4965
  "kind": "field",
4960
- "name": "getAvailableSpace",
4961
- "privacy": "private",
4962
- "description": "Get the space available for a particular relative position",
4966
+ "name": "fill",
4967
+ "type": {
4968
+ "text": "string"
4969
+ },
4970
+ "privacy": "public",
4971
+ "description": "Indicates the Avatar should have a color fill.",
4963
4972
  "inheritedFrom": {
4964
- "name": "AnchoredRegion",
4965
- "module": "src/anchored-region/anchored-region.ts"
4973
+ "name": "Avatar",
4974
+ "module": "src/avatar/avatar.ts"
4966
4975
  }
4967
4976
  },
4968
4977
  {
4969
4978
  "kind": "field",
4970
- "name": "getNextRegionDimension",
4971
- "privacy": "private",
4972
- "description": "Get region dimensions",
4979
+ "name": "color",
4980
+ "type": {
4981
+ "text": "string"
4982
+ },
4983
+ "privacy": "public",
4984
+ "description": "Indicates the Avatar should have a text color.",
4973
4985
  "inheritedFrom": {
4974
- "name": "AnchoredRegion",
4975
- "module": "src/anchored-region/anchored-region.ts"
4986
+ "name": "Avatar",
4987
+ "module": "src/avatar/avatar.ts"
4976
4988
  }
4977
4989
  },
4978
4990
  {
4979
4991
  "kind": "field",
4980
- "name": "startAutoUpdateEventListeners",
4981
- "privacy": "private",
4982
- "description": "starts event listeners that can trigger auto updating",
4992
+ "name": "link",
4993
+ "type": {
4994
+ "text": "string"
4995
+ },
4996
+ "privacy": "public",
4997
+ "description": "Indicates the Avatar should have url link",
4983
4998
  "inheritedFrom": {
4984
- "name": "AnchoredRegion",
4985
- "module": "src/anchored-region/anchored-region.ts"
4999
+ "name": "Avatar",
5000
+ "module": "src/avatar/avatar.ts"
4986
5001
  }
4987
5002
  },
4988
5003
  {
4989
5004
  "kind": "field",
4990
- "name": "stopAutoUpdateEventListeners",
4991
- "privacy": "private",
4992
- "description": "stops event listeners that can trigger auto updating",
5005
+ "name": "shape",
5006
+ "type": {
5007
+ "text": "AvatarShape"
5008
+ },
5009
+ "privacy": "public",
5010
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4993
5011
  "inheritedFrom": {
4994
- "name": "AnchoredRegion",
4995
- "module": "src/anchored-region/anchored-region.ts"
5012
+ "name": "Avatar",
5013
+ "module": "src/avatar/avatar.ts"
4996
5014
  }
4997
5015
  },
4998
5016
  {
@@ -5004,8 +5022,8 @@
5004
5022
  "privacy": "private",
5005
5023
  "default": "void 0",
5006
5024
  "inheritedFrom": {
5007
- "name": "AnchoredRegion",
5008
- "module": "src/anchored-region/anchored-region.ts"
5025
+ "name": "Avatar",
5026
+ "module": "src/avatar/avatar.ts"
5009
5027
  }
5010
5028
  },
5011
5029
  {
@@ -5017,8 +5035,8 @@
5017
5035
  "privacy": "public",
5018
5036
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5019
5037
  "inheritedFrom": {
5020
- "name": "AnchoredRegion",
5021
- "module": "src/anchored-region/anchored-region.ts"
5038
+ "name": "Avatar",
5039
+ "module": "src/avatar/avatar.ts"
5022
5040
  }
5023
5041
  },
5024
5042
  {
@@ -5030,8 +5048,8 @@
5030
5048
  "privacy": "public",
5031
5049
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
5032
5050
  "inheritedFrom": {
5033
- "name": "AnchoredRegion",
5034
- "module": "src/anchored-region/anchored-region.ts"
5051
+ "name": "Avatar",
5052
+ "module": "src/avatar/avatar.ts"
5035
5053
  }
5036
5054
  },
5037
5055
  {
@@ -5044,8 +5062,8 @@
5044
5062
  }
5045
5063
  },
5046
5064
  "inheritedFrom": {
5047
- "name": "AnchoredRegion",
5048
- "module": "src/anchored-region/anchored-region.ts"
5065
+ "name": "Avatar",
5066
+ "module": "src/avatar/avatar.ts"
5049
5067
  }
5050
5068
  },
5051
5069
  {
@@ -5057,8 +5075,8 @@
5057
5075
  "privacy": "public",
5058
5076
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
5059
5077
  "inheritedFrom": {
5060
- "name": "AnchoredRegion",
5061
- "module": "src/anchored-region/anchored-region.ts"
5078
+ "name": "Avatar",
5079
+ "module": "src/avatar/avatar.ts"
5062
5080
  }
5063
5081
  },
5064
5082
  {
@@ -5071,8 +5089,8 @@
5071
5089
  }
5072
5090
  },
5073
5091
  "inheritedFrom": {
5074
- "name": "AnchoredRegion",
5075
- "module": "src/anchored-region/anchored-region.ts"
5092
+ "name": "Avatar",
5093
+ "module": "src/avatar/avatar.ts"
5076
5094
  }
5077
5095
  },
5078
5096
  {
@@ -5102,57 +5120,39 @@
5102
5120
  ],
5103
5121
  "description": "Defines an element registry function with a set of element definition defaults.",
5104
5122
  "inheritedFrom": {
5105
- "name": "AnchoredRegion",
5106
- "module": "src/anchored-region/anchored-region.ts"
5107
- }
5108
- }
5109
- ],
5110
- "events": [
5111
- {
5112
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
5113
- "name": "loaded",
5114
- "inheritedFrom": {
5115
- "name": "AnchoredRegion",
5116
- "module": "src/anchored-region/anchored-region.ts"
5117
- }
5118
- },
5119
- {
5120
- "description": "Fires a custom 'positionchange' event when the position has changed",
5121
- "name": "positionchange",
5122
- "inheritedFrom": {
5123
- "name": "AnchoredRegion",
5124
- "module": "src/anchored-region/anchored-region.ts"
5123
+ "name": "Avatar",
5124
+ "module": "src/avatar/avatar.ts"
5125
5125
  }
5126
5126
  }
5127
5127
  ]
5128
5128
  },
5129
5129
  {
5130
5130
  "kind": "variable",
5131
- "name": "rapidAnchoredRegion"
5131
+ "name": "rapidAvatar"
5132
5132
  }
5133
5133
  ],
5134
5134
  "exports": [
5135
5135
  {
5136
5136
  "kind": "js",
5137
- "name": "AnchoredRegion",
5137
+ "name": "Avatar",
5138
5138
  "declaration": {
5139
- "name": "AnchoredRegion",
5140
- "module": "src/anchored-region/anchored-region.ts"
5139
+ "name": "Avatar",
5140
+ "module": "src/avatar/avatar.ts"
5141
5141
  }
5142
5142
  },
5143
5143
  {
5144
5144
  "kind": "js",
5145
- "name": "rapidAnchoredRegion",
5145
+ "name": "rapidAvatar",
5146
5146
  "declaration": {
5147
- "name": "rapidAnchoredRegion",
5148
- "module": "src/anchored-region/anchored-region.ts"
5147
+ "name": "rapidAvatar",
5148
+ "module": "src/avatar/avatar.ts"
5149
5149
  }
5150
5150
  }
5151
5151
  ]
5152
5152
  },
5153
5153
  {
5154
5154
  "kind": "javascript-module",
5155
- "path": "src/anchored-region/index.ts",
5155
+ "path": "src/avatar/index.ts",
5156
5156
  "declarations": [],
5157
5157
  "exports": [
5158
5158
  {
@@ -5160,7 +5160,7 @@
5160
5160
  "name": "*",
5161
5161
  "declaration": {
5162
5162
  "name": "*",
5163
- "package": "./anchored-region"
5163
+ "package": "./avatar"
5164
5164
  }
5165
5165
  },
5166
5166
  {
@@ -5168,7 +5168,7 @@
5168
5168
  "name": "*",
5169
5169
  "declaration": {
5170
5170
  "name": "*",
5171
- "package": "./anchored-region.template"
5171
+ "package": "./avatar.styles"
5172
5172
  }
5173
5173
  },
5174
5174
  {
@@ -5176,7 +5176,7 @@
5176
5176
  "name": "*",
5177
5177
  "declaration": {
5178
5178
  "name": "*",
5179
- "package": "./anchored-region.styles"
5179
+ "package": "./avatar.template"
5180
5180
  }
5181
5181
  }
5182
5182
  ]