@redseed/redseed-ui-tailwindcss 6.2.8 → 6.2.10

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.
@@ -28,6 +28,10 @@
28
28
  @apply text-text-error bg-background-error border border-border-error;
29
29
  }
30
30
 
31
+ .rsui-badge--ai {
32
+ @apply text-text-ai bg-linear-45 from-background-ai-from to-background-ai-to border border-border-ai;
33
+ }
34
+
31
35
  .rsui-badge svg {
32
36
  @apply size-4;
33
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.2.8",
3
+ "version": "6.2.10",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",
package/tokens.css CHANGED
@@ -7,6 +7,7 @@
7
7
  --color-text-warning: var(--Colors-Warning-600);
8
8
  --color-text-error: var(--Colors-Error-600);
9
9
  --color-text-on-color: var(--Colors-Base-white);
10
+ --color-text-ai: var(--Colors-RedSeed-Purple-500);
10
11
 
11
12
  --color-background-primary: var(--Colors-Base-white);
12
13
  --color-background-secondary: var(--Colors-Grey-50);
@@ -27,6 +28,7 @@
27
28
  --color-border-warning: var(--Colors-Warning-200);
28
29
  --color-border-error: var(--Colors-Error-200);
29
30
  --color-border-info: var(--Colors-Blue-200);
31
+ --color-border-ai: var(--Colors-RedSeed-Purple-200);
30
32
 
31
33
  --color-button-primary: var(--Colors-Brand-600);
32
34
  --color-button-primary-hover: var(--Colors-Brand-700);