@emblemvault/hustle-react 1.4.8 → 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/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
|
@@ -15840,13 +15840,13 @@ var widgetStyles = {
|
|
|
15840
15840
|
width: "56px",
|
|
15841
15841
|
height: "56px",
|
|
15842
15842
|
borderRadius: tokens.radius.full,
|
|
15843
|
-
background:
|
|
15844
|
-
border: "
|
|
15843
|
+
background: "rgba(255, 255, 255, 0.05)",
|
|
15844
|
+
border: "1px solid rgba(255, 255, 255, 0.1)",
|
|
15845
15845
|
cursor: "pointer",
|
|
15846
15846
|
display: "flex",
|
|
15847
15847
|
alignItems: "center",
|
|
15848
15848
|
justifyContent: "center",
|
|
15849
|
-
boxShadow:
|
|
15849
|
+
boxShadow: "0 1px 2px rgba(0, 0, 0, 0.05)",
|
|
15850
15850
|
transition: `all ${tokens.transitions.normal}`,
|
|
15851
15851
|
color: tokens.colors.textInverse
|
|
15852
15852
|
},
|
|
@@ -15854,8 +15854,8 @@ var widgetStyles = {
|
|
|
15854
15854
|
boxShadow: `0 4px 20px rgba(76, 154, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)`
|
|
15855
15855
|
},
|
|
15856
15856
|
launcherHover: {
|
|
15857
|
-
|
|
15858
|
-
|
|
15857
|
+
background: "rgba(255, 255, 255, 0.08)",
|
|
15858
|
+
borderColor: "rgba(255, 255, 255, 0.15)"
|
|
15859
15859
|
},
|
|
15860
15860
|
launcherGlowHover: {
|
|
15861
15861
|
boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`
|