ode-csslib-openent 3.4.13-develop-integration.202607191539 → 3.4.13-develop-integration.202607201221

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.
@@ -0,0 +1,14 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="illu-error">
3
+ <path id="Vector" d="M47.7 25.0234L34.9104 6.24323C34.7499 6.00845 34.5221 5.95943 34.4004 5.94911C34.2814 5.94137 34.0458 5.95685 33.8543 6.16583L18.1526 23.2844L14.7125 20.1497L30.4142 3.03108C31.522 1.82362 33.0984 1.19666 34.7369 1.31535C36.3754 1.43403 37.8431 2.2777 38.7672 3.63223L51.5568 22.4124L47.7026 25.0208L47.7 25.0234Z" fill="#FCF3CF"/>
4
+ <path id="Vector_2" d="M58.3604 20.4643L7.6881 18.1885C5.45309 18.0881 3.55961 19.8127 3.4589 22.0404L1.98028 54.748C1.87957 56.9757 3.60977 58.863 5.84479 58.9634L56.5171 61.2393C58.7521 61.3397 60.6456 59.6151 60.7463 57.3874L62.2249 24.6798C62.3256 22.452 60.5954 20.5647 58.3604 20.4643Z" fill="#FFE5A3"/>
5
+ <path id="Vector_3" d="M34.0577 13.2016C36.4436 13.2016 38.3778 11.2737 38.3778 8.89547C38.3778 6.51728 36.4436 4.58938 34.0577 4.58938C31.6717 4.58938 29.7375 6.51728 29.7375 8.89547C29.7375 11.2737 31.6717 13.2016 34.0577 13.2016Z" fill="#FFE5A3"/>
6
+ <path id="Vector_4" d="M31.0908 25.7122C23.0121 25.7122 16.44 32.2629 16.44 40.3152C16.44 48.3676 23.0121 54.9183 31.0908 54.9183C39.1694 54.9183 45.7415 48.3676 45.7415 40.3152C45.7415 32.2629 39.1694 25.7122 31.0908 25.7122ZM41.0823 40.3152C41.0823 41.9845 40.6655 43.5584 39.9356 44.9413L26.3539 31.5482C27.7646 30.7871 29.3772 30.3563 31.0908 30.3563C36.6016 30.3563 41.0823 34.8249 41.0823 40.3152ZM21.0967 40.3152C21.0967 38.2125 21.7541 36.262 22.8749 34.652L36.8579 48.4398C35.2271 49.5931 33.2366 50.2742 31.0908 50.2742C25.5799 50.2742 21.0993 45.8056 21.0993 40.3152H21.0967Z" fill="url(#paint0_linear_8169_184663)"/>
7
+ </g>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_8169_184663" x1="16.4374" y1="40.3152" x2="45.7415" y2="40.3152" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#FFC400"/>
11
+ <stop offset="1" stop-color="#FC94FF"/>
12
+ </linearGradient>
13
+ </defs>
14
+ </svg>
@@ -115,14 +115,43 @@
115
115
  </a>
116
116
  </li>
117
117
 
118
- <li class="nav-item">
119
- <button type="button" class="nav-link btn btn-naked notification-button" aria-label="notifications">
118
+ <li class="nav-item position-relative" id="header-notifications-menu">
119
+ <button type="button" class="nav-link btn btn-naked notification-button" aria-label="notifications"
120
+ aria-haspopup="true" aria-expanded="{{notificationsOpen}}" ng-click="notificationsOpen = !notificationsOpen">
120
121
  <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
121
122
  <path stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" d="M13.363 5.348a2.726 2.726 0 1 1 5.383-.622q0 .423-.12.808M19.886 25.184a3.919 3.919 0 1 1-7.559-.26"></path>
122
123
  <path stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" d="M28.62 18.901H4.058v6.682h24.56z"></path>
123
124
  <path stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" d="M16.189 4.889c5.639 0 10.22 4.581 10.22 10.22v3.794H5.97V15.11c0-5.639 4.581-10.22 10.22-10.22Z"></path>
124
125
  </svg>
125
126
  </button>
127
+ <div class="popover notification-popover position-absolute top-100 start-50 translate-middle-x" role="dialog"
128
+ aria-labelledby="notification-popover-title" ng-if="notificationsOpen">
129
+ <div class="popover-body">
130
+ <div class="notification-popover-header">
131
+ <p class="notification-popover-title" id="notification-popover-title">
132
+ <i18n>notifications.unavailable.title</i18n>
133
+ </p>
134
+ <button type="button" class="btn btn-naked notification-button" ng-click="notificationsOpen = false" aria-label="Fermer">
135
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
136
+ <path stroke="#383838" stroke-width="2" stroke-linecap="round" d="M4 4l12 12M16 4 4 16"></path>
137
+ </svg>
138
+ </button>
139
+ </div>
140
+ <img class="notification-popover-illu" src="/assets/themes/[[skin.skin]]/img/illustrations/illu-error.svg" alt="" />
141
+ <div class="notification-popover-text">
142
+ <p><i18n>notifications.unavailable.body1</i18n></p>
143
+ <p><i18n>notifications.unavailable.body2</i18n></p>
144
+ </div>
145
+ <div class="notification-popover-actions">
146
+ <a href="/timeline/timeline" class="notification-popover-cta">
147
+ <i18n>notifications.unavailable.cta</i18n>
148
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
149
+ <path stroke="#1C1C73" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="m7.5 4.5 5 5.5-5 5.5"></path>
150
+ </svg>
151
+ </a>
152
+ </div>
153
+ </div>
154
+ </div>
126
155
  </li>
127
156
 
128
157
  <li class="nav-item position-relative popover-trigger" id="header-user-menu" aria-haspopup="true" aria-expanded="false"
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
1
  entcore-css-lib 18/02/2026 17:35:11
2
- ode-csslib-openent 19/07/2026 15:39:19
2
+ ode-csslib-openent 20/07/2026 12:21:44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-openent",
3
- "version": "3.4.13-develop-integration.202607191539",
3
+ "version": "3.4.13-develop-integration.202607201221",
4
4
  "description": "Open ENT theme by Edifice",
5
5
  "repository": {
6
6
  "type": "git",