@platformatic/ui-components 0.7.22 → 0.7.23

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.7.22",
4
+ "version": "0.7.23",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -3,7 +3,7 @@
3
3
  background-color: rgba(0, 0, 0, 0.95);
4
4
  }
5
5
  .blur-absolute {
6
- @apply absolute top-0 left-0 w-full h-full z-10 bg-rich-black/95;
6
+ @apply absolute top-0 left-0 w-full h-full z-20 bg-rich-black/95;
7
7
  }
8
8
  .blur-fixed {
9
9
  @apply fixed top-0 left-0 w-screen h-full z-20 bg-rich-black/95 flex justify-center items-center;
@@ -1,5 +1,5 @@
1
1
  .blur {
2
- @apply fixed top-0 left-0 w-full h-full z-10 bg-rich-black/95;
2
+ @apply fixed top-0 left-0 w-full h-full z-20 bg-rich-black/95;
3
3
  }
4
4
  .container {
5
5
  @apply z-20 fixed top-0 -right-[100%] min-h-full h-full bg-rich-black border-solid border-white/30 border-l;