@fluid-topics/ft-reader-feedback 1.1.21 → 1.1.22

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.
@@ -66,5 +66,6 @@ export const styles = css `
66
66
  .ft-reader-feedback--send-feedback, .ft-reader-feedback--feedback-link {
67
67
  align-self: flex-end;
68
68
  ${setVariable(FtButtonCssVariables.color, FtReaderFeedbackCssVariables.sendFeedbackColor)};
69
+ ${setVariable(FtButtonCssVariables.backgroundColor, FtReaderFeedbackCssVariables.sendFeedbackBackgroundColor)};
69
70
  }
70
71
  `;
@@ -519,6 +519,7 @@
519
519
  .ft-reader-feedback--send-feedback, .ft-reader-feedback--feedback-link {
520
520
  align-self: flex-end;
521
521
  ${e.setVariable(It.color,At.sendFeedbackColor)};
522
+ ${e.setVariable(It.backgroundColor,At.sendFeedbackBackgroundColor)};
522
523
  }
523
524
  `
524
525
  /**
@@ -649,6 +649,7 @@ let Ce=class extends Zt{constructor(){super(...arguments),this.renderOptions={ho
649
649
  .ft-reader-feedback--send-feedback, .ft-reader-feedback--feedback-link {
650
650
  align-self: flex-end;
651
651
  ${Ie(bn.color,Cn.sendFeedbackColor)};
652
+ ${Ie(bn.backgroundColor,Cn.sendFeedbackBackgroundColor)};
652
653
  }
653
654
  `
654
655
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-feedback",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "Feedback forms for a map and its topics in an integrated reader",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
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": "1.1.21",
23
- "@fluid-topics/ft-reader-context": "1.1.21",
24
- "@fluid-topics/ft-wc-utils": "1.1.21",
22
+ "@fluid-topics/ft-app-context": "1.1.22",
23
+ "@fluid-topics/ft-reader-context": "1.1.22",
24
+ "@fluid-topics/ft-wc-utils": "1.1.22",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluid-topics/public-api": "1.0.55"
29
29
  },
30
- "gitHead": "1455b4444f7be1901b9584e75f7f1884212a94e8"
30
+ "gitHead": "89c8b3562faee77c5ae79180f255aa9021f4d229"
31
31
  }