@db-ux/v-core-components 4.5.2 → 4.5.4

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Resolves the framework-specific Storybook URL for the current component page.
3
+ * @param currentUrl - Current page URL
4
+ * @param frameworkRaw - Framework name ('react', 'angular', 'vue', 'html')
5
+ * @returns Storybook URL or undefined when the component route cannot be determined
6
+ */
7
+ export declare function getShowCodeHref(currentUrl: string, frameworkRaw: string | null | undefined): string | undefined;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.5.2",
3
+ "version": "4.5.4",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "tsx": "4.21.0",
47
47
  "typescript": "5.9.3",
48
48
  "vite": "7.3.1",
49
- "vue": "3.5.29",
49
+ "vue": "3.5.30",
50
50
  "vue-tsc": "3.2.5"
51
51
  },
52
52
  "publishConfig": {
@@ -56,7 +56,7 @@
56
56
  "sideEffects": false,
57
57
  "source": "src/index.ts",
58
58
  "dependencies": {
59
- "@db-ux/core-components": "4.5.2",
60
- "@db-ux/core-foundations": "4.5.2"
59
+ "@db-ux/core-components": "4.5.4",
60
+ "@db-ux/core-foundations": "4.5.4"
61
61
  }
62
62
  }