@momentum-design/components 0.102.1 → 0.102.2
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
@@ -1502,67 +1502,6 @@
|
|
1502
1502
|
}
|
1503
1503
|
]
|
1504
1504
|
},
|
1505
|
-
{
|
1506
|
-
"kind": "javascript-module",
|
1507
|
-
"path": "components/appheader/appheader.component.js",
|
1508
|
-
"declarations": [
|
1509
|
-
{
|
1510
|
-
"kind": "class",
|
1511
|
-
"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**.",
|
1512
|
-
"name": "Appheader",
|
1513
|
-
"cssParts": [
|
1514
|
-
{
|
1515
|
-
"description": "The main container for styling the header.",
|
1516
|
-
"name": "container"
|
1517
|
-
},
|
1518
|
-
{
|
1519
|
-
"description": "The leading section of the header.",
|
1520
|
-
"name": "leading-section"
|
1521
|
-
},
|
1522
|
-
{
|
1523
|
-
"description": "The center section of the header.",
|
1524
|
-
"name": "center-section"
|
1525
|
-
},
|
1526
|
-
{
|
1527
|
-
"description": "The trailing section of the header.",
|
1528
|
-
"name": "trailing-section"
|
1529
|
-
}
|
1530
|
-
],
|
1531
|
-
"slots": [
|
1532
|
-
{
|
1533
|
-
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
1534
|
-
"name": "leading"
|
1535
|
-
},
|
1536
|
-
{
|
1537
|
-
"description": "Slot for the center section (e.g., search bar, icons).",
|
1538
|
-
"name": "center"
|
1539
|
-
},
|
1540
|
-
{
|
1541
|
-
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
1542
|
-
"name": "trailing"
|
1543
|
-
}
|
1544
|
-
],
|
1545
|
-
"members": [],
|
1546
|
-
"superclass": {
|
1547
|
-
"name": "Component",
|
1548
|
-
"module": "/src/models"
|
1549
|
-
},
|
1550
|
-
"tagName": "mdc-appheader",
|
1551
|
-
"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 */",
|
1552
|
-
"customElement": true
|
1553
|
-
}
|
1554
|
-
],
|
1555
|
-
"exports": [
|
1556
|
-
{
|
1557
|
-
"kind": "js",
|
1558
|
-
"name": "default",
|
1559
|
-
"declaration": {
|
1560
|
-
"name": "Appheader",
|
1561
|
-
"module": "components/appheader/appheader.component.js"
|
1562
|
-
}
|
1563
|
-
}
|
1564
|
-
]
|
1565
|
-
},
|
1566
1505
|
{
|
1567
1506
|
"kind": "javascript-module",
|
1568
1507
|
"path": "components/animation/animation.component.js",
|
@@ -1775,6 +1714,67 @@
|
|
1775
1714
|
}
|
1776
1715
|
]
|
1777
1716
|
},
|
1717
|
+
{
|
1718
|
+
"kind": "javascript-module",
|
1719
|
+
"path": "components/appheader/appheader.component.js",
|
1720
|
+
"declarations": [
|
1721
|
+
{
|
1722
|
+
"kind": "class",
|
1723
|
+
"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**.",
|
1724
|
+
"name": "Appheader",
|
1725
|
+
"cssParts": [
|
1726
|
+
{
|
1727
|
+
"description": "The main container for styling the header.",
|
1728
|
+
"name": "container"
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"description": "The leading section of the header.",
|
1732
|
+
"name": "leading-section"
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"description": "The center section of the header.",
|
1736
|
+
"name": "center-section"
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
"description": "The trailing section of the header.",
|
1740
|
+
"name": "trailing-section"
|
1741
|
+
}
|
1742
|
+
],
|
1743
|
+
"slots": [
|
1744
|
+
{
|
1745
|
+
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
1746
|
+
"name": "leading"
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"description": "Slot for the center section (e.g., search bar, icons).",
|
1750
|
+
"name": "center"
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
1754
|
+
"name": "trailing"
|
1755
|
+
}
|
1756
|
+
],
|
1757
|
+
"members": [],
|
1758
|
+
"superclass": {
|
1759
|
+
"name": "Component",
|
1760
|
+
"module": "/src/models"
|
1761
|
+
},
|
1762
|
+
"tagName": "mdc-appheader",
|
1763
|
+
"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 */",
|
1764
|
+
"customElement": true
|
1765
|
+
}
|
1766
|
+
],
|
1767
|
+
"exports": [
|
1768
|
+
{
|
1769
|
+
"kind": "js",
|
1770
|
+
"name": "default",
|
1771
|
+
"declaration": {
|
1772
|
+
"name": "Appheader",
|
1773
|
+
"module": "components/appheader/appheader.component.js"
|
1774
|
+
}
|
1775
|
+
}
|
1776
|
+
]
|
1777
|
+
},
|
1778
1778
|
{
|
1779
1779
|
"kind": "javascript-module",
|
1780
1780
|
"path": "components/avatar/avatar.component.js",
|
package/dist/react/index.d.ts
CHANGED
@@ -2,8 +2,8 @@ export { default as Accordion } from './accordion';
|
|
2
2
|
export { default as AccordionButton } from './accordionbutton';
|
3
3
|
export { default as AccordionGroup } from './accordiongroup';
|
4
4
|
export { default as AlertChip } from './alertchip';
|
5
|
-
export { default as Appheader } from './appheader';
|
6
5
|
export { default as Animation } from './animation';
|
6
|
+
export { default as Appheader } from './appheader';
|
7
7
|
export { default as Avatar } from './avatar';
|
8
8
|
export { default as AvatarButton } from './avatarbutton';
|
9
9
|
export { default as Badge } from './badge';
|
package/dist/react/index.js
CHANGED
@@ -2,8 +2,8 @@ export { default as Accordion } from './accordion';
|
|
2
2
|
export { default as AccordionButton } from './accordionbutton';
|
3
3
|
export { default as AccordionGroup } from './accordiongroup';
|
4
4
|
export { default as AlertChip } from './alertchip';
|
5
|
-
export { default as Appheader } from './appheader';
|
6
5
|
export { default as Animation } from './animation';
|
6
|
+
export { default as Appheader } from './appheader';
|
7
7
|
export { default as Avatar } from './avatar';
|
8
8
|
export { default as AvatarButton } from './avatarbutton';
|
9
9
|
export { default as Badge } from './badge';
|