@momentum-design/components 0.124.1 → 0.125.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 +303 -303
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/package.json +1 -1
|
@@ -1654,218 +1654,6 @@
|
|
|
1654
1654
|
}
|
|
1655
1655
|
]
|
|
1656
1656
|
},
|
|
1657
|
-
{
|
|
1658
|
-
"kind": "javascript-module",
|
|
1659
|
-
"path": "components/animation/animation.component.js",
|
|
1660
|
-
"declarations": [
|
|
1661
|
-
{
|
|
1662
|
-
"kind": "class",
|
|
1663
|
-
"description": "The `mdc-animation` component is a wrapper around the Lottie animation library.\nIt fetches the animation data dynamically based on the provided name and renders it.\nThis is a display only component that does not have any interactive functionality.\nFrom accessibility perspective, (by default) it is a decorative image component.",
|
|
1664
|
-
"name": "Animation",
|
|
1665
|
-
"members": [
|
|
1666
|
-
{
|
|
1667
|
-
"kind": "field",
|
|
1668
|
-
"name": "name",
|
|
1669
|
-
"type": {
|
|
1670
|
-
"text": "AnimationNames | undefined"
|
|
1671
|
-
},
|
|
1672
|
-
"description": "Name of the animation (= filename)",
|
|
1673
|
-
"attribute": "name",
|
|
1674
|
-
"reflects": true
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "field",
|
|
1678
|
-
"name": "loop",
|
|
1679
|
-
"type": {
|
|
1680
|
-
"text": "LoopType | undefined"
|
|
1681
|
-
},
|
|
1682
|
-
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
|
1683
|
-
"attribute": "loop",
|
|
1684
|
-
"reflects": true
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"kind": "field",
|
|
1688
|
-
"name": "autoplay",
|
|
1689
|
-
"type": {
|
|
1690
|
-
"text": "boolean | undefined"
|
|
1691
|
-
},
|
|
1692
|
-
"description": "Weather start the animation automatically",
|
|
1693
|
-
"attribute": "autoplay",
|
|
1694
|
-
"reflects": true
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"kind": "field",
|
|
1698
|
-
"name": "ariaLabel",
|
|
1699
|
-
"type": {
|
|
1700
|
-
"text": "string | null"
|
|
1701
|
-
},
|
|
1702
|
-
"default": "null",
|
|
1703
|
-
"description": "Aria-label attribute to be set for accessibility",
|
|
1704
|
-
"attribute": "aria-label"
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "field",
|
|
1708
|
-
"name": "ariaLabelledby",
|
|
1709
|
-
"type": {
|
|
1710
|
-
"text": "string | null"
|
|
1711
|
-
},
|
|
1712
|
-
"default": "null",
|
|
1713
|
-
"description": "Aria-labelledby attribute to be set for accessibility",
|
|
1714
|
-
"attribute": "aria-labelledby"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"kind": "field",
|
|
1718
|
-
"name": "lottieInstance",
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "AnimationItem | undefined"
|
|
1721
|
-
},
|
|
1722
|
-
"privacy": "private",
|
|
1723
|
-
"description": "Lottie animation instance"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "field",
|
|
1727
|
-
"name": "containerRef",
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "Ref<HTMLDivElement>"
|
|
1730
|
-
},
|
|
1731
|
-
"privacy": "private",
|
|
1732
|
-
"description": "Container for the animation"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"kind": "field",
|
|
1736
|
-
"name": "animation",
|
|
1737
|
-
"description": "Exposed API of the animation library (lottie)",
|
|
1738
|
-
"readonly": true
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "method",
|
|
1742
|
-
"name": "getLoopValue",
|
|
1743
|
-
"privacy": "private"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "method",
|
|
1747
|
-
"name": "onLoadSuccessHandler",
|
|
1748
|
-
"privacy": "private",
|
|
1749
|
-
"parameters": [
|
|
1750
|
-
{
|
|
1751
|
-
"name": "animationData",
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "any"
|
|
1754
|
-
}
|
|
1755
|
-
}
|
|
1756
|
-
],
|
|
1757
|
-
"description": "Create new lotty instance for the loaded data"
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"kind": "method",
|
|
1761
|
-
"name": "onLoadFailHandler",
|
|
1762
|
-
"privacy": "private",
|
|
1763
|
-
"parameters": [
|
|
1764
|
-
{
|
|
1765
|
-
"name": "error",
|
|
1766
|
-
"type": {
|
|
1767
|
-
"text": "Error"
|
|
1768
|
-
}
|
|
1769
|
-
}
|
|
1770
|
-
],
|
|
1771
|
-
"description": "Error handler for animation loading"
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "method",
|
|
1775
|
-
"name": "getAnimationData",
|
|
1776
|
-
"privacy": "private",
|
|
1777
|
-
"description": "Import animation data dynamically"
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "field",
|
|
1781
|
-
"name": "onCompleteHandler",
|
|
1782
|
-
"description": "Re-dispatch the complete event from the animation library\n\nThis handler called with the animation instance instead of the component instance\nso we need to bind it to the component instance. The arrow function just does that."
|
|
1783
|
-
}
|
|
1784
|
-
],
|
|
1785
|
-
"events": [
|
|
1786
|
-
{
|
|
1787
|
-
"name": "load",
|
|
1788
|
-
"type": {
|
|
1789
|
-
"text": "CustomEvent"
|
|
1790
|
-
},
|
|
1791
|
-
"description": "(React: onLoad) This event is dispatched when the animation is loaded",
|
|
1792
|
-
"reactName": "onLoad"
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"description": "(React: onComplete) This event is dispatched when all animation loops completed",
|
|
1796
|
-
"name": "complete",
|
|
1797
|
-
"reactName": "onComplete"
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"description": "(React: onError) This event is dispatched when animation loading failed",
|
|
1801
|
-
"name": "error",
|
|
1802
|
-
"reactName": "onError"
|
|
1803
|
-
}
|
|
1804
|
-
],
|
|
1805
|
-
"attributes": [
|
|
1806
|
-
{
|
|
1807
|
-
"name": "name",
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "AnimationNames | undefined"
|
|
1810
|
-
},
|
|
1811
|
-
"description": "Name of the animation (= filename)",
|
|
1812
|
-
"fieldName": "name"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "loop",
|
|
1816
|
-
"type": {
|
|
1817
|
-
"text": "LoopType | undefined"
|
|
1818
|
-
},
|
|
1819
|
-
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
|
1820
|
-
"fieldName": "loop"
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"name": "autoplay",
|
|
1824
|
-
"type": {
|
|
1825
|
-
"text": "boolean | undefined"
|
|
1826
|
-
},
|
|
1827
|
-
"description": "Weather start the animation automatically",
|
|
1828
|
-
"fieldName": "autoplay"
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"name": "aria-label",
|
|
1832
|
-
"type": {
|
|
1833
|
-
"text": "string | null"
|
|
1834
|
-
},
|
|
1835
|
-
"default": "null",
|
|
1836
|
-
"description": "Aria-label attribute to be set for accessibility",
|
|
1837
|
-
"fieldName": "ariaLabel"
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "aria-labelledby",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "string | null"
|
|
1843
|
-
},
|
|
1844
|
-
"default": "null",
|
|
1845
|
-
"description": "Aria-labelledby attribute to be set for accessibility",
|
|
1846
|
-
"fieldName": "ariaLabelledby"
|
|
1847
|
-
}
|
|
1848
|
-
],
|
|
1849
|
-
"superclass": {
|
|
1850
|
-
"name": "Component",
|
|
1851
|
-
"module": "/src/models"
|
|
1852
|
-
},
|
|
1853
|
-
"tagName": "mdc-animation",
|
|
1854
|
-
"jsDoc": "/**\n * The `mdc-animation` component is a wrapper around the Lottie animation library.\n * It fetches the animation data dynamically based on the provided name and renders it.\n * This is a display only component that does not have any interactive functionality.\n * From accessibility perspective, (by default) it is a decorative image component.\n *\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
|
1855
|
-
"customElement": true
|
|
1856
|
-
}
|
|
1857
|
-
],
|
|
1858
|
-
"exports": [
|
|
1859
|
-
{
|
|
1860
|
-
"kind": "js",
|
|
1861
|
-
"name": "default",
|
|
1862
|
-
"declaration": {
|
|
1863
|
-
"name": "Animation",
|
|
1864
|
-
"module": "components/animation/animation.component.js"
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
]
|
|
1868
|
-
},
|
|
1869
1657
|
{
|
|
1870
1658
|
"kind": "javascript-module",
|
|
1871
1659
|
"path": "components/announcementdialog/announcementdialog.component.js",
|
|
@@ -3239,43 +3027,255 @@
|
|
|
3239
3027
|
"name": "Appheader",
|
|
3240
3028
|
"cssParts": [
|
|
3241
3029
|
{
|
|
3242
|
-
"description": "The main container for styling the header.",
|
|
3243
|
-
"name": "container"
|
|
3030
|
+
"description": "The main container for styling the header.",
|
|
3031
|
+
"name": "container"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"description": "The leading section of the header.",
|
|
3035
|
+
"name": "leading-section"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"description": "The center section of the header.",
|
|
3039
|
+
"name": "center-section"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"description": "The trailing section of the header.",
|
|
3043
|
+
"name": "trailing-section"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"slots": [
|
|
3047
|
+
{
|
|
3048
|
+
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
|
3049
|
+
"name": "leading"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"description": "Slot for the center section (e.g., search bar, icons).",
|
|
3053
|
+
"name": "center"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
|
3057
|
+
"name": "trailing"
|
|
3058
|
+
}
|
|
3059
|
+
],
|
|
3060
|
+
"members": [],
|
|
3061
|
+
"superclass": {
|
|
3062
|
+
"name": "Component",
|
|
3063
|
+
"module": "/src/models"
|
|
3064
|
+
},
|
|
3065
|
+
"tagName": "mdc-appheader",
|
|
3066
|
+
"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 */",
|
|
3067
|
+
"customElement": true
|
|
3068
|
+
}
|
|
3069
|
+
],
|
|
3070
|
+
"exports": [
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "js",
|
|
3073
|
+
"name": "default",
|
|
3074
|
+
"declaration": {
|
|
3075
|
+
"name": "Appheader",
|
|
3076
|
+
"module": "components/appheader/appheader.component.js"
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
]
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"kind": "javascript-module",
|
|
3083
|
+
"path": "components/animation/animation.component.js",
|
|
3084
|
+
"declarations": [
|
|
3085
|
+
{
|
|
3086
|
+
"kind": "class",
|
|
3087
|
+
"description": "The `mdc-animation` component is a wrapper around the Lottie animation library.\nIt fetches the animation data dynamically based on the provided name and renders it.\nThis is a display only component that does not have any interactive functionality.\nFrom accessibility perspective, (by default) it is a decorative image component.",
|
|
3088
|
+
"name": "Animation",
|
|
3089
|
+
"members": [
|
|
3090
|
+
{
|
|
3091
|
+
"kind": "field",
|
|
3092
|
+
"name": "name",
|
|
3093
|
+
"type": {
|
|
3094
|
+
"text": "AnimationNames | undefined"
|
|
3095
|
+
},
|
|
3096
|
+
"description": "Name of the animation (= filename)",
|
|
3097
|
+
"attribute": "name",
|
|
3098
|
+
"reflects": true
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "field",
|
|
3102
|
+
"name": "loop",
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "LoopType | undefined"
|
|
3105
|
+
},
|
|
3106
|
+
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
|
3107
|
+
"attribute": "loop",
|
|
3108
|
+
"reflects": true
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"kind": "field",
|
|
3112
|
+
"name": "autoplay",
|
|
3113
|
+
"type": {
|
|
3114
|
+
"text": "boolean | undefined"
|
|
3115
|
+
},
|
|
3116
|
+
"description": "Weather start the animation automatically",
|
|
3117
|
+
"attribute": "autoplay",
|
|
3118
|
+
"reflects": true
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"kind": "field",
|
|
3122
|
+
"name": "ariaLabel",
|
|
3123
|
+
"type": {
|
|
3124
|
+
"text": "string | null"
|
|
3125
|
+
},
|
|
3126
|
+
"default": "null",
|
|
3127
|
+
"description": "Aria-label attribute to be set for accessibility",
|
|
3128
|
+
"attribute": "aria-label"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "field",
|
|
3132
|
+
"name": "ariaLabelledby",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"text": "string | null"
|
|
3135
|
+
},
|
|
3136
|
+
"default": "null",
|
|
3137
|
+
"description": "Aria-labelledby attribute to be set for accessibility",
|
|
3138
|
+
"attribute": "aria-labelledby"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"kind": "field",
|
|
3142
|
+
"name": "lottieInstance",
|
|
3143
|
+
"type": {
|
|
3144
|
+
"text": "AnimationItem | undefined"
|
|
3145
|
+
},
|
|
3146
|
+
"privacy": "private",
|
|
3147
|
+
"description": "Lottie animation instance"
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"kind": "field",
|
|
3151
|
+
"name": "containerRef",
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "Ref<HTMLDivElement>"
|
|
3154
|
+
},
|
|
3155
|
+
"privacy": "private",
|
|
3156
|
+
"description": "Container for the animation"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"kind": "field",
|
|
3160
|
+
"name": "animation",
|
|
3161
|
+
"description": "Exposed API of the animation library (lottie)",
|
|
3162
|
+
"readonly": true
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"kind": "method",
|
|
3166
|
+
"name": "getLoopValue",
|
|
3167
|
+
"privacy": "private"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"kind": "method",
|
|
3171
|
+
"name": "onLoadSuccessHandler",
|
|
3172
|
+
"privacy": "private",
|
|
3173
|
+
"parameters": [
|
|
3174
|
+
{
|
|
3175
|
+
"name": "animationData",
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "any"
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
3180
|
+
],
|
|
3181
|
+
"description": "Create new lotty instance for the loaded data"
|
|
3244
3182
|
},
|
|
3245
3183
|
{
|
|
3246
|
-
"
|
|
3247
|
-
"name": "
|
|
3184
|
+
"kind": "method",
|
|
3185
|
+
"name": "onLoadFailHandler",
|
|
3186
|
+
"privacy": "private",
|
|
3187
|
+
"parameters": [
|
|
3188
|
+
{
|
|
3189
|
+
"name": "error",
|
|
3190
|
+
"type": {
|
|
3191
|
+
"text": "Error"
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
],
|
|
3195
|
+
"description": "Error handler for animation loading"
|
|
3248
3196
|
},
|
|
3249
3197
|
{
|
|
3250
|
-
"
|
|
3251
|
-
"name": "
|
|
3198
|
+
"kind": "method",
|
|
3199
|
+
"name": "getAnimationData",
|
|
3200
|
+
"privacy": "private",
|
|
3201
|
+
"description": "Import animation data dynamically"
|
|
3252
3202
|
},
|
|
3253
3203
|
{
|
|
3254
|
-
"
|
|
3255
|
-
"name": "
|
|
3204
|
+
"kind": "field",
|
|
3205
|
+
"name": "onCompleteHandler",
|
|
3206
|
+
"description": "Re-dispatch the complete event from the animation library\n\nThis handler called with the animation instance instead of the component instance\nso we need to bind it to the component instance. The arrow function just does that."
|
|
3256
3207
|
}
|
|
3257
3208
|
],
|
|
3258
|
-
"
|
|
3209
|
+
"events": [
|
|
3259
3210
|
{
|
|
3260
|
-
"
|
|
3261
|
-
"
|
|
3211
|
+
"name": "load",
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "CustomEvent"
|
|
3214
|
+
},
|
|
3215
|
+
"description": "(React: onLoad) This event is dispatched when the animation is loaded",
|
|
3216
|
+
"reactName": "onLoad"
|
|
3262
3217
|
},
|
|
3263
3218
|
{
|
|
3264
|
-
"description": "
|
|
3265
|
-
"name": "
|
|
3219
|
+
"description": "(React: onComplete) This event is dispatched when all animation loops completed",
|
|
3220
|
+
"name": "complete",
|
|
3221
|
+
"reactName": "onComplete"
|
|
3266
3222
|
},
|
|
3267
3223
|
{
|
|
3268
|
-
"description": "
|
|
3269
|
-
"name": "
|
|
3224
|
+
"description": "(React: onError) This event is dispatched when animation loading failed",
|
|
3225
|
+
"name": "error",
|
|
3226
|
+
"reactName": "onError"
|
|
3227
|
+
}
|
|
3228
|
+
],
|
|
3229
|
+
"attributes": [
|
|
3230
|
+
{
|
|
3231
|
+
"name": "name",
|
|
3232
|
+
"type": {
|
|
3233
|
+
"text": "AnimationNames | undefined"
|
|
3234
|
+
},
|
|
3235
|
+
"description": "Name of the animation (= filename)",
|
|
3236
|
+
"fieldName": "name"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "loop",
|
|
3240
|
+
"type": {
|
|
3241
|
+
"text": "LoopType | undefined"
|
|
3242
|
+
},
|
|
3243
|
+
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
|
3244
|
+
"fieldName": "loop"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "autoplay",
|
|
3248
|
+
"type": {
|
|
3249
|
+
"text": "boolean | undefined"
|
|
3250
|
+
},
|
|
3251
|
+
"description": "Weather start the animation automatically",
|
|
3252
|
+
"fieldName": "autoplay"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "aria-label",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "string | null"
|
|
3258
|
+
},
|
|
3259
|
+
"default": "null",
|
|
3260
|
+
"description": "Aria-label attribute to be set for accessibility",
|
|
3261
|
+
"fieldName": "ariaLabel"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"name": "aria-labelledby",
|
|
3265
|
+
"type": {
|
|
3266
|
+
"text": "string | null"
|
|
3267
|
+
},
|
|
3268
|
+
"default": "null",
|
|
3269
|
+
"description": "Aria-labelledby attribute to be set for accessibility",
|
|
3270
|
+
"fieldName": "ariaLabelledby"
|
|
3270
3271
|
}
|
|
3271
3272
|
],
|
|
3272
|
-
"members": [],
|
|
3273
3273
|
"superclass": {
|
|
3274
3274
|
"name": "Component",
|
|
3275
3275
|
"module": "/src/models"
|
|
3276
3276
|
},
|
|
3277
|
-
"tagName": "mdc-
|
|
3278
|
-
"jsDoc": "/**\n * The `mdc-
|
|
3277
|
+
"tagName": "mdc-animation",
|
|
3278
|
+
"jsDoc": "/**\n * The `mdc-animation` component is a wrapper around the Lottie animation library.\n * It fetches the animation data dynamically based on the provided name and renders it.\n * This is a display only component that does not have any interactive functionality.\n * From accessibility perspective, (by default) it is a decorative image component.\n *\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
|
3279
3279
|
"customElement": true
|
|
3280
3280
|
}
|
|
3281
3281
|
],
|
|
@@ -3284,8 +3284,8 @@
|
|
|
3284
3284
|
"kind": "js",
|
|
3285
3285
|
"name": "default",
|
|
3286
3286
|
"declaration": {
|
|
3287
|
-
"name": "
|
|
3288
|
-
"module": "components/
|
|
3287
|
+
"name": "Animation",
|
|
3288
|
+
"module": "components/animation/animation.component.js"
|
|
3289
3289
|
}
|
|
3290
3290
|
}
|
|
3291
3291
|
]
|
|
@@ -4838,77 +4838,6 @@
|
|
|
4838
4838
|
}
|
|
4839
4839
|
]
|
|
4840
4840
|
},
|
|
4841
|
-
{
|
|
4842
|
-
"kind": "javascript-module",
|
|
4843
|
-
"path": "components/bullet/bullet.component.js",
|
|
4844
|
-
"declarations": [
|
|
4845
|
-
{
|
|
4846
|
-
"kind": "class",
|
|
4847
|
-
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
|
4848
|
-
"name": "Bullet",
|
|
4849
|
-
"cssProperties": [
|
|
4850
|
-
{
|
|
4851
|
-
"description": "background color of the bullet",
|
|
4852
|
-
"name": "--mdc-bullet-background-color"
|
|
4853
|
-
},
|
|
4854
|
-
{
|
|
4855
|
-
"description": "small size value of the bullet",
|
|
4856
|
-
"name": "--mdc-bullet-size-small"
|
|
4857
|
-
},
|
|
4858
|
-
{
|
|
4859
|
-
"description": "medium size value of the bullet",
|
|
4860
|
-
"name": "--mdc-bullet-size-medium"
|
|
4861
|
-
},
|
|
4862
|
-
{
|
|
4863
|
-
"description": "large size value of the bullet",
|
|
4864
|
-
"name": "--mdc-bullet-size-large"
|
|
4865
|
-
}
|
|
4866
|
-
],
|
|
4867
|
-
"members": [
|
|
4868
|
-
{
|
|
4869
|
-
"kind": "field",
|
|
4870
|
-
"name": "size",
|
|
4871
|
-
"type": {
|
|
4872
|
-
"text": "Size"
|
|
4873
|
-
},
|
|
4874
|
-
"privacy": "public",
|
|
4875
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
|
4876
|
-
"default": "small",
|
|
4877
|
-
"attribute": "size",
|
|
4878
|
-
"reflects": true
|
|
4879
|
-
}
|
|
4880
|
-
],
|
|
4881
|
-
"attributes": [
|
|
4882
|
-
{
|
|
4883
|
-
"name": "size",
|
|
4884
|
-
"type": {
|
|
4885
|
-
"text": "Size"
|
|
4886
|
-
},
|
|
4887
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
|
4888
|
-
"default": "small",
|
|
4889
|
-
"fieldName": "size"
|
|
4890
|
-
}
|
|
4891
|
-
],
|
|
4892
|
-
"superclass": {
|
|
4893
|
-
"name": "Component",
|
|
4894
|
-
"module": "/src/models"
|
|
4895
|
-
},
|
|
4896
|
-
"tagName": "mdc-bullet",
|
|
4897
|
-
"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 */",
|
|
4898
|
-
"customElement": true
|
|
4899
|
-
}
|
|
4900
|
-
],
|
|
4901
|
-
"exports": [
|
|
4902
|
-
{
|
|
4903
|
-
"kind": "js",
|
|
4904
|
-
"name": "default",
|
|
4905
|
-
"declaration": {
|
|
4906
|
-
"name": "Bullet",
|
|
4907
|
-
"module": "components/bullet/bullet.component.js"
|
|
4908
|
-
}
|
|
4909
|
-
}
|
|
4910
|
-
]
|
|
4911
|
-
},
|
|
4912
4841
|
{
|
|
4913
4842
|
"kind": "javascript-module",
|
|
4914
4843
|
"path": "components/brandvisual/brandvisual.component.js",
|
|
@@ -5085,6 +5014,77 @@
|
|
|
5085
5014
|
}
|
|
5086
5015
|
]
|
|
5087
5016
|
},
|
|
5017
|
+
{
|
|
5018
|
+
"kind": "javascript-module",
|
|
5019
|
+
"path": "components/bullet/bullet.component.js",
|
|
5020
|
+
"declarations": [
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "class",
|
|
5023
|
+
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
|
5024
|
+
"name": "Bullet",
|
|
5025
|
+
"cssProperties": [
|
|
5026
|
+
{
|
|
5027
|
+
"description": "background color of the bullet",
|
|
5028
|
+
"name": "--mdc-bullet-background-color"
|
|
5029
|
+
},
|
|
5030
|
+
{
|
|
5031
|
+
"description": "small size value of the bullet",
|
|
5032
|
+
"name": "--mdc-bullet-size-small"
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
"description": "medium size value of the bullet",
|
|
5036
|
+
"name": "--mdc-bullet-size-medium"
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"description": "large size value of the bullet",
|
|
5040
|
+
"name": "--mdc-bullet-size-large"
|
|
5041
|
+
}
|
|
5042
|
+
],
|
|
5043
|
+
"members": [
|
|
5044
|
+
{
|
|
5045
|
+
"kind": "field",
|
|
5046
|
+
"name": "size",
|
|
5047
|
+
"type": {
|
|
5048
|
+
"text": "Size"
|
|
5049
|
+
},
|
|
5050
|
+
"privacy": "public",
|
|
5051
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
|
5052
|
+
"default": "small",
|
|
5053
|
+
"attribute": "size",
|
|
5054
|
+
"reflects": true
|
|
5055
|
+
}
|
|
5056
|
+
],
|
|
5057
|
+
"attributes": [
|
|
5058
|
+
{
|
|
5059
|
+
"name": "size",
|
|
5060
|
+
"type": {
|
|
5061
|
+
"text": "Size"
|
|
5062
|
+
},
|
|
5063
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
|
5064
|
+
"default": "small",
|
|
5065
|
+
"fieldName": "size"
|
|
5066
|
+
}
|
|
5067
|
+
],
|
|
5068
|
+
"superclass": {
|
|
5069
|
+
"name": "Component",
|
|
5070
|
+
"module": "/src/models"
|
|
5071
|
+
},
|
|
5072
|
+
"tagName": "mdc-bullet",
|
|
5073
|
+
"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 */",
|
|
5074
|
+
"customElement": true
|
|
5075
|
+
}
|
|
5076
|
+
],
|
|
5077
|
+
"exports": [
|
|
5078
|
+
{
|
|
5079
|
+
"kind": "js",
|
|
5080
|
+
"name": "default",
|
|
5081
|
+
"declaration": {
|
|
5082
|
+
"name": "Bullet",
|
|
5083
|
+
"module": "components/bullet/bullet.component.js"
|
|
5084
|
+
}
|
|
5085
|
+
}
|
|
5086
|
+
]
|
|
5087
|
+
},
|
|
5088
5088
|
{
|
|
5089
5089
|
"kind": "javascript-module",
|
|
5090
5090
|
"path": "components/button/button.component.js",
|
package/dist/react/index.d.ts
CHANGED
|
@@ -2,15 +2,15 @@ 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 Animation } from './animation';
|
|
6
5
|
export { default as AnnouncementDialog } from './announcementdialog';
|
|
7
6
|
export { default as Appheader } from './appheader';
|
|
7
|
+
export { default as Animation } from './animation';
|
|
8
8
|
export { default as Avatar } from './avatar';
|
|
9
9
|
export { default as AvatarButton } from './avatarbutton';
|
|
10
10
|
export { default as Badge } from './badge';
|
|
11
11
|
export { default as Banner } from './banner';
|
|
12
|
-
export { default as Bullet } from './bullet';
|
|
13
12
|
export { default as Brandvisual } from './brandvisual';
|
|
13
|
+
export { default as Bullet } from './bullet';
|
|
14
14
|
export { default as Button } from './button';
|
|
15
15
|
export { default as ButtonGroup } from './buttongroup';
|
|
16
16
|
export { default as ButtonLink } from './buttonlink';
|
package/dist/react/index.js
CHANGED
|
@@ -2,15 +2,15 @@ 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 Animation } from './animation';
|
|
6
5
|
export { default as AnnouncementDialog } from './announcementdialog';
|
|
7
6
|
export { default as Appheader } from './appheader';
|
|
7
|
+
export { default as Animation } from './animation';
|
|
8
8
|
export { default as Avatar } from './avatar';
|
|
9
9
|
export { default as AvatarButton } from './avatarbutton';
|
|
10
10
|
export { default as Badge } from './badge';
|
|
11
11
|
export { default as Banner } from './banner';
|
|
12
|
-
export { default as Bullet } from './bullet';
|
|
13
12
|
export { default as Brandvisual } from './brandvisual';
|
|
13
|
+
export { default as Bullet } from './bullet';
|
|
14
14
|
export { default as Button } from './button';
|
|
15
15
|
export { default as ButtonGroup } from './buttongroup';
|
|
16
16
|
export { default as ButtonLink } from './buttonlink';
|