valtech-components 1.8.4 → 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.8.4",
3
+ "version": "1.10.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/solucionesvaltech/valtech-workspace.git"
@@ -46,7 +46,6 @@ input {
46
46
  padding: 10px !important;
47
47
  }
48
48
 
49
- input,
50
49
  ion-datetime,
51
50
  ion-select {
52
51
  margin-top: pxToRem(8);
@@ -80,14 +79,6 @@ ion-select {
80
79
  }
81
80
  }
82
81
 
83
- ion-select {
84
- padding-right: pxToRem(10) !important;
85
-
86
- &.select-expanded {
87
- border: pxToRem(2) solid var(--ion-color-primary) !important;
88
- }
89
- }
90
-
91
82
  ion-alert {
92
83
  --min-width: 80% !important;
93
84
 
@@ -125,16 +116,6 @@ ion-toolbar {
125
116
  padding: pxToRem(4) pxToRem(8);
126
117
  }
127
118
 
128
- ion-searchbar {
129
- --cancel-button-color: var(--ion-color-dark);
130
- --background: var(--ion-color-light);
131
- padding: 0 6px !important;
132
-
133
- input {
134
- border: none !important;
135
- }
136
- }
137
-
138
119
  ion-back-button {
139
120
  font-family: var(--ion-default-font), Arial, sans-serif;
140
121
  }