@thecb/components 5.0.0-beta.12 → 5.0.0-beta.13
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thecb/components",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.13",
|
|
4
4
|
"description": "Common lib for CityBase react components",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -85,6 +85,6 @@
|
|
|
85
85
|
"ramda": "^0.27.0",
|
|
86
86
|
"react-aria-modal": "^4.0.0",
|
|
87
87
|
"react-pose": "^4.0.10",
|
|
88
|
-
"redux-freeform": "^5.1.0-beta.
|
|
88
|
+
"redux-freeform": "^5.1.0-beta.6"
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -15,7 +15,7 @@ Styling accomplished with our atoms / layout primitives
|
|
|
15
15
|
|
|
16
16
|
Cancel button will (for now) always use hideModal as its action
|
|
17
17
|
Continue button takes an action, if you want to navigate to
|
|
18
|
-
a different route (as with a link) connect() and use "push" from connected-react-router
|
|
18
|
+
a different route (as with a link) connect() and use "push" from @thecb/connected-react-router
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
const getApplicationNode = () => document.getElementById("root");
|