ode-csslib-panda-cg77 3.0.8-feat-explorer.202304071702 → 3.0.10

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,20 +1,18 @@
1
1
  <span ng-controller="ApplicationController">
2
- <div class="d-flex justify-content-between align-items-center row mb-16">
2
+ <div class="d-flex justify-content-between row mb-3">
3
3
  <h1 class="application__title font-weight-bold d-mobile-none col-lg-6">
4
4
  <i18n>portal.header.navigation.myapps</i18n>
5
5
  </h1>
6
6
 
7
7
  <!-- Search bar -->
8
8
  <section class="applications__search col-lg-4">
9
- <label class="visually-hidden" for="app-search"
10
- ><i18n>apps.search</i18n></label
11
- >
12
- <div class="input-group">
9
+ <div class="input-searchbar">
10
+ <span class="fa fa-search form-control-feedback"></span>
13
11
  <input
14
- id="app-search"
15
- class="form-control form-control-lg no-validation-icon"
12
+ role="search"
16
13
  type="search"
17
14
  ng-model="display.searchText"
15
+ class="form-control"
18
16
  i18n-placeholder="apps.search"
19
17
  autofocus
20
18
  />
@@ -42,7 +40,6 @@
42
40
  ng-if="isIconUrl(application)"
43
41
  class="application"
44
42
  skin-src="[[application.icon]]"
45
- alt="[[translatedDisplayName(application)]]"
46
43
  img-on-error="[[themeAssetsPath]]/images/image-placeholder.png"
47
44
  />
48
45
  <i
@@ -66,7 +63,6 @@
66
63
  ng-if="isIconUrl(application)"
67
64
  class="application"
68
65
  skin-src="[[application.icon]]"
69
- alt="[[translatedDisplayName(application)]]"
70
66
  img-on-error="[[themeAssetsPath]]/images/image-placeholder.png"
71
67
  />
72
68
  <i
@@ -114,7 +110,6 @@
114
110
  ng-if="isIconUrl(connector)"
115
111
  class="application"
116
112
  skin-src="[[connector.icon]]"
117
- alt="[[translatedDisplayName(connector)]]"
118
113
  img-on-error="[[themeAssetsPath]]/images/image-placeholder.png"
119
114
  />
120
115
  <i
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib=4.0-SNAPSHOT 21/02/2023 11:28:28
2
- ode-csslib-panda-cg77=3.0-dev-produit-SNAPSHOT 07/04/2023 17:03:49
1
+ entcore-css-lib=4.0.10 21/04/2023 14:35:49
2
+ ode-csslib-panda-cg77=3.0.10 21/04/2023 14:49:29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-panda-cg77",
3
- "version": "3.0.8-feat-explorer.202304071702",
3
+ "version": "3.0.10",
4
4
  "description": "Panda 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",
@@ -34,7 +34,7 @@
34
34
  "author": "Open Digital Education",
35
35
  "license": "NONE",
36
36
  "dependencies": {
37
- "entcore-css-lib": "npm:ode-csslib@feat-explorer"
37
+ "entcore-css-lib": "npm:ode-csslib@master"
38
38
  },
39
39
  "devDependencies": {
40
40
  "concurrently": "^5.0.2",