@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.
@@ -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": {
@@ -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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",