@fluid-topics/ft-collapsible 0.2.13 → 0.2.14

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.
@@ -488,6 +488,7 @@ class hi extends wt{constructor(t){if(super(t),this.it=H,t.type!==gt)throw Error
488
488
  box-shadow: 0px 0px 0px transparent;
489
489
  border: 0px solid transparent;
490
490
  text-shadow: 0px 0px 0px transparent;
491
+ font-size: inherit;
491
492
  }
492
493
 
493
494
  button:hover {
@@ -390,6 +390,7 @@ const Y=Symbol.for(""),J=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
390
390
  box-shadow: 0px 0px 0px transparent;
391
391
  border: 0px solid transparent;
392
392
  text-shadow: 0px 0px 0px transparent;
393
+ font-size: inherit;
393
394
  }
394
395
 
395
396
  button:hover {
@@ -488,6 +488,7 @@ class ci extends $t{constructor(t){if(super(t),this.it=K,t.type!==mt)throw Error
488
488
  box-shadow: 0px 0px 0px transparent;
489
489
  border: 0px solid transparent;
490
490
  text-shadow: 0px 0px 0px transparent;
491
+ font-size: inherit;
491
492
  }
492
493
 
493
494
  button:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-collapsible",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Collapsible web component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-button": "^0.2.13",
23
- "@fluid-topics/ft-wc-utils": "^0.2.13",
22
+ "@fluid-topics/ft-button": "^0.2.14",
23
+ "@fluid-topics/ft-wc-utils": "^0.2.14",
24
24
  "lit": "2.1.3"
25
25
  },
26
- "gitHead": "53374411bbda5416238d3e7a8ab3852c75a95712"
26
+ "gitHead": "6ae3f84aee76dd78fe295c1cad4d7b7180eb4f9d"
27
27
  }