@steedos/standard-ui 2.5.3-beta.11 → 2.5.3-beta.12

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,5 +1,5 @@
1
1
  name: apps
2
- label: App
2
+ label: Apps
3
3
  description:
4
4
  fields:
5
5
  name:
@@ -7,7 +7,7 @@ fields:
7
7
  help:
8
8
  description:
9
9
  code:
10
- label: API Name)
10
+ label: API Name
11
11
  help:
12
12
  description:
13
13
  icon_slds:
@@ -47,11 +47,11 @@ fields:
47
47
  help:
48
48
  description:
49
49
  is_creator:
50
- label: Show this app for Desktop
50
+ label: Show this app on Desktop
51
51
  help:
52
52
  description:
53
53
  mobile:
54
- label: Show this app for Mobile
54
+ label: Show this app on Mobile
55
55
  help:
56
56
  description:
57
57
  members:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.3-beta.11",
3
+ "version": "2.5.3-beta.12",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "90a5790974f858323e534c321f96643da576d260"
15
+ "gitHead": "79e9dfbd0bf19a0979f29d2a055cf6e2ea847997"
16
16
  }