Socket
Socket
Sign inDemoInstall

@mekari/pixel-toast

Package Overview
Dependencies
7
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.17 to 0.1.0

4

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

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

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

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

props: {
theme
theme,
icons
}

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

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

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

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

props: {
theme
theme,
icons
}

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

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

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

} = colorModeObserver;
const icons = iconAssets;

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

props: {
theme
theme,
icons
}

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

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

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

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

@@ -48,2 +48,2 @@ },

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

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

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

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

theme,
icons
}

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc