@momentum-design/components 0.15.3 → 0.15.4

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.
@@ -1703,6 +1703,77 @@
1703
1703
  }
1704
1704
  ]
1705
1705
  },
1706
+ {
1707
+ "kind": "javascript-module",
1708
+ "path": "components/marker/marker.component.js",
1709
+ "declarations": [
1710
+ {
1711
+ "kind": "class",
1712
+ "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
1713
+ "name": "Marker",
1714
+ "cssProperties": [
1715
+ {
1716
+ "description": "Allows customization of the default background color in solid variant.",
1717
+ "name": "--mdc-marker-solid-background-color"
1718
+ },
1719
+ {
1720
+ "description": "Allows customization of the default stripes in striped variant.",
1721
+ "name": "--mdc-marker-striped-color"
1722
+ },
1723
+ {
1724
+ "description": "Allows customization of the default background color in striped variant.",
1725
+ "name": "--mdc-marker-striped-background-color"
1726
+ },
1727
+ {
1728
+ "description": "Allows customization of the default width.",
1729
+ "name": "--mdc-marker-width"
1730
+ }
1731
+ ],
1732
+ "members": [
1733
+ {
1734
+ "kind": "field",
1735
+ "name": "variant",
1736
+ "type": {
1737
+ "text": "MarkerVariants"
1738
+ },
1739
+ "privacy": "public",
1740
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
1741
+ "default": "solid",
1742
+ "attribute": "variant",
1743
+ "reflects": true
1744
+ }
1745
+ ],
1746
+ "attributes": [
1747
+ {
1748
+ "name": "variant",
1749
+ "type": {
1750
+ "text": "MarkerVariants"
1751
+ },
1752
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
1753
+ "default": "solid",
1754
+ "fieldName": "variant"
1755
+ }
1756
+ ],
1757
+ "superclass": {
1758
+ "name": "Component",
1759
+ "module": "/src/models"
1760
+ },
1761
+ "tagName": "mdc-marker",
1762
+ "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
1763
+ "customElement": true
1764
+ }
1765
+ ],
1766
+ "exports": [
1767
+ {
1768
+ "kind": "js",
1769
+ "name": "default",
1770
+ "declaration": {
1771
+ "name": "Marker",
1772
+ "module": "components/marker/marker.component.js"
1773
+ }
1774
+ }
1775
+ ]
1776
+ },
1706
1777
  {
1707
1778
  "kind": "javascript-module",
1708
1779
  "path": "components/iconprovider/iconprovider.component.js",
@@ -1841,77 +1912,6 @@
1841
1912
  }
1842
1913
  ]
1843
1914
  },
1844
- {
1845
- "kind": "javascript-module",
1846
- "path": "components/marker/marker.component.js",
1847
- "declarations": [
1848
- {
1849
- "kind": "class",
1850
- "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
1851
- "name": "Marker",
1852
- "cssProperties": [
1853
- {
1854
- "description": "Allows customization of the default background color in solid variant.",
1855
- "name": "--mdc-marker-solid-background-color"
1856
- },
1857
- {
1858
- "description": "Allows customization of the default stripes in striped variant.",
1859
- "name": "--mdc-marker-striped-color"
1860
- },
1861
- {
1862
- "description": "Allows customization of the default background color in striped variant.",
1863
- "name": "--mdc-marker-striped-background-color"
1864
- },
1865
- {
1866
- "description": "Allows customization of the default width.",
1867
- "name": "--mdc-marker-width"
1868
- }
1869
- ],
1870
- "members": [
1871
- {
1872
- "kind": "field",
1873
- "name": "variant",
1874
- "type": {
1875
- "text": "MarkerVariants"
1876
- },
1877
- "privacy": "public",
1878
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
1879
- "default": "solid",
1880
- "attribute": "variant",
1881
- "reflects": true
1882
- }
1883
- ],
1884
- "attributes": [
1885
- {
1886
- "name": "variant",
1887
- "type": {
1888
- "text": "MarkerVariants"
1889
- },
1890
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
1891
- "default": "solid",
1892
- "fieldName": "variant"
1893
- }
1894
- ],
1895
- "superclass": {
1896
- "name": "Component",
1897
- "module": "/src/models"
1898
- },
1899
- "tagName": "mdc-marker",
1900
- "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
1901
- "customElement": true
1902
- }
1903
- ],
1904
- "exports": [
1905
- {
1906
- "kind": "js",
1907
- "name": "default",
1908
- "declaration": {
1909
- "name": "Marker",
1910
- "module": "components/marker/marker.component.js"
1911
- }
1912
- }
1913
- ]
1914
- },
1915
1915
  {
1916
1916
  "kind": "javascript-module",
1917
1917
  "path": "components/presence/presence.component.js",
@@ -5,8 +5,8 @@ export { default as Button } from './button';
5
5
  export { default as Buttonsimple } from './buttonsimple';
6
6
  export { default as Divider } from './divider';
7
7
  export { default as Icon } from './icon';
8
- export { default as IconProvider } from './iconprovider';
9
8
  export { default as Marker } from './marker';
9
+ export { default as IconProvider } from './iconprovider';
10
10
  export { default as Presence } from './presence';
11
11
  export { default as Text } from './text';
12
12
  export { default as ThemeProvider } from './themeprovider';
@@ -5,8 +5,8 @@ export { default as Button } from './button';
5
5
  export { default as Buttonsimple } from './buttonsimple';
6
6
  export { default as Divider } from './divider';
7
7
  export { default as Icon } from './icon';
8
- export { default as IconProvider } from './iconprovider';
9
8
  export { default as Marker } from './marker';
9
+ export { default as IconProvider } from './iconprovider';
10
10
  export { default as Presence } from './presence';
11
11
  export { default as Text } from './text';
12
12
  export { default as ThemeProvider } from './themeprovider';
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "@momentum-design/tokens": "*",
36
36
  "lit": "^3.2.0"
37
37
  },
38
- "version": "0.15.3"
38
+ "version": "0.15.4"
39
39
  }