dhre-ui-kit 3.0.1 → 3.0.2

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,10 @@
1
+ export declare const OUTLINED_GRADIENT_COLORS: readonly [string, "#438CB1"];
2
+ export declare const OUTLINED_GRADIENT_START: {
3
+ readonly x: 0;
4
+ readonly y: 0;
5
+ };
6
+ export declare const OUTLINED_GRADIENT_END: {
7
+ readonly x: 1;
8
+ readonly y: 1;
9
+ };
10
+ export declare const OUTLINED_BORDER_WIDTH = 1;
@@ -339,5 +339,9 @@ declare const theme: {
339
339
  dark: string;
340
340
  light: string;
341
341
  };
342
+ STROKE_DISABLED_SELECTED: {
343
+ dark: string;
344
+ light: string;
345
+ };
342
346
  };
343
347
  export default theme;
@@ -163,5 +163,6 @@ export declare enum Theme {
163
163
  STROKE_INFO = "STROKE_INFO",
164
164
  STROKE_DISABLED_DARK = "STROKE_DISABLED_DARK",
165
165
  STROKE_DISABLED_DARK2 = "STROKE_DISABLED_DARK2",
166
- STROKE_ACTIVE = "STROKE_ACTIVE"
166
+ STROKE_ACTIVE = "STROKE_ACTIVE",
167
+ STROKE_DISABLED_SELECTED = "STROKE_DISABLED_SELECTED"
167
168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhre-ui-kit",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },