Commit Graph

28 Commits

Author SHA1 Message Date
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
vdegenne
e0b35f5068 go back to nested version. 2023-06-01 00:26:33 +02:00
Valentin Degenne
25b55d875f
move conditional block one level up. 2023-05-31 20:26:19 +02:00
Valentin Degenne
1f28f812df
expand tabs 2023-05-31 16:13:25 +02:00
vdegenne
a785f6b927 prevent dialog from closing on escape 2023-05-31 15:50:30 +02:00
Elizabeth Mitchell
a2bb8458d2 chore(sass): move to internal
PiperOrigin-RevId: 536458468
2023-05-30 11:23:00 -07:00
Elizabeth Mitchell
ed00d30b1d chore(motion): move to internal
PiperOrigin-RevId: 536448206
2023-05-30 10:50:00 -07:00
Elizabeth Mitchell
a2a6ff442c chore: fix typos
PiperOrigin-RevId: 536443522
2023-05-30 10:34:25 -07:00
Elizabeth Mitchell
c7eb01d1e4 chore(sass): remove color and assert APIs
Fixes #4092

PiperOrigin-RevId: 531349037
2023-05-11 17:22:05 -07:00
Elliott Marquez
dc49e0b518 docs: update playground urls to match new base-URI
PiperOrigin-RevId: 531322264
2023-05-11 15:24:11 -07:00
Elliott Marquez
5f80c096e0 refactor: remove extraneous file extensions
PiperOrigin-RevId: 531005525
2023-05-10 14:26:01 -07:00
Elliott Marquez
1cade43ccf refactor: remove extraneous file extensions
PiperOrigin-RevId: 530993820
2023-05-10 14:04:53 -07:00
Elizabeth Mitchell
c32cf1fcab chore(sass): remove shape API
PiperOrigin-RevId: 528868375
2023-05-02 13:12:20 -07:00
Elizabeth Mitchell
db8ee4d1df chore: use private instead of protected
PiperOrigin-RevId: 527010546
2023-04-25 10:40:48 -07:00
Material Web Team
b3a6dacb0e fix(dialog): fixes #4080: corrects dialog fullscreen height
PiperOrigin-RevId: 524174840
2023-04-13 20:25:42 -07:00
Daniel Freedman
9ce10bc100 chore(all): remove unnecessary property typing for strings
PiperOrigin-RevId: 523201301
2023-04-10 13:43:10 -07:00
Elizabeth Mitchell
c64f416eca fix(dialog): tonal surface update
PiperOrigin-RevId: 522236327
2023-04-05 21:22:06 -07:00
Elizabeth Mitchell
d12ed3e4e3 chore(elevation)!: remove surface for tonal surface update
Changes:
- Elevation is now `inset:0;position:absolute;` by default
- Separated surface styles into a temporary `<md-elevation-surface>` element (this will be removed after tonal surface update)
PiperOrigin-RevId: 521934300
2023-04-04 20:14:24 -07:00
Elizabeth Mitchell
789d23bd61 chore(sass): remove typography resolvers
PiperOrigin-RevId: 518054505
2023-03-20 13:09:04 -07:00
Elizabeth Mitchell
715c5927a7 chore(sass): remove elevation resolvers
PiperOrigin-RevId: 518051579
2023-03-20 12:57:55 -07:00
Elizabeth Mitchell
028e44e8c9 fix(dialog): incorrect elevation layering
PiperOrigin-RevId: 518039204
2023-03-20 12:11:00 -07:00
Elizabeth Mitchell
615527886b fix(elevation): disable pointer-events
PiperOrigin-RevId: 516274391
2023-03-13 11:43:18 -07:00
Material Web Team
c63a1d9caf fix(dialog)!: fix exception when opening when compiled with advanced closure settings
PiperOrigin-RevId: 511523151
2023-02-22 09:55:28 -08:00
Material Web Team
1f7e538028 chore(dialog): adds screenshot tests
PiperOrigin-RevId: 511353583
2023-02-21 17:58:16 -08:00
Daniel Freedman
66948a4901 fix(dialog)!: migrate to header-type and supporting-text-type tokens
PiperOrigin-RevId: 510407267
2023-02-17 05:32:17 -08:00
Elizabeth Mitchell
6c2aef6901 chore(all): add keep-sorted comments to Sass imports
PiperOrigin-RevId: 509583504
2023-02-14 11:10:23 -08:00
Material Web Team
1f2a4d963d chore: fix build for menu and dialog
PiperOrigin-RevId: 506728081
2023-02-02 14:44:43 -08:00
Material Web Team
8eb07e24ec feat(dialog) Adds Dialog element.
PiperOrigin-RevId: 506340956
2023-02-01 09:37:05 -08:00