valtech-components 1.9.0 → 1.10.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.10.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/solucionesvaltech/valtech-workspace.git"
@@ -116,16 +116,6 @@ ion-toolbar {
116
116
  padding: pxToRem(4) pxToRem(8);
117
117
  }
118
118
 
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
119
  ion-back-button {
130
120
  font-family: var(--ion-default-font), Arial, sans-serif;
131
121
  }