dhre-ui-kit 3.2.0 → 3.3.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.
@@ -347,5 +347,9 @@ declare const theme: {
347
347
  dark: string;
348
348
  light: string;
349
349
  };
350
+ SHADOW_SOFT_LIGHTEST: {
351
+ dark: string;
352
+ light: string;
353
+ };
350
354
  };
351
355
  export default theme;
@@ -165,5 +165,6 @@ export declare enum Theme {
165
165
  STROKE_DISABLED_DARK2 = "STROKE_DISABLED_DARK2",
166
166
  STROKE_ACTIVE = "STROKE_ACTIVE",
167
167
  STROKE_DISABLED_SELECTED = "STROKE_DISABLED_SELECTED",
168
- SHADOW_10 = "SHADOW_10"
168
+ SHADOW_10 = "SHADOW_10",
169
+ SHADOW_SOFT_LIGHTEST = "SHADOW_SOFT_LIGHTEST"
169
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhre-ui-kit",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },