ode-bootstrap 1.1.4-dev.202306051725 → 1.1.4-feat-produit.202306051650

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.
Files changed (144) hide show
  1. package/README.md +63 -44
  2. package/assets/fonts/fa/fa-brands-400.eot +0 -0
  3. package/assets/fonts/fa/fa-brands-400.svg +3717 -0
  4. package/assets/fonts/fa/fa-brands-400.ttf +0 -0
  5. package/assets/fonts/fa/fa-brands-400.woff +0 -0
  6. package/assets/fonts/fa/fa-brands-400.woff2 +0 -0
  7. package/assets/fonts/fa/fa-regular-400.eot +0 -0
  8. package/assets/fonts/fa/fa-regular-400.svg +801 -0
  9. package/assets/fonts/fa/fa-regular-400.ttf +0 -0
  10. package/assets/fonts/fa/fa-regular-400.woff +0 -0
  11. package/assets/fonts/fa/fa-regular-400.woff2 +0 -0
  12. package/assets/fonts/fa/fa-solid-900.eot +0 -0
  13. package/assets/fonts/fa/fa-solid-900.svg +5034 -0
  14. package/assets/fonts/fa/fa-solid-900.ttf +0 -0
  15. package/assets/fonts/fa/fa-solid-900.woff +0 -0
  16. package/assets/fonts/fa/fa-solid-900.woff2 +0 -0
  17. package/assets/js/theme.js +3 -3
  18. package/dist/version.txt +1 -1
  19. package/package.json +25 -25
  20. package/scss/_bootstrap.scss +41 -0
  21. package/scss/_custom-utilities.scss +10 -0
  22. package/scss/atoms/_.scss +4 -0
  23. package/scss/atoms/_display.scss +17 -0
  24. package/scss/atoms/_fonts.scss +20 -0
  25. package/scss/atoms/_icons.scss +90 -0
  26. package/scss/atoms/_typography.scss +27 -0
  27. package/scss/components/_.scss +10 -26
  28. package/scss/components/_alerts.scss +30 -0
  29. package/scss/components/_avatar.scss +51 -122
  30. package/scss/components/_buttons.scss +60 -203
  31. package/scss/components/_container-advanced.scss +109 -109
  32. package/scss/components/_dragndrop.scss +16 -19
  33. package/scss/components/_dropdowns.scss +6 -0
  34. package/scss/components/_emptyscreen.scss +47 -11
  35. package/scss/components/_explorer.scss +31 -29
  36. package/scss/components/_feed.scss +166 -166
  37. package/scss/components/_filters.scss +58 -58
  38. package/scss/components/_forms.scss +36 -0
  39. package/scss/components/_media-library.scss +18 -18
  40. package/scss/components/_modal.scss +19 -111
  41. package/scss/components/_popover.scss +101 -61
  42. package/scss/components/_sticky-toolbox.scss +140 -130
  43. package/scss/components/_table-lists.scss +122 -119
  44. package/scss/components/_tables.scss +1 -1
  45. package/scss/components/_toast.scss +36 -39
  46. package/scss/components/_tree-structure.scss +143 -0
  47. package/scss/components/widget/_applications.scss +44 -44
  48. package/scss/components/widget/_base.scss +105 -105
  49. package/scss/components/widget/_bookmarks.scss +16 -14
  50. package/scss/components/widget/_calendar.scss +49 -49
  51. package/scss/components/widget/_dashboard.scss +89 -88
  52. package/scss/components/widget/_featured-news.scss +57 -56
  53. package/scss/components/widget/_flash.scss +81 -84
  54. package/scss/components/widget/_news.scss +26 -26
  55. package/scss/components/widget/_recently-viewed.scss +48 -48
  56. package/scss/components/widget/_record.scss +51 -47
  57. package/scss/components/widget/_rss.scss +24 -24
  58. package/scss/components/widget/_school.scss +78 -84
  59. package/scss/index.scss +12 -3
  60. package/scss/mixins/_.scss +4 -4
  61. package/scss/mixins/_align.scss +3 -3
  62. package/scss/mixins/_avatar.scss +5 -5
  63. package/scss/mixins/_icon.scss +52 -52
  64. package/scss/mixins/_layer.scss +26 -23
  65. package/scss/mixins/_shape.scss +7 -5
  66. package/scss/mixins/_text-truncate.scss +2 -2
  67. package/scss/mixins/_transition.scss +34 -37
  68. package/scss/variables/_.scss +2 -6
  69. package/scss/variables/_colors.scss +41 -143
  70. package/scss/variables/_icons.scss +48 -52
  71. package/scss/variables/_variables-bootstrap.scss +107 -0
  72. package/scss/variables/_variables-ode.scss +12 -0
  73. package/assets/fonts/fa/fa-v4compatibility.ttf +0 -0
  74. package/assets/fonts/fa/fa-v4compatibility.woff2 +0 -0
  75. package/assets/icons/apps.svg +0 -468
  76. package/assets/images/emptyscreen/illu-blog.svg +0 -1
  77. package/assets/images/emptyscreen/illu-collaborativeeditor.svg +0 -1
  78. package/assets/images/emptyscreen/illu-collaborativewall.svg +0 -1
  79. package/assets/images/emptyscreen/illu-exercizer.svg +0 -1
  80. package/assets/images/emptyscreen/illu-mindmap.svg +0 -1
  81. package/assets/images/emptyscreen/illu-noContentInFolder.svg +0 -31
  82. package/assets/images/emptyscreen/illu-scrapbook.svg +0 -1
  83. package/assets/images/emptyscreen/illu-search.svg +0 -1
  84. package/assets/images/emptyscreen/illu-timelinegenerator.svg +0 -1
  85. package/assets/images/emptyscreen/illu-trash.svg +0 -1
  86. package/assets/images/image-library.png +0 -0
  87. package/assets/images/no-avatar.svg +0 -14
  88. package/assets/images/onboarding/corbeille-delete.svg +0 -22
  89. package/assets/images/onboarding/corbeille-menu.svg +0 -43
  90. package/assets/images/onboarding/corbeille-notif.svg +0 -12
  91. package/assets/images/screen-loading.gif +0 -0
  92. package/dist/icons/apps.svg +0 -468
  93. package/dist/images/emptyscreen/illu-blog.svg +0 -1
  94. package/dist/images/emptyscreen/illu-collaborativeeditor.svg +0 -1
  95. package/dist/images/emptyscreen/illu-collaborativewall.svg +0 -1
  96. package/dist/images/emptyscreen/illu-exercizer.svg +0 -1
  97. package/dist/images/emptyscreen/illu-mindmap.svg +0 -1
  98. package/dist/images/emptyscreen/illu-noContentInFolder.svg +0 -31
  99. package/dist/images/emptyscreen/illu-scrapbook.svg +0 -1
  100. package/dist/images/emptyscreen/illu-search.svg +0 -1
  101. package/dist/images/emptyscreen/illu-timelinegenerator.svg +0 -1
  102. package/dist/images/emptyscreen/illu-trash.svg +0 -1
  103. package/dist/images/image-library.png +0 -0
  104. package/dist/images/image-placeholder.png +0 -0
  105. package/dist/images/no-avatar.svg +0 -14
  106. package/dist/images/onboarding/corbeille-delete.svg +0 -22
  107. package/dist/images/onboarding/corbeille-menu.svg +0 -43
  108. package/dist/images/onboarding/corbeille-notif.svg +0 -12
  109. package/dist/images/screen-loading.gif +0 -0
  110. package/scss/components/_actionbar.scss +0 -25
  111. package/scss/components/_alert.scss +0 -82
  112. package/scss/components/_app-card.scss +0 -67
  113. package/scss/components/_card.scss +0 -132
  114. package/scss/components/_dropdown.scss +0 -82
  115. package/scss/components/_form-control.scss +0 -69
  116. package/scss/components/_form-label.scss +0 -32
  117. package/scss/components/_form-text.scss +0 -12
  118. package/scss/components/_header.scss +0 -8
  119. package/scss/components/_help.scss +0 -82
  120. package/scss/components/_image-picker.scss +0 -40
  121. package/scss/components/_input-group.scss +0 -17
  122. package/scss/components/_loader.scss +0 -17
  123. package/scss/components/_loading-screen.scss +0 -7
  124. package/scss/components/_select-list.scss +0 -44
  125. package/scss/components/_spinner.scss +0 -10
  126. package/scss/components/_table-explorer.scss +0 -29
  127. package/scss/components/_treeview.scss +0 -61
  128. package/scss/components/_validate-mail.scss +0 -5
  129. package/scss/tokens/_.scss +0 -4
  130. package/scss/tokens/_display.scss +0 -9
  131. package/scss/tokens/_icons.scss +0 -118
  132. package/scss/tokens/_shadows.scss +0 -19
  133. package/scss/tokens/_type.scss +0 -85
  134. package/scss/utilities/_.scss +0 -3
  135. package/scss/utilities/_animation.scss +0 -8
  136. package/scss/utilities/_containers.scss +0 -37
  137. package/scss/utilities/_custom-utilities.scss +0 -96
  138. package/scss/variables/_bootstrap.scss +0 -234
  139. package/scss/variables/_options.scss +0 -2
  140. package/scss/variables/_type.scss +0 -37
  141. package/scss/vendors/_.scss +0 -3
  142. package/scss/vendors/_bootstrap.scss +0 -43
  143. package/scss/vendors/_reboot.scss +0 -28
  144. package/scss/vendors/_swiper.scss +0 -10
@@ -1,104 +1,101 @@
1
1
  // Array Widget Flash Colors
2
2
  $widget-flash-colors: (
3
- "red": $red,
4
- "orange": $orange,
5
- "green": $green,
6
- "blue": $blue,
7
- "grey-dark": $gray-700,
3
+ "red": $red,
4
+ "orange": $orange,
5
+ "green": $green,
6
+ "blue": $blue,
7
+ "grey-dark": $gray-700
8
8
  );
9
9
 
10
10
  .widget-flash {
11
- position: relative;
12
- padding: $widget-padding-x;
13
- overflow: hidden;
14
- color: $white;
15
- background: $secondary;
11
+ position: relative;
12
+ padding: $widget-padding-x;
13
+ overflow: hidden;
14
+ color: var(--bs-white);
15
+ background: $primary;
16
16
 
17
- @each $key, $value in $widget-flash-colors {
18
- &.#{$key} {
19
- --custom-message-color: #{$value};
20
- background-color: $value;
21
- }
22
- }
23
-
24
- .btn {
25
- &-close {
26
- position: absolute;
27
- top: 10px;
28
- right: 10px;
29
- color: var(--ode-dark);
30
- text-shadow: none;
17
+ @each $key, $value in $widget-flash-colors {
18
+ &.#{$key} {
19
+ --custom-message-color: #{$value};
20
+ background-color: $value;
21
+ }
31
22
  }
32
23
 
33
- &-expand {
34
- cursor: pointer;
35
-
36
- &-inner {
37
- position: absolute;
38
- z-index: 2;
39
- bottom: 0;
40
- left: 0;
41
- display: block;
42
- width: 100%;
43
- padding: 5px;
44
- font-size: 0.8em;
45
- color: $white;
46
- text-align: center;
47
- background: rgba(#000, 0.1);
48
-
49
- @include background-color-to(rgba(#000, 0.2));
50
- }
24
+ .btn {
25
+ &-close {
26
+ position: absolute;
27
+ top: 10px;
28
+ right: 10px;
29
+ color: var(--bs-dark);
30
+ text-shadow: none;
31
+ }
32
+
33
+ &-expand {
34
+ cursor: pointer;
35
+
36
+ &-inner {
37
+ position: absolute;
38
+ z-index: 2;
39
+ bottom: 0;
40
+ left: 0;
41
+ display: block;
42
+ width: 100%;
43
+ padding: 5px;
44
+ font-size: 0.8em;
45
+ color: var(--bs-white);
46
+ text-align: center;
47
+ background: rgba(#000, 0.1);
48
+
49
+ @include background-color-to(rgba(#000, 0.2));
50
+ }
51
+ }
51
52
  }
52
- }
53
53
 
54
- .flash-content {
55
- padding-right: 1rem;
54
+ .flash-content {
55
+ padding-right: 1rem;
56
56
 
57
- p {
58
- > br:first-child {
59
- display: none;
60
- }
61
- }
62
-
63
- &.can-be-truncated {
64
- &:not(.flash-content-is-expandable) {
65
57
  p {
66
- @include has-text-truncated(4);
58
+ > br:first-child {
59
+ display: none;
60
+ }
67
61
  }
68
62
 
69
- &::after {
70
- content: "";
71
- position: absolute;
72
- z-index: 1;
73
- bottom: 2em;
74
- right: 0;
75
- left: 0;
76
- height: 4em;
77
- background: linear-gradient(
78
- to bottom,
79
- rgba(255, 255, 255, 0),
80
- var(--custom-message-color)
81
- );
82
- }
63
+ &.can-be-truncated {
64
+ &:not(.flash-content-is-expandable) {
65
+
66
+ p {
67
+ @include has-text-truncated(4);
68
+ }
69
+
70
+ &::after {
71
+ content: "";
72
+ position: absolute;
73
+ z-index: 1;
74
+ bottom: 2em;
75
+ right: 0;
76
+ left: 0;
77
+ height: 4em;
78
+ background: linear-gradient(to bottom, rgba(255,255,255,0), var(--custom-message-color));
79
+ }
80
+
81
+ @media not all and (min-resolution:.001dpcm) {
82
+ &::after {
83
+ display: none;
84
+ }
85
+ }
86
+
87
+ .flash-content-signature {
88
+ display: none;
89
+ }
90
+ }
83
91
 
84
- @media not all and (min-resolution: 0.001dpcm) {
85
- &::after {
86
- display: none;
87
- }
92
+ .flash-content-signature {
93
+ padding-bottom: 1rem;
94
+ }
88
95
  }
89
96
 
90
- .flash-content-signature {
91
- display: none;
97
+ > *:last-child {
98
+ margin-bottom: 0;
92
99
  }
93
- }
94
-
95
- .flash-content-signature {
96
- padding-bottom: 1rem;
97
- }
98
- }
99
-
100
- > *:last-child {
101
- margin-bottom: 0;
102
100
  }
103
- }
104
101
  }
@@ -1,35 +1,35 @@
1
1
  .widget-news {
2
- //Widget Actualités
2
+ //Widget Actualités
3
3
 
4
- .news-row {
5
- @include background-color-to($gray-300, 0.4s, $easeOutQuad);
4
+ .news-row {
5
+ @include background-color-to($gray-100, 0.4s, $easeOutQuad);
6
6
 
7
- display: flex;
8
- align-items: center;
9
- padding: 1rem $widget-padding-x;
10
- text-decoration: none;
7
+ display: flex;
8
+ align-items: center;
9
+ padding: 1rem $widget-padding-x;
10
+ text-decoration: none;
11
11
 
12
- &-image {
13
- width: 60px;
14
- padding-right: 2.5rem;
15
- text-align: center;
16
- transition: transform 0.4s $easeInOutQuad;
17
- transform-origin: center;
12
+ &-image {
13
+ width: 60px;
14
+ padding-right: 2.5rem;
15
+ text-align: center;
16
+ transition: transform 0.4s $easeInOutQuad;
17
+ transform-origin: center;
18
18
 
19
- img {
20
- max-height: 4rem;
21
- max-width: 4rem;
22
- }
23
- }
19
+ img {
20
+ max-height: 4rem;
21
+ max-width: 4rem;
22
+ }
23
+ }
24
24
 
25
- &-text {
26
- line-height: 1.4em;
27
- }
25
+ &-text {
26
+ line-height: 1.4em;
27
+ }
28
28
 
29
- &:hover {
30
- .news-row-image {
31
- transform: translateX(5px);
32
- }
29
+ &:hover {
30
+ .news-row-image {
31
+ transform: translateX(5px);
32
+ }
33
+ }
33
34
  }
34
- }
35
35
  }
@@ -1,65 +1,65 @@
1
1
  $recently-viewed-image-width: 35;
2
2
 
3
3
  .widget-recently-viewed {
4
- //Widget Consultations récentes
4
+ //Widget Consultations récentes
5
5
 
6
- .recently-viewed {
7
- &-item {
8
- @include background-color-to($gray-300, 0.4s, $easeOutQuad);
6
+ .recently-viewed {
7
+ &-item {
8
+ @include background-color-to($gray-100, 0.4s, $easeOutQuad);
9
9
 
10
- &:hover {
11
- .icon-app {
12
- background-color: $gray-300;
13
- transform: translateX(60%);
10
+ &:hover {
11
+ .icon-app {
12
+ background-color: $gray-100;
13
+ transform: translateX(60%);
14
+ }
15
+ }
14
16
  }
15
- }
16
17
  }
17
- }
18
18
 
19
- .link-card {
20
- @include decoration-to(none);
19
+ .link-card {
20
+ @include decoration-to(none);
21
21
 
22
- position: relative;
23
- display: flex;
24
- align-items: center;
25
- justify-content: flex-end;
26
- padding-left: $widget-padding-x;
27
- border-top: 1px solid $gray-300;
22
+ position: relative;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: flex-end;
26
+ padding-left: $widget-padding-x;
27
+ border-top: 1px solid $gray-100;
28
28
 
29
- .text {
30
- width: 100 - $recently-viewed-image-width * 1%;
31
- padding-right: 0.5em;
32
- }
29
+ .text {
30
+ width: 100 - $recently-viewed-image-width * 1%;
31
+ padding-right: 0.5em;
32
+ }
33
33
 
34
- .image {
35
- @include add-overlay(0.2);
34
+ .image {
35
+ @include add-overlay(0.2);
36
36
 
37
- width: $recently-viewed-image-width * 1%;
38
- height: 5em;
39
- max-height: 120px;
37
+ width: $recently-viewed-image-width * 1%;
38
+ height: 5em;
39
+ max-height: 120px;
40
40
 
41
- img {
42
- width: 100%;
43
- height: 100%;
44
- object-fit: cover;
45
- object-position: center center;
46
- }
47
- }
41
+ img {
42
+ width: 100%;
43
+ height: 100%;
44
+ object-fit: cover;
45
+ object-position: center center;
46
+ }
47
+ }
48
48
 
49
- .icon-app {
50
- @include have-child-in-middle();
51
- @include add-transitions(background-color, transform);
49
+ .icon-app {
50
+ @include have-child-in-middle();
51
+ @include add-transitions(background-color, transform);
52
52
 
53
- position: absolute;
54
- right: $recently-viewed-image-width * 1%;
55
- z-index: 2;
56
- width: 2em;
57
- height: 2em;
58
- font-size: 1.75em;
59
- background-color: $white;
60
- border-radius: 190px;
61
- transition-timing-function: $easeOutQuad;
62
- transform: translateX(50%);
53
+ position: absolute;
54
+ right: $recently-viewed-image-width * 1%;
55
+ z-index: 2;
56
+ width: 2em;
57
+ height: 2em;
58
+ font-size: 1.75em;
59
+ background-color: #fff;
60
+ border-radius: 190px;
61
+ transition-timing-function: $easeOutQuad;
62
+ transform: translateX(50%);
63
+ }
63
64
  }
64
- }
65
65
  }
@@ -1,64 +1,68 @@
1
1
  .widget-record {
2
- .widget-body {
3
- display: flex;
4
- align-items: center;
2
+ .widget-body {
3
+ display: flex;
4
+ align-items: center;
5
5
 
6
- > * {
7
- // flex: 1;
8
- padding: 1.6rem;
9
- text-align: center;
6
+ >* {
7
+ // flex: 1;
8
+ padding: 1.6rem;
9
+ text-align: center;
10
10
 
11
- .img-fluid {
12
- width: 100px;
13
- }
11
+ .img-fluid {
12
+ width: 100px;
13
+ }
14
+ }
14
15
  }
15
- }
16
16
 
17
- .form-control,
18
- .form-select {
19
- padding: 12px 16px;
20
- border: 1px solid #e4e4e4;
21
- border-radius: 8px;
22
- }
17
+ .form-control,
18
+ .form-select {
19
+ padding: 12px 16px;
20
+ border: 1px solid #E4E4E4;
21
+ border-radius: 8px;
22
+ }
23
23
  }
24
24
 
25
25
  .record {
26
- &-timer {
27
- font-size: 2.2rem;
28
- }
26
+ &-timer {
27
+ font-size: 2.2rem;
28
+ }
29
29
 
30
- &-widget-player {
31
- margin: 1.6rem 2.4rem;
32
- min-height: 150px;
33
- border-radius: 4px;
34
- background-color: #d9d9d9;
30
+ &-widget-player {
31
+ margin: 1.6rem 2.4rem;
32
+ min-height: 150px;
33
+ border-radius: 4px;
34
+ background-color: #D9D9D9;
35
35
 
36
- > video {
37
- display: block;
36
+ > video {
37
+ display: block;
38
+ }
38
39
  }
39
- }
40
40
 
41
- &-controls {
42
- display: flex;
43
- justify-content: space-around;
44
- margin-block: 1.5em;
41
+ &-widget-message {
42
+ margin: -3.2rem 0 0 0;
43
+ }
45
44
 
46
- .btn-circle {
47
- font-size: 1.6rem;
45
+ &-controls {
46
+ display: flex;
47
+ justify-content: space-around;
48
+ margin-block: 1.5em;
48
49
 
49
- &:hover {
50
- color: $white;
51
- }
50
+ .btn-circle {
51
+ font-size: 1.6rem;
52
52
 
53
- &:disabled {
54
- opacity: 1;
55
- background-color: #e4e4e4 !important;
56
- border-color: transparent;
57
- }
53
+ &:hover {
54
+ color: $white;
55
+ }
58
56
 
59
- &.btn-danger {
60
- background-color: $red;
61
- }
57
+ &:disabled {
58
+ opacity: 1;
59
+ background-color: #E4E4E4 !important;
60
+ border-color: transparent;
61
+ }
62
+
63
+ &.btn-danger {
64
+ background-color: $red;
65
+ }
66
+ }
62
67
  }
63
- }
64
- }
68
+ }
@@ -1,33 +1,33 @@
1
1
  //Widget RSS
2
2
  .widget-rss {
3
- .rss-feed {
4
- .feed-title {
5
- padding: 8px $widget-padding-x;
6
- font-weight: 700;
7
- color: $white;
8
- background: $secondary;
3
+ .rss-feed {
4
+ .feed-title {
5
+ padding: 8px $widget-padding-x;
6
+ font-weight: 700;
7
+ color: #fff;
8
+ background: $third;
9
9
 
10
- @include append-icon("\f0d7", 1em, 15px);
11
- cursor: pointer;
12
- }
10
+ @include append-icon("\f0d7", 1em, 15px);
11
+ cursor: pointer;
12
+ }
13
13
 
14
- .item {
15
- &:nth-child(2n) {
16
- background: rgba($secondary, 0.07);
17
- }
14
+ .item {
15
+ &:nth-child(2n) {
16
+ background: rgba($third, 0.07);
17
+ }
18
18
 
19
- a {
20
- display: block;
21
- padding: 10px $widget-padding-x;
22
- text-decoration: none;
19
+ a {
20
+ display: block;
21
+ padding: 10px $widget-padding-x;
22
+ text-decoration: none;
23
23
 
24
- @include background-color-to($gray-300, 0.4s, $easeOutQuad);
25
- }
24
+ @include background-color-to($gray-100, 0.4s, $easeOutQuad);
25
+ }
26
26
 
27
- img {
28
- max-width: 100%;
29
- height: auto;
30
- }
27
+ img {
28
+ max-width: 100%;
29
+ height: auto;
30
+ }
31
+ }
31
32
  }
32
- }
33
33
  }