@shwfed/nuxt 0.11.26 → 0.11.27

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
3
  "configKey": "shwfed",
4
- "version": "0.11.26",
4
+ "version": "0.11.27",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -822,7 +822,10 @@ export {
822
822
  </div>
823
823
  </div>
824
824
 
825
- <div class="flex items-center justify-between w-full py-2 gap-2 text-sm text-zinc-600 @container">
825
+ <div
826
+ v-if="isPaginationEnabled"
827
+ class="flex items-center justify-between w-full py-2 gap-2 text-sm text-zinc-600 @container"
828
+ >
826
829
  <div
827
830
  :class="[
828
831
  'relative p-1 flex-1 prose prose-zinc text-xs invisible @lg:visible'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.11.26",
3
+ "version": "0.11.27",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",