opus-react 0.6.25 → 0.6.27
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/CHANGELOG.md +21 -0
- package/dist/index.cjs +250 -206
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +137 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +38 -2
- package/dist/index.d.ts +38 -2
- package/dist/index.js +249 -207
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -8957,6 +8957,143 @@
|
|
|
8957
8957
|
--badge-soft-fg: #93c5fd;
|
|
8958
8958
|
}
|
|
8959
8959
|
|
|
8960
|
+
/* components/Heading/Heading.module.css */
|
|
8961
|
+
.opus_FsO1sa_heading {
|
|
8962
|
+
color: var(--opus-text);
|
|
8963
|
+
font: inherit;
|
|
8964
|
+
letter-spacing: -.025em;
|
|
8965
|
+
margin: 0;
|
|
8966
|
+
line-height: 1.16;
|
|
8967
|
+
}
|
|
8968
|
+
|
|
8969
|
+
.opus_FsO1sa_heading[data-size="100"] {
|
|
8970
|
+
font-size: 1.125rem;
|
|
8971
|
+
}
|
|
8972
|
+
|
|
8973
|
+
.opus_FsO1sa_heading[data-size="200"] {
|
|
8974
|
+
font-size: 1.375rem;
|
|
8975
|
+
}
|
|
8976
|
+
|
|
8977
|
+
.opus_FsO1sa_heading[data-size="300"] {
|
|
8978
|
+
font-size: 1.75rem;
|
|
8979
|
+
}
|
|
8980
|
+
|
|
8981
|
+
.opus_FsO1sa_heading[data-size="400"] {
|
|
8982
|
+
font-size: 2.25rem;
|
|
8983
|
+
}
|
|
8984
|
+
|
|
8985
|
+
.opus_FsO1sa_heading[data-size="500"] {
|
|
8986
|
+
font-size: 3rem;
|
|
8987
|
+
}
|
|
8988
|
+
|
|
8989
|
+
.opus_FsO1sa_heading[data-weight="300"] {
|
|
8990
|
+
font-weight: 300;
|
|
8991
|
+
}
|
|
8992
|
+
|
|
8993
|
+
.opus_FsO1sa_heading[data-weight="400"] {
|
|
8994
|
+
font-weight: 400;
|
|
8995
|
+
}
|
|
8996
|
+
|
|
8997
|
+
.opus_FsO1sa_heading[data-weight="500"] {
|
|
8998
|
+
font-weight: 500;
|
|
8999
|
+
}
|
|
9000
|
+
|
|
9001
|
+
.opus_FsO1sa_heading[data-weight="600"] {
|
|
9002
|
+
font-weight: 600;
|
|
9003
|
+
}
|
|
9004
|
+
|
|
9005
|
+
.opus_FsO1sa_heading[data-weight="700"] {
|
|
9006
|
+
font-weight: 700;
|
|
9007
|
+
}
|
|
9008
|
+
|
|
9009
|
+
.opus_FsO1sa_heading[data-padding="snug"] {
|
|
9010
|
+
padding-block: 0;
|
|
9011
|
+
}
|
|
9012
|
+
|
|
9013
|
+
.opus_FsO1sa_heading[data-padding="compact"] {
|
|
9014
|
+
padding-block: .25rem;
|
|
9015
|
+
}
|
|
9016
|
+
|
|
9017
|
+
.opus_FsO1sa_heading[data-padding="comfortable"] {
|
|
9018
|
+
padding-block: .5rem;
|
|
9019
|
+
}
|
|
9020
|
+
|
|
9021
|
+
.opus_FsO1sa_heading[data-padding="relaxed"] {
|
|
9022
|
+
padding-block: 1rem;
|
|
9023
|
+
}
|
|
9024
|
+
|
|
9025
|
+
.opus_FsO1sa_heading[data-padding="cozy"] {
|
|
9026
|
+
padding-block: 1.5rem;
|
|
9027
|
+
}
|
|
9028
|
+
|
|
9029
|
+
/* components/Text/Text.module.css */
|
|
9030
|
+
.opus_oXzPYi_text {
|
|
9031
|
+
color: var(--opus-text);
|
|
9032
|
+
font: inherit;
|
|
9033
|
+
margin: 0;
|
|
9034
|
+
line-height: 1.55;
|
|
9035
|
+
}
|
|
9036
|
+
|
|
9037
|
+
.opus_oXzPYi_text[data-size="100"] {
|
|
9038
|
+
font-size: .75rem;
|
|
9039
|
+
}
|
|
9040
|
+
|
|
9041
|
+
.opus_oXzPYi_text[data-size="200"] {
|
|
9042
|
+
font-size: .875rem;
|
|
9043
|
+
}
|
|
9044
|
+
|
|
9045
|
+
.opus_oXzPYi_text[data-size="300"] {
|
|
9046
|
+
font-size: 1rem;
|
|
9047
|
+
}
|
|
9048
|
+
|
|
9049
|
+
.opus_oXzPYi_text[data-size="400"] {
|
|
9050
|
+
font-size: 1.125rem;
|
|
9051
|
+
}
|
|
9052
|
+
|
|
9053
|
+
.opus_oXzPYi_text[data-size="500"] {
|
|
9054
|
+
font-size: 1.25rem;
|
|
9055
|
+
}
|
|
9056
|
+
|
|
9057
|
+
.opus_oXzPYi_text[data-weight="300"] {
|
|
9058
|
+
font-weight: 300;
|
|
9059
|
+
}
|
|
9060
|
+
|
|
9061
|
+
.opus_oXzPYi_text[data-weight="400"] {
|
|
9062
|
+
font-weight: 400;
|
|
9063
|
+
}
|
|
9064
|
+
|
|
9065
|
+
.opus_oXzPYi_text[data-weight="500"] {
|
|
9066
|
+
font-weight: 500;
|
|
9067
|
+
}
|
|
9068
|
+
|
|
9069
|
+
.opus_oXzPYi_text[data-weight="600"] {
|
|
9070
|
+
font-weight: 600;
|
|
9071
|
+
}
|
|
9072
|
+
|
|
9073
|
+
.opus_oXzPYi_text[data-weight="700"] {
|
|
9074
|
+
font-weight: 700;
|
|
9075
|
+
}
|
|
9076
|
+
|
|
9077
|
+
.opus_oXzPYi_text[data-padding="snug"] {
|
|
9078
|
+
padding-block: 0;
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
.opus_oXzPYi_text[data-padding="compact"] {
|
|
9082
|
+
padding-block: .25rem;
|
|
9083
|
+
}
|
|
9084
|
+
|
|
9085
|
+
.opus_oXzPYi_text[data-padding="comfortable"] {
|
|
9086
|
+
padding-block: .5rem;
|
|
9087
|
+
}
|
|
9088
|
+
|
|
9089
|
+
.opus_oXzPYi_text[data-padding="relaxed"] {
|
|
9090
|
+
padding-block: 1rem;
|
|
9091
|
+
}
|
|
9092
|
+
|
|
9093
|
+
.opus_oXzPYi_text[data-padding="cozy"] {
|
|
9094
|
+
padding-block: 1.5rem;
|
|
9095
|
+
}
|
|
9096
|
+
|
|
8960
9097
|
/* components/DashboardContentContainer/DashboardContentContainer.module.css */
|
|
8961
9098
|
.opus_myuwZ6_container {
|
|
8962
9099
|
--dashboard-section-bg: #070d18;
|