Skip to content

Bump @codebar-ag/storybook from v1.9.8 to v1.13.0 - #16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codebar-ag/storybook-v1.13.0
Open

Bump @codebar-ag/storybook from v1.9.8 to v1.13.0#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codebar-ag/storybook-v1.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @codebar-ag/storybook from v1.9.8 to v1.13.0.

Release notes

Sourced from @​codebar-ag/storybook's releases.

v1.13.0

Added

  • A map icon (Heroicons 24 outline, a folded three-panel map), bringing the registry to 29 names.

    The gap it fills: nothing in the set stood for a diagram of a whole structure. chart is bars — quantities, not topology — and the nearest alternatives (document, code, link) each name a piece rather than the picture. A consumer opening an overview of how its parts connect had no honest glyph to hang it on, and a bar chart on a button that opens a node graph misdescribes what is behind it.

    Purely additive: no existing name changes, and IconName widens by one.

v1.12.0

Added

  • DescriptionList gained a layout prop (gutter | rows, default gutter). gutter is the shape it has always had: the label sits in a fixed w-36 column so every value starts on the same x, which is what a sidebar-width list wants. That gutter is also a wrap machine — any label longer than 9rem ("Workspace-wide rate limit multiplier") breaks over two or three lines beside a value of "4", which is how a full-width card of short numbers ends up ragged. rows gives the label as much width as it needs (whitespace-nowrap, so it never wraps), pushes the value to the far edge, and rules a line under each pair: one entry per line, however long the label runs.

    The prop is on the list, not the item — a list whose rows disagree about where the value sits is not a list. DescriptionItem picks the shape up through provide/inject, and an item rendered outside a list falls back to gutter.

    Consumers need no change. The prop defaults to today's behaviour, and a list that passes nothing renders exactly the markup it did before.

v1.11.0

Added

  • Modal gained an lg size (md | lg | full, default md). max-w-3xl instead of max-w-lg, sizing its own height exactly as md does — only wider.

    The gap it fills: md is reading width, and the only step up was full, which stretches the panel to the entire viewport and scrolls the body slot. Content that is intrinsically wide but not tall — a small table, fields side by side, a list of dotted key paths like document.dossier.custom_field_3 — fits neither. Forced into full, a six-line dialog renders as a full-screen panel with its content stranded at

... (truncated)

Changelog

Sourced from @​codebar-ag/storybook's changelog.

v1.13.0

Added

  • A map icon (Heroicons 24 outline, a folded three-panel map), bringing the registry to 29 names.

    The gap it fills: nothing in the set stood for a diagram of a whole structure. chart is bars — quantities, not topology — and the nearest alternatives (document, code, link) each name a piece rather than the picture. A consumer opening an overview of how its parts connect had no honest glyph to hang it on, and a bar chart on a button that opens a node graph misdescribes what is behind it.

    Purely additive: no existing name changes, and IconName widens by one.

v1.12.0

Added

  • DescriptionList gained a layout prop (gutter | rows, default gutter). gutter is the shape it has always had: the label sits in a fixed w-36 column so every value starts on the same x, which is what a sidebar-width list wants. That gutter is also a wrap machine — any label longer than 9rem ("Workspace-wide rate limit multiplier") breaks over two or three lines beside a value of "4", which is how a full-width card of short numbers ends up ragged. rows gives the label as much width as it needs (whitespace-nowrap, so it never wraps), pushes the value to the far edge, and rules a line under each pair: one entry per line, however long the label runs.

    The prop is on the list, not the item — a list whose rows disagree about where the value sits is not a list. DescriptionItem picks the shape up through provide/inject, and an item rendered outside a list falls back to gutter.

    Consumers need no change. The prop defaults to today's behaviour, and a list that passes nothing renders exactly the markup it did before.

v1.11.0

Added

  • Modal gained an lg size (md | lg | full, default md). max-w-3xl instead of max-w-lg, sizing its own height exactly as md does — only wider.

    The gap it fills: md is reading width, and the only step up was full, which stretches the panel to the entire viewport and scrolls the body slot. Content that is intrinsically wide but not tall — a small table, fields

... (truncated)

Commits
  • 8fa25f7 Merge pull request #21 from codebar-ag/feat/map-icon
  • c8eb1a7 Add a map icon to the registry
  • 8b3f515 Merge pull request #20 from codebar-ag/feat/description-list-rows-layout
  • 38f2614 Let DescriptionList pick a row shape
  • 1da3efd Merge pull request #19 from codebar-ag/feat/modal-lg-size
  • 4f2f817 Give Modal a size between reading width and full screen
  • 58239f1 Merge pull request #18 from codebar-ag/feat/datatable-row-detail-slot
  • 6e6d923 Let DataTable render a detail block beneath each row
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@codebar-ag/storybook](https://github.com/codebar-ag/storybook.codebar.ch) from v1.9.8 to v1.13.0.
- [Release notes](https://github.com/codebar-ag/storybook.codebar.ch/releases)
- [Changelog](https://github.com/codebar-ag/storybook.codebar.ch/blob/main/CHANGELOG.md)
- [Commits](codebar-ag/storybook.codebar.ch@091ad42...8fa25f7)

---
updated-dependencies:
- dependency-name: "@codebar-ag/storybook"
  dependency-version: 8fa25f76e6571800be42f753db406bbcedff8be6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants