@rpg-engine/long-bow 0.8.41 → 0.8.42
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/tutorials/InformationCenterTutorialsSection.tsx +2 -2
|
@@ -32583,8 +32583,8 @@ var SearchBarActions$1 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
32583
32583
|
componentId: "sc-e3h0p2-1"
|
|
32584
32584
|
})(["display:flex;align-items:center;gap:0.5rem;"]);
|
|
32585
32585
|
|
|
32586
|
-
var ITEMS_PER_PAGE$2 =
|
|
32587
|
-
var GRID_COLUMNS =
|
|
32586
|
+
var ITEMS_PER_PAGE$2 = 4;
|
|
32587
|
+
var GRID_COLUMNS = 4;
|
|
32588
32588
|
var InformationCenterTutorialsSection = function InformationCenterTutorialsSection(_ref) {
|
|
32589
32589
|
var videoGuides = _ref.videoGuides,
|
|
32590
32590
|
initialSearchQuery = _ref.initialSearchQuery,
|