m3-svelte 4.6.0 → 4.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,18 +131,18 @@
131
131
  pointer-events: auto;
132
132
  animation:
133
133
  dialogIn var(--m3-util-curve-decel) 500ms,
134
- opacity var(--m3-util-curve-decel) 100ms both;
134
+ opacity var(--m3-util-curve-decel) 100ms backwards;
135
135
  }
136
136
  dialog[open] .headline {
137
137
  animation: opacity var(--m3-util-easing-fast);
138
138
  }
139
139
  dialog[open] .content {
140
- animation: opacity var(--m3-util-easing-fast) 50ms both;
140
+ animation: opacity var(--m3-util-easing-fast) 50ms backwards;
141
141
  }
142
142
  dialog[open] .buttons {
143
143
  animation:
144
144
  buttonsIn var(--m3-util-curve-decel) 500ms,
145
- opacity var(--m3-util-easing-fast) 100ms both;
145
+ opacity var(--m3-util-easing-fast) 100ms backwards;
146
146
  }
147
147
  dialog::backdrop {
148
148
  background-color: rgb(var(--m3-scheme-scrim) / 0.3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m3-svelte",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "license": "Apache-2.0 OR GPL-3.0-only",
5
5
  "repository": "KTibow/m3-svelte",
6
6
  "author": {