@@ -30,11 +30,8 @@ export default {
30
30
shape : { table : { disable : true } } ,
31
31
imageUrl : { table : { disable : true } } ,
32
32
isMixedValue : { table : { disable : true } } ,
33
- gradient : { table : { disable : true } } ,
34
33
isKeyboardFocused : { table : { disable : true } } ,
35
34
isAddSwatch : { table : { disable : true } } ,
36
- isDisabled : { table : { disable : true } } ,
37
- isSelected : { table : { disable : true } } ,
38
35
density : {
39
36
name : "Density" ,
40
37
type : { name : "string" } ,
@@ -53,15 +50,6 @@ export default {
53
50
name : "Container width" ,
54
51
table : { disable : true } ,
55
52
} ,
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
- } ,
65
53
borderStyle : {
66
54
...Swatch . argTypes . borderStyle ,
67
55
defaultValue : "noBorder" ,
@@ -77,9 +65,7 @@ export default {
77
65
} ,
78
66
args : {
79
67
rootClass : "spectrum-SwatchGroup" ,
80
- size : "m" ,
81
68
density : "regular" ,
82
- rounding : "partial" ,
83
69
borderStyle : "noBorder" ,
84
70
containerWidth : "200px" ,
85
71
items : [
0 commit comments