23 Commits

Author SHA1 Message Date
Jonathan Cousins
e13656a9f5
fix (addons/viewport): viewport iframe dimensions
Use `boxSizing: 'content-box'` to override the global box-sizing rule
and allow the storybook preview iframe to have the specified dimensions
from the viewport addon config.

Fixes #5927
2019-03-09 23:01:05 +00:00
Luke Glazebrook
e8303e270c Change viewport styling to more closely match v4
Styling for addon-viewport iframe was a 10px black border which was a
little intrusive when working on stories. This commit changes the iframe
style to a more familiar style that mimics v4 with horizontal centering
and a subtle box-shadow.
2019-03-09 00:28:50 +00:00
Tom Coleman
cfdffd1b7e ADD Allow disabling viewport per-story
Not sure why you'd want this, but it makes sense to support it.
2019-03-04 12:36:32 +11:00
Tom Coleman
a5dd722190 ADD more warnings to the viewport tool 2019-03-04 12:34:36 +11:00
Tom Coleman
6dfa51a6ef ADD some better upgrade messages 2019-03-04 12:30:44 +11:00
Tom Coleman
3db6b12103 FIX restore default viewport behaviour
Also restore using the `viewport` key, and enforce the viewport parameter to be a object.
2019-03-04 12:22:13 +11:00
Norbert de Langen
7f90abe360 ADD active indicators to addon-background tool & addon-viewport tool 2019-02-25 13:07:38 +01:00
domyen
0d3667061f Improve readability of Viewports addons list items 2019-02-21 15:15:36 -05:00
Norbert de Langen
04d5f4d79a FIX rotate function of ViewportTool 2019-02-21 02:20:55 +01:00
Norbert de Langen
4094d7b7f6 FIX typo 2019-02-07 09:36:29 +01:00
Norbert de Langen
083125e564 FIX tooltip things 2019-02-06 17:29:00 +01:00
Norbert de Langen
844c6021bf FIX Tools after merge 2019-02-05 12:31:48 +01:00
Norbert de Langen
280552deae Merge branch 'next' into v5-style-refinements
# Conflicts:
#	addons/backgrounds/src/Tool.js
#	addons/viewport/src/Tool.js
2019-02-05 02:51:56 +01:00
Norbert de Langen
e2c2325f84 IMPROVE readability of tool addons 2019-02-04 15:14:32 +01:00
domyen
af4b990dc9 Replace Menu with Tooltip
Pass data instead of composing the menu in situ each time its used
2019-02-02 16:55:33 -05:00
Norbert de Langen
a86e25f040 FIX tool addons, no longer needing a direct reference to the iframe
- using global styles instead, which is marginally better
2019-02-01 14:13:16 +01:00
domyen
e3e0eba826 Update snapshots and fix tests 2019-01-31 17:14:20 -05:00
Norbert de Langen
ae9e32f8d0
MIGRATE to wrap emotion into a @storybook/theming package
- This ensures a single version
- This adds a good place to add themes
- Addons can take a dependency on something storybook
- We could migrate to another styling lib without asking all users to migrate with us
2019-01-14 22:48:33 +01:00
Michael Shilman
cc3056a6a6 Deprecate onStory 2019-01-11 16:58:11 +08:00
Norbert de Langen
e048a7c8b3
FIX more linting && FIX cyclic dependencies 2018-12-18 14:28:24 +01:00
Norbert de Langen
22059f92d7
FIX iframe business, get the iframe once 2018-12-11 13:05:38 +01:00
Norbert de Langen
1ee249f332
REFACTOR addon-background 2018-12-06 15:53:36 +01:00
Norbert de Langen
f940f87490
REFACTOR viewports to use addParameters & only render tool 2018-12-06 12:02:21 +01:00