@aviala-design/spiral 2.2.0 → 2.3.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -7864,7 +7864,7 @@ function renderFeedbackIcon(node) {
|
|
|
7864
7864
|
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "aviala-feedback__icon", "aria-hidden": true, children: content });
|
|
7865
7865
|
}
|
|
7866
7866
|
function defaultStatusIcon(type, mode) {
|
|
7867
|
-
const iconMode = mode === "primary" ? "fill" : "
|
|
7867
|
+
const iconMode = mode === "primary" ? "fill" : "default";
|
|
7868
7868
|
const thickness = "Regular";
|
|
7869
7869
|
switch (type) {
|
|
7870
7870
|
case "information":
|