@iclips/ui 1.0.69 → 1.0.70
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51429,7 +51429,7 @@ function Ez(t) {
|
|
|
51429
51429
|
cancelButton: "inline-flex items-center justify-center rounded-md text-sm font-medium bg-muted text-muted-foreground hover:bg-muted/90 h-8 px-3",
|
|
51430
51430
|
closeButton: "absolute right-2 top-2 rounded-md p-1 text-foreground/50 hover:text-foreground",
|
|
51431
51431
|
error: "!bg-red-50 dark:!bg-red-950/30 !text-red-700 dark:!text-red-400 !border-red-200 dark:!border-red-800 [&_[data-title]]:text-red-700 dark:[&_[data-title]]:text-red-400 [&_[data-description]]:text-red-700/90 dark:[&_[data-description]]:text-red-400/90",
|
|
51432
|
-
success: "!bg-green-
|
|
51432
|
+
success: "!bg-green-100 dark:!bg-green-950/30 !text-green-800 dark:!text-green-400 !border-green-300 dark:!border-green-800 [&_[data-title]]:text-green-800 dark:[&_[data-title]]:text-green-400 [&_[data-description]]:text-green-800 dark:[&_[data-description]]:text-green-400",
|
|
51433
51433
|
warning: "!bg-yellow-50 dark:!bg-yellow-950/30 !text-yellow-700 dark:!text-yellow-400 !border-yellow-200 dark:!border-yellow-800 [&_[data-title]]:text-yellow-700 dark:[&_[data-title]]:text-yellow-400 [&_[data-description]]:text-yellow-700/90 dark:[&_[data-description]]:text-yellow-400/90",
|
|
51434
51434
|
info: "!bg-cyan-50 dark:!bg-cyan-950/30 !text-cyan-700 dark:!text-cyan-400 !border-cyan-200 dark:!border-cyan-800 [&_[data-title]]:text-cyan-700 dark:[&_[data-title]]:text-cyan-400 [&_[data-description]]:text-cyan-700/90 dark:[&_[data-description]]:text-cyan-400/90"
|
|
51435
51435
|
}
|