ublo-lib 1.37.18 → 1.37.20

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.
@@ -1 +1 @@
1
- {"version":3,"file":"cart-dialog-inner.d.ts","sourceRoot":"","sources":["../../../../src/common/components/cart-dialog/cart-dialog-inner.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;;4CAuGC"}
1
+ {"version":3,"file":"cart-dialog-inner.d.ts","sourceRoot":"","sources":["../../../../src/common/components/cart-dialog/cart-dialog-inner.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;4CAuGC"}
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import Image from "next/image";
4
+ import Link from "ublo/link";
4
5
  import { useUbloContext } from "ublo/with-ublo";
5
6
  import Button from "dt-design-system/es/button";
6
7
  import classNames from "classnames";
@@ -161,13 +161,13 @@
161
161
  margin-top: auto;
162
162
  }
163
163
 
164
- button.contentButton {
164
+ :is(a, button).contentButton {
165
165
  flex: 1 1 auto;
166
166
  padding: 16px 26px;
167
167
  }
168
168
 
169
- button.contentButtonContinue,
170
- button.contentButtonContinue:hover {
169
+ :is(a, button).contentButtonContinue,
170
+ :is(a, button).contentButtonContinue:hover {
171
171
  margin-top: 24px;
172
172
  color: var(--ds-primary, #002dcc);
173
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.37.18",
3
+ "version": "1.37.20",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.9.9",
6
6
  "leaflet": "^1.9.1",