@sveltia/ui 0.35.2 → 0.35.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.
@@ -42,6 +42,7 @@
42
42
  top: 0;
43
43
  z-index: 100;
44
44
  display: flex;
45
+ flex-wrap: wrap;
45
46
  gap: 4px;
46
47
  border-width: 1px 1px 0;
47
48
  border-style: solid;
@@ -51,7 +52,8 @@
51
52
  border-end-start-radius: 0;
52
53
  border-end-end-radius: 0;
53
54
  padding: 0 4px;
54
- height: 40px;
55
+ height: auto;
56
+ min-height: 40px;
55
57
  background-color: var(--sui-tertiary-background-color);
56
58
  }
57
59
  @media (width < 768px) {
@@ -144,5 +144,10 @@ textarea[aria-invalid=true] {
144
144
  .clone {
145
145
  overflow: hidden;
146
146
  visibility: hidden;
147
+ }
148
+
149
+ textarea,
150
+ .clone {
147
151
  white-space: pre-wrap;
152
+ word-break: break-all;
148
153
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.35.2",
3
+ "version": "0.35.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {