itube-specs 0.0.528 → 0.0.529

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.
@@ -91,6 +91,7 @@
91
91
  <SLink
92
92
  wide
93
93
  class="s-pagination__prev"
94
+ theme="primary"
94
95
  :to="linkTo(previousValue)"
95
96
  :class="{'--disabled': activeNumber <= 1}"
96
97
  >
@@ -104,6 +105,7 @@
104
105
  <SLink
105
106
  wide
106
107
  class="s-pagination__next"
108
+ theme="primary"
107
109
  :class="{'--disabled': activeNumber >= length}"
108
110
  :to="linkTo(nextValue)"
109
111
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.528",
4
+ "version": "0.0.529",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {