Skip to content

Commit bc1dfdb

Browse files
committed
fix(swatch+swatchgroup): deduplicate controls inherited from swatch
1 parent f239818 commit bc1dfdb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

components/swatchgroup/stories/swatchgroup.stories.js

-14
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ export default {
3030
shape: { table: { disable: true } },
3131
imageUrl: { table: { disable: true } },
3232
isMixedValue: { table: { disable: true } },
33-
gradient: { table: { disable: true } },
3433
isKeyboardFocused: { table: { disable: true } },
3534
isAddSwatch: { table: { disable: true } },
36-
isDisabled: { table: { disable: true } },
37-
isSelected: { table: { disable: true } },
3835
density: {
3936
name: "Density",
4037
type: { name: "string" },
@@ -53,15 +50,6 @@ export default {
5350
name: "Container width",
5451
table: { disable: true },
5552
},
56-
rounding: {
57-
...Swatch.argTypes.rounding,
58-
defaultValue: "partial",
59-
table: {
60-
type: { summary: "string", required: true },
61-
category: "Component",
62-
defaultValue: { summary: "partial", },
63-
},
64-
},
6553
borderStyle: {
6654
...Swatch.argTypes.borderStyle,
6755
defaultValue: "noBorder",
@@ -77,9 +65,7 @@ export default {
7765
},
7866
args: {
7967
rootClass: "spectrum-SwatchGroup",
80-
size: "m",
8168
density: "regular",
82-
rounding: "partial",
8369
borderStyle: "noBorder",
8470
containerWidth: "200px",
8571
items: [

0 commit comments

Comments
 (0)