playbook_ui_docs 15.2.0.pre.alpha.npmauth11386 → 15.2.0.pre.alpha.testingmanual1
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: 0c07b539493388dba4401d286c819fb6e9ddecd16826313e5de6dfed7b1d17ce
|
4
|
+
data.tar.gz: 2e74a4ee218f0dad80b57629b0f341876296b9462ddab8eacaf9d88aaa98fb9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a982207a0ab56d5591f170c8f33661a68211d4acbc1d2ef8f42bb1692a23ee61281f227244866c4e9c3acbd2b663b18cb4f0f0a16fcca7729b11fa994d74142
|
7
|
+
data.tar.gz: b8c45de09ac74170292e253b2673ce404c7b9fb3021ec8a444266d26253ac09da3de2614ede5658abc7f091e78140995bb11bc8cd5bd90253aa3286cf0944fd3
|
@@ -1,2 +1,4 @@
|
|
1
1
|
|
2
2
|
Fixed Confirmation Toast is used as an alert. Success is used when a user successfully completes an action. Error is used when there is an error and the user cannot proceed. Neutral is used to display information to a user to complete a task.
|
3
|
+
|
4
|
+
**NOTE**: z index for Fixed Confirmation Toast is set to 'max' by default which has the value of `999999`. the z Index global prop can be used to override this if you want to set it to a different value.
|