@redseed/redseed-ui-tailwindcss 7.8.1 → 7.8.3

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.
@@ -36,6 +36,18 @@
36
36
  @apply text-text-info bg-background-info border border-border-info;
37
37
  }
38
38
 
39
+ .rsui-badge--skillscheck {
40
+ @apply text-brand-500 bg-brand-50 border border-brand-200;
41
+ }
42
+
43
+ .rsui-badge--redseed-classic {
44
+ @apply text-redseed-purple-500 bg-redseed-purple-50 border border-redseed-purple-200;
45
+ }
46
+
47
+ .rsui-badge--coach {
48
+ @apply text-redseed-blue-500 bg-redseed-blue-50 border border-redseed-blue-200;
49
+ }
50
+
39
51
  .rsui-badge--ai {
40
52
  @apply text-text-ai bg-linear-to-tr from-background-ai-from to-background-ai-to border border-border-ai;
41
53
  }
@@ -4,12 +4,12 @@
4
4
 
5
5
  /* Default: sidebar stacks to top, appears on the right when side-by-side */
6
6
  .rsui-sidebar-layout__container {
7
- @apply flex-col-reverse @2xl/flex-container:flex-row;
7
+ @apply flex-col-reverse @3xl/flex-container:flex-row;
8
8
  }
9
9
 
10
10
  /* stackBottom: sidebar stacks to bottom instead of top, only when stacked */
11
11
  .rsui-sidebar-layout__container--stack-bottom {
12
- @apply flex-col @2xl/flex-container:flex-row;
12
+ @apply flex-col @3xl/flex-container:flex-row;
13
13
  }
14
14
 
15
15
  /* stackOff: always side-by-side, never stacks */
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* sidebarLeft: sidebar appears on the left when side-by-side */
21
21
  .rsui-sidebar-layout__container--sidebar-left {
22
- @apply @2xl/flex-container:flex-row-reverse;
22
+ @apply @3xl/flex-container:flex-row-reverse;
23
23
  }
24
24
 
25
25
  .rsui-sidebar-layout__main {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.8.1",
3
+ "version": "7.8.3",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",
@@ -15,4 +15,4 @@
15
15
  "@tailwindcss/vite": "4.1.18",
16
16
  "tailwindcss": "4.1.18"
17
17
  }
18
- }
18
+ }