@shuriken-ui/tailwind 3.1.0 → 3.1.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.
- package/dist/plugins/index.cjs +8 -0
- package/dist/plugins/index.mjs +8 -0
- package/package.json +1 -1
package/dist/plugins/index.cjs
CHANGED
|
@@ -4218,6 +4218,14 @@ const buttonGroup = plugin__default(
|
|
|
4218
4218
|
}
|
|
4219
4219
|
}
|
|
4220
4220
|
},
|
|
4221
|
+
".nui-select-wrapper:last-child:not(:first-child)": {
|
|
4222
|
+
".nui-select": {
|
|
4223
|
+
"@apply !border-e !rounded-s-none": {},
|
|
4224
|
+
"&:focus": {
|
|
4225
|
+
"@apply !z-10 relative": {}
|
|
4226
|
+
}
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4221
4229
|
// Autocomplete
|
|
4222
4230
|
".nui-autocomplete:not(:first-child):not(:last-child)": {
|
|
4223
4231
|
".nui-autocomplete-input": {
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -4212,6 +4212,14 @@ const buttonGroup = plugin(
|
|
|
4212
4212
|
}
|
|
4213
4213
|
}
|
|
4214
4214
|
},
|
|
4215
|
+
".nui-select-wrapper:last-child:not(:first-child)": {
|
|
4216
|
+
".nui-select": {
|
|
4217
|
+
"@apply !border-e !rounded-s-none": {},
|
|
4218
|
+
"&:focus": {
|
|
4219
|
+
"@apply !z-10 relative": {}
|
|
4220
|
+
}
|
|
4221
|
+
}
|
|
4222
|
+
},
|
|
4215
4223
|
// Autocomplete
|
|
4216
4224
|
".nui-autocomplete:not(:first-child):not(:last-child)": {
|
|
4217
4225
|
".nui-autocomplete-input": {
|