@fluid-topics/ft-reader-feedback 0.3.69 → 0.3.71

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.
@@ -337,7 +337,6 @@
337
337
  box-sizing: border-box;
338
338
  border: none;
339
339
  pointer-events: auto;
340
- gap: ${yt.iconPadding};
341
340
 
342
341
  --ft-button-internal-line-height: calc(${yt.fontSize} + 2px);
343
342
  --ft-button-internal-color: ${yt.color};
@@ -400,10 +399,15 @@
400
399
  white-space: nowrap;
401
400
  text-overflow: ellipsis;
402
401
  display: block;
402
+ margin: 0 ${yt.iconPadding};
403
403
  ${e.setVariable(it.fontSize,"1em")};
404
404
  ${e.setVariable(it.lineHeight,"var(--ft-button-internal-content-height)")};
405
405
  }
406
406
 
407
+ .ft-button--dense .ft-button--label {
408
+ margin: 0 ${St};
409
+ }
410
+
407
411
  .ft-button--label[hidden] {
408
412
  display: none;
409
413
  }
@@ -442,7 +442,6 @@ var vt,bt;class yt extends N{constructor(){super(...arguments),this.renderOption
442
442
  box-sizing: border-box;
443
443
  border: none;
444
444
  pointer-events: auto;
445
- gap: ${Co.iconPadding};
446
445
 
447
446
  --ft-button-internal-line-height: calc(${Co.fontSize} + 2px);
448
447
  --ft-button-internal-color: ${Co.color};
@@ -505,10 +504,15 @@ var vt,bt;class yt extends N{constructor(){super(...arguments),this.renderOption
505
504
  white-space: nowrap;
506
505
  text-overflow: ellipsis;
507
506
  display: block;
507
+ margin: 0 ${Co.iconPadding};
508
508
  ${mt(co.fontSize,"1em")};
509
509
  ${mt(co.lineHeight,"var(--ft-button-internal-content-height)")};
510
510
  }
511
511
 
512
+ .ft-button--dense .ft-button--label {
513
+ margin: 0 ${Io};
514
+ }
515
+
512
516
  .ft-button--label[hidden] {
513
517
  display: none;
514
518
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-feedback",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "Feedback forms for a map and its topics in an integrated reader",
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-app-context": "0.3.69",
23
- "@fluid-topics/ft-reader-context": "0.3.69",
24
- "@fluid-topics/ft-wc-utils": "0.3.69",
22
+ "@fluid-topics/ft-app-context": "0.3.71",
23
+ "@fluid-topics/ft-reader-context": "0.3.71",
24
+ "@fluid-topics/ft-wc-utils": "0.3.71",
25
25
  "lit": "2.2.8"
26
26
  },
27
- "gitHead": "f177be3c8737642e9938649a08fc705ed824c5cb"
27
+ "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
28
28
  }