playbook_ui 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 → 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3bfceeec2adea47118fa2a3acf7aecbf348904d2a528f4e719c9a22d8f9b8a6
|
4
|
+
data.tar.gz: 37458e396425f1bfa04703d660edce42a72dcd58c437e092523a68fdaecd5f98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32df6a28facf75ad16cf95583c52074264996698be73b9f8c7945dbdbf568698a5ca0ad4d00c824bc3d76f4ddf48ab626c381678ffbdd6369ede46c850fd388e
|
7
|
+
data.tar.gz: 91c257b95405e4cf87af9305db3dc68e535bcf759f3549b67461f3dd0f383a5ee719dfcb7b78772d7e1f02189a26bfc30dee8be12ac4fd3c8e243573e4ba04c5
|
@@ -1,3 +1,3 @@
|
|
1
|
-
Auto close is used when you want the confirmation toast to close automatically after a certain time. `auto_close` property will be a delay number in ms.
|
1
|
+
Auto close is used when you want the confirmation toast to close automatically after a certain time. `auto_close` property will be a delay number in ms.
|
2
2
|
|
3
|
-
The script tag in this code snippet is for demonstration purposes only. It clones the
|
3
|
+
The script tag in this code snippet is for demonstration purposes only. It clones the toasts in order to have it appear with a button click prompt and not upon initial page load. In a typical production environment the event triggering a fixed confirmation toast to appear would be handled by a controller or a separate javascript file.
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.12.0.pre.alpha.
|
4
|
+
version: 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|