@scalar/api-reference 1.49.6 → 1.49.8

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/style.css CHANGED
@@ -3402,18 +3402,12 @@ body {
3402
3402
  .scalar-app .min-h-3 {
3403
3403
  min-height: 12px;
3404
3404
  }
3405
- .scalar-app .min-h-dvh {
3406
- min-height: 100dvh;
3407
- }
3408
3405
  .scalar-app .w-\(--refs-sidebar-width\) {
3409
3406
  width: var(--refs-sidebar-width);
3410
3407
  }
3411
3408
  .scalar-app .w-4\.5 {
3412
3409
  width: 18px;
3413
3410
  }
3414
- .scalar-app .w-96 {
3415
- width: 384px;
3416
- }
3417
3411
  .scalar-app .w-120 {
3418
3412
  width: 480px;
3419
3413
  }
@@ -3717,12 +3711,12 @@ to {
3717
3711
  }
3718
3712
  }
3719
3713
  @media (max-width: 720px) and (max-height: 480px) {
3720
- .scalar-modal-layout .scalar-modal[data-v-c36b47da] {
3714
+ .scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
3721
3715
  max-height: 90svh;
3722
3716
  margin-top: 5svh;
3723
3717
  }
3724
3718
  }
3725
- @keyframes fadein-layout-c36b47da {
3719
+ @keyframes fadein-layout-5bb1dcc2 {
3726
3720
  0% {
3727
3721
  opacity: 0;
3728
3722
  }
@@ -3730,7 +3724,7 @@ to {
3730
3724
  opacity: 1;
3731
3725
  }
3732
3726
  }
3733
- @keyframes fadein-modal-c36b47da {
3727
+ @keyframes fadein-modal-5bb1dcc2 {
3734
3728
  0% {
3735
3729
  opacity: 0;
3736
3730
  transform: translate3d(0, 10px, 0);
@@ -3741,7 +3735,7 @@ to {
3741
3735
  }
3742
3736
  }
3743
3737
  @media (min-width: 800px) {
3744
- .full-size-styles[data-v-c36b47da] {
3738
+ .full-size-styles[data-v-5bb1dcc2] {
3745
3739
  width: 50dvw !important;
3746
3740
  }
3747
3741
  }
@@ -4118,13 +4112,13 @@ to {
4118
4112
  }
4119
4113
  }
4120
4114
  @media (max-width: 720px) and (max-height: 480px) {
4121
- .scalar-modal-layout .scalar-modal[data-v-c36b47da] {
4115
+ .scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
4122
4116
  max-height: 90svh;
4123
4117
  margin-top: 5svh;
4124
4118
  }
4125
4119
  }
4126
4120
  @media (min-width: 800px) {
4127
- .full-size-styles[data-v-c36b47da] {
4121
+ .full-size-styles[data-v-5bb1dcc2] {
4128
4122
  width: 50dvw !important;
4129
4123
  }
4130
4124
  }
@@ -4968,13 +4962,13 @@ input[data-v-c1a50a6e]::placeholder {
4968
4962
  }
4969
4963
  }
4970
4964
  @media (max-width: 720px) and (max-height: 480px) {
4971
- .scalar-modal-layout .scalar-modal[data-v-c36b47da] {
4965
+ .scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
4972
4966
  max-height: 90svh;
4973
4967
  margin-top: 5svh;
4974
4968
  }
4975
4969
  }
4976
4970
  @media (min-width: 800px) {
4977
- .full-size-styles[data-v-c36b47da] {
4971
+ .full-size-styles[data-v-5bb1dcc2] {
4978
4972
  width: 50dvw !important;
4979
4973
  }
4980
4974
  }
@@ -6022,19 +6016,19 @@ input[data-v-c1a50a6e]::placeholder {
6022
6016
  .scalar-app .markdown.markdown-summary.markdown-summary img, .scalar-app .markdown.markdown-summary.markdown-summary svg, .scalar-app .markdown.markdown-summary.markdown-summary hr, .scalar-app .markdown.markdown-summary.markdown-summary pre {
6023
6017
  display: none;
6024
6018
  }
6025
- .scalar-modal-layout[data-v-c36b47da] {
6026
- animation: .3s ease-in-out forwards fadein-layout-c36b47da;
6019
+ .scalar-modal-layout[data-v-5bb1dcc2] {
6020
+ animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
6027
6021
  }
6028
- .scalar-modal[data-v-c36b47da] {
6022
+ .scalar-modal[data-v-5bb1dcc2] {
6029
6023
  box-shadow: var(--scalar-shadow-2);
6030
- animation: .3s ease-in-out .1s forwards fadein-modal-c36b47da;
6024
+ animation: .3s ease-in-out .1s forwards fadein-modal-5bb1dcc2;
6031
6025
  transform: translate3d(0, 10px, 0);
6032
6026
  }
6033
- .scalar-modal-layout-full[data-v-c36b47da] {
6027
+ .scalar-modal-layout-full[data-v-5bb1dcc2] {
6034
6028
  opacity: 1 !important;
6035
6029
  background: none !important;
6036
6030
  }
6037
- .modal-content-search .modal-body[data-v-c36b47da] {
6031
+ .modal-content-search .modal-body[data-v-5bb1dcc2] {
6038
6032
  flex-direction: column;
6039
6033
  max-height: 440px;
6040
6034
  padding: 0;
@@ -6042,15 +6036,15 @@ input[data-v-c1a50a6e]::placeholder {
6042
6036
  overflow: hidden;
6043
6037
  }
6044
6038
  @media (max-width: 720px) and (max-height: 480px) {
6045
- .scalar-modal-layout .scalar-modal[data-v-c36b47da] {
6039
+ .scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
6046
6040
  max-height: 90svh;
6047
6041
  margin-top: 5svh;
6048
6042
  }
6049
6043
  }
6050
- .full-size-styles[data-v-c36b47da] {
6044
+ .full-size-styles[data-v-5bb1dcc2] {
6051
6045
  margin: initial;
6052
6046
  border-right: var(--scalar-border-width) solid var(--scalar-border-color);
6053
- animation: .3s ease-in-out forwards fadein-layout-c36b47da;
6047
+ animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
6054
6048
  left: 0;
6055
6049
  transform: translate3d(0, 0, 0);
6056
6050
  background-color: var(--scalar-background-1) !important;
@@ -6061,11 +6055,11 @@ input[data-v-c1a50a6e]::placeholder {
6061
6055
  top: 0 !important;
6062
6056
  }
6063
6057
  @media (min-width: 800px) {
6064
- .full-size-styles[data-v-c36b47da] {
6058
+ .full-size-styles[data-v-5bb1dcc2] {
6065
6059
  width: 50dvw !important;
6066
6060
  }
6067
6061
  }
6068
- .full-size-styles[data-v-c36b47da]:after {
6062
+ .full-size-styles[data-v-5bb1dcc2]:after {
6069
6063
  content: "";
6070
6064
  width: 50dvw;
6071
6065
  height: 100dvh;
@@ -7723,12 +7717,12 @@ input[data-v-c1a50a6e]::placeholder {
7723
7717
  .scalar-app .h-64 {
7724
7718
  height: 256px;
7725
7719
  }
7720
+ .scalar-app .h-125 {
7721
+ height: 500px;
7722
+ }
7726
7723
  .scalar-app .h-\[68px\] {
7727
7724
  height: 68px;
7728
7725
  }
7729
- .scalar-app .h-\[500px\] {
7730
- height: 500px;
7731
- }
7732
7726
  .scalar-app .h-\[calc\(100\%-273\.5px\)\] {
7733
7727
  height: calc(100% - 273.5px);
7734
7728
  }
@@ -10052,6 +10046,9 @@ input[data-v-c1a50a6e]::placeholder {
10052
10046
  .app-platform-mac :is(.scalar-app .mac\:app-drag-region) {
10053
10047
  -webkit-app-region: drag;
10054
10048
  }
10049
+ .scalar-app .\[\&_\.monaco-editor\]\:rounded-lg .monaco-editor, .scalar-app .\[\&_\.overflow-guard\]\:rounded-lg .overflow-guard {
10050
+ border-radius: var(--scalar-radius-lg);
10051
+ }
10055
10052
  .scalar-app .\[\&\>label\]\:bg-transparent > label {
10056
10053
  background-color: #0000;
10057
10054
  }
@@ -10125,22 +10122,22 @@ to {
10125
10122
  .address-bar-history-button[data-v-c15c6573]:focus-within {
10126
10123
  background: var(--scalar-background-2);
10127
10124
  }
10128
- [data-v-776dfdde] .cm-editor {
10125
+ [data-v-e041f4b0] .cm-editor {
10129
10126
  background: none;
10130
10127
  outline: none;
10131
10128
  height: 100%;
10132
10129
  padding: 0;
10133
10130
  }
10134
- [data-v-776dfdde] .cm-placeholder {
10131
+ [data-v-e041f4b0] .cm-placeholder {
10135
10132
  color: var(--scalar-color-3);
10136
10133
  }
10137
- [data-v-776dfdde] .cm-content {
10134
+ [data-v-e041f4b0] .cm-content {
10138
10135
  font-family: var(--scalar-font-code);
10139
10136
  font-size: var(--scalar-small);
10140
10137
  max-height: 20px;
10141
10138
  padding: 8px 0;
10142
10139
  }
10143
- [data-v-776dfdde] .cm-tooltip {
10140
+ [data-v-e041f4b0] .cm-tooltip {
10144
10141
  filter: brightness(var(--scalar-lifted-brightness));
10145
10142
  border-radius: var(--scalar-radius);
10146
10143
  box-shadow: var(--scalar-shadow-2);
@@ -10149,39 +10146,39 @@ to {
10149
10146
  outline: none !important;
10150
10147
  overflow: hidden !important;
10151
10148
  }
10152
- [data-v-776dfdde] .cm-tooltip-autocomplete ul li {
10149
+ [data-v-e041f4b0] .cm-tooltip-autocomplete ul li {
10153
10150
  padding: 3px 6px !important;
10154
10151
  }
10155
- [data-v-776dfdde] .cm-completionIcon-type:after {
10152
+ [data-v-e041f4b0] .cm-completionIcon-type:after {
10156
10153
  color: var(--scalar-color-3) !important;
10157
10154
  }
10158
- [data-v-776dfdde] .cm-tooltip-autocomplete ul li[aria-selected] {
10155
+ [data-v-e041f4b0] .cm-tooltip-autocomplete ul li[aria-selected] {
10159
10156
  background: var(--scalar-background-2) !important;
10160
10157
  color: var(--scalar-color-1) !important;
10161
10158
  }
10162
- [data-v-776dfdde] .cm-tooltip-autocomplete ul {
10159
+ [data-v-e041f4b0] .cm-tooltip-autocomplete ul {
10163
10160
  position: relative;
10164
10161
  padding: 6px !important;
10165
10162
  }
10166
- [data-v-776dfdde] .cm-tooltip-autocomplete ul li:hover {
10163
+ [data-v-e041f4b0] .cm-tooltip-autocomplete ul li:hover {
10167
10164
  border-radius: 3px;
10168
10165
  color: var(--scalar-color-1) !important;
10169
10166
  background: var(--scalar-background-3) !important;
10170
10167
  }
10171
- [data-v-776dfdde] .cm-activeLine, [data-v-776dfdde] .cm-activeLineGutter {
10168
+ [data-v-e041f4b0] .cm-activeLine, [data-v-e041f4b0] .cm-activeLineGutter {
10172
10169
  background-color: #0000;
10173
10170
  }
10174
- [data-v-776dfdde] .cm-selectionMatch, [data-v-776dfdde] .cm-matchingBracket {
10171
+ [data-v-e041f4b0] .cm-selectionMatch, [data-v-e041f4b0] .cm-matchingBracket {
10175
10172
  border-radius: var(--scalar-radius);
10176
10173
  background: var(--scalar-background-4) !important;
10177
10174
  }
10178
- [data-v-776dfdde] .cm-css-color-picker-wrapper {
10175
+ [data-v-e041f4b0] .cm-css-color-picker-wrapper {
10179
10176
  outline: 1px solid var(--scalar-background-3);
10180
10177
  border-radius: 3px;
10181
10178
  display: inline-flex;
10182
10179
  overflow: hidden;
10183
10180
  }
10184
- [data-v-776dfdde] .cm-gutters {
10181
+ [data-v-e041f4b0] .cm-gutters {
10185
10182
  color: var(--scalar-color-3);
10186
10183
  font-size: var(--scalar-small);
10187
10184
  background-color: #0000;
@@ -10189,7 +10186,7 @@ to {
10189
10186
  border-radius: 0 0 0 3px;
10190
10187
  line-height: 22px;
10191
10188
  }
10192
- [data-v-776dfdde] .cm-gutters:before {
10189
+ [data-v-e041f4b0] .cm-gutters:before {
10193
10190
  content: "";
10194
10191
  border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
10195
10192
  background-color: var(--scalar-background-1);
@@ -10199,7 +10196,7 @@ to {
10199
10196
  top: 2px;
10200
10197
  left: 2px;
10201
10198
  }
10202
- [data-v-776dfdde] .cm-gutterElement {
10199
+ [data-v-e041f4b0] .cm-gutterElement {
10203
10200
  justify-content: flex-end;
10204
10201
  align-items: center;
10205
10202
  display: flex;
@@ -10208,16 +10205,16 @@ to {
10208
10205
  padding-left: 0 !important;
10209
10206
  padding-right: 6px !important;
10210
10207
  }
10211
- [data-v-776dfdde] .cm-lineNumbers .cm-gutterElement {
10208
+ [data-v-e041f4b0] .cm-lineNumbers .cm-gutterElement {
10212
10209
  min-width: fit-content;
10213
10210
  }
10214
- [data-v-776dfdde] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
10211
+ [data-v-e041f4b0] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
10215
10212
  padding-left: 0 !important;
10216
10213
  }
10217
- [data-v-776dfdde] .cm-scroller {
10214
+ [data-v-e041f4b0] .cm-scroller {
10218
10215
  overflow: auto;
10219
10216
  }
10220
- .line-wrapping[data-v-776dfdde]:focus-within .cm-content {
10217
+ .line-wrapping[data-v-e041f4b0]:focus-within .cm-content {
10221
10218
  white-space: break-spaces;
10222
10219
  word-break: break-all;
10223
10220
  min-height: fit-content;
@@ -11334,23 +11331,23 @@ to {
11334
11331
  padding: 0;
11335
11332
  overflow: hidden;
11336
11333
  }
11337
- .editor-container[data-v-850fff8f] {
11334
+ .editor-container[data-v-e99ee660] {
11338
11335
  width: 100%;
11339
11336
  height: 100%;
11340
11337
  }
11341
- [data-v-850fff8f] .json-path-highlight {
11338
+ [data-v-e99ee660] .json-path-highlight {
11342
11339
  background-color: #ffc80059;
11343
11340
  border-radius: 4px;
11344
11341
  }
11345
- [data-v-850fff8f] .json-focus-highlight {
11342
+ [data-v-e99ee660] .json-focus-highlight {
11346
11343
  background-color: var(--scalar-color-accent, #24b47e);
11347
11344
  }
11348
11345
  @supports (color: color-mix(in lab, red, red)) {
11349
- [data-v-850fff8f] .json-focus-highlight {
11346
+ [data-v-e99ee660] .json-focus-highlight {
11350
11347
  background-color: color-mix(in srgb, var(--scalar-color-accent, #24b47e) 18%, transparent);
11351
11348
  }
11352
11349
  }
11353
- [data-v-850fff8f] .json-focus-highlight {
11350
+ [data-v-e99ee660] .json-focus-highlight {
11354
11351
  border-radius: 4px;
11355
11352
  }
11356
11353
  [data-v-28c8509c] .cm-editor {
@@ -13515,7 +13512,7 @@ div + .userMessage[data-v-8e43ed7a] {
13515
13512
 
13516
13513
  /* Configurable Layout Variables */
13517
13514
  @layer scalar-config {
13518
- .scalar-api-reference[data-v-274a4872] {
13515
+ .scalar-api-reference[data-v-4a2e1b67] {
13519
13516
  /* The header height */
13520
13517
  --refs-header-height: calc(
13521
13518
  var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
@@ -13537,20 +13534,20 @@ div + .userMessage[data-v-8e43ed7a] {
13537
13534
  /* The maximum width of the content column */
13538
13535
  --refs-content-max-width: var(--scalar-content-max-width, 1540px);
13539
13536
  }
13540
- .scalar-api-reference.references-classic[data-v-274a4872] {
13537
+ .scalar-api-reference.references-classic[data-v-4a2e1b67] {
13541
13538
  /* Classic layout is wider */
13542
13539
  --refs-content-max-width: var(--scalar-content-max-width, 1420px);
13543
13540
  min-height: 100dvh;
13544
13541
  --refs-sidebar-width: 0;
13545
13542
  }
13546
13543
  }
13547
- .t-doc__sidebar[data-v-274a4872] {
13544
+ .t-doc__sidebar[data-v-4a2e1b67] {
13548
13545
  z-index: 10;
13549
13546
  }
13550
13547
 
13551
13548
  /* ----------------------------------------------------- */
13552
13549
  /* References Layout */
13553
- .references-layout[data-v-274a4872] {
13550
+ .references-layout[data-v-4a2e1b67] {
13554
13551
  /* Try to fill the container */
13555
13552
  min-height: 100dvh;
13556
13553
  min-width: 100%;
@@ -13574,44 +13571,44 @@ div + .userMessage[data-v-8e43ed7a] {
13574
13571
 
13575
13572
  background: var(--scalar-background-1);
13576
13573
  }
13577
- .references-editor[data-v-274a4872] {
13574
+ .references-editor[data-v-4a2e1b67] {
13578
13575
  grid-area: editor;
13579
13576
  display: flex;
13580
13577
  min-width: 0;
13581
13578
  background: var(--scalar-background-1);
13582
13579
  }
13583
- .references-rendered[data-v-274a4872] {
13580
+ .references-rendered[data-v-4a2e1b67] {
13584
13581
  position: relative;
13585
13582
  grid-area: rendered;
13586
13583
  min-width: 0;
13587
13584
  background: var(--scalar-background-1);
13588
13585
  }
13589
- .scalar-api-reference.references-classic[data-v-274a4872],
13590
- .references-classic .references-rendered[data-v-274a4872] {
13586
+ .scalar-api-reference.references-classic[data-v-4a2e1b67],
13587
+ .references-classic .references-rendered[data-v-4a2e1b67] {
13591
13588
  height: initial !important;
13592
13589
  max-height: initial !important;
13593
13590
  }
13594
13591
  @layer scalar-config {
13595
- .references-sidebar[data-v-274a4872] {
13592
+ .references-sidebar[data-v-4a2e1b67] {
13596
13593
  /* Set a default width if references are enabled */
13597
13594
  --refs-sidebar-width: var(--scalar-sidebar-width, 288px);
13598
13595
  }
13599
13596
  }
13600
13597
 
13601
13598
  /* Footer */
13602
- .references-footer[data-v-274a4872] {
13599
+ .references-footer[data-v-4a2e1b67] {
13603
13600
  grid-area: footer;
13604
13601
  }
13605
13602
  /* ----------------------------------------------------- */
13606
13603
  /* Responsive / Mobile Layout */
13607
13604
  @media (max-width: 1000px) {
13608
13605
  /* Keep toolbar hidden on mobile without forcing desktop display mode. */
13609
- .references-developer-tools[data-v-274a4872] {
13606
+ .references-developer-tools[data-v-4a2e1b67] {
13610
13607
  display: none;
13611
13608
  }
13612
13609
 
13613
13610
  /* Stack view on mobile */
13614
- .references-layout[data-v-274a4872] {
13611
+ .references-layout[data-v-4a2e1b67] {
13615
13612
  /* Adjust the sidebar height to the viewport height minus the header height */
13616
13613
  --refs-sidebar-height: calc(
13617
13614
  var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
@@ -13626,13 +13623,13 @@ div + .userMessage[data-v-8e43ed7a] {
13626
13623
  'rendered'
13627
13624
  'footer';
13628
13625
  }
13629
- .references-editable[data-v-274a4872] {
13626
+ .references-editable[data-v-4a2e1b67] {
13630
13627
  grid-template-areas:
13631
13628
  'header'
13632
13629
  'navigation'
13633
13630
  'editor';
13634
13631
  }
13635
- .references-rendered[data-v-274a4872] {
13632
+ .references-rendered[data-v-4a2e1b67] {
13636
13633
  position: static;
13637
13634
  }
13638
13635
  }
@@ -13643,12 +13640,12 @@ div + .userMessage[data-v-8e43ed7a] {
13643
13640
  * when the new elements are available
13644
13641
  */
13645
13642
  @media (max-width: 1000px) {
13646
- .scalar-api-references-standalone-mobile[data-v-274a4872]:not(.references-classic) {
13643
+ .scalar-api-references-standalone-mobile[data-v-4a2e1b67]:not(.references-classic) {
13647
13644
  --scalar-header-height: 50px;
13648
13645
  }
13649
13646
  }
13650
13647
 
13651
- .darklight-reference[data-v-274a4872] {
13648
+ .darklight-reference[data-v-4a2e1b67] {
13652
13649
  width: 100%;
13653
13650
  margin-top: auto;
13654
13651
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.49.6",
23
+ "version": "1.49.8",
24
24
  "engines": {
25
25
  "node": ">=22"
26
26
  },
@@ -91,21 +91,21 @@
91
91
  "nanoid": "^5.1.6",
92
92
  "vue": "^3.5.26",
93
93
  "yaml": "^2.8.0",
94
- "@scalar/api-client": "2.39.2",
94
+ "@scalar/agent-chat": "0.9.17",
95
+ "@scalar/api-client": "2.39.4",
96
+ "@scalar/components": "0.21.2",
95
97
  "@scalar/code-highlight": "0.3.1",
96
- "@scalar/components": "0.21.1",
97
- "@scalar/agent-chat": "0.9.15",
98
98
  "@scalar/helpers": "0.4.2",
99
- "@scalar/icons": "0.7.0",
100
- "@scalar/oas-utils": "0.10.13",
99
+ "@scalar/icons": "0.7.1",
100
+ "@scalar/oas-utils": "0.10.14",
101
+ "@scalar/sidebar": "0.8.16",
102
+ "@scalar/themes": "0.15.1",
101
103
  "@scalar/openapi-types": "0.6.1",
102
- "@scalar/sidebar": "0.8.15",
103
104
  "@scalar/snippetz": "0.7.7",
104
105
  "@scalar/types": "0.7.5",
105
- "@scalar/use-hooks": "0.4.1",
106
- "@scalar/themes": "0.15.1",
107
106
  "@scalar/use-toasts": "0.10.1",
108
- "@scalar/workspace-store": "0.41.2"
107
+ "@scalar/use-hooks": "0.4.1",
108
+ "@scalar/workspace-store": "0.42.0"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@hono/node-server": "^1.19.7",
@@ -116,16 +116,14 @@
116
116
  "@vue/test-utils": "2.4.6",
117
117
  "hono": "4.12.4",
118
118
  "jsdom": "27.4.0",
119
- "react": "^19.2.3",
120
119
  "rollup-plugin-webpack-stats": "^0.2.5",
121
120
  "tailwindcss": "^4.1.18",
122
121
  "vite": "8.0.0",
123
122
  "vite-plugin-banner": "^0.8.1",
124
123
  "vite-plugin-css-injected-by-js": "^3.5.2",
125
124
  "vitest": "4.1.0",
126
- "@scalar/core": "0.4.5",
127
- "@scalar/react-renderer": "0.4.1",
128
- "@scalar/galaxy": "0.6.1"
125
+ "@scalar/galaxy": "0.6.1",
126
+ "@scalar/core": "0.4.5"
129
127
  },
130
128
  "scripts": {
131
129
  "build": "pnpm build:default && pnpm build:standalone && vue-tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
@@ -133,9 +131,7 @@
133
131
  "build:standalone": "vite build -c vite.standalone.config.ts",
134
132
  "dev": "vite",
135
133
  "dev:standalone": "vite -c vite.standalone.config.ts",
136
- "playground:components": "vite ./playground/components -c ./playground/components/vite.config.ts",
137
134
  "playground:esm": "vite ./playground/esm -c ./playground/esm/vite.config.ts",
138
- "playground:vue": "vite ./playground/vue -c ./playground/vue/vite.config.ts",
139
135
  "preview": "vite preview",
140
136
  "test": "vitest",
141
137
  "test:benchmark": "vitest bench",