@decidables/decidables-elements 0.3.0 → 0.3.1

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": "@decidables/decidables-elements",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "decidables-elements: Basic UI Web Components for the decidables project",
5
5
  "keywords": [
6
6
  "web component",
@@ -51,5 +51,5 @@
51
51
  "d3": "^7.3.0",
52
52
  "lit": "^2.2.1"
53
53
  },
54
- "gitHead": "6cb4f73701fe96a9344ae979a1a8d6782e7bc94d"
54
+ "gitHead": "0afa544a1711ac1d34594934ab6c03064481810f"
55
55
  }
@@ -125,7 +125,7 @@ export default class DecidablesElement extends LitElement {
125
125
  }
126
126
 
127
127
  static get svgFilters() {
128
- const shadows = DecidablesElement.shadows; // eslint-disable-line prefer-destructuring
128
+ const shadows = DecidablesElement.shadows; /* eslint-disable-line prefer-destructuring */
129
129
 
130
130
  const filters = shadows.elevations.map((z) => {
131
131
  return svg`