helppeople-ui 1.10.1 → 1.10.2

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.
@@ -30,7 +30,7 @@ export interface CustomImageConfig extends AntImageProps {
30
30
  */
31
31
  preview?: boolean | AntImageProps["preview"];
32
32
  /**
33
- * Estilos personalizados
33
+ * Estilos personalizados inline
34
34
  */
35
35
  style?: React.CSSProperties;
36
36
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helppeople-ui",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Librería de componentes frontend para estilos y diseños estándar.",
5
5
  "main": "dist/my-library.cjs.js",
6
6
  "module": "dist/my-library.es.js",