Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oasislabs/style

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oasislabs/style - npm Package Compare versions

Comparing version 1.0.0-rc.9 to 1.0.0-rc.10

23

components/vue/OMessage.stories.js

@@ -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>
),
});

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc