@dictu/design-tokens 2.8.0 → 2.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @dictu/design-tokens
2
2
 
3
+ ## 2.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 194f697: Changed design token for focus background color of Text input
8
+ component to white from yellow, changed token reference in text input
9
+ component from focus-visible to focus
10
+
3
11
  ## 2.8.0
4
12
 
5
13
  ### Minor Changes
package/dist/index.css CHANGED
@@ -831,6 +831,7 @@
831
831
  --govnl-text-input-hover-background-color: var(--govnl-form-control-hover-background-color);
832
832
  --govnl-text-input-hover-border-color: var(--govnl-form-control-hover-border-color);
833
833
  --govnl-text-input-hover-color: var(--govnl-form-control-hover-color);
834
+ --govnl-text-input-focus-background-color: var(--govnl-form-control-background-color);
834
835
  --govnl-text-input-error-background-color: var(--govnl-form-control-invalid-background-color);
835
836
  --govnl-text-input-error-color: var(--govnl-form-control-color);
836
837
  --govnl-text-input-read-only-background-color: var(--govnl-form-control-read-only-background-color);
@@ -1010,7 +1011,6 @@
1010
1011
  --govnl-breadcrumb-nav-link-hover-color: var(--govnl-interaction-hover-color);
1011
1012
  --govnl-accordion-button-hover-color: var(--govnl-interaction-hover-color);
1012
1013
  --govnl-accordion-button-active-color: var(--govnl-interaction-active-color);
1013
- --govnl-text-input-focus-background-color: var(--govnl-form-control-focus-background-color);
1014
1014
  --govnl-text-input-focus-border-color: var(--govnl-form-control-focus-border-color);
1015
1015
  --govnl-text-input-focus-color: var(--govnl-form-control-focus-color);
1016
1016
  --govnl-text-input-focus-outline-color: var(--govnl-form-control-focus-outline-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dictu/design-tokens",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "author": "Dienst ICT Uitvoering",
5
5
  "description": "Design Tokens for DICTU Design system, based on the NL Design System architecture",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -74,7 +74,7 @@
74
74
  "focus": {
75
75
  "background-color": {
76
76
  "$type": "color",
77
- "$value": "{govnl.form-control.focus.background-color}"
77
+ "$value": "{govnl.form-control.background-color}"
78
78
  },
79
79
  "border-color": {
80
80
  "$type": "color",
@@ -157,4 +157,4 @@
157
157
  }
158
158
  }
159
159
  }
160
- }
160
+ }