valtech-components 2.0.867 → 2.0.869

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.
@@ -41,7 +41,7 @@ export interface UserAvatarMetadata {
41
41
  avatarUrl?: string;
42
42
  /**
43
43
  * Tamaño:
44
- * - `'xsmall'` 24px
44
+ * - `'xsmall'` 28px
45
45
  * - `'small'` (default) 32px
46
46
  * - `'medium'` 48px
47
47
  * - `'large'` 72px
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.867";
5
+ export declare const VERSION = "2.0.869";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.867",
3
+ "version": "2.0.869",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"