Skip to content

Commit fe23a9a

Browse files
authored
Update tokens from Figma
1 parent 2af21d9 commit fe23a9a

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

design-tokens/tokens/component/component.default.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7095,7 +7095,7 @@
70957095
"$extensions": {
70967096
"com.figma": {
70977097
"hiddenFromPublishing": false,
7098-
"scopes": ["TEXT_FILL"],
7098+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
70997099
"codeSyntax": {}
71007100
}
71017101
}
@@ -7145,7 +7145,7 @@
71457145
"$extensions": {
71467146
"com.figma": {
71477147
"hiddenFromPublishing": false,
7148-
"scopes": ["TEXT_FILL"],
7148+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
71497149
"codeSyntax": {}
71507150
}
71517151
}
@@ -7195,7 +7195,7 @@
71957195
"$extensions": {
71967196
"com.figma": {
71977197
"hiddenFromPublishing": false,
7198-
"scopes": ["TEXT_FILL"],
7198+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
71997199
"codeSyntax": {}
72007200
}
72017201
}
@@ -7245,7 +7245,7 @@
72457245
"$extensions": {
72467246
"com.figma": {
72477247
"hiddenFromPublishing": false,
7248-
"scopes": ["TEXT_FILL"],
7248+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
72497249
"codeSyntax": {}
72507250
}
72517251
}
@@ -7392,7 +7392,7 @@
73927392
"$extensions": {
73937393
"com.figma": {
73947394
"hiddenFromPublishing": false,
7395-
"scopes": ["TEXT_FILL"],
7395+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
73967396
"codeSyntax": {}
73977397
}
73987398
}
@@ -7442,7 +7442,7 @@
74427442
"$extensions": {
74437443
"com.figma": {
74447444
"hiddenFromPublishing": false,
7445-
"scopes": ["TEXT_FILL"],
7445+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
74467446
"codeSyntax": {}
74477447
}
74487448
}
@@ -7492,7 +7492,7 @@
74927492
"$extensions": {
74937493
"com.figma": {
74947494
"hiddenFromPublishing": false,
7495-
"scopes": ["TEXT_FILL"],
7495+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
74967496
"codeSyntax": {}
74977497
}
74987498
}
@@ -7542,7 +7542,7 @@
75427542
"$extensions": {
75437543
"com.figma": {
75447544
"hiddenFromPublishing": false,
7545-
"scopes": ["TEXT_FILL"],
7545+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
75467546
"codeSyntax": {}
75477547
}
75487548
}
@@ -7679,7 +7679,7 @@
76797679
"$extensions": {
76807680
"com.figma": {
76817681
"hiddenFromPublishing": false,
7682-
"scopes": ["TEXT_FILL"],
7682+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
76837683
"codeSyntax": {}
76847684
}
76857685
}
@@ -7729,7 +7729,7 @@
77297729
"$extensions": {
77307730
"com.figma": {
77317731
"hiddenFromPublishing": false,
7732-
"scopes": ["TEXT_FILL"],
7732+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
77337733
"codeSyntax": {}
77347734
}
77357735
}
@@ -7779,7 +7779,7 @@
77797779
"$extensions": {
77807780
"com.figma": {
77817781
"hiddenFromPublishing": false,
7782-
"scopes": ["TEXT_FILL"],
7782+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
77837783
"codeSyntax": {}
77847784
}
77857785
}
@@ -9465,7 +9465,7 @@
94659465
"$extensions": {
94669466
"com.figma": {
94679467
"hiddenFromPublishing": false,
9468-
"scopes": ["TEXT_FILL"],
9468+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
94699469
"codeSyntax": {}
94709470
}
94719471
}
@@ -9515,7 +9515,7 @@
95159515
"$extensions": {
95169516
"com.figma": {
95179517
"hiddenFromPublishing": false,
9518-
"scopes": ["TEXT_FILL"],
9518+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
95199519
"codeSyntax": {}
95209520
}
95219521
}
@@ -9565,7 +9565,7 @@
95659565
"$extensions": {
95669566
"com.figma": {
95679567
"hiddenFromPublishing": false,
9568-
"scopes": ["TEXT_FILL"],
9568+
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
95699569
"codeSyntax": {}
95709570
}
95719571
}

design-tokens/tokens/semantic/color.dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hover": {
1717
"$type": "color",
1818
"$value": "{base.color.white.opacity6}",
19-
"$description": "A generic hover state color to indicate hover on components that have no fill in their default/enabled state. For example, unselected menu-items.",
19+
"$description": "Generic hover state of components that have no fill in their default/enabled state. For example, unselected menu-items.",
2020
"$extensions": {
2121
"com.figma": {
2222
"hiddenFromPublishing": false,

design-tokens/tokens/semantic/color.light.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hover": {
1717
"$type": "color",
1818
"$value": "{color.background.contrast}",
19-
"$description": "A generic hover state color to indicate hover on components that have no fill in their default/enabled state. For example, unselected menu-items.",
19+
"$description": "Generic hover state of components that have no fill in their default/enabled state. For example, unselected menu-items.",
2020
"$extensions": {
2121
"com.figma": {
2222
"hiddenFromPublishing": false,

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7806,7 +7806,7 @@ grommet-theme-hpe@5.7.0:
78067806

78077807
"grommet@https://github.com/grommet/grommet/tarball/stable":
78087808
version "2.42.0"
7809-
resolved "https://github.com/grommet/grommet/tarball/stable#cbf0296d246770258726999db872be8650bd4115"
7809+
resolved "https://github.com/grommet/grommet/tarball/stable#630e26b2ee147bfd806837df1b7427017bbc79f8"
78107810
dependencies:
78117811
"@emotion/is-prop-valid" "^1.3.1"
78127812
grommet-icons "^4.12.1"

0 commit comments

Comments
 (0)