@orfium/ictinus
Advanced tools
Comparing version 0.13.1 to 1.0.0
@@ -1,8 +0,13 @@ | ||
## [0.13.1](https://github.com/Orfium/orfium-ictinus/compare/v0.13.0...v0.13.1) (2020-11-12) | ||
# [1.0.0](https://github.com/Orfium/orfium-ictinus/compare/v0.13.1...v1.0.0) (2020-11-17) | ||
### Bug Fixes | ||
### Features | ||
* **table:** small problem with selecting ids causing problem to show top right area ([0775c0a](https://github.com/Orfium/orfium-ictinus/commit/0775c0a43cb3899edc2f45b76876b14e37b9b4c2)) | ||
* add new blue color and info is set to darkBlue ([b59bb6d](https://github.com/Orfium/orfium-ictinus/commit/b59bb6d2b67f4c7ca3cc87cf791eb0925aac062b)) | ||
### BREAKING CHANGES | ||
* A new blue was added. Default info color changed to darkBlue | ||
# CHANGELOG | ||
@@ -9,0 +14,0 @@ |
@@ -16,2 +16,3 @@ export declare const flatPaletteConfig: flatPaletteConfigType; | ||
teal?: string; | ||
lightBlue?: string; | ||
blue?: string; | ||
@@ -33,2 +34,3 @@ darkBlue?: string; | ||
teal: generatedColorShades; | ||
lightBlue: generatedColorShades; | ||
blue: generatedColorShades; | ||
@@ -35,0 +37,0 @@ darkBlue: generatedColorShades; |
@@ -26,3 +26,4 @@ "use strict"; | ||
teal: '#27dcbd', | ||
blue: '#18aed2', | ||
lightBlue: '#18aed2', | ||
blue: '#1283d3', | ||
darkBlue: '#232d7d', | ||
@@ -51,3 +52,3 @@ purple: '#71458f' | ||
warning: flatPaletteConfig.orange, | ||
info: flatPaletteConfig.blue, | ||
info: flatPaletteConfig.darkBlue, | ||
light: flatPaletteConfig.lightGray, | ||
@@ -74,3 +75,3 @@ flat: _objectSpread({}, flatPaletteConfig), | ||
warning: flatPaletteConfig.orange, | ||
info: flatPaletteConfig.blue, | ||
info: flatPaletteConfig.darkBlue, | ||
light: flatPaletteConfig.lightGray, | ||
@@ -77,0 +78,0 @@ flat: _objectSpread({}, flatPaletteConfig), |
{ | ||
"name": "@orfium/ictinus", | ||
"version": "0.13.1", | ||
"version": "1.0.0", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
522314
6966
0