ublo-lib 1.26.10 → 1.26.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.
@@ -9,11 +9,17 @@
9
9
  align-items: center;
10
10
  gap: 10px;
11
11
  margin-top: 10px;
12
- font-size: 14px;
13
12
  color: hsl(var(--primary));
14
13
  }
15
14
 
16
15
  .title {
16
+ margin-top: 8px;
17
+ font-size: 26px;
18
+ font-weight: 700;
17
19
  text-transform: uppercase;
18
20
  }
21
+
22
+ .subtitle {
23
+ font-size: 14px;
24
+ }
19
25
  }
@@ -253,7 +253,7 @@
253
253
  "unavailable": "Indispo"
254
254
  },
255
255
  "print": {
256
- "label": "Imprimer",
256
+ "label": "Télécharger",
257
257
  "weather": "Météo et neige",
258
258
  "trails": "Infos pistes",
259
259
  "bulletin": "Bulletin",
@@ -11,12 +11,15 @@
11
11
  }
12
12
  }
13
13
 
14
- .wrapper button {
14
+ .wrapper button,
15
+ .wrapper button:hover {
15
16
  font-size: 12px;
17
+ color: hsl(var(--primary));
16
18
  }
17
19
 
18
20
  @media (min-width: 780px) {
19
- .wrapper button {
21
+ .wrapper button,
22
+ .wrapper button:hover {
20
23
  font-size: 14px;
21
24
  }
22
25
  }
@@ -77,3 +77,9 @@ button.selected {
77
77
 
78
78
  background: var(--blue-gradient);
79
79
  }
80
+
81
+ @media print {
82
+ .selector {
83
+ display: none;
84
+ }
85
+ }
@@ -13,7 +13,7 @@ export default function Toolbar({
13
13
  className: styles.toolbar,
14
14
  children: _jsxs("div", {
15
15
  className: styles.inner,
16
- children: [_jsx(Icons.Printer, {
16
+ children: [_jsx(Icons.Download, {
17
17
  className: styles.icon
18
18
  }), _jsx(T, {
19
19
  id: "print.label"
@@ -20,6 +20,7 @@
20
20
  max-width: 1200px;
21
21
  margin: 0 auto;
22
22
  font-size: 14px;
23
+ color: hsl(var(--primary));
23
24
  }
24
25
 
25
26
  @media (min-width: 768px) {
@@ -30,6 +31,7 @@
30
31
 
31
32
  .icon {
32
33
  flex: 0 0 16px;
34
+ fill: currentColor;
33
35
  }
34
36
 
35
37
  @media print {
@@ -66,6 +66,10 @@
66
66
  display: none;
67
67
  }
68
68
 
69
+ .info {
70
+ break-inside: avoid;
71
+ }
72
+
69
73
  .infoBottom {
70
74
  flex-direction: row;
71
75
  align-items: flex-start;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.26.10",
3
+ "version": "1.26.12",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.8.3",
6
6
  "leaflet": "^1.9.1",