@icij/murmur-next 4.0.15 → 4.0.17

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.
@@ -173,11 +173,9 @@ export default defineComponent({
173
173
  :placeholder="inputPlaceholder"
174
174
  aria-label="Jump to page"
175
175
  />
176
- <div v-if="!compact" class="input-group-append">
177
- <button class="btn btn-secondary btn-sm" type="submit">
178
- <span class="px-1 py-3"> Go </span>
179
- </button>
180
- </div>
176
+ <button v-if="!compact" class="btn btn-secondary btn-sm" type="submit">
177
+ <span class="px-1 py-3"> Go </span>
178
+ </button>
181
179
  </b-input-group>
182
180
  </form>
183
181
  <template v-if="!compact">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icij/murmur-next",
3
- "version": "4.0.15",
3
+ "version": "4.0.17",
4
4
  "private": false,
5
5
  "description": "Murmur is ICIJ's Design System for Bootstrap 5 and Vue.js",
6
6
  "author": "promera@icij.org",