@quintype/components 3.3.2-check-sub-error.8 → 3.3.2-check-sub-error.9

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/cjs/index.js CHANGED
@@ -5807,7 +5807,7 @@ var mapDispatchToProps$1 = function mapDispatchToProps(dispatch) {
5807
5807
  */
5808
5808
 
5809
5809
 
5810
- var xAccessType = /*#__PURE__*/reactRedux.connect(mapStateToProps$1, mapDispatchToProps$1)(AccessTypeBase);
5810
+ var AccessType = /*#__PURE__*/reactRedux.connect(mapStateToProps$1, mapDispatchToProps$1)(AccessTypeBase);
5811
5811
 
5812
5812
  function getSize(sizeMap) {
5813
5813
  var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);
@@ -6173,6 +6173,7 @@ var ComponentReducers = {
6173
6173
  exports.ACCESS_BEING_LOADED = ACCESS_BEING_LOADED;
6174
6174
  exports.ACCESS_UPDATED = ACCESS_UPDATED;
6175
6175
  exports.ASSET_PLANS = ASSET_PLANS;
6176
+ exports.AccessType = AccessType;
6176
6177
  exports.AdbutlerAd = AdbutlerAd;
6177
6178
  exports.BREAKING_NEWS_UPDATED = BREAKING_NEWS_UPDATED;
6178
6179
  exports.BreakingNews = BreakingNews;
@@ -6239,4 +6240,3 @@ exports.removeDuplicateStories = removeDuplicateStories;
6239
6240
  exports.replaceAllStoriesInCollection = replaceAllStoriesInCollection;
6240
6241
  exports.withError = withError;
6241
6242
  exports.wrapCollectionLayout = wrapCollectionLayout;
6242
- exports.xAccessType = xAccessType;
@@ -1237,4 +1237,4 @@ var mapDispatchToProps = function mapDispatchToProps(dispatch) {
1237
1237
  */
1238
1238
 
1239
1239
 
1240
- export var xAccessType = /*#__PURE__*/connect(mapStateToProps, mapDispatchToProps)(AccessTypeBase);
1240
+ export var AccessType = /*#__PURE__*/connect(mapStateToProps, mapDispatchToProps)(AccessTypeBase);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.3.2-check-sub-error.8",
3
+ "version": "3.3.2-check-sub-error.9",
4
4
  "description": "Components to help build Quintype Node.js apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",