edu-webcomponents 1.31.1 → 1.31.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.
package/CHANGELOG.md CHANGED
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v1.31.2](https://github.com/eduardocruzpalacios/edu-webcomponents/compare/v1.31.1...v1.31.2)
8
+
9
+ - chore: improve Storybook docs of EduTooltip [`1c90062`](https://github.com/eduardocruzpalacios/edu-webcomponents/commit/1c90062d8fc979dbccb295ac76bdc549799cb99d)
10
+
7
11
  #### [v1.31.1](https://github.com/eduardocruzpalacios/edu-webcomponents/compare/v1.31.0...v1.31.1)
8
12
 
9
- - fix: add separation between lines in EduSkeletonText [`944bc37`](https://github.com/eduardocruzpalacios/edu-webcomponents/commit/944bc374e4c15d7413d64aa81321c62960609637)
13
+ > 22 January 2026
14
+
15
+ - chore: release v1.31.1 [`90af426`](https://github.com/eduardocruzpalacios/edu-webcomponents/commit/90af426f21c25f3b13b74116456b37a802ab9668)
16
+ - fix: add separation between lines in EduSkeletonText [`4fbf7e2`](https://github.com/eduardocruzpalacios/edu-webcomponents/commit/4fbf7e2810d2847e54d0c6c374db73c527049101)
10
17
 
11
18
  #### [v1.31.0](https://github.com/eduardocruzpalacios/edu-webcomponents/compare/v1.30.1...v1.31.0)
12
19
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "license": "MIT",
13
13
  "author": "edu-webcomponents",
14
- "version": "1.31.1",
14
+ "version": "1.31.2",
15
15
  "repository": {
16
16
  "type": "git",
17
17
  "url": "https://github.com/eduardocruzpalacios/edu-webcomponents"
@@ -23,7 +23,8 @@ const createStory = args => {
23
23
  name: 'text',
24
24
  },
25
25
  position: {
26
- control: 'text',
26
+ control: 'select',
27
+ options: ['top', 'bottom', 'left', 'right'],
27
28
  description:
28
29
  'Position of the tooltip respect to the element making it visible: top / bottom / left / right',
29
30
  name: 'position',