@adminforth/dashboard 1.13.0 → 1.13.2

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.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <button
3
3
  type="button"
4
- class="flex h-8 w-8 items-center justify-center rounded-lg border shadow-sm"
4
+ class="flex h-8 w-8 items-center justify-center rounded-default border shadow-sm"
5
5
  :class="buttonClass"
6
6
  :title="title"
7
7
  :disabled="disabled"
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <button
3
3
  type="button"
4
- class="flex h-8 w-8 items-center justify-center rounded-lg border shadow-sm"
4
+ class="flex h-8 w-8 items-center justify-center rounded-default border shadow-sm"
5
5
  :class="buttonClass"
6
6
  :title="title"
7
7
  :disabled="disabled"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/dashboard",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -21,14 +21,14 @@
21
21
  "description": "Dashboard plugin for AdminForth",
22
22
  "devDependencies": {
23
23
  "@types/node": "latest",
24
- "adminforth": "2.72.0",
24
+ "adminforth": "^3.0.1",
25
25
  "semantic-release": "^24.2.1",
26
26
  "semantic-release-slack-bot": "^4.0.2",
27
27
  "typescript": "^5.7.3",
28
28
  "vue-tsc": "^3.3.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "adminforth": "^2.60.0"
31
+ "adminforth": "^3.0.1"
32
32
  },
33
33
  "release": {
34
34
  "plugins": [