@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.
- package/dist/cjs/limel-form.cjs.entry.js +1 -1
- package/dist/cjs/limel-header.cjs.entry.js +2 -2
- package/dist/collection/components/form/form.css +13 -4
- package/dist/collection/components/header/header.css +2 -2
- package/dist/collection/components/header/header.js +7 -2
- package/dist/esm/limel-form.entry.js +1 -1
- package/dist/esm/limel-header.entry.js +2 -2
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-5f13035a.entry.js → p-95cefb5f.entry.js} +1 -1
- package/dist/lime-elements/{p-f568a89e.entry.js → p-9ec08ebc.entry.js} +1 -1
- package/dist/types/components/header/header.d.ts +6 -1
- package/package.json +1 -1
|
@@ -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
|
|
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
|
/**
|