@select-org/post-components 2.1.3 → 2.1.4
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2931,9 +2931,10 @@ var PostCard = ({
|
|
|
2931
2931
|
"div",
|
|
2932
2932
|
{
|
|
2933
2933
|
className: "h-1 w-full overflow-hidden rounded bg-muted",
|
|
2934
|
+
role: "progressbar",
|
|
2934
2935
|
"aria-label": sendingLabel,
|
|
2935
2936
|
"data-testid": "post-loader",
|
|
2936
|
-
children: /* @__PURE__ */ jsx25("div", { className: "h-full
|
|
2937
|
+
children: /* @__PURE__ */ jsx25("div", { className: "animate-indeterminate h-full w-1/3 rounded bg-action-primary" })
|
|
2937
2938
|
}
|
|
2938
2939
|
) }),
|
|
2939
2940
|
!isPending && eraseModalOpen && /* @__PURE__ */ jsx25(
|