@govuk-react/lib
Advanced tools
Comparing version 0.6.0-alpha.0 to 0.6.0-alpha.1
import * as _link from './link'; | ||
export { _link as link }; | ||
import * as _shape from './shape'; | ||
export { _shape as shape }; | ||
import * as _spacing from './spacing'; | ||
@@ -4,0 +6,0 @@ export { _spacing as spacing }; |
"use strict"; | ||
exports.__esModule = true; | ||
exports.typography = exports.spacing = exports.link = void 0; | ||
exports.typography = exports.spacing = exports.shape = exports.link = void 0; | ||
@@ -10,2 +10,6 @@ var _link = _interopRequireWildcard(require("./link")); | ||
var _shape = _interopRequireWildcard(require("./shape")); | ||
exports.shape = _shape; | ||
var _spacing = _interopRequireWildcard(require("./spacing")); | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@govuk-react/lib", | ||
"version": "0.6.0-alpha.0", | ||
"version": "0.6.0-alpha.1", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.6.0-alpha.0", | ||
"@govuk-react/constants": "^0.6.0-alpha.1", | ||
"govuk-colours": "^1.0.3" | ||
@@ -7,0 +7,0 @@ }, |
export * as link from './link'; | ||
export * as shape from './shape'; | ||
export * as spacing from './spacing'; | ||
export * as typography from './typography'; |
Sorry, the diff of this file is not supported yet
186263
46
2162