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