@scalar/api-client 1.2.28 → 1.2.29

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.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [69a617c]
8
+ - @scalar/themes@0.7.11
9
+ - @scalar/components@0.7.9
10
+
3
11
  ## 1.2.28
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -103,7 +103,7 @@
103
103
  }
104
104
 
105
105
  /* Use :where to lower specificity to 0 */
106
- :where(._reset_12vhc_3) {
106
+ :where(._reset_1t7cn_3) {
107
107
  /** Add some more things which are normally applied to `html`. */
108
108
  font-family: var(--scalar-font);
109
109
  line-height: 1.15;
@@ -162,6 +162,10 @@ input:-ms-input-placeholder {
162
162
  input::-webkit-input-placeholder {
163
163
  color: var(--scalar-color-3);
164
164
  font-family: var(--scalar-font);
165
+ }
166
+ /** Remove yellow/blue autofill indicator */
167
+ input:-webkit-autofill {
168
+ background-clip: text !important;
165
169
  }
166
170
  }
167
171
 
package/dist/index.js CHANGED
@@ -71,7 +71,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
71
71
  };
72
72
  }
73
73
  });
74
- const reset = "_reset_12vhc_3";
74
+ const reset = "_reset_1t7cn_3";
75
75
  const style0 = {
76
76
  reset
77
77
  };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "1.2.28",
21
+ "version": "1.2.29",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -42,11 +42,11 @@
42
42
  "nanoid": "^5.0.1",
43
43
  "pretty-bytes": "^6.1.1",
44
44
  "pretty-ms": "^8.0.0",
45
- "@scalar/themes": "0.7.10",
46
- "@scalar/use-modal": "0.3.3",
47
- "@scalar/use-codemirror": "0.10.5",
48
45
  "@scalar/components": "0.7.9",
49
- "@scalar/use-tooltip": "0.6.2"
46
+ "@scalar/themes": "0.7.11",
47
+ "@scalar/use-codemirror": "0.10.5",
48
+ "@scalar/use-tooltip": "0.6.2",
49
+ "@scalar/use-modal": "0.3.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/content-type": "^1.1.6",
@@ -58,9 +58,9 @@
58
58
  "vitest": "^1.5.0",
59
59
  "vue": "^3.4.21",
60
60
  "vue-tsc": "^1.8.19",
61
- "@scalar/api-client-proxy": "0.5.27",
62
61
  "@scalar/echo-server": "0.6.4",
63
- "@scalar/oas-utils": "0.1.11"
62
+ "@scalar/oas-utils": "0.1.11",
63
+ "@scalar/api-client-proxy": "0.5.27"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "vue": "^3.3.0",