Skip to content

Commit a8409bd

Browse files
Remove Split-button functionality
1 parent ab0c28e commit a8409bd

File tree

6 files changed

+1
-117
lines changed

6 files changed

+1
-117
lines changed

COVERAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We currently cover the following components:
1515
- [X] CompoundButton
1616
- [x] MenuButton
1717
- [X] MenuItem
18-
- [x] SplitButton
18+
- [] SplitButton
1919
- [x] ToggleButton
2020
- [] ToolbarToggleButton
2121
- [x] Card

docs/rules/split-button-needs-labelling.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

lib/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ module.exports = {
5252
"@microsoft/fluentui-jsx-a11y/spin-button-needs-labelling": "error",
5353
"@microsoft/fluentui-jsx-a11y/spin-button-unrecommended-labelling": "error",
5454
"@microsoft/fluentui-jsx-a11y/spinner-needs-labelling": "error",
55-
"@microsoft/fluentui-jsx-a11y/split-button-needs-labelling": "error",
5655
"@microsoft/fluentui-jsx-a11y/swatchpicker-needs-labelling": "error",
5756
"@microsoft/fluentui-jsx-a11y/switch-needs-labelling": "error",
5857
"@microsoft/fluentui-jsx-a11y/tablist-and-tabs-need-labelling": "error",
@@ -99,7 +98,6 @@ module.exports = {
9998
"spin-button-needs-labelling": rules.spinButtonNeedsLabelling,
10099
"spin-button-unrecommended-labelling": rules.spinButtonUnrecommendedLabelling,
101100
"spinner-needs-labelling": rules.spinnerNeedsLabelling,
102-
"split-button-needs-labelling": rules.splitButtonNeedsLabelling,
103101
"swatchpicker-needs-labelling": rules.swatchpickerNeedsLabelling,
104102
"switch-needs-labelling": rules.switchNeedsLabelling,
105103
"tablist-and-tabs-need-labelling": rules.tablistAndTabsNeedLabelling,

lib/rules/buttons/split-button-needs-labelling.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

lib/rules/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export { default as imageSwatchNeedsLabelling } from "./imageswatch-needs-labell
3636
export { default as spinButtonNeedsLabelling } from "./spin-button-needs-labelling";
3737
export { default as spinButtonUnrecommendedLabelling } from "./spin-button-unrecommended-labelling";
3838
export { default as spinnerNeedsLabelling } from "./spinner-needs-labelling";
39-
export { default as splitButtonNeedsLabelling } from "./buttons/split-button-needs-labelling";
4039
export { default as swatchpickerNeedsLabelling } from "./swatchpicker-needs-labelling";
4140
export { default as switchNeedsLabelling } from "./switch-needs-labelling";
4241
export { default as tablistAndTabsNeedLabelling } from "./tablist-and-tabs-need-labelling";

tests/lib/rules/buttons/split-button-needs-labelling.test.ts

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)