opus-react 0.6.18 → 0.6.20

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.css CHANGED
@@ -24560,6 +24560,46 @@ button.opus_Fxxd7-_card:focus-visible {
24560
24560
  }
24561
24561
  }
24562
24562
 
24563
+ /* components/OpusBrand/OpusBrand.module.css */
24564
+ .opus_Pq5AiV_root, .opus_Pq5AiV_image {
24565
+ object-fit: contain;
24566
+ object-position: center;
24567
+ vertical-align: middle;
24568
+ max-width: 100%;
24569
+ display: inline-block;
24570
+ }
24571
+
24572
+ .opus_Pq5AiV_root {
24573
+ background-position: center;
24574
+ background-repeat: no-repeat;
24575
+ background-size: contain;
24576
+ }
24577
+
24578
+ .opus_Pq5AiV_full {
24579
+ aspect-ratio: 1666 / 739;
24580
+ background-image: url("./assets/opus-logo.png");
24581
+ width: 11rem;
24582
+ }
24583
+
24584
+ .opus_Pq5AiV_icon {
24585
+ aspect-ratio: 1;
24586
+ background-image: url("./assets/logo-small.png");
24587
+ width: 2.25rem;
24588
+ }
24589
+
24590
+ .opus_Pq5AiV_wordmark {
24591
+ aspect-ratio: 1.72;
24592
+ background-image: url("./assets/opus-logo.png");
24593
+ background-position: 100%;
24594
+ background-size: 160%;
24595
+ width: 8.25rem;
24596
+ }
24597
+
24598
+ .opus_Pq5AiV_image {
24599
+ width: 11rem;
24600
+ height: auto;
24601
+ }
24602
+
24563
24603
  /* components/IconPicker/IconPicker.module.css */
24564
24604
  .opus_4E-Oa1_root {
24565
24605
  width: 100%;