@lab-anssi/ui-kit 1.12.4 → 1.13.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/Alerte.svelte +1 -31
- package/dist/CentreAide.svelte +1 -31
- package/dist/assets/icones/fleche-droite-blanche.svg +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/lab/ResumePssi.svelte +1 -31
- package/dist/lab/blog/BandeauTitre.svelte +152 -0
- package/dist/lab/blog/BandeauTitre.svelte.d.ts +22 -0
- package/dist/lab/vitrines-produits/briques/Brique.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/BriqueContenuADeuxColonnes.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/BriqueHero.svelte +2 -31
- package/dist/lab/vitrines-produits/briques/BriqueTitreMultimedia.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/CarrouselTuiles/CarrouselTuiles.svelte +15 -42
- package/dist/lab/vitrines-produits/briques/CarrouselTuiles/IconeFlecheDroite.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/CarrouselTuiles/IconeFlecheGauche.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/LecteurVideo.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/PresentationANSSI.svelte +2 -31
- package/dist/lab/vitrines-produits/briques/RejoindreLaCommunaute.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/Tuile.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/marelle/Etape.svelte +14 -38
- package/dist/lab/vitrines-produits/briques/marelle/Marelle.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/temoignages/IconeTemoignage.svelte +1 -31
- package/dist/lab/vitrines-produits/briques/temoignages/Temoignages.svelte +15 -35
- package/dist/mes-services-cyber/bandeau/Bandeau.svelte +1 -31
- package/dist/mes-services-cyber/lien/LienDiagnosticCyber.svelte +1 -31
- package/dist/pied-de-page/NavigationPiedDePage.svelte +1 -31
- package/dist/suite-cyber/navigation/AccueilMSC.svelte +1 -31
- package/dist/suite-cyber/navigation/BlocLiens.svelte +1 -31
- package/dist/suite-cyber/navigation/Navigation.svelte +1 -31
- package/dist/types.d.ts +15 -0
- package/dist/types.js +1 -1
- package/dist/webcomponents/lab-anssi-ui-kit.iife.js +35 -35
- package/dist/webcomponents/lab-anssi-ui-kit.jsx.d.ts +13 -26
- package/package.json +1 -1
|
@@ -36,37 +36,7 @@ import LienExterne from "../../icones/LienExterne.svelte";
|
|
|
36
36
|
</div>
|
|
37
37
|
</Brique>
|
|
38
38
|
|
|
39
|
-
<style>.
|
|
40
|
-
display: none !important;
|
|
41
|
-
}
|
|
42
|
-
@media (min-width: 576px) {
|
|
43
|
-
.visible-tablette {
|
|
44
|
-
display: unset !important;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
@media (min-width: 576px) {
|
|
49
|
-
.invisible-tablette {
|
|
50
|
-
display: none !important;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.visible-desktop {
|
|
55
|
-
display: none !important;
|
|
56
|
-
}
|
|
57
|
-
@media (min-width: 932px) {
|
|
58
|
-
.visible-desktop {
|
|
59
|
-
display: unset !important;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
@media (min-width: 932px) {
|
|
64
|
-
.invisible-desktop {
|
|
65
|
-
display: none !important;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.presentation-anssi {
|
|
39
|
+
<style>.presentation-anssi {
|
|
70
40
|
color: #3a3a3a;
|
|
71
41
|
display: grid;
|
|
72
42
|
grid-template-columns: 1fr;
|
|
@@ -140,6 +110,7 @@ import LienExterne from "../../icones/LienExterne.svelte";
|
|
|
140
110
|
font-family: Marianne, sans-serif;
|
|
141
111
|
padding: 8px 16px;
|
|
142
112
|
display: flex;
|
|
113
|
+
justify-content: center;
|
|
143
114
|
align-items: center;
|
|
144
115
|
gap: 8px;
|
|
145
116
|
text-align: center;
|
|
@@ -43,37 +43,7 @@ export let illustration;
|
|
|
43
43
|
</div>
|
|
44
44
|
</Brique>
|
|
45
45
|
|
|
46
|
-
<style>.
|
|
47
|
-
display: none !important;
|
|
48
|
-
}
|
|
49
|
-
@media (min-width: 576px) {
|
|
50
|
-
.visible-tablette {
|
|
51
|
-
display: unset !important;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
@media (min-width: 576px) {
|
|
56
|
-
.invisible-tablette {
|
|
57
|
-
display: none !important;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.visible-desktop {
|
|
62
|
-
display: none !important;
|
|
63
|
-
}
|
|
64
|
-
@media (min-width: 932px) {
|
|
65
|
-
.visible-desktop {
|
|
66
|
-
display: unset !important;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@media (min-width: 932px) {
|
|
71
|
-
.invisible-desktop {
|
|
72
|
-
display: none !important;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.grille-contenu {
|
|
46
|
+
<style>.grille-contenu {
|
|
77
47
|
display: grid;
|
|
78
48
|
grid-template-columns: 1fr;
|
|
79
49
|
grid-template-areas: "contenu" "illustration" "action";
|
|
@@ -12,37 +12,7 @@ export let position = null;
|
|
|
12
12
|
<span>{contenu}</span>
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
<style>.
|
|
16
|
-
display: none !important;
|
|
17
|
-
}
|
|
18
|
-
@media (min-width: 576px) {
|
|
19
|
-
.visible-tablette {
|
|
20
|
-
display: unset !important;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@media (min-width: 576px) {
|
|
25
|
-
.invisible-tablette {
|
|
26
|
-
display: none !important;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.visible-desktop {
|
|
31
|
-
display: none !important;
|
|
32
|
-
}
|
|
33
|
-
@media (min-width: 932px) {
|
|
34
|
-
.visible-desktop {
|
|
35
|
-
display: unset !important;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media (min-width: 932px) {
|
|
40
|
-
.invisible-desktop {
|
|
41
|
-
display: none !important;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.tuile {
|
|
15
|
+
<style>.tuile {
|
|
46
16
|
--couleur-texte: #000000;
|
|
47
17
|
border-radius: 8px;
|
|
48
18
|
border: 1px solid #ddd;
|
|
@@ -26,37 +26,7 @@ export let etapeMarelle;
|
|
|
26
26
|
</div>
|
|
27
27
|
</div>
|
|
28
28
|
|
|
29
|
-
<style>.
|
|
30
|
-
display: none !important;
|
|
31
|
-
}
|
|
32
|
-
@media (min-width: 576px) {
|
|
33
|
-
.visible-tablette {
|
|
34
|
-
display: unset !important;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@media (min-width: 576px) {
|
|
39
|
-
.invisible-tablette {
|
|
40
|
-
display: none !important;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.visible-desktop {
|
|
45
|
-
display: none !important;
|
|
46
|
-
}
|
|
47
|
-
@media (min-width: 932px) {
|
|
48
|
-
.visible-desktop {
|
|
49
|
-
display: unset !important;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@media (min-width: 932px) {
|
|
54
|
-
.invisible-desktop {
|
|
55
|
-
display: none !important;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.marelle-etape {
|
|
29
|
+
<style>.marelle-etape {
|
|
60
30
|
display: grid;
|
|
61
31
|
row-gap: 32px;
|
|
62
32
|
grid-template-areas: "numero-etape" "contenu" "illustration";
|
|
@@ -152,11 +122,8 @@ export let etapeMarelle;
|
|
|
152
122
|
}
|
|
153
123
|
}
|
|
154
124
|
|
|
155
|
-
.marelle-etape > div > p > b {
|
|
156
|
-
color: var(--brique-marelle-etapes-lien-couleur);
|
|
157
|
-
}
|
|
158
|
-
|
|
159
125
|
.marelle-etape > div > a {
|
|
126
|
+
position: relative;
|
|
160
127
|
width: fit-content;
|
|
161
128
|
color: var(--brique-marelle-etapes-lien-couleur);
|
|
162
129
|
display: flex;
|
|
@@ -164,8 +131,17 @@ export let etapeMarelle;
|
|
|
164
131
|
gap: 8px;
|
|
165
132
|
border: none;
|
|
166
133
|
text-decoration: none;
|
|
167
|
-
box-shadow: inset 0 -1px 0 var(--brique-marelle-etapes-lien-couleur);
|
|
168
134
|
}
|
|
169
|
-
.marelle-etape > div > a:hover {
|
|
170
|
-
|
|
135
|
+
.marelle-etape > div > a:hover:after {
|
|
136
|
+
bottom: -1px;
|
|
137
|
+
height: 2px;
|
|
138
|
+
}
|
|
139
|
+
.marelle-etape > div > a:after {
|
|
140
|
+
position: absolute;
|
|
141
|
+
left: 0;
|
|
142
|
+
bottom: 0;
|
|
143
|
+
content: "";
|
|
144
|
+
width: 100%;
|
|
145
|
+
height: 1px;
|
|
146
|
+
background: var(--brique-marelle-etapes-lien-couleur);
|
|
171
147
|
}</style>
|
|
@@ -38,37 +38,7 @@ export let action;
|
|
|
38
38
|
</div>
|
|
39
39
|
</Brique>
|
|
40
40
|
|
|
41
|
-
<style>.
|
|
42
|
-
display: none !important;
|
|
43
|
-
}
|
|
44
|
-
@media (min-width: 576px) {
|
|
45
|
-
.visible-tablette {
|
|
46
|
-
display: unset !important;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@media (min-width: 576px) {
|
|
51
|
-
.invisible-tablette {
|
|
52
|
-
display: none !important;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.visible-desktop {
|
|
57
|
-
display: none !important;
|
|
58
|
-
}
|
|
59
|
-
@media (min-width: 932px) {
|
|
60
|
-
.visible-desktop {
|
|
61
|
-
display: unset !important;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
@media (min-width: 932px) {
|
|
66
|
-
.invisible-desktop {
|
|
67
|
-
display: none !important;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.brique-marelle {
|
|
41
|
+
<style>.brique-marelle {
|
|
72
42
|
display: flex;
|
|
73
43
|
flex-direction: column;
|
|
74
44
|
gap: 48px;
|
|
@@ -13,36 +13,6 @@
|
|
|
13
13
|
</g>
|
|
14
14
|
</svg>
|
|
15
15
|
|
|
16
|
-
<style
|
|
17
|
-
display: none !important;
|
|
18
|
-
}
|
|
19
|
-
@media (min-width: 576px) {
|
|
20
|
-
.visible-tablette {
|
|
21
|
-
display: unset !important;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@media (min-width: 576px) {
|
|
26
|
-
.invisible-tablette {
|
|
27
|
-
display: none !important;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.visible-desktop {
|
|
32
|
-
display: none !important;
|
|
33
|
-
}
|
|
34
|
-
@media (min-width: 932px) {
|
|
35
|
-
.visible-desktop {
|
|
36
|
-
display: unset !important;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@media (min-width: 932px) {
|
|
41
|
-
.invisible-desktop {
|
|
42
|
-
display: none !important;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
svg path {
|
|
16
|
+
<style>svg path {
|
|
47
17
|
fill: var(--brique-temoignages-icone-couleur);
|
|
48
18
|
}</style>
|
|
@@ -56,37 +56,7 @@ const scrollVers = (direction) => {
|
|
|
56
56
|
</div>
|
|
57
57
|
</Brique>
|
|
58
58
|
|
|
59
|
-
<style>.
|
|
60
|
-
display: none !important;
|
|
61
|
-
}
|
|
62
|
-
@media (min-width: 576px) {
|
|
63
|
-
.visible-tablette {
|
|
64
|
-
display: unset !important;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@media (min-width: 576px) {
|
|
69
|
-
.invisible-tablette {
|
|
70
|
-
display: none !important;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.visible-desktop {
|
|
75
|
-
display: none !important;
|
|
76
|
-
}
|
|
77
|
-
@media (min-width: 932px) {
|
|
78
|
-
.visible-desktop {
|
|
79
|
-
display: unset !important;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@media (min-width: 932px) {
|
|
84
|
-
.invisible-desktop {
|
|
85
|
-
display: none !important;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.brique-temoignages {
|
|
59
|
+
<style>.brique-temoignages {
|
|
90
60
|
font-family: Marianne;
|
|
91
61
|
}
|
|
92
62
|
.brique-temoignages h3 {
|
|
@@ -194,6 +164,7 @@ const scrollVers = (direction) => {
|
|
|
194
164
|
}
|
|
195
165
|
}
|
|
196
166
|
.brique-temoignages .carrousel-temoignages .conteneur-actions button {
|
|
167
|
+
position: relative;
|
|
197
168
|
background: none;
|
|
198
169
|
border: none;
|
|
199
170
|
color: var(--brique-carrousel-bouton-action-texte-couleur);
|
|
@@ -204,13 +175,22 @@ const scrollVers = (direction) => {
|
|
|
204
175
|
display: flex;
|
|
205
176
|
align-items: center;
|
|
206
177
|
gap: 8px;
|
|
207
|
-
|
|
178
|
+
}
|
|
179
|
+
.brique-temoignages .carrousel-temoignages .conteneur-actions button:hover:after {
|
|
180
|
+
bottom: -1px;
|
|
181
|
+
height: 2px;
|
|
182
|
+
}
|
|
183
|
+
.brique-temoignages .carrousel-temoignages .conteneur-actions button:after {
|
|
184
|
+
position: absolute;
|
|
185
|
+
left: 0;
|
|
186
|
+
bottom: 0;
|
|
187
|
+
content: "";
|
|
188
|
+
width: 100%;
|
|
189
|
+
height: 1px;
|
|
190
|
+
background: var(--brique-carrousel-bouton-action-texte-couleur);
|
|
208
191
|
}
|
|
209
192
|
.brique-temoignages .carrousel-temoignages .conteneur-actions .precedent > .icone,
|
|
210
193
|
.brique-temoignages .carrousel-temoignages .conteneur-actions .suivant > .icone {
|
|
211
194
|
display: flex;
|
|
212
195
|
align-items: center;
|
|
213
|
-
}
|
|
214
|
-
.brique-temoignages .carrousel-temoignages .conteneur-actions button:hover {
|
|
215
|
-
box-shadow: inset 0 -2px 0 var(--brique-carrousel-bouton-action-texte-couleur);
|
|
216
196
|
}</style>
|
|
@@ -41,37 +41,7 @@ const croix = srcAsset("/icones/croix-blanche.svg");
|
|
|
41
41
|
</div>
|
|
42
42
|
{/if}
|
|
43
43
|
|
|
44
|
-
<style>.
|
|
45
|
-
display: none !important;
|
|
46
|
-
}
|
|
47
|
-
@media (min-width: 576px) {
|
|
48
|
-
.visible-tablette {
|
|
49
|
-
display: unset !important;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@media (min-width: 576px) {
|
|
54
|
-
.invisible-tablette {
|
|
55
|
-
display: none !important;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.visible-desktop {
|
|
60
|
-
display: none !important;
|
|
61
|
-
}
|
|
62
|
-
@media (min-width: 932px) {
|
|
63
|
-
.visible-desktop {
|
|
64
|
-
display: unset !important;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@media (min-width: 932px) {
|
|
69
|
-
.invisible-desktop {
|
|
70
|
-
display: none !important;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.largeur-totale {
|
|
44
|
+
<style>.largeur-totale {
|
|
75
45
|
position: relative;
|
|
76
46
|
overflow: hidden;
|
|
77
47
|
background: #0d0c21 url("https://lab-anssi-ui-kit-prod-s3-assets.cellar-c2.services.clever-cloud.com/illustrations/tuile-msc.svg");
|
|
@@ -32,37 +32,7 @@ let icone = versExterne ? "lien-externe" : "lien-interne";
|
|
|
32
32
|
</div>
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
|
-
<style>.
|
|
36
|
-
display: none !important;
|
|
37
|
-
}
|
|
38
|
-
@media (min-width: 576px) {
|
|
39
|
-
.visible-tablette {
|
|
40
|
-
display: unset !important;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@media (min-width: 576px) {
|
|
45
|
-
.invisible-tablette {
|
|
46
|
-
display: none !important;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.visible-desktop {
|
|
51
|
-
display: none !important;
|
|
52
|
-
}
|
|
53
|
-
@media (min-width: 932px) {
|
|
54
|
-
.visible-desktop {
|
|
55
|
-
display: unset !important;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@media (min-width: 932px) {
|
|
60
|
-
.invisible-desktop {
|
|
61
|
-
display: none !important;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.racine {
|
|
35
|
+
<style>.racine {
|
|
66
36
|
position: relative;
|
|
67
37
|
display: block;
|
|
68
38
|
}
|
|
@@ -19,37 +19,7 @@
|
|
|
19
19
|
<a href="/accessibilite">Accessiblité: {conforme ? "conforme" : "non conforme"}</a>
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
|
-
<style>.
|
|
23
|
-
display: none !important;
|
|
24
|
-
}
|
|
25
|
-
@media (min-width: 576px) {
|
|
26
|
-
.visible-tablette {
|
|
27
|
-
display: unset !important;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@media (min-width: 576px) {
|
|
32
|
-
.invisible-tablette {
|
|
33
|
-
display: none !important;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.visible-desktop {
|
|
38
|
-
display: none !important;
|
|
39
|
-
}
|
|
40
|
-
@media (min-width: 932px) {
|
|
41
|
-
.visible-desktop {
|
|
42
|
-
display: unset !important;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@media (min-width: 932px) {
|
|
47
|
-
.invisible-desktop {
|
|
48
|
-
display: none !important;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.conteneur-navigation-pied-de-page {
|
|
22
|
+
<style>.conteneur-navigation-pied-de-page {
|
|
53
23
|
font-family: "Marianne";
|
|
54
24
|
list-style: none;
|
|
55
25
|
display: flex;
|
|
@@ -21,37 +21,7 @@ const chevronDroite = srcAsset("/icones/chevron-noir.svg");
|
|
|
21
21
|
</div>
|
|
22
22
|
</a>
|
|
23
23
|
|
|
24
|
-
<style>.
|
|
25
|
-
display: none !important;
|
|
26
|
-
}
|
|
27
|
-
@media (min-width: 576px) {
|
|
28
|
-
.visible-tablette {
|
|
29
|
-
display: unset !important;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@media (min-width: 576px) {
|
|
34
|
-
.invisible-tablette {
|
|
35
|
-
display: none !important;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.visible-desktop {
|
|
40
|
-
display: none !important;
|
|
41
|
-
}
|
|
42
|
-
@media (min-width: 932px) {
|
|
43
|
-
.visible-desktop {
|
|
44
|
-
display: unset !important;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
@media (min-width: 932px) {
|
|
49
|
-
.invisible-desktop {
|
|
50
|
-
display: none !important;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.accueil-msc {
|
|
24
|
+
<style>.accueil-msc {
|
|
55
25
|
font-family: Marianne;
|
|
56
26
|
font-style: normal;
|
|
57
27
|
font-weight: normal;
|
|
@@ -28,37 +28,7 @@ export let services;
|
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
|
-
<style>.
|
|
32
|
-
display: none !important;
|
|
33
|
-
}
|
|
34
|
-
@media (min-width: 576px) {
|
|
35
|
-
.visible-tablette {
|
|
36
|
-
display: unset !important;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@media (min-width: 576px) {
|
|
41
|
-
.invisible-tablette {
|
|
42
|
-
display: none !important;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.visible-desktop {
|
|
47
|
-
display: none !important;
|
|
48
|
-
}
|
|
49
|
-
@media (min-width: 932px) {
|
|
50
|
-
.visible-desktop {
|
|
51
|
-
display: unset !important;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
@media (min-width: 932px) {
|
|
56
|
-
.invisible-desktop {
|
|
57
|
-
display: none !important;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.bloc {
|
|
31
|
+
<style>.bloc {
|
|
62
32
|
display: flex;
|
|
63
33
|
flex-direction: column;
|
|
64
34
|
align-items: center;
|
|
@@ -99,37 +99,7 @@ let estOuvert = false;
|
|
|
99
99
|
{/if}
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
|
-
<style>.
|
|
103
|
-
display: none !important;
|
|
104
|
-
}
|
|
105
|
-
@media (min-width: 576px) {
|
|
106
|
-
.visible-tablette {
|
|
107
|
-
display: unset !important;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
@media (min-width: 576px) {
|
|
112
|
-
.invisible-tablette {
|
|
113
|
-
display: none !important;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.visible-desktop {
|
|
118
|
-
display: none !important;
|
|
119
|
-
}
|
|
120
|
-
@media (min-width: 932px) {
|
|
121
|
-
.visible-desktop {
|
|
122
|
-
display: unset !important;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
@media (min-width: 932px) {
|
|
127
|
-
.invisible-desktop {
|
|
128
|
-
display: none !important;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.suite-cyber {
|
|
102
|
+
<style>.suite-cyber {
|
|
133
103
|
font-family: Marianne;
|
|
134
104
|
font-style: normal;
|
|
135
105
|
font-weight: normal;
|
package/dist/types.d.ts
CHANGED
|
@@ -32,3 +32,18 @@ export type Temoignage = {
|
|
|
32
32
|
citation: string;
|
|
33
33
|
source: string;
|
|
34
34
|
};
|
|
35
|
+
export type Lien = {
|
|
36
|
+
label: string;
|
|
37
|
+
href: string;
|
|
38
|
+
};
|
|
39
|
+
type Feuille = {
|
|
40
|
+
label: string;
|
|
41
|
+
};
|
|
42
|
+
export type NoeudFilAriane = Lien | Feuille;
|
|
43
|
+
export declare const estLien: (noeud: NoeudFilAriane) => noeud is Lien;
|
|
44
|
+
export type Tag = {
|
|
45
|
+
label: string;
|
|
46
|
+
couleurTexte: string;
|
|
47
|
+
couleurFond: string;
|
|
48
|
+
};
|
|
49
|
+
export {};
|
package/dist/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const estLien = (noeud) => noeud.href !== undefined;
|