@scalar/api-client 1.2.25 → 1.2.26

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,12 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 1.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e3a72bb]
8
+ - @scalar/components@0.7.9
9
+
3
10
  ## 1.2.25
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -31393,7 +31393,8 @@ const U = /* @__PURE__ */ Object.assign({ "./Add.svg": () => import("./Add-ngyZg
31393
31393
  base: "scalar-icon-button grid aspect-square cursor-pointer rounded",
31394
31394
  variants: {
31395
31395
  size: {
31396
- xs: "size-3.5 p-0.5",
31396
+ xxs: "size-3.5 p-0.5",
31397
+ xs: "size-5 p-1",
31397
31398
  sm: "size-6 p-1",
31398
31399
  md: "size-10 p-3",
31399
31400
  full: "h-full w-full"
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "1.2.25",
21
+ "version": "1.2.26",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -42,10 +42,10 @@
42
42
  "nanoid": "^5.0.1",
43
43
  "pretty-bytes": "^6.1.1",
44
44
  "pretty-ms": "^8.0.0",
45
- "@scalar/components": "0.7.8",
45
+ "@scalar/components": "0.7.9",
46
46
  "@scalar/themes": "0.7.9",
47
- "@scalar/use-modal": "0.3.3",
48
47
  "@scalar/use-codemirror": "0.10.4",
48
+ "@scalar/use-modal": "0.3.3",
49
49
  "@scalar/use-tooltip": "0.6.2"
50
50
  },
51
51
  "devDependencies": {
@@ -59,8 +59,8 @@
59
59
  "vue": "^3.4.21",
60
60
  "vue-tsc": "^1.8.19",
61
61
  "@scalar/api-client-proxy": "0.5.27",
62
- "@scalar/echo-server": "0.6.4",
63
- "@scalar/oas-utils": "0.1.11"
62
+ "@scalar/oas-utils": "0.1.11",
63
+ "@scalar/echo-server": "0.6.4"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "vue": "^3.3.0",