@redseed/redseed-ui-tailwindcss 7.1.1 → 7.1.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.
@@ -68,7 +68,7 @@
68
68
  }
69
69
 
70
70
  /* Align body/meta content with the header title (account for checkbox width + gap) */
71
- .rsui-checkbox-card .rsui-card__content--padded {
71
+ .rsui-checkbox-card > .rsui-card__content--padded {
72
72
  @apply pl-[3.25rem] sm:pl-[3.75rem];
73
73
  }
74
74
 
@@ -21,7 +21,11 @@
21
21
  }
22
22
 
23
23
  .rsui-toggle__control {
24
- @apply justify-between flex items-center gap-x-8;
24
+ @apply justify-between flex items-center gap-x-4;
25
+ }
26
+
27
+ .rsui-toggle__control--label-end {
28
+ @apply flex-row-reverse;
25
29
  }
26
30
 
27
31
  .rsui-toggle label {
@@ -33,7 +37,7 @@
33
37
  @apply appearance-none cursor-pointer transition-colors ease-in-out duration-200 ring-0;
34
38
  @apply shrink-0 rounded-full flex items-center;
35
39
  /* default colors */
36
- @apply bg-background-tertiary border-background-tertiary text-transparent;
40
+ @apply bg-background-tertiary-invert border-background-tertiary-invert text-transparent;
37
41
  /* focus styles */
38
42
  @apply focus:outline-button-primary;
39
43
  /* checked styles */
@@ -41,9 +45,10 @@
41
45
  @apply checked:bg-button-primary checked:border-button-primary;
42
46
  /* disabled styles */
43
47
  @apply disabled:pointer-events-none;
44
- @apply disabled:before:bg-background-tertiary;
48
+ @apply disabled:before:bg-background-disabled;
45
49
  /* before pseudo-element styles */
46
50
  @apply before:inline-block before:rounded-full before:shadow-sm;
51
+ @apply before:shadow-background-tertiary-contrast;
47
52
  @apply before:translate-x-0 before:transform before:ring-0 before:transition before:ease-in-out before:duration-200;
48
53
  @apply before:bg-background-primary;
49
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.1.1",
3
+ "version": "7.1.3",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",