@sveltia/ui 0.8.2 → 0.8.3

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.
@@ -144,6 +144,7 @@ textarea[aria-invalid=true] {
144
144
  }
145
145
 
146
146
  .clone {
147
+ overflow: hidden;
147
148
  visibility: hidden;
148
149
  white-space: pre-wrap;
149
150
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "publishConfig": {