armstrong-react
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -12,3 +12,3 @@ export { IIconProps, Icon } from "./components/display/icon"; | ||
export { IContainerProps, Container } from "./components/layout/container"; | ||
export { IGrid, Grid, IRow, Row, ICol, Col, SingleColumnRow } from "./components/layout/grid"; | ||
export { IGrid, Grid, IRow, Row, ICol, Col, SingleColumnRow, FixedCentralColumnRow } from "./components/layout/grid"; | ||
export { HeadingElementType, HeadingStyleType, IHeadingProps, Heading } from "./components/text/heading"; | ||
@@ -15,0 +15,0 @@ export { TextElementType, ITextProps, Text } from "./components/text/text"; |
@@ -29,2 +29,3 @@ "use strict"; | ||
exports.SingleColumnRow = grid_1.SingleColumnRow; | ||
exports.FixedCentralColumnRow = grid_1.FixedCentralColumnRow; | ||
var heading_1 = require("./components/text/heading"); | ||
@@ -31,0 +32,0 @@ exports.Heading = heading_1.Heading; |
{ | ||
"name": "armstrong-react", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Rocketmakers Armstrong library of React components", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
331265
9065