opus-react 0.3.2 → 0.3.4

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
@@ -9820,17 +9820,17 @@
9820
9820
  }
9821
9821
 
9822
9822
  .opus_I9wQcM_track[data-axis="y"] {
9823
+ top: var(--custom-scrollbar-track-inset, 2px);
9824
+ right: var(--custom-scrollbar-track-inset, 2px);
9825
+ bottom: var(--custom-scrollbar-track-inset, 2px);
9823
9826
  width: var(--custom-scrollbar-size, 10px);
9824
- top: 2px;
9825
- bottom: 2px;
9826
- right: 2px;
9827
9827
  }
9828
9828
 
9829
9829
  .opus_I9wQcM_track[data-axis="x"] {
9830
+ right: var(--custom-scrollbar-track-inset, 2px);
9831
+ bottom: var(--custom-scrollbar-track-inset, 2px);
9832
+ left: var(--custom-scrollbar-track-inset, 2px);
9830
9833
  height: var(--custom-scrollbar-size, 10px);
9831
- bottom: 2px;
9832
- left: 2px;
9833
- right: 2px;
9834
9834
  }
9835
9835
 
9836
9836
  .opus_I9wQcM_root[data-vertical-track-shape="square"] > .opus_I9wQcM_track[data-axis="y"], .opus_I9wQcM_root[data-horizontal-track-shape="square"] > .opus_I9wQcM_track[data-axis="x"], .opus_I9wQcM_root[data-vertical-thumb-shape="square"] > .opus_I9wQcM_track[data-axis="y"] > .opus_I9wQcM_thumb, .opus_I9wQcM_root[data-horizontal-thumb-shape="square"] > .opus_I9wQcM_track[data-axis="x"] > .opus_I9wQcM_thumb {
@@ -10794,6 +10794,8 @@
10794
10794
  --tile-height: 101px;
10795
10795
  grid-auto-flow: column;
10796
10796
  grid-auto-columns: var(--tile-width);
10797
+ -ms-overflow-style: none;
10798
+ scrollbar-width: none;
10797
10799
  scroll-behavior: smooth;
10798
10800
  scroll-snap-type: x mandatory;
10799
10801
  background: none;
@@ -10809,6 +10811,12 @@
10809
10811
  overflow-x: auto;
10810
10812
  }
10811
10813
 
10814
+ .opus_zD82gC_row::-webkit-scrollbar {
10815
+ width: 0;
10816
+ height: 0;
10817
+ display: none;
10818
+ }
10819
+
10812
10820
  .opus_zD82gC_moreButton {
10813
10821
  z-index: 2;
10814
10822
  width: 24px;
@@ -11096,6 +11104,8 @@
11096
11104
  --stat-tile-height: 6.75rem;
11097
11105
  grid-auto-flow: column;
11098
11106
  grid-auto-columns: var(--stat-tile-size);
11107
+ -ms-overflow-style: none;
11108
+ scrollbar-width: none;
11099
11109
  scroll-behavior: smooth;
11100
11110
  width: 100%;
11101
11111
  min-width: 0;
@@ -11113,6 +11123,12 @@
11113
11123
  overflow-x: auto;
11114
11124
  }
11115
11125
 
11126
+ .opus_uhJd8v_row::-webkit-scrollbar {
11127
+ width: 0;
11128
+ height: 0;
11129
+ display: none;
11130
+ }
11131
+
11116
11132
  .opus_uhJd8v_moreButton {
11117
11133
  z-index: 2;
11118
11134
  width: 24px;
@@ -16290,10 +16306,8 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
16290
16306
  }
16291
16307
 
16292
16308
  .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content {
16293
- border-color: #0000;
16294
- border-left-color: var(--application-header-border);
16295
16309
  background: radial-gradient(75% 120% at 0 0, #1d4ed81a, #0000 60%), linear-gradient(90deg, #0d172a 0%, #07111f 66%, #0000 100%);
16296
- border-right: 0;
16310
+ border: 0;
16297
16311
  border-radius: 14px 0 0 14px;
16298
16312
  height: 62px;
16299
16313
  min-height: 62px;
@@ -16301,25 +16315,16 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
16301
16315
  position: relative;
16302
16316
  }
16303
16317
 
16304
- .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content:before, .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content:after {
16305
- background: linear-gradient(90deg,
16306
- var(--application-header-border) 0%,
16307
- var(--application-header-border) 66%,
16308
- transparent 100%);
16318
+ .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content:before {
16319
+ border: 1px solid var(--application-header-border);
16309
16320
  content: "";
16310
16321
  pointer-events: none;
16311
- height: 1px;
16322
+ border-right: 0;
16323
+ border-radius: 14px 0 0 14px;
16312
16324
  position: absolute;
16313
- left: 10px;
16314
- right: 0;
16315
- }
16316
-
16317
- .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content:before {
16318
- top: -1px;
16319
- }
16320
-
16321
- .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content:after {
16322
- bottom: -1px;
16325
+ inset: 0;
16326
+ -webkit-mask-image: linear-gradient(90deg, #000 0% 66%, #0000 100%);
16327
+ mask-image: linear-gradient(90deg, #000 0% 66%, #0000 100%);
16323
16328
  }
16324
16329
 
16325
16330
  [data-shell-theme="light"] .opus_TjZbi8_root, [data-theme="light"] .opus_TjZbi8_root {
@@ -16341,10 +16346,8 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
16341
16346
  }
16342
16347
 
16343
16348
  [data-shell-theme="light"] .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content, [data-theme="light"] .opus_TjZbi8_root[data-connected="true"] .opus_TjZbi8_content {
16344
- border-color: #0000;
16345
- border-left-color: var(--application-header-border);
16346
16349
  background: radial-gradient(75% 120% at 0 0, #dbeafe8a, #0000 62%), linear-gradient(90deg, #fffffffa 0%, #f5f7ff 66%, #0000 100%);
16347
- border-right: 0;
16350
+ border: 0;
16348
16351
  }
16349
16352
 
16350
16353
  @media (width <= 1100px) {