@unifiedsoftware/react-components 1.0.69 → 1.1.1
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 +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ interface MenuItemProps {
|
|
|
157
157
|
width?: string;
|
|
158
158
|
}
|
|
159
159
|
declare const MenuItem: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<Omit<_unifiedsoftware_react_router.LinkProps & react.RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
160
|
-
ref?: ((instance: HTMLAnchorElement | null) => void) | react.RefObject<HTMLAnchorElement> | null | undefined;
|
|
160
|
+
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;
|
|
161
161
|
}, MenuItemProps>> & string & Omit<react.ForwardRefExoticComponent<_unifiedsoftware_react_router.LinkProps & react.RefAttributes<HTMLAnchorElement>>, keyof react.Component<any, {}, any>>;
|
|
162
162
|
declare const MenuTitle: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
163
163
|
|
|
@@ -177,7 +177,7 @@ interface SidebarProps {
|
|
|
177
177
|
declare const ItemSidebar: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
178
178
|
declare const SidebarNavigation: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, SidebarProps>> & string;
|
|
179
179
|
declare const ItemLinkSidebar: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<Omit<_unifiedsoftware_react_router.LinkProps & react.RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
180
|
-
ref?: ((instance: HTMLAnchorElement | null) => void) | react.RefObject<HTMLAnchorElement> | null | undefined;
|
|
180
|
+
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;
|
|
181
181
|
}, never>> & string & Omit<react.ForwardRefExoticComponent<_unifiedsoftware_react_router.LinkProps & react.RefAttributes<HTMLAnchorElement>>, keyof react.Component<any, {}, any>>;
|
|
182
182
|
|
|
183
183
|
interface MainProps {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unifiedsoftware/react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
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.4",
|
|
27
|
-
"@unifiedsoftware/react-ui": "1.
|
|
27
|
+
"@unifiedsoftware/react-ui": "1.1.1",
|
|
28
28
|
"clsx": "^2.1.1",
|
|
29
29
|
"merge-refs": "^1.3.0",
|
|
30
30
|
"react-bootstrap": "^2.8.0",
|