urnovl-web-components 0.0.154 → 0.0.155
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.
|
@@ -2,7 +2,7 @@ import { html } from "lit";
|
|
|
2
2
|
import "../components/ur-list/ur-list-item"; // Import your list-item component
|
|
3
3
|
import "mdui/components/icon";
|
|
4
4
|
export default {
|
|
5
|
-
title: 'Core/List
|
|
5
|
+
title: 'Core/List Items', // Story location in Storybook
|
|
6
6
|
argTypes: {
|
|
7
7
|
content: { control: 'text', description: 'Main content of the list item' },
|
|
8
8
|
disabled: { control: 'boolean', description: 'Disable the list item' },
|
|
@@ -25,7 +25,7 @@ const MenuWithProfile = ({ opened, loggedIn, userName, userAvatar, userRole }) =
|
|
|
25
25
|
</ur-main-left-menu>
|
|
26
26
|
`;
|
|
27
27
|
export default {
|
|
28
|
-
title: 'urnovl/Business/
|
|
28
|
+
title: 'urnovl/Business/Main Left Menu',
|
|
29
29
|
render: args => MenuWithProfile(args),
|
|
30
30
|
argTypes: {
|
|
31
31
|
opened: {
|