@scalar/api-client-react 2.0.38 → 2.0.39

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,7 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 2.0.39
4
+
3
5
  ## 2.0.38
4
6
 
5
7
  ## 2.0.37
package/dist/style.css CHANGED
@@ -6511,10 +6511,10 @@ input[data-v-a6f4752a]::placeholder {
6511
6511
  min-width: 100%;
6512
6512
  }
6513
6513
 
6514
- .light-mode .bg-preview[data-v-8bc927e4] {
6514
+ .light-mode .bg-preview[data-v-a10b4008] {
6515
6515
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' fill-opacity='10%25'%3E%3Crect width='8' height='8' /%3E%3Crect x='8' y='8' width='8' height='8' /%3E%3C/svg%3E");
6516
6516
  }
6517
- .dark-mode .bg-preview[data-v-8bc927e4] {
6517
+ .dark-mode .bg-preview[data-v-a10b4008] {
6518
6518
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFF' fill-opacity='10%25'%3E%3Crect width='8' height='8' /%3E%3Crect x='8' y='8' width='8' height='8' /%3E%3C/svg%3E");
6519
6519
  }
6520
6520
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "2.0.38",
22
+ "version": "2.0.39",
23
23
  "engines": {
24
24
  "node": ">=22"
25
25
  },
@@ -39,10 +39,10 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/blocks": "0.1.10",
42
+ "@scalar/api-client": "3.16.0",
43
+ "@scalar/blocks": "0.1.11",
43
44
  "@scalar/helpers": "0.10.0",
44
- "@scalar/api-client": "3.15.0",
45
- "@scalar/workspace-store": "0.56.1"
45
+ "@scalar/workspace-store": "0.57.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/dom": "^10.4.1",