@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/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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/components",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "Open-source library of UI components made with React and TailwindCSS.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",