@speakapbv/dough-component-library 9.21.2 → 9.22.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.
package/dist/index.es.js CHANGED
@@ -4830,6 +4830,7 @@ var DesignTokens = {
4830
4830
  colorGrey3: "#9f9f9f",
4831
4831
  colorGrey2: "#696969",
4832
4832
  colorGrey1: "#444444",
4833
+ colorStatusWarningLight: "#ffefdd",
4833
4834
  colorStatusWarning: "#ff8800",
4834
4835
  colorStatusSuccess: "#008800",
4835
4836
  colorStatusDanger: "#bf2900",
package/dist/index.js CHANGED
@@ -4813,6 +4813,7 @@ var DesignTokens = {
4813
4813
  colorGrey3: "#9f9f9f",
4814
4814
  colorGrey2: "#696969",
4815
4815
  colorGrey1: "#444444",
4816
+ colorStatusWarningLight: "#ffefdd",
4816
4817
  colorStatusWarning: "#ff8800",
4817
4818
  colorStatusSuccess: "#008800",
4818
4819
  colorStatusDanger: "#bf2900",
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  colorGrey3: string;
10
10
  colorGrey2: string;
11
11
  colorGrey1: string;
12
+ colorStatusWarningLight: string;
12
13
  colorStatusWarning: string;
13
14
  colorStatusSuccess: string;
14
15
  colorStatusDanger: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakapbv/dough-component-library",
3
- "version": "9.21.2",
3
+ "version": "9.22.0",
4
4
  "description": "DOUGH: Speakap React Component Library",
5
5
  "author": "Speakap",
6
6
  "license": "MIT",
@@ -94,7 +94,7 @@
94
94
  "dist"
95
95
  ],
96
96
  "dependencies": {
97
- "@speakapbv/dough-component-library-tokens": "1.4.0"
97
+ "@speakapbv/dough-component-library-tokens": "1.5.0"
98
98
  },
99
99
  "publishConfig": {
100
100
  "registry": "https://registry.npmjs.org/"