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