opus-react 0.5.0 → 0.6.0
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.cjs +591 -366
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +116 -9
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +114 -19
- package/dist/index.d.ts +114 -19
- package/dist/index.js +514 -291
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -7719,6 +7719,36 @@
|
|
|
7719
7719
|
height: 6px;
|
|
7720
7720
|
}
|
|
7721
7721
|
|
|
7722
|
+
.opus_1GJHzl_count {
|
|
7723
|
+
background: color-mix(in srgb, currentColor 18%, transparent);
|
|
7724
|
+
font-variant-numeric: tabular-nums;
|
|
7725
|
+
border-radius: 999px;
|
|
7726
|
+
flex-shrink: 0;
|
|
7727
|
+
justify-content: center;
|
|
7728
|
+
align-items: center;
|
|
7729
|
+
min-width: 1.5em;
|
|
7730
|
+
padding: .2em .4em;
|
|
7731
|
+
font-size: .92em;
|
|
7732
|
+
line-height: 1;
|
|
7733
|
+
display: inline-flex;
|
|
7734
|
+
}
|
|
7735
|
+
|
|
7736
|
+
.opus_1GJHzl_badge[data-variant="solid"] .opus_1GJHzl_count {
|
|
7737
|
+
background: color-mix(in srgb, currentColor 24%, transparent);
|
|
7738
|
+
}
|
|
7739
|
+
|
|
7740
|
+
.opus_1GJHzl_badge:has(.opus_1GJHzl_count) {
|
|
7741
|
+
gap: 5px;
|
|
7742
|
+
}
|
|
7743
|
+
|
|
7744
|
+
.opus_1GJHzl_badge[data-size="sm"]:has(.opus_1GJHzl_count) {
|
|
7745
|
+
padding-right: 3px;
|
|
7746
|
+
}
|
|
7747
|
+
|
|
7748
|
+
.opus_1GJHzl_badge[data-size="md"]:has(.opus_1GJHzl_count) {
|
|
7749
|
+
padding-right: 4px;
|
|
7750
|
+
}
|
|
7751
|
+
|
|
7722
7752
|
.opus_1GJHzl_badge[data-variant="solid"] {
|
|
7723
7753
|
color: var(--badge-solid-fg);
|
|
7724
7754
|
background: var(--badge-solid-bg);
|
|
@@ -8005,7 +8035,7 @@
|
|
|
8005
8035
|
border: 0;
|
|
8006
8036
|
}
|
|
8007
8037
|
|
|
8008
|
-
.opus_RUNNkf_toggle {
|
|
8038
|
+
.opus_RUNNkf_toggle, .opus_RUNNkf_toggleSpacer {
|
|
8009
8039
|
background: none;
|
|
8010
8040
|
border-radius: 6px;
|
|
8011
8041
|
justify-content: center;
|
|
@@ -8237,13 +8267,18 @@ button:hover .opus_7Zs_d5_openChevron, button:focus-visible .opus_7Zs_d5_openChe
|
|
|
8237
8267
|
position: relative;
|
|
8238
8268
|
}
|
|
8239
8269
|
|
|
8240
|
-
.
|
|
8270
|
+
.opus_7Zs_d5_selectCell {
|
|
8271
|
+
align-items: center;
|
|
8272
|
+
display: flex;
|
|
8273
|
+
}
|
|
8274
|
+
|
|
8275
|
+
.opus_7Zs_d5_actionRow > :not(.opus_7Zs_d5_actionCell) {
|
|
8241
8276
|
pointer-events: none;
|
|
8242
8277
|
z-index: 1;
|
|
8243
8278
|
position: relative;
|
|
8244
8279
|
}
|
|
8245
8280
|
|
|
8246
|
-
.opus_7Zs_d5_actionRow > input {
|
|
8281
|
+
.opus_7Zs_d5_actionRow > .opus_7Zs_d5_selectCell, .opus_7Zs_d5_actionRow > .opus_7Zs_d5_selectCell input {
|
|
8247
8282
|
pointer-events: auto;
|
|
8248
8283
|
z-index: 2;
|
|
8249
8284
|
}
|
|
@@ -9198,6 +9233,57 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
9198
9233
|
display: grid;
|
|
9199
9234
|
}
|
|
9200
9235
|
|
|
9236
|
+
.opus_ymQ4nN_formHeader {
|
|
9237
|
+
flex-wrap: wrap;
|
|
9238
|
+
justify-content: space-between;
|
|
9239
|
+
align-items: flex-start;
|
|
9240
|
+
gap: 12px;
|
|
9241
|
+
display: flex;
|
|
9242
|
+
}
|
|
9243
|
+
|
|
9244
|
+
.opus_ymQ4nN_formHeader[data-align="center"] {
|
|
9245
|
+
text-align: center;
|
|
9246
|
+
flex-direction: column;
|
|
9247
|
+
align-items: center;
|
|
9248
|
+
}
|
|
9249
|
+
|
|
9250
|
+
.opus_ymQ4nN_formHeaderCopy {
|
|
9251
|
+
gap: 6px;
|
|
9252
|
+
min-width: 0;
|
|
9253
|
+
display: grid;
|
|
9254
|
+
}
|
|
9255
|
+
|
|
9256
|
+
.opus_ymQ4nN_formHeaderEyebrow {
|
|
9257
|
+
color: var(--opus-muted);
|
|
9258
|
+
letter-spacing: .04em;
|
|
9259
|
+
text-transform: uppercase;
|
|
9260
|
+
margin: 0;
|
|
9261
|
+
font-size: .72rem;
|
|
9262
|
+
font-weight: 700;
|
|
9263
|
+
}
|
|
9264
|
+
|
|
9265
|
+
.opus_ymQ4nN_formHeaderTitle {
|
|
9266
|
+
color: var(--opus-text);
|
|
9267
|
+
margin: 0;
|
|
9268
|
+
font-size: 1.15rem;
|
|
9269
|
+
font-weight: 700;
|
|
9270
|
+
line-height: 1.25;
|
|
9271
|
+
}
|
|
9272
|
+
|
|
9273
|
+
.opus_ymQ4nN_formHeaderDescription {
|
|
9274
|
+
color: var(--opus-muted);
|
|
9275
|
+
margin: 0;
|
|
9276
|
+
font-size: .88rem;
|
|
9277
|
+
line-height: 1.45;
|
|
9278
|
+
}
|
|
9279
|
+
|
|
9280
|
+
.opus_ymQ4nN_formHeaderActions {
|
|
9281
|
+
flex-wrap: wrap;
|
|
9282
|
+
align-items: center;
|
|
9283
|
+
gap: 8px;
|
|
9284
|
+
display: flex;
|
|
9285
|
+
}
|
|
9286
|
+
|
|
9201
9287
|
.opus_ymQ4nN_formSection {
|
|
9202
9288
|
border: 1px solid var(--opus-border);
|
|
9203
9289
|
border-radius: 12px;
|
|
@@ -11868,16 +11954,31 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
11868
11954
|
display: inline-flex;
|
|
11869
11955
|
}
|
|
11870
11956
|
|
|
11871
|
-
.
|
|
11957
|
+
.opus_YYKGIB_customTrigger {
|
|
11872
11958
|
width: 100%;
|
|
11873
|
-
|
|
11874
|
-
|
|
11875
|
-
|
|
11959
|
+
display: block;
|
|
11960
|
+
position: relative;
|
|
11961
|
+
}
|
|
11962
|
+
|
|
11963
|
+
.opus_YYKGIB_customTriggerContent {
|
|
11964
|
+
width: 100%;
|
|
11965
|
+
display: block;
|
|
11966
|
+
}
|
|
11967
|
+
|
|
11968
|
+
.opus_YYKGIB_customTriggerButton {
|
|
11969
|
+
z-index: 1;
|
|
11970
|
+
border-radius: var(--opus-input-radius);
|
|
11971
|
+
cursor: pointer;
|
|
11876
11972
|
background: none;
|
|
11877
11973
|
border: 0;
|
|
11878
|
-
justify-content: stretch;
|
|
11879
11974
|
padding: 0;
|
|
11880
|
-
|
|
11975
|
+
position: absolute;
|
|
11976
|
+
inset: 0;
|
|
11977
|
+
}
|
|
11978
|
+
|
|
11979
|
+
.opus_YYKGIB_customTriggerButton:focus-visible {
|
|
11980
|
+
outline: 2px solid color-mix(in srgb, var(--opus-accent) 72%, transparent);
|
|
11981
|
+
outline-offset: 2px;
|
|
11881
11982
|
}
|
|
11882
11983
|
|
|
11883
11984
|
.opus_YYKGIB_overlay {
|
|
@@ -14451,6 +14552,12 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
14451
14552
|
overflow: auto hidden;
|
|
14452
14553
|
}
|
|
14453
14554
|
|
|
14555
|
+
.opus_uhJd8v_row:focus-visible {
|
|
14556
|
+
outline: 2px solid color-mix(in srgb, var(--opus-accent) 70%, transparent);
|
|
14557
|
+
outline-offset: 2px;
|
|
14558
|
+
border-radius: 12px;
|
|
14559
|
+
}
|
|
14560
|
+
|
|
14454
14561
|
.opus_uhJd8v_row::-webkit-scrollbar {
|
|
14455
14562
|
width: 0;
|
|
14456
14563
|
height: 0;
|