@daikin-oss/dds-tokens 0.3.1 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2 token(s) added.
8
+
3
9
  ## 0.3.1
4
10
 
5
11
  ### Patch Changes
@@ -114,6 +114,7 @@
114
114
  --dds-color-common-surface-danger-hover: #3e0307;
115
115
  --dds-color-common-surface-danger-press: #5d050a;
116
116
  --dds-color-common-surface-default: #212121;
117
+ --dds-color-common-surface-inverse: #ffffff;
117
118
  --dds-color-common-surface-hover: #282828;
118
119
  --dds-color-common-surface-press: #313131;
119
120
  --dds-color-common-surface-selected-default: #002b40;
@@ -114,6 +114,7 @@
114
114
  --dds-color-common-surface-danger-hover: #fdd9db;
115
115
  --dds-color-common-surface-danger-press: #fbb3b7;
116
116
  --dds-color-common-surface-default: #ffffff;
117
+ --dds-color-common-surface-inverse: #616161;
117
118
  --dds-color-common-surface-hover: #f2f2f2;
118
119
  --dds-color-common-surface-press: #ebebeb;
119
120
  --dds-color-common-surface-selected-default: #ddf3fc;
@@ -114,6 +114,7 @@ module.exports = {
114
114
  colorCommonSurfaceDangerHover: "#3e0307",
115
115
  colorCommonSurfaceDangerPress: "#5d050a",
116
116
  colorCommonSurfaceDefault: "#212121",
117
+ colorCommonSurfaceInverse: "#ffffff",
117
118
  colorCommonSurfaceHover: "#282828",
118
119
  colorCommonSurfacePress: "#313131",
119
120
  colorCommonSurfaceSelectedDefault: "#002b40",
@@ -113,6 +113,7 @@ export const colorCommonSurfaceNeutralPress: string;
113
113
  export const colorCommonSurfaceDangerHover: string;
114
114
  export const colorCommonSurfaceDangerPress: string;
115
115
  export const colorCommonSurfaceDefault: string;
116
+ export const colorCommonSurfaceInverse: string;
116
117
  export const colorCommonSurfaceHover: string;
117
118
  export const colorCommonSurfacePress: string;
118
119
  export const colorCommonSurfaceSelectedDefault: string;
@@ -113,6 +113,7 @@ export const colorCommonSurfaceNeutralPress: string;
113
113
  export const colorCommonSurfaceDangerHover: string;
114
114
  export const colorCommonSurfaceDangerPress: string;
115
115
  export const colorCommonSurfaceDefault: string;
116
+ export const colorCommonSurfaceInverse: string;
116
117
  export const colorCommonSurfaceHover: string;
117
118
  export const colorCommonSurfacePress: string;
118
119
  export const colorCommonSurfaceSelectedDefault: string;
@@ -113,6 +113,7 @@ export const colorCommonSurfaceNeutralPress = "#313131";
113
113
  export const colorCommonSurfaceDangerHover = "#3e0307";
114
114
  export const colorCommonSurfaceDangerPress = "#5d050a";
115
115
  export const colorCommonSurfaceDefault = "#212121";
116
+ export const colorCommonSurfaceInverse = "#ffffff";
116
117
  export const colorCommonSurfaceHover = "#282828";
117
118
  export const colorCommonSurfacePress = "#313131";
118
119
  export const colorCommonSurfaceSelectedDefault = "#002b40";
@@ -114,6 +114,7 @@ module.exports = {
114
114
  colorCommonSurfaceDangerHover: "#fdd9db",
115
115
  colorCommonSurfaceDangerPress: "#fbb3b7",
116
116
  colorCommonSurfaceDefault: "#ffffff",
117
+ colorCommonSurfaceInverse: "#616161",
117
118
  colorCommonSurfaceHover: "#f2f2f2",
118
119
  colorCommonSurfacePress: "#ebebeb",
119
120
  colorCommonSurfaceSelectedDefault: "#ddf3fc",
@@ -113,6 +113,7 @@ export const colorCommonSurfaceNeutralPress: string;
113
113
  export const colorCommonSurfaceDangerHover: string;
114
114
  export const colorCommonSurfaceDangerPress: string;
115
115
  export const colorCommonSurfaceDefault: string;
116
+ export const colorCommonSurfaceInverse: string;
116
117
  export const colorCommonSurfaceHover: string;
117
118
  export const colorCommonSurfacePress: string;
118
119
  export const colorCommonSurfaceSelectedDefault: string;
@@ -113,6 +113,7 @@ export const colorCommonSurfaceNeutralPress: string;
113
113
  export const colorCommonSurfaceDangerHover: string;
114
114
  export const colorCommonSurfaceDangerPress: string;
115
115
  export const colorCommonSurfaceDefault: string;
116
+ export const colorCommonSurfaceInverse: string;
116
117
  export const colorCommonSurfaceHover: string;
117
118
  export const colorCommonSurfacePress: string;
118
119
  export const colorCommonSurfaceSelectedDefault: string;
@@ -113,6 +113,7 @@ export const colorCommonSurfaceNeutralPress = "#ebebeb";
113
113
  export const colorCommonSurfaceDangerHover = "#fdd9db";
114
114
  export const colorCommonSurfaceDangerPress = "#fbb3b7";
115
115
  export const colorCommonSurfaceDefault = "#ffffff";
116
+ export const colorCommonSurfaceInverse = "#616161";
116
117
  export const colorCommonSurfaceHover = "#f2f2f2";
117
118
  export const colorCommonSurfacePress = "#ebebeb";
118
119
  export const colorCommonSurfaceSelectedDefault = "#ddf3fc";
@@ -554,6 +554,11 @@
554
554
  "color",
555
555
  null
556
556
  ],
557
+ "color-common-surface-inverse": [
558
+ "#ffffff",
559
+ "color",
560
+ null
561
+ ],
557
562
  "color-common-surface-hover": [
558
563
  "#282828",
559
564
  "color",
@@ -554,6 +554,11 @@
554
554
  "color",
555
555
  null
556
556
  ],
557
+ "color-common-surface-inverse": [
558
+ "#616161",
559
+ "color",
560
+ null
561
+ ],
557
562
  "color-common-surface-hover": [
558
563
  "#f2f2f2",
559
564
  "color",
@@ -114,6 +114,7 @@
114
114
  --dds-color-common-surface-danger-hover: #3e0307;
115
115
  --dds-color-common-surface-danger-press: #5d050a;
116
116
  --dds-color-common-surface-default: #212121;
117
+ --dds-color-common-surface-inverse: #ffffff;
117
118
  --dds-color-common-surface-hover: #282828;
118
119
  --dds-color-common-surface-press: #313131;
119
120
  --dds-color-common-surface-selected-default: #002b40;
@@ -114,6 +114,7 @@
114
114
  --dds-color-common-surface-danger-hover: #fdd9db;
115
115
  --dds-color-common-surface-danger-press: #fbb3b7;
116
116
  --dds-color-common-surface-default: #ffffff;
117
+ --dds-color-common-surface-inverse: #616161;
117
118
  --dds-color-common-surface-hover: #f2f2f2;
118
119
  --dds-color-common-surface-press: #ebebeb;
119
120
  --dds-color-common-surface-selected-default: #ddf3fc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daikin-oss/dds-tokens",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Design token definitions for DDS",
5
5
  "type": "module",
6
6
  "files": [
@@ -10,7 +10,8 @@
10
10
  "dkn/light/system": "enabled",
11
11
  "dkn/light/component": "enabled"
12
12
  },
13
- "group": "DKN"
13
+ "group": "DKN",
14
+ "$figmaVariableReferences": {}
14
15
  },
15
16
  {
16
17
  "id": "05b7910dfcd804207fd5ceeeac8d1e7a44b35d7c",
@@ -23,7 +24,8 @@
23
24
  "dkn/dark/system": "enabled",
24
25
  "dkn/dark/component": "enabled"
25
26
  },
26
- "group": "DKN"
27
+ "group": "DKN",
28
+ "$figmaVariableReferences": {}
27
29
  },
28
30
  {
29
31
  "id": "39a098e7762a7f008490481d4757642b1b668321",
@@ -36,7 +38,8 @@
36
38
  "aaf/light/system": "enabled",
37
39
  "aaf/light/component": "enabled"
38
40
  },
39
- "group": "AAF"
41
+ "group": "AAF",
42
+ "$figmaVariableReferences": {}
40
43
  },
41
44
  {
42
45
  "id": "46b7b45ad095e7d7cf169eceb410a2511fa4a1f0",
@@ -49,6 +52,7 @@
49
52
  "aaf/dark/system": "enabled",
50
53
  "aaf/dark/component": "enabled"
51
54
  },
52
- "group": "AAF"
55
+ "group": "AAF",
56
+ "$figmaVariableReferences": {}
53
57
  }
54
58
  ]
@@ -50,6 +50,10 @@
50
50
  "value": "{color.gray.120}",
51
51
  "type": "color"
52
52
  },
53
+ "inverse": {
54
+ "value": "{color.white}",
55
+ "type": "color"
56
+ },
53
57
  "hover": {
54
58
  "value": "{color.dark-gray.115}",
55
59
  "type": "color"
@@ -50,6 +50,10 @@
50
50
  "value": "{color.white}",
51
51
  "type": "color"
52
52
  },
53
+ "inverse": {
54
+ "value": "{color.gray.80}",
55
+ "type": "color"
56
+ },
53
57
  "hover": {
54
58
  "value": "{color.gray.10}",
55
59
  "type": "color"