ublo-lib 1.25.14 → 1.25.15

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.
@@ -105,7 +105,7 @@ const Domain = React.forwardRef(({
105
105
  })]
106
106
  }, key);
107
107
  })
108
- }), _jsxs(Button, {
108
+ }), slopeMapPath && _jsxs(Button, {
109
109
  tag: Link,
110
110
  className: css.mapButton,
111
111
  href: slopeMapPath,
@@ -113,6 +113,9 @@
113
113
  .mapButton {
114
114
  --ds-button-background: hsl(var(--secondary));
115
115
  --ds-button-hover-background: hsl(var(--secondary));
116
+ --ds-button-radius: var(--radius-400);
117
+
118
+ margin: 0 auto;
116
119
  }
117
120
 
118
121
  .mapButton:is(:hover, :focus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.25.14",
3
+ "version": "1.25.15",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.8.3",
6
6
  "leaflet": "^1.9.1",