@stokelp/ui 2.91.0 → 2.92.0
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 +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +16 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -22235,7 +22235,10 @@ const vf = Y({
|
|
|
22235
22235
|
},
|
|
22236
22236
|
trigger: {
|
|
22237
22237
|
...(Y0 = l2.base) == null ? void 0 : Y0.trigger,
|
|
22238
|
-
justifyContent: "space-between"
|
|
22238
|
+
justifyContent: "space-between",
|
|
22239
|
+
_open: {
|
|
22240
|
+
border: "1px solid {colors.primary.500}"
|
|
22241
|
+
}
|
|
22239
22242
|
}
|
|
22240
22243
|
},
|
|
22241
22244
|
className: "app-navigation-language-select",
|
|
@@ -22267,6 +22270,18 @@ const vf = Y({
|
|
|
22267
22270
|
root: {
|
|
22268
22271
|
width: "full",
|
|
22269
22272
|
minWidth: "size-64"
|
|
22273
|
+
},
|
|
22274
|
+
trigger: {
|
|
22275
|
+
_open: {
|
|
22276
|
+
'&[data-placement^="top"]': {
|
|
22277
|
+
borderTopLeftRadius: "radius-0!",
|
|
22278
|
+
borderTopRightRadius: "radius-0!"
|
|
22279
|
+
},
|
|
22280
|
+
'&[data-placement^="bottom"]': {
|
|
22281
|
+
borderBottomLeftRadius: "radius-0!",
|
|
22282
|
+
borderBottomRightRadius: "radius-0!"
|
|
22283
|
+
}
|
|
22284
|
+
}
|
|
22270
22285
|
}
|
|
22271
22286
|
}
|
|
22272
22287
|
},
|