@dile/ui 2.11.0 → 2.11.1

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.
@@ -27,6 +27,8 @@ export class DileHamburger extends LitElement {
27
27
  border: 0;
28
28
  margin: 0;
29
29
  overflow: visible;
30
+ position: relative;
31
+ top: var(--dile-hamburguer-position-top, -1px);
30
32
  }
31
33
  .hamburger:hover {
32
34
  opacity: 0.7;
@@ -11,7 +11,7 @@ export class DileInput extends DileEmmitChange(LitElement) {
11
11
  */
12
12
 
13
13
  /**
14
- * Liten to the native input event to recive text input updates
14
+ * Listen to the native input event to receive text input updates
15
15
  *
16
16
  * @event input
17
17
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/ui",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "UI Core components from dile-components.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "0ffe79bf145624b0a861b9b450a94546358a72ba"
29
+ "gitHead": "969c46331ec091df8745371ca5caec5dfabf2154"
30
30
  }