@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -32578,8 +32578,8 @@ var SearchBarActions$1 = /*#__PURE__*/styled.div.withConfig({
|
|
|
32578
32578
|
componentId: "sc-e3h0p2-1"
|
|
32579
32579
|
})(["display:flex;align-items:center;gap:0.5rem;"]);
|
|
32580
32580
|
|
|
32581
|
-
var ITEMS_PER_PAGE$2 =
|
|
32582
|
-
var GRID_COLUMNS =
|
|
32581
|
+
var ITEMS_PER_PAGE$2 = 4;
|
|
32582
|
+
var GRID_COLUMNS = 4;
|
|
32583
32583
|
var InformationCenterTutorialsSection = function InformationCenterTutorialsSection(_ref) {
|
|
32584
32584
|
var videoGuides = _ref.videoGuides,
|
|
32585
32585
|
initialSearchQuery = _ref.initialSearchQuery,
|