@plusscommunities/pluss-circles-web 1.0.19 → 1.0.21-auth.0

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.cjs.js CHANGED
@@ -780,9 +780,7 @@ var Circles = /*#__PURE__*/function (_Component) {
780
780
  }
781
781
  }))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.getCircles().map(function (circle) {
782
782
  return _this8.renderRow(circle);
783
- }))), /*#__PURE__*/React__default['default'].createElement("div", {
784
- className: "hub_tidioPadding"
785
- })));
783
+ })))));
786
784
  }
787
785
  }]);
788
786
 
package/dist/index.esm.js CHANGED
@@ -737,9 +737,7 @@ var Circles = /*#__PURE__*/function (_Component) {
737
737
  }
738
738
  }))), /*#__PURE__*/React.createElement("tbody", null, this.getCircles().map(function (circle) {
739
739
  return _this8.renderRow(circle);
740
- }))), /*#__PURE__*/React.createElement("div", {
741
- className: "hub_tidioPadding"
742
- })));
740
+ })))));
743
741
  }
744
742
  }]);
745
743
 
package/dist/index.umd.js CHANGED
@@ -760,9 +760,7 @@
760
760
  }
761
761
  }))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.getCircles().map(function (circle) {
762
762
  return _this8.renderRow(circle);
763
- }))), /*#__PURE__*/React__default['default'].createElement("div", {
764
- className: "hub_tidioPadding"
765
- })));
763
+ })))));
766
764
  }
767
765
  }]);
768
766
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-circles-web",
3
- "version": "1.0.19",
3
+ "version": "1.0.21-auth.0",
4
4
  "description": "Extension package to enable circles on Pluss Communities Platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -9,12 +9,16 @@
9
9
  "patch": "npm version patch",
10
10
  "betaupload": "npm run build && npm publish --access public --tag beta && rm -rf node_modules",
11
11
  "betaupload:p": "npm run betapatch && npm run betaupload",
12
+ "authpatch": "npm version prepatch --preid=auth",
13
+ "authupload": "npm run build && npm publish --access public --tag auth && rm -rf node_modules",
14
+ "authupload:p": "npm run authpatch && npm run authupload",
12
15
  "upload": "npm run build && npm publish --access public && rm -rf node_modules",
13
16
  "upload:p": "npm run patch && npm run upload",
14
17
  "copy:add": "run(){ ext=${1:-default}; test -f src/values.config.$ext.js || cp src/values.config.default.js src/values.config.$ext.js; }; run",
15
18
  "copy:get": "echo $npm_package_name",
16
19
  "copy:set": "run(){ target='\\@plusscommunities\\/pluss-circles-web'; ext=${1:-default}; [ $ext == 'default' ] && replace=$target || replace=$target'-'$ext; echo 'Setting target to '$replace; test -f src/values.config.$ext.js && cp -f src/values.config.$ext.js src/values.config.js; sed -i '' -e 's/'$target'.*\"/'$replace'\"/g' package.json; }; run",
17
20
  "copy:betaupload": "npm run betapatch; for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run betaupload; done; npm run copy:set;",
21
+ "copy:authupload": "npm run authpatch; for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run authupload; done; npm run copy:set;",
18
22
  "copy:upload": "npm run patch; for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run upload; done; npm run copy:set;"
19
23
  },
20
24
  "author": "Phillip Suh",
@@ -35,7 +39,7 @@
35
39
  },
36
40
  "dependencies": {
37
41
  "@babel/runtime": "^7.14.0",
38
- "@plusscommunities/pluss-core-web": "1.4.22",
42
+ "@plusscommunities/pluss-core-web": "1.4.32-auth.0",
39
43
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
40
44
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
41
45
  "@fortawesome/react-fontawesome": "^0.2.0",
@@ -365,7 +365,6 @@ class Circles extends Component {
365
365
  })}
366
366
  </tbody>
367
367
  </Table>
368
- <div className="hub_tidioPadding"></div>
369
368
  </div>
370
369
  </div>
371
370
  );