@skedulo/breeze-ui 1.28.0 → 1.29.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.
@@ -1864,6 +1864,96 @@
1864
1864
  }
1865
1865
  ]
1866
1866
  },
1867
+ {
1868
+ "kind": "javascript-module",
1869
+ "path": "src/components/divider.ts",
1870
+ "declarations": [
1871
+ {
1872
+ "kind": "variable",
1873
+ "name": "DIVIDER"
1874
+ },
1875
+ {
1876
+ "kind": "class",
1877
+ "description": "Divider component for visual separation.",
1878
+ "name": "Divider",
1879
+ "members": [
1880
+ {
1881
+ "kind": "field",
1882
+ "name": "orientation",
1883
+ "type": {
1884
+ "text": "Orientation"
1885
+ },
1886
+ "default": "'horizontal'",
1887
+ "description": "Sets the divider orientation",
1888
+ "attribute": "orientation",
1889
+ "reflects": true
1890
+ },
1891
+ {
1892
+ "kind": "field",
1893
+ "name": "spacing",
1894
+ "type": {
1895
+ "text": "Spacing"
1896
+ },
1897
+ "default": "'medium'",
1898
+ "description": "Sets the spacing around the divider",
1899
+ "attribute": "spacing",
1900
+ "reflects": true
1901
+ }
1902
+ ],
1903
+ "attributes": [
1904
+ {
1905
+ "name": "orientation",
1906
+ "type": {
1907
+ "text": "Orientation"
1908
+ },
1909
+ "default": "'horizontal'",
1910
+ "description": "Sets the divider orientation",
1911
+ "fieldName": "orientation"
1912
+ },
1913
+ {
1914
+ "name": "spacing",
1915
+ "type": {
1916
+ "text": "Spacing"
1917
+ },
1918
+ "default": "'medium'",
1919
+ "description": "Sets the spacing around the divider",
1920
+ "fieldName": "spacing"
1921
+ }
1922
+ ],
1923
+ "superclass": {
1924
+ "name": "LitElement",
1925
+ "package": "lit"
1926
+ },
1927
+ "tagName": "brz-divider",
1928
+ "customElement": true
1929
+ }
1930
+ ],
1931
+ "exports": [
1932
+ {
1933
+ "kind": "js",
1934
+ "name": "DIVIDER",
1935
+ "declaration": {
1936
+ "name": "DIVIDER",
1937
+ "module": "src/components/divider.ts"
1938
+ }
1939
+ },
1940
+ {
1941
+ "kind": "js",
1942
+ "name": "Divider",
1943
+ "declaration": {
1944
+ "name": "Divider",
1945
+ "module": "src/components/divider.ts"
1946
+ }
1947
+ },
1948
+ {
1949
+ "kind": "custom-element-definition",
1950
+ "declaration": {
1951
+ "name": "Divider",
1952
+ "module": "src/components/divider.ts"
1953
+ }
1954
+ }
1955
+ ]
1956
+ },
1867
1957
  {
1868
1958
  "kind": "javascript-module",
1869
1959
  "path": "src/components/dropdown-button.ts",
@@ -2649,6 +2739,14 @@
2649
2739
  "package": "./skeleton"
2650
2740
  }
2651
2741
  },
2742
+ {
2743
+ "kind": "js",
2744
+ "name": "*",
2745
+ "declaration": {
2746
+ "name": "*",
2747
+ "package": "./divider"
2748
+ }
2749
+ },
2652
2750
  {
2653
2751
  "kind": "js",
2654
2752
  "name": "*",