@scalar/api-reference 1.44.14 → 1.44.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/dist/style.css CHANGED
@@ -10778,27 +10778,27 @@ to {
10778
10778
  transform: translate3d(-50%, 0, 0);
10779
10779
  }
10780
10780
  }
10781
- .empty-sidebar-item-content[data-v-b574e7b1] {
10781
+ .empty-sidebar-item-content[data-v-6a79a4d6] {
10782
10782
  display: none;
10783
10783
  }
10784
- .empty-sidebar-item .empty-sidebar-item-content[data-v-b574e7b1] {
10784
+ .empty-sidebar-item .empty-sidebar-item-content[data-v-6a79a4d6] {
10785
10785
  display: block;
10786
10786
  }
10787
- .rabbitjump[data-v-b574e7b1] {
10787
+ .rabbitjump[data-v-6a79a4d6] {
10788
10788
  opacity: 0;
10789
10789
  }
10790
- .empty-sidebar-item:hover .rabbitjump[data-v-b574e7b1] {
10790
+ .empty-sidebar-item:hover .rabbitjump[data-v-6a79a4d6] {
10791
10791
  opacity: 1;
10792
- animation: .5s step-end infinite rabbitAnimation-b574e7b1;
10792
+ animation: .5s step-end infinite rabbitAnimation-6a79a4d6;
10793
10793
  }
10794
- .empty-sidebar-item:hover .rabbitsit[data-v-b574e7b1] {
10794
+ .empty-sidebar-item:hover .rabbitsit[data-v-6a79a4d6] {
10795
10795
  opacity: 0;
10796
- animation: .5s step-end infinite rabbitAnimation2-b574e7b1;
10796
+ animation: .5s step-end infinite rabbitAnimation2-6a79a4d6;
10797
10797
  }
10798
- .empty-sidebar-item:hover .rabbit-ascii[data-v-b574e7b1] {
10799
- animation: 8s linear infinite rabbitRun-b574e7b1;
10798
+ .empty-sidebar-item:hover .rabbit-ascii[data-v-6a79a4d6] {
10799
+ animation: 8s linear infinite rabbitRun-6a79a4d6;
10800
10800
  }
10801
- @keyframes rabbitRun-b574e7b1 {
10801
+ @keyframes rabbitRun-6a79a4d6 {
10802
10802
  0% {
10803
10803
  transform: translateZ(0);
10804
10804
  }
@@ -10818,7 +10818,7 @@ to {
10818
10818
  transform: translateZ(0);
10819
10819
  }
10820
10820
  }
10821
- @keyframes rabbitAnimation-b574e7b1 {
10821
+ @keyframes rabbitAnimation-6a79a4d6 {
10822
10822
  0%, to {
10823
10823
  opacity: 1;
10824
10824
  }
@@ -10826,7 +10826,7 @@ to {
10826
10826
  opacity: 0;
10827
10827
  }
10828
10828
  }
10829
- @keyframes rabbitAnimation2-b574e7b1 {
10829
+ @keyframes rabbitAnimation2-6a79a4d6 {
10830
10830
  0%, to {
10831
10831
  opacity: 0;
10832
10832
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.44.14",
23
+ "version": "1.44.15",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -85,22 +85,22 @@
85
85
  "microdiff": "^1.5.0",
86
86
  "nanoid": "^5.1.6",
87
87
  "vue": "^3.5.26",
88
- "@scalar/api-client": "2.24.0",
89
- "@scalar/agent-chat": "0.5.5",
90
88
  "@scalar/code-highlight": "0.2.2",
91
- "@scalar/icons": "0.5.2",
89
+ "@scalar/components": "0.18.0",
90
+ "@scalar/agent-chat": "0.5.6",
91
+ "@scalar/api-client": "2.25.0",
92
92
  "@scalar/helpers": "0.2.11",
93
- "@scalar/oas-utils": "0.6.36",
94
- "@scalar/components": "0.17.6",
93
+ "@scalar/icons": "0.5.2",
94
+ "@scalar/oas-utils": "0.6.37",
95
95
  "@scalar/openapi-parser": "0.24.8",
96
- "@scalar/openapi-types": "0.5.3",
97
- "@scalar/sidebar": "0.7.29",
96
+ "@scalar/sidebar": "0.7.30",
98
97
  "@scalar/snippetz": "0.6.11",
98
+ "@scalar/openapi-types": "0.5.3",
99
99
  "@scalar/themes": "0.14.0",
100
- "@scalar/types": "0.6.2",
101
100
  "@scalar/use-hooks": "0.3.7",
101
+ "@scalar/types": "0.6.2",
102
102
  "@scalar/use-toasts": "0.9.1",
103
- "@scalar/workspace-store": "0.29.0"
103
+ "@scalar/workspace-store": "0.30.0"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@hono/node-server": "^1.19.7",
@@ -118,8 +118,8 @@
118
118
  "vite-plugin-banner": "^0.8.1",
119
119
  "vite-plugin-css-injected-by-js": "^3.5.2",
120
120
  "vitest": "4.0.16",
121
- "@scalar/build-tooling": "0.4.1",
122
121
  "@scalar/core": "0.3.37",
122
+ "@scalar/build-tooling": "0.4.1",
123
123
  "@scalar/galaxy": "0.5.12",
124
124
  "@scalar/react-renderer": "0.3.0"
125
125
  },