@unifiedsoftware/react-components 2.0.0-alpha.15 → 2.0.0-alpha.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 +9 -9
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1607,15 +1607,6 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1607
1607
|
className?: string | undefined;
|
|
1608
1608
|
id?: string | undefined;
|
|
1609
1609
|
style?: react.CSSProperties | undefined;
|
|
1610
|
-
children?: react.ReactNode | undefined;
|
|
1611
|
-
href: string;
|
|
1612
|
-
download?: any;
|
|
1613
|
-
hrefLang?: string | undefined;
|
|
1614
|
-
media?: string | undefined;
|
|
1615
|
-
ping?: string | undefined;
|
|
1616
|
-
target?: react.HTMLAttributeAnchorTarget | undefined;
|
|
1617
|
-
type?: string | undefined;
|
|
1618
|
-
referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
|
|
1619
1610
|
defaultChecked?: boolean | undefined;
|
|
1620
1611
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1621
1612
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1713,6 +1704,7 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1713
1704
|
"aria-valuemin"?: number | undefined;
|
|
1714
1705
|
"aria-valuenow"?: number | undefined;
|
|
1715
1706
|
"aria-valuetext"?: string | undefined;
|
|
1707
|
+
children?: react.ReactNode | undefined;
|
|
1716
1708
|
dangerouslySetInnerHTML?: {
|
|
1717
1709
|
__html: string | TrustedHTML;
|
|
1718
1710
|
} | undefined;
|
|
@@ -1875,6 +1867,14 @@ declare const ItemLinkSidebar: styled_components.IStyledComponent<"web", {
|
|
|
1875
1867
|
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLAnchorElement> | undefined;
|
|
1876
1868
|
onTransitionEnd?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
1877
1869
|
onTransitionEndCapture?: react.TransitionEventHandler<HTMLAnchorElement> | undefined;
|
|
1870
|
+
media?: string | undefined;
|
|
1871
|
+
target?: react.HTMLAttributeAnchorTarget | undefined;
|
|
1872
|
+
type?: string | undefined;
|
|
1873
|
+
href: string;
|
|
1874
|
+
download?: any;
|
|
1875
|
+
hrefLang?: string | undefined;
|
|
1876
|
+
referrerPolicy?: react.HTMLAttributeReferrerPolicy | undefined;
|
|
1877
|
+
ping?: string | undefined;
|
|
1878
1878
|
asChild?: boolean;
|
|
1879
1879
|
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;
|
|
1880
1880
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unifiedsoftware/react-components",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.17",
|
|
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.6",
|
|
27
|
-
"@unifiedsoftware/react-ui": "2.0.0-alpha.
|
|
27
|
+
"@unifiedsoftware/react-ui": "2.0.0-alpha.17",
|
|
28
28
|
"clsx": "2.1.1",
|
|
29
29
|
"merge-refs": "1.3.0",
|
|
30
30
|
"react-bootstrap": "2.8.0",
|