@onewelcome/react-lib-components 1.9.2 → 2.0.0-alpha

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.
@@ -33,12 +33,14 @@ var BaseStyling = function BaseStyling(_ref) {
33
33
  _ref$properties = _ref.properties,
34
34
  properties = _ref$properties === void 0 ? {} : _ref$properties;
35
35
  var defaultProperties = {
36
+ colorBlack10: "#0000001a",
36
37
  colorPrimary300: "#6871BF",
37
38
  colorPrimary500: "#041295",
38
39
  colorPrimary600: "#030F77",
39
40
  colorPrimary700: "#020B59",
40
41
  colorPrimary900: "#01041E",
41
42
  colorBlueGrey25: "#F7F7F9",
43
+ colorBlueGrey25Transparent: "#F7F7F980",
42
44
  colorBlueGrey50: "#EEEFF3",
43
45
  colorBlueGrey100: "#DEDEE6",
44
46
  colorBlueGrey200: "#BCBECE",
@@ -51,12 +53,11 @@ var BaseStyling = function BaseStyling(_ref) {
51
53
  colorLightBlue600: "#0096B1",
52
54
  colorOrange500: "#E07900",
53
55
  colorRed500: "#E01E00",
56
+ colorWhite: "#FFFFFF",
54
57
  colorFocus: "var(--color-primary300)",
55
58
  colorPrimary: "var(--color-primary500)",
56
59
  colorSecondary: "var(--color-blue-grey700)",
57
60
  colorTertiary: "var(--color-light-blue600)",
58
- lightPink: "#9E006B1A",
59
- vividViolet: "#9E006B",
60
61
  defaultLineHeight: "1.5",
61
62
  buttonBorderRadius: "2px",
62
63
  buttonBorderWidth: "2px",
@@ -70,8 +71,8 @@ var BaseStyling = function BaseStyling(_ref) {
70
71
  inputBorderWidthFocus: "2px",
71
72
  inputBorderStyle: "solid",
72
73
  inputBackgroundColor: "var(--light)",
73
- dragBackgroundColor: "#1313191A",
74
- dragBorderStyle: "dashed",
74
+ dragBackgroundColor: "var(--color-blue-grey25-transparent)",
75
+ dragBorderStyle: "solid",
75
76
  modalShadowColor: "rgba(0, 0, 0, 0.16)",
76
77
  modalBackgroundColor: "var(--color-blue-grey25)",
77
78
  modalHeaderBackgroundColor: "var(--light)",
@@ -102,8 +103,7 @@ var BaseStyling = function BaseStyling(_ref) {
102
103
  greyedOut: "var(--color-blue-grey500)",
103
104
  lightGreyBorder: "var(--color-blue-grey100)",
104
105
  warning: "var(--color-orange500)",
105
- light: "#FFF",
106
- grey: "#c3c3c7",
106
+ light: "var(--color-white)",
107
107
  fontFamily: "Roboto, sans-serif",
108
108
  fontFamilyCode: "'Roboto Mono', monospace",
109
109
  fontSize: "1rem",