@kupola/kupola 1.7.4 → 1.7.5

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.
@@ -1068,6 +1068,8 @@
1068
1068
 
1069
1069
  .ds-input input[type="number"] {
1070
1070
  -moz-appearance: textfield;
1071
+ -webkit-appearance: textfield;
1072
+ appearance: textfield;
1071
1073
  }
1072
1074
 
1073
1075
  /* Countdown */
@@ -1068,6 +1068,8 @@
1068
1068
 
1069
1069
  .ds-input input[type="number"] {
1070
1070
  -moz-appearance: textfield;
1071
+ -webkit-appearance: textfield;
1072
+ appearance: textfield;
1071
1073
  }
1072
1074
 
1073
1075
  /* Countdown */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kupola/kupola",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "A lightweight UI toolkit for any web project. No heavy frontend frameworks required.",
5
5
  "main": "dist/kupola.cjs.js",
6
6
  "module": "dist/kupola.esm.js",