@shuriken-ui/tailwind 1.0.0-beta.6 → 1.0.0-beta.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.cjs +1 -1
- package/dist/preset.mjs +1 -1
- package/package.json +1 -1
package/dist/preset.cjs
CHANGED
@@ -7378,7 +7378,7 @@ const select = plugin__default.withOptions(
|
|
7378
7378
|
}
|
7379
7379
|
},
|
7380
7380
|
[`.${prefix}select-chevron`]: {
|
7381
|
-
"@apply pointer-
|
7381
|
+
"@apply pointer-events-none": {},
|
7382
7382
|
[`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
|
7383
7383
|
},
|
7384
7384
|
[`&.${prefix}select-multiple`]: {
|
package/dist/preset.mjs
CHANGED
@@ -7365,7 +7365,7 @@ const select = plugin.withOptions(
|
|
7365
7365
|
}
|
7366
7366
|
},
|
7367
7367
|
[`.${prefix}select-chevron`]: {
|
7368
|
-
"@apply pointer-
|
7368
|
+
"@apply pointer-events-none": {},
|
7369
7369
|
[`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
|
7370
7370
|
},
|
7371
7371
|
[`&.${prefix}select-multiple`]: {
|