Skip to content

Commit 8ff63e8

Browse files
authored
Merge pull request #6623 from nextcloud-libraries/fix/variant-docs
docs: adjust version number for `variant` props
2 parents ef29834 + 320fb0f commit 8ff63e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/NcActions/NcActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ export default {
11671167
* Accepted values: primary, secondary, tertiary, tertiary-no-background, tertiary-on-primary, error, warning, success.
11681168
* If left empty, the default button style will be applied.
11691169
*
1170-
* @since 8.23.0
1170+
* @since 8.24.0
11711171
*/
11721172
variant: {
11731173
type: String,

src/components/NcButton/NcButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ export default {
588588
* Accepted values: primary, secondary, tertiary, tertiary-no-background, tertiary-on-primary, error, warning, success.
589589
*
590590
* @default 'secondary'
591-
* @since 8.23.0
591+
* @since 8.24.0
592592
*/
593593
variant: {
594594
type: String,

src/components/NcChip/NcChip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const props = defineProps({
177177
* Set the chips design variant-
178178
*
179179
* This sets the background style of the chip, similar to NcButton's `variant`.
180-
* @since 8.23.0
180+
* @since 8.24.0
181181
*/
182182
variant: {
183183
type: String,

src/components/NcDialogButton/NcDialogButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const props = defineProps({
103103
* The button variant, see NcButton.
104104
*
105105
* @type {'primary'|'secondary'|'tertiary'|'error'|'warning'|'success'}
106-
* @since 8.23.0
106+
* @since 8.24.0
107107
*/
108108
variant: {
109109
type: String,

0 commit comments

Comments
 (0)