@emblemvault/hustle-react 1.4.9 → 1.4.11
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/browser/hustle-react.js +4 -5
- package/dist/browser/hustle-react.js.map +1 -1
- package/dist/components/index.cjs +4 -5
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +4 -5
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +4 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -4261,13 +4261,13 @@ var widgetStyles = {
|
|
|
4261
4261
|
width: "56px",
|
|
4262
4262
|
height: "56px",
|
|
4263
4263
|
borderRadius: tokens.radius.full,
|
|
4264
|
-
background: "
|
|
4265
|
-
border: "
|
|
4264
|
+
background: "transparent",
|
|
4265
|
+
border: "none",
|
|
4266
4266
|
cursor: "pointer",
|
|
4267
4267
|
display: "flex",
|
|
4268
4268
|
alignItems: "center",
|
|
4269
4269
|
justifyContent: "center",
|
|
4270
|
-
boxShadow: "
|
|
4270
|
+
boxShadow: "none",
|
|
4271
4271
|
transition: `all ${tokens.transitions.normal}`,
|
|
4272
4272
|
color: tokens.colors.textInverse
|
|
4273
4273
|
},
|
|
@@ -4275,8 +4275,7 @@ var widgetStyles = {
|
|
|
4275
4275
|
boxShadow: `0 4px 20px rgba(76, 154, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)`
|
|
4276
4276
|
},
|
|
4277
4277
|
launcherHover: {
|
|
4278
|
-
|
|
4279
|
-
borderColor: "rgba(255, 255, 255, 0.15)"
|
|
4278
|
+
opacity: 0.8
|
|
4280
4279
|
},
|
|
4281
4280
|
launcherGlowHover: {
|
|
4282
4281
|
boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`
|