draft-components 4.13.0 → 4.13.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.
@@ -4949,6 +4949,7 @@
4949
4949
  .dc-toasts-list {
4950
4950
  --padding: 16px;
4951
4951
  --animation: 200ms ease;
4952
+ --z-index: calc(infinity + 1);
4952
4953
 
4953
4954
  position: fixed;
4954
4955
  right: var(--padding);
@@ -1,6 +1,7 @@
1
1
  .dc-toasts-list {
2
2
  --padding: 16px;
3
3
  --animation: 200ms ease;
4
+ --z-index: calc(infinity + 1);
4
5
 
5
6
  position: fixed;
6
7
  right: var(--padding);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "4.13.0",
3
+ "version": "4.13.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {