@unicef-polymer/etools-form-builder 1.0.2 → 1.0.3

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.
@@ -151,6 +151,7 @@ let EtoolsFbCard = class EtoolsFbCard extends LitElement {
151
151
  `
152
152
  : ''}
153
153
  <div class="flex-header__title">${this.cardTitle}</div>
154
+ <div class="flex-header__actions"><slot name="actions"></slot></div>
154
155
  <div class="layout horizontal center flex-header__edit">
155
156
  ${this.isEditable
156
157
  ? html `
@@ -164,7 +165,6 @@ let EtoolsFbCard = class EtoolsFbCard extends LitElement {
164
165
  `
165
166
  : ''}
166
167
  </div>
167
- <div class="flex-header__actions"><slot name="actions"></slot></div>
168
168
  </header>
169
169
  <iron-collapse ?opened="${!this.collapsed}">
170
170
  <section class="card-content-block">
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": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "contributors": [
6
6
  "eTools Team"
7
7
  ],