code7-leia 1.0.10 → 1.0.11

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.
package/dist/index.cjs.js CHANGED
@@ -80,6 +80,7 @@ The error may be correlated with this previous error:
80
80
  'Helvetica Neue', sans-serif;
81
81
  padding: 6px 12px;
82
82
  border-radius: 5px;
83
+ top: 66px;
83
84
 
84
85
  .custom-toastify-content {
85
86
  display: flex;
package/dist/index.es.js CHANGED
@@ -2618,6 +2618,7 @@ const dl = ee(di)`
2618
2618
  'Helvetica Neue', sans-serif;
2619
2619
  padding: 6px 12px;
2620
2620
  border-radius: 5px;
2621
+ top: 66px;
2621
2622
 
2622
2623
  .custom-toastify-content {
2623
2624
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code7-leia",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "author": "Yan Guilherme",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.cjs.js",