@apolitical/component-library 4.2.1 → 4.2.2-beta.0
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/index.js +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_icons.scss +2 -0
package/index.mjs
CHANGED
|
@@ -23971,7 +23971,7 @@ const _C = 3e3, kC = ({ url: e }) => {
|
|
|
23971
23971
|
onClick: (xe) => {
|
|
23972
23972
|
xe.preventDefault(), xe.stopPropagation(), p.comments && (window.location.href = p.comments), typeof m == "function" && m();
|
|
23973
23973
|
},
|
|
23974
|
-
icon: { icon: "speech-
|
|
23974
|
+
icon: { icon: "speech-bubble_square" },
|
|
23975
23975
|
"data-gtm-event-context": f,
|
|
23976
23976
|
"data-gtm-event-type": `answer-${t.type}-click`,
|
|
23977
23977
|
screenreaderText: _.formatMessage(
|
|
@@ -23989,7 +23989,7 @@ const _C = 3e3, kC = ({ url: e }) => {
|
|
|
23989
23989
|
{
|
|
23990
23990
|
styling: { muted: !0 },
|
|
23991
23991
|
onClick: ne,
|
|
23992
|
-
icon: { icon: "speech-
|
|
23992
|
+
icon: { icon: "speech-bubble_square" },
|
|
23993
23993
|
children: _.formatMessage({ id: `${Kt}reply` })
|
|
23994
23994
|
}
|
|
23995
23995
|
) }),
|