d9-toast 1.4.24 → 1.4.25

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.
@@ -61,14 +61,6 @@ export var ToastProvider = function ToastProvider(_ref) {
61
61
 
62
62
  // Positions.
63
63
  // const positions = [
64
- // "top-left",
65
- // "top-right",
66
- // "bottom-left",
67
- // "bottom-right",
68
- // "center",
69
- // "center-top",
70
- // "center-bottom",
71
- // ];
72
64
 
73
65
  // Show toast..
74
66
  var showToast = useCallback(function (toast) {
package/dist/toast.css CHANGED
@@ -150,7 +150,7 @@
150
150
  }
151
151
 
152
152
  .dark {
153
- --primary-bg: #06060606;
153
+ --primary-bg: #060606;
154
154
  --primary-color: #ffffff;
155
155
 
156
156
  --success-color: #00df5f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "d9-toast",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
4
4
  "description": "Customizable toast notifications for React",
5
5
  "homepage": "https://codesandbox.io/embed/cqkyzm?view=preview",
6
6
  "repository": {