@guardian/stand 0.0.37 → 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 -2
- 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 +3 -3
- 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}/Avatar.js +1 -1
- 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 +2 -2
- package/dist/components/{button → Button}/styles.cjs +17 -17
- package/dist/components/{button → Button}/styles.js +17 -17
- package/dist/components/{checkbox → Checkbox}/Checkbox.js +1 -1
- package/dist/components/{checkbox → Checkbox}/CheckboxGroup.cjs +1 -1
- package/dist/components/{checkbox → Checkbox}/CheckboxGroup.js +2 -2
- 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 +3 -3
- 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/{grid → Grid}/Grid.js +1 -1
- package/dist/components/Grid/styles.cjs +126 -0
- package/dist/components/Grid/styles.js +110 -0
- package/dist/components/{icon → Icon}/Icon.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 +2 -2
- 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 +2 -2
- 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 +4 -4
- 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.cjs +79 -0
- package/dist/components/Layout/Layout.js +34 -0
- package/dist/components/{layout → Layout}/styles.cjs +5 -3
- package/dist/components/{layout → Layout}/styles.js +5 -4
- package/dist/components/{link → Link}/Link.cjs +6 -6
- package/dist/components/{link → Link}/Link.js +3 -3
- package/dist/components/{link-button → LinkButton}/LinkButton.cjs +1 -1
- package/dist/components/{link-button → LinkButton}/LinkButton.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/components/{select → Select}/Select.cjs +2 -2
- package/dist/components/{select → Select}/Select.js +3 -3
- 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 +2 -2
- 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 +2 -2
- 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 +15 -15
- package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.js +1 -1
- 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 +3 -3
- 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 +4 -4
- 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 +2 -2
- package/dist/components/Typography/styles.cjs +15 -0
- 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 +4 -2
- package/dist/index.js +2 -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/grid.css +9 -2
- package/dist/styleD/build/css/component/intendedAudienceSignifier.css +2 -2
- package/dist/styleD/build/css/component/layout.css +4 -4
- 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/grid.css +15 -0
- package/dist/styleD/build/css/semantic/sizing.css +3 -0
- 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/grid.cjs +15 -2
- package/dist/styleD/build/typescript/component/grid.js +15 -2
- 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 +7 -5
- package/dist/styleD/build/typescript/component/layout.js +7 -5
- 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 +21 -0
- package/dist/styleD/build/typescript/semantic/grid.js +19 -0
- package/dist/styleD/build/typescript/semantic/sizing.cjs +8 -1
- package/dist/styleD/build/typescript/semantic/sizing.js +8 -1
- 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/sandbox.d.ts +5 -0
- 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.d.ts +11 -0
- package/dist/types/components/{layout → Layout}/sandbox.d.ts +1 -1
- package/dist/types/components/{layout → Layout}/styles.d.ts +5 -2
- package/dist/types/components/{layout → Layout}/types.d.ts +13 -3
- 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 +4 -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/grid.d.ts +15 -2
- 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 +5 -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 +21 -0
- package/dist/types/styleD/build/typescript/semantic/sizing.d.ts +8 -1
- 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 +184 -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/grid/styles.cjs +0 -106
- package/dist/components/grid/styles.js +0 -98
- package/dist/components/intended-audience-signifier/IntendedAudienceSignifier.js +0 -37
- package/dist/components/layout/Layout.cjs +0 -114
- package/dist/components/layout/Layout.js +0 -83
- package/dist/components/typography/styles.cjs +0 -15
- 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/grid/sandbox.d.ts +0 -5
- 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/layout/Layout.d.ts +0 -19
- 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/{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/{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/{icon → Icon}/Icon.cjs +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/{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/{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/{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,18 +1,18 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
|
-
import { componentTopBar } from '../../styleD/build/typescript/component/
|
|
2
|
+
import { componentTopBar } from '../../styleD/build/typescript/component/topBar.js';
|
|
3
3
|
import { until, from } from '../../styleD/utils/semantic/mq.js';
|
|
4
4
|
|
|
5
5
|
const defaultTopBarTheme = componentTopBar;
|
|
6
6
|
const topBarStyles = (theme) => {
|
|
7
7
|
return css`
|
|
8
|
-
background-color: ${theme
|
|
8
|
+
background-color: ${theme.backgroundColor};
|
|
9
9
|
height: ${theme.height};
|
|
10
|
-
border-top: ${theme
|
|
11
|
-
border-right: ${theme
|
|
12
|
-
border-bottom: ${theme
|
|
13
|
-
border-left: ${theme
|
|
10
|
+
border-top: ${theme.borderTop};
|
|
11
|
+
border-right: ${theme.borderRight};
|
|
12
|
+
border-bottom: ${theme.borderBottom};
|
|
13
|
+
border-left: ${theme.borderLeft};
|
|
14
14
|
display: ${theme.display};
|
|
15
|
-
justify-content: ${theme
|
|
15
|
+
justify-content: ${theme.justifyContent};
|
|
16
16
|
`;
|
|
17
17
|
};
|
|
18
18
|
const topBarContainerStyles = (theme, { collapseBelow, showUntil } = {}) => {
|
|
@@ -34,7 +34,7 @@ const topBarContainerStyles = (theme, { collapseBelow, showUntil } = {}) => {
|
|
|
34
34
|
};
|
|
35
35
|
const topBarSpacerStyles = (theme) => {
|
|
36
36
|
return css`
|
|
37
|
-
margin-left: ${theme.spacer
|
|
37
|
+
margin-left: ${theme.spacer.marginLeft};
|
|
38
38
|
`;
|
|
39
39
|
};
|
|
40
40
|
const topBarCollapsedNavMenuButtonStyles = (theme, menuOpen) => {
|
|
@@ -46,17 +46,17 @@ const topBarCollapsedNavMenuButtonStyles = (theme, menuOpen) => {
|
|
|
46
46
|
cursor: ${theme.collapsedNavMenu.button.cursor};
|
|
47
47
|
|
|
48
48
|
&[data-hovered] {
|
|
49
|
-
background-color: ${theme.collapsedNavMenu.button.hovered
|
|
49
|
+
background-color: ${theme.collapsedNavMenu.button.hovered.backgroundColor};
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
${menuOpen && css`
|
|
53
|
-
background-color: ${theme.collapsedNavMenu.button.active
|
|
53
|
+
background-color: ${theme.collapsedNavMenu.button.active.backgroundColor};
|
|
54
54
|
`}
|
|
55
55
|
`;
|
|
56
56
|
};
|
|
57
57
|
const topBarCollapsedNavMenuPopoverStyles = (theme) => {
|
|
58
58
|
return css`
|
|
59
|
-
background-color: ${theme.collapsedNavMenu.popover
|
|
59
|
+
background-color: ${theme.collapsedNavMenu.popover.backgroundColor};
|
|
60
60
|
border-left: ${theme.collapsedNavMenu.popover.border};
|
|
61
61
|
border-right: ${theme.collapsedNavMenu.popover.border};
|
|
62
62
|
`;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from '@emotion/react';
|
|
2
2
|
import { mergeDeep } from '../../util/mergeDeep.js';
|
|
3
|
-
import {
|
|
3
|
+
import { defaultTypographyTheme, typographyStyles } from './styles.js';
|
|
4
4
|
|
|
5
|
-
const Typography = ({ element = "span", variant = "
|
|
5
|
+
const Typography = ({ element = "span", variant = "bodyMd", children, cssOverrides, theme = {}, ...props }) => {
|
|
6
6
|
const mergedTheme = mergeDeep(defaultTypographyTheme, theme);
|
|
7
7
|
return jsx(element, {
|
|
8
8
|
css: [typographyStyles(mergedTheme, { variant }), cssOverrides],
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var react = require('@emotion/react');
|
|
4
|
+
var typography = require('../../styleD/build/typescript/component/typography.cjs');
|
|
5
|
+
var typography$1 = require('../../styleD/utils/semantic/typography.cjs');
|
|
6
|
+
var typography$2 = require('../../styleD/build/typescript/semantic/typography.cjs');
|
|
7
|
+
|
|
8
|
+
const defaultTypographyTheme = typography.componentTypography;
|
|
9
|
+
const typographyStyles = (theme, { variant }) => react.css`
|
|
10
|
+
${typography$1.convertTypographyToEmotionStringStyle(typography$2.semanticTypography[variant])}
|
|
11
|
+
color: ${theme.color};
|
|
12
|
+
`;
|
|
13
|
+
|
|
14
|
+
exports.defaultTypographyTheme = defaultTypographyTheme;
|
|
15
|
+
exports.typographyStyles = typographyStyles;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
4
|
-
var TitleText = require('../TitleText.cjs');
|
|
5
4
|
var defaultOptions = require('./default-options.cjs');
|
|
6
5
|
var PreferenceRadioGroup = require('./PreferenceRadioGroup.cjs');
|
|
7
6
|
var styles = require('./styles.cjs');
|
|
7
|
+
var TitleText = require('./TitleText.cjs');
|
|
8
8
|
|
|
9
9
|
function UserMenu({
|
|
10
10
|
theme,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from '@emotion/react/jsx-runtime';
|
|
2
|
-
import { TitleText } from '../TitleText.js';
|
|
3
2
|
import { textSizes, fontFamilies, colorSchemes } from './default-options.js';
|
|
4
3
|
import { PreferenceRadioGroup } from './PreferenceRadioGroup.js';
|
|
5
4
|
import { userMenuHeadingStyles, userMenuStyles } from './styles.js';
|
|
5
|
+
import { TitleText } from './TitleText.js';
|
|
6
6
|
|
|
7
7
|
function UserMenu({ theme, feedBacklink, preferences, updatePreferences, textSizeOptions, fontFamilyOptions, colorSchemeOptions, headingLevel }) {
|
|
8
8
|
return jsxs("aside", { css: userMenuStyles(theme), children: [jsx(TitleText, { headingLevel, css: userMenuHeadingStyles(theme), children: "Accessibility Settings" }), jsx("div", { children: jsxs("p", { children: ["Customise your reading & writing experience.", " ", feedBacklink && jsx("a", { href: feedBacklink, target: "_blank", rel: "noreferrer", children: "Send feedback" })] }) }), (!textSizeOptions || textSizeOptions.length > 0) && jsx(PreferenceRadioGroup, { theme, options: textSizeOptions ?? textSizes, name: "Text Size", currentValue: preferences.fontpreferences, changeValue: (fontpreferences) => updatePreferences({ fontpreferences }) }), (!fontFamilyOptions || fontFamilyOptions.length > 0) && jsx(PreferenceRadioGroup, { theme, options: fontFamilyOptions ?? fontFamilies, name: "Font Family", currentValue: preferences.fontType, changeValue: (fontType) => updatePreferences({ fontType }) }), (!colorSchemeOptions || colorSchemeOptions.length > 0) && jsx(PreferenceRadioGroup, { theme, format: "rows", options: colorSchemeOptions ?? colorSchemes, name: "Color scheme", currentValue: preferences.colorScheme, changeValue: (colorScheme) => updatePreferences({ colorScheme }) })] });
|
|
@@ -9,7 +9,7 @@ const textSizes = [
|
|
|
9
9
|
label: "Small",
|
|
10
10
|
description: "Compact reading",
|
|
11
11
|
labelStyle: {
|
|
12
|
-
fontSize: typography.baseTypography.size["
|
|
12
|
+
fontSize: typography.baseTypography.size["12Rem"]
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
{
|
|
@@ -17,7 +17,7 @@ const textSizes = [
|
|
|
17
17
|
label: "Medium",
|
|
18
18
|
description: "Standard reading",
|
|
19
19
|
labelStyle: {
|
|
20
|
-
fontSize: typography.baseTypography.size["
|
|
20
|
+
fontSize: typography.baseTypography.size["16Rem"]
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
{
|
|
@@ -25,7 +25,7 @@ const textSizes = [
|
|
|
25
25
|
label: "Large",
|
|
26
26
|
description: "Comfortable reading",
|
|
27
27
|
labelStyle: {
|
|
28
|
-
fontSize: typography.baseTypography.size["
|
|
28
|
+
fontSize: typography.baseTypography.size["20Rem"]
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
];
|
|
@@ -35,17 +35,17 @@ const fontFamilies = [
|
|
|
35
35
|
label: "Guardian Text Egyptian",
|
|
36
36
|
description: "Classic Guardian Serif",
|
|
37
37
|
labelStyle: {
|
|
38
|
-
fontFamily: typography.baseTypography.family
|
|
39
|
-
fontSize: typography.baseTypography.size["
|
|
38
|
+
fontFamily: typography.baseTypography.family.guardianTextEgyptian,
|
|
39
|
+
fontSize: typography.baseTypography.size["20Rem"]
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
id: "open-sans-compact",
|
|
44
44
|
label: "Open Sans Compact",
|
|
45
|
-
description: "
|
|
45
|
+
description: "Compact Sans-Serif",
|
|
46
46
|
labelStyle: {
|
|
47
|
-
fontFamily: typography.baseTypography.family
|
|
48
|
-
fontSize: typography.baseTypography.size["
|
|
47
|
+
fontFamily: typography.baseTypography.family.openSansCompact,
|
|
48
|
+
fontSize: typography.baseTypography.size["20Rem"]
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -53,8 +53,8 @@ const fontFamilies = [
|
|
|
53
53
|
label: "Open Sans",
|
|
54
54
|
description: "Sans-Serif",
|
|
55
55
|
labelStyle: {
|
|
56
|
-
fontFamily: typography.baseTypography.family
|
|
57
|
-
fontSize: typography.baseTypography.size["
|
|
56
|
+
fontFamily: typography.baseTypography.family.openSans,
|
|
57
|
+
fontSize: typography.baseTypography.size["20Rem"]
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
];
|
|
@@ -63,7 +63,7 @@ const colorSchemes = [
|
|
|
63
63
|
id: "white",
|
|
64
64
|
buttonStyle: {
|
|
65
65
|
backgroundColor: "white",
|
|
66
|
-
padding: spacing.baseSpacing["
|
|
66
|
+
padding: spacing.baseSpacing["10Rem"]
|
|
67
67
|
},
|
|
68
68
|
isDefault: true
|
|
69
69
|
},
|
|
@@ -71,35 +71,35 @@ const colorSchemes = [
|
|
|
71
71
|
id: "cream",
|
|
72
72
|
buttonStyle: {
|
|
73
73
|
backgroundColor: "antiquewhite",
|
|
74
|
-
padding: spacing.baseSpacing["
|
|
74
|
+
padding: spacing.baseSpacing["10Rem"]
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
id: "green",
|
|
79
79
|
buttonStyle: {
|
|
80
80
|
backgroundColor: "lightgreen",
|
|
81
|
-
padding: spacing.baseSpacing["
|
|
81
|
+
padding: spacing.baseSpacing["10Rem"]
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
id: "pink",
|
|
86
86
|
buttonStyle: {
|
|
87
87
|
backgroundColor: "pink",
|
|
88
|
-
padding: spacing.baseSpacing["
|
|
88
|
+
padding: spacing.baseSpacing["10Rem"]
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
id: "blue",
|
|
93
93
|
buttonStyle: {
|
|
94
94
|
backgroundColor: "skyblue",
|
|
95
|
-
padding: spacing.baseSpacing["
|
|
95
|
+
padding: spacing.baseSpacing["10Rem"]
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
id: "orange",
|
|
100
100
|
buttonStyle: {
|
|
101
101
|
backgroundColor: "orange",
|
|
102
|
-
padding: spacing.baseSpacing["
|
|
102
|
+
padding: spacing.baseSpacing["10Rem"]
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
];
|
|
@@ -7,7 +7,7 @@ const textSizes = [
|
|
|
7
7
|
label: "Small",
|
|
8
8
|
description: "Compact reading",
|
|
9
9
|
labelStyle: {
|
|
10
|
-
fontSize: baseTypography.size["
|
|
10
|
+
fontSize: baseTypography.size["12Rem"]
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
{
|
|
@@ -15,7 +15,7 @@ const textSizes = [
|
|
|
15
15
|
label: "Medium",
|
|
16
16
|
description: "Standard reading",
|
|
17
17
|
labelStyle: {
|
|
18
|
-
fontSize: baseTypography.size["
|
|
18
|
+
fontSize: baseTypography.size["16Rem"]
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -23,7 +23,7 @@ const textSizes = [
|
|
|
23
23
|
label: "Large",
|
|
24
24
|
description: "Comfortable reading",
|
|
25
25
|
labelStyle: {
|
|
26
|
-
fontSize: baseTypography.size["
|
|
26
|
+
fontSize: baseTypography.size["20Rem"]
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
];
|
|
@@ -33,17 +33,17 @@ const fontFamilies = [
|
|
|
33
33
|
label: "Guardian Text Egyptian",
|
|
34
34
|
description: "Classic Guardian Serif",
|
|
35
35
|
labelStyle: {
|
|
36
|
-
fontFamily: baseTypography.family
|
|
37
|
-
fontSize: baseTypography.size["
|
|
36
|
+
fontFamily: baseTypography.family.guardianTextEgyptian,
|
|
37
|
+
fontSize: baseTypography.size["20Rem"]
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
id: "open-sans-compact",
|
|
42
42
|
label: "Open Sans Compact",
|
|
43
|
-
description: "
|
|
43
|
+
description: "Compact Sans-Serif",
|
|
44
44
|
labelStyle: {
|
|
45
|
-
fontFamily: baseTypography.family
|
|
46
|
-
fontSize: baseTypography.size["
|
|
45
|
+
fontFamily: baseTypography.family.openSansCompact,
|
|
46
|
+
fontSize: baseTypography.size["20Rem"]
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -51,8 +51,8 @@ const fontFamilies = [
|
|
|
51
51
|
label: "Open Sans",
|
|
52
52
|
description: "Sans-Serif",
|
|
53
53
|
labelStyle: {
|
|
54
|
-
fontFamily: baseTypography.family
|
|
55
|
-
fontSize: baseTypography.size["
|
|
54
|
+
fontFamily: baseTypography.family.openSans,
|
|
55
|
+
fontSize: baseTypography.size["20Rem"]
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
];
|
|
@@ -61,7 +61,7 @@ const colorSchemes = [
|
|
|
61
61
|
id: "white",
|
|
62
62
|
buttonStyle: {
|
|
63
63
|
backgroundColor: "white",
|
|
64
|
-
padding: baseSpacing["
|
|
64
|
+
padding: baseSpacing["10Rem"]
|
|
65
65
|
},
|
|
66
66
|
isDefault: true
|
|
67
67
|
},
|
|
@@ -69,35 +69,35 @@ const colorSchemes = [
|
|
|
69
69
|
id: "cream",
|
|
70
70
|
buttonStyle: {
|
|
71
71
|
backgroundColor: "antiquewhite",
|
|
72
|
-
padding: baseSpacing["
|
|
72
|
+
padding: baseSpacing["10Rem"]
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
id: "green",
|
|
77
77
|
buttonStyle: {
|
|
78
78
|
backgroundColor: "lightgreen",
|
|
79
|
-
padding: baseSpacing["
|
|
79
|
+
padding: baseSpacing["10Rem"]
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
id: "pink",
|
|
84
84
|
buttonStyle: {
|
|
85
85
|
backgroundColor: "pink",
|
|
86
|
-
padding: baseSpacing["
|
|
86
|
+
padding: baseSpacing["10Rem"]
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
id: "blue",
|
|
91
91
|
buttonStyle: {
|
|
92
92
|
backgroundColor: "skyblue",
|
|
93
|
-
padding: baseSpacing["
|
|
93
|
+
padding: baseSpacing["10Rem"]
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
id: "orange",
|
|
98
98
|
buttonStyle: {
|
|
99
99
|
backgroundColor: "orange",
|
|
100
|
-
padding: baseSpacing["
|
|
100
|
+
padding: baseSpacing["10Rem"]
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
];
|
package/dist/index.cjs
CHANGED
|
@@ -22,7 +22,7 @@ var radioGroup = require('./styleD/build/typescript/component/radioGroup.cjs');
|
|
|
22
22
|
var select = require('./styleD/build/typescript/component/select.cjs');
|
|
23
23
|
var textArea = require('./styleD/build/typescript/component/textArea.cjs');
|
|
24
24
|
var textInput = require('./styleD/build/typescript/component/textInput.cjs');
|
|
25
|
-
var
|
|
25
|
+
var topBar = require('./styleD/build/typescript/component/topBar.cjs');
|
|
26
26
|
var typography$1 = require('./styleD/build/typescript/component/typography.cjs');
|
|
27
27
|
var colors = require('./styleD/build/typescript/base/colors.cjs');
|
|
28
28
|
var radius = require('./styleD/build/typescript/base/radius.cjs');
|
|
@@ -30,6 +30,7 @@ var sizing = require('./styleD/build/typescript/base/sizing.cjs');
|
|
|
30
30
|
var spacing = require('./styleD/build/typescript/base/spacing.cjs');
|
|
31
31
|
var typography = require('./styleD/build/typescript/base/typography.cjs');
|
|
32
32
|
var colors$1 = require('./styleD/build/typescript/semantic/colors.cjs');
|
|
33
|
+
var grid$1 = require('./styleD/build/typescript/semantic/grid.cjs');
|
|
33
34
|
var typography$2 = require('./styleD/build/typescript/semantic/typography.cjs');
|
|
34
35
|
var sizing$1 = require('./styleD/build/typescript/semantic/sizing.cjs');
|
|
35
36
|
var shadow = require('./styleD/build/typescript/semantic/shadow.cjs');
|
|
@@ -59,7 +60,7 @@ exports.componentRadioGroup = radioGroup.componentRadioGroup;
|
|
|
59
60
|
exports.componentSelect = select.componentSelect;
|
|
60
61
|
exports.componentTextArea = textArea.componentTextArea;
|
|
61
62
|
exports.componentTextInput = textInput.componentTextInput;
|
|
62
|
-
exports.componentTopBar =
|
|
63
|
+
exports.componentTopBar = topBar.componentTopBar;
|
|
63
64
|
exports.componentTypography = typography$1.componentTypography;
|
|
64
65
|
exports.baseColors = colors.baseColors;
|
|
65
66
|
exports.baseRadius = radius.baseRadius;
|
|
@@ -67,6 +68,7 @@ exports.baseSizing = sizing.baseSizing;
|
|
|
67
68
|
exports.baseSpacing = spacing.baseSpacing;
|
|
68
69
|
exports.baseTypography = typography.baseTypography;
|
|
69
70
|
exports.semanticColors = colors$1.semanticColors;
|
|
71
|
+
exports.semanticGrid = grid$1.semanticGrid;
|
|
70
72
|
exports.semanticTypography = typography$2.semanticTypography;
|
|
71
73
|
exports.semanticSizing = sizing$1.semanticSizing;
|
|
72
74
|
exports.semanticShadow = shadow.semanticShadow;
|
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@ export { componentRadioGroup } from './styleD/build/typescript/component/radioGr
|
|
|
20
20
|
export { componentSelect } from './styleD/build/typescript/component/select.js';
|
|
21
21
|
export { componentTextArea } from './styleD/build/typescript/component/textArea.js';
|
|
22
22
|
export { componentTextInput } from './styleD/build/typescript/component/textInput.js';
|
|
23
|
-
export { componentTopBar } from './styleD/build/typescript/component/
|
|
23
|
+
export { componentTopBar } from './styleD/build/typescript/component/topBar.js';
|
|
24
24
|
export { componentTypography } from './styleD/build/typescript/component/typography.js';
|
|
25
25
|
export { baseColors } from './styleD/build/typescript/base/colors.js';
|
|
26
26
|
export { baseRadius } from './styleD/build/typescript/base/radius.js';
|
|
@@ -28,6 +28,7 @@ export { baseSizing } from './styleD/build/typescript/base/sizing.js';
|
|
|
28
28
|
export { baseSpacing } from './styleD/build/typescript/base/spacing.js';
|
|
29
29
|
export { baseTypography } from './styleD/build/typescript/base/typography.js';
|
|
30
30
|
export { semanticColors } from './styleD/build/typescript/semantic/colors.js';
|
|
31
|
+
export { semanticGrid } from './styleD/build/typescript/semantic/grid.js';
|
|
31
32
|
export { semanticTypography } from './styleD/build/typescript/semantic/typography.js';
|
|
32
33
|
export { semanticSizing } from './styleD/build/typescript/semantic/sizing.js';
|
|
33
34
|
export { semanticShadow } from './styleD/build/typescript/semantic/shadow.js';
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
|
-
--base-radius-
|
|
7
|
-
--base-radius-
|
|
8
|
-
--base-radius-
|
|
9
|
-
--base-radius-
|
|
10
|
-
--base-radius-
|
|
11
|
-
--base-radius-
|
|
6
|
+
--base-radius-corner2-px: 2px;
|
|
7
|
+
--base-radius-corner4-px: 4px;
|
|
8
|
+
--base-radius-corner8-px: 8px;
|
|
9
|
+
--base-radius-corner2-rem: 0.125rem;
|
|
10
|
+
--base-radius-corner4-rem: 0.25rem;
|
|
11
|
+
--base-radius-corner8-rem: 0.5rem;
|
|
12
12
|
}
|
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
|
-
--base-sizing-
|
|
7
|
-
--base-sizing-
|
|
8
|
-
--base-sizing-
|
|
9
|
-
--base-sizing-
|
|
10
|
-
--base-sizing-
|
|
11
|
-
--base-sizing-
|
|
12
|
-
--base-sizing-
|
|
13
|
-
--base-sizing-
|
|
14
|
-
--base-sizing-
|
|
15
|
-
--base-sizing-
|
|
16
|
-
--base-sizing-
|
|
17
|
-
--base-sizing-
|
|
18
|
-
--base-sizing-
|
|
19
|
-
--base-sizing-
|
|
20
|
-
--base-sizing-
|
|
21
|
-
--base-sizing-
|
|
22
|
-
--base-sizing-
|
|
23
|
-
--base-sizing-
|
|
24
|
-
--base-sizing-
|
|
25
|
-
--base-sizing-
|
|
6
|
+
--base-sizing-size1-px: 1px;
|
|
7
|
+
--base-sizing-size2-px: 2px;
|
|
8
|
+
--base-sizing-size8-px: 8px;
|
|
9
|
+
--base-sizing-size16-px: 16px;
|
|
10
|
+
--base-sizing-size18-px: 18px;
|
|
11
|
+
--base-sizing-size20-px: 20px;
|
|
12
|
+
--base-sizing-size24-px: 24px;
|
|
13
|
+
--base-sizing-size32-px: 32px;
|
|
14
|
+
--base-sizing-size40-px: 40px;
|
|
15
|
+
--base-sizing-size48-px: 48px;
|
|
16
|
+
--base-sizing-size1-rem: 0.0625rem;
|
|
17
|
+
--base-sizing-size2-rem: 0.125rem;
|
|
18
|
+
--base-sizing-size8-rem: 0.5rem;
|
|
19
|
+
--base-sizing-size16-rem: 1rem;
|
|
20
|
+
--base-sizing-size18-rem: 1.125rem;
|
|
21
|
+
--base-sizing-size20-rem: 1.25rem;
|
|
22
|
+
--base-sizing-size24-rem: 1.5rem;
|
|
23
|
+
--base-sizing-size32-rem: 2rem;
|
|
24
|
+
--base-sizing-size40-rem: 2.5rem;
|
|
25
|
+
--base-sizing-size48-rem: 3rem;
|
|
26
26
|
}
|
|
@@ -5,10 +5,17 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
--component-grid-shared-display: flex;
|
|
7
7
|
--component-grid-shared-width: 100%;
|
|
8
|
-
--component-grid-shared-columns: 12;
|
|
9
|
-
--component-grid-shared-gap: 8px;
|
|
10
8
|
--component-grid-shared-direction: row;
|
|
11
9
|
--component-grid-shared-wrap: wrap;
|
|
12
10
|
--component-grid-shared-justify-content: flex-start;
|
|
13
11
|
--component-grid-shared-align-items: stretch;
|
|
12
|
+
--component-grid-sm-columns: 12;
|
|
13
|
+
--component-grid-sm-gap: 16px;
|
|
14
|
+
--component-grid-sm-padding: 16px;
|
|
15
|
+
--component-grid-md-columns: 12;
|
|
16
|
+
--component-grid-md-gap: 16px;
|
|
17
|
+
--component-grid-md-padding: 24px;
|
|
18
|
+
--component-grid-lg-columns: 12;
|
|
19
|
+
--component-grid-lg-gap: 16px;
|
|
20
|
+
--component-grid-lg-padding: 24px;
|
|
14
21
|
}
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
--component-intended-audience-signifier-box-sizing: border-box;
|
|
17
17
|
--component-intended-audience-signifier-width: fit-content;
|
|
18
18
|
--component-intended-audience-signifier-gap: 4px;
|
|
19
|
-
--component-intended-audience-signifier-svg-height:
|
|
20
|
-
--component-intended-audience-signifier-svg-width:
|
|
19
|
+
--component-intended-audience-signifier-svg-height: 12px;
|
|
20
|
+
--component-intended-audience-signifier-svg-width: 16px;
|
|
21
21
|
--component-intended-audience-signifier-chevron-fill: #545454;
|
|
22
22
|
--component-intended-audience-signifier-chevron-size: 10px;
|
|
23
23
|
--component-intended-audience-signifier-color: #545454;
|
|
@@ -6,9 +6,6 @@
|
|
|
6
6
|
--component-layout-layout-shared-display: grid;
|
|
7
7
|
--component-layout-layout-shared-min-height: 100svh;
|
|
8
8
|
--component-layout-layout-shared-width: 100%;
|
|
9
|
-
--component-layout-layout-shared-max-width: 1584px;
|
|
10
|
-
--component-layout-layout-shared-margin-left: auto;
|
|
11
|
-
--component-layout-layout-shared-margin-right: auto;
|
|
12
9
|
--component-layout-layout-sm-grid-template-areas: 'alertbanner' 'topbar'
|
|
13
10
|
'sidebar' 'main';
|
|
14
11
|
--component-layout-layout-sm-grid-template-columns: 1fr;
|
|
@@ -26,5 +23,8 @@
|
|
|
26
23
|
--component-layout-sidebar-sm-above-grid-display: block;
|
|
27
24
|
--component-layout-sidebar-md-display: block;
|
|
28
25
|
--component-layout-sidebar-md-width: 200px;
|
|
29
|
-
--component-layout-sidebar-lg-width:
|
|
26
|
+
--component-layout-sidebar-lg-width: 280px;
|
|
27
|
+
--component-layout-main-max-width: 1584px;
|
|
28
|
+
--component-layout-main-margin-left: auto;
|
|
29
|
+
--component-layout-main-margin-right: auto;
|
|
30
30
|
}
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
--component-top-bar-tool-name-display: flex;
|
|
80
80
|
--component-top-bar-tool-name-color: #000000;
|
|
81
81
|
--component-top-bar-tool-name-align-items: center;
|
|
82
|
-
--component-top-bar-tool-name-gap:
|
|
82
|
+
--component-top-bar-tool-name-gap: 0.5rem;
|
|
83
83
|
--component-top-bar-tool-name-typography-font: normal 700 1.25rem/1.15
|
|
84
84
|
'GH Guardian Headline';
|
|
85
85
|
--component-top-bar-tool-name-typography-letter-spacing: 0;
|
|
86
86
|
--component-top-bar-tool-name-typography-font-width: 100;
|
|
87
87
|
--component-top-bar-tool-name-divider-border: 0.0625rem solid #cccccc;
|
|
88
88
|
--component-top-bar-tool-name-divider-height: 2rem;
|
|
89
|
-
--component-top-bar-tool-name-subsection-gap:
|
|
89
|
+
--component-top-bar-tool-name-subsection-gap: 0.125rem;
|
|
90
90
|
--component-top-bar-tool-name-subsection-typography-font: normal 700 1rem/1.15
|
|
91
91
|
'Open Sans';
|
|
92
92
|
--component-top-bar-tool-name-subsection-typography-letter-spacing: -0.0125rem;
|
|
@@ -25,8 +25,9 @@
|
|
|
25
25
|
--semantic-colors-text-orange: #693c16;
|
|
26
26
|
--semantic-colors-text-yellow: #5b4a0b;
|
|
27
27
|
--semantic-colors-bg-base: #ffffff;
|
|
28
|
-
--semantic-colors-bg-raised-
|
|
29
|
-
--semantic-colors-bg-raised-
|
|
28
|
+
--semantic-colors-bg-raised-level1: #f6f6f6;
|
|
29
|
+
--semantic-colors-bg-raised-level2: #ededed;
|
|
30
|
+
--semantic-colors-bg-raised-level3: #e6e6e6;
|
|
30
31
|
--semantic-colors-border-stronger: #545454;
|
|
31
32
|
--semantic-colors-border-strong: #8d8d8d;
|
|
32
33
|
--semantic-colors-border-weak: #cccccc;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--semantic-grid-gutter-lg-px: 16px;
|
|
7
|
+
--semantic-grid-gutter-md-px: 16px;
|
|
8
|
+
--semantic-grid-gutter-sm-px: 16px;
|
|
9
|
+
--semantic-grid-margin-lg-px: 24px;
|
|
10
|
+
--semantic-grid-margin-md-px: 24px;
|
|
11
|
+
--semantic-grid-margin-sm-px: 16px;
|
|
12
|
+
--semantic-grid-columns-lg: 12;
|
|
13
|
+
--semantic-grid-columns-md: 12;
|
|
14
|
+
--semantic-grid-columns-sm: 12;
|
|
15
|
+
}
|
|
@@ -15,4 +15,7 @@
|
|
|
15
15
|
--semantic-sizing-border-default: 0.0625rem;
|
|
16
16
|
--semantic-sizing-border-md: 0.125rem;
|
|
17
17
|
--semantic-sizing-border-extra-wide: 0.5rem;
|
|
18
|
+
--semantic-sizing-sidebar-md-px: 200px;
|
|
19
|
+
--semantic-sizing-sidebar-lg-px: 280px;
|
|
20
|
+
--semantic-sizing-layout-max-width-px: 1584px;
|
|
18
21
|
}
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
--semantic-typography-heading-xl-font: normal 700 1.25rem/1.15 'Open Sans';
|
|
35
35
|
--semantic-typography-heading-xl-letter-spacing: -0.03125rem;
|
|
36
36
|
--semantic-typography-heading-xl-font-width: 95;
|
|
37
|
-
--semantic-typography-
|
|
38
|
-
--semantic-typography-
|
|
39
|
-
--semantic-typography-
|
|
37
|
+
--semantic-typography-heading2-xl-font: normal 700 1.5rem/1.15 'Open Sans';
|
|
38
|
+
--semantic-typography-heading2-xl-letter-spacing: -0.0625rem;
|
|
39
|
+
--semantic-typography-heading2-xl-font-width: 95;
|
|
40
40
|
--semantic-typography-heading-compact-xs-font: normal 700 0.75rem/1.15
|
|
41
41
|
'Open Sans';
|
|
42
42
|
--semantic-typography-heading-compact-xs-letter-spacing: 0;
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
'Open Sans';
|
|
58
58
|
--semantic-typography-heading-compact-xl-letter-spacing: -0.03125rem;
|
|
59
59
|
--semantic-typography-heading-compact-xl-font-width: 88;
|
|
60
|
-
--semantic-typography-heading-
|
|
60
|
+
--semantic-typography-heading-compact2-xl-font: normal 700 1.5rem/1.15
|
|
61
61
|
'Open Sans';
|
|
62
|
-
--semantic-typography-heading-
|
|
63
|
-
--semantic-typography-heading-
|
|
62
|
+
--semantic-typography-heading-compact2-xl-letter-spacing: -0.03125rem;
|
|
63
|
+
--semantic-typography-heading-compact2-xl-font-width: 88;
|
|
64
64
|
--semantic-typography-body-xs-font: normal 460 0.75rem/1.3 'Open Sans';
|
|
65
65
|
--semantic-typography-body-xs-letter-spacing: 0;
|
|
66
66
|
--semantic-typography-body-xs-font-width: 95;
|
|
@@ -115,7 +115,7 @@ const baseColors = {
|
|
|
115
115
|
"800": "#edc6d7",
|
|
116
116
|
"900": "#f9ebf1"
|
|
117
117
|
},
|
|
118
|
-
|
|
118
|
+
warmPurple: {
|
|
119
119
|
"50": "#220b30",
|
|
120
120
|
"100": "#381350",
|
|
121
121
|
"200": "#4e1a6f",
|
|
@@ -127,7 +127,7 @@ const baseColors = {
|
|
|
127
127
|
"800": "#dac3e8",
|
|
128
128
|
"900": "#f2eaf7"
|
|
129
129
|
},
|
|
130
|
-
|
|
130
|
+
coolPurple: {
|
|
131
131
|
"50": "#232740",
|
|
132
132
|
"100": "#394069",
|
|
133
133
|
"200": "#485084",
|
|
@@ -113,7 +113,7 @@ const baseColors = {
|
|
|
113
113
|
"800": "#edc6d7",
|
|
114
114
|
"900": "#f9ebf1"
|
|
115
115
|
},
|
|
116
|
-
|
|
116
|
+
warmPurple: {
|
|
117
117
|
"50": "#220b30",
|
|
118
118
|
"100": "#381350",
|
|
119
119
|
"200": "#4e1a6f",
|
|
@@ -125,7 +125,7 @@ const baseColors = {
|
|
|
125
125
|
"800": "#dac3e8",
|
|
126
126
|
"900": "#f2eaf7"
|
|
127
127
|
},
|
|
128
|
-
|
|
128
|
+
coolPurple: {
|
|
129
129
|
"50": "#232740",
|
|
130
130
|
"100": "#394069",
|
|
131
131
|
"200": "#485084",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const baseRadius = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
corner2Px: "2px",
|
|
5
|
+
corner4Px: "4px",
|
|
6
|
+
corner8Px: "8px",
|
|
7
|
+
corner2Rem: "0.125rem",
|
|
8
|
+
corner4Rem: "0.25rem",
|
|
9
|
+
corner8Rem: "0.5rem"
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.baseRadius = baseRadius;
|