iguazio.dashboard-react-controls 3.1.2 → 3.1.3

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.
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable color-hex-length */
1
2
  $alabaster: #f8f7f8;
2
3
  $alto: #dadada;
3
4
  $amaranth: #ea336a;
@@ -20,6 +21,7 @@ $darkPurple: #2f2b46;
20
21
  $doveGray: #666;
21
22
  $doveGrayTwo: #6e6e6e;
22
23
  $ebonyClay: #293445;
24
+ $fuchsiaPink: #cc44cc;
23
25
  $gallery: #eee;
24
26
  $gossamer: #0b9b7b;
25
27
  $ghostWhite: #f5f7ff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.mjs",