Skip to content

Commit

Permalink
fix incorrectly labeled classes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcedres committed Nov 9, 2020
1 parent 00107d9 commit 8f84459
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions helper/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"passthrough": ["position"]
},
"VFile": {
"always": ["file", "file-label", "file-input", "file-cta", "file-name"],
"optional": ["has-name", "is-fullwidth", "is-boxed"],
"always": ["file", "file-label", "file-input", "file-cta", "file-name", "has-name"],
"optional": ["is-fullwidth", "is-boxed"],
"passthrough": ["size", "color", "alignment"]
},
"VImage": {
"always": ["image"],
"optional": ["container", "is-rounded"],
"always": ["image", "container"],
"optional": ["is-rounded"],
"passthrough": ["size", "radio"]
},
"VInput": {
Expand All @@ -41,8 +41,7 @@
"optional": ["is-active"]
},
"VProgress": {
"always": ["progress-wrapper", "progress", "progress-value"],
"optional": ["more-than-half"],
"always": ["progress-wrapper", "progress", "progress-value", "more-than-half"],
"passthrough": ["size", "type"]
},
"VSelect": {
Expand All @@ -51,8 +50,8 @@
"passthrough": ["size", "color"]
},
"VSidebar": {
"always": ["v-sidebar", "sidebar-background", "sidebar-content", "is-width-animated"],
"optional": ["is-fixed", "is-static", "is-absolute", "is-fullheight", "is-full-width", "is-right", "is-mini", "is-mini-expand", "is-mini-expand-fixed", "is-mini-mobile", "is-hidden-mobile", "is-fullwidth-mobile"],
"always": ["v-sidebar", "sidebar-background", "sidebar-content", "is-width-animated", "is-fixed", "is-static", "is-absolute", "is-fullheight", "is-full-width", "is-right", "is-mini", "is-mini-expand", "is-mini-expand-fixed", "is-mini-mobile", "is-hidden-mobile", "is-fullwidth-mobile"],
"optional": [],
"passthrough": ["type"]
},
"VSwitch": {
Expand All @@ -79,7 +78,7 @@

},
"VAccordion": {
"always": ["accordion-trigger", "accordion-content", "accordion-header", "accordion-trigger-click", "accordion-active", "accordion-default", "accordoin-type-hover", "accordion-type-click", "header-is-trigger", "trigger-right", "trigger-left"],
"always": ["accordion-trigger", "accordion-content", "accordion-header", "accordion-trigger-click", "accordion-active", "accordion-default", "accordion-type-hover", "accordion-type-click", "header-is-trigger", "trigger-right", "trigger-left"],
"optional": ["is-horizontal", "is-vertical"]
},
"VAccordionMenu": {
Expand Down

0 comments on commit 8f84459

Please sign in to comment.