@limetech/lime-elements 36.1.0-next.27 → 36.1.0-next.28

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.
@@ -6,7 +6,6 @@ const DEFAULT_MOBILE_BREAKPOINT = 700;
6
6
  * @exampleComponent limel-example-dock-mobile
7
7
  * @exampleComponent limel-example-dock-expanded
8
8
  * @exampleComponent limel-example-dock-colors-css
9
- * @private
10
9
  */
11
10
  export class Dock {
12
11
  constructor() {
@@ -6,7 +6,6 @@ import { DockItem } from './dock.types';
6
6
  * @exampleComponent limel-example-dock-mobile
7
7
  * @exampleComponent limel-example-dock-expanded
8
8
  * @exampleComponent limel-example-dock-colors-css
9
- * @private
10
9
  */
11
10
  export declare class Dock {
12
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "36.1.0-next.27",
3
+ "version": "36.1.0-next.28",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",