@porsche-design-system/components-vue
Advanced tools
Comparing version 3.19.0 to 3.20.0-rc.0
import type { CanvasSidebarEndIcon, CanvasSidebarStartIcon, Theme } from '../types'; | ||
type PCanvasProps = { | ||
/** | ||
* The icon to toggle the Sidebar on the end side | ||
* The icon to toggle the sidebar on the end side | ||
*/ | ||
sidebarEndIcon?: CanvasSidebarEndIcon; | ||
/** | ||
* Open Sidebar on the end side | ||
* Open the sidebar on the end side | ||
*/ | ||
sidebarEndOpen?: boolean; | ||
/** | ||
* The icon to toggle the Sidebar on the start side | ||
* The icon to toggle the sidebar on the start side | ||
*/ | ||
sidebarStartIcon?: CanvasSidebarStartIcon; | ||
/** | ||
* Open Sidebar on the start side | ||
* Open the sidebar on the start side | ||
*/ | ||
sidebarStartOpen?: boolean; | ||
/** | ||
* Adapts the color depending on the theme. Has no effect when "inherit" is set as color prop. | ||
* Adapts the color depending on the theme. | ||
*/ | ||
@@ -22,0 +22,0 @@ theme?: Theme; |
@@ -236,2 +236,3 @@ export type Booleanish = boolean | "true" | "false"; | ||
"arrow-up", | ||
"attachment", | ||
"augmented-reality", | ||
@@ -273,2 +274,4 @@ "battery-empty", | ||
"disable", | ||
"dislike", | ||
"dislike-filled", | ||
"document", | ||
@@ -303,2 +306,4 @@ "download", | ||
"light", | ||
"like", | ||
"like-filled", | ||
"list", | ||
@@ -352,2 +357,3 @@ "locate", | ||
"moon", | ||
"new-chat", | ||
"oil-can", | ||
@@ -354,0 +360,0 @@ "parking-brake", |
{ | ||
"name": "@porsche-design-system/components-vue", | ||
"version": "3.19.0", | ||
"version": "3.20.0-rc.0", | ||
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@porsche-design-system/components-js": "3.19.0" | ||
"@porsche-design-system/components-js": "3.20.0-rc.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4844893
17023
78
+ Added@porsche-design-system/components-js@3.20.0-rc.0(transitive)
- Removed@porsche-design-system/components-js@3.19.0(transitive)