valtech-components 1.9.0 → 1.11.0

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": "valtech-components",
3
- "version": "1.9.0",
3
+ "version": "1.11.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/solucionesvaltech/valtech-workspace.git"
@@ -42,8 +42,6 @@ input {
42
42
  &:focus {
43
43
  border: pxToRem(2) solid var(--ion-color-primary) !important;
44
44
  }
45
-
46
- padding: 10px !important;
47
45
  }
48
46
 
49
47
  ion-datetime,
@@ -116,16 +114,6 @@ ion-toolbar {
116
114
  padding: pxToRem(4) pxToRem(8);
117
115
  }
118
116
 
119
- ion-searchbar {
120
- --cancel-button-color: var(--ion-color-dark);
121
- --background: var(--ion-color-light);
122
- padding: 0 6px !important;
123
-
124
- input {
125
- border: none !important;
126
- }
127
- }
128
-
129
117
  ion-back-button {
130
118
  font-family: var(--ion-default-font), Arial, sans-serif;
131
119
  }