@ds-mo/ui 13.4.0 → 13.5.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.
Files changed (85) hide show
  1. package/dist/.package-ready.json +1 -1
  2. package/dist/agent-patterns.json +1 -1
  3. package/dist/agent.json +19 -21
  4. package/dist/components/ds-card-overview.js +1 -1
  5. package/dist/components/ds-card-overview.js.map +1 -1
  6. package/dist/components/ds-input.js +1 -1
  7. package/dist/components/ds-input.js.map +1 -1
  8. package/dist/components/ds-select.js +1 -1
  9. package/dist/components/ds-select.js.map +1 -1
  10. package/dist/docs/components.json +10 -16
  11. package/dist/mcp-data/registry/agent-activity.json +1 -1
  12. package/dist/mcp-data/registry/agent-response.json +1 -1
  13. package/dist/mcp-data/registry/agent-source-list.json +1 -1
  14. package/dist/mcp-data/registry/agent-tool-call.json +1 -1
  15. package/dist/mcp-data/registry/attachment-list.json +1 -1
  16. package/dist/mcp-data/registry/avatar.json +1 -1
  17. package/dist/mcp-data/registry/badge.json +1 -1
  18. package/dist/mcp-data/registry/bar-nav.json +1 -1
  19. package/dist/mcp-data/registry/bar-title.json +1 -1
  20. package/dist/mcp-data/registry/bar-workflow.json +1 -1
  21. package/dist/mcp-data/registry/breadcrumb.json +1 -1
  22. package/dist/mcp-data/registry/button-filled.json +1 -1
  23. package/dist/mcp-data/registry/button-unfilled.json +1 -1
  24. package/dist/mcp-data/registry/card-data-viz.json +1 -1
  25. package/dist/mcp-data/registry/card-overview.json +33 -35
  26. package/dist/mcp-data/registry/card-setting.json +1 -1
  27. package/dist/mcp-data/registry/chart-bar.json +1 -1
  28. package/dist/mcp-data/registry/chart-donut.json +1 -1
  29. package/dist/mcp-data/registry/chart-legend.json +1 -1
  30. package/dist/mcp-data/registry/chart-line.json +1 -1
  31. package/dist/mcp-data/registry/checkbox.json +1 -1
  32. package/dist/mcp-data/registry/chip.json +1 -1
  33. package/dist/mcp-data/registry/code-block.json +1 -1
  34. package/dist/mcp-data/registry/conversation-list-item.json +1 -1
  35. package/dist/mcp-data/registry/conversation-list-section.json +1 -1
  36. package/dist/mcp-data/registry/conversation-list.json +1 -1
  37. package/dist/mcp-data/registry/divider.json +1 -1
  38. package/dist/mcp-data/registry/empty-state.json +1 -1
  39. package/dist/mcp-data/registry/field.json +1 -1
  40. package/dist/mcp-data/registry/icon.json +1 -1
  41. package/dist/mcp-data/registry/input.json +6 -6
  42. package/dist/mcp-data/registry/loader.json +1 -1
  43. package/dist/mcp-data/registry/markdown.json +1 -1
  44. package/dist/mcp-data/registry/menu.json +1 -1
  45. package/dist/mcp-data/registry/message-actions.json +1 -1
  46. package/dist/mcp-data/registry/message-bubble.json +1 -1
  47. package/dist/mcp-data/registry/message-composer.json +1 -1
  48. package/dist/mcp-data/registry/message-scroller.json +1 -1
  49. package/dist/mcp-data/registry/message.json +1 -1
  50. package/dist/mcp-data/registry/mobile-bar-nav.json +1 -1
  51. package/dist/mcp-data/registry/mobile-header.json +1 -1
  52. package/dist/mcp-data/registry/mobile-section-switcher.json +1 -1
  53. package/dist/mcp-data/registry/mobile-sheet-nav.json +1 -1
  54. package/dist/mcp-data/registry/modal.json +1 -1
  55. package/dist/mcp-data/registry/panel-nav.json +1 -1
  56. package/dist/mcp-data/registry/panel-sub-nav.json +1 -1
  57. package/dist/mcp-data/registry/panel-tool-header.json +1 -1
  58. package/dist/mcp-data/registry/panel-tool-search.json +1 -1
  59. package/dist/mcp-data/registry/panel-tools.json +1 -1
  60. package/dist/mcp-data/registry/radio.json +1 -1
  61. package/dist/mcp-data/registry/registry.json +19 -21
  62. package/dist/mcp-data/registry/scroll-overlay.json +1 -1
  63. package/dist/mcp-data/registry/select.json +5 -5
  64. package/dist/mcp-data/registry/shell-app.json +1 -1
  65. package/dist/mcp-data/registry/shell-page.json +1 -1
  66. package/dist/mcp-data/registry/shell-tools.json +1 -1
  67. package/dist/mcp-data/registry/skeleton.json +1 -1
  68. package/dist/mcp-data/registry/slider.json +1 -1
  69. package/dist/mcp-data/registry/swatch-picker.json +1 -1
  70. package/dist/mcp-data/registry/switch.json +1 -1
  71. package/dist/mcp-data/registry/tab-group.json +1 -1
  72. package/dist/mcp-data/registry/tag.json +1 -1
  73. package/dist/mcp-data/registry/text.json +1 -1
  74. package/dist/mcp-data/registry/toast.json +1 -1
  75. package/dist/mcp-data/registry/tooltip-data-viz.json +1 -1
  76. package/dist/mcp-data/registry/tooltip.json +1 -1
  77. package/dist/mcp-data/registry/typing-indicator.json +1 -1
  78. package/dist/types/components/CardOverview/CardOverview.d.ts +10 -9
  79. package/dist/types/components/CardOverview/card-overview-controller.d.ts +13 -1
  80. package/dist/types/components/CardOverview/card-overview-types.d.ts +8 -2
  81. package/dist/types/components/CardOverview/index.d.ts +1 -1
  82. package/dist/types/components/Input/Input.d.ts +1 -1
  83. package/dist/types/components/Select/Select.d.ts +1 -1
  84. package/dist/types/components.d.ts +16 -16
  85. package/package.json +3 -3
@@ -556,7 +556,7 @@
556
556
  "complexPropertyNote": "Assign these non-primitive values as JavaScript properties: navigation, pageChrome, tools.",
557
557
  "peerDependencies": {
558
558
  "required": [
559
- "@ds-mo/tokens ^5.1.0",
559
+ "@ds-mo/tokens ^5.1.1",
560
560
  "@ds-mo/icons ^6.4.0"
561
561
  ],
562
562
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -204,7 +204,7 @@
204
204
  },
205
205
  "peerDependencies": {
206
206
  "required": [
207
- "@ds-mo/tokens ^5.1.0",
207
+ "@ds-mo/tokens ^5.1.1",
208
208
  "@ds-mo/icons ^6.4.0"
209
209
  ],
210
210
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -390,7 +390,7 @@
390
390
  "complexPropertyNote": "Assign these non-primitive values as JavaScript properties: headers, items.",
391
391
  "peerDependencies": {
392
392
  "required": [
393
- "@ds-mo/tokens ^5.1.0",
393
+ "@ds-mo/tokens ^5.1.1",
394
394
  "@ds-mo/icons ^6.4.0"
395
395
  ],
396
396
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -255,7 +255,7 @@
255
255
  },
256
256
  "peerDependencies": {
257
257
  "required": [
258
- "@ds-mo/tokens ^5.1.0",
258
+ "@ds-mo/tokens ^5.1.1",
259
259
  "@ds-mo/icons ^6.4.0"
260
260
  ],
261
261
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -629,7 +629,7 @@
629
629
  "complexPropertyNote": "Assign these non-primitive values as JavaScript properties: formatOptions, valueTexts.",
630
630
  "peerDependencies": {
631
631
  "required": [
632
- "@ds-mo/tokens ^5.1.0",
632
+ "@ds-mo/tokens ^5.1.1",
633
633
  "@ds-mo/icons ^6.4.0"
634
634
  ],
635
635
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -199,7 +199,7 @@
199
199
  "complexPropertyNote": "Assign these non-primitive values as JavaScript properties: options, sections.",
200
200
  "peerDependencies": {
201
201
  "required": [
202
- "@ds-mo/tokens ^5.1.0",
202
+ "@ds-mo/tokens ^5.1.1",
203
203
  "@ds-mo/icons ^6.4.0"
204
204
  ],
205
205
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -334,7 +334,7 @@
334
334
  },
335
335
  "peerDependencies": {
336
336
  "required": [
337
- "@ds-mo/tokens ^5.1.0",
337
+ "@ds-mo/tokens ^5.1.1",
338
338
  "@ds-mo/icons ^6.4.0"
339
339
  ],
340
340
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -218,7 +218,7 @@
218
218
  "complexPropertyNote": "Assign these non-primitive values as JavaScript properties: tabs.",
219
219
  "peerDependencies": {
220
220
  "required": [
221
- "@ds-mo/tokens ^5.1.0",
221
+ "@ds-mo/tokens ^5.1.1",
222
222
  "@ds-mo/icons ^6.4.0"
223
223
  ],
224
224
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -321,7 +321,7 @@
321
321
  },
322
322
  "peerDependencies": {
323
323
  "required": [
324
- "@ds-mo/tokens ^5.1.0",
324
+ "@ds-mo/tokens ^5.1.1",
325
325
  "@ds-mo/icons ^6.4.0"
326
326
  ],
327
327
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -334,7 +334,7 @@
334
334
  },
335
335
  "peerDependencies": {
336
336
  "required": [
337
- "@ds-mo/tokens ^5.1.0",
337
+ "@ds-mo/tokens ^5.1.1",
338
338
  "@ds-mo/icons ^6.4.0"
339
339
  ],
340
340
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -307,7 +307,7 @@
307
307
  "complexPropertyNote": "Assign these non-primitive values as JavaScript properties: manager, swipeDirections.",
308
308
  "peerDependencies": {
309
309
  "required": [
310
- "@ds-mo/tokens ^5.1.0",
310
+ "@ds-mo/tokens ^5.1.1",
311
311
  "@ds-mo/icons ^6.4.0"
312
312
  ],
313
313
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -195,7 +195,7 @@
195
195
  },
196
196
  "peerDependencies": {
197
197
  "required": [
198
- "@ds-mo/tokens ^5.1.0",
198
+ "@ds-mo/tokens ^5.1.1",
199
199
  "@ds-mo/icons ^6.4.0"
200
200
  ],
201
201
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -277,7 +277,7 @@
277
277
  },
278
278
  "peerDependencies": {
279
279
  "required": [
280
- "@ds-mo/tokens ^5.1.0",
280
+ "@ds-mo/tokens ^5.1.1",
281
281
  "@ds-mo/icons ^6.4.0"
282
282
  ],
283
283
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "peerDependencies": {
100
100
  "required": [
101
- "@ds-mo/tokens ^5.1.0",
101
+ "@ds-mo/tokens ^5.1.1",
102
102
  "@ds-mo/icons ^6.4.0"
103
103
  ],
104
104
  "frameworks": "Custom Elements; React 18/19 wrappers; Angular 19-22 standalone adapters."
@@ -6,17 +6,17 @@ export declare class CardOverview {
6
6
  variant: CardOverviewVariant;
7
7
  /** Intrinsic responsive layout, or a page-owned single-column stack. */
8
8
  layout: CardOverviewLayout;
9
- /** Leading summary block. Omit to render the bar without a headline figure. */
9
+ /** Optional nonselectable safety score rendered as the first grid cell. */
10
10
  score: OverviewScore | undefined;
11
- /** Current reporting period, for example `Jun 29, 2026 Jul 26, 2026`. */
11
+ /** Fixed current date or range. Replaced by content in the `period` slot. */
12
12
  periodLabel: string;
13
- /** Comparison caption, for example `vs Previous period`. */
13
+ /** Copy between the current period and comparison control, usually `vs.`. */
14
14
  comparisonLabel: string;
15
- /** Measures rendered in the responsive grid. Only the first six are shown. */
15
+ /** Measures rendered in the responsive grid. Only the first seven are shown. */
16
16
  metrics: OverviewMetric[];
17
17
  /**
18
18
  * Width a metric cell may shrink to before the grid drops a column. The grid
19
- * reflows and then stacks from this alone, so no measurement is required.
19
+ * uses this threshold while choosing an evenly distributed column count.
20
20
  */
21
21
  metricMinWidth: string;
22
22
  /** Replace the score and metrics with skeletons while data resolves. */
@@ -28,9 +28,8 @@ export declare class CardOverview {
28
28
  /**
29
29
  * Page-controlled visual collapse from the full card (`0`) toward its 48px
30
30
  * compact handoff height (`1`). The component preserves its expanded flow
31
- * height, keeps elevation on the shrinking surface, and clips translated
32
- * content internally. The page still owns sticky positioning and the final
33
- * swap to `variant="compact"`.
31
+ * height, keeps the period bar stationary, and moves/clips the grid beneath
32
+ * it. The page still owns sticky positioning and the final compact handoff.
34
33
  */
35
34
  scrollCollapseProgress: number;
36
35
  /** Emitted when a metric that is not inactive is activated. */
@@ -38,16 +37,18 @@ export declare class CardOverview {
38
37
  /** Roving tab stop across selectable metrics. */
39
38
  private focusedMetricIndex;
40
39
  private expandedHeight;
40
+ private gridColumns;
41
41
  private layoutEl?;
42
42
  private layoutResizeObserver;
43
43
  componentDidLoad(): void;
44
44
  componentDidRender(): void;
45
45
  disconnectedCallback(): void;
46
- private get hasScore();
47
46
  private get visibleMetrics();
47
+ private get visibleCellCount();
48
48
  private get resolvedScrollCollapseProgress();
49
49
  private get scrollCollapseGeometry();
50
50
  private observeLayout;
51
+ private updateLayoutGeometry;
51
52
  /** Index of the roving tab stop, skipping inactive metrics. */
52
53
  private get rovingIndex();
53
54
  private selectMetric;
@@ -1,16 +1,28 @@
1
- import type { CardOverviewVariant, OverviewMetric } from './card-overview-types';
1
+ import type { CardOverviewVariant, OverviewMetric, SafetyScoreLevel } from './card-overview-types';
2
2
  export interface CardOverviewCollapseGeometry {
3
3
  active: boolean;
4
4
  expandedHeight: number;
5
5
  offset: number;
6
6
  visibleHeight: number;
7
7
  }
8
+ /**
9
+ * Choose the densest column count that fits without leaving an incomplete row
10
+ * for even cell totals. Odd totals retain the densest fitting layout and may
11
+ * therefore leave an orphan in the final row.
12
+ */
13
+ export declare function resolveOverviewGridColumns(options: {
14
+ cellCount: number;
15
+ availableWidth: number;
16
+ minCellWidth: number;
17
+ maxColumns?: number;
18
+ }): number;
8
19
  export declare function resolveCardOverviewCollapseGeometry(options: {
9
20
  variant: CardOverviewVariant;
10
21
  progress: number;
11
22
  expandedHeight: number;
12
23
  compactHeight: number;
13
24
  }): CardOverviewCollapseGeometry;
25
+ export declare function resolveSafetyScoreLevel(value: string | number): SafetyScoreLevel | undefined;
14
26
  export declare function resolveOverviewRovingIndex(metrics: readonly OverviewMetric[], focusedIndex: number): number;
15
27
  export declare function findNextOverviewMetricIndex(metrics: readonly OverviewMetric[], from: number, step: -1 | 1): number;
16
28
  //# sourceMappingURL=card-overview-controller.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import type { MetricTrend } from '../../utils/metric-change';
2
2
  export type CardOverviewVariant = 'default' | 'compact';
3
3
  export type CardOverviewLayout = 'auto' | 'stacked';
4
+ export type SafetyScoreLevel = 'fair' | 'good' | 'excellent';
4
5
  /**
5
6
  * Leading summary block — the headline figure the rest of the bar contextualises.
6
7
  *
@@ -8,13 +9,18 @@ export type CardOverviewLayout = 'auto' | 'stacked';
8
9
  * product decision rather than a design-system one.
9
10
  */
10
11
  export interface OverviewScore {
11
- /** Category above the figure, for example `Safety score`. */
12
+ /** Category before the trend and figure, for example `Safety score`. */
12
13
  label: string;
13
14
  /** Display-ready headline figure. */
14
15
  value: string | number;
15
16
  /** Change against the comparison period. Omit when there is nothing to report. */
16
17
  trend?: MetricTrend;
17
- /** Qualitative band beneath the figure, for example `Good (67–83)`. */
18
+ /**
19
+ * Safety score color level. Numeric values from 0–100 infer fair (0–50),
20
+ * good (51–80), or excellent (81–100) when this is omitted.
21
+ */
22
+ level?: SafetyScoreLevel;
23
+ /** @deprecated Ignored. The redesigned score cell no longer renders a band. */
18
24
  band?: string;
19
25
  }
20
26
  /** One measure in the overview grid. */
@@ -1,2 +1,2 @@
1
- export type { CardOverviewLayout, CardOverviewVariant, OverviewMetric, OverviewScore, } from './card-overview-types';
1
+ export type { CardOverviewLayout, CardOverviewVariant, OverviewMetric, OverviewScore, SafetyScoreLevel, } from './card-overview-types';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -29,7 +29,7 @@ export declare class Input {
29
29
  size: InputSize;
30
30
  /** Width fit — fill the parent (default) or hug the available content. */
31
31
  width: InputWidth;
32
- /** Show the standard inset border. */
32
+ /** Show the standard inset border, including focused and invalid strokes. */
33
33
  hasBorder: boolean;
34
34
  /** Optional leading icon name. */
35
35
  icon: string | undefined;
@@ -40,7 +40,7 @@ export declare class Select {
40
40
  isLoading: boolean;
41
41
  /** Show the selected interaction fill when a valid value exists. */
42
42
  activeFill: boolean;
43
- /** Show the surface-aware inset border. */
43
+ /** Show the surface-aware inset border, including focused and invalid strokes. */
44
44
  hasBorder: boolean;
45
45
  /** Optional trigger prefix icon name. */
46
46
  icon: string | undefined;
@@ -661,7 +661,7 @@ export namespace Components {
661
661
  }
662
662
  interface DsCardOverview {
663
663
  /**
664
- * Comparison caption, for example `vs Previous period`.
664
+ * Copy between the current period and comparison control, usually `vs.`.
665
665
  * @default ''
666
666
  */
667
667
  "comparisonLabel": string;
@@ -676,12 +676,12 @@ export namespace Components {
676
676
  */
677
677
  "layout": CardOverviewLayout;
678
678
  /**
679
- * Width a metric cell may shrink to before the grid drops a column. The grid reflows and then stacks from this alone, so no measurement is required.
679
+ * Width a metric cell may shrink to before the grid drops a column. The grid uses this threshold while choosing an evenly distributed column count.
680
680
  * @default 'var(--dimension-menu-width-xs)'
681
681
  */
682
682
  "metricMinWidth": string;
683
683
  /**
684
- * Measures rendered in the responsive grid. Only the first six are shown.
684
+ * Measures rendered in the responsive grid. Only the first seven are shown.
685
685
  * @default []
686
686
  */
687
687
  "metrics": OverviewMetric[];
@@ -691,12 +691,12 @@ export namespace Components {
691
691
  */
692
692
  "overviewLabel": string;
693
693
  /**
694
- * Current reporting period, for example `Jun 29, 2026 Jul 26, 2026`.
694
+ * Fixed current date or range. Replaced by content in the `period` slot.
695
695
  * @default ''
696
696
  */
697
697
  "periodLabel": string;
698
698
  /**
699
- * Leading summary block. Omit to render the bar without a headline figure.
699
+ * Optional nonselectable safety score rendered as the first grid cell.
700
700
  */
701
701
  "score": OverviewScore | undefined;
702
702
  /**
@@ -704,7 +704,7 @@ export namespace Components {
704
704
  */
705
705
  "scoreErrorMessage": string | undefined;
706
706
  /**
707
- * Page-controlled visual collapse from the full card (`0`) toward its 48px compact handoff height (`1`). The component preserves its expanded flow height, keeps elevation on the shrinking surface, and clips translated content internally. The page still owns sticky positioning and the final swap to `variant="compact"`.
707
+ * Page-controlled visual collapse from the full card (`0`) toward its 48px compact handoff height (`1`). The component preserves its expanded flow height, keeps the period bar stationary, and moves/clips the grid beneath it. The page still owns sticky positioning and the final compact handoff.
708
708
  * @default 0
709
709
  */
710
710
  "scrollCollapseProgress": number;
@@ -1168,7 +1168,7 @@ export namespace Components {
1168
1168
  "errorMessage": string | undefined;
1169
1169
  "form": string | undefined;
1170
1170
  /**
1171
- * Show the standard inset border.
1171
+ * Show the standard inset border, including focused and invalid strokes.
1172
1172
  * @default true
1173
1173
  */
1174
1174
  "hasBorder": boolean;
@@ -2005,7 +2005,7 @@ export namespace Components {
2005
2005
  */
2006
2006
  "errorMessage": string | undefined;
2007
2007
  /**
2008
- * Show the surface-aware inset border.
2008
+ * Show the surface-aware inset border, including focused and invalid strokes.
2009
2009
  * @default true
2010
2010
  */
2011
2011
  "hasBorder": boolean;
@@ -4482,7 +4482,7 @@ declare namespace LocalJSX {
4482
4482
  }
4483
4483
  interface DsCardOverview {
4484
4484
  /**
4485
- * Comparison caption, for example `vs Previous period`.
4485
+ * Copy between the current period and comparison control, usually `vs.`.
4486
4486
  * @default ''
4487
4487
  */
4488
4488
  "comparisonLabel"?: string;
@@ -4497,12 +4497,12 @@ declare namespace LocalJSX {
4497
4497
  */
4498
4498
  "layout"?: CardOverviewLayout;
4499
4499
  /**
4500
- * Width a metric cell may shrink to before the grid drops a column. The grid reflows and then stacks from this alone, so no measurement is required.
4500
+ * Width a metric cell may shrink to before the grid drops a column. The grid uses this threshold while choosing an evenly distributed column count.
4501
4501
  * @default 'var(--dimension-menu-width-xs)'
4502
4502
  */
4503
4503
  "metricMinWidth"?: string;
4504
4504
  /**
4505
- * Measures rendered in the responsive grid. Only the first six are shown.
4505
+ * Measures rendered in the responsive grid. Only the first seven are shown.
4506
4506
  * @default []
4507
4507
  */
4508
4508
  "metrics"?: OverviewMetric[];
@@ -4516,12 +4516,12 @@ declare namespace LocalJSX {
4516
4516
  */
4517
4517
  "overviewLabel"?: string;
4518
4518
  /**
4519
- * Current reporting period, for example `Jun 29, 2026 Jul 26, 2026`.
4519
+ * Fixed current date or range. Replaced by content in the `period` slot.
4520
4520
  * @default ''
4521
4521
  */
4522
4522
  "periodLabel"?: string;
4523
4523
  /**
4524
- * Leading summary block. Omit to render the bar without a headline figure.
4524
+ * Optional nonselectable safety score rendered as the first grid cell.
4525
4525
  */
4526
4526
  "score"?: OverviewScore | undefined;
4527
4527
  /**
@@ -4529,7 +4529,7 @@ declare namespace LocalJSX {
4529
4529
  */
4530
4530
  "scoreErrorMessage"?: string | undefined;
4531
4531
  /**
4532
- * Page-controlled visual collapse from the full card (`0`) toward its 48px compact handoff height (`1`). The component preserves its expanded flow height, keeps elevation on the shrinking surface, and clips translated content internally. The page still owns sticky positioning and the final swap to `variant="compact"`.
4532
+ * Page-controlled visual collapse from the full card (`0`) toward its 48px compact handoff height (`1`). The component preserves its expanded flow height, keeps the period bar stationary, and moves/clips the grid beneath it. The page still owns sticky positioning and the final compact handoff.
4533
4533
  * @default 0
4534
4534
  */
4535
4535
  "scrollCollapseProgress"?: number;
@@ -5022,7 +5022,7 @@ declare namespace LocalJSX {
5022
5022
  "errorMessage"?: string | undefined;
5023
5023
  "form"?: string | undefined;
5024
5024
  /**
5025
- * Show the standard inset border.
5025
+ * Show the standard inset border, including focused and invalid strokes.
5026
5026
  * @default true
5027
5027
  */
5028
5028
  "hasBorder"?: boolean;
@@ -5936,7 +5936,7 @@ declare namespace LocalJSX {
5936
5936
  */
5937
5937
  "form"?: string;
5938
5938
  /**
5939
- * Show the surface-aware inset border.
5939
+ * Show the surface-aware inset border, including focused and invalid strokes.
5940
5940
  * @default true
5941
5941
  */
5942
5942
  "hasBorder"?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/ui",
3
- "version": "13.4.0",
3
+ "version": "13.5.0",
4
4
  "description": "CompoMo — composable web components styled with TokoMo design tokens",
5
5
  "keywords": [
6
6
  "web-components",
@@ -108,7 +108,7 @@
108
108
  "@angular/core": ">=19 <23",
109
109
  "@angular/forms": ">=19 <23",
110
110
  "@ds-mo/icons": "^6.4.0",
111
- "@ds-mo/tokens": "^5.1.0",
111
+ "@ds-mo/tokens": "^5.1.1",
112
112
  "react": "^18 || ^19",
113
113
  "react-dom": "^18 || ^19",
114
114
  "rxjs": "^7.8.0"
@@ -137,7 +137,7 @@
137
137
  "@angular/forms": "^22.0.7",
138
138
  "@axe-core/playwright": "^4.12.1",
139
139
  "@ds-mo/icons": "^6.4.0",
140
- "@ds-mo/tokens": "^5.1.0",
140
+ "@ds-mo/tokens": "^5.1.1",
141
141
  "@eslint/js": "^10.0.1",
142
142
  "@modelcontextprotocol/client": "^2.0.0",
143
143
  "@modelcontextprotocol/server": "^2.0.0",