@scalar/api-client-react 2.0.39 → 2.0.42

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,15 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 2.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - [#9941](https://github.com/scalar/scalar/pull/9941): Republish every package through npm trusted publishing. No functional changes.
8
+
9
+ ## 2.0.41
10
+
11
+ ## 2.0.40
12
+
3
13
  ## 2.0.39
4
14
 
5
15
  ## 2.0.38
package/dist/style.css CHANGED
@@ -6315,13 +6315,13 @@ to {
6315
6315
  color: var(--scalar-color-1);
6316
6316
  }
6317
6317
 
6318
- .code-input-lite[data-v-f03d0c9d] {
6318
+ .code-input-lite[data-v-4dfd05a3] {
6319
6319
  /* Flex so the editor centres vertically in whatever height the cell gives us.
6320
6320
  Font properties inherit so we adopt the surrounding typography. */
6321
6321
  display: flex;
6322
6322
  align-items: center;
6323
6323
  }
6324
- .code-input-lite__editor[data-v-f03d0c9d] {
6324
+ .code-input-lite__editor[data-v-4dfd05a3] {
6325
6325
  /* Everything font-related inherits from the surrounding context. */
6326
6326
  font: inherit;
6327
6327
  letter-spacing: inherit;
@@ -6343,7 +6343,7 @@ to {
6343
6343
  /* Positioning context for the absolutely positioned placeholder. */
6344
6344
  position: relative;
6345
6345
  }
6346
- .code-input-lite__editor[data-v-f03d0c9d]::-webkit-scrollbar {
6346
+ .code-input-lite__editor[data-v-4dfd05a3]::-webkit-scrollbar {
6347
6347
  display: none;
6348
6348
  }
6349
6349
 
@@ -6351,7 +6351,7 @@ to {
6351
6351
  contenteditable; otherwise the caret would land after it on focus.
6352
6352
  `pointer-events: none` lets clicks fall through to focus the editor.
6353
6353
  Hidden on focus so it never renders on top of the text caret. */
6354
- .code-input-lite--empty .code-input-lite__editor[data-v-f03d0c9d]:not(:focus)::before {
6354
+ .code-input-lite--empty .code-input-lite__editor[data-v-4dfd05a3]:not(:focus)::before {
6355
6355
  content: attr(data-placeholder);
6356
6356
  color: var(--scalar-color-3);
6357
6357
  pointer-events: none;
@@ -6362,7 +6362,7 @@ to {
6362
6362
  display: flex;
6363
6363
  align-items: center;
6364
6364
  }
6365
- .code-input-lite--error .code-input-lite__editor[data-v-f03d0c9d] {
6365
+ .code-input-lite--error .code-input-lite__editor[data-v-4dfd05a3] {
6366
6366
  outline: 1px solid var(--scalar-color-red);
6367
6367
  }
6368
6368
 
@@ -6406,20 +6406,20 @@ to {
6406
6406
  background: color-mix(in srgb, var(--scalar-background-3), transparent 40%);
6407
6407
  }
6408
6408
 
6409
- [data-v-042c21ca] .code-input-lite__editor {
6409
+ [data-v-13500378] .code-input-lite__editor {
6410
6410
  background-color: transparent;
6411
6411
  font-family: var(--scalar-font);
6412
6412
  font-size: var(--scalar-small);
6413
6413
  padding: 5px 8px;
6414
6414
  }
6415
- [data-v-042c21ca] .scalar-pill:not(:last-of-type) {
6415
+ [data-v-13500378] .scalar-pill:not(:last-of-type) {
6416
6416
  margin-right: 0.15em;
6417
6417
  }
6418
- [data-v-042c21ca] .scalar-pill:not(:first-of-type) {
6418
+ [data-v-13500378] .scalar-pill:not(:first-of-type) {
6419
6419
  margin-left: 0.5px;
6420
6420
  }
6421
6421
 
6422
- [data-v-dcc3af8c] .cm-content {
6422
+ [data-v-c8ab7ba2] .cm-content {
6423
6423
  font-size: var(--scalar-small);
6424
6424
  }
6425
6425
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "2.0.39",
22
+ "version": "2.0.42",
23
23
  "engines": {
24
24
  "node": ">=22"
25
25
  },
@@ -39,10 +39,10 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/api-client": "3.16.0",
43
- "@scalar/blocks": "0.1.11",
44
- "@scalar/helpers": "0.10.0",
45
- "@scalar/workspace-store": "0.57.0"
42
+ "@scalar/api-client": "3.16.3",
43
+ "@scalar/helpers": "0.11.1",
44
+ "@scalar/workspace-store": "0.58.1",
45
+ "@scalar/blocks": "0.1.14"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/dom": "^10.4.1",