@pareto-engineering/design-system 2.0.0-alpha.35 → 2.0.0-alpha.36

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.
@@ -125,7 +125,7 @@ $default-shapes-opacity:.8;
125
125
  }
126
126
 
127
127
  .circle {
128
- background-image: linear-gradient(var(--light-y), var(--dark-y));
128
+ background-image: linear-gradient(var(--dark-y), var(--light-y));
129
129
  clip-path: circle(50% at 50% 50%);
130
130
  height: var(--shape-height, #{$default-circle-height});
131
131
  opacity: $default-shapes-opacity;
@@ -125,7 +125,7 @@ $default-shapes-opacity:.8;
125
125
  }
126
126
 
127
127
  .circle {
128
- background-image: linear-gradient(var(--light-y), var(--dark-y));
128
+ background-image: linear-gradient(var(--dark-y), var(--light-y));
129
129
  clip-path: circle(50% at 50% 50%);
130
130
  height: var(--shape-height, #{$default-circle-height});
131
131
  opacity: $default-shapes-opacity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "2.0.0-alpha.35",
3
+ "version": "2.0.0-alpha.36",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",
@@ -125,7 +125,7 @@ $default-shapes-opacity:.8;
125
125
  }
126
126
 
127
127
  .circle {
128
- background-image: linear-gradient(var(--light-y), var(--dark-y));
128
+ background-image: linear-gradient(var(--dark-y), var(--light-y));
129
129
  clip-path: circle(50% at 50% 50%);
130
130
  height: var(--shape-height, #{$default-circle-height});
131
131
  opacity: $default-shapes-opacity;