@brandup/ui-kit 1.0.5 → 1.0.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.
package/README.md CHANGED
@@ -113,6 +113,7 @@ Styles for:
113
113
  - input[type=datetime]
114
114
  - input[type=time]
115
115
  - input[type=file]
116
+ - input[type=number]
116
117
  - input[type=checkbox]
117
118
  - textarea
118
119
  - select
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "type": "module",
24
24
  "license": "Apache-2.0",
25
- "version": "1.0.5",
25
+ "version": "1.0.6",
26
26
  "main": "source/index.ts",
27
27
  "types": "source/index.ts",
28
28
  "dependencies": {
@@ -78,6 +78,7 @@ input[type=url],
78
78
  input[type=date],
79
79
  input[type=datetime],
80
80
  input[type=time],
81
+ input[type=number],
81
82
  input[type=file],
82
83
  textarea,
83
84
  select {