@unifiedsoftware/react-components 1.0.15 → 1.0.17

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.
package/dist/index.d.ts CHANGED
@@ -167,13 +167,12 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
167
167
  id?: string | undefined;
168
168
  lang?: string | undefined;
169
169
  nonce?: string | undefined;
170
- placeholder?: string | undefined;
171
170
  slot?: string | undefined;
172
171
  spellCheck?: (boolean | "true" | "false") | undefined;
173
172
  style?: react.CSSProperties | undefined;
174
173
  tabIndex?: number | undefined;
175
174
  title?: string | undefined;
176
- translate?: "no" | "yes" | undefined;
175
+ translate?: "yes" | "no" | undefined;
177
176
  radioGroup?: string | undefined;
178
177
  role?: react.AriaRole | undefined;
179
178
  about?: string | undefined;
@@ -203,7 +202,7 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
203
202
  is?: string | undefined;
204
203
  "aria-activedescendant"?: string | undefined;
205
204
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
206
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
205
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
207
206
  "aria-braillelabel"?: string | undefined;
208
207
  "aria-brailleroledescription"?: string | undefined;
209
208
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -213,17 +212,17 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
213
212
  "aria-colindextext"?: string | undefined;
214
213
  "aria-colspan"?: number | undefined;
215
214
  "aria-controls"?: string | undefined;
216
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
215
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
217
216
  "aria-describedby"?: string | undefined;
218
217
  "aria-description"?: string | undefined;
219
218
  "aria-details"?: string | undefined;
220
219
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
221
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
220
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
222
221
  "aria-errormessage"?: string | undefined;
223
222
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
224
223
  "aria-flowto"?: string | undefined;
225
224
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
226
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
225
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
227
226
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
228
227
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
229
228
  "aria-keyshortcuts"?: string | undefined;
@@ -240,7 +239,7 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
240
239
  "aria-posinset"?: number | undefined;
241
240
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
242
241
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
243
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
242
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
244
243
  "aria-required"?: (boolean | "true" | "false") | undefined;
245
244
  "aria-roledescription"?: string | undefined;
246
245
  "aria-rowcount"?: number | undefined;
@@ -439,13 +438,12 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
439
438
  id?: string | undefined;
440
439
  lang?: string | undefined;
441
440
  nonce?: string | undefined;
442
- placeholder?: string | undefined;
443
441
  slot?: string | undefined;
444
442
  spellCheck?: (boolean | "true" | "false") | undefined;
445
443
  style?: react.CSSProperties | undefined;
446
444
  tabIndex?: number | undefined;
447
445
  title?: string | undefined;
448
- translate?: "no" | "yes" | undefined;
446
+ translate?: "yes" | "no" | undefined;
449
447
  radioGroup?: string | undefined;
450
448
  role?: react.AriaRole | undefined;
451
449
  about?: string | undefined;
@@ -475,7 +473,7 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
475
473
  is?: string | undefined;
476
474
  "aria-activedescendant"?: string | undefined;
477
475
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
478
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
476
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
479
477
  "aria-braillelabel"?: string | undefined;
480
478
  "aria-brailleroledescription"?: string | undefined;
481
479
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -485,17 +483,17 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
485
483
  "aria-colindextext"?: string | undefined;
486
484
  "aria-colspan"?: number | undefined;
487
485
  "aria-controls"?: string | undefined;
488
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
486
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
489
487
  "aria-describedby"?: string | undefined;
490
488
  "aria-description"?: string | undefined;
491
489
  "aria-details"?: string | undefined;
492
490
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
493
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
491
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
494
492
  "aria-errormessage"?: string | undefined;
495
493
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
496
494
  "aria-flowto"?: string | undefined;
497
495
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
498
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
496
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
499
497
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
500
498
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
501
499
  "aria-keyshortcuts"?: string | undefined;
@@ -512,7 +510,7 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
512
510
  "aria-posinset"?: number | undefined;
513
511
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
514
512
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
515
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
513
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
516
514
  "aria-required"?: (boolean | "true" | "false") | undefined;
517
515
  "aria-roledescription"?: string | undefined;
518
516
  "aria-rowcount"?: number | undefined;
@@ -717,13 +715,12 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
717
715
  id?: string | undefined;
718
716
  lang?: string | undefined;
719
717
  nonce?: string | undefined;
720
- placeholder?: string | undefined;
721
718
  slot?: string | undefined;
722
719
  spellCheck?: (boolean | "true" | "false") | undefined;
723
720
  style?: react.CSSProperties | undefined;
724
721
  tabIndex?: number | undefined;
725
722
  title?: string | undefined;
726
- translate?: "no" | "yes" | undefined;
723
+ translate?: "yes" | "no" | undefined;
727
724
  radioGroup?: string | undefined;
728
725
  role?: react.AriaRole | undefined;
729
726
  about?: string | undefined;
@@ -753,7 +750,7 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
753
750
  is?: string | undefined;
754
751
  "aria-activedescendant"?: string | undefined;
755
752
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
756
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
753
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
757
754
  "aria-braillelabel"?: string | undefined;
758
755
  "aria-brailleroledescription"?: string | undefined;
759
756
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -763,17 +760,17 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
763
760
  "aria-colindextext"?: string | undefined;
764
761
  "aria-colspan"?: number | undefined;
765
762
  "aria-controls"?: string | undefined;
766
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
763
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
767
764
  "aria-describedby"?: string | undefined;
768
765
  "aria-description"?: string | undefined;
769
766
  "aria-details"?: string | undefined;
770
767
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
771
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
768
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
772
769
  "aria-errormessage"?: string | undefined;
773
770
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
774
771
  "aria-flowto"?: string | undefined;
775
772
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
776
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
773
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
777
774
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
778
775
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
779
776
  "aria-keyshortcuts"?: string | undefined;
@@ -790,7 +787,7 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
790
787
  "aria-posinset"?: number | undefined;
791
788
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
792
789
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
793
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
790
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
794
791
  "aria-required"?: (boolean | "true" | "false") | undefined;
795
792
  "aria-roledescription"?: string | undefined;
796
793
  "aria-rowcount"?: number | undefined;
@@ -995,13 +992,12 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
995
992
  id?: string | undefined;
996
993
  lang?: string | undefined;
997
994
  nonce?: string | undefined;
998
- placeholder?: string | undefined;
999
995
  slot?: string | undefined;
1000
996
  spellCheck?: (boolean | "true" | "false") | undefined;
1001
997
  style?: react.CSSProperties | undefined;
1002
998
  tabIndex?: number | undefined;
1003
999
  title?: string | undefined;
1004
- translate?: "no" | "yes" | undefined;
1000
+ translate?: "yes" | "no" | undefined;
1005
1001
  radioGroup?: string | undefined;
1006
1002
  role?: react.AriaRole | undefined;
1007
1003
  about?: string | undefined;
@@ -1031,7 +1027,7 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
1031
1027
  is?: string | undefined;
1032
1028
  "aria-activedescendant"?: string | undefined;
1033
1029
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1034
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1030
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1035
1031
  "aria-braillelabel"?: string | undefined;
1036
1032
  "aria-brailleroledescription"?: string | undefined;
1037
1033
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1041,17 +1037,17 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
1041
1037
  "aria-colindextext"?: string | undefined;
1042
1038
  "aria-colspan"?: number | undefined;
1043
1039
  "aria-controls"?: string | undefined;
1044
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1040
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1045
1041
  "aria-describedby"?: string | undefined;
1046
1042
  "aria-description"?: string | undefined;
1047
1043
  "aria-details"?: string | undefined;
1048
1044
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1049
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
1045
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1050
1046
  "aria-errormessage"?: string | undefined;
1051
1047
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1052
1048
  "aria-flowto"?: string | undefined;
1053
1049
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1054
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1050
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1055
1051
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1056
1052
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1057
1053
  "aria-keyshortcuts"?: string | undefined;
@@ -1068,7 +1064,7 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
1068
1064
  "aria-posinset"?: number | undefined;
1069
1065
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1070
1066
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1071
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1067
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1072
1068
  "aria-required"?: (boolean | "true" | "false") | undefined;
1073
1069
  "aria-roledescription"?: string | undefined;
1074
1070
  "aria-rowcount"?: number | undefined;
@@ -1274,13 +1270,12 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1274
1270
  id?: string | undefined;
1275
1271
  lang?: string | undefined;
1276
1272
  nonce?: string | undefined;
1277
- placeholder?: string | undefined;
1278
1273
  slot?: string | undefined;
1279
1274
  spellCheck?: (boolean | "true" | "false") | undefined;
1280
1275
  style?: react.CSSProperties | undefined;
1281
1276
  tabIndex?: number | undefined;
1282
1277
  title?: string | undefined;
1283
- translate?: "no" | "yes" | undefined;
1278
+ translate?: "yes" | "no" | undefined;
1284
1279
  radioGroup?: string | undefined;
1285
1280
  role?: react.AriaRole | undefined;
1286
1281
  about?: string | undefined;
@@ -1310,7 +1305,7 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1310
1305
  is?: string | undefined;
1311
1306
  "aria-activedescendant"?: string | undefined;
1312
1307
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1313
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1308
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1314
1309
  "aria-braillelabel"?: string | undefined;
1315
1310
  "aria-brailleroledescription"?: string | undefined;
1316
1311
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1320,17 +1315,17 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1320
1315
  "aria-colindextext"?: string | undefined;
1321
1316
  "aria-colspan"?: number | undefined;
1322
1317
  "aria-controls"?: string | undefined;
1323
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1318
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1324
1319
  "aria-describedby"?: string | undefined;
1325
1320
  "aria-description"?: string | undefined;
1326
1321
  "aria-details"?: string | undefined;
1327
1322
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1328
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
1323
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1329
1324
  "aria-errormessage"?: string | undefined;
1330
1325
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1331
1326
  "aria-flowto"?: string | undefined;
1332
1327
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1333
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1328
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1334
1329
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1335
1330
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1336
1331
  "aria-keyshortcuts"?: string | undefined;
@@ -1347,7 +1342,7 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1347
1342
  "aria-posinset"?: number | undefined;
1348
1343
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1349
1344
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1350
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1345
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1351
1346
  "aria-required"?: (boolean | "true" | "false") | undefined;
1352
1347
  "aria-roledescription"?: string | undefined;
1353
1348
  "aria-rowcount"?: number | undefined;
@@ -1534,22 +1529,64 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1534
1529
  asChild?: boolean | undefined;
1535
1530
  onChange?: react.FormEventHandler<HTMLAnchorElement> | undefined;
1536
1531
  defaultValue?: string | number | readonly string[] | undefined;
1537
- slot?: string | undefined;
1538
- style?: react.CSSProperties | undefined;
1539
- title?: string | undefined;
1540
1532
  className?: string | undefined;
1541
1533
  id?: string | undefined;
1542
- suppressHydrationWarning?: boolean | undefined;
1543
- color?: string | undefined;
1544
- lang?: string | undefined;
1534
+ style?: react.CSSProperties | undefined;
1535
+ children?: react.ReactNode;
1536
+ download?: any;
1537
+ hrefLang?: string | undefined;
1545
1538
  media?: string | undefined;
1539
+ ping?: string | undefined;
1546
1540
  target?: react.HTMLAttributeAnchorTarget | undefined;
1547
1541
  type?: string | undefined;
1548
- role?: react.AriaRole | undefined;
1542
+ referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
1543
+ defaultChecked?: boolean | undefined;
1544
+ suppressContentEditableWarning?: boolean | undefined;
1545
+ suppressHydrationWarning?: boolean | undefined;
1546
+ accessKey?: string | undefined;
1547
+ autoFocus?: boolean | undefined;
1548
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
1549
+ contextMenu?: string | undefined;
1550
+ dir?: string | undefined;
1551
+ draggable?: (boolean | "true" | "false") | undefined;
1552
+ hidden?: boolean | undefined;
1553
+ lang?: string | undefined;
1554
+ nonce?: string | undefined;
1555
+ slot?: string | undefined;
1556
+ spellCheck?: (boolean | "true" | "false") | undefined;
1549
1557
  tabIndex?: number | undefined;
1558
+ title?: string | undefined;
1559
+ translate?: "yes" | "no" | undefined;
1560
+ radioGroup?: string | undefined;
1561
+ role?: react.AriaRole | undefined;
1562
+ about?: string | undefined;
1563
+ content?: string | undefined;
1564
+ datatype?: string | undefined;
1565
+ inlist?: any;
1566
+ prefix?: string | undefined;
1567
+ property?: string | undefined;
1568
+ rel?: string | undefined;
1569
+ resource?: string | undefined;
1570
+ rev?: string | undefined;
1571
+ typeof?: string | undefined;
1572
+ vocab?: string | undefined;
1573
+ autoCapitalize?: string | undefined;
1574
+ autoCorrect?: string | undefined;
1575
+ autoSave?: string | undefined;
1576
+ color?: string | undefined;
1577
+ itemProp?: string | undefined;
1578
+ itemScope?: boolean | undefined;
1579
+ itemType?: string | undefined;
1580
+ itemID?: string | undefined;
1581
+ itemRef?: string | undefined;
1582
+ results?: number | undefined;
1583
+ security?: string | undefined;
1584
+ unselectable?: "on" | "off" | undefined;
1585
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1586
+ is?: string | undefined;
1550
1587
  "aria-activedescendant"?: string | undefined;
1551
1588
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1552
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1589
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1553
1590
  "aria-braillelabel"?: string | undefined;
1554
1591
  "aria-brailleroledescription"?: string | undefined;
1555
1592
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1559,17 +1596,17 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1559
1596
  "aria-colindextext"?: string | undefined;
1560
1597
  "aria-colspan"?: number | undefined;
1561
1598
  "aria-controls"?: string | undefined;
1562
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1599
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1563
1600
  "aria-describedby"?: string | undefined;
1564
1601
  "aria-description"?: string | undefined;
1565
1602
  "aria-details"?: string | undefined;
1566
1603
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1567
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
1604
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1568
1605
  "aria-errormessage"?: string | undefined;
1569
1606
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1570
1607
  "aria-flowto"?: string | undefined;
1571
1608
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1572
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1609
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1573
1610
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1574
1611
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1575
1612
  "aria-keyshortcuts"?: string | undefined;
@@ -1586,7 +1623,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1586
1623
  "aria-posinset"?: number | undefined;
1587
1624
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1588
1625
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1589
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1626
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1590
1627
  "aria-required"?: (boolean | "true" | "false") | undefined;
1591
1628
  "aria-roledescription"?: string | undefined;
1592
1629
  "aria-rowcount"?: number | undefined;
@@ -1600,7 +1637,6 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1600
1637
  "aria-valuemin"?: number | undefined;
1601
1638
  "aria-valuenow"?: number | undefined;
1602
1639
  "aria-valuetext"?: string | undefined;
1603
- children?: react.ReactNode;
1604
1640
  dangerouslySetInnerHTML?: {
1605
1641
  __html: string | TrustedHTML;
1606
1642
  } | undefined;
@@ -1765,48 +1801,6 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1765
1801
  onAnimationIterationCapture?: react.AnimationEventHandler<HTMLAnchorElement> | undefined;
1766
1802
  onTransitionEnd?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
1767
1803
  onTransitionEndCapture?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
1768
- defaultChecked?: boolean | undefined;
1769
- suppressContentEditableWarning?: boolean | undefined;
1770
- accessKey?: string | undefined;
1771
- autoFocus?: boolean | undefined;
1772
- contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
1773
- contextMenu?: string | undefined;
1774
- dir?: string | undefined;
1775
- draggable?: (boolean | "true" | "false") | undefined;
1776
- hidden?: boolean | undefined;
1777
- nonce?: string | undefined;
1778
- placeholder?: string | undefined;
1779
- spellCheck?: (boolean | "true" | "false") | undefined;
1780
- translate?: "no" | "yes" | undefined;
1781
- radioGroup?: string | undefined;
1782
- about?: string | undefined;
1783
- content?: string | undefined;
1784
- datatype?: string | undefined;
1785
- inlist?: any;
1786
- prefix?: string | undefined;
1787
- property?: string | undefined;
1788
- rel?: string | undefined;
1789
- resource?: string | undefined;
1790
- rev?: string | undefined;
1791
- typeof?: string | undefined;
1792
- vocab?: string | undefined;
1793
- autoCapitalize?: string | undefined;
1794
- autoCorrect?: string | undefined;
1795
- autoSave?: string | undefined;
1796
- itemProp?: string | undefined;
1797
- itemScope?: boolean | undefined;
1798
- itemType?: string | undefined;
1799
- itemID?: string | undefined;
1800
- itemRef?: string | undefined;
1801
- results?: number | undefined;
1802
- security?: string | undefined;
1803
- unselectable?: "on" | "off" | undefined;
1804
- inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1805
- is?: string | undefined;
1806
- download?: any;
1807
- hrefLang?: string | undefined;
1808
- ping?: string | undefined;
1809
- referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
1810
1804
  ref?: react.Ref<HTMLAnchorElement> | undefined;
1811
1805
  key?: react.Key | null | undefined;
1812
1806
  }> & react.ForwardRefExoticComponent<_unifiedsoftware_react_router.LinkProps & react.RefAttributes<HTMLAnchorElement>>;
@@ -1826,7 +1820,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1826
1820
  formNoValidate?: boolean | undefined;
1827
1821
  formTarget?: string | undefined;
1828
1822
  name?: string | undefined;
1829
- type?: "button" | "reset" | "submit" | undefined;
1823
+ type?: "button" | "submit" | "reset" | undefined;
1830
1824
  value?: string | number | readonly string[] | undefined;
1831
1825
  defaultChecked?: boolean | undefined;
1832
1826
  defaultValue?: string | number | readonly string[] | undefined;
@@ -1843,13 +1837,12 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1843
1837
  id?: string | undefined;
1844
1838
  lang?: string | undefined;
1845
1839
  nonce?: string | undefined;
1846
- placeholder?: string | undefined;
1847
1840
  slot?: string | undefined;
1848
1841
  spellCheck?: (boolean | "true" | "false") | undefined;
1849
1842
  style?: react.CSSProperties | undefined;
1850
1843
  tabIndex?: number | undefined;
1851
1844
  title?: string | undefined;
1852
- translate?: "no" | "yes" | undefined;
1845
+ translate?: "yes" | "no" | undefined;
1853
1846
  radioGroup?: string | undefined;
1854
1847
  role?: react.AriaRole | undefined;
1855
1848
  about?: string | undefined;
@@ -1879,7 +1872,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1879
1872
  is?: string | undefined;
1880
1873
  "aria-activedescendant"?: string | undefined;
1881
1874
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1882
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1875
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1883
1876
  "aria-braillelabel"?: string | undefined;
1884
1877
  "aria-brailleroledescription"?: string | undefined;
1885
1878
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1889,17 +1882,17 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1889
1882
  "aria-colindextext"?: string | undefined;
1890
1883
  "aria-colspan"?: number | undefined;
1891
1884
  "aria-controls"?: string | undefined;
1892
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1885
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1893
1886
  "aria-describedby"?: string | undefined;
1894
1887
  "aria-description"?: string | undefined;
1895
1888
  "aria-details"?: string | undefined;
1896
1889
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1897
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
1890
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1898
1891
  "aria-errormessage"?: string | undefined;
1899
1892
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1900
1893
  "aria-flowto"?: string | undefined;
1901
1894
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1902
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1895
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1903
1896
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1904
1897
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1905
1898
  "aria-keyshortcuts"?: string | undefined;
@@ -1916,7 +1909,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1916
1909
  "aria-posinset"?: number | undefined;
1917
1910
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1918
1911
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1919
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1912
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1920
1913
  "aria-required"?: (boolean | "true" | "false") | undefined;
1921
1914
  "aria-roledescription"?: string | undefined;
1922
1915
  "aria-rowcount"?: number | undefined;