@emblemvault/hustle-react 1.4.7 → 1.4.9
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/README.md +52 -34
- package/dist/browser/hustle-react.js +5 -5
- package/dist/browser/hustle-react.js.map +1 -1
- package/dist/components/index.cjs +5 -5
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +5 -5
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -4235,13 +4235,13 @@ var widgetStyles = {
|
|
|
4235
4235
|
width: "56px",
|
|
4236
4236
|
height: "56px",
|
|
4237
4237
|
borderRadius: tokens.radius.full,
|
|
4238
|
-
background:
|
|
4239
|
-
border: "
|
|
4238
|
+
background: "rgba(255, 255, 255, 0.05)",
|
|
4239
|
+
border: "1px solid rgba(255, 255, 255, 0.1)",
|
|
4240
4240
|
cursor: "pointer",
|
|
4241
4241
|
display: "flex",
|
|
4242
4242
|
alignItems: "center",
|
|
4243
4243
|
justifyContent: "center",
|
|
4244
|
-
boxShadow:
|
|
4244
|
+
boxShadow: "0 1px 2px rgba(0, 0, 0, 0.05)",
|
|
4245
4245
|
transition: `all ${tokens.transitions.normal}`,
|
|
4246
4246
|
color: tokens.colors.textInverse
|
|
4247
4247
|
},
|
|
@@ -4249,8 +4249,8 @@ var widgetStyles = {
|
|
|
4249
4249
|
boxShadow: `0 4px 20px rgba(76, 154, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)`
|
|
4250
4250
|
},
|
|
4251
4251
|
launcherHover: {
|
|
4252
|
-
|
|
4253
|
-
|
|
4252
|
+
background: "rgba(255, 255, 255, 0.08)",
|
|
4253
|
+
borderColor: "rgba(255, 255, 255, 0.15)"
|
|
4254
4254
|
},
|
|
4255
4255
|
launcherGlowHover: {
|
|
4256
4256
|
boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`
|