@guardian/stand 0.0.38 → 0.0.39
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/dist/{alert-banner.cjs → AlertBanner.cjs} +1 -1
- package/dist/{alert-banner.js → AlertBanner.js} +1 -1
- package/dist/{avatar.cjs → Avatar.cjs} +1 -1
- package/dist/{avatar.js → Avatar.js} +1 -1
- package/dist/AvatarButton.cjs +7 -0
- package/dist/AvatarButton.js +1 -0
- package/dist/AvatarLink.cjs +7 -0
- package/dist/AvatarLink.js +1 -0
- package/dist/{button.cjs → Button.cjs} +1 -1
- package/dist/{button.js → Button.js} +1 -1
- package/dist/{byline.cjs → Byline.cjs} +1 -1
- package/dist/{byline.js → Byline.js} +1 -1
- package/dist/{checkbox.cjs → Checkbox.cjs} +2 -2
- package/dist/Checkbox.js +3 -0
- package/dist/{date-picker.cjs → DatePicker.cjs} +1 -1
- package/dist/{date-picker.js → DatePicker.js} +1 -1
- package/dist/{favicon.cjs → Favicon.cjs} +1 -1
- package/dist/{favicon.js → Favicon.js} +1 -1
- package/dist/{grid.cjs → Grid.cjs} +1 -1
- package/dist/{grid.js → Grid.js} +1 -1
- package/dist/{icon.cjs → Icon.cjs} +1 -1
- package/dist/{icon.js → Icon.js} +1 -1
- package/dist/IconButton.cjs +7 -0
- package/dist/IconButton.js +1 -0
- package/dist/IconLinkButton.cjs +7 -0
- package/dist/IconLinkButton.js +1 -0
- package/dist/{inline-message.cjs → InlineMessage.cjs} +1 -1
- package/dist/{inline-message.js → InlineMessage.js} +1 -1
- package/dist/{intended-audience-signifier.cjs → IntendedAudienceSignifier.cjs} +1 -1
- package/dist/{intended-audience-signifier.js → IntendedAudienceSignifier.js} +1 -1
- package/dist/{layout.cjs → Layout.cjs} +1 -1
- package/dist/{layout.js → Layout.js} +1 -1
- package/dist/{link.cjs → Link.cjs} +1 -1
- package/dist/{link.js → Link.js} +1 -1
- package/dist/LinkButton.cjs +7 -0
- package/dist/LinkButton.js +1 -0
- package/dist/{menu.cjs → Menu.cjs} +1 -1
- package/dist/{menu.js → Menu.js} +1 -1
- package/dist/{radio-group.cjs → RadioGroup.cjs} +1 -1
- package/dist/{radio-group.js → RadioGroup.js} +1 -1
- package/dist/{select.cjs → Select.cjs} +1 -1
- package/dist/{select.js → Select.js} +1 -1
- package/dist/{tag-picker.cjs → TagPicker.cjs} +3 -3
- package/dist/TagPicker.js +5 -0
- package/dist/{text-area.cjs → TextArea.cjs} +1 -1
- package/dist/{text-area.js → TextArea.js} +1 -1
- package/dist/{text-input.cjs → TextInput.cjs} +1 -1
- package/dist/{text-input.js → TextInput.js} +1 -1
- package/dist/TopBar.cjs +6 -6
- package/dist/TopBar.js +5 -5
- package/dist/{typography.cjs → Typography.cjs} +1 -1
- package/dist/{typography.js → Typography.js} +1 -1
- package/dist/{user-menu.cjs → UserMenu.cjs} +1 -1
- package/dist/{user-menu.js → UserMenu.js} +1 -1
- package/dist/components/{alert-banner → AlertBanner}/AlertBanner.cjs +2 -2
- package/dist/components/{alert-banner → AlertBanner}/AlertBanner.js +2 -2
- package/dist/components/{alert-banner → AlertBanner}/styles.cjs +5 -5
- package/dist/components/{alert-banner → AlertBanner}/styles.js +5 -5
- package/dist/components/{avatar → Avatar}/styles.cjs +7 -7
- package/dist/components/{avatar → Avatar}/styles.js +7 -7
- package/dist/components/{avatar → Avatar}/types.cjs +2 -2
- package/dist/components/{avatar → Avatar}/types.js +2 -2
- package/dist/components/{avatar-button → AvatarButton}/AvatarButton.cjs +1 -1
- package/dist/components/{avatar-button → AvatarButton}/AvatarButton.js +1 -1
- package/dist/components/{avatar-button → AvatarButton}/styles.cjs +5 -5
- package/dist/components/{avatar-button → AvatarButton}/styles.js +5 -5
- package/dist/components/{avatar-link → AvatarLink}/AvatarLink.cjs +1 -1
- package/dist/components/{avatar-link → AvatarLink}/AvatarLink.js +1 -1
- package/dist/components/{avatar-link → AvatarLink}/styles.cjs +5 -5
- package/dist/components/{avatar-link → AvatarLink}/styles.js +5 -5
- package/dist/components/{button → Button}/Button.cjs +1 -1
- package/dist/components/{button → Button}/Button.js +1 -1
- package/dist/components/{button → Button}/styles.cjs +17 -17
- package/dist/components/{button → Button}/styles.js +17 -17
- package/dist/components/{checkbox → Checkbox}/CheckboxGroup.cjs +1 -1
- package/dist/components/{checkbox → Checkbox}/CheckboxGroup.js +1 -1
- package/dist/components/{checkbox → Checkbox}/styles.cjs +14 -14
- package/dist/components/{checkbox → Checkbox}/styles.js +14 -14
- package/dist/components/{date-picker → DatePicker}/DatePicker.cjs +2 -2
- package/dist/components/{date-picker → DatePicker}/DatePicker.js +2 -2
- package/dist/components/{favicon → Favicon}/Favicon.cjs +1 -1
- package/dist/components/{favicon → Favicon}/Favicon.js +1 -1
- package/dist/components/{favicon → Favicon}/styles.cjs +3 -3
- package/dist/components/{favicon → Favicon}/styles.js +3 -3
- package/dist/components/{form → Form}/Form.cjs +1 -1
- package/dist/components/{form → Form}/Form.js +1 -1
- package/dist/components/{form → Form}/styles.cjs +1 -1
- package/dist/components/{form → Form}/styles.js +1 -1
- package/dist/components/{icon → Icon}/styles.cjs +1 -1
- package/dist/components/{icon → Icon}/styles.js +1 -1
- package/dist/components/{icon-button → IconButton}/IconButton.cjs +1 -1
- package/dist/components/{icon-button → IconButton}/IconButton.js +1 -1
- package/dist/components/{icon-button → IconButton}/styles.cjs +1 -1
- package/dist/components/{icon-button → IconButton}/styles.js +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/IconLinkButton.cjs +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/IconLinkButton.js +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/styles.cjs +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/styles.js +1 -1
- package/dist/components/{inline-message → InlineMessage}/InlineMessage.cjs +3 -3
- package/dist/components/{inline-message → InlineMessage}/InlineMessage.js +3 -3
- package/dist/components/{inline-message → InlineMessage}/styles.cjs +2 -2
- package/dist/components/{inline-message → InlineMessage}/styles.js +2 -2
- package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/IntendedAudienceSignifier.cjs +36 -4
- package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.js +67 -0
- package/dist/components/{layout → Layout}/styles.cjs +3 -3
- package/dist/components/{layout → Layout}/styles.js +3 -3
- package/dist/components/{link → Link}/Link.cjs +2 -2
- package/dist/components/{link → Link}/Link.js +2 -2
- package/dist/components/{link-button → LinkButton}/LinkButton.cjs +1 -1
- package/dist/components/{link-button → LinkButton}/LinkButton.js +1 -1
- package/dist/components/{link-button → LinkButton}/styles.cjs +1 -1
- package/dist/components/{link-button → LinkButton}/styles.js +1 -1
- package/dist/components/{menu → Menu}/Menu.cjs +1 -1
- package/dist/components/{menu → Menu}/Menu.js +1 -1
- package/dist/components/{menu → Menu}/styles.cjs +26 -26
- package/dist/components/{menu → Menu}/styles.js +26 -26
- package/dist/components/{radio-group → RadioGroup}/RadioGroup.cjs +1 -1
- package/dist/components/{radio-group → RadioGroup}/RadioGroup.js +1 -1
- package/dist/components/{select → Select}/Select.cjs +2 -2
- package/dist/components/{select → Select}/Select.js +2 -2
- package/dist/components/{select → Select}/styles.cjs +2 -2
- package/dist/components/{select → Select}/styles.js +2 -2
- package/dist/components/{text-area → TextArea}/TextArea.cjs +1 -1
- package/dist/components/{text-area → TextArea}/TextArea.js +1 -1
- package/dist/components/{text-area → TextArea}/styles.cjs +3 -3
- package/dist/components/{text-area → TextArea}/styles.js +3 -3
- package/dist/components/{text-input → TextInput}/TextInput.cjs +1 -1
- package/dist/components/{text-input → TextInput}/TextInput.js +1 -1
- package/dist/components/{text-input → TextInput}/styles.cjs +3 -3
- package/dist/components/{text-input → TextInput}/styles.js +3 -3
- package/dist/components/{topbar → TopBar}/TopBar.cjs +14 -14
- package/dist/components/{topbar → TopBar}/TopBar.js +14 -14
- package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.cjs +3 -3
- package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.js +3 -3
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.cjs +2 -2
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.js +2 -2
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.cjs +19 -19
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.js +19 -19
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.cjs +3 -3
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.js +3 -3
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.cjs +7 -7
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.js +7 -7
- package/dist/components/{topbar → TopBar}/styles.cjs +12 -12
- package/dist/components/{topbar → TopBar}/styles.js +11 -11
- package/dist/components/{typography → Typography}/Typography.cjs +1 -1
- package/dist/components/{typography → Typography}/Typography.js +1 -1
- package/dist/components/{user-menu → UserMenu}/UserMenu.cjs +1 -1
- package/dist/components/{user-menu → UserMenu}/UserMenu.js +1 -1
- package/dist/components/{user-menu → UserMenu}/default-options.cjs +16 -16
- package/dist/components/{user-menu → UserMenu}/default-options.js +16 -16
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/styleD/build/css/base/radius.css +6 -6
- package/dist/styleD/build/css/base/sizing.css +20 -20
- package/dist/styleD/build/css/component/intendedAudienceSignifier.css +2 -2
- package/dist/styleD/build/css/component/{TopBar.css → topBar.css} +2 -2
- package/dist/styleD/build/css/semantic/colors.css +3 -2
- package/dist/styleD/build/css/semantic/typography.css +6 -6
- package/dist/styleD/build/typescript/base/colors.cjs +2 -2
- package/dist/styleD/build/typescript/base/colors.js +2 -2
- package/dist/styleD/build/typescript/base/radius.cjs +6 -6
- package/dist/styleD/build/typescript/base/radius.js +6 -6
- package/dist/styleD/build/typescript/base/sizing.cjs +20 -20
- package/dist/styleD/build/typescript/base/sizing.js +20 -20
- package/dist/styleD/build/typescript/base/spacing.cjs +34 -34
- package/dist/styleD/build/typescript/base/spacing.js +34 -34
- package/dist/styleD/build/typescript/base/typography.cjs +42 -42
- package/dist/styleD/build/typescript/base/typography.js +42 -42
- package/dist/styleD/build/typescript/component/alertBanner.cjs +8 -8
- package/dist/styleD/build/typescript/component/alertBanner.js +8 -8
- package/dist/styleD/build/typescript/component/avatar.cjs +33 -33
- package/dist/styleD/build/typescript/component/avatar.js +33 -33
- package/dist/styleD/build/typescript/component/button.cjs +18 -18
- package/dist/styleD/build/typescript/component/button.js +18 -18
- package/dist/styleD/build/typescript/component/checkbox.cjs +16 -16
- package/dist/styleD/build/typescript/component/checkbox.js +16 -16
- package/dist/styleD/build/typescript/component/favicon.cjs +3 -3
- package/dist/styleD/build/typescript/component/favicon.js +3 -3
- package/dist/styleD/build/typescript/component/form.cjs +1 -1
- package/dist/styleD/build/typescript/component/form.js +1 -1
- package/dist/styleD/build/typescript/component/icon.cjs +1 -1
- package/dist/styleD/build/typescript/component/icon.js +1 -1
- package/dist/styleD/build/typescript/component/inlineMessage.cjs +2 -2
- package/dist/styleD/build/typescript/component/inlineMessage.js +2 -2
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.cjs +2 -2
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.js +2 -2
- package/dist/styleD/build/typescript/component/layout.cjs +3 -3
- package/dist/styleD/build/typescript/component/layout.js +3 -3
- package/dist/styleD/build/typescript/component/menu.cjs +30 -30
- package/dist/styleD/build/typescript/component/menu.js +30 -30
- package/dist/styleD/build/typescript/component/select.cjs +2 -2
- package/dist/styleD/build/typescript/component/select.js +2 -2
- package/dist/styleD/build/typescript/component/textArea.cjs +3 -3
- package/dist/styleD/build/typescript/component/textArea.js +3 -3
- package/dist/styleD/build/typescript/component/textInput.cjs +3 -3
- package/dist/styleD/build/typescript/component/textInput.js +3 -3
- package/dist/styleD/build/typescript/component/{TopBar.cjs → topBar.cjs} +28 -28
- package/dist/styleD/build/typescript/component/{TopBar.js → topBar.js} +28 -28
- package/dist/styleD/build/typescript/semantic/colors.cjs +39 -38
- package/dist/styleD/build/typescript/semantic/colors.js +39 -38
- package/dist/styleD/build/typescript/semantic/grid.cjs +6 -6
- package/dist/styleD/build/typescript/semantic/grid.js +6 -6
- package/dist/styleD/build/typescript/semantic/sizing.cjs +4 -4
- package/dist/styleD/build/typescript/semantic/sizing.js +4 -4
- package/dist/styleD/build/typescript/semantic/typography.cjs +75 -75
- package/dist/styleD/build/typescript/semantic/typography.js +75 -75
- package/dist/types/{alert-banner.d.ts → AlertBanner.d.ts} +3 -3
- package/dist/types/{avatar.d.ts → Avatar.d.ts} +3 -3
- package/dist/types/{avatar-button.d.ts → AvatarButton.d.ts} +3 -3
- package/dist/types/{avatar-link.d.ts → AvatarLink.d.ts} +3 -3
- package/dist/types/{button.d.ts → Button.d.ts} +3 -3
- package/dist/types/{byline.d.ts → Byline.d.ts} +3 -3
- package/dist/types/{checkbox.d.ts → Checkbox.d.ts} +4 -4
- package/dist/types/{date-picker.d.ts → DatePicker.d.ts} +3 -3
- package/dist/types/{favicon.d.ts → Favicon.d.ts} +3 -3
- package/dist/types/{grid.d.ts → Grid.d.ts} +4 -4
- package/dist/types/{icon.d.ts → Icon.d.ts} +3 -3
- package/dist/types/{icon-button.d.ts → IconButton.d.ts} +3 -3
- package/dist/types/{icon-link-button.d.ts → IconLinkButton.d.ts} +3 -3
- package/dist/types/{inline-message.d.ts → InlineMessage.d.ts} +3 -3
- package/dist/types/{intended-audience-signifier.d.ts → IntendedAudienceSignifier.d.ts} +3 -3
- package/dist/types/{layout.d.ts → Layout.d.ts} +3 -3
- package/dist/types/{link.d.ts → Link.d.ts} +3 -3
- package/dist/types/{link-button.d.ts → LinkButton.d.ts} +3 -3
- package/dist/types/{menu.d.ts → Menu.d.ts} +3 -3
- package/dist/types/{radio-group.d.ts → RadioGroup.d.ts} +3 -3
- package/dist/types/{select.d.ts → Select.d.ts} +3 -3
- package/dist/types/{tag-picker.d.ts → TagPicker.d.ts} +3 -3
- package/dist/types/{text-area.d.ts → TextArea.d.ts} +3 -3
- package/dist/types/{text-input.d.ts → TextInput.d.ts} +3 -3
- package/dist/types/TopBar.d.ts +15 -15
- package/dist/types/{typography.d.ts → Typography.d.ts} +3 -3
- package/dist/types/{user-menu.d.ts → UserMenu.d.ts} +1 -1
- package/dist/types/components/{alert-banner → AlertBanner}/sandbox.d.ts +2 -2
- package/dist/types/components/{alert-banner → AlertBanner}/types.d.ts +2 -2
- package/dist/types/components/{avatar → Avatar}/sandbox.d.ts +2 -2
- package/dist/types/components/{avatar-button → AvatarButton}/sandbox.d.ts +1 -1
- package/dist/types/components/{avatar-button → AvatarButton}/styles.d.ts +1 -1
- package/dist/types/components/{avatar-button → AvatarButton}/types.d.ts +1 -1
- package/dist/types/components/{avatar-link → AvatarLink}/sandbox.d.ts +1 -1
- package/dist/types/components/{avatar-link → AvatarLink}/styles.d.ts +1 -1
- package/dist/types/components/{avatar-link → AvatarLink}/types.d.ts +1 -1
- package/dist/types/components/{button → Button}/sandbox.d.ts +2 -2
- package/dist/types/components/{button → Button}/types.d.ts +1 -1
- package/dist/types/components/{checkbox → Checkbox}/CheckboxGroupSandbox.d.ts +2 -2
- package/dist/types/components/{checkbox → Checkbox}/CheckboxSandbox.d.ts +2 -2
- package/dist/types/components/{checkbox → Checkbox}/types.d.ts +1 -1
- package/dist/types/components/DatePicker/sandbox.d.ts +2 -0
- package/dist/types/components/{date-picker → DatePicker}/types.d.ts +1 -1
- package/dist/types/components/{favicon → Favicon}/sandbox.d.ts +2 -2
- package/dist/types/components/{favicon → Favicon}/types.d.ts +1 -1
- package/dist/types/components/{grid → Grid}/sandbox.d.ts +1 -1
- package/dist/types/components/Icon/sandbox.d.ts +5 -0
- package/dist/types/components/{icon-button → IconButton}/sandbox.d.ts +2 -2
- package/dist/types/components/{icon-button → IconButton}/styles.d.ts +20 -20
- package/dist/types/components/{icon-button → IconButton}/types.d.ts +1 -1
- package/dist/types/components/{icon-link-button → IconLinkButton}/sandbox.d.ts +2 -2
- package/dist/types/components/{icon-link-button → IconLinkButton}/styles.d.ts +20 -20
- package/dist/types/components/{icon-link-button → IconLinkButton}/types.d.ts +1 -1
- package/dist/types/components/InlineMessage/sandbox.d.ts +5 -0
- package/dist/types/components/{inline-message → InlineMessage}/types.d.ts +1 -1
- package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/sandbox.d.ts +1 -1
- package/dist/types/components/{layout → Layout}/sandbox.d.ts +1 -1
- package/dist/types/components/{link → Link}/sandbox.d.ts +2 -2
- package/dist/types/components/{link → Link}/types.d.ts +1 -1
- package/dist/types/components/LinkButton/sandbox.d.ts +5 -0
- package/dist/types/components/{link-button → LinkButton}/styles.d.ts +20 -20
- package/dist/types/components/{link-button → LinkButton}/types.d.ts +1 -1
- package/dist/types/components/{menu → Menu}/sandbox.d.ts +2 -2
- package/dist/types/components/{menu → Menu}/types.d.ts +1 -1
- package/dist/types/components/{radio-group → RadioGroup}/sandbox.d.ts +2 -2
- package/dist/types/components/{radio-group → RadioGroup}/types.d.ts +1 -1
- package/dist/types/components/{select → Select}/sandbox.d.ts +2 -2
- package/dist/types/components/{select → Select}/types.d.ts +1 -1
- package/dist/types/components/{text-area → TextArea}/sandbox.d.ts +2 -2
- package/dist/types/components/{text-area → TextArea}/types.d.ts +1 -1
- package/dist/types/components/{text-input → TextInput}/sandbox.d.ts +2 -2
- package/dist/types/components/{text-input → TextInput}/types.d.ts +1 -1
- package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.d.ts +2 -2
- package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.d.ts +2 -2
- package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/types.d.ts +1 -1
- package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.d.ts +2 -2
- package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/types.d.ts +2 -2
- package/dist/types/components/{topbar → TopBar}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar → TopBar}/styles.d.ts +1 -1
- package/dist/types/components/{typography → Typography}/sandbox.d.ts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/styleD/build/typescript/base/colors.d.ts +2 -2
- package/dist/types/styleD/build/typescript/base/radius.d.ts +6 -6
- package/dist/types/styleD/build/typescript/base/sizing.d.ts +20 -20
- package/dist/types/styleD/build/typescript/base/spacing.d.ts +34 -34
- package/dist/types/styleD/build/typescript/base/typography.d.ts +42 -42
- package/dist/types/styleD/build/typescript/component/alertBanner.d.ts +8 -8
- package/dist/types/styleD/build/typescript/component/avatar.d.ts +33 -33
- package/dist/types/styleD/build/typescript/component/button.d.ts +18 -18
- package/dist/types/styleD/build/typescript/component/checkbox.d.ts +16 -16
- package/dist/types/styleD/build/typescript/component/favicon.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/form.d.ts +1 -1
- package/dist/types/styleD/build/typescript/component/icon.d.ts +1 -1
- package/dist/types/styleD/build/typescript/component/inlineMessage.d.ts +2 -2
- package/dist/types/styleD/build/typescript/component/layout.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/menu.d.ts +30 -30
- package/dist/types/styleD/build/typescript/component/select.d.ts +2 -2
- package/dist/types/styleD/build/typescript/component/textArea.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/textInput.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/{TopBar.d.ts → topBar.d.ts} +26 -26
- package/dist/types/styleD/build/typescript/semantic/colors.d.ts +39 -38
- package/dist/types/styleD/build/typescript/semantic/grid.d.ts +6 -6
- package/dist/types/styleD/build/typescript/semantic/sizing.d.ts +4 -4
- package/dist/types/styleD/build/typescript/semantic/typography.d.ts +75 -75
- package/dist/types/templates/component/sandbox.d.ts +1 -1
- package/package.json +183 -183
- package/dist/avatarButton.cjs +0 -7
- package/dist/avatarButton.js +0 -1
- package/dist/avatarLink.cjs +0 -7
- package/dist/avatarLink.js +0 -1
- package/dist/checkbox.js +0 -3
- package/dist/components/intended-audience-signifier/IntendedAudienceSignifier.js +0 -37
- package/dist/icon-button.cjs +0 -7
- package/dist/icon-button.js +0 -1
- package/dist/icon-link-button.cjs +0 -7
- package/dist/icon-link-button.js +0 -1
- package/dist/link-button.cjs +0 -7
- package/dist/link-button.js +0 -1
- package/dist/styleD/build/css/component/topBarItem.css +0 -7
- package/dist/tag-picker.js +0 -5
- package/dist/types/components/date-picker/sandbox.d.ts +0 -2
- package/dist/types/components/icon/sandbox.d.ts +0 -5
- package/dist/types/components/inline-message/sandbox.d.ts +0 -5
- package/dist/types/components/link-button/sandbox.d.ts +0 -5
- /package/dist/{form.cjs → Form.cjs} +0 -0
- /package/dist/{form.js → Form.js} +0 -0
- /package/dist/components/{avatar → Avatar}/Avatar.cjs +0 -0
- /package/dist/components/{avatar → Avatar}/Avatar.js +0 -0
- /package/dist/components/{byline → Byline}/Byline.cjs +0 -0
- /package/dist/components/{byline → Byline}/Byline.js +0 -0
- /package/dist/components/{byline → Byline}/Preview.cjs +0 -0
- /package/dist/components/{byline → Byline}/Preview.js +0 -0
- /package/dist/components/{byline → Byline}/lib.cjs +0 -0
- /package/dist/components/{byline → Byline}/lib.js +0 -0
- /package/dist/components/{byline → Byline}/placeholder.cjs +0 -0
- /package/dist/components/{byline → Byline}/placeholder.js +0 -0
- /package/dist/components/{byline → Byline}/plugins.cjs +0 -0
- /package/dist/components/{byline → Byline}/plugins.js +0 -0
- /package/dist/components/{byline → Byline}/schema.cjs +0 -0
- /package/dist/components/{byline → Byline}/schema.js +0 -0
- /package/dist/components/{byline → Byline}/styles.cjs +0 -0
- /package/dist/components/{byline → Byline}/styles.js +0 -0
- /package/dist/components/{checkbox → Checkbox}/Checkbox.cjs +0 -0
- /package/dist/components/{checkbox → Checkbox}/Checkbox.js +0 -0
- /package/dist/components/{date-picker → DatePicker}/styles.cjs +0 -0
- /package/dist/components/{date-picker → DatePicker}/styles.js +0 -0
- /package/dist/components/{form → Form}/types.cjs +0 -0
- /package/dist/components/{form → Form}/types.js +0 -0
- /package/dist/components/{grid → Grid}/Grid.cjs +0 -0
- /package/dist/components/{grid → Grid}/Grid.js +0 -0
- /package/dist/components/{grid → Grid}/styles.cjs +0 -0
- /package/dist/components/{grid → Grid}/styles.js +0 -0
- /package/dist/components/{icon → Icon}/Icon.cjs +0 -0
- /package/dist/components/{icon → Icon}/Icon.js +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.cjs +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.js +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.cjs +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.js +0 -0
- /package/dist/components/{layout → Layout}/Layout.cjs +0 -0
- /package/dist/components/{layout → Layout}/Layout.js +0 -0
- /package/dist/components/{link → Link}/styles.cjs +0 -0
- /package/dist/components/{link → Link}/styles.js +0 -0
- /package/dist/components/{radio-group → RadioGroup}/styles.cjs +0 -0
- /package/dist/components/{radio-group → RadioGroup}/styles.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/Autocomplete.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/Autocomplete.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagAutocomplete.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagAutocomplete.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagTable.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagTable.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/styles.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/styles.js +0 -0
- /package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.cjs +0 -0
- /package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.js +0 -0
- /package/dist/components/{typography → Typography}/styles.cjs +0 -0
- /package/dist/components/{typography → Typography}/styles.js +0 -0
- /package/dist/components/{user-menu → UserMenu}/PreferenceRadioGroup.cjs +0 -0
- /package/dist/components/{user-menu → UserMenu}/PreferenceRadioGroup.js +0 -0
- /package/dist/components/{TitleText.cjs → UserMenu/TitleText.cjs} +0 -0
- /package/dist/components/{TitleText.js → UserMenu/TitleText.js} +0 -0
- /package/dist/components/{user-menu → UserMenu}/styles.cjs +0 -0
- /package/dist/components/{user-menu → UserMenu}/styles.js +0 -0
- /package/dist/types/{form.d.ts → Form.d.ts} +0 -0
- /package/dist/types/components/{alert-banner → AlertBanner}/AlertBanner.d.ts +0 -0
- /package/dist/types/components/{alert-banner → AlertBanner}/styles.d.ts +0 -0
- /package/dist/types/components/{avatar → Avatar}/Avatar.d.ts +0 -0
- /package/dist/types/components/{avatar → Avatar}/styles.d.ts +0 -0
- /package/dist/types/components/{avatar → Avatar}/types.d.ts +0 -0
- /package/dist/types/components/{avatar-button → AvatarButton}/AvatarButton.d.ts +0 -0
- /package/dist/types/components/{avatar-link → AvatarLink}/AvatarLink.d.ts +0 -0
- /package/dist/types/components/{button → Button}/Button.d.ts +0 -0
- /package/dist/types/components/{button → Button}/styles.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/Byline.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/Preview.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/contributors-fixture.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/lib.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/lib.test.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/placeholder.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/plugins.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/schema.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/styles.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/theme.d.ts +0 -0
- /package/dist/types/components/{checkbox → Checkbox}/Checkbox.d.ts +0 -0
- /package/dist/types/components/{checkbox → Checkbox}/CheckboxGroup.d.ts +0 -0
- /package/dist/types/components/{checkbox → Checkbox}/styles.d.ts +0 -0
- /package/dist/types/components/{date-picker → DatePicker}/DatePicker.d.ts +0 -0
- /package/dist/types/components/{date-picker → DatePicker}/styles.d.ts +0 -0
- /package/dist/types/components/{favicon → Favicon}/Favicon.d.ts +0 -0
- /package/dist/types/components/{favicon → Favicon}/styles.d.ts +0 -0
- /package/dist/types/components/{form → Form}/Form.d.ts +0 -0
- /package/dist/types/components/{form → Form}/styles.d.ts +0 -0
- /package/dist/types/components/{form → Form}/types.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/Grid.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/styles.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/styles.test.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/types.d.ts +0 -0
- /package/dist/types/components/{icon → Icon}/Icon.d.ts +0 -0
- /package/dist/types/components/{icon → Icon}/styles.d.ts +0 -0
- /package/dist/types/components/{icon → Icon}/types.d.ts +0 -0
- /package/dist/types/components/{icon-button → IconButton}/IconButton.d.ts +0 -0
- /package/dist/types/components/{icon-link-button → IconLinkButton}/IconLinkButton.d.ts +0 -0
- /package/dist/types/components/{inline-message → InlineMessage}/InlineMessage.d.ts +0 -0
- /package/dist/types/components/{inline-message → InlineMessage}/styles.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/IntendedAudienceSignifier.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/types.d.ts +0 -0
- /package/dist/types/components/{layout → Layout}/Layout.d.ts +0 -0
- /package/dist/types/components/{layout → Layout}/styles.d.ts +0 -0
- /package/dist/types/components/{layout → Layout}/types.d.ts +0 -0
- /package/dist/types/components/{link → Link}/Link.d.ts +0 -0
- /package/dist/types/components/{link → Link}/styles.d.ts +0 -0
- /package/dist/types/components/{link-button → LinkButton}/LinkButton.d.ts +0 -0
- /package/dist/types/components/{menu → Menu}/Menu.d.ts +0 -0
- /package/dist/types/components/{menu → Menu}/styles.d.ts +0 -0
- /package/dist/types/components/{radio-group → RadioGroup}/RadioGroup.d.ts +0 -0
- /package/dist/types/components/{radio-group → RadioGroup}/styles.d.ts +0 -0
- /package/dist/types/components/{select → Select}/Select.d.ts +0 -0
- /package/dist/types/components/{select → Select}/styles.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/Autocomplete.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/TagAutocomplete.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/TagTable.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/example-tags.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/styles.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/types.d.ts +0 -0
- /package/dist/types/components/{text-area → TextArea}/TextArea.d.ts +0 -0
- /package/dist/types/components/{text-area → TextArea}/styles.d.ts +0 -0
- /package/dist/types/components/{text-input → TextInput}/TextInput.d.ts +0 -0
- /package/dist/types/components/{text-input → TextInput}/styles.d.ts +0 -0
- /package/dist/types/components/{topbar → TopBar}/TopBar.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/types.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.d.ts +0 -0
- /package/dist/types/components/{topbar → TopBar}/types.d.ts +0 -0
- /package/dist/types/components/{typography → Typography}/Typography.d.ts +0 -0
- /package/dist/types/components/{typography → Typography}/styles.d.ts +0 -0
- /package/dist/types/components/{typography → Typography}/types.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/PreferenceRadioGroup.d.ts +0 -0
- /package/dist/types/components/{TitleText.d.ts → UserMenu/TitleText.d.ts} +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/UserMenu.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/default-options.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/model.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/styles.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/theme.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/types.d.ts +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const componentTopBar = {
|
|
4
|
-
|
|
4
|
+
backgroundColor: "#f6f6f6",
|
|
5
5
|
display: "flex",
|
|
6
6
|
height: "4rem",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
justifyContent: "flex-start",
|
|
8
|
+
borderRight: "0.0625rem solid #cccccc",
|
|
9
|
+
borderTop: "0.0625rem solid #cccccc",
|
|
10
|
+
borderBottom: "0.0625rem solid #cccccc",
|
|
11
|
+
borderLeft: "0.0625rem solid #cccccc",
|
|
12
12
|
spacer: {
|
|
13
|
-
|
|
13
|
+
marginLeft: "auto"
|
|
14
14
|
},
|
|
15
15
|
collapsedNavMenu: {
|
|
16
16
|
button: {
|
|
@@ -21,22 +21,22 @@ const componentTopBar = {
|
|
|
21
21
|
border: "none",
|
|
22
22
|
cursor: "pointer",
|
|
23
23
|
hovered: {
|
|
24
|
-
|
|
24
|
+
backgroundColor: "#ededed"
|
|
25
25
|
},
|
|
26
26
|
active: {
|
|
27
|
-
|
|
27
|
+
backgroundColor: "#ededed"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
popover: {
|
|
31
|
-
|
|
31
|
+
backgroundColor: "#f6f6f6",
|
|
32
32
|
border: "0.0625rem solid #cccccc",
|
|
33
33
|
offset: 1,
|
|
34
34
|
containerPadding: 0
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
item: {
|
|
38
38
|
display: "flex",
|
|
39
|
-
|
|
39
|
+
alignItems: "center",
|
|
40
40
|
height: "100%",
|
|
41
41
|
sm: {
|
|
42
42
|
padding: {
|
|
@@ -64,15 +64,15 @@ const componentTopBar = {
|
|
|
64
64
|
},
|
|
65
65
|
border: "0.0625rem solid #cccccc"
|
|
66
66
|
},
|
|
67
|
-
|
|
67
|
+
navigation: {
|
|
68
68
|
shared: {
|
|
69
69
|
display: "inline-flex",
|
|
70
70
|
position: "relative",
|
|
71
|
-
|
|
71
|
+
alignItems: "center",
|
|
72
72
|
cursor: "pointer",
|
|
73
|
-
|
|
73
|
+
textDecoration: "none",
|
|
74
74
|
height: "100%",
|
|
75
|
-
|
|
75
|
+
disabled: {
|
|
76
76
|
cursor: "not-allowed",
|
|
77
77
|
color: "#999999"
|
|
78
78
|
},
|
|
@@ -82,17 +82,17 @@ const componentTopBar = {
|
|
|
82
82
|
bottom: "0",
|
|
83
83
|
left: "1rem"
|
|
84
84
|
},
|
|
85
|
-
|
|
85
|
+
focusVisible: {
|
|
86
86
|
outline: "0.125rem solid #0072a9",
|
|
87
|
-
|
|
87
|
+
outlineOffset: "-0.0625rem"
|
|
88
88
|
},
|
|
89
|
-
|
|
89
|
+
borderTop: "0.5rem solid transparent",
|
|
90
90
|
divider: "0.0625rem solid #cccccc",
|
|
91
91
|
_menuOpen: {
|
|
92
92
|
width: "100%",
|
|
93
93
|
height: "64px",
|
|
94
94
|
selected: {
|
|
95
|
-
|
|
95
|
+
backgroundColor: "#ededed"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
},
|
|
@@ -109,11 +109,11 @@ const componentTopBar = {
|
|
|
109
109
|
},
|
|
110
110
|
selected: {
|
|
111
111
|
color: "#000000",
|
|
112
|
-
|
|
112
|
+
borderBottom: "0.5rem solid #0072a9"
|
|
113
113
|
},
|
|
114
114
|
unselected: {
|
|
115
115
|
color: "#545454",
|
|
116
|
-
|
|
116
|
+
borderBottom: "0.5rem solid transparent"
|
|
117
117
|
},
|
|
118
118
|
md: {
|
|
119
119
|
typography: {
|
|
@@ -130,11 +130,11 @@ const componentTopBar = {
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
-
|
|
133
|
+
toolName: {
|
|
134
134
|
display: "flex",
|
|
135
135
|
color: "#000000",
|
|
136
|
-
|
|
137
|
-
gap: "
|
|
136
|
+
alignItems: "center",
|
|
137
|
+
gap: "0.5rem",
|
|
138
138
|
typography: {
|
|
139
139
|
font: "normal 700 1.25rem/1.15 GH Guardian Headline",
|
|
140
140
|
letterSpacing: "0rem",
|
|
@@ -145,7 +145,7 @@ const componentTopBar = {
|
|
|
145
145
|
height: "2rem"
|
|
146
146
|
},
|
|
147
147
|
subsection: {
|
|
148
|
-
gap: "
|
|
148
|
+
gap: "0.125rem",
|
|
149
149
|
typography: {
|
|
150
150
|
font: "normal 700 1rem/1.15 Open Sans",
|
|
151
151
|
letterSpacing: "-0.0125rem",
|
|
@@ -181,12 +181,12 @@ const componentTopBar = {
|
|
|
181
181
|
},
|
|
182
182
|
focused: {
|
|
183
183
|
outline: "0.125rem solid #0072a9",
|
|
184
|
-
|
|
184
|
+
outlineOffset: "-0.125rem"
|
|
185
185
|
},
|
|
186
186
|
collapsed: {
|
|
187
187
|
paddingLeft: "0.25rem",
|
|
188
188
|
paddingRight: "0.25rem",
|
|
189
|
-
|
|
189
|
+
justifyContent: "center"
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
const componentTopBar = {
|
|
2
|
-
|
|
2
|
+
backgroundColor: "#f6f6f6",
|
|
3
3
|
display: "flex",
|
|
4
4
|
height: "4rem",
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
justifyContent: "flex-start",
|
|
6
|
+
borderRight: "0.0625rem solid #cccccc",
|
|
7
|
+
borderTop: "0.0625rem solid #cccccc",
|
|
8
|
+
borderBottom: "0.0625rem solid #cccccc",
|
|
9
|
+
borderLeft: "0.0625rem solid #cccccc",
|
|
10
10
|
spacer: {
|
|
11
|
-
|
|
11
|
+
marginLeft: "auto"
|
|
12
12
|
},
|
|
13
13
|
collapsedNavMenu: {
|
|
14
14
|
button: {
|
|
@@ -19,22 +19,22 @@ const componentTopBar = {
|
|
|
19
19
|
border: "none",
|
|
20
20
|
cursor: "pointer",
|
|
21
21
|
hovered: {
|
|
22
|
-
|
|
22
|
+
backgroundColor: "#ededed"
|
|
23
23
|
},
|
|
24
24
|
active: {
|
|
25
|
-
|
|
25
|
+
backgroundColor: "#ededed"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
popover: {
|
|
29
|
-
|
|
29
|
+
backgroundColor: "#f6f6f6",
|
|
30
30
|
border: "0.0625rem solid #cccccc",
|
|
31
31
|
offset: 1,
|
|
32
32
|
containerPadding: 0
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
|
|
35
|
+
item: {
|
|
36
36
|
display: "flex",
|
|
37
|
-
|
|
37
|
+
alignItems: "center",
|
|
38
38
|
height: "100%",
|
|
39
39
|
sm: {
|
|
40
40
|
padding: {
|
|
@@ -62,15 +62,15 @@ const componentTopBar = {
|
|
|
62
62
|
},
|
|
63
63
|
border: "0.0625rem solid #cccccc"
|
|
64
64
|
},
|
|
65
|
-
|
|
65
|
+
navigation: {
|
|
66
66
|
shared: {
|
|
67
67
|
display: "inline-flex",
|
|
68
68
|
position: "relative",
|
|
69
|
-
|
|
69
|
+
alignItems: "center",
|
|
70
70
|
cursor: "pointer",
|
|
71
|
-
|
|
71
|
+
textDecoration: "none",
|
|
72
72
|
height: "100%",
|
|
73
|
-
|
|
73
|
+
disabled: {
|
|
74
74
|
cursor: "not-allowed",
|
|
75
75
|
color: "#999999"
|
|
76
76
|
},
|
|
@@ -80,17 +80,17 @@ const componentTopBar = {
|
|
|
80
80
|
bottom: "0",
|
|
81
81
|
left: "1rem"
|
|
82
82
|
},
|
|
83
|
-
|
|
83
|
+
focusVisible: {
|
|
84
84
|
outline: "0.125rem solid #0072a9",
|
|
85
|
-
|
|
85
|
+
outlineOffset: "-0.0625rem"
|
|
86
86
|
},
|
|
87
|
-
|
|
87
|
+
borderTop: "0.5rem solid transparent",
|
|
88
88
|
divider: "0.0625rem solid #cccccc",
|
|
89
89
|
_menuOpen: {
|
|
90
90
|
width: "100%",
|
|
91
91
|
height: "64px",
|
|
92
92
|
selected: {
|
|
93
|
-
|
|
93
|
+
backgroundColor: "#ededed"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
},
|
|
@@ -107,11 +107,11 @@ const componentTopBar = {
|
|
|
107
107
|
},
|
|
108
108
|
selected: {
|
|
109
109
|
color: "#000000",
|
|
110
|
-
|
|
110
|
+
borderBottom: "0.5rem solid #0072a9"
|
|
111
111
|
},
|
|
112
112
|
unselected: {
|
|
113
113
|
color: "#545454",
|
|
114
|
-
|
|
114
|
+
borderBottom: "0.5rem solid transparent"
|
|
115
115
|
},
|
|
116
116
|
md: {
|
|
117
117
|
typography: {
|
|
@@ -128,11 +128,11 @@ const componentTopBar = {
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
-
|
|
131
|
+
toolName: {
|
|
132
132
|
display: "flex",
|
|
133
133
|
color: "#000000",
|
|
134
|
-
|
|
135
|
-
gap: "
|
|
134
|
+
alignItems: "center",
|
|
135
|
+
gap: "0.5rem",
|
|
136
136
|
typography: {
|
|
137
137
|
font: "normal 700 1.25rem/1.15 GH Guardian Headline",
|
|
138
138
|
letterSpacing: "0rem",
|
|
@@ -143,7 +143,7 @@ const componentTopBar = {
|
|
|
143
143
|
height: "2rem"
|
|
144
144
|
},
|
|
145
145
|
subsection: {
|
|
146
|
-
gap: "
|
|
146
|
+
gap: "0.125rem",
|
|
147
147
|
typography: {
|
|
148
148
|
font: "normal 700 1rem/1.15 Open Sans",
|
|
149
149
|
letterSpacing: "-0.0125rem",
|
|
@@ -179,12 +179,12 @@ const componentTopBar = {
|
|
|
179
179
|
},
|
|
180
180
|
focused: {
|
|
181
181
|
outline: "0.125rem solid #0072a9",
|
|
182
|
-
|
|
182
|
+
outlineOffset: "-0.125rem"
|
|
183
183
|
},
|
|
184
184
|
collapsed: {
|
|
185
185
|
paddingLeft: "0.25rem",
|
|
186
186
|
paddingRight: "0.25rem",
|
|
187
|
-
|
|
187
|
+
justifyContent: "center"
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
}
|
|
@@ -4,13 +4,13 @@ const semanticColors = {
|
|
|
4
4
|
text: {
|
|
5
5
|
strong: "#000000",
|
|
6
6
|
weak: "#545454",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
strongInverse: "#dcdcdc",
|
|
8
|
+
weakInverse: "#cccccc",
|
|
9
|
+
strongerInverse: "#ffffff",
|
|
10
10
|
error: "#8c2113",
|
|
11
11
|
warning: "#433608",
|
|
12
12
|
success: "#326528",
|
|
13
|
-
|
|
13
|
+
successInverse: "#cde4c9",
|
|
14
14
|
information: "#00344e",
|
|
15
15
|
disabled: "#999999",
|
|
16
16
|
green: "#24491d",
|
|
@@ -18,64 +18,65 @@ const semanticColors = {
|
|
|
18
18
|
red: "#65170e",
|
|
19
19
|
cyan: "#00344e",
|
|
20
20
|
teal: "#0e2729",
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
coolPurple: "#394069",
|
|
22
|
+
warmPurple: "#381350",
|
|
23
23
|
magenta: "#581734",
|
|
24
24
|
orange: "#693c16",
|
|
25
25
|
yellow: "#5b4a0b"
|
|
26
26
|
},
|
|
27
27
|
bg: {
|
|
28
28
|
base: "#ffffff",
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
raisedLevel1: "#f6f6f6",
|
|
30
|
+
raisedLevel2: "#ededed",
|
|
31
|
+
raisedLevel3: "#e6e6e6"
|
|
31
32
|
},
|
|
32
33
|
border: {
|
|
33
34
|
stronger: "#545454",
|
|
34
35
|
strong: "#8d8d8d",
|
|
35
36
|
weak: "#cccccc",
|
|
36
37
|
weaker: "#ededed",
|
|
37
|
-
|
|
38
|
+
strongInverse: "#ffffff",
|
|
38
39
|
disabled: "#dcdcdc",
|
|
39
40
|
accent: "#0d4289",
|
|
40
41
|
error: "#b42a19",
|
|
41
42
|
focused: "#0072a9",
|
|
42
43
|
selected: "#0072a9",
|
|
43
|
-
|
|
44
|
+
selectedInverse: "#8abed7"
|
|
44
45
|
},
|
|
45
46
|
fill: {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
accentStrong: "#0d4289",
|
|
48
|
+
accentStrongHover: "#092f62",
|
|
49
|
+
accentStrongPressed: "#061d3c",
|
|
49
50
|
strong: "#545454",
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
strongHover: "#333333",
|
|
52
|
+
strongPressed: "#121212",
|
|
52
53
|
weak: "#ffffff",
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
weakHover: "#f6f6f6",
|
|
55
|
+
weakPressed: "#ededed",
|
|
55
56
|
disabled: "#dcdcdc",
|
|
56
|
-
|
|
57
|
+
disabledInverse: "#666666",
|
|
57
58
|
link: "#00496c",
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
59
|
+
linkHover: "#00344e",
|
|
60
|
+
linkPressed: "#00202f",
|
|
61
|
+
greenWeak: "#cde4c9",
|
|
62
|
+
blueWeak: "#c5d9f4",
|
|
63
|
+
redWeak: "#f5c6c0",
|
|
64
|
+
cyanWeak: "#b8d8e7",
|
|
65
|
+
tealWeak: "#c5dfe1",
|
|
66
|
+
coolPurpleWeak: "#dbdff7",
|
|
67
|
+
warmPurpleWeak: "#dac3e8",
|
|
68
|
+
magentaWeak: "#edc6d7",
|
|
69
|
+
orangeWeak: "#fcddc6",
|
|
70
|
+
yellowWeak: "#fbeebf",
|
|
70
71
|
selected: "#005d8b",
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
72
|
+
draftStrong: "#f1c21b",
|
|
73
|
+
liveWeak: "#aed2a6",
|
|
74
|
+
warningWeak: "#fbeebf",
|
|
75
|
+
informationWeak: "#e8f0fb",
|
|
76
|
+
errorWeak: "#f5c6c0",
|
|
77
|
+
errorStrong: "#b42a19",
|
|
78
|
+
successWeak: "#cde4c9",
|
|
79
|
+
successStrong: "#326528"
|
|
79
80
|
}
|
|
80
81
|
};
|
|
81
82
|
|
|
@@ -2,13 +2,13 @@ const semanticColors = {
|
|
|
2
2
|
text: {
|
|
3
3
|
strong: "#000000",
|
|
4
4
|
weak: "#545454",
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
strongInverse: "#dcdcdc",
|
|
6
|
+
weakInverse: "#cccccc",
|
|
7
|
+
strongerInverse: "#ffffff",
|
|
8
8
|
error: "#8c2113",
|
|
9
9
|
warning: "#433608",
|
|
10
10
|
success: "#326528",
|
|
11
|
-
|
|
11
|
+
successInverse: "#cde4c9",
|
|
12
12
|
information: "#00344e",
|
|
13
13
|
disabled: "#999999",
|
|
14
14
|
green: "#24491d",
|
|
@@ -16,64 +16,65 @@ const semanticColors = {
|
|
|
16
16
|
red: "#65170e",
|
|
17
17
|
cyan: "#00344e",
|
|
18
18
|
teal: "#0e2729",
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
coolPurple: "#394069",
|
|
20
|
+
warmPurple: "#381350",
|
|
21
21
|
magenta: "#581734",
|
|
22
22
|
orange: "#693c16",
|
|
23
23
|
yellow: "#5b4a0b"
|
|
24
24
|
},
|
|
25
25
|
bg: {
|
|
26
26
|
base: "#ffffff",
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
raisedLevel1: "#f6f6f6",
|
|
28
|
+
raisedLevel2: "#ededed",
|
|
29
|
+
raisedLevel3: "#e6e6e6"
|
|
29
30
|
},
|
|
30
31
|
border: {
|
|
31
32
|
stronger: "#545454",
|
|
32
33
|
strong: "#8d8d8d",
|
|
33
34
|
weak: "#cccccc",
|
|
34
35
|
weaker: "#ededed",
|
|
35
|
-
|
|
36
|
+
strongInverse: "#ffffff",
|
|
36
37
|
disabled: "#dcdcdc",
|
|
37
38
|
accent: "#0d4289",
|
|
38
39
|
error: "#b42a19",
|
|
39
40
|
focused: "#0072a9",
|
|
40
41
|
selected: "#0072a9",
|
|
41
|
-
|
|
42
|
+
selectedInverse: "#8abed7"
|
|
42
43
|
},
|
|
43
44
|
fill: {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
accentStrong: "#0d4289",
|
|
46
|
+
accentStrongHover: "#092f62",
|
|
47
|
+
accentStrongPressed: "#061d3c",
|
|
47
48
|
strong: "#545454",
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
strongHover: "#333333",
|
|
50
|
+
strongPressed: "#121212",
|
|
50
51
|
weak: "#ffffff",
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
weakHover: "#f6f6f6",
|
|
53
|
+
weakPressed: "#ededed",
|
|
53
54
|
disabled: "#dcdcdc",
|
|
54
|
-
|
|
55
|
+
disabledInverse: "#666666",
|
|
55
56
|
link: "#00496c",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
57
|
+
linkHover: "#00344e",
|
|
58
|
+
linkPressed: "#00202f",
|
|
59
|
+
greenWeak: "#cde4c9",
|
|
60
|
+
blueWeak: "#c5d9f4",
|
|
61
|
+
redWeak: "#f5c6c0",
|
|
62
|
+
cyanWeak: "#b8d8e7",
|
|
63
|
+
tealWeak: "#c5dfe1",
|
|
64
|
+
coolPurpleWeak: "#dbdff7",
|
|
65
|
+
warmPurpleWeak: "#dac3e8",
|
|
66
|
+
magentaWeak: "#edc6d7",
|
|
67
|
+
orangeWeak: "#fcddc6",
|
|
68
|
+
yellowWeak: "#fbeebf",
|
|
68
69
|
selected: "#005d8b",
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
70
|
+
draftStrong: "#f1c21b",
|
|
71
|
+
liveWeak: "#aed2a6",
|
|
72
|
+
warningWeak: "#fbeebf",
|
|
73
|
+
informationWeak: "#e8f0fb",
|
|
74
|
+
errorWeak: "#f5c6c0",
|
|
75
|
+
errorStrong: "#b42a19",
|
|
76
|
+
successWeak: "#cde4c9",
|
|
77
|
+
successStrong: "#326528"
|
|
77
78
|
}
|
|
78
79
|
};
|
|
79
80
|
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
const semanticGrid = {
|
|
4
4
|
gutter: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
lgPx: "16px",
|
|
6
|
+
mdPx: "16px",
|
|
7
|
+
smPx: "16px"
|
|
8
8
|
},
|
|
9
9
|
margin: {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
lgPx: "24px",
|
|
11
|
+
mdPx: "24px",
|
|
12
|
+
smPx: "16px"
|
|
13
13
|
},
|
|
14
14
|
columns: {
|
|
15
15
|
lg: 12,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
const semanticGrid = {
|
|
2
2
|
gutter: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
lgPx: "16px",
|
|
4
|
+
mdPx: "16px",
|
|
5
|
+
smPx: "16px"
|
|
6
6
|
},
|
|
7
7
|
margin: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
lgPx: "24px",
|
|
9
|
+
mdPx: "24px",
|
|
10
|
+
smPx: "16px"
|
|
11
11
|
},
|
|
12
12
|
columns: {
|
|
13
13
|
lg: 12,
|
|
@@ -17,14 +17,14 @@ const semanticSizing = {
|
|
|
17
17
|
border: {
|
|
18
18
|
default: "0.0625rem",
|
|
19
19
|
md: "0.125rem",
|
|
20
|
-
|
|
20
|
+
extraWide: "0.5rem"
|
|
21
21
|
},
|
|
22
22
|
sidebar: {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
mdPx: "200px",
|
|
24
|
+
lgPx: "280px"
|
|
25
25
|
},
|
|
26
26
|
layout: {
|
|
27
|
-
|
|
27
|
+
maxWidthPx: "1584px"
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -15,14 +15,14 @@ const semanticSizing = {
|
|
|
15
15
|
border: {
|
|
16
16
|
default: "0.0625rem",
|
|
17
17
|
md: "0.125rem",
|
|
18
|
-
|
|
18
|
+
extraWide: "0.5rem"
|
|
19
19
|
},
|
|
20
20
|
sidebar: {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
mdPx: "200px",
|
|
22
|
+
lgPx: "280px"
|
|
23
23
|
},
|
|
24
24
|
layout: {
|
|
25
|
-
|
|
25
|
+
maxWidthPx: "1584px"
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
|