@fluid-topics/ft-filter 0.2.7 → 0.2.8

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.
@@ -710,6 +710,7 @@ class yi extends He{constructor(t){if(super(t),this.it=V,t.type!==Pe)throw Error
710
710
  }
711
711
 
712
712
  .ft-checkbox--box {
713
+ display: flex;
713
714
  border: 2px solid ${Li};
714
715
  border-radius: 2px;
715
716
 
@@ -597,6 +597,7 @@ const H=Symbol.for(""),U=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
597
597
  }
598
598
 
599
599
  .ft-checkbox--box {
600
+ display: flex;
600
601
  border: 2px solid ${Hi};
601
602
  border-radius: 2px;
602
603
 
@@ -705,6 +705,7 @@ class yi extends He{constructor(t){if(super(t),this.it=Z,t.type!==Pe)throw Error
705
705
  }
706
706
 
707
707
  .ft-checkbox--box {
708
+ display: flex;
708
709
  border: 2px solid ${Li};
709
710
  border-radius: 2px;
710
711
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filter",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
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.7",
23
- "@fluid-topics/ft-checkbox": "^0.2.7",
24
- "@fluid-topics/ft-icon": "^0.2.7",
25
- "@fluid-topics/ft-radio": "^0.2.7",
26
- "@fluid-topics/ft-ripple": "^0.2.7",
27
- "@fluid-topics/ft-snap-scroll": "^0.2.7",
28
- "@fluid-topics/ft-typography": "^0.2.7",
29
- "@fluid-topics/ft-wc-utils": "^0.2.7",
22
+ "@fluid-topics/ft-button": "^0.2.8",
23
+ "@fluid-topics/ft-checkbox": "^0.2.8",
24
+ "@fluid-topics/ft-icon": "^0.2.8",
25
+ "@fluid-topics/ft-radio": "^0.2.8",
26
+ "@fluid-topics/ft-ripple": "^0.2.8",
27
+ "@fluid-topics/ft-snap-scroll": "^0.2.8",
28
+ "@fluid-topics/ft-typography": "^0.2.8",
29
+ "@fluid-topics/ft-wc-utils": "^0.2.8",
30
30
  "lit": "2.1.3"
31
31
  },
32
- "gitHead": "0114d8658ac90429bc8bf3f73747c3a945c7b173"
32
+ "gitHead": "5e7358f54e9b775a44aaf77fe30fe506d90feea2"
33
33
  }