opus-react 0.6.25 → 0.6.26
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 +11 -0
- package/dist/index.cjs +201 -184
- 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 +35 -1
- package/dist/index.d.ts +35 -1
- package/dist/index.js +200 -185
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -25601,6 +25601,143 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25601
25601
|
}
|
|
25602
25602
|
}
|
|
25603
25603
|
|
|
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
|
+
|
|
25604
25741
|
/* components/Asteroids/Asteroids.module.css */
|
|
25605
25742
|
.opus_kcnl9Q_game {
|
|
25606
25743
|
color: #e2e8f0;
|