@useblu/ocean-components
Advanced tools
Comparing version 0.1.0-beta.2 to 0.1.0-beta.3
/// <reference types="react" /> | ||
import Container from './Container'; | ||
import Row from './Row'; | ||
import Col from './Col'; | ||
export { Container, Row, Col }; | ||
declare const _default: { | ||
@@ -3,0 +7,0 @@ Container: import("react").ForwardRefExoticComponent<{ |
@@ -179,3 +179,3 @@ import React from 'react'; | ||
export { index as Grid, Typography }; | ||
export { Col, Container, index as Grid, Row, Typography }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -185,4 +185,7 @@ 'use strict'; | ||
exports.Col = Col; | ||
exports.Container = Container; | ||
exports.Grid = index; | ||
exports.Row = Row; | ||
exports.Typography = Typography; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@useblu/ocean-components", | ||
"version": "0.1.0-beta.2", | ||
"version": "0.1.0-beta.3", | ||
"description": "React components that implement Ocean's Design System.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155325
586