valtech-components 0.0.8 → 0.0.10

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": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/solucionesvaltech/valtech-workspace/tree/main/projects/valtech-components"
@@ -25,8 +25,7 @@ ion-col {
25
25
  }
26
26
 
27
27
  ion-button {
28
- margin: 0;
29
- font-weight: $font-weight-bold;
28
+ font-weight: $font-weight-semi-bold;
30
29
  }
31
30
 
32
31
  ion-card {
@@ -147,10 +146,6 @@ ion-modal .date-picker-custom {
147
146
  }
148
147
  }
149
148
 
150
- ion-content {
151
- --keyboard-offset: 0 !important;
152
- }
153
-
154
149
  .img-black {
155
150
  filter: invert(0);
156
151