@scalar/api-reference-react 0.9.57 → 0.9.59

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.59
4
+
5
+ ## 0.9.58
6
+
7
+ ### Patch Changes
8
+
9
+ - [#9719](https://github.com/scalar/scalar/pull/9719): docs: update the Scalar platform overview block in the README
10
+
3
11
  ## 0.9.57
4
12
 
5
13
  ## 0.9.56
package/README.md CHANGED
@@ -10,9 +10,8 @@
10
10
  Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
11
11
 
12
12
  - **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
13
- - **[Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
14
- - **[SDKs](https://scalar.com/products/sdks/getting-started)** — Type-safe client libraries in TypeScript, Python, Go, PHP, Java, and Ruby.
15
- - **[MCP Servers](https://scalar.com/products/agent/getting-started)** — Generate secure MCP servers from your API spec.
13
+ - **[Developer Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
14
+ - **[SDK Generator](https://scalar.com/products/sdk-generator/getting-started)** — Type-safe SDKs and CLIs in TypeScript, Python, Go, PHP, Java, and Ruby.
16
15
  - **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
17
16
 
18
17
  20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
package/dist/style.css CHANGED
@@ -7946,36 +7946,6 @@ to {
7946
7946
  .introduction-card-item[data-v-dfab866f] .request-item {
7947
7947
  border-bottom: 0;
7948
7948
  }
7949
- .references-classic-header[data-v-8a3822ca] {
7950
- display: flex;
7951
- align-items: center;
7952
- gap: 12px;
7953
-
7954
- max-width: var(--refs-content-max-width);
7955
- margin: auto;
7956
- padding: 12px 0;
7957
- }
7958
- .references-classic-header-content[data-v-8a3822ca] {
7959
- display: flex;
7960
- gap: 12px;
7961
- flex-grow: 1;
7962
- }
7963
- .references-classic-header-container[data-v-8a3822ca] {
7964
- position: relative;
7965
- padding: 0 60px;
7966
- }
7967
- @container narrow-references-container (max-width: 900px) {
7968
- .references-classic-header[data-v-8a3822ca] {
7969
- padding: 12px 24px;
7970
- }
7971
- .references-classic-header-container[data-v-8a3822ca] {
7972
- padding: 0;
7973
- }
7974
- }
7975
- .references-classic-header-icon[data-v-8a3822ca] {
7976
- height: 24px;
7977
- color: var(--scalar-color-1);
7978
- }
7979
7949
  /* One panel holds the Markdown installation instructions */
7980
7950
  .selected-client[data-v-9cbb007b] {
7981
7951
  display: flex;
@@ -8108,6 +8078,36 @@ to {
8108
8078
  color: var(--scalar-color-1);
8109
8079
  font-weight: var(--scalar-semibold);
8110
8080
  }
8081
+ .references-classic-header[data-v-8a3822ca] {
8082
+ display: flex;
8083
+ align-items: center;
8084
+ gap: 12px;
8085
+
8086
+ max-width: var(--refs-content-max-width);
8087
+ margin: auto;
8088
+ padding: 12px 0;
8089
+ }
8090
+ .references-classic-header-content[data-v-8a3822ca] {
8091
+ display: flex;
8092
+ gap: 12px;
8093
+ flex-grow: 1;
8094
+ }
8095
+ .references-classic-header-container[data-v-8a3822ca] {
8096
+ position: relative;
8097
+ padding: 0 60px;
8098
+ }
8099
+ @container narrow-references-container (max-width: 900px) {
8100
+ .references-classic-header[data-v-8a3822ca] {
8101
+ padding: 12px 24px;
8102
+ }
8103
+ .references-classic-header-container[data-v-8a3822ca] {
8104
+ padding: 0;
8105
+ }
8106
+ }
8107
+ .references-classic-header-icon[data-v-8a3822ca] {
8108
+ height: 24px;
8109
+ color: var(--scalar-color-1);
8110
+ }
8111
8111
  .screenreader-only[data-v-df2e1026] {
8112
8112
  position: absolute;
8113
8113
  width: 1px;
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "testing",
19
19
  "react"
20
20
  ],
21
- "version": "0.9.57",
21
+ "version": "0.9.59",
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.62.8",
43
- "@scalar/types": "0.16.3"
42
+ "@scalar/api-reference": "1.63.0",
43
+ "@scalar/types": "0.16.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^19.2.7",
@@ -51,7 +51,7 @@
51
51
  "react-dom": "^19.2.3",
52
52
  "rollup-preserve-directives": "^1.1.1",
53
53
  "vite": "8.0.0",
54
- "@scalar/helpers": "0.9.1"
54
+ "@scalar/helpers": "0.9.2"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": "^18.0.0 || ^19.0.0"