@ukic/docs 2.1.0-beta.3 → 2.1.0-beta.5
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 +131 -9
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-02-02T11:43:35",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.20.0",
|
|
@@ -809,6 +809,7 @@
|
|
|
809
809
|
"parts": [],
|
|
810
810
|
"dependents": [
|
|
811
811
|
"ic-alert",
|
|
812
|
+
"ic-card",
|
|
812
813
|
"ic-navigation-button",
|
|
813
814
|
"ic-navigation-menu",
|
|
814
815
|
"ic-search-bar",
|
|
@@ -834,6 +835,9 @@
|
|
|
834
835
|
"ic-alert": [
|
|
835
836
|
"ic-button"
|
|
836
837
|
],
|
|
838
|
+
"ic-card": [
|
|
839
|
+
"ic-button"
|
|
840
|
+
],
|
|
837
841
|
"ic-navigation-button": [
|
|
838
842
|
"ic-button"
|
|
839
843
|
],
|
|
@@ -863,15 +867,43 @@
|
|
|
863
867
|
"docsTags": [
|
|
864
868
|
{
|
|
865
869
|
"name": "slot",
|
|
866
|
-
"text": "
|
|
870
|
+
"text": "heading - Content will be placed at the top of the card to the right of the icon."
|
|
867
871
|
},
|
|
868
872
|
{
|
|
869
873
|
"name": "slot",
|
|
870
|
-
"text": "
|
|
874
|
+
"text": "message - Content will be placed in the main body of the card."
|
|
871
875
|
},
|
|
872
876
|
{
|
|
873
877
|
"name": "slot",
|
|
874
|
-
"text": "
|
|
878
|
+
"text": "subheading - Content will be placed below the card heading."
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "slot",
|
|
882
|
+
"text": "adornment - Content will be placed below the card subheading."
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "slot",
|
|
886
|
+
"text": "image-top - Content will be placed at the top of the card above all other content."
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "slot",
|
|
890
|
+
"text": "image-mid - Content will be placed below the card heading section."
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "slot",
|
|
894
|
+
"text": "icon - Content will be placed to the left of the card heading."
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "slot",
|
|
898
|
+
"text": "interaction-button - Content will be placed in the top right corner of the heading section."
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "slot",
|
|
902
|
+
"text": "interaction-controls - Content will be placed below the card message."
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "slot",
|
|
906
|
+
"text": "expanded-content - Content will be placed below the interaction controls but will not initially be rendered."
|
|
875
907
|
}
|
|
876
908
|
],
|
|
877
909
|
"usage": {},
|
|
@@ -910,6 +942,23 @@
|
|
|
910
942
|
"optional": true,
|
|
911
943
|
"required": false
|
|
912
944
|
},
|
|
945
|
+
{
|
|
946
|
+
"name": "expandable",
|
|
947
|
+
"type": "boolean",
|
|
948
|
+
"mutable": false,
|
|
949
|
+
"attr": "expandable",
|
|
950
|
+
"reflectToAttr": false,
|
|
951
|
+
"docs": "If `true`, the card will have an expandable area and expansion toggle button.",
|
|
952
|
+
"docsTags": [],
|
|
953
|
+
"default": "false",
|
|
954
|
+
"values": [
|
|
955
|
+
{
|
|
956
|
+
"type": "boolean"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"optional": true,
|
|
960
|
+
"required": false
|
|
961
|
+
},
|
|
913
962
|
{
|
|
914
963
|
"name": "fullWidth",
|
|
915
964
|
"type": "boolean",
|
|
@@ -924,7 +973,7 @@
|
|
|
924
973
|
"type": "boolean"
|
|
925
974
|
}
|
|
926
975
|
],
|
|
927
|
-
"optional":
|
|
976
|
+
"optional": true,
|
|
928
977
|
"required": false
|
|
929
978
|
},
|
|
930
979
|
{
|
|
@@ -933,7 +982,7 @@
|
|
|
933
982
|
"mutable": false,
|
|
934
983
|
"attr": "heading",
|
|
935
984
|
"reflectToAttr": false,
|
|
936
|
-
"docs": "The
|
|
985
|
+
"docs": "The heading for the card.",
|
|
937
986
|
"docsTags": [],
|
|
938
987
|
"values": [
|
|
939
988
|
{
|
|
@@ -1057,6 +1106,22 @@
|
|
|
1057
1106
|
"optional": true,
|
|
1058
1107
|
"required": false
|
|
1059
1108
|
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "subheading",
|
|
1111
|
+
"type": "string",
|
|
1112
|
+
"mutable": false,
|
|
1113
|
+
"attr": "subheading",
|
|
1114
|
+
"reflectToAttr": false,
|
|
1115
|
+
"docs": "The subheading for the card.",
|
|
1116
|
+
"docsTags": [],
|
|
1117
|
+
"values": [
|
|
1118
|
+
{
|
|
1119
|
+
"type": "string"
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"optional": true,
|
|
1123
|
+
"required": false
|
|
1124
|
+
},
|
|
1060
1125
|
{
|
|
1061
1126
|
"name": "target",
|
|
1062
1127
|
"type": "string",
|
|
@@ -1091,26 +1156,66 @@
|
|
|
1091
1156
|
],
|
|
1092
1157
|
"styles": [],
|
|
1093
1158
|
"slots": [
|
|
1159
|
+
{
|
|
1160
|
+
"name": "adornment",
|
|
1161
|
+
"docs": "Content will be placed below the card subheading."
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "expanded-content",
|
|
1165
|
+
"docs": "Content will be placed below the interaction controls but will not initially be rendered."
|
|
1166
|
+
},
|
|
1094
1167
|
{
|
|
1095
1168
|
"name": "heading",
|
|
1096
1169
|
"docs": "Content will be placed at the top of the card to the right of the icon."
|
|
1097
1170
|
},
|
|
1098
1171
|
{
|
|
1099
1172
|
"name": "icon",
|
|
1100
|
-
"docs": "Content will be placed to the left of the card
|
|
1173
|
+
"docs": "Content will be placed to the left of the card heading."
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "image-mid",
|
|
1177
|
+
"docs": "Content will be placed below the card heading section."
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "image-top",
|
|
1181
|
+
"docs": "Content will be placed at the top of the card above all other content."
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "interaction-button",
|
|
1185
|
+
"docs": "Content will be placed in the top right corner of the heading section."
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "interaction-controls",
|
|
1189
|
+
"docs": "Content will be placed below the card message."
|
|
1101
1190
|
},
|
|
1102
1191
|
{
|
|
1103
1192
|
"name": "message",
|
|
1104
1193
|
"docs": "Content will be placed in the main body of the card."
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "subheading",
|
|
1197
|
+
"docs": "Content will be placed below the card heading."
|
|
1105
1198
|
}
|
|
1106
1199
|
],
|
|
1107
1200
|
"parts": [],
|
|
1108
1201
|
"dependents": [],
|
|
1109
1202
|
"dependencies": [
|
|
1110
|
-
"ic-typography"
|
|
1203
|
+
"ic-typography",
|
|
1204
|
+
"ic-button"
|
|
1111
1205
|
],
|
|
1112
1206
|
"dependencyGraph": {
|
|
1113
1207
|
"ic-card": [
|
|
1208
|
+
"ic-typography",
|
|
1209
|
+
"ic-button"
|
|
1210
|
+
],
|
|
1211
|
+
"ic-button": [
|
|
1212
|
+
"ic-loading-indicator",
|
|
1213
|
+
"ic-tooltip"
|
|
1214
|
+
],
|
|
1215
|
+
"ic-loading-indicator": [
|
|
1216
|
+
"ic-typography"
|
|
1217
|
+
],
|
|
1218
|
+
"ic-tooltip": [
|
|
1114
1219
|
"ic-typography"
|
|
1115
1220
|
]
|
|
1116
1221
|
}
|
|
@@ -5337,7 +5442,7 @@
|
|
|
5337
5442
|
{
|
|
5338
5443
|
"name": "debounce",
|
|
5339
5444
|
"type": "number",
|
|
5340
|
-
"mutable":
|
|
5445
|
+
"mutable": false,
|
|
5341
5446
|
"attr": "debounce",
|
|
5342
5447
|
"reflectToAttr": false,
|
|
5343
5448
|
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
@@ -6658,6 +6763,23 @@
|
|
|
6658
6763
|
"docsTags": [],
|
|
6659
6764
|
"usage": {},
|
|
6660
6765
|
"props": [
|
|
6766
|
+
{
|
|
6767
|
+
"name": "announced",
|
|
6768
|
+
"type": "boolean",
|
|
6769
|
+
"mutable": false,
|
|
6770
|
+
"attr": "announced",
|
|
6771
|
+
"reflectToAttr": false,
|
|
6772
|
+
"docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.",
|
|
6773
|
+
"docsTags": [],
|
|
6774
|
+
"default": "false",
|
|
6775
|
+
"values": [
|
|
6776
|
+
{
|
|
6777
|
+
"type": "boolean"
|
|
6778
|
+
}
|
|
6779
|
+
],
|
|
6780
|
+
"optional": true,
|
|
6781
|
+
"required": false
|
|
6782
|
+
},
|
|
6661
6783
|
{
|
|
6662
6784
|
"name": "appearance",
|
|
6663
6785
|
"type": "\"filled\" | \"outlined\"",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.5",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"main": "docs.json",
|
|
6
6
|
"types": "docs.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"docs.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "bc621e46ef7959819bdde76ba44a75deecf246dc"
|
|
13
13
|
}
|