@teipublisher/pb-components 2.26.0-next-3.10 → 2.26.0-next-3.12

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,18 @@
1
+ # [2.26.0-next-3.12](https://github.com/eeditiones/tei-publisher-components/compare/v2.26.0-next-3.11...v2.26.0-next-3.12) (2025-08-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **pb-dialog:** include background svg for close button in default ([98d043d](https://github.com/eeditiones/tei-publisher-components/commit/98d043dae1e0669078cc1adac354b9273b23ed31))
7
+ * **pb-login:** login/logout icons were swapped ([7b43326](https://github.com/eeditiones/tei-publisher-components/commit/7b4332604d44768b0c22f08edeba8ea6c4d6acdf))
8
+
9
+ # [2.26.0-next-3.11](https://github.com/eeditiones/tei-publisher-components/compare/v2.26.0-next-3.10...v2.26.0-next-3.11) (2025-08-28)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **pb-view:** add an attribute to set the "fill" parameter on requests. ([e6f3836](https://github.com/eeditiones/tei-publisher-components/commit/e6f3836cbde99133ba861dc71216397997bbb291))
15
+
1
16
  # [2.26.0-next-3.10](https://github.com/eeditiones/tei-publisher-components/compare/v2.26.0-next-3.9...v2.26.0-next-3.10) (2025-07-29)
2
17
 
3
18
 
@@ -20,16 +20,10 @@ dialog>article>::slotted(*) {
20
20
 
21
21
  dialog>article>header {
22
22
  border-bottom: 1px solid var(--pb-dialog-border-color, #e0e0e0);
23
- display: flex;
24
- margin-bottom: var(--pb-dialog-padding-vertical, 1rem);
25
- justify-content: space-between;
26
- align-items: center;
23
+ margin-bottom: var(--pb-dialog-padding-vertical, 1rem); align-items: center;
27
24
  }
28
25
 
29
26
  dialog>article>footer {
30
- display: flex;
31
- justify-content: flex-end;
32
- gap: 0.5rem;
33
27
  padding-top: var(--pb-dialog-padding-vertical, 1rem);
34
28
  padding-bottom: var(--pb-dialog-padding-vertical, 1rem);
35
29
  border-top: 1px solid var(--pb-dialog-border-color, #e0e0e0);
@@ -74,4 +68,4 @@ input[type="search"] {
74
68
  background-size: .875rem auto;
75
69
  background-repeat: no-repeat;
76
70
  appearance: none;
77
- }
71
+ }