@mintlify/components 0.1.39 → 0.1.41
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/build-storybook.log +364 -0
- package/dist/CodeGroup.d.ts +12 -0
- package/dist/Param.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/main.css +3 -0
- package/package.json +1 -1
- package/package-lock.json +0 -43309
package/dist/main.css
CHANGED
|
@@ -2151,6 +2151,9 @@ video {
|
|
|
2151
2151
|
.dark .dark\:bg-grid-slate-700\/25 {
|
|
2152
2152
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 width=%2732%27 height=%2732%27 fill=%27none%27 stroke=%27rgb%2851 65 85 / 0.25%29%27%3e%3cpath d=%27M0 .5H31.5V32%27/%3e%3c/svg%3e");
|
|
2153
2153
|
}
|
|
2154
|
+
.dark .dark\:highlight-white\/5 {
|
|
2155
|
+
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
|
|
2156
|
+
}
|
|
2154
2157
|
.dark .dark\:\[mask-image\:linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\.1\)\2c rgba\(255\2c 255\2c 255\2c 0\.5\)\)\] {
|
|
2155
2158
|
-webkit-mask-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5));
|
|
2156
2159
|
mask-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5));
|