faw_toast 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 880e9ee4fad9e7bb1486c28336fd818c519f5f15f93e774cae7000bcb159ac8b
|
|
4
|
+
data.tar.gz: 02e78d8a3fd3839a860b4c0f2fa6434d47e70362b7e52998a3e01ec406dd89e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b466c16290f6caf7d2ab162db9883a5bd469aa5fb2ef083e36a65642b6c387afe58decbc65606eaddd65a05b14bced165bae6c0c45af655b60b69af3826600db
|
|
7
|
+
data.tar.gz: e06c017c71bc0bebc9cffe00cfeac99d103f31cf6949596a0ce1d334d653936c547481a80512d48807c78aa89fc72f26ac20f6bcd2755e25dbc2b1e6def32689
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.faw-toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.faw-toast-container.faw-toast-top-left{top:1rem;left:.5rem}.faw-toast-container.faw-toast-top-center{top:1rem;left:50%;transform:translateX(-50%)}.faw-toast-container.faw-toast-top-right{top:3rem;right:.5rem}.faw-toast-container.faw-toast-bottom-right{bottom:1rem;right:.5rem}.faw-toast-container.faw-toast-bottom-center{bottom:1rem;left:50%;transform:translateX(-50%)}.faw-toast-container.faw-toast-bottom-left{bottom:1rem;left:.5rem}.faw-toast{padding:1rem;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;overflow:hidden;max-width:24rem;min-width:300px;text-align:center;background-color:#fff}.faw-toast.faw-toast-slide-left{animation:faw-toast-slideInLeft .3s ease-in-out,faw-toast-slideOutLeft .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-slide-top{animation:faw-toast-slideInTop .3s ease-in-out,faw-toast-slideOutTop .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-slide-right{animation:faw-toast-slideInRight .3s ease-in-out,faw-toast-slideOutRight .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-slide-bottom{animation:faw-toast-slideInBottom .3s ease-in-out,faw-toast-slideOutBottom .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-border-left-10{border-left-width:10px;border-left-style:solid}.faw-toast.faw-toast-border-top-10{border-top-width:10px;border-top-style:solid}.faw-toast.faw-toast-border-right-10{border-right-width:10px;border-right-style:solid}.faw-toast.faw-toast-border-green{border-color:#10b981}.faw-toast.faw-toast-border-red{border-color:#ef4444}.faw-toast.faw-toast-border-sky{border-color:#0284c7}.faw-toast.faw-toast-border-indigo{border-color:#6366f1}.faw-toast .faw-toast-content{flex:1}.faw-toast .faw-toast-close{cursor:pointer;color:#6b7280}.faw-toast .faw-toast-close:hover{color:#111827}.faw-toast .faw-toast-progress{position:absolute;bottom:0;left:0;height:3px;background-color:var(--faw-toast-progress-bar-bg);width:100%;animation:faw-toast-progress var(--faw-toast-duration) linear forwards}@keyframes faw-toast-slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes faw-toast-slideOutRight{from{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes faw-toast-slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes faw-toast-slideOutLeft{from{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes faw-toast-slideInTop{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes faw-toast-slideOutTop{from{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes faw-toast-slideInBottom{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes faw-toast-slideOutBottom{from{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes faw-toast-progress{from{width:100%}to{width:0}}
|
|
1
|
+
.faw-toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.faw-toast-container.faw-toast-top-left{top:1rem;left:.5rem}.faw-toast-container.faw-toast-top-center{top:1rem;left:50%;transform:translateX(-50%)}.faw-toast-container.faw-toast-top-right{top:3rem;right:.5rem}.faw-toast-container.faw-toast-bottom-right{bottom:1rem;right:.5rem}.faw-toast-container.faw-toast-bottom-center{bottom:1rem;left:50%;transform:translateX(-50%)}.faw-toast-container.faw-toast-bottom-left{bottom:1rem;left:.5rem}.faw-toast{padding:1rem;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;overflow:hidden;max-width:24rem;min-width:300px;text-align:center;background-color:#fff;color:#1c1b1b}.faw-toast.faw-toast-slide-left{animation:faw-toast-slideInLeft .3s ease-in-out,faw-toast-slideOutLeft .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-slide-top{animation:faw-toast-slideInTop .3s ease-in-out,faw-toast-slideOutTop .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-slide-right{animation:faw-toast-slideInRight .3s ease-in-out,faw-toast-slideOutRight .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-slide-bottom{animation:faw-toast-slideInBottom .3s ease-in-out,faw-toast-slideOutBottom .3s ease-in-out var(--faw-toast-duration) forwards}.faw-toast.faw-toast-border-left-10{border-left-width:10px;border-left-style:solid}.faw-toast.faw-toast-border-top-10{border-top-width:10px;border-top-style:solid}.faw-toast.faw-toast-border-right-10{border-right-width:10px;border-right-style:solid}.faw-toast.faw-toast-border-green{border-color:#10b981}.faw-toast.faw-toast-border-red{border-color:#ef4444}.faw-toast.faw-toast-border-sky{border-color:#0284c7}.faw-toast.faw-toast-border-indigo{border-color:#6366f1}.faw-toast .faw-toast-content{flex:1}.faw-toast .faw-toast-close{cursor:pointer;color:#6b7280}.faw-toast .faw-toast-close:hover{color:#111827}.faw-toast .faw-toast-progress{position:absolute;bottom:0;left:0;height:3px;background-color:var(--faw-toast-progress-bar-bg);width:100%;animation:faw-toast-progress var(--faw-toast-duration) linear forwards}@keyframes faw-toast-slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes faw-toast-slideOutRight{from{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes faw-toast-slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes faw-toast-slideOutLeft{from{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes faw-toast-slideInTop{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes faw-toast-slideOutTop{from{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes faw-toast-slideInBottom{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes faw-toast-slideOutBottom{from{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes faw-toast-progress{from{width:100%}to{width:0}}
|
data/lib/faw_toast/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: faw_toast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- alexwebgr
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|