@appscode/design-system 2.0.100 → 2.1.1
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/package.json
CHANGED
|
@@ -12,7 +12,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
12
12
|
<div class="thumbnail">
|
|
13
13
|
<slot name="thumbnail" />
|
|
14
14
|
</div>
|
|
15
|
-
<div class="is-flex is-align-items-center gap-4">
|
|
15
|
+
<div class="is-flex is-align-items-center is-flex-wrap-wrap is-justify-content-center gap-4">
|
|
16
16
|
<span>
|
|
17
17
|
{{ message }}
|
|
18
18
|
</span>
|
|
@@ -102,7 +102,7 @@ watch(
|
|
|
102
102
|
<template>
|
|
103
103
|
<div class="level inner-table-pagination" v-show="showPagination">
|
|
104
104
|
<div class="pagination-filter level-left">
|
|
105
|
-
<div class="level-item" v-show="!hideRowsPerPageSelection
|
|
105
|
+
<div class="level-item" v-show="!hideRowsPerPageSelection">
|
|
106
106
|
<label>Rows per page</label>
|
|
107
107
|
<select v-model="selectedItemCountPerPage" name="page" data-testid="rows-per-page-selector">
|
|
108
108
|
<option :value="5">5</option>
|