@oasislabs/style
Advanced tools
Comparing version 1.0.0-rc.9 to 1.0.0-rc.10
@@ -32,3 +32,24 @@ import OMessage from './OMessage.vue'; | ||
export const Success = () => ({ | ||
render: h => <OMessage color="success" headerText="Connected!" />, | ||
render: h => ( | ||
<div style="height: 200vh;"> | ||
<OMessage | ||
color="success" | ||
headerText="Connected!" | ||
value="true" | ||
/> | ||
</div> | ||
), | ||
}); | ||
export const Global = () => ({ | ||
render: h => ( | ||
<div style="height: 200vh;"> | ||
<OMessage | ||
global | ||
color="success" | ||
headerText="Globally visible, even if scrolled down" | ||
value="true" | ||
/> | ||
</div> | ||
), | ||
}); |
{ | ||
"name": "@oasislabs/style", | ||
"version": "1.0.0-rc.9", | ||
"version": "1.0.0-rc.10", | ||
"description": "Oasis Labs Styling", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
766582
488