opus-react 0.5.0 → 0.6.1
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 +589 -364
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +118 -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 +512 -289
- 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
|
}
|
|
@@ -9194,10 +9229,62 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
9194
9229
|
}
|
|
9195
9230
|
|
|
9196
9231
|
.opus_ymQ4nN_form {
|
|
9232
|
+
align-content: start;
|
|
9197
9233
|
gap: 16px;
|
|
9198
9234
|
display: grid;
|
|
9199
9235
|
}
|
|
9200
9236
|
|
|
9237
|
+
.opus_ymQ4nN_formHeader {
|
|
9238
|
+
flex-wrap: wrap;
|
|
9239
|
+
justify-content: space-between;
|
|
9240
|
+
align-items: flex-start;
|
|
9241
|
+
gap: 12px;
|
|
9242
|
+
display: flex;
|
|
9243
|
+
}
|
|
9244
|
+
|
|
9245
|
+
.opus_ymQ4nN_formHeader[data-align="center"] {
|
|
9246
|
+
text-align: center;
|
|
9247
|
+
flex-direction: column;
|
|
9248
|
+
align-items: center;
|
|
9249
|
+
}
|
|
9250
|
+
|
|
9251
|
+
.opus_ymQ4nN_formHeaderCopy {
|
|
9252
|
+
gap: 6px;
|
|
9253
|
+
min-width: 0;
|
|
9254
|
+
display: grid;
|
|
9255
|
+
}
|
|
9256
|
+
|
|
9257
|
+
.opus_ymQ4nN_formHeaderEyebrow {
|
|
9258
|
+
color: var(--opus-muted);
|
|
9259
|
+
letter-spacing: .04em;
|
|
9260
|
+
text-transform: uppercase;
|
|
9261
|
+
margin: 0;
|
|
9262
|
+
font-size: .72rem;
|
|
9263
|
+
font-weight: 700;
|
|
9264
|
+
}
|
|
9265
|
+
|
|
9266
|
+
.opus_ymQ4nN_formHeaderTitle {
|
|
9267
|
+
color: var(--opus-text);
|
|
9268
|
+
margin: 0;
|
|
9269
|
+
font-size: 1.15rem;
|
|
9270
|
+
font-weight: 700;
|
|
9271
|
+
line-height: 1.25;
|
|
9272
|
+
}
|
|
9273
|
+
|
|
9274
|
+
.opus_ymQ4nN_formHeaderDescription {
|
|
9275
|
+
color: var(--opus-muted);
|
|
9276
|
+
margin: 0;
|
|
9277
|
+
font-size: .88rem;
|
|
9278
|
+
line-height: 1.45;
|
|
9279
|
+
}
|
|
9280
|
+
|
|
9281
|
+
.opus_ymQ4nN_formHeaderActions {
|
|
9282
|
+
flex-wrap: wrap;
|
|
9283
|
+
align-items: center;
|
|
9284
|
+
gap: 8px;
|
|
9285
|
+
display: flex;
|
|
9286
|
+
}
|
|
9287
|
+
|
|
9201
9288
|
.opus_ymQ4nN_formSection {
|
|
9202
9289
|
border: 1px solid var(--opus-border);
|
|
9203
9290
|
border-radius: 12px;
|
|
@@ -9212,6 +9299,7 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
9212
9299
|
|
|
9213
9300
|
.opus_ymQ4nN_actions {
|
|
9214
9301
|
justify-content: flex-end;
|
|
9302
|
+
align-items: center;
|
|
9215
9303
|
gap: 10px;
|
|
9216
9304
|
display: flex;
|
|
9217
9305
|
}
|
|
@@ -11868,16 +11956,31 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
11868
11956
|
display: inline-flex;
|
|
11869
11957
|
}
|
|
11870
11958
|
|
|
11871
|
-
.
|
|
11959
|
+
.opus_YYKGIB_customTrigger {
|
|
11872
11960
|
width: 100%;
|
|
11873
|
-
|
|
11874
|
-
|
|
11875
|
-
|
|
11961
|
+
display: block;
|
|
11962
|
+
position: relative;
|
|
11963
|
+
}
|
|
11964
|
+
|
|
11965
|
+
.opus_YYKGIB_customTriggerContent {
|
|
11966
|
+
width: 100%;
|
|
11967
|
+
display: block;
|
|
11968
|
+
}
|
|
11969
|
+
|
|
11970
|
+
.opus_YYKGIB_customTriggerButton {
|
|
11971
|
+
z-index: 1;
|
|
11972
|
+
border-radius: var(--opus-input-radius);
|
|
11973
|
+
cursor: pointer;
|
|
11876
11974
|
background: none;
|
|
11877
11975
|
border: 0;
|
|
11878
|
-
justify-content: stretch;
|
|
11879
11976
|
padding: 0;
|
|
11880
|
-
|
|
11977
|
+
position: absolute;
|
|
11978
|
+
inset: 0;
|
|
11979
|
+
}
|
|
11980
|
+
|
|
11981
|
+
.opus_YYKGIB_customTriggerButton:focus-visible {
|
|
11982
|
+
outline: 2px solid color-mix(in srgb, var(--opus-accent) 72%, transparent);
|
|
11983
|
+
outline-offset: 2px;
|
|
11881
11984
|
}
|
|
11882
11985
|
|
|
11883
11986
|
.opus_YYKGIB_overlay {
|
|
@@ -14451,6 +14554,12 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
14451
14554
|
overflow: auto hidden;
|
|
14452
14555
|
}
|
|
14453
14556
|
|
|
14557
|
+
.opus_uhJd8v_row:focus-visible {
|
|
14558
|
+
outline: 2px solid color-mix(in srgb, var(--opus-accent) 70%, transparent);
|
|
14559
|
+
outline-offset: 2px;
|
|
14560
|
+
border-radius: 12px;
|
|
14561
|
+
}
|
|
14562
|
+
|
|
14454
14563
|
.opus_uhJd8v_row::-webkit-scrollbar {
|
|
14455
14564
|
width: 0;
|
|
14456
14565
|
height: 0;
|