@scalar/api-client-react 1.4.15 → 1.4.17

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,9 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 1.4.17
4
+
5
+ ## 1.4.16
6
+
3
7
  ## 1.4.15
4
8
 
5
9
  ## 1.4.14
package/dist/style.css CHANGED
@@ -4598,12 +4598,12 @@ input[data-v-c1a50a6e]::placeholder {
4598
4598
  .scalar-app .h-64 {
4599
4599
  height: 256px;
4600
4600
  }
4601
+ .scalar-app .h-125 {
4602
+ height: 500px;
4603
+ }
4601
4604
  .scalar-app .h-\[68px\] {
4602
4605
  height: 68px;
4603
4606
  }
4604
- .scalar-app .h-\[500px\] {
4605
- height: 500px;
4606
- }
4607
4607
  .scalar-app .h-\[calc\(100\%-273\.5px\)\] {
4608
4608
  height: calc(100% - 273.5px);
4609
4609
  }
@@ -4823,9 +4823,6 @@ input[data-v-c1a50a6e]::placeholder {
4823
4823
  .scalar-app .max-w-\[14px\] {
4824
4824
  max-width: 14px;
4825
4825
  }
4826
- .scalar-app .max-w-\[16rem\] {
4827
- max-width: 16rem;
4828
- }
4829
4826
  .scalar-app .max-w-\[37px\] {
4830
4827
  max-width: 37px;
4831
4828
  }
@@ -6140,6 +6137,9 @@ input[data-v-c1a50a6e]::placeholder {
6140
6137
  :is(.scalar-app .\*\:h-8 > *) {
6141
6138
  height: 32px;
6142
6139
  }
6140
+ :is(.scalar-app .\*\:max-w-64 > *) {
6141
+ max-width: 256px;
6142
+ }
6143
6143
  :is(.scalar-app .\*\:cursor-pointer > *) {
6144
6144
  cursor: pointer;
6145
6145
  }
@@ -6371,6 +6371,10 @@ input[data-v-c1a50a6e]::placeholder {
6371
6371
  content: var(--tw-content);
6372
6372
  background-color: var(--scalar-border-color);
6373
6373
  }
6374
+ :is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
6375
+ --tw-content: " · ";
6376
+ content: var(--tw-content);
6377
+ }
6374
6378
  .scalar-app .after\:content-\[\'\:\'\]:after {
6375
6379
  --tw-content: ":";
6376
6380
  content: var(--tw-content);
@@ -7049,6 +7053,9 @@ input[data-v-c1a50a6e]::placeholder {
7049
7053
  .app-platform-mac :is(.scalar-app .mac\:app-drag-region) {
7050
7054
  -webkit-app-region: drag;
7051
7055
  }
7056
+ .scalar-app .\[\&_\.monaco-editor\]\:rounded-lg .monaco-editor, .scalar-app .\[\&_\.overflow-guard\]\:rounded-lg .overflow-guard {
7057
+ border-radius: var(--scalar-radius-lg);
7058
+ }
7052
7059
  .scalar-app .\[\&\>label\]\:bg-transparent > label {
7053
7060
  background-color: #0000;
7054
7061
  }
@@ -7486,15 +7493,6 @@ input[data-v-c1a50a6e]::placeholder {
7486
7493
  .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
7487
7494
  display: none;
7488
7495
  }
7489
- .schema > span[data-v-f2ab7aa3]:not(:first-child)::before {
7490
- content: '·';
7491
- display: block;
7492
- margin: 0 0.5ch;
7493
- }
7494
- .schema > span[data-v-f2ab7aa3] {
7495
- display: flex;
7496
- white-space: nowrap;
7497
- }
7498
7496
  [data-v-36811e28] .cm-editor {
7499
7497
  padding: 0;
7500
7498
  }
@@ -8360,15 +8358,15 @@ to {
8360
8358
  padding: 0;
8361
8359
  text-overflow: ellipsis;
8362
8360
  }
8363
- .editor-container[data-v-850fff8f] {
8361
+ .editor-container[data-v-e99ee660] {
8364
8362
  width: 100%;
8365
8363
  height: 100%;
8366
8364
  }
8367
- [data-v-850fff8f] .json-path-highlight {
8365
+ [data-v-e99ee660] .json-path-highlight {
8368
8366
  background-color: rgba(255, 200, 0, 0.35);
8369
8367
  border-radius: 4px;
8370
8368
  }
8371
- [data-v-850fff8f] .json-focus-highlight {
8369
+ [data-v-e99ee660] .json-focus-highlight {
8372
8370
  background-color: color-mix(
8373
8371
  in srgb,
8374
8372
  var(--scalar-color-accent, #24b47e) 18%,
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "1.4.15",
22
+ "version": "1.4.17",
23
23
  "engines": {
24
24
  "node": ">=22"
25
25
  },
@@ -39,7 +39,7 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/api-client": "2.39.1",
42
+ "@scalar/api-client": "2.39.3",
43
43
  "@scalar/types": "0.7.5"
44
44
  },
45
45
  "devDependencies": {