ublo-lib 1.26.14 → 1.26.16

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.
@@ -209,6 +209,10 @@
209
209
  display: block;
210
210
  }
211
211
 
212
+ .opening {
213
+ break-inside: avoid;
214
+ }
215
+
212
216
  .headingPrinted {
213
217
  width: fit-content;
214
218
  min-width: 80px;
@@ -4,6 +4,12 @@
4
4
  margin-bottom: 10px;
5
5
  }
6
6
 
7
+ @media (min-width: 768px) {
8
+ .selector:nth-child(2) {
9
+ margin-top: 34px;
10
+ }
11
+ }
12
+
7
13
  .selector::before,
8
14
  .selector::after {
9
15
  content: "";
@@ -99,6 +99,10 @@
99
99
  display: none;
100
100
  }
101
101
 
102
+ .conditions {
103
+ break-inside: avoid;
104
+ }
105
+
102
106
  .title {
103
107
  font-size: 20px;
104
108
  }
@@ -12,5 +12,6 @@
12
12
  display: flex;
13
13
  align-items: center;
14
14
  justify-content: center;
15
+ break-inside: avoid;
15
16
  }
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.26.14",
3
+ "version": "1.26.16",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.8.3",
6
6
  "leaflet": "^1.9.1",