@rpg-engine/long-bow 0.8.172 → 0.8.173
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 +7 -13
- 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 +7 -13
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/RPGUI/RPGUIScrollbar.tsx +2 -2
- package/src/components/Store/CartView.tsx +0 -20
- package/src/components/Store/FeaturedBanner.tsx +0 -3
- package/src/components/Store/PurchaseSuccess.tsx +0 -3
- package/src/components/Store/Store.tsx +0 -1
- package/src/components/shared/ScrollableContent/ScrollableContent.tsx +0 -2
|
@@ -45208,7 +45208,7 @@ var RPGUIScrollbar = function RPGUIScrollbar(_ref) {
|
|
|
45208
45208
|
var Container$C = /*#__PURE__*/styled__default.div.withConfig({
|
|
45209
45209
|
displayName: "RPGUIScrollbar__Container",
|
|
45210
45210
|
componentId: "sc-p3msmb-0"
|
|
45211
|
-
})([".rpgui-content ::-webkit-scrollbar,.rpgui-content::-webkit-scrollbar{width:
|
|
45211
|
+
})([".rpgui-content ::-webkit-scrollbar,.rpgui-content::-webkit-scrollbar{width:12px !important;}.rpgui-content ::-webkit-scrollbar-track,.rpgui-content::-webkit-scrollbar-track{background-size:12px 60px !important;}"]);
|
|
45212
45212
|
|
|
45213
45213
|
var RPGUIOverrides = function RPGUIOverrides(_ref) {
|
|
45214
45214
|
var children = _ref.children;
|
|
@@ -69728,7 +69728,7 @@ var Subtitle$2 = /*#__PURE__*/styled__default.p.withConfig({
|
|
|
69728
69728
|
var ItemsList = /*#__PURE__*/styled__default.div.withConfig({
|
|
69729
69729
|
displayName: "PurchaseSuccess__ItemsList",
|
|
69730
69730
|
componentId: "sc-18z5q21-8"
|
|
69731
|
-
})(["display:flex;flex-direction:column;gap:0.5rem;width:100%;max-width:340px;max-height:200px;overflow-y:auto
|
|
69731
|
+
})(["display:flex;flex-direction:column;gap:0.5rem;width:100%;max-width:340px;max-height:200px;overflow-y:auto;"]);
|
|
69732
69732
|
var SuccessItem = /*#__PURE__*/styled__default.div.withConfig({
|
|
69733
69733
|
displayName: "PurchaseSuccess__SuccessItem",
|
|
69734
69734
|
componentId: "sc-18z5q21-9"
|
|
@@ -69946,7 +69946,7 @@ var CloseButton$e = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
69946
69946
|
var CartItems = /*#__PURE__*/styled__default.div.withConfig({
|
|
69947
69947
|
displayName: "CartView__CartItems",
|
|
69948
69948
|
componentId: "sc-ydtyl1-4"
|
|
69949
|
-
})(["display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1;min-height:200px;padding-right:0.5rem
|
|
69949
|
+
})(["display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1;min-height:200px;padding-right:0.5rem;"]);
|
|
69950
69950
|
var EmptyCart = /*#__PURE__*/styled__default.div.withConfig({
|
|
69951
69951
|
displayName: "CartView__EmptyCart",
|
|
69952
69952
|
componentId: "sc-ydtyl1-5"
|
|
@@ -70196,7 +70196,7 @@ var BannerHeader = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
70196
70196
|
var CardsRow = /*#__PURE__*/styled__default.div.withConfig({
|
|
70197
70197
|
displayName: "FeaturedBanner__CardsRow",
|
|
70198
70198
|
componentId: "sc-egjgex-2"
|
|
70199
|
-
})(["display:flex;gap:0.75rem;overflow-x:auto;padding-bottom:0.25rem
|
|
70199
|
+
})(["display:flex;gap:0.75rem;overflow-x:auto;padding-bottom:0.25rem;@media (max-width:950px){flex-direction:column;overflow-x:unset;}"]);
|
|
70200
70200
|
var FeaturedCard = /*#__PURE__*/styled__default.div.withConfig({
|
|
70201
70201
|
displayName: "FeaturedBanner__FeaturedCard",
|
|
70202
70202
|
componentId: "sc-egjgex-3"
|
|
@@ -70635,12 +70635,6 @@ var ConfirmRow$1 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
70635
70635
|
componentId: "sc-1dxy6lr-12"
|
|
70636
70636
|
})(["display:flex;justify-content:center;margin-top:4px;"]);
|
|
70637
70637
|
|
|
70638
|
-
/**
|
|
70639
|
-
* A reusable CSS mixin for a sleek, thin, 4px webkit scrollbar.
|
|
70640
|
-
* Drops the thick native OS scrollbar arrows and housing.
|
|
70641
|
-
*/
|
|
70642
|
-
var customScrollbarCSS = /*#__PURE__*/styled.css(["scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.2) transparent;&::-webkit-scrollbar{width:4px;height:4px;}&::-webkit-scrollbar-track{background:transparent;}&::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:4px;&:hover{background:rgba(255,255,255,0.3);}}&::-webkit-scrollbar-corner{background:transparent;}&::-webkit-scrollbar-button{display:none;}"]);
|
|
70643
|
-
|
|
70644
70638
|
var ScrollableContent = function ScrollableContent(_ref) {
|
|
70645
70639
|
var items = _ref.items,
|
|
70646
70640
|
renderItem = _ref.renderItem,
|
|
@@ -70710,9 +70704,9 @@ var StyledDropdown$7 = /*#__PURE__*/styled__default(Dropdown).withConfig({
|
|
|
70710
70704
|
var Content$4 = /*#__PURE__*/styled__default.div.withConfig({
|
|
70711
70705
|
displayName: "ScrollableContent__Content",
|
|
70712
70706
|
componentId: "sc-xhh2um-7"
|
|
70713
|
-
})(["display:flex;flex-direction:column;gap:0.5rem;flex:1;padding:1rem;max-height:", ";overflow-y:auto;overflow-x:hidden
|
|
70707
|
+
})(["display:flex;flex-direction:column;gap:0.5rem;flex:1;padding:1rem;max-height:", ";overflow-y:auto;overflow-x:hidden;&.grid{display:grid;grid-template-columns:repeat( ", ",minmax(0,1fr) );gap:1rem;align-items:start;.ScrollableContent-item{display:flex;align-items:flex-start;}}&.list{display:flex;flex-direction:column;gap:0.5rem;}"], function (props) {
|
|
70714
70708
|
return props.$maxHeight;
|
|
70715
|
-
},
|
|
70709
|
+
}, function (props) {
|
|
70716
70710
|
return props.$gridColumns;
|
|
70717
70711
|
});
|
|
70718
70712
|
var EmptyMessage$3 = /*#__PURE__*/styled__default.div.withConfig({
|
|
@@ -72178,7 +72172,7 @@ var MainContent$1 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
72178
72172
|
var TabContent = /*#__PURE__*/styled__default.div.withConfig({
|
|
72179
72173
|
displayName: "Store__TabContent",
|
|
72180
72174
|
componentId: "sc-64dj00-5"
|
|
72181
|
-
})(["flex:1;overflow-y:auto;
|
|
72175
|
+
})(["flex:1;overflow-y:auto;"]);
|
|
72182
72176
|
var Footer$2 = /*#__PURE__*/styled__default.div.withConfig({
|
|
72183
72177
|
displayName: "Store__Footer",
|
|
72184
72178
|
componentId: "sc-64dj00-6"
|