@okshaun/components 0.5.5 → 0.5.6

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/preset.js CHANGED
@@ -6532,6 +6532,9 @@ const menuBase = {
6532
6532
  _focusVisible: {
6533
6533
  bg: "surface.overlay.hovered"
6534
6534
  },
6535
+ _active: {
6536
+ bg: "surface.overlay.hovered"
6537
+ },
6535
6538
  _disabled: {
6536
6539
  opacity: 0.5,
6537
6540
  cursor: "not-allowed",