@stokelp/ui 2.62.2 → 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/style.css +1 -1
- package/dist/ui.cjs +11 -11
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +9 -9
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21811,7 +21811,8 @@ const Ef = U({
|
|
|
21811
21811
|
width: "full"
|
|
21812
21812
|
},
|
|
21813
21813
|
trigger: {
|
|
21814
|
-
...(k0 = j5.base) == null ? void 0 : k0.trigger
|
|
21814
|
+
...(k0 = j5.base) == null ? void 0 : k0.trigger,
|
|
21815
|
+
justifyContent: "space-between"
|
|
21815
21816
|
}
|
|
21816
21817
|
},
|
|
21817
21818
|
className: "app-navigation-language-select",
|
|
@@ -22233,7 +22234,7 @@ const Ef = U({
|
|
|
22233
22234
|
},
|
|
22234
22235
|
_selected: "primary.500",
|
|
22235
22236
|
_highlighted: "primary.200",
|
|
22236
|
-
_hover: "
|
|
22237
|
+
_hover: "background",
|
|
22237
22238
|
base: "background"
|
|
22238
22239
|
},
|
|
22239
22240
|
color: {
|
|
@@ -22241,7 +22242,8 @@ const Ef = U({
|
|
|
22241
22242
|
_hover: "grey.300",
|
|
22242
22243
|
base: "grey.300"
|
|
22243
22244
|
},
|
|
22244
|
-
_selected: "white"
|
|
22245
|
+
_selected: "white!important",
|
|
22246
|
+
_hover: { base: "secondary.500", _liveQuoteTheme: "primary.500" }
|
|
22245
22247
|
},
|
|
22246
22248
|
cursor: "pointer",
|
|
22247
22249
|
display: "flex",
|
|
@@ -22265,16 +22267,14 @@ const Ef = U({
|
|
|
22265
22267
|
_open: {
|
|
22266
22268
|
animation: "fadeIn 0.25s ease-out"
|
|
22267
22269
|
},
|
|
22268
|
-
background: "primary.500",
|
|
22269
22270
|
borderRadius: "radius-10",
|
|
22270
|
-
|
|
22271
|
-
|
|
22272
|
-
borderStyle: "solid",
|
|
22271
|
+
border: "none",
|
|
22272
|
+
boxShadow: "0px 16px 16px 0px rgba(11, 18, 67, 0.08)",
|
|
22273
22273
|
display: "flex",
|
|
22274
22274
|
flexDirection: "column",
|
|
22275
22275
|
outline: 0,
|
|
22276
22276
|
overflow: "hidden",
|
|
22277
|
-
zIndex: "
|
|
22277
|
+
zIndex: "modal"
|
|
22278
22278
|
},
|
|
22279
22279
|
item: f0,
|
|
22280
22280
|
itemGroup: {
|
|
@@ -22283,7 +22283,7 @@ const Ef = U({
|
|
|
22283
22283
|
flexDirection: "column"
|
|
22284
22284
|
},
|
|
22285
22285
|
positioner: {
|
|
22286
|
-
zIndex: "
|
|
22286
|
+
zIndex: "modal"
|
|
22287
22287
|
},
|
|
22288
22288
|
triggerItem: f0
|
|
22289
22289
|
},
|