ode-csslib-openent-martinique 3.0.13-dev-produit.202306051746 → 3.0.13

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,9 +1,9 @@
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>
1
+ <a
2
+ href="/conversation/conversation"
3
+ title="[[lang.translate('navbar.messages')]]"
4
+ ng-if="me.hasWorkflow('org.entcore.conversation.controllers.ConversationController|view')"
5
+ >
6
+ <i class="mail ic-conversation"
7
+ ><span class="new-mails" ng-if="nbNewMessages">[[nbNewMessages]]</span></i
8
+ >
9
+ </a>
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib=4.0-dev-SNAPSHOT 05/06/2023 17:24:16
2
- ode-csslib-openent-martinique=3.0-dev-produit-SNAPSHOT 05/06/2023 17:47:24
1
+ entcore-css-lib=4.0.12 04/05/2023 15:57:05
2
+ ode-csslib-openent-martinique=3.0.13 12/06/2023 10:15:28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-openent-martinique",
3
- "version": "3.0.13-dev-produit.202306051746",
3
+ "version": "3.0.13",
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,8 +20,7 @@
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",
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"
23
+ "release:build": "npm run release:prepare && SKIN=default npm run sass:build:release"
25
24
  },
26
25
  "repository": {
27
26
  "type": "git",
@@ -35,7 +34,7 @@
35
34
  "author": "Open Digital Education",
36
35
  "license": "NONE",
37
36
  "dependencies": {
38
- "entcore-css-lib": "npm:ode-csslib@dev"
37
+ "entcore-css-lib": "npm:ode-csslib@master"
39
38
  },
40
39
  "devDependencies": {
41
40
  "concurrently": "^5.0.2",