@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-up",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-factory-platform/ui-kit",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "description": "Themeable, product-neutral React components and semantic styles for Agent and Docs applications.",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {