@unifiedsoftware/react-components 1.0.17 → 1.0.19

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/dist/index.d.ts +44 -44
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -202,7 +202,7 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
202
202
  is?: string | undefined;
203
203
  "aria-activedescendant"?: string | undefined;
204
204
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
205
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
205
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
206
206
  "aria-braillelabel"?: string | undefined;
207
207
  "aria-brailleroledescription"?: string | undefined;
208
208
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -212,17 +212,17 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
212
212
  "aria-colindextext"?: string | undefined;
213
213
  "aria-colspan"?: number | undefined;
214
214
  "aria-controls"?: string | undefined;
215
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
215
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
216
216
  "aria-describedby"?: string | undefined;
217
217
  "aria-description"?: string | undefined;
218
218
  "aria-details"?: string | undefined;
219
219
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
220
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
220
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
221
221
  "aria-errormessage"?: string | undefined;
222
222
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
223
223
  "aria-flowto"?: string | undefined;
224
224
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
225
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
225
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
226
226
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
227
227
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
228
228
  "aria-keyshortcuts"?: string | undefined;
@@ -239,7 +239,7 @@ declare const Breadcrumb: styled_components.IStyledComponent<"web", {
239
239
  "aria-posinset"?: number | undefined;
240
240
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
241
241
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
242
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
242
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
243
243
  "aria-required"?: (boolean | "true" | "false") | undefined;
244
244
  "aria-roledescription"?: string | undefined;
245
245
  "aria-rowcount"?: number | undefined;
@@ -473,7 +473,7 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
473
473
  is?: string | undefined;
474
474
  "aria-activedescendant"?: string | undefined;
475
475
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
476
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
476
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
477
477
  "aria-braillelabel"?: string | undefined;
478
478
  "aria-brailleroledescription"?: string | undefined;
479
479
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -483,17 +483,17 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
483
483
  "aria-colindextext"?: string | undefined;
484
484
  "aria-colspan"?: number | undefined;
485
485
  "aria-controls"?: string | undefined;
486
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
486
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
487
487
  "aria-describedby"?: string | undefined;
488
488
  "aria-description"?: string | undefined;
489
489
  "aria-details"?: string | undefined;
490
490
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
491
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
491
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
492
492
  "aria-errormessage"?: string | undefined;
493
493
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
494
494
  "aria-flowto"?: string | undefined;
495
495
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
496
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
496
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
497
497
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
498
498
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
499
499
  "aria-keyshortcuts"?: string | undefined;
@@ -510,7 +510,7 @@ declare const BreadCrumbTitle: styled_components.IStyledComponent<"web", {
510
510
  "aria-posinset"?: number | undefined;
511
511
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
512
512
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
513
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
513
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
514
514
  "aria-required"?: (boolean | "true" | "false") | undefined;
515
515
  "aria-roledescription"?: string | undefined;
516
516
  "aria-rowcount"?: number | undefined;
@@ -750,7 +750,7 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
750
750
  is?: string | undefined;
751
751
  "aria-activedescendant"?: string | undefined;
752
752
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
753
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
753
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
754
754
  "aria-braillelabel"?: string | undefined;
755
755
  "aria-brailleroledescription"?: string | undefined;
756
756
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -760,17 +760,17 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
760
760
  "aria-colindextext"?: string | undefined;
761
761
  "aria-colspan"?: number | undefined;
762
762
  "aria-controls"?: string | undefined;
763
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
763
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
764
764
  "aria-describedby"?: string | undefined;
765
765
  "aria-description"?: string | undefined;
766
766
  "aria-details"?: string | undefined;
767
767
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
768
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
768
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
769
769
  "aria-errormessage"?: string | undefined;
770
770
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
771
771
  "aria-flowto"?: string | undefined;
772
772
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
773
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
773
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
774
774
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
775
775
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
776
776
  "aria-keyshortcuts"?: string | undefined;
@@ -787,7 +787,7 @@ declare const MenuTitle: styled_components.IStyledComponent<"web", {
787
787
  "aria-posinset"?: number | undefined;
788
788
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
789
789
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
790
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
790
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
791
791
  "aria-required"?: (boolean | "true" | "false") | undefined;
792
792
  "aria-roledescription"?: string | undefined;
793
793
  "aria-rowcount"?: number | undefined;
@@ -1027,7 +1027,7 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
1027
1027
  is?: string | undefined;
1028
1028
  "aria-activedescendant"?: string | undefined;
1029
1029
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1030
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1030
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1031
1031
  "aria-braillelabel"?: string | undefined;
1032
1032
  "aria-brailleroledescription"?: string | undefined;
1033
1033
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1037,17 +1037,17 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
1037
1037
  "aria-colindextext"?: string | undefined;
1038
1038
  "aria-colspan"?: number | undefined;
1039
1039
  "aria-controls"?: string | undefined;
1040
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1040
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
1041
1041
  "aria-describedby"?: string | undefined;
1042
1042
  "aria-description"?: string | undefined;
1043
1043
  "aria-details"?: string | undefined;
1044
1044
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1045
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1045
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1046
1046
  "aria-errormessage"?: string | undefined;
1047
1047
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1048
1048
  "aria-flowto"?: string | undefined;
1049
1049
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1050
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1050
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
1051
1051
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1052
1052
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1053
1053
  "aria-keyshortcuts"?: string | undefined;
@@ -1064,7 +1064,7 @@ declare const MenuOptions: styled_components.IStyledComponent<"web", {
1064
1064
  "aria-posinset"?: number | undefined;
1065
1065
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1066
1066
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1067
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1067
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1068
1068
  "aria-required"?: (boolean | "true" | "false") | undefined;
1069
1069
  "aria-roledescription"?: string | undefined;
1070
1070
  "aria-rowcount"?: number | undefined;
@@ -1305,7 +1305,7 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1305
1305
  is?: string | undefined;
1306
1306
  "aria-activedescendant"?: string | undefined;
1307
1307
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1308
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1308
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1309
1309
  "aria-braillelabel"?: string | undefined;
1310
1310
  "aria-brailleroledescription"?: string | undefined;
1311
1311
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1315,17 +1315,17 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1315
1315
  "aria-colindextext"?: string | undefined;
1316
1316
  "aria-colspan"?: number | undefined;
1317
1317
  "aria-controls"?: string | undefined;
1318
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1318
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
1319
1319
  "aria-describedby"?: string | undefined;
1320
1320
  "aria-description"?: string | undefined;
1321
1321
  "aria-details"?: string | undefined;
1322
1322
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1323
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1323
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1324
1324
  "aria-errormessage"?: string | undefined;
1325
1325
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1326
1326
  "aria-flowto"?: string | undefined;
1327
1327
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1328
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1328
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
1329
1329
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1330
1330
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1331
1331
  "aria-keyshortcuts"?: string | undefined;
@@ -1342,7 +1342,7 @@ declare const ItemSidebar: styled_components.IStyledComponent<"web", {
1342
1342
  "aria-posinset"?: number | undefined;
1343
1343
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1344
1344
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1345
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1345
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1346
1346
  "aria-required"?: (boolean | "true" | "false") | undefined;
1347
1347
  "aria-roledescription"?: string | undefined;
1348
1348
  "aria-rowcount"?: number | undefined;
@@ -1532,14 +1532,6 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1532
1532
  className?: string | undefined;
1533
1533
  id?: string | undefined;
1534
1534
  style?: react.CSSProperties | undefined;
1535
- children?: react.ReactNode;
1536
- download?: any;
1537
- hrefLang?: string | undefined;
1538
- media?: string | undefined;
1539
- ping?: string | undefined;
1540
- target?: react.HTMLAttributeAnchorTarget | undefined;
1541
- type?: string | undefined;
1542
- referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
1543
1535
  defaultChecked?: boolean | undefined;
1544
1536
  suppressContentEditableWarning?: boolean | undefined;
1545
1537
  suppressHydrationWarning?: boolean | undefined;
@@ -1586,7 +1578,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1586
1578
  is?: string | undefined;
1587
1579
  "aria-activedescendant"?: string | undefined;
1588
1580
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1589
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1581
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1590
1582
  "aria-braillelabel"?: string | undefined;
1591
1583
  "aria-brailleroledescription"?: string | undefined;
1592
1584
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1596,17 +1588,17 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1596
1588
  "aria-colindextext"?: string | undefined;
1597
1589
  "aria-colspan"?: number | undefined;
1598
1590
  "aria-controls"?: string | undefined;
1599
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1591
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
1600
1592
  "aria-describedby"?: string | undefined;
1601
1593
  "aria-description"?: string | undefined;
1602
1594
  "aria-details"?: string | undefined;
1603
1595
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1604
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1596
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1605
1597
  "aria-errormessage"?: string | undefined;
1606
1598
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1607
1599
  "aria-flowto"?: string | undefined;
1608
1600
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1609
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1601
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
1610
1602
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1611
1603
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1612
1604
  "aria-keyshortcuts"?: string | undefined;
@@ -1623,7 +1615,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1623
1615
  "aria-posinset"?: number | undefined;
1624
1616
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1625
1617
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1626
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1618
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1627
1619
  "aria-required"?: (boolean | "true" | "false") | undefined;
1628
1620
  "aria-roledescription"?: string | undefined;
1629
1621
  "aria-rowcount"?: number | undefined;
@@ -1637,6 +1629,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1637
1629
  "aria-valuemin"?: number | undefined;
1638
1630
  "aria-valuenow"?: number | undefined;
1639
1631
  "aria-valuetext"?: string | undefined;
1632
+ children?: react.ReactNode;
1640
1633
  dangerouslySetInnerHTML?: {
1641
1634
  __html: string | TrustedHTML;
1642
1635
  } | undefined;
@@ -1801,6 +1794,13 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1801
1794
  onAnimationIterationCapture?: react.AnimationEventHandler<HTMLAnchorElement> | undefined;
1802
1795
  onTransitionEnd?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
1803
1796
  onTransitionEndCapture?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
1797
+ media?: string | undefined;
1798
+ target?: react.HTMLAttributeAnchorTarget | undefined;
1799
+ type?: string | undefined;
1800
+ download?: any;
1801
+ hrefLang?: string | undefined;
1802
+ ping?: string | undefined;
1803
+ referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
1804
1804
  ref?: react.Ref<HTMLAnchorElement> | undefined;
1805
1805
  key?: react.Key | null | undefined;
1806
1806
  }> & react.ForwardRefExoticComponent<_unifiedsoftware_react_router.LinkProps & react.RefAttributes<HTMLAnchorElement>>;
@@ -1820,7 +1820,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1820
1820
  formNoValidate?: boolean | undefined;
1821
1821
  formTarget?: string | undefined;
1822
1822
  name?: string | undefined;
1823
- type?: "button" | "submit" | "reset" | undefined;
1823
+ type?: "button" | "reset" | "submit" | undefined;
1824
1824
  value?: string | number | readonly string[] | undefined;
1825
1825
  defaultChecked?: boolean | undefined;
1826
1826
  defaultValue?: string | number | readonly string[] | undefined;
@@ -1872,7 +1872,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1872
1872
  is?: string | undefined;
1873
1873
  "aria-activedescendant"?: string | undefined;
1874
1874
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1875
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1875
+ "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1876
1876
  "aria-braillelabel"?: string | undefined;
1877
1877
  "aria-brailleroledescription"?: string | undefined;
1878
1878
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -1882,17 +1882,17 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1882
1882
  "aria-colindextext"?: string | undefined;
1883
1883
  "aria-colspan"?: number | undefined;
1884
1884
  "aria-controls"?: string | undefined;
1885
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
1885
+ "aria-current"?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
1886
1886
  "aria-describedby"?: string | undefined;
1887
1887
  "aria-description"?: string | undefined;
1888
1888
  "aria-details"?: string | undefined;
1889
1889
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1890
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1890
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1891
1891
  "aria-errormessage"?: string | undefined;
1892
1892
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1893
1893
  "aria-flowto"?: string | undefined;
1894
1894
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1895
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
1895
+ "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
1896
1896
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1897
1897
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1898
1898
  "aria-keyshortcuts"?: string | undefined;
@@ -1909,7 +1909,7 @@ declare const CloseIcon: styled_components.IStyledComponent<"web", {
1909
1909
  "aria-posinset"?: number | undefined;
1910
1910
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1911
1911
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1912
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1912
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1913
1913
  "aria-required"?: (boolean | "true" | "false") | undefined;
1914
1914
  "aria-roledescription"?: string | undefined;
1915
1915
  "aria-rowcount"?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifiedsoftware/react-components",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -24,7 +24,7 @@
24
24
  "@progress/kendo-react-dropdowns": "^5.12.1",
25
25
  "@progress/kendo-react-treeview": "^5.12.1",
26
26
  "@unifiedsoftware/react-router": "1.0.1",
27
- "@unifiedsoftware/react-ui": "1.0.23",
27
+ "@unifiedsoftware/react-ui": "1.0.29",
28
28
  "clsx": "^2.0.0",
29
29
  "merge-refs": "^1.2.1",
30
30
  "react-bootstrap": "^2.8.0",