@storybook/addon-onboarding 0.0.37-canary.61.7bc5014.0 → 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manager.mjs +6 -3
- package/package.json +1 -1
package/dist/manager.mjs
CHANGED
|
@@ -264,15 +264,18 @@ var jo=Object.defineProperty;var a=(t,o)=>()=>(t&&(o=t(t=0)),o);var $o=(t,o)=>{f
|
|
|
264
264
|
margin: 0;
|
|
265
265
|
}
|
|
266
266
|
`,E=styled.span`
|
|
267
|
-
display: inline-
|
|
267
|
+
display: inline-flex;
|
|
268
268
|
border-radius: 3px;
|
|
269
|
-
padding:
|
|
269
|
+
padding: 0 5px;
|
|
270
|
+
height: 18px;
|
|
270
271
|
opacity: 0.8;
|
|
271
272
|
font-family: ${({theme:t})=>t.typography.fonts.mono};
|
|
272
|
-
font-size:
|
|
273
|
+
font-size: 11px;
|
|
273
274
|
border: 1px solid #ecf4f9;
|
|
274
275
|
color: ${({theme:t})=>t.color.darkest};
|
|
275
276
|
background-color: #f7fafc;
|
|
277
|
+
box-sizing: border-box;
|
|
278
|
+
line-height: 17px;
|
|
276
279
|
`,A=styled.img`
|
|
277
280
|
max-width: 100%;
|
|
278
281
|
margin-top: 1em;
|