@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,10 +1,10 @@
|
|
|
1
1
|
const baseRadius = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
corner2Px: "2px",
|
|
3
|
+
corner4Px: "4px",
|
|
4
|
+
corner8Px: "8px",
|
|
5
|
+
corner2Rem: "0.125rem",
|
|
6
|
+
corner4Rem: "0.25rem",
|
|
7
|
+
corner8Rem: "0.5rem"
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
export { baseRadius };
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const baseSizing = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
4
|
+
size1Px: "1px",
|
|
5
|
+
size2Px: "2px",
|
|
6
|
+
size8Px: "8px",
|
|
7
|
+
size16Px: "16px",
|
|
8
|
+
size18Px: "18px",
|
|
9
|
+
size20Px: "20px",
|
|
10
|
+
size24Px: "24px",
|
|
11
|
+
size32Px: "32px",
|
|
12
|
+
size40Px: "40px",
|
|
13
|
+
size48Px: "48px",
|
|
14
|
+
size1Rem: "0.0625rem",
|
|
15
|
+
size2Rem: "0.125rem",
|
|
16
|
+
size8Rem: "0.5rem",
|
|
17
|
+
size16Rem: "1rem",
|
|
18
|
+
size18Rem: "1.125rem",
|
|
19
|
+
size20Rem: "1.25rem",
|
|
20
|
+
size24Rem: "1.5rem",
|
|
21
|
+
size32Rem: "2rem",
|
|
22
|
+
size40Rem: "2.5rem",
|
|
23
|
+
size48Rem: "3rem"
|
|
24
24
|
};
|
|
25
25
|
|
|
26
26
|
exports.baseSizing = baseSizing;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
const baseSizing = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
2
|
+
size1Px: "1px",
|
|
3
|
+
size2Px: "2px",
|
|
4
|
+
size8Px: "8px",
|
|
5
|
+
size16Px: "16px",
|
|
6
|
+
size18Px: "18px",
|
|
7
|
+
size20Px: "20px",
|
|
8
|
+
size24Px: "24px",
|
|
9
|
+
size32Px: "32px",
|
|
10
|
+
size40Px: "40px",
|
|
11
|
+
size48Px: "48px",
|
|
12
|
+
size1Rem: "0.0625rem",
|
|
13
|
+
size2Rem: "0.125rem",
|
|
14
|
+
size8Rem: "0.5rem",
|
|
15
|
+
size16Rem: "1rem",
|
|
16
|
+
size18Rem: "1.125rem",
|
|
17
|
+
size20Rem: "1.25rem",
|
|
18
|
+
size24Rem: "1.5rem",
|
|
19
|
+
size32Rem: "2rem",
|
|
20
|
+
size40Rem: "2.5rem",
|
|
21
|
+
size48Rem: "3rem"
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { baseSizing };
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const baseSpacing = {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
4
|
+
"2Px": "2px",
|
|
5
|
+
"4Px": "4px",
|
|
6
|
+
"6Px": "6px",
|
|
7
|
+
"8Px": "8px",
|
|
8
|
+
"10Px": "10px",
|
|
9
|
+
"12Px": "12px",
|
|
10
|
+
"16Px": "16px",
|
|
11
|
+
"20Px": "20px",
|
|
12
|
+
"24Px": "24px",
|
|
13
|
+
"32Px": "32px",
|
|
14
|
+
"36Px": "36px",
|
|
15
|
+
"40Px": "40px",
|
|
16
|
+
"48Px": "48px",
|
|
17
|
+
"64Px": "64px",
|
|
18
|
+
"72Px": "72px",
|
|
19
|
+
"80Px": "80px",
|
|
20
|
+
"96Px": "96px",
|
|
21
|
+
"2Rem": "0.125rem",
|
|
22
|
+
"4Rem": "0.25rem",
|
|
23
|
+
"6Rem": "0.375rem",
|
|
24
|
+
"8Rem": "0.5rem",
|
|
25
|
+
"10Rem": "0.625rem",
|
|
26
|
+
"12Rem": "0.75rem",
|
|
27
|
+
"16Rem": "1rem",
|
|
28
|
+
"20Rem": "1.25rem",
|
|
29
|
+
"24Rem": "1.5rem",
|
|
30
|
+
"32Rem": "2rem",
|
|
31
|
+
"36Rem": "2.25rem",
|
|
32
|
+
"40Rem": "2.5rem",
|
|
33
|
+
"48Rem": "3rem",
|
|
34
|
+
"64Rem": "4rem",
|
|
35
|
+
"72Rem": "4.5rem",
|
|
36
|
+
"80Rem": "5rem",
|
|
37
|
+
"96Rem": "6rem"
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
exports.baseSpacing = baseSpacing;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
const baseSpacing = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
2
|
+
"2Px": "2px",
|
|
3
|
+
"4Px": "4px",
|
|
4
|
+
"6Px": "6px",
|
|
5
|
+
"8Px": "8px",
|
|
6
|
+
"10Px": "10px",
|
|
7
|
+
"12Px": "12px",
|
|
8
|
+
"16Px": "16px",
|
|
9
|
+
"20Px": "20px",
|
|
10
|
+
"24Px": "24px",
|
|
11
|
+
"32Px": "32px",
|
|
12
|
+
"36Px": "36px",
|
|
13
|
+
"40Px": "40px",
|
|
14
|
+
"48Px": "48px",
|
|
15
|
+
"64Px": "64px",
|
|
16
|
+
"72Px": "72px",
|
|
17
|
+
"80Px": "80px",
|
|
18
|
+
"96Px": "96px",
|
|
19
|
+
"2Rem": "0.125rem",
|
|
20
|
+
"4Rem": "0.25rem",
|
|
21
|
+
"6Rem": "0.375rem",
|
|
22
|
+
"8Rem": "0.5rem",
|
|
23
|
+
"10Rem": "0.625rem",
|
|
24
|
+
"12Rem": "0.75rem",
|
|
25
|
+
"16Rem": "1rem",
|
|
26
|
+
"20Rem": "1.25rem",
|
|
27
|
+
"24Rem": "1.5rem",
|
|
28
|
+
"32Rem": "2rem",
|
|
29
|
+
"36Rem": "2.25rem",
|
|
30
|
+
"40Rem": "2.5rem",
|
|
31
|
+
"48Rem": "3rem",
|
|
32
|
+
"64Rem": "4rem",
|
|
33
|
+
"72Rem": "4.5rem",
|
|
34
|
+
"80Rem": "5rem",
|
|
35
|
+
"96Rem": "6rem"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
export { baseSpacing };
|
|
@@ -2,50 +2,50 @@
|
|
|
2
2
|
|
|
3
3
|
const baseTypography = {
|
|
4
4
|
family: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
openSans: "Open Sans",
|
|
6
|
+
openSansCompact: "Open Sans",
|
|
7
|
+
guardianTextEgyptian: "GuardianTextEgyptian",
|
|
8
|
+
guardianHeadline: "GH Guardian Headline"
|
|
9
9
|
},
|
|
10
10
|
size: {
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
11
|
+
"12Px": "12px",
|
|
12
|
+
"14Px": "14px",
|
|
13
|
+
"16Px": "16px",
|
|
14
|
+
"18Px": "18px",
|
|
15
|
+
"20Px": "20px",
|
|
16
|
+
"24Px": "24px",
|
|
17
|
+
"28Px": "28px",
|
|
18
|
+
"32Px": "32px",
|
|
19
|
+
"36Px": "36px",
|
|
20
|
+
"42Px": "42px",
|
|
21
|
+
"48Px": "48px",
|
|
22
|
+
"12Rem": "0.75rem",
|
|
23
|
+
"14Rem": "0.875rem",
|
|
24
|
+
"16Rem": "1rem",
|
|
25
|
+
"18Rem": "1.125rem",
|
|
26
|
+
"20Rem": "1.25rem",
|
|
27
|
+
"24Rem": "1.5rem",
|
|
28
|
+
"28Rem": "1.75rem",
|
|
29
|
+
"32Rem": "2rem",
|
|
30
|
+
"36Rem": "2.25rem",
|
|
31
|
+
"42Rem": "2.625rem",
|
|
32
|
+
"48Rem": "3rem"
|
|
33
33
|
},
|
|
34
34
|
weight: {
|
|
35
|
-
|
|
35
|
+
guardianHeadline: {
|
|
36
36
|
bold: 700
|
|
37
37
|
},
|
|
38
|
-
|
|
38
|
+
guardianTextEgyptian: {
|
|
39
39
|
normal: 400,
|
|
40
40
|
bold: 700
|
|
41
41
|
},
|
|
42
|
-
|
|
42
|
+
openSans: {
|
|
43
43
|
light: 340,
|
|
44
44
|
normal: 460,
|
|
45
45
|
semiBold: 600,
|
|
46
46
|
bold: 700
|
|
47
47
|
},
|
|
48
|
-
|
|
48
|
+
openSansCompact: {
|
|
49
49
|
light: 360,
|
|
50
50
|
normal: 460,
|
|
51
51
|
semiBold: 600,
|
|
@@ -53,28 +53,28 @@ const baseTypography = {
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
width: {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
openSans: 95,
|
|
57
|
+
openSansCompact: 88
|
|
58
58
|
},
|
|
59
59
|
style: {
|
|
60
60
|
normal: "normal",
|
|
61
61
|
italic: "italic"
|
|
62
62
|
},
|
|
63
|
-
|
|
63
|
+
lineHeight: {
|
|
64
64
|
tight: 1.15,
|
|
65
65
|
normal: 1.3,
|
|
66
66
|
loose: 1.4,
|
|
67
67
|
interactive: 1
|
|
68
68
|
},
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
69
|
+
letterSpacing: {
|
|
70
|
+
densestPx: "-1px",
|
|
71
|
+
denserPx: "-0.5px",
|
|
72
|
+
densePx: "-0.2px",
|
|
73
|
+
defaultPx: "0px",
|
|
74
|
+
densestRem: "-0.0625rem",
|
|
75
|
+
denserRem: "-0.03125rem",
|
|
76
|
+
denseRem: "-0.0125rem",
|
|
77
|
+
defaultRem: "0rem"
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
80
|
|
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
const baseTypography = {
|
|
2
2
|
family: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
openSans: "Open Sans",
|
|
4
|
+
openSansCompact: "Open Sans",
|
|
5
|
+
guardianTextEgyptian: "GuardianTextEgyptian",
|
|
6
|
+
guardianHeadline: "GH Guardian Headline"
|
|
7
7
|
},
|
|
8
8
|
size: {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
9
|
+
"12Px": "12px",
|
|
10
|
+
"14Px": "14px",
|
|
11
|
+
"16Px": "16px",
|
|
12
|
+
"18Px": "18px",
|
|
13
|
+
"20Px": "20px",
|
|
14
|
+
"24Px": "24px",
|
|
15
|
+
"28Px": "28px",
|
|
16
|
+
"32Px": "32px",
|
|
17
|
+
"36Px": "36px",
|
|
18
|
+
"42Px": "42px",
|
|
19
|
+
"48Px": "48px",
|
|
20
|
+
"12Rem": "0.75rem",
|
|
21
|
+
"14Rem": "0.875rem",
|
|
22
|
+
"16Rem": "1rem",
|
|
23
|
+
"18Rem": "1.125rem",
|
|
24
|
+
"20Rem": "1.25rem",
|
|
25
|
+
"24Rem": "1.5rem",
|
|
26
|
+
"28Rem": "1.75rem",
|
|
27
|
+
"32Rem": "2rem",
|
|
28
|
+
"36Rem": "2.25rem",
|
|
29
|
+
"42Rem": "2.625rem",
|
|
30
|
+
"48Rem": "3rem"
|
|
31
31
|
},
|
|
32
32
|
weight: {
|
|
33
|
-
|
|
33
|
+
guardianHeadline: {
|
|
34
34
|
bold: 700
|
|
35
35
|
},
|
|
36
|
-
|
|
36
|
+
guardianTextEgyptian: {
|
|
37
37
|
normal: 400,
|
|
38
38
|
bold: 700
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
openSans: {
|
|
41
41
|
light: 340,
|
|
42
42
|
normal: 460,
|
|
43
43
|
semiBold: 600,
|
|
44
44
|
bold: 700
|
|
45
45
|
},
|
|
46
|
-
|
|
46
|
+
openSansCompact: {
|
|
47
47
|
light: 360,
|
|
48
48
|
normal: 460,
|
|
49
49
|
semiBold: 600,
|
|
@@ -51,28 +51,28 @@ const baseTypography = {
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
width: {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
openSans: 95,
|
|
55
|
+
openSansCompact: 88
|
|
56
56
|
},
|
|
57
57
|
style: {
|
|
58
58
|
normal: "normal",
|
|
59
59
|
italic: "italic"
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
lineHeight: {
|
|
62
62
|
tight: 1.15,
|
|
63
63
|
normal: 1.3,
|
|
64
64
|
loose: 1.4,
|
|
65
65
|
interactive: 1
|
|
66
66
|
},
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
67
|
+
letterSpacing: {
|
|
68
|
+
densestPx: "-1px",
|
|
69
|
+
denserPx: "-0.5px",
|
|
70
|
+
densePx: "-0.2px",
|
|
71
|
+
defaultPx: "0px",
|
|
72
|
+
densestRem: "-0.0625rem",
|
|
73
|
+
denserRem: "-0.03125rem",
|
|
74
|
+
denseRem: "-0.0125rem",
|
|
75
|
+
defaultRem: "0rem"
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const componentAlertBanner = {
|
|
4
4
|
shared: {
|
|
5
5
|
display: "flex",
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
alignItems: "center",
|
|
7
|
+
justifyContent: "space-between",
|
|
8
8
|
padding: {
|
|
9
9
|
top: "0",
|
|
10
10
|
right: "1rem",
|
|
@@ -15,11 +15,11 @@ const componentAlertBanner = {
|
|
|
15
15
|
height: "2.5rem",
|
|
16
16
|
content: {
|
|
17
17
|
display: "flex",
|
|
18
|
-
|
|
18
|
+
justifyContent: "center",
|
|
19
19
|
gap: "0.5rem",
|
|
20
20
|
flex: "1",
|
|
21
21
|
height: "100%",
|
|
22
|
-
|
|
22
|
+
alignItems: "center",
|
|
23
23
|
color: "#000000",
|
|
24
24
|
typography: {
|
|
25
25
|
font: "normal 460 0.875rem/1.3 Open Sans",
|
|
@@ -32,16 +32,16 @@ const componentAlertBanner = {
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
information: {
|
|
35
|
-
|
|
35
|
+
backgroundColor: "#e8f0fb"
|
|
36
36
|
},
|
|
37
37
|
success: {
|
|
38
|
-
|
|
38
|
+
backgroundColor: "#cde4c9"
|
|
39
39
|
},
|
|
40
40
|
warning: {
|
|
41
|
-
|
|
41
|
+
backgroundColor: "#fbeebf"
|
|
42
42
|
},
|
|
43
43
|
error: {
|
|
44
|
-
|
|
44
|
+
backgroundColor: "#f5c6c0"
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const componentAlertBanner = {
|
|
2
2
|
shared: {
|
|
3
3
|
display: "flex",
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
alignItems: "center",
|
|
5
|
+
justifyContent: "space-between",
|
|
6
6
|
padding: {
|
|
7
7
|
top: "0",
|
|
8
8
|
right: "1rem",
|
|
@@ -13,11 +13,11 @@ const componentAlertBanner = {
|
|
|
13
13
|
height: "2.5rem",
|
|
14
14
|
content: {
|
|
15
15
|
display: "flex",
|
|
16
|
-
|
|
16
|
+
justifyContent: "center",
|
|
17
17
|
gap: "0.5rem",
|
|
18
18
|
flex: "1",
|
|
19
19
|
height: "100%",
|
|
20
|
-
|
|
20
|
+
alignItems: "center",
|
|
21
21
|
color: "#000000",
|
|
22
22
|
typography: {
|
|
23
23
|
font: "normal 460 0.875rem/1.3 Open Sans",
|
|
@@ -30,16 +30,16 @@ const componentAlertBanner = {
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
information: {
|
|
33
|
-
|
|
33
|
+
backgroundColor: "#e8f0fb"
|
|
34
34
|
},
|
|
35
35
|
success: {
|
|
36
|
-
|
|
36
|
+
backgroundColor: "#cde4c9"
|
|
37
37
|
},
|
|
38
38
|
warning: {
|
|
39
|
-
|
|
39
|
+
backgroundColor: "#fbeebf"
|
|
40
40
|
},
|
|
41
41
|
error: {
|
|
42
|
-
|
|
42
|
+
backgroundColor: "#f5c6c0"
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
45
|
|