Skip to content

Commit be0ba7c

Browse files
authored
fix: date input box shadow value (#1333)
De waarde van de volgende tokens zijn gewijzigd: - Waarde van token `ams.date-input.hover.box-shadow` is gewijzigd van `None` naar `{x: 0 y: 0 blur: 0 spread: {basis.form-control.hover.border-width} color: {basis.form-control.hover.border-color} type: innerShadow}`. - Waarde van token `ams.date-input.invalid.hover.box-shadow` is gewijzigd van `None` naar `{x: 0 y: 0 blur: 0 spread: {basis.form-control.hover.border-width} color: {basis.color.negative.border-hover} type: innerShadow}`.
1 parent 2a03dca commit be0ba7c

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@nl-design-system-unstable/start-design-tokens": minor
3+
"@nl-design-system-unstable/voorbeeld-design-tokens": minor
4+
---
5+
6+
De waarde van de volgende tokens zijn gewijzigd:
7+
8+
- Waarde van token `ams.date-input.hover.box-shadow` is gewijzigd van `None` naar `{x: 0 y: 0 blur: 0 spread: {basis.form-control.hover.border-width} color: {basis.form-control.hover.border-color} type: innerShadow}`.
9+
- Waarde van token `ams.date-input.invalid.hover.box-shadow` is gewijzigd van `None` naar `{x: 0 y: 0 blur: 0 spread: {basis.form-control.hover.border-width} color: {basis.color.negative.border-hover} type: innerShadow}`.

packages/start-design-tokens/figma/start.tokens.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6554,7 +6554,14 @@
65546554
"hover": {
65556555
"box-shadow": {
65566556
"$type": "boxShadow",
6557-
"$value": "None"
6557+
"$value": {
6558+
"x": "0",
6559+
"y": "0",
6560+
"blur": "0",
6561+
"spread": "{basis.form-control.hover.border-width}",
6562+
"color": "{basis.form-control.hover.border-color}",
6563+
"type": "innerShadow"
6564+
}
65586565
},
65596566
"calendar-picker-indicator": {
65606567
"background-image": {
@@ -6576,7 +6583,14 @@
65766583
},
65776584
"box-shadow": {
65786585
"$type": "boxShadow",
6579-
"$value": "None"
6586+
"$value": {
6587+
"x": "0",
6588+
"y": "0",
6589+
"blur": "0",
6590+
"spread": "{basis.form-control.hover.border-width}",
6591+
"color": "{basis.color.negative.border-hover}",
6592+
"type": "innerShadow"
6593+
}
65806594
}
65816595
}
65826596
}

packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6801,7 +6801,14 @@
68016801
"hover": {
68026802
"box-shadow": {
68036803
"$type": "boxShadow",
6804-
"$value": "None"
6804+
"$value": {
6805+
"x": "0",
6806+
"y": "0",
6807+
"blur": "0",
6808+
"spread": "{basis.form-control.hover.border-width}",
6809+
"color": "{basis.form-control.hover.border-color}",
6810+
"type": "innerShadow"
6811+
}
68056812
},
68066813
"calendar-picker-indicator": {
68076814
"background-image": {
@@ -6823,7 +6830,14 @@
68236830
},
68246831
"box-shadow": {
68256832
"$type": "boxShadow",
6826-
"$value": "None"
6833+
"$value": {
6834+
"x": "0",
6835+
"y": "0",
6836+
"blur": "0",
6837+
"spread": "{basis.form-control.hover.border-width}",
6838+
"color": "{basis.color.negative.border-hover}",
6839+
"type": "innerShadow"
6840+
}
68276841
}
68286842
}
68296843
}

0 commit comments

Comments
 (0)