@shuriken-ui/tailwind 1.0.0-beta.6 → 1.0.0-beta.7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preset.cjs CHANGED
@@ -7378,7 +7378,7 @@ const select = plugin__default.withOptions(
7378
7378
  }
7379
7379
  },
7380
7380
  [`.${prefix}select-chevron`]: {
7381
- "@apply pointer-event-none": {},
7381
+ "@apply pointer-events-none": {},
7382
7382
  [`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
7383
7383
  },
7384
7384
  [`&.${prefix}select-multiple`]: {
package/dist/preset.mjs CHANGED
@@ -7365,7 +7365,7 @@ const select = plugin.withOptions(
7365
7365
  }
7366
7366
  },
7367
7367
  [`.${prefix}select-chevron`]: {
7368
- "@apply pointer-event-none": {},
7368
+ "@apply pointer-events-none": {},
7369
7369
  [`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]: {}
7370
7370
  },
7371
7371
  [`&.${prefix}select-multiple`]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",