lakelib 0.1.1 → 0.1.3

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/lake.css CHANGED
@@ -544,36 +544,36 @@ button.lake-text-button span {
544
544
  border-left: 4px solid #0505050f;
545
545
  }
546
546
  .lake-container blockquote[type] {
547
+ margin: 16px 0;
548
+ padding: 16px 20px;
547
549
  color: var(--text-color);
550
+ border: 1px solid transparent;
548
551
  border-radius: 8px;
549
552
  }
550
- .lake-container blockquote[type="info"],
551
- .lake-container blockquote[type="tip"] {
552
- background-color: #e6f4ff;
553
- border: 1px solid #91caff;
553
+ .lake-container blockquote[type="info"] {
554
+ background-color: #8e96aa24;
554
555
  }
555
- .lake-container blockquote[type="success"] {
556
- background-color: #f6ffed;
557
- border: 1px solid #b7eb8f;
556
+ .lake-container blockquote[type="tip"] {
557
+ background-color: #646cff24;
558
558
  }
559
559
  .lake-container blockquote[type="warning"] {
560
- background-color: #fffbe6;
561
- border: 1px solid #ffe58f;
560
+ background-color: #eab30824;
562
561
  }
563
- .lake-container blockquote[type="error"],
564
562
  .lake-container blockquote[type="danger"] {
565
- background-color: #fff2f0;
566
- border: 1px solid #ffccc7;
563
+ background-color: #f43f5e24;
567
564
  }
568
565
 
569
566
  .lake-container table {
570
567
  box-sizing: content-box;
568
+ display: block;
571
569
  border-collapse: collapse;
572
- border: 1px solid var(--border-color);
573
- margin-bottom: 8px;
570
+ border: 0;
571
+ margin: 20px 0;
572
+ overflow-x: auto;
574
573
  }
575
574
  .lake-container table td {
576
- padding: 4px 8px;
575
+ padding: 8px 16px;
576
+ border: 1px solid var(--border-color);
577
577
  }
578
578
 
579
579
  lake-box {
@@ -844,12 +844,16 @@ lake-box[name="image"] .lake-box-selected .lake-image-error {
844
844
  }
845
845
  .cm-editor .cm-content {
846
846
  font-family: Consolas, Courier, monospace;
847
+ margin: 16px 20px;
847
848
  }
848
849
 
849
850
  /* code block */
850
851
  lake-box[name="codeBlock"] {
851
852
  margin: 16px 0;
852
853
  }
854
+ lake-box[name="codeBlock"] .lake-box-container {
855
+ overflow-x: auto;
856
+ }
853
857
  lake-box[name="codeBlock"] .lake-box-focused .lake-code-block,
854
858
  lake-box[name="codeBlock"] .lake-box-activated .lake-code-block {
855
859
  border-color: var(--box-border-color);
@@ -897,7 +901,7 @@ lake-box[name="codeBlock"] .lake-box-activated .lake-code-block .lake-dropdown {
897
901
  color: var(--error-color);
898
902
  border-radius: 5px;
899
903
  background-color: var(--box-background-color);
900
- padding: 8px 16px;
904
+ padding: 16px 20px;
901
905
  }
902
906
 
903
907
  .lake-link-popup {