alchemy-chimera 1.2.4 → 1.2.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.2.5 (2023-06-17)
2
+
3
+ * Improve stylings
4
+
1
5
  ## 1.2.4 (2023-04-20)
2
6
 
3
7
  * Add document watcher & toolbar manager support
@@ -536,20 +536,6 @@ al-field[mode="inline"] {
536
536
  }
537
537
  }
538
538
 
539
- .chimera-confirm-page {
540
- flex: 1;
541
- justify-content: center;
542
- display: flex;
543
- align-items: center;
544
- flex-flow: column;
545
- flex-direction: column;
546
-
547
- .action-buttons {
548
- display: flex;
549
- gap: 1rem;
550
- }
551
- }
552
-
553
539
  al-file {
554
540
  button {
555
541
  @extend .btn;
@@ -582,6 +568,21 @@ al-field[mode="inline"] {
582
568
  }
583
569
  }
584
570
 
571
+ .chimera-centered-page,
572
+ .chimera-confirm-page {
573
+ flex: 1;
574
+ justify-content: center;
575
+ display: flex;
576
+ align-items: center;
577
+ flex-flow: column;
578
+ flex-direction: column;
579
+
580
+ .action-buttons {
581
+ display: flex;
582
+ gap: 1rem;
583
+ }
584
+ }
585
+
585
586
  al-field {
586
587
  // Don't let images in widgets take up more then 1/4th of the screen height
587
588
  al-widget {
package/config/routes.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "alchemy-chimera",
3
3
  "description": "Chimera plugin for Alchemy MVC",
4
- "version": "1.2.4",
4
+ "version": "1.2.5",
5
5
  "author": "Jelle De Loecker <jelle@elevenways.be>",
6
6
  "keywords": [
7
7
  "alchemy",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -25,6 +25,7 @@
25
25
  <div class="page-title">
26
26
  <span data-toolbar="title"></span>
27
27
  </div>
28
+ <div data-area="left-content"></div>
28
29
  </div>
29
30
 
30
31
  <div slot="center">