@redseed/redseed-ui-tailwindcss 7.29.0 → 7.29.2

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.
@@ -6,10 +6,6 @@
6
6
  @apply ml-2 font-normal leading-6;
7
7
  }
8
8
 
9
- .rsui-form-field-checkbox__label--required {
10
- @apply after:content-['*'] after:text-text-error;
11
- }
12
-
13
9
  .rsui-form-field-checkbox__check {
14
10
  @apply size-6 shrink-0 relative bg-background-primary rounded-lg cursor-pointer;
15
11
  @apply has-[:disabled]:text-text-disabled has-[:disabled]:cursor-default;
@@ -26,7 +22,3 @@
26
22
  .rsui-form-field-checkbox__check svg {
27
23
  @apply size-full relative z-1 pointer-events-none;
28
24
  }
29
-
30
- .rsui-form-field-checkbox .rsui-form-field-slot__label::after {
31
- @apply hidden;
32
- }
@@ -2,6 +2,7 @@
2
2
  @apply fixed inset-0 z-50 overflow-y-auto transition-all;
3
3
  @apply flex flex-col;
4
4
  @apply px-4 py-6 md:px-0;
5
+ height: 100dvh;
5
6
  }
6
7
 
7
8
  .rsui-modal__background-wrapper {
@@ -73,10 +74,12 @@
73
74
  .rsui-modal__footer {
74
75
  @apply sticky inset-x-0 bottom-0 z-1 p-0 bg-background-secondary shrink-0 flex flex-col items-stretch gap-y-2;
75
76
  @apply sm:flex-row sm:items-center sm:justify-end sm:gap-x-2 sm:gap-y-0;
77
+ padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
76
78
  }
77
79
 
78
80
  .rsui-modal__footer--padded {
79
81
  @apply p-4;
82
+ padding-bottom: max(1rem, env(safe-area-inset-bottom));
80
83
  }
81
84
 
82
85
  .rsui-modal__footer--start {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.29.0",
3
+ "version": "7.29.2",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",