material-web/dialog
Andrew Jakubowicz 82d17ca172 fix(dialog)!: change compound attribute names to kebab-case
BREAKING_CHANGE: Attributes `fullscreenbreakpoint`, `footerhidden`, `defaultaction`, `actionattribute`, `focusattribute`, `scrimclickaction`, and `escapekeyaction` have been renamed to `fullscreen-breakpoint`, `footer-hidden`, `default-action`, `action-attribute`, `focus-attribute`, `scrim-click-action`, and `escape-key-action`. The defaults `dialogAction` and `dialogFocus` have been changed to `dialog-action` and `dialog-focus`.
PiperOrigin-RevId: 542653599
2023-06-22 13:35:09 -07:00
..
demo docs: update playground urls to match new base-URI 2023-05-11 15:24:11 -07:00
lib fix(dialog)!: change compound attribute names to kebab-case 2023-06-22 13:35:09 -07:00
test chore(dialog): adds screenshot tests 2023-02-21 17:58:16 -08:00
_dialog.scss feat(dialog) Adds Dialog element. 2023-02-01 09:37:05 -08:00
dialog_test.ts fix(dialog)!: change compound attribute names to kebab-case 2023-06-22 13:35:09 -07:00
dialog.ts feat(dialog) Adds Dialog element. 2023-02-01 09:37:05 -08:00
harness.ts chore(dialog): adds screenshot tests 2023-02-21 17:58:16 -08:00