@dynatrace/strato-design-tokens 1.0.0 → 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.
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
package/borders/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -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
  /**
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -25,9 +26,9 @@ const Surface = {
25
26
  Flat: {
26
27
  /**
27
28
  * Use as the default level of elevation.
28
- * 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.
29
30
  */
30
- Rest: "var(--dt-box-shadows-surface-flat-rest, none)",
31
+ Rest: "var(--dt-box-shadows-surface-flat-rest, 0px 0px 0px 1px #2d2e4e0d)",
31
32
  /**
32
33
  * Use as the default level of elevation when a user's pointer is over an interactive surface.
33
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.
@@ -35,9 +36,9 @@ const Surface = {
35
36
  Hover: "var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",
36
37
  /**
37
38
  * Use as the default level of elevation when the user is pressing an interactive surface.
38
- * 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.
39
40
  */
40
- Active: "var(--dt-box-shadows-surface-flat-active, none)",
41
+ Active: "var(--dt-box-shadows-surface-flat-active, 0px 0px 0px 1px #2d2e4e0d)",
41
42
  /**
42
43
  * Use as the default level of elevation when moving a surface, on drag-and-drop interaction.
43
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.
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;