@daikin-oss/dds-tokens 1.0.0 → 1.1.1
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 +12 -0
- package/build/css/daikin/Dark/tailwind4.css +5 -1
- package/build/css/daikin/Dark/variables.css +5 -1
- package/build/css/daikin/Light/tailwind4.css +5 -1
- package/build/css/daikin/Light/variables.css +5 -1
- package/build/js/daikin/Dark/variables.cjs +5 -1
- package/build/js/daikin/Dark/variables.d.cts +4 -0
- package/build/js/daikin/Dark/variables.d.ts +4 -0
- package/build/js/daikin/Dark/variables.js +5 -1
- package/build/js/daikin/Light/variables.cjs +5 -1
- package/build/js/daikin/Light/variables.d.cts +4 -0
- package/build/js/daikin/Light/variables.d.ts +4 -0
- package/build/js/daikin/Light/variables.js +5 -1
- package/build/json/daikin/Dark/tokens.json +21 -1
- package/build/json/daikin/Light/tokens.json +21 -1
- package/build/scss/daikin/Dark/_mixins.scss +5 -1
- package/build/scss/daikin/Light/_mixins.scss +5 -1
- package/build/tailwind4.css +4 -0
- package/package.json +1 -1
- package/themes/dkn/dark/system.json +19 -1
- package/themes/dkn/light/system.json +20 -2
package/CHANGELOG.md
CHANGED
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
--color-dds-color-common-surface-danger-hover: var(--dds-color-common-surface-danger-hover, #3e0307);
|
|
111
111
|
--color-dds-color-common-surface-danger-press: var(--dds-color-common-surface-danger-press, #5d050a);
|
|
112
112
|
--color-dds-color-common-surface-default: var(--dds-color-common-surface-default, #212121);
|
|
113
|
+
--color-dds-color-common-surface-secondary-default: var(--dds-color-common-surface-secondary-default, #313131);
|
|
114
|
+
--color-dds-color-common-surface-secondary-hover: var(--dds-color-common-surface-secondary-hover, #414141);
|
|
115
|
+
--color-dds-color-common-surface-secondary-press: var(--dds-color-common-surface-secondary-press, #515151);
|
|
113
116
|
--color-dds-color-common-surface-inverse: var(--dds-color-common-surface-inverse, #ffffff);
|
|
114
117
|
--color-dds-color-common-surface-hover: var(--dds-color-common-surface-hover, #282828);
|
|
115
118
|
--color-dds-color-common-surface-press: var(--dds-color-common-surface-press, #313131);
|
|
@@ -132,8 +135,9 @@
|
|
|
132
135
|
--color-dds-color-common-text-inverse: var(--dds-color-common-text-inverse, #212121);
|
|
133
136
|
--color-dds-color-common-border-focus: var(--dds-color-common-border-focus, #54c3f1);
|
|
134
137
|
--color-dds-color-common-border-empty: var(--dds-color-common-border-empty, #515151);
|
|
138
|
+
--color-dds-color-common-border-inverse: var(--dds-color-common-border-inverse, #212121);
|
|
135
139
|
--color-dds-color-common-background-default: var(--dds-color-common-background-default, #212121);
|
|
136
|
-
--color-dds-color-common-background-overlay: var(--dds-color-common-background-overlay,
|
|
140
|
+
--color-dds-color-common-background-overlay: var(--dds-color-common-background-overlay, rgba(0, 0, 0, 0.75));
|
|
137
141
|
--color-dds-color-divider: var(--dds-color-divider, #515151);
|
|
138
142
|
--color-dds-color-link-text-default: var(--dds-color-link-text-default, #76cff4);
|
|
139
143
|
--color-dds-color-link-text-hover: var(--dds-color-link-text-hover, #98dbf7);
|
|
@@ -114,6 +114,9 @@
|
|
|
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-secondary-default: #313131;
|
|
118
|
+
--dds-color-common-surface-secondary-hover: #414141;
|
|
119
|
+
--dds-color-common-surface-secondary-press: #515151;
|
|
117
120
|
--dds-color-common-surface-inverse: #ffffff;
|
|
118
121
|
--dds-color-common-surface-hover: #282828;
|
|
119
122
|
--dds-color-common-surface-press: #313131;
|
|
@@ -136,8 +139,9 @@
|
|
|
136
139
|
--dds-color-common-text-inverse: #212121;
|
|
137
140
|
--dds-color-common-border-focus: #54c3f1;
|
|
138
141
|
--dds-color-common-border-empty: #515151;
|
|
142
|
+
--dds-color-common-border-inverse: #212121;
|
|
139
143
|
--dds-color-common-background-default: #212121;
|
|
140
|
-
--dds-color-common-background-overlay:
|
|
144
|
+
--dds-color-common-background-overlay: rgba(0, 0, 0, 0.75);
|
|
141
145
|
--dds-color-divider: #515151;
|
|
142
146
|
--dds-color-link-text-default: #76cff4;
|
|
143
147
|
--dds-color-link-text-hover: #98dbf7;
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
--color-dds-color-common-surface-danger-hover: var(--dds-color-common-surface-danger-hover, #fdd9db);
|
|
111
111
|
--color-dds-color-common-surface-danger-press: var(--dds-color-common-surface-danger-press, #fbb3b7);
|
|
112
112
|
--color-dds-color-common-surface-default: var(--dds-color-common-surface-default, #ffffff);
|
|
113
|
+
--color-dds-color-common-surface-secondary-default: var(--dds-color-common-surface-secondary-default, #ebebeb);
|
|
114
|
+
--color-dds-color-common-surface-secondary-hover: var(--dds-color-common-surface-secondary-hover, #dcdcdc);
|
|
115
|
+
--color-dds-color-common-surface-secondary-press: var(--dds-color-common-surface-secondary-press, #cecece);
|
|
113
116
|
--color-dds-color-common-surface-inverse: var(--dds-color-common-surface-inverse, #616161);
|
|
114
117
|
--color-dds-color-common-surface-hover: var(--dds-color-common-surface-hover, #f2f2f2);
|
|
115
118
|
--color-dds-color-common-surface-press: var(--dds-color-common-surface-press, #ebebeb);
|
|
@@ -132,8 +135,9 @@
|
|
|
132
135
|
--color-dds-color-common-text-inverse: var(--dds-color-common-text-inverse, #ffffff);
|
|
133
136
|
--color-dds-color-common-border-focus: var(--dds-color-common-border-focus, #0081c0);
|
|
134
137
|
--color-dds-color-common-border-empty: var(--dds-color-common-border-empty, #cecece);
|
|
138
|
+
--color-dds-color-common-border-inverse: var(--dds-color-common-border-inverse, #ffffff);
|
|
135
139
|
--color-dds-color-common-background-default: var(--dds-color-common-background-default, #ffffff);
|
|
136
|
-
--color-dds-color-common-background-overlay: var(--dds-color-common-background-overlay,
|
|
140
|
+
--color-dds-color-common-background-overlay: var(--dds-color-common-background-overlay, rgba(0, 0, 0, 0.5));
|
|
137
141
|
--color-dds-color-divider: var(--dds-color-divider, #cecece);
|
|
138
142
|
--color-dds-color-link-text-default: var(--dds-color-link-text-default, #00689a);
|
|
139
143
|
--color-dds-color-link-text-hover: var(--dds-color-link-text-hover, #005077);
|
|
@@ -114,6 +114,9 @@
|
|
|
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-secondary-default: #ebebeb;
|
|
118
|
+
--dds-color-common-surface-secondary-hover: #dcdcdc;
|
|
119
|
+
--dds-color-common-surface-secondary-press: #cecece;
|
|
117
120
|
--dds-color-common-surface-inverse: #616161;
|
|
118
121
|
--dds-color-common-surface-hover: #f2f2f2;
|
|
119
122
|
--dds-color-common-surface-press: #ebebeb;
|
|
@@ -136,8 +139,9 @@
|
|
|
136
139
|
--dds-color-common-text-inverse: #ffffff;
|
|
137
140
|
--dds-color-common-border-focus: #0081c0;
|
|
138
141
|
--dds-color-common-border-empty: #cecece;
|
|
142
|
+
--dds-color-common-border-inverse: #ffffff;
|
|
139
143
|
--dds-color-common-background-default: #ffffff;
|
|
140
|
-
--dds-color-common-background-overlay:
|
|
144
|
+
--dds-color-common-background-overlay: rgba(0, 0, 0, 0.5);
|
|
141
145
|
--dds-color-divider: #cecece;
|
|
142
146
|
--dds-color-link-text-default: #00689a;
|
|
143
147
|
--dds-color-link-text-hover: #005077;
|
|
@@ -114,6 +114,9 @@ module.exports = {
|
|
|
114
114
|
colorCommonSurfaceDangerHover: "#3e0307",
|
|
115
115
|
colorCommonSurfaceDangerPress: "#5d050a",
|
|
116
116
|
colorCommonSurfaceDefault: "#212121",
|
|
117
|
+
colorCommonSurfaceSecondaryDefault: "#313131",
|
|
118
|
+
colorCommonSurfaceSecondaryHover: "#414141",
|
|
119
|
+
colorCommonSurfaceSecondaryPress: "#515151",
|
|
117
120
|
colorCommonSurfaceInverse: "#ffffff",
|
|
118
121
|
colorCommonSurfaceHover: "#282828",
|
|
119
122
|
colorCommonSurfacePress: "#313131",
|
|
@@ -136,8 +139,9 @@ module.exports = {
|
|
|
136
139
|
colorCommonTextInverse: "#212121",
|
|
137
140
|
colorCommonBorderFocus: "#54c3f1",
|
|
138
141
|
colorCommonBorderEmpty: "#515151",
|
|
142
|
+
colorCommonBorderInverse: "#212121",
|
|
139
143
|
colorCommonBackgroundDefault: "#212121",
|
|
140
|
-
colorCommonBackgroundOverlay: "
|
|
144
|
+
colorCommonBackgroundOverlay: "rgba(0, 0, 0, 0.75)",
|
|
141
145
|
colorDivider: "#515151",
|
|
142
146
|
colorLinkTextDefault: "#76cff4",
|
|
143
147
|
colorLinkTextHover: "#98dbf7",
|
|
@@ -113,6 +113,9 @@ 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 colorCommonSurfaceSecondaryDefault: string;
|
|
117
|
+
export const colorCommonSurfaceSecondaryHover: string;
|
|
118
|
+
export const colorCommonSurfaceSecondaryPress: string;
|
|
116
119
|
export const colorCommonSurfaceInverse: string;
|
|
117
120
|
export const colorCommonSurfaceHover: string;
|
|
118
121
|
export const colorCommonSurfacePress: string;
|
|
@@ -135,6 +138,7 @@ export const colorCommonTextSecondary: string;
|
|
|
135
138
|
export const colorCommonTextInverse: string;
|
|
136
139
|
export const colorCommonBorderFocus: string;
|
|
137
140
|
export const colorCommonBorderEmpty: string;
|
|
141
|
+
export const colorCommonBorderInverse: string;
|
|
138
142
|
export const colorCommonBackgroundDefault: string;
|
|
139
143
|
export const colorCommonBackgroundOverlay: string;
|
|
140
144
|
export const colorDivider: string;
|
|
@@ -113,6 +113,9 @@ 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 colorCommonSurfaceSecondaryDefault: string;
|
|
117
|
+
export const colorCommonSurfaceSecondaryHover: string;
|
|
118
|
+
export const colorCommonSurfaceSecondaryPress: string;
|
|
116
119
|
export const colorCommonSurfaceInverse: string;
|
|
117
120
|
export const colorCommonSurfaceHover: string;
|
|
118
121
|
export const colorCommonSurfacePress: string;
|
|
@@ -135,6 +138,7 @@ export const colorCommonTextSecondary: string;
|
|
|
135
138
|
export const colorCommonTextInverse: string;
|
|
136
139
|
export const colorCommonBorderFocus: string;
|
|
137
140
|
export const colorCommonBorderEmpty: string;
|
|
141
|
+
export const colorCommonBorderInverse: string;
|
|
138
142
|
export const colorCommonBackgroundDefault: string;
|
|
139
143
|
export const colorCommonBackgroundOverlay: string;
|
|
140
144
|
export const colorDivider: string;
|
|
@@ -113,6 +113,9 @@ 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 colorCommonSurfaceSecondaryDefault = "#313131";
|
|
117
|
+
export const colorCommonSurfaceSecondaryHover = "#414141";
|
|
118
|
+
export const colorCommonSurfaceSecondaryPress = "#515151";
|
|
116
119
|
export const colorCommonSurfaceInverse = "#ffffff";
|
|
117
120
|
export const colorCommonSurfaceHover = "#282828";
|
|
118
121
|
export const colorCommonSurfacePress = "#313131";
|
|
@@ -135,8 +138,9 @@ export const colorCommonTextSecondary = "#bfbfbf";
|
|
|
135
138
|
export const colorCommonTextInverse = "#212121";
|
|
136
139
|
export const colorCommonBorderFocus = "#54c3f1";
|
|
137
140
|
export const colorCommonBorderEmpty = "#515151";
|
|
141
|
+
export const colorCommonBorderInverse = "#212121";
|
|
138
142
|
export const colorCommonBackgroundDefault = "#212121";
|
|
139
|
-
export const colorCommonBackgroundOverlay = "
|
|
143
|
+
export const colorCommonBackgroundOverlay = "rgba(0, 0, 0, 0.75)";
|
|
140
144
|
export const colorDivider = "#515151";
|
|
141
145
|
export const colorLinkTextDefault = "#76cff4";
|
|
142
146
|
export const colorLinkTextHover = "#98dbf7";
|
|
@@ -114,6 +114,9 @@ module.exports = {
|
|
|
114
114
|
colorCommonSurfaceDangerHover: "#fdd9db",
|
|
115
115
|
colorCommonSurfaceDangerPress: "#fbb3b7",
|
|
116
116
|
colorCommonSurfaceDefault: "#ffffff",
|
|
117
|
+
colorCommonSurfaceSecondaryDefault: "#ebebeb",
|
|
118
|
+
colorCommonSurfaceSecondaryHover: "#dcdcdc",
|
|
119
|
+
colorCommonSurfaceSecondaryPress: "#cecece",
|
|
117
120
|
colorCommonSurfaceInverse: "#616161",
|
|
118
121
|
colorCommonSurfaceHover: "#f2f2f2",
|
|
119
122
|
colorCommonSurfacePress: "#ebebeb",
|
|
@@ -136,8 +139,9 @@ module.exports = {
|
|
|
136
139
|
colorCommonTextInverse: "#ffffff",
|
|
137
140
|
colorCommonBorderFocus: "#0081c0",
|
|
138
141
|
colorCommonBorderEmpty: "#cecece",
|
|
142
|
+
colorCommonBorderInverse: "#ffffff",
|
|
139
143
|
colorCommonBackgroundDefault: "#ffffff",
|
|
140
|
-
colorCommonBackgroundOverlay: "
|
|
144
|
+
colorCommonBackgroundOverlay: "rgba(0, 0, 0, 0.5)",
|
|
141
145
|
colorDivider: "#cecece",
|
|
142
146
|
colorLinkTextDefault: "#00689a",
|
|
143
147
|
colorLinkTextHover: "#005077",
|
|
@@ -113,6 +113,9 @@ 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 colorCommonSurfaceSecondaryDefault: string;
|
|
117
|
+
export const colorCommonSurfaceSecondaryHover: string;
|
|
118
|
+
export const colorCommonSurfaceSecondaryPress: string;
|
|
116
119
|
export const colorCommonSurfaceInverse: string;
|
|
117
120
|
export const colorCommonSurfaceHover: string;
|
|
118
121
|
export const colorCommonSurfacePress: string;
|
|
@@ -135,6 +138,7 @@ export const colorCommonTextSecondary: string;
|
|
|
135
138
|
export const colorCommonTextInverse: string;
|
|
136
139
|
export const colorCommonBorderFocus: string;
|
|
137
140
|
export const colorCommonBorderEmpty: string;
|
|
141
|
+
export const colorCommonBorderInverse: string;
|
|
138
142
|
export const colorCommonBackgroundDefault: string;
|
|
139
143
|
export const colorCommonBackgroundOverlay: string;
|
|
140
144
|
export const colorDivider: string;
|
|
@@ -113,6 +113,9 @@ 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 colorCommonSurfaceSecondaryDefault: string;
|
|
117
|
+
export const colorCommonSurfaceSecondaryHover: string;
|
|
118
|
+
export const colorCommonSurfaceSecondaryPress: string;
|
|
116
119
|
export const colorCommonSurfaceInverse: string;
|
|
117
120
|
export const colorCommonSurfaceHover: string;
|
|
118
121
|
export const colorCommonSurfacePress: string;
|
|
@@ -135,6 +138,7 @@ export const colorCommonTextSecondary: string;
|
|
|
135
138
|
export const colorCommonTextInverse: string;
|
|
136
139
|
export const colorCommonBorderFocus: string;
|
|
137
140
|
export const colorCommonBorderEmpty: string;
|
|
141
|
+
export const colorCommonBorderInverse: string;
|
|
138
142
|
export const colorCommonBackgroundDefault: string;
|
|
139
143
|
export const colorCommonBackgroundOverlay: string;
|
|
140
144
|
export const colorDivider: string;
|
|
@@ -113,6 +113,9 @@ 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 colorCommonSurfaceSecondaryDefault = "#ebebeb";
|
|
117
|
+
export const colorCommonSurfaceSecondaryHover = "#dcdcdc";
|
|
118
|
+
export const colorCommonSurfaceSecondaryPress = "#cecece";
|
|
116
119
|
export const colorCommonSurfaceInverse = "#616161";
|
|
117
120
|
export const colorCommonSurfaceHover = "#f2f2f2";
|
|
118
121
|
export const colorCommonSurfacePress = "#ebebeb";
|
|
@@ -135,8 +138,9 @@ export const colorCommonTextSecondary = "#616161";
|
|
|
135
138
|
export const colorCommonTextInverse = "#ffffff";
|
|
136
139
|
export const colorCommonBorderFocus = "#0081c0";
|
|
137
140
|
export const colorCommonBorderEmpty = "#cecece";
|
|
141
|
+
export const colorCommonBorderInverse = "#ffffff";
|
|
138
142
|
export const colorCommonBackgroundDefault = "#ffffff";
|
|
139
|
-
export const colorCommonBackgroundOverlay = "
|
|
143
|
+
export const colorCommonBackgroundOverlay = "rgba(0, 0, 0, 0.5)";
|
|
140
144
|
export const colorDivider = "#cecece";
|
|
141
145
|
export const colorLinkTextDefault = "#00689a";
|
|
142
146
|
export const colorLinkTextHover = "#005077";
|
|
@@ -554,6 +554,21 @@
|
|
|
554
554
|
"color",
|
|
555
555
|
null
|
|
556
556
|
],
|
|
557
|
+
"color-common-surface-secondary-default": [
|
|
558
|
+
"#313131",
|
|
559
|
+
"color",
|
|
560
|
+
null
|
|
561
|
+
],
|
|
562
|
+
"color-common-surface-secondary-hover": [
|
|
563
|
+
"#414141",
|
|
564
|
+
"color",
|
|
565
|
+
null
|
|
566
|
+
],
|
|
567
|
+
"color-common-surface-secondary-press": [
|
|
568
|
+
"#515151",
|
|
569
|
+
"color",
|
|
570
|
+
null
|
|
571
|
+
],
|
|
557
572
|
"color-common-surface-inverse": [
|
|
558
573
|
"#ffffff",
|
|
559
574
|
"color",
|
|
@@ -664,13 +679,18 @@
|
|
|
664
679
|
"color",
|
|
665
680
|
null
|
|
666
681
|
],
|
|
682
|
+
"color-common-border-inverse": [
|
|
683
|
+
"#212121",
|
|
684
|
+
"color",
|
|
685
|
+
null
|
|
686
|
+
],
|
|
667
687
|
"color-common-background-default": [
|
|
668
688
|
"#212121",
|
|
669
689
|
"color",
|
|
670
690
|
null
|
|
671
691
|
],
|
|
672
692
|
"color-common-background-overlay": [
|
|
673
|
-
"
|
|
693
|
+
"rgba(0, 0, 0, 0.75)",
|
|
674
694
|
"color",
|
|
675
695
|
null
|
|
676
696
|
],
|
|
@@ -554,6 +554,21 @@
|
|
|
554
554
|
"color",
|
|
555
555
|
null
|
|
556
556
|
],
|
|
557
|
+
"color-common-surface-secondary-default": [
|
|
558
|
+
"#ebebeb",
|
|
559
|
+
"color",
|
|
560
|
+
null
|
|
561
|
+
],
|
|
562
|
+
"color-common-surface-secondary-hover": [
|
|
563
|
+
"#dcdcdc",
|
|
564
|
+
"color",
|
|
565
|
+
null
|
|
566
|
+
],
|
|
567
|
+
"color-common-surface-secondary-press": [
|
|
568
|
+
"#cecece",
|
|
569
|
+
"color",
|
|
570
|
+
null
|
|
571
|
+
],
|
|
557
572
|
"color-common-surface-inverse": [
|
|
558
573
|
"#616161",
|
|
559
574
|
"color",
|
|
@@ -664,13 +679,18 @@
|
|
|
664
679
|
"color",
|
|
665
680
|
null
|
|
666
681
|
],
|
|
682
|
+
"color-common-border-inverse": [
|
|
683
|
+
"#ffffff",
|
|
684
|
+
"color",
|
|
685
|
+
null
|
|
686
|
+
],
|
|
667
687
|
"color-common-background-default": [
|
|
668
688
|
"#ffffff",
|
|
669
689
|
"color",
|
|
670
690
|
null
|
|
671
691
|
],
|
|
672
692
|
"color-common-background-overlay": [
|
|
673
|
-
"
|
|
693
|
+
"rgba(0, 0, 0, 0.5)",
|
|
674
694
|
"color",
|
|
675
695
|
null
|
|
676
696
|
],
|
|
@@ -114,6 +114,9 @@
|
|
|
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-secondary-default: #313131;
|
|
118
|
+
--dds-color-common-surface-secondary-hover: #414141;
|
|
119
|
+
--dds-color-common-surface-secondary-press: #515151;
|
|
117
120
|
--dds-color-common-surface-inverse: #ffffff;
|
|
118
121
|
--dds-color-common-surface-hover: #282828;
|
|
119
122
|
--dds-color-common-surface-press: #313131;
|
|
@@ -136,8 +139,9 @@
|
|
|
136
139
|
--dds-color-common-text-inverse: #212121;
|
|
137
140
|
--dds-color-common-border-focus: #54c3f1;
|
|
138
141
|
--dds-color-common-border-empty: #515151;
|
|
142
|
+
--dds-color-common-border-inverse: #212121;
|
|
139
143
|
--dds-color-common-background-default: #212121;
|
|
140
|
-
--dds-color-common-background-overlay:
|
|
144
|
+
--dds-color-common-background-overlay: rgba(0, 0, 0, 0.75);
|
|
141
145
|
--dds-color-divider: #515151;
|
|
142
146
|
--dds-color-link-text-default: #76cff4;
|
|
143
147
|
--dds-color-link-text-hover: #98dbf7;
|
|
@@ -114,6 +114,9 @@
|
|
|
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-secondary-default: #ebebeb;
|
|
118
|
+
--dds-color-common-surface-secondary-hover: #dcdcdc;
|
|
119
|
+
--dds-color-common-surface-secondary-press: #cecece;
|
|
117
120
|
--dds-color-common-surface-inverse: #616161;
|
|
118
121
|
--dds-color-common-surface-hover: #f2f2f2;
|
|
119
122
|
--dds-color-common-surface-press: #ebebeb;
|
|
@@ -136,8 +139,9 @@
|
|
|
136
139
|
--dds-color-common-text-inverse: #ffffff;
|
|
137
140
|
--dds-color-common-border-focus: #0081c0;
|
|
138
141
|
--dds-color-common-border-empty: #cecece;
|
|
142
|
+
--dds-color-common-border-inverse: #ffffff;
|
|
139
143
|
--dds-color-common-background-default: #ffffff;
|
|
140
|
-
--dds-color-common-background-overlay:
|
|
144
|
+
--dds-color-common-background-overlay: rgba(0, 0, 0, 0.5);
|
|
141
145
|
--dds-color-divider: #cecece;
|
|
142
146
|
--dds-color-link-text-default: #00689a;
|
|
143
147
|
--dds-color-link-text-hover: #005077;
|
package/build/tailwind4.css
CHANGED
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
--color-dds-color-common-surface-danger-hover: var(--dds-color-common-surface-danger-hover);
|
|
111
111
|
--color-dds-color-common-surface-danger-press: var(--dds-color-common-surface-danger-press);
|
|
112
112
|
--color-dds-color-common-surface-default: var(--dds-color-common-surface-default);
|
|
113
|
+
--color-dds-color-common-surface-secondary-default: var(--dds-color-common-surface-secondary-default);
|
|
114
|
+
--color-dds-color-common-surface-secondary-hover: var(--dds-color-common-surface-secondary-hover);
|
|
115
|
+
--color-dds-color-common-surface-secondary-press: var(--dds-color-common-surface-secondary-press);
|
|
113
116
|
--color-dds-color-common-surface-inverse: var(--dds-color-common-surface-inverse);
|
|
114
117
|
--color-dds-color-common-surface-hover: var(--dds-color-common-surface-hover);
|
|
115
118
|
--color-dds-color-common-surface-press: var(--dds-color-common-surface-press);
|
|
@@ -132,6 +135,7 @@
|
|
|
132
135
|
--color-dds-color-common-text-inverse: var(--dds-color-common-text-inverse);
|
|
133
136
|
--color-dds-color-common-border-focus: var(--dds-color-common-border-focus);
|
|
134
137
|
--color-dds-color-common-border-empty: var(--dds-color-common-border-empty);
|
|
138
|
+
--color-dds-color-common-border-inverse: var(--dds-color-common-border-inverse);
|
|
135
139
|
--color-dds-color-common-background-default: var(--dds-color-common-background-default);
|
|
136
140
|
--color-dds-color-common-background-overlay: var(--dds-color-common-background-overlay);
|
|
137
141
|
--color-dds-color-divider: var(--dds-color-divider);
|
package/package.json
CHANGED
|
@@ -50,6 +50,20 @@
|
|
|
50
50
|
"value": "{color.gray.120}",
|
|
51
51
|
"type": "color"
|
|
52
52
|
},
|
|
53
|
+
"secondary": {
|
|
54
|
+
"default": {
|
|
55
|
+
"value": "{color.gray.110}",
|
|
56
|
+
"type": "color"
|
|
57
|
+
},
|
|
58
|
+
"hover": {
|
|
59
|
+
"value": "{color.gray.100}",
|
|
60
|
+
"type": "color"
|
|
61
|
+
},
|
|
62
|
+
"press": {
|
|
63
|
+
"value": "{color.gray.90}",
|
|
64
|
+
"type": "color"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
53
67
|
"inverse": {
|
|
54
68
|
"value": "{color.white}",
|
|
55
69
|
"type": "color"
|
|
@@ -147,6 +161,10 @@
|
|
|
147
161
|
"empty": {
|
|
148
162
|
"value": "{color.gray.90}",
|
|
149
163
|
"type": "color"
|
|
164
|
+
},
|
|
165
|
+
"inverse": {
|
|
166
|
+
"value": "{color.gray.120}",
|
|
167
|
+
"type": "color"
|
|
150
168
|
}
|
|
151
169
|
},
|
|
152
170
|
"background": {
|
|
@@ -155,7 +173,7 @@
|
|
|
155
173
|
"type": "color"
|
|
156
174
|
},
|
|
157
175
|
"overlay": {
|
|
158
|
-
"value": "
|
|
176
|
+
"value": "#000000bf",
|
|
159
177
|
"type": "color"
|
|
160
178
|
}
|
|
161
179
|
}
|
|
@@ -50,6 +50,20 @@
|
|
|
50
50
|
"value": "{color.white}",
|
|
51
51
|
"type": "color"
|
|
52
52
|
},
|
|
53
|
+
"secondary": {
|
|
54
|
+
"default": {
|
|
55
|
+
"value": "{color.gray.20}",
|
|
56
|
+
"type": "color"
|
|
57
|
+
},
|
|
58
|
+
"hover": {
|
|
59
|
+
"value": "{color.gray.30}",
|
|
60
|
+
"type": "color"
|
|
61
|
+
},
|
|
62
|
+
"press": {
|
|
63
|
+
"value": "{color.gray.40}",
|
|
64
|
+
"type": "color"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
53
67
|
"inverse": {
|
|
54
68
|
"value": "{color.gray.80}",
|
|
55
69
|
"type": "color"
|
|
@@ -147,6 +161,10 @@
|
|
|
147
161
|
"empty": {
|
|
148
162
|
"value": "{color.gray.40}",
|
|
149
163
|
"type": "color"
|
|
164
|
+
},
|
|
165
|
+
"inverse": {
|
|
166
|
+
"value": "{color.white}",
|
|
167
|
+
"type": "color"
|
|
150
168
|
}
|
|
151
169
|
},
|
|
152
170
|
"background": {
|
|
@@ -155,7 +173,7 @@
|
|
|
155
173
|
"type": "color"
|
|
156
174
|
},
|
|
157
175
|
"overlay": {
|
|
158
|
-
"value": "
|
|
176
|
+
"value": "#00000080",
|
|
159
177
|
"type": "color"
|
|
160
178
|
}
|
|
161
179
|
}
|
|
@@ -165,4 +183,4 @@
|
|
|
165
183
|
"type": "color"
|
|
166
184
|
}
|
|
167
185
|
}
|
|
168
|
-
}
|
|
186
|
+
}
|