@stll/workspace-ui 0.11.0 → 0.11.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.
@@ -120,7 +120,7 @@ const ConditionGutter = ({ index, combinator, onCombinator }) => {
120
120
  value: combinator,
121
121
  children: [/* @__PURE__ */ jsx(SelectTrigger, {
122
122
  "aria-label": labels.match,
123
- className: "h-7 min-h-0 w-20 min-w-0 shrink-0 text-xs",
123
+ className: "h-7 min-h-0 w-20 min-w-0 shrink-0",
124
124
  size: "sm",
125
125
  children: /* @__PURE__ */ jsx(SelectValue, {})
126
126
  }), /* @__PURE__ */ jsxs(SelectPopup, { children: [/* @__PURE__ */ jsx(SelectItem, {
@@ -218,7 +218,7 @@ const LeafRow = ({ node, capabilities, index, combinator, onChange, onRemove, on
218
218
  },
219
219
  value: String(fieldIndex),
220
220
  children: [/* @__PURE__ */ jsx(SelectTrigger, {
221
- className: "h-7 min-h-0 w-auto max-w-56 text-xs",
221
+ className: "h-7 min-h-0 w-auto max-w-56",
222
222
  size: "sm",
223
223
  children: /* @__PURE__ */ jsx(SelectValue, {
224
224
  placeholder: labels.fieldPlaceholder,
@@ -332,7 +332,7 @@ const OperatorSelect = ({ field, node, operator, operators, onChange }) => {
332
332
  },
333
333
  value: operator,
334
334
  children: [/* @__PURE__ */ jsx(SelectTrigger, {
335
- className: "h-7 min-h-0 w-auto min-w-24 text-xs",
335
+ className: "h-7 min-h-0 w-auto min-w-24",
336
336
  size: "sm",
337
337
  children: /* @__PURE__ */ jsx(SelectValue, { children: () => labels.operator(field.valueType, operator) })
338
338
  }), /* @__PURE__ */ jsx(SelectPopup, {
@@ -357,7 +357,7 @@ const OperatorSelectFormula = ({ node, operand, operator, operators, onChange })
357
357
  },
358
358
  value: operator,
359
359
  children: [/* @__PURE__ */ jsx(SelectTrigger, {
360
- className: "h-7 min-h-0 w-auto min-w-24 text-xs",
360
+ className: "h-7 min-h-0 w-auto min-w-24",
361
361
  size: "sm",
362
362
  children: /* @__PURE__ */ jsx(SelectValue, { children: () => labels.operator(FORMULA_VALUE_TYPE, operator) })
363
363
  }), /* @__PURE__ */ jsx(SelectPopup, {
@@ -405,7 +405,7 @@ const LeafValueEditor = ({ capabilities, editorKind, field, node, operator, onCh
405
405
  },
406
406
  value: isMultiValue(operator) ? leafValueList(node) : leafValueString(node),
407
407
  children: [/* @__PURE__ */ jsx(SelectTrigger, {
408
- className: "h-7 min-h-0 w-auto min-w-28 text-xs",
408
+ className: "h-7 min-h-0 w-auto min-w-28",
409
409
  size: "sm",
410
410
  children: /* @__PURE__ */ jsx(SelectValue, { placeholder: labels.valuePlaceholder })
411
411
  }), /* @__PURE__ */ jsx(SelectPopup, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/workspace-ui",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Reusable workspace presentation components and view helpers for Stella.",
5
5
  "keywords": [
6
6
  "calculations",
@@ -119,7 +119,7 @@
119
119
  "@stll/calculations": "^0.1.1",
120
120
  "@stll/conditions": "^0.4.0",
121
121
  "@stll/money": "^0.2.0",
122
- "@stll/ui": "^0.28.0",
122
+ "@stll/ui": "^0.29.0",
123
123
  "better-result": "3.0.1",
124
124
  "lucide-react": "1.41.0",
125
125
  "temporal-polyfill": "1.0.4",