pager-widget 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.
@@ -110,7 +110,7 @@ const mdTypeRenderers = {
110
110
  new_line: () => <br />,
111
111
  join: JoinMd,
112
112
  };
113
- ``
113
+ ``;
114
114
  const style = {
115
115
  fontFamily: "'Inter', 'Open Sans'",
116
116
  };
@@ -120,7 +120,7 @@ const DisplayWithSpace = ({ text }) => {
120
120
  <span
121
121
  style={{
122
122
  whiteSpace: "pre-wrap",
123
- fontSize: "14px",
123
+ fontSize: "clamp(0.875rem, calc(0.625rem + 0.3125vw), 1rem)",
124
124
  fontStyle: "normal",
125
125
  lineHeight: "20px",
126
126
  color: "#020618",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pager-widget",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "targets": {