@moises.ai/design-system 4.14.1 → 4.14.3
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.
package/dist/index.js
CHANGED
|
@@ -2357,7 +2357,7 @@ const nm = "_Callout_1lwt5_1", rm = "_size1_1lwt5_5", sm = "_onlyButton_1lwt5_5"
|
|
|
2357
2357
|
]
|
|
2358
2358
|
}
|
|
2359
2359
|
),
|
|
2360
|
-
C && /* @__PURE__ */ f(y, { ref: E, gap: "2", align: "
|
|
2360
|
+
C && /* @__PURE__ */ f(y, { ref: E, gap: "2", align: "start", shrink: "0", children: [
|
|
2361
2361
|
g && /* @__PURE__ */ a(
|
|
2362
2362
|
Oe,
|
|
2363
2363
|
{
|
package/package.json
CHANGED
|
@@ -113,7 +113,7 @@ export const Callout = ({
|
|
|
113
113
|
</Flex>
|
|
114
114
|
|
|
115
115
|
{hasActions && (
|
|
116
|
-
<Flex ref={actionsRef} gap="2" align=
|
|
116
|
+
<Flex ref={actionsRef} gap="2" align='start' shrink="0">
|
|
117
117
|
{hasButton && (
|
|
118
118
|
<Button
|
|
119
119
|
size={buttonSizeForCallout(size)}
|