@@ -9,7 +9,7 @@ export default {
9
9
component : Fieldset ,
10
10
parameters : {
11
11
layout : 'centered' ,
12
- badges : [ 'intro-1 .0' , 'current -2.0' ] ,
12
+ badges : [ 'api-2 .0' , 'theme -2.0' ] ,
13
13
} ,
14
14
// TODO: fix up the sub-component documentation for Fieldset.Legend
15
15
subcomponents : {
@@ -122,7 +122,7 @@ export const FieldsetLegendWithSubtitle: StoryObj<LegendArgs> = {
122
122
* ```
123
123
*/
124
124
export const WithCheckboxes : StoryObj < Args > = {
125
- parameters : { badges : [ 'intro -1.3' , 'current -2.0' , 'implementationExample' ] } ,
125
+ parameters : { badges : [ 'api -1.3' , 'theme -2.0' , 'implementationExample' ] } ,
126
126
args : {
127
127
fieldNote : 'Attached field note to field set' ,
128
128
children : (
@@ -157,7 +157,7 @@ export const WithCheckboxes: StoryObj<Args> = {
157
157
} ;
158
158
159
159
export const WithDisabledCheckboxes : StoryObj < Args > = {
160
- parameters : { badges : [ 'intro -1.3' , 'current -2.0' , 'implementationExample' ] } ,
160
+ parameters : { badges : [ 'api -1.3' , 'theme -2.0' , 'implementationExample' ] } ,
161
161
args : {
162
162
fieldNote : 'Attached field note to field set' ,
163
163
isDisabled : true ,
@@ -166,7 +166,7 @@ export const WithDisabledCheckboxes: StoryObj<Args> = {
166
166
} ;
167
167
168
168
export const WithErrorCheckboxes : StoryObj < Args > = {
169
- parameters : { badges : [ 'intro -1.3' , 'current -2.0' , 'implementationExample' ] } ,
169
+ parameters : { badges : [ 'api -1.3' , 'theme -2.0' , 'implementationExample' ] } ,
170
170
args : {
171
171
fieldNote : 'Attached field note to field set' ,
172
172
status : 'critical' ,
@@ -175,7 +175,7 @@ export const WithErrorCheckboxes: StoryObj<Args> = {
175
175
} ;
176
176
177
177
export const WithRadioButton : StoryObj < Args > = {
178
- parameters : { badges : [ 'intro -1.3' , 'current -2.0' , 'implementationExample' ] } ,
178
+ parameters : { badges : [ 'api -1.3' , 'theme -2.0' , 'implementationExample' ] } ,
179
179
args : {
180
180
fieldNote : 'Attached field note to field set' ,
181
181
children : (
@@ -210,7 +210,7 @@ export const WithRadioButton: StoryObj<Args> = {
210
210
} ;
211
211
212
212
export const WithDisabledRadioButton : StoryObj < Args > = {
213
- parameters : { badges : [ 'intro -1.3' , 'current -2.0' , 'implementationExample' ] } ,
213
+ parameters : { badges : [ 'api -1.3' , 'theme -2.0' , 'implementationExample' ] } ,
214
214
args : {
215
215
fieldNote : 'Attached field note to field set' ,
216
216
isDisabled : true ,
@@ -219,7 +219,7 @@ export const WithDisabledRadioButton: StoryObj<Args> = {
219
219
} ;
220
220
221
221
export const WithErrorRadioButton : StoryObj < Args > = {
222
- parameters : { badges : [ 'intro -1.3' , 'current -2.0' , 'implementationExample' ] } ,
222
+ parameters : { badges : [ 'api -1.3' , 'theme -2.0' , 'implementationExample' ] } ,
223
223
args : {
224
224
fieldNote : 'Attached field note to field set' ,
225
225
status : 'critical' ,
0 commit comments