csf icon indicating copy to clipboard operation
csf copied to clipboard

Component Story Format is an open standard for UI component examples based on JavaScript ES6 modules.

Results 36 csf issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.25.9. Release notes Sourced from @​babel/traverse's releases. v7.25.9 (2024-10-22) Thanks @​victorenator for your first PR! :bug: Bug Fix babel-parser, babel-template, babel-types #16905 fix: Keep type...

dependencies

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

https://github.com/ComponentDriven/csf/blob/next/src/story.ts ```ts export interface Parameters { [name: string]: any; } ``` Hi, I was trying to add an `parameters.docs.story.iFrameHeight` option but noticed that parameters is loosely typed. Something like below...

📦 Published PR as canary version: 0.1.12--canary.109.1cc9957.0 :sparkles: Test out this PR locally via: ```bash npm install @storybook/[email protected] # or yarn add @storybook/[email protected] ```