Socket
Socket
Sign inDemoInstall

@hiogawa/tiny-toast

Package Overview
Dependencies
3
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-pre.7 to 0.0.1-pre.8

12

dist/react.js

@@ -499,7 +499,7 @@ // src/utils.ts

.uno-tiny-toast-rrrsk8{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10zm0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em;font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity));}
.uno-tiny-toast-9zph0s *,
.uno-tiny-toast-rjduac *{pointer-events:auto;}
.uno-tiny-toast-670cyk *,
.uno-tiny-toast-vj340u *{pointer-events:auto;}
.uno-tiny-toast-mwbu9w{pointer-events:none;position:fixed;inset:0;z-index:9999;}
.uno-tiny-toast-9zph0s{position:absolute;bottom:0.25rem;left:0.5rem;display:flex;flex-direction:column;}
.uno-tiny-toast-rjduac{position:absolute;top:0.25rem;width:100%;display:flex;flex-direction:column-reverse;align-items:center;}
.uno-tiny-toast-670cyk{position:absolute;bottom:0.75rem;left:1rem;display:flex;flex-direction:column;}
.uno-tiny-toast-vj340u{position:absolute;top:0.75rem;width:100%;display:flex;flex-direction:column-reverse;align-items:center;}
.uno-tiny-toast-7log6r{display:inline-block;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));padding-top:0.25rem;padding-bottom:0.25rem;transition-duration:300ms;}

@@ -520,4 +520,4 @@ .uno-tiny-toast-vr7q8w{display:flex;align-items:center;padding:0.75rem;}

),
/* @__PURE__ */ React8.createElement("div", { className: "uno-tiny-toast-9zph0s" }, itemsByPosition.get("bottom-left")?.map((item) => render(item))),
/* @__PURE__ */ React8.createElement("div", { className: "uno-tiny-toast-rjduac" }, itemsByPosition.get("top-center")?.map((item) => render(item)))
/* @__PURE__ */ React8.createElement("div", { className: "uno-tiny-toast-670cyk" }, itemsByPosition.get("bottom-left")?.map((item) => render(item))),
/* @__PURE__ */ React8.createElement("div", { className: "uno-tiny-toast-vj340u" }, itemsByPosition.get("top-center")?.map((item) => render(item)))
);

@@ -524,0 +524,0 @@ }

{
"name": "@hiogawa/tiny-toast",
"version": "0.0.1-pre.7",
"version": "0.0.1-pre.8",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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