@shuriken-ui/tailwind 3.1.0 → 3.1.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.
- package/dist/plugins/index.cjs +9 -1
- package/dist/plugins/index.mjs +9 -1
- 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": {
|
|
@@ -11154,7 +11162,7 @@ const inputNumber = plugin__default(({ addComponents, theme }) => {
|
|
|
11154
11162
|
},
|
|
11155
11163
|
//Input:buttons
|
|
11156
11164
|
".nui-input-number-buttons": {
|
|
11157
|
-
"@apply absolute top-1 end-1 flex": {}
|
|
11165
|
+
"@apply absolute top-1 end-1 flex z-10": {}
|
|
11158
11166
|
},
|
|
11159
11167
|
//Buttons:button
|
|
11160
11168
|
".nui-input-number-buttons > button": {
|
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": {
|
|
@@ -11148,7 +11156,7 @@ const inputNumber = plugin(({ addComponents, theme }) => {
|
|
|
11148
11156
|
},
|
|
11149
11157
|
//Input:buttons
|
|
11150
11158
|
".nui-input-number-buttons": {
|
|
11151
|
-
"@apply absolute top-1 end-1 flex": {}
|
|
11159
|
+
"@apply absolute top-1 end-1 flex z-10": {}
|
|
11152
11160
|
},
|
|
11153
11161
|
//Buttons:button
|
|
11154
11162
|
".nui-input-number-buttons > button": {
|