@rpg-engine/long-bow 0.8.24 → 0.8.25
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/InformationCenter/sections/bestiary/InformationCenterNPCDetails.tsx +3 -1
- package/src/components/InformationCenter/sections/items/InformationCenterItemDetails.tsx +3 -1
package/dist/long-bow.esm.js
CHANGED
|
@@ -31264,7 +31264,7 @@ var Value = /*#__PURE__*/styled.span.withConfig({
|
|
|
31264
31264
|
var StyledCollapsible = /*#__PURE__*/styled(Collapsible).withConfig({
|
|
31265
31265
|
displayName: "InformationCenterItemDetails__StyledCollapsible",
|
|
31266
31266
|
componentId: "sc-zwf6pb-4"
|
|
31267
|
-
})(["background:rgba(255,255,255,0.05);border-radius:4px;overflow:
|
|
31267
|
+
})(["background:rgba(255,255,255,0.05);border-radius:4px;overflow:auto;scrollbar-width:thin;scrollbar-color:", " transparent;"], uiColors.darkGray);
|
|
31268
31268
|
var Description$2 = /*#__PURE__*/styled.p.withConfig({
|
|
31269
31269
|
displayName: "InformationCenterItemDetails__Description",
|
|
31270
31270
|
componentId: "sc-zwf6pb-5"
|
|
@@ -31687,7 +31687,7 @@ var Value$1 = /*#__PURE__*/styled.span.withConfig({
|
|
|
31687
31687
|
var StyledCollapsible$1 = /*#__PURE__*/styled(Collapsible).withConfig({
|
|
31688
31688
|
displayName: "InformationCenterNPCDetails__StyledCollapsible",
|
|
31689
31689
|
componentId: "sc-fdu3xl-4"
|
|
31690
|
-
})(["background:rgba(255,255,255,0.05);border-radius:4px;overflow:
|
|
31690
|
+
})(["background:rgba(255,255,255,0.05);border-radius:4px;overflow:auto;scrollbar-width:thin;scrollbar-color:", " transparent;"], uiColors.darkGray);
|
|
31691
31691
|
var StatGrid$1 = /*#__PURE__*/styled.div.withConfig({
|
|
31692
31692
|
displayName: "InformationCenterNPCDetails__StatGrid",
|
|
31693
31693
|
componentId: "sc-fdu3xl-5"
|