noph-ui 0.10.5 → 0.10.7

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.
@@ -43,7 +43,7 @@
43
43
  background-color: transparent;
44
44
  }
45
45
  .np-navigation-drawer-container-modal {
46
- z-index: 100;
46
+ z-index: 1000;
47
47
  }
48
48
  .np-navigation-wrapper {
49
49
  background-color: var(--np-navigation-drawer-background, var(--np-color-surface-container-low));
@@ -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" />
@@ -101,6 +101,7 @@
101
101
  line-height: 1rem;
102
102
  font-size: 0.75rem;
103
103
  opacity: 0;
104
+ z-index: 1000;
104
105
  transition:
105
106
  display 0.3s allow-discrete,
106
107
  opacity 0.3s ease;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.10.5",
3
+ "version": "0.10.7",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {