@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 +8 -0
- package/dist/index.css +5 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
/* Use :where to lower specificity to 0 */
|
|
106
|
-
:where(.
|
|
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
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"rest",
|
|
19
19
|
"testing"
|
|
20
20
|
],
|
|
21
|
-
"version": "1.2.
|
|
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/
|
|
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",
|