@apolitical/component-library 6.6.18 → 6.6.19
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/banners/marketing-block/marketing-block.d.ts +2 -0
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_icons.scss +1 -1
package/index.mjs
CHANGED
|
@@ -29119,7 +29119,7 @@ const bA = ({
|
|
|
29119
29119
|
t && /* @__PURE__ */ c.jsx(
|
|
29120
29120
|
je,
|
|
29121
29121
|
{
|
|
29122
|
-
variant: "secondary",
|
|
29122
|
+
variant: t.variant || "secondary",
|
|
29123
29123
|
size: "medium",
|
|
29124
29124
|
href: t.link,
|
|
29125
29125
|
className: "gtm-trackable",
|