valtech-components 0.0.9 → 0.0.11

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/README.md CHANGED
@@ -36,6 +36,14 @@ Available Components
36
36
 
37
37
  Each component comes with detailed documentation on how to use it and what input properties or events it supports.
38
38
 
39
+ ## Versioning
40
+
41
+ ```
42
+ npm version patch
43
+ npm version minor
44
+ npm version mayor
45
+ ```
46
+
39
47
  ## Contribution
40
48
 
41
49
  We welcome contributions! If you'd like to contribute to ValtechComponents, please follow these steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
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 {
@@ -111,10 +110,6 @@ ion-alert {
111
110
  }
112
111
  }
113
112
 
114
- ion-list {
115
- width: 98% !important;
116
- }
117
-
118
113
  ion-label {
119
114
  text-align: start;
120
115
  }