cja-phoenix 1.2.14 → 1.2.15

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cja-phoenix",
3
3
  "configKey": "cja-phoenix",
4
- "version": "1.2.14",
4
+ "version": "1.2.15",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -101,7 +101,7 @@ $sliderProgress: calc(
101
101
  width: $sliderThumb;
102
102
  height: $sliderThumb;
103
103
  border-radius: 50%;
104
- background: $main-green;
104
+ background: $dark-green;
105
105
  border: none;
106
106
  margin-top: calc($sliderHeight * 0.5 - $sliderThumb * 0.5);
107
107
  cursor: grab;
@@ -121,7 +121,7 @@ $sliderProgress: calc(
121
121
  width: $sliderThumb;
122
122
  height: $sliderThumb;
123
123
  border-radius: 50%;
124
- background: $main-green;
124
+ background: $dark-green;
125
125
  border: none;
126
126
  cursor: grab;
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cja-phoenix",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "description": "Phoenix utility",
5
5
  "repository": "comparaja/phoenix",
6
6
  "license": "MIT",