@ukic/docs 2.9.0 → 2.9.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.
Files changed (2) hide show
  1. package/docs.json +1342 -294
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-01-09T11:31:51",
2
+ "timestamp": "2024-01-23T14:46:28",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.9.0",
@@ -189,9 +189,13 @@
189
189
  ],
190
190
  "parts": [],
191
191
  "dependents": [],
192
- "dependencies": ["ic-typography"],
192
+ "dependencies": [
193
+ "ic-typography"
194
+ ],
193
195
  "dependencyGraph": {
194
- "ic-accordion": ["ic-typography"]
196
+ "ic-accordion": [
197
+ "ic-typography"
198
+ ]
195
199
  }
196
200
  },
197
201
  {
@@ -357,12 +361,25 @@
357
361
  "slots": [],
358
362
  "parts": [],
359
363
  "dependents": [],
360
- "dependencies": ["ic-typography", "ic-button"],
364
+ "dependencies": [
365
+ "ic-typography",
366
+ "ic-button"
367
+ ],
361
368
  "dependencyGraph": {
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"]
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
+ ]
366
383
  }
367
384
  },
368
385
  {
@@ -594,14 +611,31 @@
594
611
  }
595
612
  ],
596
613
  "parts": [],
597
- "dependents": ["ic-dialog"],
598
- "dependencies": ["ic-typography", "ic-button"],
614
+ "dependents": [
615
+ "ic-dialog"
616
+ ],
617
+ "dependencies": [
618
+ "ic-typography",
619
+ "ic-button"
620
+ ],
599
621
  "dependencyGraph": {
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"]
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
+ ]
605
639
  }
606
640
  },
607
641
  {
@@ -648,9 +682,13 @@
648
682
  "slots": [],
649
683
  "parts": [],
650
684
  "dependents": [],
651
- "dependencies": ["ic-typography"],
685
+ "dependencies": [
686
+ "ic-typography"
687
+ ],
652
688
  "dependencyGraph": {
653
- "ic-back-to-top": ["ic-typography"]
689
+ "ic-back-to-top": [
690
+ "ic-typography"
691
+ ]
654
692
  }
655
693
  },
656
694
  {
@@ -1020,9 +1058,13 @@
1020
1058
  ],
1021
1059
  "parts": [],
1022
1060
  "dependents": [],
1023
- "dependencies": ["ic-typography"],
1061
+ "dependencies": [
1062
+ "ic-typography"
1063
+ ],
1024
1064
  "dependencyGraph": {
1025
- "ic-badge": ["ic-typography"]
1065
+ "ic-badge": [
1066
+ "ic-typography"
1067
+ ]
1026
1068
  }
1027
1069
  },
1028
1070
  {
@@ -1138,11 +1180,19 @@
1138
1180
  }
1139
1181
  ],
1140
1182
  "parts": [],
1141
- "dependents": ["ic-breadcrumb-group"],
1142
- "dependencies": ["ic-link"],
1183
+ "dependents": [
1184
+ "ic-breadcrumb-group"
1185
+ ],
1186
+ "dependencies": [
1187
+ "ic-link"
1188
+ ],
1143
1189
  "dependencyGraph": {
1144
- "ic-breadcrumb": ["ic-link"],
1145
- "ic-breadcrumb-group": ["ic-breadcrumb"]
1190
+ "ic-breadcrumb": [
1191
+ "ic-link"
1192
+ ],
1193
+ "ic-breadcrumb-group": [
1194
+ "ic-breadcrumb"
1195
+ ]
1146
1196
  }
1147
1197
  },
1148
1198
  {
@@ -1243,10 +1293,16 @@
1243
1293
  "slots": [],
1244
1294
  "parts": [],
1245
1295
  "dependents": [],
1246
- "dependencies": ["ic-breadcrumb"],
1296
+ "dependencies": [
1297
+ "ic-breadcrumb"
1298
+ ],
1247
1299
  "dependencyGraph": {
1248
- "ic-breadcrumb-group": ["ic-breadcrumb"],
1249
- "ic-breadcrumb": ["ic-link"]
1300
+ "ic-breadcrumb-group": [
1301
+ "ic-breadcrumb"
1302
+ ],
1303
+ "ic-breadcrumb": [
1304
+ "ic-link"
1305
+ ]
1250
1306
  }
1251
1307
  },
1252
1308
  {
@@ -1268,6 +1324,10 @@
1268
1324
  "name": "slot",
1269
1325
  "text": "right-icon - Content will be placed to the right of the button label."
1270
1326
  },
1327
+ {
1328
+ "name": "slot",
1329
+ "text": "top-icon - Content will be placed above the button label."
1330
+ },
1271
1331
  {
1272
1332
  "name": "slot",
1273
1333
  "text": "badge - Badge component overlaying the top right of the button."
@@ -1381,6 +1441,50 @@
1381
1441
  "optional": true,
1382
1442
  "required": false
1383
1443
  },
1444
+ {
1445
+ "name": "dropdown",
1446
+ "type": "boolean",
1447
+ "complexType": {
1448
+ "original": "boolean",
1449
+ "resolved": "boolean",
1450
+ "references": {}
1451
+ },
1452
+ "mutable": false,
1453
+ "attr": "dropdown",
1454
+ "reflectToAttr": false,
1455
+ "docs": "If `true`, the button will show a dropdown icon.",
1456
+ "docsTags": [],
1457
+ "default": "false",
1458
+ "values": [
1459
+ {
1460
+ "type": "boolean"
1461
+ }
1462
+ ],
1463
+ "optional": true,
1464
+ "required": false
1465
+ },
1466
+ {
1467
+ "name": "dropdownExpanded",
1468
+ "type": "boolean",
1469
+ "complexType": {
1470
+ "original": "boolean",
1471
+ "resolved": "boolean",
1472
+ "references": {}
1473
+ },
1474
+ "mutable": true,
1475
+ "attr": "dropdown-expanded",
1476
+ "reflectToAttr": true,
1477
+ "docs": "If `true`, the aria-expanded value will be set to true. This is only applied if the dropdown prop is also true.",
1478
+ "docsTags": [],
1479
+ "default": "false",
1480
+ "values": [
1481
+ {
1482
+ "type": "boolean"
1483
+ }
1484
+ ],
1485
+ "optional": true,
1486
+ "required": false
1487
+ },
1384
1488
  {
1385
1489
  "name": "form",
1386
1490
  "type": "string",
@@ -1971,6 +2075,10 @@
1971
2075
  {
1972
2076
  "name": "right-icon",
1973
2077
  "docs": "Content will be placed to the right of the button label."
2078
+ },
2079
+ {
2080
+ "name": "top-icon",
2081
+ "docs": "Content will be placed above the button label."
1974
2082
  }
1975
2083
  ],
1976
2084
  "parts": [],
@@ -1989,28 +2097,72 @@
1989
2097
  "ic-select",
1990
2098
  "ic-side-navigation",
1991
2099
  "ic-toast",
2100
+ "ic-toggle-button",
1992
2101
  "ic-top-navigation"
1993
2102
  ],
1994
- "dependencies": ["ic-loading-indicator", "ic-tooltip"],
2103
+ "dependencies": [
2104
+ "ic-loading-indicator",
2105
+ "ic-tooltip"
2106
+ ],
1995
2107
  "dependencyGraph": {
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"]
2108
+ "ic-button": [
2109
+ "ic-loading-indicator",
2110
+ "ic-tooltip"
2111
+ ],
2112
+ "ic-loading-indicator": [
2113
+ "ic-typography"
2114
+ ],
2115
+ "ic-tooltip": [
2116
+ "ic-typography"
2117
+ ],
2118
+ "ic-accordion-group": [
2119
+ "ic-button"
2120
+ ],
2121
+ "ic-alert": [
2122
+ "ic-button"
2123
+ ],
2124
+ "ic-card": [
2125
+ "ic-button"
2126
+ ],
2127
+ "ic-dialog": [
2128
+ "ic-button"
2129
+ ],
2130
+ "ic-horizontal-scroll": [
2131
+ "ic-button"
2132
+ ],
2133
+ "ic-menu": [
2134
+ "ic-button"
2135
+ ],
2136
+ "ic-menu-item": [
2137
+ "ic-button"
2138
+ ],
2139
+ "ic-navigation-button": [
2140
+ "ic-button"
2141
+ ],
2142
+ "ic-navigation-menu": [
2143
+ "ic-button"
2144
+ ],
2145
+ "ic-pagination": [
2146
+ "ic-button"
2147
+ ],
2148
+ "ic-search-bar": [
2149
+ "ic-button"
2150
+ ],
2151
+ "ic-select": [
2152
+ "ic-button"
2153
+ ],
2154
+ "ic-side-navigation": [
2155
+ "ic-button"
2156
+ ],
2157
+ "ic-toast": [
2158
+ "ic-button"
2159
+ ],
2160
+ "ic-toggle-button": [
2161
+ "ic-button"
2162
+ ],
2163
+ "ic-top-navigation": [
2164
+ "ic-button"
2165
+ ]
2014
2166
  }
2015
2167
  },
2016
2168
  {
@@ -2450,12 +2602,25 @@
2450
2602
  ],
2451
2603
  "parts": [],
2452
2604
  "dependents": [],
2453
- "dependencies": ["ic-typography", "ic-button"],
2605
+ "dependencies": [
2606
+ "ic-typography",
2607
+ "ic-button"
2608
+ ],
2454
2609
  "dependencyGraph": {
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"]
2610
+ "ic-card": [
2611
+ "ic-typography",
2612
+ "ic-button"
2613
+ ],
2614
+ "ic-button": [
2615
+ "ic-loading-indicator",
2616
+ "ic-tooltip"
2617
+ ],
2618
+ "ic-loading-indicator": [
2619
+ "ic-typography"
2620
+ ],
2621
+ "ic-tooltip": [
2622
+ "ic-typography"
2623
+ ]
2459
2624
  }
2460
2625
  },
2461
2626
  {
@@ -2942,9 +3107,13 @@
2942
3107
  ],
2943
3108
  "parts": [],
2944
3109
  "dependents": [],
2945
- "dependencies": ["ic-typography"],
3110
+ "dependencies": [
3111
+ "ic-typography"
3112
+ ],
2946
3113
  "dependencyGraph": {
2947
- "ic-checkbox": ["ic-typography"]
3114
+ "ic-checkbox": [
3115
+ "ic-typography"
3116
+ ]
2948
3117
  }
2949
3118
  },
2950
3119
  {
@@ -3253,11 +3422,21 @@
3253
3422
  "slots": [],
3254
3423
  "parts": [],
3255
3424
  "dependents": [],
3256
- "dependencies": ["ic-input-label", "ic-input-validation"],
3425
+ "dependencies": [
3426
+ "ic-input-label",
3427
+ "ic-input-validation"
3428
+ ],
3257
3429
  "dependencyGraph": {
3258
- "ic-checkbox-group": ["ic-input-label", "ic-input-validation"],
3259
- "ic-input-label": ["ic-typography"],
3260
- "ic-input-validation": ["ic-typography"]
3430
+ "ic-checkbox-group": [
3431
+ "ic-input-label",
3432
+ "ic-input-validation"
3433
+ ],
3434
+ "ic-input-label": [
3435
+ "ic-typography"
3436
+ ],
3437
+ "ic-input-validation": [
3438
+ "ic-typography"
3439
+ ]
3261
3440
  }
3262
3441
  },
3263
3442
  {
@@ -3554,10 +3733,18 @@
3554
3733
  ],
3555
3734
  "parts": [],
3556
3735
  "dependents": [],
3557
- "dependencies": ["ic-typography", "ic-tooltip"],
3736
+ "dependencies": [
3737
+ "ic-typography",
3738
+ "ic-tooltip"
3739
+ ],
3558
3740
  "dependencyGraph": {
3559
- "ic-chip": ["ic-typography", "ic-tooltip"],
3560
- "ic-tooltip": ["ic-typography"]
3741
+ "ic-chip": [
3742
+ "ic-typography",
3743
+ "ic-tooltip"
3744
+ ],
3745
+ "ic-tooltip": [
3746
+ "ic-typography"
3747
+ ]
3561
3748
  }
3562
3749
  },
3563
3750
  {
@@ -3716,9 +3903,13 @@
3716
3903
  "slots": [],
3717
3904
  "parts": [],
3718
3905
  "dependents": [],
3719
- "dependencies": ["ic-typography"],
3906
+ "dependencies": [
3907
+ "ic-typography"
3908
+ ],
3720
3909
  "dependencyGraph": {
3721
- "ic-classification-banner": ["ic-typography"]
3910
+ "ic-classification-banner": [
3911
+ "ic-typography"
3912
+ ]
3722
3913
  }
3723
3914
  },
3724
3915
  {
@@ -3830,9 +4021,13 @@
3830
4021
  ],
3831
4022
  "parts": [],
3832
4023
  "dependents": [],
3833
- "dependencies": ["ic-typography"],
4024
+ "dependencies": [
4025
+ "ic-typography"
4026
+ ],
3834
4027
  "dependencyGraph": {
3835
- "ic-data-entity": ["ic-typography"]
4028
+ "ic-data-entity": [
4029
+ "ic-typography"
4030
+ ]
3836
4031
  }
3837
4032
  },
3838
4033
  {
@@ -3981,9 +4176,13 @@
3981
4176
  ],
3982
4177
  "parts": [],
3983
4178
  "dependents": [],
3984
- "dependencies": ["ic-typography"],
4179
+ "dependencies": [
4180
+ "ic-typography"
4181
+ ],
3985
4182
  "dependencyGraph": {
3986
- "ic-data-row": ["ic-typography"]
4183
+ "ic-data-row": [
4184
+ "ic-typography"
4185
+ ]
3987
4186
  }
3988
4187
  },
3989
4188
  {
@@ -4559,13 +4758,31 @@
4559
4758
  ],
4560
4759
  "parts": [],
4561
4760
  "dependents": [],
4562
- "dependencies": ["ic-typography", "ic-button", "ic-alert"],
4761
+ "dependencies": [
4762
+ "ic-typography",
4763
+ "ic-button",
4764
+ "ic-alert"
4765
+ ],
4563
4766
  "dependencyGraph": {
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"]
4767
+ "ic-dialog": [
4768
+ "ic-typography",
4769
+ "ic-button",
4770
+ "ic-alert"
4771
+ ],
4772
+ "ic-button": [
4773
+ "ic-loading-indicator",
4774
+ "ic-tooltip"
4775
+ ],
4776
+ "ic-loading-indicator": [
4777
+ "ic-typography"
4778
+ ],
4779
+ "ic-tooltip": [
4780
+ "ic-typography"
4781
+ ],
4782
+ "ic-alert": [
4783
+ "ic-typography",
4784
+ "ic-button"
4785
+ ]
4569
4786
  }
4570
4787
  },
4571
4788
  {
@@ -4590,10 +4807,14 @@
4590
4807
  "styles": [],
4591
4808
  "slots": [],
4592
4809
  "parts": [],
4593
- "dependents": ["ic-side-navigation"],
4810
+ "dependents": [
4811
+ "ic-side-navigation"
4812
+ ],
4594
4813
  "dependencies": [],
4595
4814
  "dependencyGraph": {
4596
- "ic-side-navigation": ["ic-divider"]
4815
+ "ic-side-navigation": [
4816
+ "ic-divider"
4817
+ ]
4597
4818
  }
4598
4819
  },
4599
4820
  {
@@ -4813,9 +5034,13 @@
4813
5034
  ],
4814
5035
  "parts": [],
4815
5036
  "dependents": [],
4816
- "dependencies": ["ic-typography"],
5037
+ "dependencies": [
5038
+ "ic-typography"
5039
+ ],
4817
5040
  "dependencyGraph": {
4818
- "ic-empty-state": ["ic-typography"]
5041
+ "ic-empty-state": [
5042
+ "ic-typography"
5043
+ ]
4819
5044
  }
4820
5045
  },
4821
5046
  {
@@ -5044,9 +5269,15 @@
5044
5269
  ],
5045
5270
  "parts": [],
5046
5271
  "dependents": [],
5047
- "dependencies": ["ic-section-container", "ic-typography"],
5272
+ "dependencies": [
5273
+ "ic-section-container",
5274
+ "ic-typography"
5275
+ ],
5048
5276
  "dependencyGraph": {
5049
- "ic-footer": ["ic-section-container", "ic-typography"]
5277
+ "ic-footer": [
5278
+ "ic-section-container",
5279
+ "ic-typography"
5280
+ ]
5050
5281
  }
5051
5282
  },
5052
5283
  {
@@ -5301,9 +5532,15 @@
5301
5532
  "slots": [],
5302
5533
  "parts": [],
5303
5534
  "dependents": [],
5304
- "dependencies": ["ic-typography", "ic-section-container"],
5535
+ "dependencies": [
5536
+ "ic-typography",
5537
+ "ic-section-container"
5538
+ ],
5305
5539
  "dependencyGraph": {
5306
- "ic-footer-link-group": ["ic-typography", "ic-section-container"]
5540
+ "ic-footer-link-group": [
5541
+ "ic-typography",
5542
+ "ic-section-container"
5543
+ ]
5307
5544
  }
5308
5545
  },
5309
5546
  {
@@ -5628,9 +5865,15 @@
5628
5865
  ],
5629
5866
  "parts": [],
5630
5867
  "dependents": [],
5631
- "dependencies": ["ic-section-container", "ic-typography"],
5868
+ "dependencies": [
5869
+ "ic-section-container",
5870
+ "ic-typography"
5871
+ ],
5632
5872
  "dependencyGraph": {
5633
- "ic-hero": ["ic-section-container", "ic-typography"]
5873
+ "ic-hero": [
5874
+ "ic-section-container",
5875
+ "ic-typography"
5876
+ ]
5634
5877
  }
5635
5878
  },
5636
5879
  {
@@ -5686,16 +5929,37 @@
5686
5929
  "styles": [],
5687
5930
  "slots": [],
5688
5931
  "parts": [],
5689
- "dependents": ["ic-page-header", "ic-tab-group", "ic-top-navigation"],
5690
- "dependencies": ["ic-button"],
5932
+ "dependents": [
5933
+ "ic-page-header",
5934
+ "ic-tab-group",
5935
+ "ic-top-navigation"
5936
+ ],
5937
+ "dependencies": [
5938
+ "ic-button"
5939
+ ],
5691
5940
  "dependencyGraph": {
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"]
5941
+ "ic-horizontal-scroll": [
5942
+ "ic-button"
5943
+ ],
5944
+ "ic-button": [
5945
+ "ic-loading-indicator",
5946
+ "ic-tooltip"
5947
+ ],
5948
+ "ic-loading-indicator": [
5949
+ "ic-typography"
5950
+ ],
5951
+ "ic-tooltip": [
5952
+ "ic-typography"
5953
+ ],
5954
+ "ic-page-header": [
5955
+ "ic-horizontal-scroll"
5956
+ ],
5957
+ "ic-tab-group": [
5958
+ "ic-horizontal-scroll"
5959
+ ],
5960
+ "ic-top-navigation": [
5961
+ "ic-horizontal-scroll"
5962
+ ]
5699
5963
  }
5700
5964
  },
5701
5965
  {
@@ -5996,11 +6260,18 @@
5996
6260
  }
5997
6261
  ],
5998
6262
  "parts": [],
5999
- "dependents": ["ic-select", "ic-text-field"],
6263
+ "dependents": [
6264
+ "ic-select",
6265
+ "ic-text-field"
6266
+ ],
6000
6267
  "dependencies": [],
6001
6268
  "dependencyGraph": {
6002
- "ic-select": ["ic-input-component-container"],
6003
- "ic-text-field": ["ic-input-component-container"]
6269
+ "ic-select": [
6270
+ "ic-input-component-container"
6271
+ ],
6272
+ "ic-text-field": [
6273
+ "ic-input-component-container"
6274
+ ]
6004
6275
  }
6005
6276
  },
6006
6277
  {
@@ -6063,11 +6334,18 @@
6063
6334
  "styles": [],
6064
6335
  "slots": [],
6065
6336
  "parts": [],
6066
- "dependents": ["ic-select", "ic-text-field"],
6337
+ "dependents": [
6338
+ "ic-select",
6339
+ "ic-text-field"
6340
+ ],
6067
6341
  "dependencies": [],
6068
6342
  "dependencyGraph": {
6069
- "ic-select": ["ic-input-container"],
6070
- "ic-text-field": ["ic-input-container"]
6343
+ "ic-select": [
6344
+ "ic-input-container"
6345
+ ],
6346
+ "ic-text-field": [
6347
+ "ic-input-container"
6348
+ ]
6071
6349
  }
6072
6350
  },
6073
6351
  {
@@ -6300,14 +6578,28 @@
6300
6578
  "ic-switch",
6301
6579
  "ic-text-field"
6302
6580
  ],
6303
- "dependencies": ["ic-typography"],
6581
+ "dependencies": [
6582
+ "ic-typography"
6583
+ ],
6304
6584
  "dependencyGraph": {
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"]
6585
+ "ic-input-label": [
6586
+ "ic-typography"
6587
+ ],
6588
+ "ic-checkbox-group": [
6589
+ "ic-input-label"
6590
+ ],
6591
+ "ic-radio-group": [
6592
+ "ic-input-label"
6593
+ ],
6594
+ "ic-select": [
6595
+ "ic-input-label"
6596
+ ],
6597
+ "ic-switch": [
6598
+ "ic-input-label"
6599
+ ],
6600
+ "ic-text-field": [
6601
+ "ic-input-label"
6602
+ ]
6311
6603
  }
6312
6604
  },
6313
6605
  {
@@ -6479,13 +6771,25 @@
6479
6771
  "ic-select",
6480
6772
  "ic-text-field"
6481
6773
  ],
6482
- "dependencies": ["ic-typography"],
6774
+ "dependencies": [
6775
+ "ic-typography"
6776
+ ],
6483
6777
  "dependencyGraph": {
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"]
6778
+ "ic-input-validation": [
6779
+ "ic-typography"
6780
+ ],
6781
+ "ic-checkbox-group": [
6782
+ "ic-input-validation"
6783
+ ],
6784
+ "ic-radio-group": [
6785
+ "ic-input-validation"
6786
+ ],
6787
+ "ic-select": [
6788
+ "ic-input-validation"
6789
+ ],
6790
+ "ic-text-field": [
6791
+ "ic-input-validation"
6792
+ ]
6489
6793
  }
6490
6794
  },
6491
6795
  {
@@ -6776,10 +7080,14 @@
6776
7080
  }
6777
7081
  ],
6778
7082
  "parts": [],
6779
- "dependents": ["ic-breadcrumb"],
7083
+ "dependents": [
7084
+ "ic-breadcrumb"
7085
+ ],
6780
7086
  "dependencies": [],
6781
7087
  "dependencyGraph": {
6782
- "ic-breadcrumb": ["ic-link"]
7088
+ "ic-breadcrumb": [
7089
+ "ic-link"
7090
+ ]
6783
7091
  }
6784
7092
  },
6785
7093
  {
@@ -7068,17 +7376,34 @@
7068
7376
  "docs": ""
7069
7377
  }
7070
7378
  ],
7071
- "dependents": ["ic-button", "ic-menu", "ic-step", "ic-toast"],
7072
- "dependencies": ["ic-typography"],
7379
+ "dependents": [
7380
+ "ic-button",
7381
+ "ic-menu",
7382
+ "ic-step",
7383
+ "ic-toast"
7384
+ ],
7385
+ "dependencies": [
7386
+ "ic-typography"
7387
+ ],
7073
7388
  "dependencyGraph": {
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"]
7079
- }
7080
- },
7081
- {
7389
+ "ic-loading-indicator": [
7390
+ "ic-typography"
7391
+ ],
7392
+ "ic-button": [
7393
+ "ic-loading-indicator"
7394
+ ],
7395
+ "ic-menu": [
7396
+ "ic-loading-indicator"
7397
+ ],
7398
+ "ic-step": [
7399
+ "ic-loading-indicator"
7400
+ ],
7401
+ "ic-toast": [
7402
+ "ic-loading-indicator"
7403
+ ]
7404
+ }
7405
+ },
7406
+ {
7082
7407
  "filePath": "src/components/ic-menu/ic-menu.tsx",
7083
7408
  "encapsulation": "scoped",
7084
7409
  "tag": "ic-menu",
@@ -7497,15 +7822,37 @@
7497
7822
  ],
7498
7823
  "slots": [],
7499
7824
  "parts": [],
7500
- "dependents": ["ic-search-bar", "ic-select"],
7501
- "dependencies": ["ic-loading-indicator", "ic-typography", "ic-button"],
7825
+ "dependents": [
7826
+ "ic-search-bar",
7827
+ "ic-select"
7828
+ ],
7829
+ "dependencies": [
7830
+ "ic-loading-indicator",
7831
+ "ic-typography",
7832
+ "ic-button"
7833
+ ],
7502
7834
  "dependencyGraph": {
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"]
7835
+ "ic-menu": [
7836
+ "ic-loading-indicator",
7837
+ "ic-typography",
7838
+ "ic-button"
7839
+ ],
7840
+ "ic-loading-indicator": [
7841
+ "ic-typography"
7842
+ ],
7843
+ "ic-button": [
7844
+ "ic-loading-indicator",
7845
+ "ic-tooltip"
7846
+ ],
7847
+ "ic-tooltip": [
7848
+ "ic-typography"
7849
+ ],
7850
+ "ic-search-bar": [
7851
+ "ic-menu"
7852
+ ],
7853
+ "ic-select": [
7854
+ "ic-menu"
7855
+ ]
7509
7856
  }
7510
7857
  },
7511
7858
  {
@@ -7546,9 +7893,13 @@
7546
7893
  "slots": [],
7547
7894
  "parts": [],
7548
7895
  "dependents": [],
7549
- "dependencies": ["ic-typography"],
7896
+ "dependencies": [
7897
+ "ic-typography"
7898
+ ],
7550
7899
  "dependencyGraph": {
7551
- "ic-menu-group": ["ic-typography"]
7900
+ "ic-menu-group": [
7901
+ "ic-typography"
7902
+ ]
7552
7903
  }
7553
7904
  },
7554
7905
  {
@@ -7868,14 +8219,31 @@
7868
8219
  }
7869
8220
  ],
7870
8221
  "parts": [],
7871
- "dependents": ["ic-popover-menu"],
7872
- "dependencies": ["ic-typography", "ic-button"],
8222
+ "dependents": [
8223
+ "ic-popover-menu"
8224
+ ],
8225
+ "dependencies": [
8226
+ "ic-typography",
8227
+ "ic-button"
8228
+ ],
7873
8229
  "dependencyGraph": {
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"]
8230
+ "ic-menu-item": [
8231
+ "ic-typography",
8232
+ "ic-button"
8233
+ ],
8234
+ "ic-button": [
8235
+ "ic-loading-indicator",
8236
+ "ic-tooltip"
8237
+ ],
8238
+ "ic-loading-indicator": [
8239
+ "ic-typography"
8240
+ ],
8241
+ "ic-tooltip": [
8242
+ "ic-typography"
8243
+ ],
8244
+ "ic-popover-menu": [
8245
+ "ic-menu-item"
8246
+ ]
7879
8247
  }
7880
8248
  },
7881
8249
  {
@@ -8143,12 +8511,23 @@
8143
8511
  ],
8144
8512
  "parts": [],
8145
8513
  "dependents": [],
8146
- "dependencies": ["ic-button"],
8514
+ "dependencies": [
8515
+ "ic-button"
8516
+ ],
8147
8517
  "dependencyGraph": {
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"]
8518
+ "ic-navigation-button": [
8519
+ "ic-button"
8520
+ ],
8521
+ "ic-button": [
8522
+ "ic-loading-indicator",
8523
+ "ic-tooltip"
8524
+ ],
8525
+ "ic-loading-indicator": [
8526
+ "ic-typography"
8527
+ ],
8528
+ "ic-tooltip": [
8529
+ "ic-typography"
8530
+ ]
8152
8531
  }
8153
8532
  },
8154
8533
  {
@@ -8257,9 +8636,13 @@
8257
8636
  "slots": [],
8258
8637
  "parts": [],
8259
8638
  "dependents": [],
8260
- "dependencies": ["ic-typography"],
8639
+ "dependencies": [
8640
+ "ic-typography"
8641
+ ],
8261
8642
  "dependencyGraph": {
8262
- "ic-navigation-group": ["ic-typography"]
8643
+ "ic-navigation-group": [
8644
+ "ic-typography"
8645
+ ]
8263
8646
  }
8264
8647
  },
8265
8648
  {
@@ -8545,10 +8928,18 @@
8545
8928
  }
8546
8929
  ],
8547
8930
  "dependents": [],
8548
- "dependencies": ["ic-typography", "ic-tooltip"],
8931
+ "dependencies": [
8932
+ "ic-typography",
8933
+ "ic-tooltip"
8934
+ ],
8549
8935
  "dependencyGraph": {
8550
- "ic-navigation-item": ["ic-typography", "ic-tooltip"],
8551
- "ic-tooltip": ["ic-typography"]
8936
+ "ic-navigation-item": [
8937
+ "ic-typography",
8938
+ "ic-tooltip"
8939
+ ],
8940
+ "ic-tooltip": [
8941
+ "ic-typography"
8942
+ ]
8552
8943
  }
8553
8944
  },
8554
8945
  {
@@ -8647,14 +9038,31 @@
8647
9038
  }
8648
9039
  ],
8649
9040
  "parts": [],
8650
- "dependents": ["ic-top-navigation"],
8651
- "dependencies": ["ic-button", "ic-typography"],
9041
+ "dependents": [
9042
+ "ic-top-navigation"
9043
+ ],
9044
+ "dependencies": [
9045
+ "ic-button",
9046
+ "ic-typography"
9047
+ ],
8652
9048
  "dependencyGraph": {
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"]
9049
+ "ic-navigation-menu": [
9050
+ "ic-button",
9051
+ "ic-typography"
9052
+ ],
9053
+ "ic-button": [
9054
+ "ic-loading-indicator",
9055
+ "ic-tooltip"
9056
+ ],
9057
+ "ic-loading-indicator": [
9058
+ "ic-typography"
9059
+ ],
9060
+ "ic-tooltip": [
9061
+ "ic-typography"
9062
+ ],
9063
+ "ic-top-navigation": [
9064
+ "ic-navigation-menu"
9065
+ ]
8658
9066
  }
8659
9067
  },
8660
9068
  {
@@ -8985,10 +9393,19 @@
8985
9393
  "ic-typography",
8986
9394
  "ic-horizontal-scroll"
8987
9395
  ],
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"]
9396
+ "ic-horizontal-scroll": [
9397
+ "ic-button"
9398
+ ],
9399
+ "ic-button": [
9400
+ "ic-loading-indicator",
9401
+ "ic-tooltip"
9402
+ ],
9403
+ "ic-loading-indicator": [
9404
+ "ic-typography"
9405
+ ],
9406
+ "ic-tooltip": [
9407
+ "ic-typography"
9408
+ ]
8992
9409
  }
8993
9410
  },
8994
9411
  {
@@ -9342,13 +9759,28 @@
9342
9759
  "slots": [],
9343
9760
  "parts": [],
9344
9761
  "dependents": [],
9345
- "dependencies": ["ic-button", "ic-pagination-item"],
9762
+ "dependencies": [
9763
+ "ic-button",
9764
+ "ic-pagination-item"
9765
+ ],
9346
9766
  "dependencyGraph": {
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"]
9767
+ "ic-pagination": [
9768
+ "ic-button",
9769
+ "ic-pagination-item"
9770
+ ],
9771
+ "ic-button": [
9772
+ "ic-loading-indicator",
9773
+ "ic-tooltip"
9774
+ ],
9775
+ "ic-loading-indicator": [
9776
+ "ic-typography"
9777
+ ],
9778
+ "ic-tooltip": [
9779
+ "ic-typography"
9780
+ ],
9781
+ "ic-pagination-item": [
9782
+ "ic-typography"
9783
+ ]
9352
9784
  }
9353
9785
  },
9354
9786
  {
@@ -9569,11 +10001,19 @@
9569
10001
  "styles": [],
9570
10002
  "slots": [],
9571
10003
  "parts": [],
9572
- "dependents": ["ic-pagination"],
9573
- "dependencies": ["ic-typography"],
10004
+ "dependents": [
10005
+ "ic-pagination"
10006
+ ],
10007
+ "dependencies": [
10008
+ "ic-typography"
10009
+ ],
9574
10010
  "dependencyGraph": {
9575
- "ic-pagination-item": ["ic-typography"],
9576
- "ic-pagination": ["ic-pagination-item"]
10011
+ "ic-pagination-item": [
10012
+ "ic-typography"
10013
+ ],
10014
+ "ic-pagination": [
10015
+ "ic-pagination-item"
10016
+ ]
9577
10017
  }
9578
10018
  },
9579
10019
  {
@@ -9651,7 +10091,22 @@
9651
10091
  }
9652
10092
  ],
9653
10093
  "methods": [],
9654
- "events": [],
10094
+ "events": [
10095
+ {
10096
+ "event": "icPopoverClosed",
10097
+ "detail": "void",
10098
+ "bubbles": true,
10099
+ "complexType": {
10100
+ "original": "void",
10101
+ "resolved": "void",
10102
+ "references": {}
10103
+ },
10104
+ "cancelable": true,
10105
+ "composed": true,
10106
+ "docs": "Emitted when the popover menu is closed.",
10107
+ "docsTags": []
10108
+ }
10109
+ ],
9655
10110
  "listeners": [
9656
10111
  {
9657
10112
  "event": "handleMenuItemClick",
@@ -9696,13 +10151,29 @@
9696
10151
  "slots": [],
9697
10152
  "parts": [],
9698
10153
  "dependents": [],
9699
- "dependencies": ["ic-menu-item", "ic-typography"],
10154
+ "dependencies": [
10155
+ "ic-menu-item",
10156
+ "ic-typography"
10157
+ ],
9700
10158
  "dependencyGraph": {
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"]
10159
+ "ic-popover-menu": [
10160
+ "ic-menu-item",
10161
+ "ic-typography"
10162
+ ],
10163
+ "ic-menu-item": [
10164
+ "ic-typography",
10165
+ "ic-button"
10166
+ ],
10167
+ "ic-button": [
10168
+ "ic-loading-indicator",
10169
+ "ic-tooltip"
10170
+ ],
10171
+ "ic-loading-indicator": [
10172
+ "ic-typography"
10173
+ ],
10174
+ "ic-tooltip": [
10175
+ "ic-typography"
10176
+ ]
9706
10177
  }
9707
10178
  },
9708
10179
  {
@@ -10039,11 +10510,21 @@
10039
10510
  "slots": [],
10040
10511
  "parts": [],
10041
10512
  "dependents": [],
10042
- "dependencies": ["ic-input-label", "ic-input-validation"],
10513
+ "dependencies": [
10514
+ "ic-input-label",
10515
+ "ic-input-validation"
10516
+ ],
10043
10517
  "dependencyGraph": {
10044
- "ic-radio-group": ["ic-input-label", "ic-input-validation"],
10045
- "ic-input-label": ["ic-typography"],
10046
- "ic-input-validation": ["ic-typography"]
10518
+ "ic-radio-group": [
10519
+ "ic-input-label",
10520
+ "ic-input-validation"
10521
+ ],
10522
+ "ic-input-label": [
10523
+ "ic-typography"
10524
+ ],
10525
+ "ic-input-validation": [
10526
+ "ic-typography"
10527
+ ]
10047
10528
  }
10048
10529
  },
10049
10530
  {
@@ -10472,9 +10953,13 @@
10472
10953
  ],
10473
10954
  "parts": [],
10474
10955
  "dependents": [],
10475
- "dependencies": ["ic-typography"],
10956
+ "dependencies": [
10957
+ "ic-typography"
10958
+ ],
10476
10959
  "dependencyGraph": {
10477
- "ic-radio-option": ["ic-typography"]
10960
+ "ic-radio-option": [
10961
+ "ic-typography"
10962
+ ]
10478
10963
  }
10479
10964
  },
10480
10965
  {
@@ -11698,9 +12183,17 @@
11698
12183
  "slots": [],
11699
12184
  "parts": [],
11700
12185
  "dependents": [],
11701
- "dependencies": ["ic-text-field", "ic-button", "ic-menu"],
12186
+ "dependencies": [
12187
+ "ic-text-field",
12188
+ "ic-button",
12189
+ "ic-menu"
12190
+ ],
11702
12191
  "dependencyGraph": {
11703
- "ic-search-bar": ["ic-text-field", "ic-button", "ic-menu"],
12192
+ "ic-search-bar": [
12193
+ "ic-text-field",
12194
+ "ic-button",
12195
+ "ic-menu"
12196
+ ],
11704
12197
  "ic-text-field": [
11705
12198
  "ic-input-container",
11706
12199
  "ic-input-label",
@@ -11708,12 +12201,27 @@
11708
12201
  "ic-input-validation",
11709
12202
  "ic-typography"
11710
12203
  ],
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"]
12204
+ "ic-input-label": [
12205
+ "ic-typography"
12206
+ ],
12207
+ "ic-input-validation": [
12208
+ "ic-typography"
12209
+ ],
12210
+ "ic-button": [
12211
+ "ic-loading-indicator",
12212
+ "ic-tooltip"
12213
+ ],
12214
+ "ic-loading-indicator": [
12215
+ "ic-typography"
12216
+ ],
12217
+ "ic-tooltip": [
12218
+ "ic-typography"
12219
+ ],
12220
+ "ic-menu": [
12221
+ "ic-loading-indicator",
12222
+ "ic-typography",
12223
+ "ic-button"
12224
+ ]
11717
12225
  }
11718
12226
  },
11719
12227
  {
@@ -11800,11 +12308,21 @@
11800
12308
  ],
11801
12309
  "dependencies": [],
11802
12310
  "dependencyGraph": {
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"]
12311
+ "ic-footer": [
12312
+ "ic-section-container"
12313
+ ],
12314
+ "ic-footer-link-group": [
12315
+ "ic-section-container"
12316
+ ],
12317
+ "ic-hero": [
12318
+ "ic-section-container"
12319
+ ],
12320
+ "ic-page-header": [
12321
+ "ic-section-container"
12322
+ ],
12323
+ "ic-top-navigation": [
12324
+ "ic-section-container"
12325
+ ]
11808
12326
  }
11809
12327
  },
11810
12328
  {
@@ -12818,12 +13336,27 @@
12818
13336
  "ic-menu",
12819
13337
  "ic-input-validation"
12820
13338
  ],
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"]
13339
+ "ic-input-label": [
13340
+ "ic-typography"
13341
+ ],
13342
+ "ic-button": [
13343
+ "ic-loading-indicator",
13344
+ "ic-tooltip"
13345
+ ],
13346
+ "ic-loading-indicator": [
13347
+ "ic-typography"
13348
+ ],
13349
+ "ic-tooltip": [
13350
+ "ic-typography"
13351
+ ],
13352
+ "ic-menu": [
13353
+ "ic-loading-indicator",
13354
+ "ic-typography",
13355
+ "ic-button"
13356
+ ],
13357
+ "ic-input-validation": [
13358
+ "ic-typography"
13359
+ ]
12827
13360
  }
12828
13361
  },
12829
13362
  {
@@ -13128,12 +13661,27 @@
13128
13661
  ],
13129
13662
  "parts": [],
13130
13663
  "dependents": [],
13131
- "dependencies": ["ic-typography", "ic-button", "ic-divider"],
13664
+ "dependencies": [
13665
+ "ic-typography",
13666
+ "ic-button",
13667
+ "ic-divider"
13668
+ ],
13132
13669
  "dependencyGraph": {
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"]
13670
+ "ic-side-navigation": [
13671
+ "ic-typography",
13672
+ "ic-button",
13673
+ "ic-divider"
13674
+ ],
13675
+ "ic-button": [
13676
+ "ic-loading-indicator",
13677
+ "ic-tooltip"
13678
+ ],
13679
+ "ic-loading-indicator": [
13680
+ "ic-typography"
13681
+ ],
13682
+ "ic-tooltip": [
13683
+ "ic-typography"
13684
+ ]
13137
13685
  }
13138
13686
  },
13139
13687
  {
@@ -13481,9 +14029,13 @@
13481
14029
  "slots": [],
13482
14030
  "parts": [],
13483
14031
  "dependents": [],
13484
- "dependencies": ["ic-typography"],
14032
+ "dependencies": [
14033
+ "ic-typography"
14034
+ ],
13485
14035
  "dependencyGraph": {
13486
- "ic-status-tag": ["ic-typography"]
14036
+ "ic-status-tag": [
14037
+ "ic-typography"
14038
+ ]
13487
14039
  }
13488
14040
  },
13489
14041
  {
@@ -13618,10 +14170,18 @@
13618
14170
  "slots": [],
13619
14171
  "parts": [],
13620
14172
  "dependents": [],
13621
- "dependencies": ["ic-loading-indicator", "ic-typography"],
14173
+ "dependencies": [
14174
+ "ic-loading-indicator",
14175
+ "ic-typography"
14176
+ ],
13622
14177
  "dependencyGraph": {
13623
- "ic-step": ["ic-loading-indicator", "ic-typography"],
13624
- "ic-loading-indicator": ["ic-typography"]
14178
+ "ic-step": [
14179
+ "ic-loading-indicator",
14180
+ "ic-typography"
14181
+ ],
14182
+ "ic-loading-indicator": [
14183
+ "ic-typography"
14184
+ ]
13625
14185
  }
13626
14186
  },
13627
14187
  {
@@ -14089,10 +14649,18 @@
14089
14649
  ],
14090
14650
  "parts": [],
14091
14651
  "dependents": [],
14092
- "dependencies": ["ic-input-label", "ic-typography"],
14652
+ "dependencies": [
14653
+ "ic-input-label",
14654
+ "ic-typography"
14655
+ ],
14093
14656
  "dependencyGraph": {
14094
- "ic-switch": ["ic-input-label", "ic-typography"],
14095
- "ic-input-label": ["ic-typography"]
14657
+ "ic-switch": [
14658
+ "ic-input-label",
14659
+ "ic-typography"
14660
+ ],
14661
+ "ic-input-label": [
14662
+ "ic-typography"
14663
+ ]
14096
14664
  }
14097
14665
  },
14098
14666
  {
@@ -14175,9 +14743,13 @@
14175
14743
  ],
14176
14744
  "parts": [],
14177
14745
  "dependents": [],
14178
- "dependencies": ["ic-typography"],
14746
+ "dependencies": [
14747
+ "ic-typography"
14748
+ ],
14179
14749
  "dependencyGraph": {
14180
- "ic-tab": ["ic-typography"]
14750
+ "ic-tab": [
14751
+ "ic-typography"
14752
+ ]
14181
14753
  }
14182
14754
  },
14183
14755
  {
@@ -14465,13 +15037,26 @@
14465
15037
  "slots": [],
14466
15038
  "parts": [],
14467
15039
  "dependents": [],
14468
- "dependencies": ["ic-horizontal-scroll"],
15040
+ "dependencies": [
15041
+ "ic-horizontal-scroll"
15042
+ ],
14469
15043
  "dependencyGraph": {
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"]
15044
+ "ic-tab-group": [
15045
+ "ic-horizontal-scroll"
15046
+ ],
15047
+ "ic-horizontal-scroll": [
15048
+ "ic-button"
15049
+ ],
15050
+ "ic-button": [
15051
+ "ic-loading-indicator",
15052
+ "ic-tooltip"
15053
+ ],
15054
+ "ic-loading-indicator": [
15055
+ "ic-typography"
15056
+ ],
15057
+ "ic-tooltip": [
15058
+ "ic-typography"
15059
+ ]
14475
15060
  }
14476
15061
  },
14477
15062
  {
@@ -15657,7 +16242,9 @@
15657
16242
  }
15658
16243
  ],
15659
16244
  "parts": [],
15660
- "dependents": ["ic-search-bar"],
16245
+ "dependents": [
16246
+ "ic-search-bar"
16247
+ ],
15661
16248
  "dependencies": [
15662
16249
  "ic-input-container",
15663
16250
  "ic-input-label",
@@ -15673,9 +16260,15 @@
15673
16260
  "ic-input-validation",
15674
16261
  "ic-typography"
15675
16262
  ],
15676
- "ic-input-label": ["ic-typography"],
15677
- "ic-input-validation": ["ic-typography"],
15678
- "ic-search-bar": ["ic-text-field"]
16263
+ "ic-input-label": [
16264
+ "ic-typography"
16265
+ ],
16266
+ "ic-input-validation": [
16267
+ "ic-typography"
16268
+ ],
16269
+ "ic-search-bar": [
16270
+ "ic-text-field"
16271
+ ]
15679
16272
  }
15680
16273
  },
15681
16274
  {
@@ -15982,12 +16575,27 @@
15982
16575
  ],
15983
16576
  "parts": [],
15984
16577
  "dependents": [],
15985
- "dependencies": ["ic-typography", "ic-loading-indicator", "ic-button"],
16578
+ "dependencies": [
16579
+ "ic-typography",
16580
+ "ic-loading-indicator",
16581
+ "ic-button"
16582
+ ],
15986
16583
  "dependencyGraph": {
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"]
16584
+ "ic-toast": [
16585
+ "ic-typography",
16586
+ "ic-loading-indicator",
16587
+ "ic-button"
16588
+ ],
16589
+ "ic-loading-indicator": [
16590
+ "ic-typography"
16591
+ ],
16592
+ "ic-button": [
16593
+ "ic-loading-indicator",
16594
+ "ic-tooltip"
16595
+ ],
16596
+ "ic-tooltip": [
16597
+ "ic-typography"
16598
+ ]
15991
16599
  }
15992
16600
  },
15993
16601
  {
@@ -16091,31 +16699,367 @@
16091
16699
  "dependencyGraph": {}
16092
16700
  },
16093
16701
  {
16094
- "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
16702
+ "filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
16095
16703
  "encapsulation": "shadow",
16096
- "tag": "ic-tooltip",
16097
- "readme": "# ic-tooltip\n\n\n",
16704
+ "tag": "ic-toggle-button",
16705
+ "readme": "# ic-toggle-button\n\n\n",
16098
16706
  "docs": "",
16099
- "docsTags": [],
16707
+ "docsTags": [
16708
+ {
16709
+ "name": "slot",
16710
+ "text": "icon - Content will be displayed alongside the toggle button label."
16711
+ },
16712
+ {
16713
+ "name": "slot",
16714
+ "text": "badge - Badge component overlaying the top right of the toggle button."
16715
+ }
16716
+ ],
16100
16717
  "usage": {},
16101
16718
  "props": [
16102
16719
  {
16103
- "name": "disableHover",
16104
- "type": "boolean",
16720
+ "name": "accessibleLabel",
16721
+ "type": "string",
16105
16722
  "complexType": {
16106
- "original": "boolean",
16107
- "resolved": "boolean",
16723
+ "original": "string",
16724
+ "resolved": "string",
16108
16725
  "references": {}
16109
16726
  },
16110
16727
  "mutable": false,
16111
- "attr": "disable-hover",
16728
+ "attr": "accessible-label",
16112
16729
  "reflectToAttr": false,
16113
- "docs": "If `true`, the tooltip will not be displayed on hover, it will require a click.",
16730
+ "docs": "The accessible label that will be applied to the toggle button. This is required for the icon variant of toggle buttons.",
16114
16731
  "docsTags": [],
16115
- "default": "false",
16116
16732
  "values": [
16117
16733
  {
16118
- "type": "boolean"
16734
+ "type": "string"
16735
+ }
16736
+ ],
16737
+ "optional": true,
16738
+ "required": false
16739
+ },
16740
+ {
16741
+ "name": "appearance",
16742
+ "type": "\"dark\" | \"default\" | \"light\"",
16743
+ "complexType": {
16744
+ "original": "IcThemeForeground",
16745
+ "resolved": "\"dark\" | \"default\" | \"light\"",
16746
+ "references": {
16747
+ "IcThemeForeground": {
16748
+ "location": "import",
16749
+ "path": "../../utils/types",
16750
+ "id": "src/utils/types.ts::IcThemeForeground"
16751
+ }
16752
+ }
16753
+ },
16754
+ "mutable": false,
16755
+ "attr": "appearance",
16756
+ "reflectToAttr": false,
16757
+ "docs": "The appearance of the toggle button.",
16758
+ "docsTags": [],
16759
+ "default": "\"default\"",
16760
+ "values": [
16761
+ {
16762
+ "value": "dark",
16763
+ "type": "string"
16764
+ },
16765
+ {
16766
+ "value": "default",
16767
+ "type": "string"
16768
+ },
16769
+ {
16770
+ "value": "light",
16771
+ "type": "string"
16772
+ }
16773
+ ],
16774
+ "optional": true,
16775
+ "required": false
16776
+ },
16777
+ {
16778
+ "name": "disabled",
16779
+ "type": "boolean",
16780
+ "complexType": {
16781
+ "original": "boolean",
16782
+ "resolved": "boolean",
16783
+ "references": {}
16784
+ },
16785
+ "mutable": false,
16786
+ "attr": "disabled",
16787
+ "reflectToAttr": false,
16788
+ "docs": "If `true`, the toggle button will be in disabled state.",
16789
+ "docsTags": [],
16790
+ "default": "false",
16791
+ "values": [
16792
+ {
16793
+ "type": "boolean"
16794
+ }
16795
+ ],
16796
+ "optional": true,
16797
+ "required": false
16798
+ },
16799
+ {
16800
+ "name": "fullWidth",
16801
+ "type": "boolean",
16802
+ "complexType": {
16803
+ "original": "boolean",
16804
+ "resolved": "boolean",
16805
+ "references": {}
16806
+ },
16807
+ "mutable": false,
16808
+ "attr": "full-width",
16809
+ "reflectToAttr": false,
16810
+ "docs": "If `true`, the toggle button will fill the width of the container.",
16811
+ "docsTags": [],
16812
+ "default": "false",
16813
+ "values": [
16814
+ {
16815
+ "type": "boolean"
16816
+ }
16817
+ ],
16818
+ "optional": true,
16819
+ "required": false
16820
+ },
16821
+ {
16822
+ "name": "iconPlacement",
16823
+ "type": "\"left\" | \"right\" | \"top\"",
16824
+ "complexType": {
16825
+ "original": "\"left\" | \"right\" | \"top\"",
16826
+ "resolved": "\"left\" | \"right\" | \"top\"",
16827
+ "references": {}
16828
+ },
16829
+ "mutable": false,
16830
+ "attr": "icon-placement",
16831
+ "reflectToAttr": false,
16832
+ "docs": "The placement of the icon in relation to the toggle button label.",
16833
+ "docsTags": [],
16834
+ "values": [
16835
+ {
16836
+ "value": "left",
16837
+ "type": "string"
16838
+ },
16839
+ {
16840
+ "value": "right",
16841
+ "type": "string"
16842
+ },
16843
+ {
16844
+ "value": "top",
16845
+ "type": "string"
16846
+ }
16847
+ ],
16848
+ "optional": true,
16849
+ "required": false
16850
+ },
16851
+ {
16852
+ "name": "label",
16853
+ "type": "string",
16854
+ "complexType": {
16855
+ "original": "string",
16856
+ "resolved": "string",
16857
+ "references": {}
16858
+ },
16859
+ "mutable": false,
16860
+ "attr": "label",
16861
+ "reflectToAttr": false,
16862
+ "docs": "The label to display in the toggle button. This is required for the default variant of toggle buttons.",
16863
+ "docsTags": [],
16864
+ "values": [
16865
+ {
16866
+ "type": "string"
16867
+ }
16868
+ ],
16869
+ "optional": true,
16870
+ "required": false
16871
+ },
16872
+ {
16873
+ "name": "loading",
16874
+ "type": "boolean",
16875
+ "complexType": {
16876
+ "original": "boolean",
16877
+ "resolved": "boolean",
16878
+ "references": {}
16879
+ },
16880
+ "mutable": false,
16881
+ "attr": "loading",
16882
+ "reflectToAttr": false,
16883
+ "docs": "If `true`, the toggle button will be in loading state.",
16884
+ "docsTags": [],
16885
+ "default": "false",
16886
+ "values": [
16887
+ {
16888
+ "type": "boolean"
16889
+ }
16890
+ ],
16891
+ "optional": true,
16892
+ "required": false
16893
+ },
16894
+ {
16895
+ "name": "size",
16896
+ "type": "\"default\" | \"large\" | \"small\"",
16897
+ "complexType": {
16898
+ "original": "IcSizes",
16899
+ "resolved": "\"default\" | \"large\" | \"small\"",
16900
+ "references": {
16901
+ "IcSizes": {
16902
+ "location": "import",
16903
+ "path": "../../utils/types",
16904
+ "id": "src/utils/types.ts::IcSizes"
16905
+ }
16906
+ }
16907
+ },
16908
+ "mutable": false,
16909
+ "attr": "size",
16910
+ "reflectToAttr": false,
16911
+ "docs": "The size of the toggle button to be displayed.",
16912
+ "docsTags": [],
16913
+ "default": "\"default\"",
16914
+ "values": [
16915
+ {
16916
+ "value": "default",
16917
+ "type": "string"
16918
+ },
16919
+ {
16920
+ "value": "large",
16921
+ "type": "string"
16922
+ },
16923
+ {
16924
+ "value": "small",
16925
+ "type": "string"
16926
+ }
16927
+ ],
16928
+ "optional": true,
16929
+ "required": false
16930
+ },
16931
+ {
16932
+ "name": "toggleChecked",
16933
+ "type": "boolean",
16934
+ "complexType": {
16935
+ "original": "boolean",
16936
+ "resolved": "boolean",
16937
+ "references": {}
16938
+ },
16939
+ "mutable": true,
16940
+ "attr": "toggle-checked",
16941
+ "reflectToAttr": true,
16942
+ "docs": "If `true`, the toggle button will be in a checked state.",
16943
+ "docsTags": [],
16944
+ "default": "false",
16945
+ "values": [
16946
+ {
16947
+ "type": "boolean"
16948
+ }
16949
+ ],
16950
+ "optional": false,
16951
+ "required": false
16952
+ },
16953
+ {
16954
+ "name": "variant",
16955
+ "type": "\"default\" | \"icon\"",
16956
+ "complexType": {
16957
+ "original": "\"default\" | \"icon\"",
16958
+ "resolved": "\"default\" | \"icon\"",
16959
+ "references": {}
16960
+ },
16961
+ "mutable": false,
16962
+ "attr": "variant",
16963
+ "reflectToAttr": true,
16964
+ "docs": "The variant of the toggle button.",
16965
+ "docsTags": [],
16966
+ "default": "\"default\"",
16967
+ "values": [
16968
+ {
16969
+ "value": "default",
16970
+ "type": "string"
16971
+ },
16972
+ {
16973
+ "value": "icon",
16974
+ "type": "string"
16975
+ }
16976
+ ],
16977
+ "optional": false,
16978
+ "required": false
16979
+ }
16980
+ ],
16981
+ "methods": [],
16982
+ "events": [
16983
+ {
16984
+ "event": "icToggleChecked",
16985
+ "detail": "{ checked: boolean; }",
16986
+ "bubbles": true,
16987
+ "complexType": {
16988
+ "original": "{\n checked: boolean;\n }",
16989
+ "resolved": "{ checked: boolean; }",
16990
+ "references": {}
16991
+ },
16992
+ "cancelable": true,
16993
+ "composed": true,
16994
+ "docs": "Emitted when the user clicks a toggle button.",
16995
+ "docsTags": []
16996
+ }
16997
+ ],
16998
+ "listeners": [
16999
+ {
17000
+ "event": "click",
17001
+ "capture": true,
17002
+ "passive": false
17003
+ }
17004
+ ],
17005
+ "styles": [],
17006
+ "slots": [
17007
+ {
17008
+ "name": "badge",
17009
+ "docs": "Badge component overlaying the top right of the toggle button."
17010
+ },
17011
+ {
17012
+ "name": "icon",
17013
+ "docs": "Content will be displayed alongside the toggle button label."
17014
+ }
17015
+ ],
17016
+ "parts": [],
17017
+ "dependents": [],
17018
+ "dependencies": [
17019
+ "ic-button"
17020
+ ],
17021
+ "dependencyGraph": {
17022
+ "ic-toggle-button": [
17023
+ "ic-button"
17024
+ ],
17025
+ "ic-button": [
17026
+ "ic-loading-indicator",
17027
+ "ic-tooltip"
17028
+ ],
17029
+ "ic-loading-indicator": [
17030
+ "ic-typography"
17031
+ ],
17032
+ "ic-tooltip": [
17033
+ "ic-typography"
17034
+ ]
17035
+ }
17036
+ },
17037
+ {
17038
+ "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
17039
+ "encapsulation": "shadow",
17040
+ "tag": "ic-tooltip",
17041
+ "readme": "# ic-tooltip\n\n\n",
17042
+ "docs": "",
17043
+ "docsTags": [],
17044
+ "usage": {},
17045
+ "props": [
17046
+ {
17047
+ "name": "disableHover",
17048
+ "type": "boolean",
17049
+ "complexType": {
17050
+ "original": "boolean",
17051
+ "resolved": "boolean",
17052
+ "references": {}
17053
+ },
17054
+ "mutable": false,
17055
+ "attr": "disable-hover",
17056
+ "reflectToAttr": false,
17057
+ "docs": "If `true`, the tooltip will not be displayed on hover, it will require a click.",
17058
+ "docsTags": [],
17059
+ "default": "false",
17060
+ "values": [
17061
+ {
17062
+ "type": "boolean"
16119
17063
  }
16120
17064
  ],
16121
17065
  "optional": true,
@@ -16324,13 +17268,27 @@
16324
17268
  ],
16325
17269
  "slots": [],
16326
17270
  "parts": [],
16327
- "dependents": ["ic-button", "ic-chip", "ic-navigation-item"],
16328
- "dependencies": ["ic-typography"],
17271
+ "dependents": [
17272
+ "ic-button",
17273
+ "ic-chip",
17274
+ "ic-navigation-item"
17275
+ ],
17276
+ "dependencies": [
17277
+ "ic-typography"
17278
+ ],
16329
17279
  "dependencyGraph": {
16330
- "ic-tooltip": ["ic-typography"],
16331
- "ic-button": ["ic-tooltip"],
16332
- "ic-chip": ["ic-tooltip"],
16333
- "ic-navigation-item": ["ic-tooltip"]
17280
+ "ic-tooltip": [
17281
+ "ic-typography"
17282
+ ],
17283
+ "ic-button": [
17284
+ "ic-tooltip"
17285
+ ],
17286
+ "ic-chip": [
17287
+ "ic-tooltip"
17288
+ ],
17289
+ "ic-navigation-item": [
17290
+ "ic-tooltip"
17291
+ ]
16334
17292
  }
16335
17293
  },
16336
17294
  {
@@ -16628,11 +17586,23 @@
16628
17586
  "ic-horizontal-scroll",
16629
17587
  "ic-navigation-menu"
16630
17588
  ],
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"]
17589
+ "ic-button": [
17590
+ "ic-loading-indicator",
17591
+ "ic-tooltip"
17592
+ ],
17593
+ "ic-loading-indicator": [
17594
+ "ic-typography"
17595
+ ],
17596
+ "ic-tooltip": [
17597
+ "ic-typography"
17598
+ ],
17599
+ "ic-horizontal-scroll": [
17600
+ "ic-button"
17601
+ ],
17602
+ "ic-navigation-menu": [
17603
+ "ic-button",
17604
+ "ic-typography"
17605
+ ]
16636
17606
  }
16637
17607
  },
16638
17608
  {
@@ -16914,45 +17884,123 @@
16914
17884
  ],
16915
17885
  "dependencies": [],
16916
17886
  "dependencyGraph": {
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"]
17887
+ "ic-accordion": [
17888
+ "ic-typography"
17889
+ ],
17890
+ "ic-accordion-group": [
17891
+ "ic-typography"
17892
+ ],
17893
+ "ic-alert": [
17894
+ "ic-typography"
17895
+ ],
17896
+ "ic-back-to-top": [
17897
+ "ic-typography"
17898
+ ],
17899
+ "ic-badge": [
17900
+ "ic-typography"
17901
+ ],
17902
+ "ic-card": [
17903
+ "ic-typography"
17904
+ ],
17905
+ "ic-checkbox": [
17906
+ "ic-typography"
17907
+ ],
17908
+ "ic-chip": [
17909
+ "ic-typography"
17910
+ ],
17911
+ "ic-classification-banner": [
17912
+ "ic-typography"
17913
+ ],
17914
+ "ic-data-entity": [
17915
+ "ic-typography"
17916
+ ],
17917
+ "ic-data-row": [
17918
+ "ic-typography"
17919
+ ],
17920
+ "ic-dialog": [
17921
+ "ic-typography"
17922
+ ],
17923
+ "ic-empty-state": [
17924
+ "ic-typography"
17925
+ ],
17926
+ "ic-footer": [
17927
+ "ic-typography"
17928
+ ],
17929
+ "ic-footer-link-group": [
17930
+ "ic-typography"
17931
+ ],
17932
+ "ic-hero": [
17933
+ "ic-typography"
17934
+ ],
17935
+ "ic-input-label": [
17936
+ "ic-typography"
17937
+ ],
17938
+ "ic-input-validation": [
17939
+ "ic-typography"
17940
+ ],
17941
+ "ic-loading-indicator": [
17942
+ "ic-typography"
17943
+ ],
17944
+ "ic-menu": [
17945
+ "ic-typography"
17946
+ ],
17947
+ "ic-menu-group": [
17948
+ "ic-typography"
17949
+ ],
17950
+ "ic-menu-item": [
17951
+ "ic-typography"
17952
+ ],
17953
+ "ic-navigation-group": [
17954
+ "ic-typography"
17955
+ ],
17956
+ "ic-navigation-item": [
17957
+ "ic-typography"
17958
+ ],
17959
+ "ic-navigation-menu": [
17960
+ "ic-typography"
17961
+ ],
17962
+ "ic-page-header": [
17963
+ "ic-typography"
17964
+ ],
17965
+ "ic-pagination-item": [
17966
+ "ic-typography"
17967
+ ],
17968
+ "ic-popover-menu": [
17969
+ "ic-typography"
17970
+ ],
17971
+ "ic-radio-option": [
17972
+ "ic-typography"
17973
+ ],
17974
+ "ic-select": [
17975
+ "ic-typography"
17976
+ ],
17977
+ "ic-side-navigation": [
17978
+ "ic-typography"
17979
+ ],
17980
+ "ic-status-tag": [
17981
+ "ic-typography"
17982
+ ],
17983
+ "ic-step": [
17984
+ "ic-typography"
17985
+ ],
17986
+ "ic-switch": [
17987
+ "ic-typography"
17988
+ ],
17989
+ "ic-tab": [
17990
+ "ic-typography"
17991
+ ],
17992
+ "ic-text-field": [
17993
+ "ic-typography"
17994
+ ],
17995
+ "ic-toast": [
17996
+ "ic-typography"
17997
+ ],
17998
+ "ic-tooltip": [
17999
+ "ic-typography"
18000
+ ],
18001
+ "ic-top-navigation": [
18002
+ "ic-typography"
18003
+ ]
16956
18004
  }
16957
18005
  }
16958
18006
  ],
@@ -17258,4 +18306,4 @@
17258
18306
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
17259
18307
  }
17260
18308
  }
17261
- }
18309
+ }