@scalar/api-client-react 2.0.31 → 2.0.33

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,9 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 2.0.33
4
+
5
+ ## 2.0.32
6
+
3
7
  ## 2.0.31
4
8
 
5
9
  ## 2.0.30
package/README.md CHANGED
@@ -5,6 +5,20 @@
5
5
  [![License](https://img.shields.io/npm/l/%40scalar%2Fapi-client-react)](https://www.npmjs.com/package/@scalar/api-client-react)
6
6
  [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/scalar)
7
7
 
8
+ ---
9
+
10
+ Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
11
+
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.
16
+ - **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
17
+
18
+ 20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
19
+
20
+ ---
21
+
8
22
  ## Installation
9
23
 
10
24
  ```bash
package/dist/style.css CHANGED
@@ -2518,6 +2518,10 @@
2518
2518
  --tw-translate-x: calc(4px * 0);
2519
2519
  translate: var(--tw-translate-x) var(--tw-translate-y);
2520
2520
  }
2521
+ .scalar-app .translate-x-1\.25 {
2522
+ --tw-translate-x: calc(4px * 1.25);
2523
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2524
+ }
2521
2525
  .scalar-app .translate-x-2\.5 {
2522
2526
  --tw-translate-x: calc(4px * 2.5);
2523
2527
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -2970,6 +2974,9 @@
2970
2974
  .scalar-app .bg-current {
2971
2975
  background-color: currentColor;
2972
2976
  }
2977
+ .scalar-app .bg-green {
2978
+ background-color: var(--scalar-color-green);
2979
+ }
2973
2980
  .scalar-app .bg-inherit {
2974
2981
  background-color: inherit;
2975
2982
  }
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "2.0.31",
22
+ "version": "2.0.33",
23
23
  "engines": {
24
24
  "node": ">=22"
25
25
  },
@@ -39,10 +39,10 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/api-client": "3.13.2",
42
+ "@scalar/api-client": "3.13.4",
43
+ "@scalar/blocks": "0.1.5",
43
44
  "@scalar/helpers": "0.9.0",
44
- "@scalar/workspace-store": "0.55.2",
45
- "@scalar/blocks": "0.1.3"
45
+ "@scalar/workspace-store": "0.55.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/dom": "^10.4.1",