@scalar/api-client-react 2.0.4 → 2.0.6
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/CHANGELOG.md +4 -0
- package/dist/style.css +49 -26
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -2564,8 +2564,8 @@
|
|
|
2564
2564
|
.scalar-app .left-2\.5 {
|
|
2565
2565
|
left: 10px;
|
|
2566
2566
|
}
|
|
2567
|
-
.scalar-app .left-
|
|
2568
|
-
left:
|
|
2567
|
+
.scalar-app .left-3 {
|
|
2568
|
+
left: 12px;
|
|
2569
2569
|
}
|
|
2570
2570
|
.scalar-app .left-border {
|
|
2571
2571
|
left: var(--scalar-border-width);
|
|
@@ -3616,6 +3616,9 @@
|
|
|
3616
3616
|
.scalar-app .top-4 {
|
|
3617
3617
|
top: 16px;
|
|
3618
3618
|
}
|
|
3619
|
+
.scalar-app .top-14 {
|
|
3620
|
+
top: 56px;
|
|
3621
|
+
}
|
|
3619
3622
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
3620
3623
|
top: calc(100% + 4px);
|
|
3621
3624
|
}
|
|
@@ -3661,8 +3664,8 @@
|
|
|
3661
3664
|
.scalar-app .left-2 {
|
|
3662
3665
|
left: 8px;
|
|
3663
3666
|
}
|
|
3664
|
-
.scalar-app .left-
|
|
3665
|
-
left:
|
|
3667
|
+
.scalar-app .left-4 {
|
|
3668
|
+
left: 16px;
|
|
3666
3669
|
}
|
|
3667
3670
|
.scalar-app .-z-1 {
|
|
3668
3671
|
z-index: calc(1 * -1);
|
|
@@ -3673,9 +3676,6 @@
|
|
|
3673
3676
|
.scalar-app .z-1 {
|
|
3674
3677
|
z-index: 1;
|
|
3675
3678
|
}
|
|
3676
|
-
.scalar-app .z-2 {
|
|
3677
|
-
z-index: 2;
|
|
3678
|
-
}
|
|
3679
3679
|
.scalar-app .z-10 {
|
|
3680
3680
|
z-index: 10;
|
|
3681
3681
|
z-index: 10;
|
|
@@ -3684,12 +3684,12 @@
|
|
|
3684
3684
|
z-index: 50;
|
|
3685
3685
|
z-index: 50;
|
|
3686
3686
|
}
|
|
3687
|
+
.scalar-app .z-60 {
|
|
3688
|
+
z-index: 60;
|
|
3689
|
+
}
|
|
3687
3690
|
.scalar-app .z-\[1\] {
|
|
3688
3691
|
z-index: 1;
|
|
3689
3692
|
}
|
|
3690
|
-
.scalar-app .z-\[60\] {
|
|
3691
|
-
z-index: 60;
|
|
3692
|
-
}
|
|
3693
3693
|
.scalar-app .z-context {
|
|
3694
3694
|
z-index: 1000;
|
|
3695
3695
|
}
|
|
@@ -4031,6 +4031,9 @@
|
|
|
4031
4031
|
.scalar-app .h-full {
|
|
4032
4032
|
height: 100%;
|
|
4033
4033
|
}
|
|
4034
|
+
.scalar-app .h-header {
|
|
4035
|
+
height: 48px;
|
|
4036
|
+
}
|
|
4034
4037
|
.scalar-app .h-min {
|
|
4035
4038
|
height: min-content;
|
|
4036
4039
|
}
|
|
@@ -5921,18 +5924,22 @@
|
|
|
5921
5924
|
position: absolute !important;
|
|
5922
5925
|
}
|
|
5923
5926
|
|
|
5924
|
-
.scalar-app .max-md\:fixed\! {
|
|
5925
|
-
position: fixed !important;
|
|
5926
|
-
}
|
|
5927
|
-
|
|
5928
5927
|
.scalar-app .max-md\:inset-y-0 {
|
|
5929
5928
|
inset-block: 0;
|
|
5930
5929
|
}
|
|
5931
5930
|
|
|
5931
|
+
.scalar-app .max-md\:top-4 {
|
|
5932
|
+
top: 16px;
|
|
5933
|
+
}
|
|
5934
|
+
|
|
5932
5935
|
.scalar-app .max-md\:z-2 {
|
|
5933
5936
|
z-index: 2;
|
|
5934
5937
|
}
|
|
5935
5938
|
|
|
5939
|
+
.scalar-app .max-md\:z-5 {
|
|
5940
|
+
z-index: 5;
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5936
5943
|
.scalar-app .max-md\:flex\! {
|
|
5937
5944
|
display: flex !important;
|
|
5938
5945
|
}
|
|
@@ -5945,9 +5952,25 @@
|
|
|
5945
5952
|
width: 100% !important;
|
|
5946
5953
|
}
|
|
5947
5954
|
|
|
5955
|
+
.scalar-app .max-md\:pt-2 {
|
|
5956
|
+
padding-top: 8px;
|
|
5957
|
+
}
|
|
5958
|
+
|
|
5948
5959
|
.scalar-app .max-md\:pt-12 {
|
|
5949
5960
|
padding-top: 48px;
|
|
5950
5961
|
}
|
|
5962
|
+
|
|
5963
|
+
.scalar-app .max-md\:pl-4\! {
|
|
5964
|
+
padding-left: 16px !important;
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.scalar-app .max-md\:pl-10 {
|
|
5968
|
+
padding-left: 40px;
|
|
5969
|
+
}
|
|
5970
|
+
|
|
5971
|
+
.scalar-app .max-md\:pl-14 {
|
|
5972
|
+
padding-left: 56px;
|
|
5973
|
+
}
|
|
5951
5974
|
}
|
|
5952
5975
|
@media (min-width: 600px) {
|
|
5953
5976
|
.scalar-app .sm\:not-sr-only {
|
|
@@ -6994,27 +7017,27 @@ to {
|
|
|
6994
7017
|
.dark-mode .download-app-button[data-v-9b609275]:hover {
|
|
6995
7018
|
background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.1));
|
|
6996
7019
|
}
|
|
6997
|
-
.empty-sidebar-item-content[data-v-
|
|
7020
|
+
.empty-sidebar-item-content[data-v-8269f62b] {
|
|
6998
7021
|
display: none;
|
|
6999
7022
|
}
|
|
7000
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
7023
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-8269f62b] {
|
|
7001
7024
|
display: block;
|
|
7002
7025
|
}
|
|
7003
|
-
.rabbitjump[data-v-
|
|
7026
|
+
.rabbitjump[data-v-8269f62b] {
|
|
7004
7027
|
opacity: 0;
|
|
7005
7028
|
}
|
|
7006
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
7029
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-8269f62b] {
|
|
7007
7030
|
opacity: 1;
|
|
7008
|
-
animation: rabbitAnimation-
|
|
7031
|
+
animation: rabbitAnimation-8269f62b 0.5s steps(1) infinite;
|
|
7009
7032
|
}
|
|
7010
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
7033
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-8269f62b] {
|
|
7011
7034
|
opacity: 0;
|
|
7012
|
-
animation: rabbitAnimation2-
|
|
7035
|
+
animation: rabbitAnimation2-8269f62b 0.5s steps(1) infinite;
|
|
7013
7036
|
}
|
|
7014
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
7015
|
-
animation: rabbitRun-
|
|
7037
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-8269f62b] {
|
|
7038
|
+
animation: rabbitRun-8269f62b 8s infinite linear;
|
|
7016
7039
|
}
|
|
7017
|
-
@keyframes rabbitRun-
|
|
7040
|
+
@keyframes rabbitRun-8269f62b {
|
|
7018
7041
|
0% {
|
|
7019
7042
|
transform: translate3d(0, 0, 0);
|
|
7020
7043
|
}
|
|
@@ -7034,7 +7057,7 @@ to {
|
|
|
7034
7057
|
transform: translate3d(0, 0, 0);
|
|
7035
7058
|
}
|
|
7036
7059
|
}
|
|
7037
|
-
@keyframes rabbitAnimation-
|
|
7060
|
+
@keyframes rabbitAnimation-8269f62b {
|
|
7038
7061
|
0%,
|
|
7039
7062
|
100% {
|
|
7040
7063
|
opacity: 1;
|
|
@@ -7043,7 +7066,7 @@ to {
|
|
|
7043
7066
|
opacity: 0;
|
|
7044
7067
|
}
|
|
7045
7068
|
}
|
|
7046
|
-
@keyframes rabbitAnimation2-
|
|
7069
|
+
@keyframes rabbitAnimation2-8269f62b {
|
|
7047
7070
|
0%,
|
|
7048
7071
|
100% {
|
|
7049
7072
|
opacity: 0;
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "2.0.
|
|
22
|
+
"version": "2.0.6",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-client": "3.2.
|
|
43
|
-
"@scalar/
|
|
44
|
-
"@scalar/
|
|
42
|
+
"@scalar/api-client": "3.2.2",
|
|
43
|
+
"@scalar/workspace-store": "0.46.3",
|
|
44
|
+
"@scalar/helpers": "0.5.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@testing-library/dom": "^10.4.1",
|