@descope-ui/descope-image 3.11.3 → 3.11.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-image",
3
- "version": "3.11.3",
3
+ "version": "3.11.5",
4
4
  "files": [
5
5
  "src",
6
6
  "stories"
@@ -18,13 +18,13 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@playwright/test": "1.58.2",
21
- "e2e-utils": "3.11.3",
22
- "test-assets": "3.11.3"
21
+ "e2e-utils": "3.11.5",
22
+ "test-assets": "3.11.5"
23
23
  },
24
24
  "dependencies": {
25
25
  "dompurify": "^3.1.6",
26
- "@descope-ui/common": "3.11.3",
27
- "@descope-ui/theme-globals": "3.11.3"
26
+ "@descope-ui/common": "3.11.5",
27
+ "@descope-ui/theme-globals": "3.11.5"
28
28
  },
29
29
  "publishConfig": {
30
30
  "link-workspace-packages": false
@@ -1,4 +1,4 @@
1
- /* eslint-disable no-use-before-define */
1
+
2
2
  import {
3
3
  createStyleMixin,
4
4
  draggableMixin,
@@ -89,7 +89,7 @@ class RawImage extends createBaseClass({
89
89
 
90
90
  // in order to fill an SVG with `currentColor` override all of its `fill` and `path` nodes
91
91
  // with the value from the `st-fill` attribute
92
- // eslint-disable-next-line class-methods-use-this
92
+
93
93
  updateFillColor(node) {
94
94
  // set fill to root node and all its relevant selectors
95
95
  const elementsToReplace = [node, ...node.querySelectorAll('*[fill]')];