@iroco/ui 1.16.0 → 1.16.1
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/NumberInput.svelte
CHANGED
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
text-overflow: ellipsis;
|
|
238
238
|
white-space: nowrap;
|
|
239
239
|
overflow: hidden;
|
|
240
|
-
border-radius: 0.
|
|
240
|
+
border-radius: 0.5rem;
|
|
241
241
|
}
|
|
242
242
|
.iroco-ui-form .iroco-ui-input input::placeholder {
|
|
243
243
|
color: var(--form-text-placeholder);
|
|
@@ -329,6 +329,7 @@
|
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
.password-aria-live {
|
|
332
|
+
height: 0;
|
|
332
333
|
width: 0;
|
|
333
334
|
overflow: hidden;
|
|
334
335
|
}</style>
|
package/dist/RadioButton.svelte
CHANGED
package/dist/TextInput.svelte
CHANGED
package/dist/scss/forms.scss
CHANGED