@stokelp/ui 2.63.0 → 2.63.1

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/ui.js CHANGED
@@ -22234,7 +22234,7 @@ const Ef = U({
22234
22234
  },
22235
22235
  _selected: "primary.500",
22236
22236
  _highlighted: "primary.200",
22237
- _hover: "primary.200",
22237
+ _hover: "background",
22238
22238
  base: "background"
22239
22239
  },
22240
22240
  color: {
@@ -22242,7 +22242,8 @@ const Ef = U({
22242
22242
  _hover: "grey.300",
22243
22243
  base: "grey.300"
22244
22244
  },
22245
- _selected: "white"
22245
+ _selected: "white!important",
22246
+ _hover: { base: "secondary.500", _liveQuoteTheme: "primary.500" }
22246
22247
  },
22247
22248
  cursor: "pointer",
22248
22249
  display: "flex",
@@ -22266,16 +22267,14 @@ const Ef = U({
22266
22267
  _open: {
22267
22268
  animation: "fadeIn 0.25s ease-out"
22268
22269
  },
22269
- background: "primary.500",
22270
22270
  borderRadius: "radius-10",
22271
- borderWidth: 1,
22272
- borderColor: "primary.500",
22273
- borderStyle: "solid",
22271
+ border: "none",
22272
+ boxShadow: "0px 16px 16px 0px rgba(11, 18, 67, 0.08)",
22274
22273
  display: "flex",
22275
22274
  flexDirection: "column",
22276
22275
  outline: 0,
22277
22276
  overflow: "hidden",
22278
- zIndex: "dropdown"
22277
+ zIndex: "modal"
22279
22278
  },
22280
22279
  item: f0,
22281
22280
  itemGroup: {
@@ -22284,7 +22283,7 @@ const Ef = U({
22284
22283
  flexDirection: "column"
22285
22284
  },
22286
22285
  positioner: {
22287
- zIndex: "dropdown"
22286
+ zIndex: "modal"
22288
22287
  },
22289
22288
  triggerItem: f0
22290
22289
  },