@wildberries/notifications
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -60,2 +60,3 @@ import React, { memo, useEffect, useCallback, useRef, } from 'react'; | ||
_b[BLOCK_NAME + "--warning"] = status === notificationStatus.warning, | ||
_b[BLOCK_NAME + "--no-text"] = !text, | ||
_b)), onTouchStart: handleTouchStart, onTouchEnd: handleTouchEnd, ref: notificationModalRef }, | ||
@@ -62,0 +63,0 @@ React.createElement("div", { className: cn(BLOCK_NAME + "__info-icon") }, |
export declare const TIME_TO_ENTER_MODAL = 500; | ||
export declare const TIME_TO_EXIT_MODAL = 500; | ||
export declare const TIME_TO_HOLD_MODAL = 15000; | ||
export declare const TIME_TO_HOLD_MODAL = 100000; | ||
export declare const notificationStatus: { | ||
@@ -5,0 +5,0 @@ success: string; |
export var TIME_TO_ENTER_MODAL = 500; | ||
export var TIME_TO_EXIT_MODAL = 500; | ||
export var TIME_TO_HOLD_MODAL = 15000; | ||
export var TIME_TO_HOLD_MODAL = 100000; | ||
export var notificationStatus = { | ||
@@ -5,0 +5,0 @@ success: 'success', |
{ | ||
"name": "@wildberries/notifications", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "notifications module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
35557
523