opus-react 0.6.26 → 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 +10 -0
- package/dist/index.cjs +245 -218
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +137 -137
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +245 -218
- 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;
|
|
@@ -25601,143 +25738,6 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25601
25738
|
}
|
|
25602
25739
|
}
|
|
25603
25740
|
|
|
25604
|
-
/* components/Heading/Heading.module.css */
|
|
25605
|
-
.opus_FsO1sa_heading {
|
|
25606
|
-
color: var(--opus-text);
|
|
25607
|
-
font: inherit;
|
|
25608
|
-
letter-spacing: -.025em;
|
|
25609
|
-
margin: 0;
|
|
25610
|
-
line-height: 1.16;
|
|
25611
|
-
}
|
|
25612
|
-
|
|
25613
|
-
.opus_FsO1sa_heading[data-size="100"] {
|
|
25614
|
-
font-size: 1.125rem;
|
|
25615
|
-
}
|
|
25616
|
-
|
|
25617
|
-
.opus_FsO1sa_heading[data-size="200"] {
|
|
25618
|
-
font-size: 1.375rem;
|
|
25619
|
-
}
|
|
25620
|
-
|
|
25621
|
-
.opus_FsO1sa_heading[data-size="300"] {
|
|
25622
|
-
font-size: 1.75rem;
|
|
25623
|
-
}
|
|
25624
|
-
|
|
25625
|
-
.opus_FsO1sa_heading[data-size="400"] {
|
|
25626
|
-
font-size: 2.25rem;
|
|
25627
|
-
}
|
|
25628
|
-
|
|
25629
|
-
.opus_FsO1sa_heading[data-size="500"] {
|
|
25630
|
-
font-size: 3rem;
|
|
25631
|
-
}
|
|
25632
|
-
|
|
25633
|
-
.opus_FsO1sa_heading[data-weight="300"] {
|
|
25634
|
-
font-weight: 300;
|
|
25635
|
-
}
|
|
25636
|
-
|
|
25637
|
-
.opus_FsO1sa_heading[data-weight="400"] {
|
|
25638
|
-
font-weight: 400;
|
|
25639
|
-
}
|
|
25640
|
-
|
|
25641
|
-
.opus_FsO1sa_heading[data-weight="500"] {
|
|
25642
|
-
font-weight: 500;
|
|
25643
|
-
}
|
|
25644
|
-
|
|
25645
|
-
.opus_FsO1sa_heading[data-weight="600"] {
|
|
25646
|
-
font-weight: 600;
|
|
25647
|
-
}
|
|
25648
|
-
|
|
25649
|
-
.opus_FsO1sa_heading[data-weight="700"] {
|
|
25650
|
-
font-weight: 700;
|
|
25651
|
-
}
|
|
25652
|
-
|
|
25653
|
-
.opus_FsO1sa_heading[data-padding="snug"] {
|
|
25654
|
-
padding-block: 0;
|
|
25655
|
-
}
|
|
25656
|
-
|
|
25657
|
-
.opus_FsO1sa_heading[data-padding="compact"] {
|
|
25658
|
-
padding-block: .25rem;
|
|
25659
|
-
}
|
|
25660
|
-
|
|
25661
|
-
.opus_FsO1sa_heading[data-padding="comfortable"] {
|
|
25662
|
-
padding-block: .5rem;
|
|
25663
|
-
}
|
|
25664
|
-
|
|
25665
|
-
.opus_FsO1sa_heading[data-padding="relaxed"] {
|
|
25666
|
-
padding-block: 1rem;
|
|
25667
|
-
}
|
|
25668
|
-
|
|
25669
|
-
.opus_FsO1sa_heading[data-padding="cozy"] {
|
|
25670
|
-
padding-block: 1.5rem;
|
|
25671
|
-
}
|
|
25672
|
-
|
|
25673
|
-
/* components/Text/Text.module.css */
|
|
25674
|
-
.opus_oXzPYi_text {
|
|
25675
|
-
color: var(--opus-text);
|
|
25676
|
-
font: inherit;
|
|
25677
|
-
margin: 0;
|
|
25678
|
-
line-height: 1.55;
|
|
25679
|
-
}
|
|
25680
|
-
|
|
25681
|
-
.opus_oXzPYi_text[data-size="100"] {
|
|
25682
|
-
font-size: .75rem;
|
|
25683
|
-
}
|
|
25684
|
-
|
|
25685
|
-
.opus_oXzPYi_text[data-size="200"] {
|
|
25686
|
-
font-size: .875rem;
|
|
25687
|
-
}
|
|
25688
|
-
|
|
25689
|
-
.opus_oXzPYi_text[data-size="300"] {
|
|
25690
|
-
font-size: 1rem;
|
|
25691
|
-
}
|
|
25692
|
-
|
|
25693
|
-
.opus_oXzPYi_text[data-size="400"] {
|
|
25694
|
-
font-size: 1.125rem;
|
|
25695
|
-
}
|
|
25696
|
-
|
|
25697
|
-
.opus_oXzPYi_text[data-size="500"] {
|
|
25698
|
-
font-size: 1.25rem;
|
|
25699
|
-
}
|
|
25700
|
-
|
|
25701
|
-
.opus_oXzPYi_text[data-weight="300"] {
|
|
25702
|
-
font-weight: 300;
|
|
25703
|
-
}
|
|
25704
|
-
|
|
25705
|
-
.opus_oXzPYi_text[data-weight="400"] {
|
|
25706
|
-
font-weight: 400;
|
|
25707
|
-
}
|
|
25708
|
-
|
|
25709
|
-
.opus_oXzPYi_text[data-weight="500"] {
|
|
25710
|
-
font-weight: 500;
|
|
25711
|
-
}
|
|
25712
|
-
|
|
25713
|
-
.opus_oXzPYi_text[data-weight="600"] {
|
|
25714
|
-
font-weight: 600;
|
|
25715
|
-
}
|
|
25716
|
-
|
|
25717
|
-
.opus_oXzPYi_text[data-weight="700"] {
|
|
25718
|
-
font-weight: 700;
|
|
25719
|
-
}
|
|
25720
|
-
|
|
25721
|
-
.opus_oXzPYi_text[data-padding="snug"] {
|
|
25722
|
-
padding-block: 0;
|
|
25723
|
-
}
|
|
25724
|
-
|
|
25725
|
-
.opus_oXzPYi_text[data-padding="compact"] {
|
|
25726
|
-
padding-block: .25rem;
|
|
25727
|
-
}
|
|
25728
|
-
|
|
25729
|
-
.opus_oXzPYi_text[data-padding="comfortable"] {
|
|
25730
|
-
padding-block: .5rem;
|
|
25731
|
-
}
|
|
25732
|
-
|
|
25733
|
-
.opus_oXzPYi_text[data-padding="relaxed"] {
|
|
25734
|
-
padding-block: 1rem;
|
|
25735
|
-
}
|
|
25736
|
-
|
|
25737
|
-
.opus_oXzPYi_text[data-padding="cozy"] {
|
|
25738
|
-
padding-block: 1.5rem;
|
|
25739
|
-
}
|
|
25740
|
-
|
|
25741
25741
|
/* components/Asteroids/Asteroids.module.css */
|
|
25742
25742
|
.opus_kcnl9Q_game {
|
|
25743
25743
|
color: #e2e8f0;
|