Socket
Socket
Sign inDemoInstall

@mekari/pixel-toast

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-toast - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

dist/mekari-pixel-toast.cjs.dev.js

@@ -113,3 +113,2 @@ 'use strict';

} = pixelUtils.colorModeObserver;
const icons = pixelIcon.iconAssets;

@@ -133,4 +132,3 @@ function notify({

props: {
theme,
icons
theme
}

@@ -137,0 +135,0 @@ }, [h(pixelProvider.ColorModeProvider, {

@@ -113,3 +113,2 @@ 'use strict';

} = pixelUtils.colorModeObserver;
const icons = pixelIcon.iconAssets;

@@ -133,4 +132,3 @@ function notify({

props: {
theme,
icons
theme
}

@@ -137,0 +135,0 @@ }, [h(pixelProvider.ColorModeProvider, {

import Breadstick from 'breadstick';
import { colorModeObserver } from '@mekari/pixel-utils';
import { MpBox } from '@mekari/pixel-box';
import { MpIcon, iconAssets } from '@mekari/pixel-icon';
import { MpIcon } from '@mekari/pixel-icon';
import { ThemeProvider, ColorModeProvider } from '@mekari/pixel-provider';

@@ -105,3 +105,2 @@

} = colorModeObserver;
const icons = iconAssets;

@@ -125,4 +124,3 @@ function notify({

props: {
theme,
icons
theme
}

@@ -129,0 +127,0 @@ }, [h(ColorModeProvider, {

{
"name": "@mekari/pixel-toast",
"description": "Mekari Pixel | Toast component component",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://mekari.design/",

@@ -27,6 +27,6 @@ "repository": {

"dependencies": {
"@mekari/pixel-utils": "0.3.0",
"@mekari/pixel-box": "0.1.0",
"@mekari/pixel-icon": "0.10.0",
"@mekari/pixel-provider": "0.1.0",
"@mekari/pixel-utils": "0.4.0",
"@mekari/pixel-box": "0.2.0",
"@mekari/pixel-icon": "0.11.0",
"@mekari/pixel-provider": "0.2.0",
"breadstick": "^0.2.15"

@@ -33,0 +33,0 @@ },

import Breadstick from 'breadstick'
import { colorModeObserver } from '@mekari/pixel-utils'
import { MpBox } from '@mekari/pixel-box'
import { MpIcon, iconAssets } from '@mekari/pixel-icon'
import { MpIcon } from '@mekari/pixel-icon'
import { ThemeProvider, ColorModeProvider } from '@mekari/pixel-provider'

@@ -99,3 +99,2 @@

const { theme, colorMode } = colorModeObserver
const icons = iconAssets
function notify({ position = 'bottom', duration = 5000, title, description, variant = 'solid' }) {

@@ -113,3 +112,2 @@ const options = {

theme,
icons
}

@@ -116,0 +114,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc