@scalar/api-client 1.2.34 → 1.2.35

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-client
2
2
 
3
+ ## 1.2.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f472998]
8
+ - @scalar/oas-utils@0.1.15
9
+ - @scalar/components@0.7.14
10
+
3
11
  ## 1.2.34
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -2018,7 +2018,7 @@ a[data-v-88788c44] {
2018
2018
  cursor: help;
2019
2019
  }
2020
2020
 
2021
- .simple-cell[data-v-3f6c63da] {
2021
+ .simple-cell[data-v-52c6cbd0] {
2022
2022
  all: unset;
2023
2023
  display: table-cell;
2024
2024
  border-right: 0.5px solid var(--scalar-border-color);
@@ -2027,7 +2027,7 @@ a[data-v-88788c44] {
2027
2027
  color: var(--scalar-color-1);
2028
2028
  white-space: nowrap;
2029
2029
  }
2030
- .simple-cell[data-v-3f6c63da]:first-of-type {
2030
+ .simple-cell[data-v-52c6cbd0]:first-of-type {
2031
2031
  position: sticky;
2032
2032
  left: 0;
2033
2033
  background-color: var(--scalar-background-1);
@@ -2035,20 +2035,19 @@ a[data-v-88788c44] {
2035
2035
  box-shadow: 0 -0.5px var(--scalar-border-color);
2036
2036
  color: var(--scalar-color-3);
2037
2037
  }
2038
- .simple-row:first-of-type .simple-cell[data-v-3f6c63da]:first-of-type {
2038
+ .simple-row:first-of-type .simple-cell[data-v-52c6cbd0]:first-of-type {
2039
2039
  border-top-left-radius: var(--scalar-radius);
2040
2040
  }
2041
- border-top-left-radius: var(--scalar-radius);
2042
- .simple-cell a[data-v-3f6c63da] {
2041
+ .simple-cell a[data-v-52c6cbd0] {
2043
2042
  color: var(--scalar-color-1) !important;
2044
2043
  }
2045
- .simple-cell[data-v-3f6c63da]:last-of-type {
2044
+ .simple-cell[data-v-52c6cbd0]:last-of-type {
2046
2045
  border-right: none;
2047
2046
  }
2048
- .simple-cell.wrap[data-v-3f6c63da] {
2047
+ .simple-cell.wrap[data-v-52c6cbd0] {
2049
2048
  white-space: normal;
2050
2049
  }
2051
- .simple-cell.strong[data-v-3f6c63da] {
2050
+ .simple-cell.strong[data-v-52c6cbd0] {
2052
2051
  font-weight: var(--scalar-semibold);
2053
2052
  }
2054
2053
 
package/dist/index.js CHANGED
@@ -32868,7 +32868,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
32868
32868
  };
32869
32869
  }
32870
32870
  });
32871
- const SimpleCell = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-3f6c63da"]]);
32871
+ const SimpleCell = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-52c6cbd0"]]);
32872
32872
  const _sfc_main$6 = /* @__PURE__ */ defineComponent({
32873
32873
  __name: "SimpleHeader",
32874
32874
  setup(__props) {
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "1.2.34",
21
+ "version": "1.2.35",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -41,11 +41,11 @@
41
41
  "nanoid": "^5.0.1",
42
42
  "pretty-bytes": "^6.1.1",
43
43
  "pretty-ms": "^8.0.0",
44
- "@scalar/components": "0.7.13",
44
+ "@scalar/components": "0.7.14",
45
45
  "@scalar/use-codemirror": "0.10.5",
46
- "@scalar/use-tooltip": "0.6.2",
46
+ "@scalar/themes": "0.7.11",
47
47
  "@scalar/use-modal": "0.3.3",
48
- "@scalar/themes": "0.7.11"
48
+ "@scalar/use-tooltip": "0.6.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/content-type": "^1.1.6",
@@ -58,12 +58,12 @@
58
58
  "vue": "^3.4.21",
59
59
  "vue-tsc": "^1.8.19",
60
60
  "@scalar/api-client-proxy": "0.5.27",
61
- "@scalar/echo-server": "0.6.4",
62
- "@scalar/oas-utils": "0.1.14"
61
+ "@scalar/oas-utils": "0.1.15",
62
+ "@scalar/echo-server": "0.6.4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "vue": "^3.3.0",
66
- "@scalar/oas-utils": "0.1.14"
66
+ "@scalar/oas-utils": "0.1.15"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",