@zerocost/sdk 0.3.0 → 0.4.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -137,7 +137,7 @@ var TrackModule = class {
|
|
|
137
137
|
// src/modules/widget.ts
|
|
138
138
|
var POSITION_STYLES = {
|
|
139
139
|
"bottom-right": "position:fixed;bottom:24px;right:24px;z-index:9999;",
|
|
140
|
-
"bottom-left": "position:fixed;bottom:24px;left:
|
|
140
|
+
"bottom-left": "position:fixed;bottom:24px;left:80px;z-index:9999;",
|
|
141
141
|
"top-right": "position:fixed;top:24px;right:24px;z-index:9999;",
|
|
142
142
|
"top-left": "position:fixed;top:24px;left:24px;z-index:9999;",
|
|
143
143
|
"bottom-center": "position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;",
|
package/dist/index.js
CHANGED
|
@@ -108,7 +108,7 @@ var TrackModule = class {
|
|
|
108
108
|
// src/modules/widget.ts
|
|
109
109
|
var POSITION_STYLES = {
|
|
110
110
|
"bottom-right": "position:fixed;bottom:24px;right:24px;z-index:9999;",
|
|
111
|
-
"bottom-left": "position:fixed;bottom:24px;left:
|
|
111
|
+
"bottom-left": "position:fixed;bottom:24px;left:80px;z-index:9999;",
|
|
112
112
|
"top-right": "position:fixed;top:24px;right:24px;z-index:9999;",
|
|
113
113
|
"top-left": "position:fixed;top:24px;left:24px;z-index:9999;",
|
|
114
114
|
"bottom-center": "position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;",
|