@alfalab/core-components-amount-input
Advanced tools
Comparing version 5.5.0 to 5.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-amount-input@5.5.0...@alfalab/core-components-amount-input@5.6.0) (2022-06-28) | ||
### Features | ||
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202)) | ||
# [5.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-amount-input@5.4.8...@alfalab/core-components-amount-input@5.5.0) (2022-06-24) | ||
@@ -8,0 +19,0 @@ |
@@ -56,9 +56,9 @@ 'use strict'; | ||
var styles = {"container":"amount-input__container_10rrr","bold":"amount-input__bold_10rrr","input":"amount-input__input_10rrr","suffixContainer":"amount-input__suffixContainer_10rrr","filled":"amount-input__filled_10rrr"}; | ||
var styles = {"container":"amount-input__container_122f1","bold":"amount-input__bold_122f1","input":"amount-input__input_122f1","suffixContainer":"amount-input__suffixContainer_122f1","filled":"amount-input__filled_122f1"}; | ||
require('./index.css') | ||
var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1m5lw"}; | ||
var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1hbqk"}; | ||
require('./default.css') | ||
var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_ouz7w"}; | ||
var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_k13vp"}; | ||
require('./inverted.css') | ||
@@ -65,0 +65,0 @@ |
@@ -47,9 +47,9 @@ import cn from 'classnames'; | ||
var styles = {"container":"amount-input__container_10rrr","bold":"amount-input__bold_10rrr","input":"amount-input__input_10rrr","suffixContainer":"amount-input__suffixContainer_10rrr","filled":"amount-input__filled_10rrr"}; | ||
var styles = {"container":"amount-input__container_122f1","bold":"amount-input__bold_122f1","input":"amount-input__input_122f1","suffixContainer":"amount-input__suffixContainer_122f1","filled":"amount-input__filled_122f1"}; | ||
require('./index.css') | ||
var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1m5lw"}; | ||
var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1hbqk"}; | ||
require('./default.css') | ||
var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_ouz7w"}; | ||
var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_k13vp"}; | ||
require('./inverted.css') | ||
@@ -56,0 +56,0 @@ |
@@ -8,9 +8,9 @@ import cn from 'classnames'; | ||
var styles = {"container":"amount-input__container_10rrr","bold":"amount-input__bold_10rrr","input":"amount-input__input_10rrr","suffixContainer":"amount-input__suffixContainer_10rrr","filled":"amount-input__filled_10rrr"}; | ||
var styles = {"container":"amount-input__container_122f1","bold":"amount-input__bold_122f1","input":"amount-input__input_122f1","suffixContainer":"amount-input__suffixContainer_122f1","filled":"amount-input__filled_122f1"}; | ||
require('./index.css') | ||
var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1m5lw"}; | ||
var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1hbqk"}; | ||
require('./default.css') | ||
var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_ouz7w"}; | ||
var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_k13vp"}; | ||
require('./inverted.css') | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "@alfalab/core-components-amount-input", | ||
"version": "5.5.0", | ||
"version": "5.6.0", | ||
"description": "", | ||
@@ -22,9 +22,9 @@ "keywords": [], | ||
"dependencies": { | ||
"@alfalab/core-components-input": "^8.1.7", | ||
"@alfalab/core-components-with-suffix": "^3.2.7", | ||
"@alfalab/core-components-input": "^8.2.0", | ||
"@alfalab/core-components-with-suffix": "^3.3.0", | ||
"@alfalab/data": "^1.2.2", | ||
"@alfalab/utils": "^1.11.0", | ||
"classnames": "2.2.6" | ||
"classnames": "^2.2.6" | ||
}, | ||
"gitHead": "97545dc462e2c884c25f4a7e5092abf6dafac81f" | ||
"gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114504
- Removedclassnames@2.2.6(transitive)
Updatedclassnames@^2.2.6