bmi-next 1.0.2 → 1.0.3

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.
@@ -65,7 +65,7 @@ import '../../assets/index13.css';const u = "_containerNavbar_1q6yo_1", v = "_na
65
65
  {
66
66
  style: {
67
67
  height: "5px",
68
- backgroundColor: "#c9f3f7",
68
+ backgroundColor: "#45c2d6",
69
69
  width: `${a}%`,
70
70
  transition: "width 0.3s ease-in-out",
71
71
  borderRadius: "9px 0 0 9px"
@@ -77,7 +77,7 @@ import '../../assets/index13.css';const u = "_containerNavbar_1q6yo_1", v = "_na
77
77
  {
78
78
  style: {
79
79
  height: "5px",
80
- backgroundColor: "#45c2d6",
80
+ backgroundColor: "#c9f3f7",
81
81
  width: `${100 - a}%`,
82
82
  transition: "width 0.3s ease-in-out",
83
83
  borderRadius: "0 9px 9px 0"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bmi-next",
3
3
  "description": "Componentes de UI para proyecto BMI Next",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "author": "David Fernández Bolaños <david@bmiahorro.com>",
6
6
  "contributors": [
7
7
  "Jorge Martín <jorge@bmiahorro.com>",