@pathscale/ui 0.0.113 → 0.0.114

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7351,15 +7351,15 @@ const ColorWheelFlower = (props)=>{
7351
7351
  };
7352
7352
  if (null !== selectedIndex()) return {
7353
7353
  opacity: 1,
7354
- scale: 1.06
7354
+ scale: 1
7355
7355
  };
7356
7356
  if (null !== hoveredIndex()) return {
7357
7357
  opacity: 0.98,
7358
- scale: 1.03
7358
+ scale: 0.84
7359
7359
  };
7360
7360
  return {
7361
7361
  opacity: 0.92,
7362
- scale: 1
7362
+ scale: 0.84
7363
7363
  };
7364
7364
  });
7365
7365
  const outerRingGlow = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.113",
3
+ "version": "0.0.114",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",