@things-factory/setting-ui 4.1.28 → 5.0.0-alpha.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.
@@ -1,4 +1,4 @@
1
- import { html } from 'lit-element'
1
+ import { html } from 'lit'
2
2
 
3
3
  import '@material/mwc-icon'
4
4
 
@@ -10,12 +10,8 @@ export default function bootstrap() {
10
10
  store.dispatch({
11
11
  type: ADD_MORENDA,
12
12
  morenda: {
13
- icon: html`
14
- <mwc-icon>settings</mwc-icon>
15
- `,
16
- name: html`
17
- <i18n-msg msgid="label.setting"></i18n-msg>
18
- `,
13
+ icon: html` <mwc-icon>settings</mwc-icon> `,
14
+ name: html` <i18n-msg msgid="label.setting"></i18n-msg> `,
19
15
  action: () => {
20
16
  navigate('setting')
21
17
  }
@@ -5,7 +5,7 @@ import { i18next } from '@things-factory/i18n-base'
5
5
  import { client, gqlContext } from '@things-factory/shell'
6
6
  import { isMobileDevice } from '@things-factory/utils'
7
7
  import gql from 'graphql-tag'
8
- import { css, html, LitElement } from 'lit-element'
8
+ import { css, html, LitElement } from 'lit'
9
9
 
10
10
  class PartnerSelector extends LitElement {
11
11
  static get styles() {
@@ -7,7 +7,7 @@ import { client, CustomAlert, gqlContext, PageView, store } from '@things-factor
7
7
  import { ScrollbarStyles } from '@things-factory/styles'
8
8
  import { isMobileDevice } from '@things-factory/utils'
9
9
  import gql from 'graphql-tag'
10
- import { css, html } from 'lit-element'
10
+ import { css, html } from 'lit'
11
11
  import { connect } from 'pwa-helpers/connect-mixin'
12
12
  import { CommonButtonStyles } from '../../../styles/src'
13
13
  import '../components/partner-selector'
@@ -5,7 +5,7 @@ import { client, gqlContext, PageView, store, CustomAlert } from '@things-factor
5
5
  import { ScrollbarStyles } from '@things-factory/styles'
6
6
  import { isMobileDevice } from '@things-factory/utils'
7
7
  import gql from 'graphql-tag'
8
- import { css, html } from 'lit-element'
8
+ import { css, html } from 'lit'
9
9
  import { connect } from 'pwa-helpers/connect-mixin'
10
10
  import { CommonButtonStyles } from '../../../styles/src'
11
11
 
@@ -1,4 +1,4 @@
1
- import { html, css } from 'lit-element'
1
+ import { html, css } from 'lit'
2
2
  import { connect } from 'pwa-helpers/connect-mixin.js'
3
3
 
4
4
  import { store, PageView } from '@things-factory/shell'
@@ -1,7 +1,7 @@
1
1
  import '@things-factory/i18n-base'
2
2
  import '@things-factory/setting-base'
3
3
  import { store } from '@things-factory/shell'
4
- import { html, css, LitElement } from 'lit-element'
4
+ import { html, css, LitElement } from 'lit'
5
5
  import { connect } from 'pwa-helpers/connect-mixin'
6
6
 
7
7
  export class DomainSwitchLet extends connect(store)(LitElement) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/setting-ui",
3
- "version": "4.1.28",
3
+ "version": "5.0.0-alpha.3",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@material/mwc-button": "^0.25.3",
28
- "@things-factory/form-ui": "^4.1.28",
29
- "@things-factory/grist-ui": "^4.1.28",
30
- "@things-factory/i18n-base": "^4.1.28",
31
- "@things-factory/layout-base": "^4.1.28",
32
- "@things-factory/more-base": "^4.1.28",
33
- "@things-factory/setting-base": "^4.1.28",
34
- "@things-factory/styles": "^4.1.28",
35
- "@things-factory/utils": "^4.1.28"
28
+ "@things-factory/form-ui": "^5.0.0-alpha.3",
29
+ "@things-factory/grist-ui": "^5.0.0-alpha.3",
30
+ "@things-factory/i18n-base": "^5.0.0-alpha.3",
31
+ "@things-factory/layout-base": "^5.0.0-alpha.3",
32
+ "@things-factory/more-base": "^5.0.0-alpha.3",
33
+ "@things-factory/setting-base": "^5.0.0-alpha.3",
34
+ "@things-factory/styles": "^5.0.0-alpha.3",
35
+ "@things-factory/utils": "^5.0.0-alpha.3"
36
36
  },
37
- "gitHead": "3f902602b38074b6e4a2188ab16b2a486f812877"
37
+ "gitHead": "0584a36ba889ff0b426cc87c0d9c8f14ffa2f677"
38
38
  }