@momentum-design/components 0.49.4 → 0.50.0
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/custom-elements.json +61 -61
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
@@ -461,6 +461,67 @@
|
|
461
461
|
}
|
462
462
|
]
|
463
463
|
},
|
464
|
+
{
|
465
|
+
"kind": "javascript-module",
|
466
|
+
"path": "components/appheader/appheader.component.js",
|
467
|
+
"declarations": [
|
468
|
+
{
|
469
|
+
"kind": "class",
|
470
|
+
"description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
|
471
|
+
"name": "Appheader",
|
472
|
+
"cssParts": [
|
473
|
+
{
|
474
|
+
"description": "The main container for styling the header.",
|
475
|
+
"name": "container"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"description": "The leading section of the header.",
|
479
|
+
"name": "leading-section"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"description": "The center section of the header.",
|
483
|
+
"name": "center-section"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"description": "The trailing section of the header.",
|
487
|
+
"name": "trailing-section"
|
488
|
+
}
|
489
|
+
],
|
490
|
+
"slots": [
|
491
|
+
{
|
492
|
+
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
493
|
+
"name": "leading"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"description": "Slot for the center section (e.g., search bar, icons).",
|
497
|
+
"name": "center"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
501
|
+
"name": "trailing"
|
502
|
+
}
|
503
|
+
],
|
504
|
+
"members": [],
|
505
|
+
"superclass": {
|
506
|
+
"name": "Component",
|
507
|
+
"module": "/src/models"
|
508
|
+
},
|
509
|
+
"tagName": "mdc-appheader",
|
510
|
+
"jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
|
511
|
+
"customElement": true
|
512
|
+
}
|
513
|
+
],
|
514
|
+
"exports": [
|
515
|
+
{
|
516
|
+
"kind": "js",
|
517
|
+
"name": "default",
|
518
|
+
"declaration": {
|
519
|
+
"name": "Appheader",
|
520
|
+
"module": "components/appheader/appheader.component.js"
|
521
|
+
}
|
522
|
+
}
|
523
|
+
]
|
524
|
+
},
|
464
525
|
{
|
465
526
|
"kind": "javascript-module",
|
466
527
|
"path": "components/avatar/avatar.component.js",
|
@@ -705,67 +766,6 @@
|
|
705
766
|
}
|
706
767
|
]
|
707
768
|
},
|
708
|
-
{
|
709
|
-
"kind": "javascript-module",
|
710
|
-
"path": "components/appheader/appheader.component.js",
|
711
|
-
"declarations": [
|
712
|
-
{
|
713
|
-
"kind": "class",
|
714
|
-
"description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
|
715
|
-
"name": "Appheader",
|
716
|
-
"cssParts": [
|
717
|
-
{
|
718
|
-
"description": "The main container for styling the header.",
|
719
|
-
"name": "container"
|
720
|
-
},
|
721
|
-
{
|
722
|
-
"description": "The leading section of the header.",
|
723
|
-
"name": "leading-section"
|
724
|
-
},
|
725
|
-
{
|
726
|
-
"description": "The center section of the header.",
|
727
|
-
"name": "center-section"
|
728
|
-
},
|
729
|
-
{
|
730
|
-
"description": "The trailing section of the header.",
|
731
|
-
"name": "trailing-section"
|
732
|
-
}
|
733
|
-
],
|
734
|
-
"slots": [
|
735
|
-
{
|
736
|
-
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
737
|
-
"name": "leading"
|
738
|
-
},
|
739
|
-
{
|
740
|
-
"description": "Slot for the center section (e.g., search bar, icons).",
|
741
|
-
"name": "center"
|
742
|
-
},
|
743
|
-
{
|
744
|
-
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
745
|
-
"name": "trailing"
|
746
|
-
}
|
747
|
-
],
|
748
|
-
"members": [],
|
749
|
-
"superclass": {
|
750
|
-
"name": "Component",
|
751
|
-
"module": "/src/models"
|
752
|
-
},
|
753
|
-
"tagName": "mdc-appheader",
|
754
|
-
"jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
|
755
|
-
"customElement": true
|
756
|
-
}
|
757
|
-
],
|
758
|
-
"exports": [
|
759
|
-
{
|
760
|
-
"kind": "js",
|
761
|
-
"name": "default",
|
762
|
-
"declaration": {
|
763
|
-
"name": "Appheader",
|
764
|
-
"module": "components/appheader/appheader.component.js"
|
765
|
-
}
|
766
|
-
}
|
767
|
-
]
|
768
|
-
},
|
769
769
|
{
|
770
770
|
"kind": "javascript-module",
|
771
771
|
"path": "components/avatarbutton/avatarbutton.component.js",
|
package/dist/react/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
2
|
-
export { default as Avatar } from './avatar';
|
3
2
|
export { default as Appheader } from './appheader';
|
3
|
+
export { default as Avatar } from './avatar';
|
4
4
|
export { default as AvatarButton } from './avatarbutton';
|
5
5
|
export { default as Badge } from './badge';
|
6
6
|
export { default as Brandvisual } from './brandvisual';
|
package/dist/react/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
2
|
-
export { default as Avatar } from './avatar';
|
3
2
|
export { default as Appheader } from './appheader';
|
3
|
+
export { default as Avatar } from './avatar';
|
4
4
|
export { default as AvatarButton } from './avatarbutton';
|
5
5
|
export { default as Badge } from './badge';
|
6
6
|
export { default as Brandvisual } from './brandvisual';
|
package/package.json
CHANGED