@fluid-topics/ft-checkbox 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.
@@ -370,6 +370,7 @@ const Rt=Symbol.for(""),Mt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
370
370
  }
371
371
 
372
372
  .ft-checkbox--box {
373
+ display: flex;
373
374
  border: 2px solid ${ni};
374
375
  border-radius: 2px;
375
376
 
@@ -114,6 +114,7 @@ FtCheckbox.styles = css `
114
114
  }
115
115
 
116
116
  .ft-checkbox--box {
117
+ display: flex;
117
118
  border: 2px solid ${FtCheckboxCssVariables.borderColor};
118
119
  border-radius: 2px;
119
120
 
@@ -281,6 +281,7 @@ const tt=Symbol.for(""),it=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)=
281
281
  }
282
282
 
283
283
  .ft-checkbox--box {
284
+ display: flex;
284
285
  border: 2px solid ${Si.borderColor};
285
286
  border-radius: 2px;
286
287
 
@@ -370,6 +370,7 @@ const Mt=Symbol.for(""),Ut=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
370
370
  }
371
371
 
372
372
  .ft-checkbox--box {
373
+ display: flex;
373
374
  border: 2px solid ${si.borderColor};
374
375
  border-radius: 2px;
375
376
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-checkbox",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "A checkbox component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,10 +19,10 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-ripple": "^0.2.7",
23
- "@fluid-topics/ft-typography": "^0.2.7",
24
- "@fluid-topics/ft-wc-utils": "^0.2.7",
22
+ "@fluid-topics/ft-ripple": "^0.2.8",
23
+ "@fluid-topics/ft-typography": "^0.2.8",
24
+ "@fluid-topics/ft-wc-utils": "^0.2.8",
25
25
  "lit": "2.1.3"
26
26
  },
27
- "gitHead": "0114d8658ac90429bc8bf3f73747c3a945c7b173"
27
+ "gitHead": "5e7358f54e9b775a44aaf77fe30fe506d90feea2"
28
28
  }