@wallarm-org/design-system 1.10.2 → 1.11.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.
@@ -53,7 +53,7 @@ const FilterInputChip = ({ ref, chipId, attribute, attributeDescription, operato
53
53
  const pairActiveSegment = 1 === editingSide ? activeSegment : null;
54
54
  const attributeSegment = /*#__PURE__*/ jsx(Segment, {
55
55
  variant: SEGMENT_VARIANT.attribute,
56
- className: "shrink-0",
56
+ className: "min-w-0",
57
57
  error: true === effectiveError || effectiveError === SEGMENT_VARIANT.attribute,
58
58
  onClick: interactive ? (e)=>handleSegmentClick(SEGMENT_VARIANT.attribute, e) : void 0,
59
59
  onMouseDown: interactive && building ? handleSegmentMouseDown : void 0,
@@ -110,7 +110,7 @@ const FilterInputChip = ({ ref, chipId, attribute, attributeDescription, operato
110
110
  }),
111
111
  (value || baseActiveSegment === SEGMENT_VARIANT.value || !pair && effectiveError === SEGMENT_VARIANT.value) && /*#__PURE__*/ jsx(Segment, {
112
112
  variant: SEGMENT_VARIANT.value,
113
- className: value || pair ? pair ? 'max-w-[90px] shrink-0' : 'min-w-0' : emptyValueHitTarget,
113
+ className: value || pair ? pair ? 'max-w-[90px] shrink-0' : 'min-w-[40px]' : emptyValueHitTarget,
114
114
  ...valueMaxWidth && value && !pair && {
115
115
  style: {
116
116
  maxWidth: valueMaxWidth
@@ -132,7 +132,7 @@ const FilterInputChip = ({ ref, chipId, attribute, attributeDescription, operato
132
132
  /*#__PURE__*/ jsx(PairSeparator, {}),
133
133
  /*#__PURE__*/ jsx(Segment, {
134
134
  variant: SEGMENT_VARIANT.attribute,
135
- className: "shrink-0",
135
+ className: "min-w-0",
136
136
  onClick: interactive && pair.error ? (e)=>handlePairSegmentClick(pair.operator ? SEGMENT_VARIANT.value : SEGMENT_VARIANT.operator, e) : void 0,
137
137
  children: pair.attribute
138
138
  }),
@@ -145,7 +145,7 @@ const FilterInputChip = ({ ref, chipId, attribute, attributeDescription, operato
145
145
  }),
146
146
  (null != pair.value || pairActiveSegment === SEGMENT_VARIANT.value) && /*#__PURE__*/ jsx(Segment, {
147
147
  variant: SEGMENT_VARIANT.value,
148
- className: pair.value ? 'min-w-0' : emptyValueHitTarget,
148
+ className: pair.value ? 'min-w-[40px]' : emptyValueHitTarget,
149
149
  error: pairActiveSegment !== SEGMENT_VARIANT.value && (true === effectivePairError || effectivePairError === SEGMENT_VARIANT.value),
150
150
  caretMode: caretMode,
151
151
  valueMaxWidth: valueMaxWidth,
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.10.1",
3
- "generatedAt": "2026-08-31T14:06:31.051Z",
2
+ "version": "1.10.2",
3
+ "generatedAt": "2026-08-31T23:04:55.259Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Accordion",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "1.10.2",
3
+ "version": "1.11.0",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",