@dynatrace/strato-design-tokens 1.0.1 → 1.1.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.
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  Flat: {
8
8
  /**
9
9
  * Use as the default level of elevation.
10
- * Css custom property: --dt-box-shadows-surface-flat-rest. Default value: none.
10
+ * Css custom property: --dt-box-shadows-surface-flat-rest. Default value: 0px 0px 0px 1px #2d2e4e0d.
11
11
  */
12
12
  Rest: string;
13
13
  /**
@@ -17,7 +17,7 @@ declare const _default: {
17
17
  Hover: string;
18
18
  /**
19
19
  * Use as the default level of elevation when the user is pressing an interactive surface.
20
- * Css custom property: --dt-box-shadows-surface-flat-active. Default value: none.
20
+ * Css custom property: --dt-box-shadows-surface-flat-active. Default value: 0px 0px 0px 1px #2d2e4e0d.
21
21
  */
22
22
  Active: string;
23
23
  /**
@@ -26,9 +26,9 @@ const Surface = {
26
26
  Flat: {
27
27
  /**
28
28
  * Use as the default level of elevation.
29
- * Css custom property: --dt-box-shadows-surface-flat-rest. Default value: none.
29
+ * Css custom property: --dt-box-shadows-surface-flat-rest. Default value: 0px 0px 0px 1px #2d2e4e0d.
30
30
  */
31
- Rest: "var(--dt-box-shadows-surface-flat-rest, none)",
31
+ Rest: "var(--dt-box-shadows-surface-flat-rest, 0px 0px 0px 1px #2d2e4e0d)",
32
32
  /**
33
33
  * Use as the default level of elevation when a user's pointer is over an interactive surface.
34
34
  * Css custom property: --dt-box-shadows-surface-flat-hover. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12.
@@ -36,9 +36,9 @@ const Surface = {
36
36
  Hover: "var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",
37
37
  /**
38
38
  * Use as the default level of elevation when the user is pressing an interactive surface.
39
- * Css custom property: --dt-box-shadows-surface-flat-active. Default value: none.
39
+ * Css custom property: --dt-box-shadows-surface-flat-active. Default value: 0px 0px 0px 1px #2d2e4e0d.
40
40
  */
41
- Active: "var(--dt-box-shadows-surface-flat-active, none)",
41
+ Active: "var(--dt-box-shadows-surface-flat-active, 0px 0px 0px 1px #2d2e4e0d)",
42
42
  /**
43
43
  * Use as the default level of elevation when moving a surface, on drag-and-drop interaction.
44
44
  * Css custom property: --dt-box-shadows-surface-flat-drag. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52.