react-simple-toasts
Advanced tools
Comparing version 5.4.0 to 5.5.0
@@ -146,3 +146,4 @@ import React, { useRef, useState, useLayoutEffect, Fragment, cloneElement } from 'react'; | ||
FROSTED_GLASS: 'frosted-glass', | ||
PINK_DAWN: 'pink-dawn' | ||
PINK_DAWN: 'pink-dawn', | ||
CHROMA: 'chroma' | ||
}; | ||
@@ -149,0 +150,0 @@ |
@@ -169,3 +169,4 @@ 'use strict'; | ||
FROSTED_GLASS: 'frosted-glass', | ||
PINK_DAWN: 'pink-dawn' | ||
PINK_DAWN: 'pink-dawn', | ||
CHROMA: 'chroma' | ||
}; | ||
@@ -172,0 +173,0 @@ |
@@ -21,2 +21,3 @@ export declare const SET_TIMEOUT_MAX = 2147483647; | ||
readonly PINK_DAWN: "pink-dawn"; | ||
readonly CHROMA: "chroma"; | ||
}; |
{ | ||
"name": "react-simple-toasts", | ||
"version": "5.4.0", | ||
"version": "5.5.0", | ||
"description": "React Simple Toasts is a simple and easy-to-use toast message popup for React.", | ||
@@ -5,0 +5,0 @@ "author": "almond-bongbong", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55129
24
1142