@7365admin1/layer-common 3.1.3-staging.45 → 3.1.4-staging.46

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/layer-common
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3700e81: Release for 08-04-2026
8
+
3
9
  ## 3.1.2
4
10
 
5
11
  ### Patch Changes
@@ -149,21 +149,23 @@
149
149
  </template>
150
150
 
151
151
  <template #footer>
152
- <v-btn
153
- variant="text"
154
- @click="confirmDialog = false"
155
- :disabled="updateLoading"
156
- >
157
- Close
158
- </v-btn>
159
- <v-btn
160
- color="primary"
161
- variant="flat"
162
- @click="handleUpdateMemberStatus"
163
- :loading="updateLoading"
164
- >
165
- {{ updateActionText }} Member </v-btn
166
- >r
152
+ <div class="d-flex justify-center ga-3 w-100">
153
+ <v-btn
154
+ variant="text"
155
+ @click="confirmDialog = false"
156
+ :disabled="updateLoading"
157
+ >
158
+ Close
159
+ </v-btn>
160
+ <v-btn
161
+ color="primary"
162
+ variant="flat"
163
+ @click="handleUpdateMemberStatus"
164
+ :loading="updateLoading"
165
+ >
166
+ {{ updateActionText }} Member
167
+ </v-btn>
168
+ </div>
167
169
  </template>
168
170
  </ConfirmDialog>
169
171
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@7365admin1/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "3.1.3-staging.45",
5
+ "version": "3.1.4-staging.46",
6
6
  "author": "7365admin1",
7
7
  "main": "./nuxt.config.ts",
8
8
  "publishConfig": {