@unicef-polymer/etools-form-builder 2.1.5 → 2.1.6

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.
@@ -170,6 +170,25 @@ export class AbstractFieldBaseClass extends LitElement {
170
170
  flex: 0 1 auto;
171
171
  }
172
172
  }
173
+
174
+ @media print {
175
+ .question-control {
176
+ align-items: start;
177
+ }
178
+
179
+ :host(text-field) .question-control {
180
+ min-height: 150px;
181
+ }
182
+
183
+ .question-control .container paper-radio-group {
184
+ flex-direction: column;
185
+ opacity: 1 !important;
186
+ }
187
+
188
+ .finding-container {
189
+ flex-direction: column;
190
+ }
191
+ }
173
192
  `
174
193
  ];
175
194
  }
@@ -221,6 +221,12 @@ let FieldRendererComponent = class FieldRendererComponent extends LitElement {
221
221
  color: var(--secondary-text-color);
222
222
  font-weight: 400;
223
223
  }
224
+
225
+ @media print {
226
+ :host {
227
+ break-inside: avoid;
228
+ }
229
+ }
224
230
  `
225
231
  ];
226
232
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unicef-polymer/etools-form-builder",
3
3
  "description": "Etools FM Form Builder components",
4
- "version": "2.1.5",
4
+ "version": "2.1.6",
5
5
  "contributors": [
6
6
  "eTools Team"
7
7
  ],