noph-ui 0.26.5 → 0.26.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.
@@ -23,13 +23,14 @@
23
23
  border-end-end-radius: var(--np-checkbox-container-shape, 2px);
24
24
  border-end-start-radius: var(--np-checkbox-container-shape, 2px);
25
25
  display: inline-flex;
26
- height: 18px;
26
+ height: 24px;
27
27
  position: relative;
28
28
  vertical-align: top;
29
- width: 18px;
29
+ width: 24px;
30
30
  padding: 3px;
31
31
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
32
32
  cursor: pointer;
33
+ box-sizing: border-box;
33
34
  }
34
35
  .np-container {
35
36
  border-radius: inherit;
@@ -108,7 +108,6 @@
108
108
  <style>
109
109
  .np-select-container {
110
110
  --easing-fast: ease-out 150ms;
111
- all: unset;
112
111
  position: relative;
113
112
  font-size: 1rem;
114
113
  display: inline-block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.26.5",
3
+ "version": "0.26.7",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {