@momentum-design/components 0.46.0 → 0.46.1
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 +238 -238
- package/dist/react/index.d.ts +3 -3
- package/dist/react/index.js +3 -3
- package/package.json +2 -1
@@ -465,67 +465,6 @@
|
|
465
465
|
}
|
466
466
|
]
|
467
467
|
},
|
468
|
-
{
|
469
|
-
"kind": "javascript-module",
|
470
|
-
"path": "components/appheader/appheader.component.js",
|
471
|
-
"declarations": [
|
472
|
-
{
|
473
|
-
"kind": "class",
|
474
|
-
"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**.",
|
475
|
-
"name": "Appheader",
|
476
|
-
"cssParts": [
|
477
|
-
{
|
478
|
-
"description": "The main container for styling the header.",
|
479
|
-
"name": "container"
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"description": "The leading section of the header.",
|
483
|
-
"name": "leading-section"
|
484
|
-
},
|
485
|
-
{
|
486
|
-
"description": "The center section of the header.",
|
487
|
-
"name": "center-section"
|
488
|
-
},
|
489
|
-
{
|
490
|
-
"description": "The trailing section of the header.",
|
491
|
-
"name": "trailing-section"
|
492
|
-
}
|
493
|
-
],
|
494
|
-
"slots": [
|
495
|
-
{
|
496
|
-
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
497
|
-
"name": "leading"
|
498
|
-
},
|
499
|
-
{
|
500
|
-
"description": "Slot for the center section (e.g., search bar, icons).",
|
501
|
-
"name": "center"
|
502
|
-
},
|
503
|
-
{
|
504
|
-
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
505
|
-
"name": "trailing"
|
506
|
-
}
|
507
|
-
],
|
508
|
-
"members": [],
|
509
|
-
"superclass": {
|
510
|
-
"name": "Component",
|
511
|
-
"module": "/src/models"
|
512
|
-
},
|
513
|
-
"tagName": "mdc-appheader",
|
514
|
-
"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 */",
|
515
|
-
"customElement": true
|
516
|
-
}
|
517
|
-
],
|
518
|
-
"exports": [
|
519
|
-
{
|
520
|
-
"kind": "js",
|
521
|
-
"name": "default",
|
522
|
-
"declaration": {
|
523
|
-
"name": "Appheader",
|
524
|
-
"module": "components/appheader/appheader.component.js"
|
525
|
-
}
|
526
|
-
}
|
527
|
-
]
|
528
|
-
},
|
529
468
|
{
|
530
469
|
"kind": "javascript-module",
|
531
470
|
"path": "components/avatar/avatar.component.js",
|
@@ -770,6 +709,67 @@
|
|
770
709
|
}
|
771
710
|
]
|
772
711
|
},
|
712
|
+
{
|
713
|
+
"kind": "javascript-module",
|
714
|
+
"path": "components/appheader/appheader.component.js",
|
715
|
+
"declarations": [
|
716
|
+
{
|
717
|
+
"kind": "class",
|
718
|
+
"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**.",
|
719
|
+
"name": "Appheader",
|
720
|
+
"cssParts": [
|
721
|
+
{
|
722
|
+
"description": "The main container for styling the header.",
|
723
|
+
"name": "container"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"description": "The leading section of the header.",
|
727
|
+
"name": "leading-section"
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"description": "The center section of the header.",
|
731
|
+
"name": "center-section"
|
732
|
+
},
|
733
|
+
{
|
734
|
+
"description": "The trailing section of the header.",
|
735
|
+
"name": "trailing-section"
|
736
|
+
}
|
737
|
+
],
|
738
|
+
"slots": [
|
739
|
+
{
|
740
|
+
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
741
|
+
"name": "leading"
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"description": "Slot for the center section (e.g., search bar, icons).",
|
745
|
+
"name": "center"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
749
|
+
"name": "trailing"
|
750
|
+
}
|
751
|
+
],
|
752
|
+
"members": [],
|
753
|
+
"superclass": {
|
754
|
+
"name": "Component",
|
755
|
+
"module": "/src/models"
|
756
|
+
},
|
757
|
+
"tagName": "mdc-appheader",
|
758
|
+
"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 */",
|
759
|
+
"customElement": true
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"exports": [
|
763
|
+
{
|
764
|
+
"kind": "js",
|
765
|
+
"name": "default",
|
766
|
+
"declaration": {
|
767
|
+
"name": "Appheader",
|
768
|
+
"module": "components/appheader/appheader.component.js"
|
769
|
+
}
|
770
|
+
}
|
771
|
+
]
|
772
|
+
},
|
773
773
|
{
|
774
774
|
"kind": "javascript-module",
|
775
775
|
"path": "components/avatarbutton/avatarbutton.component.js",
|
@@ -1692,183 +1692,6 @@
|
|
1692
1692
|
}
|
1693
1693
|
]
|
1694
1694
|
},
|
1695
|
-
{
|
1696
|
-
"kind": "javascript-module",
|
1697
|
-
"path": "components/brandvisual/brandvisual.component.js",
|
1698
|
-
"declarations": [
|
1699
|
-
{
|
1700
|
-
"kind": "class",
|
1701
|
-
"description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
|
1702
|
-
"name": "Brandvisual",
|
1703
|
-
"members": [
|
1704
|
-
{
|
1705
|
-
"kind": "field",
|
1706
|
-
"name": "brandVisualData",
|
1707
|
-
"type": {
|
1708
|
-
"text": "HTMLElement | undefined"
|
1709
|
-
},
|
1710
|
-
"privacy": "private"
|
1711
|
-
},
|
1712
|
-
{
|
1713
|
-
"kind": "field",
|
1714
|
-
"name": "name",
|
1715
|
-
"type": {
|
1716
|
-
"text": "BrandVisualNames | undefined"
|
1717
|
-
},
|
1718
|
-
"description": "Name of the brandVisual (= filename)",
|
1719
|
-
"attribute": "name",
|
1720
|
-
"reflects": true
|
1721
|
-
},
|
1722
|
-
{
|
1723
|
-
"kind": "method",
|
1724
|
-
"name": "getBrandVisualData",
|
1725
|
-
"privacy": "private"
|
1726
|
-
},
|
1727
|
-
{
|
1728
|
-
"kind": "method",
|
1729
|
-
"name": "handleBrandVisualLoadedSuccess",
|
1730
|
-
"privacy": "private",
|
1731
|
-
"parameters": [
|
1732
|
-
{
|
1733
|
-
"name": "brandVisualHtml",
|
1734
|
-
"type": {
|
1735
|
-
"text": "HTMLElement"
|
1736
|
-
},
|
1737
|
-
"description": "The brandvisual html element which has been fetched from the brandvisual provider."
|
1738
|
-
}
|
1739
|
-
],
|
1740
|
-
"description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
|
1741
|
-
},
|
1742
|
-
{
|
1743
|
-
"kind": "method",
|
1744
|
-
"name": "handleBrandVisualLoadedFailure",
|
1745
|
-
"privacy": "private",
|
1746
|
-
"parameters": [
|
1747
|
-
{
|
1748
|
-
"name": "error",
|
1749
|
-
"type": {
|
1750
|
-
"text": "unknown"
|
1751
|
-
}
|
1752
|
-
}
|
1753
|
-
],
|
1754
|
-
"description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
|
1755
|
-
}
|
1756
|
-
],
|
1757
|
-
"events": [
|
1758
|
-
{
|
1759
|
-
"description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
|
1760
|
-
"name": "load",
|
1761
|
-
"reactName": "onLoad",
|
1762
|
-
"eventName": "LoadEvent"
|
1763
|
-
},
|
1764
|
-
{
|
1765
|
-
"description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
|
1766
|
-
"name": "error",
|
1767
|
-
"reactName": "onError",
|
1768
|
-
"eventName": "ErrorEvent"
|
1769
|
-
}
|
1770
|
-
],
|
1771
|
-
"attributes": [
|
1772
|
-
{
|
1773
|
-
"name": "name",
|
1774
|
-
"type": {
|
1775
|
-
"text": "BrandVisualNames | undefined"
|
1776
|
-
},
|
1777
|
-
"description": "Name of the brandVisual (= filename)",
|
1778
|
-
"fieldName": "name"
|
1779
|
-
}
|
1780
|
-
],
|
1781
|
-
"superclass": {
|
1782
|
-
"name": "Component",
|
1783
|
-
"module": "/src/models"
|
1784
|
-
},
|
1785
|
-
"tagName": "mdc-brandvisual",
|
1786
|
-
"jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
|
1787
|
-
"customElement": true
|
1788
|
-
}
|
1789
|
-
],
|
1790
|
-
"exports": [
|
1791
|
-
{
|
1792
|
-
"kind": "js",
|
1793
|
-
"name": "default",
|
1794
|
-
"declaration": {
|
1795
|
-
"name": "Brandvisual",
|
1796
|
-
"module": "components/brandvisual/brandvisual.component.js"
|
1797
|
-
}
|
1798
|
-
}
|
1799
|
-
]
|
1800
|
-
},
|
1801
|
-
{
|
1802
|
-
"kind": "javascript-module",
|
1803
|
-
"path": "components/bullet/bullet.component.js",
|
1804
|
-
"declarations": [
|
1805
|
-
{
|
1806
|
-
"kind": "class",
|
1807
|
-
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
1808
|
-
"name": "Bullet",
|
1809
|
-
"cssProperties": [
|
1810
|
-
{
|
1811
|
-
"description": "background color of the bullet",
|
1812
|
-
"name": "--mdc-bullet-background-color"
|
1813
|
-
},
|
1814
|
-
{
|
1815
|
-
"description": "small size value of the bullet",
|
1816
|
-
"name": "--mdc-bullet-size-small"
|
1817
|
-
},
|
1818
|
-
{
|
1819
|
-
"description": "medium size value of the bullet",
|
1820
|
-
"name": "--mdc-bullet-size-medium"
|
1821
|
-
},
|
1822
|
-
{
|
1823
|
-
"description": "large size value of the bullet",
|
1824
|
-
"name": "--mdc-bullet-size-large"
|
1825
|
-
}
|
1826
|
-
],
|
1827
|
-
"members": [
|
1828
|
-
{
|
1829
|
-
"kind": "field",
|
1830
|
-
"name": "size",
|
1831
|
-
"type": {
|
1832
|
-
"text": "Size"
|
1833
|
-
},
|
1834
|
-
"privacy": "public",
|
1835
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1836
|
-
"default": "small",
|
1837
|
-
"attribute": "size",
|
1838
|
-
"reflects": true
|
1839
|
-
}
|
1840
|
-
],
|
1841
|
-
"attributes": [
|
1842
|
-
{
|
1843
|
-
"name": "size",
|
1844
|
-
"type": {
|
1845
|
-
"text": "Size"
|
1846
|
-
},
|
1847
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1848
|
-
"default": "small",
|
1849
|
-
"fieldName": "size"
|
1850
|
-
}
|
1851
|
-
],
|
1852
|
-
"superclass": {
|
1853
|
-
"name": "Component",
|
1854
|
-
"module": "/src/models"
|
1855
|
-
},
|
1856
|
-
"tagName": "mdc-bullet",
|
1857
|
-
"jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
|
1858
|
-
"customElement": true
|
1859
|
-
}
|
1860
|
-
],
|
1861
|
-
"exports": [
|
1862
|
-
{
|
1863
|
-
"kind": "js",
|
1864
|
-
"name": "default",
|
1865
|
-
"declaration": {
|
1866
|
-
"name": "Bullet",
|
1867
|
-
"module": "components/bullet/bullet.component.js"
|
1868
|
-
}
|
1869
|
-
}
|
1870
|
-
]
|
1871
|
-
},
|
1872
1695
|
{
|
1873
1696
|
"kind": "javascript-module",
|
1874
1697
|
"path": "components/button/button.component.js",
|
@@ -2763,6 +2586,183 @@
|
|
2763
2586
|
}
|
2764
2587
|
]
|
2765
2588
|
},
|
2589
|
+
{
|
2590
|
+
"kind": "javascript-module",
|
2591
|
+
"path": "components/brandvisual/brandvisual.component.js",
|
2592
|
+
"declarations": [
|
2593
|
+
{
|
2594
|
+
"kind": "class",
|
2595
|
+
"description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
|
2596
|
+
"name": "Brandvisual",
|
2597
|
+
"members": [
|
2598
|
+
{
|
2599
|
+
"kind": "field",
|
2600
|
+
"name": "brandVisualData",
|
2601
|
+
"type": {
|
2602
|
+
"text": "HTMLElement | undefined"
|
2603
|
+
},
|
2604
|
+
"privacy": "private"
|
2605
|
+
},
|
2606
|
+
{
|
2607
|
+
"kind": "field",
|
2608
|
+
"name": "name",
|
2609
|
+
"type": {
|
2610
|
+
"text": "BrandVisualNames | undefined"
|
2611
|
+
},
|
2612
|
+
"description": "Name of the brandVisual (= filename)",
|
2613
|
+
"attribute": "name",
|
2614
|
+
"reflects": true
|
2615
|
+
},
|
2616
|
+
{
|
2617
|
+
"kind": "method",
|
2618
|
+
"name": "getBrandVisualData",
|
2619
|
+
"privacy": "private"
|
2620
|
+
},
|
2621
|
+
{
|
2622
|
+
"kind": "method",
|
2623
|
+
"name": "handleBrandVisualLoadedSuccess",
|
2624
|
+
"privacy": "private",
|
2625
|
+
"parameters": [
|
2626
|
+
{
|
2627
|
+
"name": "brandVisualHtml",
|
2628
|
+
"type": {
|
2629
|
+
"text": "HTMLElement"
|
2630
|
+
},
|
2631
|
+
"description": "The brandvisual html element which has been fetched from the brandvisual provider."
|
2632
|
+
}
|
2633
|
+
],
|
2634
|
+
"description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
|
2635
|
+
},
|
2636
|
+
{
|
2637
|
+
"kind": "method",
|
2638
|
+
"name": "handleBrandVisualLoadedFailure",
|
2639
|
+
"privacy": "private",
|
2640
|
+
"parameters": [
|
2641
|
+
{
|
2642
|
+
"name": "error",
|
2643
|
+
"type": {
|
2644
|
+
"text": "unknown"
|
2645
|
+
}
|
2646
|
+
}
|
2647
|
+
],
|
2648
|
+
"description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
|
2649
|
+
}
|
2650
|
+
],
|
2651
|
+
"events": [
|
2652
|
+
{
|
2653
|
+
"description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
|
2654
|
+
"name": "load",
|
2655
|
+
"reactName": "onLoad",
|
2656
|
+
"eventName": "LoadEvent"
|
2657
|
+
},
|
2658
|
+
{
|
2659
|
+
"description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
|
2660
|
+
"name": "error",
|
2661
|
+
"reactName": "onError",
|
2662
|
+
"eventName": "ErrorEvent"
|
2663
|
+
}
|
2664
|
+
],
|
2665
|
+
"attributes": [
|
2666
|
+
{
|
2667
|
+
"name": "name",
|
2668
|
+
"type": {
|
2669
|
+
"text": "BrandVisualNames | undefined"
|
2670
|
+
},
|
2671
|
+
"description": "Name of the brandVisual (= filename)",
|
2672
|
+
"fieldName": "name"
|
2673
|
+
}
|
2674
|
+
],
|
2675
|
+
"superclass": {
|
2676
|
+
"name": "Component",
|
2677
|
+
"module": "/src/models"
|
2678
|
+
},
|
2679
|
+
"tagName": "mdc-brandvisual",
|
2680
|
+
"jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
|
2681
|
+
"customElement": true
|
2682
|
+
}
|
2683
|
+
],
|
2684
|
+
"exports": [
|
2685
|
+
{
|
2686
|
+
"kind": "js",
|
2687
|
+
"name": "default",
|
2688
|
+
"declaration": {
|
2689
|
+
"name": "Brandvisual",
|
2690
|
+
"module": "components/brandvisual/brandvisual.component.js"
|
2691
|
+
}
|
2692
|
+
}
|
2693
|
+
]
|
2694
|
+
},
|
2695
|
+
{
|
2696
|
+
"kind": "javascript-module",
|
2697
|
+
"path": "components/bullet/bullet.component.js",
|
2698
|
+
"declarations": [
|
2699
|
+
{
|
2700
|
+
"kind": "class",
|
2701
|
+
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
2702
|
+
"name": "Bullet",
|
2703
|
+
"cssProperties": [
|
2704
|
+
{
|
2705
|
+
"description": "background color of the bullet",
|
2706
|
+
"name": "--mdc-bullet-background-color"
|
2707
|
+
},
|
2708
|
+
{
|
2709
|
+
"description": "small size value of the bullet",
|
2710
|
+
"name": "--mdc-bullet-size-small"
|
2711
|
+
},
|
2712
|
+
{
|
2713
|
+
"description": "medium size value of the bullet",
|
2714
|
+
"name": "--mdc-bullet-size-medium"
|
2715
|
+
},
|
2716
|
+
{
|
2717
|
+
"description": "large size value of the bullet",
|
2718
|
+
"name": "--mdc-bullet-size-large"
|
2719
|
+
}
|
2720
|
+
],
|
2721
|
+
"members": [
|
2722
|
+
{
|
2723
|
+
"kind": "field",
|
2724
|
+
"name": "size",
|
2725
|
+
"type": {
|
2726
|
+
"text": "Size"
|
2727
|
+
},
|
2728
|
+
"privacy": "public",
|
2729
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
2730
|
+
"default": "small",
|
2731
|
+
"attribute": "size",
|
2732
|
+
"reflects": true
|
2733
|
+
}
|
2734
|
+
],
|
2735
|
+
"attributes": [
|
2736
|
+
{
|
2737
|
+
"name": "size",
|
2738
|
+
"type": {
|
2739
|
+
"text": "Size"
|
2740
|
+
},
|
2741
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
2742
|
+
"default": "small",
|
2743
|
+
"fieldName": "size"
|
2744
|
+
}
|
2745
|
+
],
|
2746
|
+
"superclass": {
|
2747
|
+
"name": "Component",
|
2748
|
+
"module": "/src/models"
|
2749
|
+
},
|
2750
|
+
"tagName": "mdc-bullet",
|
2751
|
+
"jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
|
2752
|
+
"customElement": true
|
2753
|
+
}
|
2754
|
+
],
|
2755
|
+
"exports": [
|
2756
|
+
{
|
2757
|
+
"kind": "js",
|
2758
|
+
"name": "default",
|
2759
|
+
"declaration": {
|
2760
|
+
"name": "Bullet",
|
2761
|
+
"module": "components/bullet/bullet.component.js"
|
2762
|
+
}
|
2763
|
+
}
|
2764
|
+
]
|
2765
|
+
},
|
2766
2766
|
{
|
2767
2767
|
"kind": "javascript-module",
|
2768
2768
|
"path": "components/checkbox/checkbox.component.js",
|
package/dist/react/index.d.ts
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
2
|
-
export { default as Appheader } from './appheader';
|
3
2
|
export { default as Avatar } from './avatar';
|
3
|
+
export { default as Appheader } from './appheader';
|
4
4
|
export { default as AvatarButton } from './avatarbutton';
|
5
5
|
export { default as Badge } from './badge';
|
6
|
-
export { default as Brandvisual } from './brandvisual';
|
7
|
-
export { default as Bullet } from './bullet';
|
8
6
|
export { default as Button } from './button';
|
9
7
|
export { default as Buttonsimple } from './buttonsimple';
|
8
|
+
export { default as Brandvisual } from './brandvisual';
|
9
|
+
export { default as Bullet } from './bullet';
|
10
10
|
export { default as Checkbox } from './checkbox';
|
11
11
|
export { default as Chip } from './chip';
|
12
12
|
export { default as Coachmark } from './coachmark';
|
package/dist/react/index.js
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
export { default as AlertChip } from './alertchip';
|
2
|
-
export { default as Appheader } from './appheader';
|
3
2
|
export { default as Avatar } from './avatar';
|
3
|
+
export { default as Appheader } from './appheader';
|
4
4
|
export { default as AvatarButton } from './avatarbutton';
|
5
5
|
export { default as Badge } from './badge';
|
6
|
-
export { default as Brandvisual } from './brandvisual';
|
7
|
-
export { default as Bullet } from './bullet';
|
8
6
|
export { default as Button } from './button';
|
9
7
|
export { default as Buttonsimple } from './buttonsimple';
|
8
|
+
export { default as Brandvisual } from './brandvisual';
|
9
|
+
export { default as Bullet } from './bullet';
|
10
10
|
export { default as Checkbox } from './checkbox';
|
11
11
|
export { default as Chip } from './chip';
|
12
12
|
export { default as Coachmark } from './coachmark';
|
package/package.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
"@floating-ui/dom": "^1.6.12",
|
32
32
|
"@lit/context": "^1.1.2",
|
33
33
|
"@lit/react": "^1.0.5",
|
34
|
+
"@momentum-design/brand-visuals": "*",
|
34
35
|
"@momentum-design/fonts": "*",
|
35
36
|
"@momentum-design/icons": "*",
|
36
37
|
"@momentum-design/tokens": "*",
|
@@ -38,5 +39,5 @@
|
|
38
39
|
"lit": "^3.2.0",
|
39
40
|
"uuid": "^11.0.5"
|
40
41
|
},
|
41
|
-
"version": "0.46.
|
42
|
+
"version": "0.46.1"
|
42
43
|
}
|