@silexlabs/silex-dashboard 1.0.30 → 1.0.32

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.
@@ -250,7 +250,7 @@ window.addEventListener('load', function() {
250
250
 
251
251
  // Remove loading
252
252
  setTimeout(() => {
253
- document.body.classList.add('after-js')
253
+ document.querySelector('.before-js').classList.add('after-js')
254
254
  }, 100)
255
255
  })
256
256
  </script>
@@ -263,17 +263,17 @@ window.addEventListener('load', function() {
263
263
  <meta property="og:image" content=""/>
264
264
  </head>
265
265
  <body
266
- id="i2hcfw" src="undefined"
266
+ id="i2hcfw"
267
267
  class="body app"
268
268
 
269
269
 
270
270
  ><HEADER
271
- id="ij139z" src="undefined"
271
+ id="ij139z"
272
272
  class="menu-bar "
273
273
 
274
274
 
275
275
  ><A
276
- href="/" id="iy54t1" src="undefined"
276
+ href="/" id="iy54t1"
277
277
 
278
278
 
279
279
 
@@ -283,108 +283,108 @@ window.addEventListener('load', function() {
283
283
 
284
284
 
285
285
  ></img></A><NAV
286
- id="in5jeq" src="undefined"
286
+ id="in5jeq"
287
287
  class="nav "
288
288
 
289
289
 
290
290
  ><A
291
- href="/" id="i0g3ac" src="undefined"
291
+ href="/" id="i0g3ac"
292
292
  class="nav__item uppercase active"
293
293
  target=""
294
294
 
295
295
  >Sites</A><A
296
- href="http://docs.silex.me/" id="i0g3ac" src="undefined"
296
+ href="http://docs.silex.me/" id="i0g3ac"
297
297
  class="nav__item uppercase "
298
298
  target="_blank"
299
299
 
300
300
  >Docs</A><A
301
- href="https://www.silex.me/" id="i0g3ac" src="undefined"
301
+ href="https://www.silex.me/" id="i0g3ac"
302
302
  class="nav__item uppercase "
303
303
  target="_blank"
304
304
 
305
305
  >A propos</A><A
306
- href="https://community.silex.me/" id="i0g3ac" src="undefined"
306
+ href="https://community.silex.me/" id="i0g3ac"
307
307
  class="nav__item uppercase "
308
308
  target="_blank"
309
309
 
310
310
  >Communauté</A><A
311
- href="https://mail-list.silexlabs.org/subscription/cemnfkaVrK?locale=fr-FR&source=silex-dashboard" id="i0g3ac" src="undefined"
311
+ href="https://mail-list.silexlabs.org/subscription/cemnfkaVrK?locale=fr-FR&source=silex-dashboard" id="i0g3ac"
312
312
  class="nav__item uppercase "
313
313
  target="_blank"
314
314
 
315
315
  >News</A></NAV><div
316
- src="undefined"
316
+
317
317
  class="lang h-space uppercase "
318
318
 
319
319
 
320
320
  ><A
321
- href="/en" src="undefined"
321
+ href="/en"
322
322
  class="lang__item nav__item "
323
323
  hreflang="en"
324
324
 
325
325
  >en</A><A
326
- href="/fr" src="undefined"
326
+ href="/fr"
327
327
  class="lang__item nav__item active"
328
328
  hreflang="fr"
329
329
 
330
330
  >fr</A></div></HEADER><A
331
- id="ixzhcr" href="/" src="undefined"
331
+ id="ixzhcr" href="/"
332
332
  class="button button-bar__item--secondary "
333
333
 
334
334
 
335
335
  >< Retour</A><div
336
- id="imawg3" src="undefined"
336
+ id="imawg3"
337
337
  class="bg-silex-purpel "
338
338
 
339
339
 
340
340
  ><div
341
- id="imgx81" src="undefined"
341
+ id="imgx81"
342
342
  class=" before-js"
343
343
 
344
344
 
345
345
  ><div
346
- id="iikf0s" src="undefined"
346
+ id="iikf0s"
347
347
  class="box text-centered padding-100-30 box_login "
348
348
 
349
349
 
350
350
  ><H1
351
- id="ighycb" src="undefined"
351
+ id="ighycb"
352
352
  class="title-40 "
353
353
 
354
354
 
355
355
  >Bienvenue sur Silex</H1><div
356
- id="it2175" src="undefined"
356
+ id="it2175"
357
357
  class="subtitle-16 "
358
358
 
359
359
 
360
360
  >Merci de vous connecter pour continuer</div><div
361
- id="in62y2" src="undefined"
361
+ id="in62y2"
362
362
  class="button-bar "
363
363
 
364
364
 
365
365
  ><A
366
- id="isqe61" href="https://" src="undefined"
366
+ id="isqe61" href=""
367
367
  class="button big-button "
368
368
  v-if="!loading" v-for="(connector, index) in connectors" :key="index" :style="{ backgroundColor: connector.background, color: connector.color }" @click="openLogin(connector)"
369
369
 
370
370
  ><div
371
- id="io3lid" src="undefined"
371
+ id="io3lid"
372
372
  class="button-bar__item__icon "
373
373
  :style='`background: url("${connector.icon}"); background-repeat: no-repeat; background-size: contain;`'
374
374
 
375
375
  ></div><div
376
- id="i87asw" src="undefined"
376
+ id="i87asw"
377
377
 
378
378
  v-text="connector.displayName"
379
379
 
380
380
  >Insert your text here</div></A></div></div><div
381
- id="i9msnk" src="undefined"
381
+ id="i9msnk"
382
382
  class="text-white top-space-20 "
383
383
  v-if="error" v-html="message"
384
384
 
385
385
  >Insert your text here</div><div
386
- id="i6akll" src="undefined"
387
- class="button button--tertiary "
386
+ id="i6akll"
387
+ class="button button--tertiary text-centered "
388
388
  v-if="error" @click="logout()"
389
389
 
390
390
  >Déconnexion</div></div></div></body>