@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -31130,7 +31130,7 @@ var Container$n = /*#__PURE__*/styled.div.withConfig({
|
|
|
31130
31130
|
var Content = /*#__PURE__*/styled.div.withConfig({
|
|
31131
31131
|
displayName: "PaginatedContent__Content",
|
|
31132
31132
|
componentId: "sc-lzp9hn-1"
|
|
31133
|
-
})(["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:
|
|
31133
|
+
})(["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) {
|
|
31134
31134
|
return Math.min(props.$gridColumns, 4);
|
|
31135
31135
|
}, UI_BREAKPOINT_SMALL_LAPTOP, function (props) {
|
|
31136
31136
|
return props.$gridColumns;
|
|
@@ -32762,7 +32762,6 @@ var InformationCenter = function InformationCenter(_ref) {
|
|
|
32762
32762
|
width: isMobile ? '95%' : '80%',
|
|
32763
32763
|
minWidth: "300px",
|
|
32764
32764
|
cancelDrag: ".PaginatedContent-content",
|
|
32765
|
-
isFullScreen: isMobile,
|
|
32766
32765
|
onCloseButton: onClose
|
|
32767
32766
|
}, React.createElement(Container$r, null, React.createElement(InternalTabs, {
|
|
32768
32767
|
tabs: tabs,
|