@sankhyalabs/core 2.11.0 → 3.0.0

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.
@@ -263,7 +263,7 @@ export default class FloatingManager {
263
263
  styleElement.appendChild(document.createTextNode(`
264
264
  .${FloatingManager.MODAL_DEFAULT_CLASSNAME} {
265
265
  position: fixed;
266
- z-index: 1;
266
+ z-index: 2;
267
267
  padding: 0;
268
268
  top: 0px;
269
269
  left: 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core",
3
- "version": "2.11.0",
3
+ "version": "3.0.0",
4
4
  "description": "Modulo core JavaScript da Sankhya.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -319,7 +319,7 @@ export default class FloatingManager {
319
319
  styleElement.appendChild(document.createTextNode(`
320
320
  .${FloatingManager.MODAL_DEFAULT_CLASSNAME} {
321
321
  position: fixed;
322
- z-index: 1;
322
+ z-index: 2;
323
323
  padding: 0;
324
324
  top: 0px;
325
325
  left: 0px;