noph-ui 0.10.6 → 0.10.8
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/radio/Radio.svelte
CHANGED
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
{:else}
|
|
21
21
|
<input {...attributes} type="radio" class="np-input" {checked} {defaultChecked} />
|
|
22
22
|
{/if}
|
|
23
|
-
<input {...attributes} type="radio" class="np-input" {checked} {defaultChecked} bind:group />
|
|
24
23
|
<div class="np-container" aria-hidden="true">
|
|
25
24
|
{#if !attributes.disabled}
|
|
26
25
|
<Ripple forElement={touchEl} class="np-radio-ripple" />
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
.np-snackbar[popover] {
|
|
111
111
|
border: none;
|
|
112
|
-
margin
|
|
112
|
+
margin: auto auto 1rem;
|
|
113
113
|
max-width: calc(100% - 3rem);
|
|
114
114
|
color: var(--np-snackbar-text-color, var(--np-color-inverse-on-surface));
|
|
115
115
|
background-color: var(--np-snackbar-container-color, var(--np-color-inverse-surface));
|