@alfabank/core-paragraph
Advanced tools
Comparing version
@@ -1,10 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.THEMES = exports.SIZES = void 0; | ||
var SIZES = ['xs', 's', 'm', 'l', 'xl', 'xxl']; | ||
exports.SIZES = SIZES; | ||
var THEMES = ['white', 'blue']; | ||
exports.THEMES = THEMES; | ||
export const SIZES = ['xs', 's', 'm', 'l', 'xl', 'xxl']; | ||
export const THEMES = ['white', 'blue']; |
@@ -1,13 +0,3 @@ | ||
"use strict"; | ||
import Paragraph from './paragraph'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _paragraph = _interopRequireDefault(require("./paragraph")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _default = _paragraph.default; | ||
exports.default = _default; | ||
export default Paragraph; |
{ | ||
"name": "@alfabank/core-paragraph", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "core-paragraph", | ||
@@ -8,3 +8,4 @@ "main": "build/index.js", | ||
"prepublish": "yarn build", | ||
"build": "postcss src/**/*.css -d ./build --base src && babel ./src --out-dir ./build --ignore __tests__,__mocks__" | ||
"copy": "rm -R -f ./build/ && cp -R ./src/ ./build && rm -R -f ./build/__tests__", | ||
"build": "yarn copy" | ||
}, | ||
@@ -23,3 +24,8 @@ "author": "", | ||
}, | ||
"gitHead": "7613dc23a728247d7c3945d2e557a67534637910" | ||
"files": [ | ||
"build/", | ||
"*.js", | ||
"*.jsx" | ||
], | ||
"gitHead": "86c8cb25928e2e56d5e4225e963f721717048b4c" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4275
-76.53%8
-38.46%78
-82.11%1
Infinity%