@@ -35,7 +35,7 @@ export const Selectable: Story = {
35
35
parameters : {
36
36
docs : {
37
37
source : {
38
- code : `<uui-color-swatch selectable></uui-color-slider >` ,
38
+ code : `<uui-color-swatch selectable></uui-color-swatch >` ,
39
39
} ,
40
40
} ,
41
41
} ,
@@ -57,7 +57,7 @@ export const Disabled: Story = {
57
57
parameters : {
58
58
docs : {
59
59
source : {
60
- code : `<uui-color-swatch disabled></uui-color-slider >` ,
60
+ code : `<uui-color-swatch disabled></uui-color-swatch >` ,
61
61
} ,
62
62
} ,
63
63
} ,
@@ -72,7 +72,7 @@ export const DisabledSelected: Story = {
72
72
parameters : {
73
73
docs : {
74
74
source : {
75
- code : `<uui-color-swatch disabled selectable selected></uui-color-slider >` ,
75
+ code : `<uui-color-swatch disabled selectable selected></uui-color-swatch >` ,
76
76
} ,
77
77
} ,
78
78
} ,
@@ -87,7 +87,7 @@ export const WithLabel: Story = {
87
87
parameters : {
88
88
docs : {
89
89
source : {
90
- code : `<uui-color-swatch label="This is the most beautiful color I've ever seen" show-label="true"></uui-color-slider >` ,
90
+ code : `<uui-color-swatch label="This is the most beautiful color I've ever seen" show-label="true"></uui-color-swatch >` ,
91
91
} ,
92
92
} ,
93
93
} ,
@@ -101,7 +101,7 @@ export const DifferentColorThanValue: Story = {
101
101
parameters : {
102
102
docs : {
103
103
source : {
104
- code : `<uui-color-swatch value="color1" color="green"></uui-color-slider >` ,
104
+ code : `<uui-color-swatch value="color1" color="green"></uui-color-swatch >` ,
105
105
} ,
106
106
} ,
107
107
} ,
@@ -114,7 +114,7 @@ export const Transparent: Story = {
114
114
parameters : {
115
115
docs : {
116
116
source : {
117
- code : `<uui-color-swatch color="rgba(53, 68, 177, 0.5)"></uui-color-slider >` ,
117
+ code : `<uui-color-swatch color="rgba(53, 68, 177, 0.5)"></uui-color-swatch >` ,
118
118
} ,
119
119
} ,
120
120
} ,
0 commit comments