@limetech/lime-elements 36.3.0-next.5 → 36.3.0-next.7

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.
@@ -42,7 +42,12 @@
42
42
  * @exampleComponent limel-example-header-colors
43
43
  * @exampleComponent limel-example-header-responsive
44
44
  * @exampleComponent limel-example-header-narrow
45
- * @slot - Content (actions) to be put inside the far right surface of the header
45
+ * @slot actions - Content (actions) to be put inside the far right surface of
46
+ * the header
47
+ * @slot [no name] - DEPRECATED. The `actions` slot used to be unnamed. This
48
+ * behavior has been deprecated, and support will be dropped in a future
49
+ * version. Please add `slot="actions"` to your elements to ensure your code
50
+ * will continue to work with future versions of Lime Elements.
46
51
  */
47
52
  export declare class Header {
48
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "36.3.0-next.5",
3
+ "version": "36.3.0-next.7",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",