@apolitical/component-library 4.7.12 → 4.7.13-ac.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 +1 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/variables/colors/theme/_discussion.scss +1 -0
package/index.mjs
CHANGED
|
@@ -20868,8 +20868,7 @@ const hC = ({ hooks: e, functions: t, meta: n = {}, gtm: r }) => {
|
|
|
20868
20868
|
label: i.formatMessage({ id: `${a}bio` }),
|
|
20869
20869
|
placeholder: i.formatMessage({ id: `${a}bio_placeholder` }),
|
|
20870
20870
|
limit: 1e3,
|
|
20871
|
-
value: s.biography
|
|
20872
|
-
validation: [{ condition: "required" }]
|
|
20871
|
+
value: s.biography
|
|
20873
20872
|
},
|
|
20874
20873
|
{
|
|
20875
20874
|
component: rn
|