diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index cd537f412e..5236867a53 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -24,34 +24,34 @@ Using `v-show` directly will result in usability issues due to internal focus tr subname="last edited 3 weeks ago"> Search tab content Settings tab content Sharing tab content @@ -205,19 +205,19 @@ export default { :active.sync="active"> Search tab content Settings Sharing tab content @@ -225,15 +225,15 @@ export default { @@ -389,7 +389,7 @@ Note: the built-in toggle button is only available then NcAppSidebar is used in subname="last edited 3 weeks ago"> Single tab content @@ -398,11 +398,11 @@ Note: the built-in toggle button is only available then NcAppSidebar is used in diff --git a/src/components/NcButton/NcButton.vue b/src/components/NcButton/NcButton.vue index e02eaed98a..39f8d8d8c8 100644 --- a/src/components/NcButton/NcButton.vue +++ b/src/components/NcButton/NcButton.vue @@ -39,7 +39,7 @@ It can be used with one or multiple actions. :size="size" variant="tertiary-no-background"> @@ -50,7 +50,7 @@ It can be used with one or multiple actions. :size="size" variant="tertiary"> @@ -60,7 +60,7 @@ It can be used with one or multiple actions. :disabled="disabled" :size="size"> @@ -71,7 +71,7 @@ It can be used with one or multiple actions. :size="size" variant="primary"> @@ -86,7 +86,7 @@ It can be used with one or multiple actions. :wide="true" text="Example text"> Example text @@ -104,7 +104,7 @@ It can be used with one or multiple actions. :size="size" variant="success"> Example text @@ -114,7 +114,7 @@ It can be used with one or multiple actions. :size="size" variant="warning"> Example text @@ -124,7 +124,7 @@ It can be used with one or multiple actions. :size="size" variant="error"> Example text @@ -135,11 +135,13 @@ It can be used with one or multiple actions. @@ -368,14 +374,14 @@ The `actions-icon` slot can be used to pass icon to the inner NcActions componen diff --git a/src/components/NcNoteCard/NcNoteCard.vue b/src/components/NcNoteCard/NcNoteCard.vue index 24f1f32ba9..1592aa40ef 100644 --- a/src/components/NcNoteCard/NcNoteCard.vue +++ b/src/components/NcNoteCard/NcNoteCard.vue @@ -34,7 +34,7 @@ available in four versions:

Custom icon

@@ -46,11 +46,11 @@ available in four versions: diff --git a/src/components/NcTextField/NcTextField.vue b/src/components/NcTextField/NcTextField.vue index 1ef6fe1096..ed57bae98d 100644 --- a/src/components/NcTextField/NcTextField.vue +++ b/src/components/NcTextField/NcTextField.vue @@ -34,7 +34,7 @@ and `minlength`. :show-trailing-button="text4 !== ''" @trailing-button-click="clearText">