@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.
- package/dist/index.js +3 -3
- 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
|
|
7354
|
+
scale: 1
|
|
7355
7355
|
};
|
|
7356
7356
|
if (null !== hoveredIndex()) return {
|
|
7357
7357
|
opacity: 0.98,
|
|
7358
|
-
scale:
|
|
7358
|
+
scale: 0.84
|
|
7359
7359
|
};
|
|
7360
7360
|
return {
|
|
7361
7361
|
opacity: 0.92,
|
|
7362
|
-
scale:
|
|
7362
|
+
scale: 0.84
|
|
7363
7363
|
};
|
|
7364
7364
|
});
|
|
7365
7365
|
const outerRingGlow = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>{
|