@zengenti/contensis-react-base 3.0.2-beta.7 → 3.0.2-beta.8

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.
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const VersionInfoStyledTable: import("styled-components").IStyledComponent<"web", "table", import("react").ClassAttributes<HTMLTableElement> & import("react").TableHTMLAttributes<HTMLTableElement> & object> & object;
1
+ export declare const VersionInfoStyledTable: any;
@@ -1,2 +1,2 @@
1
1
  export default LoginStyled;
2
- declare const LoginStyled: import("styled-components").IStyledComponent<"web", "div", import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & object> & object;
2
+ declare const LoginStyled: any;
@@ -1,2 +1,2 @@
1
1
  export default LoginFormStyled;
2
- declare const LoginFormStyled: import("styled-components").IStyledComponent<"web", "div", import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & object> & object;
2
+ declare const LoginFormStyled: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zengenti/contensis-react-base",
3
- "version": "3.0.2-beta.7",
3
+ "version": "3.0.2-beta.8",
4
4
  "repository": "https://github.com/zengenti/contensis-react-base",
5
5
  "license": "None",
6
6
  "description": "Turbocharge your React web apps with Contensis. This package handles all dependencies for creating full featured web apps in React with Contensis and Site View. Routing is driven by Site View, Redux is used for global state management and server-side rendering (SSR) is handled for you. Also taking care of intricate hosting issues such as cache invalidation and supporting authenticated content where required.",
@@ -136,7 +136,7 @@
136
136
  "redux-thunk": "^2.4.1",
137
137
  "reselect": "^4.1.5",
138
138
  "serialize-javascript": "^6.0.0",
139
- "styled-components": "^6.0.0-beta.15",
139
+ "styled-components": "^5.3.5",
140
140
  "xxhashjs": "^0.2.2"
141
141
  }
142
142
  }