noph-ui 0.30.8 → 0.30.10

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.
@@ -120,17 +120,9 @@
120
120
  selectOption(option)
121
121
  }}
122
122
  variant="button"
123
+ start={option.start}
124
+ end={option.end}
123
125
  >{option.label}
124
- {#snippet start()}
125
- {#if option.start}
126
- {@render option.start()}
127
- {/if}
128
- {/snippet}
129
- {#snippet end()}
130
- {#if option.end}
131
- {@render option.end()}
132
- {/if}
133
- {/snippet}
134
126
  </Item>
135
127
  {/snippet}
136
128
 
@@ -77,7 +77,7 @@
77
77
  }
78
78
  .np-navigation-drawer {
79
79
  display: flex;
80
- padding: 1.25rem;
80
+ padding: var(--np-navigation-drawer-padding, 1.25rem);
81
81
  flex-direction: column;
82
82
  }
83
83
  .np-navigation-drawer-shade {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.30.8",
3
+ "version": "0.30.10",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {