@scalar/api-client-react 1.4.14 → 1.4.15

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.15
4
+
3
5
  ## 1.4.14
4
6
 
5
7
  ## 1.4.13
package/dist/style.css CHANGED
@@ -7528,7 +7528,7 @@ input[data-v-c1a50a6e]::placeholder {
7528
7528
  var(--scalar-background-2) 20px
7529
7529
  );
7530
7530
  }
7531
- [data-v-0fdec6da] .cm-content {
7531
+ [data-v-2f50e5b7] .cm-content {
7532
7532
  font-size: var(--scalar-small);
7533
7533
  }
7534
7534
  .form-group[data-v-43df1726] {
@@ -7586,20 +7586,20 @@ input[data-v-3157c3c7]::placeholder {
7586
7586
  -webkit-text-security: disc;
7587
7587
  -moz-text-security: disc;
7588
7588
  }
7589
- .request-section-content[data-v-98af86fe] {
7589
+ .request-section-content[data-v-e0c182d2] {
7590
7590
  --scalar-border-width: 0.5px;
7591
7591
  }
7592
- .request-section-content-filter[data-v-98af86fe] {
7592
+ .request-section-content-filter[data-v-e0c182d2] {
7593
7593
  box-shadow: 0 -10px 0 10px var(--scalar-background-1);
7594
7594
  }
7595
- .request-item:focus-within .request-meta-buttons[data-v-98af86fe] {
7595
+ .request-item:focus-within .request-meta-buttons[data-v-e0c182d2] {
7596
7596
  opacity: 1;
7597
7597
  }
7598
- .group-hover-input[data-v-98af86fe] {
7598
+ .group-hover-input[data-v-e0c182d2] {
7599
7599
  border-width: var(--scalar-border-width);
7600
7600
  border-color: transparent;
7601
7601
  }
7602
- .group:hover .group-hover-input[data-v-98af86fe] {
7602
+ .group:hover .group-hover-input[data-v-e0c182d2] {
7603
7603
  background: color-mix(
7604
7604
  in srgb,
7605
7605
  var(--scalar-background-1),
@@ -7607,7 +7607,7 @@ input[data-v-3157c3c7]::placeholder {
7607
7607
  );
7608
7608
  border-color: var(--scalar-border-color);
7609
7609
  }
7610
- .group-hover-input[data-v-98af86fe]:focus {
7610
+ .group-hover-input[data-v-e0c182d2]:focus {
7611
7611
  background: transparent !important;
7612
7612
  border-color: var(--scalar-border-color) !important;
7613
7613
  }
@@ -7726,33 +7726,33 @@ to {
7726
7726
  transform: translateY(0);
7727
7727
  }
7728
7728
  }
7729
- .request-card[data-v-4f489717] {
7729
+ .request-card[data-v-f52db2cc] {
7730
7730
  font-size: var(--scalar-font-size-3);
7731
7731
  }
7732
- .request-method[data-v-4f489717] {
7732
+ .request-method[data-v-f52db2cc] {
7733
7733
  font-family: var(--scalar-font-code);
7734
7734
  text-transform: uppercase;
7735
7735
  margin-right: 6px;
7736
7736
  }
7737
- .request-card-footer[data-v-4f489717] {
7737
+ .request-card-footer[data-v-f52db2cc] {
7738
7738
  display: flex;
7739
7739
  justify-content: flex-end;
7740
7740
  padding: 6px;
7741
7741
  flex-shrink: 0;
7742
7742
  position: relative;
7743
7743
  }
7744
- .request-card-footer-addon[data-v-4f489717] {
7744
+ .request-card-footer-addon[data-v-f52db2cc] {
7745
7745
  display: flex;
7746
7746
  align-items: center;
7747
7747
 
7748
7748
  flex: 1;
7749
7749
  min-width: 0;
7750
7750
  }
7751
- .request-editor-section[data-v-4f489717] {
7751
+ .request-editor-section[data-v-f52db2cc] {
7752
7752
  display: flex;
7753
7753
  flex: 1;
7754
7754
  }
7755
- .request-card-simple[data-v-4f489717] {
7755
+ .request-card-simple[data-v-f52db2cc] {
7756
7756
  display: flex;
7757
7757
  align-items: center;
7758
7758
  justify-content: space-between;
@@ -7761,7 +7761,7 @@ to {
7761
7761
 
7762
7762
  font-size: var(--scalar-small);
7763
7763
  }
7764
- .code-snippet[data-v-4f489717] {
7764
+ .code-snippet[data-v-f52db2cc] {
7765
7765
  display: flex;
7766
7766
  flex-direction: column;
7767
7767
  width: 100%;
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "1.4.14",
22
+ "version": "1.4.15",
23
23
  "engines": {
24
24
  "node": ">=22"
25
25
  },
@@ -39,8 +39,8 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/api-client": "2.39.0",
43
- "@scalar/types": "0.7.4"
42
+ "@scalar/api-client": "2.39.1",
43
+ "@scalar/types": "0.7.5"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^19.2.7",