@pure-ds/core 0.5.56 → 0.5.58
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/.cursorrules +520 -512
- package/.github/copilot-instructions.md +520 -512
- package/custom-elements.json +258 -98
- package/dist/types/public/assets/js/pds-manager.d.ts +141 -426
- package/dist/types/public/assets/js/pds-manager.d.ts.map +1 -1
- package/dist/types/public/assets/js/pds.d.ts +3 -4
- package/dist/types/public/assets/js/pds.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-omnibox.d.ts.map +1 -1
- package/dist/types/src/js/common/common.d.ts +6 -0
- package/dist/types/src/js/common/common.d.ts.map +1 -1
- package/dist/types/src/js/pds.d.ts.map +1 -1
- package/package.json +1 -1
- package/packages/pds-cli/bin/templates/bootstrap/src/js/app.js +1 -10
- package/public/assets/js/app.js +19 -19
- package/public/assets/js/pds-manager.js +4 -4
- package/public/assets/js/pds.js +6 -6
- package/public/assets/pds/components/pds-omnibox.js +2 -10
- package/public/assets/pds/custom-elements.json +471 -0
- package/public/assets/pds/pds-css-complete.json +590 -179
- package/public/assets/pds/pds.css-data.json +201 -165
- package/public/assets/pds/vscode-custom-data.json +42 -25
- package/src/js/pds.js +6 -15
|
@@ -1631,40 +1631,40 @@
|
|
|
1631
1631
|
},
|
|
1632
1632
|
{
|
|
1633
1633
|
"name": "--layout-maxWidthSm",
|
|
1634
|
-
"description": "Layout
|
|
1634
|
+
"description": "Layout maxWidthSm",
|
|
1635
1635
|
"syntax": "<length>",
|
|
1636
1636
|
"references": [
|
|
1637
1637
|
{
|
|
1638
1638
|
"name": "Value",
|
|
1639
|
-
"url": "data:text/plain,
|
|
1639
|
+
"url": "data:text/plain,608px"
|
|
1640
1640
|
}
|
|
1641
1641
|
]
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
1644
|
"name": "--layout-maxWidthMd",
|
|
1645
|
-
"description": "Layout
|
|
1645
|
+
"description": "Layout maxWidthMd",
|
|
1646
1646
|
"syntax": "<length>",
|
|
1647
1647
|
"references": [
|
|
1648
1648
|
{
|
|
1649
1649
|
"name": "Value",
|
|
1650
|
-
"url": "data:text/plain,
|
|
1650
|
+
"url": "data:text/plain,736px"
|
|
1651
1651
|
}
|
|
1652
1652
|
]
|
|
1653
1653
|
},
|
|
1654
1654
|
{
|
|
1655
1655
|
"name": "--layout-maxWidthLg",
|
|
1656
|
-
"description": "Layout
|
|
1656
|
+
"description": "Layout maxWidthLg",
|
|
1657
1657
|
"syntax": "<length>",
|
|
1658
1658
|
"references": [
|
|
1659
1659
|
{
|
|
1660
1660
|
"name": "Value",
|
|
1661
|
-
"url": "data:text/plain,
|
|
1661
|
+
"url": "data:text/plain,992px"
|
|
1662
1662
|
}
|
|
1663
1663
|
]
|
|
1664
1664
|
},
|
|
1665
1665
|
{
|
|
1666
1666
|
"name": "--layout-maxWidthXl",
|
|
1667
|
-
"description": "Layout
|
|
1667
|
+
"description": "Layout maxWidthXl",
|
|
1668
1668
|
"syntax": "<length>",
|
|
1669
1669
|
"references": [
|
|
1670
1670
|
{
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
"references": [
|
|
1692
1692
|
{
|
|
1693
1693
|
"name": "Value",
|
|
1694
|
-
"url": "data:text/plain,var(--spacing-6)
|
|
1694
|
+
"url": "data:text/plain,var(--spacing-6)"
|
|
1695
1695
|
}
|
|
1696
1696
|
]
|
|
1697
1697
|
},
|
|
@@ -1831,6 +1831,42 @@
|
|
|
1831
1831
|
"name": "badge",
|
|
1832
1832
|
"description": "Badge / Pill primitive component"
|
|
1833
1833
|
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "badge-primary",
|
|
1836
|
+
"description": "Badge / Pill primitive component"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "badge-secondary",
|
|
1840
|
+
"description": "Badge / Pill primitive component"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "badge-success",
|
|
1844
|
+
"description": "Badge / Pill primitive component"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "badge-info",
|
|
1848
|
+
"description": "Badge / Pill primitive component"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "badge-warning",
|
|
1852
|
+
"description": "Badge / Pill primitive component"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "badge-danger",
|
|
1856
|
+
"description": "Badge / Pill primitive component"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "badge-outline",
|
|
1860
|
+
"description": "Badge / Pill primitive component"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"name": "badge-sm",
|
|
1864
|
+
"description": "Badge / Pill primitive component"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "badge-lg",
|
|
1868
|
+
"description": "Badge / Pill primitive component"
|
|
1869
|
+
},
|
|
1834
1870
|
{
|
|
1835
1871
|
"name": "pill",
|
|
1836
1872
|
"description": "Badge / Pill primitive component"
|
|
@@ -1864,332 +1900,332 @@
|
|
|
1864
1900
|
"description": "Card primitive component"
|
|
1865
1901
|
},
|
|
1866
1902
|
{
|
|
1867
|
-
"name": "surface",
|
|
1903
|
+
"name": "surface-base",
|
|
1868
1904
|
"description": "Surface primitive component"
|
|
1869
1905
|
},
|
|
1870
1906
|
{
|
|
1871
|
-
"name": "surface-
|
|
1907
|
+
"name": "surface-subtle",
|
|
1872
1908
|
"description": "Surface primitive component"
|
|
1873
1909
|
},
|
|
1874
1910
|
{
|
|
1875
|
-
"name": "surface-
|
|
1911
|
+
"name": "surface-elevated",
|
|
1876
1912
|
"description": "Surface primitive component"
|
|
1877
1913
|
},
|
|
1878
1914
|
{
|
|
1879
|
-
"name": "surface-
|
|
1915
|
+
"name": "surface-sunken",
|
|
1880
1916
|
"description": "Surface primitive component"
|
|
1881
1917
|
},
|
|
1882
1918
|
{
|
|
1883
|
-
"name": "surface-
|
|
1919
|
+
"name": "surface-overlay",
|
|
1884
1920
|
"description": "Surface primitive component"
|
|
1885
1921
|
},
|
|
1886
1922
|
{
|
|
1887
|
-
"name": "surface-
|
|
1923
|
+
"name": "surface-inverse",
|
|
1888
1924
|
"description": "Surface primitive component"
|
|
1889
1925
|
},
|
|
1890
1926
|
{
|
|
1891
|
-
"name": "surface-
|
|
1927
|
+
"name": "surface-translucent",
|
|
1892
1928
|
"description": "Surface primitive component"
|
|
1893
1929
|
},
|
|
1894
1930
|
{
|
|
1895
|
-
"name": "
|
|
1896
|
-
"description": "
|
|
1931
|
+
"name": "surface-translucent-25",
|
|
1932
|
+
"description": "Surface primitive component"
|
|
1897
1933
|
},
|
|
1898
1934
|
{
|
|
1899
|
-
"name": "
|
|
1900
|
-
"description": "
|
|
1935
|
+
"name": "surface-translucent-50",
|
|
1936
|
+
"description": "Surface primitive component"
|
|
1901
1937
|
},
|
|
1902
1938
|
{
|
|
1903
|
-
"name": "
|
|
1904
|
-
"description": "
|
|
1939
|
+
"name": "surface-translucent-75",
|
|
1940
|
+
"description": "Surface primitive component"
|
|
1905
1941
|
},
|
|
1906
1942
|
{
|
|
1907
|
-
"name": "
|
|
1908
|
-
"description": "
|
|
1943
|
+
"name": "surface-primary",
|
|
1944
|
+
"description": "Surface primitive component"
|
|
1909
1945
|
},
|
|
1910
1946
|
{
|
|
1911
|
-
"name": "
|
|
1912
|
-
"description": "
|
|
1947
|
+
"name": "surface-secondary",
|
|
1948
|
+
"description": "Surface primitive component"
|
|
1913
1949
|
},
|
|
1914
1950
|
{
|
|
1915
|
-
"name": "
|
|
1916
|
-
"description": "
|
|
1951
|
+
"name": "surface-success",
|
|
1952
|
+
"description": "Surface primitive component"
|
|
1917
1953
|
},
|
|
1918
1954
|
{
|
|
1919
|
-
"name": "
|
|
1920
|
-
"description": "
|
|
1955
|
+
"name": "surface-warning",
|
|
1956
|
+
"description": "Surface primitive component"
|
|
1921
1957
|
},
|
|
1922
1958
|
{
|
|
1923
|
-
"name": "
|
|
1924
|
-
"description": "
|
|
1959
|
+
"name": "surface-danger",
|
|
1960
|
+
"description": "Surface primitive component"
|
|
1925
1961
|
},
|
|
1926
1962
|
{
|
|
1927
|
-
"name": "
|
|
1928
|
-
"description": "
|
|
1963
|
+
"name": "surface-info",
|
|
1964
|
+
"description": "Surface primitive component"
|
|
1929
1965
|
},
|
|
1930
1966
|
{
|
|
1931
|
-
"name": "
|
|
1932
|
-
"description": "
|
|
1967
|
+
"name": "callout",
|
|
1968
|
+
"description": "Callout primitive component"
|
|
1933
1969
|
},
|
|
1934
1970
|
{
|
|
1935
|
-
"name": "
|
|
1936
|
-
"description": "
|
|
1971
|
+
"name": "callout-info",
|
|
1972
|
+
"description": "Callout primitive component"
|
|
1937
1973
|
},
|
|
1938
1974
|
{
|
|
1939
|
-
"name": "
|
|
1940
|
-
"description": "
|
|
1975
|
+
"name": "callout-success",
|
|
1976
|
+
"description": "Callout primitive component"
|
|
1941
1977
|
},
|
|
1942
1978
|
{
|
|
1943
|
-
"name": "
|
|
1944
|
-
"description": "
|
|
1979
|
+
"name": "callout-warning",
|
|
1980
|
+
"description": "Callout primitive component"
|
|
1945
1981
|
},
|
|
1946
1982
|
{
|
|
1947
|
-
"name": "
|
|
1948
|
-
"description": "
|
|
1983
|
+
"name": "callout-danger",
|
|
1984
|
+
"description": "Callout primitive component"
|
|
1949
1985
|
},
|
|
1950
1986
|
{
|
|
1951
|
-
"name": "
|
|
1952
|
-
"description": "
|
|
1987
|
+
"name": "callout-error",
|
|
1988
|
+
"description": "Callout primitive component"
|
|
1953
1989
|
},
|
|
1954
1990
|
{
|
|
1955
|
-
"name": "
|
|
1956
|
-
"description": "
|
|
1991
|
+
"name": "callout-dismissible",
|
|
1992
|
+
"description": "Callout primitive component"
|
|
1957
1993
|
},
|
|
1958
1994
|
{
|
|
1959
|
-
"name": "
|
|
1960
|
-
"description": "
|
|
1995
|
+
"name": "empty-state",
|
|
1996
|
+
"description": "Empty State primitive component"
|
|
1961
1997
|
},
|
|
1962
1998
|
{
|
|
1963
|
-
"name": "
|
|
1964
|
-
"description": "
|
|
1999
|
+
"name": "dialog",
|
|
2000
|
+
"description": "Dialog primitive component"
|
|
1965
2001
|
},
|
|
1966
2002
|
{
|
|
1967
|
-
"name": "
|
|
1968
|
-
"description": "
|
|
2003
|
+
"name": "table-responsive",
|
|
2004
|
+
"description": "Table primitive component"
|
|
1969
2005
|
},
|
|
1970
2006
|
{
|
|
1971
|
-
"name": "
|
|
1972
|
-
"description": "
|
|
2007
|
+
"name": "table-striped",
|
|
2008
|
+
"description": "Table primitive component"
|
|
1973
2009
|
},
|
|
1974
2010
|
{
|
|
1975
|
-
"name": "
|
|
1976
|
-
"description": "
|
|
2011
|
+
"name": "table-bordered",
|
|
2012
|
+
"description": "Table primitive component"
|
|
1977
2013
|
},
|
|
1978
2014
|
{
|
|
1979
|
-
"name": "
|
|
1980
|
-
"description": "
|
|
2015
|
+
"name": "table-compact",
|
|
2016
|
+
"description": "Table primitive component"
|
|
1981
2017
|
},
|
|
1982
2018
|
{
|
|
1983
|
-
"name": "
|
|
1984
|
-
"description": "
|
|
2019
|
+
"name": "data-table",
|
|
2020
|
+
"description": "Table primitive component"
|
|
1985
2021
|
},
|
|
1986
2022
|
{
|
|
1987
|
-
"name": "
|
|
1988
|
-
"description": "
|
|
2023
|
+
"name": "btn-primary",
|
|
2024
|
+
"description": "Button primitive component"
|
|
1989
2025
|
},
|
|
1990
2026
|
{
|
|
1991
|
-
"name": "
|
|
1992
|
-
"description": "
|
|
2027
|
+
"name": "btn-secondary",
|
|
2028
|
+
"description": "Button primitive component"
|
|
1993
2029
|
},
|
|
1994
2030
|
{
|
|
1995
|
-
"name": "
|
|
1996
|
-
"description": "
|
|
2031
|
+
"name": "btn-outline",
|
|
2032
|
+
"description": "Button primitive component"
|
|
1997
2033
|
},
|
|
1998
2034
|
{
|
|
1999
|
-
"name": "
|
|
2000
|
-
"description": "
|
|
2035
|
+
"name": "btn-sm",
|
|
2036
|
+
"description": "Button primitive component"
|
|
2001
2037
|
},
|
|
2002
2038
|
{
|
|
2003
|
-
"name": "
|
|
2004
|
-
"description": "
|
|
2039
|
+
"name": "btn-xs",
|
|
2040
|
+
"description": "Button primitive component"
|
|
2005
2041
|
},
|
|
2006
2042
|
{
|
|
2007
|
-
"name": "
|
|
2008
|
-
"description": "
|
|
2043
|
+
"name": "btn-lg",
|
|
2044
|
+
"description": "Button primitive component"
|
|
2009
2045
|
},
|
|
2010
2046
|
{
|
|
2011
|
-
"name": "
|
|
2012
|
-
"description": "
|
|
2047
|
+
"name": "btn-working",
|
|
2048
|
+
"description": "Button primitive component"
|
|
2013
2049
|
},
|
|
2014
2050
|
{
|
|
2015
|
-
"name": "
|
|
2016
|
-
"description": "
|
|
2051
|
+
"name": "icon-only",
|
|
2052
|
+
"description": "Button primitive component"
|
|
2017
2053
|
},
|
|
2018
2054
|
{
|
|
2019
|
-
"name": "
|
|
2020
|
-
"description": "
|
|
2055
|
+
"name": "accordion",
|
|
2056
|
+
"description": "Accordion primitive component"
|
|
2021
2057
|
},
|
|
2022
2058
|
{
|
|
2023
|
-
"name": "
|
|
2024
|
-
"description": "
|
|
2059
|
+
"name": "accordion-item",
|
|
2060
|
+
"description": "Accordion primitive component"
|
|
2025
2061
|
},
|
|
2026
2062
|
{
|
|
2027
|
-
"name": "
|
|
2028
|
-
"description": "
|
|
2063
|
+
"name": "icon-xs",
|
|
2064
|
+
"description": "Icon primitive component"
|
|
2029
2065
|
},
|
|
2030
2066
|
{
|
|
2031
|
-
"name": "
|
|
2032
|
-
"description": "
|
|
2067
|
+
"name": "icon-sm",
|
|
2068
|
+
"description": "Icon primitive component"
|
|
2033
2069
|
},
|
|
2034
2070
|
{
|
|
2035
|
-
"name": "
|
|
2036
|
-
"description": "
|
|
2071
|
+
"name": "icon-md",
|
|
2072
|
+
"description": "Icon primitive component"
|
|
2037
2073
|
},
|
|
2038
2074
|
{
|
|
2039
|
-
"name": "
|
|
2040
|
-
"description": "
|
|
2075
|
+
"name": "icon-lg",
|
|
2076
|
+
"description": "Icon primitive component"
|
|
2041
2077
|
},
|
|
2042
2078
|
{
|
|
2043
|
-
"name": "
|
|
2044
|
-
"description": "
|
|
2079
|
+
"name": "icon-xl",
|
|
2080
|
+
"description": "Icon primitive component"
|
|
2045
2081
|
},
|
|
2046
2082
|
{
|
|
2047
|
-
"name": "
|
|
2048
|
-
"description": "
|
|
2083
|
+
"name": "icon-primary",
|
|
2084
|
+
"description": "Icon primitive component"
|
|
2049
2085
|
},
|
|
2050
2086
|
{
|
|
2051
|
-
"name": "
|
|
2052
|
-
"description": "
|
|
2087
|
+
"name": "icon-secondary",
|
|
2088
|
+
"description": "Icon primitive component"
|
|
2053
2089
|
},
|
|
2054
2090
|
{
|
|
2055
|
-
"name": "
|
|
2056
|
-
"description": "
|
|
2091
|
+
"name": "icon-accent",
|
|
2092
|
+
"description": "Icon primitive component"
|
|
2057
2093
|
},
|
|
2058
2094
|
{
|
|
2059
|
-
"name": "
|
|
2060
|
-
"description": "
|
|
2095
|
+
"name": "icon-success",
|
|
2096
|
+
"description": "Icon primitive component"
|
|
2061
2097
|
},
|
|
2062
2098
|
{
|
|
2063
|
-
"name": "
|
|
2064
|
-
"description": "
|
|
2099
|
+
"name": "icon-warning",
|
|
2100
|
+
"description": "Icon primitive component"
|
|
2065
2101
|
},
|
|
2066
2102
|
{
|
|
2067
|
-
"name": "
|
|
2068
|
-
"description": "
|
|
2103
|
+
"name": "icon-danger",
|
|
2104
|
+
"description": "Icon primitive component"
|
|
2069
2105
|
},
|
|
2070
2106
|
{
|
|
2071
|
-
"name": "
|
|
2072
|
-
"description": "
|
|
2107
|
+
"name": "icon-info",
|
|
2108
|
+
"description": "Icon primitive component"
|
|
2073
2109
|
},
|
|
2074
2110
|
{
|
|
2075
|
-
"name": "
|
|
2076
|
-
"description": "
|
|
2111
|
+
"name": "icon-muted",
|
|
2112
|
+
"description": "Icon primitive component"
|
|
2077
2113
|
},
|
|
2078
2114
|
{
|
|
2079
|
-
"name": "
|
|
2080
|
-
"description": "
|
|
2115
|
+
"name": "icon-subtle",
|
|
2116
|
+
"description": "Icon primitive component"
|
|
2081
2117
|
},
|
|
2082
2118
|
{
|
|
2083
|
-
"name": "
|
|
2084
|
-
"description": "
|
|
2119
|
+
"name": "icon-text",
|
|
2120
|
+
"description": "Icon primitive component"
|
|
2085
2121
|
},
|
|
2086
2122
|
{
|
|
2087
|
-
"name": "
|
|
2088
|
-
"description": "
|
|
2123
|
+
"name": "icon-text-start",
|
|
2124
|
+
"description": "Icon primitive component"
|
|
2089
2125
|
},
|
|
2090
2126
|
{
|
|
2091
|
-
"name": "
|
|
2092
|
-
"description": "
|
|
2127
|
+
"name": "icon-text-end",
|
|
2128
|
+
"description": "Icon primitive component"
|
|
2093
2129
|
},
|
|
2094
2130
|
{
|
|
2095
|
-
"name": "
|
|
2096
|
-
"description": "
|
|
2131
|
+
"name": "gallery",
|
|
2132
|
+
"description": "Gallery primitive component"
|
|
2097
2133
|
},
|
|
2098
2134
|
{
|
|
2099
|
-
"name": "
|
|
2100
|
-
"description": "
|
|
2135
|
+
"name": "gallery-grid",
|
|
2136
|
+
"description": "Gallery primitive component"
|
|
2101
2137
|
},
|
|
2102
2138
|
{
|
|
2103
|
-
"name": "
|
|
2104
|
-
"description": "
|
|
2139
|
+
"name": "img-gallery",
|
|
2140
|
+
"description": "Gallery primitive component"
|
|
2105
2141
|
},
|
|
2106
2142
|
{
|
|
2107
|
-
"name": "
|
|
2108
|
-
"description": "
|
|
2143
|
+
"name": "form-container",
|
|
2144
|
+
"description": "Form Container primitive component"
|
|
2109
2145
|
},
|
|
2110
2146
|
{
|
|
2111
|
-
"name": "
|
|
2112
|
-
"description": "
|
|
2147
|
+
"name": "form-actions",
|
|
2148
|
+
"description": "Form Container primitive component"
|
|
2113
2149
|
},
|
|
2114
2150
|
{
|
|
2115
|
-
"name": "
|
|
2116
|
-
"description": "
|
|
2151
|
+
"name": "field-description",
|
|
2152
|
+
"description": "Form Container primitive component"
|
|
2117
2153
|
},
|
|
2118
2154
|
{
|
|
2119
|
-
"name": "
|
|
2120
|
-
"description": "
|
|
2155
|
+
"name": "container",
|
|
2156
|
+
"description": "Centered max-width wrapper with padding"
|
|
2121
2157
|
},
|
|
2122
2158
|
{
|
|
2123
|
-
"name": "
|
|
2124
|
-
"description": "
|
|
2159
|
+
"name": "grid",
|
|
2160
|
+
"description": "CSS Grid layout container"
|
|
2125
2161
|
},
|
|
2126
2162
|
{
|
|
2127
|
-
"name": "
|
|
2128
|
-
"description": "
|
|
2163
|
+
"name": "grid-cols-1",
|
|
2164
|
+
"description": "Fixed column count grids"
|
|
2129
2165
|
},
|
|
2130
2166
|
{
|
|
2131
|
-
"name": "
|
|
2132
|
-
"description": "
|
|
2167
|
+
"name": "grid-cols-2",
|
|
2168
|
+
"description": "Fixed column count grids"
|
|
2133
2169
|
},
|
|
2134
2170
|
{
|
|
2135
|
-
"name": "
|
|
2136
|
-
"description": "
|
|
2171
|
+
"name": "grid-cols-3",
|
|
2172
|
+
"description": "Fixed column count grids"
|
|
2137
2173
|
},
|
|
2138
2174
|
{
|
|
2139
|
-
"name": "
|
|
2140
|
-
"description": "
|
|
2175
|
+
"name": "grid-cols-4",
|
|
2176
|
+
"description": "Fixed column count grids"
|
|
2141
2177
|
},
|
|
2142
2178
|
{
|
|
2143
|
-
"name": "
|
|
2144
|
-
"description": "
|
|
2179
|
+
"name": "grid-cols-6",
|
|
2180
|
+
"description": "Fixed column count grids"
|
|
2145
2181
|
},
|
|
2146
2182
|
{
|
|
2147
|
-
"name": "
|
|
2148
|
-
"description": "
|
|
2183
|
+
"name": "grid-auto-sm",
|
|
2184
|
+
"description": "Responsive auto-fit grid with minimum widths"
|
|
2149
2185
|
},
|
|
2150
2186
|
{
|
|
2151
|
-
"name": "
|
|
2152
|
-
"description": "
|
|
2187
|
+
"name": "grid-auto-md",
|
|
2188
|
+
"description": "Responsive auto-fit grid with minimum widths"
|
|
2153
2189
|
},
|
|
2154
2190
|
{
|
|
2155
|
-
"name": "
|
|
2156
|
-
"description": "
|
|
2191
|
+
"name": "grid-auto-lg",
|
|
2192
|
+
"description": "Responsive auto-fit grid with minimum widths"
|
|
2157
2193
|
},
|
|
2158
2194
|
{
|
|
2159
|
-
"name": "
|
|
2160
|
-
"description": "
|
|
2195
|
+
"name": "grid-auto-xl",
|
|
2196
|
+
"description": "Responsive auto-fit grid with minimum widths"
|
|
2161
2197
|
},
|
|
2162
2198
|
{
|
|
2163
|
-
"name": "
|
|
2164
|
-
"description": "
|
|
2199
|
+
"name": "flex",
|
|
2200
|
+
"description": "Flexbox layout with direction and wrap modifiers"
|
|
2165
2201
|
},
|
|
2166
2202
|
{
|
|
2167
|
-
"name": "
|
|
2168
|
-
"description": "
|
|
2203
|
+
"name": "flex-wrap",
|
|
2204
|
+
"description": "Flexbox layout with direction and wrap modifiers"
|
|
2169
2205
|
},
|
|
2170
2206
|
{
|
|
2171
|
-
"name": "
|
|
2172
|
-
"description": "
|
|
2207
|
+
"name": "flex-col",
|
|
2208
|
+
"description": "Flexbox layout with direction and wrap modifiers"
|
|
2173
2209
|
},
|
|
2174
2210
|
{
|
|
2175
|
-
"name": "
|
|
2176
|
-
"description": "
|
|
2211
|
+
"name": "flex-row",
|
|
2212
|
+
"description": "Flexbox layout with direction and wrap modifiers"
|
|
2177
2213
|
},
|
|
2178
2214
|
{
|
|
2179
|
-
"name": "
|
|
2180
|
-
"description": "
|
|
2215
|
+
"name": "grow",
|
|
2216
|
+
"description": "Fill remaining flex space"
|
|
2181
2217
|
},
|
|
2182
2218
|
{
|
|
2183
|
-
"name": "
|
|
2184
|
-
"description": "
|
|
2219
|
+
"name": "stack-sm",
|
|
2220
|
+
"description": "Vertical flex layout with predefined gaps"
|
|
2185
2221
|
},
|
|
2186
2222
|
{
|
|
2187
|
-
"name": "
|
|
2188
|
-
"description": "
|
|
2223
|
+
"name": "stack-md",
|
|
2224
|
+
"description": "Vertical flex layout with predefined gaps"
|
|
2189
2225
|
},
|
|
2190
2226
|
{
|
|
2191
|
-
"name": "
|
|
2192
|
-
"description": "
|
|
2227
|
+
"name": "stack-lg",
|
|
2228
|
+
"description": "Vertical flex layout with predefined gaps"
|
|
2193
2229
|
}
|
|
2194
2230
|
],
|
|
2195
2231
|
"pseudoElements": []
|