@ukic/docs 2.13.1 → 2.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs.json +146 -223
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-08-29T10:35:38",
|
|
3
2
|
"compiler": {
|
|
4
3
|
"name": "@stencil/core",
|
|
5
4
|
"version": "4.10.0",
|
|
@@ -10,7 +9,7 @@
|
|
|
10
9
|
"filePath": "src/components/ic-accordion/ic-accordion.tsx",
|
|
11
10
|
"encapsulation": "shadow",
|
|
12
11
|
"tag": "ic-accordion",
|
|
13
|
-
"readme": "# ic-accordion\n\n\n",
|
|
12
|
+
"readme": "# ic-accordion\r\n\r\n\r\n\r",
|
|
14
13
|
"docs": "",
|
|
15
14
|
"docsTags": [
|
|
16
15
|
{
|
|
@@ -202,7 +201,7 @@
|
|
|
202
201
|
"filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
|
|
203
202
|
"encapsulation": "shadow",
|
|
204
203
|
"tag": "ic-accordion-group",
|
|
205
|
-
"readme": "# ic-accordion-title\n\n\n",
|
|
204
|
+
"readme": "# ic-accordion-title\r\n\r\n\r\n\r",
|
|
206
205
|
"docs": "",
|
|
207
206
|
"docsTags": [
|
|
208
207
|
{
|
|
@@ -441,7 +440,7 @@
|
|
|
441
440
|
"filePath": "src/components/ic-alert/ic-alert.tsx",
|
|
442
441
|
"encapsulation": "shadow",
|
|
443
442
|
"tag": "ic-alert",
|
|
444
|
-
"readme": "# ic-alert\n\n\n",
|
|
443
|
+
"readme": "# ic-alert\r\n\r\n\r\n\r",
|
|
445
444
|
"docs": "",
|
|
446
445
|
"docsTags": [
|
|
447
446
|
{
|
|
@@ -451,6 +450,10 @@
|
|
|
451
450
|
{
|
|
452
451
|
"name": "slot",
|
|
453
452
|
"text": "action - Content is placed to the right of the message."
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "slot",
|
|
456
|
+
"text": "neutral-icon - A custom neutral icon is placed to the left of the title. This will override the default icon if used."
|
|
454
457
|
}
|
|
455
458
|
],
|
|
456
459
|
"usage": {},
|
|
@@ -542,6 +545,28 @@
|
|
|
542
545
|
"optional": true,
|
|
543
546
|
"required": false
|
|
544
547
|
},
|
|
548
|
+
{
|
|
549
|
+
"name": "showDefaultIcon",
|
|
550
|
+
"type": "boolean",
|
|
551
|
+
"complexType": {
|
|
552
|
+
"original": "boolean",
|
|
553
|
+
"resolved": "boolean",
|
|
554
|
+
"references": {}
|
|
555
|
+
},
|
|
556
|
+
"mutable": false,
|
|
557
|
+
"attr": "show-default-icon",
|
|
558
|
+
"reflectToAttr": false,
|
|
559
|
+
"docs": "If `true`, the default icon for the neutral variant will be appear on the left of the alert.",
|
|
560
|
+
"docsTags": [],
|
|
561
|
+
"default": "true",
|
|
562
|
+
"values": [
|
|
563
|
+
{
|
|
564
|
+
"type": "boolean"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"optional": false,
|
|
568
|
+
"required": false
|
|
569
|
+
},
|
|
545
570
|
{
|
|
546
571
|
"name": "titleAbove",
|
|
547
572
|
"type": "boolean",
|
|
@@ -663,6 +688,10 @@
|
|
|
663
688
|
{
|
|
664
689
|
"name": "message",
|
|
665
690
|
"docs": "Content is placed to the right of the title."
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "neutral-icon",
|
|
694
|
+
"docs": "A custom neutral icon is placed to the left of the title. This will override the default icon if used."
|
|
666
695
|
}
|
|
667
696
|
],
|
|
668
697
|
"parts": [],
|
|
@@ -697,7 +726,7 @@
|
|
|
697
726
|
"filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
|
|
698
727
|
"encapsulation": "shadow",
|
|
699
728
|
"tag": "ic-back-to-top",
|
|
700
|
-
"readme": "# ic-back-to-top\n\n\n",
|
|
729
|
+
"readme": "# ic-back-to-top\r\n\r\n\r\n\r",
|
|
701
730
|
"docs": "",
|
|
702
731
|
"docsTags": [],
|
|
703
732
|
"usage": {},
|
|
@@ -760,13 +789,7 @@
|
|
|
760
789
|
"methods": [],
|
|
761
790
|
"events": [],
|
|
762
791
|
"listeners": [],
|
|
763
|
-
"styles": [
|
|
764
|
-
{
|
|
765
|
-
"name": "--ic-z-index-back-to-top",
|
|
766
|
-
"annotation": "prop",
|
|
767
|
-
"docs": "z-index of back to top"
|
|
768
|
-
}
|
|
769
|
-
],
|
|
792
|
+
"styles": [],
|
|
770
793
|
"slots": [],
|
|
771
794
|
"parts": [],
|
|
772
795
|
"dependents": [],
|
|
@@ -788,7 +811,7 @@
|
|
|
788
811
|
"filePath": "src/components/ic-badge/ic-badge.tsx",
|
|
789
812
|
"encapsulation": "shadow",
|
|
790
813
|
"tag": "ic-badge",
|
|
791
|
-
"readme": "# ic-badge\n\n\n",
|
|
814
|
+
"readme": "# ic-badge\r\n\r\n\r\n\r",
|
|
792
815
|
"docs": "",
|
|
793
816
|
"docsTags": [
|
|
794
817
|
{
|
|
@@ -1164,7 +1187,7 @@
|
|
|
1164
1187
|
"filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
|
|
1165
1188
|
"encapsulation": "shadow",
|
|
1166
1189
|
"tag": "ic-breadcrumb",
|
|
1167
|
-
"readme": "# ic-breadcrumb\n\n\n",
|
|
1190
|
+
"readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
|
|
1168
1191
|
"docs": "",
|
|
1169
1192
|
"docsTags": [
|
|
1170
1193
|
{
|
|
@@ -1292,7 +1315,7 @@
|
|
|
1292
1315
|
"filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
|
|
1293
1316
|
"encapsulation": "shadow",
|
|
1294
1317
|
"tag": "ic-breadcrumb-group",
|
|
1295
|
-
"readme": "# ic-breadcrumb-group\n\n\n",
|
|
1318
|
+
"readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
|
|
1296
1319
|
"docs": "",
|
|
1297
1320
|
"docsTags": [],
|
|
1298
1321
|
"usage": {},
|
|
@@ -1402,7 +1425,7 @@
|
|
|
1402
1425
|
"filePath": "src/components/ic-button/ic-button.tsx",
|
|
1403
1426
|
"encapsulation": "shadow",
|
|
1404
1427
|
"tag": "ic-button",
|
|
1405
|
-
"readme": "# ic-button\n",
|
|
1428
|
+
"readme": "# ic-button\r\n\r",
|
|
1406
1429
|
"docs": "",
|
|
1407
1430
|
"docsTags": [
|
|
1408
1431
|
{
|
|
@@ -2292,18 +2315,7 @@
|
|
|
2292
2315
|
"passive": false
|
|
2293
2316
|
}
|
|
2294
2317
|
],
|
|
2295
|
-
"styles": [
|
|
2296
|
-
{
|
|
2297
|
-
"name": "--height",
|
|
2298
|
-
"annotation": "prop",
|
|
2299
|
-
"docs": "The height of the button."
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"name": "--min-width",
|
|
2303
|
-
"annotation": "prop",
|
|
2304
|
-
"docs": "Minimum width of the button."
|
|
2305
|
-
}
|
|
2306
|
-
],
|
|
2318
|
+
"styles": [],
|
|
2307
2319
|
"slots": [
|
|
2308
2320
|
{
|
|
2309
2321
|
"name": "badge",
|
|
@@ -2414,7 +2426,7 @@
|
|
|
2414
2426
|
"filePath": "src/components/ic-card/ic-card.tsx",
|
|
2415
2427
|
"encapsulation": "shadow",
|
|
2416
2428
|
"tag": "ic-card",
|
|
2417
|
-
"readme": "# ic-card\n\n\n",
|
|
2429
|
+
"readme": "# ic-card\r\n\r\n\r\n\r",
|
|
2418
2430
|
"docs": "",
|
|
2419
2431
|
"docsTags": [
|
|
2420
2432
|
{
|
|
@@ -2865,7 +2877,7 @@
|
|
|
2865
2877
|
"filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
|
|
2866
2878
|
"encapsulation": "shadow",
|
|
2867
2879
|
"tag": "ic-checkbox",
|
|
2868
|
-
"readme": "# ic-checkbox\n\n\n",
|
|
2880
|
+
"readme": "# ic-checkbox\r\n\r\n\r\n\r",
|
|
2869
2881
|
"docs": "",
|
|
2870
2882
|
"docsTags": [
|
|
2871
2883
|
{
|
|
@@ -3402,7 +3414,7 @@
|
|
|
3402
3414
|
"filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
|
|
3403
3415
|
"encapsulation": "shadow",
|
|
3404
3416
|
"tag": "ic-checkbox-group",
|
|
3405
|
-
"readme": "# ic-checkbox-group\n\n\n",
|
|
3417
|
+
"readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
|
|
3406
3418
|
"docs": "",
|
|
3407
3419
|
"docsTags": [],
|
|
3408
3420
|
"usage": {},
|
|
@@ -3725,7 +3737,7 @@
|
|
|
3725
3737
|
"filePath": "src/components/ic-chip/ic-chip.tsx",
|
|
3726
3738
|
"encapsulation": "shadow",
|
|
3727
3739
|
"tag": "ic-chip",
|
|
3728
|
-
"readme": "# ic-chip\n\n\n",
|
|
3740
|
+
"readme": "# ic-chip\r\n\r\n\r\n\r",
|
|
3729
3741
|
"docs": "",
|
|
3730
3742
|
"docsTags": [
|
|
3731
3743
|
{
|
|
@@ -4067,7 +4079,7 @@
|
|
|
4067
4079
|
"filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
|
|
4068
4080
|
"encapsulation": "shadow",
|
|
4069
4081
|
"tag": "ic-classification-banner",
|
|
4070
|
-
"readme": "# ic-classification-banner\n\n\n",
|
|
4082
|
+
"readme": "# ic-classification-banner\r\n\r\n\r\n\r",
|
|
4071
4083
|
"docs": "",
|
|
4072
4084
|
"docsTags": [],
|
|
4073
4085
|
"usage": {},
|
|
@@ -4209,13 +4221,7 @@
|
|
|
4209
4221
|
"methods": [],
|
|
4210
4222
|
"events": [],
|
|
4211
4223
|
"listeners": [],
|
|
4212
|
-
"styles": [
|
|
4213
|
-
{
|
|
4214
|
-
"name": "--ic-z-index-classification-banner",
|
|
4215
|
-
"annotation": "prop",
|
|
4216
|
-
"docs": "z-index of classification banner"
|
|
4217
|
-
}
|
|
4218
|
-
],
|
|
4224
|
+
"styles": [],
|
|
4219
4225
|
"slots": [],
|
|
4220
4226
|
"parts": [],
|
|
4221
4227
|
"dependents": [],
|
|
@@ -4232,7 +4238,7 @@
|
|
|
4232
4238
|
"filePath": "src/components/ic-data-entity/ic-data-entity.tsx",
|
|
4233
4239
|
"encapsulation": "shadow",
|
|
4234
4240
|
"tag": "ic-data-entity",
|
|
4235
|
-
"readme": "# ic-data-entity\n\n\n",
|
|
4241
|
+
"readme": "# ic-data-entity\r\n\r\n\r\n\r",
|
|
4236
4242
|
"docs": "",
|
|
4237
4243
|
"docsTags": [
|
|
4238
4244
|
{
|
|
@@ -4350,7 +4356,7 @@
|
|
|
4350
4356
|
"filePath": "src/components/ic-data-row/ic-data-row.tsx",
|
|
4351
4357
|
"encapsulation": "shadow",
|
|
4352
4358
|
"tag": "ic-data-row",
|
|
4353
|
-
"readme": "# ic-data-row\n\n\n",
|
|
4359
|
+
"readme": "# ic-data-row\r\n\r\n\r\n\r",
|
|
4354
4360
|
"docs": "",
|
|
4355
4361
|
"docsTags": [
|
|
4356
4362
|
{
|
|
@@ -4505,7 +4511,7 @@
|
|
|
4505
4511
|
"filePath": "src/components/ic-dialog/ic-dialog.tsx",
|
|
4506
4512
|
"encapsulation": "shadow",
|
|
4507
4513
|
"tag": "ic-dialog",
|
|
4508
|
-
"readme": "# ic-dialog\n\n\n",
|
|
4514
|
+
"readme": "# ic-dialog\r\n\r\n\r\n\r",
|
|
4509
4515
|
"docs": "",
|
|
4510
4516
|
"docsTags": [
|
|
4511
4517
|
{
|
|
@@ -4635,7 +4641,7 @@
|
|
|
4635
4641
|
"mutable": false,
|
|
4636
4642
|
"attr": "close-on-backdrop-click",
|
|
4637
4643
|
"reflectToAttr": false,
|
|
4638
|
-
"docs": "If set to `
|
|
4644
|
+
"docs": "If set to `false`, the dialog will not close when the backdrop is clicked.",
|
|
4639
4645
|
"docsTags": [],
|
|
4640
4646
|
"default": "true",
|
|
4641
4647
|
"values": [
|
|
@@ -5069,13 +5075,7 @@
|
|
|
5069
5075
|
"passive": false
|
|
5070
5076
|
}
|
|
5071
5077
|
],
|
|
5072
|
-
"styles": [
|
|
5073
|
-
{
|
|
5074
|
-
"name": "--ic-z-index-dialog",
|
|
5075
|
-
"annotation": "prop",
|
|
5076
|
-
"docs": "z-index of dialog"
|
|
5077
|
-
}
|
|
5078
|
-
],
|
|
5078
|
+
"styles": [],
|
|
5079
5079
|
"slots": [
|
|
5080
5080
|
{
|
|
5081
5081
|
"name": "alert",
|
|
@@ -5127,7 +5127,7 @@
|
|
|
5127
5127
|
"filePath": "src/components/ic-divider/ic-divider.tsx",
|
|
5128
5128
|
"encapsulation": "scoped",
|
|
5129
5129
|
"tag": "ic-divider",
|
|
5130
|
-
"readme": "# ic-divider\n\n\n",
|
|
5130
|
+
"readme": "# ic-divider\r\n\r\n\r\n\r",
|
|
5131
5131
|
"docs": "",
|
|
5132
5132
|
"docsTags": [],
|
|
5133
5133
|
"usage": {},
|
|
@@ -5159,7 +5159,7 @@
|
|
|
5159
5159
|
"filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
|
|
5160
5160
|
"encapsulation": "shadow",
|
|
5161
5161
|
"tag": "ic-empty-state",
|
|
5162
|
-
"readme": "# ic-empty-state\n\n\n",
|
|
5162
|
+
"readme": "# ic-empty-state\r\n\r\n\r\n\r",
|
|
5163
5163
|
"docs": "",
|
|
5164
5164
|
"docsTags": [
|
|
5165
5165
|
{
|
|
@@ -5385,7 +5385,7 @@
|
|
|
5385
5385
|
"filePath": "src/components/ic-footer/ic-footer.tsx",
|
|
5386
5386
|
"encapsulation": "shadow",
|
|
5387
5387
|
"tag": "ic-footer",
|
|
5388
|
-
"readme": "# ic-footer\n\n\n",
|
|
5388
|
+
"readme": "# ic-footer\r\n\r\n\r\n\r",
|
|
5389
5389
|
"docs": "",
|
|
5390
5390
|
"docsTags": [
|
|
5391
5391
|
{
|
|
@@ -5622,7 +5622,7 @@
|
|
|
5622
5622
|
"filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
|
|
5623
5623
|
"encapsulation": "shadow",
|
|
5624
5624
|
"tag": "ic-footer-link",
|
|
5625
|
-
"readme": "# ic-footer-link\n\n\n",
|
|
5625
|
+
"readme": "# ic-footer-link\r\n\r\n\r\n\r",
|
|
5626
5626
|
"docs": "",
|
|
5627
5627
|
"docsTags": [],
|
|
5628
5628
|
"usage": {},
|
|
@@ -5823,7 +5823,7 @@
|
|
|
5823
5823
|
"filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
|
|
5824
5824
|
"encapsulation": "shadow",
|
|
5825
5825
|
"tag": "ic-footer-link-group",
|
|
5826
|
-
"readme": "# ic-footer-link-group\n\n\n",
|
|
5826
|
+
"readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
|
|
5827
5827
|
"docs": "",
|
|
5828
5828
|
"docsTags": [],
|
|
5829
5829
|
"usage": {},
|
|
@@ -5885,7 +5885,7 @@
|
|
|
5885
5885
|
"filePath": "src/components/ic-hero/ic-hero.tsx",
|
|
5886
5886
|
"encapsulation": "shadow",
|
|
5887
5887
|
"tag": "ic-hero",
|
|
5888
|
-
"readme": "# ic-hero\n\n\n",
|
|
5888
|
+
"readme": "# ic-hero\r\n\r\n\r\n\r",
|
|
5889
5889
|
"docs": "",
|
|
5890
5890
|
"docsTags": [
|
|
5891
5891
|
{
|
|
@@ -6218,7 +6218,7 @@
|
|
|
6218
6218
|
"filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
|
|
6219
6219
|
"encapsulation": "shadow",
|
|
6220
6220
|
"tag": "ic-horizontal-scroll",
|
|
6221
|
-
"readme": "# ic-horizontal-scroll\n\n\n",
|
|
6221
|
+
"readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
|
|
6222
6222
|
"docs": "",
|
|
6223
6223
|
"docsTags": [],
|
|
6224
6224
|
"usage": {},
|
|
@@ -6304,7 +6304,7 @@
|
|
|
6304
6304
|
"filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
|
|
6305
6305
|
"encapsulation": "none",
|
|
6306
6306
|
"tag": "ic-input-component-container",
|
|
6307
|
-
"readme": "# ic-input-container\n\n\n",
|
|
6307
|
+
"readme": "# ic-input-container\r\n\r\n\r\n\r",
|
|
6308
6308
|
"docs": "",
|
|
6309
6309
|
"docsTags": [
|
|
6310
6310
|
{
|
|
@@ -6588,13 +6588,7 @@
|
|
|
6588
6588
|
"methods": [],
|
|
6589
6589
|
"events": [],
|
|
6590
6590
|
"listeners": [],
|
|
6591
|
-
"styles": [
|
|
6592
|
-
{
|
|
6593
|
-
"name": "--border-color",
|
|
6594
|
-
"annotation": "prop",
|
|
6595
|
-
"docs": "Border colour of the input component container"
|
|
6596
|
-
}
|
|
6597
|
-
],
|
|
6591
|
+
"styles": [],
|
|
6598
6592
|
"slots": [
|
|
6599
6593
|
{
|
|
6600
6594
|
"name": "left-icon",
|
|
@@ -6620,7 +6614,7 @@
|
|
|
6620
6614
|
"filePath": "src/components/ic-input-container/ic-input-container.tsx",
|
|
6621
6615
|
"encapsulation": "none",
|
|
6622
6616
|
"tag": "ic-input-container",
|
|
6623
|
-
"readme": "# ic-input-container\n\n\n",
|
|
6617
|
+
"readme": "# ic-input-container\r\n\r\n\r\n\r",
|
|
6624
6618
|
"docs": "",
|
|
6625
6619
|
"docsTags": [],
|
|
6626
6620
|
"usage": {},
|
|
@@ -6694,7 +6688,7 @@
|
|
|
6694
6688
|
"filePath": "src/components/ic-input-label/ic-input-label.tsx",
|
|
6695
6689
|
"encapsulation": "none",
|
|
6696
6690
|
"tag": "ic-input-label",
|
|
6697
|
-
"readme": "# ic-input-label\n\n\n",
|
|
6691
|
+
"readme": "# ic-input-label\r\n\r\n\r\n\r",
|
|
6698
6692
|
"docs": "",
|
|
6699
6693
|
"docsTags": [],
|
|
6700
6694
|
"usage": {},
|
|
@@ -6948,7 +6942,7 @@
|
|
|
6948
6942
|
"filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
|
|
6949
6943
|
"encapsulation": "none",
|
|
6950
6944
|
"tag": "ic-input-validation",
|
|
6951
|
-
"readme": "# ic-input-validation\n\n\n",
|
|
6945
|
+
"readme": "# ic-input-validation\r\n\r\n\r\n\r",
|
|
6952
6946
|
"docs": "",
|
|
6953
6947
|
"docsTags": [
|
|
6954
6948
|
{
|
|
@@ -7138,7 +7132,7 @@
|
|
|
7138
7132
|
"filePath": "src/components/ic-link/ic-link.tsx",
|
|
7139
7133
|
"encapsulation": "shadow",
|
|
7140
7134
|
"tag": "ic-link",
|
|
7141
|
-
"readme": "# ic-link\n\n\n",
|
|
7135
|
+
"readme": "# ic-link\r\n\r\n\r\n\r",
|
|
7142
7136
|
"docs": "",
|
|
7143
7137
|
"docsTags": [
|
|
7144
7138
|
{
|
|
@@ -7436,7 +7430,7 @@
|
|
|
7436
7430
|
"filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
|
|
7437
7431
|
"encapsulation": "shadow",
|
|
7438
7432
|
"tag": "ic-loading-indicator",
|
|
7439
|
-
"readme": "# ic-loading\n\n\n",
|
|
7433
|
+
"readme": "# ic-loading\r\n\r\n\r\n\r",
|
|
7440
7434
|
"docs": "",
|
|
7441
7435
|
"docsTags": [],
|
|
7442
7436
|
"usage": {},
|
|
@@ -7704,13 +7698,7 @@
|
|
|
7704
7698
|
"methods": [],
|
|
7705
7699
|
"events": [],
|
|
7706
7700
|
"listeners": [],
|
|
7707
|
-
"styles": [
|
|
7708
|
-
{
|
|
7709
|
-
"name": "--circular-diameter",
|
|
7710
|
-
"annotation": "prop",
|
|
7711
|
-
"docs": "Diameter of the circular-indicator"
|
|
7712
|
-
}
|
|
7713
|
-
],
|
|
7701
|
+
"styles": [],
|
|
7714
7702
|
"slots": [],
|
|
7715
7703
|
"parts": [
|
|
7716
7704
|
{
|
|
@@ -7749,7 +7737,7 @@
|
|
|
7749
7737
|
"filePath": "src/components/ic-menu/ic-menu.tsx",
|
|
7750
7738
|
"encapsulation": "scoped",
|
|
7751
7739
|
"tag": "ic-menu",
|
|
7752
|
-
"readme": "# ic-menu\n\n\n",
|
|
7740
|
+
"readme": "# ic-menu\r\n\r\n\r\n\r",
|
|
7753
7741
|
"docs": "",
|
|
7754
7742
|
"docsTags": [],
|
|
7755
7743
|
"usage": {},
|
|
@@ -8159,13 +8147,7 @@
|
|
|
8159
8147
|
],
|
|
8160
8148
|
"events": [],
|
|
8161
8149
|
"listeners": [],
|
|
8162
|
-
"styles": [
|
|
8163
|
-
{
|
|
8164
|
-
"name": "--ic-z-index-menu",
|
|
8165
|
-
"annotation": "prop",
|
|
8166
|
-
"docs": "z-index of menu"
|
|
8167
|
-
}
|
|
8168
|
-
],
|
|
8150
|
+
"styles": [],
|
|
8169
8151
|
"slots": [],
|
|
8170
8152
|
"parts": [],
|
|
8171
8153
|
"dependents": [
|
|
@@ -8205,7 +8187,7 @@
|
|
|
8205
8187
|
"filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
|
|
8206
8188
|
"encapsulation": "shadow",
|
|
8207
8189
|
"tag": "ic-menu-group",
|
|
8208
|
-
"readme": "# ic-menu-group\n\n\n",
|
|
8190
|
+
"readme": "# ic-menu-group\r\n\r\n\r\n\r",
|
|
8209
8191
|
"docs": "",
|
|
8210
8192
|
"docsTags": [],
|
|
8211
8193
|
"usage": {},
|
|
@@ -8252,7 +8234,7 @@
|
|
|
8252
8234
|
"filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
|
|
8253
8235
|
"encapsulation": "shadow",
|
|
8254
8236
|
"tag": "ic-menu-item",
|
|
8255
|
-
"readme": "# ic-menu-item\n\n\n",
|
|
8237
|
+
"readme": "# ic-menu-item\r\n\r\n\r\n\r",
|
|
8256
8238
|
"docs": "",
|
|
8257
8239
|
"docsTags": [
|
|
8258
8240
|
{
|
|
@@ -8596,7 +8578,7 @@
|
|
|
8596
8578
|
"filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
|
|
8597
8579
|
"encapsulation": "shadow",
|
|
8598
8580
|
"tag": "ic-navigation-button",
|
|
8599
|
-
"readme": "# ic-navigation-button\n\n\n",
|
|
8581
|
+
"readme": "# ic-navigation-button\r\n\r\n\r\n\r",
|
|
8600
8582
|
"docs": "",
|
|
8601
8583
|
"docsTags": [
|
|
8602
8584
|
{
|
|
@@ -8880,7 +8862,7 @@
|
|
|
8880
8862
|
"filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
|
|
8881
8863
|
"encapsulation": "shadow",
|
|
8882
8864
|
"tag": "ic-navigation-group",
|
|
8883
|
-
"readme": "# ic-navigation-group\n\n\n",
|
|
8865
|
+
"readme": "# ic-navigation-group\r\n\r\n\r\n\r",
|
|
8884
8866
|
"docs": "",
|
|
8885
8867
|
"docsTags": [],
|
|
8886
8868
|
"usage": {},
|
|
@@ -8972,13 +8954,7 @@
|
|
|
8972
8954
|
"passive": false
|
|
8973
8955
|
}
|
|
8974
8956
|
],
|
|
8975
|
-
"styles": [
|
|
8976
|
-
{
|
|
8977
|
-
"name": "--ic-z-index-navigation-item",
|
|
8978
|
-
"annotation": "prop",
|
|
8979
|
-
"docs": "z-index of navigation group item"
|
|
8980
|
-
}
|
|
8981
|
-
],
|
|
8957
|
+
"styles": [],
|
|
8982
8958
|
"slots": [],
|
|
8983
8959
|
"parts": [],
|
|
8984
8960
|
"dependents": [],
|
|
@@ -8995,7 +8971,7 @@
|
|
|
8995
8971
|
"filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
|
|
8996
8972
|
"encapsulation": "shadow",
|
|
8997
8973
|
"tag": "ic-navigation-item",
|
|
8998
|
-
"readme": "# ic-navigation-item\n\n\n",
|
|
8974
|
+
"readme": "# ic-navigation-item\r\n\r\n\r\n\r",
|
|
8999
8975
|
"docs": "",
|
|
9000
8976
|
"docsTags": [
|
|
9001
8977
|
{
|
|
@@ -9258,13 +9234,7 @@
|
|
|
9258
9234
|
"passive": false
|
|
9259
9235
|
}
|
|
9260
9236
|
],
|
|
9261
|
-
"styles": [
|
|
9262
|
-
{
|
|
9263
|
-
"name": "--ic-z-index-navigation-item",
|
|
9264
|
-
"annotation": "prop",
|
|
9265
|
-
"docs": "z-index of navigation item"
|
|
9266
|
-
}
|
|
9267
|
-
],
|
|
9237
|
+
"styles": [],
|
|
9268
9238
|
"slots": [
|
|
9269
9239
|
{
|
|
9270
9240
|
"name": "badge",
|
|
@@ -9300,7 +9270,7 @@
|
|
|
9300
9270
|
"filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
|
|
9301
9271
|
"encapsulation": "shadow",
|
|
9302
9272
|
"tag": "ic-navigation-menu",
|
|
9303
|
-
"readme": "# ic-navigation-menu\n\n\n",
|
|
9273
|
+
"readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
|
|
9304
9274
|
"docs": "",
|
|
9305
9275
|
"docsTags": [
|
|
9306
9276
|
{
|
|
@@ -9374,13 +9344,7 @@
|
|
|
9374
9344
|
"passive": false
|
|
9375
9345
|
}
|
|
9376
9346
|
],
|
|
9377
|
-
"styles": [
|
|
9378
|
-
{
|
|
9379
|
-
"name": "--ic-z-index-navigation-menu",
|
|
9380
|
-
"annotation": "prop",
|
|
9381
|
-
"docs": "z-index of navigation menu"
|
|
9382
|
-
}
|
|
9383
|
-
],
|
|
9347
|
+
"styles": [],
|
|
9384
9348
|
"slots": [
|
|
9385
9349
|
{
|
|
9386
9350
|
"name": "buttons",
|
|
@@ -9423,7 +9387,7 @@
|
|
|
9423
9387
|
"filePath": "src/components/ic-page-header/ic-page-header.tsx",
|
|
9424
9388
|
"encapsulation": "shadow",
|
|
9425
9389
|
"tag": "ic-page-header",
|
|
9426
|
-
"readme": "# ic-page-header\n\n\n",
|
|
9390
|
+
"readme": "# ic-page-header\r\n\r\n\r\n\r",
|
|
9427
9391
|
"docs": "",
|
|
9428
9392
|
"docsTags": [
|
|
9429
9393
|
{
|
|
@@ -9693,13 +9657,7 @@
|
|
|
9693
9657
|
"methods": [],
|
|
9694
9658
|
"events": [],
|
|
9695
9659
|
"listeners": [],
|
|
9696
|
-
"styles": [
|
|
9697
|
-
{
|
|
9698
|
-
"name": "--ic-z-index-page-header",
|
|
9699
|
-
"annotation": "prop",
|
|
9700
|
-
"docs": "z-index of page-header"
|
|
9701
|
-
}
|
|
9702
|
-
],
|
|
9660
|
+
"styles": [],
|
|
9703
9661
|
"slots": [
|
|
9704
9662
|
{
|
|
9705
9663
|
"name": "actions",
|
|
@@ -9766,7 +9724,7 @@
|
|
|
9766
9724
|
"filePath": "src/components/ic-pagination/ic-pagination.tsx",
|
|
9767
9725
|
"encapsulation": "shadow",
|
|
9768
9726
|
"tag": "ic-pagination",
|
|
9769
|
-
"readme": "# ic-pagination\n\n\n",
|
|
9727
|
+
"readme": "# ic-pagination\r\n\r\n\r\n\r",
|
|
9770
9728
|
"docs": "",
|
|
9771
9729
|
"docsTags": [],
|
|
9772
9730
|
"usage": {},
|
|
@@ -10141,7 +10099,7 @@
|
|
|
10141
10099
|
"filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
|
|
10142
10100
|
"encapsulation": "shadow",
|
|
10143
10101
|
"tag": "ic-pagination-item",
|
|
10144
|
-
"readme": "# ic-pagination-item\n\n\n",
|
|
10102
|
+
"readme": "# ic-pagination-item\r\n\r\n\r\n\r",
|
|
10145
10103
|
"docs": "",
|
|
10146
10104
|
"docsTags": [],
|
|
10147
10105
|
"usage": {},
|
|
@@ -10332,7 +10290,7 @@
|
|
|
10332
10290
|
"filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
|
|
10333
10291
|
"encapsulation": "shadow",
|
|
10334
10292
|
"tag": "ic-popover-menu",
|
|
10335
|
-
"readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
|
|
10293
|
+
"readme": "# ic-popover-menu\r\n\r\nThis is a wrapper component to be placed around one or more ic-menu-item components.\r\n\r",
|
|
10336
10294
|
"docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
|
|
10337
10295
|
"docsTags": [],
|
|
10338
10296
|
"usage": {},
|
|
@@ -10442,23 +10400,7 @@
|
|
|
10442
10400
|
"passive": false
|
|
10443
10401
|
}
|
|
10444
10402
|
],
|
|
10445
|
-
"styles": [
|
|
10446
|
-
{
|
|
10447
|
-
"name": "--ic-z-index-popover",
|
|
10448
|
-
"annotation": "prop",
|
|
10449
|
-
"docs": "z-index of popover menu."
|
|
10450
|
-
},
|
|
10451
|
-
{
|
|
10452
|
-
"name": "--max-height",
|
|
10453
|
-
"annotation": "prop",
|
|
10454
|
-
"docs": "Maximum height of the popover menu."
|
|
10455
|
-
},
|
|
10456
|
-
{
|
|
10457
|
-
"name": "--popover-width",
|
|
10458
|
-
"annotation": "prop",
|
|
10459
|
-
"docs": "Default width of the popover menu."
|
|
10460
|
-
}
|
|
10461
|
-
],
|
|
10403
|
+
"styles": [],
|
|
10462
10404
|
"slots": [],
|
|
10463
10405
|
"parts": [],
|
|
10464
10406
|
"dependents": [],
|
|
@@ -10491,7 +10433,7 @@
|
|
|
10491
10433
|
"filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
|
|
10492
10434
|
"encapsulation": "shadow",
|
|
10493
10435
|
"tag": "ic-radio-group",
|
|
10494
|
-
"readme": "# ic-radio-group\n\n\n",
|
|
10436
|
+
"readme": "# ic-radio-group\r\n\r\n\r\n\r",
|
|
10495
10437
|
"docs": "",
|
|
10496
10438
|
"docsTags": [],
|
|
10497
10439
|
"usage": {},
|
|
@@ -10842,7 +10784,7 @@
|
|
|
10842
10784
|
"filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
|
|
10843
10785
|
"encapsulation": "shadow",
|
|
10844
10786
|
"tag": "ic-radio-option",
|
|
10845
|
-
"readme": "# ic-radio-option\n\n\n",
|
|
10787
|
+
"readme": "# ic-radio-option\r\n\r\n\r\n\r",
|
|
10846
10788
|
"docs": "",
|
|
10847
10789
|
"docsTags": [
|
|
10848
10790
|
{
|
|
@@ -11277,7 +11219,7 @@
|
|
|
11277
11219
|
"filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
|
|
11278
11220
|
"encapsulation": "shadow",
|
|
11279
11221
|
"tag": "ic-search-bar",
|
|
11280
|
-
"readme": "# ic-search-bar\n\n\n",
|
|
11222
|
+
"readme": "# ic-search-bar\r\n\r\n\r\n\r",
|
|
11281
11223
|
"docs": "",
|
|
11282
11224
|
"docsTags": [],
|
|
11283
11225
|
"usage": {},
|
|
@@ -11306,10 +11248,10 @@
|
|
|
11306
11248
|
},
|
|
11307
11249
|
{
|
|
11308
11250
|
"name": "autocomplete",
|
|
11309
|
-
"type": "\"
|
|
11251
|
+
"type": "\"on\" | \"off\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
11310
11252
|
"complexType": {
|
|
11311
11253
|
"original": "IcAutocompleteTypes",
|
|
11312
|
-
"resolved": "\"
|
|
11254
|
+
"resolved": "\"on\" | \"off\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
11313
11255
|
"references": {
|
|
11314
11256
|
"IcAutocompleteTypes": {
|
|
11315
11257
|
"location": "import",
|
|
@@ -11326,15 +11268,15 @@
|
|
|
11326
11268
|
"default": "\"off\"",
|
|
11327
11269
|
"values": [
|
|
11328
11270
|
{
|
|
11329
|
-
"value": "
|
|
11271
|
+
"value": "on",
|
|
11330
11272
|
"type": "string"
|
|
11331
11273
|
},
|
|
11332
11274
|
{
|
|
11333
|
-
"value": "
|
|
11275
|
+
"value": "off",
|
|
11334
11276
|
"type": "string"
|
|
11335
11277
|
},
|
|
11336
11278
|
{
|
|
11337
|
-
"value": "
|
|
11279
|
+
"value": "name",
|
|
11338
11280
|
"type": "string"
|
|
11339
11281
|
},
|
|
11340
11282
|
{
|
|
@@ -12484,13 +12426,7 @@
|
|
|
12484
12426
|
"passive": false
|
|
12485
12427
|
}
|
|
12486
12428
|
],
|
|
12487
|
-
"styles": [
|
|
12488
|
-
{
|
|
12489
|
-
"name": "--ic-z-index-menu",
|
|
12490
|
-
"annotation": "prop",
|
|
12491
|
-
"docs": "z-index of search bar menu"
|
|
12492
|
-
}
|
|
12493
|
-
],
|
|
12429
|
+
"styles": [],
|
|
12494
12430
|
"slots": [],
|
|
12495
12431
|
"parts": [],
|
|
12496
12432
|
"dependents": [],
|
|
@@ -12539,7 +12475,7 @@
|
|
|
12539
12475
|
"filePath": "src/components/ic-section-container/ic-section-container.tsx",
|
|
12540
12476
|
"encapsulation": "shadow",
|
|
12541
12477
|
"tag": "ic-section-container",
|
|
12542
|
-
"readme": "# ic-section-container\n\n\n",
|
|
12478
|
+
"readme": "# ic-section-container\r\n\r\n\r\n\r",
|
|
12543
12479
|
"docs": "",
|
|
12544
12480
|
"docsTags": [],
|
|
12545
12481
|
"usage": {},
|
|
@@ -12640,7 +12576,7 @@
|
|
|
12640
12576
|
"filePath": "src/components/ic-select/ic-select.tsx",
|
|
12641
12577
|
"encapsulation": "shadow",
|
|
12642
12578
|
"tag": "ic-select",
|
|
12643
|
-
"readme": "# ic-select\n\n\n",
|
|
12579
|
+
"readme": "# ic-select\r\n\r\n\r\n\r",
|
|
12644
12580
|
"docs": "",
|
|
12645
12581
|
"docsTags": [
|
|
12646
12582
|
{
|
|
@@ -13650,18 +13586,7 @@
|
|
|
13650
13586
|
}
|
|
13651
13587
|
],
|
|
13652
13588
|
"listeners": [],
|
|
13653
|
-
"styles": [
|
|
13654
|
-
{
|
|
13655
|
-
"name": "--ic-z-index-menu",
|
|
13656
|
-
"annotation": "prop",
|
|
13657
|
-
"docs": "z-index of select menu"
|
|
13658
|
-
},
|
|
13659
|
-
{
|
|
13660
|
-
"name": "--input-width",
|
|
13661
|
-
"annotation": "prop",
|
|
13662
|
-
"docs": "Width of the input field"
|
|
13663
|
-
}
|
|
13664
|
-
],
|
|
13589
|
+
"styles": [],
|
|
13665
13590
|
"slots": [
|
|
13666
13591
|
{
|
|
13667
13592
|
"name": "icon",
|
|
@@ -13716,7 +13641,7 @@
|
|
|
13716
13641
|
"filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
|
|
13717
13642
|
"encapsulation": "shadow",
|
|
13718
13643
|
"tag": "ic-side-navigation",
|
|
13719
|
-
"readme": "# ic-side-navigation\n\n\n",
|
|
13644
|
+
"readme": "# ic-side-navigation\r\n\r\n\r\n\r",
|
|
13720
13645
|
"docs": "",
|
|
13721
13646
|
"docsTags": [
|
|
13722
13647
|
{
|
|
@@ -13987,13 +13912,7 @@
|
|
|
13987
13912
|
"passive": false
|
|
13988
13913
|
}
|
|
13989
13914
|
],
|
|
13990
|
-
"styles": [
|
|
13991
|
-
{
|
|
13992
|
-
"name": "--ic-z-index-side-navigation",
|
|
13993
|
-
"annotation": "prop",
|
|
13994
|
-
"docs": "z-index of side navigation panel"
|
|
13995
|
-
}
|
|
13996
|
-
],
|
|
13915
|
+
"styles": [],
|
|
13997
13916
|
"slots": [
|
|
13998
13917
|
{
|
|
13999
13918
|
"name": "app-icon",
|
|
@@ -14041,8 +13960,8 @@
|
|
|
14041
13960
|
"filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
|
|
14042
13961
|
"encapsulation": "shadow",
|
|
14043
13962
|
"tag": "ic-skeleton",
|
|
14044
|
-
"readme": "# ic-skeleton\n\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \n",
|
|
14045
|
-
"docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
|
|
13963
|
+
"readme": "# ic-skeleton\r\n\r\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \r\n\r",
|
|
13964
|
+
"docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
|
|
14046
13965
|
"docsTags": [],
|
|
14047
13966
|
"usage": {},
|
|
14048
13967
|
"props": [
|
|
@@ -14153,7 +14072,7 @@
|
|
|
14153
14072
|
"filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
|
|
14154
14073
|
"encapsulation": "shadow",
|
|
14155
14074
|
"tag": "ic-status-tag",
|
|
14156
|
-
"readme": "# ic-status-tag\n\n\n",
|
|
14075
|
+
"readme": "# ic-status-tag\r\n\r\n\r\n\r",
|
|
14157
14076
|
"docs": "",
|
|
14158
14077
|
"docsTags": [],
|
|
14159
14078
|
"usage": {},
|
|
@@ -14399,7 +14318,7 @@
|
|
|
14399
14318
|
"filePath": "src/components/ic-step/ic-step.tsx",
|
|
14400
14319
|
"encapsulation": "shadow",
|
|
14401
14320
|
"tag": "ic-step",
|
|
14402
|
-
"readme": "# ic-step\n\n\n",
|
|
14321
|
+
"readme": "# ic-step\r\n\r\n\r\n\r",
|
|
14403
14322
|
"docs": "",
|
|
14404
14323
|
"docsTags": [],
|
|
14405
14324
|
"usage": {},
|
|
@@ -14545,7 +14464,7 @@
|
|
|
14545
14464
|
"filePath": "src/components/ic-stepper/ic-stepper.tsx",
|
|
14546
14465
|
"encapsulation": "shadow",
|
|
14547
14466
|
"tag": "ic-stepper",
|
|
14548
|
-
"readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
|
|
14467
|
+
"readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
|
|
14549
14468
|
"docs": "This is a wrapper component to be placed around one or more ic-step components",
|
|
14550
14469
|
"docsTags": [],
|
|
14551
14470
|
"usage": {},
|
|
@@ -14702,7 +14621,7 @@
|
|
|
14702
14621
|
"filePath": "src/components/ic-switch/ic-switch.tsx",
|
|
14703
14622
|
"encapsulation": "shadow",
|
|
14704
14623
|
"tag": "ic-switch",
|
|
14705
|
-
"readme": "# ic-switch\n\n\n",
|
|
14624
|
+
"readme": "# ic-switch\r\n\r\n\r\n\r",
|
|
14706
14625
|
"docs": "",
|
|
14707
14626
|
"docsTags": [
|
|
14708
14627
|
{
|
|
@@ -15051,7 +14970,7 @@
|
|
|
15051
14970
|
"filePath": "src/components/ic-tab/ic-tab.tsx",
|
|
15052
14971
|
"encapsulation": "shadow",
|
|
15053
14972
|
"tag": "ic-tab",
|
|
15054
|
-
"readme": "# ic-tab\n\n\n",
|
|
14973
|
+
"readme": "# ic-tab\r\n\r\n\r\n\r",
|
|
15055
14974
|
"docs": "",
|
|
15056
14975
|
"docsTags": [
|
|
15057
14976
|
{
|
|
@@ -15140,7 +15059,7 @@
|
|
|
15140
15059
|
"filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
|
|
15141
15060
|
"encapsulation": "none",
|
|
15142
15061
|
"tag": "ic-tab-context",
|
|
15143
|
-
"readme": "# ic-tab-context\n\n\n",
|
|
15062
|
+
"readme": "# ic-tab-context\r\n\r\n\r\n\r",
|
|
15144
15063
|
"docs": "",
|
|
15145
15064
|
"docsTags": [],
|
|
15146
15065
|
"usage": {},
|
|
@@ -15337,7 +15256,7 @@
|
|
|
15337
15256
|
"filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
|
|
15338
15257
|
"encapsulation": "shadow",
|
|
15339
15258
|
"tag": "ic-tab-group",
|
|
15340
|
-
"readme": "# ic-tab-group\n\n\n",
|
|
15259
|
+
"readme": "# ic-tab-group\r\n\r\n\r\n\r",
|
|
15341
15260
|
"docs": "",
|
|
15342
15261
|
"docsTags": [],
|
|
15343
15262
|
"usage": {},
|
|
@@ -15447,7 +15366,7 @@
|
|
|
15447
15366
|
"filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
|
|
15448
15367
|
"encapsulation": "shadow",
|
|
15449
15368
|
"tag": "ic-tab-panel",
|
|
15450
|
-
"readme": "# ic-tab-panel\n\n\n",
|
|
15369
|
+
"readme": "# ic-tab-panel\r\n\r\n\r\n\r",
|
|
15451
15370
|
"docs": "",
|
|
15452
15371
|
"docsTags": [],
|
|
15453
15372
|
"usage": {},
|
|
@@ -15495,7 +15414,7 @@
|
|
|
15495
15414
|
"filePath": "src/components/ic-text-field/ic-text-field.tsx",
|
|
15496
15415
|
"encapsulation": "shadow",
|
|
15497
15416
|
"tag": "ic-text-field",
|
|
15498
|
-
"readme": "# ic-textfield\n\n\n",
|
|
15417
|
+
"readme": "# ic-textfield\r\n\r\n\r\n\r",
|
|
15499
15418
|
"docs": "",
|
|
15500
15419
|
"docsTags": [
|
|
15501
15420
|
{
|
|
@@ -15551,10 +15470,10 @@
|
|
|
15551
15470
|
},
|
|
15552
15471
|
{
|
|
15553
15472
|
"name": "autocomplete",
|
|
15554
|
-
"type": "\"
|
|
15473
|
+
"type": "\"on\" | \"off\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
15555
15474
|
"complexType": {
|
|
15556
15475
|
"original": "IcAutocompleteTypes",
|
|
15557
|
-
"resolved": "\"
|
|
15476
|
+
"resolved": "\"on\" | \"off\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
15558
15477
|
"references": {
|
|
15559
15478
|
"IcAutocompleteTypes": {
|
|
15560
15479
|
"location": "import",
|
|
@@ -15571,15 +15490,15 @@
|
|
|
15571
15490
|
"default": "\"off\"",
|
|
15572
15491
|
"values": [
|
|
15573
15492
|
{
|
|
15574
|
-
"value": "
|
|
15493
|
+
"value": "on",
|
|
15575
15494
|
"type": "string"
|
|
15576
15495
|
},
|
|
15577
15496
|
{
|
|
15578
|
-
"value": "
|
|
15497
|
+
"value": "off",
|
|
15579
15498
|
"type": "string"
|
|
15580
15499
|
},
|
|
15581
15500
|
{
|
|
15582
|
-
"value": "
|
|
15501
|
+
"value": "name",
|
|
15583
15502
|
"type": "string"
|
|
15584
15503
|
},
|
|
15585
15504
|
{
|
|
@@ -16102,6 +16021,28 @@
|
|
|
16102
16021
|
"optional": false,
|
|
16103
16022
|
"required": false
|
|
16104
16023
|
},
|
|
16024
|
+
{
|
|
16025
|
+
"name": "maxLengthMessage",
|
|
16026
|
+
"type": "string",
|
|
16027
|
+
"complexType": {
|
|
16028
|
+
"original": "string",
|
|
16029
|
+
"resolved": "string",
|
|
16030
|
+
"references": {}
|
|
16031
|
+
},
|
|
16032
|
+
"mutable": false,
|
|
16033
|
+
"attr": "max-length-message",
|
|
16034
|
+
"reflectToAttr": false,
|
|
16035
|
+
"docs": "The text to display as the validation message when the maximum length is exceeded.",
|
|
16036
|
+
"docsTags": [],
|
|
16037
|
+
"default": "\"Maximum length exceeded\"",
|
|
16038
|
+
"values": [
|
|
16039
|
+
{
|
|
16040
|
+
"type": "string"
|
|
16041
|
+
}
|
|
16042
|
+
],
|
|
16043
|
+
"optional": false,
|
|
16044
|
+
"required": false
|
|
16045
|
+
},
|
|
16105
16046
|
{
|
|
16106
16047
|
"name": "min",
|
|
16107
16048
|
"type": "number | string",
|
|
@@ -16656,13 +16597,7 @@
|
|
|
16656
16597
|
"passive": false
|
|
16657
16598
|
}
|
|
16658
16599
|
],
|
|
16659
|
-
"styles": [
|
|
16660
|
-
{
|
|
16661
|
-
"name": "--input-width",
|
|
16662
|
-
"annotation": "prop",
|
|
16663
|
-
"docs": "Width of the input field"
|
|
16664
|
-
}
|
|
16665
|
-
],
|
|
16600
|
+
"styles": [],
|
|
16666
16601
|
"slots": [
|
|
16667
16602
|
{
|
|
16668
16603
|
"name": "icon",
|
|
@@ -16703,7 +16638,7 @@
|
|
|
16703
16638
|
"filePath": "src/components/ic-theme/ic-theme.tsx",
|
|
16704
16639
|
"encapsulation": "shadow",
|
|
16705
16640
|
"tag": "ic-theme",
|
|
16706
|
-
"readme": "# ic-theme\n\n\n",
|
|
16641
|
+
"readme": "# ic-theme\r\n\r\n\r\n\r",
|
|
16707
16642
|
"docs": "",
|
|
16708
16643
|
"docsTags": [],
|
|
16709
16644
|
"usage": {},
|
|
@@ -16757,7 +16692,7 @@
|
|
|
16757
16692
|
"filePath": "src/components/ic-toast/ic-toast.tsx",
|
|
16758
16693
|
"encapsulation": "shadow",
|
|
16759
16694
|
"tag": "ic-toast",
|
|
16760
|
-
"readme": "# ic-toast\n\n\n",
|
|
16695
|
+
"readme": "# ic-toast\r\n\r\n\r\n\r",
|
|
16761
16696
|
"docs": "",
|
|
16762
16697
|
"docsTags": [
|
|
16763
16698
|
{
|
|
@@ -16996,13 +16931,7 @@
|
|
|
16996
16931
|
"passive": true
|
|
16997
16932
|
}
|
|
16998
16933
|
],
|
|
16999
|
-
"styles": [
|
|
17000
|
-
{
|
|
17001
|
-
"name": "--ic-z-index-toast",
|
|
17002
|
-
"annotation": "prop",
|
|
17003
|
-
"docs": "z-index of toast"
|
|
17004
|
-
}
|
|
17005
|
-
],
|
|
16934
|
+
"styles": [],
|
|
17006
16935
|
"slots": [
|
|
17007
16936
|
{
|
|
17008
16937
|
"name": "action",
|
|
@@ -17042,7 +16971,7 @@
|
|
|
17042
16971
|
"filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
|
|
17043
16972
|
"encapsulation": "none",
|
|
17044
16973
|
"tag": "ic-toast-region",
|
|
17045
|
-
"readme": "# ic-toast-region\n\n\n",
|
|
16974
|
+
"readme": "# ic-toast-region\r\n\r\n\r\n\r",
|
|
17046
16975
|
"docs": "",
|
|
17047
16976
|
"docsTags": [],
|
|
17048
16977
|
"usage": {},
|
|
@@ -17142,7 +17071,7 @@
|
|
|
17142
17071
|
"filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
|
|
17143
17072
|
"encapsulation": "shadow",
|
|
17144
17073
|
"tag": "ic-toggle-button",
|
|
17145
|
-
"readme": "# ic-toggle-button\n\n\n",
|
|
17074
|
+
"readme": "# ic-toggle-button\r\n\r\n\r\n\r",
|
|
17146
17075
|
"docs": "",
|
|
17147
17076
|
"docsTags": [
|
|
17148
17077
|
{
|
|
@@ -17478,7 +17407,7 @@
|
|
|
17478
17407
|
"filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
|
|
17479
17408
|
"encapsulation": "shadow",
|
|
17480
17409
|
"tag": "ic-toggle-button-group",
|
|
17481
|
-
"readme": "# ic-toggle-button-group\n\n\n",
|
|
17410
|
+
"readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
|
|
17482
17411
|
"docs": "",
|
|
17483
17412
|
"docsTags": [],
|
|
17484
17413
|
"usage": {},
|
|
@@ -17810,7 +17739,7 @@
|
|
|
17810
17739
|
"filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
|
|
17811
17740
|
"encapsulation": "shadow",
|
|
17812
17741
|
"tag": "ic-tooltip",
|
|
17813
|
-
"readme": "# ic-tooltip\n\n\n",
|
|
17742
|
+
"readme": "# ic-tooltip\r\n\r\n\r\n\r",
|
|
17814
17743
|
"docs": "",
|
|
17815
17744
|
"docsTags": [],
|
|
17816
17745
|
"usage": {},
|
|
@@ -18031,13 +17960,7 @@
|
|
|
18031
17960
|
],
|
|
18032
17961
|
"events": [],
|
|
18033
17962
|
"listeners": [],
|
|
18034
|
-
"styles": [
|
|
18035
|
-
{
|
|
18036
|
-
"name": "--ic-z-index-tooltip",
|
|
18037
|
-
"annotation": "prop",
|
|
18038
|
-
"docs": "z-index of tooltip"
|
|
18039
|
-
}
|
|
18040
|
-
],
|
|
17963
|
+
"styles": [],
|
|
18041
17964
|
"slots": [],
|
|
18042
17965
|
"parts": [],
|
|
18043
17966
|
"dependents": [
|
|
@@ -18075,7 +17998,7 @@
|
|
|
18075
17998
|
"filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
|
|
18076
17999
|
"encapsulation": "shadow",
|
|
18077
18000
|
"tag": "ic-top-navigation",
|
|
18078
|
-
"readme": "# ic-top-navigation\n\n\n",
|
|
18001
|
+
"readme": "# ic-top-navigation\r\n\r\n\r\n\r",
|
|
18079
18002
|
"docs": "",
|
|
18080
18003
|
"docsTags": [
|
|
18081
18004
|
{
|
|
@@ -18434,7 +18357,7 @@
|
|
|
18434
18357
|
"filePath": "src/components/ic-typography/ic-typography.tsx",
|
|
18435
18358
|
"encapsulation": "shadow",
|
|
18436
18359
|
"tag": "ic-typography",
|
|
18437
|
-
"readme": "# ic-typography\n\n\n",
|
|
18360
|
+
"readme": "# ic-typography\r\n\r\n\r\n\r",
|
|
18438
18361
|
"docs": "",
|
|
18439
18362
|
"docsTags": [],
|
|
18440
18363
|
"usage": {},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.13.
|
|
4
|
+
"version": "2.13.2",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"email": "icds@gchq.gov.uk"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "9c268801ebc8da41901291fe13ff157a6211fbbd"
|
|
22
22
|
}
|