@saasquatch/squatch-js 2.8.2-24 → 2.8.2-25
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/squatch.cjs.js +0 -3
- package/dist/squatch.cjs.js.map +1 -1
- package/dist/squatch.esm.js +0 -3
- package/dist/squatch.esm.js.map +1 -1
- package/dist/squatch.js +0 -3
- package/dist/squatch.js.map +1 -1
- package/dist/squatch.min.js +1 -1
- package/package.json +1 -1
package/dist/squatch.js
CHANGED
|
@@ -1881,10 +1881,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1881
1881
|
.widget-container {
|
|
1882
1882
|
background: white;
|
|
1883
1883
|
width: 100%;
|
|
1884
|
-
max-width: 900px;
|
|
1885
1884
|
padding: 40px;
|
|
1886
|
-
border-radius: 12px;
|
|
1887
|
-
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
1888
1885
|
box-sizing: border-box;
|
|
1889
1886
|
}
|
|
1890
1887
|
|