@auronui/styles 1.0.8 → 1.0.9

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.
@@ -551,15 +551,15 @@
551
551
  /* Cursor */
552
552
  cursor: var(--cursor-interactive);
553
553
 
554
- &[data-state="open"] {
555
- @apply rotate-180;
556
- }
557
-
558
554
  &[data-slot="select-default-indicator"] {
559
555
  @apply size-4;
560
556
  }
561
557
  }
562
558
 
559
+ .select__trigger[data-state="open"] .select__indicator {
560
+ @apply rotate-180;
561
+ }
562
+
563
563
  /* ─── Start Content ──────────────────────────────────────────────────────── */
564
564
 
565
565
  .select__start-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auronui/styles",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Auron core styles — adapted for Reka UI",
5
5
  "type": "module",
6
6
  "license": "MIT",