ode-csslib-openent-moncollege 3.0.13 → 3.1.0
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.
- package/dist/portal.html +154 -111
- package/dist/skins/default/theme.css +5 -5
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/dyslexic/theme.css +5 -5
- package/dist/skins/dyslexic/theme.css.map +1 -1
- package/dist/template/portal/conversation-unread.html +9 -9
- package/dist/version.txt +2 -2
- package/package.json +3 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<a
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
>
|
|
9
|
-
</a>
|
|
1
|
+
<a href="/conversation/conversation" title="[[lang.translate('navbar.messages')]]" class="nav-link position-relative"
|
|
2
|
+
ng-if="me.hasWorkflow('org.entcore.conversation.controllers.ConversationController|view')">
|
|
3
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
|
|
4
|
+
color="#fff">
|
|
5
|
+
<path
|
|
6
|
+
d="m.5 21.257 7.46-8.216 4.052 2.403 4.052-2.403 7.46 8.216H.5Zm0-2.738V8.573l5.848 3.531L.5 18.52Zm0-12.084V3.048h23.023v3.387l-11.511 6.847L.5 6.435Zm17.176 5.67 5.848-3.532v9.946l-5.848-6.415Z"
|
|
7
|
+
fill="currentColor"></path>
|
|
8
|
+
</svg><span class="position-absolute badge rounded-pill bg-warning" ng-if="nbNewMessages">[[nbNewMessages]]<span
|
|
9
|
+
class="visually-hidden">Messagerie</span></span><span class="nav-text">Messagerie</span></a>
|
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib=4.0
|
|
2
|
-
ode-csslib-openent-moncollege=3.0
|
|
1
|
+
entcore-css-lib=4.1.0 17/07/2023 17:08:29
|
|
2
|
+
ode-csslib-openent-moncollege=3.1.0 17/07/2023 18:40:20
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-openent-moncollege",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Open ENT theme by Open Digital Education",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"override:i18n": "OVERRIDE_SRC=${OVERRIDE_SRC} OVERRIDE_DIST=${OVERRIDE_DIST} node ode-override-plugin.js",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"release:clean": "rimraf ${DIST_DIR}",
|
|
21
21
|
"release:dependencies": "cpr node_modules/entcore-css-lib/assets/ ${DIST_DIR}/ -o",
|
|
22
22
|
"release:prepare": "npm run release:clean && npm run release:dependencies && cpr template/ ${DIST_DIR}/template/ -o && cpr portal.html ${DIST_DIR}/ -o && cpr assets/ ${DIST_DIR}/ -o",
|
|
23
|
-
"release:build": "npm run release:prepare && SKIN=default npm run sass:build:release"
|
|
23
|
+
"release:build": "npm run release:prepare && SKIN=default npm run sass:build:release",
|
|
24
|
+
"watch": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../ode-dev-server/assets/themes/cg77/skins/default/theme.css"
|
|
24
25
|
},
|
|
25
26
|
"repository": {
|
|
26
27
|
"type": "git",
|