@vertigis/react-ui 9.1.0 → 9.2.0

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.
@@ -0,0 +1,3 @@
1
+ import Color from "./Color";
2
+ declare const darkRed: Color;
3
+ export default darkRed;
@@ -0,0 +1,17 @@
1
+ const darkRed = {
2
+ 50: "#F8E8E7",
3
+ 100: "#ECC2BE",
4
+ 200: "#E09E98",
5
+ 300: "#D47D75",
6
+ 400: "#C85F55",
7
+ 500: "#BC4438",
8
+ 600: "#A43B31",
9
+ 700: "#8D332A",
10
+ 800: "#752A23",
11
+ 900: "#5D221C",
12
+ A100: "#FFCECC",
13
+ A200: "#FF9E99",
14
+ A400: "#FF6D66",
15
+ A700: "#FF554C",
16
+ };
17
+ export default darkRed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "9.1.0",
3
+ "version": "9.2.0",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",