@uniai-fe/uds-primitives 0.10.3 → 0.10.4

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/styles.css CHANGED
@@ -3554,6 +3554,7 @@ figure.chip {
3554
3554
  background-color: var(--dropdown-option-bg-hover);
3555
3555
  color: var(--dropdown-option-color-hover);
3556
3556
  }
3557
+ .dropdown-menu-item-trigger[data-state="selected"][data-highlighted],
3557
3558
  .dropdown-menu-item-trigger[data-state="selected"]:hover {
3558
3559
  background-color: var(--dropdown-option-bg-selected);
3559
3560
  color: var(--dropdown-option-color-selected);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-primitives",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -88,10 +88,10 @@
88
88
  "sass": "^1.101.3",
89
89
  "typescript": "6.0.3",
90
90
  "@uniai-fe/eslint-config": "0.4.2",
91
- "@uniai-fe/uds-foundation": "0.5.0",
92
91
  "@uniai-fe/tsconfig": "0.2.0",
92
+ "@uniai-fe/util-functions": "0.4.3",
93
93
  "@uniai-fe/next-devkit": "0.4.0",
94
- "@uniai-fe/util-functions": "0.4.3"
94
+ "@uniai-fe/uds-foundation": "0.5.0"
95
95
  },
96
96
  "scripts": {
97
97
  "check:pre-commit": "pnpm --dir ../../.. run check:pre-commit",
@@ -107,6 +107,7 @@
107
107
  color: var(--dropdown-option-color-hover);
108
108
  }
109
109
 
110
+ &[data-state="selected"][data-highlighted],
110
111
  &[data-state="selected"]:hover {
111
112
  background-color: var(--dropdown-option-bg-selected);
112
113
  color: var(--dropdown-option-color-selected);