@skedulo/breeze-ui 1.27.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.
- package/dist/custom-elements.json +98 -43
- package/dist/lib/cjs/breeze-ui.js +279 -287
- package/dist/lib/es/breeze-ui.js +4507 -4498
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/divider.d.ts +56 -0
- package/dist/types/components/divider.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/skeleton.d.ts +1 -13
- package/dist/types/components/skeleton.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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": "*",
|
|
@@ -19424,26 +19522,6 @@
|
|
|
19424
19522
|
"description": "Sets the border radius of the skeleton (CSS value)",
|
|
19425
19523
|
"attribute": "border-radius"
|
|
19426
19524
|
},
|
|
19427
|
-
{
|
|
19428
|
-
"kind": "field",
|
|
19429
|
-
"name": "rows",
|
|
19430
|
-
"type": {
|
|
19431
|
-
"text": "number"
|
|
19432
|
-
},
|
|
19433
|
-
"default": "5",
|
|
19434
|
-
"description": "Sets the number of rows for table variant (default: 5)",
|
|
19435
|
-
"attribute": "rows"
|
|
19436
|
-
},
|
|
19437
|
-
{
|
|
19438
|
-
"kind": "field",
|
|
19439
|
-
"name": "columns",
|
|
19440
|
-
"type": {
|
|
19441
|
-
"text": "number"
|
|
19442
|
-
},
|
|
19443
|
-
"default": "4",
|
|
19444
|
-
"description": "Sets the number of columns for table variant (default: 4)",
|
|
19445
|
-
"attribute": "columns"
|
|
19446
|
-
},
|
|
19447
19525
|
{
|
|
19448
19526
|
"kind": "field",
|
|
19449
19527
|
"name": "ariaLabel",
|
|
@@ -19453,11 +19531,6 @@
|
|
|
19453
19531
|
"default": "'Loading...'",
|
|
19454
19532
|
"description": "Sets the accessible label for screen readers",
|
|
19455
19533
|
"attribute": "aria-label"
|
|
19456
|
-
},
|
|
19457
|
-
{
|
|
19458
|
-
"kind": "method",
|
|
19459
|
-
"name": "renderTableSkeleton",
|
|
19460
|
-
"privacy": "private"
|
|
19461
19534
|
}
|
|
19462
19535
|
],
|
|
19463
19536
|
"attributes": [
|
|
@@ -19494,24 +19567,6 @@
|
|
|
19494
19567
|
"description": "Sets the border radius of the skeleton (CSS value)",
|
|
19495
19568
|
"fieldName": "borderRadius"
|
|
19496
19569
|
},
|
|
19497
|
-
{
|
|
19498
|
-
"name": "rows",
|
|
19499
|
-
"type": {
|
|
19500
|
-
"text": "number"
|
|
19501
|
-
},
|
|
19502
|
-
"default": "5",
|
|
19503
|
-
"description": "Sets the number of rows for table variant (default: 5)",
|
|
19504
|
-
"fieldName": "rows"
|
|
19505
|
-
},
|
|
19506
|
-
{
|
|
19507
|
-
"name": "columns",
|
|
19508
|
-
"type": {
|
|
19509
|
-
"text": "number"
|
|
19510
|
-
},
|
|
19511
|
-
"default": "4",
|
|
19512
|
-
"description": "Sets the number of columns for table variant (default: 4)",
|
|
19513
|
-
"fieldName": "columns"
|
|
19514
|
-
},
|
|
19515
19570
|
{
|
|
19516
19571
|
"name": "aria-label",
|
|
19517
19572
|
"type": {
|