@opengeni/react 1.0.1 → 2.2.0-canary.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/README.md +33 -10
- package/dist/artifacts-spreadsheet.js +1 -1
- package/dist/artifacts.js +1 -1
- package/dist/browser-viewer-GXUICIAG.js +14 -0
- package/dist/{chunk-R3AZOAB5.js → chunk-4MDLEHXL.js} +9 -115
- package/dist/chunk-4MDLEHXL.js.map +1 -0
- package/dist/{chunk-Y7OEDUJ5.js → chunk-5RZN3DD5.js} +1014 -420
- package/dist/chunk-5RZN3DD5.js.map +1 -0
- package/dist/chunk-5YK2ZDIG.js +116 -0
- package/dist/chunk-5YK2ZDIG.js.map +1 -0
- package/dist/chunk-H5YGYNXS.js +329 -0
- package/dist/chunk-H5YGYNXS.js.map +1 -0
- package/dist/{chunk-7WCLAEFV.js → chunk-ICA6R6TW.js} +2 -2
- package/dist/{chunk-7WCLAEFV.js.map → chunk-ICA6R6TW.js.map} +1 -1
- package/dist/{chunk-IGC6A2ZI.js → chunk-JOAVA2TW.js} +589 -217
- package/dist/chunk-JOAVA2TW.js.map +1 -0
- package/dist/{chunk-5UQPNLIO.js → chunk-LTCHJ4MS.js} +9 -9
- package/dist/chunk-LTCHJ4MS.js.map +1 -0
- package/dist/{chunk-C5ZPSSS5.js → chunk-NEXLLTP4.js} +2 -1
- package/dist/{chunk-C5ZPSSS5.js.map → chunk-NEXLLTP4.js.map} +1 -1
- package/dist/chunk-QGBJ6GHG.js +2300 -0
- package/dist/chunk-QGBJ6GHG.js.map +1 -0
- package/dist/{chunk-B6WPZSTT.js → chunk-UOLJWT5Y.js} +78 -16
- package/dist/chunk-UOLJWT5Y.js.map +1 -0
- package/dist/{chunk-MKPIAGVL.js → chunk-W6NFJXSA.js} +8 -19
- package/dist/chunk-W6NFJXSA.js.map +1 -0
- package/dist/{chunk-XBZWOM2K.js → chunk-X4A66EWZ.js} +8 -3
- package/dist/chunk-X4A66EWZ.js.map +1 -0
- package/dist/chunk-X4JAFD5R.js +3907 -0
- package/dist/chunk-X4JAFD5R.js.map +1 -0
- package/dist/{chunk-6KLX2RH5.js → chunk-XSA2QAKP.js} +334 -19
- package/dist/chunk-XSA2QAKP.js.map +1 -0
- package/dist/{chunk-HA46CYQK.js → chunk-XXWH2JLC.js} +792 -206
- package/dist/chunk-XXWH2JLC.js.map +1 -0
- package/dist/client.d.ts +2 -2
- package/dist/components/browser-viewer.d.ts +7 -1
- package/dist/components/computer-viewer.d.ts +4 -1
- package/dist/components/enrollment-consent.d.ts +6 -3
- package/dist/components/file-browser.d.ts +7 -1
- package/dist/components/human-input-form.d.ts +1 -1
- package/dist/components/human-input-surface.d.ts +1 -1
- package/dist/components/machine-card.d.ts +4 -1
- package/dist/components/machines/machine-detail.d.ts +4 -1
- package/dist/components/machines/machine-operation-policy.d.ts +11 -0
- package/dist/components/machines-dashboard.d.ts +3 -1
- package/dist/components/markdown.d.ts +20 -1
- package/dist/components/message-timeline.d.ts +1 -1
- package/dist/components/model-policy-picker.d.ts +2 -0
- package/dist/components/pierre-file.d.ts +1 -1
- package/dist/components/sandbox-files.d.ts +8 -2
- package/dist/components/sandbox-workspace.d.ts +33 -3
- package/dist/components/session-chrome.d.ts +15 -3
- package/dist/components/workspace-dock.d.ts +6 -2
- package/dist/composer.js +5 -5
- package/dist/computer-viewer-ZOP4Q7A7.js +16 -0
- package/dist/computer-viewer-ZOP4Q7A7.js.map +1 -0
- package/dist/hooks/channel-cache.d.ts +23 -0
- package/dist/hooks/shared-machines-list.d.ts +14 -0
- package/dist/hooks/use-attached-browsers.d.ts +2 -1
- package/dist/hooks/use-channels.d.ts +1 -0
- package/dist/hooks/use-composer.d.ts +37 -9
- package/dist/hooks/use-machine-chip.d.ts +3 -3
- package/dist/hooks/use-machines.d.ts +19 -1
- package/dist/hooks/use-sandbox-files.d.ts +1 -0
- package/dist/hooks/use-session-background-commands.d.ts +14 -0
- package/dist/hooks/use-turn-queue.d.ts +12 -0
- package/dist/hooks/use-workspace-sessions.d.ts +1 -0
- package/dist/index.d.ts +7 -5
- package/dist/index.js +1096 -623
- package/dist/index.js.map +1 -1
- package/dist/interaction.js +29 -181
- package/dist/interaction.js.map +1 -1
- package/dist/lib/interaction-errors.d.ts +3 -0
- package/dist/machines.d.ts +4 -2
- package/dist/machines.js +10 -2
- package/dist/model-policy.d.ts +1 -1
- package/dist/model-policy.js +1 -1
- package/dist/platform-activity-row-BJHUHXAT.js +169 -0
- package/dist/platform-activity-row-BJHUHXAT.js.map +1 -0
- package/dist/{queue-surface-implementation-2KVJTYXH.js → queue-surface-implementation-BSKUWHRI.js} +76 -16
- package/dist/queue-surface-implementation-BSKUWHRI.js.map +1 -0
- package/dist/realtime/realtime-control.d.ts +6 -3
- package/dist/realtime.js +36 -14
- package/dist/realtime.js.map +1 -1
- package/dist/session-ui.d.ts +1 -1
- package/dist/session-ui.js +6 -2
- package/dist/session.d.ts +2 -2
- package/dist/session.js +4 -4
- package/dist/timeline/index.d.ts +1 -1
- package/dist/timeline/platform-activity-row.d.ts +15 -0
- package/dist/timeline/screenshot-lightbox.d.ts +1 -1
- package/dist/timeline/shared.d.ts +4 -2
- package/dist/timeline/types.d.ts +48 -5
- package/dist/types/machines.d.ts +2 -2
- package/package.json +3 -3
- package/src/client.ts +12 -1
- package/src/components/artifacts/editable-spreadsheet.tsx +1 -1
- package/src/components/browser-viewer.tsx +361 -58
- package/src/components/chat-composer.tsx +1 -1
- package/src/components/composer.tsx +6 -6
- package/src/components/computer-viewer.tsx +368 -115
- package/src/components/enrollment-consent.tsx +64 -6
- package/src/components/file-browser.tsx +117 -2
- package/src/components/human-input-form.tsx +91 -55
- package/src/components/human-input-surface.tsx +1 -1
- package/src/components/machine-card.tsx +111 -0
- package/src/components/machine-input-display.ts +15 -0
- package/src/components/machines/machine-detail.tsx +47 -0
- package/src/components/machines/machine-operation-policy.tsx +179 -0
- package/src/components/machines-dashboard.tsx +6 -0
- package/src/components/markdown.tsx +174 -20
- package/src/components/message-timeline.tsx +162 -17
- package/src/components/model-policy-picker.tsx +9 -17
- package/src/components/pierre-file.tsx +1 -1
- package/src/components/queue-surface-implementation.tsx +82 -16
- package/src/components/sandbox-files.tsx +135 -19
- package/src/components/sandbox-workspace.tsx +204 -92
- package/src/components/session-chrome.tsx +415 -208
- package/src/components/session-status.tsx +1 -1
- package/src/components/user-message-body.tsx +168 -48
- package/src/components/workspace-dock.tsx +141 -175
- package/src/hooks/channel-cache.ts +104 -0
- package/src/hooks/shared-machines-list.ts +239 -0
- package/src/hooks/use-attached-browsers.ts +5 -1
- package/src/hooks/use-browser-frame-stream.ts +6 -1
- package/src/hooks/use-browser-session.ts +6 -4
- package/src/hooks/use-browser-sessions.ts +7 -1
- package/src/hooks/use-channels.ts +32 -10
- package/src/hooks/use-composer.ts +760 -291
- package/src/hooks/use-computer-frame-stream.ts +14 -9
- package/src/hooks/use-computer-session.ts +16 -14
- package/src/hooks/use-computer-sessions.ts +8 -1
- package/src/hooks/use-last-started-turn-policy.ts +1 -1
- package/src/hooks/use-machine-chip.ts +23 -6
- package/src/hooks/use-machines.ts +104 -6
- package/src/hooks/use-sandbox-files.ts +195 -140
- package/src/hooks/use-sandbox-git.ts +58 -29
- package/src/hooks/use-session-background-commands.ts +56 -0
- package/src/hooks/use-session-capabilities.ts +18 -0
- package/src/hooks/use-turn-queue.ts +111 -12
- package/src/hooks/use-workspace-sessions.ts +5 -1
- package/src/index.ts +26 -4
- package/src/lib/interaction-errors.ts +18 -0
- package/src/machines.ts +9 -1
- package/src/model-policy.ts +10 -2
- package/src/realtime/realtime-control.tsx +53 -17
- package/src/session-context.ts +1 -0
- package/src/session-ui.ts +6 -1
- package/src/session.ts +9 -1
- package/src/timeline/activity-rail.tsx +20 -75
- package/src/timeline/index.ts +4 -0
- package/src/timeline/platform-activity-row.tsx +201 -0
- package/src/timeline/projection.ts +476 -23
- package/src/timeline/screenshot-lightbox.tsx +48 -14
- package/src/timeline/shared.tsx +8 -2
- package/src/timeline/tool-renderers.tsx +104 -6
- package/src/timeline/turn-summary.tsx +6 -1
- package/src/timeline/types.ts +75 -2
- package/src/types/machines.ts +10 -0
- package/styles/compiled.css +115 -104
- package/dist/chunk-5UQPNLIO.js.map +0 -1
- package/dist/chunk-6KLX2RH5.js.map +0 -1
- package/dist/chunk-B6WPZSTT.js.map +0 -1
- package/dist/chunk-HA46CYQK.js.map +0 -1
- package/dist/chunk-IGC6A2ZI.js.map +0 -1
- package/dist/chunk-LLOLUHVG.js +0 -5937
- package/dist/chunk-LLOLUHVG.js.map +0 -1
- package/dist/chunk-MKPIAGVL.js.map +0 -1
- package/dist/chunk-R3AZOAB5.js.map +0 -1
- package/dist/chunk-XBZWOM2K.js.map +0 -1
- package/dist/chunk-Y7OEDUJ5.js.map +0 -1
- package/dist/interactive-workbench-viewers-TOHBXJEE.js +0 -15
- package/dist/queue-surface-implementation-2KVJTYXH.js.map +0 -1
- /package/dist/{interactive-workbench-viewers-TOHBXJEE.js.map → browser-viewer-GXUICIAG.js.map} +0 -0
package/styles/compiled.css
CHANGED
|
@@ -372,6 +372,9 @@
|
|
|
372
372
|
--tw-translate-x: 0;
|
|
373
373
|
--tw-translate-y: 0;
|
|
374
374
|
--tw-translate-z: 0;
|
|
375
|
+
--tw-scale-x: 1;
|
|
376
|
+
--tw-scale-y: 1;
|
|
377
|
+
--tw-scale-z: 1;
|
|
375
378
|
--tw-rotate-x: initial;
|
|
376
379
|
--tw-rotate-y: initial;
|
|
377
380
|
--tw-rotate-z: initial;
|
|
@@ -436,9 +439,6 @@
|
|
|
436
439
|
--tw-backdrop-sepia: initial;
|
|
437
440
|
--tw-duration: initial;
|
|
438
441
|
--tw-ease: initial;
|
|
439
|
-
--tw-scale-x: 1;
|
|
440
|
-
--tw-scale-y: 1;
|
|
441
|
-
--tw-scale-z: 1;
|
|
442
442
|
--tw-content: "";
|
|
443
443
|
}
|
|
444
444
|
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
|
|
@@ -544,6 +544,9 @@
|
|
|
544
544
|
:where(.og-root).end,:where(.og-root) .end {
|
|
545
545
|
inset-inline-end: var(--spacing);
|
|
546
546
|
}
|
|
547
|
+
:where(.og-root).-top-0\.5,:where(.og-root) .-top-0\.5 {
|
|
548
|
+
top: calc(var(--spacing) * -0.5);
|
|
549
|
+
}
|
|
547
550
|
:where(.og-root).-top-3,:where(.og-root) .-top-3 {
|
|
548
551
|
top: calc(var(--spacing) * -3);
|
|
549
552
|
}
|
|
@@ -568,6 +571,9 @@
|
|
|
568
571
|
:where(.og-root).top-10,:where(.og-root) .top-10 {
|
|
569
572
|
top: calc(var(--spacing) * 10);
|
|
570
573
|
}
|
|
574
|
+
:where(.og-root).-right-0\.5,:where(.og-root) .-right-0\.5 {
|
|
575
|
+
right: calc(var(--spacing) * -0.5);
|
|
576
|
+
}
|
|
571
577
|
:where(.og-root).-right-3,:where(.og-root) .-right-3 {
|
|
572
578
|
right: calc(var(--spacing) * -3);
|
|
573
579
|
}
|
|
@@ -646,9 +652,6 @@
|
|
|
646
652
|
:where(.og-root).z-\[2147483647\],:where(.og-root) .z-\[2147483647\] {
|
|
647
653
|
z-index: 2147483647;
|
|
648
654
|
}
|
|
649
|
-
:where(.og-root).col-span-2,:where(.og-root) .col-span-2 {
|
|
650
|
-
grid-column: span 2 / span 2;
|
|
651
|
-
}
|
|
652
655
|
:where(.og-root).col-span-full,:where(.og-root) .col-span-full {
|
|
653
656
|
grid-column: 1 / -1;
|
|
654
657
|
}
|
|
@@ -763,6 +766,9 @@
|
|
|
763
766
|
:where(.og-root).mr-1,:where(.og-root) .mr-1 {
|
|
764
767
|
margin-right: calc(var(--spacing) * 1);
|
|
765
768
|
}
|
|
769
|
+
:where(.og-root).mr-1\.5,:where(.og-root) .mr-1\.5 {
|
|
770
|
+
margin-right: calc(var(--spacing) * 1.5);
|
|
771
|
+
}
|
|
766
772
|
:where(.og-root).mr-2,:where(.og-root) .mr-2 {
|
|
767
773
|
margin-right: calc(var(--spacing) * 2);
|
|
768
774
|
}
|
|
@@ -1042,6 +1048,9 @@
|
|
|
1042
1048
|
:where(.og-root).min-h-0,:where(.og-root) .min-h-0 {
|
|
1043
1049
|
min-height: calc(var(--spacing) * 0);
|
|
1044
1050
|
}
|
|
1051
|
+
:where(.og-root).min-h-6,:where(.og-root) .min-h-6 {
|
|
1052
|
+
min-height: calc(var(--spacing) * 6);
|
|
1053
|
+
}
|
|
1045
1054
|
:where(.og-root).min-h-7,:where(.og-root) .min-h-7 {
|
|
1046
1055
|
min-height: calc(var(--spacing) * 7);
|
|
1047
1056
|
}
|
|
@@ -1099,6 +1108,12 @@
|
|
|
1099
1108
|
:where(.og-root).w-11,:where(.og-root) .w-11 {
|
|
1100
1109
|
width: calc(var(--spacing) * 11);
|
|
1101
1110
|
}
|
|
1111
|
+
:where(.og-root).w-12,:where(.og-root) .w-12 {
|
|
1112
|
+
width: calc(var(--spacing) * 12);
|
|
1113
|
+
}
|
|
1114
|
+
:where(.og-root).w-32,:where(.og-root) .w-32 {
|
|
1115
|
+
width: calc(var(--spacing) * 32);
|
|
1116
|
+
}
|
|
1102
1117
|
:where(.og-root).w-40,:where(.og-root) .w-40 {
|
|
1103
1118
|
width: calc(var(--spacing) * 40);
|
|
1104
1119
|
}
|
|
@@ -1186,6 +1201,9 @@
|
|
|
1186
1201
|
:where(.og-root).max-w-\[85\%\],:where(.og-root) .max-w-\[85\%\] {
|
|
1187
1202
|
max-width: 85%;
|
|
1188
1203
|
}
|
|
1204
|
+
:where(.og-root).max-w-\[90\%\],:where(.og-root) .max-w-\[90\%\] {
|
|
1205
|
+
max-width: 90%;
|
|
1206
|
+
}
|
|
1189
1207
|
:where(.og-root).max-w-\[180px\],:where(.og-root) .max-w-\[180px\] {
|
|
1190
1208
|
max-width: 180px;
|
|
1191
1209
|
}
|
|
@@ -1283,6 +1301,12 @@
|
|
|
1283
1301
|
--tw-translate-y: calc(-50% - 2px);
|
|
1284
1302
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1285
1303
|
}
|
|
1304
|
+
:where(.og-root).scale-90,:where(.og-root) .scale-90 {
|
|
1305
|
+
--tw-scale-x: 90%;
|
|
1306
|
+
--tw-scale-y: 90%;
|
|
1307
|
+
--tw-scale-z: 90%;
|
|
1308
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1309
|
+
}
|
|
1286
1310
|
:where(.og-root).rotate-45,:where(.og-root) .rotate-45 {
|
|
1287
1311
|
rotate: 45deg;
|
|
1288
1312
|
}
|
|
@@ -1382,9 +1406,6 @@
|
|
|
1382
1406
|
:where(.og-root).grid-cols-\[auto_minmax\(0\,1fr\)\],:where(.og-root) .grid-cols-\[auto_minmax\(0\,1fr\)\] {
|
|
1383
1407
|
grid-template-columns: auto minmax(0,1fr);
|
|
1384
1408
|
}
|
|
1385
|
-
:where(.og-root).grid-cols-\[auto_minmax\(0\,1fr\)_auto_auto\],:where(.og-root) .grid-cols-\[auto_minmax\(0\,1fr\)_auto_auto\] {
|
|
1386
|
-
grid-template-columns: auto minmax(0,1fr) auto auto;
|
|
1387
|
-
}
|
|
1388
1409
|
:where(.og-root).grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\],:where(.og-root) .grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\] {
|
|
1389
1410
|
grid-template-columns: minmax(0,1fr) minmax(0,1fr);
|
|
1390
1411
|
}
|
|
@@ -1517,9 +1538,6 @@
|
|
|
1517
1538
|
:where(.og-root).gap-y-0\.5,:where(.og-root) .gap-y-0\.5 {
|
|
1518
1539
|
row-gap: calc(var(--spacing) * 0.5);
|
|
1519
1540
|
}
|
|
1520
|
-
:where(.og-root).gap-y-1,:where(.og-root) .gap-y-1 {
|
|
1521
|
-
row-gap: calc(var(--spacing) * 1);
|
|
1522
|
-
}
|
|
1523
1541
|
:where(.og-root).gap-y-1\.5,:where(.og-root) .gap-y-1\.5 {
|
|
1524
1542
|
row-gap: calc(var(--spacing) * 1.5);
|
|
1525
1543
|
}
|
|
@@ -1552,12 +1570,6 @@
|
|
|
1552
1570
|
:where(.og-root).self-start,:where(.og-root) .self-start {
|
|
1553
1571
|
align-self: flex-start;
|
|
1554
1572
|
}
|
|
1555
|
-
:where(.og-root).justify-self-end,:where(.og-root) .justify-self-end {
|
|
1556
|
-
justify-self: flex-end;
|
|
1557
|
-
}
|
|
1558
|
-
:where(.og-root).justify-self-start,:where(.og-root) .justify-self-start {
|
|
1559
|
-
justify-self: flex-start;
|
|
1560
|
-
}
|
|
1561
1573
|
:where(.og-root).truncate,:where(.og-root) .truncate {
|
|
1562
1574
|
overflow: hidden;
|
|
1563
1575
|
text-overflow: ellipsis;
|
|
@@ -1642,6 +1654,9 @@
|
|
|
1642
1654
|
:where(.og-root).rounded-br-og-xs,:where(.og-root) .rounded-br-og-xs {
|
|
1643
1655
|
border-bottom-right-radius: var(--og-radius-xs);
|
|
1644
1656
|
}
|
|
1657
|
+
:where(.og-root).rounded-bl-og-xs,:where(.og-root) .rounded-bl-og-xs {
|
|
1658
|
+
border-bottom-left-radius: var(--og-radius-xs);
|
|
1659
|
+
}
|
|
1645
1660
|
:where(.og-root).border,:where(.og-root) .border {
|
|
1646
1661
|
border-style: var(--tw-border-style);
|
|
1647
1662
|
border-width: 1px;
|
|
@@ -1953,6 +1968,12 @@
|
|
|
1953
1968
|
:where(.og-root).bg-og-accent-soft,:where(.og-root) .bg-og-accent-soft {
|
|
1954
1969
|
background-color: var(--_og-color-accent-soft);
|
|
1955
1970
|
}
|
|
1971
|
+
:where(.og-root).bg-og-accent-soft\/45,:where(.og-root) .bg-og-accent-soft\/45 {
|
|
1972
|
+
background-color: var(--_og-color-accent-soft);
|
|
1973
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1974
|
+
background-color: color-mix(in oklab, var(--_og-color-accent-soft) 45%, transparent);
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1956
1977
|
:where(.og-root).bg-og-accent\/10,:where(.og-root) .bg-og-accent\/10 {
|
|
1957
1978
|
background-color: var(--og-color-accent);
|
|
1958
1979
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1995,6 +2016,12 @@
|
|
|
1995
2016
|
:where(.og-root).bg-og-border,:where(.og-root) .bg-og-border {
|
|
1996
2017
|
background-color: var(--og-color-border);
|
|
1997
2018
|
}
|
|
2019
|
+
:where(.og-root).bg-og-danger\/8,:where(.og-root) .bg-og-danger\/8 {
|
|
2020
|
+
background-color: var(--og-color-danger);
|
|
2021
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2022
|
+
background-color: color-mix(in oklab, var(--og-color-danger) 8%, transparent);
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
1998
2025
|
:where(.og-root).bg-og-fg,:where(.og-root) .bg-og-fg {
|
|
1999
2026
|
background-color: var(--og-color-fg);
|
|
2000
2027
|
}
|
|
@@ -2121,12 +2148,24 @@
|
|
|
2121
2148
|
background-color: color-mix(in oklab, var(--og-color-surface-1) 35%, transparent);
|
|
2122
2149
|
}
|
|
2123
2150
|
}
|
|
2151
|
+
:where(.og-root).bg-og-surface-1\/45,:where(.og-root) .bg-og-surface-1\/45 {
|
|
2152
|
+
background-color: var(--og-color-surface-1);
|
|
2153
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2154
|
+
background-color: color-mix(in oklab, var(--og-color-surface-1) 45%, transparent);
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2124
2157
|
:where(.og-root).bg-og-surface-1\/70,:where(.og-root) .bg-og-surface-1\/70 {
|
|
2125
2158
|
background-color: var(--og-color-surface-1);
|
|
2126
2159
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2127
2160
|
background-color: color-mix(in oklab, var(--og-color-surface-1) 70%, transparent);
|
|
2128
2161
|
}
|
|
2129
2162
|
}
|
|
2163
|
+
:where(.og-root).bg-og-surface-1\/75,:where(.og-root) .bg-og-surface-1\/75 {
|
|
2164
|
+
background-color: var(--og-color-surface-1);
|
|
2165
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2166
|
+
background-color: color-mix(in oklab, var(--og-color-surface-1) 75%, transparent);
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2130
2169
|
:where(.og-root).bg-og-surface-1\/85,:where(.og-root) .bg-og-surface-1\/85 {
|
|
2131
2170
|
background-color: var(--og-color-surface-1);
|
|
2132
2171
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2142,6 +2181,12 @@
|
|
|
2142
2181
|
:where(.og-root).bg-og-surface-2,:where(.og-root) .bg-og-surface-2 {
|
|
2143
2182
|
background-color: var(--og-color-surface-2);
|
|
2144
2183
|
}
|
|
2184
|
+
:where(.og-root).bg-og-surface-2\/35,:where(.og-root) .bg-og-surface-2\/35 {
|
|
2185
|
+
background-color: var(--og-color-surface-2);
|
|
2186
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2187
|
+
background-color: color-mix(in oklab, var(--og-color-surface-2) 35%, transparent);
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2145
2190
|
:where(.og-root).bg-og-surface-2\/40,:where(.og-root) .bg-og-surface-2\/40 {
|
|
2146
2191
|
background-color: var(--og-color-surface-2);
|
|
2147
2192
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2682,6 +2727,9 @@
|
|
|
2682
2727
|
:where(.og-root).text-og-bg,:where(.og-root) .text-og-bg {
|
|
2683
2728
|
color: var(--og-color-bg);
|
|
2684
2729
|
}
|
|
2730
|
+
:where(.og-root).text-og-danger,:where(.og-root) .text-og-danger {
|
|
2731
|
+
color: var(--og-color-danger);
|
|
2732
|
+
}
|
|
2685
2733
|
:where(.og-root).text-og-fg,:where(.og-root) .text-og-fg {
|
|
2686
2734
|
color: var(--og-color-fg);
|
|
2687
2735
|
}
|
|
@@ -2789,6 +2837,15 @@
|
|
|
2789
2837
|
:where(.og-root).decoration-og-border-strong,:where(.og-root) .decoration-og-border-strong {
|
|
2790
2838
|
text-decoration-color: var(--og-color-border-strong);
|
|
2791
2839
|
}
|
|
2840
|
+
:where(.og-root).decoration-og-status-failed\/50,:where(.og-root) .decoration-og-status-failed\/50 {
|
|
2841
|
+
text-decoration-color: var(--og-color-status-failed);
|
|
2842
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2843
|
+
text-decoration-color: color-mix(in oklab, var(--og-color-status-failed) 50%, transparent);
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
:where(.og-root).decoration-dotted,:where(.og-root) .decoration-dotted {
|
|
2847
|
+
text-decoration-style: dotted;
|
|
2848
|
+
}
|
|
2792
2849
|
:where(.og-root).underline-offset-2,:where(.og-root) .underline-offset-2 {
|
|
2793
2850
|
text-underline-offset: 2px;
|
|
2794
2851
|
}
|
|
@@ -2833,6 +2890,10 @@
|
|
|
2833
2890
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
2834
2891
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2835
2892
|
}
|
|
2893
|
+
:where(.og-root).shadow-\[inset_2px_0_0_var\(--og-color-accent\)\],:where(.og-root) .shadow-\[inset_2px_0_0_var\(--og-color-accent\)\] {
|
|
2894
|
+
--tw-shadow: inset 2px 0 0 var(--tw-shadow-color, var(--og-color-accent));
|
|
2895
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2896
|
+
}
|
|
2836
2897
|
:where(.og-root).shadow-lg,:where(.og-root) .shadow-lg {
|
|
2837
2898
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2838
2899
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -3973,6 +4034,14 @@
|
|
|
3973
4034
|
}
|
|
3974
4035
|
}
|
|
3975
4036
|
}
|
|
4037
|
+
:where(.og-root).focus-visible\:ring-og-accent\/50,:where(.og-root) .focus-visible\:ring-og-accent\/50 {
|
|
4038
|
+
&:focus-visible {
|
|
4039
|
+
--tw-ring-color: var(--og-color-accent);
|
|
4040
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4041
|
+
--tw-ring-color: color-mix(in oklab, var(--og-color-accent) 50%, transparent);
|
|
4042
|
+
}
|
|
4043
|
+
}
|
|
4044
|
+
}
|
|
3976
4045
|
:where(.og-root).focus-visible\:ring-og-status-failed\/50,:where(.og-root) .focus-visible\:ring-og-status-failed\/50 {
|
|
3977
4046
|
&:focus-visible {
|
|
3978
4047
|
--tw-ring-color: var(--og-color-status-failed);
|
|
@@ -4049,6 +4118,11 @@
|
|
|
4049
4118
|
cursor: not-allowed;
|
|
4050
4119
|
}
|
|
4051
4120
|
}
|
|
4121
|
+
:where(.og-root).disabled\:cursor-wait,:where(.og-root) .disabled\:cursor-wait {
|
|
4122
|
+
&:disabled {
|
|
4123
|
+
cursor: wait;
|
|
4124
|
+
}
|
|
4125
|
+
}
|
|
4052
4126
|
:where(.og-root).disabled\:bg-og-surface-3,:where(.og-root) .disabled\:bg-og-surface-3 {
|
|
4053
4127
|
&:disabled {
|
|
4054
4128
|
background-color: var(--og-color-surface-3);
|
|
@@ -4207,16 +4281,6 @@
|
|
|
4207
4281
|
transition-property: none;
|
|
4208
4282
|
}
|
|
4209
4283
|
}
|
|
4210
|
-
:where(.og-root).max-\[1023px\]\:col-span-3,:where(.og-root) .max-\[1023px\]\:col-span-3 {
|
|
4211
|
-
@media (width < 1023px) {
|
|
4212
|
-
grid-column: span 3 / span 3;
|
|
4213
|
-
}
|
|
4214
|
-
}
|
|
4215
|
-
:where(.og-root).max-\[1023px\]\:row-start-2,:where(.og-root) .max-\[1023px\]\:row-start-2 {
|
|
4216
|
-
@media (width < 1023px) {
|
|
4217
|
-
grid-row-start: 2;
|
|
4218
|
-
}
|
|
4219
|
-
}
|
|
4220
4284
|
:where(.og-root).max-\[1023px\]\:-mx-\[19px\],:where(.og-root) .max-\[1023px\]\:-mx-\[19px\] {
|
|
4221
4285
|
@media (width < 1023px) {
|
|
4222
4286
|
margin-inline: calc(19px * -1);
|
|
@@ -4238,14 +4302,19 @@
|
|
|
4238
4302
|
min-height: calc(var(--spacing) * 11);
|
|
4239
4303
|
}
|
|
4240
4304
|
}
|
|
4305
|
+
:where(.og-root).max-\[1023px\]\:min-h-12,:where(.og-root) .max-\[1023px\]\:min-h-12 {
|
|
4306
|
+
@media (width < 1023px) {
|
|
4307
|
+
min-height: calc(var(--spacing) * 12);
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
4241
4310
|
:where(.og-root).max-\[1023px\]\:w-11,:where(.og-root) .max-\[1023px\]\:w-11 {
|
|
4242
4311
|
@media (width < 1023px) {
|
|
4243
4312
|
width: calc(var(--spacing) * 11);
|
|
4244
4313
|
}
|
|
4245
4314
|
}
|
|
4246
|
-
:where(.og-root).max-\[1023px\]\:w-
|
|
4315
|
+
:where(.og-root).max-\[1023px\]\:w-36,:where(.og-root) .max-\[1023px\]\:w-36 {
|
|
4247
4316
|
@media (width < 1023px) {
|
|
4248
|
-
width:
|
|
4317
|
+
width: calc(var(--spacing) * 36);
|
|
4249
4318
|
}
|
|
4250
4319
|
}
|
|
4251
4320
|
:where(.og-root).max-\[1023px\]\:min-w-11,:where(.og-root) .max-\[1023px\]\:min-w-11 {
|
|
@@ -4253,31 +4322,6 @@
|
|
|
4253
4322
|
min-width: calc(var(--spacing) * 11);
|
|
4254
4323
|
}
|
|
4255
4324
|
}
|
|
4256
|
-
:where(.og-root).max-\[1023px\]\:grid-cols-\[auto_minmax\(0\,1fr\)_auto\],:where(.og-root) .max-\[1023px\]\:grid-cols-\[auto_minmax\(0\,1fr\)_auto\] {
|
|
4257
|
-
@media (width < 1023px) {
|
|
4258
|
-
grid-template-columns: auto minmax(0,1fr) auto;
|
|
4259
|
-
}
|
|
4260
|
-
}
|
|
4261
|
-
:where(.og-root).max-\[1023px\]\:gap-y-0,:where(.og-root) .max-\[1023px\]\:gap-y-0 {
|
|
4262
|
-
@media (width < 1023px) {
|
|
4263
|
-
row-gap: calc(var(--spacing) * 0);
|
|
4264
|
-
}
|
|
4265
|
-
}
|
|
4266
|
-
:where(.og-root).max-\[1023px\]\:px-2,:where(.og-root) .max-\[1023px\]\:px-2 {
|
|
4267
|
-
@media (width < 1023px) {
|
|
4268
|
-
padding-inline: calc(var(--spacing) * 2);
|
|
4269
|
-
}
|
|
4270
|
-
}
|
|
4271
|
-
:where(.og-root).max-\[1023px\]\:pt-0,:where(.og-root) .max-\[1023px\]\:pt-0 {
|
|
4272
|
-
@media (width < 1023px) {
|
|
4273
|
-
padding-top: calc(var(--spacing) * 0);
|
|
4274
|
-
}
|
|
4275
|
-
}
|
|
4276
|
-
:where(.og-root).max-\[1023px\]\:pb-1,:where(.og-root) .max-\[1023px\]\:pb-1 {
|
|
4277
|
-
@media (width < 1023px) {
|
|
4278
|
-
padding-bottom: calc(var(--spacing) * 1);
|
|
4279
|
-
}
|
|
4280
|
-
}
|
|
4281
4325
|
:where(.og-root).max-sm\:hidden,:where(.og-root) .max-sm\:hidden {
|
|
4282
4326
|
@media (width < 40rem) {
|
|
4283
4327
|
display: none;
|
|
@@ -4348,60 +4392,16 @@
|
|
|
4348
4392
|
display: inline;
|
|
4349
4393
|
}
|
|
4350
4394
|
}
|
|
4351
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:col-span-1,:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:col-span-1 {
|
|
4352
|
-
@media (width >= 640px) {
|
|
4353
|
-
@media (width < 1023px) {
|
|
4354
|
-
grid-column: span 1 / span 1;
|
|
4355
|
-
}
|
|
4356
|
-
}
|
|
4357
|
-
}
|
|
4358
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:col-start-1,:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:col-start-1 {
|
|
4359
|
-
@media (width >= 640px) {
|
|
4360
|
-
@media (width < 1023px) {
|
|
4361
|
-
grid-column-start: 1;
|
|
4362
|
-
}
|
|
4363
|
-
}
|
|
4364
|
-
}
|
|
4365
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:col-start-2,:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:col-start-2 {
|
|
4366
|
-
@media (width >= 640px) {
|
|
4367
|
-
@media (width < 1023px) {
|
|
4368
|
-
grid-column-start: 2;
|
|
4369
|
-
}
|
|
4370
|
-
}
|
|
4371
|
-
}
|
|
4372
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:col-start-3,:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:col-start-3 {
|
|
4373
|
-
@media (width >= 640px) {
|
|
4374
|
-
@media (width < 1023px) {
|
|
4375
|
-
grid-column-start: 3;
|
|
4376
|
-
}
|
|
4377
|
-
}
|
|
4378
|
-
}
|
|
4379
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:col-start-4,:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:col-start-4 {
|
|
4380
|
-
@media (width >= 640px) {
|
|
4381
|
-
@media (width < 1023px) {
|
|
4382
|
-
grid-column-start: 4;
|
|
4383
|
-
}
|
|
4384
|
-
}
|
|
4385
|
-
}
|
|
4386
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:row-start-1,:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:row-start-1 {
|
|
4387
|
-
@media (width >= 640px) {
|
|
4388
|
-
@media (width < 1023px) {
|
|
4389
|
-
grid-row-start: 1;
|
|
4390
|
-
}
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
:where(.og-root).min-\[640px\]\:max-\[1023px\]\:grid-cols-\[auto_minmax\(0\,1fr\)_auto_auto\],:where(.og-root) .min-\[640px\]\:max-\[1023px\]\:grid-cols-\[auto_minmax\(0\,1fr\)_auto_auto\] {
|
|
4394
|
-
@media (width >= 640px) {
|
|
4395
|
-
@media (width < 1023px) {
|
|
4396
|
-
grid-template-columns: auto minmax(0,1fr) auto auto;
|
|
4397
|
-
}
|
|
4398
|
-
}
|
|
4399
|
-
}
|
|
4400
4395
|
:where(.og-root).sm\:col-span-1,:where(.og-root) .sm\:col-span-1 {
|
|
4401
4396
|
@media (width >= 40rem) {
|
|
4402
4397
|
grid-column: span 1 / span 1;
|
|
4403
4398
|
}
|
|
4404
4399
|
}
|
|
4400
|
+
:where(.og-root).sm\:col-span-2,:where(.og-root) .sm\:col-span-2 {
|
|
4401
|
+
@media (width >= 40rem) {
|
|
4402
|
+
grid-column: span 2 / span 2;
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
4405
|
:where(.og-root).sm\:col-start-3,:where(.og-root) .sm\:col-start-3 {
|
|
4406
4406
|
@media (width >= 40rem) {
|
|
4407
4407
|
grid-column-start: 3;
|
|
@@ -4485,6 +4485,11 @@
|
|
|
4485
4485
|
max-width: 12rem;
|
|
4486
4486
|
}
|
|
4487
4487
|
}
|
|
4488
|
+
:where(.og-root).sm\:max-w-\[82\%\],:where(.og-root) .sm\:max-w-\[82\%\] {
|
|
4489
|
+
@media (width >= 40rem) {
|
|
4490
|
+
max-width: 82%;
|
|
4491
|
+
}
|
|
4492
|
+
}
|
|
4488
4493
|
:where(.og-root).sm\:max-w-full,:where(.og-root) .sm\:max-w-full {
|
|
4489
4494
|
@media (width >= 40rem) {
|
|
4490
4495
|
max-width: 100%;
|
|
@@ -4852,6 +4857,12 @@
|
|
|
4852
4857
|
height: calc(var(--spacing) * 3.5);
|
|
4853
4858
|
}
|
|
4854
4859
|
}
|
|
4860
|
+
:where(.og-root).\[\&\>svg\]\:size-4,:where(.og-root) .\[\&\>svg\]\:size-4 {
|
|
4861
|
+
&>svg {
|
|
4862
|
+
width: calc(var(--spacing) * 4);
|
|
4863
|
+
height: calc(var(--spacing) * 4);
|
|
4864
|
+
}
|
|
4865
|
+
}
|
|
4855
4866
|
:where(.og-root).\[\&\>ul\]\:my-1,:where(.og-root) .\[\&\>ul\]\:my-1 {
|
|
4856
4867
|
&>ul {
|
|
4857
4868
|
margin-block: calc(var(--spacing) * 1);
|