@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 +6 -0
- package/build/css/daikin/Dark/variables.css +1 -0
- package/build/css/daikin/Light/variables.css +1 -0
- package/build/js/daikin/Dark/variables.cjs +1 -0
- package/build/js/daikin/Dark/variables.d.cts +1 -0
- package/build/js/daikin/Dark/variables.d.ts +1 -0
- package/build/js/daikin/Dark/variables.js +1 -0
- package/build/js/daikin/Light/variables.cjs +1 -0
- package/build/js/daikin/Light/variables.d.cts +1 -0
- package/build/js/daikin/Light/variables.d.ts +1 -0
- package/build/js/daikin/Light/variables.js +1 -0
- package/build/json/daikin/Dark/tokens.json +5 -0
- package/build/json/daikin/Light/tokens.json +5 -0
- package/build/scss/daikin/Dark/_mixins.scss +1 -0
- package/build/scss/daikin/Light/_mixins.scss +1 -0
- package/package.json +1 -1
- package/themes/$themes.json +8 -4
- package/themes/dkn/dark/system.json +4 -0
- package/themes/dkn/light/system.json +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -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";
|
|
@@ -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
package/themes/$themes.json
CHANGED
|
@@ -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
|
]
|