@ukic/docs 3.0.0-alpha.11 → 3.0.0-alpha.12

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 +160 -118
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "filePath": "src/components/ic-accordion/ic-accordion.tsx",
10
10
  "encapsulation": "shadow",
11
11
  "tag": "ic-accordion",
12
- "readme": "# ic-accordion\r\n\r\n\r\n\r",
12
+ "readme": "# ic-accordion\n\n\n",
13
13
  "docs": "",
14
14
  "docsTags": [
15
15
  {
@@ -238,7 +238,7 @@
238
238
  "filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
239
239
  "encapsulation": "shadow",
240
240
  "tag": "ic-accordion-group",
241
- "readme": "# ic-accordion-title\r\n\r\n\r\n\r",
241
+ "readme": "# ic-accordion-title\n\n\n",
242
242
  "docs": "",
243
243
  "docsTags": [
244
244
  {
@@ -431,7 +431,7 @@
431
431
  },
432
432
  "signature": "setFocus() => Promise<void>",
433
433
  "parameters": [],
434
- "docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\r\nOtherwise, the first accordion will be focused.",
434
+ "docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\nOtherwise, the first accordion will be focused.",
435
435
  "docsTags": []
436
436
  }
437
437
  ],
@@ -477,7 +477,7 @@
477
477
  "filePath": "src/components/ic-alert/ic-alert.tsx",
478
478
  "encapsulation": "shadow",
479
479
  "tag": "ic-alert",
480
- "readme": "# ic-alert\r\n\r\n\r\n\r",
480
+ "readme": "# ic-alert\n\n\n",
481
481
  "docs": "",
482
482
  "docsTags": [
483
483
  {
@@ -775,11 +775,48 @@
775
775
  "filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
776
776
  "encapsulation": "shadow",
777
777
  "tag": "ic-back-to-top",
778
- "readme": "# ic-back-to-top\r\n\r\n\r\n\r",
778
+ "readme": "# ic-back-to-top\n\n\n",
779
779
  "docs": "",
780
780
  "docsTags": [],
781
781
  "usage": {},
782
782
  "props": [
783
+ {
784
+ "name": "position",
785
+ "type": "\"center\" | \"left\" | \"right\"",
786
+ "complexType": {
787
+ "original": "IcBackToTopPositions",
788
+ "resolved": "\"center\" | \"left\" | \"right\"",
789
+ "references": {
790
+ "IcBackToTopPositions": {
791
+ "location": "import",
792
+ "path": "./ic-back-to-top.types",
793
+ "id": "src/components/ic-back-to-top/ic-back-to-top.types.ts::IcBackToTopPositions"
794
+ }
795
+ }
796
+ },
797
+ "mutable": false,
798
+ "attr": "position",
799
+ "reflectToAttr": false,
800
+ "docs": "The horizontal position of the element.",
801
+ "docsTags": [],
802
+ "default": "\"right\"",
803
+ "values": [
804
+ {
805
+ "value": "center",
806
+ "type": "string"
807
+ },
808
+ {
809
+ "value": "left",
810
+ "type": "string"
811
+ },
812
+ {
813
+ "value": "right",
814
+ "type": "string"
815
+ }
816
+ ],
817
+ "optional": true,
818
+ "required": false
819
+ },
783
820
  {
784
821
  "name": "target",
785
822
  "type": "string",
@@ -908,7 +945,7 @@
908
945
  "filePath": "src/components/ic-badge/ic-badge.tsx",
909
946
  "encapsulation": "shadow",
910
947
  "tag": "ic-badge",
911
- "readme": "# ic-badge\r\n\r\n\r\n\r",
948
+ "readme": "# ic-badge\n\n\n",
912
949
  "docs": "",
913
950
  "docsTags": [
914
951
  {
@@ -956,7 +993,7 @@
956
993
  "mutable": false,
957
994
  "attr": "custom-color",
958
995
  "reflectToAttr": false,
959
- "docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
996
+ "docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
960
997
  "docsTags": [],
961
998
  "default": "null",
962
999
  "values": [
@@ -1005,7 +1042,7 @@
1005
1042
  "mutable": false,
1006
1043
  "attr": "max-number",
1007
1044
  "reflectToAttr": false,
1008
- "docs": "The maximum number shown on the badge appended with a +.\r\nThis will only be displayed if type=\"text\" and label is not empty.",
1045
+ "docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
1009
1046
  "docsTags": [],
1010
1047
  "values": [
1011
1048
  {
@@ -1277,7 +1314,7 @@
1277
1314
  "filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
1278
1315
  "encapsulation": "shadow",
1279
1316
  "tag": "ic-breadcrumb",
1280
- "readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
1317
+ "readme": "# ic-breadcrumb\n\n\n",
1281
1318
  "docs": "",
1282
1319
  "docsTags": [
1283
1320
  {
@@ -1405,7 +1442,7 @@
1405
1442
  "filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
1406
1443
  "encapsulation": "shadow",
1407
1444
  "tag": "ic-breadcrumb-group",
1408
- "readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
1445
+ "readme": "# ic-breadcrumb-group\n\n\n",
1409
1446
  "docs": "",
1410
1447
  "docsTags": [],
1411
1448
  "usage": {},
@@ -1537,7 +1574,7 @@
1537
1574
  "filePath": "src/components/ic-button/ic-button.tsx",
1538
1575
  "encapsulation": "shadow",
1539
1576
  "tag": "ic-button",
1540
- "readme": "# ic-button\r\n\r",
1577
+ "readme": "# ic-button\n",
1541
1578
  "docs": "",
1542
1579
  "docsTags": [
1543
1580
  {
@@ -2567,7 +2604,7 @@
2567
2604
  "filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
2568
2605
  "encapsulation": "shadow",
2569
2606
  "tag": "ic-card-vertical",
2570
- "readme": "# ic-card-vertical\r\n\r\n\r\n\r",
2607
+ "readme": "# ic-card-vertical\n\n\n",
2571
2608
  "docs": "",
2572
2609
  "docsTags": [
2573
2610
  {
@@ -3055,7 +3092,7 @@
3055
3092
  "filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
3056
3093
  "encapsulation": "shadow",
3057
3094
  "tag": "ic-checkbox",
3058
- "readme": "# ic-checkbox\r\n\r\n\r\n\r",
3095
+ "readme": "# ic-checkbox\n\n\n",
3059
3096
  "docs": "",
3060
3097
  "docsTags": [
3061
3098
  {
@@ -3476,7 +3513,7 @@
3476
3513
  "filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
3477
3514
  "encapsulation": "shadow",
3478
3515
  "tag": "ic-checkbox-group",
3479
- "readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
3516
+ "readme": "# ic-checkbox-group\n\n\n",
3480
3517
  "docs": "",
3481
3518
  "docsTags": [],
3482
3519
  "usage": {},
@@ -3808,7 +3845,7 @@
3808
3845
  "filePath": "src/components/ic-chip/ic-chip.tsx",
3809
3846
  "encapsulation": "shadow",
3810
3847
  "tag": "ic-chip",
3811
- "readme": "# ic-chip\r\n\r\n\r\n\r",
3848
+ "readme": "# ic-chip\n\n\n",
3812
3849
  "docs": "",
3813
3850
  "docsTags": [
3814
3851
  {
@@ -3839,7 +3876,7 @@
3839
3876
  "mutable": false,
3840
3877
  "attr": "custom-color",
3841
3878
  "reflectToAttr": false,
3842
- "docs": "The custom chip colour. This will override the theme colour.\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3879
+ "docs": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3843
3880
  "docsTags": [],
3844
3881
  "default": "null",
3845
3882
  "values": [
@@ -3991,7 +4028,7 @@
3991
4028
  "mutable": false,
3992
4029
  "attr": "theme",
3993
4030
  "reflectToAttr": false,
3994
- "docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\r\nSetting the \"customColor\" prop will override this.",
4031
+ "docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
3995
4032
  "docsTags": [],
3996
4033
  "default": "\"inherit\"",
3997
4034
  "values": [
@@ -4145,7 +4182,7 @@
4145
4182
  "filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
4146
4183
  "encapsulation": "shadow",
4147
4184
  "tag": "ic-classification-banner",
4148
- "readme": "# ic-classification-banner\r\n\r\n\r\n\r",
4185
+ "readme": "# ic-classification-banner\n\n\n",
4149
4186
  "docs": "",
4150
4187
  "docsTags": [],
4151
4188
  "usage": {},
@@ -4310,7 +4347,7 @@
4310
4347
  "filePath": "src/components/ic-data-list/ic-data-list.tsx",
4311
4348
  "encapsulation": "shadow",
4312
4349
  "tag": "ic-data-list",
4313
- "readme": "# ic-data-list\r\n\r\n\r\n\r",
4350
+ "readme": "# ic-data-list\n\n\n",
4314
4351
  "docs": "",
4315
4352
  "docsTags": [
4316
4353
  {
@@ -4437,7 +4474,7 @@
4437
4474
  "filePath": "src/components/ic-data-row/ic-data-row.tsx",
4438
4475
  "encapsulation": "shadow",
4439
4476
  "tag": "ic-data-row",
4440
- "readme": "# ic-data-row\r\n\r\n\r\n\r",
4477
+ "readme": "# ic-data-row\n\n\n",
4441
4478
  "docs": "",
4442
4479
  "docsTags": [
4443
4480
  {
@@ -4601,7 +4638,7 @@
4601
4638
  "filePath": "src/components/ic-dialog/ic-dialog.tsx",
4602
4639
  "encapsulation": "shadow",
4603
4640
  "tag": "ic-dialog",
4604
- "readme": "# ic-dialog\r\n\r\n\r\n\r",
4641
+ "readme": "# ic-dialog\n\n\n",
4605
4642
  "docs": "",
4606
4643
  "docsTags": [
4607
4644
  {
@@ -4634,7 +4671,7 @@
4634
4671
  "mutable": false,
4635
4672
  "attr": "buttons",
4636
4673
  "reflectToAttr": false,
4637
- "docs": "If set to `false`, default buttons or slotted dialog controls will not be displayed.",
4674
+ "docs": "If set to `false`, default buttons will not be shown, but slotted dialog controls will still be displayed.",
4638
4675
  "docsTags": [],
4639
4676
  "default": "true",
4640
4677
  "values": [
@@ -4700,7 +4737,7 @@
4700
4737
  "mutable": false,
4701
4738
  "attr": "disable-height-constraint",
4702
4739
  "reflectToAttr": false,
4703
- "docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\r\nThis prop also prevents popover elements from being cut off within the content area.",
4740
+ "docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\nThis prop also prevents popover elements from being cut off within the content area.",
4704
4741
  "docsTags": [],
4705
4742
  "default": "false",
4706
4743
  "values": [
@@ -5079,7 +5116,7 @@
5079
5116
  "filePath": "src/components/ic-divider/ic-divider.tsx",
5080
5117
  "encapsulation": "scoped",
5081
5118
  "tag": "ic-divider",
5082
- "readme": "# ic-divider\r\n\r\n\r\n\r",
5119
+ "readme": "# ic-divider\n\n\n",
5083
5120
  "docs": "",
5084
5121
  "docsTags": [],
5085
5122
  "usage": {},
@@ -5394,7 +5431,7 @@
5394
5431
  "filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
5395
5432
  "encapsulation": "shadow",
5396
5433
  "tag": "ic-empty-state",
5397
- "readme": "# ic-empty-state\r\n\r\n\r\n\r",
5434
+ "readme": "# ic-empty-state\n\n\n",
5398
5435
  "docs": "",
5399
5436
  "docsTags": [
5400
5437
  {
@@ -5657,7 +5694,7 @@
5657
5694
  "filePath": "src/components/ic-footer/ic-footer.tsx",
5658
5695
  "encapsulation": "shadow",
5659
5696
  "tag": "ic-footer",
5660
- "readme": "# ic-footer\r\n\r\n\r\n\r",
5697
+ "readme": "# ic-footer\n\n\n",
5661
5698
  "docs": "",
5662
5699
  "docsTags": [
5663
5700
  {
@@ -5894,7 +5931,7 @@
5894
5931
  "filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
5895
5932
  "encapsulation": "shadow",
5896
5933
  "tag": "ic-footer-link",
5897
- "readme": "# ic-footer-link\r\n\r\n\r\n\r",
5934
+ "readme": "# ic-footer-link\n\n\n",
5898
5935
  "docs": "",
5899
5936
  "docsTags": [],
5900
5937
  "usage": {},
@@ -6101,7 +6138,7 @@
6101
6138
  "filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
6102
6139
  "encapsulation": "shadow",
6103
6140
  "tag": "ic-footer-link-group",
6104
- "readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
6141
+ "readme": "# ic-footer-link-group\n\n\n",
6105
6142
  "docs": "",
6106
6143
  "docsTags": [],
6107
6144
  "usage": {},
@@ -6163,7 +6200,7 @@
6163
6200
  "filePath": "src/components/ic-hero/ic-hero.tsx",
6164
6201
  "encapsulation": "shadow",
6165
6202
  "tag": "ic-hero",
6166
- "readme": "# ic-hero\r\n\r\n\r\n\r",
6203
+ "readme": "# ic-hero\n\n\n",
6167
6204
  "docs": "",
6168
6205
  "docsTags": [
6169
6206
  {
@@ -6468,7 +6505,7 @@
6468
6505
  "filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
6469
6506
  "encapsulation": "shadow",
6470
6507
  "tag": "ic-horizontal-scroll",
6471
- "readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
6508
+ "readme": "# ic-horizontal-scroll\n\n\n",
6472
6509
  "docs": "",
6473
6510
  "docsTags": [],
6474
6511
  "usage": {},
@@ -6554,7 +6591,7 @@
6554
6591
  "filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
6555
6592
  "encapsulation": "none",
6556
6593
  "tag": "ic-input-component-container",
6557
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6594
+ "readme": "# ic-input-container\n\n\n",
6558
6595
  "docs": "",
6559
6596
  "docsTags": [
6560
6597
  {
@@ -6851,7 +6888,7 @@
6851
6888
  "filePath": "src/components/ic-input-container/ic-input-container.tsx",
6852
6889
  "encapsulation": "none",
6853
6890
  "tag": "ic-input-container",
6854
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6891
+ "readme": "# ic-input-container\n\n\n",
6855
6892
  "docs": "",
6856
6893
  "docsTags": [],
6857
6894
  "usage": {},
@@ -6929,7 +6966,7 @@
6929
6966
  "filePath": "src/components/ic-input-label/ic-input-label.tsx",
6930
6967
  "encapsulation": "none",
6931
6968
  "tag": "ic-input-label",
6932
- "readme": "# ic-input-label\r\n\r\n\r\n\r",
6969
+ "readme": "# ic-input-label\n\n\n",
6933
6970
  "docs": "",
6934
6971
  "docsTags": [],
6935
6972
  "usage": {},
@@ -7158,7 +7195,7 @@
7158
7195
  "filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
7159
7196
  "encapsulation": "none",
7160
7197
  "tag": "ic-input-validation",
7161
- "readme": "# ic-input-validation\r\n\r\n\r\n\r",
7198
+ "readme": "# ic-input-validation\n\n\n",
7162
7199
  "docs": "",
7163
7200
  "docsTags": [
7164
7201
  {
@@ -7348,7 +7385,7 @@
7348
7385
  "filePath": "src/components/ic-link/ic-link.tsx",
7349
7386
  "encapsulation": "shadow",
7350
7387
  "tag": "ic-link",
7351
- "readme": "# ic-link\r\n\r\n\r\n\r",
7388
+ "readme": "# ic-link\n\n\n",
7352
7389
  "docs": "",
7353
7390
  "docsTags": [
7354
7391
  {
@@ -7645,7 +7682,7 @@
7645
7682
  "filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
7646
7683
  "encapsulation": "shadow",
7647
7684
  "tag": "ic-loading-indicator",
7648
- "readme": "# ic-loading\r\n\r\n\r\n\r",
7685
+ "readme": "# ic-loading\n\n\n",
7649
7686
  "docs": "",
7650
7687
  "docsTags": [],
7651
7688
  "usage": {},
@@ -7705,7 +7742,7 @@
7705
7742
  "mutable": false,
7706
7743
  "attr": "label",
7707
7744
  "reflectToAttr": false,
7708
- "docs": "The label to be displayed beneath the loading indicator.\r\nDisplay a changing label by supplying an array of messages.",
7745
+ "docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
7709
7746
  "docsTags": [],
7710
7747
  "values": [
7711
7748
  {
@@ -7751,7 +7788,7 @@
7751
7788
  "mutable": false,
7752
7789
  "attr": "max",
7753
7790
  "reflectToAttr": false,
7754
- "docs": "The maximum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7791
+ "docs": "The maximum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7755
7792
  "docsTags": [],
7756
7793
  "default": "100",
7757
7794
  "values": [
@@ -7773,7 +7810,7 @@
7773
7810
  "mutable": false,
7774
7811
  "attr": "min",
7775
7812
  "reflectToAttr": false,
7776
- "docs": "The minimum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7813
+ "docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7777
7814
  "docsTags": [],
7778
7815
  "default": "0",
7779
7816
  "values": [
@@ -7817,7 +7854,7 @@
7817
7854
  "mutable": false,
7818
7855
  "attr": "progress",
7819
7856
  "reflectToAttr": false,
7820
- "docs": "The current amount of progress made.\r\nIf not provided, component acts as an indeterminate loading indicator.",
7857
+ "docs": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator.",
7821
7858
  "docsTags": [],
7822
7859
  "values": [
7823
7860
  {
@@ -7987,7 +8024,7 @@
7987
8024
  "filePath": "src/components/ic-menu/ic-menu.tsx",
7988
8025
  "encapsulation": "scoped",
7989
8026
  "tag": "ic-menu",
7990
- "readme": "# ic-menu\r\n\r\n\r\n\r",
8027
+ "readme": "# ic-menu\n\n\n",
7991
8028
  "docs": "",
7992
8029
  "docsTags": [],
7993
8030
  "usage": {},
@@ -8383,7 +8420,7 @@
8383
8420
  "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
8384
8421
  }
8385
8422
  ],
8386
- "docs": "Used alongside activationType\r\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8423
+ "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8387
8424
  "docsTags": [
8388
8425
  {
8389
8426
  "name": "param",
@@ -8455,7 +8492,7 @@
8455
8492
  "filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
8456
8493
  "encapsulation": "shadow",
8457
8494
  "tag": "ic-menu-group",
8458
- "readme": "# ic-menu-group\r\n\r\n\r\n\r",
8495
+ "readme": "# ic-menu-group\n\n\n",
8459
8496
  "docs": "",
8460
8497
  "docsTags": [],
8461
8498
  "usage": {},
@@ -8502,7 +8539,7 @@
8502
8539
  "filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
8503
8540
  "encapsulation": "shadow",
8504
8541
  "tag": "ic-menu-item",
8505
- "readme": "# ic-menu-item\r\n\r\n\r\n\r",
8542
+ "readme": "# ic-menu-item\n\n\n",
8506
8543
  "docs": "",
8507
8544
  "docsTags": [
8508
8545
  {
@@ -8827,7 +8864,7 @@
8827
8864
  "detail": "{ checked: boolean; }",
8828
8865
  "bubbles": true,
8829
8866
  "complexType": {
8830
- "original": "{\r\n checked: boolean;\r\n }",
8867
+ "original": "{\n checked: boolean;\n }",
8831
8868
  "resolved": "{ checked: boolean; }",
8832
8869
  "references": {}
8833
8870
  },
@@ -8883,7 +8920,7 @@
8883
8920
  "filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
8884
8921
  "encapsulation": "shadow",
8885
8922
  "tag": "ic-navigation-button",
8886
- "readme": "# ic-navigation-button\r\n\r\n\r\n\r",
8923
+ "readme": "# ic-navigation-button\n\n\n",
8887
8924
  "docs": "",
8888
8925
  "docsTags": [
8889
8926
  {
@@ -9204,7 +9241,7 @@
9204
9241
  "filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
9205
9242
  "encapsulation": "shadow",
9206
9243
  "tag": "ic-navigation-group",
9207
- "readme": "# ic-navigation-group\r\n\r\n\r\n\r",
9244
+ "readme": "# ic-navigation-group\n\n\n",
9208
9245
  "docs": "",
9209
9246
  "docsTags": [],
9210
9247
  "usage": {},
@@ -9356,7 +9393,7 @@
9356
9393
  "filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
9357
9394
  "encapsulation": "shadow",
9358
9395
  "tag": "ic-navigation-item",
9359
- "readme": "# ic-navigation-item\r\n\r\n\r\n\r",
9396
+ "readme": "# ic-navigation-item\n\n\n",
9360
9397
  "docs": "",
9361
9398
  "docsTags": [
9362
9399
  {
@@ -9698,7 +9735,7 @@
9698
9735
  "filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
9699
9736
  "encapsulation": "shadow",
9700
9737
  "tag": "ic-navigation-menu",
9701
- "readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
9738
+ "readme": "# ic-navigation-menu\n\n\n",
9702
9739
  "docs": "",
9703
9740
  "docsTags": [
9704
9741
  {
@@ -9858,7 +9895,7 @@
9858
9895
  "filePath": "src/components/ic-page-header/ic-page-header.tsx",
9859
9896
  "encapsulation": "shadow",
9860
9897
  "tag": "ic-page-header",
9861
- "readme": "# ic-page-header\r\n\r\n\r\n\r",
9898
+ "readme": "# ic-page-header\n\n\n",
9862
9899
  "docs": "",
9863
9900
  "docsTags": [
9864
9901
  {
@@ -10210,7 +10247,7 @@
10210
10247
  "filePath": "src/components/ic-pagination/ic-pagination.tsx",
10211
10248
  "encapsulation": "shadow",
10212
10249
  "tag": "ic-pagination",
10213
- "readme": "# ic-pagination\r\n\r\n\r\n\r",
10250
+ "readme": "# ic-pagination\n\n\n",
10214
10251
  "docs": "",
10215
10252
  "docsTags": [],
10216
10253
  "usage": {},
@@ -10607,7 +10644,7 @@
10607
10644
  "filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
10608
10645
  "encapsulation": "shadow",
10609
10646
  "tag": "ic-pagination-item",
10610
- "readme": "# ic-pagination-item\r\n\r\n\r\n\r",
10647
+ "readme": "# ic-pagination-item\n\n\n",
10611
10648
  "docs": "",
10612
10649
  "docsTags": [],
10613
10650
  "usage": {},
@@ -10820,7 +10857,7 @@
10820
10857
  "filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
10821
10858
  "encapsulation": "shadow",
10822
10859
  "tag": "ic-popover-menu",
10823
- "readme": "# ic-popover-menu\r\n\r\nThis is a wrapper component to be placed around one or more ic-menu-item components.\r\n\r",
10860
+ "readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
10824
10861
  "docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
10825
10862
  "docsTags": [],
10826
10863
  "usage": {},
@@ -11021,7 +11058,7 @@
11021
11058
  "filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
11022
11059
  "encapsulation": "shadow",
11023
11060
  "tag": "ic-radio-group",
11024
- "readme": "# ic-radio-group\r\n\r\n\r\n\r",
11061
+ "readme": "# ic-radio-group\n\n\n",
11025
11062
  "docs": "",
11026
11063
  "docsTags": [],
11027
11064
  "usage": {},
@@ -11381,7 +11418,7 @@
11381
11418
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
11382
11419
  "encapsulation": "none",
11383
11420
  "tag": "ic-radio-option",
11384
- "readme": "# ic-radio-option\r\n\r\n\r\n\r",
11421
+ "readme": "# ic-radio-option\n\n\n",
11385
11422
  "docs": "",
11386
11423
  "docsTags": [
11387
11424
  {
@@ -11727,7 +11764,7 @@
11727
11764
  "filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
11728
11765
  "encapsulation": "shadow",
11729
11766
  "tag": "ic-search-bar",
11730
- "readme": "# ic-search-bar\r\n\r\n\r\n\r",
11767
+ "readme": "# ic-search-bar\n\n\n",
11731
11768
  "docs": "",
11732
11769
  "docsTags": [],
11733
11770
  "usage": {},
@@ -11765,7 +11802,7 @@
11765
11802
  "mutable": false,
11766
11803
  "attr": "autocapitalize",
11767
11804
  "reflectToAttr": false,
11768
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11805
+ "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11769
11806
  "docsTags": [],
11770
11807
  "default": "\"off\"",
11771
11808
  "values": [
@@ -12127,7 +12164,7 @@
12127
12164
  "mutable": false,
12128
12165
  "attr": "disable-auto-filtering",
12129
12166
  "reflectToAttr": false,
12130
- "docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\r\nIf `true`, all options provided will be displayed.",
12167
+ "docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed.",
12131
12168
  "docsTags": [],
12132
12169
  "default": "false",
12133
12170
  "values": [
@@ -12215,7 +12252,7 @@
12215
12252
  "mutable": false,
12216
12253
  "attr": "full-width",
12217
12254
  "reflectToAttr": false,
12218
- "docs": "Specify whether the search bar fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
12255
+ "docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
12219
12256
  "docsTags": [],
12220
12257
  "default": "false",
12221
12258
  "values": [
@@ -12965,7 +13002,7 @@
12965
13002
  "filePath": "src/components/ic-section-container/ic-section-container.tsx",
12966
13003
  "encapsulation": "shadow",
12967
13004
  "tag": "ic-section-container",
12968
- "readme": "# ic-section-container\r\n\r\n\r\n\r",
13005
+ "readme": "# ic-section-container\n\n\n",
12969
13006
  "docs": "",
12970
13007
  "docsTags": [],
12971
13008
  "usage": {},
@@ -13066,7 +13103,7 @@
13066
13103
  "filePath": "src/components/ic-select/ic-select.tsx",
13067
13104
  "encapsulation": "shadow",
13068
13105
  "tag": "ic-select",
13069
- "readme": "# ic-select\r\n\r\n\r\n\r",
13106
+ "readme": "# ic-select\n\n\n",
13070
13107
  "docs": "",
13071
13108
  "docsTags": [
13072
13109
  {
@@ -13786,7 +13823,7 @@
13786
13823
  "mutable": true,
13787
13824
  "attr": "value",
13788
13825
  "reflectToAttr": false,
13789
- "docs": "The value of the select, reflected by the value of the currently selected option.\r\nFor the searchable variant, the value is also reflected by the user input.\r\nFor the multi-select variant, the value must be an array of option values.",
13826
+ "docs": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values.",
13790
13827
  "docsTags": [],
13791
13828
  "values": [
13792
13829
  {
@@ -13972,7 +14009,7 @@
13972
14009
  },
13973
14010
  "cancelable": true,
13974
14011
  "composed": true,
13975
- "docs": "Emitted when an option is selected.\r\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
14012
+ "docs": "Emitted when an option is selected.\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
13976
14013
  "docsTags": []
13977
14014
  },
13978
14015
  {
@@ -14068,7 +14105,7 @@
14068
14105
  "filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
14069
14106
  "encapsulation": "shadow",
14070
14107
  "tag": "ic-side-navigation",
14071
- "readme": "# ic-side-navigation\r\n\r\n\r\n\r",
14108
+ "readme": "# ic-side-navigation\n\n\n",
14072
14109
  "docs": "",
14073
14110
  "docsTags": [
14074
14111
  {
@@ -14396,8 +14433,8 @@
14396
14433
  "filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
14397
14434
  "encapsulation": "shadow",
14398
14435
  "tag": "ic-skeleton",
14399
- "readme": "# ic-skeleton\r\n\r\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \r\n\r",
14400
- "docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
14436
+ "readme": "# ic-skeleton\n\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \n",
14437
+ "docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
14401
14438
  "docsTags": [],
14402
14439
  "usage": {},
14403
14440
  "props": [
@@ -14490,7 +14527,7 @@
14490
14527
  "filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
14491
14528
  "encapsulation": "shadow",
14492
14529
  "tag": "ic-status-tag",
14493
- "readme": "# ic-status-tag\r\n\r\n\r\n\r",
14530
+ "readme": "# ic-status-tag\n\n\n",
14494
14531
  "docs": "",
14495
14532
  "docsTags": [],
14496
14533
  "usage": {},
@@ -14506,7 +14543,7 @@
14506
14543
  "mutable": false,
14507
14544
  "attr": "announced",
14508
14545
  "reflectToAttr": false,
14509
- "docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\r\nScreen readers will announce changes to the `label`, but not the initial value.",
14546
+ "docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\nScreen readers will announce changes to the `label`, but not the initial value.",
14510
14547
  "docsTags": [],
14511
14548
  "default": "false",
14512
14549
  "values": [
@@ -14723,7 +14760,7 @@
14723
14760
  "filePath": "src/components/ic-step/ic-step.tsx",
14724
14761
  "encapsulation": "shadow",
14725
14762
  "tag": "ic-step",
14726
- "readme": "# ic-step\r\n\r\n\r\n\r",
14763
+ "readme": "# ic-step\n\n\n",
14727
14764
  "docs": "",
14728
14765
  "docsTags": [],
14729
14766
  "usage": {},
@@ -14869,7 +14906,7 @@
14869
14906
  "filePath": "src/components/ic-stepper/ic-stepper.tsx",
14870
14907
  "encapsulation": "shadow",
14871
14908
  "tag": "ic-stepper",
14872
- "readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
14909
+ "readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
14873
14910
  "docs": "This is a wrapper component to be placed around one or more ic-step components",
14874
14911
  "docsTags": [],
14875
14912
  "usage": {},
@@ -15036,7 +15073,7 @@
15036
15073
  "filePath": "src/components/ic-switch/ic-switch.tsx",
15037
15074
  "encapsulation": "shadow",
15038
15075
  "tag": "ic-switch",
15039
- "readme": "# ic-switch\r\n\r\n\r\n\r",
15076
+ "readme": "# ic-switch\n\n\n",
15040
15077
  "docs": "",
15041
15078
  "docsTags": [
15042
15079
  {
@@ -15258,7 +15295,7 @@
15258
15295
  "mutable": false,
15259
15296
  "attr": "value",
15260
15297
  "reflectToAttr": false,
15261
- "docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\r\nproperty for that.\r\n\r\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\r\nit's only used when the toggle participates in a native `<form>`.",
15298
+ "docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
15262
15299
  "docsTags": [],
15263
15300
  "default": "\"on\"",
15264
15301
  "values": [
@@ -15370,7 +15407,7 @@
15370
15407
  "filePath": "src/components/ic-tab/ic-tab.tsx",
15371
15408
  "encapsulation": "shadow",
15372
15409
  "tag": "ic-tab",
15373
- "readme": "# ic-tab\r\n\r\n\r\n\r",
15410
+ "readme": "# ic-tab\n\n\n",
15374
15411
  "docs": "",
15375
15412
  "docsTags": [
15376
15413
  {
@@ -15459,7 +15496,7 @@
15459
15496
  "filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
15460
15497
  "encapsulation": "none",
15461
15498
  "tag": "ic-tab-context",
15462
- "readme": "# ic-tab-context\r\n\r\n\r\n\r",
15499
+ "readme": "# ic-tab-context\n\n\n",
15463
15500
  "docs": "",
15464
15501
  "docsTags": [],
15465
15502
  "usage": {},
@@ -15656,7 +15693,7 @@
15656
15693
  "filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
15657
15694
  "encapsulation": "shadow",
15658
15695
  "tag": "ic-tab-group",
15659
- "readme": "# ic-tab-group\r\n\r\n\r\n\r",
15696
+ "readme": "# ic-tab-group\n\n\n",
15660
15697
  "docs": "",
15661
15698
  "docsTags": [],
15662
15699
  "usage": {},
@@ -15738,7 +15775,7 @@
15738
15775
  "filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
15739
15776
  "encapsulation": "shadow",
15740
15777
  "tag": "ic-tab-panel",
15741
- "readme": "# ic-tab-panel\r\n\r\n\r\n\r",
15778
+ "readme": "# ic-tab-panel\n\n\n",
15742
15779
  "docs": "",
15743
15780
  "docsTags": [],
15744
15781
  "usage": {},
@@ -15757,7 +15794,7 @@
15757
15794
  "filePath": "src/components/ic-text-field/ic-text-field.tsx",
15758
15795
  "encapsulation": "shadow",
15759
15796
  "tag": "ic-text-field",
15760
- "readme": "# ic-textfield\r\n\r\n\r\n\r",
15797
+ "readme": "# ic-textfield\n\n\n",
15761
15798
  "docs": "",
15762
15799
  "docsTags": [
15763
15800
  {
@@ -15778,7 +15815,7 @@
15778
15815
  "mutable": false,
15779
15816
  "attr": "autocapitalize",
15780
15817
  "reflectToAttr": false,
15781
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15818
+ "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15782
15819
  "docsTags": [],
15783
15820
  "default": "\"off\"",
15784
15821
  "values": [
@@ -16140,7 +16177,7 @@
16140
16177
  "mutable": false,
16141
16178
  "attr": "full-width",
16142
16179
  "reflectToAttr": false,
16143
- "docs": "Specify whether the text field fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
16180
+ "docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
16144
16181
  "docsTags": [],
16145
16182
  "default": "false",
16146
16183
  "values": [
@@ -16256,7 +16293,7 @@
16256
16293
  "mutable": false,
16257
16294
  "attr": "inputmode",
16258
16295
  "reflectToAttr": false,
16259
- "docs": "A hint to the browser for which keyboard to display.\r\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\r\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
16296
+ "docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
16260
16297
  "docsTags": [],
16261
16298
  "default": "\"text\"",
16262
16299
  "values": [
@@ -16969,7 +17006,7 @@
16969
17006
  "filePath": "src/components/ic-theme/ic-theme.tsx",
16970
17007
  "encapsulation": "none",
16971
17008
  "tag": "ic-theme",
16972
- "readme": "# ic-theme\r\n\r\n\r\n\r",
17009
+ "readme": "# ic-theme\n\n\n",
16973
17010
  "docs": "",
16974
17011
  "docsTags": [],
16975
17012
  "usage": {},
@@ -17054,7 +17091,7 @@
17054
17091
  "filePath": "src/components/ic-toast/ic-toast.tsx",
17055
17092
  "encapsulation": "shadow",
17056
17093
  "tag": "ic-toast",
17057
- "readme": "# ic-toast\r\n\r\n\r\n\r",
17094
+ "readme": "# ic-toast\n\n\n",
17058
17095
  "docs": "",
17059
17096
  "docsTags": [
17060
17097
  {
@@ -17079,7 +17116,7 @@
17079
17116
  "mutable": true,
17080
17117
  "attr": "auto-dismiss-timeout",
17081
17118
  "reflectToAttr": false,
17082
- "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\r\n(NOTE: Has a minimum value of `5000ms`)",
17119
+ "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\n(NOTE: Has a minimum value of `5000ms`)",
17083
17120
  "docsTags": [],
17084
17121
  "default": "5000",
17085
17122
  "values": [
@@ -17339,7 +17376,7 @@
17339
17376
  "filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
17340
17377
  "encapsulation": "none",
17341
17378
  "tag": "ic-toast-region",
17342
- "readme": "# ic-toast-region\r\n\r\n\r\n\r",
17379
+ "readme": "# ic-toast-region\n\n\n",
17343
17380
  "docs": "",
17344
17381
  "docsTags": [],
17345
17382
  "usage": {},
@@ -17390,7 +17427,7 @@
17390
17427
  "filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
17391
17428
  "encapsulation": "shadow",
17392
17429
  "tag": "ic-toggle-button",
17393
- "readme": "# ic-toggle-button\r\n\r\n\r\n\r",
17430
+ "readme": "# ic-toggle-button\n\n\n",
17394
17431
  "docs": "",
17395
17432
  "docsTags": [
17396
17433
  {
@@ -17743,7 +17780,7 @@
17743
17780
  "detail": "{ checked: boolean; }",
17744
17781
  "bubbles": true,
17745
17782
  "complexType": {
17746
- "original": "{\r\n checked: boolean;\r\n }",
17783
+ "original": "{\n checked: boolean;\n }",
17747
17784
  "resolved": "{ checked: boolean; }",
17748
17785
  "references": {}
17749
17786
  },
@@ -17796,7 +17833,7 @@
17796
17833
  "filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
17797
17834
  "encapsulation": "shadow",
17798
17835
  "tag": "ic-toggle-button-group",
17799
- "readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
17836
+ "readme": "# ic-toggle-button-group\n\n\n",
17800
17837
  "docs": "",
17801
17838
  "docsTags": [],
17802
17839
  "usage": {},
@@ -18191,7 +18228,7 @@
18191
18228
  "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
18192
18229
  "encapsulation": "shadow",
18193
18230
  "tag": "ic-tooltip",
18194
- "readme": "# ic-tooltip\r\n\r\n\r\n\r",
18231
+ "readme": "# ic-tooltip\n\n\n",
18195
18232
  "docs": "",
18196
18233
  "docsTags": [],
18197
18234
  "usage": {},
@@ -18511,7 +18548,7 @@
18511
18548
  "filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
18512
18549
  "encapsulation": "shadow",
18513
18550
  "tag": "ic-top-navigation",
18514
- "readme": "# ic-top-navigation\r\n\r\n\r\n\r",
18551
+ "readme": "# ic-top-navigation\n\n\n",
18515
18552
  "docs": "",
18516
18553
  "docsTags": [
18517
18554
  {
@@ -18620,7 +18657,7 @@
18620
18657
  "mutable": false,
18621
18658
  "attr": "custom-mobile-breakpoint",
18622
18659
  "reflectToAttr": false,
18623
- "docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\r\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
18660
+ "docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
18624
18661
  "docsTags": [],
18625
18662
  "default": "DEVICE_SIZES.L",
18626
18663
  "values": [
@@ -18907,7 +18944,7 @@
18907
18944
  "filePath": "src/components/ic-typography/ic-typography.tsx",
18908
18945
  "encapsulation": "shadow",
18909
18946
  "tag": "ic-typography",
18910
- "readme": "# ic-typography\r\n\r\n\r\n\r",
18947
+ "readme": "# ic-typography\n\n\n",
18911
18948
  "docs": "",
18912
18949
  "docsTags": [],
18913
18950
  "usage": {},
@@ -18945,7 +18982,7 @@
18945
18982
  "mutable": false,
18946
18983
  "attr": "bold",
18947
18984
  "reflectToAttr": false,
18948
- "docs": "If `true`, the typography will have a bold font weight.\r\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
18985
+ "docs": "If `true`, the typography will have a bold font weight.\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
18949
18986
  "docsTags": [],
18950
18987
  "default": "false",
18951
18988
  "values": [
@@ -19347,17 +19384,22 @@
19347
19384
  "path": "src/utils/types.ts"
19348
19385
  },
19349
19386
  "src/utils/types.ts::IcStatusVariants": {
19350
- "declaration": "export type IcStatusVariants =\r\n | \"neutral\"\r\n | \"info\"\r\n | \"warning\"\r\n | \"error\"\r\n | \"success\";",
19387
+ "declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
19351
19388
  "docstring": "",
19352
19389
  "path": "src/utils/types.ts"
19353
19390
  },
19391
+ "src/components/ic-back-to-top/ic-back-to-top.types.ts::IcBackToTopPositions": {
19392
+ "declaration": "export type IcBackToTopPositions = \"left\" | \"center\" | \"right\";",
19393
+ "docstring": "",
19394
+ "path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
19395
+ },
19354
19396
  "src/components/ic-back-to-top/ic-back-to-top.types.ts::IcBackToTopVariants": {
19355
19397
  "declaration": "export type IcBackToTopVariants = \"default\" | \"icon\";",
19356
19398
  "docstring": "",
19357
19399
  "path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
19358
19400
  },
19359
19401
  "src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
19360
- "declaration": "export type IcProtectiveMarkings =\r\n | \"default\"\r\n | \"official\"\r\n | \"official-sensitive\"\r\n | \"secret\"\r\n | \"top-secret\";",
19402
+ "declaration": "export type IcProtectiveMarkings =\n | \"default\"\n | \"official\"\n | \"official-sensitive\"\n | \"secret\"\n | \"top-secret\";",
19361
19403
  "docstring": "",
19362
19404
  "path": "src/components/ic-classification-banner/ic-classification-banner.types.tsx"
19363
19405
  },
@@ -19367,7 +19409,7 @@
19367
19409
  "path": "src/utils/types.ts"
19368
19410
  },
19369
19411
  "src/components/ic-footer/ic-footer.types.tsx::IcFooterBreakpoints": {
19370
- "declaration": "export type IcFooterBreakpoints =\r\n | \"extra small\"\r\n | \"small\"\r\n | \"medium\"\r\n | \"large\"\r\n | \"extra large\";",
19412
+ "declaration": "export type IcFooterBreakpoints =\n | \"extra small\"\n | \"small\"\n | \"medium\"\n | \"large\"\n | \"extra large\";",
19371
19413
  "docstring": "",
19372
19414
  "path": "src/components/ic-footer/ic-footer.types.tsx"
19373
19415
  },
@@ -19382,7 +19424,7 @@
19382
19424
  "path": "src/components/ic-button/ic-button.types.ts"
19383
19425
  },
19384
19426
  "src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
19385
- "declaration": "export type IcButtonVariants =\r\n | \"primary\"\r\n | \"secondary\"\r\n | \"tertiary\"\r\n | \"destructive\"\r\n | \"icon\"\r\n | \"icon-primary\"\r\n | \"icon-secondary\"\r\n | \"icon-tertiary\"\r\n | \"icon-destructive\";",
19427
+ "declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
19386
19428
  "docstring": "",
19387
19429
  "path": "src/components/ic-button/ic-button.types.ts"
19388
19430
  },
@@ -19412,7 +19454,7 @@
19412
19454
  "path": "src/utils/types.ts"
19413
19455
  },
19414
19456
  "src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
19415
- "declaration": "export interface IcTabClickEventDetail {\r\n tabId: string;\r\n contextId: string;\r\n position: number;\r\n}",
19457
+ "declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
19416
19458
  "docstring": "",
19417
19459
  "path": "src/components/ic-tab/ic-tab.types.ts"
19418
19460
  },
@@ -19422,7 +19464,7 @@
19422
19464
  "path": "src/utils/types.ts"
19423
19465
  },
19424
19466
  "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
19425
- "declaration": "export type IcTooltipPlacements =\r\n | \"top-start\"\r\n | \"top\"\r\n | \"top-end\"\r\n | \"right-start\"\r\n | \"right\"\r\n | \"right-end\"\r\n | \"bottom-end\"\r\n | \"bottom\"\r\n | \"bottom-start\"\r\n | \"left-end\"\r\n | \"left\"\r\n | \"left-start\";",
19467
+ "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\";",
19426
19468
  "docstring": "",
19427
19469
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
19428
19470
  },
@@ -19437,7 +19479,7 @@
19437
19479
  "path": "src/utils/types.ts"
19438
19480
  },
19439
19481
  "src/components/ic-checkbox-group/ic-checkbox-group.types.ts::IcChangeEventDetail": {
19440
- "declaration": "export interface IcChangeEventDetail {\r\n value: string[];\r\n checkedOptions: {\r\n checkbox: HTMLIcCheckboxElement;\r\n textFieldValue?: string;\r\n }[];\r\n selectedOption: HTMLIcCheckboxElement;\r\n}",
19482
+ "declaration": "export interface IcChangeEventDetail {\n value: string[];\n checkedOptions: {\n checkbox: HTMLIcCheckboxElement;\n textFieldValue?: string;\n }[];\n selectedOption: HTMLIcCheckboxElement;\n}",
19441
19483
  "docstring": "",
19442
19484
  "path": "src/components/ic-checkbox-group/ic-checkbox-group.types.ts"
19443
19485
  },
@@ -19447,7 +19489,7 @@
19447
19489
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
19448
19490
  },
19449
19491
  "src/utils/types.ts::IcAutocompleteTypes": {
19450
- "declaration": "export type IcAutocompleteTypes =\r\n | \"on\"\r\n | \"off\"\r\n | \"name\"\r\n | \"honorific-prefix\"\r\n | \"given-name\"\r\n | \"additional-name\"\r\n | \"family-name\"\r\n | \"honorific-suffix\"\r\n | \"nickname\"\r\n | \"email\"\r\n | \"username\"\r\n | \"new-password\"\r\n | \"current-password\"\r\n | \"one-time-code\"\r\n | \"organization-title\"\r\n | \"organization\"\r\n | \"street-address\"\r\n | \"address-line1\"\r\n | \"address-line2\"\r\n | \"address-line3\"\r\n | \"address-level4\"\r\n | \"address-level3\"\r\n | \"address-level2\"\r\n | \"address-level1\"\r\n | \"country\"\r\n | \"country-name\"\r\n | \"postal-code\"\r\n | \"cc-name\"\r\n | \"cc-given-name\"\r\n | \"cc-additional-name\"\r\n | \"cc-family-name\"\r\n | \"cc-family-name\"\r\n | \"cc-number\"\r\n | \"cc-exp\"\r\n | \"cc-exp-month\"\r\n | \"cc-exp-year\"\r\n | \"cc-csc\"\r\n | \"cc-type\"\r\n | \"transaction-currency\"\r\n | \"transaction-amount\"\r\n | \"language\"\r\n | \"bday\"\r\n | \"bday-day\"\r\n | \"bday-month\"\r\n | \"bday-year\"\r\n | \"sex\"\r\n | \"tel\"\r\n | \"tel-country-code\"\r\n | \"tel-national\"\r\n | \"tel-area-code\"\r\n | \"tel-local\"\r\n | \"tel-extension\"\r\n | \"impp\"\r\n | \"url\"\r\n | \"photo\";",
19492
+ "declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
19451
19493
  "docstring": "",
19452
19494
  "path": "src/utils/types.ts"
19453
19495
  },
@@ -19457,7 +19499,7 @@
19457
19499
  "path": "src/utils/types.ts"
19458
19500
  },
19459
19501
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldInputModes": {
19460
- "declaration": "export type IcTextFieldInputModes =\r\n | \"none\"\r\n | \"text\"\r\n | \"tel\"\r\n | \"url\"\r\n | \"email\"\r\n | \"numeric\"\r\n | \"decimal\"\r\n | \"search\";",
19502
+ "declaration": "export type IcTextFieldInputModes =\n | \"none\"\n | \"text\"\n | \"tel\"\n | \"url\"\n | \"email\"\n | \"numeric\"\n | \"decimal\"\n | \"search\";",
19461
19503
  "docstring": "",
19462
19504
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
19463
19505
  },
@@ -19467,12 +19509,12 @@
19467
19509
  "path": "src/utils/types.ts"
19468
19510
  },
19469
19511
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
19470
- "declaration": "export type IcTextFieldTypes =\r\n | \"email\"\r\n | \"password\"\r\n | \"tel\"\r\n | \"text\"\r\n | \"url\"\r\n | \"number\"\r\n | \"search\";",
19512
+ "declaration": "export type IcTextFieldTypes =\n | \"email\"\n | \"password\"\n | \"tel\"\n | \"text\"\n | \"url\"\n | \"number\"\n | \"search\";",
19471
19513
  "docstring": "",
19472
19514
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
19473
19515
  },
19474
19516
  "src/utils/types.ts::IcValueEventDetail": {
19475
- "declaration": "export interface IcValueEventDetail {\r\n value: string | string[];\r\n keyPressed?: string;\r\n}",
19517
+ "declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
19476
19518
  "docstring": "",
19477
19519
  "path": "src/utils/types.ts"
19478
19520
  },
@@ -19482,27 +19524,27 @@
19482
19524
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19483
19525
  },
19484
19526
  "src/utils/types.ts::IcMenuOption": {
19485
- "declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
19527
+ "declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
19486
19528
  "docstring": "",
19487
19529
  "path": "src/utils/types.ts"
19488
19530
  },
19489
19531
  "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
19490
- "declaration": "export interface IcOptionSelectEventDetail {\r\n value: string;\r\n label?: string;\r\n optionId?: string;\r\n}",
19532
+ "declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
19491
19533
  "docstring": "",
19492
19534
  "path": "src/components/ic-menu/ic-menu.types.ts"
19493
19535
  },
19494
19536
  "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
19495
- "declaration": "export interface IcMenuChangeEventDetail {\r\n open: boolean;\r\n focusInput?: boolean;\r\n}",
19537
+ "declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
19496
19538
  "docstring": "",
19497
19539
  "path": "src/components/ic-menu/ic-menu.types.ts"
19498
19540
  },
19499
19541
  "src/utils/types.ts::IcBlurEventDetail": {
19500
- "declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19542
+ "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19501
19543
  "docstring": "",
19502
19544
  "path": "src/utils/types.ts"
19503
19545
  },
19504
19546
  "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
19505
- "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19547
+ "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19506
19548
  "docstring": "",
19507
19549
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19508
19550
  },
@@ -19512,7 +19554,7 @@
19512
19554
  "path": "src/components/ic-divider/ic-divider.types.tsx"
19513
19555
  },
19514
19556
  "src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement": {
19515
- "declaration": "export type IcDividerLabelPlacement =\r\n | \"left\"\r\n | \"center\"\r\n | \"right\"\r\n | \"top\"\r\n | \"bottom\";",
19557
+ "declaration": "export type IcDividerLabelPlacement =\n | \"left\"\n | \"center\"\n | \"right\"\n | \"top\"\n | \"bottom\";",
19516
19558
  "docstring": "",
19517
19559
  "path": "src/components/ic-divider/ic-divider.types.tsx"
19518
19560
  },
@@ -19532,7 +19574,7 @@
19532
19574
  "path": "src/components/ic-divider/ic-divider.types.tsx"
19533
19575
  },
19534
19576
  "src/utils/types.ts::IcTypographyVariants": {
19535
- "declaration": "export type IcTypographyVariants =\r\n | \"h1\"\r\n | \"h2\"\r\n | \"h3\"\r\n | \"h4\"\r\n | \"subtitle-large\"\r\n | \"subtitle-small\"\r\n | \"body\"\r\n | \"label\"\r\n | \"label-uppercase\"\r\n | \"caption\"\r\n | \"caption-uppercase\"\r\n | \"code-large\"\r\n | \"code-small\"\r\n | \"code-extra-small\"\r\n | \"badge\"\r\n | \"badge-small\";",
19577
+ "declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
19536
19578
  "docstring": "",
19537
19579
  "path": "src/utils/types.ts"
19538
19580
  },
@@ -19567,7 +19609,7 @@
19567
19609
  "path": "src/utils/types.ts"
19568
19610
  },
19569
19611
  "src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
19570
- "declaration": "export interface IcMenuOptionIdEventDetail {\r\n optionId: string | undefined;\r\n}",
19612
+ "declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
19571
19613
  "docstring": "",
19572
19614
  "path": "src/components/ic-menu/ic-menu.types.ts"
19573
19615
  },
@@ -19577,7 +19619,7 @@
19577
19619
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
19578
19620
  },
19579
19621
  "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
19580
- "declaration": "export interface IcExpandedDetail {\r\n sideNavExpanded: boolean;\r\n sideNavMobile: boolean;\r\n}",
19622
+ "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
19581
19623
  "docstring": "",
19582
19624
  "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
19583
19625
  },
@@ -19587,7 +19629,7 @@
19587
19629
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
19588
19630
  },
19589
19631
  "src/components/ic-pagination/ic-pagination.types.ts::IcChangeEventDetail": {
19590
- "declaration": "export interface IcChangeEventDetail {\r\n value: number;\r\n}",
19632
+ "declaration": "export interface IcChangeEventDetail {\n value: number;\n}",
19591
19633
  "docstring": "",
19592
19634
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
19593
19635
  },
@@ -19597,7 +19639,7 @@
19597
19639
  "path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
19598
19640
  },
19599
19641
  "src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
19600
- "declaration": "export interface IcChangeEventDetail {\r\n value: string;\r\n selectedOption: {\r\n radio: HTMLIcRadioOptionElement;\r\n textFieldValue?: string;\r\n };\r\n}",
19642
+ "declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
19601
19643
  "docstring": "",
19602
19644
  "path": "src/components/ic-radio-group/ic-radio-group.types.ts"
19603
19645
  },
@@ -19637,17 +19679,17 @@
19637
19679
  "path": "src/components/ic-stepper/ic-stepper.types.ts"
19638
19680
  },
19639
19681
  "src/components/ic-switch/ic-switch.types.ts::IcSwitchChangeEventDetail": {
19640
- "declaration": "export interface IcSwitchChangeEventDetail {\r\n value: string | null;\r\n checked: boolean;\r\n}",
19682
+ "declaration": "export interface IcSwitchChangeEventDetail {\n value: string | null;\n checked: boolean;\n}",
19641
19683
  "docstring": "",
19642
19684
  "path": "src/components/ic-switch/ic-switch.types.ts"
19643
19685
  },
19644
19686
  "src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
19645
- "declaration": "export interface IcTabSelectEventDetail {\r\n tabIndex: number;\r\n tabLabel: string;\r\n}",
19687
+ "declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n tabLabel: string;\n}",
19646
19688
  "docstring": "",
19647
19689
  "path": "src/components/ic-tab/ic-tab.types.ts"
19648
19690
  },
19649
19691
  "src/utils/types.ts::IcBrand": {
19650
- "declaration": "{\r\n mode: IcBrandForeground;\r\n color: IcColorRGB;\r\n}",
19692
+ "declaration": "{\n mode: IcBrandForeground;\n color: IcColorRGB;\n}",
19651
19693
  "docstring": "",
19652
19694
  "path": "src/utils/types.ts"
19653
19695
  },
@@ -19667,7 +19709,7 @@
19667
19709
  "path": "src/utils/types.ts"
19668
19710
  },
19669
19711
  "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
19670
- "declaration": "export interface IcChangeEventDetail {\r\n checked: boolean[] | boolean;\r\n toggledOptions?: {\r\n toggleButton: HTMLIcToggleButtonElement;\r\n }[];\r\n selectedOption: HTMLIcToggleButtonElement;\r\n}",
19712
+ "declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
19671
19713
  "docstring": "",
19672
19714
  "path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
19673
19715
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "3.0.0-alpha.11",
4
+ "version": "3.0.0-alpha.12",
5
5
  "description": "API documentation for @ukic components",
6
6
  "main": "docs.json",
7
7
  "types": "docs.d.ts",
@@ -19,5 +19,5 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "packageManager": "^npm@10.9.2",
22
- "gitHead": "c5829148aff4e18ae2c9923eddf8c08ff0455085"
22
+ "gitHead": "d9a52f68e8db2aa6d7bb75556fac08b98b5e4926"
23
23
  }