@rpg-engine/long-bow 0.8.196 → 0.8.197
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 +8 -17
- 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 +8 -17
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SkillInfoModal.tsx +0 -9
package/dist/long-bow.esm.js
CHANGED
|
@@ -49985,9 +49985,7 @@ var SkillInfoModal = function SkillInfoModal(_ref) {
|
|
|
49985
49985
|
onPointerDown: onClose
|
|
49986
49986
|
}), React.createElement(ModalContainer$7, null, React.createElement(ModalContent$7, {
|
|
49987
49987
|
onPointerDown: stopPropagation
|
|
49988
|
-
}, React.createElement(Header$d, null, React.createElement(
|
|
49989
|
-
"$color": info.color
|
|
49990
|
-
}), React.createElement(Title$i, {
|
|
49988
|
+
}, React.createElement(Header$d, null, React.createElement(Title$i, {
|
|
49991
49989
|
"$color": info.color
|
|
49992
49990
|
}, info.name), React.createElement(CloseButton$f, {
|
|
49993
49991
|
onPointerDown: onClose
|
|
@@ -50009,35 +50007,28 @@ var Header$d = /*#__PURE__*/styled.div.withConfig({
|
|
|
50009
50007
|
displayName: "SkillInfoModal__Header",
|
|
50010
50008
|
componentId: "sc-pqkzdj-3"
|
|
50011
50009
|
})(["display:flex;align-items:center;gap:8px;"]);
|
|
50012
|
-
var ColorBar = /*#__PURE__*/styled.div.withConfig({
|
|
50013
|
-
displayName: "SkillInfoModal__ColorBar",
|
|
50014
|
-
componentId: "sc-pqkzdj-4"
|
|
50015
|
-
})(["width:3px;height:1rem;background:", ";border-radius:2px;flex-shrink:0;"], function (_ref2) {
|
|
50016
|
-
var $color = _ref2.$color;
|
|
50017
|
-
return $color;
|
|
50018
|
-
});
|
|
50019
50010
|
var Title$i = /*#__PURE__*/styled.h3.withConfig({
|
|
50020
50011
|
displayName: "SkillInfoModal__Title",
|
|
50021
|
-
componentId: "sc-pqkzdj-
|
|
50022
|
-
})(["margin:0;flex:1;font-family:'Press Start 2P',cursive;font-size:0.65rem;color:", ";"], function (
|
|
50023
|
-
var $color =
|
|
50012
|
+
componentId: "sc-pqkzdj-4"
|
|
50013
|
+
})(["margin:0;flex:1;font-family:'Press Start 2P',cursive;font-size:0.65rem;color:", ";"], function (_ref2) {
|
|
50014
|
+
var $color = _ref2.$color;
|
|
50024
50015
|
return $color;
|
|
50025
50016
|
});
|
|
50026
50017
|
var CloseButton$f = /*#__PURE__*/styled.button.withConfig({
|
|
50027
50018
|
displayName: "SkillInfoModal__CloseButton",
|
|
50028
|
-
componentId: "sc-pqkzdj-
|
|
50019
|
+
componentId: "sc-pqkzdj-5"
|
|
50029
50020
|
})(["background:none;border:none;color:rgba(255,255,255,0.6);cursor:pointer;font-size:1rem;padding:4px;display:flex;align-items:center;pointer-events:auto;&:hover{color:#ffffff;}"]);
|
|
50030
50021
|
var Section$4 = /*#__PURE__*/styled.div.withConfig({
|
|
50031
50022
|
displayName: "SkillInfoModal__Section",
|
|
50032
|
-
componentId: "sc-pqkzdj-
|
|
50023
|
+
componentId: "sc-pqkzdj-6"
|
|
50033
50024
|
})(["display:flex;flex-direction:column;gap:6px;"]);
|
|
50034
50025
|
var Label$7 = /*#__PURE__*/styled.span.withConfig({
|
|
50035
50026
|
displayName: "SkillInfoModal__Label",
|
|
50036
|
-
componentId: "sc-pqkzdj-
|
|
50027
|
+
componentId: "sc-pqkzdj-7"
|
|
50037
50028
|
})(["font-size:0.5rem;font-weight:bold;text-transform:uppercase;letter-spacing:0.05em;color:rgba(255,255,255,0.45);"]);
|
|
50038
50029
|
var Text$1 = /*#__PURE__*/styled.p.withConfig({
|
|
50039
50030
|
displayName: "SkillInfoModal__Text",
|
|
50040
|
-
componentId: "sc-pqkzdj-
|
|
50031
|
+
componentId: "sc-pqkzdj-8"
|
|
50041
50032
|
})(["font-size:0.55rem;line-height:1.6;color:rgba(255,255,255,0.85);margin:0;"]);
|
|
50042
50033
|
|
|
50043
50034
|
var skillProps = {
|