@agent-factory-platform/ui-kit 0.5.0 → 0.7.0
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3818,7 +3818,7 @@ function yo({ children: t, tone: e = "neutral", size: n = "default", className:
|
|
|
3818
3818
|
neutral: "bg-fog text-graphite",
|
|
3819
3819
|
warm: "bg-surface-warm text-rust",
|
|
3820
3820
|
cool: "bg-surface-cool text-ink",
|
|
3821
|
-
success: "bg-up/15 text-
|
|
3821
|
+
success: "bg-up/15 text-ink",
|
|
3822
3822
|
danger: "bg-down/15 text-down",
|
|
3823
3823
|
warning: "bg-warning/15 text-warning"
|
|
3824
3824
|
}, s = {
|
package/package.json
CHANGED