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