@daikin-oss/dds-tokens 0.4.1 → 0.4.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.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1 token(s) updated.
8
+
3
9
  ## 0.4.1
4
10
 
5
11
  ### Patch Changes
@@ -131,7 +131,7 @@
131
131
  --dds-color-common-alarm: #e46b08;
132
132
  --dds-color-common-information: #0097e0;
133
133
  --dds-color-common-disabled: #bfbfbf;
134
- --dds-color-common-text-primary: #414141;
134
+ --dds-color-common-text-primary: #212121;
135
135
  --dds-color-common-text-secondary: #616161;
136
136
  --dds-color-common-text-inverse: #ffffff;
137
137
  --dds-color-common-border-focus: #0081c0;
@@ -131,7 +131,7 @@ module.exports = {
131
131
  colorCommonAlarm: "#e46b08",
132
132
  colorCommonInformation: "#0097e0",
133
133
  colorCommonDisabled: "#bfbfbf",
134
- colorCommonTextPrimary: "#414141",
134
+ colorCommonTextPrimary: "#212121",
135
135
  colorCommonTextSecondary: "#616161",
136
136
  colorCommonTextInverse: "#ffffff",
137
137
  colorCommonBorderFocus: "#0081c0",
@@ -130,7 +130,7 @@ export const colorCommonWarning = "#b88700";
130
130
  export const colorCommonAlarm = "#e46b08";
131
131
  export const colorCommonInformation = "#0097e0";
132
132
  export const colorCommonDisabled = "#bfbfbf";
133
- export const colorCommonTextPrimary = "#414141";
133
+ export const colorCommonTextPrimary = "#212121";
134
134
  export const colorCommonTextSecondary = "#616161";
135
135
  export const colorCommonTextInverse = "#ffffff";
136
136
  export const colorCommonBorderFocus = "#0081c0";
@@ -640,7 +640,7 @@
640
640
  null
641
641
  ],
642
642
  "color-common-text-primary": [
643
- "#414141",
643
+ "#212121",
644
644
  "color",
645
645
  null
646
646
  ],
@@ -131,7 +131,7 @@
131
131
  --dds-color-common-alarm: #e46b08;
132
132
  --dds-color-common-information: #0097e0;
133
133
  --dds-color-common-disabled: #bfbfbf;
134
- --dds-color-common-text-primary: #414141;
134
+ --dds-color-common-text-primary: #212121;
135
135
  --dds-color-common-text-secondary: #616161;
136
136
  --dds-color-common-text-inverse: #ffffff;
137
137
  --dds-color-common-border-focus: #0081c0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daikin-oss/dds-tokens",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Design token definitions for DDS",
5
5
  "type": "module",
6
6
  "files": [
@@ -127,7 +127,7 @@
127
127
  },
128
128
  "text": {
129
129
  "primary": {
130
- "value": "{color.gray.100}",
130
+ "value": "{color.gray.120}",
131
131
  "type": "color"
132
132
  },
133
133
  "secondary": {
@@ -165,4 +165,4 @@
165
165
  "type": "color"
166
166
  }
167
167
  }
168
- }
168
+ }