Socket
Socket
Sign inDemoInstall

@chakra-ui/toast

Package Overview
Dependencies
127
Maintainers
4
Versions
687
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.8 to 1.0.0

16

CHANGELOG.md

@@ -6,13 +6,23 @@ # Change Log

# 1.0.0-rc.8 (2020-10-29)
# 1.0.0 (2020-11-13)
**Note:** Version bump only for package @chakra-ui/toast
### Bug Fixes
* **toast:** allow custom render in update ([eb8bff9](https://github.com/chakra-ui/chakra-ui/commit/eb8bff911e6ec9de0165ab1e8f5ca10d5e022459)), closes [#2362](https://github.com/chakra-ui/chakra-ui/issues/2362)
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-rc.8 (2020-10-29)
### Bug Fixes
- **toast:** allow custom render in update
([eb8bff9](https://github.com/chakra-ui/chakra-ui/commit/eb8bff911e6ec9de0165ab1e8f5ca10d5e022459)),
closes [#2362](https://github.com/chakra-ui/chakra-ui/issues/2362)
# Change Log

@@ -19,0 +29,0 @@

6

dist/cjs/toast.utils.js

@@ -19,3 +19,3 @@ "use strict";

* Given the toast manager state, finds the toast that matches
* the id and return it's position and index
* the id and return its position and index
*/

@@ -51,3 +51,3 @@

* Given the toast manager state, checks if a specific toast is
* still in the state, which means it's still visible on screen.
* still in the state, which means it is still visible on screen.
*/

@@ -63,3 +63,3 @@

* Get's the styles to be applied to a toast's container
* based on it's position in the manager
* based on its position in the manager
*/

@@ -66,0 +66,0 @@

@@ -8,3 +8,3 @@ /**

* Given the toast manager state, finds the toast that matches
* the id and return it's position and index
* the id and return its position and index
*/

@@ -32,3 +32,3 @@

* Given the toast manager state, checks if a specific toast is
* still in the state, which means it's still visible on screen.
* still in the state, which means it is still visible on screen.
*/

@@ -39,3 +39,3 @@

* Get's the styles to be applied to a toast's container
* based on it's position in the manager
* based on its position in the manager
*/

@@ -42,0 +42,0 @@

@@ -70,3 +70,3 @@ import * as React from "react";

/**
* Compute the style of a toast based on it's position
* Compute the style of a toast based on its position
*/

@@ -73,0 +73,0 @@ getStyle: (position: ToastPosition) => React.CSSProperties;

@@ -10,3 +10,3 @@ /// <reference types="react" />

* Given the toast manager state, finds the toast that matches
* the id and return it's position and index
* the id and return its position and index
*/

@@ -24,3 +24,3 @@ export declare function findToast(toasts: ToastState, id: ToastId): {

* Given the toast manager state, checks if a specific toast is
* still in the state, which means it's still visible on screen.
* still in the state, which means it is still visible on screen.
*/

@@ -30,4 +30,4 @@ export declare const isVisible: (toasts: ToastState, id: ToastId) => boolean;

* Get's the styles to be applied to a toast's container
* based on it's position in the manager
* based on its position in the manager
*/
export declare function getToastStyle(position: ToastPosition): React.CSSProperties;
{
"name": "@chakra-ui/toast",
"version": "1.0.0-rc.8",
"version": "1.0.0",
"description": "description",

@@ -55,12 +55,12 @@ "keywords": [

"dependencies": {
"@chakra-ui/alert": "1.0.0-rc.8",
"@chakra-ui/close-button": "1.0.0-rc.8",
"@chakra-ui/hooks": "1.0.0-rc.8",
"@chakra-ui/theme": "1.0.0-rc.8",
"@chakra-ui/transition": "1.0.0-rc.8",
"@chakra-ui/utils": "1.0.0-rc.8",
"@chakra-ui/alert": "1.0.0",
"@chakra-ui/close-button": "1.0.0",
"@chakra-ui/hooks": "1.0.0",
"@chakra-ui/theme": "1.0.0",
"@chakra-ui/transition": "1.0.0",
"@chakra-ui/utils": "1.0.0",
"@reach/alert": "0.11.0"
},
"devDependencies": {
"@chakra-ui/system": "1.0.0-rc.8",
"@chakra-ui/system": "1.0.0",
"@chakra-ui/theme": "1.0.0-rc.5",

@@ -71,7 +71,7 @@ "framer-motion": "^2.9.3"

"@chakra-ui/system": ">=1.0.0-rc.4",
"framer-motion": "^2.9.3",
"framer-motion": "^2.9.4",
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x"
},
"gitHead": "de4cffb1638e8d10cd74515b0289d70eb94931be"
"gitHead": "c98ca366cec7151fe7ea4e0b6f893088797c5398"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc