@scalar/api-reference 0.1.19 → 0.1.20

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/dist/index.js CHANGED
@@ -45368,11 +45368,11 @@ ${closingBraceIndent}]`;
45368
45368
  };
45369
45369
  }
45370
45370
  });
45371
- const CardHeader_vue_vue_type_style_index_0_scoped_95422684_lang = "";
45371
+ const CardHeader_vue_vue_type_style_index_0_scoped_397189f8_lang = "";
45372
45372
  const CardHeader = _export_sfc(_sfc_main$k, [
45373
45373
  [
45374
45374
  "__scopeId",
45375
- "data-v-95422684"
45375
+ "data-v-397189f8"
45376
45376
  ]
45377
45377
  ]);
45378
45378
  const _sfc_main$j = defineComponent({
@@ -46234,11 +46234,11 @@ ${closingBraceIndent}]`;
46234
46234
  };
46235
46235
  }
46236
46236
  });
46237
- const CardTab_vue_vue_type_style_index_0_scoped_9cd4a101_lang = "";
46237
+ const CardTab_vue_vue_type_style_index_0_scoped_200cb238_lang = "";
46238
46238
  const CardTab = _export_sfc(_sfc_main$h, [
46239
46239
  [
46240
46240
  "__scopeId",
46241
- "data-v-9cd4a101"
46241
+ "data-v-200cb238"
46242
46242
  ]
46243
46243
  ]);
46244
46244
  const _hoisted_1$g = [
@@ -46380,11 +46380,11 @@ ${closingBraceIndent}]`;
46380
46380
  };
46381
46381
  }
46382
46382
  });
46383
- const BaseUrl_vue_vue_type_style_index_0_scoped_5760eba8_lang = "";
46383
+ const BaseUrl_vue_vue_type_style_index_0_scoped_e66bcf92_lang = "";
46384
46384
  const BaseUrl = _export_sfc(_sfc_main$f, [
46385
46385
  [
46386
46386
  "__scopeId",
46387
- "data-v-5760eba8"
46387
+ "data-v-e66bcf92"
46388
46388
  ]
46389
46389
  ]);
46390
46390
  const _withScopeId$1 = (n2) => (pushScopeId("data-v-c88c87e1"), n2 = n2(), popScopeId(), n2);
@@ -46684,7 +46684,7 @@ ${closingBraceIndent}]`;
46684
46684
  class: "font-mono",
46685
46685
  muted: "",
46686
46686
  style: {
46687
- "font-size": "var(--theme-micro)",
46687
+ "font-size": "var(--theme-mini)",
46688
46688
  "color": "var(--theme-color-2)"
46689
46689
  }
46690
46690
  }, {
@@ -46702,11 +46702,11 @@ ${closingBraceIndent}]`;
46702
46702
  };
46703
46703
  }
46704
46704
  });
46705
- const Introduction_vue_vue_type_style_index_0_scoped_d81f68c0_lang = "";
46705
+ const Introduction_vue_vue_type_style_index_0_scoped_81d26b6e_lang = "";
46706
46706
  const Introduction = _export_sfc(_sfc_main$d, [
46707
46707
  [
46708
46708
  "__scopeId",
46709
- "data-v-d81f68c0"
46709
+ "data-v-81d26b6e"
46710
46710
  ]
46711
46711
  ]);
46712
46712
  const _hoisted_1$c = {
package/dist/style.css CHANGED
@@ -317,7 +317,7 @@ to {
317
317
 
318
318
  /* prettier-ignore */
319
319
  color: var(--sidebar-color-2, var(--theme-color-2));
320
- font-size: var(--theme-micro);
320
+ font-size: var(--theme-mini);
321
321
  font-weight: var(--theme-semibold);
322
322
  word-break: break-word;
323
323
  line-height: 1.385;
@@ -615,20 +615,20 @@ to {
615
615
  padding: 0;
616
616
  }
617
617
 
618
- .card-header[data-v-95422684] {
618
+ .card-header[data-v-397189f8] {
619
619
  font-weight: var(--theme-semibold);
620
- font-size: var(--theme-micro);
620
+ font-size: var(--theme-mini);
621
621
  color: var(--theme-color-3);
622
622
  }
623
- .card-header-title[data-v-95422684] {
623
+ .card-header-title[data-v-397189f8] {
624
624
  text-transform: uppercase;
625
625
  }
626
- .card-header-slots[data-v-95422684] {
626
+ .card-header-slots[data-v-397189f8] {
627
627
  display: flex;
628
628
  justify-content: space-between;
629
629
  align-items: center;
630
630
  }
631
- .card-header-actions[data-v-95422684] {
631
+ .card-header-actions[data-v-397189f8] {
632
632
  display: flex;
633
633
  align-items: center;
634
634
  }
@@ -643,22 +643,20 @@ to {
643
643
  position: relative;
644
644
  }
645
645
 
646
- .tab[data-v-9cd4a101] {
646
+ .tab[data-v-200cb238] {
647
647
  background: none;
648
648
  border: none;
649
- font-size: var(--theme-small);
649
+ font-size: var(--theme-micro);
650
650
  font-family: var(--theme-font);
651
651
  color: var(--theme-color-2);
652
652
  font-weight: var(--theme-semibold);
653
- line-height: calc(var(--theme-small) + 2px);
653
+ line-height: calc(var(--theme-micro) + 2px);
654
654
  cursor: pointer;
655
655
  }
656
- .tab-selected[data-v-9cd4a101] {
656
+ .tab-selected[data-v-200cb238] {
657
657
  color: var(--theme-color-1);
658
658
  text-decoration: underline;
659
- text-underline-offset: calc(
660
- var(--theme-small) - 1px
661
- );
659
+ text-underline-offset: var(--theme-micro);
662
660
  }
663
661
 
664
662
  .markdown[data-v-e041250f] * {
@@ -770,9 +768,9 @@ to {
770
768
  background: var(--theme-background-2);
771
769
  }
772
770
 
773
- .base-url[data-v-5760eba8] {
771
+ .base-url[data-v-e66bcf92] {
774
772
  color: var(--theme-color-2);
775
- font-size: var(--theme-micro);
773
+ font-size: var(--theme-mini);
776
774
  cursor: pointer;
777
775
  display: flex;
778
776
  font-family: var(--theme-font-code);
@@ -940,30 +938,30 @@ to {
940
938
  margin-top: -7px;
941
939
  }
942
940
 
943
- .heading[data-v-d81f68c0] {
941
+ .heading[data-v-81d26b6e] {
944
942
  margin-top: 0px !important;
945
943
  }
946
- .loading[data-v-d81f68c0] {
944
+ .loading[data-v-81d26b6e] {
947
945
  background: var(--theme-background-2);
948
- animation: loading-skeleton-d81f68c0 2s infinite alternate;
946
+ animation: loading-skeleton-81d26b6e 2s infinite alternate;
949
947
  border-radius: var(--theme-radius-lg);
950
948
  }
951
- .heading.loading[data-v-d81f68c0] {
949
+ .heading.loading[data-v-81d26b6e] {
952
950
  width: 80%;
953
951
  }
954
- .tag-description .loading[data-v-d81f68c0] {
952
+ .tag-description .loading[data-v-81d26b6e] {
955
953
  height: 20px;
956
954
  margin-bottom: 4px;
957
955
  width: 100%;
958
956
  display: inline-block;
959
957
  }
960
- .tag-description .loading[data-v-d81f68c0]:first-of-type {
958
+ .tag-description .loading[data-v-81d26b6e]:first-of-type {
961
959
  margin-top: 12px;
962
960
  }
963
- .tag-description .loading[data-v-d81f68c0]:last-of-type {
961
+ .tag-description .loading[data-v-81d26b6e]:last-of-type {
964
962
  width: 40%;
965
963
  }
966
- @keyframes loading-skeleton-d81f68c0 {
964
+ @keyframes loading-skeleton-81d26b6e {
967
965
  from {
968
966
  background: var(--theme-background-2);
969
967
  }
@@ -1597,7 +1595,7 @@ to {
1597
1595
  text-align: right;
1598
1596
  line-height: 1.55;
1599
1597
  font-family: var(--theme-font-code);
1600
- font-size: var(--theme-micro);
1598
+ font-size: var(--theme-mini);
1601
1599
  cursor: pointer;
1602
1600
  }
1603
1601
  .languages .example-item-endpoints {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalar/api-reference",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "author": "Scalar",
5
5
  "license": "UNLICENSED",
6
6
  "engines": {
@@ -42,10 +42,10 @@
42
42
  "typographic-base": "1.0.4",
43
43
  "unified": "10.1.2",
44
44
  "xmldom": "0.6.0",
45
- "@scalar/api-client": "0.1.16",
46
- "@scalar/swagger-editor": "0.1.8",
45
+ "@scalar/api-client": "0.1.17",
46
+ "@scalar/use-tooltip": "0.1.4",
47
47
  "@scalar/use-clipboard": "0.1.4",
48
- "@scalar/use-tooltip": "0.1.4"
48
+ "@scalar/swagger-editor": "0.1.9"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@vitejs/plugin-vue": "4.2.3",