@x33025/sveltely 0.0.55 → 0.0.56

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.
@@ -253,6 +253,7 @@
253
253
  }
254
254
 
255
255
  .overflow-auto > .vstack,
256
- .overflow-auto > .hstack {
256
+ .overflow-auto > .hstack,
257
+ .overflow-auto > .grid {
257
258
  flex-shrink: 0;
258
259
  }
package/dist/style.css CHANGED
@@ -872,7 +872,7 @@
872
872
  height: 1px;
873
873
  width: 100%;
874
874
  }
875
- .overflow-auto > .vstack, .overflow-auto > .hstack {
875
+ .overflow-auto > .vstack, .overflow-auto > .hstack, .overflow-auto > .grid {
876
876
  flex-shrink: 0;
877
877
  }
878
878
  @property --tw-translate-x {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x33025/sveltely",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",