dhre-ui-kit 3.1.0 → 3.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.
@@ -192,6 +192,7 @@ export declare const DHRE_DEEP_SPACE_BLUE: {
192
192
  100: string;
193
193
  DSP_900_TRANSPERANT_20: string;
194
194
  DSP_900_TRANSPERANT_10: string;
195
+ DSP_900_TRANSPERANT_30: string;
195
196
  };
196
197
  export declare const DHRE_CORE_BLUE: {
197
198
  400: string;
@@ -234,6 +235,7 @@ export declare const DHRE_SUCCESS_GREEN: {
234
235
  50: string;
235
236
  TRANSPARENT_50: string;
236
237
  TRANSPARENT_10: string;
238
+ TRANSPARENT_30: string;
237
239
  };
238
240
  export declare const DHRE_ORANGE_WARNING: {
239
241
  400: string;
@@ -8,3 +8,13 @@ export declare const OUTLINED_GRADIENT_END: {
8
8
  readonly y: 1;
9
9
  };
10
10
  export declare const OUTLINED_BORDER_WIDTH = 1;
11
+ export declare const TAG_SUCCESS_GRADIENT_COLORS: readonly [string, string];
12
+ export declare const TAG_SUCCESS_GRADIENT_BASE_COLOR: string;
13
+ export declare const TAG_SUCCESS_GRADIENT_START: {
14
+ readonly x: 0;
15
+ readonly y: 0;
16
+ };
17
+ export declare const TAG_SUCCESS_GRADIENT_END: {
18
+ readonly x: 1;
19
+ readonly y: 0;
20
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhre-ui-kit",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },