@rpg-engine/long-bow 0.8.39 → 0.8.40
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 +1 -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 +1 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/InformationCenter/InformationCenter.tsx +0 -1
- package/src/components/shared/PaginatedContent/PaginatedContent.tsx +1 -1
|
@@ -31135,7 +31135,7 @@ var Container$n = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
31135
31135
|
var Content = /*#__PURE__*/styled__default.div.withConfig({
|
|
31136
31136
|
displayName: "PaginatedContent__Content",
|
|
31137
31137
|
componentId: "sc-lzp9hn-1"
|
|
31138
|
-
})(["display:flex;flex-direction:column;gap:0.5rem;flex:1;padding:0.25rem;min-height:200px;max-height:60vh;height:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.3) rgba(0,0,0,0.2);@media (min-width:360px){padding:0.5rem;}@media (min-width:480px){padding:
|
|
31138
|
+
})(["display:flex;flex-direction:column;gap:0.5rem;flex:1;padding:0.25rem;min-height:200px;max-height:60vh;height:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.3) rgba(0,0,0,0.2);@media (min-width:360px){padding:0.5rem;}@media (min-width:480px){padding:0.5rem;}&.grid{display:grid;grid-template-columns:1fr;gap:0.5rem;align-items:start;justify-content:center;width:100%;@media (min-width:320px){grid-template-columns:repeat(2,minmax(100px,1fr));}@media (min-width:400px){grid-template-columns:repeat(2,minmax(120px,1fr));gap:0.75rem;}@media (min-width:480px){grid-template-columns:repeat(3,minmax(120px,1fr));gap:1rem;}@media (min-width:768px){grid-template-columns:repeat(4,minmax(120px,1fr));}@media (min-width:", "){grid-template-columns:repeat( ", ",minmax(120px,1fr) );}@media (min-width:", "){grid-template-columns:repeat( ", ",minmax(120px,1fr) );}.PaginatedContent-item{display:flex;align-items:flex-start;justify-content:center;height:", ";width:100%;box-sizing:border-box;min-height:120px;}}&.list{display:flex;flex-direction:column;gap:0.5rem;}"], UI_BREAKPOINT_MOBILE, function (props) {
|
|
31139
31139
|
return Math.min(props.$gridColumns, 4);
|
|
31140
31140
|
}, UI_BREAKPOINT_SMALL_LAPTOP, function (props) {
|
|
31141
31141
|
return props.$gridColumns;
|
|
@@ -32767,7 +32767,6 @@ var InformationCenter = function InformationCenter(_ref) {
|
|
|
32767
32767
|
width: isMobile ? '95%' : '80%',
|
|
32768
32768
|
minWidth: "300px",
|
|
32769
32769
|
cancelDrag: ".PaginatedContent-content",
|
|
32770
|
-
isFullScreen: isMobile,
|
|
32771
32770
|
onCloseButton: onClose
|
|
32772
32771
|
}, React__default.createElement(Container$r, null, React__default.createElement(InternalTabs, {
|
|
32773
32772
|
tabs: tabs,
|