mn-angular-lib 1.0.164 → 1.0.165

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "1.0.164",
3
+ "version": "1.0.165",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3",
@@ -9070,7 +9070,14 @@ declare const mnSegmentedVariants: tailwind_variants.TVReturnType<{
9070
9070
  segment: string;
9071
9071
  };
9072
9072
  };
9073
- /** Stretch the track and share its width evenly between the segments. */
9073
+ /**
9074
+ * Stretch the track and share its width evenly between the segments.
9075
+ *
9076
+ * The segments grow from a zero basis but keep their automatic minimum, so a
9077
+ * justified control inside an auto-width parent still asks for the room its
9078
+ * labels need. Letting them shrink below their content (`min-w-0`) made the
9079
+ * parent resolve to a narrower box and truncated the labels instead.
9080
+ */
9074
9081
  justified: {
9075
9082
  true: {
9076
9083
  root: string;
@@ -9151,7 +9158,14 @@ declare const mnSegmentedVariants: tailwind_variants.TVReturnType<{
9151
9158
  segment: string;
9152
9159
  };
9153
9160
  };
9154
- /** Stretch the track and share its width evenly between the segments. */
9161
+ /**
9162
+ * Stretch the track and share its width evenly between the segments.
9163
+ *
9164
+ * The segments grow from a zero basis but keep their automatic minimum, so a
9165
+ * justified control inside an auto-width parent still asks for the room its
9166
+ * labels need. Letting them shrink below their content (`min-w-0`) made the
9167
+ * parent resolve to a narrower box and truncated the labels instead.
9168
+ */
9155
9169
  justified: {
9156
9170
  true: {
9157
9171
  root: string;
@@ -9232,7 +9246,14 @@ declare const mnSegmentedVariants: tailwind_variants.TVReturnType<{
9232
9246
  segment: string;
9233
9247
  };
9234
9248
  };
9235
- /** Stretch the track and share its width evenly between the segments. */
9249
+ /**
9250
+ * Stretch the track and share its width evenly between the segments.
9251
+ *
9252
+ * The segments grow from a zero basis but keep their automatic minimum, so a
9253
+ * justified control inside an auto-width parent still asks for the room its
9254
+ * labels need. Letting them shrink below their content (`min-w-0`) made the
9255
+ * parent resolve to a narrower box and truncated the labels instead.
9256
+ */
9236
9257
  justified: {
9237
9258
  true: {
9238
9259
  root: string;