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

@useblu/ocean-react

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useblu/ocean-react - npm Package Compare versions

Comparing version 1.29.0 to 1.29.1

4

Badge/Badge.d.ts

@@ -8,4 +8,4 @@ import React from 'react';

declare const Badge: React.ForwardRefExoticComponent<{
variation?: "small" | "tiny" | "medium" | undefined;
color?: "alert" | "complementary" | "brand" | "neutral" | undefined;
variation?: "tiny" | "small" | "medium" | undefined;
color?: "brand" | "complementary" | "alert" | "neutral" | undefined;
count?: number | undefined;

@@ -12,0 +12,0 @@ } & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;

@@ -6,2 +6,8 @@ # Change Log

## [1.29.1](https://github.com/ocean-ds/ocean-web/compare/v1.29.0...v1.29.1) (2022-02-24)
### Bug Fixes
- **button:** add hover transition to icon button variant. ([#923](https://github.com/ocean-ds/ocean-web/issues/923)) ([c3b94d6](https://github.com/ocean-ds/ocean-web/commit/c3b94d66f278a286c76731c5114562da0a671b30))
# [1.29.0](https://github.com/ocean-ds/ocean-web/compare/v1.28.0...v1.29.0) (2022-02-24)

@@ -8,0 +14,0 @@

{
"name": "@useblu/ocean-react",
"version": "1.29.0",
"version": "1.29.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.",

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