339 Commits

Author SHA1 Message Date
Michael Shilman
f03e042419 Update git head to 7.0.0-beta.51, update yarn.lock [ci skip] 2023-02-20 23:05:49 +08:00
Michael Shilman
92ae17be35 v7.0.0-beta.51 2023-02-20 23:04:31 +08:00
Norbert de Langen
932fc56b87
Merge pull request #21021 from yamanoku/fix-sidebar-skip-to-canvas-link-style
fix: skip to canvas link style
2023-02-20 10:01:31 +01:00
Michael Shilman
980fe8c8d3 Update git head to 7.0.0-beta.50, update yarn.lock [ci skip] 2023-02-18 00:11:23 +08:00
Michael Shilman
ecbe308bda v7.0.0-beta.50 2023-02-18 00:09:59 +08:00
Norbert de Langen
626eea29cd
Merge branch 'next' into fix-sidebar-skip-to-canvas-link-style 2023-02-16 18:14:57 +01:00
Michael Shilman
c067c5a9fc Update git head to 7.0.0-beta.49, update yarn.lock [ci skip] 2023-02-17 00:28:00 +08:00
Michael Shilman
a2b4f0b42e v7.0.0-beta.49 2023-02-17 00:26:12 +08:00
Michael Shilman
440c040893 Update git head to 7.0.0-beta.48, update yarn.lock [ci skip] 2023-02-15 19:47:12 +08:00
Michael Shilman
8c9765f9cd v7.0.0-beta.48 2023-02-15 19:45:28 +08:00
Yann Braga
77dfa012c4 make interactions debugger the default behavior of the addon 2023-02-15 11:37:53 +01:00
Norbert de Langen
918a2f43b3
apply the NX auto migration 2023-02-14 13:57:07 +01:00
Michael Shilman
2aebfa29b3 Update git head to 7.0.0-beta.47, update yarn.lock [ci skip] 2023-02-14 00:40:15 +08:00
Michael Shilman
a591d8eb57 v7.0.0-beta.47 2023-02-14 00:38:53 +08:00
Michael Shilman
5aef996bf9 Update git head to 7.0.0-beta.46, update yarn.lock [ci skip] 2023-02-11 00:41:44 +08:00
Michael Shilman
ddbb9cfded v7.0.0-beta.46 2023-02-11 00:40:15 +08:00
Michael Shilman
0878bcd1f1 Update git head to 7.0.0-beta.45, update yarn.lock [ci skip] 2023-02-09 11:00:25 +08:00
Michael Shilman
c7fdb03a40 v7.0.0-beta.45 2023-02-09 10:58:59 +08:00
yamanoku
a7c2f48782 fix: skip to canvas link style 2023-02-09 10:12:55 +09:00
Michael Shilman
1f62f41d61 Merge branch 'next' of github.com:storybookjs/storybook into next 2023-02-08 00:28:25 +08:00
Michael Shilman
cd5abae631 Update git head to 7.0.0-beta.44, update yarn.lock [ci skip] 2023-02-08 00:15:29 +08:00
Michael Shilman
cb3de6c33a v7.0.0-beta.44 2023-02-08 00:13:50 +08:00
Valentin Palkovic
882330a424 Change default behaviour of Tooltip trigger to 'click' 2023-02-07 16:03:23 +01:00
Valentin Palkovic
e5668ffc8e Menu design upgrades
1. Icons are always on the left. If there is one icon in a menu item, every other menu item will have an indent to match the space of the icon as seen in the Storybook menu.
2. If there are no icons, the item label is not indented.
3. There is a node on the right of each menu item that can be populated with keyboard shortcuts, illustrations, etc.
4. Active items (denoted with a checkmark) will be both bold and blue.
5. There will be an optional `description` text node that will be below the item label.
6. Keyboard shortcuts will list all commands in one container.
7. The decorative menu tooltip arrows are no longer shown.
2023-02-06 16:28:41 +01:00
Michael Shilman
b84e01a563 Update git head to 7.0.0-beta.43, update yarn.lock [ci skip] 2023-02-04 17:16:26 +08:00
Michael Shilman
b1b7c2bc99 v7.0.0-beta.43 2023-02-04 17:15:16 +08:00
Michael Shilman
87cc22de12 Update git head to 7.0.0-beta.42, update yarn.lock [ci skip] 2023-02-04 12:27:53 +08:00
Michael Shilman
0b8d11c617 v7.0.0-beta.42 2023-02-04 12:26:43 +08:00
Valentin Palkovic
47342af26d
Merge pull request #20783 from storybookjs/valentin/ui-improvements
Tab UI Improvements
2023-02-03 15:44:30 +01:00
Michael Shilman
898cee2081 Update git head to 7.0.0-beta.41, update yarn.lock [ci skip] 2023-02-03 21:27:11 +08:00
Michael Shilman
b73df3011f v7.0.0-beta.41 2023-02-03 21:26:05 +08:00
Norbert de Langen
505a5af06a
Merge pull request #20846 from storybookjs/valentin/add-nunito-sans
Add nunito sans font
2023-02-02 15:08:52 +01:00
Michael Shilman
15e14b85b9 Update git head to 7.0.0-beta.40, update yarn.lock [ci skip] 2023-02-02 11:40:56 +08:00
Michael Shilman
9c68cc3a66 v7.0.0-beta.40 2023-02-02 11:39:38 +08:00
Michael Shilman
ed1b8b8b19 Update git head to 7.0.0-beta.39, update yarn.lock [ci skip] 2023-02-01 23:57:11 +08:00
Michael Shilman
96d4845118 v7.0.0-beta.39 2023-02-01 23:55:24 +08:00
Valentin Palkovic
7383c1160a Fix snapshot diff 2023-02-01 15:16:33 +01:00
Valentin Palkovic
87f8101a52 Fix Story 2023-02-01 15:16:33 +01:00
Valentin Palkovic
bf3ea262ec Use ResizeObserver instead of observing the window width 2023-02-01 15:16:32 +01:00
Valentin Palkovic
8ab49a0f5c Tab UI Improvements 2023-02-01 15:16:32 +01:00
Michael Arestad
c10df2e109 Updated typefaces and removed black typeface in favor of bold 2023-01-31 17:29:20 -07:00
Norbert de Langen
fdcd2b592e
Merge branch 'next' into valentin/add-nunito-sans 2023-01-31 10:13:47 +01:00
Norbert de Langen
ea6dffba23
add the font for the storybook manager UI, add a reference to it in the template
Co-authored-by: Valentin Palkovic <valentin@chromatic.com>
2023-01-31 10:13:16 +01:00
Michael Shilman
cb1cb566b7 Update git head to 7.0.0-beta.38, update yarn.lock [ci skip] 2023-01-31 16:58:47 +08:00
Michael Shilman
91302a6818 v7.0.0-beta.38 2023-01-31 16:57:30 +08:00
Michael Shilman
a30b991777 v7.0.0-beta.37 2023-01-31 16:53:10 +08:00
Norbert de Langen
8a94cee92d
fix 2023-01-30 15:14:44 +01:00
Norbert de Langen
f5d8eaccae
fix issue with types after update && fix linting 2023-01-30 14:45:30 +01:00
Michael Shilman
b6b51d5a2a Update git head to 7.0.0-beta.36, update yarn.lock [ci skip] 2023-01-28 11:30:40 +08:00
Michael Shilman
5268eb0fa2 v7.0.0-beta.36 2023-01-28 11:29:32 +08:00