@useblu/ocean-react
Advanced tools
Comparing version 1.26.0 to 1.26.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.26.1](https://github.com/ocean-ds/ocean-web/compare/v1.26.0...v1.26.1) (2022-01-18) | ||
**Note:** Version bump only for package @useblu/ocean-react | ||
# [1.26.0](https://github.com/ocean-ds/ocean-web/compare/v1.25.2...v1.26.0) (2021-12-17) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.26.0", | ||
"version": "1.26.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.", |
@@ -1,9 +0,11 @@ | ||
import React from 'react'; | ||
import React, { ReactElement } from 'react'; | ||
interface TopBarProps { | ||
onSearch?: () => void; | ||
onBack?: () => void; | ||
leftIcon: ReactElement; | ||
title: string; | ||
description?: string; | ||
variants?: 'default' | 'extended'; | ||
color?: 'light' | 'default'; | ||
color?: 'off' | 'on'; | ||
scrollBar?: boolean; | ||
} | ||
@@ -10,0 +12,0 @@ declare const TopBar: React.FC<TopBarProps>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3288095
16083