@scalar/api-client-react 1.4.11 → 1.4.13
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 +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -8034,7 +8034,7 @@ to {
|
|
|
8034
8034
|
.scroll-timeline-x[data-v-f4568236]::-webkit-scrollbar {
|
|
8035
8035
|
display: none;
|
|
8036
8036
|
}
|
|
8037
|
-
.scalar-collection-auth[data-v-
|
|
8037
|
+
.scalar-collection-auth[data-v-e82ac4e8] {
|
|
8038
8038
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8039
8039
|
border-radius: var(--scalar-radius-lg);
|
|
8040
8040
|
overflow: hidden;
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "1.4.
|
|
22
|
+
"version": "1.4.13",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/
|
|
43
|
-
"@scalar/
|
|
42
|
+
"@scalar/types": "0.7.4",
|
|
43
|
+
"@scalar/api-client": "2.38.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/react": "^19.2.7",
|