@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
package/dist/types/index.d.ts
CHANGED
|
@@ -52,8 +52,8 @@ export { componentTextArea } from './styleD/build/typescript/component/textArea'
|
|
|
52
52
|
export type { ComponentTextArea } from './styleD/build/typescript/component/textArea';
|
|
53
53
|
export { componentTextInput } from './styleD/build/typescript/component/textInput';
|
|
54
54
|
export type { ComponentTextInput } from './styleD/build/typescript/component/textInput';
|
|
55
|
-
export { componentTopBar } from './styleD/build/typescript/component/
|
|
56
|
-
export type { ComponentTopBar } from './styleD/build/typescript/component/
|
|
55
|
+
export { componentTopBar } from './styleD/build/typescript/component/topBar';
|
|
56
|
+
export type { ComponentTopBar } from './styleD/build/typescript/component/topBar';
|
|
57
57
|
export { componentTypography } from './styleD/build/typescript/component/typography';
|
|
58
58
|
export type { ComponentTypography } from './styleD/build/typescript/component/typography';
|
|
59
59
|
/**
|
|
@@ -74,6 +74,8 @@ export type { BaseTypography } from './styleD/build/typescript/base/typography';
|
|
|
74
74
|
*/
|
|
75
75
|
export { semanticColors } from './styleD/build/typescript/semantic/colors';
|
|
76
76
|
export type { SemanticColors } from './styleD/build/typescript/semantic/colors';
|
|
77
|
+
export { semanticGrid } from './styleD/build/typescript/semantic/grid';
|
|
78
|
+
export type { SemanticGrid } from './styleD/build/typescript/semantic/grid';
|
|
77
79
|
export { semanticTypography } from './styleD/build/typescript/semantic/typography';
|
|
78
80
|
export type { SemanticTypography } from './styleD/build/typescript/semantic/typography';
|
|
79
81
|
export { semanticSizing } from './styleD/build/typescript/semantic/sizing';
|
|
@@ -116,7 +116,7 @@ export declare const baseColors: {
|
|
|
116
116
|
readonly '800': "#edc6d7";
|
|
117
117
|
readonly '900': "#f9ebf1";
|
|
118
118
|
};
|
|
119
|
-
readonly
|
|
119
|
+
readonly warmPurple: {
|
|
120
120
|
readonly '50': "#220b30";
|
|
121
121
|
readonly '100': "#381350";
|
|
122
122
|
readonly '200': "#4e1a6f";
|
|
@@ -128,7 +128,7 @@ export declare const baseColors: {
|
|
|
128
128
|
readonly '800': "#dac3e8";
|
|
129
129
|
readonly '900': "#f2eaf7";
|
|
130
130
|
};
|
|
131
|
-
readonly
|
|
131
|
+
readonly coolPurple: {
|
|
132
132
|
readonly '50': "#232740";
|
|
133
133
|
readonly '100': "#394069";
|
|
134
134
|
readonly '200': "#485084";
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
export declare const baseRadius: {
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
5
|
+
readonly corner2Px: "2px";
|
|
6
|
+
readonly corner4Px: "4px";
|
|
7
|
+
readonly corner8Px: "8px";
|
|
8
|
+
readonly corner2Rem: "0.125rem";
|
|
9
|
+
readonly corner4Rem: "0.25rem";
|
|
10
|
+
readonly corner8Rem: "0.5rem";
|
|
11
11
|
};
|
|
12
12
|
export type BaseRadius = typeof baseRadius;
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
export declare const baseSizing: {
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
11
|
-
readonly
|
|
12
|
-
readonly
|
|
13
|
-
readonly
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
16
|
-
readonly
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
5
|
+
readonly size1Px: "1px";
|
|
6
|
+
readonly size2Px: "2px";
|
|
7
|
+
readonly size8Px: "8px";
|
|
8
|
+
readonly size16Px: "16px";
|
|
9
|
+
readonly size18Px: "18px";
|
|
10
|
+
readonly size20Px: "20px";
|
|
11
|
+
readonly size24Px: "24px";
|
|
12
|
+
readonly size32Px: "32px";
|
|
13
|
+
readonly size40Px: "40px";
|
|
14
|
+
readonly size48Px: "48px";
|
|
15
|
+
readonly size1Rem: "0.0625rem";
|
|
16
|
+
readonly size2Rem: "0.125rem";
|
|
17
|
+
readonly size8Rem: "0.5rem";
|
|
18
|
+
readonly size16Rem: "1rem";
|
|
19
|
+
readonly size18Rem: "1.125rem";
|
|
20
|
+
readonly size20Rem: "1.25rem";
|
|
21
|
+
readonly size24Rem: "1.5rem";
|
|
22
|
+
readonly size32Rem: "2rem";
|
|
23
|
+
readonly size40Rem: "2.5rem";
|
|
24
|
+
readonly size48Rem: "3rem";
|
|
25
25
|
};
|
|
26
26
|
export type BaseSizing = typeof baseSizing;
|
|
@@ -2,39 +2,39 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
export declare const baseSpacing: {
|
|
5
|
-
readonly '
|
|
6
|
-
readonly '
|
|
7
|
-
readonly '
|
|
8
|
-
readonly '
|
|
9
|
-
readonly '
|
|
10
|
-
readonly '
|
|
11
|
-
readonly '
|
|
12
|
-
readonly '
|
|
13
|
-
readonly '
|
|
14
|
-
readonly '
|
|
15
|
-
readonly '
|
|
16
|
-
readonly '
|
|
17
|
-
readonly '
|
|
18
|
-
readonly '
|
|
19
|
-
readonly '
|
|
20
|
-
readonly '
|
|
21
|
-
readonly '
|
|
22
|
-
readonly '
|
|
23
|
-
readonly '
|
|
24
|
-
readonly '
|
|
25
|
-
readonly '
|
|
26
|
-
readonly '
|
|
27
|
-
readonly '
|
|
28
|
-
readonly '
|
|
29
|
-
readonly '
|
|
30
|
-
readonly '
|
|
31
|
-
readonly '
|
|
32
|
-
readonly '
|
|
33
|
-
readonly '
|
|
34
|
-
readonly '
|
|
35
|
-
readonly '
|
|
36
|
-
readonly '
|
|
37
|
-
readonly '
|
|
38
|
-
readonly '
|
|
5
|
+
readonly '2Px': "2px";
|
|
6
|
+
readonly '4Px': "4px";
|
|
7
|
+
readonly '6Px': "6px";
|
|
8
|
+
readonly '8Px': "8px";
|
|
9
|
+
readonly '10Px': "10px";
|
|
10
|
+
readonly '12Px': "12px";
|
|
11
|
+
readonly '16Px': "16px";
|
|
12
|
+
readonly '20Px': "20px";
|
|
13
|
+
readonly '24Px': "24px";
|
|
14
|
+
readonly '32Px': "32px";
|
|
15
|
+
readonly '36Px': "36px";
|
|
16
|
+
readonly '40Px': "40px";
|
|
17
|
+
readonly '48Px': "48px";
|
|
18
|
+
readonly '64Px': "64px";
|
|
19
|
+
readonly '72Px': "72px";
|
|
20
|
+
readonly '80Px': "80px";
|
|
21
|
+
readonly '96Px': "96px";
|
|
22
|
+
readonly '2Rem': "0.125rem";
|
|
23
|
+
readonly '4Rem': "0.25rem";
|
|
24
|
+
readonly '6Rem': "0.375rem";
|
|
25
|
+
readonly '8Rem': "0.5rem";
|
|
26
|
+
readonly '10Rem': "0.625rem";
|
|
27
|
+
readonly '12Rem': "0.75rem";
|
|
28
|
+
readonly '16Rem': "1rem";
|
|
29
|
+
readonly '20Rem': "1.25rem";
|
|
30
|
+
readonly '24Rem': "1.5rem";
|
|
31
|
+
readonly '32Rem': "2rem";
|
|
32
|
+
readonly '36Rem': "2.25rem";
|
|
33
|
+
readonly '40Rem': "2.5rem";
|
|
34
|
+
readonly '48Rem': "3rem";
|
|
35
|
+
readonly '64Rem': "4rem";
|
|
36
|
+
readonly '72Rem': "4.5rem";
|
|
37
|
+
readonly '80Rem': "5rem";
|
|
38
|
+
readonly '96Rem': "6rem";
|
|
39
39
|
};
|
|
40
40
|
export type BaseSpacing = typeof baseSpacing;
|
|
@@ -3,50 +3,50 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const baseTypography: {
|
|
5
5
|
readonly family: {
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
6
|
+
readonly openSans: "Open Sans";
|
|
7
|
+
readonly openSansCompact: "Open Sans";
|
|
8
|
+
readonly guardianTextEgyptian: "GuardianTextEgyptian";
|
|
9
|
+
readonly guardianHeadline: "GH Guardian Headline";
|
|
10
10
|
};
|
|
11
11
|
readonly size: {
|
|
12
|
-
readonly '
|
|
13
|
-
readonly '
|
|
14
|
-
readonly '
|
|
15
|
-
readonly '
|
|
16
|
-
readonly '
|
|
17
|
-
readonly '
|
|
18
|
-
readonly '
|
|
19
|
-
readonly '
|
|
20
|
-
readonly '
|
|
21
|
-
readonly '
|
|
22
|
-
readonly '
|
|
23
|
-
readonly '
|
|
24
|
-
readonly '
|
|
25
|
-
readonly '
|
|
26
|
-
readonly '
|
|
27
|
-
readonly '
|
|
28
|
-
readonly '
|
|
29
|
-
readonly '
|
|
30
|
-
readonly '
|
|
31
|
-
readonly '
|
|
32
|
-
readonly '
|
|
33
|
-
readonly '
|
|
12
|
+
readonly '12Px': "12px";
|
|
13
|
+
readonly '14Px': "14px";
|
|
14
|
+
readonly '16Px': "16px";
|
|
15
|
+
readonly '18Px': "18px";
|
|
16
|
+
readonly '20Px': "20px";
|
|
17
|
+
readonly '24Px': "24px";
|
|
18
|
+
readonly '28Px': "28px";
|
|
19
|
+
readonly '32Px': "32px";
|
|
20
|
+
readonly '36Px': "36px";
|
|
21
|
+
readonly '42Px': "42px";
|
|
22
|
+
readonly '48Px': "48px";
|
|
23
|
+
readonly '12Rem': "0.75rem";
|
|
24
|
+
readonly '14Rem': "0.875rem";
|
|
25
|
+
readonly '16Rem': "1rem";
|
|
26
|
+
readonly '18Rem': "1.125rem";
|
|
27
|
+
readonly '20Rem': "1.25rem";
|
|
28
|
+
readonly '24Rem': "1.5rem";
|
|
29
|
+
readonly '28Rem': "1.75rem";
|
|
30
|
+
readonly '32Rem': "2rem";
|
|
31
|
+
readonly '36Rem': "2.25rem";
|
|
32
|
+
readonly '42Rem': "2.625rem";
|
|
33
|
+
readonly '48Rem': "3rem";
|
|
34
34
|
};
|
|
35
35
|
readonly weight: {
|
|
36
|
-
readonly
|
|
36
|
+
readonly guardianHeadline: {
|
|
37
37
|
readonly bold: 700;
|
|
38
38
|
};
|
|
39
|
-
readonly
|
|
39
|
+
readonly guardianTextEgyptian: {
|
|
40
40
|
readonly normal: 400;
|
|
41
41
|
readonly bold: 700;
|
|
42
42
|
};
|
|
43
|
-
readonly
|
|
43
|
+
readonly openSans: {
|
|
44
44
|
readonly light: 340;
|
|
45
45
|
readonly normal: 460;
|
|
46
46
|
readonly semiBold: 600;
|
|
47
47
|
readonly bold: 700;
|
|
48
48
|
};
|
|
49
|
-
readonly
|
|
49
|
+
readonly openSansCompact: {
|
|
50
50
|
readonly light: 360;
|
|
51
51
|
readonly normal: 460;
|
|
52
52
|
readonly semiBold: 600;
|
|
@@ -54,28 +54,28 @@ export declare const baseTypography: {
|
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
readonly width: {
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
57
|
+
readonly openSans: 95;
|
|
58
|
+
readonly openSansCompact: 88;
|
|
59
59
|
};
|
|
60
60
|
readonly style: {
|
|
61
61
|
readonly normal: "normal";
|
|
62
62
|
readonly italic: "italic";
|
|
63
63
|
};
|
|
64
|
-
readonly
|
|
64
|
+
readonly lineHeight: {
|
|
65
65
|
readonly tight: 1.15;
|
|
66
66
|
readonly normal: 1.3;
|
|
67
67
|
readonly loose: 1.4;
|
|
68
68
|
readonly interactive: 1;
|
|
69
69
|
};
|
|
70
|
-
readonly
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
78
|
-
readonly
|
|
70
|
+
readonly letterSpacing: {
|
|
71
|
+
readonly densestPx: "-1px";
|
|
72
|
+
readonly denserPx: "-0.5px";
|
|
73
|
+
readonly densePx: "-0.2px";
|
|
74
|
+
readonly defaultPx: "0px";
|
|
75
|
+
readonly densestRem: "-0.0625rem";
|
|
76
|
+
readonly denserRem: "-0.03125rem";
|
|
77
|
+
readonly denseRem: "-0.0125rem";
|
|
78
|
+
readonly defaultRem: "0rem";
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
export type BaseTypography = typeof baseTypography;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
export declare const componentAlertBanner: {
|
|
5
5
|
shared: {
|
|
6
6
|
display: string;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
alignItems: string;
|
|
8
|
+
justifyContent: string;
|
|
9
9
|
padding: {
|
|
10
10
|
top: string;
|
|
11
11
|
right: string;
|
|
@@ -16,11 +16,11 @@ export declare const componentAlertBanner: {
|
|
|
16
16
|
height: string;
|
|
17
17
|
content: {
|
|
18
18
|
display: string;
|
|
19
|
-
|
|
19
|
+
justifyContent: string;
|
|
20
20
|
gap: string;
|
|
21
21
|
flex: string;
|
|
22
22
|
height: string;
|
|
23
|
-
|
|
23
|
+
alignItems: string;
|
|
24
24
|
color: string;
|
|
25
25
|
typography: {
|
|
26
26
|
font: string;
|
|
@@ -33,16 +33,16 @@ export declare const componentAlertBanner: {
|
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
information: {
|
|
36
|
-
|
|
36
|
+
backgroundColor: string;
|
|
37
37
|
};
|
|
38
38
|
success: {
|
|
39
|
-
|
|
39
|
+
backgroundColor: string;
|
|
40
40
|
};
|
|
41
41
|
warning: {
|
|
42
|
-
|
|
42
|
+
backgroundColor: string;
|
|
43
43
|
};
|
|
44
44
|
error: {
|
|
45
|
-
|
|
45
|
+
backgroundColor: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
export type ComponentAlertBanner = typeof componentAlertBanner;
|
|
@@ -8,10 +8,10 @@ export declare const componentAvatar: {
|
|
|
8
8
|
text: string;
|
|
9
9
|
background: string;
|
|
10
10
|
border: string;
|
|
11
|
-
|
|
11
|
+
hover: {
|
|
12
12
|
background: string;
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
active: {
|
|
15
15
|
background: string;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
@@ -19,10 +19,10 @@ export declare const componentAvatar: {
|
|
|
19
19
|
text: string;
|
|
20
20
|
background: string;
|
|
21
21
|
border: string;
|
|
22
|
-
|
|
22
|
+
hover: {
|
|
23
23
|
background: string;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
active: {
|
|
26
26
|
background: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
@@ -30,10 +30,10 @@ export declare const componentAvatar: {
|
|
|
30
30
|
text: string;
|
|
31
31
|
background: string;
|
|
32
32
|
border: string;
|
|
33
|
-
|
|
33
|
+
hover: {
|
|
34
34
|
background: string;
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
active: {
|
|
37
37
|
background: string;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
@@ -41,10 +41,10 @@ export declare const componentAvatar: {
|
|
|
41
41
|
text: string;
|
|
42
42
|
background: string;
|
|
43
43
|
border: string;
|
|
44
|
-
|
|
44
|
+
hover: {
|
|
45
45
|
background: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
active: {
|
|
48
48
|
background: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
@@ -52,32 +52,32 @@ export declare const componentAvatar: {
|
|
|
52
52
|
text: string;
|
|
53
53
|
background: string;
|
|
54
54
|
border: string;
|
|
55
|
-
|
|
55
|
+
hover: {
|
|
56
56
|
background: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
active: {
|
|
59
59
|
background: string;
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
|
-
|
|
62
|
+
coolPurple: {
|
|
63
63
|
text: string;
|
|
64
64
|
background: string;
|
|
65
65
|
border: string;
|
|
66
|
-
|
|
66
|
+
hover: {
|
|
67
67
|
background: string;
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
active: {
|
|
70
70
|
background: string;
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
warmPurple: {
|
|
74
74
|
text: string;
|
|
75
75
|
background: string;
|
|
76
76
|
border: string;
|
|
77
|
-
|
|
77
|
+
hover: {
|
|
78
78
|
background: string;
|
|
79
79
|
};
|
|
80
|
-
|
|
80
|
+
active: {
|
|
81
81
|
background: string;
|
|
82
82
|
};
|
|
83
83
|
};
|
|
@@ -85,10 +85,10 @@ export declare const componentAvatar: {
|
|
|
85
85
|
text: string;
|
|
86
86
|
background: string;
|
|
87
87
|
border: string;
|
|
88
|
-
|
|
88
|
+
hover: {
|
|
89
89
|
background: string;
|
|
90
90
|
};
|
|
91
|
-
|
|
91
|
+
active: {
|
|
92
92
|
background: string;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
@@ -96,10 +96,10 @@ export declare const componentAvatar: {
|
|
|
96
96
|
text: string;
|
|
97
97
|
background: string;
|
|
98
98
|
border: string;
|
|
99
|
-
|
|
99
|
+
hover: {
|
|
100
100
|
background: string;
|
|
101
101
|
};
|
|
102
|
-
|
|
102
|
+
active: {
|
|
103
103
|
background: string;
|
|
104
104
|
};
|
|
105
105
|
};
|
|
@@ -107,10 +107,10 @@ export declare const componentAvatar: {
|
|
|
107
107
|
text: string;
|
|
108
108
|
background: string;
|
|
109
109
|
border: string;
|
|
110
|
-
|
|
110
|
+
hover: {
|
|
111
111
|
background: string;
|
|
112
112
|
};
|
|
113
|
-
|
|
113
|
+
active: {
|
|
114
114
|
background: string;
|
|
115
115
|
};
|
|
116
116
|
};
|
|
@@ -118,35 +118,35 @@ export declare const componentAvatar: {
|
|
|
118
118
|
text: string;
|
|
119
119
|
background: string;
|
|
120
120
|
border: string;
|
|
121
|
-
|
|
121
|
+
hover: {
|
|
122
122
|
background: string;
|
|
123
123
|
};
|
|
124
|
-
|
|
124
|
+
active: {
|
|
125
125
|
background: string;
|
|
126
126
|
};
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
129
|
display: string;
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
alignItems: string;
|
|
131
|
+
justifyContent: string;
|
|
132
132
|
overflow: string;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
flexShrink: string;
|
|
134
|
+
borderRadius: string;
|
|
135
|
+
userSelect: string;
|
|
136
136
|
link: {
|
|
137
137
|
width: string;
|
|
138
|
-
|
|
138
|
+
focusVisible: {
|
|
139
139
|
outline: string;
|
|
140
|
-
|
|
140
|
+
outlineOffset: string;
|
|
141
141
|
};
|
|
142
|
-
|
|
142
|
+
textDecoration: string;
|
|
143
143
|
};
|
|
144
144
|
button: {
|
|
145
145
|
background: string;
|
|
146
146
|
border: string;
|
|
147
147
|
padding: string;
|
|
148
148
|
cursor: string;
|
|
149
|
-
|
|
149
|
+
disabled: {
|
|
150
150
|
cursor: string;
|
|
151
151
|
};
|
|
152
152
|
};
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
export declare const componentButton: {
|
|
5
5
|
shared: {
|
|
6
6
|
display: string;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
webkitAppearance: string;
|
|
8
|
+
textAlign: string;
|
|
9
|
+
boxShadow: string;
|
|
10
10
|
cursor: string;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
justifyContent: string;
|
|
12
|
+
alignItems: string;
|
|
13
|
+
textDecoration: string;
|
|
14
|
+
disabled: {
|
|
15
15
|
cursor: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
focusVisible: {
|
|
18
18
|
outline: string;
|
|
19
|
-
|
|
19
|
+
outlineOffset: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
primary: {
|
|
@@ -25,15 +25,15 @@ export declare const componentButton: {
|
|
|
25
25
|
backgroundColor: string;
|
|
26
26
|
borderRadius: string;
|
|
27
27
|
border: string;
|
|
28
|
-
|
|
28
|
+
hover: {
|
|
29
29
|
backgroundColor: string;
|
|
30
30
|
border: string;
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
active: {
|
|
33
33
|
backgroundColor: string;
|
|
34
34
|
border: string;
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
disabled: {
|
|
37
37
|
color: string;
|
|
38
38
|
backgroundColor: string;
|
|
39
39
|
border: string;
|
|
@@ -150,15 +150,15 @@ export declare const componentButton: {
|
|
|
150
150
|
backgroundColor: string;
|
|
151
151
|
borderRadius: string;
|
|
152
152
|
border: string;
|
|
153
|
-
|
|
153
|
+
hover: {
|
|
154
154
|
backgroundColor: string;
|
|
155
155
|
border: string;
|
|
156
156
|
};
|
|
157
|
-
|
|
157
|
+
active: {
|
|
158
158
|
backgroundColor: string;
|
|
159
159
|
border: string;
|
|
160
160
|
};
|
|
161
|
-
|
|
161
|
+
disabled: {
|
|
162
162
|
color: string;
|
|
163
163
|
backgroundColor: string;
|
|
164
164
|
border: string;
|
|
@@ -275,15 +275,15 @@ export declare const componentButton: {
|
|
|
275
275
|
backgroundColor: string;
|
|
276
276
|
borderRadius: string;
|
|
277
277
|
border: string;
|
|
278
|
-
|
|
278
|
+
hover: {
|
|
279
279
|
backgroundColor: string;
|
|
280
280
|
border: string;
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
active: {
|
|
283
283
|
backgroundColor: string;
|
|
284
284
|
border: string;
|
|
285
285
|
};
|
|
286
|
-
|
|
286
|
+
disabled: {
|
|
287
287
|
color: string;
|
|
288
288
|
backgroundColor: string;
|
|
289
289
|
border: string;
|