@unifiedsoftware/react-components 1.1.7 → 2.0.0-alpha.10

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1523,7 +1523,6 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1523
1523
  className?: string | undefined;
1524
1524
  id?: string | undefined;
1525
1525
  style?: react.CSSProperties | undefined;
1526
- children?: react.ReactNode | undefined;
1527
1526
  defaultChecked?: boolean | undefined;
1528
1527
  suppressContentEditableWarning?: boolean | undefined;
1529
1528
  suppressHydrationWarning?: boolean | undefined;
@@ -1621,6 +1620,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1621
1620
  "aria-valuemin"?: number | undefined;
1622
1621
  "aria-valuenow"?: number | undefined;
1623
1622
  "aria-valuetext"?: string | undefined;
1623
+ children?: react.ReactNode | undefined;
1624
1624
  dangerouslySetInnerHTML?: {
1625
1625
  __html: string | TrustedHTML;
1626
1626
  } | undefined;
@@ -1789,8 +1789,8 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
1789
1789
  href: string;
1790
1790
  download?: any;
1791
1791
  hrefLang?: string | undefined;
1792
- ping?: string | undefined;
1793
1792
  referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
1793
+ ping?: string | undefined;
1794
1794
  asChild?: boolean;
1795
1795
  ref?: ((instance: HTMLAnchorElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement> | null | undefined;
1796
1796
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifiedsoftware/react-components",
3
- "version": "1.1.7",
3
+ "version": "2.0.0-alpha.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -24,7 +24,7 @@
24
24
  "@progress/kendo-react-dropdowns": "6.1.1",
25
25
  "@progress/kendo-react-treeview": "6.1.1",
26
26
  "@unifiedsoftware/react-router": "1.0.5",
27
- "@unifiedsoftware/react-ui": "1.1.6",
27
+ "@unifiedsoftware/react-ui": "2.0.0-alpha.10",
28
28
  "clsx": "2.1.1",
29
29
  "merge-refs": "1.3.0",
30
30
  "react-bootstrap": "2.8.0",