@things-factory/font-ui 4.0.25 → 4.0.26

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.
@@ -1,7 +1,9 @@
1
- import { LitElement, html, css } from 'lit-element'
1
+ import '@things-factory/attachment-ui'
2
+
3
+ import { LitElement, css, html } from 'lit-element'
2
4
  import { i18next, localize } from '@things-factory/i18n-base'
5
+
3
6
  import { FileDropHelper } from '@things-factory/utils'
4
- import '@things-factory/attachment-ui'
5
7
 
6
8
  export class FontCreationCard extends localize(i18next)(LitElement) {
7
9
  static get properties() {
@@ -227,9 +229,7 @@ export class FontCreationCard extends localize(i18next)(LitElement) {
227
229
  ></file-selector>
228
230
  <!------------------------------------------------>
229
231
 
230
- <label for="checkbox-active" @click=${e => e.stopPropagation()}</label>
231
- ${i18next.t('label.active')}
232
- </label>
232
+ <label for="checkbox-active" @click=${e => e.stopPropagation()}> ${i18next.t('label.active')} </label>
233
233
  <input id="checkbox-active" type="checkbox" name="active" checked />
234
234
  </div>
235
235
  <div></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/font-ui",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,11 +24,11 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/headroom": "^0.2.52",
28
- "@things-factory/attachment-ui": "^4.0.25",
29
- "@things-factory/font-base": "^4.0.25",
30
- "@things-factory/layout-base": "^4.0.25",
27
+ "@operato/headroom": "^0.3.1",
28
+ "@things-factory/attachment-ui": "^4.0.26",
29
+ "@things-factory/font-base": "^4.0.26",
30
+ "@things-factory/layout-base": "^4.0.26",
31
31
  "uuid": "^3.4.0"
32
32
  },
33
- "gitHead": "9c44141d651dab7b4a9c0f0b6fecb8d6937d116f"
33
+ "gitHead": "c4b39c74b9ce2472f30c26eb36ec62054c1ecf82"
34
34
  }