@shuriken-ui/tailwind 1.0.0-beta.5 → 1.0.0-beta.7
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/dist/preset.cjs +1 -0
- package/dist/preset.mjs +1 -0
- package/package.json +1 -1
package/dist/preset.cjs
CHANGED
|
@@ -7378,6 +7378,7 @@ const select = plugin__default.withOptions(
|
|
|
7378
7378
|
}
|
|
7379
7379
|
},
|
|
7380
7380
|
[`.${prefix}select-chevron`]: {
|
|
7381
|
+
"@apply pointer-events-none": {},
|
|
7381
7382
|
[`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
|
|
7382
7383
|
},
|
|
7383
7384
|
[`&.${prefix}select-multiple`]: {
|
package/dist/preset.mjs
CHANGED
|
@@ -7365,6 +7365,7 @@ const select = plugin.withOptions(
|
|
|
7365
7365
|
}
|
|
7366
7366
|
},
|
|
7367
7367
|
[`.${prefix}select-chevron`]: {
|
|
7368
|
+
"@apply pointer-events-none": {},
|
|
7368
7369
|
[`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
|
|
7369
7370
|
},
|
|
7370
7371
|
[`&.${prefix}select-multiple`]: {
|