@decidables/decidables-elements 0.5.0 → 0.5.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.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "decidables-elements: Basic UI Web Components for the decidables project",
5
5
  "keywords": [
6
6
  "web component",
@@ -42,11 +42,11 @@
42
42
  "build": "gulp build"
43
43
  },
44
44
  "devDependencies": {
45
- "gulp": "^5.0.0"
45
+ "gulp": "^5.0.1"
46
46
  },
47
47
  "dependencies": {
48
48
  "d3": "^7.9.0",
49
- "lit": "^3.2.1"
49
+ "lit": "^3.3.1"
50
50
  },
51
- "gitHead": "0320347d03a20fb478784fe296c82f11018c276b"
51
+ "gitHead": "f4acb671770a55a5c6d0f87ae8a7bad7fb981c67"
52
52
  }
@@ -260,6 +260,7 @@ export default class DecidablesElement extends LitElement {
260
260
  ---transition-duration: var(--transition-duration, 500ms);
261
261
 
262
262
  font-family: var(---font-family-base);
263
+ font-weight: normal;
263
264
  }
264
265
 
265
266
  :host,
package/src/switch.js CHANGED
@@ -60,7 +60,6 @@ export default class DecidablesSwitch extends DecidablesElement {
60
60
  padding: 0;
61
61
  margin: -1px;
62
62
  overflow: hidden;
63
- clip: rect(0 0 0 0);
64
63
 
65
64
  white-space: nowrap;
66
65
 
@@ -67,7 +67,6 @@ export default class DecidablesToggleOption extends DecidablesElement {
67
67
  padding: 0;
68
68
  margin: -1px;
69
69
  overflow: hidden;
70
- clip: rect(0 0 0 0);
71
70
 
72
71
  white-space: nowrap;
73
72