@basis-ng/styles 0.0.1-alpha.127 → 0.0.1-alpha.128

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-ng/styles",
3
- "version": "0.0.1-alpha.127",
3
+ "version": "0.0.1-alpha.128",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -5,7 +5,7 @@ b-textarea-group {
5
5
  @apply dark:bg-secondary-dark/40 dark:text-secondary-foreground-dark dark:inset-ring-ring-dark;
6
6
 
7
7
  /* Base md by default */
8
- @apply px-2.5 py-2 text-sm rounded-size-md;
8
+ @apply px-2.5 py-2 text-sm rounded-size-md gap-1.5;
9
9
 
10
10
  /* Internal textarea adjustments when placed inside group */
11
11
  textarea[b-textarea] {
@@ -47,15 +47,15 @@ b-textarea-group {
47
47
 
48
48
  /* Size variants (matching textarea sizes) */
49
49
  &:has(textarea[b-textarea].b-size-sm) {
50
- @apply px-2 py-1 text-xs rounded-size-sm;
50
+ @apply px-2 py-1 text-xs rounded-size-sm gap-1;
51
51
  }
52
52
 
53
53
  &:has(textarea[b-textarea].b-size-md) {
54
- @apply px-2.5 py-2 text-sm rounded-size-md;
54
+ @apply px-2.5 py-2 text-sm rounded-size-md gap-1.5;
55
55
  }
56
56
 
57
57
  &:has(textarea[b-textarea].b-size-lg) {
58
- @apply px-3 py-2 text-base rounded-size-lg;
58
+ @apply px-3 py-2 text-base rounded-size-lg gap-2;
59
59
  }
60
60
 
61
61
  /* Prevent icons from shrinking inside the group */