@things-factory/tutorial-ui 7.0.1-alpha.69 → 7.0.1-alpha.71
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,3 +1,5 @@
|
|
|
1
|
+
import '@material/web/icon/icon.js'
|
|
2
|
+
|
|
1
3
|
import { getCodeByName } from '@things-factory/code-base'
|
|
2
4
|
import '@things-factory/form-ui'
|
|
3
5
|
import '@operato/data-grist'
|
|
@@ -100,7 +102,7 @@ class TutorialList extends connect(store)(localize(i18next)(PageView)) {
|
|
|
100
102
|
font-size: 13px;
|
|
101
103
|
color: var(--secondary-color);
|
|
102
104
|
}
|
|
103
|
-
.item-duration
|
|
105
|
+
.item-duration md-icon {
|
|
104
106
|
vertical-align: middle;
|
|
105
107
|
font-size: 14px;
|
|
106
108
|
}
|
|
@@ -138,7 +140,7 @@ class TutorialList extends connect(store)(localize(i18next)(PageView)) {
|
|
|
138
140
|
<img src="${this.getYoutubeThumbnail(item.resourceUrl)}" />
|
|
139
141
|
<span class="item-name">${item.name}</span>
|
|
140
142
|
<span class="item-description">${item.description}</span>
|
|
141
|
-
<span class="item-duration"><
|
|
143
|
+
<span class="item-duration"><md-icon>schedule</md-icon> ${item.duration}</span>
|
|
142
144
|
</div>
|
|
143
145
|
</a>
|
|
144
146
|
`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/tutorial-ui",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.71",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@operato/layout": "^2.0.0-alpha.0",
|
|
28
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
29
|
-
"@things-factory/more-base": "^7.0.1-alpha.
|
|
30
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
31
|
-
"@things-factory/tutorial-base": "^7.0.1-alpha.
|
|
28
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.71",
|
|
29
|
+
"@things-factory/more-base": "^7.0.1-alpha.71",
|
|
30
|
+
"@things-factory/shell": "^7.0.1-alpha.71",
|
|
31
|
+
"@things-factory/tutorial-base": "^7.0.1-alpha.71"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "bd8e41eb1eee705a32d1bf75a5900c0306331d91"
|
|
34
34
|
}
|