@rpg-engine/long-bow 0.8.3 → 0.8.4
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/long-bow.cjs.development.js +2 -2
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatRevamp/ChatRevamp.tsx +3 -2
package/dist/long-bow.esm.js
CHANGED
|
@@ -26939,11 +26939,11 @@ var ExpandedChatContent = /*#__PURE__*/styled.div.withConfig({
|
|
|
26939
26939
|
var SocialButtons = /*#__PURE__*/styled.div.withConfig({
|
|
26940
26940
|
displayName: "ChatRevamp__SocialButtons",
|
|
26941
26941
|
componentId: "sc-1sdiknw-6"
|
|
26942
|
-
})(["display:flex;gap:8px;margin-right:
|
|
26942
|
+
})(["display:flex;gap:8px;margin-right:42px;"]);
|
|
26943
26943
|
var SocialButton = /*#__PURE__*/styled.button.withConfig({
|
|
26944
26944
|
displayName: "ChatRevamp__SocialButton",
|
|
26945
26945
|
componentId: "sc-1sdiknw-7"
|
|
26946
|
-
})(["background-color:transparent;border:none;color:white;font-size:
|
|
26946
|
+
})(["background-color:transparent;border:none;color:white;font-size:20px;cursor:pointer;transition:color 0.3s ease;padding:4px;margin-bottom:4px;&:hover{color:", ";}"], uiColors.yellow);
|
|
26947
26947
|
|
|
26948
26948
|
var CheckButton = function CheckButton(_ref) {
|
|
26949
26949
|
var items = _ref.items,
|