@shuriken-ui/tailwind 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {
@@ -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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",