componentes-sinco 1.1.33 → 1.1.35
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.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3056,7 +3056,7 @@ var DrawerHeader = ({
|
|
|
3056
3056
|
alignContent: "center"
|
|
3057
3057
|
}
|
|
3058
3058
|
},
|
|
3059
|
-
/* @__PURE__ */ React19.createElement(Typography11, { variant: filterSideCard ? "body2" : "h6", color: colorTitle || "text.primary" }, title != null ? title : "Personaliza tu b\xFAsqueda"),
|
|
3059
|
+
/* @__PURE__ */ React19.createElement(Typography11, { variant: filterSideCard ? "body2" : "h6", color: colorTitle || "text.primary" }, title != null ? title : "Personaliza tu b\xFAsqueda aquiii"),
|
|
3060
3060
|
filterSideCard ? /* @__PURE__ */ React19.createElement(React19.Fragment, null, filterSideCard) : /* @__PURE__ */ React19.createElement(IconButton10, { onClick: onClose }, /* @__PURE__ */ React19.createElement(CloseIcon, { "data-testid": "test-button-close", sx: { color: "text.primary" } }))
|
|
3061
3061
|
);
|
|
3062
3062
|
};
|