@bryan-thompson/inspector-assessment-client 1.4.0 → 1.5.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/assets/{OAuthCallback-CIWsnXN_.js → OAuthCallback-DGVqLct6.js} +1 -1
- package/dist/assets/{OAuthDebugCallback-DP9WXVFe.js → OAuthDebugCallback-DHflRQgp.js} +1 -1
- package/dist/assets/{index-Cz-lwW4x.css → index-Bj7kEsw0.css} +27 -0
- package/dist/assets/{index-CynAt5P-.js → index-Btl7vuTl.js} +24543 -17413
- package/dist/index.html +2 -2
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as useToast, r as reactExports, j as jsxRuntimeExports, p as parseOAuthCallbackParams, g as generateOAuthErrorDescription, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-
|
|
1
|
+
import { u as useToast, r as reactExports, j as jsxRuntimeExports, p as parseOAuthCallbackParams, g as generateOAuthErrorDescription, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-Btl7vuTl.js";
|
|
2
2
|
const OAuthCallback = ({ onConnect }) => {
|
|
3
3
|
const { toast } = useToast();
|
|
4
4
|
const hasProcessedRef = reactExports.useRef(false);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-
|
|
1
|
+
import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-Btl7vuTl.js";
|
|
2
2
|
const OAuthDebugCallback = ({ onConnect }) => {
|
|
3
3
|
reactExports.useEffect(() => {
|
|
4
4
|
let isProcessed = false;
|
|
@@ -945,6 +945,12 @@ video {
|
|
|
945
945
|
.mt-4 {
|
|
946
946
|
margin-top: 1rem;
|
|
947
947
|
}
|
|
948
|
+
.line-clamp-2 {
|
|
949
|
+
overflow: hidden;
|
|
950
|
+
display: -webkit-box;
|
|
951
|
+
-webkit-box-orient: vertical;
|
|
952
|
+
-webkit-line-clamp: 2;
|
|
953
|
+
}
|
|
948
954
|
.block {
|
|
949
955
|
display: block;
|
|
950
956
|
}
|
|
@@ -1039,6 +1045,9 @@ video {
|
|
|
1039
1045
|
.max-h-40 {
|
|
1040
1046
|
max-height: 10rem;
|
|
1041
1047
|
}
|
|
1048
|
+
.max-h-48 {
|
|
1049
|
+
max-height: 12rem;
|
|
1050
|
+
}
|
|
1042
1051
|
.max-h-64 {
|
|
1043
1052
|
max-height: 16rem;
|
|
1044
1053
|
}
|
|
@@ -1646,6 +1655,10 @@ video {
|
|
|
1646
1655
|
--tw-bg-opacity: 1;
|
|
1647
1656
|
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
|
|
1648
1657
|
}
|
|
1658
|
+
.object-contain {
|
|
1659
|
+
-o-object-fit: contain;
|
|
1660
|
+
object-fit: contain;
|
|
1661
|
+
}
|
|
1649
1662
|
.p-0 {
|
|
1650
1663
|
padding: 0px;
|
|
1651
1664
|
}
|
|
@@ -1730,6 +1743,10 @@ video {
|
|
|
1730
1743
|
padding-top: 1.5rem;
|
|
1731
1744
|
padding-bottom: 1.5rem;
|
|
1732
1745
|
}
|
|
1746
|
+
.py-8 {
|
|
1747
|
+
padding-top: 2rem;
|
|
1748
|
+
padding-bottom: 2rem;
|
|
1749
|
+
}
|
|
1733
1750
|
.pb-1 {
|
|
1734
1751
|
padding-bottom: 0.25rem;
|
|
1735
1752
|
}
|
|
@@ -2441,6 +2458,11 @@ h1 {
|
|
|
2441
2458
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
2442
2459
|
}
|
|
2443
2460
|
|
|
2461
|
+
.focus-visible\:ring-red-500:focus-visible {
|
|
2462
|
+
--tw-ring-opacity: 1;
|
|
2463
|
+
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2444
2466
|
.focus-visible\:ring-ring:focus-visible {
|
|
2445
2467
|
--tw-ring-color: hsl(var(--ring));
|
|
2446
2468
|
}
|
|
@@ -2911,6 +2933,11 @@ h1 {
|
|
|
2911
2933
|
color: rgb(243 244 246 / var(--tw-text-opacity, 1));
|
|
2912
2934
|
}
|
|
2913
2935
|
|
|
2936
|
+
.dark\:text-gray-200:is(.dark *) {
|
|
2937
|
+
--tw-text-opacity: 1;
|
|
2938
|
+
color: rgb(229 231 235 / var(--tw-text-opacity, 1));
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2914
2941
|
.dark\:text-gray-300:is(.dark *) {
|
|
2915
2942
|
--tw-text-opacity: 1;
|
|
2916
2943
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|