@intechstudio/grid-uikit 1.20260622.1256 → 1.20260622.1304

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.
@@ -135,7 +135,8 @@
135
135
  cursor: pointer;
136
136
  padding: 0.5em;
137
137
  }
138
- div.option:hover {
138
+ div.option:hover,
139
+ div.option[data-highlighted] {
139
140
  background-color: var(--popover-selection);
140
141
  color: var(--foreground);
141
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "1.20260622.1256",
3
+ "version": "1.20260622.1304",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/intechstudio/grid-uikit.git"