@ukic/docs 3.4.10 → 3.4.11
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.
- package/docs.json +581 -2
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -3615,6 +3615,558 @@
|
|
|
3615
3615
|
]
|
|
3616
3616
|
}
|
|
3617
3617
|
},
|
|
3618
|
+
{
|
|
3619
|
+
"filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
|
|
3620
|
+
"encapsulation": "shadow",
|
|
3621
|
+
"tag": "ic-card-horizontal",
|
|
3622
|
+
"readme": "# ic-card-horizontal\n\n\n",
|
|
3623
|
+
"docs": "",
|
|
3624
|
+
"docsTags": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "slot",
|
|
3627
|
+
"text": "heading - Content will be placed at the top of the horizontal card to the right of the icon."
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"name": "slot",
|
|
3631
|
+
"text": "message - Content will be placed in the main body of the horizontal card."
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"name": "slot",
|
|
3635
|
+
"text": "subheading - Content will be placed below the card heading. Only for `density=\"spacious\"`."
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "slot",
|
|
3639
|
+
"text": "adornment - Content will be placed below the card subheading. Only for `density=\"spacious\"`."
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "slot",
|
|
3643
|
+
"text": "image-left - Content will be placed to the left of all other content."
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"name": "slot",
|
|
3647
|
+
"text": "image-right - Content will be placed to the right of all other content."
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "slot",
|
|
3651
|
+
"text": "icon - Content will be placed to the left of the horizontal card heading."
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"name": "slot",
|
|
3655
|
+
"text": "interaction-button - Content will be placed in the top right corner of the heading section."
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "slot",
|
|
3659
|
+
"text": "badge - Badge component overlaying the top right of the horizontal card."
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"usage": {},
|
|
3663
|
+
"props": [
|
|
3664
|
+
{
|
|
3665
|
+
"name": "clickable",
|
|
3666
|
+
"type": "boolean",
|
|
3667
|
+
"complexType": {
|
|
3668
|
+
"original": "boolean",
|
|
3669
|
+
"resolved": "boolean",
|
|
3670
|
+
"references": {}
|
|
3671
|
+
},
|
|
3672
|
+
"mutable": true,
|
|
3673
|
+
"attr": "clickable",
|
|
3674
|
+
"reflectToAttr": false,
|
|
3675
|
+
"docs": "If `true`, the horizontal card will be a clickable variant, instead of static.",
|
|
3676
|
+
"docsTags": [],
|
|
3677
|
+
"default": "false",
|
|
3678
|
+
"values": [
|
|
3679
|
+
{
|
|
3680
|
+
"type": "boolean"
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"optional": false,
|
|
3684
|
+
"required": false,
|
|
3685
|
+
"getter": false,
|
|
3686
|
+
"setter": false
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "density",
|
|
3690
|
+
"type": "\"default\" | \"spacious\"",
|
|
3691
|
+
"complexType": {
|
|
3692
|
+
"original": "IcCardDensity",
|
|
3693
|
+
"resolved": "\"default\" | \"spacious\"",
|
|
3694
|
+
"references": {
|
|
3695
|
+
"IcCardDensity": {
|
|
3696
|
+
"location": "import",
|
|
3697
|
+
"path": "../../utils/types",
|
|
3698
|
+
"id": "src/utils/types.ts::IcCardDensity"
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
"mutable": false,
|
|
3703
|
+
"attr": "density",
|
|
3704
|
+
"reflectToAttr": false,
|
|
3705
|
+
"docs": "The padding of the horizontal card.",
|
|
3706
|
+
"docsTags": [],
|
|
3707
|
+
"default": "\"default\"",
|
|
3708
|
+
"values": [
|
|
3709
|
+
{
|
|
3710
|
+
"value": "default",
|
|
3711
|
+
"type": "string"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"value": "spacious",
|
|
3715
|
+
"type": "string"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"optional": false,
|
|
3719
|
+
"required": false,
|
|
3720
|
+
"getter": false,
|
|
3721
|
+
"setter": false
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "disabled",
|
|
3725
|
+
"type": "boolean",
|
|
3726
|
+
"complexType": {
|
|
3727
|
+
"original": "boolean",
|
|
3728
|
+
"resolved": "boolean",
|
|
3729
|
+
"references": {}
|
|
3730
|
+
},
|
|
3731
|
+
"mutable": false,
|
|
3732
|
+
"attr": "disabled",
|
|
3733
|
+
"reflectToAttr": false,
|
|
3734
|
+
"docs": "If `true`, the horizontal card will be disabled if it is clickable.",
|
|
3735
|
+
"docsTags": [],
|
|
3736
|
+
"default": "false",
|
|
3737
|
+
"values": [
|
|
3738
|
+
{
|
|
3739
|
+
"type": "boolean"
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"optional": false,
|
|
3743
|
+
"required": false,
|
|
3744
|
+
"getter": false,
|
|
3745
|
+
"setter": false
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "heading",
|
|
3749
|
+
"type": "string | undefined",
|
|
3750
|
+
"complexType": {
|
|
3751
|
+
"original": "string",
|
|
3752
|
+
"resolved": "string | undefined",
|
|
3753
|
+
"references": {}
|
|
3754
|
+
},
|
|
3755
|
+
"mutable": false,
|
|
3756
|
+
"attr": "heading",
|
|
3757
|
+
"reflectToAttr": false,
|
|
3758
|
+
"docs": "The heading for the horizontal card. This is required, unless a slotted heading is used.",
|
|
3759
|
+
"docsTags": [],
|
|
3760
|
+
"values": [
|
|
3761
|
+
{
|
|
3762
|
+
"type": "string"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"type": "undefined"
|
|
3766
|
+
}
|
|
3767
|
+
],
|
|
3768
|
+
"optional": true,
|
|
3769
|
+
"required": false,
|
|
3770
|
+
"getter": false,
|
|
3771
|
+
"setter": false
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"name": "href",
|
|
3775
|
+
"type": "string | undefined",
|
|
3776
|
+
"complexType": {
|
|
3777
|
+
"original": "string | undefined",
|
|
3778
|
+
"resolved": "string | undefined",
|
|
3779
|
+
"references": {}
|
|
3780
|
+
},
|
|
3781
|
+
"mutable": false,
|
|
3782
|
+
"attr": "href",
|
|
3783
|
+
"reflectToAttr": false,
|
|
3784
|
+
"docs": "The URL that the clickable horizontal card link points to. If set, the clickable horizontal card will render as an \"a\" tag, otherwise it will render as a button.",
|
|
3785
|
+
"docsTags": [],
|
|
3786
|
+
"values": [
|
|
3787
|
+
{
|
|
3788
|
+
"type": "string"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"type": "undefined"
|
|
3792
|
+
}
|
|
3793
|
+
],
|
|
3794
|
+
"optional": true,
|
|
3795
|
+
"required": false,
|
|
3796
|
+
"getter": false,
|
|
3797
|
+
"setter": false
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "hreflang",
|
|
3801
|
+
"type": "string | undefined",
|
|
3802
|
+
"complexType": {
|
|
3803
|
+
"original": "string",
|
|
3804
|
+
"resolved": "string | undefined",
|
|
3805
|
+
"references": {}
|
|
3806
|
+
},
|
|
3807
|
+
"mutable": false,
|
|
3808
|
+
"attr": "hreflang",
|
|
3809
|
+
"reflectToAttr": false,
|
|
3810
|
+
"docs": "The human language of the linked URL.",
|
|
3811
|
+
"docsTags": [],
|
|
3812
|
+
"default": "\"\"",
|
|
3813
|
+
"values": [
|
|
3814
|
+
{
|
|
3815
|
+
"type": "string"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"type": "undefined"
|
|
3819
|
+
}
|
|
3820
|
+
],
|
|
3821
|
+
"optional": true,
|
|
3822
|
+
"required": false,
|
|
3823
|
+
"getter": false,
|
|
3824
|
+
"setter": false
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"name": "message",
|
|
3828
|
+
"type": "string | undefined",
|
|
3829
|
+
"complexType": {
|
|
3830
|
+
"original": "string",
|
|
3831
|
+
"resolved": "string | undefined",
|
|
3832
|
+
"references": {}
|
|
3833
|
+
},
|
|
3834
|
+
"mutable": false,
|
|
3835
|
+
"attr": "message",
|
|
3836
|
+
"reflectToAttr": false,
|
|
3837
|
+
"docs": "The main body message of the horizontal card.",
|
|
3838
|
+
"docsTags": [],
|
|
3839
|
+
"default": "\"\"",
|
|
3840
|
+
"values": [
|
|
3841
|
+
{
|
|
3842
|
+
"type": "string"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"type": "undefined"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"optional": true,
|
|
3849
|
+
"required": false,
|
|
3850
|
+
"getter": false,
|
|
3851
|
+
"setter": false
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"name": "referrerpolicy",
|
|
3855
|
+
"type": "\"\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | undefined",
|
|
3856
|
+
"complexType": {
|
|
3857
|
+
"original": "ReferrerPolicy",
|
|
3858
|
+
"resolved": "\"\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | undefined",
|
|
3859
|
+
"references": {
|
|
3860
|
+
"ReferrerPolicy": {
|
|
3861
|
+
"location": "global",
|
|
3862
|
+
"id": "global::ReferrerPolicy"
|
|
3863
|
+
}
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3866
|
+
"mutable": false,
|
|
3867
|
+
"attr": "referrerpolicy",
|
|
3868
|
+
"reflectToAttr": false,
|
|
3869
|
+
"docs": "How much of the referrer to send when following the link.",
|
|
3870
|
+
"docsTags": [],
|
|
3871
|
+
"values": [
|
|
3872
|
+
{
|
|
3873
|
+
"type": "\"\""
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"value": "no-referrer",
|
|
3877
|
+
"type": "string"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"value": "no-referrer-when-downgrade",
|
|
3881
|
+
"type": "string"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"value": "origin",
|
|
3885
|
+
"type": "string"
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"value": "origin-when-cross-origin",
|
|
3889
|
+
"type": "string"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"value": "same-origin",
|
|
3893
|
+
"type": "string"
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"value": "strict-origin",
|
|
3897
|
+
"type": "string"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"value": "strict-origin-when-cross-origin",
|
|
3901
|
+
"type": "string"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"value": "unsafe-url",
|
|
3905
|
+
"type": "string"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"type": "undefined"
|
|
3909
|
+
}
|
|
3910
|
+
],
|
|
3911
|
+
"optional": true,
|
|
3912
|
+
"required": false,
|
|
3913
|
+
"getter": false,
|
|
3914
|
+
"setter": false
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"name": "rel",
|
|
3918
|
+
"type": "string | undefined",
|
|
3919
|
+
"complexType": {
|
|
3920
|
+
"original": "string",
|
|
3921
|
+
"resolved": "string | undefined",
|
|
3922
|
+
"references": {}
|
|
3923
|
+
},
|
|
3924
|
+
"mutable": false,
|
|
3925
|
+
"attr": "rel",
|
|
3926
|
+
"reflectToAttr": false,
|
|
3927
|
+
"docs": "The relationship of the linked URL as space-separated link types.",
|
|
3928
|
+
"docsTags": [],
|
|
3929
|
+
"values": [
|
|
3930
|
+
{
|
|
3931
|
+
"type": "string"
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"type": "undefined"
|
|
3935
|
+
}
|
|
3936
|
+
],
|
|
3937
|
+
"optional": true,
|
|
3938
|
+
"required": false,
|
|
3939
|
+
"getter": false,
|
|
3940
|
+
"setter": false
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "size",
|
|
3944
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
3945
|
+
"complexType": {
|
|
3946
|
+
"original": "IcSizes",
|
|
3947
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
3948
|
+
"references": {
|
|
3949
|
+
"IcSizes": {
|
|
3950
|
+
"location": "import",
|
|
3951
|
+
"path": "../../utils/types",
|
|
3952
|
+
"id": "src/utils/types.ts::IcSizes"
|
|
3953
|
+
}
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3956
|
+
"mutable": false,
|
|
3957
|
+
"attr": "size",
|
|
3958
|
+
"reflectToAttr": false,
|
|
3959
|
+
"docs": "The size of the horizontal card.",
|
|
3960
|
+
"docsTags": [],
|
|
3961
|
+
"default": "\"medium\"",
|
|
3962
|
+
"values": [
|
|
3963
|
+
{
|
|
3964
|
+
"value": "large",
|
|
3965
|
+
"type": "string"
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"value": "medium",
|
|
3969
|
+
"type": "string"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"value": "small",
|
|
3973
|
+
"type": "string"
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
3976
|
+
"optional": false,
|
|
3977
|
+
"required": false,
|
|
3978
|
+
"getter": false,
|
|
3979
|
+
"setter": false
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"name": "subheading",
|
|
3983
|
+
"type": "string | undefined",
|
|
3984
|
+
"complexType": {
|
|
3985
|
+
"original": "string",
|
|
3986
|
+
"resolved": "string | undefined",
|
|
3987
|
+
"references": {}
|
|
3988
|
+
},
|
|
3989
|
+
"mutable": false,
|
|
3990
|
+
"attr": "subheading",
|
|
3991
|
+
"reflectToAttr": false,
|
|
3992
|
+
"docs": "The subheading for the card.",
|
|
3993
|
+
"docsTags": [],
|
|
3994
|
+
"values": [
|
|
3995
|
+
{
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"type": "undefined"
|
|
4000
|
+
}
|
|
4001
|
+
],
|
|
4002
|
+
"optional": true,
|
|
4003
|
+
"required": false,
|
|
4004
|
+
"getter": false,
|
|
4005
|
+
"setter": false
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"name": "target",
|
|
4009
|
+
"type": "string | undefined",
|
|
4010
|
+
"complexType": {
|
|
4011
|
+
"original": "string",
|
|
4012
|
+
"resolved": "string | undefined",
|
|
4013
|
+
"references": {}
|
|
4014
|
+
},
|
|
4015
|
+
"mutable": false,
|
|
4016
|
+
"attr": "target",
|
|
4017
|
+
"reflectToAttr": false,
|
|
4018
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
4019
|
+
"docsTags": [],
|
|
4020
|
+
"values": [
|
|
4021
|
+
{
|
|
4022
|
+
"type": "string"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"type": "undefined"
|
|
4026
|
+
}
|
|
4027
|
+
],
|
|
4028
|
+
"optional": true,
|
|
4029
|
+
"required": false,
|
|
4030
|
+
"getter": false,
|
|
4031
|
+
"setter": false
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "theme",
|
|
4035
|
+
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
4036
|
+
"complexType": {
|
|
4037
|
+
"original": "IcThemeMode",
|
|
4038
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
4039
|
+
"references": {
|
|
4040
|
+
"IcThemeMode": {
|
|
4041
|
+
"location": "import",
|
|
4042
|
+
"path": "../../utils/types",
|
|
4043
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
"mutable": false,
|
|
4048
|
+
"attr": "theme",
|
|
4049
|
+
"reflectToAttr": false,
|
|
4050
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
4051
|
+
"docsTags": [],
|
|
4052
|
+
"default": "\"inherit\"",
|
|
4053
|
+
"values": [
|
|
4054
|
+
{
|
|
4055
|
+
"value": "dark",
|
|
4056
|
+
"type": "string"
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"value": "inherit",
|
|
4060
|
+
"type": "string"
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"value": "light",
|
|
4064
|
+
"type": "string"
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"type": "undefined"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"optional": true,
|
|
4071
|
+
"required": false,
|
|
4072
|
+
"getter": false,
|
|
4073
|
+
"setter": false
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"methods": [
|
|
4077
|
+
{
|
|
4078
|
+
"name": "setFocus",
|
|
4079
|
+
"returns": {
|
|
4080
|
+
"type": "Promise<void>",
|
|
4081
|
+
"docs": ""
|
|
4082
|
+
},
|
|
4083
|
+
"complexType": {
|
|
4084
|
+
"signature": "() => Promise<void>",
|
|
4085
|
+
"parameters": [],
|
|
4086
|
+
"references": {
|
|
4087
|
+
"Promise": {
|
|
4088
|
+
"location": "global",
|
|
4089
|
+
"id": "global::Promise"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
"return": "Promise<void>"
|
|
4093
|
+
},
|
|
4094
|
+
"signature": "setFocus() => Promise<void>",
|
|
4095
|
+
"parameters": [],
|
|
4096
|
+
"docs": "Sets focus on the card.",
|
|
4097
|
+
"docsTags": []
|
|
4098
|
+
}
|
|
4099
|
+
],
|
|
4100
|
+
"events": [],
|
|
4101
|
+
"listeners": [
|
|
4102
|
+
{
|
|
4103
|
+
"event": "click",
|
|
4104
|
+
"capture": true,
|
|
4105
|
+
"passive": false
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"event": "brandChange",
|
|
4109
|
+
"target": "document",
|
|
4110
|
+
"capture": false,
|
|
4111
|
+
"passive": false
|
|
4112
|
+
}
|
|
4113
|
+
],
|
|
4114
|
+
"styles": [
|
|
4115
|
+
{
|
|
4116
|
+
"name": "--card-horizontal-width",
|
|
4117
|
+
"annotation": "prop",
|
|
4118
|
+
"docs": "Width of the horizontal card"
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"slots": [
|
|
4122
|
+
{
|
|
4123
|
+
"name": "adornment",
|
|
4124
|
+
"docs": "Content will be placed below the card subheading. Only for `density=\"spacious\"`."
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "badge",
|
|
4128
|
+
"docs": "Badge component overlaying the top right of the horizontal card."
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "heading",
|
|
4132
|
+
"docs": "Content will be placed at the top of the horizontal card to the right of the icon."
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "icon",
|
|
4136
|
+
"docs": "Content will be placed to the left of the horizontal card heading."
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "image-left",
|
|
4140
|
+
"docs": "Content will be placed to the left of all other content."
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "image-right",
|
|
4144
|
+
"docs": "Content will be placed to the right of all other content."
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"name": "interaction-button",
|
|
4148
|
+
"docs": "Content will be placed in the top right corner of the heading section."
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "message",
|
|
4152
|
+
"docs": "Content will be placed in the main body of the horizontal card."
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "subheading",
|
|
4156
|
+
"docs": "Content will be placed below the card heading. Only for `density=\"spacious\"`."
|
|
4157
|
+
}
|
|
4158
|
+
],
|
|
4159
|
+
"parts": [],
|
|
4160
|
+
"dependents": [],
|
|
4161
|
+
"dependencies": [
|
|
4162
|
+
"ic-typography"
|
|
4163
|
+
],
|
|
4164
|
+
"dependencyGraph": {
|
|
4165
|
+
"ic-card-horizontal": [
|
|
4166
|
+
"ic-typography"
|
|
4167
|
+
]
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
3618
4170
|
{
|
|
3619
4171
|
"filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
|
|
3620
4172
|
"encapsulation": "shadow",
|
|
@@ -4644,6 +5196,10 @@
|
|
|
4644
5196
|
{
|
|
4645
5197
|
"name": "slot",
|
|
4646
5198
|
"text": "helper-text - Content is set as the helper text for the checkbox group."
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "slot",
|
|
5202
|
+
"text": "label - Content is placed as the label text."
|
|
4647
5203
|
}
|
|
4648
5204
|
],
|
|
4649
5205
|
"usage": {},
|
|
@@ -5014,6 +5570,10 @@
|
|
|
5014
5570
|
{
|
|
5015
5571
|
"name": "helper-text",
|
|
5016
5572
|
"docs": "Content is set as the helper text for the checkbox group."
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"name": "label",
|
|
5576
|
+
"docs": "Content is placed as the label text."
|
|
5017
5577
|
}
|
|
5018
5578
|
],
|
|
5019
5579
|
"parts": [],
|
|
@@ -8629,7 +9189,12 @@
|
|
|
8629
9189
|
"tag": "ic-input-label",
|
|
8630
9190
|
"readme": "# ic-input-label\n\n\n",
|
|
8631
9191
|
"docs": "",
|
|
8632
|
-
"docsTags": [
|
|
9192
|
+
"docsTags": [
|
|
9193
|
+
{
|
|
9194
|
+
"name": "slot",
|
|
9195
|
+
"text": "label - Content is placed as the label text."
|
|
9196
|
+
}
|
|
9197
|
+
],
|
|
8633
9198
|
"usage": {},
|
|
8634
9199
|
"props": [
|
|
8635
9200
|
{
|
|
@@ -8837,7 +9402,12 @@
|
|
|
8837
9402
|
"events": [],
|
|
8838
9403
|
"listeners": [],
|
|
8839
9404
|
"styles": [],
|
|
8840
|
-
"slots": [
|
|
9405
|
+
"slots": [
|
|
9406
|
+
{
|
|
9407
|
+
"name": "label",
|
|
9408
|
+
"docs": "Content is placed as the label text."
|
|
9409
|
+
}
|
|
9410
|
+
],
|
|
8841
9411
|
"parts": [],
|
|
8842
9412
|
"dependents": [
|
|
8843
9413
|
"ic-checkbox-group",
|
|
@@ -23319,6 +23889,7 @@
|
|
|
23319
23889
|
"ic-alert",
|
|
23320
23890
|
"ic-badge",
|
|
23321
23891
|
"ic-button",
|
|
23892
|
+
"ic-card-horizontal",
|
|
23322
23893
|
"ic-card-vertical",
|
|
23323
23894
|
"ic-checkbox",
|
|
23324
23895
|
"ic-chip",
|
|
@@ -23374,6 +23945,9 @@
|
|
|
23374
23945
|
"ic-button": [
|
|
23375
23946
|
"ic-typography"
|
|
23376
23947
|
],
|
|
23948
|
+
"ic-card-horizontal": [
|
|
23949
|
+
"ic-typography"
|
|
23950
|
+
],
|
|
23377
23951
|
"ic-card-vertical": [
|
|
23378
23952
|
"ic-typography"
|
|
23379
23953
|
],
|
|
@@ -23580,6 +24154,11 @@
|
|
|
23580
24154
|
"docstring": "",
|
|
23581
24155
|
"path": "src/utils/types.ts"
|
|
23582
24156
|
},
|
|
24157
|
+
"src/utils/types.ts::IcCardDensity": {
|
|
24158
|
+
"declaration": "export type IcCardDensity = \"default\" | \"spacious\";",
|
|
24159
|
+
"docstring": "",
|
|
24160
|
+
"path": "src/utils/types.ts"
|
|
24161
|
+
},
|
|
23583
24162
|
"src/utils/types.ts::IcAdditionalFieldTypes": {
|
|
23584
24163
|
"declaration": "export type IcAdditionalFieldTypes = \"static\" | \"dynamic\";",
|
|
23585
24164
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.11",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/mi6/ic-ui-kit",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"docs.d.ts"
|
|
20
20
|
],
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "7cf9b9cc592d4b73b39c8627dc462b9f7bb504a5"
|
|
23
23
|
}
|