@fkui/vue 5.37.3 → 5.38.0

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.
@@ -550,7 +550,7 @@ module.exports = defineMetadata({
550
550
  type: ["text", "date", "numeric", "action"],
551
551
  },
552
552
  requiredAttributes: ["name", "title"],
553
- permittedContent: ["@phrasing", "button"],
553
+ permittedContent: ["@phrasing", "button", "f-badge"],
554
554
  },
555
555
 
556
556
  "f-tooltip": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue",
3
- "version": "5.37.3",
3
+ "version": "5.38.0",
4
4
  "description": "Vue implementation of FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -73,18 +73,18 @@
73
73
  "lodash": "^4.17.20"
74
74
  },
75
75
  "devDependencies": {
76
- "@fkui/css-variables": "5.37.2",
77
- "@fkui/date": "5.37.2",
78
- "@fkui/design": "5.37.3",
79
- "@fkui/icon-lib-default": "5.37.0",
80
- "@fkui/logic": "5.37.2",
81
- "@fkui/test-utils": "5.37.0",
76
+ "@fkui/css-variables": "5.38.0",
77
+ "@fkui/date": "5.38.0",
78
+ "@fkui/design": "5.38.0",
79
+ "@fkui/icon-lib-default": "5.38.0",
80
+ "@fkui/logic": "5.38.0",
81
+ "@fkui/test-utils": "5.38.0",
82
82
  "@forsakringskassan/vite-lib-config": "2.0.3",
83
83
  "@vue/test-utils": "2.4.6",
84
84
  "cypress": "13.15.0",
85
85
  "flush-promises": "1.0.2",
86
- "vite": "5.4.8",
87
- "vue": "3.4.38",
86
+ "vite": "5.4.9",
87
+ "vue": "3.5.12",
88
88
  "vue-router": "4.4.5"
89
89
  },
90
90
  "peerDependencies": {
@@ -109,5 +109,5 @@
109
109
  "node": ">= 20",
110
110
  "npm": ">= 7"
111
111
  },
112
- "gitHead": "4854b4508f6e20b96392a7fcda6c76e5d6217fc2"
112
+ "gitHead": "999e94ae55b1f2388a4be51d7542c2f9c2589c83"
113
113
  }