@learnpack/learnpack 5.0.81 → 5.0.83

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.
@@ -401,6 +401,9 @@
401
401
  .bottom-3 {
402
402
  bottom: calc(var(--spacing) * 3);
403
403
  }
404
+ .bottom-5 {
405
+ bottom: calc(var(--spacing) * 5);
406
+ }
404
407
  .left-0 {
405
408
  left: calc(var(--spacing) * 0);
406
409
  }
@@ -474,12 +477,18 @@
474
477
  .mr-1 {
475
478
  margin-right: calc(var(--spacing) * 1);
476
479
  }
480
+ .mr-4 {
481
+ margin-right: calc(var(--spacing) * 4);
482
+ }
477
483
  .mb-2 {
478
484
  margin-bottom: calc(var(--spacing) * 2);
479
485
  }
480
486
  .mb-4 {
481
487
  margin-bottom: calc(var(--spacing) * 4);
482
488
  }
489
+ .mb-5 {
490
+ margin-bottom: calc(var(--spacing) * 5);
491
+ }
483
492
  .mb-6 {
484
493
  margin-bottom: calc(var(--spacing) * 6);
485
494
  }
@@ -510,6 +519,9 @@
510
519
  .h-6 {
511
520
  height: calc(var(--spacing) * 6);
512
521
  }
522
+ .h-15 {
523
+ height: calc(var(--spacing) * 15);
524
+ }
513
525
  .h-20 {
514
526
  height: calc(var(--spacing) * 20);
515
527
  }
@@ -531,8 +543,8 @@
531
543
  .h-screen {
532
544
  height: 100vh;
533
545
  }
534
- .max-h-\[80vh\] {
535
- max-height: 80vh;
546
+ .max-h-\[75vh\] {
547
+ max-height: 75vh;
536
548
  }
537
549
  .max-h-\[300px\] {
538
550
  max-height: 300px;
@@ -555,6 +567,9 @@
555
567
  .w-6 {
556
568
  width: calc(var(--spacing) * 6);
557
569
  }
570
+ .w-15 {
571
+ width: calc(var(--spacing) * 15);
572
+ }
558
573
  .w-20 {
559
574
  width: calc(var(--spacing) * 20);
560
575
  }
@@ -679,6 +694,9 @@
679
694
  .rounded {
680
695
  border-radius: 0.25rem;
681
696
  }
697
+ .rounded-\[50\%\] {
698
+ border-radius: 50%;
699
+ }
682
700
  .rounded-full {
683
701
  border-radius: 3.40282e38px;
684
702
  }
@@ -751,6 +769,9 @@
751
769
  .bg-gray-50 {
752
770
  background-color: var(--color-gray-50);
753
771
  }
772
+ .bg-gray-200 {
773
+ background-color: var(--color-gray-200);
774
+ }
754
775
  .bg-gray-300 {
755
776
  background-color: var(--color-gray-300);
756
777
  }
@@ -963,6 +984,9 @@
963
984
  .hover\:bg-blue-700:hover {
964
985
  background-color: var(--color-blue-700);
965
986
  }
987
+ .hover\:bg-gray-300:hover {
988
+ background-color: var(--color-gray-300);
989
+ }
966
990
  .hover\:bg-red-300:hover {
967
991
  background-color: var(--color-red-300);
968
992
  }
@@ -1118,6 +1142,10 @@ h1 {
1118
1142
  top: -10px;
1119
1143
  left: 10px;
1120
1144
  }
1145
+ .fluid-svg > svg {
1146
+ width: 100%;
1147
+ height: 100%;
1148
+ }
1121
1149
  @property --tw-translate-x {
1122
1150
  syntax: "*";
1123
1151
  inherits: false;
@@ -10,8 +10,8 @@
10
10
  />
11
11
 
12
12
  <title>Learnpack Creator: Craft tutorials in seconds!</title>
13
- <script type="module" crossorigin src="/creator/assets/index-WzdhAujs.js"></script>
14
- <link rel="stylesheet" crossorigin href="/creator/assets/index-BJ2JJzVC.css">
13
+ <script type="module" crossorigin src="/creator/assets/index-CwPh6b6M.js"></script>
14
+ <link rel="stylesheet" crossorigin href="/creator/assets/index-DSLkFVbA.css">
15
15
  </head>
16
16
  <body>
17
17
  <div id="root"></div>