@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
|
@@ -26946,11 +26946,11 @@ var ExpandedChatContent = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
26946
26946
|
var SocialButtons = /*#__PURE__*/styled__default.div.withConfig({
|
|
26947
26947
|
displayName: "ChatRevamp__SocialButtons",
|
|
26948
26948
|
componentId: "sc-1sdiknw-6"
|
|
26949
|
-
})(["display:flex;gap:8px;margin-right:
|
|
26949
|
+
})(["display:flex;gap:8px;margin-right:42px;"]);
|
|
26950
26950
|
var SocialButton = /*#__PURE__*/styled__default.button.withConfig({
|
|
26951
26951
|
displayName: "ChatRevamp__SocialButton",
|
|
26952
26952
|
componentId: "sc-1sdiknw-7"
|
|
26953
|
-
})(["background-color:transparent;border:none;color:white;font-size:
|
|
26953
|
+
})(["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);
|
|
26954
26954
|
|
|
26955
26955
|
var CheckButton = function CheckButton(_ref) {
|
|
26956
26956
|
var items = _ref.items,
|