File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
react/src/components/Form
styles/scss/components/fluid-date-picker Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ export const withAILabel = (args) => {
390
390
labelText = "Date Picker label"
391
391
size = "md"
392
392
id = "fluid-date-picker"
393
- slug = { aiLabel }
393
+ decorator = { aiLabel }
394
394
{ ...rest }
395
395
/>
396
396
</ FluidDatePicker >
@@ -544,7 +544,7 @@ withAILabel.argTypes = {
544
544
type : 'boolean' ,
545
545
} ,
546
546
table : {
547
- category : 'Slug ' ,
547
+ category : 'AILabel ' ,
548
548
} ,
549
549
} ,
550
550
} ;
Original file line number Diff line number Diff line change 399
399
border-inline-start-color : $border-subtle ;
400
400
}
401
401
402
- // Slug styles
402
+ // AI Label styles
403
+ .#{$prefix } --date-picker--fluid
404
+ .#{$prefix } --date-picker-input__wrapper--decorator
405
+ .#{$prefix } --date-picker-input-inner-wrapper--decorator
406
+ > * ,
403
407
.#{$prefix } --date-picker--fluid
404
408
.#{$prefix } --date-picker-input__wrapper--slug
405
409
.#{$prefix } --ai-label ,
439
443
border-block-end-color : $ai-border-strong ;
440
444
}
441
445
446
+ .#{$prefix } --date-picker--fluid
447
+ .#{$prefix } --date-picker-input__wrapper--decorator
448
+ .#{$prefix } --date-picker__input ,
449
+ .#{$prefix } --date-picker--fluid--invalid
450
+ .#{$prefix } --date-picker-input__wrapper--decorator
451
+ .#{$prefix } --date-picker__input ,
452
+ .#{$prefix } --date-picker--fluid--warn
453
+ .#{$prefix } --date-picker-input__wrapper--decorator
454
+ .#{$prefix } --date-picker__input ,
442
455
.#{$prefix } --date-picker--fluid
443
456
.#{$prefix } --date-picker-input__wrapper--slug
444
457
.#{$prefix } --date-picker__input ,
You can’t perform that action at this time.
0 commit comments