@unicef-polymer/etools-form-builder 2.1.0-rc.4 → 2.1.0

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.
@@ -93,10 +93,8 @@ export const InputStyles = html `
93
93
  paper-dropdown-menu[readonly],
94
94
  paper-input[readonly],
95
95
  datepicker-lite[readonly] {
96
- --paper-input-container-focus-color: var(
97
- --paper-input-container-label_-_color,
98
- var(--paper-input-container-color, var(--secondary-text-color))
99
- );
96
+ --paper-input-container-underline_-_display: none;
97
+ --paper-input-container-underline-focus_-_display: none;
100
98
  --paper-input-container: {
101
99
  opacity: 1 !important;
102
100
  }
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.0-rc.4",
4
+ "version": "2.1.0",
5
5
  "contributors": [
6
6
  "eTools Team"
7
7
  ],
@@ -22,15 +22,15 @@
22
22
  "@polymer/iron-collapse": "^3.0.1",
23
23
  "@polymer/iron-icons": "^3.0.1",
24
24
  "@polymer/paper-button": "^3.0.1",
25
- "@polymer/paper-input": "^3.0.2",
25
+ "@polymer/paper-input": "^3.2.1",
26
26
  "@polymer/paper-radio-button": "^3.0.1",
27
27
  "@polymer/paper-radio-group": "^3.0.1",
28
28
  "@polymer/paper-toast": "^3.0.1",
29
29
  "@polymer/paper-toggle-button": "^3.0.1",
30
30
  "@types/ramda": "^0.26.43",
31
- "@unicef-polymer/etools-dialog": "6.0.1",
32
- "@unicef-polymer/etools-dropdown": "^3.7.10",
33
- "@unicef-polymer/etools-upload": "^4.2.1",
31
+ "@unicef-polymer/etools-dialog": "^6.0.3",
32
+ "@unicef-polymer/etools-dropdown": "^3.9.2",
33
+ "@unicef-polymer/etools-upload": "^4.3.0",
34
34
  "@webcomponents/webcomponentsjs": "^2.6.0",
35
35
  "lit-element": "^2.5.1",
36
36
  "lit-translate": "^1.2.1",