hypercrm 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/assets/widget.js +1 -0
  2. package/package.json +1 -1
package/assets/widget.js CHANGED
@@ -106,6 +106,7 @@
106
106
  .hypercrm-toggle-btn {
107
107
  width: 50px;
108
108
  height: 50px;
109
+ padding: 0;
109
110
  border-radius: 50%;
110
111
  border: none;
111
112
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercrm",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "HyperCRM widget loader with optional React component.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",