noph-ui 0.2.5 → 0.2.6

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.
@@ -101,6 +101,7 @@
101
101
  font-family: inherit;
102
102
  background-color: transparent;
103
103
  border-width: 0;
104
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
104
105
  position: relative;
105
106
  cursor: pointer;
106
107
  display: inline-flex;
@@ -109,6 +109,7 @@
109
109
  <style>
110
110
  .np-icon-button {
111
111
  box-sizing: border-box;
112
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
112
113
  background-color: transparent;
113
114
  border-width: 0;
114
115
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {