358 Commits

Author SHA1 Message Date
domyen
126017cd32 Fix interaction test 2022-08-17 12:49:58 -06:00
domyen
6cffc6601d Add back styling for theme visual testing 2022-08-17 12:49:58 -06:00
domyen
44488e6b4b Expand height of menu tooltip list to prevent scrollbars 2022-08-17 12:49:58 -06:00
domyen
0e471ab8d2 MenuButton: remove isHighlighted and fix stories 2022-08-17 12:49:58 -06:00
domyen
5d588dc592 Refine shadow/border on container.tsx 2022-08-17 12:49:58 -06:00
Michael Arestad
455a55514f Update MenuButton to use IconButton instead 2022-08-17 12:49:43 -06:00
domyen
ff0e4c5e88 Tweak search styling 2022-08-17 12:47:19 -06:00
domyen
da0cb9bab7 Fine tune the drag handles & fix a regression 2022-08-17 12:47:19 -06:00
Michael Arestad
121b3933f4 Fixes border radius clipping 2022-08-17 12:47:19 -06:00
Michael Arestad
bd59f8ca76 Removed test code and fixed panel width 2022-08-17 12:47:19 -06:00
Michael Arestad
399f5601a9 Initial update to layout 2022-08-17 12:46:55 -06:00
Yann Braga
09ba03a1a3
Merge pull request #18948 from storybookjs/feat/add-overrides-to-pkg-manager
Repros: Add ability to generate repros using local registry
2022-08-17 16:36:29 +02:00
Yann Braga
bdd5b25612 fix descruturing undefined in constructor in jspackagemanager 2022-08-17 16:22:16 +02:00
Michael Shilman
693da5542e
Merge pull request #18942 from storybookjs/feat/improved-package-manager
CLI: Move write/read package json into JsPackageManager
2022-08-17 22:02:19 +08:00
Michael Shilman
0cb7baa534 Fix undefined npm registry URL 2022-08-17 22:00:20 +08:00
Michael Shilman
873feb549d Fix local registry repro creation (cwd bug) 2022-08-17 21:07:13 +08:00
Gert Hengeveld
9bd934ad2d Update test 2022-08-17 14:39:36 +02:00
Gert Hengeveld
5c0755fdfd Flip boolean arg to have workable fallback 2022-08-17 14:23:49 +02:00
Gert Hengeveld
8de394892f Merge branch 'next' into ghengeveld/ap-1859-generic-step-function 2022-08-17 13:46:23 +02:00
Gert Hengeveld
cd0fe4e6b1 Fix debugger behavior by ensuring we sync then jumping to the start 2022-08-17 12:37:50 +02:00
Michael Shilman
ef96eecb86 PackageManager: Add getRegistryURL 2022-08-17 18:31:49 +08:00
Michael Shilman
49d4a68e21 PackageManager: Add ability to run in a cwd 2022-08-17 18:31:02 +08:00
Michael Shilman
1c3b6ec06c Update git head to 7.0.0-alpha.21, update yarn.lock [ci skip] 2022-08-17 10:30:05 +08:00
Michael Shilman
d8cdc5b21a v7.0.0-alpha.21 2022-08-17 10:26:07 +08:00
Michael Shilman
8638c65eed Update root, peer deps, version.ts/json to 7.0.0-alpha.21 [ci skip] 2022-08-17 10:02:29 +08:00
Michael Shilman
820b8e4fd4 Merge branch 'next' into update-every-icon 2022-08-17 08:42:12 +08:00
Michael Arestad
f1fb9af427 Updated bookmark, bookmarkhollow, document, and folder icons 2022-08-16 12:05:19 -06:00
Yann Braga
a13f330517 add setRegistryURL to jspackagemanager 2022-08-16 12:15:55 +02:00
Gert Hengeveld
b3585b9043 Remove log statement 2022-08-16 11:45:02 +02:00
Gert Hengeveld
18dea52f53 Fix interactions count with collapsed items 2022-08-16 11:44:53 +02:00
Gert Hengeveld
44b17e913b Merge branch 'next' into ghengeveld/ap-1859-generic-step-function 2022-08-16 11:25:34 +02:00
Yann Braga
e3a7dbfb97 add package resolutions command to jspackagemanager 2022-08-16 11:02:31 +02:00
Yann Braga
77bf613674 refactor: move write/read package json into JsPackageManager 2022-08-16 10:36:46 +02:00
Michael Shilman
06ffa2989c Update git head to 7.0.0-alpha.20, update yarn.lock [ci skip] 2022-08-16 03:42:53 +08:00
Michael Shilman
a6c00d2ebe v7.0.0-alpha.20 2022-08-16 03:38:31 +08:00
Michael Shilman
68787379ca Update root, peer deps, version.ts/json to 7.0.0-alpha.20 [ci skip] 2022-08-16 03:23:44 +08:00
Michael Shilman
c8f8dfb6a4 Fix typescript types 2022-08-16 03:21:52 +08:00
Gert Hengeveld
ff5e9e8d40 Nobody cares about the number of items to hide 2022-08-15 16:54:45 +02:00
Gert Hengeveld
60c6653da8 Fix collapse to bust memoization 2022-08-15 16:53:19 +02:00
Gert Hengeveld
d76bbba231 Fix interactions count 2022-08-15 16:07:19 +02:00
Michael Shilman
df4bb6b143
Merge pull request #18919 from storybookjs/yann/sb-467-auto-migration-for-new-frameworks
CLI: Automigration for new frameworks
2022-08-15 19:46:40 +08:00
Yann Braga
c0a47e1680 fix new-frameworks logic 2022-08-15 13:09:31 +02:00
Yann Braga
441d432882 fix core builder logic in new-frameworks automigration 2022-08-15 13:02:32 +02:00
Yann Braga
e54e22a6f2 log the error with stack trace in automigration 2022-08-15 13:02:02 +02:00
Michael Shilman
fcc4dca1e3 Extend new frameworks automigration to include Webpack4 2022-08-15 18:42:12 +08:00
Michael Shilman
2daff5d391
Merge pull request #18932 from storybookjs/shilman/e2e-playwright-tests
Convert cypress e2e tests to playwright
2022-08-15 13:34:56 +08:00
Michael Shilman
40746a328f CI: Disable Angular repro template 2022-08-15 13:12:55 +08:00
Michael Shilman
d93be78b98
Merge pull request #18934 from storybookjs/shilman/add-angular-repro-template
Angular: Add renderer components / stories
2022-08-15 12:03:28 +08:00
Michael Shilman
03aebc9fdb Merge branch 'next' into shilman/add-angular-repro-template 2022-08-15 11:40:12 +08:00
Michael Shilman
dd7db82cab Angular: Add renderer components / stories 2022-08-15 11:39:55 +08:00