componentes-sinco 1.1.34 → 1.1.36

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 CHANGED
@@ -3140,7 +3140,7 @@ var DrawerHeader = ({
3140
3140
  alignContent: "center"
3141
3141
  }
3142
3142
  },
3143
- /* @__PURE__ */ import_react23.default.createElement(import_material17.Typography, { variant: filterSideCard ? "body2" : "h6", color: colorTitle || "text.primary" }, title != null ? title : "Personaliza tu b\xFAsqueda"),
3143
+ /* @__PURE__ */ import_react23.default.createElement(import_material17.Typography, { variant: filterSideCard ? "body2" : "h6", color: colorTitle || "text.primary" }, title != null ? title : "Personaliza tu b\xFAsqueda aquiii"),
3144
3144
  filterSideCard ? /* @__PURE__ */ import_react23.default.createElement(import_react23.default.Fragment, null, filterSideCard) : /* @__PURE__ */ import_react23.default.createElement(import_material17.IconButton, { onClick: onClose }, /* @__PURE__ */ import_react23.default.createElement(import_Close.default, { "data-testid": "test-button-close", sx: { color: "text.primary" } }))
3145
3145
  );
3146
3146
  };