@thecb/components 5.0.0-beta.11 → 5.0.0-beta.14

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.11",
3
+ "version": "5.0.0-beta.14",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -78,13 +78,13 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@babel/runtime": "^7.15.4",
81
- "formatted-input": "^0.1.3",
81
+ "formatted-input": "^1.0.0",
82
82
  "framer-motion": "^1.11.0",
83
83
  "numeral": "^2.0.6",
84
84
  "polished": "^4.0.3",
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.5"
88
+ "redux-freeform": "^5.1.0-beta.7"
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");