@steedos/service-package-registry 2.6.2-beta.3 → 2.6.2-beta.30
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.
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"id": "u:2bb7748ac402"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"adaptor": "if (payload.data.rows.length) {\n var unpkgUrl = window.Builder && window.Builder.settings.unpkgUrl || \"\";\n payload.data.rows.forEach(function (row) {\n if (!row.icon) {\n row.icon = \"standard.default\";\n }\n if (row.icon) {\n if (!/^http(s?):\\/\\//.test(row.icon) && !row.icon.endsWith('.jpg') && !row.icon.endsWith('.png')) {\n var iconCategory = \"standard\";\n var iconName = row.icon;\n var tags = row.icon.split(\".\");\n if (tags.length > 1) {\n iconCategory = tags[0];\n iconName = tags[1];\n }\n row.iconCategory = iconCategory;\n row.iconName = iconName.replace(\"_\", \"-\");\n row.icon = unpkgUrl + \"/@salesforce-ux/design-system@2.22.
|
|
70
|
+
"adaptor": "if (payload.data.rows.length) {\n var unpkgUrl = window.Builder && window.Builder.settings.unpkgUrl || \"\";\n payload.data.rows.forEach(function (row) {\n if (!row.icon) {\n row.icon = \"standard.default\";\n }\n if (row.icon) {\n if (!/^http(s?):\\/\\//.test(row.icon) && !row.icon.endsWith('.jpg') && !row.icon.endsWith('.png')) {\n var iconCategory = \"standard\";\n var iconName = row.icon;\n var tags = row.icon.split(\".\");\n if (tags.length > 1) {\n iconCategory = tags[0];\n iconName = tags[1];\n }\n row.iconCategory = iconCategory;\n row.iconName = iconName.replace(\"_\", \"-\");\n row.icon = unpkgUrl + \"/@salesforce-ux/design-system@2.22.2/assets/icons/\" + iconCategory + \"/\" + iconName.replace(\"-\", \"_\") + \"_120.png\";\n }\n }\n });\n}\nreturn payload;"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
73
|
"regions": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-package-registry",
|
|
3
|
-
"version": "2.6.2-beta.
|
|
3
|
+
"version": "2.6.2-beta.30",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "package.service.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"author": "",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@steedos/auth": "2.6.2-beta.
|
|
13
|
-
"@steedos/core": "2.6.2-beta.
|
|
14
|
-
"@steedos/metadata-core": "2.6.2-beta.
|
|
15
|
-
"@steedos/objectql": "2.6.2-beta.
|
|
16
|
-
"@steedos/service-package-loader": "2.6.2-beta.
|
|
12
|
+
"@steedos/auth": "2.6.2-beta.30",
|
|
13
|
+
"@steedos/core": "2.6.2-beta.30",
|
|
14
|
+
"@steedos/metadata-core": "2.6.2-beta.30",
|
|
15
|
+
"@steedos/objectql": "2.6.2-beta.30",
|
|
16
|
+
"@steedos/service-package-loader": "2.6.2-beta.30",
|
|
17
17
|
"fs-extra": "8.1.0",
|
|
18
18
|
"i18next": "20.3.2",
|
|
19
19
|
"json-stringify-safe": "5.0.1",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "d31db8c7862a211f37fd27d076f01f41cddc58a5"
|
|
35
35
|
}
|