@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.js
CHANGED
|
@@ -7828,7 +7828,7 @@ function renderFeedbackIcon(node) {
|
|
|
7828
7828
|
return /* @__PURE__ */ jsx47("span", { className: "aviala-feedback__icon", "aria-hidden": true, children: content });
|
|
7829
7829
|
}
|
|
7830
7830
|
function defaultStatusIcon(type, mode) {
|
|
7831
|
-
const iconMode = mode === "primary" ? "fill" : "
|
|
7831
|
+
const iconMode = mode === "primary" ? "fill" : "default";
|
|
7832
7832
|
const thickness = "Regular";
|
|
7833
7833
|
switch (type) {
|
|
7834
7834
|
case "information":
|