@arquimedes.co/eureka-forms 2.0.52 → 2.0.53-test

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.
@@ -92,7 +92,7 @@ function TermComponent(_a) {
92
92
  if (!postview) {
93
93
  field.onChange(true);
94
94
  }
95
- } })] }))) })), _jsxs("div", __assign({ className: styles.container + ' noselect' }, { children: [_jsx("div", __assign({ className: styles.checkboxContainer }, { children: _jsx(RoundedCheckBox, __assign({ inputRef: ref }, field, { checked: field.value, cantEdit: postview, padding: "5px", checkedColor: formStyle.primaryColor, errorColor: formStyle.errorColor, size: "1.5rem", error: !!error })) })), _jsx("div", __assign({ className: styles.messageContainer, style: {
95
+ } })] }))) })), _jsxs("div", __assign({ className: styles.container + ' noselect' }, { children: [_jsx("div", __assign({ className: styles.checkboxContainer }, { children: _jsx(RoundedCheckBox, __assign({ inputRef: ref }, field, { checked: field.value, cantEdit: postview, padding: "5px", checkedColor: formStyle.primaryColor, errorColor: formStyle.errorColor, size: "1.5rem", error: !!error })) })), _jsx("p", __assign({ className: styles.messageContainer, style: {
96
96
  color: !!error && tempError
97
97
  ? formStyle.errorColor
98
98
  : 'inherit',
@@ -1,18 +1,18 @@
1
1
  .container {
2
2
  display: flex;
3
3
  flex-direction: row;
4
- align-items: center;
5
- padding-left: 0px;
6
- padding-right: 0px;
4
+ align-items: flex-start;
7
5
  width: 100%;
6
+ max-width: 100%;
8
7
  }
9
8
  .checkboxContainer {
10
- margin-bottom: auto;
11
9
  margin-left: 12px;
12
10
  }
13
11
  .messageContainer {
12
+ margin: 0px;
13
+ max-width: calc(100% - 60px);
14
14
  font-size: 1rem;
15
- padding-right: 25px;
15
+ padding-top: 7px;
16
16
  }
17
17
 
18
18
  .highlight {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version": "2.0.52",
4
+ "version":"2.0.53-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",