@fluid-topics/ft-filter 0.2.11 → 0.2.15

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.
@@ -503,6 +503,7 @@ class yi extends He{constructor(t){if(super(t),this.it=V,t.type!==Pe)throw Error
503
503
  box-shadow: 0px 0px 0px transparent;
504
504
  border: 0px solid transparent;
505
505
  text-shadow: 0px 0px 0px transparent;
506
+ font-size: inherit;
506
507
  }
507
508
 
508
509
  button:hover {
@@ -390,6 +390,7 @@ const H=Symbol.for(""),U=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 {
@@ -498,6 +498,7 @@ class yi extends He{constructor(t){if(super(t),this.it=Z,t.type!==Pe)throw Error
498
498
  box-shadow: 0px 0px 0px transparent;
499
499
  border: 0px solid transparent;
500
500
  text-shadow: 0px 0px 0px transparent;
501
+ font-size: inherit;
501
502
  }
502
503
 
503
504
  button:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filter",
3
- "version": "0.2.11",
3
+ "version": "0.2.15",
4
4
  "description": "Flat selector for multivalued or monovalued filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,15 +19,15 @@
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.11",
23
- "@fluid-topics/ft-checkbox": "^0.2.11",
24
- "@fluid-topics/ft-icon": "^0.2.11",
25
- "@fluid-topics/ft-radio": "^0.2.11",
26
- "@fluid-topics/ft-ripple": "^0.2.11",
27
- "@fluid-topics/ft-snap-scroll": "^0.2.11",
28
- "@fluid-topics/ft-typography": "^0.2.11",
29
- "@fluid-topics/ft-wc-utils": "^0.2.11",
22
+ "@fluid-topics/ft-button": "^0.2.15",
23
+ "@fluid-topics/ft-checkbox": "^0.2.15",
24
+ "@fluid-topics/ft-icon": "^0.2.15",
25
+ "@fluid-topics/ft-radio": "^0.2.15",
26
+ "@fluid-topics/ft-ripple": "^0.2.15",
27
+ "@fluid-topics/ft-snap-scroll": "^0.2.15",
28
+ "@fluid-topics/ft-typography": "^0.2.15",
29
+ "@fluid-topics/ft-wc-utils": "^0.2.15",
30
30
  "lit": "2.1.3"
31
31
  },
32
- "gitHead": "ea42e7abc5e502bb3d9616eb7477bc4eb67a62bf"
32
+ "gitHead": "d8f4700bb2461618dc2d1786e0091360556e9e24"
33
33
  }