@stokelp/ui 2.43.4 → 2.44.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/ui.js CHANGED
@@ -21190,6 +21190,19 @@ const xf = U({
21190
21190
  jsx: ["Combobox"],
21191
21191
  slots: Ld.keys(),
21192
21192
  variants: {
21193
+ hideClearTrigger: {
21194
+ true: {
21195
+ input: {
21196
+ paddingRight: {
21197
+ base: "space-60!",
21198
+ '&[value]:not([value=""])': "space-60!"
21199
+ }
21200
+ },
21201
+ clearTrigger: {
21202
+ display: "none"
21203
+ }
21204
+ }
21205
+ },
21193
21206
  size: {
21194
21207
  md: {
21195
21208
  item: { px: "space-16", py: "space-8", textStyle: "body.md" },