@scalar/api-client-react 1.4.15 → 1.4.16

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,7 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 1.4.16
4
+
3
5
  ## 1.4.15
4
6
 
5
7
  ## 1.4.14
package/dist/style.css CHANGED
@@ -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);
@@ -7486,15 +7490,6 @@ input[data-v-c1a50a6e]::placeholder {
7486
7490
  .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
7487
7491
  display: none;
7488
7492
  }
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
7493
  [data-v-36811e28] .cm-editor {
7499
7494
  padding: 0;
7500
7495
  }
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.16",
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.2",
43
43
  "@scalar/types": "0.7.5"
44
44
  },
45
45
  "devDependencies": {