diff --git a/design-tokens/tokens/component/component.default.json b/design-tokens/tokens/component/component.default.json index b0c8b7b5f..e0a1b4ee8 100644 --- a/design-tokens/tokens/component/component.default.json +++ b/design-tokens/tokens/component/component.default.json @@ -7095,7 +7095,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7145,7 +7145,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7195,7 +7195,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7245,7 +7245,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7392,7 +7392,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7442,7 +7442,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7492,7 +7492,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7542,7 +7542,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7679,7 +7679,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7729,7 +7729,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -7779,7 +7779,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -9465,7 +9465,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -9515,7 +9515,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } @@ -9565,7 +9565,7 @@ "$extensions": { "com.figma": { "hiddenFromPublishing": false, - "scopes": ["TEXT_FILL"], + "scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"], "codeSyntax": {} } } diff --git a/design-tokens/tokens/semantic/color.dark.json b/design-tokens/tokens/semantic/color.dark.json index dd4b70e11..a09ec3796 100644 --- a/design-tokens/tokens/semantic/color.dark.json +++ b/design-tokens/tokens/semantic/color.dark.json @@ -16,7 +16,7 @@ "hover": { "$type": "color", "$value": "{base.color.white.opacity6}", - "$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.", + "$description": "Generic hover state of components that have no fill in their default/enabled state. For example, unselected menu-items.", "$extensions": { "com.figma": { "hiddenFromPublishing": false, diff --git a/design-tokens/tokens/semantic/color.light.json b/design-tokens/tokens/semantic/color.light.json index b621e46a9..7d9b13511 100644 --- a/design-tokens/tokens/semantic/color.light.json +++ b/design-tokens/tokens/semantic/color.light.json @@ -16,7 +16,7 @@ "hover": { "$type": "color", "$value": "{color.background.contrast}", - "$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.", + "$description": "Generic hover state of components that have no fill in their default/enabled state. For example, unselected menu-items.", "$extensions": { "com.figma": { "hiddenFromPublishing": false, diff --git a/yarn.lock b/yarn.lock index 0ad9f46f9..ba12f1227 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7806,7 +7806,7 @@ grommet-theme-hpe@5.7.0: "grommet@https://github.com/grommet/grommet/tarball/stable": version "2.42.0" - resolved "https://github.com/grommet/grommet/tarball/stable#cbf0296d246770258726999db872be8650bd4115" + resolved "https://github.com/grommet/grommet/tarball/stable#630e26b2ee147bfd806837df1b7427017bbc79f8" dependencies: "@emotion/is-prop-valid" "^1.3.1" grommet-icons "^4.12.1"