@limetech/lime-elements 33.14.0-next.11 → 33.14.0-next.12

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.
@@ -43,7 +43,6 @@ import { Component, h, Prop } from '@stencil/core';
43
43
  * @exampleComponent limel-example-header-responsive
44
44
  * @exampleComponent limel-example-header-narrow
45
45
  * @slot - Content (actions) to be put inside the far right surface of the header
46
- * @private
47
46
  */
48
47
  export class Header {
49
48
  render() {
@@ -53,7 +53,6 @@ import { ESCAPE } from '../../util/keycodes';
53
53
  *
54
54
  * @slot - Content to put inside the surface
55
55
  * @exampleComponent limel-example-popover
56
- * @private
57
56
  */
58
57
  export class Popover {
59
58
  constructor() {
@@ -42,7 +42,6 @@
42
42
  * @exampleComponent limel-example-header-responsive
43
43
  * @exampleComponent limel-example-header-narrow
44
44
  * @slot - Content (actions) to be put inside the far right surface of the header
45
- * @private
46
45
  */
47
46
  export declare class Header {
48
47
  /**
@@ -48,7 +48,6 @@
48
48
  *
49
49
  * @slot - Content to put inside the surface
50
50
  * @exampleComponent limel-example-popover
51
- * @private
52
51
  */
53
52
  export declare class Popover {
54
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "33.14.0-next.11",
3
+ "version": "33.14.0-next.12",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",