diff --git a/design-tokens/tokens/component/component.default.json b/design-tokens/tokens/component/component.default.json index 6d4d2a2b4a..53ef58bfd0 100644 --- a/design-tokens/tokens/component/component.default.json +++ b/design-tokens/tokens/component/component.default.json @@ -3357,7 +3357,7 @@ "toolbar": { "paddingX": { "$type": "number", - "$value": "{button.medium.default.paddingX}", + "$value": "{element.medium.paddingX.default}", "$description": "", "$extensions": { "com.figma": { @@ -8781,7 +8781,7 @@ "disabled": { "textColor": { "$type": "color", - "$value": "{color.text.strong}", + "$value": "{color.text.disabled}", "$description": "", "$extensions": { "com.figma": { diff --git a/design-tokens/tokens/semantic/color.dark.json b/design-tokens/tokens/semantic/color.dark.json index 72f08b2ca6..a5c6ebb91a 100644 --- a/design-tokens/tokens/semantic/color.dark.json +++ b/design-tokens/tokens/semantic/color.dark.json @@ -158,6 +158,18 @@ "codeSyntax": {} } } + }, + "hover": { + "$type": "color", + "$value": "{base.color.brand}", + "$description": "Selected (or checked) colour. Used for ‘selected’ state. Examples include, checked checkboxes, checked radios, on toggle, active tabs.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": {} + } + } } }, "weak": { diff --git a/design-tokens/tokens/semantic/color.light.json b/design-tokens/tokens/semantic/color.light.json index a56a29784a..e85d47313e 100644 --- a/design-tokens/tokens/semantic/color.light.json +++ b/design-tokens/tokens/semantic/color.light.json @@ -158,6 +158,18 @@ "codeSyntax": {} } } + }, + "hover": { + "$type": "color", + "$value": "{base.color.brand}", + "$description": "Selected (or checked) colour. Used for ‘selected’ state. Examples include, checked checkboxes, checked radios, on toggle, active tabs.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": {} + } + } } }, "weak": { diff --git a/sandbox/grommet-app/src/pages/sticker-sheet/index.jsx b/sandbox/grommet-app/src/pages/sticker-sheet/index.jsx index 9093fd18fd..0d2824943e 100644 --- a/sandbox/grommet-app/src/pages/sticker-sheet/index.jsx +++ b/sandbox/grommet-app/src/pages/sticker-sheet/index.jsx @@ -40,10 +40,11 @@ import { ThumbsRating, DataTable, Meter, + ToggleGroup, } from 'grommet'; -import { User } from 'grommet-icons'; +import { User, Table, List, MapLocation } from 'grommet-icons'; import { hpe } from 'grommet-theme-hpe'; -import { refresh as hpeCurrent } from '../../theme'; +import { current as hpeCurrent } from '../../theme'; const textSizes = [ 'xsmall', @@ -419,7 +420,31 @@ const StickerSheet = () => { - + + , + }, + { + value: 2, + icon: , + }, + { + value: 3, + icon: , + }, + ]} + /> + + + + + + {}} /> +