File tree Expand file tree Collapse file tree
src/components/ui/buttons Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "types" : " pnpm build:types && rollup -c --config-types" ,
3232 "clean" : " rimraf dist cdn" ,
3333 "format" : " prettier src --write --loglevel warn" ,
34- "sandbox" : " node ../../.scripts/sandbox.js" ,
34+ "sandbox" : " node ../../.scripts/sandbox.js & node rollup.config.js -w " ,
3535 "sandbox:build" : " vite build sandbox" ,
3636 "test" : " vitest --run" ,
3737 "test:watch" : " vitest --watch" ,
Original file line number Diff line number Diff line change 119119 transition : color 0.3s ease;
120120}
121121
122+ : where (.vds-live-button [data-focus ] .vds-live-button-text ) {
123+ box-shadow : var (--media-focus-ring );
124+ }
125+
122126: where (.vds-live-button [data-edge ]) {
123127 cursor : unset;
124128}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export class LiveButton extends Component<LiveButtonProps> {
4646 this . setAttributes ( {
4747 'data-edge' : liveEdge ,
4848 'data-hidden' : isHidden ,
49- 'aria-disabled' : $ariaBool ( disabled ) ,
49+ 'aria-disabled' : $ariaBool ( ( ) => disabled ( ) || liveEdge ( ) ) ,
5050 'aria-hidden' : $ariaBool ( isHidden ) ,
5151 } ) ;
5252 }
You can’t perform that action at this time.
0 commit comments