@sumaris-net/ngx-components 2.4.99 → 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.99",
4
+ "version": "2.4.100",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -117,6 +117,8 @@ $colors: (
117
117
  danger: (base: $danger, contrast: #fff, shade: get-color-shade($danger), tint: get-color-tint($danger)),
118
118
  /* danger100 */
119
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)),
120
122
  /* light */
121
123
  light: (base: $light, contrast: $dark, shade: get-color-shade($light), tint: get-color-tint($light)),
122
124
  /* medium */