ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Move appearance variant to systemlink list #142

Closed rajsite closed 3 months ago

rajsite commented 3 months ago

Minor follow-up to https://github.com/ni/javascript-styleguide/pull/141 to move appearanceVariant to the correct list. The sl-split-button uses a different API from nimble currently so has a different name for the localize ignore list.

@Input('appearance-variant') public set appearanceVariant in nimble vs @Input() public appearanceVariant for sl-split-button. Note the difference in the @Input decorator configuration.