@scalar/api-reference-react 0.9.30 → 0.9.32

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.9.32
4
+
5
+ ## 0.9.31
6
+
7
+ ### Patch Changes
8
+
9
+ - [#9043](https://github.com/scalar/scalar/pull/9043): chore: move test documents to cdn
10
+
3
11
  ## 0.9.30
4
12
 
5
13
  ## 0.9.29
package/dist/style.css CHANGED
@@ -387,7 +387,7 @@ to {
387
387
  {
388
388
  margin-top: 0;
389
389
  }
390
- .references-classic .introduction-description[data-v-5065bb4a] img {
390
+ .references-classic .introduction-description[data-v-0370764f] img {
391
391
  max-width: 720px;
392
392
  }
393
393
  .icons-only[data-v-b59b0acf] span {
@@ -5990,6 +5990,9 @@ to {
5990
5990
  .scalar-app .min-h-96 {
5991
5991
  min-height: 384px;
5992
5992
  }
5993
+ .scalar-app .min-h-128 {
5994
+ min-height: 512px;
5995
+ }
5993
5996
  .scalar-app .min-h-header {
5994
5997
  min-height: 48px;
5995
5998
  }
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "testing",
19
19
  "react"
20
20
  ],
21
- "version": "0.9.30",
21
+ "version": "0.9.32",
22
22
  "engines": {
23
23
  "node": ">=22"
24
24
  },
@@ -39,8 +39,8 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/api-reference": "1.54.0",
43
- "@scalar/types": "0.9.3"
42
+ "@scalar/api-reference": "1.55.1",
43
+ "@scalar/types": "0.9.5"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^19.2.7",
@@ -50,7 +50,8 @@
50
50
  "react": "^19.2.3",
51
51
  "react-dom": "^19.2.3",
52
52
  "rollup-preserve-directives": "^1.1.1",
53
- "vite": "8.0.0"
53
+ "vite": "8.0.0",
54
+ "@scalar/helpers": "0.5.5"
54
55
  },
55
56
  "peerDependencies": {
56
57
  "react": "^18.0.0 || ^19.0.0"