@ukic/docs 2.1.0-beta.2 → 2.1.0-beta.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.
- package/README.md +1 -3
- package/docs.json +493 -106
- package/package.json +2 -2
package/README.md
CHANGED
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-02-01T14:50:35",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.20.0",
|
|
@@ -151,13 +151,28 @@
|
|
|
151
151
|
"bubbles": true,
|
|
152
152
|
"cancelable": true,
|
|
153
153
|
"composed": true,
|
|
154
|
+
"docs": "",
|
|
155
|
+
"docsTags": [
|
|
156
|
+
{
|
|
157
|
+
"name": "deprecated",
|
|
158
|
+
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"event": "icDismiss",
|
|
165
|
+
"detail": "void",
|
|
166
|
+
"bubbles": true,
|
|
167
|
+
"cancelable": true,
|
|
168
|
+
"composed": true,
|
|
154
169
|
"docs": "Is emitted when the user dismisses the alert.",
|
|
155
170
|
"docsTags": []
|
|
156
171
|
}
|
|
157
172
|
],
|
|
158
173
|
"listeners": [
|
|
159
174
|
{
|
|
160
|
-
"event": "
|
|
175
|
+
"event": "icDismiss",
|
|
161
176
|
"capture": true,
|
|
162
177
|
"passive": false
|
|
163
178
|
}
|
|
@@ -778,7 +793,7 @@
|
|
|
778
793
|
"passive": false
|
|
779
794
|
},
|
|
780
795
|
{
|
|
781
|
-
"event": "
|
|
796
|
+
"event": "themeChange",
|
|
782
797
|
"target": "document",
|
|
783
798
|
"capture": false,
|
|
784
799
|
"passive": false
|
|
@@ -794,6 +809,7 @@
|
|
|
794
809
|
"parts": [],
|
|
795
810
|
"dependents": [
|
|
796
811
|
"ic-alert",
|
|
812
|
+
"ic-card",
|
|
797
813
|
"ic-navigation-button",
|
|
798
814
|
"ic-navigation-menu",
|
|
799
815
|
"ic-search-bar",
|
|
@@ -819,6 +835,9 @@
|
|
|
819
835
|
"ic-alert": [
|
|
820
836
|
"ic-button"
|
|
821
837
|
],
|
|
838
|
+
"ic-card": [
|
|
839
|
+
"ic-button"
|
|
840
|
+
],
|
|
822
841
|
"ic-navigation-button": [
|
|
823
842
|
"ic-button"
|
|
824
843
|
],
|
|
@@ -848,15 +867,43 @@
|
|
|
848
867
|
"docsTags": [
|
|
849
868
|
{
|
|
850
869
|
"name": "slot",
|
|
851
|
-
"text": "
|
|
870
|
+
"text": "heading - Content will be placed at the top of the card to the right of the icon."
|
|
852
871
|
},
|
|
853
872
|
{
|
|
854
873
|
"name": "slot",
|
|
855
|
-
"text": "
|
|
874
|
+
"text": "message - Content will be placed in the main body of the card."
|
|
856
875
|
},
|
|
857
876
|
{
|
|
858
877
|
"name": "slot",
|
|
859
|
-
"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."
|
|
860
907
|
}
|
|
861
908
|
],
|
|
862
909
|
"usage": {},
|
|
@@ -895,6 +942,23 @@
|
|
|
895
942
|
"optional": true,
|
|
896
943
|
"required": false
|
|
897
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
|
+
},
|
|
898
962
|
{
|
|
899
963
|
"name": "fullWidth",
|
|
900
964
|
"type": "boolean",
|
|
@@ -909,7 +973,7 @@
|
|
|
909
973
|
"type": "boolean"
|
|
910
974
|
}
|
|
911
975
|
],
|
|
912
|
-
"optional":
|
|
976
|
+
"optional": true,
|
|
913
977
|
"required": false
|
|
914
978
|
},
|
|
915
979
|
{
|
|
@@ -918,7 +982,7 @@
|
|
|
918
982
|
"mutable": false,
|
|
919
983
|
"attr": "heading",
|
|
920
984
|
"reflectToAttr": false,
|
|
921
|
-
"docs": "The
|
|
985
|
+
"docs": "The heading for the card.",
|
|
922
986
|
"docsTags": [],
|
|
923
987
|
"values": [
|
|
924
988
|
{
|
|
@@ -1042,6 +1106,22 @@
|
|
|
1042
1106
|
"optional": true,
|
|
1043
1107
|
"required": false
|
|
1044
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
|
+
},
|
|
1045
1125
|
{
|
|
1046
1126
|
"name": "target",
|
|
1047
1127
|
"type": "string",
|
|
@@ -1068,7 +1148,7 @@
|
|
|
1068
1148
|
"passive": false
|
|
1069
1149
|
},
|
|
1070
1150
|
{
|
|
1071
|
-
"event": "
|
|
1151
|
+
"event": "themeChange",
|
|
1072
1152
|
"target": "document",
|
|
1073
1153
|
"capture": false,
|
|
1074
1154
|
"passive": false
|
|
@@ -1076,26 +1156,66 @@
|
|
|
1076
1156
|
],
|
|
1077
1157
|
"styles": [],
|
|
1078
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
|
+
},
|
|
1079
1167
|
{
|
|
1080
1168
|
"name": "heading",
|
|
1081
1169
|
"docs": "Content will be placed at the top of the card to the right of the icon."
|
|
1082
1170
|
},
|
|
1083
1171
|
{
|
|
1084
1172
|
"name": "icon",
|
|
1085
|
-
"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."
|
|
1086
1190
|
},
|
|
1087
1191
|
{
|
|
1088
1192
|
"name": "message",
|
|
1089
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."
|
|
1090
1198
|
}
|
|
1091
1199
|
],
|
|
1092
1200
|
"parts": [],
|
|
1093
1201
|
"dependents": [],
|
|
1094
1202
|
"dependencies": [
|
|
1095
|
-
"ic-typography"
|
|
1203
|
+
"ic-typography",
|
|
1204
|
+
"ic-button"
|
|
1096
1205
|
],
|
|
1097
1206
|
"dependencyGraph": {
|
|
1098
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": [
|
|
1099
1219
|
"ic-typography"
|
|
1100
1220
|
]
|
|
1101
1221
|
}
|
|
@@ -1272,7 +1392,22 @@
|
|
|
1272
1392
|
"bubbles": true,
|
|
1273
1393
|
"cancelable": true,
|
|
1274
1394
|
"composed": true,
|
|
1275
|
-
"docs": "
|
|
1395
|
+
"docs": "",
|
|
1396
|
+
"docsTags": [
|
|
1397
|
+
{
|
|
1398
|
+
"name": "deprecated",
|
|
1399
|
+
"text": "This event should not be used anymore. Use icCheck instead."
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"event": "icCheck",
|
|
1406
|
+
"detail": "void",
|
|
1407
|
+
"bubbles": true,
|
|
1408
|
+
"cancelable": true,
|
|
1409
|
+
"composed": true,
|
|
1410
|
+
"docs": "Emitted when a checkbox has been checked.",
|
|
1276
1411
|
"docsTags": []
|
|
1277
1412
|
}
|
|
1278
1413
|
],
|
|
@@ -1477,7 +1612,7 @@
|
|
|
1477
1612
|
],
|
|
1478
1613
|
"listeners": [
|
|
1479
1614
|
{
|
|
1480
|
-
"event": "
|
|
1615
|
+
"event": "icCheck",
|
|
1481
1616
|
"capture": false,
|
|
1482
1617
|
"passive": false
|
|
1483
1618
|
}
|
|
@@ -1503,6 +1638,161 @@
|
|
|
1503
1638
|
]
|
|
1504
1639
|
}
|
|
1505
1640
|
},
|
|
1641
|
+
{
|
|
1642
|
+
"filePath": "./src/components/ic-chip/ic-chip.tsx",
|
|
1643
|
+
"encapsulation": "shadow",
|
|
1644
|
+
"tag": "ic-chip",
|
|
1645
|
+
"readme": "# ic-chip\n\n\n",
|
|
1646
|
+
"docs": "",
|
|
1647
|
+
"docsTags": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "slot",
|
|
1650
|
+
"text": "icon - Content will be rendered at the start of the chip."
|
|
1651
|
+
}
|
|
1652
|
+
],
|
|
1653
|
+
"usage": {},
|
|
1654
|
+
"props": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "appearance",
|
|
1657
|
+
"type": "\"filled\" | \"outline\"",
|
|
1658
|
+
"mutable": false,
|
|
1659
|
+
"attr": "appearance",
|
|
1660
|
+
"reflectToAttr": false,
|
|
1661
|
+
"docs": "The emphasis of the chip.",
|
|
1662
|
+
"docsTags": [],
|
|
1663
|
+
"default": "\"filled\"",
|
|
1664
|
+
"values": [
|
|
1665
|
+
{
|
|
1666
|
+
"value": "filled",
|
|
1667
|
+
"type": "string"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"value": "outline",
|
|
1671
|
+
"type": "string"
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"optional": true,
|
|
1675
|
+
"required": false
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "disabled",
|
|
1679
|
+
"type": "boolean",
|
|
1680
|
+
"mutable": false,
|
|
1681
|
+
"attr": "disabled",
|
|
1682
|
+
"reflectToAttr": false,
|
|
1683
|
+
"docs": "If `true`, the chip will appear disabled.",
|
|
1684
|
+
"docsTags": [],
|
|
1685
|
+
"default": "false",
|
|
1686
|
+
"values": [
|
|
1687
|
+
{
|
|
1688
|
+
"type": "boolean"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"optional": true,
|
|
1692
|
+
"required": false
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "dismissible",
|
|
1696
|
+
"type": "boolean",
|
|
1697
|
+
"mutable": false,
|
|
1698
|
+
"attr": "dismissible",
|
|
1699
|
+
"reflectToAttr": false,
|
|
1700
|
+
"docs": "If `true`, the chip will have a close button at the end to dismiss it.",
|
|
1701
|
+
"docsTags": [],
|
|
1702
|
+
"default": "false",
|
|
1703
|
+
"values": [
|
|
1704
|
+
{
|
|
1705
|
+
"type": "boolean"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"optional": true,
|
|
1709
|
+
"required": false
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "label",
|
|
1713
|
+
"type": "string",
|
|
1714
|
+
"mutable": false,
|
|
1715
|
+
"attr": "label",
|
|
1716
|
+
"reflectToAttr": false,
|
|
1717
|
+
"docs": "The text rendered within the chip.",
|
|
1718
|
+
"docsTags": [],
|
|
1719
|
+
"values": [
|
|
1720
|
+
{
|
|
1721
|
+
"type": "string"
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"optional": false,
|
|
1725
|
+
"required": true
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "size",
|
|
1729
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
1730
|
+
"mutable": false,
|
|
1731
|
+
"attr": "size",
|
|
1732
|
+
"reflectToAttr": false,
|
|
1733
|
+
"docs": "The size of the chip.",
|
|
1734
|
+
"docsTags": [],
|
|
1735
|
+
"default": "\"default\"",
|
|
1736
|
+
"values": [
|
|
1737
|
+
{
|
|
1738
|
+
"value": "default",
|
|
1739
|
+
"type": "string"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"value": "large",
|
|
1743
|
+
"type": "string"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"value": "small",
|
|
1747
|
+
"type": "string"
|
|
1748
|
+
}
|
|
1749
|
+
],
|
|
1750
|
+
"optional": true,
|
|
1751
|
+
"required": false
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"methods": [],
|
|
1755
|
+
"events": [
|
|
1756
|
+
{
|
|
1757
|
+
"event": "dismiss",
|
|
1758
|
+
"detail": "void",
|
|
1759
|
+
"bubbles": true,
|
|
1760
|
+
"cancelable": true,
|
|
1761
|
+
"composed": true,
|
|
1762
|
+
"docs": "Is emitted when the user dismisses the chip.",
|
|
1763
|
+
"docsTags": []
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"listeners": [
|
|
1767
|
+
{
|
|
1768
|
+
"event": "dismiss",
|
|
1769
|
+
"capture": true,
|
|
1770
|
+
"passive": false
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"styles": [],
|
|
1774
|
+
"slots": [
|
|
1775
|
+
{
|
|
1776
|
+
"name": "icon",
|
|
1777
|
+
"docs": "Content will be rendered at the start of the chip."
|
|
1778
|
+
}
|
|
1779
|
+
],
|
|
1780
|
+
"parts": [],
|
|
1781
|
+
"dependents": [],
|
|
1782
|
+
"dependencies": [
|
|
1783
|
+
"ic-typography",
|
|
1784
|
+
"ic-tooltip"
|
|
1785
|
+
],
|
|
1786
|
+
"dependencyGraph": {
|
|
1787
|
+
"ic-chip": [
|
|
1788
|
+
"ic-typography",
|
|
1789
|
+
"ic-tooltip"
|
|
1790
|
+
],
|
|
1791
|
+
"ic-tooltip": [
|
|
1792
|
+
"ic-typography"
|
|
1793
|
+
]
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1506
1796
|
{
|
|
1507
1797
|
"filePath": "./src/components/ic-classification-banner/ic-classification-banner.tsx",
|
|
1508
1798
|
"encapsulation": "shadow",
|
|
@@ -1804,7 +2094,7 @@
|
|
|
1804
2094
|
"events": [],
|
|
1805
2095
|
"listeners": [
|
|
1806
2096
|
{
|
|
1807
|
-
"event": "
|
|
2097
|
+
"event": "themeChange",
|
|
1808
2098
|
"target": "document",
|
|
1809
2099
|
"capture": false,
|
|
1810
2100
|
"passive": false
|
|
@@ -1977,20 +2267,10 @@
|
|
|
1977
2267
|
}
|
|
1978
2268
|
],
|
|
1979
2269
|
"methods": [],
|
|
1980
|
-
"events": [
|
|
1981
|
-
{
|
|
1982
|
-
"event": "icFooterResized",
|
|
1983
|
-
"detail": "void",
|
|
1984
|
-
"bubbles": true,
|
|
1985
|
-
"cancelable": true,
|
|
1986
|
-
"composed": true,
|
|
1987
|
-
"docs": "Triggers on page resize and triggers style changes in footer links and link groups",
|
|
1988
|
-
"docsTags": []
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
2270
|
+
"events": [],
|
|
1991
2271
|
"listeners": [
|
|
1992
2272
|
{
|
|
1993
|
-
"event": "
|
|
2273
|
+
"event": "themeChange",
|
|
1994
2274
|
"target": "document",
|
|
1995
2275
|
"capture": false,
|
|
1996
2276
|
"passive": false
|
|
@@ -2059,13 +2339,13 @@
|
|
|
2059
2339
|
"events": [],
|
|
2060
2340
|
"listeners": [
|
|
2061
2341
|
{
|
|
2062
|
-
"event": "
|
|
2342
|
+
"event": "footerResized",
|
|
2063
2343
|
"target": "document",
|
|
2064
2344
|
"capture": false,
|
|
2065
2345
|
"passive": false
|
|
2066
2346
|
},
|
|
2067
2347
|
{
|
|
2068
|
-
"event": "
|
|
2348
|
+
"event": "themeChange",
|
|
2069
2349
|
"target": "document",
|
|
2070
2350
|
"capture": false,
|
|
2071
2351
|
"passive": false
|
|
@@ -2108,13 +2388,13 @@
|
|
|
2108
2388
|
"events": [],
|
|
2109
2389
|
"listeners": [
|
|
2110
2390
|
{
|
|
2111
|
-
"event": "
|
|
2391
|
+
"event": "footerResized",
|
|
2112
2392
|
"target": "document",
|
|
2113
2393
|
"capture": false,
|
|
2114
2394
|
"passive": false
|
|
2115
2395
|
},
|
|
2116
2396
|
{
|
|
2117
|
-
"event": "
|
|
2397
|
+
"event": "themeChange",
|
|
2118
2398
|
"target": "document",
|
|
2119
2399
|
"capture": false,
|
|
2120
2400
|
"passive": false
|
|
@@ -2328,7 +2608,7 @@
|
|
|
2328
2608
|
"events": [],
|
|
2329
2609
|
"listeners": [
|
|
2330
2610
|
{
|
|
2331
|
-
"event": "
|
|
2611
|
+
"event": "themeChange",
|
|
2332
2612
|
"target": "document",
|
|
2333
2613
|
"capture": false,
|
|
2334
2614
|
"passive": false
|
|
@@ -3158,7 +3438,7 @@
|
|
|
3158
3438
|
"events": [],
|
|
3159
3439
|
"listeners": [
|
|
3160
3440
|
{
|
|
3161
|
-
"event": "
|
|
3441
|
+
"event": "themeChange",
|
|
3162
3442
|
"target": "document",
|
|
3163
3443
|
"capture": false,
|
|
3164
3444
|
"passive": false
|
|
@@ -3396,7 +3676,8 @@
|
|
|
3396
3676
|
"slots": [],
|
|
3397
3677
|
"parts": [],
|
|
3398
3678
|
"dependents": [
|
|
3399
|
-
"ic-button"
|
|
3679
|
+
"ic-button",
|
|
3680
|
+
"ic-step"
|
|
3400
3681
|
],
|
|
3401
3682
|
"dependencies": [
|
|
3402
3683
|
"ic-typography"
|
|
@@ -3407,6 +3688,9 @@
|
|
|
3407
3688
|
],
|
|
3408
3689
|
"ic-button": [
|
|
3409
3690
|
"ic-loading-indicator"
|
|
3691
|
+
],
|
|
3692
|
+
"ic-step": [
|
|
3693
|
+
"ic-loading-indicator"
|
|
3410
3694
|
]
|
|
3411
3695
|
}
|
|
3412
3696
|
},
|
|
@@ -3594,7 +3878,7 @@
|
|
|
3594
3878
|
},
|
|
3595
3879
|
"signature": "handleClickOpen() => Promise<void>",
|
|
3596
3880
|
"parameters": [],
|
|
3597
|
-
"docs": "If menu is opened with the mouse, emit
|
|
3881
|
+
"docs": "If menu is opened with the mouse, emit icMenuStateChange custom event.",
|
|
3598
3882
|
"docsTags": []
|
|
3599
3883
|
},
|
|
3600
3884
|
{
|
|
@@ -3616,7 +3900,7 @@
|
|
|
3616
3900
|
],
|
|
3617
3901
|
"events": [
|
|
3618
3902
|
{
|
|
3619
|
-
"event": "
|
|
3903
|
+
"event": "icMenuStateChange",
|
|
3620
3904
|
"detail": "IcMenuChangeEventDetail",
|
|
3621
3905
|
"bubbles": true,
|
|
3622
3906
|
"cancelable": true,
|
|
@@ -3625,16 +3909,7 @@
|
|
|
3625
3909
|
"docsTags": []
|
|
3626
3910
|
},
|
|
3627
3911
|
{
|
|
3628
|
-
"event": "
|
|
3629
|
-
"detail": "IcMenuOptionIdEventDetail",
|
|
3630
|
-
"bubbles": true,
|
|
3631
|
-
"cancelable": true,
|
|
3632
|
-
"composed": true,
|
|
3633
|
-
"docs": "Emitted when an option has been highlighted",
|
|
3634
|
-
"docsTags": []
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"event": "optionSelect",
|
|
3912
|
+
"event": "icOptionSelect",
|
|
3638
3913
|
"detail": "IcOptionSelectEventDetail",
|
|
3639
3914
|
"bubbles": true,
|
|
3640
3915
|
"cancelable": true,
|
|
@@ -3870,7 +4145,7 @@
|
|
|
3870
4145
|
"passive": false
|
|
3871
4146
|
},
|
|
3872
4147
|
{
|
|
3873
|
-
"event": "
|
|
4148
|
+
"event": "themeChange",
|
|
3874
4149
|
"target": "document",
|
|
3875
4150
|
"capture": false,
|
|
3876
4151
|
"passive": false
|
|
@@ -3968,12 +4243,12 @@
|
|
|
3968
4243
|
"passive": false
|
|
3969
4244
|
},
|
|
3970
4245
|
{
|
|
3971
|
-
"event": "
|
|
4246
|
+
"event": "navItemClicked",
|
|
3972
4247
|
"capture": false,
|
|
3973
4248
|
"passive": false
|
|
3974
4249
|
},
|
|
3975
4250
|
{
|
|
3976
|
-
"event": "
|
|
4251
|
+
"event": "themeChange",
|
|
3977
4252
|
"target": "document",
|
|
3978
4253
|
"capture": false,
|
|
3979
4254
|
"passive": false
|
|
@@ -4073,7 +4348,7 @@
|
|
|
4073
4348
|
"events": [],
|
|
4074
4349
|
"listeners": [
|
|
4075
4350
|
{
|
|
4076
|
-
"event": "
|
|
4351
|
+
"event": "themeChange",
|
|
4077
4352
|
"target": "document",
|
|
4078
4353
|
"capture": false,
|
|
4079
4354
|
"passive": false
|
|
@@ -4159,7 +4434,7 @@
|
|
|
4159
4434
|
"events": [],
|
|
4160
4435
|
"listeners": [
|
|
4161
4436
|
{
|
|
4162
|
-
"event": "
|
|
4437
|
+
"event": "navItemClicked",
|
|
4163
4438
|
"capture": false,
|
|
4164
4439
|
"passive": false
|
|
4165
4440
|
},
|
|
@@ -4632,7 +4907,7 @@
|
|
|
4632
4907
|
],
|
|
4633
4908
|
"listeners": [
|
|
4634
4909
|
{
|
|
4635
|
-
"event": "
|
|
4910
|
+
"event": "icCheck",
|
|
4636
4911
|
"capture": false,
|
|
4637
4912
|
"passive": false
|
|
4638
4913
|
}
|
|
@@ -4808,13 +5083,28 @@
|
|
|
4808
5083
|
"methods": [],
|
|
4809
5084
|
"events": [
|
|
4810
5085
|
{
|
|
4811
|
-
"event": "
|
|
5086
|
+
"event": "icCheck",
|
|
4812
5087
|
"detail": "IcValueEventDetail",
|
|
4813
5088
|
"bubbles": true,
|
|
4814
5089
|
"cancelable": true,
|
|
4815
5090
|
"composed": true,
|
|
4816
5091
|
"docs": "Emitted when a radio is selected.",
|
|
4817
5092
|
"docsTags": []
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"event": "radioOptionSelect",
|
|
5096
|
+
"detail": "IcValueEventDetail",
|
|
5097
|
+
"bubbles": true,
|
|
5098
|
+
"cancelable": true,
|
|
5099
|
+
"composed": true,
|
|
5100
|
+
"docs": "",
|
|
5101
|
+
"docsTags": [
|
|
5102
|
+
{
|
|
5103
|
+
"name": "deprecated",
|
|
5104
|
+
"text": "This event should not be used anymore. Use icCheck instead."
|
|
5105
|
+
}
|
|
5106
|
+
],
|
|
5107
|
+
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
4818
5108
|
}
|
|
4819
5109
|
],
|
|
4820
5110
|
"listeners": [
|
|
@@ -5152,7 +5442,7 @@
|
|
|
5152
5442
|
{
|
|
5153
5443
|
"name": "debounce",
|
|
5154
5444
|
"type": "number",
|
|
5155
|
-
"mutable":
|
|
5445
|
+
"mutable": false,
|
|
5156
5446
|
"attr": "debounce",
|
|
5157
5447
|
"reflectToAttr": false,
|
|
5158
5448
|
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
@@ -5501,8 +5791,14 @@
|
|
|
5501
5791
|
"bubbles": true,
|
|
5502
5792
|
"cancelable": true,
|
|
5503
5793
|
"composed": true,
|
|
5504
|
-
"docs": "
|
|
5505
|
-
"docsTags": [
|
|
5794
|
+
"docs": "",
|
|
5795
|
+
"docsTags": [
|
|
5796
|
+
{
|
|
5797
|
+
"name": "deprecated",
|
|
5798
|
+
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
5799
|
+
}
|
|
5800
|
+
],
|
|
5801
|
+
"deprecation": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
5506
5802
|
},
|
|
5507
5803
|
{
|
|
5508
5804
|
"event": "icInputFocus",
|
|
@@ -5510,8 +5806,14 @@
|
|
|
5510
5806
|
"bubbles": true,
|
|
5511
5807
|
"cancelable": true,
|
|
5512
5808
|
"composed": true,
|
|
5513
|
-
"docs": "
|
|
5514
|
-
"docsTags": [
|
|
5809
|
+
"docs": "",
|
|
5810
|
+
"docsTags": [
|
|
5811
|
+
{
|
|
5812
|
+
"name": "deprecated",
|
|
5813
|
+
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
5814
|
+
}
|
|
5815
|
+
],
|
|
5816
|
+
"deprecation": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
5515
5817
|
},
|
|
5516
5818
|
{
|
|
5517
5819
|
"event": "icMenuChange",
|
|
@@ -5571,7 +5873,7 @@
|
|
|
5571
5873
|
"passive": false
|
|
5572
5874
|
},
|
|
5573
5875
|
{
|
|
5574
|
-
"event": "
|
|
5876
|
+
"event": "icMenuStateChange",
|
|
5575
5877
|
"capture": false,
|
|
5576
5878
|
"passive": false
|
|
5577
5879
|
},
|
|
@@ -6289,23 +6591,6 @@
|
|
|
6289
6591
|
"optional": false,
|
|
6290
6592
|
"required": false
|
|
6291
6593
|
},
|
|
6292
|
-
{
|
|
6293
|
-
"name": "inline",
|
|
6294
|
-
"type": "boolean",
|
|
6295
|
-
"mutable": false,
|
|
6296
|
-
"attr": "inline",
|
|
6297
|
-
"reflectToAttr": false,
|
|
6298
|
-
"docs": "If `true`, side navigation will be contained by its parent element.",
|
|
6299
|
-
"docsTags": [],
|
|
6300
|
-
"default": "false",
|
|
6301
|
-
"values": [
|
|
6302
|
-
{
|
|
6303
|
-
"type": "boolean"
|
|
6304
|
-
}
|
|
6305
|
-
],
|
|
6306
|
-
"optional": false,
|
|
6307
|
-
"required": false
|
|
6308
|
-
},
|
|
6309
6594
|
{
|
|
6310
6595
|
"name": "static",
|
|
6311
6596
|
"type": "boolean",
|
|
@@ -6360,7 +6645,7 @@
|
|
|
6360
6645
|
"events": [],
|
|
6361
6646
|
"listeners": [
|
|
6362
6647
|
{
|
|
6363
|
-
"event": "
|
|
6648
|
+
"event": "themeChange",
|
|
6364
6649
|
"target": "document",
|
|
6365
6650
|
"capture": false,
|
|
6366
6651
|
"passive": false
|
|
@@ -6478,6 +6763,23 @@
|
|
|
6478
6763
|
"docsTags": [],
|
|
6479
6764
|
"usage": {},
|
|
6480
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
|
+
},
|
|
6481
6783
|
{
|
|
6482
6784
|
"name": "appearance",
|
|
6483
6785
|
"type": "\"filled\" | \"outlined\"",
|
|
@@ -6589,13 +6891,34 @@
|
|
|
6589
6891
|
"docsTags": [],
|
|
6590
6892
|
"usage": {},
|
|
6591
6893
|
"props": [
|
|
6894
|
+
{
|
|
6895
|
+
"name": "stepStatus",
|
|
6896
|
+
"type": "\"optional\" | \"required\"",
|
|
6897
|
+
"mutable": false,
|
|
6898
|
+
"attr": "step-status",
|
|
6899
|
+
"reflectToAttr": false,
|
|
6900
|
+
"docs": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
|
|
6901
|
+
"docsTags": [],
|
|
6902
|
+
"values": [
|
|
6903
|
+
{
|
|
6904
|
+
"value": "optional",
|
|
6905
|
+
"type": "string"
|
|
6906
|
+
},
|
|
6907
|
+
{
|
|
6908
|
+
"value": "required",
|
|
6909
|
+
"type": "string"
|
|
6910
|
+
}
|
|
6911
|
+
],
|
|
6912
|
+
"optional": true,
|
|
6913
|
+
"required": false
|
|
6914
|
+
},
|
|
6592
6915
|
{
|
|
6593
6916
|
"name": "stepSubtitle",
|
|
6594
6917
|
"type": "string",
|
|
6595
6918
|
"mutable": false,
|
|
6596
6919
|
"attr": "step-subtitle",
|
|
6597
6920
|
"reflectToAttr": false,
|
|
6598
|
-
"docs": "
|
|
6921
|
+
"docs": "Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.",
|
|
6599
6922
|
"docsTags": [],
|
|
6600
6923
|
"values": [
|
|
6601
6924
|
{
|
|
@@ -6611,7 +6934,7 @@
|
|
|
6611
6934
|
"mutable": false,
|
|
6612
6935
|
"attr": "step-title",
|
|
6613
6936
|
"reflectToAttr": false,
|
|
6614
|
-
"docs": "The
|
|
6937
|
+
"docs": "The title of the step within the stepper.",
|
|
6615
6938
|
"docsTags": [],
|
|
6616
6939
|
"values": [
|
|
6617
6940
|
{
|
|
@@ -6660,10 +6983,15 @@
|
|
|
6660
6983
|
"parts": [],
|
|
6661
6984
|
"dependents": [],
|
|
6662
6985
|
"dependencies": [
|
|
6986
|
+
"ic-loading-indicator",
|
|
6663
6987
|
"ic-typography"
|
|
6664
6988
|
],
|
|
6665
6989
|
"dependencyGraph": {
|
|
6666
6990
|
"ic-step": [
|
|
6991
|
+
"ic-loading-indicator",
|
|
6992
|
+
"ic-typography"
|
|
6993
|
+
],
|
|
6994
|
+
"ic-loading-indicator": [
|
|
6667
6995
|
"ic-typography"
|
|
6668
6996
|
]
|
|
6669
6997
|
}
|
|
@@ -6683,7 +7011,7 @@
|
|
|
6683
7011
|
"mutable": false,
|
|
6684
7012
|
"attr": "aligned",
|
|
6685
7013
|
"reflectToAttr": false,
|
|
6686
|
-
"docs": "The alignment of the stepper within its container.",
|
|
7014
|
+
"docs": "The alignment of the default stepper within its container.",
|
|
6687
7015
|
"docsTags": [],
|
|
6688
7016
|
"default": "\"full-width\"",
|
|
6689
7017
|
"values": [
|
|
@@ -6715,6 +7043,45 @@
|
|
|
6715
7043
|
],
|
|
6716
7044
|
"optional": true,
|
|
6717
7045
|
"required": false
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"name": "hideStepInfo",
|
|
7049
|
+
"type": "boolean",
|
|
7050
|
+
"mutable": false,
|
|
7051
|
+
"attr": "hide-step-info",
|
|
7052
|
+
"reflectToAttr": false,
|
|
7053
|
+
"docs": "If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.",
|
|
7054
|
+
"docsTags": [],
|
|
7055
|
+
"default": "false",
|
|
7056
|
+
"values": [
|
|
7057
|
+
{
|
|
7058
|
+
"type": "boolean"
|
|
7059
|
+
}
|
|
7060
|
+
],
|
|
7061
|
+
"optional": true,
|
|
7062
|
+
"required": false
|
|
7063
|
+
},
|
|
7064
|
+
{
|
|
7065
|
+
"name": "variant",
|
|
7066
|
+
"type": "\"compact\" | \"default\"",
|
|
7067
|
+
"mutable": true,
|
|
7068
|
+
"attr": "variant",
|
|
7069
|
+
"reflectToAttr": false,
|
|
7070
|
+
"docs": "The variant of the stepper.",
|
|
7071
|
+
"docsTags": [],
|
|
7072
|
+
"default": "\"default\"",
|
|
7073
|
+
"values": [
|
|
7074
|
+
{
|
|
7075
|
+
"value": "compact",
|
|
7076
|
+
"type": "string"
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"value": "default",
|
|
7080
|
+
"type": "string"
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"optional": true,
|
|
7084
|
+
"required": false
|
|
6718
7085
|
}
|
|
6719
7086
|
],
|
|
6720
7087
|
"methods": [],
|
|
@@ -6981,17 +7348,7 @@
|
|
|
6981
7348
|
}
|
|
6982
7349
|
],
|
|
6983
7350
|
"methods": [],
|
|
6984
|
-
"events": [
|
|
6985
|
-
{
|
|
6986
|
-
"event": "tabClick",
|
|
6987
|
-
"detail": "IcTabClickEventDetail",
|
|
6988
|
-
"bubbles": true,
|
|
6989
|
-
"cancelable": true,
|
|
6990
|
-
"composed": true,
|
|
6991
|
-
"docs": "Emitted when a tab is selected.",
|
|
6992
|
-
"docsTags": []
|
|
6993
|
-
}
|
|
6994
|
-
],
|
|
7351
|
+
"events": [],
|
|
6995
7352
|
"listeners": [],
|
|
6996
7353
|
"styles": [],
|
|
6997
7354
|
"slots": [
|
|
@@ -7087,7 +7444,7 @@
|
|
|
7087
7444
|
"mutable": false,
|
|
7088
7445
|
"attr": "selected-tab-index",
|
|
7089
7446
|
"reflectToAttr": false,
|
|
7090
|
-
"docs": "The selected tab to be controlled by the user. Must be used alongside the
|
|
7447
|
+
"docs": "The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.",
|
|
7091
7448
|
"docsTags": [],
|
|
7092
7449
|
"values": [
|
|
7093
7450
|
{
|
|
@@ -7101,13 +7458,28 @@
|
|
|
7101
7458
|
"methods": [],
|
|
7102
7459
|
"events": [
|
|
7103
7460
|
{
|
|
7104
|
-
"event": "
|
|
7461
|
+
"event": "icTabSelect",
|
|
7105
7462
|
"detail": "IcTabSelectEventDetail",
|
|
7106
7463
|
"bubbles": true,
|
|
7107
7464
|
"cancelable": true,
|
|
7108
7465
|
"composed": true,
|
|
7109
7466
|
"docs": "Emitted when a user selects a tab.",
|
|
7110
7467
|
"docsTags": []
|
|
7468
|
+
},
|
|
7469
|
+
{
|
|
7470
|
+
"event": "tabSelect",
|
|
7471
|
+
"detail": "IcTabSelectEventDetail",
|
|
7472
|
+
"bubbles": true,
|
|
7473
|
+
"cancelable": true,
|
|
7474
|
+
"composed": true,
|
|
7475
|
+
"docs": "",
|
|
7476
|
+
"docsTags": [
|
|
7477
|
+
{
|
|
7478
|
+
"name": "deprecated",
|
|
7479
|
+
"text": "This event should not be used anymore. Use icTabSelect instead."
|
|
7480
|
+
}
|
|
7481
|
+
],
|
|
7482
|
+
"deprecation": "This event should not be used anymore. Use icTabSelect instead."
|
|
7111
7483
|
}
|
|
7112
7484
|
],
|
|
7113
7485
|
"listeners": [
|
|
@@ -7766,7 +8138,7 @@
|
|
|
7766
8138
|
"type": "boolean",
|
|
7767
8139
|
"mutable": false,
|
|
7768
8140
|
"attr": "readonly",
|
|
7769
|
-
"reflectToAttr":
|
|
8141
|
+
"reflectToAttr": true,
|
|
7770
8142
|
"docs": "If `true`, the read only state will be set.",
|
|
7771
8143
|
"docsTags": [],
|
|
7772
8144
|
"default": "false",
|
|
@@ -7834,7 +8206,7 @@
|
|
|
7834
8206
|
"type": "boolean",
|
|
7835
8207
|
"mutable": false,
|
|
7836
8208
|
"attr": "small",
|
|
7837
|
-
"reflectToAttr":
|
|
8209
|
+
"reflectToAttr": true,
|
|
7838
8210
|
"docs": "If `true`, the small styling will be applied to the text field.",
|
|
7839
8211
|
"docsTags": [],
|
|
7840
8212
|
"default": "false",
|
|
@@ -8124,17 +8496,7 @@
|
|
|
8124
8496
|
}
|
|
8125
8497
|
],
|
|
8126
8498
|
"methods": [],
|
|
8127
|
-
"events": [
|
|
8128
|
-
{
|
|
8129
|
-
"event": "icThemeChange",
|
|
8130
|
-
"detail": "{ mode: IcThemeForeground; color: IcColorRGB; }",
|
|
8131
|
-
"bubbles": true,
|
|
8132
|
-
"cancelable": true,
|
|
8133
|
-
"composed": true,
|
|
8134
|
-
"docs": "Emitted when the theme is changed.",
|
|
8135
|
-
"docsTags": []
|
|
8136
|
-
}
|
|
8137
|
-
],
|
|
8499
|
+
"events": [],
|
|
8138
8500
|
"listeners": [],
|
|
8139
8501
|
"styles": [],
|
|
8140
8502
|
"slots": [],
|
|
@@ -8152,6 +8514,23 @@
|
|
|
8152
8514
|
"docsTags": [],
|
|
8153
8515
|
"usage": {},
|
|
8154
8516
|
"props": [
|
|
8517
|
+
{
|
|
8518
|
+
"name": "disableHover",
|
|
8519
|
+
"type": "boolean",
|
|
8520
|
+
"mutable": false,
|
|
8521
|
+
"attr": "disable-hover",
|
|
8522
|
+
"reflectToAttr": false,
|
|
8523
|
+
"docs": "If `true`, the tooltip will not be displayed on hover, it will require a click.",
|
|
8524
|
+
"docsTags": [],
|
|
8525
|
+
"default": "false",
|
|
8526
|
+
"values": [
|
|
8527
|
+
{
|
|
8528
|
+
"type": "boolean"
|
|
8529
|
+
}
|
|
8530
|
+
],
|
|
8531
|
+
"optional": true,
|
|
8532
|
+
"required": false
|
|
8533
|
+
},
|
|
8155
8534
|
{
|
|
8156
8535
|
"name": "label",
|
|
8157
8536
|
"type": "string",
|
|
@@ -8255,6 +8634,7 @@
|
|
|
8255
8634
|
"parts": [],
|
|
8256
8635
|
"dependents": [
|
|
8257
8636
|
"ic-button",
|
|
8637
|
+
"ic-chip",
|
|
8258
8638
|
"ic-navigation-item",
|
|
8259
8639
|
"ic-tab-group"
|
|
8260
8640
|
],
|
|
@@ -8268,6 +8648,9 @@
|
|
|
8268
8648
|
"ic-button": [
|
|
8269
8649
|
"ic-tooltip"
|
|
8270
8650
|
],
|
|
8651
|
+
"ic-chip": [
|
|
8652
|
+
"ic-tooltip"
|
|
8653
|
+
],
|
|
8271
8654
|
"ic-navigation-item": [
|
|
8272
8655
|
"ic-tooltip"
|
|
8273
8656
|
],
|
|
@@ -8436,7 +8819,7 @@
|
|
|
8436
8819
|
"passive": false
|
|
8437
8820
|
},
|
|
8438
8821
|
{
|
|
8439
|
-
"event": "
|
|
8822
|
+
"event": "themeChange",
|
|
8440
8823
|
"target": "document",
|
|
8441
8824
|
"capture": false,
|
|
8442
8825
|
"passive": false
|
|
@@ -8592,6 +8975,7 @@
|
|
|
8592
8975
|
"ic-back-to-top",
|
|
8593
8976
|
"ic-card",
|
|
8594
8977
|
"ic-checkbox",
|
|
8978
|
+
"ic-chip",
|
|
8595
8979
|
"ic-classification-banner",
|
|
8596
8980
|
"ic-data-entity",
|
|
8597
8981
|
"ic-data-row",
|
|
@@ -8631,6 +9015,9 @@
|
|
|
8631
9015
|
"ic-checkbox": [
|
|
8632
9016
|
"ic-typography"
|
|
8633
9017
|
],
|
|
9018
|
+
"ic-chip": [
|
|
9019
|
+
"ic-typography"
|
|
9020
|
+
],
|
|
8634
9021
|
"ic-classification-banner": [
|
|
8635
9022
|
"ic-typography"
|
|
8636
9023
|
],
|
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.4",
|
|
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": "2510069abde74c96740a4665a5872c40d402fb4d"
|
|
13
13
|
}
|