@digital-b2c/coreui-kit 0.4.6 → 0.5.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/index.cjs +49 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +274 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +23 -1
- package/dist/index.d.ts +23 -1
- package/dist/index.mjs +49 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -11
package/dist/index.css
CHANGED
|
@@ -72,8 +72,8 @@ html {
|
|
|
72
72
|
--font-size-lg: 1.25rem;
|
|
73
73
|
--font-size-xl: 1.5rem;
|
|
74
74
|
--font-size-2xl: 2rem;
|
|
75
|
-
--font-size-3xl: 2.
|
|
76
|
-
--font-size-4xl:
|
|
75
|
+
--font-size-3xl: 2.5rem;
|
|
76
|
+
--font-size-4xl: 3rem;
|
|
77
77
|
--line-height-normal: 1.5;
|
|
78
78
|
--line-height-tight-1: 1.4;
|
|
79
79
|
--line-height-tight-2: 1.33;
|
|
@@ -98,7 +98,7 @@ body {
|
|
|
98
98
|
}
|
|
99
99
|
h1,
|
|
100
100
|
.h1 {
|
|
101
|
-
font-size:
|
|
101
|
+
font-size: 3rem;
|
|
102
102
|
font-weight: 600;
|
|
103
103
|
line-height: 1.17;
|
|
104
104
|
}
|
|
@@ -110,7 +110,7 @@ h1,
|
|
|
110
110
|
}
|
|
111
111
|
h2,
|
|
112
112
|
.h2 {
|
|
113
|
-
font-size: 2.
|
|
113
|
+
font-size: 2.5rem;
|
|
114
114
|
font-weight: 600;
|
|
115
115
|
line-height: 1.2;
|
|
116
116
|
}
|
|
@@ -174,6 +174,7 @@ small,
|
|
|
174
174
|
a {
|
|
175
175
|
color: var(--color-link);
|
|
176
176
|
text-decoration: none;
|
|
177
|
+
cursor: pointer;
|
|
177
178
|
}
|
|
178
179
|
a:hover {
|
|
179
180
|
text-decoration: underline;
|
|
@@ -1775,4 +1776,273 @@ article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_descrip
|
|
|
1775
1776
|
.EventList_module_section.EventList_module_grey .swiper-wrapper {
|
|
1776
1777
|
flex-direction: row;
|
|
1777
1778
|
}
|
|
1779
|
+
|
|
1780
|
+
/* src/widgets/TextEvent/TextEvent.module.scss */
|
|
1781
|
+
html,
|
|
1782
|
+
body {
|
|
1783
|
+
font-family: "Instrument Sans", sans-serif;
|
|
1784
|
+
font-size: 1rem;
|
|
1785
|
+
font-weight: 500;
|
|
1786
|
+
line-height: 1.5;
|
|
1787
|
+
color: #4d4d4d;
|
|
1788
|
+
}
|
|
1789
|
+
h1,
|
|
1790
|
+
.TextEvent_module_h1 {
|
|
1791
|
+
font-size: 3rem;
|
|
1792
|
+
font-weight: 600;
|
|
1793
|
+
line-height: 1.17;
|
|
1794
|
+
}
|
|
1795
|
+
@media (max-width: 768px) {
|
|
1796
|
+
h1,
|
|
1797
|
+
.TextEvent_module_h1 {
|
|
1798
|
+
font-size: 2rem;
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
h2,
|
|
1802
|
+
.TextEvent_module_h2 {
|
|
1803
|
+
font-size: 2.5rem;
|
|
1804
|
+
font-weight: 600;
|
|
1805
|
+
line-height: 1.2;
|
|
1806
|
+
}
|
|
1807
|
+
@media (max-width: 768px) {
|
|
1808
|
+
h2,
|
|
1809
|
+
.TextEvent_module_h2 {
|
|
1810
|
+
font-size: 1.5rem;
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
h3,
|
|
1814
|
+
.TextEvent_module_h3,
|
|
1815
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h2 {
|
|
1816
|
+
font-size: 2rem;
|
|
1817
|
+
font-weight: 600;
|
|
1818
|
+
line-height: 1.25;
|
|
1819
|
+
}
|
|
1820
|
+
@media (max-width: 768px) {
|
|
1821
|
+
h3,
|
|
1822
|
+
.TextEvent_module_h3,
|
|
1823
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h2 {
|
|
1824
|
+
font-size: 1.25rem;
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
h4,
|
|
1828
|
+
.TextEvent_module_h4 {
|
|
1829
|
+
font-size: 1.5rem;
|
|
1830
|
+
font-weight: 600;
|
|
1831
|
+
line-height: 1.33;
|
|
1832
|
+
}
|
|
1833
|
+
@media (max-width: 768px) {
|
|
1834
|
+
h4,
|
|
1835
|
+
.TextEvent_module_h4 {
|
|
1836
|
+
font-size: 18px;
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
.TextEvent_module_subheading,
|
|
1840
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p,
|
|
1841
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h3,
|
|
1842
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td {
|
|
1843
|
+
font-size: 1.25rem;
|
|
1844
|
+
font-weight: 500;
|
|
1845
|
+
line-height: 1.4;
|
|
1846
|
+
}
|
|
1847
|
+
@media (max-width: 768px) {
|
|
1848
|
+
.TextEvent_module_subheading,
|
|
1849
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p,
|
|
1850
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h3,
|
|
1851
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td {
|
|
1852
|
+
font-size: 18px;
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
p,
|
|
1856
|
+
.TextEvent_module_body {
|
|
1857
|
+
font-size: 1rem;
|
|
1858
|
+
font-weight: 500;
|
|
1859
|
+
line-height: 1.5;
|
|
1860
|
+
}
|
|
1861
|
+
small,
|
|
1862
|
+
.TextEvent_module_small {
|
|
1863
|
+
font-size: 0.875rem;
|
|
1864
|
+
font-weight: 500;
|
|
1865
|
+
line-height: 1.5;
|
|
1866
|
+
}
|
|
1867
|
+
.TextEvent_module_smallest {
|
|
1868
|
+
font-size: 0.75rem;
|
|
1869
|
+
font-weight: 500;
|
|
1870
|
+
line-height: 1.5;
|
|
1871
|
+
}
|
|
1872
|
+
a {
|
|
1873
|
+
color: var(--color-link);
|
|
1874
|
+
text-decoration: none;
|
|
1875
|
+
cursor: pointer;
|
|
1876
|
+
}
|
|
1877
|
+
a:hover {
|
|
1878
|
+
text-decoration: underline;
|
|
1879
|
+
}
|
|
1880
|
+
.TextEvent_module_textEvent {
|
|
1881
|
+
width: 100%;
|
|
1882
|
+
padding: var(--spacing-3xl) var(--spacing-7xl);
|
|
1883
|
+
}
|
|
1884
|
+
@media (max-width: 768px) {
|
|
1885
|
+
.TextEvent_module_textEvent {
|
|
1886
|
+
padding: var(--spacing-lg) var(--spacing-md);
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
.TextEvent_module_textEvent .TextEvent_module_title {
|
|
1890
|
+
margin-bottom: var(--spacing-xl);
|
|
1891
|
+
color: var(--color-black);
|
|
1892
|
+
}
|
|
1893
|
+
@media (max-width: 768px) {
|
|
1894
|
+
.TextEvent_module_textEvent .TextEvent_module_title {
|
|
1895
|
+
font-size: var(--font-size-xl);
|
|
1896
|
+
margin-bottom: var(--spacing-lg);
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p {
|
|
1900
|
+
margin-bottom: var(--spacing-xl);
|
|
1901
|
+
color: var(--color-gray);
|
|
1902
|
+
}
|
|
1903
|
+
@media (max-width: 768px) {
|
|
1904
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p {
|
|
1905
|
+
font-size: var(--font-size-md);
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p:first-child {
|
|
1909
|
+
line-height: 140%;
|
|
1910
|
+
margin-bottom: var(--spacing-xl);
|
|
1911
|
+
}
|
|
1912
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p:last-child {
|
|
1913
|
+
margin-bottom: 0;
|
|
1914
|
+
}
|
|
1915
|
+
.TextEvent_module_textEvent .TextEvent_module_richText p:empty {
|
|
1916
|
+
display: none;
|
|
1917
|
+
margin: 0;
|
|
1918
|
+
}
|
|
1919
|
+
.TextEvent_module_textEvent .TextEvent_module_richText a {
|
|
1920
|
+
font-weight: var(--font-weight-medium);
|
|
1921
|
+
}
|
|
1922
|
+
.TextEvent_module_textEvent .TextEvent_module_richText strong {
|
|
1923
|
+
color: var(--color-black);
|
|
1924
|
+
}
|
|
1925
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h2 {
|
|
1926
|
+
margin-bottom: var(--spacing-xl);
|
|
1927
|
+
color: var(--color-black);
|
|
1928
|
+
}
|
|
1929
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h3 {
|
|
1930
|
+
margin-bottom: var(--spacing-lg);
|
|
1931
|
+
color: var(--color-gray);
|
|
1932
|
+
}
|
|
1933
|
+
@media (max-width: 768px) {
|
|
1934
|
+
.TextEvent_module_textEvent .TextEvent_module_richText h3 {
|
|
1935
|
+
font-size: var(--font-size-md);
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
.TextEvent_module_textEvent .TextEvent_module_richText br {
|
|
1939
|
+
display: block;
|
|
1940
|
+
content: "";
|
|
1941
|
+
margin-bottom: var(--spacing-sm);
|
|
1942
|
+
}
|
|
1943
|
+
.TextEvent_module_textEvent .TextEvent_module_richText table {
|
|
1944
|
+
width: 100%;
|
|
1945
|
+
border-collapse: collapse;
|
|
1946
|
+
margin-bottom: var(--spacing-xl);
|
|
1947
|
+
}
|
|
1948
|
+
.TextEvent_module_textEvent .TextEvent_module_richText table:last-child {
|
|
1949
|
+
margin-bottom: 0 !important;
|
|
1950
|
+
}
|
|
1951
|
+
.TextEvent_module_textEvent .TextEvent_module_richText tr {
|
|
1952
|
+
border-bottom: 1px solid transparent;
|
|
1953
|
+
}
|
|
1954
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td {
|
|
1955
|
+
padding-bottom: var(--spacing-lg);
|
|
1956
|
+
vertical-align: top;
|
|
1957
|
+
color: var(--color-black);
|
|
1958
|
+
}
|
|
1959
|
+
@media (max-width: 768px) {
|
|
1960
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td {
|
|
1961
|
+
font-size: var(--font-size-md);
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td:first-child {
|
|
1965
|
+
width: 17.5625rem;
|
|
1966
|
+
text-align: right;
|
|
1967
|
+
padding-right: var(--spacing-xl);
|
|
1968
|
+
white-space: nowrap;
|
|
1969
|
+
}
|
|
1970
|
+
@media (max-width: 768px) {
|
|
1971
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td:first-child {
|
|
1972
|
+
padding: var(--spacing-lg) 0;
|
|
1973
|
+
width: unset;
|
|
1974
|
+
text-align: left;
|
|
1975
|
+
padding-right: var(--spacing-lg);
|
|
1976
|
+
white-space: normal;
|
|
1977
|
+
border-bottom: 1px solid #e3e3e3;
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td:last-child {
|
|
1981
|
+
border-left: 1px solid #e3e3e3;
|
|
1982
|
+
padding-left: var(--spacing-xl);
|
|
1983
|
+
}
|
|
1984
|
+
@media (max-width: 768px) {
|
|
1985
|
+
.TextEvent_module_textEvent .TextEvent_module_richText td:last-child {
|
|
1986
|
+
border-left: unset;
|
|
1987
|
+
padding: 0.5rem 0;
|
|
1988
|
+
border-bottom: 1px solid #e3e3e3;
|
|
1989
|
+
text-align: left;
|
|
1990
|
+
padding-left: var(--spacing-lg);
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
.TextEvent_module_textEvent .TextEvent_module_richText tbody tr:last-child td {
|
|
1994
|
+
padding-bottom: 0 !important;
|
|
1995
|
+
}
|
|
1996
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table {
|
|
1997
|
+
display: flex;
|
|
1998
|
+
flex-direction: column;
|
|
1999
|
+
align-items: center;
|
|
2000
|
+
width: auto;
|
|
2001
|
+
}
|
|
2002
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table tr:first-child td:first-child {
|
|
2003
|
+
padding-top: 14px;
|
|
2004
|
+
}
|
|
2005
|
+
@media (max-width: 768px) {
|
|
2006
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table tr:first-child td:first-child {
|
|
2007
|
+
padding-top: 0px;
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table tr:first-child td:last-child {
|
|
2011
|
+
padding-top: 14px;
|
|
2012
|
+
}
|
|
2013
|
+
@media (max-width: 768px) {
|
|
2014
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table tr:first-child td:last-child {
|
|
2015
|
+
padding-top: 0px;
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table td:first-child {
|
|
2019
|
+
text-align: right;
|
|
2020
|
+
}
|
|
2021
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table td:last-child {
|
|
2022
|
+
text-align: left;
|
|
2023
|
+
border-left: 1px solid #e3e3e3;
|
|
2024
|
+
}
|
|
2025
|
+
@media (max-width: 768px) {
|
|
2026
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table td:last-child {
|
|
2027
|
+
border-left: unset;
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
@media (max-width: 768px) {
|
|
2031
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table tr {
|
|
2032
|
+
display: grid;
|
|
2033
|
+
grid-template-columns: 1fr 1fr;
|
|
2034
|
+
border-bottom: 1px solid #e3e3e3;
|
|
2035
|
+
column-gap: 32px;
|
|
2036
|
+
align-items: center;
|
|
2037
|
+
padding: 8px 0;
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
@media (max-width: 768px) {
|
|
2041
|
+
.TextEvent_module_textEvent .TextEvent_module_richText.TextEvent_module_table-center table td {
|
|
2042
|
+
font-size: 1.125rem;
|
|
2043
|
+
padding: 0;
|
|
2044
|
+
border: none !important;
|
|
2045
|
+
width: auto;
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
1778
2048
|
/*# sourceMappingURL=index.css.map */
|