@sumaris-net/ngx-components 2.4.98 → 2.4.100

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.98",
4
+ "version": "2.4.100",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -43,6 +43,7 @@ $tertiary: #5b5ef4 !default;
43
43
  $accent: #ff4081 !default;
44
44
  $success: #10dc60 !default;
45
45
  $warning: #ffce00 !default;
46
+ $warning900: #ff8d00 !default;
46
47
  $danger: #f53d3d !default;
47
48
  $danger100: #f98989 !default;
48
49
  $danger900: #a82a2a !default;
@@ -106,14 +107,18 @@ $colors: (
106
107
  tertiary: (base: $tertiary, contrast: #fff, shade: get-color-shade($tertiary), tint: get-color-tint($tertiary)),
107
108
  /* accent */
108
109
  accent: (base: $accent, contrast: #fff, shade: get-color-shade($accent), tint: get-color-tint($accent)),
109
- /* warning */
110
- success: (base: $success, contrast: #fff, shade: get-color-shade($success), tint: get-color-tint($success)),
111
110
  /* success */
111
+ success: (base: $success, contrast: #fff, shade: get-color-shade($success), tint: get-color-tint($success)),
112
+ /* warning */
112
113
  warning: (base: $warning, contrast: #fff, shade: get-color-shade($warning), tint: get-color-tint($warning)),
114
+ /* warning900 */
115
+ warning900: (base: $warning900, contrast: #fff, shade: get-color-shade($warning900), tint: get-color-tint($warning900)),
113
116
  /* danger */
114
117
  danger: (base: $danger, contrast: #fff, shade: get-color-shade($danger), tint: get-color-tint($danger)),
115
118
  /* danger100 */
116
119
  danger100: (base: $danger100, contrast: #fff, shade: get-color-shade($danger100), tint: get-color-tint($danger100)),
120
+ /* danger900 */
121
+ danger900: (base: $danger900, contrast: #fff, shade: get-color-shade($danger900), tint: get-color-tint($danger900)),
117
122
  /* light */
118
123
  light: (base: $light, contrast: $dark, shade: get-color-shade($light), tint: get-color-tint($light)),
119
124
  /* medium */