jobdone-shared-files 1.0.3 → 1.0.4

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.
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  .vel-modal{
110
- backdrop-filter: blur(2px);
110
+ backdrop-filter: var(--backdrop-blur);
111
111
  }
112
112
 
113
113
  .lightbox-thumbnail-toolbar .thumbnail-content{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {