@ukic/docs 2.9.3 → 2.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs.json +1101 -293
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-08T14:59:27",
2
+ "timestamp": "2024-02-28T15:28:24",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.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
  {
@@ -1279,6 +1335,28 @@
1279
1335
  ],
1280
1336
  "usage": {},
1281
1337
  "props": [
1338
+ {
1339
+ "name": "accept",
1340
+ "type": "string",
1341
+ "complexType": {
1342
+ "original": "string",
1343
+ "resolved": "string",
1344
+ "references": {}
1345
+ },
1346
+ "mutable": false,
1347
+ "attr": "accept",
1348
+ "reflectToAttr": false,
1349
+ "docs": "If `fileUpload` is set to `true`, this is the accepted list of file types.",
1350
+ "docsTags": [],
1351
+ "default": "\"*\"",
1352
+ "values": [
1353
+ {
1354
+ "type": "string"
1355
+ }
1356
+ ],
1357
+ "optional": true,
1358
+ "required": false
1359
+ },
1282
1360
  {
1283
1361
  "name": "appearance",
1284
1362
  "type": "\"dark\" | \"default\" | \"light\"",
@@ -1429,6 +1507,50 @@
1429
1507
  "optional": true,
1430
1508
  "required": false
1431
1509
  },
1510
+ {
1511
+ "name": "fileInputName",
1512
+ "type": "string",
1513
+ "complexType": {
1514
+ "original": "string",
1515
+ "resolved": "string",
1516
+ "references": {}
1517
+ },
1518
+ "mutable": false,
1519
+ "attr": "file-input-name",
1520
+ "reflectToAttr": false,
1521
+ "docs": "The name of the control for the file input, which is submitted with the form data.",
1522
+ "docsTags": [],
1523
+ "default": "`ic-button-file-upload-input-${buttonIds++}`",
1524
+ "values": [
1525
+ {
1526
+ "type": "string"
1527
+ }
1528
+ ],
1529
+ "optional": false,
1530
+ "required": false
1531
+ },
1532
+ {
1533
+ "name": "fileUpload",
1534
+ "type": "boolean",
1535
+ "complexType": {
1536
+ "original": "boolean",
1537
+ "resolved": "boolean",
1538
+ "references": {}
1539
+ },
1540
+ "mutable": false,
1541
+ "attr": "file-upload",
1542
+ "reflectToAttr": false,
1543
+ "docs": "If `true`, when the button is clicked the native file explorer will be launched.",
1544
+ "docsTags": [],
1545
+ "default": "false",
1546
+ "values": [
1547
+ {
1548
+ "type": "boolean"
1549
+ }
1550
+ ],
1551
+ "optional": true,
1552
+ "required": false
1553
+ },
1432
1554
  {
1433
1555
  "name": "form",
1434
1556
  "type": "string",
@@ -1641,6 +1763,28 @@
1641
1763
  "optional": true,
1642
1764
  "required": false
1643
1765
  },
1766
+ {
1767
+ "name": "multiple",
1768
+ "type": "boolean",
1769
+ "complexType": {
1770
+ "original": "boolean",
1771
+ "resolved": "boolean",
1772
+ "references": {}
1773
+ },
1774
+ "mutable": false,
1775
+ "attr": "multiple",
1776
+ "reflectToAttr": false,
1777
+ "docs": "If `fileUpload` is set to `true`, this boolean determines whether multiple files are accepted.",
1778
+ "docsTags": [],
1779
+ "default": "false",
1780
+ "values": [
1781
+ {
1782
+ "type": "boolean"
1783
+ }
1784
+ ],
1785
+ "optional": true,
1786
+ "required": false
1787
+ },
1644
1788
  {
1645
1789
  "name": "referrerpolicy",
1646
1790
  "type": "\"\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\"",
@@ -1720,6 +1864,31 @@
1720
1864
  "optional": true,
1721
1865
  "required": false
1722
1866
  },
1867
+ {
1868
+ "name": "selectedFiles",
1869
+ "type": "FileList",
1870
+ "complexType": {
1871
+ "original": "FileList",
1872
+ "resolved": "FileList",
1873
+ "references": {
1874
+ "FileList": {
1875
+ "location": "global",
1876
+ "id": "global::FileList"
1877
+ }
1878
+ }
1879
+ },
1880
+ "mutable": false,
1881
+ "reflectToAttr": false,
1882
+ "docs": "The list of the files that have been selected by a user.",
1883
+ "docsTags": [],
1884
+ "values": [
1885
+ {
1886
+ "type": "FileList"
1887
+ }
1888
+ ],
1889
+ "optional": false,
1890
+ "required": false
1891
+ },
1723
1892
  {
1724
1893
  "name": "size",
1725
1894
  "type": "\"default\" | \"large\" | \"small\"",
@@ -1963,6 +2132,25 @@
1963
2132
  "docs": "Emitted when button has blur",
1964
2133
  "docsTags": []
1965
2134
  },
2135
+ {
2136
+ "event": "icFileSelection",
2137
+ "detail": "FileList",
2138
+ "bubbles": true,
2139
+ "complexType": {
2140
+ "original": "FileList",
2141
+ "resolved": "FileList",
2142
+ "references": {
2143
+ "FileList": {
2144
+ "location": "global",
2145
+ "id": "global::FileList"
2146
+ }
2147
+ }
2148
+ },
2149
+ "cancelable": true,
2150
+ "composed": true,
2151
+ "docs": "If `fileUpload` is set to `true`, this will be emitted when a file is selected in the native explorer.",
2152
+ "docsTags": []
2153
+ },
1966
2154
  {
1967
2155
  "event": "icFocus",
1968
2156
  "detail": "void",
@@ -2044,27 +2232,69 @@
2044
2232
  "ic-toggle-button",
2045
2233
  "ic-top-navigation"
2046
2234
  ],
2047
- "dependencies": ["ic-loading-indicator", "ic-tooltip"],
2235
+ "dependencies": [
2236
+ "ic-loading-indicator",
2237
+ "ic-tooltip"
2238
+ ],
2048
2239
  "dependencyGraph": {
2049
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
2050
- "ic-loading-indicator": ["ic-typography"],
2051
- "ic-tooltip": ["ic-typography"],
2052
- "ic-accordion-group": ["ic-button"],
2053
- "ic-alert": ["ic-button"],
2054
- "ic-card": ["ic-button"],
2055
- "ic-dialog": ["ic-button"],
2056
- "ic-horizontal-scroll": ["ic-button"],
2057
- "ic-menu": ["ic-button"],
2058
- "ic-menu-item": ["ic-button"],
2059
- "ic-navigation-button": ["ic-button"],
2060
- "ic-navigation-menu": ["ic-button"],
2061
- "ic-pagination": ["ic-button"],
2062
- "ic-search-bar": ["ic-button"],
2063
- "ic-select": ["ic-button"],
2064
- "ic-side-navigation": ["ic-button"],
2065
- "ic-toast": ["ic-button"],
2066
- "ic-toggle-button": ["ic-button"],
2067
- "ic-top-navigation": ["ic-button"]
2240
+ "ic-button": [
2241
+ "ic-loading-indicator",
2242
+ "ic-tooltip"
2243
+ ],
2244
+ "ic-loading-indicator": [
2245
+ "ic-typography"
2246
+ ],
2247
+ "ic-tooltip": [
2248
+ "ic-typography"
2249
+ ],
2250
+ "ic-accordion-group": [
2251
+ "ic-button"
2252
+ ],
2253
+ "ic-alert": [
2254
+ "ic-button"
2255
+ ],
2256
+ "ic-card": [
2257
+ "ic-button"
2258
+ ],
2259
+ "ic-dialog": [
2260
+ "ic-button"
2261
+ ],
2262
+ "ic-horizontal-scroll": [
2263
+ "ic-button"
2264
+ ],
2265
+ "ic-menu": [
2266
+ "ic-button"
2267
+ ],
2268
+ "ic-menu-item": [
2269
+ "ic-button"
2270
+ ],
2271
+ "ic-navigation-button": [
2272
+ "ic-button"
2273
+ ],
2274
+ "ic-navigation-menu": [
2275
+ "ic-button"
2276
+ ],
2277
+ "ic-pagination": [
2278
+ "ic-button"
2279
+ ],
2280
+ "ic-search-bar": [
2281
+ "ic-button"
2282
+ ],
2283
+ "ic-select": [
2284
+ "ic-button"
2285
+ ],
2286
+ "ic-side-navigation": [
2287
+ "ic-button"
2288
+ ],
2289
+ "ic-toast": [
2290
+ "ic-button"
2291
+ ],
2292
+ "ic-toggle-button": [
2293
+ "ic-button"
2294
+ ],
2295
+ "ic-top-navigation": [
2296
+ "ic-button"
2297
+ ]
2068
2298
  }
2069
2299
  },
2070
2300
  {
@@ -2220,15 +2450,15 @@
2220
2450
  "mutable": false,
2221
2451
  "attr": "heading",
2222
2452
  "reflectToAttr": false,
2223
- "docs": "The heading for the card.",
2453
+ "docs": "The heading for the card. This is required, unless a slotted heading is used.",
2224
2454
  "docsTags": [],
2225
2455
  "values": [
2226
2456
  {
2227
2457
  "type": "string"
2228
2458
  }
2229
2459
  ],
2230
- "optional": false,
2231
- "required": true
2460
+ "optional": true,
2461
+ "required": false
2232
2462
  },
2233
2463
  {
2234
2464
  "name": "href",
@@ -2504,12 +2734,25 @@
2504
2734
  ],
2505
2735
  "parts": [],
2506
2736
  "dependents": [],
2507
- "dependencies": ["ic-typography", "ic-button"],
2737
+ "dependencies": [
2738
+ "ic-typography",
2739
+ "ic-button"
2740
+ ],
2508
2741
  "dependencyGraph": {
2509
- "ic-card": ["ic-typography", "ic-button"],
2510
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
2511
- "ic-loading-indicator": ["ic-typography"],
2512
- "ic-tooltip": ["ic-typography"]
2742
+ "ic-card": [
2743
+ "ic-typography",
2744
+ "ic-button"
2745
+ ],
2746
+ "ic-button": [
2747
+ "ic-loading-indicator",
2748
+ "ic-tooltip"
2749
+ ],
2750
+ "ic-loading-indicator": [
2751
+ "ic-typography"
2752
+ ],
2753
+ "ic-tooltip": [
2754
+ "ic-typography"
2755
+ ]
2513
2756
  }
2514
2757
  },
2515
2758
  {
@@ -2996,9 +3239,13 @@
2996
3239
  ],
2997
3240
  "parts": [],
2998
3241
  "dependents": [],
2999
- "dependencies": ["ic-typography"],
3242
+ "dependencies": [
3243
+ "ic-typography"
3244
+ ],
3000
3245
  "dependencyGraph": {
3001
- "ic-checkbox": ["ic-typography"]
3246
+ "ic-checkbox": [
3247
+ "ic-typography"
3248
+ ]
3002
3249
  }
3003
3250
  },
3004
3251
  {
@@ -3307,11 +3554,21 @@
3307
3554
  "slots": [],
3308
3555
  "parts": [],
3309
3556
  "dependents": [],
3310
- "dependencies": ["ic-input-label", "ic-input-validation"],
3557
+ "dependencies": [
3558
+ "ic-input-label",
3559
+ "ic-input-validation"
3560
+ ],
3311
3561
  "dependencyGraph": {
3312
- "ic-checkbox-group": ["ic-input-label", "ic-input-validation"],
3313
- "ic-input-label": ["ic-typography"],
3314
- "ic-input-validation": ["ic-typography"]
3562
+ "ic-checkbox-group": [
3563
+ "ic-input-label",
3564
+ "ic-input-validation"
3565
+ ],
3566
+ "ic-input-label": [
3567
+ "ic-typography"
3568
+ ],
3569
+ "ic-input-validation": [
3570
+ "ic-typography"
3571
+ ]
3315
3572
  }
3316
3573
  },
3317
3574
  {
@@ -3608,10 +3865,18 @@
3608
3865
  ],
3609
3866
  "parts": [],
3610
3867
  "dependents": [],
3611
- "dependencies": ["ic-typography", "ic-tooltip"],
3868
+ "dependencies": [
3869
+ "ic-typography",
3870
+ "ic-tooltip"
3871
+ ],
3612
3872
  "dependencyGraph": {
3613
- "ic-chip": ["ic-typography", "ic-tooltip"],
3614
- "ic-tooltip": ["ic-typography"]
3873
+ "ic-chip": [
3874
+ "ic-typography",
3875
+ "ic-tooltip"
3876
+ ],
3877
+ "ic-tooltip": [
3878
+ "ic-typography"
3879
+ ]
3615
3880
  }
3616
3881
  },
3617
3882
  {
@@ -3770,9 +4035,13 @@
3770
4035
  "slots": [],
3771
4036
  "parts": [],
3772
4037
  "dependents": [],
3773
- "dependencies": ["ic-typography"],
4038
+ "dependencies": [
4039
+ "ic-typography"
4040
+ ],
3774
4041
  "dependencyGraph": {
3775
- "ic-classification-banner": ["ic-typography"]
4042
+ "ic-classification-banner": [
4043
+ "ic-typography"
4044
+ ]
3776
4045
  }
3777
4046
  },
3778
4047
  {
@@ -3884,9 +4153,13 @@
3884
4153
  ],
3885
4154
  "parts": [],
3886
4155
  "dependents": [],
3887
- "dependencies": ["ic-typography"],
4156
+ "dependencies": [
4157
+ "ic-typography"
4158
+ ],
3888
4159
  "dependencyGraph": {
3889
- "ic-data-entity": ["ic-typography"]
4160
+ "ic-data-entity": [
4161
+ "ic-typography"
4162
+ ]
3890
4163
  }
3891
4164
  },
3892
4165
  {
@@ -4035,9 +4308,13 @@
4035
4308
  ],
4036
4309
  "parts": [],
4037
4310
  "dependents": [],
4038
- "dependencies": ["ic-typography"],
4311
+ "dependencies": [
4312
+ "ic-typography"
4313
+ ],
4039
4314
  "dependencyGraph": {
4040
- "ic-data-row": ["ic-typography"]
4315
+ "ic-data-row": [
4316
+ "ic-typography"
4317
+ ]
4041
4318
  }
4042
4319
  },
4043
4320
  {
@@ -4229,6 +4506,28 @@
4229
4506
  "optional": true,
4230
4507
  "required": false
4231
4508
  },
4509
+ {
4510
+ "name": "disableWidthConstraint",
4511
+ "type": "boolean",
4512
+ "complexType": {
4513
+ "original": "boolean",
4514
+ "resolved": "boolean",
4515
+ "references": {}
4516
+ },
4517
+ "mutable": false,
4518
+ "attr": "disable-width-constraint",
4519
+ "reflectToAttr": false,
4520
+ "docs": "If set to `true`, the content area width property is removed, allowing content to take the full width of the dialog when using the large variant.",
4521
+ "docsTags": [],
4522
+ "default": "false",
4523
+ "values": [
4524
+ {
4525
+ "type": "boolean"
4526
+ }
4527
+ ],
4528
+ "optional": true,
4529
+ "required": false
4530
+ },
4232
4531
  {
4233
4532
  "name": "dismissLabel",
4234
4533
  "type": "string",
@@ -4613,13 +4912,31 @@
4613
4912
  ],
4614
4913
  "parts": [],
4615
4914
  "dependents": [],
4616
- "dependencies": ["ic-typography", "ic-button", "ic-alert"],
4915
+ "dependencies": [
4916
+ "ic-typography",
4917
+ "ic-button",
4918
+ "ic-alert"
4919
+ ],
4617
4920
  "dependencyGraph": {
4618
- "ic-dialog": ["ic-typography", "ic-button", "ic-alert"],
4619
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
4620
- "ic-loading-indicator": ["ic-typography"],
4621
- "ic-tooltip": ["ic-typography"],
4622
- "ic-alert": ["ic-typography", "ic-button"]
4921
+ "ic-dialog": [
4922
+ "ic-typography",
4923
+ "ic-button",
4924
+ "ic-alert"
4925
+ ],
4926
+ "ic-button": [
4927
+ "ic-loading-indicator",
4928
+ "ic-tooltip"
4929
+ ],
4930
+ "ic-loading-indicator": [
4931
+ "ic-typography"
4932
+ ],
4933
+ "ic-tooltip": [
4934
+ "ic-typography"
4935
+ ],
4936
+ "ic-alert": [
4937
+ "ic-typography",
4938
+ "ic-button"
4939
+ ]
4623
4940
  }
4624
4941
  },
4625
4942
  {
@@ -4644,10 +4961,14 @@
4644
4961
  "styles": [],
4645
4962
  "slots": [],
4646
4963
  "parts": [],
4647
- "dependents": ["ic-side-navigation"],
4964
+ "dependents": [
4965
+ "ic-side-navigation"
4966
+ ],
4648
4967
  "dependencies": [],
4649
4968
  "dependencyGraph": {
4650
- "ic-side-navigation": ["ic-divider"]
4969
+ "ic-side-navigation": [
4970
+ "ic-divider"
4971
+ ]
4651
4972
  }
4652
4973
  },
4653
4974
  {
@@ -4867,9 +5188,13 @@
4867
5188
  ],
4868
5189
  "parts": [],
4869
5190
  "dependents": [],
4870
- "dependencies": ["ic-typography"],
5191
+ "dependencies": [
5192
+ "ic-typography"
5193
+ ],
4871
5194
  "dependencyGraph": {
4872
- "ic-empty-state": ["ic-typography"]
5195
+ "ic-empty-state": [
5196
+ "ic-typography"
5197
+ ]
4873
5198
  }
4874
5199
  },
4875
5200
  {
@@ -5098,9 +5423,15 @@
5098
5423
  ],
5099
5424
  "parts": [],
5100
5425
  "dependents": [],
5101
- "dependencies": ["ic-section-container", "ic-typography"],
5426
+ "dependencies": [
5427
+ "ic-section-container",
5428
+ "ic-typography"
5429
+ ],
5102
5430
  "dependencyGraph": {
5103
- "ic-footer": ["ic-section-container", "ic-typography"]
5431
+ "ic-footer": [
5432
+ "ic-section-container",
5433
+ "ic-typography"
5434
+ ]
5104
5435
  }
5105
5436
  },
5106
5437
  {
@@ -5355,9 +5686,15 @@
5355
5686
  "slots": [],
5356
5687
  "parts": [],
5357
5688
  "dependents": [],
5358
- "dependencies": ["ic-typography", "ic-section-container"],
5689
+ "dependencies": [
5690
+ "ic-typography",
5691
+ "ic-section-container"
5692
+ ],
5359
5693
  "dependencyGraph": {
5360
- "ic-footer-link-group": ["ic-typography", "ic-section-container"]
5694
+ "ic-footer-link-group": [
5695
+ "ic-typography",
5696
+ "ic-section-container"
5697
+ ]
5361
5698
  }
5362
5699
  },
5363
5700
  {
@@ -5682,9 +6019,15 @@
5682
6019
  ],
5683
6020
  "parts": [],
5684
6021
  "dependents": [],
5685
- "dependencies": ["ic-section-container", "ic-typography"],
6022
+ "dependencies": [
6023
+ "ic-section-container",
6024
+ "ic-typography"
6025
+ ],
5686
6026
  "dependencyGraph": {
5687
- "ic-hero": ["ic-section-container", "ic-typography"]
6027
+ "ic-hero": [
6028
+ "ic-section-container",
6029
+ "ic-typography"
6030
+ ]
5688
6031
  }
5689
6032
  },
5690
6033
  {
@@ -5740,16 +6083,37 @@
5740
6083
  "styles": [],
5741
6084
  "slots": [],
5742
6085
  "parts": [],
5743
- "dependents": ["ic-page-header", "ic-tab-group", "ic-top-navigation"],
5744
- "dependencies": ["ic-button"],
6086
+ "dependents": [
6087
+ "ic-page-header",
6088
+ "ic-tab-group",
6089
+ "ic-top-navigation"
6090
+ ],
6091
+ "dependencies": [
6092
+ "ic-button"
6093
+ ],
5745
6094
  "dependencyGraph": {
5746
- "ic-horizontal-scroll": ["ic-button"],
5747
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
5748
- "ic-loading-indicator": ["ic-typography"],
5749
- "ic-tooltip": ["ic-typography"],
5750
- "ic-page-header": ["ic-horizontal-scroll"],
5751
- "ic-tab-group": ["ic-horizontal-scroll"],
5752
- "ic-top-navigation": ["ic-horizontal-scroll"]
6095
+ "ic-horizontal-scroll": [
6096
+ "ic-button"
6097
+ ],
6098
+ "ic-button": [
6099
+ "ic-loading-indicator",
6100
+ "ic-tooltip"
6101
+ ],
6102
+ "ic-loading-indicator": [
6103
+ "ic-typography"
6104
+ ],
6105
+ "ic-tooltip": [
6106
+ "ic-typography"
6107
+ ],
6108
+ "ic-page-header": [
6109
+ "ic-horizontal-scroll"
6110
+ ],
6111
+ "ic-tab-group": [
6112
+ "ic-horizontal-scroll"
6113
+ ],
6114
+ "ic-top-navigation": [
6115
+ "ic-horizontal-scroll"
6116
+ ]
5753
6117
  }
5754
6118
  },
5755
6119
  {
@@ -6050,11 +6414,18 @@
6050
6414
  }
6051
6415
  ],
6052
6416
  "parts": [],
6053
- "dependents": ["ic-select", "ic-text-field"],
6417
+ "dependents": [
6418
+ "ic-select",
6419
+ "ic-text-field"
6420
+ ],
6054
6421
  "dependencies": [],
6055
6422
  "dependencyGraph": {
6056
- "ic-select": ["ic-input-component-container"],
6057
- "ic-text-field": ["ic-input-component-container"]
6423
+ "ic-select": [
6424
+ "ic-input-component-container"
6425
+ ],
6426
+ "ic-text-field": [
6427
+ "ic-input-component-container"
6428
+ ]
6058
6429
  }
6059
6430
  },
6060
6431
  {
@@ -6117,11 +6488,18 @@
6117
6488
  "styles": [],
6118
6489
  "slots": [],
6119
6490
  "parts": [],
6120
- "dependents": ["ic-select", "ic-text-field"],
6491
+ "dependents": [
6492
+ "ic-select",
6493
+ "ic-text-field"
6494
+ ],
6121
6495
  "dependencies": [],
6122
6496
  "dependencyGraph": {
6123
- "ic-select": ["ic-input-container"],
6124
- "ic-text-field": ["ic-input-container"]
6497
+ "ic-select": [
6498
+ "ic-input-container"
6499
+ ],
6500
+ "ic-text-field": [
6501
+ "ic-input-container"
6502
+ ]
6125
6503
  }
6126
6504
  },
6127
6505
  {
@@ -6354,14 +6732,28 @@
6354
6732
  "ic-switch",
6355
6733
  "ic-text-field"
6356
6734
  ],
6357
- "dependencies": ["ic-typography"],
6735
+ "dependencies": [
6736
+ "ic-typography"
6737
+ ],
6358
6738
  "dependencyGraph": {
6359
- "ic-input-label": ["ic-typography"],
6360
- "ic-checkbox-group": ["ic-input-label"],
6361
- "ic-radio-group": ["ic-input-label"],
6362
- "ic-select": ["ic-input-label"],
6363
- "ic-switch": ["ic-input-label"],
6364
- "ic-text-field": ["ic-input-label"]
6739
+ "ic-input-label": [
6740
+ "ic-typography"
6741
+ ],
6742
+ "ic-checkbox-group": [
6743
+ "ic-input-label"
6744
+ ],
6745
+ "ic-radio-group": [
6746
+ "ic-input-label"
6747
+ ],
6748
+ "ic-select": [
6749
+ "ic-input-label"
6750
+ ],
6751
+ "ic-switch": [
6752
+ "ic-input-label"
6753
+ ],
6754
+ "ic-text-field": [
6755
+ "ic-input-label"
6756
+ ]
6365
6757
  }
6366
6758
  },
6367
6759
  {
@@ -6533,13 +6925,25 @@
6533
6925
  "ic-select",
6534
6926
  "ic-text-field"
6535
6927
  ],
6536
- "dependencies": ["ic-typography"],
6928
+ "dependencies": [
6929
+ "ic-typography"
6930
+ ],
6537
6931
  "dependencyGraph": {
6538
- "ic-input-validation": ["ic-typography"],
6539
- "ic-checkbox-group": ["ic-input-validation"],
6540
- "ic-radio-group": ["ic-input-validation"],
6541
- "ic-select": ["ic-input-validation"],
6542
- "ic-text-field": ["ic-input-validation"]
6932
+ "ic-input-validation": [
6933
+ "ic-typography"
6934
+ ],
6935
+ "ic-checkbox-group": [
6936
+ "ic-input-validation"
6937
+ ],
6938
+ "ic-radio-group": [
6939
+ "ic-input-validation"
6940
+ ],
6941
+ "ic-select": [
6942
+ "ic-input-validation"
6943
+ ],
6944
+ "ic-text-field": [
6945
+ "ic-input-validation"
6946
+ ]
6543
6947
  }
6544
6948
  },
6545
6949
  {
@@ -6830,10 +7234,14 @@
6830
7234
  }
6831
7235
  ],
6832
7236
  "parts": [],
6833
- "dependents": ["ic-breadcrumb"],
7237
+ "dependents": [
7238
+ "ic-breadcrumb"
7239
+ ],
6834
7240
  "dependencies": [],
6835
7241
  "dependencyGraph": {
6836
- "ic-breadcrumb": ["ic-link"]
7242
+ "ic-breadcrumb": [
7243
+ "ic-link"
7244
+ ]
6837
7245
  }
6838
7246
  },
6839
7247
  {
@@ -7122,14 +7530,31 @@
7122
7530
  "docs": ""
7123
7531
  }
7124
7532
  ],
7125
- "dependents": ["ic-button", "ic-menu", "ic-step", "ic-toast"],
7126
- "dependencies": ["ic-typography"],
7533
+ "dependents": [
7534
+ "ic-button",
7535
+ "ic-menu",
7536
+ "ic-step",
7537
+ "ic-toast"
7538
+ ],
7539
+ "dependencies": [
7540
+ "ic-typography"
7541
+ ],
7127
7542
  "dependencyGraph": {
7128
- "ic-loading-indicator": ["ic-typography"],
7129
- "ic-button": ["ic-loading-indicator"],
7130
- "ic-menu": ["ic-loading-indicator"],
7131
- "ic-step": ["ic-loading-indicator"],
7132
- "ic-toast": ["ic-loading-indicator"]
7543
+ "ic-loading-indicator": [
7544
+ "ic-typography"
7545
+ ],
7546
+ "ic-button": [
7547
+ "ic-loading-indicator"
7548
+ ],
7549
+ "ic-menu": [
7550
+ "ic-loading-indicator"
7551
+ ],
7552
+ "ic-step": [
7553
+ "ic-loading-indicator"
7554
+ ],
7555
+ "ic-toast": [
7556
+ "ic-loading-indicator"
7557
+ ]
7133
7558
  }
7134
7559
  },
7135
7560
  {
@@ -7551,15 +7976,37 @@
7551
7976
  ],
7552
7977
  "slots": [],
7553
7978
  "parts": [],
7554
- "dependents": ["ic-search-bar", "ic-select"],
7555
- "dependencies": ["ic-loading-indicator", "ic-typography", "ic-button"],
7979
+ "dependents": [
7980
+ "ic-search-bar",
7981
+ "ic-select"
7982
+ ],
7983
+ "dependencies": [
7984
+ "ic-loading-indicator",
7985
+ "ic-typography",
7986
+ "ic-button"
7987
+ ],
7556
7988
  "dependencyGraph": {
7557
- "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"],
7558
- "ic-loading-indicator": ["ic-typography"],
7559
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
7560
- "ic-tooltip": ["ic-typography"],
7561
- "ic-search-bar": ["ic-menu"],
7562
- "ic-select": ["ic-menu"]
7989
+ "ic-menu": [
7990
+ "ic-loading-indicator",
7991
+ "ic-typography",
7992
+ "ic-button"
7993
+ ],
7994
+ "ic-loading-indicator": [
7995
+ "ic-typography"
7996
+ ],
7997
+ "ic-button": [
7998
+ "ic-loading-indicator",
7999
+ "ic-tooltip"
8000
+ ],
8001
+ "ic-tooltip": [
8002
+ "ic-typography"
8003
+ ],
8004
+ "ic-search-bar": [
8005
+ "ic-menu"
8006
+ ],
8007
+ "ic-select": [
8008
+ "ic-menu"
8009
+ ]
7563
8010
  }
7564
8011
  },
7565
8012
  {
@@ -7600,9 +8047,13 @@
7600
8047
  "slots": [],
7601
8048
  "parts": [],
7602
8049
  "dependents": [],
7603
- "dependencies": ["ic-typography"],
8050
+ "dependencies": [
8051
+ "ic-typography"
8052
+ ],
7604
8053
  "dependencyGraph": {
7605
- "ic-menu-group": ["ic-typography"]
8054
+ "ic-menu-group": [
8055
+ "ic-typography"
8056
+ ]
7606
8057
  }
7607
8058
  },
7608
8059
  {
@@ -7922,14 +8373,31 @@
7922
8373
  }
7923
8374
  ],
7924
8375
  "parts": [],
7925
- "dependents": ["ic-popover-menu"],
7926
- "dependencies": ["ic-typography", "ic-button"],
8376
+ "dependents": [
8377
+ "ic-popover-menu"
8378
+ ],
8379
+ "dependencies": [
8380
+ "ic-typography",
8381
+ "ic-button"
8382
+ ],
7927
8383
  "dependencyGraph": {
7928
- "ic-menu-item": ["ic-typography", "ic-button"],
7929
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
7930
- "ic-loading-indicator": ["ic-typography"],
7931
- "ic-tooltip": ["ic-typography"],
7932
- "ic-popover-menu": ["ic-menu-item"]
8384
+ "ic-menu-item": [
8385
+ "ic-typography",
8386
+ "ic-button"
8387
+ ],
8388
+ "ic-button": [
8389
+ "ic-loading-indicator",
8390
+ "ic-tooltip"
8391
+ ],
8392
+ "ic-loading-indicator": [
8393
+ "ic-typography"
8394
+ ],
8395
+ "ic-tooltip": [
8396
+ "ic-typography"
8397
+ ],
8398
+ "ic-popover-menu": [
8399
+ "ic-menu-item"
8400
+ ]
7933
8401
  }
7934
8402
  },
7935
8403
  {
@@ -8197,12 +8665,23 @@
8197
8665
  ],
8198
8666
  "parts": [],
8199
8667
  "dependents": [],
8200
- "dependencies": ["ic-button"],
8668
+ "dependencies": [
8669
+ "ic-button"
8670
+ ],
8201
8671
  "dependencyGraph": {
8202
- "ic-navigation-button": ["ic-button"],
8203
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8204
- "ic-loading-indicator": ["ic-typography"],
8205
- "ic-tooltip": ["ic-typography"]
8672
+ "ic-navigation-button": [
8673
+ "ic-button"
8674
+ ],
8675
+ "ic-button": [
8676
+ "ic-loading-indicator",
8677
+ "ic-tooltip"
8678
+ ],
8679
+ "ic-loading-indicator": [
8680
+ "ic-typography"
8681
+ ],
8682
+ "ic-tooltip": [
8683
+ "ic-typography"
8684
+ ]
8206
8685
  }
8207
8686
  },
8208
8687
  {
@@ -8311,9 +8790,13 @@
8311
8790
  "slots": [],
8312
8791
  "parts": [],
8313
8792
  "dependents": [],
8314
- "dependencies": ["ic-typography"],
8793
+ "dependencies": [
8794
+ "ic-typography"
8795
+ ],
8315
8796
  "dependencyGraph": {
8316
- "ic-navigation-group": ["ic-typography"]
8797
+ "ic-navigation-group": [
8798
+ "ic-typography"
8799
+ ]
8317
8800
  }
8318
8801
  },
8319
8802
  {
@@ -8599,10 +9082,18 @@
8599
9082
  }
8600
9083
  ],
8601
9084
  "dependents": [],
8602
- "dependencies": ["ic-typography", "ic-tooltip"],
9085
+ "dependencies": [
9086
+ "ic-typography",
9087
+ "ic-tooltip"
9088
+ ],
8603
9089
  "dependencyGraph": {
8604
- "ic-navigation-item": ["ic-typography", "ic-tooltip"],
8605
- "ic-tooltip": ["ic-typography"]
9090
+ "ic-navigation-item": [
9091
+ "ic-typography",
9092
+ "ic-tooltip"
9093
+ ],
9094
+ "ic-tooltip": [
9095
+ "ic-typography"
9096
+ ]
8606
9097
  }
8607
9098
  },
8608
9099
  {
@@ -8701,14 +9192,31 @@
8701
9192
  }
8702
9193
  ],
8703
9194
  "parts": [],
8704
- "dependents": ["ic-top-navigation"],
8705
- "dependencies": ["ic-button", "ic-typography"],
9195
+ "dependents": [
9196
+ "ic-top-navigation"
9197
+ ],
9198
+ "dependencies": [
9199
+ "ic-button",
9200
+ "ic-typography"
9201
+ ],
8706
9202
  "dependencyGraph": {
8707
- "ic-navigation-menu": ["ic-button", "ic-typography"],
8708
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8709
- "ic-loading-indicator": ["ic-typography"],
8710
- "ic-tooltip": ["ic-typography"],
8711
- "ic-top-navigation": ["ic-navigation-menu"]
9203
+ "ic-navigation-menu": [
9204
+ "ic-button",
9205
+ "ic-typography"
9206
+ ],
9207
+ "ic-button": [
9208
+ "ic-loading-indicator",
9209
+ "ic-tooltip"
9210
+ ],
9211
+ "ic-loading-indicator": [
9212
+ "ic-typography"
9213
+ ],
9214
+ "ic-tooltip": [
9215
+ "ic-typography"
9216
+ ],
9217
+ "ic-top-navigation": [
9218
+ "ic-navigation-menu"
9219
+ ]
8712
9220
  }
8713
9221
  },
8714
9222
  {
@@ -9039,10 +9547,19 @@
9039
9547
  "ic-typography",
9040
9548
  "ic-horizontal-scroll"
9041
9549
  ],
9042
- "ic-horizontal-scroll": ["ic-button"],
9043
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9044
- "ic-loading-indicator": ["ic-typography"],
9045
- "ic-tooltip": ["ic-typography"]
9550
+ "ic-horizontal-scroll": [
9551
+ "ic-button"
9552
+ ],
9553
+ "ic-button": [
9554
+ "ic-loading-indicator",
9555
+ "ic-tooltip"
9556
+ ],
9557
+ "ic-loading-indicator": [
9558
+ "ic-typography"
9559
+ ],
9560
+ "ic-tooltip": [
9561
+ "ic-typography"
9562
+ ]
9046
9563
  }
9047
9564
  },
9048
9565
  {
@@ -9396,13 +9913,28 @@
9396
9913
  "slots": [],
9397
9914
  "parts": [],
9398
9915
  "dependents": [],
9399
- "dependencies": ["ic-button", "ic-pagination-item"],
9916
+ "dependencies": [
9917
+ "ic-button",
9918
+ "ic-pagination-item"
9919
+ ],
9400
9920
  "dependencyGraph": {
9401
- "ic-pagination": ["ic-button", "ic-pagination-item"],
9402
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9403
- "ic-loading-indicator": ["ic-typography"],
9404
- "ic-tooltip": ["ic-typography"],
9405
- "ic-pagination-item": ["ic-typography"]
9921
+ "ic-pagination": [
9922
+ "ic-button",
9923
+ "ic-pagination-item"
9924
+ ],
9925
+ "ic-button": [
9926
+ "ic-loading-indicator",
9927
+ "ic-tooltip"
9928
+ ],
9929
+ "ic-loading-indicator": [
9930
+ "ic-typography"
9931
+ ],
9932
+ "ic-tooltip": [
9933
+ "ic-typography"
9934
+ ],
9935
+ "ic-pagination-item": [
9936
+ "ic-typography"
9937
+ ]
9406
9938
  }
9407
9939
  },
9408
9940
  {
@@ -9623,11 +10155,19 @@
9623
10155
  "styles": [],
9624
10156
  "slots": [],
9625
10157
  "parts": [],
9626
- "dependents": ["ic-pagination"],
9627
- "dependencies": ["ic-typography"],
10158
+ "dependents": [
10159
+ "ic-pagination"
10160
+ ],
10161
+ "dependencies": [
10162
+ "ic-typography"
10163
+ ],
9628
10164
  "dependencyGraph": {
9629
- "ic-pagination-item": ["ic-typography"],
9630
- "ic-pagination": ["ic-pagination-item"]
10165
+ "ic-pagination-item": [
10166
+ "ic-typography"
10167
+ ],
10168
+ "ic-pagination": [
10169
+ "ic-pagination-item"
10170
+ ]
9631
10171
  }
9632
10172
  },
9633
10173
  {
@@ -9765,13 +10305,29 @@
9765
10305
  "slots": [],
9766
10306
  "parts": [],
9767
10307
  "dependents": [],
9768
- "dependencies": ["ic-menu-item", "ic-typography"],
10308
+ "dependencies": [
10309
+ "ic-menu-item",
10310
+ "ic-typography"
10311
+ ],
9769
10312
  "dependencyGraph": {
9770
- "ic-popover-menu": ["ic-menu-item", "ic-typography"],
9771
- "ic-menu-item": ["ic-typography", "ic-button"],
9772
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9773
- "ic-loading-indicator": ["ic-typography"],
9774
- "ic-tooltip": ["ic-typography"]
10313
+ "ic-popover-menu": [
10314
+ "ic-menu-item",
10315
+ "ic-typography"
10316
+ ],
10317
+ "ic-menu-item": [
10318
+ "ic-typography",
10319
+ "ic-button"
10320
+ ],
10321
+ "ic-button": [
10322
+ "ic-loading-indicator",
10323
+ "ic-tooltip"
10324
+ ],
10325
+ "ic-loading-indicator": [
10326
+ "ic-typography"
10327
+ ],
10328
+ "ic-tooltip": [
10329
+ "ic-typography"
10330
+ ]
9775
10331
  }
9776
10332
  },
9777
10333
  {
@@ -10108,11 +10664,21 @@
10108
10664
  "slots": [],
10109
10665
  "parts": [],
10110
10666
  "dependents": [],
10111
- "dependencies": ["ic-input-label", "ic-input-validation"],
10667
+ "dependencies": [
10668
+ "ic-input-label",
10669
+ "ic-input-validation"
10670
+ ],
10112
10671
  "dependencyGraph": {
10113
- "ic-radio-group": ["ic-input-label", "ic-input-validation"],
10114
- "ic-input-label": ["ic-typography"],
10115
- "ic-input-validation": ["ic-typography"]
10672
+ "ic-radio-group": [
10673
+ "ic-input-label",
10674
+ "ic-input-validation"
10675
+ ],
10676
+ "ic-input-label": [
10677
+ "ic-typography"
10678
+ ],
10679
+ "ic-input-validation": [
10680
+ "ic-typography"
10681
+ ]
10116
10682
  }
10117
10683
  },
10118
10684
  {
@@ -10541,9 +11107,13 @@
10541
11107
  ],
10542
11108
  "parts": [],
10543
11109
  "dependents": [],
10544
- "dependencies": ["ic-typography"],
11110
+ "dependencies": [
11111
+ "ic-typography"
11112
+ ],
10545
11113
  "dependencyGraph": {
10546
- "ic-radio-option": ["ic-typography"]
11114
+ "ic-radio-option": [
11115
+ "ic-typography"
11116
+ ]
10547
11117
  }
10548
11118
  },
10549
11119
  {
@@ -11767,9 +12337,17 @@
11767
12337
  "slots": [],
11768
12338
  "parts": [],
11769
12339
  "dependents": [],
11770
- "dependencies": ["ic-text-field", "ic-button", "ic-menu"],
12340
+ "dependencies": [
12341
+ "ic-text-field",
12342
+ "ic-button",
12343
+ "ic-menu"
12344
+ ],
11771
12345
  "dependencyGraph": {
11772
- "ic-search-bar": ["ic-text-field", "ic-button", "ic-menu"],
12346
+ "ic-search-bar": [
12347
+ "ic-text-field",
12348
+ "ic-button",
12349
+ "ic-menu"
12350
+ ],
11773
12351
  "ic-text-field": [
11774
12352
  "ic-input-container",
11775
12353
  "ic-input-label",
@@ -11777,12 +12355,27 @@
11777
12355
  "ic-input-validation",
11778
12356
  "ic-typography"
11779
12357
  ],
11780
- "ic-input-label": ["ic-typography"],
11781
- "ic-input-validation": ["ic-typography"],
11782
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
11783
- "ic-loading-indicator": ["ic-typography"],
11784
- "ic-tooltip": ["ic-typography"],
11785
- "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"]
12358
+ "ic-input-label": [
12359
+ "ic-typography"
12360
+ ],
12361
+ "ic-input-validation": [
12362
+ "ic-typography"
12363
+ ],
12364
+ "ic-button": [
12365
+ "ic-loading-indicator",
12366
+ "ic-tooltip"
12367
+ ],
12368
+ "ic-loading-indicator": [
12369
+ "ic-typography"
12370
+ ],
12371
+ "ic-tooltip": [
12372
+ "ic-typography"
12373
+ ],
12374
+ "ic-menu": [
12375
+ "ic-loading-indicator",
12376
+ "ic-typography",
12377
+ "ic-button"
12378
+ ]
11786
12379
  }
11787
12380
  },
11788
12381
  {
@@ -11869,11 +12462,21 @@
11869
12462
  ],
11870
12463
  "dependencies": [],
11871
12464
  "dependencyGraph": {
11872
- "ic-footer": ["ic-section-container"],
11873
- "ic-footer-link-group": ["ic-section-container"],
11874
- "ic-hero": ["ic-section-container"],
11875
- "ic-page-header": ["ic-section-container"],
11876
- "ic-top-navigation": ["ic-section-container"]
12465
+ "ic-footer": [
12466
+ "ic-section-container"
12467
+ ],
12468
+ "ic-footer-link-group": [
12469
+ "ic-section-container"
12470
+ ],
12471
+ "ic-hero": [
12472
+ "ic-section-container"
12473
+ ],
12474
+ "ic-page-header": [
12475
+ "ic-section-container"
12476
+ ],
12477
+ "ic-top-navigation": [
12478
+ "ic-section-container"
12479
+ ]
11877
12480
  }
11878
12481
  },
11879
12482
  {
@@ -12887,12 +13490,27 @@
12887
13490
  "ic-menu",
12888
13491
  "ic-input-validation"
12889
13492
  ],
12890
- "ic-input-label": ["ic-typography"],
12891
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
12892
- "ic-loading-indicator": ["ic-typography"],
12893
- "ic-tooltip": ["ic-typography"],
12894
- "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"],
12895
- "ic-input-validation": ["ic-typography"]
13493
+ "ic-input-label": [
13494
+ "ic-typography"
13495
+ ],
13496
+ "ic-button": [
13497
+ "ic-loading-indicator",
13498
+ "ic-tooltip"
13499
+ ],
13500
+ "ic-loading-indicator": [
13501
+ "ic-typography"
13502
+ ],
13503
+ "ic-tooltip": [
13504
+ "ic-typography"
13505
+ ],
13506
+ "ic-menu": [
13507
+ "ic-loading-indicator",
13508
+ "ic-typography",
13509
+ "ic-button"
13510
+ ],
13511
+ "ic-input-validation": [
13512
+ "ic-typography"
13513
+ ]
12896
13514
  }
12897
13515
  },
12898
13516
  {
@@ -13019,7 +13637,7 @@
13019
13637
  "mutable": false,
13020
13638
  "attr": "expanded",
13021
13639
  "reflectToAttr": false,
13022
- "docs": "If `true`, the side navigation will display an expanded state.",
13640
+ "docs": "If `true`, the side navigation will display in an expanded state.",
13023
13641
  "docsTags": [],
13024
13642
  "default": "false",
13025
13643
  "values": [
@@ -13197,12 +13815,27 @@
13197
13815
  ],
13198
13816
  "parts": [],
13199
13817
  "dependents": [],
13200
- "dependencies": ["ic-typography", "ic-button", "ic-divider"],
13818
+ "dependencies": [
13819
+ "ic-typography",
13820
+ "ic-button",
13821
+ "ic-divider"
13822
+ ],
13201
13823
  "dependencyGraph": {
13202
- "ic-side-navigation": ["ic-typography", "ic-button", "ic-divider"],
13203
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
13204
- "ic-loading-indicator": ["ic-typography"],
13205
- "ic-tooltip": ["ic-typography"]
13824
+ "ic-side-navigation": [
13825
+ "ic-typography",
13826
+ "ic-button",
13827
+ "ic-divider"
13828
+ ],
13829
+ "ic-button": [
13830
+ "ic-loading-indicator",
13831
+ "ic-tooltip"
13832
+ ],
13833
+ "ic-loading-indicator": [
13834
+ "ic-typography"
13835
+ ],
13836
+ "ic-tooltip": [
13837
+ "ic-typography"
13838
+ ]
13206
13839
  }
13207
13840
  },
13208
13841
  {
@@ -13550,9 +14183,13 @@
13550
14183
  "slots": [],
13551
14184
  "parts": [],
13552
14185
  "dependents": [],
13553
- "dependencies": ["ic-typography"],
14186
+ "dependencies": [
14187
+ "ic-typography"
14188
+ ],
13554
14189
  "dependencyGraph": {
13555
- "ic-status-tag": ["ic-typography"]
14190
+ "ic-status-tag": [
14191
+ "ic-typography"
14192
+ ]
13556
14193
  }
13557
14194
  },
13558
14195
  {
@@ -13687,10 +14324,18 @@
13687
14324
  "slots": [],
13688
14325
  "parts": [],
13689
14326
  "dependents": [],
13690
- "dependencies": ["ic-loading-indicator", "ic-typography"],
14327
+ "dependencies": [
14328
+ "ic-loading-indicator",
14329
+ "ic-typography"
14330
+ ],
13691
14331
  "dependencyGraph": {
13692
- "ic-step": ["ic-loading-indicator", "ic-typography"],
13693
- "ic-loading-indicator": ["ic-typography"]
14332
+ "ic-step": [
14333
+ "ic-loading-indicator",
14334
+ "ic-typography"
14335
+ ],
14336
+ "ic-loading-indicator": [
14337
+ "ic-typography"
14338
+ ]
13694
14339
  }
13695
14340
  },
13696
14341
  {
@@ -14158,10 +14803,18 @@
14158
14803
  ],
14159
14804
  "parts": [],
14160
14805
  "dependents": [],
14161
- "dependencies": ["ic-input-label", "ic-typography"],
14806
+ "dependencies": [
14807
+ "ic-input-label",
14808
+ "ic-typography"
14809
+ ],
14162
14810
  "dependencyGraph": {
14163
- "ic-switch": ["ic-input-label", "ic-typography"],
14164
- "ic-input-label": ["ic-typography"]
14811
+ "ic-switch": [
14812
+ "ic-input-label",
14813
+ "ic-typography"
14814
+ ],
14815
+ "ic-input-label": [
14816
+ "ic-typography"
14817
+ ]
14165
14818
  }
14166
14819
  },
14167
14820
  {
@@ -14244,9 +14897,13 @@
14244
14897
  ],
14245
14898
  "parts": [],
14246
14899
  "dependents": [],
14247
- "dependencies": ["ic-typography"],
14900
+ "dependencies": [
14901
+ "ic-typography"
14902
+ ],
14248
14903
  "dependencyGraph": {
14249
- "ic-tab": ["ic-typography"]
14904
+ "ic-tab": [
14905
+ "ic-typography"
14906
+ ]
14250
14907
  }
14251
14908
  },
14252
14909
  {
@@ -14534,13 +15191,26 @@
14534
15191
  "slots": [],
14535
15192
  "parts": [],
14536
15193
  "dependents": [],
14537
- "dependencies": ["ic-horizontal-scroll"],
15194
+ "dependencies": [
15195
+ "ic-horizontal-scroll"
15196
+ ],
14538
15197
  "dependencyGraph": {
14539
- "ic-tab-group": ["ic-horizontal-scroll"],
14540
- "ic-horizontal-scroll": ["ic-button"],
14541
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
14542
- "ic-loading-indicator": ["ic-typography"],
14543
- "ic-tooltip": ["ic-typography"]
15198
+ "ic-tab-group": [
15199
+ "ic-horizontal-scroll"
15200
+ ],
15201
+ "ic-horizontal-scroll": [
15202
+ "ic-button"
15203
+ ],
15204
+ "ic-button": [
15205
+ "ic-loading-indicator",
15206
+ "ic-tooltip"
15207
+ ],
15208
+ "ic-loading-indicator": [
15209
+ "ic-typography"
15210
+ ],
15211
+ "ic-tooltip": [
15212
+ "ic-typography"
15213
+ ]
14544
15214
  }
14545
15215
  },
14546
15216
  {
@@ -15770,7 +16440,9 @@
15770
16440
  }
15771
16441
  ],
15772
16442
  "parts": [],
15773
- "dependents": ["ic-search-bar"],
16443
+ "dependents": [
16444
+ "ic-search-bar"
16445
+ ],
15774
16446
  "dependencies": [
15775
16447
  "ic-input-container",
15776
16448
  "ic-input-label",
@@ -15786,9 +16458,15 @@
15786
16458
  "ic-input-validation",
15787
16459
  "ic-typography"
15788
16460
  ],
15789
- "ic-input-label": ["ic-typography"],
15790
- "ic-input-validation": ["ic-typography"],
15791
- "ic-search-bar": ["ic-text-field"]
16461
+ "ic-input-label": [
16462
+ "ic-typography"
16463
+ ],
16464
+ "ic-input-validation": [
16465
+ "ic-typography"
16466
+ ],
16467
+ "ic-search-bar": [
16468
+ "ic-text-field"
16469
+ ]
15792
16470
  }
15793
16471
  },
15794
16472
  {
@@ -16095,12 +16773,27 @@
16095
16773
  ],
16096
16774
  "parts": [],
16097
16775
  "dependents": [],
16098
- "dependencies": ["ic-typography", "ic-loading-indicator", "ic-button"],
16776
+ "dependencies": [
16777
+ "ic-typography",
16778
+ "ic-loading-indicator",
16779
+ "ic-button"
16780
+ ],
16099
16781
  "dependencyGraph": {
16100
- "ic-toast": ["ic-typography", "ic-loading-indicator", "ic-button"],
16101
- "ic-loading-indicator": ["ic-typography"],
16102
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
16103
- "ic-tooltip": ["ic-typography"]
16782
+ "ic-toast": [
16783
+ "ic-typography",
16784
+ "ic-loading-indicator",
16785
+ "ic-button"
16786
+ ],
16787
+ "ic-loading-indicator": [
16788
+ "ic-typography"
16789
+ ],
16790
+ "ic-button": [
16791
+ "ic-loading-indicator",
16792
+ "ic-tooltip"
16793
+ ],
16794
+ "ic-tooltip": [
16795
+ "ic-typography"
16796
+ ]
16104
16797
  }
16105
16798
  },
16106
16799
  {
@@ -16520,12 +17213,23 @@
16520
17213
  ],
16521
17214
  "parts": [],
16522
17215
  "dependents": [],
16523
- "dependencies": ["ic-button"],
17216
+ "dependencies": [
17217
+ "ic-button"
17218
+ ],
16524
17219
  "dependencyGraph": {
16525
- "ic-toggle-button": ["ic-button"],
16526
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
16527
- "ic-loading-indicator": ["ic-typography"],
16528
- "ic-tooltip": ["ic-typography"]
17220
+ "ic-toggle-button": [
17221
+ "ic-button"
17222
+ ],
17223
+ "ic-button": [
17224
+ "ic-loading-indicator",
17225
+ "ic-tooltip"
17226
+ ],
17227
+ "ic-loading-indicator": [
17228
+ "ic-typography"
17229
+ ],
17230
+ "ic-tooltip": [
17231
+ "ic-typography"
17232
+ ]
16529
17233
  }
16530
17234
  },
16531
17235
  {
@@ -16762,13 +17466,27 @@
16762
17466
  ],
16763
17467
  "slots": [],
16764
17468
  "parts": [],
16765
- "dependents": ["ic-button", "ic-chip", "ic-navigation-item"],
16766
- "dependencies": ["ic-typography"],
17469
+ "dependents": [
17470
+ "ic-button",
17471
+ "ic-chip",
17472
+ "ic-navigation-item"
17473
+ ],
17474
+ "dependencies": [
17475
+ "ic-typography"
17476
+ ],
16767
17477
  "dependencyGraph": {
16768
- "ic-tooltip": ["ic-typography"],
16769
- "ic-button": ["ic-tooltip"],
16770
- "ic-chip": ["ic-tooltip"],
16771
- "ic-navigation-item": ["ic-tooltip"]
17478
+ "ic-tooltip": [
17479
+ "ic-typography"
17480
+ ],
17481
+ "ic-button": [
17482
+ "ic-tooltip"
17483
+ ],
17484
+ "ic-chip": [
17485
+ "ic-tooltip"
17486
+ ],
17487
+ "ic-navigation-item": [
17488
+ "ic-tooltip"
17489
+ ]
16772
17490
  }
16773
17491
  },
16774
17492
  {
@@ -17066,11 +17784,23 @@
17066
17784
  "ic-horizontal-scroll",
17067
17785
  "ic-navigation-menu"
17068
17786
  ],
17069
- "ic-button": ["ic-loading-indicator", "ic-tooltip"],
17070
- "ic-loading-indicator": ["ic-typography"],
17071
- "ic-tooltip": ["ic-typography"],
17072
- "ic-horizontal-scroll": ["ic-button"],
17073
- "ic-navigation-menu": ["ic-button", "ic-typography"]
17787
+ "ic-button": [
17788
+ "ic-loading-indicator",
17789
+ "ic-tooltip"
17790
+ ],
17791
+ "ic-loading-indicator": [
17792
+ "ic-typography"
17793
+ ],
17794
+ "ic-tooltip": [
17795
+ "ic-typography"
17796
+ ],
17797
+ "ic-horizontal-scroll": [
17798
+ "ic-button"
17799
+ ],
17800
+ "ic-navigation-menu": [
17801
+ "ic-button",
17802
+ "ic-typography"
17803
+ ]
17074
17804
  }
17075
17805
  },
17076
17806
  {
@@ -17352,45 +18082,123 @@
17352
18082
  ],
17353
18083
  "dependencies": [],
17354
18084
  "dependencyGraph": {
17355
- "ic-accordion": ["ic-typography"],
17356
- "ic-accordion-group": ["ic-typography"],
17357
- "ic-alert": ["ic-typography"],
17358
- "ic-back-to-top": ["ic-typography"],
17359
- "ic-badge": ["ic-typography"],
17360
- "ic-card": ["ic-typography"],
17361
- "ic-checkbox": ["ic-typography"],
17362
- "ic-chip": ["ic-typography"],
17363
- "ic-classification-banner": ["ic-typography"],
17364
- "ic-data-entity": ["ic-typography"],
17365
- "ic-data-row": ["ic-typography"],
17366
- "ic-dialog": ["ic-typography"],
17367
- "ic-empty-state": ["ic-typography"],
17368
- "ic-footer": ["ic-typography"],
17369
- "ic-footer-link-group": ["ic-typography"],
17370
- "ic-hero": ["ic-typography"],
17371
- "ic-input-label": ["ic-typography"],
17372
- "ic-input-validation": ["ic-typography"],
17373
- "ic-loading-indicator": ["ic-typography"],
17374
- "ic-menu": ["ic-typography"],
17375
- "ic-menu-group": ["ic-typography"],
17376
- "ic-menu-item": ["ic-typography"],
17377
- "ic-navigation-group": ["ic-typography"],
17378
- "ic-navigation-item": ["ic-typography"],
17379
- "ic-navigation-menu": ["ic-typography"],
17380
- "ic-page-header": ["ic-typography"],
17381
- "ic-pagination-item": ["ic-typography"],
17382
- "ic-popover-menu": ["ic-typography"],
17383
- "ic-radio-option": ["ic-typography"],
17384
- "ic-select": ["ic-typography"],
17385
- "ic-side-navigation": ["ic-typography"],
17386
- "ic-status-tag": ["ic-typography"],
17387
- "ic-step": ["ic-typography"],
17388
- "ic-switch": ["ic-typography"],
17389
- "ic-tab": ["ic-typography"],
17390
- "ic-text-field": ["ic-typography"],
17391
- "ic-toast": ["ic-typography"],
17392
- "ic-tooltip": ["ic-typography"],
17393
- "ic-top-navigation": ["ic-typography"]
18085
+ "ic-accordion": [
18086
+ "ic-typography"
18087
+ ],
18088
+ "ic-accordion-group": [
18089
+ "ic-typography"
18090
+ ],
18091
+ "ic-alert": [
18092
+ "ic-typography"
18093
+ ],
18094
+ "ic-back-to-top": [
18095
+ "ic-typography"
18096
+ ],
18097
+ "ic-badge": [
18098
+ "ic-typography"
18099
+ ],
18100
+ "ic-card": [
18101
+ "ic-typography"
18102
+ ],
18103
+ "ic-checkbox": [
18104
+ "ic-typography"
18105
+ ],
18106
+ "ic-chip": [
18107
+ "ic-typography"
18108
+ ],
18109
+ "ic-classification-banner": [
18110
+ "ic-typography"
18111
+ ],
18112
+ "ic-data-entity": [
18113
+ "ic-typography"
18114
+ ],
18115
+ "ic-data-row": [
18116
+ "ic-typography"
18117
+ ],
18118
+ "ic-dialog": [
18119
+ "ic-typography"
18120
+ ],
18121
+ "ic-empty-state": [
18122
+ "ic-typography"
18123
+ ],
18124
+ "ic-footer": [
18125
+ "ic-typography"
18126
+ ],
18127
+ "ic-footer-link-group": [
18128
+ "ic-typography"
18129
+ ],
18130
+ "ic-hero": [
18131
+ "ic-typography"
18132
+ ],
18133
+ "ic-input-label": [
18134
+ "ic-typography"
18135
+ ],
18136
+ "ic-input-validation": [
18137
+ "ic-typography"
18138
+ ],
18139
+ "ic-loading-indicator": [
18140
+ "ic-typography"
18141
+ ],
18142
+ "ic-menu": [
18143
+ "ic-typography"
18144
+ ],
18145
+ "ic-menu-group": [
18146
+ "ic-typography"
18147
+ ],
18148
+ "ic-menu-item": [
18149
+ "ic-typography"
18150
+ ],
18151
+ "ic-navigation-group": [
18152
+ "ic-typography"
18153
+ ],
18154
+ "ic-navigation-item": [
18155
+ "ic-typography"
18156
+ ],
18157
+ "ic-navigation-menu": [
18158
+ "ic-typography"
18159
+ ],
18160
+ "ic-page-header": [
18161
+ "ic-typography"
18162
+ ],
18163
+ "ic-pagination-item": [
18164
+ "ic-typography"
18165
+ ],
18166
+ "ic-popover-menu": [
18167
+ "ic-typography"
18168
+ ],
18169
+ "ic-radio-option": [
18170
+ "ic-typography"
18171
+ ],
18172
+ "ic-select": [
18173
+ "ic-typography"
18174
+ ],
18175
+ "ic-side-navigation": [
18176
+ "ic-typography"
18177
+ ],
18178
+ "ic-status-tag": [
18179
+ "ic-typography"
18180
+ ],
18181
+ "ic-step": [
18182
+ "ic-typography"
18183
+ ],
18184
+ "ic-switch": [
18185
+ "ic-typography"
18186
+ ],
18187
+ "ic-tab": [
18188
+ "ic-typography"
18189
+ ],
18190
+ "ic-text-field": [
18191
+ "ic-typography"
18192
+ ],
18193
+ "ic-toast": [
18194
+ "ic-typography"
18195
+ ],
18196
+ "ic-tooltip": [
18197
+ "ic-typography"
18198
+ ],
18199
+ "ic-top-navigation": [
18200
+ "ic-typography"
18201
+ ]
17394
18202
  }
17395
18203
  }
17396
18204
  ],
@@ -17480,6 +18288,11 @@
17480
18288
  "docstring": "",
17481
18289
  "path": "src/components/ic-tab/ic-tab.types.ts"
17482
18290
  },
18291
+ "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
18292
+ "declaration": "export type IcTooltipPlacements =\n | \"top-start\"\n | \"top\"\n | \"top-end\"\n | \"right-start\"\n | \"right\"\n | \"right-end\"\n | \"bottom-end\"\n | \"bottom\"\n | \"bottom-start\"\n | \"left-end\"\n | \"left\"\n | \"left-start\";",
18293
+ "docstring": "",
18294
+ "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
18295
+ },
17483
18296
  "src/utils/types.ts::IcAdditionalFieldTypes": {
17484
18297
  "declaration": "export type IcAdditionalFieldTypes = \"static\" | \"dynamic\";",
17485
18298
  "docstring": "",
@@ -17689,11 +18502,6 @@
17689
18502
  "declaration": "{\n mode: IcThemeForeground;\n color: IcColorRGB;\n}",
17690
18503
  "docstring": "",
17691
18504
  "path": "src/utils/types.ts"
17692
- },
17693
- "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
17694
- "declaration": "export type IcTooltipPlacements =\n | \"top-start\"\n | \"top\"\n | \"top-end\"\n | \"right-start\"\n | \"right\"\n | \"right-end\"\n | \"bottom-end\"\n | \"bottom\"\n | \"bottom-start\"\n | \"left-end\"\n | \"left\"\n | \"left-start\";",
17695
- "docstring": "",
17696
- "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
17697
18505
  }
17698
18506
  }
17699
- }
18507
+ }