noph-ui 0.16.6 → 0.16.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.
@@ -87,7 +87,10 @@
87
87
  <CloseIcon />
88
88
  </IconButton>
89
89
  {:else}
90
- <div class="np-skeleton">{label}</div>
90
+ <div class="np-skeleton">
91
+ {label}
92
+ <input type="hidden" {value} {name} {disabled} />
93
+ </div>
91
94
  {/if}
92
95
  </div>
93
96
 
@@ -101,7 +104,7 @@
101
104
  display: flex;
102
105
  align-items: center;
103
106
  padding-left: 1rem;
104
- padding-right: 1rem;
107
+ padding-right: 2rem;
105
108
  }
106
109
  .np-input-chip {
107
110
  position: relative;
@@ -799,4 +799,8 @@
799
799
  .disabled .outline-notch {
800
800
  opacity: 0.12;
801
801
  }
802
+
803
+ input:-webkit-autofill {
804
+ -webkit-background-clip: text;
805
+ }
802
806
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.16.6",
3
+ "version": "0.16.8",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {