@unifiedsoftware/react-components 1.1.7 → 2.0.0-alpha.7
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 +1 -1
- 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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unifiedsoftware/react-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha.7",
|
|
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": "
|
|
27
|
+
"@unifiedsoftware/react-ui": "2.0.0-alpha.7",
|
|
28
28
|
"clsx": "2.1.1",
|
|
29
29
|
"merge-refs": "1.3.0",
|
|
30
30
|
"react-bootstrap": "2.8.0",
|