@redseed/redseed-ui-tailwindcss 6.1.1 → 6.2.1
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.
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
.rsui-form-field-text__prefix,
|
|
16
16
|
.rsui-form-field-text__suffix {
|
|
17
|
-
@apply flex items-center justify-center px-4 select-none bg-transparent;
|
|
17
|
+
@apply flex items-center justify-center px-2 xs:px-4 select-none bg-transparent;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.rsui-form-field-text input[type='date'],
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
.rsui-form-field-text input[type='url'],
|
|
31
31
|
.rsui-form-field-text input[type='week'] {
|
|
32
32
|
@apply flex-1;
|
|
33
|
-
@apply text-base text-text-primary transition py-3 px-4 outline-hidden focus:outline-hidden;
|
|
33
|
+
@apply text-base text-text-primary transition py-3 px-3 xs:px-4 outline-hidden focus:outline-hidden;
|
|
34
34
|
@apply bg-background-primary placeholder-text-secondary;
|
|
35
35
|
@apply disabled:text-text-disabled disabled:bg-background-disabled disabled:border-border-disabled disabled:ring-0;
|
|
36
36
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redseed/redseed-ui-tailwindcss",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "RedSeed UI Tailwindcss",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"style": "index.css",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"author": "",
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@tailwindcss/vite": "^4.1.
|
|
16
|
-
"tailwindcss": "^4.1.
|
|
15
|
+
"@tailwindcss/vite": "^4.1.14",
|
|
16
|
+
"tailwindcss": "^4.1.14"
|
|
17
17
|
}
|
|
18
18
|
}
|