@decidables/discountable-elements 0.6.4 → 0.6.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": "@decidables/discountable-elements",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "discountable-elements: Web Components for visualizing Hyperbolic Temporal Discounting",
5
5
  "keywords": [
6
6
  "web component",
@@ -53,13 +53,13 @@
53
53
  "gulp": "^5.0.1"
54
54
  },
55
55
  "dependencies": {
56
- "@decidables/decidables-elements": "^0.5.6",
56
+ "@decidables/decidables-elements": "^0.5.7",
57
57
  "@decidables/discountable-math": "^0.2.5",
58
- "@lit-labs/motion": "^1.0.9",
58
+ "@lit-labs/motion": "^1.1.0",
59
59
  "@observablehq/plot": "^0.6.17",
60
60
  "bayes.js": "https://github.com/akrawitz/bayes.js.git#commit=c7b091b75f85a86b6a3965a983b31e23d9ef456f",
61
61
  "d3": "^7.9.0",
62
- "lit": "^3.3.1"
62
+ "lit": "^3.3.2"
63
63
  },
64
- "gitHead": "8c39b095d6cc3cf6a5f49457048bebf53e7158c1"
64
+ "gitHead": "6fcd31a19c082ec41bde7d351bcb52161c5b654b"
65
65
  }
@@ -290,7 +290,7 @@ export default class HTDCurves extends DecidablesMixinResizeable(DiscountableEle
290
290
  transform: translateY(0);
291
291
  }
292
292
 
293
- :host(.keyboard) .option .body.interactive:has(~ .point:focus-within) {
293
+ :host(.keyboard) .body.interactive:has(~ .point:focus-within) {
294
294
  filter: url("#shadow-8");
295
295
 
296
296
  /* HACK: This gets Safari to correctly apply the filter! */