novo-elements 6.0.0 → 6.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novo-elements",
3
- "version": "6.0.0",
3
+ "version": "6.0.3",
4
4
  "sideEffects": true,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": ">=10",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schematics",
3
- "version": "6.0.0",
3
+ "version": "6.0.3",
4
4
  "description": "A novo-element schematics",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
package/styles/reset.scss CHANGED
@@ -195,7 +195,6 @@ select {
195
195
  */
196
196
 
197
197
  button,
198
- [type="button"],
199
198
  [type="reset"],
200
199
  [type="submit"] {
201
200
  -webkit-appearance: button;