@tellescope/react-components 1.242.3 → 1.242.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellescope/react-components",
3
- "version": "1.242.3",
3
+ "version": "1.242.5",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -47,13 +47,13 @@
47
47
  "@reduxjs/toolkit": "1.9.0",
48
48
  "@stripe/react-stripe-js": "2.9.0",
49
49
  "@stripe/stripe-js": "1.52.1",
50
- "@tellescope/constants": "1.242.3",
51
- "@tellescope/sdk": "1.242.3",
52
- "@tellescope/types-client": "1.242.3",
53
- "@tellescope/types-models": "1.242.3",
54
- "@tellescope/types-utilities": "1.242.3",
55
- "@tellescope/utilities": "1.242.3",
56
- "@tellescope/validation": "1.242.3",
50
+ "@tellescope/constants": "1.242.5",
51
+ "@tellescope/sdk": "1.242.5",
52
+ "@tellescope/types-client": "1.242.5",
53
+ "@tellescope/types-models": "1.242.5",
54
+ "@tellescope/types-utilities": "1.242.5",
55
+ "@tellescope/utilities": "1.242.5",
56
+ "@tellescope/validation": "1.242.5",
57
57
  "@typescript-eslint/eslint-plugin": "4.33.0",
58
58
  "@typescript-eslint/parser": "4.33.0",
59
59
  "css-to-react-native": "3.0.0",
@@ -84,7 +84,7 @@
84
84
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
85
85
  "react-native": "^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.71.0"
86
86
  },
87
- "gitHead": "ac46b030d941828b7abc0b1a6a1b6e0d257083b7",
87
+ "gitHead": "86bddf91d78a0ea2b8b8885a44bdc5a41bb0a7e1",
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  }
@@ -308,7 +308,7 @@ export const FormResponseView = ({ showAnswerInline=true, logoURL, enduser, onCl
308
308
 
309
309
  <div style={{ flexDirection: "column", display: 'flex', flex: 1 }}>
310
310
  {response.responses.map((r, i) => (
311
- <div key={i} style={{ marginBottom: 36 }}>
311
+ <div key={i} style={{ marginBottom: 36, breakInside: 'avoid' }} data-pdf-block>
312
312
  <div style={{ display: 'flex', flex: 1, flexDirection: "row", justifyContent: 'space-between', flexWrap: 'nowrap' }}>
313
313
  {r.fieldTitle &&
314
314
  <div style={{ }}>