@genesislcap/foundation-zero 14.409.0-FUI-2495.2 → 14.409.0-FUI-2495.4

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 +657 -657
  2. package/package.json +12 -12
@@ -3447,11 +3447,11 @@
3447
3447
  },
3448
3448
  {
3449
3449
  "kind": "javascript-module",
3450
- "path": "src/avatar/avatar.styles.ts",
3450
+ "path": "src/anchored-region/anchored-region.styles.ts",
3451
3451
  "declarations": [
3452
3452
  {
3453
3453
  "kind": "function",
3454
- "name": "zeroAvatarStyles",
3454
+ "name": "zeroAnchoredRegionStyles",
3455
3455
  "return": {
3456
3456
  "type": {
3457
3457
  "text": "ElementStyles"
@@ -3476,24 +3476,24 @@
3476
3476
  "exports": [
3477
3477
  {
3478
3478
  "kind": "js",
3479
- "name": "zeroAvatarStyles",
3479
+ "name": "zeroAnchoredRegionStyles",
3480
3480
  "declaration": {
3481
- "name": "zeroAvatarStyles",
3482
- "module": "src/avatar/avatar.styles.ts"
3481
+ "name": "zeroAnchoredRegionStyles",
3482
+ "module": "src/anchored-region/anchored-region.styles.ts"
3483
3483
  }
3484
3484
  }
3485
3485
  ]
3486
3486
  },
3487
3487
  {
3488
3488
  "kind": "javascript-module",
3489
- "path": "src/avatar/avatar.template.ts",
3489
+ "path": "src/anchored-region/anchored-region.template.ts",
3490
3490
  "declarations": [
3491
3491
  {
3492
3492
  "kind": "function",
3493
- "name": "zeroAvatarTemplate",
3493
+ "name": "zeroAnchoredRegionTemplate",
3494
3494
  "return": {
3495
3495
  "type": {
3496
- "text": "ViewTemplate<Avatar>"
3496
+ "text": "ViewTemplate<AnchoredRegion>"
3497
3497
  }
3498
3498
  },
3499
3499
  "parameters": [
@@ -3515,580 +3515,217 @@
3515
3515
  "exports": [
3516
3516
  {
3517
3517
  "kind": "js",
3518
- "name": "zeroAvatarTemplate",
3518
+ "name": "zeroAnchoredRegionTemplate",
3519
3519
  "declaration": {
3520
- "name": "zeroAvatarTemplate",
3521
- "module": "src/avatar/avatar.template.ts"
3520
+ "name": "zeroAnchoredRegionTemplate",
3521
+ "module": "src/anchored-region/anchored-region.template.ts"
3522
3522
  }
3523
3523
  }
3524
3524
  ]
3525
3525
  },
3526
3526
  {
3527
3527
  "kind": "javascript-module",
3528
- "path": "src/avatar/avatar.ts",
3528
+ "path": "src/anchored-region/anchored-region.ts",
3529
3529
  "declarations": [
3530
3530
  {
3531
3531
  "kind": "class",
3532
3532
  "description": "",
3533
- "name": "Avatar",
3533
+ "name": "AnchoredRegion",
3534
3534
  "superclass": {
3535
- "name": "FoundationAvatar",
3535
+ "name": "FoundationAnchoredRegion",
3536
3536
  "package": "@genesislcap/foundation-ui"
3537
3537
  },
3538
- "tagName": "%%prefix%%-avatar",
3538
+ "tagName": "%%prefix%%-anchored-region",
3539
3539
  "customElement": true,
3540
3540
  "attributes": [
3541
3541
  {
3542
- "name": "fill",
3542
+ "name": "anchor",
3543
3543
  "type": {
3544
3544
  "text": "string"
3545
3545
  },
3546
- "description": "Indicates the Avatar should have a color fill.",
3547
- "fieldName": "fill",
3546
+ "default": "\"\"",
3547
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
3548
+ "fieldName": "anchor",
3548
3549
  "inheritedFrom": {
3549
- "name": "Avatar",
3550
- "module": "src/avatar/avatar.ts"
3550
+ "name": "AnchoredRegion",
3551
+ "module": "src/anchored-region/anchored-region.ts"
3551
3552
  }
3552
3553
  },
3553
3554
  {
3554
- "name": "color",
3555
+ "name": "viewport",
3555
3556
  "type": {
3556
3557
  "text": "string"
3557
3558
  },
3558
- "description": "Indicates the Avatar should have a text color.",
3559
- "fieldName": "color",
3559
+ "default": "\"\"",
3560
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
3561
+ "fieldName": "viewport",
3560
3562
  "inheritedFrom": {
3561
- "name": "Avatar",
3562
- "module": "src/avatar/avatar.ts"
3563
+ "name": "AnchoredRegion",
3564
+ "module": "src/anchored-region/anchored-region.ts"
3563
3565
  }
3564
3566
  },
3565
3567
  {
3566
- "name": "link",
3568
+ "name": "horizontal-positioning-mode",
3567
3569
  "type": {
3568
- "text": "string"
3570
+ "text": "AxisPositioningMode"
3569
3571
  },
3570
- "description": "Indicates the Avatar should have url link",
3571
- "fieldName": "link",
3572
+ "default": "\"uncontrolled\"",
3573
+ "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",
3574
+ "fieldName": "horizontalPositioningMode",
3572
3575
  "inheritedFrom": {
3573
- "name": "Avatar",
3574
- "module": "src/avatar/avatar.ts"
3576
+ "name": "AnchoredRegion",
3577
+ "module": "src/anchored-region/anchored-region.ts"
3575
3578
  }
3576
3579
  },
3577
3580
  {
3578
- "name": "shape",
3581
+ "name": "horizontal-default-position",
3579
3582
  "type": {
3580
- "text": "AvatarShape"
3583
+ "text": "HorizontalPosition"
3581
3584
  },
3582
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3583
- "fieldName": "shape",
3585
+ "default": "\"unset\"",
3586
+ "description": "The default horizontal position of the region relative to the anchor element",
3587
+ "fieldName": "horizontalDefaultPosition",
3584
3588
  "inheritedFrom": {
3585
- "name": "Avatar",
3586
- "module": "src/avatar/avatar.ts"
3589
+ "name": "AnchoredRegion",
3590
+ "module": "src/anchored-region/anchored-region.ts"
3587
3591
  }
3588
- }
3589
- ],
3590
- "members": [
3592
+ },
3591
3593
  {
3592
- "kind": "field",
3593
- "name": "fill",
3594
+ "name": "horizontal-viewport-lock",
3594
3595
  "type": {
3595
- "text": "string"
3596
+ "text": "boolean"
3596
3597
  },
3597
- "privacy": "public",
3598
- "description": "Indicates the Avatar should have a color fill.",
3598
+ "default": "false",
3599
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3600
+ "fieldName": "horizontalViewportLock",
3599
3601
  "inheritedFrom": {
3600
- "name": "Avatar",
3601
- "module": "src/avatar/avatar.ts"
3602
+ "name": "AnchoredRegion",
3603
+ "module": "src/anchored-region/anchored-region.ts"
3602
3604
  }
3603
3605
  },
3604
3606
  {
3605
- "kind": "field",
3606
- "name": "color",
3607
+ "name": "horizontal-inset",
3607
3608
  "type": {
3608
- "text": "string"
3609
+ "text": "boolean"
3609
3610
  },
3610
- "privacy": "public",
3611
- "description": "Indicates the Avatar should have a text color.",
3611
+ "default": "false",
3612
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
3613
+ "fieldName": "horizontalInset",
3612
3614
  "inheritedFrom": {
3613
- "name": "Avatar",
3614
- "module": "src/avatar/avatar.ts"
3615
+ "name": "AnchoredRegion",
3616
+ "module": "src/anchored-region/anchored-region.ts"
3615
3617
  }
3616
3618
  },
3617
3619
  {
3618
- "kind": "field",
3619
- "name": "link",
3620
+ "name": "horizontal-threshold",
3620
3621
  "type": {
3621
- "text": "string"
3622
+ "text": "number"
3622
3623
  },
3623
- "privacy": "public",
3624
- "description": "Indicates the Avatar should have url link",
3624
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3625
+ "fieldName": "horizontalThreshold",
3625
3626
  "inheritedFrom": {
3626
- "name": "Avatar",
3627
- "module": "src/avatar/avatar.ts"
3627
+ "name": "AnchoredRegion",
3628
+ "module": "src/anchored-region/anchored-region.ts"
3628
3629
  }
3629
3630
  },
3630
3631
  {
3631
- "kind": "field",
3632
- "name": "shape",
3632
+ "name": "horizontal-scaling",
3633
3633
  "type": {
3634
- "text": "AvatarShape"
3634
+ "text": "AxisScalingMode"
3635
3635
  },
3636
- "privacy": "public",
3637
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3636
+ "default": "\"content\"",
3637
+ "description": "Defines how the width of the region is calculated",
3638
+ "fieldName": "horizontalScaling",
3638
3639
  "inheritedFrom": {
3639
- "name": "Avatar",
3640
- "module": "src/avatar/avatar.ts"
3640
+ "name": "AnchoredRegion",
3641
+ "module": "src/anchored-region/anchored-region.ts"
3641
3642
  }
3642
3643
  },
3643
3644
  {
3644
- "kind": "field",
3645
- "name": "_presentation",
3645
+ "name": "vertical-positioning-mode",
3646
3646
  "type": {
3647
- "text": "ComponentPresentation | null | undefined"
3647
+ "text": "AxisPositioningMode"
3648
3648
  },
3649
- "privacy": "private",
3650
- "default": "void 0",
3649
+ "default": "\"uncontrolled\"",
3650
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
3651
+ "fieldName": "verticalPositioningMode",
3651
3652
  "inheritedFrom": {
3652
- "name": "Avatar",
3653
- "module": "src/avatar/avatar.ts"
3653
+ "name": "AnchoredRegion",
3654
+ "module": "src/anchored-region/anchored-region.ts"
3654
3655
  }
3655
3656
  },
3656
3657
  {
3657
- "kind": "field",
3658
- "name": "$presentation",
3658
+ "name": "vertical-default-position",
3659
3659
  "type": {
3660
- "text": "ComponentPresentation | null"
3660
+ "text": "VerticalPosition"
3661
3661
  },
3662
- "privacy": "public",
3663
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3662
+ "default": "\"unset\"",
3663
+ "description": "The default vertical position of the region relative to the anchor element",
3664
+ "fieldName": "verticalDefaultPosition",
3664
3665
  "inheritedFrom": {
3665
- "name": "Avatar",
3666
- "module": "src/avatar/avatar.ts"
3666
+ "name": "AnchoredRegion",
3667
+ "module": "src/anchored-region/anchored-region.ts"
3667
3668
  }
3668
3669
  },
3669
3670
  {
3670
- "kind": "field",
3671
- "name": "template",
3671
+ "name": "vertical-viewport-lock",
3672
3672
  "type": {
3673
- "text": "ElementViewTemplate | void | null"
3673
+ "text": "boolean"
3674
3674
  },
3675
- "privacy": "public",
3676
- "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.",
3675
+ "default": "false",
3676
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3677
+ "fieldName": "verticalViewportLock",
3677
3678
  "inheritedFrom": {
3678
- "name": "Avatar",
3679
- "module": "src/avatar/avatar.ts"
3679
+ "name": "AnchoredRegion",
3680
+ "module": "src/anchored-region/anchored-region.ts"
3680
3681
  }
3681
3682
  },
3682
3683
  {
3683
- "kind": "method",
3684
- "name": "templateChanged",
3685
- "privacy": "protected",
3686
- "return": {
3687
- "type": {
3688
- "text": "void"
3689
- }
3684
+ "name": "vertical-inset",
3685
+ "type": {
3686
+ "text": "boolean"
3690
3687
  },
3688
+ "default": "false",
3689
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3690
+ "fieldName": "verticalInset",
3691
3691
  "inheritedFrom": {
3692
- "name": "Avatar",
3693
- "module": "src/avatar/avatar.ts"
3692
+ "name": "AnchoredRegion",
3693
+ "module": "src/anchored-region/anchored-region.ts"
3694
3694
  }
3695
3695
  },
3696
3696
  {
3697
- "kind": "field",
3698
- "name": "styles",
3697
+ "name": "vertical-threshold",
3699
3698
  "type": {
3700
- "text": "ElementStyles | void | null"
3699
+ "text": "number"
3701
3700
  },
3702
- "privacy": "public",
3703
- "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.",
3701
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3702
+ "fieldName": "verticalThreshold",
3704
3703
  "inheritedFrom": {
3705
- "name": "Avatar",
3706
- "module": "src/avatar/avatar.ts"
3704
+ "name": "AnchoredRegion",
3705
+ "module": "src/anchored-region/anchored-region.ts"
3707
3706
  }
3708
3707
  },
3709
3708
  {
3710
- "kind": "method",
3711
- "name": "stylesChanged",
3712
- "privacy": "protected",
3713
- "return": {
3714
- "type": {
3715
- "text": "void"
3716
- }
3709
+ "name": "vertical-scaling",
3710
+ "type": {
3711
+ "text": "AxisScalingMode"
3717
3712
  },
3713
+ "default": "\"content\"",
3714
+ "description": "Defines how the height of the region is calculated",
3715
+ "fieldName": "verticalScaling",
3718
3716
  "inheritedFrom": {
3719
- "name": "Avatar",
3720
- "module": "src/avatar/avatar.ts"
3717
+ "name": "AnchoredRegion",
3718
+ "module": "src/anchored-region/anchored-region.ts"
3721
3719
  }
3722
3720
  },
3723
3721
  {
3724
- "kind": "method",
3725
- "name": "compose",
3726
- "privacy": "public",
3727
- "static": true,
3728
- "return": {
3729
- "type": {
3730
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3731
- }
3722
+ "name": "fixed-placement",
3723
+ "type": {
3724
+ "text": "boolean"
3732
3725
  },
3733
- "parameters": [
3734
- {
3735
- "name": "this",
3736
- "type": {
3737
- "text": "K"
3738
- }
3739
- },
3740
- {
3741
- "name": "elementDefinition",
3742
- "type": {
3743
- "text": "T"
3744
- },
3745
- "description": "The definition of the element to create the registry\nfunction for."
3746
- }
3747
- ],
3748
- "description": "Defines an element registry function with a set of element definition defaults.",
3749
- "inheritedFrom": {
3750
- "name": "Avatar",
3751
- "module": "src/avatar/avatar.ts"
3752
- }
3753
- }
3754
- ]
3755
- },
3756
- {
3757
- "kind": "variable",
3758
- "name": "zeroAvatar"
3759
- }
3760
- ],
3761
- "exports": [
3762
- {
3763
- "kind": "js",
3764
- "name": "Avatar",
3765
- "declaration": {
3766
- "name": "Avatar",
3767
- "module": "src/avatar/avatar.ts"
3768
- }
3769
- },
3770
- {
3771
- "kind": "js",
3772
- "name": "zeroAvatar",
3773
- "declaration": {
3774
- "name": "zeroAvatar",
3775
- "module": "src/avatar/avatar.ts"
3776
- }
3777
- }
3778
- ]
3779
- },
3780
- {
3781
- "kind": "javascript-module",
3782
- "path": "src/avatar/index.ts",
3783
- "declarations": [],
3784
- "exports": [
3785
- {
3786
- "kind": "js",
3787
- "name": "*",
3788
- "declaration": {
3789
- "name": "*",
3790
- "package": "./avatar"
3791
- }
3792
- },
3793
- {
3794
- "kind": "js",
3795
- "name": "*",
3796
- "declaration": {
3797
- "name": "*",
3798
- "package": "./avatar.styles"
3799
- }
3800
- },
3801
- {
3802
- "kind": "js",
3803
- "name": "*",
3804
- "declaration": {
3805
- "name": "*",
3806
- "package": "./avatar.template"
3807
- }
3808
- }
3809
- ]
3810
- },
3811
- {
3812
- "kind": "javascript-module",
3813
- "path": "src/anchored-region/anchored-region.styles.ts",
3814
- "declarations": [
3815
- {
3816
- "kind": "function",
3817
- "name": "zeroAnchoredRegionStyles",
3818
- "return": {
3819
- "type": {
3820
- "text": "ElementStyles"
3821
- }
3822
- },
3823
- "parameters": [
3824
- {
3825
- "name": "context",
3826
- "type": {
3827
- "text": "ElementDefinitionContext"
3828
- }
3829
- },
3830
- {
3831
- "name": "definition",
3832
- "type": {
3833
- "text": "FoundationElementDefinition"
3834
- }
3835
- }
3836
- ]
3837
- }
3838
- ],
3839
- "exports": [
3840
- {
3841
- "kind": "js",
3842
- "name": "zeroAnchoredRegionStyles",
3843
- "declaration": {
3844
- "name": "zeroAnchoredRegionStyles",
3845
- "module": "src/anchored-region/anchored-region.styles.ts"
3846
- }
3847
- }
3848
- ]
3849
- },
3850
- {
3851
- "kind": "javascript-module",
3852
- "path": "src/anchored-region/anchored-region.template.ts",
3853
- "declarations": [
3854
- {
3855
- "kind": "function",
3856
- "name": "zeroAnchoredRegionTemplate",
3857
- "return": {
3858
- "type": {
3859
- "text": "ViewTemplate<AnchoredRegion>"
3860
- }
3861
- },
3862
- "parameters": [
3863
- {
3864
- "name": "context",
3865
- "type": {
3866
- "text": "ElementDefinitionContext"
3867
- }
3868
- },
3869
- {
3870
- "name": "definition",
3871
- "type": {
3872
- "text": "FoundationElementDefinition"
3873
- }
3874
- }
3875
- ]
3876
- }
3877
- ],
3878
- "exports": [
3879
- {
3880
- "kind": "js",
3881
- "name": "zeroAnchoredRegionTemplate",
3882
- "declaration": {
3883
- "name": "zeroAnchoredRegionTemplate",
3884
- "module": "src/anchored-region/anchored-region.template.ts"
3885
- }
3886
- }
3887
- ]
3888
- },
3889
- {
3890
- "kind": "javascript-module",
3891
- "path": "src/anchored-region/anchored-region.ts",
3892
- "declarations": [
3893
- {
3894
- "kind": "class",
3895
- "description": "",
3896
- "name": "AnchoredRegion",
3897
- "superclass": {
3898
- "name": "FoundationAnchoredRegion",
3899
- "package": "@genesislcap/foundation-ui"
3900
- },
3901
- "tagName": "%%prefix%%-anchored-region",
3902
- "customElement": true,
3903
- "attributes": [
3904
- {
3905
- "name": "anchor",
3906
- "type": {
3907
- "text": "string"
3908
- },
3909
- "default": "\"\"",
3910
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3911
- "fieldName": "anchor",
3912
- "inheritedFrom": {
3913
- "name": "AnchoredRegion",
3914
- "module": "src/anchored-region/anchored-region.ts"
3915
- }
3916
- },
3917
- {
3918
- "name": "viewport",
3919
- "type": {
3920
- "text": "string"
3921
- },
3922
- "default": "\"\"",
3923
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3924
- "fieldName": "viewport",
3925
- "inheritedFrom": {
3926
- "name": "AnchoredRegion",
3927
- "module": "src/anchored-region/anchored-region.ts"
3928
- }
3929
- },
3930
- {
3931
- "name": "horizontal-positioning-mode",
3932
- "type": {
3933
- "text": "AxisPositioningMode"
3934
- },
3935
- "default": "\"uncontrolled\"",
3936
- "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",
3937
- "fieldName": "horizontalPositioningMode",
3938
- "inheritedFrom": {
3939
- "name": "AnchoredRegion",
3940
- "module": "src/anchored-region/anchored-region.ts"
3941
- }
3942
- },
3943
- {
3944
- "name": "horizontal-default-position",
3945
- "type": {
3946
- "text": "HorizontalPosition"
3947
- },
3948
- "default": "\"unset\"",
3949
- "description": "The default horizontal position of the region relative to the anchor element",
3950
- "fieldName": "horizontalDefaultPosition",
3951
- "inheritedFrom": {
3952
- "name": "AnchoredRegion",
3953
- "module": "src/anchored-region/anchored-region.ts"
3954
- }
3955
- },
3956
- {
3957
- "name": "horizontal-viewport-lock",
3958
- "type": {
3959
- "text": "boolean"
3960
- },
3961
- "default": "false",
3962
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3963
- "fieldName": "horizontalViewportLock",
3964
- "inheritedFrom": {
3965
- "name": "AnchoredRegion",
3966
- "module": "src/anchored-region/anchored-region.ts"
3967
- }
3968
- },
3969
- {
3970
- "name": "horizontal-inset",
3971
- "type": {
3972
- "text": "boolean"
3973
- },
3974
- "default": "false",
3975
- "description": "Whether the region overlaps the anchor on the horizontal axis",
3976
- "fieldName": "horizontalInset",
3977
- "inheritedFrom": {
3978
- "name": "AnchoredRegion",
3979
- "module": "src/anchored-region/anchored-region.ts"
3980
- }
3981
- },
3982
- {
3983
- "name": "horizontal-threshold",
3984
- "type": {
3985
- "text": "number"
3986
- },
3987
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3988
- "fieldName": "horizontalThreshold",
3989
- "inheritedFrom": {
3990
- "name": "AnchoredRegion",
3991
- "module": "src/anchored-region/anchored-region.ts"
3992
- }
3993
- },
3994
- {
3995
- "name": "horizontal-scaling",
3996
- "type": {
3997
- "text": "AxisScalingMode"
3998
- },
3999
- "default": "\"content\"",
4000
- "description": "Defines how the width of the region is calculated",
4001
- "fieldName": "horizontalScaling",
4002
- "inheritedFrom": {
4003
- "name": "AnchoredRegion",
4004
- "module": "src/anchored-region/anchored-region.ts"
4005
- }
4006
- },
4007
- {
4008
- "name": "vertical-positioning-mode",
4009
- "type": {
4010
- "text": "AxisPositioningMode"
4011
- },
4012
- "default": "\"uncontrolled\"",
4013
- "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
4014
- "fieldName": "verticalPositioningMode",
4015
- "inheritedFrom": {
4016
- "name": "AnchoredRegion",
4017
- "module": "src/anchored-region/anchored-region.ts"
4018
- }
4019
- },
4020
- {
4021
- "name": "vertical-default-position",
4022
- "type": {
4023
- "text": "VerticalPosition"
4024
- },
4025
- "default": "\"unset\"",
4026
- "description": "The default vertical position of the region relative to the anchor element",
4027
- "fieldName": "verticalDefaultPosition",
4028
- "inheritedFrom": {
4029
- "name": "AnchoredRegion",
4030
- "module": "src/anchored-region/anchored-region.ts"
4031
- }
4032
- },
4033
- {
4034
- "name": "vertical-viewport-lock",
4035
- "type": {
4036
- "text": "boolean"
4037
- },
4038
- "default": "false",
4039
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
4040
- "fieldName": "verticalViewportLock",
4041
- "inheritedFrom": {
4042
- "name": "AnchoredRegion",
4043
- "module": "src/anchored-region/anchored-region.ts"
4044
- }
4045
- },
4046
- {
4047
- "name": "vertical-inset",
4048
- "type": {
4049
- "text": "boolean"
4050
- },
4051
- "default": "false",
4052
- "description": "Whether the region overlaps the anchor on the vertical axis",
4053
- "fieldName": "verticalInset",
4054
- "inheritedFrom": {
4055
- "name": "AnchoredRegion",
4056
- "module": "src/anchored-region/anchored-region.ts"
4057
- }
4058
- },
4059
- {
4060
- "name": "vertical-threshold",
4061
- "type": {
4062
- "text": "number"
4063
- },
4064
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
4065
- "fieldName": "verticalThreshold",
4066
- "inheritedFrom": {
4067
- "name": "AnchoredRegion",
4068
- "module": "src/anchored-region/anchored-region.ts"
4069
- }
4070
- },
4071
- {
4072
- "name": "vertical-scaling",
4073
- "type": {
4074
- "text": "AxisScalingMode"
4075
- },
4076
- "default": "\"content\"",
4077
- "description": "Defines how the height of the region is calculated",
4078
- "fieldName": "verticalScaling",
4079
- "inheritedFrom": {
4080
- "name": "AnchoredRegion",
4081
- "module": "src/anchored-region/anchored-region.ts"
4082
- }
4083
- },
4084
- {
4085
- "name": "fixed-placement",
4086
- "type": {
4087
- "text": "boolean"
4088
- },
4089
- "default": "false",
4090
- "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
4091
- "fieldName": "fixedPlacement",
3726
+ "default": "false",
3727
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
3728
+ "fieldName": "fixedPlacement",
4092
3729
  "inheritedFrom": {
4093
3730
  "name": "AnchoredRegion",
4094
3731
  "module": "src/anchored-region/anchored-region.ts"
@@ -4894,75 +4531,255 @@
4894
4531
  }
4895
4532
  },
4896
4533
  {
4897
- "kind": "method",
4898
- "name": "initializeResizeDetector",
4534
+ "kind": "method",
4535
+ "name": "initializeResizeDetector",
4536
+ "privacy": "private",
4537
+ "return": {
4538
+ "type": {
4539
+ "text": "void"
4540
+ }
4541
+ },
4542
+ "description": "initializes the instance's resize observer",
4543
+ "inheritedFrom": {
4544
+ "name": "AnchoredRegion",
4545
+ "module": "src/anchored-region/anchored-region.ts"
4546
+ }
4547
+ },
4548
+ {
4549
+ "kind": "method",
4550
+ "name": "updateForAttributeChange",
4551
+ "privacy": "private",
4552
+ "return": {
4553
+ "type": {
4554
+ "text": "void"
4555
+ }
4556
+ },
4557
+ "description": "react to attribute changes that don't require a reset",
4558
+ "inheritedFrom": {
4559
+ "name": "AnchoredRegion",
4560
+ "module": "src/anchored-region/anchored-region.ts"
4561
+ }
4562
+ },
4563
+ {
4564
+ "kind": "method",
4565
+ "name": "initialize",
4566
+ "privacy": "private",
4567
+ "return": {
4568
+ "type": {
4569
+ "text": "void"
4570
+ }
4571
+ },
4572
+ "description": "fully initializes the component",
4573
+ "inheritedFrom": {
4574
+ "name": "AnchoredRegion",
4575
+ "module": "src/anchored-region/anchored-region.ts"
4576
+ }
4577
+ },
4578
+ {
4579
+ "kind": "method",
4580
+ "name": "requestReset",
4581
+ "privacy": "private",
4582
+ "return": {
4583
+ "type": {
4584
+ "text": "void"
4585
+ }
4586
+ },
4587
+ "description": "Request a reset if there are currently no open requests",
4588
+ "inheritedFrom": {
4589
+ "name": "AnchoredRegion",
4590
+ "module": "src/anchored-region/anchored-region.ts"
4591
+ }
4592
+ },
4593
+ {
4594
+ "kind": "method",
4595
+ "name": "setInitialState",
4596
+ "privacy": "private",
4597
+ "return": {
4598
+ "type": {
4599
+ "text": "void"
4600
+ }
4601
+ },
4602
+ "description": "sets the starting configuration for component internal values",
4603
+ "inheritedFrom": {
4604
+ "name": "AnchoredRegion",
4605
+ "module": "src/anchored-region/anchored-region.ts"
4606
+ }
4607
+ },
4608
+ {
4609
+ "kind": "field",
4610
+ "name": "startObservers",
4611
+ "privacy": "private",
4612
+ "description": "starts observers",
4613
+ "inheritedFrom": {
4614
+ "name": "AnchoredRegion",
4615
+ "module": "src/anchored-region/anchored-region.ts"
4616
+ }
4617
+ },
4618
+ {
4619
+ "kind": "field",
4620
+ "name": "requestPositionUpdates",
4621
+ "privacy": "private",
4622
+ "description": "get position updates",
4623
+ "inheritedFrom": {
4624
+ "name": "AnchoredRegion",
4625
+ "module": "src/anchored-region/anchored-region.ts"
4626
+ }
4627
+ },
4628
+ {
4629
+ "kind": "field",
4630
+ "name": "stopObservers",
4631
+ "privacy": "private",
4632
+ "description": "stops observers",
4633
+ "inheritedFrom": {
4634
+ "name": "AnchoredRegion",
4635
+ "module": "src/anchored-region/anchored-region.ts"
4636
+ }
4637
+ },
4638
+ {
4639
+ "kind": "field",
4640
+ "name": "getViewport",
4641
+ "privacy": "private",
4642
+ "description": "Gets the viewport element by id, or defaults to document root",
4643
+ "inheritedFrom": {
4644
+ "name": "AnchoredRegion",
4645
+ "module": "src/anchored-region/anchored-region.ts"
4646
+ }
4647
+ },
4648
+ {
4649
+ "kind": "field",
4650
+ "name": "getAnchor",
4651
+ "privacy": "private",
4652
+ "description": "Gets the anchor element by id",
4653
+ "inheritedFrom": {
4654
+ "name": "AnchoredRegion",
4655
+ "module": "src/anchored-region/anchored-region.ts"
4656
+ }
4657
+ },
4658
+ {
4659
+ "kind": "field",
4660
+ "name": "handleIntersection",
4661
+ "privacy": "private",
4662
+ "description": "Handle intersections",
4663
+ "inheritedFrom": {
4664
+ "name": "AnchoredRegion",
4665
+ "module": "src/anchored-region/anchored-region.ts"
4666
+ }
4667
+ },
4668
+ {
4669
+ "kind": "field",
4670
+ "name": "applyIntersectionEntries",
4671
+ "privacy": "private",
4672
+ "description": "iterate through intersection entries and apply data",
4673
+ "inheritedFrom": {
4674
+ "name": "AnchoredRegion",
4675
+ "module": "src/anchored-region/anchored-region.ts"
4676
+ }
4677
+ },
4678
+ {
4679
+ "kind": "field",
4680
+ "name": "updateRegionOffset",
4681
+ "privacy": "private",
4682
+ "description": "Update the offset values",
4683
+ "inheritedFrom": {
4684
+ "name": "AnchoredRegion",
4685
+ "module": "src/anchored-region/anchored-region.ts"
4686
+ }
4687
+ },
4688
+ {
4689
+ "kind": "field",
4690
+ "name": "isRectDifferent",
4691
+ "privacy": "private",
4692
+ "description": "compare rects to see if there is enough change to justify a DOM update",
4693
+ "inheritedFrom": {
4694
+ "name": "AnchoredRegion",
4695
+ "module": "src/anchored-region/anchored-region.ts"
4696
+ }
4697
+ },
4698
+ {
4699
+ "kind": "field",
4700
+ "name": "handleResize",
4701
+ "privacy": "private",
4702
+ "description": "Handle resize events",
4703
+ "inheritedFrom": {
4704
+ "name": "AnchoredRegion",
4705
+ "module": "src/anchored-region/anchored-region.ts"
4706
+ }
4707
+ },
4708
+ {
4709
+ "kind": "field",
4710
+ "name": "reset",
4711
+ "privacy": "private",
4712
+ "description": "resets the component",
4713
+ "inheritedFrom": {
4714
+ "name": "AnchoredRegion",
4715
+ "module": "src/anchored-region/anchored-region.ts"
4716
+ }
4717
+ },
4718
+ {
4719
+ "kind": "field",
4720
+ "name": "updateLayout",
4721
+ "privacy": "private",
4722
+ "description": "Recalculate layout related state values",
4723
+ "inheritedFrom": {
4724
+ "name": "AnchoredRegion",
4725
+ "module": "src/anchored-region/anchored-region.ts"
4726
+ }
4727
+ },
4728
+ {
4729
+ "kind": "field",
4730
+ "name": "updateRegionStyle",
4731
+ "privacy": "private",
4732
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4733
+ "inheritedFrom": {
4734
+ "name": "AnchoredRegion",
4735
+ "module": "src/anchored-region/anchored-region.ts"
4736
+ }
4737
+ },
4738
+ {
4739
+ "kind": "field",
4740
+ "name": "updatePositionClasses",
4899
4741
  "privacy": "private",
4900
- "return": {
4901
- "type": {
4902
- "text": "void"
4903
- }
4904
- },
4905
- "description": "initializes the instance's resize observer",
4742
+ "description": "Updates the css classes that reflect the current position of the element",
4906
4743
  "inheritedFrom": {
4907
4744
  "name": "AnchoredRegion",
4908
4745
  "module": "src/anchored-region/anchored-region.ts"
4909
4746
  }
4910
4747
  },
4911
4748
  {
4912
- "kind": "method",
4913
- "name": "updateForAttributeChange",
4749
+ "kind": "field",
4750
+ "name": "setHorizontalPosition",
4914
4751
  "privacy": "private",
4915
- "return": {
4916
- "type": {
4917
- "text": "void"
4918
- }
4919
- },
4920
- "description": "react to attribute changes that don't require a reset",
4752
+ "description": "Get horizontal positioning state based on desired position",
4921
4753
  "inheritedFrom": {
4922
4754
  "name": "AnchoredRegion",
4923
4755
  "module": "src/anchored-region/anchored-region.ts"
4924
4756
  }
4925
4757
  },
4926
4758
  {
4927
- "kind": "method",
4928
- "name": "initialize",
4759
+ "kind": "field",
4760
+ "name": "setVerticalPosition",
4929
4761
  "privacy": "private",
4930
- "return": {
4931
- "type": {
4932
- "text": "void"
4933
- }
4934
- },
4935
- "description": "fully initializes the component",
4762
+ "description": "Set vertical positioning state based on desired position",
4936
4763
  "inheritedFrom": {
4937
4764
  "name": "AnchoredRegion",
4938
4765
  "module": "src/anchored-region/anchored-region.ts"
4939
4766
  }
4940
4767
  },
4941
4768
  {
4942
- "kind": "method",
4943
- "name": "requestReset",
4769
+ "kind": "field",
4770
+ "name": "getPositioningOptions",
4944
4771
  "privacy": "private",
4945
- "return": {
4946
- "type": {
4947
- "text": "void"
4948
- }
4949
- },
4950
- "description": "Request a reset if there are currently no open requests",
4772
+ "description": "Get available positions based on positioning mode",
4951
4773
  "inheritedFrom": {
4952
4774
  "name": "AnchoredRegion",
4953
4775
  "module": "src/anchored-region/anchored-region.ts"
4954
4776
  }
4955
4777
  },
4956
4778
  {
4957
- "kind": "method",
4958
- "name": "setInitialState",
4779
+ "kind": "field",
4780
+ "name": "getAvailableSpace",
4959
4781
  "privacy": "private",
4960
- "return": {
4961
- "type": {
4962
- "text": "void"
4963
- }
4964
- },
4965
- "description": "sets the starting configuration for component internal values",
4782
+ "description": "Get the space available for a particular relative position",
4966
4783
  "inheritedFrom": {
4967
4784
  "name": "AnchoredRegion",
4968
4785
  "module": "src/anchored-region/anchored-region.ts"
@@ -4970,9 +4787,9 @@
4970
4787
  },
4971
4788
  {
4972
4789
  "kind": "field",
4973
- "name": "startObservers",
4790
+ "name": "getNextRegionDimension",
4974
4791
  "privacy": "private",
4975
- "description": "starts observers",
4792
+ "description": "Get region dimensions",
4976
4793
  "inheritedFrom": {
4977
4794
  "name": "AnchoredRegion",
4978
4795
  "module": "src/anchored-region/anchored-region.ts"
@@ -4980,9 +4797,9 @@
4980
4797
  },
4981
4798
  {
4982
4799
  "kind": "field",
4983
- "name": "requestPositionUpdates",
4800
+ "name": "startAutoUpdateEventListeners",
4984
4801
  "privacy": "private",
4985
- "description": "get position updates",
4802
+ "description": "starts event listeners that can trigger auto updating",
4986
4803
  "inheritedFrom": {
4987
4804
  "name": "AnchoredRegion",
4988
4805
  "module": "src/anchored-region/anchored-region.ts"
@@ -4990,9 +4807,9 @@
4990
4807
  },
4991
4808
  {
4992
4809
  "kind": "field",
4993
- "name": "stopObservers",
4810
+ "name": "stopAutoUpdateEventListeners",
4994
4811
  "privacy": "private",
4995
- "description": "stops observers",
4812
+ "description": "stops event listeners that can trigger auto updating",
4996
4813
  "inheritedFrom": {
4997
4814
  "name": "AnchoredRegion",
4998
4815
  "module": "src/anchored-region/anchored-region.ts"
@@ -5000,9 +4817,12 @@
5000
4817
  },
5001
4818
  {
5002
4819
  "kind": "field",
5003
- "name": "getViewport",
4820
+ "name": "_presentation",
4821
+ "type": {
4822
+ "text": "ComponentPresentation | null | undefined"
4823
+ },
5004
4824
  "privacy": "private",
5005
- "description": "Gets the viewport element by id, or defaults to document root",
4825
+ "default": "void 0",
5006
4826
  "inheritedFrom": {
5007
4827
  "name": "AnchoredRegion",
5008
4828
  "module": "src/anchored-region/anchored-region.ts"
@@ -5010,9 +4830,12 @@
5010
4830
  },
5011
4831
  {
5012
4832
  "kind": "field",
5013
- "name": "getAnchor",
5014
- "privacy": "private",
5015
- "description": "Gets the anchor element by id",
4833
+ "name": "$presentation",
4834
+ "type": {
4835
+ "text": "ComponentPresentation | null"
4836
+ },
4837
+ "privacy": "public",
4838
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5016
4839
  "inheritedFrom": {
5017
4840
  "name": "AnchoredRegion",
5018
4841
  "module": "src/anchored-region/anchored-region.ts"
@@ -5020,19 +4843,26 @@
5020
4843
  },
5021
4844
  {
5022
4845
  "kind": "field",
5023
- "name": "handleIntersection",
5024
- "privacy": "private",
5025
- "description": "Handle intersections",
4846
+ "name": "template",
4847
+ "type": {
4848
+ "text": "ElementViewTemplate | void | null"
4849
+ },
4850
+ "privacy": "public",
4851
+ "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.",
5026
4852
  "inheritedFrom": {
5027
4853
  "name": "AnchoredRegion",
5028
4854
  "module": "src/anchored-region/anchored-region.ts"
5029
4855
  }
5030
4856
  },
5031
4857
  {
5032
- "kind": "field",
5033
- "name": "applyIntersectionEntries",
5034
- "privacy": "private",
5035
- "description": "iterate through intersection entries and apply data",
4858
+ "kind": "method",
4859
+ "name": "templateChanged",
4860
+ "privacy": "protected",
4861
+ "return": {
4862
+ "type": {
4863
+ "text": "void"
4864
+ }
4865
+ },
5036
4866
  "inheritedFrom": {
5037
4867
  "name": "AnchoredRegion",
5038
4868
  "module": "src/anchored-region/anchored-region.ts"
@@ -5040,142 +4870,330 @@
5040
4870
  },
5041
4871
  {
5042
4872
  "kind": "field",
5043
- "name": "updateRegionOffset",
5044
- "privacy": "private",
5045
- "description": "Update the offset values",
4873
+ "name": "styles",
4874
+ "type": {
4875
+ "text": "ElementStyles | void | null"
4876
+ },
4877
+ "privacy": "public",
4878
+ "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.",
5046
4879
  "inheritedFrom": {
5047
4880
  "name": "AnchoredRegion",
5048
4881
  "module": "src/anchored-region/anchored-region.ts"
5049
4882
  }
5050
4883
  },
5051
4884
  {
5052
- "kind": "field",
5053
- "name": "isRectDifferent",
5054
- "privacy": "private",
5055
- "description": "compare rects to see if there is enough change to justify a DOM update",
4885
+ "kind": "method",
4886
+ "name": "stylesChanged",
4887
+ "privacy": "protected",
4888
+ "return": {
4889
+ "type": {
4890
+ "text": "void"
4891
+ }
4892
+ },
5056
4893
  "inheritedFrom": {
5057
4894
  "name": "AnchoredRegion",
5058
4895
  "module": "src/anchored-region/anchored-region.ts"
5059
4896
  }
5060
4897
  },
5061
4898
  {
5062
- "kind": "field",
5063
- "name": "handleResize",
5064
- "privacy": "private",
5065
- "description": "Handle resize events",
4899
+ "kind": "method",
4900
+ "name": "compose",
4901
+ "privacy": "public",
4902
+ "static": true,
4903
+ "return": {
4904
+ "type": {
4905
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4906
+ }
4907
+ },
4908
+ "parameters": [
4909
+ {
4910
+ "name": "this",
4911
+ "type": {
4912
+ "text": "K"
4913
+ }
4914
+ },
4915
+ {
4916
+ "name": "elementDefinition",
4917
+ "type": {
4918
+ "text": "T"
4919
+ },
4920
+ "description": "The definition of the element to create the registry\nfunction for."
4921
+ }
4922
+ ],
4923
+ "description": "Defines an element registry function with a set of element definition defaults.",
4924
+ "inheritedFrom": {
4925
+ "name": "AnchoredRegion",
4926
+ "module": "src/anchored-region/anchored-region.ts"
4927
+ }
4928
+ }
4929
+ ],
4930
+ "events": [
4931
+ {
4932
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4933
+ "name": "loaded",
5066
4934
  "inheritedFrom": {
5067
4935
  "name": "AnchoredRegion",
5068
4936
  "module": "src/anchored-region/anchored-region.ts"
5069
4937
  }
5070
4938
  },
5071
4939
  {
5072
- "kind": "field",
5073
- "name": "reset",
5074
- "privacy": "private",
5075
- "description": "resets the component",
4940
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4941
+ "name": "positionchange",
5076
4942
  "inheritedFrom": {
5077
4943
  "name": "AnchoredRegion",
5078
4944
  "module": "src/anchored-region/anchored-region.ts"
5079
4945
  }
4946
+ }
4947
+ ]
4948
+ },
4949
+ {
4950
+ "kind": "variable",
4951
+ "name": "zeroAnchoredRegion"
4952
+ }
4953
+ ],
4954
+ "exports": [
4955
+ {
4956
+ "kind": "js",
4957
+ "name": "AnchoredRegion",
4958
+ "declaration": {
4959
+ "name": "AnchoredRegion",
4960
+ "module": "src/anchored-region/anchored-region.ts"
4961
+ }
4962
+ },
4963
+ {
4964
+ "kind": "js",
4965
+ "name": "zeroAnchoredRegion",
4966
+ "declaration": {
4967
+ "name": "zeroAnchoredRegion",
4968
+ "module": "src/anchored-region/anchored-region.ts"
4969
+ }
4970
+ }
4971
+ ]
4972
+ },
4973
+ {
4974
+ "kind": "javascript-module",
4975
+ "path": "src/anchored-region/index.ts",
4976
+ "declarations": [],
4977
+ "exports": [
4978
+ {
4979
+ "kind": "js",
4980
+ "name": "*",
4981
+ "declaration": {
4982
+ "name": "*",
4983
+ "package": "./anchored-region"
4984
+ }
4985
+ },
4986
+ {
4987
+ "kind": "js",
4988
+ "name": "*",
4989
+ "declaration": {
4990
+ "name": "*",
4991
+ "package": "./anchored-region.styles"
4992
+ }
4993
+ },
4994
+ {
4995
+ "kind": "js",
4996
+ "name": "*",
4997
+ "declaration": {
4998
+ "name": "*",
4999
+ "package": "./anchored-region.template"
5000
+ }
5001
+ }
5002
+ ]
5003
+ },
5004
+ {
5005
+ "kind": "javascript-module",
5006
+ "path": "src/avatar/avatar.styles.ts",
5007
+ "declarations": [
5008
+ {
5009
+ "kind": "function",
5010
+ "name": "zeroAvatarStyles",
5011
+ "return": {
5012
+ "type": {
5013
+ "text": "ElementStyles"
5014
+ }
5015
+ },
5016
+ "parameters": [
5017
+ {
5018
+ "name": "context",
5019
+ "type": {
5020
+ "text": "ElementDefinitionContext"
5021
+ }
5080
5022
  },
5081
5023
  {
5082
- "kind": "field",
5083
- "name": "updateLayout",
5084
- "privacy": "private",
5085
- "description": "Recalculate layout related state values",
5086
- "inheritedFrom": {
5087
- "name": "AnchoredRegion",
5088
- "module": "src/anchored-region/anchored-region.ts"
5024
+ "name": "definition",
5025
+ "type": {
5026
+ "text": "FoundationElementDefinition"
5027
+ }
5028
+ }
5029
+ ]
5030
+ }
5031
+ ],
5032
+ "exports": [
5033
+ {
5034
+ "kind": "js",
5035
+ "name": "zeroAvatarStyles",
5036
+ "declaration": {
5037
+ "name": "zeroAvatarStyles",
5038
+ "module": "src/avatar/avatar.styles.ts"
5039
+ }
5040
+ }
5041
+ ]
5042
+ },
5043
+ {
5044
+ "kind": "javascript-module",
5045
+ "path": "src/avatar/avatar.template.ts",
5046
+ "declarations": [
5047
+ {
5048
+ "kind": "function",
5049
+ "name": "zeroAvatarTemplate",
5050
+ "return": {
5051
+ "type": {
5052
+ "text": "ViewTemplate<Avatar>"
5053
+ }
5054
+ },
5055
+ "parameters": [
5056
+ {
5057
+ "name": "context",
5058
+ "type": {
5059
+ "text": "ElementDefinitionContext"
5089
5060
  }
5090
5061
  },
5091
5062
  {
5092
- "kind": "field",
5093
- "name": "updateRegionStyle",
5094
- "privacy": "private",
5095
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
5096
- "inheritedFrom": {
5097
- "name": "AnchoredRegion",
5098
- "module": "src/anchored-region/anchored-region.ts"
5063
+ "name": "definition",
5064
+ "type": {
5065
+ "text": "FoundationElementDefinition"
5099
5066
  }
5100
- },
5067
+ }
5068
+ ]
5069
+ }
5070
+ ],
5071
+ "exports": [
5072
+ {
5073
+ "kind": "js",
5074
+ "name": "zeroAvatarTemplate",
5075
+ "declaration": {
5076
+ "name": "zeroAvatarTemplate",
5077
+ "module": "src/avatar/avatar.template.ts"
5078
+ }
5079
+ }
5080
+ ]
5081
+ },
5082
+ {
5083
+ "kind": "javascript-module",
5084
+ "path": "src/avatar/avatar.ts",
5085
+ "declarations": [
5086
+ {
5087
+ "kind": "class",
5088
+ "description": "",
5089
+ "name": "Avatar",
5090
+ "superclass": {
5091
+ "name": "FoundationAvatar",
5092
+ "package": "@genesislcap/foundation-ui"
5093
+ },
5094
+ "tagName": "%%prefix%%-avatar",
5095
+ "customElement": true,
5096
+ "attributes": [
5101
5097
  {
5102
- "kind": "field",
5103
- "name": "updatePositionClasses",
5104
- "privacy": "private",
5105
- "description": "Updates the css classes that reflect the current position of the element",
5098
+ "name": "fill",
5099
+ "type": {
5100
+ "text": "string"
5101
+ },
5102
+ "description": "Indicates the Avatar should have a color fill.",
5103
+ "fieldName": "fill",
5106
5104
  "inheritedFrom": {
5107
- "name": "AnchoredRegion",
5108
- "module": "src/anchored-region/anchored-region.ts"
5105
+ "name": "Avatar",
5106
+ "module": "src/avatar/avatar.ts"
5109
5107
  }
5110
5108
  },
5111
5109
  {
5112
- "kind": "field",
5113
- "name": "setHorizontalPosition",
5114
- "privacy": "private",
5115
- "description": "Get horizontal positioning state based on desired position",
5110
+ "name": "color",
5111
+ "type": {
5112
+ "text": "string"
5113
+ },
5114
+ "description": "Indicates the Avatar should have a text color.",
5115
+ "fieldName": "color",
5116
5116
  "inheritedFrom": {
5117
- "name": "AnchoredRegion",
5118
- "module": "src/anchored-region/anchored-region.ts"
5117
+ "name": "Avatar",
5118
+ "module": "src/avatar/avatar.ts"
5119
5119
  }
5120
5120
  },
5121
5121
  {
5122
- "kind": "field",
5123
- "name": "setVerticalPosition",
5124
- "privacy": "private",
5125
- "description": "Set vertical positioning state based on desired position",
5122
+ "name": "link",
5123
+ "type": {
5124
+ "text": "string"
5125
+ },
5126
+ "description": "Indicates the Avatar should have url link",
5127
+ "fieldName": "link",
5126
5128
  "inheritedFrom": {
5127
- "name": "AnchoredRegion",
5128
- "module": "src/anchored-region/anchored-region.ts"
5129
+ "name": "Avatar",
5130
+ "module": "src/avatar/avatar.ts"
5129
5131
  }
5130
5132
  },
5131
5133
  {
5132
- "kind": "field",
5133
- "name": "getPositioningOptions",
5134
- "privacy": "private",
5135
- "description": "Get available positions based on positioning mode",
5134
+ "name": "shape",
5135
+ "type": {
5136
+ "text": "AvatarShape"
5137
+ },
5138
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5139
+ "fieldName": "shape",
5136
5140
  "inheritedFrom": {
5137
- "name": "AnchoredRegion",
5138
- "module": "src/anchored-region/anchored-region.ts"
5141
+ "name": "Avatar",
5142
+ "module": "src/avatar/avatar.ts"
5139
5143
  }
5140
- },
5144
+ }
5145
+ ],
5146
+ "members": [
5141
5147
  {
5142
5148
  "kind": "field",
5143
- "name": "getAvailableSpace",
5144
- "privacy": "private",
5145
- "description": "Get the space available for a particular relative position",
5149
+ "name": "fill",
5150
+ "type": {
5151
+ "text": "string"
5152
+ },
5153
+ "privacy": "public",
5154
+ "description": "Indicates the Avatar should have a color fill.",
5146
5155
  "inheritedFrom": {
5147
- "name": "AnchoredRegion",
5148
- "module": "src/anchored-region/anchored-region.ts"
5156
+ "name": "Avatar",
5157
+ "module": "src/avatar/avatar.ts"
5149
5158
  }
5150
5159
  },
5151
5160
  {
5152
5161
  "kind": "field",
5153
- "name": "getNextRegionDimension",
5154
- "privacy": "private",
5155
- "description": "Get region dimensions",
5162
+ "name": "color",
5163
+ "type": {
5164
+ "text": "string"
5165
+ },
5166
+ "privacy": "public",
5167
+ "description": "Indicates the Avatar should have a text color.",
5156
5168
  "inheritedFrom": {
5157
- "name": "AnchoredRegion",
5158
- "module": "src/anchored-region/anchored-region.ts"
5169
+ "name": "Avatar",
5170
+ "module": "src/avatar/avatar.ts"
5159
5171
  }
5160
5172
  },
5161
5173
  {
5162
5174
  "kind": "field",
5163
- "name": "startAutoUpdateEventListeners",
5164
- "privacy": "private",
5165
- "description": "starts event listeners that can trigger auto updating",
5175
+ "name": "link",
5176
+ "type": {
5177
+ "text": "string"
5178
+ },
5179
+ "privacy": "public",
5180
+ "description": "Indicates the Avatar should have url link",
5166
5181
  "inheritedFrom": {
5167
- "name": "AnchoredRegion",
5168
- "module": "src/anchored-region/anchored-region.ts"
5182
+ "name": "Avatar",
5183
+ "module": "src/avatar/avatar.ts"
5169
5184
  }
5170
5185
  },
5171
5186
  {
5172
5187
  "kind": "field",
5173
- "name": "stopAutoUpdateEventListeners",
5174
- "privacy": "private",
5175
- "description": "stops event listeners that can trigger auto updating",
5188
+ "name": "shape",
5189
+ "type": {
5190
+ "text": "AvatarShape"
5191
+ },
5192
+ "privacy": "public",
5193
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5176
5194
  "inheritedFrom": {
5177
- "name": "AnchoredRegion",
5178
- "module": "src/anchored-region/anchored-region.ts"
5195
+ "name": "Avatar",
5196
+ "module": "src/avatar/avatar.ts"
5179
5197
  }
5180
5198
  },
5181
5199
  {
@@ -5187,8 +5205,8 @@
5187
5205
  "privacy": "private",
5188
5206
  "default": "void 0",
5189
5207
  "inheritedFrom": {
5190
- "name": "AnchoredRegion",
5191
- "module": "src/anchored-region/anchored-region.ts"
5208
+ "name": "Avatar",
5209
+ "module": "src/avatar/avatar.ts"
5192
5210
  }
5193
5211
  },
5194
5212
  {
@@ -5200,8 +5218,8 @@
5200
5218
  "privacy": "public",
5201
5219
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5202
5220
  "inheritedFrom": {
5203
- "name": "AnchoredRegion",
5204
- "module": "src/anchored-region/anchored-region.ts"
5221
+ "name": "Avatar",
5222
+ "module": "src/avatar/avatar.ts"
5205
5223
  }
5206
5224
  },
5207
5225
  {
@@ -5213,8 +5231,8 @@
5213
5231
  "privacy": "public",
5214
5232
  "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.",
5215
5233
  "inheritedFrom": {
5216
- "name": "AnchoredRegion",
5217
- "module": "src/anchored-region/anchored-region.ts"
5234
+ "name": "Avatar",
5235
+ "module": "src/avatar/avatar.ts"
5218
5236
  }
5219
5237
  },
5220
5238
  {
@@ -5227,8 +5245,8 @@
5227
5245
  }
5228
5246
  },
5229
5247
  "inheritedFrom": {
5230
- "name": "AnchoredRegion",
5231
- "module": "src/anchored-region/anchored-region.ts"
5248
+ "name": "Avatar",
5249
+ "module": "src/avatar/avatar.ts"
5232
5250
  }
5233
5251
  },
5234
5252
  {
@@ -5240,8 +5258,8 @@
5240
5258
  "privacy": "public",
5241
5259
  "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.",
5242
5260
  "inheritedFrom": {
5243
- "name": "AnchoredRegion",
5244
- "module": "src/anchored-region/anchored-region.ts"
5261
+ "name": "Avatar",
5262
+ "module": "src/avatar/avatar.ts"
5245
5263
  }
5246
5264
  },
5247
5265
  {
@@ -5254,8 +5272,8 @@
5254
5272
  }
5255
5273
  },
5256
5274
  "inheritedFrom": {
5257
- "name": "AnchoredRegion",
5258
- "module": "src/anchored-region/anchored-region.ts"
5275
+ "name": "Avatar",
5276
+ "module": "src/avatar/avatar.ts"
5259
5277
  }
5260
5278
  },
5261
5279
  {
@@ -5285,57 +5303,39 @@
5285
5303
  ],
5286
5304
  "description": "Defines an element registry function with a set of element definition defaults.",
5287
5305
  "inheritedFrom": {
5288
- "name": "AnchoredRegion",
5289
- "module": "src/anchored-region/anchored-region.ts"
5290
- }
5291
- }
5292
- ],
5293
- "events": [
5294
- {
5295
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
5296
- "name": "loaded",
5297
- "inheritedFrom": {
5298
- "name": "AnchoredRegion",
5299
- "module": "src/anchored-region/anchored-region.ts"
5300
- }
5301
- },
5302
- {
5303
- "description": "Fires a custom 'positionchange' event when the position has changed",
5304
- "name": "positionchange",
5305
- "inheritedFrom": {
5306
- "name": "AnchoredRegion",
5307
- "module": "src/anchored-region/anchored-region.ts"
5306
+ "name": "Avatar",
5307
+ "module": "src/avatar/avatar.ts"
5308
5308
  }
5309
5309
  }
5310
5310
  ]
5311
5311
  },
5312
5312
  {
5313
5313
  "kind": "variable",
5314
- "name": "zeroAnchoredRegion"
5314
+ "name": "zeroAvatar"
5315
5315
  }
5316
5316
  ],
5317
5317
  "exports": [
5318
5318
  {
5319
5319
  "kind": "js",
5320
- "name": "AnchoredRegion",
5320
+ "name": "Avatar",
5321
5321
  "declaration": {
5322
- "name": "AnchoredRegion",
5323
- "module": "src/anchored-region/anchored-region.ts"
5322
+ "name": "Avatar",
5323
+ "module": "src/avatar/avatar.ts"
5324
5324
  }
5325
5325
  },
5326
5326
  {
5327
5327
  "kind": "js",
5328
- "name": "zeroAnchoredRegion",
5328
+ "name": "zeroAvatar",
5329
5329
  "declaration": {
5330
- "name": "zeroAnchoredRegion",
5331
- "module": "src/anchored-region/anchored-region.ts"
5330
+ "name": "zeroAvatar",
5331
+ "module": "src/avatar/avatar.ts"
5332
5332
  }
5333
5333
  }
5334
5334
  ]
5335
5335
  },
5336
5336
  {
5337
5337
  "kind": "javascript-module",
5338
- "path": "src/anchored-region/index.ts",
5338
+ "path": "src/avatar/index.ts",
5339
5339
  "declarations": [],
5340
5340
  "exports": [
5341
5341
  {
@@ -5343,7 +5343,7 @@
5343
5343
  "name": "*",
5344
5344
  "declaration": {
5345
5345
  "name": "*",
5346
- "package": "./anchored-region"
5346
+ "package": "./avatar"
5347
5347
  }
5348
5348
  },
5349
5349
  {
@@ -5351,7 +5351,7 @@
5351
5351
  "name": "*",
5352
5352
  "declaration": {
5353
5353
  "name": "*",
5354
- "package": "./anchored-region.styles"
5354
+ "package": "./avatar.styles"
5355
5355
  }
5356
5356
  },
5357
5357
  {
@@ -5359,7 +5359,7 @@
5359
5359
  "name": "*",
5360
5360
  "declaration": {
5361
5361
  "name": "*",
5362
- "package": "./anchored-region.template"
5362
+ "package": "./avatar.template"
5363
5363
  }
5364
5364
  }
5365
5365
  ]