@ukic/docs 2.8.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/docs.d.ts +1 -21
  2. package/docs.json +469 -955
  3. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "timestamp": "2023-12-08T14:47:48",
2
+ "timestamp": "2024-01-09T11:31:51",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.3.0",
6
- "typescriptVersion": "5.1.6"
5
+ "version": "4.9.0",
6
+ "typescriptVersion": "5.2.2"
7
7
  },
8
8
  "components": [
9
9
  {
@@ -189,13 +189,9 @@
189
189
  ],
190
190
  "parts": [],
191
191
  "dependents": [],
192
- "dependencies": [
193
- "ic-typography"
194
- ],
192
+ "dependencies": ["ic-typography"],
195
193
  "dependencyGraph": {
196
- "ic-accordion": [
197
- "ic-typography"
198
- ]
194
+ "ic-accordion": ["ic-typography"]
199
195
  }
200
196
  },
201
197
  {
@@ -361,25 +357,12 @@
361
357
  "slots": [],
362
358
  "parts": [],
363
359
  "dependents": [],
364
- "dependencies": [
365
- "ic-typography",
366
- "ic-button"
367
- ],
360
+ "dependencies": ["ic-typography", "ic-button"],
368
361
  "dependencyGraph": {
369
- "ic-accordion-group": [
370
- "ic-typography",
371
- "ic-button"
372
- ],
373
- "ic-button": [
374
- "ic-loading-indicator",
375
- "ic-tooltip"
376
- ],
377
- "ic-loading-indicator": [
378
- "ic-typography"
379
- ],
380
- "ic-tooltip": [
381
- "ic-typography"
382
- ]
362
+ "ic-accordion-group": ["ic-typography", "ic-button"],
363
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
364
+ "ic-loading-indicator": ["ic-typography"],
365
+ "ic-tooltip": ["ic-typography"]
383
366
  }
384
367
  },
385
368
  {
@@ -611,31 +594,14 @@
611
594
  }
612
595
  ],
613
596
  "parts": [],
614
- "dependents": [
615
- "ic-dialog"
616
- ],
617
- "dependencies": [
618
- "ic-typography",
619
- "ic-button"
620
- ],
597
+ "dependents": ["ic-dialog"],
598
+ "dependencies": ["ic-typography", "ic-button"],
621
599
  "dependencyGraph": {
622
- "ic-alert": [
623
- "ic-typography",
624
- "ic-button"
625
- ],
626
- "ic-button": [
627
- "ic-loading-indicator",
628
- "ic-tooltip"
629
- ],
630
- "ic-loading-indicator": [
631
- "ic-typography"
632
- ],
633
- "ic-tooltip": [
634
- "ic-typography"
635
- ],
636
- "ic-dialog": [
637
- "ic-alert"
638
- ]
600
+ "ic-alert": ["ic-typography", "ic-button"],
601
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
602
+ "ic-loading-indicator": ["ic-typography"],
603
+ "ic-tooltip": ["ic-typography"],
604
+ "ic-dialog": ["ic-alert"]
639
605
  }
640
606
  },
641
607
  {
@@ -682,13 +648,9 @@
682
648
  "slots": [],
683
649
  "parts": [],
684
650
  "dependents": [],
685
- "dependencies": [
686
- "ic-typography"
687
- ],
651
+ "dependencies": ["ic-typography"],
688
652
  "dependencyGraph": {
689
- "ic-back-to-top": [
690
- "ic-typography"
691
- ]
653
+ "ic-back-to-top": ["ic-typography"]
692
654
  }
693
655
  },
694
656
  {
@@ -1058,13 +1020,9 @@
1058
1020
  ],
1059
1021
  "parts": [],
1060
1022
  "dependents": [],
1061
- "dependencies": [
1062
- "ic-typography"
1063
- ],
1023
+ "dependencies": ["ic-typography"],
1064
1024
  "dependencyGraph": {
1065
- "ic-badge": [
1066
- "ic-typography"
1067
- ]
1025
+ "ic-badge": ["ic-typography"]
1068
1026
  }
1069
1027
  },
1070
1028
  {
@@ -1180,19 +1138,11 @@
1180
1138
  }
1181
1139
  ],
1182
1140
  "parts": [],
1183
- "dependents": [
1184
- "ic-breadcrumb-group"
1185
- ],
1186
- "dependencies": [
1187
- "ic-link"
1188
- ],
1141
+ "dependents": ["ic-breadcrumb-group"],
1142
+ "dependencies": ["ic-link"],
1189
1143
  "dependencyGraph": {
1190
- "ic-breadcrumb": [
1191
- "ic-link"
1192
- ],
1193
- "ic-breadcrumb-group": [
1194
- "ic-breadcrumb"
1195
- ]
1144
+ "ic-breadcrumb": ["ic-link"],
1145
+ "ic-breadcrumb-group": ["ic-breadcrumb"]
1196
1146
  }
1197
1147
  },
1198
1148
  {
@@ -1204,6 +1154,43 @@
1204
1154
  "docsTags": [],
1205
1155
  "usage": {},
1206
1156
  "props": [
1157
+ {
1158
+ "name": "appearance",
1159
+ "type": "\"dark\" | \"default\" | \"light\"",
1160
+ "complexType": {
1161
+ "original": "IcThemeForeground",
1162
+ "resolved": "\"dark\" | \"default\" | \"light\"",
1163
+ "references": {
1164
+ "IcThemeForeground": {
1165
+ "location": "import",
1166
+ "path": "../../utils/types",
1167
+ "id": "src/utils/types.ts::IcThemeForeground"
1168
+ }
1169
+ }
1170
+ },
1171
+ "mutable": false,
1172
+ "attr": "appearance",
1173
+ "reflectToAttr": false,
1174
+ "docs": "The appearance of the breadcrumb group.",
1175
+ "docsTags": [],
1176
+ "default": "\"default\"",
1177
+ "values": [
1178
+ {
1179
+ "value": "dark",
1180
+ "type": "string"
1181
+ },
1182
+ {
1183
+ "value": "default",
1184
+ "type": "string"
1185
+ },
1186
+ {
1187
+ "value": "light",
1188
+ "type": "string"
1189
+ }
1190
+ ],
1191
+ "optional": false,
1192
+ "required": false
1193
+ },
1207
1194
  {
1208
1195
  "name": "backBreadcrumbOnly",
1209
1196
  "type": "boolean",
@@ -1256,16 +1243,10 @@
1256
1243
  "slots": [],
1257
1244
  "parts": [],
1258
1245
  "dependents": [],
1259
- "dependencies": [
1260
- "ic-breadcrumb"
1261
- ],
1246
+ "dependencies": ["ic-breadcrumb"],
1262
1247
  "dependencyGraph": {
1263
- "ic-breadcrumb-group": [
1264
- "ic-breadcrumb"
1265
- ],
1266
- "ic-breadcrumb": [
1267
- "ic-link"
1268
- ]
1248
+ "ic-breadcrumb-group": ["ic-breadcrumb"],
1249
+ "ic-breadcrumb": ["ic-link"]
1269
1250
  }
1270
1251
  },
1271
1252
  {
@@ -1790,6 +1771,28 @@
1790
1771
  "optional": true,
1791
1772
  "required": false
1792
1773
  },
1774
+ {
1775
+ "name": "transparentBackground",
1776
+ "type": "boolean",
1777
+ "complexType": {
1778
+ "original": "boolean",
1779
+ "resolved": "boolean",
1780
+ "references": {}
1781
+ },
1782
+ "mutable": false,
1783
+ "attr": "transparent-background",
1784
+ "reflectToAttr": false,
1785
+ "docs": "If `true`, the secondary variant of button will have a transparent background rather than white.",
1786
+ "docsTags": [],
1787
+ "default": "true",
1788
+ "values": [
1789
+ {
1790
+ "type": "boolean"
1791
+ }
1792
+ ],
1793
+ "optional": true,
1794
+ "required": false
1795
+ },
1793
1796
  {
1794
1797
  "name": "type",
1795
1798
  "type": "\"button\" | \"reset\" | \"submit\"",
@@ -1988,66 +1991,26 @@
1988
1991
  "ic-toast",
1989
1992
  "ic-top-navigation"
1990
1993
  ],
1991
- "dependencies": [
1992
- "ic-loading-indicator",
1993
- "ic-tooltip"
1994
- ],
1994
+ "dependencies": ["ic-loading-indicator", "ic-tooltip"],
1995
1995
  "dependencyGraph": {
1996
- "ic-button": [
1997
- "ic-loading-indicator",
1998
- "ic-tooltip"
1999
- ],
2000
- "ic-loading-indicator": [
2001
- "ic-typography"
2002
- ],
2003
- "ic-tooltip": [
2004
- "ic-typography"
2005
- ],
2006
- "ic-accordion-group": [
2007
- "ic-button"
2008
- ],
2009
- "ic-alert": [
2010
- "ic-button"
2011
- ],
2012
- "ic-card": [
2013
- "ic-button"
2014
- ],
2015
- "ic-dialog": [
2016
- "ic-button"
2017
- ],
2018
- "ic-horizontal-scroll": [
2019
- "ic-button"
2020
- ],
2021
- "ic-menu": [
2022
- "ic-button"
2023
- ],
2024
- "ic-menu-item": [
2025
- "ic-button"
2026
- ],
2027
- "ic-navigation-button": [
2028
- "ic-button"
2029
- ],
2030
- "ic-navigation-menu": [
2031
- "ic-button"
2032
- ],
2033
- "ic-pagination": [
2034
- "ic-button"
2035
- ],
2036
- "ic-search-bar": [
2037
- "ic-button"
2038
- ],
2039
- "ic-select": [
2040
- "ic-button"
2041
- ],
2042
- "ic-side-navigation": [
2043
- "ic-button"
2044
- ],
2045
- "ic-toast": [
2046
- "ic-button"
2047
- ],
2048
- "ic-top-navigation": [
2049
- "ic-button"
2050
- ]
1996
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
1997
+ "ic-loading-indicator": ["ic-typography"],
1998
+ "ic-tooltip": ["ic-typography"],
1999
+ "ic-accordion-group": ["ic-button"],
2000
+ "ic-alert": ["ic-button"],
2001
+ "ic-card": ["ic-button"],
2002
+ "ic-dialog": ["ic-button"],
2003
+ "ic-horizontal-scroll": ["ic-button"],
2004
+ "ic-menu": ["ic-button"],
2005
+ "ic-menu-item": ["ic-button"],
2006
+ "ic-navigation-button": ["ic-button"],
2007
+ "ic-navigation-menu": ["ic-button"],
2008
+ "ic-pagination": ["ic-button"],
2009
+ "ic-search-bar": ["ic-button"],
2010
+ "ic-select": ["ic-button"],
2011
+ "ic-side-navigation": ["ic-button"],
2012
+ "ic-toast": ["ic-button"],
2013
+ "ic-top-navigation": ["ic-button"]
2051
2014
  }
2052
2015
  },
2053
2016
  {
@@ -2487,25 +2450,12 @@
2487
2450
  ],
2488
2451
  "parts": [],
2489
2452
  "dependents": [],
2490
- "dependencies": [
2491
- "ic-typography",
2492
- "ic-button"
2493
- ],
2453
+ "dependencies": ["ic-typography", "ic-button"],
2494
2454
  "dependencyGraph": {
2495
- "ic-card": [
2496
- "ic-typography",
2497
- "ic-button"
2498
- ],
2499
- "ic-button": [
2500
- "ic-loading-indicator",
2501
- "ic-tooltip"
2502
- ],
2503
- "ic-loading-indicator": [
2504
- "ic-typography"
2505
- ],
2506
- "ic-tooltip": [
2507
- "ic-typography"
2508
- ]
2455
+ "ic-card": ["ic-typography", "ic-button"],
2456
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
2457
+ "ic-loading-indicator": ["ic-typography"],
2458
+ "ic-tooltip": ["ic-typography"]
2509
2459
  }
2510
2460
  },
2511
2461
  {
@@ -2992,13 +2942,9 @@
2992
2942
  ],
2993
2943
  "parts": [],
2994
2944
  "dependents": [],
2995
- "dependencies": [
2996
- "ic-typography"
2997
- ],
2945
+ "dependencies": ["ic-typography"],
2998
2946
  "dependencyGraph": {
2999
- "ic-checkbox": [
3000
- "ic-typography"
3001
- ]
2947
+ "ic-checkbox": ["ic-typography"]
3002
2948
  }
3003
2949
  },
3004
2950
  {
@@ -3307,21 +3253,11 @@
3307
3253
  "slots": [],
3308
3254
  "parts": [],
3309
3255
  "dependents": [],
3310
- "dependencies": [
3311
- "ic-input-label",
3312
- "ic-input-validation"
3313
- ],
3256
+ "dependencies": ["ic-input-label", "ic-input-validation"],
3314
3257
  "dependencyGraph": {
3315
- "ic-checkbox-group": [
3316
- "ic-input-label",
3317
- "ic-input-validation"
3318
- ],
3319
- "ic-input-label": [
3320
- "ic-typography"
3321
- ],
3322
- "ic-input-validation": [
3323
- "ic-typography"
3324
- ]
3258
+ "ic-checkbox-group": ["ic-input-label", "ic-input-validation"],
3259
+ "ic-input-label": ["ic-typography"],
3260
+ "ic-input-validation": ["ic-typography"]
3325
3261
  }
3326
3262
  },
3327
3263
  {
@@ -3482,6 +3418,28 @@
3482
3418
  "optional": true,
3483
3419
  "required": false
3484
3420
  },
3421
+ {
3422
+ "name": "transparentBackground",
3423
+ "type": "boolean",
3424
+ "complexType": {
3425
+ "original": "boolean",
3426
+ "resolved": "boolean",
3427
+ "references": {}
3428
+ },
3429
+ "mutable": false,
3430
+ "attr": "transparent-background",
3431
+ "reflectToAttr": false,
3432
+ "docs": "If `true`, the outlined variant of chip will have a transparent background rather than white.",
3433
+ "docsTags": [],
3434
+ "default": "true",
3435
+ "values": [
3436
+ {
3437
+ "type": "boolean"
3438
+ }
3439
+ ],
3440
+ "optional": true,
3441
+ "required": false
3442
+ },
3485
3443
  {
3486
3444
  "name": "variant",
3487
3445
  "type": "\"filled\" | \"outlined\"",
@@ -3596,18 +3554,10 @@
3596
3554
  ],
3597
3555
  "parts": [],
3598
3556
  "dependents": [],
3599
- "dependencies": [
3600
- "ic-typography",
3601
- "ic-tooltip"
3602
- ],
3557
+ "dependencies": ["ic-typography", "ic-tooltip"],
3603
3558
  "dependencyGraph": {
3604
- "ic-chip": [
3605
- "ic-typography",
3606
- "ic-tooltip"
3607
- ],
3608
- "ic-tooltip": [
3609
- "ic-typography"
3610
- ]
3559
+ "ic-chip": ["ic-typography", "ic-tooltip"],
3560
+ "ic-tooltip": ["ic-typography"]
3611
3561
  }
3612
3562
  },
3613
3563
  {
@@ -3766,13 +3716,9 @@
3766
3716
  "slots": [],
3767
3717
  "parts": [],
3768
3718
  "dependents": [],
3769
- "dependencies": [
3770
- "ic-typography"
3771
- ],
3719
+ "dependencies": ["ic-typography"],
3772
3720
  "dependencyGraph": {
3773
- "ic-classification-banner": [
3774
- "ic-typography"
3775
- ]
3721
+ "ic-classification-banner": ["ic-typography"]
3776
3722
  }
3777
3723
  },
3778
3724
  {
@@ -3884,13 +3830,9 @@
3884
3830
  ],
3885
3831
  "parts": [],
3886
3832
  "dependents": [],
3887
- "dependencies": [
3888
- "ic-typography"
3889
- ],
3833
+ "dependencies": ["ic-typography"],
3890
3834
  "dependencyGraph": {
3891
- "ic-data-entity": [
3892
- "ic-typography"
3893
- ]
3835
+ "ic-data-entity": ["ic-typography"]
3894
3836
  }
3895
3837
  },
3896
3838
  {
@@ -4039,13 +3981,9 @@
4039
3981
  ],
4040
3982
  "parts": [],
4041
3983
  "dependents": [],
4042
- "dependencies": [
4043
- "ic-typography"
4044
- ],
3984
+ "dependencies": ["ic-typography"],
4045
3985
  "dependencyGraph": {
4046
- "ic-data-row": [
4047
- "ic-typography"
4048
- ]
3986
+ "ic-data-row": ["ic-typography"]
4049
3987
  }
4050
3988
  },
4051
3989
  {
@@ -4621,31 +4559,13 @@
4621
4559
  ],
4622
4560
  "parts": [],
4623
4561
  "dependents": [],
4624
- "dependencies": [
4625
- "ic-typography",
4626
- "ic-button",
4627
- "ic-alert"
4628
- ],
4562
+ "dependencies": ["ic-typography", "ic-button", "ic-alert"],
4629
4563
  "dependencyGraph": {
4630
- "ic-dialog": [
4631
- "ic-typography",
4632
- "ic-button",
4633
- "ic-alert"
4634
- ],
4635
- "ic-button": [
4636
- "ic-loading-indicator",
4637
- "ic-tooltip"
4638
- ],
4639
- "ic-loading-indicator": [
4640
- "ic-typography"
4641
- ],
4642
- "ic-tooltip": [
4643
- "ic-typography"
4644
- ],
4645
- "ic-alert": [
4646
- "ic-typography",
4647
- "ic-button"
4648
- ]
4564
+ "ic-dialog": ["ic-typography", "ic-button", "ic-alert"],
4565
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
4566
+ "ic-loading-indicator": ["ic-typography"],
4567
+ "ic-tooltip": ["ic-typography"],
4568
+ "ic-alert": ["ic-typography", "ic-button"]
4649
4569
  }
4650
4570
  },
4651
4571
  {
@@ -4670,14 +4590,10 @@
4670
4590
  "styles": [],
4671
4591
  "slots": [],
4672
4592
  "parts": [],
4673
- "dependents": [
4674
- "ic-side-navigation"
4675
- ],
4593
+ "dependents": ["ic-side-navigation"],
4676
4594
  "dependencies": [],
4677
4595
  "dependencyGraph": {
4678
- "ic-side-navigation": [
4679
- "ic-divider"
4680
- ]
4596
+ "ic-side-navigation": ["ic-divider"]
4681
4597
  }
4682
4598
  },
4683
4599
  {
@@ -4897,13 +4813,9 @@
4897
4813
  ],
4898
4814
  "parts": [],
4899
4815
  "dependents": [],
4900
- "dependencies": [
4901
- "ic-typography"
4902
- ],
4816
+ "dependencies": ["ic-typography"],
4903
4817
  "dependencyGraph": {
4904
- "ic-empty-state": [
4905
- "ic-typography"
4906
- ]
4818
+ "ic-empty-state": ["ic-typography"]
4907
4819
  }
4908
4820
  },
4909
4821
  {
@@ -5132,15 +5044,9 @@
5132
5044
  ],
5133
5045
  "parts": [],
5134
5046
  "dependents": [],
5135
- "dependencies": [
5136
- "ic-section-container",
5137
- "ic-typography"
5138
- ],
5047
+ "dependencies": ["ic-section-container", "ic-typography"],
5139
5048
  "dependencyGraph": {
5140
- "ic-footer": [
5141
- "ic-section-container",
5142
- "ic-typography"
5143
- ]
5049
+ "ic-footer": ["ic-section-container", "ic-typography"]
5144
5050
  }
5145
5051
  },
5146
5052
  {
@@ -5395,15 +5301,9 @@
5395
5301
  "slots": [],
5396
5302
  "parts": [],
5397
5303
  "dependents": [],
5398
- "dependencies": [
5399
- "ic-typography",
5400
- "ic-section-container"
5401
- ],
5304
+ "dependencies": ["ic-typography", "ic-section-container"],
5402
5305
  "dependencyGraph": {
5403
- "ic-footer-link-group": [
5404
- "ic-typography",
5405
- "ic-section-container"
5406
- ]
5306
+ "ic-footer-link-group": ["ic-typography", "ic-section-container"]
5407
5307
  }
5408
5308
  },
5409
5309
  {
@@ -5728,15 +5628,9 @@
5728
5628
  ],
5729
5629
  "parts": [],
5730
5630
  "dependents": [],
5731
- "dependencies": [
5732
- "ic-section-container",
5733
- "ic-typography"
5734
- ],
5631
+ "dependencies": ["ic-section-container", "ic-typography"],
5735
5632
  "dependencyGraph": {
5736
- "ic-hero": [
5737
- "ic-section-container",
5738
- "ic-typography"
5739
- ]
5633
+ "ic-hero": ["ic-section-container", "ic-typography"]
5740
5634
  }
5741
5635
  },
5742
5636
  {
@@ -5792,37 +5686,16 @@
5792
5686
  "styles": [],
5793
5687
  "slots": [],
5794
5688
  "parts": [],
5795
- "dependents": [
5796
- "ic-page-header",
5797
- "ic-tab-group",
5798
- "ic-top-navigation"
5799
- ],
5800
- "dependencies": [
5801
- "ic-button"
5802
- ],
5689
+ "dependents": ["ic-page-header", "ic-tab-group", "ic-top-navigation"],
5690
+ "dependencies": ["ic-button"],
5803
5691
  "dependencyGraph": {
5804
- "ic-horizontal-scroll": [
5805
- "ic-button"
5806
- ],
5807
- "ic-button": [
5808
- "ic-loading-indicator",
5809
- "ic-tooltip"
5810
- ],
5811
- "ic-loading-indicator": [
5812
- "ic-typography"
5813
- ],
5814
- "ic-tooltip": [
5815
- "ic-typography"
5816
- ],
5817
- "ic-page-header": [
5818
- "ic-horizontal-scroll"
5819
- ],
5820
- "ic-tab-group": [
5821
- "ic-horizontal-scroll"
5822
- ],
5823
- "ic-top-navigation": [
5824
- "ic-horizontal-scroll"
5825
- ]
5692
+ "ic-horizontal-scroll": ["ic-button"],
5693
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
5694
+ "ic-loading-indicator": ["ic-typography"],
5695
+ "ic-tooltip": ["ic-typography"],
5696
+ "ic-page-header": ["ic-horizontal-scroll"],
5697
+ "ic-tab-group": ["ic-horizontal-scroll"],
5698
+ "ic-top-navigation": ["ic-horizontal-scroll"]
5826
5699
  }
5827
5700
  },
5828
5701
  {
@@ -6123,18 +5996,11 @@
6123
5996
  }
6124
5997
  ],
6125
5998
  "parts": [],
6126
- "dependents": [
6127
- "ic-select",
6128
- "ic-text-field"
6129
- ],
5999
+ "dependents": ["ic-select", "ic-text-field"],
6130
6000
  "dependencies": [],
6131
6001
  "dependencyGraph": {
6132
- "ic-select": [
6133
- "ic-input-component-container"
6134
- ],
6135
- "ic-text-field": [
6136
- "ic-input-component-container"
6137
- ]
6002
+ "ic-select": ["ic-input-component-container"],
6003
+ "ic-text-field": ["ic-input-component-container"]
6138
6004
  }
6139
6005
  },
6140
6006
  {
@@ -6197,18 +6063,11 @@
6197
6063
  "styles": [],
6198
6064
  "slots": [],
6199
6065
  "parts": [],
6200
- "dependents": [
6201
- "ic-select",
6202
- "ic-text-field"
6203
- ],
6066
+ "dependents": ["ic-select", "ic-text-field"],
6204
6067
  "dependencies": [],
6205
6068
  "dependencyGraph": {
6206
- "ic-select": [
6207
- "ic-input-container"
6208
- ],
6209
- "ic-text-field": [
6210
- "ic-input-container"
6211
- ]
6069
+ "ic-select": ["ic-input-container"],
6070
+ "ic-text-field": ["ic-input-container"]
6212
6071
  }
6213
6072
  },
6214
6073
  {
@@ -6441,28 +6300,14 @@
6441
6300
  "ic-switch",
6442
6301
  "ic-text-field"
6443
6302
  ],
6444
- "dependencies": [
6445
- "ic-typography"
6446
- ],
6303
+ "dependencies": ["ic-typography"],
6447
6304
  "dependencyGraph": {
6448
- "ic-input-label": [
6449
- "ic-typography"
6450
- ],
6451
- "ic-checkbox-group": [
6452
- "ic-input-label"
6453
- ],
6454
- "ic-radio-group": [
6455
- "ic-input-label"
6456
- ],
6457
- "ic-select": [
6458
- "ic-input-label"
6459
- ],
6460
- "ic-switch": [
6461
- "ic-input-label"
6462
- ],
6463
- "ic-text-field": [
6464
- "ic-input-label"
6465
- ]
6305
+ "ic-input-label": ["ic-typography"],
6306
+ "ic-checkbox-group": ["ic-input-label"],
6307
+ "ic-radio-group": ["ic-input-label"],
6308
+ "ic-select": ["ic-input-label"],
6309
+ "ic-switch": ["ic-input-label"],
6310
+ "ic-text-field": ["ic-input-label"]
6466
6311
  }
6467
6312
  },
6468
6313
  {
@@ -6634,25 +6479,13 @@
6634
6479
  "ic-select",
6635
6480
  "ic-text-field"
6636
6481
  ],
6637
- "dependencies": [
6638
- "ic-typography"
6639
- ],
6482
+ "dependencies": ["ic-typography"],
6640
6483
  "dependencyGraph": {
6641
- "ic-input-validation": [
6642
- "ic-typography"
6643
- ],
6644
- "ic-checkbox-group": [
6645
- "ic-input-validation"
6646
- ],
6647
- "ic-radio-group": [
6648
- "ic-input-validation"
6649
- ],
6650
- "ic-select": [
6651
- "ic-input-validation"
6652
- ],
6653
- "ic-text-field": [
6654
- "ic-input-validation"
6655
- ]
6484
+ "ic-input-validation": ["ic-typography"],
6485
+ "ic-checkbox-group": ["ic-input-validation"],
6486
+ "ic-radio-group": ["ic-input-validation"],
6487
+ "ic-select": ["ic-input-validation"],
6488
+ "ic-text-field": ["ic-input-validation"]
6656
6489
  }
6657
6490
  },
6658
6491
  {
@@ -6943,14 +6776,10 @@
6943
6776
  }
6944
6777
  ],
6945
6778
  "parts": [],
6946
- "dependents": [
6947
- "ic-breadcrumb"
6948
- ],
6779
+ "dependents": ["ic-breadcrumb"],
6949
6780
  "dependencies": [],
6950
6781
  "dependencyGraph": {
6951
- "ic-breadcrumb": [
6952
- "ic-link"
6953
- ]
6782
+ "ic-breadcrumb": ["ic-link"]
6954
6783
  }
6955
6784
  },
6956
6785
  {
@@ -7233,32 +7062,20 @@
7233
7062
  }
7234
7063
  ],
7235
7064
  "slots": [],
7236
- "parts": [],
7237
- "dependents": [
7238
- "ic-button",
7239
- "ic-menu",
7240
- "ic-step",
7241
- "ic-toast"
7242
- ],
7243
- "dependencies": [
7244
- "ic-typography"
7065
+ "parts": [
7066
+ {
7067
+ "name": "ic-loading-container",
7068
+ "docs": ""
7069
+ }
7245
7070
  ],
7071
+ "dependents": ["ic-button", "ic-menu", "ic-step", "ic-toast"],
7072
+ "dependencies": ["ic-typography"],
7246
7073
  "dependencyGraph": {
7247
- "ic-loading-indicator": [
7248
- "ic-typography"
7249
- ],
7250
- "ic-button": [
7251
- "ic-loading-indicator"
7252
- ],
7253
- "ic-menu": [
7254
- "ic-loading-indicator"
7255
- ],
7256
- "ic-step": [
7257
- "ic-loading-indicator"
7258
- ],
7259
- "ic-toast": [
7260
- "ic-loading-indicator"
7261
- ]
7074
+ "ic-loading-indicator": ["ic-typography"],
7075
+ "ic-button": ["ic-loading-indicator"],
7076
+ "ic-menu": ["ic-loading-indicator"],
7077
+ "ic-step": ["ic-loading-indicator"],
7078
+ "ic-toast": ["ic-loading-indicator"]
7262
7079
  }
7263
7080
  },
7264
7081
  {
@@ -7635,13 +7452,9 @@
7635
7452
  "signature": "(event: KeyboardEvent) => Promise<void>",
7636
7453
  "parameters": [
7637
7454
  {
7638
- "tags": [
7639
- {
7640
- "name": "param",
7641
- "text": "event - keyboard event"
7642
- }
7643
- ],
7644
- "text": "- keyboard event"
7455
+ "name": "event",
7456
+ "type": "KeyboardEvent",
7457
+ "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
7645
7458
  }
7646
7459
  ],
7647
7460
  "references": {
@@ -7657,12 +7470,18 @@
7657
7470
  "return": "Promise<void>"
7658
7471
  },
7659
7472
  "signature": "handleKeyboardOpen(event: KeyboardEvent) => Promise<void>",
7660
- "parameters": [],
7473
+ "parameters": [
7474
+ {
7475
+ "name": "event",
7476
+ "type": "KeyboardEvent",
7477
+ "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
7478
+ }
7479
+ ],
7661
7480
  "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
7662
7481
  "docsTags": [
7663
7482
  {
7664
7483
  "name": "param",
7665
- "text": "event - keyboard event"
7484
+ "text": "event The keyboard event which is available when handleKeyboardOpen is invoked."
7666
7485
  }
7667
7486
  ]
7668
7487
  }
@@ -7678,37 +7497,15 @@
7678
7497
  ],
7679
7498
  "slots": [],
7680
7499
  "parts": [],
7681
- "dependents": [
7682
- "ic-search-bar",
7683
- "ic-select"
7684
- ],
7685
- "dependencies": [
7686
- "ic-loading-indicator",
7687
- "ic-typography",
7688
- "ic-button"
7689
- ],
7500
+ "dependents": ["ic-search-bar", "ic-select"],
7501
+ "dependencies": ["ic-loading-indicator", "ic-typography", "ic-button"],
7690
7502
  "dependencyGraph": {
7691
- "ic-menu": [
7692
- "ic-loading-indicator",
7693
- "ic-typography",
7694
- "ic-button"
7695
- ],
7696
- "ic-loading-indicator": [
7697
- "ic-typography"
7698
- ],
7699
- "ic-button": [
7700
- "ic-loading-indicator",
7701
- "ic-tooltip"
7702
- ],
7703
- "ic-tooltip": [
7704
- "ic-typography"
7705
- ],
7706
- "ic-search-bar": [
7707
- "ic-menu"
7708
- ],
7709
- "ic-select": [
7710
- "ic-menu"
7711
- ]
7503
+ "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"],
7504
+ "ic-loading-indicator": ["ic-typography"],
7505
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
7506
+ "ic-tooltip": ["ic-typography"],
7507
+ "ic-search-bar": ["ic-menu"],
7508
+ "ic-select": ["ic-menu"]
7712
7509
  }
7713
7510
  },
7714
7511
  {
@@ -7749,13 +7546,9 @@
7749
7546
  "slots": [],
7750
7547
  "parts": [],
7751
7548
  "dependents": [],
7752
- "dependencies": [
7753
- "ic-typography"
7754
- ],
7549
+ "dependencies": ["ic-typography"],
7755
7550
  "dependencyGraph": {
7756
- "ic-menu-group": [
7757
- "ic-typography"
7758
- ]
7551
+ "ic-menu-group": ["ic-typography"]
7759
7552
  }
7760
7553
  },
7761
7554
  {
@@ -8075,31 +7868,14 @@
8075
7868
  }
8076
7869
  ],
8077
7870
  "parts": [],
8078
- "dependents": [
8079
- "ic-popover-menu"
8080
- ],
8081
- "dependencies": [
8082
- "ic-typography",
8083
- "ic-button"
8084
- ],
7871
+ "dependents": ["ic-popover-menu"],
7872
+ "dependencies": ["ic-typography", "ic-button"],
8085
7873
  "dependencyGraph": {
8086
- "ic-menu-item": [
8087
- "ic-typography",
8088
- "ic-button"
8089
- ],
8090
- "ic-button": [
8091
- "ic-loading-indicator",
8092
- "ic-tooltip"
8093
- ],
8094
- "ic-loading-indicator": [
8095
- "ic-typography"
8096
- ],
8097
- "ic-tooltip": [
8098
- "ic-typography"
8099
- ],
8100
- "ic-popover-menu": [
8101
- "ic-menu-item"
8102
- ]
7874
+ "ic-menu-item": ["ic-typography", "ic-button"],
7875
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
7876
+ "ic-loading-indicator": ["ic-typography"],
7877
+ "ic-tooltip": ["ic-typography"],
7878
+ "ic-popover-menu": ["ic-menu-item"]
8103
7879
  }
8104
7880
  },
8105
7881
  {
@@ -8367,23 +8143,12 @@
8367
8143
  ],
8368
8144
  "parts": [],
8369
8145
  "dependents": [],
8370
- "dependencies": [
8371
- "ic-button"
8372
- ],
8146
+ "dependencies": ["ic-button"],
8373
8147
  "dependencyGraph": {
8374
- "ic-navigation-button": [
8375
- "ic-button"
8376
- ],
8377
- "ic-button": [
8378
- "ic-loading-indicator",
8379
- "ic-tooltip"
8380
- ],
8381
- "ic-loading-indicator": [
8382
- "ic-typography"
8383
- ],
8384
- "ic-tooltip": [
8385
- "ic-typography"
8386
- ]
8148
+ "ic-navigation-button": ["ic-button"],
8149
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8150
+ "ic-loading-indicator": ["ic-typography"],
8151
+ "ic-tooltip": ["ic-typography"]
8387
8152
  }
8388
8153
  },
8389
8154
  {
@@ -8492,13 +8257,9 @@
8492
8257
  "slots": [],
8493
8258
  "parts": [],
8494
8259
  "dependents": [],
8495
- "dependencies": [
8496
- "ic-typography"
8497
- ],
8260
+ "dependencies": ["ic-typography"],
8498
8261
  "dependencyGraph": {
8499
- "ic-navigation-group": [
8500
- "ic-typography"
8501
- ]
8262
+ "ic-navigation-group": ["ic-typography"]
8502
8263
  }
8503
8264
  },
8504
8265
  {
@@ -8784,18 +8545,10 @@
8784
8545
  }
8785
8546
  ],
8786
8547
  "dependents": [],
8787
- "dependencies": [
8788
- "ic-typography",
8789
- "ic-tooltip"
8790
- ],
8548
+ "dependencies": ["ic-typography", "ic-tooltip"],
8791
8549
  "dependencyGraph": {
8792
- "ic-navigation-item": [
8793
- "ic-typography",
8794
- "ic-tooltip"
8795
- ],
8796
- "ic-tooltip": [
8797
- "ic-typography"
8798
- ]
8550
+ "ic-navigation-item": ["ic-typography", "ic-tooltip"],
8551
+ "ic-tooltip": ["ic-typography"]
8799
8552
  }
8800
8553
  },
8801
8554
  {
@@ -8894,31 +8647,14 @@
8894
8647
  }
8895
8648
  ],
8896
8649
  "parts": [],
8897
- "dependents": [
8898
- "ic-top-navigation"
8899
- ],
8900
- "dependencies": [
8901
- "ic-button",
8902
- "ic-typography"
8903
- ],
8650
+ "dependents": ["ic-top-navigation"],
8651
+ "dependencies": ["ic-button", "ic-typography"],
8904
8652
  "dependencyGraph": {
8905
- "ic-navigation-menu": [
8906
- "ic-button",
8907
- "ic-typography"
8908
- ],
8909
- "ic-button": [
8910
- "ic-loading-indicator",
8911
- "ic-tooltip"
8912
- ],
8913
- "ic-loading-indicator": [
8914
- "ic-typography"
8915
- ],
8916
- "ic-tooltip": [
8917
- "ic-typography"
8918
- ],
8919
- "ic-top-navigation": [
8920
- "ic-navigation-menu"
8921
- ]
8653
+ "ic-navigation-menu": ["ic-button", "ic-typography"],
8654
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8655
+ "ic-loading-indicator": ["ic-typography"],
8656
+ "ic-tooltip": ["ic-typography"],
8657
+ "ic-top-navigation": ["ic-navigation-menu"]
8922
8658
  }
8923
8659
  },
8924
8660
  {
@@ -9249,19 +8985,10 @@
9249
8985
  "ic-typography",
9250
8986
  "ic-horizontal-scroll"
9251
8987
  ],
9252
- "ic-horizontal-scroll": [
9253
- "ic-button"
9254
- ],
9255
- "ic-button": [
9256
- "ic-loading-indicator",
9257
- "ic-tooltip"
9258
- ],
9259
- "ic-loading-indicator": [
9260
- "ic-typography"
9261
- ],
9262
- "ic-tooltip": [
9263
- "ic-typography"
9264
- ]
8988
+ "ic-horizontal-scroll": ["ic-button"],
8989
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8990
+ "ic-loading-indicator": ["ic-typography"],
8991
+ "ic-tooltip": ["ic-typography"]
9265
8992
  }
9266
8993
  },
9267
8994
  {
@@ -9552,8 +9279,9 @@
9552
9279
  "signature": "(page: number) => Promise<void>",
9553
9280
  "parameters": [
9554
9281
  {
9555
- "tags": [],
9556
- "text": ""
9282
+ "name": "page",
9283
+ "type": "number",
9284
+ "docs": "The page number to set as the current page"
9557
9285
  }
9558
9286
  ],
9559
9287
  "references": {
@@ -9565,9 +9293,20 @@
9565
9293
  "return": "Promise<void>"
9566
9294
  },
9567
9295
  "signature": "setCurrentPage(page: number) => Promise<void>",
9568
- "parameters": [],
9296
+ "parameters": [
9297
+ {
9298
+ "name": "page",
9299
+ "type": "number",
9300
+ "docs": "The page number to set as the current page"
9301
+ }
9302
+ ],
9569
9303
  "docs": "Sets the currently displayed page.",
9570
- "docsTags": []
9304
+ "docsTags": [
9305
+ {
9306
+ "name": "param",
9307
+ "text": "page The page number to set as the current page"
9308
+ }
9309
+ ]
9571
9310
  }
9572
9311
  ],
9573
9312
  "events": [
@@ -9603,28 +9342,13 @@
9603
9342
  "slots": [],
9604
9343
  "parts": [],
9605
9344
  "dependents": [],
9606
- "dependencies": [
9607
- "ic-button",
9608
- "ic-pagination-item"
9609
- ],
9345
+ "dependencies": ["ic-button", "ic-pagination-item"],
9610
9346
  "dependencyGraph": {
9611
- "ic-pagination": [
9612
- "ic-button",
9613
- "ic-pagination-item"
9614
- ],
9615
- "ic-button": [
9616
- "ic-loading-indicator",
9617
- "ic-tooltip"
9618
- ],
9619
- "ic-loading-indicator": [
9620
- "ic-typography"
9621
- ],
9622
- "ic-tooltip": [
9623
- "ic-typography"
9624
- ],
9625
- "ic-pagination-item": [
9626
- "ic-typography"
9627
- ]
9347
+ "ic-pagination": ["ic-button", "ic-pagination-item"],
9348
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9349
+ "ic-loading-indicator": ["ic-typography"],
9350
+ "ic-tooltip": ["ic-typography"],
9351
+ "ic-pagination-item": ["ic-typography"]
9628
9352
  }
9629
9353
  },
9630
9354
  {
@@ -9845,19 +9569,11 @@
9845
9569
  "styles": [],
9846
9570
  "slots": [],
9847
9571
  "parts": [],
9848
- "dependents": [
9849
- "ic-pagination"
9850
- ],
9851
- "dependencies": [
9852
- "ic-typography"
9853
- ],
9572
+ "dependents": ["ic-pagination"],
9573
+ "dependencies": ["ic-typography"],
9854
9574
  "dependencyGraph": {
9855
- "ic-pagination-item": [
9856
- "ic-typography"
9857
- ],
9858
- "ic-pagination": [
9859
- "ic-pagination-item"
9860
- ]
9575
+ "ic-pagination-item": ["ic-typography"],
9576
+ "ic-pagination": ["ic-pagination-item"]
9861
9577
  }
9862
9578
  },
9863
9579
  {
@@ -9980,29 +9696,13 @@
9980
9696
  "slots": [],
9981
9697
  "parts": [],
9982
9698
  "dependents": [],
9983
- "dependencies": [
9984
- "ic-menu-item",
9985
- "ic-typography"
9986
- ],
9699
+ "dependencies": ["ic-menu-item", "ic-typography"],
9987
9700
  "dependencyGraph": {
9988
- "ic-popover-menu": [
9989
- "ic-menu-item",
9990
- "ic-typography"
9991
- ],
9992
- "ic-menu-item": [
9993
- "ic-typography",
9994
- "ic-button"
9995
- ],
9996
- "ic-button": [
9997
- "ic-loading-indicator",
9998
- "ic-tooltip"
9999
- ],
10000
- "ic-loading-indicator": [
10001
- "ic-typography"
10002
- ],
10003
- "ic-tooltip": [
10004
- "ic-typography"
10005
- ]
9701
+ "ic-popover-menu": ["ic-menu-item", "ic-typography"],
9702
+ "ic-menu-item": ["ic-typography", "ic-button"],
9703
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9704
+ "ic-loading-indicator": ["ic-typography"],
9705
+ "ic-tooltip": ["ic-typography"]
10006
9706
  }
10007
9707
  },
10008
9708
  {
@@ -10339,21 +10039,11 @@
10339
10039
  "slots": [],
10340
10040
  "parts": [],
10341
10041
  "dependents": [],
10342
- "dependencies": [
10343
- "ic-input-label",
10344
- "ic-input-validation"
10345
- ],
10042
+ "dependencies": ["ic-input-label", "ic-input-validation"],
10346
10043
  "dependencyGraph": {
10347
- "ic-radio-group": [
10348
- "ic-input-label",
10349
- "ic-input-validation"
10350
- ],
10351
- "ic-input-label": [
10352
- "ic-typography"
10353
- ],
10354
- "ic-input-validation": [
10355
- "ic-typography"
10356
- ]
10044
+ "ic-radio-group": ["ic-input-label", "ic-input-validation"],
10045
+ "ic-input-label": ["ic-typography"],
10046
+ "ic-input-validation": ["ic-typography"]
10357
10047
  }
10358
10048
  },
10359
10049
  {
@@ -10782,13 +10472,9 @@
10782
10472
  ],
10783
10473
  "parts": [],
10784
10474
  "dependents": [],
10785
- "dependencies": [
10786
- "ic-typography"
10787
- ],
10475
+ "dependencies": ["ic-typography"],
10788
10476
  "dependencyGraph": {
10789
- "ic-radio-option": [
10790
- "ic-typography"
10791
- ]
10477
+ "ic-radio-option": ["ic-typography"]
10792
10478
  }
10793
10479
  },
10794
10480
  {
@@ -12012,17 +11698,9 @@
12012
11698
  "slots": [],
12013
11699
  "parts": [],
12014
11700
  "dependents": [],
12015
- "dependencies": [
12016
- "ic-text-field",
12017
- "ic-button",
12018
- "ic-menu"
12019
- ],
11701
+ "dependencies": ["ic-text-field", "ic-button", "ic-menu"],
12020
11702
  "dependencyGraph": {
12021
- "ic-search-bar": [
12022
- "ic-text-field",
12023
- "ic-button",
12024
- "ic-menu"
12025
- ],
11703
+ "ic-search-bar": ["ic-text-field", "ic-button", "ic-menu"],
12026
11704
  "ic-text-field": [
12027
11705
  "ic-input-container",
12028
11706
  "ic-input-label",
@@ -12030,27 +11708,12 @@
12030
11708
  "ic-input-validation",
12031
11709
  "ic-typography"
12032
11710
  ],
12033
- "ic-input-label": [
12034
- "ic-typography"
12035
- ],
12036
- "ic-input-validation": [
12037
- "ic-typography"
12038
- ],
12039
- "ic-button": [
12040
- "ic-loading-indicator",
12041
- "ic-tooltip"
12042
- ],
12043
- "ic-loading-indicator": [
12044
- "ic-typography"
12045
- ],
12046
- "ic-tooltip": [
12047
- "ic-typography"
12048
- ],
12049
- "ic-menu": [
12050
- "ic-loading-indicator",
12051
- "ic-typography",
12052
- "ic-button"
12053
- ]
11711
+ "ic-input-label": ["ic-typography"],
11712
+ "ic-input-validation": ["ic-typography"],
11713
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
11714
+ "ic-loading-indicator": ["ic-typography"],
11715
+ "ic-tooltip": ["ic-typography"],
11716
+ "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"]
12054
11717
  }
12055
11718
  },
12056
11719
  {
@@ -12137,21 +11800,11 @@
12137
11800
  ],
12138
11801
  "dependencies": [],
12139
11802
  "dependencyGraph": {
12140
- "ic-footer": [
12141
- "ic-section-container"
12142
- ],
12143
- "ic-footer-link-group": [
12144
- "ic-section-container"
12145
- ],
12146
- "ic-hero": [
12147
- "ic-section-container"
12148
- ],
12149
- "ic-page-header": [
12150
- "ic-section-container"
12151
- ],
12152
- "ic-top-navigation": [
12153
- "ic-section-container"
12154
- ]
11803
+ "ic-footer": ["ic-section-container"],
11804
+ "ic-footer-link-group": ["ic-section-container"],
11805
+ "ic-hero": ["ic-section-container"],
11806
+ "ic-page-header": ["ic-section-container"],
11807
+ "ic-top-navigation": ["ic-section-container"]
12155
11808
  }
12156
11809
  },
12157
11810
  {
@@ -13165,27 +12818,12 @@
13165
12818
  "ic-menu",
13166
12819
  "ic-input-validation"
13167
12820
  ],
13168
- "ic-input-label": [
13169
- "ic-typography"
13170
- ],
13171
- "ic-button": [
13172
- "ic-loading-indicator",
13173
- "ic-tooltip"
13174
- ],
13175
- "ic-loading-indicator": [
13176
- "ic-typography"
13177
- ],
13178
- "ic-tooltip": [
13179
- "ic-typography"
13180
- ],
13181
- "ic-menu": [
13182
- "ic-loading-indicator",
13183
- "ic-typography",
13184
- "ic-button"
13185
- ],
13186
- "ic-input-validation": [
13187
- "ic-typography"
13188
- ]
12821
+ "ic-input-label": ["ic-typography"],
12822
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
12823
+ "ic-loading-indicator": ["ic-typography"],
12824
+ "ic-tooltip": ["ic-typography"],
12825
+ "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"],
12826
+ "ic-input-validation": ["ic-typography"]
13189
12827
  }
13190
12828
  },
13191
12829
  {
@@ -13433,7 +13071,28 @@
13433
13071
  }
13434
13072
  ],
13435
13073
  "methods": [],
13436
- "events": [],
13074
+ "events": [
13075
+ {
13076
+ "event": "sideNavExpanded",
13077
+ "detail": "IcExpandedDetail",
13078
+ "bubbles": true,
13079
+ "complexType": {
13080
+ "original": "IcExpandedDetail",
13081
+ "resolved": "IcExpandedDetail",
13082
+ "references": {
13083
+ "IcExpandedDetail": {
13084
+ "location": "import",
13085
+ "path": "./ic-side-navigation.types",
13086
+ "id": "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail"
13087
+ }
13088
+ }
13089
+ },
13090
+ "cancelable": true,
13091
+ "composed": true,
13092
+ "docs": "Emitted when the side navigation is collapsed and expanded.",
13093
+ "docsTags": []
13094
+ }
13095
+ ],
13437
13096
  "listeners": [
13438
13097
  {
13439
13098
  "event": "themeChange",
@@ -13469,27 +13128,12 @@
13469
13128
  ],
13470
13129
  "parts": [],
13471
13130
  "dependents": [],
13472
- "dependencies": [
13473
- "ic-typography",
13474
- "ic-button",
13475
- "ic-divider"
13476
- ],
13131
+ "dependencies": ["ic-typography", "ic-button", "ic-divider"],
13477
13132
  "dependencyGraph": {
13478
- "ic-side-navigation": [
13479
- "ic-typography",
13480
- "ic-button",
13481
- "ic-divider"
13482
- ],
13483
- "ic-button": [
13484
- "ic-loading-indicator",
13485
- "ic-tooltip"
13486
- ],
13487
- "ic-loading-indicator": [
13488
- "ic-typography"
13489
- ],
13490
- "ic-tooltip": [
13491
- "ic-typography"
13492
- ]
13133
+ "ic-side-navigation": ["ic-typography", "ic-button", "ic-divider"],
13134
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
13135
+ "ic-loading-indicator": ["ic-typography"],
13136
+ "ic-tooltip": ["ic-typography"]
13493
13137
  }
13494
13138
  },
13495
13139
  {
@@ -13837,13 +13481,9 @@
13837
13481
  "slots": [],
13838
13482
  "parts": [],
13839
13483
  "dependents": [],
13840
- "dependencies": [
13841
- "ic-typography"
13842
- ],
13484
+ "dependencies": ["ic-typography"],
13843
13485
  "dependencyGraph": {
13844
- "ic-status-tag": [
13845
- "ic-typography"
13846
- ]
13486
+ "ic-status-tag": ["ic-typography"]
13847
13487
  }
13848
13488
  },
13849
13489
  {
@@ -13978,18 +13618,10 @@
13978
13618
  "slots": [],
13979
13619
  "parts": [],
13980
13620
  "dependents": [],
13981
- "dependencies": [
13982
- "ic-loading-indicator",
13983
- "ic-typography"
13984
- ],
13621
+ "dependencies": ["ic-loading-indicator", "ic-typography"],
13985
13622
  "dependencyGraph": {
13986
- "ic-step": [
13987
- "ic-loading-indicator",
13988
- "ic-typography"
13989
- ],
13990
- "ic-loading-indicator": [
13991
- "ic-typography"
13992
- ]
13623
+ "ic-step": ["ic-loading-indicator", "ic-typography"],
13624
+ "ic-loading-indicator": ["ic-typography"]
13993
13625
  }
13994
13626
  },
13995
13627
  {
@@ -14457,18 +14089,10 @@
14457
14089
  ],
14458
14090
  "parts": [],
14459
14091
  "dependents": [],
14460
- "dependencies": [
14461
- "ic-input-label",
14462
- "ic-typography"
14463
- ],
14092
+ "dependencies": ["ic-input-label", "ic-typography"],
14464
14093
  "dependencyGraph": {
14465
- "ic-switch": [
14466
- "ic-input-label",
14467
- "ic-typography"
14468
- ],
14469
- "ic-input-label": [
14470
- "ic-typography"
14471
- ]
14094
+ "ic-switch": ["ic-input-label", "ic-typography"],
14095
+ "ic-input-label": ["ic-typography"]
14472
14096
  }
14473
14097
  },
14474
14098
  {
@@ -14551,13 +14175,9 @@
14551
14175
  ],
14552
14176
  "parts": [],
14553
14177
  "dependents": [],
14554
- "dependencies": [
14555
- "ic-typography"
14556
- ],
14178
+ "dependencies": ["ic-typography"],
14557
14179
  "dependencyGraph": {
14558
- "ic-tab": [
14559
- "ic-typography"
14560
- ]
14180
+ "ic-tab": ["ic-typography"]
14561
14181
  }
14562
14182
  },
14563
14183
  {
@@ -14845,26 +14465,13 @@
14845
14465
  "slots": [],
14846
14466
  "parts": [],
14847
14467
  "dependents": [],
14848
- "dependencies": [
14849
- "ic-horizontal-scroll"
14850
- ],
14468
+ "dependencies": ["ic-horizontal-scroll"],
14851
14469
  "dependencyGraph": {
14852
- "ic-tab-group": [
14853
- "ic-horizontal-scroll"
14854
- ],
14855
- "ic-horizontal-scroll": [
14856
- "ic-button"
14857
- ],
14858
- "ic-button": [
14859
- "ic-loading-indicator",
14860
- "ic-tooltip"
14861
- ],
14862
- "ic-loading-indicator": [
14863
- "ic-typography"
14864
- ],
14865
- "ic-tooltip": [
14866
- "ic-typography"
14867
- ]
14470
+ "ic-tab-group": ["ic-horizontal-scroll"],
14471
+ "ic-horizontal-scroll": ["ic-button"],
14472
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
14473
+ "ic-loading-indicator": ["ic-typography"],
14474
+ "ic-tooltip": ["ic-typography"]
14868
14475
  }
14869
14476
  },
14870
14477
  {
@@ -16050,9 +15657,7 @@
16050
15657
  }
16051
15658
  ],
16052
15659
  "parts": [],
16053
- "dependents": [
16054
- "ic-search-bar"
16055
- ],
15660
+ "dependents": ["ic-search-bar"],
16056
15661
  "dependencies": [
16057
15662
  "ic-input-container",
16058
15663
  "ic-input-label",
@@ -16068,15 +15673,9 @@
16068
15673
  "ic-input-validation",
16069
15674
  "ic-typography"
16070
15675
  ],
16071
- "ic-input-label": [
16072
- "ic-typography"
16073
- ],
16074
- "ic-input-validation": [
16075
- "ic-typography"
16076
- ],
16077
- "ic-search-bar": [
16078
- "ic-text-field"
16079
- ]
15676
+ "ic-input-label": ["ic-typography"],
15677
+ "ic-input-validation": ["ic-typography"],
15678
+ "ic-search-bar": ["ic-text-field"]
16080
15679
  }
16081
15680
  },
16082
15681
  {
@@ -16383,27 +15982,12 @@
16383
15982
  ],
16384
15983
  "parts": [],
16385
15984
  "dependents": [],
16386
- "dependencies": [
16387
- "ic-typography",
16388
- "ic-loading-indicator",
16389
- "ic-button"
16390
- ],
15985
+ "dependencies": ["ic-typography", "ic-loading-indicator", "ic-button"],
16391
15986
  "dependencyGraph": {
16392
- "ic-toast": [
16393
- "ic-typography",
16394
- "ic-loading-indicator",
16395
- "ic-button"
16396
- ],
16397
- "ic-loading-indicator": [
16398
- "ic-typography"
16399
- ],
16400
- "ic-button": [
16401
- "ic-loading-indicator",
16402
- "ic-tooltip"
16403
- ],
16404
- "ic-tooltip": [
16405
- "ic-typography"
16406
- ]
15987
+ "ic-toast": ["ic-typography", "ic-loading-indicator", "ic-button"],
15988
+ "ic-loading-indicator": ["ic-typography"],
15989
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
15990
+ "ic-tooltip": ["ic-typography"]
16407
15991
  }
16408
15992
  },
16409
15993
  {
@@ -16452,8 +16036,9 @@
16452
16036
  "signature": "(toast: HTMLIcToastElement) => Promise<void>",
16453
16037
  "parameters": [
16454
16038
  {
16455
- "tags": [],
16456
- "text": ""
16039
+ "name": "toast",
16040
+ "type": "HTMLIcToastElement",
16041
+ "docs": "The toast component to display"
16457
16042
  }
16458
16043
  ],
16459
16044
  "references": {
@@ -16469,12 +16054,22 @@
16469
16054
  "return": "Promise<void>"
16470
16055
  },
16471
16056
  "signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
16472
- "parameters": [],
16057
+ "parameters": [
16058
+ {
16059
+ "name": "toast",
16060
+ "type": "HTMLIcToastElement",
16061
+ "docs": "The toast component to display"
16062
+ }
16063
+ ],
16473
16064
  "docs": "",
16474
16065
  "docsTags": [
16475
16066
  {
16476
16067
  "name": "deprecated",
16477
16068
  "text": "Use openToast prop to display toast instead."
16069
+ },
16070
+ {
16071
+ "name": "param",
16072
+ "text": "toast The toast component to display"
16478
16073
  }
16479
16074
  ],
16480
16075
  "deprecation": "Use openToast prop to display toast instead."
@@ -16585,7 +16180,7 @@
16585
16180
  "mutable": true,
16586
16181
  "attr": "placement",
16587
16182
  "reflectToAttr": false,
16588
- "docs": "The position of the tool-tip in relation to the parent element.",
16183
+ "docs": "The position of the tooltip in relation to the parent element.",
16589
16184
  "docsTags": [],
16590
16185
  "default": "\"bottom\"",
16591
16186
  "values": [
@@ -16674,22 +16269,14 @@
16674
16269
  "signature": "(show: boolean, persistTooltip?: boolean) => Promise<void>",
16675
16270
  "parameters": [
16676
16271
  {
16677
- "tags": [
16678
- {
16679
- "name": "param",
16680
- "text": "show Whether to show or hide the tooltip"
16681
- }
16682
- ],
16683
- "text": "Whether to show or hide the tooltip"
16272
+ "name": "show",
16273
+ "type": "boolean",
16274
+ "docs": "Whether to show or hide the tooltip"
16684
16275
  },
16685
16276
  {
16686
- "tags": [
16687
- {
16688
- "name": "param",
16689
- "text": "persistTooltip Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16690
- }
16691
- ],
16692
- "text": "Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16277
+ "name": "persistTooltip",
16278
+ "type": "boolean",
16279
+ "docs": "Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16693
16280
  }
16694
16281
  ],
16695
16282
  "references": {
@@ -16701,7 +16288,18 @@
16701
16288
  "return": "Promise<void>"
16702
16289
  },
16703
16290
  "signature": "displayTooltip(show: boolean, persistTooltip?: boolean) => Promise<void>",
16704
- "parameters": [],
16291
+ "parameters": [
16292
+ {
16293
+ "name": "show",
16294
+ "type": "boolean",
16295
+ "docs": "Whether to show or hide the tooltip"
16296
+ },
16297
+ {
16298
+ "name": "persistTooltip",
16299
+ "type": "boolean",
16300
+ "docs": "Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16301
+ }
16302
+ ],
16705
16303
  "docs": "Method to programmatically show/hide the tooltip without needing to interact with an anchor element",
16706
16304
  "docsTags": [
16707
16305
  {
@@ -16726,27 +16324,13 @@
16726
16324
  ],
16727
16325
  "slots": [],
16728
16326
  "parts": [],
16729
- "dependents": [
16730
- "ic-button",
16731
- "ic-chip",
16732
- "ic-navigation-item"
16733
- ],
16734
- "dependencies": [
16735
- "ic-typography"
16736
- ],
16327
+ "dependents": ["ic-button", "ic-chip", "ic-navigation-item"],
16328
+ "dependencies": ["ic-typography"],
16737
16329
  "dependencyGraph": {
16738
- "ic-tooltip": [
16739
- "ic-typography"
16740
- ],
16741
- "ic-button": [
16742
- "ic-tooltip"
16743
- ],
16744
- "ic-chip": [
16745
- "ic-tooltip"
16746
- ],
16747
- "ic-navigation-item": [
16748
- "ic-tooltip"
16749
- ]
16330
+ "ic-tooltip": ["ic-typography"],
16331
+ "ic-button": ["ic-tooltip"],
16332
+ "ic-chip": ["ic-tooltip"],
16333
+ "ic-navigation-item": ["ic-tooltip"]
16750
16334
  }
16751
16335
  },
16752
16336
  {
@@ -16957,7 +16541,22 @@
16957
16541
  }
16958
16542
  ],
16959
16543
  "methods": [],
16960
- "events": [],
16544
+ "events": [
16545
+ {
16546
+ "event": "topNavResized",
16547
+ "detail": "{ size: number; }",
16548
+ "bubbles": true,
16549
+ "complexType": {
16550
+ "original": "{ size: number }",
16551
+ "resolved": "{ size: number; }",
16552
+ "references": {}
16553
+ },
16554
+ "cancelable": true,
16555
+ "composed": true,
16556
+ "docs": "Emitted when the top navigation is resized.",
16557
+ "docsTags": []
16558
+ }
16559
+ ],
16961
16560
  "listeners": [
16962
16561
  {
16963
16562
  "event": "icNavigationMenuClose",
@@ -17029,23 +16628,11 @@
17029
16628
  "ic-horizontal-scroll",
17030
16629
  "ic-navigation-menu"
17031
16630
  ],
17032
- "ic-button": [
17033
- "ic-loading-indicator",
17034
- "ic-tooltip"
17035
- ],
17036
- "ic-loading-indicator": [
17037
- "ic-typography"
17038
- ],
17039
- "ic-tooltip": [
17040
- "ic-typography"
17041
- ],
17042
- "ic-horizontal-scroll": [
17043
- "ic-button"
17044
- ],
17045
- "ic-navigation-menu": [
17046
- "ic-button",
17047
- "ic-typography"
17048
- ]
16631
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
16632
+ "ic-loading-indicator": ["ic-typography"],
16633
+ "ic-tooltip": ["ic-typography"],
16634
+ "ic-horizontal-scroll": ["ic-button"],
16635
+ "ic-navigation-menu": ["ic-button", "ic-typography"]
17049
16636
  }
17050
16637
  },
17051
16638
  {
@@ -17327,123 +16914,45 @@
17327
16914
  ],
17328
16915
  "dependencies": [],
17329
16916
  "dependencyGraph": {
17330
- "ic-accordion": [
17331
- "ic-typography"
17332
- ],
17333
- "ic-accordion-group": [
17334
- "ic-typography"
17335
- ],
17336
- "ic-alert": [
17337
- "ic-typography"
17338
- ],
17339
- "ic-back-to-top": [
17340
- "ic-typography"
17341
- ],
17342
- "ic-badge": [
17343
- "ic-typography"
17344
- ],
17345
- "ic-card": [
17346
- "ic-typography"
17347
- ],
17348
- "ic-checkbox": [
17349
- "ic-typography"
17350
- ],
17351
- "ic-chip": [
17352
- "ic-typography"
17353
- ],
17354
- "ic-classification-banner": [
17355
- "ic-typography"
17356
- ],
17357
- "ic-data-entity": [
17358
- "ic-typography"
17359
- ],
17360
- "ic-data-row": [
17361
- "ic-typography"
17362
- ],
17363
- "ic-dialog": [
17364
- "ic-typography"
17365
- ],
17366
- "ic-empty-state": [
17367
- "ic-typography"
17368
- ],
17369
- "ic-footer": [
17370
- "ic-typography"
17371
- ],
17372
- "ic-footer-link-group": [
17373
- "ic-typography"
17374
- ],
17375
- "ic-hero": [
17376
- "ic-typography"
17377
- ],
17378
- "ic-input-label": [
17379
- "ic-typography"
17380
- ],
17381
- "ic-input-validation": [
17382
- "ic-typography"
17383
- ],
17384
- "ic-loading-indicator": [
17385
- "ic-typography"
17386
- ],
17387
- "ic-menu": [
17388
- "ic-typography"
17389
- ],
17390
- "ic-menu-group": [
17391
- "ic-typography"
17392
- ],
17393
- "ic-menu-item": [
17394
- "ic-typography"
17395
- ],
17396
- "ic-navigation-group": [
17397
- "ic-typography"
17398
- ],
17399
- "ic-navigation-item": [
17400
- "ic-typography"
17401
- ],
17402
- "ic-navigation-menu": [
17403
- "ic-typography"
17404
- ],
17405
- "ic-page-header": [
17406
- "ic-typography"
17407
- ],
17408
- "ic-pagination-item": [
17409
- "ic-typography"
17410
- ],
17411
- "ic-popover-menu": [
17412
- "ic-typography"
17413
- ],
17414
- "ic-radio-option": [
17415
- "ic-typography"
17416
- ],
17417
- "ic-select": [
17418
- "ic-typography"
17419
- ],
17420
- "ic-side-navigation": [
17421
- "ic-typography"
17422
- ],
17423
- "ic-status-tag": [
17424
- "ic-typography"
17425
- ],
17426
- "ic-step": [
17427
- "ic-typography"
17428
- ],
17429
- "ic-switch": [
17430
- "ic-typography"
17431
- ],
17432
- "ic-tab": [
17433
- "ic-typography"
17434
- ],
17435
- "ic-text-field": [
17436
- "ic-typography"
17437
- ],
17438
- "ic-toast": [
17439
- "ic-typography"
17440
- ],
17441
- "ic-tooltip": [
17442
- "ic-typography"
17443
- ],
17444
- "ic-top-navigation": [
17445
- "ic-typography"
17446
- ]
16917
+ "ic-accordion": ["ic-typography"],
16918
+ "ic-accordion-group": ["ic-typography"],
16919
+ "ic-alert": ["ic-typography"],
16920
+ "ic-back-to-top": ["ic-typography"],
16921
+ "ic-badge": ["ic-typography"],
16922
+ "ic-card": ["ic-typography"],
16923
+ "ic-checkbox": ["ic-typography"],
16924
+ "ic-chip": ["ic-typography"],
16925
+ "ic-classification-banner": ["ic-typography"],
16926
+ "ic-data-entity": ["ic-typography"],
16927
+ "ic-data-row": ["ic-typography"],
16928
+ "ic-dialog": ["ic-typography"],
16929
+ "ic-empty-state": ["ic-typography"],
16930
+ "ic-footer": ["ic-typography"],
16931
+ "ic-footer-link-group": ["ic-typography"],
16932
+ "ic-hero": ["ic-typography"],
16933
+ "ic-input-label": ["ic-typography"],
16934
+ "ic-input-validation": ["ic-typography"],
16935
+ "ic-loading-indicator": ["ic-typography"],
16936
+ "ic-menu": ["ic-typography"],
16937
+ "ic-menu-group": ["ic-typography"],
16938
+ "ic-menu-item": ["ic-typography"],
16939
+ "ic-navigation-group": ["ic-typography"],
16940
+ "ic-navigation-item": ["ic-typography"],
16941
+ "ic-navigation-menu": ["ic-typography"],
16942
+ "ic-page-header": ["ic-typography"],
16943
+ "ic-pagination-item": ["ic-typography"],
16944
+ "ic-popover-menu": ["ic-typography"],
16945
+ "ic-radio-option": ["ic-typography"],
16946
+ "ic-select": ["ic-typography"],
16947
+ "ic-side-navigation": ["ic-typography"],
16948
+ "ic-status-tag": ["ic-typography"],
16949
+ "ic-step": ["ic-typography"],
16950
+ "ic-switch": ["ic-typography"],
16951
+ "ic-tab": ["ic-typography"],
16952
+ "ic-text-field": ["ic-typography"],
16953
+ "ic-toast": ["ic-typography"],
16954
+ "ic-tooltip": ["ic-typography"],
16955
+ "ic-top-navigation": ["ic-typography"]
17447
16956
  }
17448
16957
  }
17449
16958
  ],
@@ -17648,6 +17157,11 @@
17648
17157
  "docstring": "",
17649
17158
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
17650
17159
  },
17160
+ "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
17161
+ "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
17162
+ "docstring": "",
17163
+ "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
17164
+ },
17651
17165
  "src/components/ic-pagination/ic-pagination.types.ts::IcPaginationTypes": {
17652
17166
  "declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
17653
17167
  "docstring": "",
@@ -17744,4 +17258,4 @@
17744
17258
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
17745
17259
  }
17746
17260
  }
17747
- }
17261
+ }