@ukic/docs 2.9.0 → 2.9.1

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 +979 -279
  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-22T11:57:10",
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
  {
@@ -1381,6 +1437,50 @@
1381
1437
  "optional": true,
1382
1438
  "required": false
1383
1439
  },
1440
+ {
1441
+ "name": "dropdown",
1442
+ "type": "boolean",
1443
+ "complexType": {
1444
+ "original": "boolean",
1445
+ "resolved": "boolean",
1446
+ "references": {}
1447
+ },
1448
+ "mutable": false,
1449
+ "attr": "dropdown",
1450
+ "reflectToAttr": false,
1451
+ "docs": "If `true`, the button will show a dropdown icon.",
1452
+ "docsTags": [],
1453
+ "default": "false",
1454
+ "values": [
1455
+ {
1456
+ "type": "boolean"
1457
+ }
1458
+ ],
1459
+ "optional": true,
1460
+ "required": false
1461
+ },
1462
+ {
1463
+ "name": "dropdownExpanded",
1464
+ "type": "boolean",
1465
+ "complexType": {
1466
+ "original": "boolean",
1467
+ "resolved": "boolean",
1468
+ "references": {}
1469
+ },
1470
+ "mutable": true,
1471
+ "attr": "dropdown-expanded",
1472
+ "reflectToAttr": true,
1473
+ "docs": "If `true`, the aria-expanded value will be set to true. This is only applied if the dropdown prop is also true.",
1474
+ "docsTags": [],
1475
+ "default": "false",
1476
+ "values": [
1477
+ {
1478
+ "type": "boolean"
1479
+ }
1480
+ ],
1481
+ "optional": true,
1482
+ "required": false
1483
+ },
1384
1484
  {
1385
1485
  "name": "form",
1386
1486
  "type": "string",
@@ -1991,26 +2091,66 @@
1991
2091
  "ic-toast",
1992
2092
  "ic-top-navigation"
1993
2093
  ],
1994
- "dependencies": ["ic-loading-indicator", "ic-tooltip"],
2094
+ "dependencies": [
2095
+ "ic-loading-indicator",
2096
+ "ic-tooltip"
2097
+ ],
1995
2098
  "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"]
2099
+ "ic-button": [
2100
+ "ic-loading-indicator",
2101
+ "ic-tooltip"
2102
+ ],
2103
+ "ic-loading-indicator": [
2104
+ "ic-typography"
2105
+ ],
2106
+ "ic-tooltip": [
2107
+ "ic-typography"
2108
+ ],
2109
+ "ic-accordion-group": [
2110
+ "ic-button"
2111
+ ],
2112
+ "ic-alert": [
2113
+ "ic-button"
2114
+ ],
2115
+ "ic-card": [
2116
+ "ic-button"
2117
+ ],
2118
+ "ic-dialog": [
2119
+ "ic-button"
2120
+ ],
2121
+ "ic-horizontal-scroll": [
2122
+ "ic-button"
2123
+ ],
2124
+ "ic-menu": [
2125
+ "ic-button"
2126
+ ],
2127
+ "ic-menu-item": [
2128
+ "ic-button"
2129
+ ],
2130
+ "ic-navigation-button": [
2131
+ "ic-button"
2132
+ ],
2133
+ "ic-navigation-menu": [
2134
+ "ic-button"
2135
+ ],
2136
+ "ic-pagination": [
2137
+ "ic-button"
2138
+ ],
2139
+ "ic-search-bar": [
2140
+ "ic-button"
2141
+ ],
2142
+ "ic-select": [
2143
+ "ic-button"
2144
+ ],
2145
+ "ic-side-navigation": [
2146
+ "ic-button"
2147
+ ],
2148
+ "ic-toast": [
2149
+ "ic-button"
2150
+ ],
2151
+ "ic-top-navigation": [
2152
+ "ic-button"
2153
+ ]
2014
2154
  }
2015
2155
  },
2016
2156
  {
@@ -2450,12 +2590,25 @@
2450
2590
  ],
2451
2591
  "parts": [],
2452
2592
  "dependents": [],
2453
- "dependencies": ["ic-typography", "ic-button"],
2593
+ "dependencies": [
2594
+ "ic-typography",
2595
+ "ic-button"
2596
+ ],
2454
2597
  "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"]
2598
+ "ic-card": [
2599
+ "ic-typography",
2600
+ "ic-button"
2601
+ ],
2602
+ "ic-button": [
2603
+ "ic-loading-indicator",
2604
+ "ic-tooltip"
2605
+ ],
2606
+ "ic-loading-indicator": [
2607
+ "ic-typography"
2608
+ ],
2609
+ "ic-tooltip": [
2610
+ "ic-typography"
2611
+ ]
2459
2612
  }
2460
2613
  },
2461
2614
  {
@@ -2942,9 +3095,13 @@
2942
3095
  ],
2943
3096
  "parts": [],
2944
3097
  "dependents": [],
2945
- "dependencies": ["ic-typography"],
3098
+ "dependencies": [
3099
+ "ic-typography"
3100
+ ],
2946
3101
  "dependencyGraph": {
2947
- "ic-checkbox": ["ic-typography"]
3102
+ "ic-checkbox": [
3103
+ "ic-typography"
3104
+ ]
2948
3105
  }
2949
3106
  },
2950
3107
  {
@@ -3253,11 +3410,21 @@
3253
3410
  "slots": [],
3254
3411
  "parts": [],
3255
3412
  "dependents": [],
3256
- "dependencies": ["ic-input-label", "ic-input-validation"],
3413
+ "dependencies": [
3414
+ "ic-input-label",
3415
+ "ic-input-validation"
3416
+ ],
3257
3417
  "dependencyGraph": {
3258
- "ic-checkbox-group": ["ic-input-label", "ic-input-validation"],
3259
- "ic-input-label": ["ic-typography"],
3260
- "ic-input-validation": ["ic-typography"]
3418
+ "ic-checkbox-group": [
3419
+ "ic-input-label",
3420
+ "ic-input-validation"
3421
+ ],
3422
+ "ic-input-label": [
3423
+ "ic-typography"
3424
+ ],
3425
+ "ic-input-validation": [
3426
+ "ic-typography"
3427
+ ]
3261
3428
  }
3262
3429
  },
3263
3430
  {
@@ -3554,10 +3721,18 @@
3554
3721
  ],
3555
3722
  "parts": [],
3556
3723
  "dependents": [],
3557
- "dependencies": ["ic-typography", "ic-tooltip"],
3724
+ "dependencies": [
3725
+ "ic-typography",
3726
+ "ic-tooltip"
3727
+ ],
3558
3728
  "dependencyGraph": {
3559
- "ic-chip": ["ic-typography", "ic-tooltip"],
3560
- "ic-tooltip": ["ic-typography"]
3729
+ "ic-chip": [
3730
+ "ic-typography",
3731
+ "ic-tooltip"
3732
+ ],
3733
+ "ic-tooltip": [
3734
+ "ic-typography"
3735
+ ]
3561
3736
  }
3562
3737
  },
3563
3738
  {
@@ -3716,9 +3891,13 @@
3716
3891
  "slots": [],
3717
3892
  "parts": [],
3718
3893
  "dependents": [],
3719
- "dependencies": ["ic-typography"],
3894
+ "dependencies": [
3895
+ "ic-typography"
3896
+ ],
3720
3897
  "dependencyGraph": {
3721
- "ic-classification-banner": ["ic-typography"]
3898
+ "ic-classification-banner": [
3899
+ "ic-typography"
3900
+ ]
3722
3901
  }
3723
3902
  },
3724
3903
  {
@@ -3830,9 +4009,13 @@
3830
4009
  ],
3831
4010
  "parts": [],
3832
4011
  "dependents": [],
3833
- "dependencies": ["ic-typography"],
4012
+ "dependencies": [
4013
+ "ic-typography"
4014
+ ],
3834
4015
  "dependencyGraph": {
3835
- "ic-data-entity": ["ic-typography"]
4016
+ "ic-data-entity": [
4017
+ "ic-typography"
4018
+ ]
3836
4019
  }
3837
4020
  },
3838
4021
  {
@@ -3981,9 +4164,13 @@
3981
4164
  ],
3982
4165
  "parts": [],
3983
4166
  "dependents": [],
3984
- "dependencies": ["ic-typography"],
4167
+ "dependencies": [
4168
+ "ic-typography"
4169
+ ],
3985
4170
  "dependencyGraph": {
3986
- "ic-data-row": ["ic-typography"]
4171
+ "ic-data-row": [
4172
+ "ic-typography"
4173
+ ]
3987
4174
  }
3988
4175
  },
3989
4176
  {
@@ -4559,13 +4746,31 @@
4559
4746
  ],
4560
4747
  "parts": [],
4561
4748
  "dependents": [],
4562
- "dependencies": ["ic-typography", "ic-button", "ic-alert"],
4749
+ "dependencies": [
4750
+ "ic-typography",
4751
+ "ic-button",
4752
+ "ic-alert"
4753
+ ],
4563
4754
  "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"]
4755
+ "ic-dialog": [
4756
+ "ic-typography",
4757
+ "ic-button",
4758
+ "ic-alert"
4759
+ ],
4760
+ "ic-button": [
4761
+ "ic-loading-indicator",
4762
+ "ic-tooltip"
4763
+ ],
4764
+ "ic-loading-indicator": [
4765
+ "ic-typography"
4766
+ ],
4767
+ "ic-tooltip": [
4768
+ "ic-typography"
4769
+ ],
4770
+ "ic-alert": [
4771
+ "ic-typography",
4772
+ "ic-button"
4773
+ ]
4569
4774
  }
4570
4775
  },
4571
4776
  {
@@ -4590,10 +4795,14 @@
4590
4795
  "styles": [],
4591
4796
  "slots": [],
4592
4797
  "parts": [],
4593
- "dependents": ["ic-side-navigation"],
4798
+ "dependents": [
4799
+ "ic-side-navigation"
4800
+ ],
4594
4801
  "dependencies": [],
4595
4802
  "dependencyGraph": {
4596
- "ic-side-navigation": ["ic-divider"]
4803
+ "ic-side-navigation": [
4804
+ "ic-divider"
4805
+ ]
4597
4806
  }
4598
4807
  },
4599
4808
  {
@@ -4813,9 +5022,13 @@
4813
5022
  ],
4814
5023
  "parts": [],
4815
5024
  "dependents": [],
4816
- "dependencies": ["ic-typography"],
5025
+ "dependencies": [
5026
+ "ic-typography"
5027
+ ],
4817
5028
  "dependencyGraph": {
4818
- "ic-empty-state": ["ic-typography"]
5029
+ "ic-empty-state": [
5030
+ "ic-typography"
5031
+ ]
4819
5032
  }
4820
5033
  },
4821
5034
  {
@@ -5044,9 +5257,15 @@
5044
5257
  ],
5045
5258
  "parts": [],
5046
5259
  "dependents": [],
5047
- "dependencies": ["ic-section-container", "ic-typography"],
5260
+ "dependencies": [
5261
+ "ic-section-container",
5262
+ "ic-typography"
5263
+ ],
5048
5264
  "dependencyGraph": {
5049
- "ic-footer": ["ic-section-container", "ic-typography"]
5265
+ "ic-footer": [
5266
+ "ic-section-container",
5267
+ "ic-typography"
5268
+ ]
5050
5269
  }
5051
5270
  },
5052
5271
  {
@@ -5301,9 +5520,15 @@
5301
5520
  "slots": [],
5302
5521
  "parts": [],
5303
5522
  "dependents": [],
5304
- "dependencies": ["ic-typography", "ic-section-container"],
5523
+ "dependencies": [
5524
+ "ic-typography",
5525
+ "ic-section-container"
5526
+ ],
5305
5527
  "dependencyGraph": {
5306
- "ic-footer-link-group": ["ic-typography", "ic-section-container"]
5528
+ "ic-footer-link-group": [
5529
+ "ic-typography",
5530
+ "ic-section-container"
5531
+ ]
5307
5532
  }
5308
5533
  },
5309
5534
  {
@@ -5628,9 +5853,15 @@
5628
5853
  ],
5629
5854
  "parts": [],
5630
5855
  "dependents": [],
5631
- "dependencies": ["ic-section-container", "ic-typography"],
5856
+ "dependencies": [
5857
+ "ic-section-container",
5858
+ "ic-typography"
5859
+ ],
5632
5860
  "dependencyGraph": {
5633
- "ic-hero": ["ic-section-container", "ic-typography"]
5861
+ "ic-hero": [
5862
+ "ic-section-container",
5863
+ "ic-typography"
5864
+ ]
5634
5865
  }
5635
5866
  },
5636
5867
  {
@@ -5686,16 +5917,37 @@
5686
5917
  "styles": [],
5687
5918
  "slots": [],
5688
5919
  "parts": [],
5689
- "dependents": ["ic-page-header", "ic-tab-group", "ic-top-navigation"],
5690
- "dependencies": ["ic-button"],
5920
+ "dependents": [
5921
+ "ic-page-header",
5922
+ "ic-tab-group",
5923
+ "ic-top-navigation"
5924
+ ],
5925
+ "dependencies": [
5926
+ "ic-button"
5927
+ ],
5691
5928
  "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"]
5929
+ "ic-horizontal-scroll": [
5930
+ "ic-button"
5931
+ ],
5932
+ "ic-button": [
5933
+ "ic-loading-indicator",
5934
+ "ic-tooltip"
5935
+ ],
5936
+ "ic-loading-indicator": [
5937
+ "ic-typography"
5938
+ ],
5939
+ "ic-tooltip": [
5940
+ "ic-typography"
5941
+ ],
5942
+ "ic-page-header": [
5943
+ "ic-horizontal-scroll"
5944
+ ],
5945
+ "ic-tab-group": [
5946
+ "ic-horizontal-scroll"
5947
+ ],
5948
+ "ic-top-navigation": [
5949
+ "ic-horizontal-scroll"
5950
+ ]
5699
5951
  }
5700
5952
  },
5701
5953
  {
@@ -5996,11 +6248,18 @@
5996
6248
  }
5997
6249
  ],
5998
6250
  "parts": [],
5999
- "dependents": ["ic-select", "ic-text-field"],
6251
+ "dependents": [
6252
+ "ic-select",
6253
+ "ic-text-field"
6254
+ ],
6000
6255
  "dependencies": [],
6001
6256
  "dependencyGraph": {
6002
- "ic-select": ["ic-input-component-container"],
6003
- "ic-text-field": ["ic-input-component-container"]
6257
+ "ic-select": [
6258
+ "ic-input-component-container"
6259
+ ],
6260
+ "ic-text-field": [
6261
+ "ic-input-component-container"
6262
+ ]
6004
6263
  }
6005
6264
  },
6006
6265
  {
@@ -6063,11 +6322,18 @@
6063
6322
  "styles": [],
6064
6323
  "slots": [],
6065
6324
  "parts": [],
6066
- "dependents": ["ic-select", "ic-text-field"],
6325
+ "dependents": [
6326
+ "ic-select",
6327
+ "ic-text-field"
6328
+ ],
6067
6329
  "dependencies": [],
6068
6330
  "dependencyGraph": {
6069
- "ic-select": ["ic-input-container"],
6070
- "ic-text-field": ["ic-input-container"]
6331
+ "ic-select": [
6332
+ "ic-input-container"
6333
+ ],
6334
+ "ic-text-field": [
6335
+ "ic-input-container"
6336
+ ]
6071
6337
  }
6072
6338
  },
6073
6339
  {
@@ -6300,14 +6566,28 @@
6300
6566
  "ic-switch",
6301
6567
  "ic-text-field"
6302
6568
  ],
6303
- "dependencies": ["ic-typography"],
6569
+ "dependencies": [
6570
+ "ic-typography"
6571
+ ],
6304
6572
  "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"]
6573
+ "ic-input-label": [
6574
+ "ic-typography"
6575
+ ],
6576
+ "ic-checkbox-group": [
6577
+ "ic-input-label"
6578
+ ],
6579
+ "ic-radio-group": [
6580
+ "ic-input-label"
6581
+ ],
6582
+ "ic-select": [
6583
+ "ic-input-label"
6584
+ ],
6585
+ "ic-switch": [
6586
+ "ic-input-label"
6587
+ ],
6588
+ "ic-text-field": [
6589
+ "ic-input-label"
6590
+ ]
6311
6591
  }
6312
6592
  },
6313
6593
  {
@@ -6479,13 +6759,25 @@
6479
6759
  "ic-select",
6480
6760
  "ic-text-field"
6481
6761
  ],
6482
- "dependencies": ["ic-typography"],
6762
+ "dependencies": [
6763
+ "ic-typography"
6764
+ ],
6483
6765
  "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"]
6766
+ "ic-input-validation": [
6767
+ "ic-typography"
6768
+ ],
6769
+ "ic-checkbox-group": [
6770
+ "ic-input-validation"
6771
+ ],
6772
+ "ic-radio-group": [
6773
+ "ic-input-validation"
6774
+ ],
6775
+ "ic-select": [
6776
+ "ic-input-validation"
6777
+ ],
6778
+ "ic-text-field": [
6779
+ "ic-input-validation"
6780
+ ]
6489
6781
  }
6490
6782
  },
6491
6783
  {
@@ -6776,10 +7068,14 @@
6776
7068
  }
6777
7069
  ],
6778
7070
  "parts": [],
6779
- "dependents": ["ic-breadcrumb"],
7071
+ "dependents": [
7072
+ "ic-breadcrumb"
7073
+ ],
6780
7074
  "dependencies": [],
6781
7075
  "dependencyGraph": {
6782
- "ic-breadcrumb": ["ic-link"]
7076
+ "ic-breadcrumb": [
7077
+ "ic-link"
7078
+ ]
6783
7079
  }
6784
7080
  },
6785
7081
  {
@@ -7068,14 +7364,31 @@
7068
7364
  "docs": ""
7069
7365
  }
7070
7366
  ],
7071
- "dependents": ["ic-button", "ic-menu", "ic-step", "ic-toast"],
7072
- "dependencies": ["ic-typography"],
7367
+ "dependents": [
7368
+ "ic-button",
7369
+ "ic-menu",
7370
+ "ic-step",
7371
+ "ic-toast"
7372
+ ],
7373
+ "dependencies": [
7374
+ "ic-typography"
7375
+ ],
7073
7376
  "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"]
7377
+ "ic-loading-indicator": [
7378
+ "ic-typography"
7379
+ ],
7380
+ "ic-button": [
7381
+ "ic-loading-indicator"
7382
+ ],
7383
+ "ic-menu": [
7384
+ "ic-loading-indicator"
7385
+ ],
7386
+ "ic-step": [
7387
+ "ic-loading-indicator"
7388
+ ],
7389
+ "ic-toast": [
7390
+ "ic-loading-indicator"
7391
+ ]
7079
7392
  }
7080
7393
  },
7081
7394
  {
@@ -7497,15 +7810,37 @@
7497
7810
  ],
7498
7811
  "slots": [],
7499
7812
  "parts": [],
7500
- "dependents": ["ic-search-bar", "ic-select"],
7501
- "dependencies": ["ic-loading-indicator", "ic-typography", "ic-button"],
7813
+ "dependents": [
7814
+ "ic-search-bar",
7815
+ "ic-select"
7816
+ ],
7817
+ "dependencies": [
7818
+ "ic-loading-indicator",
7819
+ "ic-typography",
7820
+ "ic-button"
7821
+ ],
7502
7822
  "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"]
7823
+ "ic-menu": [
7824
+ "ic-loading-indicator",
7825
+ "ic-typography",
7826
+ "ic-button"
7827
+ ],
7828
+ "ic-loading-indicator": [
7829
+ "ic-typography"
7830
+ ],
7831
+ "ic-button": [
7832
+ "ic-loading-indicator",
7833
+ "ic-tooltip"
7834
+ ],
7835
+ "ic-tooltip": [
7836
+ "ic-typography"
7837
+ ],
7838
+ "ic-search-bar": [
7839
+ "ic-menu"
7840
+ ],
7841
+ "ic-select": [
7842
+ "ic-menu"
7843
+ ]
7509
7844
  }
7510
7845
  },
7511
7846
  {
@@ -7546,9 +7881,13 @@
7546
7881
  "slots": [],
7547
7882
  "parts": [],
7548
7883
  "dependents": [],
7549
- "dependencies": ["ic-typography"],
7884
+ "dependencies": [
7885
+ "ic-typography"
7886
+ ],
7550
7887
  "dependencyGraph": {
7551
- "ic-menu-group": ["ic-typography"]
7888
+ "ic-menu-group": [
7889
+ "ic-typography"
7890
+ ]
7552
7891
  }
7553
7892
  },
7554
7893
  {
@@ -7868,14 +8207,31 @@
7868
8207
  }
7869
8208
  ],
7870
8209
  "parts": [],
7871
- "dependents": ["ic-popover-menu"],
7872
- "dependencies": ["ic-typography", "ic-button"],
8210
+ "dependents": [
8211
+ "ic-popover-menu"
8212
+ ],
8213
+ "dependencies": [
8214
+ "ic-typography",
8215
+ "ic-button"
8216
+ ],
7873
8217
  "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"]
8218
+ "ic-menu-item": [
8219
+ "ic-typography",
8220
+ "ic-button"
8221
+ ],
8222
+ "ic-button": [
8223
+ "ic-loading-indicator",
8224
+ "ic-tooltip"
8225
+ ],
8226
+ "ic-loading-indicator": [
8227
+ "ic-typography"
8228
+ ],
8229
+ "ic-tooltip": [
8230
+ "ic-typography"
8231
+ ],
8232
+ "ic-popover-menu": [
8233
+ "ic-menu-item"
8234
+ ]
7879
8235
  }
7880
8236
  },
7881
8237
  {
@@ -8143,12 +8499,23 @@
8143
8499
  ],
8144
8500
  "parts": [],
8145
8501
  "dependents": [],
8146
- "dependencies": ["ic-button"],
8502
+ "dependencies": [
8503
+ "ic-button"
8504
+ ],
8147
8505
  "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"]
8506
+ "ic-navigation-button": [
8507
+ "ic-button"
8508
+ ],
8509
+ "ic-button": [
8510
+ "ic-loading-indicator",
8511
+ "ic-tooltip"
8512
+ ],
8513
+ "ic-loading-indicator": [
8514
+ "ic-typography"
8515
+ ],
8516
+ "ic-tooltip": [
8517
+ "ic-typography"
8518
+ ]
8152
8519
  }
8153
8520
  },
8154
8521
  {
@@ -8257,9 +8624,13 @@
8257
8624
  "slots": [],
8258
8625
  "parts": [],
8259
8626
  "dependents": [],
8260
- "dependencies": ["ic-typography"],
8627
+ "dependencies": [
8628
+ "ic-typography"
8629
+ ],
8261
8630
  "dependencyGraph": {
8262
- "ic-navigation-group": ["ic-typography"]
8631
+ "ic-navigation-group": [
8632
+ "ic-typography"
8633
+ ]
8263
8634
  }
8264
8635
  },
8265
8636
  {
@@ -8545,10 +8916,18 @@
8545
8916
  }
8546
8917
  ],
8547
8918
  "dependents": [],
8548
- "dependencies": ["ic-typography", "ic-tooltip"],
8919
+ "dependencies": [
8920
+ "ic-typography",
8921
+ "ic-tooltip"
8922
+ ],
8549
8923
  "dependencyGraph": {
8550
- "ic-navigation-item": ["ic-typography", "ic-tooltip"],
8551
- "ic-tooltip": ["ic-typography"]
8924
+ "ic-navigation-item": [
8925
+ "ic-typography",
8926
+ "ic-tooltip"
8927
+ ],
8928
+ "ic-tooltip": [
8929
+ "ic-typography"
8930
+ ]
8552
8931
  }
8553
8932
  },
8554
8933
  {
@@ -8647,14 +9026,31 @@
8647
9026
  }
8648
9027
  ],
8649
9028
  "parts": [],
8650
- "dependents": ["ic-top-navigation"],
8651
- "dependencies": ["ic-button", "ic-typography"],
9029
+ "dependents": [
9030
+ "ic-top-navigation"
9031
+ ],
9032
+ "dependencies": [
9033
+ "ic-button",
9034
+ "ic-typography"
9035
+ ],
8652
9036
  "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"]
9037
+ "ic-navigation-menu": [
9038
+ "ic-button",
9039
+ "ic-typography"
9040
+ ],
9041
+ "ic-button": [
9042
+ "ic-loading-indicator",
9043
+ "ic-tooltip"
9044
+ ],
9045
+ "ic-loading-indicator": [
9046
+ "ic-typography"
9047
+ ],
9048
+ "ic-tooltip": [
9049
+ "ic-typography"
9050
+ ],
9051
+ "ic-top-navigation": [
9052
+ "ic-navigation-menu"
9053
+ ]
8658
9054
  }
8659
9055
  },
8660
9056
  {
@@ -8985,10 +9381,19 @@
8985
9381
  "ic-typography",
8986
9382
  "ic-horizontal-scroll"
8987
9383
  ],
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"]
9384
+ "ic-horizontal-scroll": [
9385
+ "ic-button"
9386
+ ],
9387
+ "ic-button": [
9388
+ "ic-loading-indicator",
9389
+ "ic-tooltip"
9390
+ ],
9391
+ "ic-loading-indicator": [
9392
+ "ic-typography"
9393
+ ],
9394
+ "ic-tooltip": [
9395
+ "ic-typography"
9396
+ ]
8992
9397
  }
8993
9398
  },
8994
9399
  {
@@ -9342,13 +9747,28 @@
9342
9747
  "slots": [],
9343
9748
  "parts": [],
9344
9749
  "dependents": [],
9345
- "dependencies": ["ic-button", "ic-pagination-item"],
9750
+ "dependencies": [
9751
+ "ic-button",
9752
+ "ic-pagination-item"
9753
+ ],
9346
9754
  "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"]
9755
+ "ic-pagination": [
9756
+ "ic-button",
9757
+ "ic-pagination-item"
9758
+ ],
9759
+ "ic-button": [
9760
+ "ic-loading-indicator",
9761
+ "ic-tooltip"
9762
+ ],
9763
+ "ic-loading-indicator": [
9764
+ "ic-typography"
9765
+ ],
9766
+ "ic-tooltip": [
9767
+ "ic-typography"
9768
+ ],
9769
+ "ic-pagination-item": [
9770
+ "ic-typography"
9771
+ ]
9352
9772
  }
9353
9773
  },
9354
9774
  {
@@ -9569,11 +9989,19 @@
9569
9989
  "styles": [],
9570
9990
  "slots": [],
9571
9991
  "parts": [],
9572
- "dependents": ["ic-pagination"],
9573
- "dependencies": ["ic-typography"],
9992
+ "dependents": [
9993
+ "ic-pagination"
9994
+ ],
9995
+ "dependencies": [
9996
+ "ic-typography"
9997
+ ],
9574
9998
  "dependencyGraph": {
9575
- "ic-pagination-item": ["ic-typography"],
9576
- "ic-pagination": ["ic-pagination-item"]
9999
+ "ic-pagination-item": [
10000
+ "ic-typography"
10001
+ ],
10002
+ "ic-pagination": [
10003
+ "ic-pagination-item"
10004
+ ]
9577
10005
  }
9578
10006
  },
9579
10007
  {
@@ -9651,7 +10079,22 @@
9651
10079
  }
9652
10080
  ],
9653
10081
  "methods": [],
9654
- "events": [],
10082
+ "events": [
10083
+ {
10084
+ "event": "icPopoverClosed",
10085
+ "detail": "void",
10086
+ "bubbles": true,
10087
+ "complexType": {
10088
+ "original": "void",
10089
+ "resolved": "void",
10090
+ "references": {}
10091
+ },
10092
+ "cancelable": true,
10093
+ "composed": true,
10094
+ "docs": "Emitted when the popover menu is closed.",
10095
+ "docsTags": []
10096
+ }
10097
+ ],
9655
10098
  "listeners": [
9656
10099
  {
9657
10100
  "event": "handleMenuItemClick",
@@ -9696,13 +10139,29 @@
9696
10139
  "slots": [],
9697
10140
  "parts": [],
9698
10141
  "dependents": [],
9699
- "dependencies": ["ic-menu-item", "ic-typography"],
10142
+ "dependencies": [
10143
+ "ic-menu-item",
10144
+ "ic-typography"
10145
+ ],
9700
10146
  "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"]
10147
+ "ic-popover-menu": [
10148
+ "ic-menu-item",
10149
+ "ic-typography"
10150
+ ],
10151
+ "ic-menu-item": [
10152
+ "ic-typography",
10153
+ "ic-button"
10154
+ ],
10155
+ "ic-button": [
10156
+ "ic-loading-indicator",
10157
+ "ic-tooltip"
10158
+ ],
10159
+ "ic-loading-indicator": [
10160
+ "ic-typography"
10161
+ ],
10162
+ "ic-tooltip": [
10163
+ "ic-typography"
10164
+ ]
9706
10165
  }
9707
10166
  },
9708
10167
  {
@@ -10039,11 +10498,21 @@
10039
10498
  "slots": [],
10040
10499
  "parts": [],
10041
10500
  "dependents": [],
10042
- "dependencies": ["ic-input-label", "ic-input-validation"],
10501
+ "dependencies": [
10502
+ "ic-input-label",
10503
+ "ic-input-validation"
10504
+ ],
10043
10505
  "dependencyGraph": {
10044
- "ic-radio-group": ["ic-input-label", "ic-input-validation"],
10045
- "ic-input-label": ["ic-typography"],
10046
- "ic-input-validation": ["ic-typography"]
10506
+ "ic-radio-group": [
10507
+ "ic-input-label",
10508
+ "ic-input-validation"
10509
+ ],
10510
+ "ic-input-label": [
10511
+ "ic-typography"
10512
+ ],
10513
+ "ic-input-validation": [
10514
+ "ic-typography"
10515
+ ]
10047
10516
  }
10048
10517
  },
10049
10518
  {
@@ -10472,9 +10941,13 @@
10472
10941
  ],
10473
10942
  "parts": [],
10474
10943
  "dependents": [],
10475
- "dependencies": ["ic-typography"],
10944
+ "dependencies": [
10945
+ "ic-typography"
10946
+ ],
10476
10947
  "dependencyGraph": {
10477
- "ic-radio-option": ["ic-typography"]
10948
+ "ic-radio-option": [
10949
+ "ic-typography"
10950
+ ]
10478
10951
  }
10479
10952
  },
10480
10953
  {
@@ -11698,9 +12171,17 @@
11698
12171
  "slots": [],
11699
12172
  "parts": [],
11700
12173
  "dependents": [],
11701
- "dependencies": ["ic-text-field", "ic-button", "ic-menu"],
12174
+ "dependencies": [
12175
+ "ic-text-field",
12176
+ "ic-button",
12177
+ "ic-menu"
12178
+ ],
11702
12179
  "dependencyGraph": {
11703
- "ic-search-bar": ["ic-text-field", "ic-button", "ic-menu"],
12180
+ "ic-search-bar": [
12181
+ "ic-text-field",
12182
+ "ic-button",
12183
+ "ic-menu"
12184
+ ],
11704
12185
  "ic-text-field": [
11705
12186
  "ic-input-container",
11706
12187
  "ic-input-label",
@@ -11708,12 +12189,27 @@
11708
12189
  "ic-input-validation",
11709
12190
  "ic-typography"
11710
12191
  ],
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"]
12192
+ "ic-input-label": [
12193
+ "ic-typography"
12194
+ ],
12195
+ "ic-input-validation": [
12196
+ "ic-typography"
12197
+ ],
12198
+ "ic-button": [
12199
+ "ic-loading-indicator",
12200
+ "ic-tooltip"
12201
+ ],
12202
+ "ic-loading-indicator": [
12203
+ "ic-typography"
12204
+ ],
12205
+ "ic-tooltip": [
12206
+ "ic-typography"
12207
+ ],
12208
+ "ic-menu": [
12209
+ "ic-loading-indicator",
12210
+ "ic-typography",
12211
+ "ic-button"
12212
+ ]
11717
12213
  }
11718
12214
  },
11719
12215
  {
@@ -11800,11 +12296,21 @@
11800
12296
  ],
11801
12297
  "dependencies": [],
11802
12298
  "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"]
12299
+ "ic-footer": [
12300
+ "ic-section-container"
12301
+ ],
12302
+ "ic-footer-link-group": [
12303
+ "ic-section-container"
12304
+ ],
12305
+ "ic-hero": [
12306
+ "ic-section-container"
12307
+ ],
12308
+ "ic-page-header": [
12309
+ "ic-section-container"
12310
+ ],
12311
+ "ic-top-navigation": [
12312
+ "ic-section-container"
12313
+ ]
11808
12314
  }
11809
12315
  },
11810
12316
  {
@@ -12818,12 +13324,27 @@
12818
13324
  "ic-menu",
12819
13325
  "ic-input-validation"
12820
13326
  ],
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"]
13327
+ "ic-input-label": [
13328
+ "ic-typography"
13329
+ ],
13330
+ "ic-button": [
13331
+ "ic-loading-indicator",
13332
+ "ic-tooltip"
13333
+ ],
13334
+ "ic-loading-indicator": [
13335
+ "ic-typography"
13336
+ ],
13337
+ "ic-tooltip": [
13338
+ "ic-typography"
13339
+ ],
13340
+ "ic-menu": [
13341
+ "ic-loading-indicator",
13342
+ "ic-typography",
13343
+ "ic-button"
13344
+ ],
13345
+ "ic-input-validation": [
13346
+ "ic-typography"
13347
+ ]
12827
13348
  }
12828
13349
  },
12829
13350
  {
@@ -13128,12 +13649,27 @@
13128
13649
  ],
13129
13650
  "parts": [],
13130
13651
  "dependents": [],
13131
- "dependencies": ["ic-typography", "ic-button", "ic-divider"],
13652
+ "dependencies": [
13653
+ "ic-typography",
13654
+ "ic-button",
13655
+ "ic-divider"
13656
+ ],
13132
13657
  "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"]
13658
+ "ic-side-navigation": [
13659
+ "ic-typography",
13660
+ "ic-button",
13661
+ "ic-divider"
13662
+ ],
13663
+ "ic-button": [
13664
+ "ic-loading-indicator",
13665
+ "ic-tooltip"
13666
+ ],
13667
+ "ic-loading-indicator": [
13668
+ "ic-typography"
13669
+ ],
13670
+ "ic-tooltip": [
13671
+ "ic-typography"
13672
+ ]
13137
13673
  }
13138
13674
  },
13139
13675
  {
@@ -13481,9 +14017,13 @@
13481
14017
  "slots": [],
13482
14018
  "parts": [],
13483
14019
  "dependents": [],
13484
- "dependencies": ["ic-typography"],
14020
+ "dependencies": [
14021
+ "ic-typography"
14022
+ ],
13485
14023
  "dependencyGraph": {
13486
- "ic-status-tag": ["ic-typography"]
14024
+ "ic-status-tag": [
14025
+ "ic-typography"
14026
+ ]
13487
14027
  }
13488
14028
  },
13489
14029
  {
@@ -13618,10 +14158,18 @@
13618
14158
  "slots": [],
13619
14159
  "parts": [],
13620
14160
  "dependents": [],
13621
- "dependencies": ["ic-loading-indicator", "ic-typography"],
14161
+ "dependencies": [
14162
+ "ic-loading-indicator",
14163
+ "ic-typography"
14164
+ ],
13622
14165
  "dependencyGraph": {
13623
- "ic-step": ["ic-loading-indicator", "ic-typography"],
13624
- "ic-loading-indicator": ["ic-typography"]
14166
+ "ic-step": [
14167
+ "ic-loading-indicator",
14168
+ "ic-typography"
14169
+ ],
14170
+ "ic-loading-indicator": [
14171
+ "ic-typography"
14172
+ ]
13625
14173
  }
13626
14174
  },
13627
14175
  {
@@ -14089,10 +14637,18 @@
14089
14637
  ],
14090
14638
  "parts": [],
14091
14639
  "dependents": [],
14092
- "dependencies": ["ic-input-label", "ic-typography"],
14640
+ "dependencies": [
14641
+ "ic-input-label",
14642
+ "ic-typography"
14643
+ ],
14093
14644
  "dependencyGraph": {
14094
- "ic-switch": ["ic-input-label", "ic-typography"],
14095
- "ic-input-label": ["ic-typography"]
14645
+ "ic-switch": [
14646
+ "ic-input-label",
14647
+ "ic-typography"
14648
+ ],
14649
+ "ic-input-label": [
14650
+ "ic-typography"
14651
+ ]
14096
14652
  }
14097
14653
  },
14098
14654
  {
@@ -14175,9 +14731,13 @@
14175
14731
  ],
14176
14732
  "parts": [],
14177
14733
  "dependents": [],
14178
- "dependencies": ["ic-typography"],
14734
+ "dependencies": [
14735
+ "ic-typography"
14736
+ ],
14179
14737
  "dependencyGraph": {
14180
- "ic-tab": ["ic-typography"]
14738
+ "ic-tab": [
14739
+ "ic-typography"
14740
+ ]
14181
14741
  }
14182
14742
  },
14183
14743
  {
@@ -14465,13 +15025,26 @@
14465
15025
  "slots": [],
14466
15026
  "parts": [],
14467
15027
  "dependents": [],
14468
- "dependencies": ["ic-horizontal-scroll"],
15028
+ "dependencies": [
15029
+ "ic-horizontal-scroll"
15030
+ ],
14469
15031
  "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"]
15032
+ "ic-tab-group": [
15033
+ "ic-horizontal-scroll"
15034
+ ],
15035
+ "ic-horizontal-scroll": [
15036
+ "ic-button"
15037
+ ],
15038
+ "ic-button": [
15039
+ "ic-loading-indicator",
15040
+ "ic-tooltip"
15041
+ ],
15042
+ "ic-loading-indicator": [
15043
+ "ic-typography"
15044
+ ],
15045
+ "ic-tooltip": [
15046
+ "ic-typography"
15047
+ ]
14475
15048
  }
14476
15049
  },
14477
15050
  {
@@ -15657,7 +16230,9 @@
15657
16230
  }
15658
16231
  ],
15659
16232
  "parts": [],
15660
- "dependents": ["ic-search-bar"],
16233
+ "dependents": [
16234
+ "ic-search-bar"
16235
+ ],
15661
16236
  "dependencies": [
15662
16237
  "ic-input-container",
15663
16238
  "ic-input-label",
@@ -15673,9 +16248,15 @@
15673
16248
  "ic-input-validation",
15674
16249
  "ic-typography"
15675
16250
  ],
15676
- "ic-input-label": ["ic-typography"],
15677
- "ic-input-validation": ["ic-typography"],
15678
- "ic-search-bar": ["ic-text-field"]
16251
+ "ic-input-label": [
16252
+ "ic-typography"
16253
+ ],
16254
+ "ic-input-validation": [
16255
+ "ic-typography"
16256
+ ],
16257
+ "ic-search-bar": [
16258
+ "ic-text-field"
16259
+ ]
15679
16260
  }
15680
16261
  },
15681
16262
  {
@@ -15982,12 +16563,27 @@
15982
16563
  ],
15983
16564
  "parts": [],
15984
16565
  "dependents": [],
15985
- "dependencies": ["ic-typography", "ic-loading-indicator", "ic-button"],
16566
+ "dependencies": [
16567
+ "ic-typography",
16568
+ "ic-loading-indicator",
16569
+ "ic-button"
16570
+ ],
15986
16571
  "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"]
16572
+ "ic-toast": [
16573
+ "ic-typography",
16574
+ "ic-loading-indicator",
16575
+ "ic-button"
16576
+ ],
16577
+ "ic-loading-indicator": [
16578
+ "ic-typography"
16579
+ ],
16580
+ "ic-button": [
16581
+ "ic-loading-indicator",
16582
+ "ic-tooltip"
16583
+ ],
16584
+ "ic-tooltip": [
16585
+ "ic-typography"
16586
+ ]
15991
16587
  }
15992
16588
  },
15993
16589
  {
@@ -16324,13 +16920,27 @@
16324
16920
  ],
16325
16921
  "slots": [],
16326
16922
  "parts": [],
16327
- "dependents": ["ic-button", "ic-chip", "ic-navigation-item"],
16328
- "dependencies": ["ic-typography"],
16923
+ "dependents": [
16924
+ "ic-button",
16925
+ "ic-chip",
16926
+ "ic-navigation-item"
16927
+ ],
16928
+ "dependencies": [
16929
+ "ic-typography"
16930
+ ],
16329
16931
  "dependencyGraph": {
16330
- "ic-tooltip": ["ic-typography"],
16331
- "ic-button": ["ic-tooltip"],
16332
- "ic-chip": ["ic-tooltip"],
16333
- "ic-navigation-item": ["ic-tooltip"]
16932
+ "ic-tooltip": [
16933
+ "ic-typography"
16934
+ ],
16935
+ "ic-button": [
16936
+ "ic-tooltip"
16937
+ ],
16938
+ "ic-chip": [
16939
+ "ic-tooltip"
16940
+ ],
16941
+ "ic-navigation-item": [
16942
+ "ic-tooltip"
16943
+ ]
16334
16944
  }
16335
16945
  },
16336
16946
  {
@@ -16628,11 +17238,23 @@
16628
17238
  "ic-horizontal-scroll",
16629
17239
  "ic-navigation-menu"
16630
17240
  ],
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"]
17241
+ "ic-button": [
17242
+ "ic-loading-indicator",
17243
+ "ic-tooltip"
17244
+ ],
17245
+ "ic-loading-indicator": [
17246
+ "ic-typography"
17247
+ ],
17248
+ "ic-tooltip": [
17249
+ "ic-typography"
17250
+ ],
17251
+ "ic-horizontal-scroll": [
17252
+ "ic-button"
17253
+ ],
17254
+ "ic-navigation-menu": [
17255
+ "ic-button",
17256
+ "ic-typography"
17257
+ ]
16636
17258
  }
16637
17259
  },
16638
17260
  {
@@ -16914,45 +17536,123 @@
16914
17536
  ],
16915
17537
  "dependencies": [],
16916
17538
  "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"]
17539
+ "ic-accordion": [
17540
+ "ic-typography"
17541
+ ],
17542
+ "ic-accordion-group": [
17543
+ "ic-typography"
17544
+ ],
17545
+ "ic-alert": [
17546
+ "ic-typography"
17547
+ ],
17548
+ "ic-back-to-top": [
17549
+ "ic-typography"
17550
+ ],
17551
+ "ic-badge": [
17552
+ "ic-typography"
17553
+ ],
17554
+ "ic-card": [
17555
+ "ic-typography"
17556
+ ],
17557
+ "ic-checkbox": [
17558
+ "ic-typography"
17559
+ ],
17560
+ "ic-chip": [
17561
+ "ic-typography"
17562
+ ],
17563
+ "ic-classification-banner": [
17564
+ "ic-typography"
17565
+ ],
17566
+ "ic-data-entity": [
17567
+ "ic-typography"
17568
+ ],
17569
+ "ic-data-row": [
17570
+ "ic-typography"
17571
+ ],
17572
+ "ic-dialog": [
17573
+ "ic-typography"
17574
+ ],
17575
+ "ic-empty-state": [
17576
+ "ic-typography"
17577
+ ],
17578
+ "ic-footer": [
17579
+ "ic-typography"
17580
+ ],
17581
+ "ic-footer-link-group": [
17582
+ "ic-typography"
17583
+ ],
17584
+ "ic-hero": [
17585
+ "ic-typography"
17586
+ ],
17587
+ "ic-input-label": [
17588
+ "ic-typography"
17589
+ ],
17590
+ "ic-input-validation": [
17591
+ "ic-typography"
17592
+ ],
17593
+ "ic-loading-indicator": [
17594
+ "ic-typography"
17595
+ ],
17596
+ "ic-menu": [
17597
+ "ic-typography"
17598
+ ],
17599
+ "ic-menu-group": [
17600
+ "ic-typography"
17601
+ ],
17602
+ "ic-menu-item": [
17603
+ "ic-typography"
17604
+ ],
17605
+ "ic-navigation-group": [
17606
+ "ic-typography"
17607
+ ],
17608
+ "ic-navigation-item": [
17609
+ "ic-typography"
17610
+ ],
17611
+ "ic-navigation-menu": [
17612
+ "ic-typography"
17613
+ ],
17614
+ "ic-page-header": [
17615
+ "ic-typography"
17616
+ ],
17617
+ "ic-pagination-item": [
17618
+ "ic-typography"
17619
+ ],
17620
+ "ic-popover-menu": [
17621
+ "ic-typography"
17622
+ ],
17623
+ "ic-radio-option": [
17624
+ "ic-typography"
17625
+ ],
17626
+ "ic-select": [
17627
+ "ic-typography"
17628
+ ],
17629
+ "ic-side-navigation": [
17630
+ "ic-typography"
17631
+ ],
17632
+ "ic-status-tag": [
17633
+ "ic-typography"
17634
+ ],
17635
+ "ic-step": [
17636
+ "ic-typography"
17637
+ ],
17638
+ "ic-switch": [
17639
+ "ic-typography"
17640
+ ],
17641
+ "ic-tab": [
17642
+ "ic-typography"
17643
+ ],
17644
+ "ic-text-field": [
17645
+ "ic-typography"
17646
+ ],
17647
+ "ic-toast": [
17648
+ "ic-typography"
17649
+ ],
17650
+ "ic-tooltip": [
17651
+ "ic-typography"
17652
+ ],
17653
+ "ic-top-navigation": [
17654
+ "ic-typography"
17655
+ ]
16956
17656
  }
16957
17657
  }
16958
17658
  ],
@@ -17258,4 +17958,4 @@
17258
17958
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
17259
17959
  }
17260
17960
  }
17261
- }
17961
+ }