@tokenfoundry/foundry-frontend
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -9,2 +9,3 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } | ||
import { when } from "./grid"; | ||
import { Text } from "./Texts"; | ||
/** | ||
@@ -11,0 +12,0 @@ * We need this "mixin" because <a /> (`Link` and `A`) has not a disabled pseudo-class. |
@@ -16,2 +16,4 @@ "use strict"; | ||
var _Texts = require("./Texts"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
@@ -98,3 +100,3 @@ | ||
}); | ||
var A = (0, _styledComponents["default"])(Text).attrs({ | ||
var A = (0, _styledComponents["default"])(_Texts.Text).attrs({ | ||
as: "a", | ||
@@ -101,0 +103,0 @@ href: "#" |
{ | ||
"name": "@tokenfoundry/foundry-frontend", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "Reusable front end components to be used across Foundry", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
198068
4329