@trafilea/afrodita-components 5.0.0-beta.153 → 5.0.0-beta.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12202,7 +12202,7 @@ var ButtonContainer = newStyled.div(templateObject_1$N || (templateObject_1$N =
12202
12202
  var status = _a.status, type = _a.type, theme = _a.theme;
12203
12203
  return status === InputValidationType.Empty &&
12204
12204
  type === 'primary' &&
12205
- theme.colors.shades['400'].color;
12205
+ theme.colors.shades['850'].color;
12206
12206
  });
12207
12207
  var BasePlusButton = function (_a) {
12208
12208
  var onClick = _a.onClick, onClickEdit = _a.onClickEdit, text = _a.text, success = _a.success, editText = _a.editText, successText = _a.successText, rest = __rest(_a, ["onClick", "onClickEdit", "text", "success", "editText", "successText"]);
package/build/index.js CHANGED
@@ -12228,7 +12228,7 @@ var ButtonContainer = newStyled.div(templateObject_1$N || (templateObject_1$N =
12228
12228
  var status = _a.status, type = _a.type, theme = _a.theme;
12229
12229
  return status === exports.InputValidationType.Empty &&
12230
12230
  type === 'primary' &&
12231
- theme.colors.shades['400'].color;
12231
+ theme.colors.shades['850'].color;
12232
12232
  });
12233
12233
  var BasePlusButton = function (_a) {
12234
12234
  var onClick = _a.onClick, onClickEdit = _a.onClickEdit, text = _a.text, success = _a.success, editText = _a.editText, successText = _a.successText, rest = __rest(_a, ["onClick", "onClickEdit", "text", "success", "editText", "successText"]);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.153",
6
+ "version": "5.0.0-beta.154",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",