@tesouro/embedded-components-react 0.4.1 → 0.4.2
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.
|
@@ -40,7 +40,7 @@ var v = ({ inlineLineItems: v, title: y, onClose: b }) => {
|
|
|
40
40
|
children: [/* @__PURE__ */ h("div", {
|
|
41
41
|
className: "ttw:flex ttw:items-start ttw:justify-between ttw:gap-1.5",
|
|
42
42
|
children: [/* @__PURE__ */ h("div", {
|
|
43
|
-
className: "ttw:flex ttw:flex-col ttw:gap-1",
|
|
43
|
+
className: "ttw:flex ttw:min-w-0 ttw:flex-col ttw:gap-1",
|
|
44
44
|
children: [/* @__PURE__ */ m(o, {
|
|
45
45
|
variant: "h4",
|
|
46
46
|
children: x._("Do you want to also save these items?")
|
|
@@ -52,7 +52,7 @@ var v = ({ inlineLineItems: v, title: y, onClose: b }) => {
|
|
|
52
52
|
}), /* @__PURE__ */ m(n, {
|
|
53
53
|
type: "button",
|
|
54
54
|
variant: "ghost",
|
|
55
|
-
className: "ttw:text-primary ttw:hover:text-primary",
|
|
55
|
+
className: "ttw:shrink-0 ttw:text-primary ttw:hover:text-primary",
|
|
56
56
|
disabled: A,
|
|
57
57
|
onClick: N ? F : P,
|
|
58
58
|
children: N ? x._("Deselect all") : x._("Select all")
|
|
@@ -82,13 +82,16 @@ var v = ({ inlineLineItems: v, title: y, onClose: b }) => {
|
|
|
82
82
|
disabled: A,
|
|
83
83
|
"aria-label": t.product.name
|
|
84
84
|
}), /* @__PURE__ */ h("div", {
|
|
85
|
-
className: "ttw:flex ttw:flex-col ttw:gap-1",
|
|
85
|
+
className: "ttw:flex ttw:min-w-0 ttw:flex-1 ttw:flex-col ttw:gap-1",
|
|
86
86
|
children: [/* @__PURE__ */ m(o, {
|
|
87
87
|
variant: "caption",
|
|
88
|
+
className: "ttw:truncate",
|
|
89
|
+
title: t.product.name,
|
|
88
90
|
children: t.product.name
|
|
89
91
|
}), /* @__PURE__ */ m(o, {
|
|
90
92
|
variant: "caption",
|
|
91
93
|
color: "muted",
|
|
94
|
+
className: "ttw:truncate",
|
|
92
95
|
children: L(t)
|
|
93
96
|
})]
|
|
94
97
|
})]
|
package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region ../../libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js
|
|
2
|
-
var e = "@tesouro/embedded-components-react", t = "0.4.
|
|
2
|
+
var e = "@tesouro/embedded-components-react", t = "0.4.2", n = "b5c0715badbc2d73da1808cfb5ede10d33b6d51f", r = Object.freeze({
|
|
3
3
|
library_name: e,
|
|
4
4
|
library_version: t,
|
|
5
5
|
library_sha: n
|