394 Commits

Author SHA1 Message Date
Norbert de Langen
606c00dff9
Merge branch 'next' into norbert/sb-573-addon-actions 2022-09-02 12:20:21 +02:00
Norbert de Langen
9cc9803178
fix typos 2022-09-02 12:01:28 +02:00
Michael Shilman
e1646400e4
Revert "chore: rename prepare script to prep" 2022-09-02 11:26:42 +08:00
Norbert de Langen
9d198e55fa
Merge pull request #19077 from storybookjs/chore/rename-prepare
chore: rename prepare script to prep
2022-09-01 21:16:33 +02:00
Norbert de Langen
15d4a22348
add agnostic stories for addon-viewports 2022-09-01 20:53:27 +02:00
Norbert de Langen
d1be76d6f1
move addon background stories into generic stories 2022-09-01 20:20:46 +02:00
Michael Shilman
bb24ba7d94 Update git head to 7.0.0-alpha.28, update yarn.lock [ci skip] 2022-09-02 00:56:18 +08:00
Michael Shilman
941b85ce04 v7.0.0-alpha.28 2022-09-02 00:52:03 +08:00
Michael Shilman
ae6940800f Update root, peer deps, version.ts/json to 7.0.0-alpha.28 [ci skip] 2022-09-02 00:37:58 +08:00
Norbert de Langen
37d518a0e6
move remaining action stories & cleanup usage of addon-actions everywhere where it serves no further purpose 2022-09-01 16:36:51 +02:00
Katerina Skroumpelou
5c5367b33c chore: rename prepare script to prep 2022-09-01 15:56:01 +03:00
Norbert de Langen
faa0b44715
add stories from official-example 2022-09-01 11:46:57 +02:00
Michael Shilman
ac2182761a Update git head to 7.0.0-alpha.27, update yarn.lock [ci skip] 2022-08-31 11:03:14 +08:00
Michael Shilman
3e33f0709d v7.0.0-alpha.27 2022-08-31 10:58:47 +08:00
Michael Shilman
06bcf80248 Update root, peer deps, version.ts/json to 7.0.0-alpha.27 [ci skip] 2022-08-31 10:22:09 +08:00
Tom Coleman
7eae837fcc Revert changes to exports fields of addons/renderers
All of Node, Webpack and Vite can `import('<pkg>/preview')` etc, as long as the `exports` map is there and setup like so. If the `exports` map is not there, then they can import `node_modules/<pkg>/preview.js` instead.

The issue occurred when an export map existed but Vite tried to import a path that wasn't defined in there.
2022-08-30 14:46:23 +10:00
Michael Arestad
5f421b438d Improved text contrast in Matcher results 2022-08-29 09:07:16 -06:00
Michael Arestad
7e40e8e984 Initial update to the dark theme - required updating some variables in many components 2022-08-26 14:51:01 -06:00
Michael Arestad
99122fb1a7 Update a few addons with the new stats text colors and add them to convert.ts 2022-08-26 09:12:38 -06:00
Michael Arestad
7e89bdb00c Reverted change and added text-specific color variables 2022-08-26 08:51:14 -06:00
Michael Arestad
b296b88a07 Updated Interactions status colors 2022-08-26 08:45:28 -06:00
Michael Shilman
df6da4cc51 Update git head to 7.0.0-alpha.26, update yarn.lock [ci skip] 2022-08-26 19:17:00 +08:00
Michael Shilman
e5c9cfe1d0 v7.0.0-alpha.26 2022-08-26 19:12:35 +08:00
Michael Shilman
d14e1401d3 Update root, peer deps, version.ts/json to 7.0.0-alpha.26 [ci skip] 2022-08-26 18:57:25 +08:00
Michael Arestad
cc476d1c9f Updated A11y tab bar background color 2022-08-25 10:22:35 -06:00
Michael Shilman
03b6c00902 Update git head to 7.0.0-alpha.25, update yarn.lock [ci skip] 2022-08-25 22:49:49 +08:00
Michael Shilman
058af8bac4 v7.0.0-alpha.25 2022-08-25 22:45:32 +08:00
Michael Shilman
402c67c440 Update root, peer deps, version.ts/json to 7.0.0-alpha.25 [ci skip] 2022-08-25 22:32:13 +08:00
Michael Shilman
b049235a99 Merge branch 'next' into vite-frameworks-clean 2022-08-25 02:32:51 +08:00
Michael Shilman
34f013ff26 Update git head to 7.0.0-alpha.24, update yarn.lock [ci skip] 2022-08-24 11:57:58 +08:00
Michael Shilman
e3232cb426 v7.0.0-alpha.24 2022-08-24 11:53:12 +08:00
Michael Shilman
44dd316104 Update root, peer deps, version.ts/json to 7.0.0-alpha.24 [ci skip] 2022-08-24 11:39:37 +08:00
Michael Shilman
d5417d1c19 Merge branch 'next' into vite-frameworks-clean 2022-08-24 02:01:16 +08:00
Norbert de Langen
82f841e21e
Merge pull request #18852 from blakegearin/achromatomaly-removal
Remove achromatomaly color filter
2022-08-23 16:17:50 +02:00
Norbert de Langen
5483e23635
Merge branch 'next' into achromatomaly-removal 2022-08-23 15:43:27 +02:00
Norbert de Langen
c9d0d67478
Merge branch 'next' into feat/addons-actions-tsup
# Conflicts:
#	code/addons/actions/package.json
2022-08-23 15:34:56 +02:00
Michael Shilman
0c6c05e3e4 Merge branch 'next' into vite-frameworks-clean 2022-08-23 18:24:14 +08:00
Norbert de Langen
c25ac1c993
Merge branch 'next' into tech/root-change 2022-08-23 12:13:39 +02:00
Michael Shilman
c9cffa0ae4 Merge branch 'next' into vite-frameworks 2022-08-22 21:42:01 +08:00
Michael Shilman
95679f0ab8
Revert "Build: Rename prepare to prep for npm8 and verdaccio" 2022-08-22 20:01:07 +08:00
Michael Shilman
0b9123bd70 Merge branch 'next' into vite-frameworks 2022-08-22 18:12:26 +08:00
Norbert de Langen
249b1306cc
Merge branch 'next' into tech/root-change 2022-08-22 11:51:28 +02:00
Michael Shilman
8a0029d32e Merge branch 'next' into vite-frameworks 2022-08-22 17:02:30 +08:00
Michael Shilman
3f21366145 Build: Rename prepare to prep for npm8 and verdaccio 2022-08-22 16:33:45 +08:00
luciana-mendonca
a2d4e74e0c build(addon-viewport): use ts-up to build addon-viewport 2022-08-22 09:26:18 +02:00
Gert Hengeveld
bfa4326ed5 Merge branch 'next' into ghengeveld/ap-1859-generic-step-function 2022-08-19 16:19:04 +02:00
Michael Shilman
65e222d619 Update git head to 7.0.0-alpha.23, update yarn.lock [ci skip] 2022-08-18 20:35:40 +08:00
Michael Shilman
0900e20acf v7.0.0-alpha.23 2022-08-18 20:31:31 +08:00
Michael Shilman
8fcebb2062 Update root, peer deps, version.ts/json to 7.0.0-alpha.23 [ci skip] 2022-08-18 20:21:34 +08:00
Michael Shilman
148f601b5f Update git head to 7.0.0-alpha.22, update yarn.lock [ci skip] 2022-08-18 20:00:19 +08:00