@remato/design-system
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -29,2 +29,3 @@ /** | ||
blue500: string; | ||
blue300: string; | ||
blue200: string; | ||
@@ -31,0 +32,0 @@ blue100: string; |
@@ -31,2 +31,3 @@ "use strict"; | ||
blue500: '#0e86f5', | ||
blue300: '#86c2fa', | ||
blue200: '#c3e1fc', | ||
@@ -33,0 +34,0 @@ blue100: '#e7f3fe', |
@@ -1,1 +0,1 @@ | ||
export { default as colors } from './colors.js'; | ||
export { default as colors } from './colors'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.colors = void 0; | ||
var colors_js_1 = require("./colors.js"); | ||
Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return colors_js_1.default; } }); | ||
var colors_1 = require("./colors"); | ||
Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return colors_1.default; } }); |
{ | ||
"name": "@remato/design-system", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"main": "lib/index.js", | ||
@@ -11,3 +11,4 @@ "types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -17,5 +18,5 @@ "devDependencies": { | ||
"@remato/stylelint-config": "git+ssh://git@github.com/rematocorp/stylelint-config.git#master", | ||
"stylelint": "^13.9.0", | ||
"typescript": "^4.1.3" | ||
"stylelint": "^13.12.0", | ||
"typescript": "^4.2.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
3920
96