@unicef-polymer/etools-form-builder 3.0.0-rc.20 → 3.0.0-rc.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.
@@ -113,7 +113,7 @@ let EtoolsFbCard = class EtoolsFbCard extends LitElement {
113
113
  }
114
114
  .flex-header__edit {
115
115
  order: 1;
116
- flex-basis: 20%;
116
+ flex-basis: 12%;
117
117
  }
118
118
  }
119
119
  `
@@ -50,7 +50,7 @@ export const AttachmentsStyles = css `
50
50
  .file-selector-container.with-type-dropdown .filename-container {
51
51
  height: 32px;
52
52
  box-sizing: border-box;
53
- margin: 22px 0 8px;
53
+ margin: 22px 8px;
54
54
  border-bottom: 1px solid var(--gray-20);
55
55
  }
56
56
  .file-selector-container.with-type-dropdown .delete-button,
@@ -35,11 +35,11 @@ export const FormBuilderCardStyles = css `
35
35
  }
36
36
  .question-text {
37
37
  font-weight: 500;
38
- font-size: var(--etools-font-size-13, 13px);
38
+ font-size: var(--etools-font-size-14, 14px);
39
39
  color: var(--primary-text-color);
40
40
  }
41
41
  .question-details {
42
- font-size: var(--etools-font-size-10, 10px);
42
+ font-size: var(--etools-font-size-12, 12px);
43
43
  }
44
44
 
45
45
  @media (max-width: 380px) {
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": "3.0.0-rc.20",
4
+ "version": "3.0.0-rc.22",
5
5
  "contributors": [
6
6
  "eTools Team"
7
7
  ],
@@ -38,7 +38,7 @@
38
38
  "@unicef-polymer/etools-unicef": ">=1.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@unicef-polymer/etools-unicef": "^1.0.0-rc.64",
41
+ "@unicef-polymer/etools-unicef": "^1.0.0-rc.80",
42
42
  "@typescript-eslint/eslint-plugin": "^5.7.0",
43
43
  "@typescript-eslint/parser": "^5.7.0",
44
44
  "@typescript-eslint/typescript-estree": "^5.7.0",