react-simple-toasts
Advanced tools
Comparing version 5.2.1 to 5.3.0
@@ -144,2 +144,3 @@ import React, { useRef, useState, useLayoutEffect, Fragment, cloneElement } from 'react'; | ||
FAILURE: 'failure', | ||
PLAIN: 'plain', | ||
FROSTED_GLASS: 'frosted-glass' | ||
@@ -146,0 +147,0 @@ }; |
@@ -167,2 +167,3 @@ 'use strict'; | ||
FAILURE: 'failure', | ||
PLAIN: 'plain', | ||
FROSTED_GLASS: 'frosted-glass' | ||
@@ -169,0 +170,0 @@ }; |
@@ -18,3 +18,4 @@ export declare const SET_TIMEOUT_MAX = 2147483647; | ||
readonly FAILURE: "failure"; | ||
readonly PLAIN: "plain"; | ||
readonly FROSTED_GLASS: "frosted-glass"; | ||
}; |
{ | ||
"name": "react-simple-toasts", | ||
"version": "5.2.1", | ||
"version": "5.3.0", | ||
"description": "React Simple Toasts is a simple and easy-to-use toast message popup for React.", | ||
@@ -18,2 +18,3 @@ "author": "almond-bongbong", | ||
"postbuild": "npm run build:theme", | ||
"prestart": "npm run build:theme", | ||
"start": "rollup -c -w", | ||
@@ -20,0 +21,0 @@ "start:theme": "postcss src/theme/*.css -d dist/theme -w", |
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
54519
22
1136