@inf-monkeys-tech/monkeys-design 0.4.43 → 0.4.45

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.
@@ -393,6 +393,64 @@
393
393
  border: 1px solid var(--login-page-control-border);
394
394
  }
395
395
 
396
+ .login-page__external-panel {
397
+ display: flex;
398
+ flex-direction: column;
399
+ align-items: center;
400
+ gap: 14px;
401
+ }
402
+
403
+ .login-page__external-panel-title {
404
+ width: 100%;
405
+ color: var(--login-page-text-color);
406
+ font-size: 18px;
407
+ font-weight: 700;
408
+ line-height: 1.3;
409
+ text-align: center;
410
+ }
411
+
412
+ .login-page__external-panel-description {
413
+ margin: 0;
414
+ color: var(--login-page-muted-color);
415
+ font-size: 14px;
416
+ line-height: 1.5;
417
+ text-align: center;
418
+ }
419
+
420
+ .login-page__external-panel-content {
421
+ display: flex;
422
+ width: 100%;
423
+ min-height: 220px;
424
+ align-items: center;
425
+ justify-content: center;
426
+ }
427
+
428
+ .login-page__external-panel-footer {
429
+ display: flex;
430
+ width: 100%;
431
+ flex-direction: column;
432
+ align-items: center;
433
+ gap: 10px;
434
+ color: var(--login-page-muted-color);
435
+ font-size: 13px;
436
+ line-height: 1.5;
437
+ text-align: center;
438
+ }
439
+
440
+ .login-page__external-panel-back {
441
+ display: inline-flex;
442
+ min-height: 36px;
443
+ align-items: center;
444
+ justify-content: center;
445
+ padding: 0 14px;
446
+ color: var(--login-page-primary-color);
447
+ background: transparent;
448
+ border: 0;
449
+ cursor: pointer;
450
+ font: inherit;
451
+ font-weight: 600;
452
+ }
453
+
396
454
  .login-page__oauth-section {
397
455
  display: flex;
398
456
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inf-monkeys-tech/monkeys-design",
3
- "version": "0.4.43",
3
+ "version": "0.4.45",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",