@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.cjs.js
CHANGED
|
@@ -1879,10 +1879,7 @@ const getSkeleton = ({
|
|
|
1879
1879
|
.widget-container {
|
|
1880
1880
|
background: white;
|
|
1881
1881
|
width: 100%;
|
|
1882
|
-
max-width: 900px;
|
|
1883
1882
|
padding: 40px;
|
|
1884
|
-
border-radius: 12px;
|
|
1885
|
-
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
1886
1883
|
box-sizing: border-box;
|
|
1887
1884
|
}
|
|
1888
1885
|
|