@guardian/stand 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{alert-banner.cjs → AlertBanner.cjs} +1 -1
- package/dist/{alert-banner.js → AlertBanner.js} +1 -1
- package/dist/{avatar.cjs → Avatar.cjs} +1 -1
- package/dist/{avatar.js → Avatar.js} +1 -1
- package/dist/AvatarButton.cjs +7 -0
- package/dist/AvatarButton.js +1 -0
- package/dist/AvatarLink.cjs +7 -0
- package/dist/AvatarLink.js +1 -0
- package/dist/{button.cjs → Button.cjs} +1 -1
- package/dist/{button.js → Button.js} +1 -1
- package/dist/{byline.cjs → Byline.cjs} +1 -1
- package/dist/{byline.js → Byline.js} +1 -1
- package/dist/{checkbox.cjs → Checkbox.cjs} +2 -2
- package/dist/Checkbox.js +3 -0
- package/dist/{date-picker.cjs → DatePicker.cjs} +1 -1
- package/dist/{date-picker.js → DatePicker.js} +1 -1
- package/dist/{favicon.cjs → Favicon.cjs} +1 -1
- package/dist/{favicon.js → Favicon.js} +1 -1
- package/dist/{grid.cjs → Grid.cjs} +1 -1
- package/dist/{grid.js → Grid.js} +1 -1
- package/dist/{icon.cjs → Icon.cjs} +1 -1
- package/dist/{icon.js → Icon.js} +1 -1
- package/dist/IconButton.cjs +7 -0
- package/dist/IconButton.js +1 -0
- package/dist/IconLinkButton.cjs +7 -0
- package/dist/IconLinkButton.js +1 -0
- package/dist/{inline-message.cjs → InlineMessage.cjs} +1 -1
- package/dist/{inline-message.js → InlineMessage.js} +1 -1
- package/dist/{intended-audience-signifier.cjs → IntendedAudienceSignifier.cjs} +1 -1
- package/dist/{intended-audience-signifier.js → IntendedAudienceSignifier.js} +1 -1
- package/dist/{layout.cjs → Layout.cjs} +1 -1
- package/dist/{layout.js → Layout.js} +1 -1
- package/dist/{link.cjs → Link.cjs} +1 -1
- package/dist/{link.js → Link.js} +1 -1
- package/dist/LinkButton.cjs +7 -0
- package/dist/LinkButton.js +1 -0
- package/dist/{menu.cjs → Menu.cjs} +1 -1
- package/dist/{menu.js → Menu.js} +1 -1
- package/dist/{radio-group.cjs → RadioGroup.cjs} +1 -1
- package/dist/{radio-group.js → RadioGroup.js} +1 -1
- package/dist/{select.cjs → Select.cjs} +1 -1
- package/dist/{select.js → Select.js} +1 -1
- package/dist/{tag-picker.cjs → TagPicker.cjs} +3 -3
- package/dist/TagPicker.js +5 -0
- package/dist/{text-area.cjs → TextArea.cjs} +1 -1
- package/dist/{text-area.js → TextArea.js} +1 -1
- package/dist/{text-input.cjs → TextInput.cjs} +1 -1
- package/dist/{text-input.js → TextInput.js} +1 -1
- package/dist/TopBar.cjs +6 -6
- package/dist/TopBar.js +5 -5
- package/dist/{typography.cjs → Typography.cjs} +1 -1
- package/dist/{typography.js → Typography.js} +1 -1
- package/dist/{user-menu.cjs → UserMenu.cjs} +1 -1
- package/dist/{user-menu.js → UserMenu.js} +1 -1
- package/dist/components/{alert-banner → AlertBanner}/AlertBanner.cjs +2 -2
- package/dist/components/{alert-banner → AlertBanner}/AlertBanner.js +2 -2
- package/dist/components/{alert-banner → AlertBanner}/styles.cjs +5 -5
- package/dist/components/{alert-banner → AlertBanner}/styles.js +5 -5
- package/dist/components/{avatar → Avatar}/styles.cjs +7 -7
- package/dist/components/{avatar → Avatar}/styles.js +7 -7
- package/dist/components/{avatar → Avatar}/types.cjs +2 -2
- package/dist/components/{avatar → Avatar}/types.js +2 -2
- package/dist/components/{avatar-button → AvatarButton}/AvatarButton.cjs +1 -1
- package/dist/components/{avatar-button → AvatarButton}/AvatarButton.js +1 -1
- package/dist/components/{avatar-button → AvatarButton}/styles.cjs +5 -5
- package/dist/components/{avatar-button → AvatarButton}/styles.js +5 -5
- package/dist/components/{avatar-link → AvatarLink}/AvatarLink.cjs +1 -1
- package/dist/components/{avatar-link → AvatarLink}/AvatarLink.js +1 -1
- package/dist/components/{avatar-link → AvatarLink}/styles.cjs +5 -5
- package/dist/components/{avatar-link → AvatarLink}/styles.js +5 -5
- package/dist/components/{button → Button}/Button.cjs +1 -1
- package/dist/components/{button → Button}/Button.js +1 -1
- package/dist/components/{button → Button}/styles.cjs +17 -17
- package/dist/components/{button → Button}/styles.js +17 -17
- package/dist/components/{checkbox → Checkbox}/CheckboxGroup.cjs +1 -1
- package/dist/components/{checkbox → Checkbox}/CheckboxGroup.js +1 -1
- package/dist/components/{checkbox → Checkbox}/styles.cjs +14 -14
- package/dist/components/{checkbox → Checkbox}/styles.js +14 -14
- package/dist/components/{date-picker → DatePicker}/DatePicker.cjs +2 -2
- package/dist/components/{date-picker → DatePicker}/DatePicker.js +2 -2
- package/dist/components/{favicon → Favicon}/Favicon.cjs +1 -1
- package/dist/components/{favicon → Favicon}/Favicon.js +1 -1
- package/dist/components/{favicon → Favicon}/styles.cjs +3 -3
- package/dist/components/{favicon → Favicon}/styles.js +3 -3
- package/dist/components/{form → Form}/Form.cjs +1 -1
- package/dist/components/{form → Form}/Form.js +1 -1
- package/dist/components/{form → Form}/styles.cjs +1 -1
- package/dist/components/{form → Form}/styles.js +1 -1
- package/dist/components/{icon → Icon}/styles.cjs +1 -1
- package/dist/components/{icon → Icon}/styles.js +1 -1
- package/dist/components/{icon-button → IconButton}/IconButton.cjs +1 -1
- package/dist/components/{icon-button → IconButton}/IconButton.js +1 -1
- package/dist/components/{icon-button → IconButton}/styles.cjs +1 -1
- package/dist/components/{icon-button → IconButton}/styles.js +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/IconLinkButton.cjs +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/IconLinkButton.js +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/styles.cjs +1 -1
- package/dist/components/{icon-link-button → IconLinkButton}/styles.js +1 -1
- package/dist/components/{inline-message → InlineMessage}/InlineMessage.cjs +3 -3
- package/dist/components/{inline-message → InlineMessage}/InlineMessage.js +3 -3
- package/dist/components/{inline-message → InlineMessage}/styles.cjs +2 -2
- package/dist/components/{inline-message → InlineMessage}/styles.js +2 -2
- package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/IntendedAudienceSignifier.cjs +36 -4
- package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.js +67 -0
- package/dist/components/{layout → Layout}/styles.cjs +3 -3
- package/dist/components/{layout → Layout}/styles.js +3 -3
- package/dist/components/{link → Link}/Link.cjs +2 -2
- package/dist/components/{link → Link}/Link.js +2 -2
- package/dist/components/{link-button → LinkButton}/LinkButton.cjs +1 -1
- package/dist/components/{link-button → LinkButton}/LinkButton.js +1 -1
- package/dist/components/{link-button → LinkButton}/styles.cjs +1 -1
- package/dist/components/{link-button → LinkButton}/styles.js +1 -1
- package/dist/components/{menu → Menu}/Menu.cjs +1 -1
- package/dist/components/{menu → Menu}/Menu.js +1 -1
- package/dist/components/{menu → Menu}/styles.cjs +26 -26
- package/dist/components/{menu → Menu}/styles.js +26 -26
- package/dist/components/{radio-group → RadioGroup}/RadioGroup.cjs +1 -1
- package/dist/components/{radio-group → RadioGroup}/RadioGroup.js +1 -1
- package/dist/components/{select → Select}/Select.cjs +2 -2
- package/dist/components/{select → Select}/Select.js +2 -2
- package/dist/components/{select → Select}/styles.cjs +2 -2
- package/dist/components/{select → Select}/styles.js +2 -2
- package/dist/components/{text-area → TextArea}/TextArea.cjs +1 -1
- package/dist/components/{text-area → TextArea}/TextArea.js +1 -1
- package/dist/components/{text-area → TextArea}/styles.cjs +3 -3
- package/dist/components/{text-area → TextArea}/styles.js +3 -3
- package/dist/components/{text-input → TextInput}/TextInput.cjs +1 -1
- package/dist/components/{text-input → TextInput}/TextInput.js +1 -1
- package/dist/components/{text-input → TextInput}/styles.cjs +3 -3
- package/dist/components/{text-input → TextInput}/styles.js +3 -3
- package/dist/components/{topbar → TopBar}/TopBar.cjs +14 -14
- package/dist/components/{topbar → TopBar}/TopBar.js +14 -14
- package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.cjs +3 -3
- package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.js +3 -3
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.cjs +2 -2
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.js +2 -2
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.cjs +19 -19
- package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.js +19 -19
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.cjs +3 -3
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.js +3 -3
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.cjs +7 -7
- package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.js +7 -7
- package/dist/components/{topbar → TopBar}/styles.cjs +12 -12
- package/dist/components/{topbar → TopBar}/styles.js +11 -11
- package/dist/components/{typography → Typography}/Typography.cjs +1 -1
- package/dist/components/{typography → Typography}/Typography.js +1 -1
- package/dist/components/{user-menu → UserMenu}/UserMenu.cjs +1 -1
- package/dist/components/{user-menu → UserMenu}/UserMenu.js +1 -1
- package/dist/components/{user-menu → UserMenu}/default-options.cjs +16 -16
- package/dist/components/{user-menu → UserMenu}/default-options.js +16 -16
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/styleD/build/css/base/radius.css +6 -6
- package/dist/styleD/build/css/base/sizing.css +20 -20
- package/dist/styleD/build/css/component/intendedAudienceSignifier.css +2 -2
- package/dist/styleD/build/css/component/{TopBar.css → topBar.css} +2 -2
- package/dist/styleD/build/css/semantic/colors.css +3 -2
- package/dist/styleD/build/css/semantic/typography.css +6 -6
- package/dist/styleD/build/typescript/base/colors.cjs +2 -2
- package/dist/styleD/build/typescript/base/colors.js +2 -2
- package/dist/styleD/build/typescript/base/radius.cjs +6 -6
- package/dist/styleD/build/typescript/base/radius.js +6 -6
- package/dist/styleD/build/typescript/base/sizing.cjs +20 -20
- package/dist/styleD/build/typescript/base/sizing.js +20 -20
- package/dist/styleD/build/typescript/base/spacing.cjs +34 -34
- package/dist/styleD/build/typescript/base/spacing.js +34 -34
- package/dist/styleD/build/typescript/base/typography.cjs +42 -42
- package/dist/styleD/build/typescript/base/typography.js +42 -42
- package/dist/styleD/build/typescript/component/alertBanner.cjs +8 -8
- package/dist/styleD/build/typescript/component/alertBanner.js +8 -8
- package/dist/styleD/build/typescript/component/avatar.cjs +33 -33
- package/dist/styleD/build/typescript/component/avatar.js +33 -33
- package/dist/styleD/build/typescript/component/button.cjs +18 -18
- package/dist/styleD/build/typescript/component/button.js +18 -18
- package/dist/styleD/build/typescript/component/checkbox.cjs +16 -16
- package/dist/styleD/build/typescript/component/checkbox.js +16 -16
- package/dist/styleD/build/typescript/component/favicon.cjs +3 -3
- package/dist/styleD/build/typescript/component/favicon.js +3 -3
- package/dist/styleD/build/typescript/component/form.cjs +1 -1
- package/dist/styleD/build/typescript/component/form.js +1 -1
- package/dist/styleD/build/typescript/component/icon.cjs +1 -1
- package/dist/styleD/build/typescript/component/icon.js +1 -1
- package/dist/styleD/build/typescript/component/inlineMessage.cjs +2 -2
- package/dist/styleD/build/typescript/component/inlineMessage.js +2 -2
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.cjs +2 -2
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.js +2 -2
- package/dist/styleD/build/typescript/component/layout.cjs +3 -3
- package/dist/styleD/build/typescript/component/layout.js +3 -3
- package/dist/styleD/build/typescript/component/menu.cjs +30 -30
- package/dist/styleD/build/typescript/component/menu.js +30 -30
- package/dist/styleD/build/typescript/component/select.cjs +2 -2
- package/dist/styleD/build/typescript/component/select.js +2 -2
- package/dist/styleD/build/typescript/component/textArea.cjs +3 -3
- package/dist/styleD/build/typescript/component/textArea.js +3 -3
- package/dist/styleD/build/typescript/component/textInput.cjs +3 -3
- package/dist/styleD/build/typescript/component/textInput.js +3 -3
- package/dist/styleD/build/typescript/component/{TopBar.cjs → topBar.cjs} +28 -28
- package/dist/styleD/build/typescript/component/{TopBar.js → topBar.js} +28 -28
- package/dist/styleD/build/typescript/semantic/colors.cjs +39 -38
- package/dist/styleD/build/typescript/semantic/colors.js +39 -38
- package/dist/styleD/build/typescript/semantic/grid.cjs +6 -6
- package/dist/styleD/build/typescript/semantic/grid.js +6 -6
- package/dist/styleD/build/typescript/semantic/sizing.cjs +4 -4
- package/dist/styleD/build/typescript/semantic/sizing.js +4 -4
- package/dist/styleD/build/typescript/semantic/typography.cjs +75 -75
- package/dist/styleD/build/typescript/semantic/typography.js +75 -75
- package/dist/types/{alert-banner.d.ts → AlertBanner.d.ts} +3 -3
- package/dist/types/{avatar.d.ts → Avatar.d.ts} +3 -3
- package/dist/types/{avatar-button.d.ts → AvatarButton.d.ts} +3 -3
- package/dist/types/{avatar-link.d.ts → AvatarLink.d.ts} +3 -3
- package/dist/types/{button.d.ts → Button.d.ts} +3 -3
- package/dist/types/{byline.d.ts → Byline.d.ts} +3 -3
- package/dist/types/{checkbox.d.ts → Checkbox.d.ts} +4 -4
- package/dist/types/{date-picker.d.ts → DatePicker.d.ts} +3 -3
- package/dist/types/{favicon.d.ts → Favicon.d.ts} +3 -3
- package/dist/types/{grid.d.ts → Grid.d.ts} +4 -4
- package/dist/types/{icon.d.ts → Icon.d.ts} +3 -3
- package/dist/types/{icon-button.d.ts → IconButton.d.ts} +3 -3
- package/dist/types/{icon-link-button.d.ts → IconLinkButton.d.ts} +3 -3
- package/dist/types/{inline-message.d.ts → InlineMessage.d.ts} +3 -3
- package/dist/types/{intended-audience-signifier.d.ts → IntendedAudienceSignifier.d.ts} +3 -3
- package/dist/types/{layout.d.ts → Layout.d.ts} +3 -3
- package/dist/types/{link.d.ts → Link.d.ts} +3 -3
- package/dist/types/{link-button.d.ts → LinkButton.d.ts} +3 -3
- package/dist/types/{menu.d.ts → Menu.d.ts} +3 -3
- package/dist/types/{radio-group.d.ts → RadioGroup.d.ts} +3 -3
- package/dist/types/{select.d.ts → Select.d.ts} +3 -3
- package/dist/types/{tag-picker.d.ts → TagPicker.d.ts} +3 -3
- package/dist/types/{text-area.d.ts → TextArea.d.ts} +3 -3
- package/dist/types/{text-input.d.ts → TextInput.d.ts} +3 -3
- package/dist/types/TopBar.d.ts +15 -15
- package/dist/types/{typography.d.ts → Typography.d.ts} +3 -3
- package/dist/types/{user-menu.d.ts → UserMenu.d.ts} +1 -1
- package/dist/types/components/{alert-banner → AlertBanner}/sandbox.d.ts +2 -2
- package/dist/types/components/{alert-banner → AlertBanner}/types.d.ts +2 -2
- package/dist/types/components/{avatar → Avatar}/sandbox.d.ts +2 -2
- package/dist/types/components/{avatar-button → AvatarButton}/sandbox.d.ts +1 -1
- package/dist/types/components/{avatar-button → AvatarButton}/styles.d.ts +1 -1
- package/dist/types/components/{avatar-button → AvatarButton}/types.d.ts +1 -1
- package/dist/types/components/{avatar-link → AvatarLink}/sandbox.d.ts +1 -1
- package/dist/types/components/{avatar-link → AvatarLink}/styles.d.ts +1 -1
- package/dist/types/components/{avatar-link → AvatarLink}/types.d.ts +1 -1
- package/dist/types/components/{button → Button}/sandbox.d.ts +2 -2
- package/dist/types/components/{button → Button}/types.d.ts +1 -1
- package/dist/types/components/{checkbox → Checkbox}/CheckboxGroupSandbox.d.ts +2 -2
- package/dist/types/components/{checkbox → Checkbox}/CheckboxSandbox.d.ts +2 -2
- package/dist/types/components/{checkbox → Checkbox}/types.d.ts +1 -1
- package/dist/types/components/DatePicker/sandbox.d.ts +2 -0
- package/dist/types/components/{date-picker → DatePicker}/types.d.ts +1 -1
- package/dist/types/components/{favicon → Favicon}/sandbox.d.ts +2 -2
- package/dist/types/components/{favicon → Favicon}/types.d.ts +1 -1
- package/dist/types/components/{grid → Grid}/sandbox.d.ts +1 -1
- package/dist/types/components/Icon/sandbox.d.ts +5 -0
- package/dist/types/components/{icon-button → IconButton}/sandbox.d.ts +2 -2
- package/dist/types/components/{icon-button → IconButton}/styles.d.ts +20 -20
- package/dist/types/components/{icon-button → IconButton}/types.d.ts +1 -1
- package/dist/types/components/{icon-link-button → IconLinkButton}/sandbox.d.ts +2 -2
- package/dist/types/components/{icon-link-button → IconLinkButton}/styles.d.ts +20 -20
- package/dist/types/components/{icon-link-button → IconLinkButton}/types.d.ts +1 -1
- package/dist/types/components/InlineMessage/sandbox.d.ts +5 -0
- package/dist/types/components/{inline-message → InlineMessage}/types.d.ts +1 -1
- package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/sandbox.d.ts +1 -1
- package/dist/types/components/{layout → Layout}/sandbox.d.ts +1 -1
- package/dist/types/components/{link → Link}/sandbox.d.ts +2 -2
- package/dist/types/components/{link → Link}/types.d.ts +1 -1
- package/dist/types/components/LinkButton/sandbox.d.ts +5 -0
- package/dist/types/components/{link-button → LinkButton}/styles.d.ts +20 -20
- package/dist/types/components/{link-button → LinkButton}/types.d.ts +1 -1
- package/dist/types/components/{menu → Menu}/sandbox.d.ts +2 -2
- package/dist/types/components/{menu → Menu}/types.d.ts +1 -1
- package/dist/types/components/{radio-group → RadioGroup}/sandbox.d.ts +2 -2
- package/dist/types/components/{radio-group → RadioGroup}/types.d.ts +1 -1
- package/dist/types/components/{select → Select}/sandbox.d.ts +2 -2
- package/dist/types/components/{select → Select}/types.d.ts +1 -1
- package/dist/types/components/{text-area → TextArea}/sandbox.d.ts +2 -2
- package/dist/types/components/{text-area → TextArea}/types.d.ts +1 -1
- package/dist/types/components/{text-input → TextInput}/sandbox.d.ts +2 -2
- package/dist/types/components/{text-input → TextInput}/types.d.ts +1 -1
- package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.d.ts +2 -2
- package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.d.ts +2 -2
- package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/types.d.ts +1 -1
- package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.d.ts +2 -2
- package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/types.d.ts +2 -2
- package/dist/types/components/{topbar → TopBar}/sandbox.d.ts +2 -2
- package/dist/types/components/{topbar → TopBar}/styles.d.ts +1 -1
- package/dist/types/components/{typography → Typography}/sandbox.d.ts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/styleD/build/typescript/base/colors.d.ts +2 -2
- package/dist/types/styleD/build/typescript/base/radius.d.ts +6 -6
- package/dist/types/styleD/build/typescript/base/sizing.d.ts +20 -20
- package/dist/types/styleD/build/typescript/base/spacing.d.ts +34 -34
- package/dist/types/styleD/build/typescript/base/typography.d.ts +42 -42
- package/dist/types/styleD/build/typescript/component/alertBanner.d.ts +8 -8
- package/dist/types/styleD/build/typescript/component/avatar.d.ts +33 -33
- package/dist/types/styleD/build/typescript/component/button.d.ts +18 -18
- package/dist/types/styleD/build/typescript/component/checkbox.d.ts +16 -16
- package/dist/types/styleD/build/typescript/component/favicon.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/form.d.ts +1 -1
- package/dist/types/styleD/build/typescript/component/icon.d.ts +1 -1
- package/dist/types/styleD/build/typescript/component/inlineMessage.d.ts +2 -2
- package/dist/types/styleD/build/typescript/component/layout.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/menu.d.ts +30 -30
- package/dist/types/styleD/build/typescript/component/select.d.ts +2 -2
- package/dist/types/styleD/build/typescript/component/textArea.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/textInput.d.ts +3 -3
- package/dist/types/styleD/build/typescript/component/{TopBar.d.ts → topBar.d.ts} +26 -26
- package/dist/types/styleD/build/typescript/semantic/colors.d.ts +39 -38
- package/dist/types/styleD/build/typescript/semantic/grid.d.ts +6 -6
- package/dist/types/styleD/build/typescript/semantic/sizing.d.ts +4 -4
- package/dist/types/styleD/build/typescript/semantic/typography.d.ts +75 -75
- package/dist/types/templates/component/sandbox.d.ts +1 -1
- package/package.json +183 -183
- package/dist/avatarButton.cjs +0 -7
- package/dist/avatarButton.js +0 -1
- package/dist/avatarLink.cjs +0 -7
- package/dist/avatarLink.js +0 -1
- package/dist/checkbox.js +0 -3
- package/dist/components/intended-audience-signifier/IntendedAudienceSignifier.js +0 -37
- package/dist/icon-button.cjs +0 -7
- package/dist/icon-button.js +0 -1
- package/dist/icon-link-button.cjs +0 -7
- package/dist/icon-link-button.js +0 -1
- package/dist/link-button.cjs +0 -7
- package/dist/link-button.js +0 -1
- package/dist/styleD/build/css/component/topBarItem.css +0 -7
- package/dist/tag-picker.js +0 -5
- package/dist/types/components/date-picker/sandbox.d.ts +0 -2
- package/dist/types/components/icon/sandbox.d.ts +0 -5
- package/dist/types/components/inline-message/sandbox.d.ts +0 -5
- package/dist/types/components/link-button/sandbox.d.ts +0 -5
- /package/dist/{form.cjs → Form.cjs} +0 -0
- /package/dist/{form.js → Form.js} +0 -0
- /package/dist/components/{avatar → Avatar}/Avatar.cjs +0 -0
- /package/dist/components/{avatar → Avatar}/Avatar.js +0 -0
- /package/dist/components/{byline → Byline}/Byline.cjs +0 -0
- /package/dist/components/{byline → Byline}/Byline.js +0 -0
- /package/dist/components/{byline → Byline}/Preview.cjs +0 -0
- /package/dist/components/{byline → Byline}/Preview.js +0 -0
- /package/dist/components/{byline → Byline}/lib.cjs +0 -0
- /package/dist/components/{byline → Byline}/lib.js +0 -0
- /package/dist/components/{byline → Byline}/placeholder.cjs +0 -0
- /package/dist/components/{byline → Byline}/placeholder.js +0 -0
- /package/dist/components/{byline → Byline}/plugins.cjs +0 -0
- /package/dist/components/{byline → Byline}/plugins.js +0 -0
- /package/dist/components/{byline → Byline}/schema.cjs +0 -0
- /package/dist/components/{byline → Byline}/schema.js +0 -0
- /package/dist/components/{byline → Byline}/styles.cjs +0 -0
- /package/dist/components/{byline → Byline}/styles.js +0 -0
- /package/dist/components/{checkbox → Checkbox}/Checkbox.cjs +0 -0
- /package/dist/components/{checkbox → Checkbox}/Checkbox.js +0 -0
- /package/dist/components/{date-picker → DatePicker}/styles.cjs +0 -0
- /package/dist/components/{date-picker → DatePicker}/styles.js +0 -0
- /package/dist/components/{form → Form}/types.cjs +0 -0
- /package/dist/components/{form → Form}/types.js +0 -0
- /package/dist/components/{grid → Grid}/Grid.cjs +0 -0
- /package/dist/components/{grid → Grid}/Grid.js +0 -0
- /package/dist/components/{grid → Grid}/styles.cjs +0 -0
- /package/dist/components/{grid → Grid}/styles.js +0 -0
- /package/dist/components/{icon → Icon}/Icon.cjs +0 -0
- /package/dist/components/{icon → Icon}/Icon.js +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.cjs +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.js +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.cjs +0 -0
- /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.js +0 -0
- /package/dist/components/{layout → Layout}/Layout.cjs +0 -0
- /package/dist/components/{layout → Layout}/Layout.js +0 -0
- /package/dist/components/{link → Link}/styles.cjs +0 -0
- /package/dist/components/{link → Link}/styles.js +0 -0
- /package/dist/components/{radio-group → RadioGroup}/styles.cjs +0 -0
- /package/dist/components/{radio-group → RadioGroup}/styles.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/Autocomplete.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/Autocomplete.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagAutocomplete.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagAutocomplete.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagTable.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/TagTable.js +0 -0
- /package/dist/components/{tag-picker → TagPicker}/styles.cjs +0 -0
- /package/dist/components/{tag-picker → TagPicker}/styles.js +0 -0
- /package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.cjs +0 -0
- /package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.js +0 -0
- /package/dist/components/{typography → Typography}/styles.cjs +0 -0
- /package/dist/components/{typography → Typography}/styles.js +0 -0
- /package/dist/components/{user-menu → UserMenu}/PreferenceRadioGroup.cjs +0 -0
- /package/dist/components/{user-menu → UserMenu}/PreferenceRadioGroup.js +0 -0
- /package/dist/components/{TitleText.cjs → UserMenu/TitleText.cjs} +0 -0
- /package/dist/components/{TitleText.js → UserMenu/TitleText.js} +0 -0
- /package/dist/components/{user-menu → UserMenu}/styles.cjs +0 -0
- /package/dist/components/{user-menu → UserMenu}/styles.js +0 -0
- /package/dist/types/{form.d.ts → Form.d.ts} +0 -0
- /package/dist/types/components/{alert-banner → AlertBanner}/AlertBanner.d.ts +0 -0
- /package/dist/types/components/{alert-banner → AlertBanner}/styles.d.ts +0 -0
- /package/dist/types/components/{avatar → Avatar}/Avatar.d.ts +0 -0
- /package/dist/types/components/{avatar → Avatar}/styles.d.ts +0 -0
- /package/dist/types/components/{avatar → Avatar}/types.d.ts +0 -0
- /package/dist/types/components/{avatar-button → AvatarButton}/AvatarButton.d.ts +0 -0
- /package/dist/types/components/{avatar-link → AvatarLink}/AvatarLink.d.ts +0 -0
- /package/dist/types/components/{button → Button}/Button.d.ts +0 -0
- /package/dist/types/components/{button → Button}/styles.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/Byline.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/Preview.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/contributors-fixture.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/lib.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/lib.test.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/placeholder.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/plugins.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/schema.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/styles.d.ts +0 -0
- /package/dist/types/components/{byline → Byline}/theme.d.ts +0 -0
- /package/dist/types/components/{checkbox → Checkbox}/Checkbox.d.ts +0 -0
- /package/dist/types/components/{checkbox → Checkbox}/CheckboxGroup.d.ts +0 -0
- /package/dist/types/components/{checkbox → Checkbox}/styles.d.ts +0 -0
- /package/dist/types/components/{date-picker → DatePicker}/DatePicker.d.ts +0 -0
- /package/dist/types/components/{date-picker → DatePicker}/styles.d.ts +0 -0
- /package/dist/types/components/{favicon → Favicon}/Favicon.d.ts +0 -0
- /package/dist/types/components/{favicon → Favicon}/styles.d.ts +0 -0
- /package/dist/types/components/{form → Form}/Form.d.ts +0 -0
- /package/dist/types/components/{form → Form}/styles.d.ts +0 -0
- /package/dist/types/components/{form → Form}/types.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/Grid.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/styles.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/styles.test.d.ts +0 -0
- /package/dist/types/components/{grid → Grid}/types.d.ts +0 -0
- /package/dist/types/components/{icon → Icon}/Icon.d.ts +0 -0
- /package/dist/types/components/{icon → Icon}/styles.d.ts +0 -0
- /package/dist/types/components/{icon → Icon}/types.d.ts +0 -0
- /package/dist/types/components/{icon-button → IconButton}/IconButton.d.ts +0 -0
- /package/dist/types/components/{icon-link-button → IconLinkButton}/IconLinkButton.d.ts +0 -0
- /package/dist/types/components/{inline-message → InlineMessage}/InlineMessage.d.ts +0 -0
- /package/dist/types/components/{inline-message → InlineMessage}/styles.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/IntendedAudienceSignifier.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.d.ts +0 -0
- /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/types.d.ts +0 -0
- /package/dist/types/components/{layout → Layout}/Layout.d.ts +0 -0
- /package/dist/types/components/{layout → Layout}/styles.d.ts +0 -0
- /package/dist/types/components/{layout → Layout}/types.d.ts +0 -0
- /package/dist/types/components/{link → Link}/Link.d.ts +0 -0
- /package/dist/types/components/{link → Link}/styles.d.ts +0 -0
- /package/dist/types/components/{link-button → LinkButton}/LinkButton.d.ts +0 -0
- /package/dist/types/components/{menu → Menu}/Menu.d.ts +0 -0
- /package/dist/types/components/{menu → Menu}/styles.d.ts +0 -0
- /package/dist/types/components/{radio-group → RadioGroup}/RadioGroup.d.ts +0 -0
- /package/dist/types/components/{radio-group → RadioGroup}/styles.d.ts +0 -0
- /package/dist/types/components/{select → Select}/Select.d.ts +0 -0
- /package/dist/types/components/{select → Select}/styles.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/Autocomplete.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/TagAutocomplete.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/TagTable.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/example-tags.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/styles.d.ts +0 -0
- /package/dist/types/components/{tag-picker → TagPicker}/types.d.ts +0 -0
- /package/dist/types/components/{text-area → TextArea}/TextArea.d.ts +0 -0
- /package/dist/types/components/{text-area → TextArea}/styles.d.ts +0 -0
- /package/dist/types/components/{text-input → TextInput}/TextInput.d.ts +0 -0
- /package/dist/types/components/{text-input → TextInput}/styles.d.ts +0 -0
- /package/dist/types/components/{topbar → TopBar}/TopBar.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/types.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.d.ts +0 -0
- /package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.d.ts +0 -0
- /package/dist/types/components/{topbar → TopBar}/types.d.ts +0 -0
- /package/dist/types/components/{typography → Typography}/Typography.d.ts +0 -0
- /package/dist/types/components/{typography → Typography}/styles.d.ts +0 -0
- /package/dist/types/components/{typography → Typography}/types.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/PreferenceRadioGroup.d.ts +0 -0
- /package/dist/types/components/{TitleText.d.ts → UserMenu/TitleText.d.ts} +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/UserMenu.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/default-options.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/model.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/styles.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/theme.d.ts +0 -0
- /package/dist/types/components/{user-menu → UserMenu}/types.d.ts +0 -0
|
@@ -2,377 +2,377 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
export declare const semanticTypography: {
|
|
5
|
-
|
|
5
|
+
titleSm: {
|
|
6
6
|
font: string;
|
|
7
7
|
letterSpacing: string;
|
|
8
8
|
fontWidth: number;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
titleMd: {
|
|
11
11
|
font: string;
|
|
12
12
|
letterSpacing: string;
|
|
13
13
|
fontWidth: number;
|
|
14
14
|
};
|
|
15
|
-
|
|
15
|
+
titleLg: {
|
|
16
16
|
font: string;
|
|
17
17
|
letterSpacing: string;
|
|
18
18
|
fontWidth: number;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
titleXl: {
|
|
21
21
|
font: string;
|
|
22
22
|
letterSpacing: string;
|
|
23
23
|
fontWidth: number;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
headingXs: {
|
|
26
26
|
font: string;
|
|
27
27
|
letterSpacing: string;
|
|
28
28
|
fontWidth: number;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
headingSm: {
|
|
31
31
|
font: string;
|
|
32
32
|
letterSpacing: string;
|
|
33
33
|
fontWidth: number;
|
|
34
34
|
};
|
|
35
|
-
|
|
35
|
+
headingMd: {
|
|
36
36
|
font: string;
|
|
37
37
|
letterSpacing: string;
|
|
38
38
|
fontWidth: number;
|
|
39
39
|
};
|
|
40
|
-
|
|
40
|
+
headingLg: {
|
|
41
41
|
font: string;
|
|
42
42
|
letterSpacing: string;
|
|
43
43
|
fontWidth: number;
|
|
44
44
|
};
|
|
45
|
-
|
|
45
|
+
headingXl: {
|
|
46
46
|
font: string;
|
|
47
47
|
letterSpacing: string;
|
|
48
48
|
fontWidth: number;
|
|
49
49
|
};
|
|
50
|
-
|
|
50
|
+
heading2Xl: {
|
|
51
51
|
font: string;
|
|
52
52
|
letterSpacing: string;
|
|
53
53
|
fontWidth: number;
|
|
54
54
|
};
|
|
55
|
-
|
|
55
|
+
headingCompactXs: {
|
|
56
56
|
font: string;
|
|
57
57
|
letterSpacing: string;
|
|
58
58
|
fontWidth: number;
|
|
59
59
|
};
|
|
60
|
-
|
|
60
|
+
headingCompactSm: {
|
|
61
61
|
font: string;
|
|
62
62
|
letterSpacing: string;
|
|
63
63
|
fontWidth: number;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
headingCompactMd: {
|
|
66
66
|
font: string;
|
|
67
67
|
letterSpacing: string;
|
|
68
68
|
fontWidth: number;
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
headingCompactLg: {
|
|
71
71
|
font: string;
|
|
72
72
|
letterSpacing: string;
|
|
73
73
|
fontWidth: number;
|
|
74
74
|
};
|
|
75
|
-
|
|
75
|
+
headingCompactXl: {
|
|
76
76
|
font: string;
|
|
77
77
|
letterSpacing: string;
|
|
78
78
|
fontWidth: number;
|
|
79
79
|
};
|
|
80
|
-
|
|
80
|
+
headingCompact2Xl: {
|
|
81
81
|
font: string;
|
|
82
82
|
letterSpacing: string;
|
|
83
83
|
fontWidth: number;
|
|
84
84
|
};
|
|
85
|
-
|
|
85
|
+
bodyXs: {
|
|
86
86
|
font: string;
|
|
87
87
|
letterSpacing: string;
|
|
88
88
|
fontWidth: number;
|
|
89
89
|
};
|
|
90
|
-
|
|
90
|
+
bodySm: {
|
|
91
91
|
font: string;
|
|
92
92
|
letterSpacing: string;
|
|
93
93
|
fontWidth: number;
|
|
94
94
|
};
|
|
95
|
-
|
|
95
|
+
bodyMd: {
|
|
96
96
|
font: string;
|
|
97
97
|
letterSpacing: string;
|
|
98
98
|
fontWidth: number;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
bodyLg: {
|
|
101
101
|
font: string;
|
|
102
102
|
letterSpacing: string;
|
|
103
103
|
fontWidth: number;
|
|
104
104
|
};
|
|
105
|
-
|
|
105
|
+
bodyXl: {
|
|
106
106
|
font: string;
|
|
107
107
|
letterSpacing: string;
|
|
108
108
|
fontWidth: number;
|
|
109
109
|
};
|
|
110
|
-
|
|
110
|
+
bodyBoldXs: {
|
|
111
111
|
font: string;
|
|
112
112
|
letterSpacing: string;
|
|
113
113
|
fontWidth: number;
|
|
114
114
|
};
|
|
115
|
-
|
|
115
|
+
bodyBoldSm: {
|
|
116
116
|
font: string;
|
|
117
117
|
letterSpacing: string;
|
|
118
118
|
fontWidth: number;
|
|
119
119
|
};
|
|
120
|
-
|
|
120
|
+
bodyBoldMd: {
|
|
121
121
|
font: string;
|
|
122
122
|
letterSpacing: string;
|
|
123
123
|
fontWidth: number;
|
|
124
124
|
};
|
|
125
|
-
|
|
125
|
+
bodyBoldLg: {
|
|
126
126
|
font: string;
|
|
127
127
|
letterSpacing: string;
|
|
128
128
|
fontWidth: number;
|
|
129
129
|
};
|
|
130
|
-
|
|
130
|
+
bodyBoldXl: {
|
|
131
131
|
font: string;
|
|
132
132
|
letterSpacing: string;
|
|
133
133
|
fontWidth: number;
|
|
134
134
|
};
|
|
135
|
-
|
|
135
|
+
bodyItalicXs: {
|
|
136
136
|
font: string;
|
|
137
137
|
letterSpacing: string;
|
|
138
138
|
fontWidth: number;
|
|
139
139
|
};
|
|
140
|
-
|
|
140
|
+
bodyItalicSm: {
|
|
141
141
|
font: string;
|
|
142
142
|
letterSpacing: string;
|
|
143
143
|
fontWidth: number;
|
|
144
144
|
};
|
|
145
|
-
|
|
145
|
+
bodyItalicMd: {
|
|
146
146
|
font: string;
|
|
147
147
|
letterSpacing: string;
|
|
148
148
|
fontWidth: number;
|
|
149
149
|
};
|
|
150
|
-
|
|
150
|
+
bodyItalicLg: {
|
|
151
151
|
font: string;
|
|
152
152
|
letterSpacing: string;
|
|
153
153
|
fontWidth: number;
|
|
154
154
|
};
|
|
155
|
-
|
|
155
|
+
bodyItalicXl: {
|
|
156
156
|
font: string;
|
|
157
157
|
letterSpacing: string;
|
|
158
158
|
fontWidth: number;
|
|
159
159
|
};
|
|
160
|
-
|
|
160
|
+
bodyItalicBoldXs: {
|
|
161
161
|
font: string;
|
|
162
162
|
letterSpacing: string;
|
|
163
163
|
fontWidth: number;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
bodyItalicBoldSm: {
|
|
166
166
|
font: string;
|
|
167
167
|
letterSpacing: string;
|
|
168
168
|
fontWidth: number;
|
|
169
169
|
};
|
|
170
|
-
|
|
170
|
+
bodyItalicBoldMd: {
|
|
171
171
|
font: string;
|
|
172
172
|
letterSpacing: string;
|
|
173
173
|
fontWidth: number;
|
|
174
174
|
};
|
|
175
|
-
|
|
175
|
+
bodyItalicBoldLg: {
|
|
176
176
|
font: string;
|
|
177
177
|
letterSpacing: string;
|
|
178
178
|
fontWidth: number;
|
|
179
179
|
};
|
|
180
|
-
|
|
180
|
+
bodyItalicBoldXl: {
|
|
181
181
|
font: string;
|
|
182
182
|
letterSpacing: string;
|
|
183
183
|
fontWidth: number;
|
|
184
184
|
};
|
|
185
|
-
|
|
185
|
+
bodyCompactXs: {
|
|
186
186
|
font: string;
|
|
187
187
|
letterSpacing: string;
|
|
188
188
|
fontWidth: number;
|
|
189
189
|
};
|
|
190
|
-
|
|
190
|
+
bodyCompactSm: {
|
|
191
191
|
font: string;
|
|
192
192
|
letterSpacing: string;
|
|
193
193
|
fontWidth: number;
|
|
194
194
|
};
|
|
195
|
-
|
|
195
|
+
bodyCompactMd: {
|
|
196
196
|
font: string;
|
|
197
197
|
letterSpacing: string;
|
|
198
198
|
fontWidth: number;
|
|
199
199
|
};
|
|
200
|
-
|
|
200
|
+
bodyCompactLg: {
|
|
201
201
|
font: string;
|
|
202
202
|
letterSpacing: string;
|
|
203
203
|
fontWidth: number;
|
|
204
204
|
};
|
|
205
|
-
|
|
205
|
+
bodyCompactXl: {
|
|
206
206
|
font: string;
|
|
207
207
|
letterSpacing: string;
|
|
208
208
|
fontWidth: number;
|
|
209
209
|
};
|
|
210
|
-
|
|
210
|
+
bodyCompactBoldXs: {
|
|
211
211
|
font: string;
|
|
212
212
|
letterSpacing: string;
|
|
213
213
|
fontWidth: number;
|
|
214
214
|
};
|
|
215
|
-
|
|
215
|
+
bodyCompactBoldSm: {
|
|
216
216
|
font: string;
|
|
217
217
|
letterSpacing: string;
|
|
218
218
|
fontWidth: number;
|
|
219
219
|
};
|
|
220
|
-
|
|
220
|
+
bodyCompactBoldMd: {
|
|
221
221
|
font: string;
|
|
222
222
|
letterSpacing: string;
|
|
223
223
|
fontWidth: number;
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
bodyCompactBoldLg: {
|
|
226
226
|
font: string;
|
|
227
227
|
letterSpacing: string;
|
|
228
228
|
fontWidth: number;
|
|
229
229
|
};
|
|
230
|
-
|
|
230
|
+
bodyCompactBoldXl: {
|
|
231
231
|
font: string;
|
|
232
232
|
letterSpacing: string;
|
|
233
233
|
fontWidth: number;
|
|
234
234
|
};
|
|
235
|
-
|
|
235
|
+
bodyCompactItalicXs: {
|
|
236
236
|
font: string;
|
|
237
237
|
letterSpacing: string;
|
|
238
238
|
fontWidth: number;
|
|
239
239
|
};
|
|
240
|
-
|
|
240
|
+
bodyCompactItalicSm: {
|
|
241
241
|
font: string;
|
|
242
242
|
letterSpacing: string;
|
|
243
243
|
fontWidth: number;
|
|
244
244
|
};
|
|
245
|
-
|
|
245
|
+
bodyCompactItalicMd: {
|
|
246
246
|
font: string;
|
|
247
247
|
letterSpacing: string;
|
|
248
248
|
fontWidth: number;
|
|
249
249
|
};
|
|
250
|
-
|
|
250
|
+
bodyCompactItalicLg: {
|
|
251
251
|
font: string;
|
|
252
252
|
letterSpacing: string;
|
|
253
253
|
fontWidth: number;
|
|
254
254
|
};
|
|
255
|
-
|
|
255
|
+
bodyCompactItalicXl: {
|
|
256
256
|
font: string;
|
|
257
257
|
letterSpacing: string;
|
|
258
258
|
fontWidth: number;
|
|
259
259
|
};
|
|
260
|
-
|
|
260
|
+
bodyCompactItalicBoldXs: {
|
|
261
261
|
font: string;
|
|
262
262
|
letterSpacing: string;
|
|
263
263
|
fontWidth: number;
|
|
264
264
|
};
|
|
265
|
-
|
|
265
|
+
bodyCompactItalicBoldSm: {
|
|
266
266
|
font: string;
|
|
267
267
|
letterSpacing: string;
|
|
268
268
|
fontWidth: number;
|
|
269
269
|
};
|
|
270
|
-
|
|
270
|
+
bodyCompactItalicBoldMd: {
|
|
271
271
|
font: string;
|
|
272
272
|
letterSpacing: string;
|
|
273
273
|
fontWidth: number;
|
|
274
274
|
};
|
|
275
|
-
|
|
275
|
+
bodyCompactItalicBoldLg: {
|
|
276
276
|
font: string;
|
|
277
277
|
letterSpacing: string;
|
|
278
278
|
fontWidth: number;
|
|
279
279
|
};
|
|
280
|
-
|
|
280
|
+
bodyCompactItalicBoldXl: {
|
|
281
281
|
font: string;
|
|
282
282
|
letterSpacing: string;
|
|
283
283
|
fontWidth: number;
|
|
284
284
|
};
|
|
285
|
-
|
|
285
|
+
metaMd: {
|
|
286
286
|
font: string;
|
|
287
287
|
letterSpacing: string;
|
|
288
288
|
fontWidth: number;
|
|
289
289
|
};
|
|
290
|
-
|
|
290
|
+
metaCompactMd: {
|
|
291
291
|
font: string;
|
|
292
292
|
letterSpacing: string;
|
|
293
293
|
fontWidth: number;
|
|
294
294
|
};
|
|
295
|
-
|
|
295
|
+
articleBodyMd: {
|
|
296
296
|
font: string;
|
|
297
297
|
letterSpacing: string;
|
|
298
298
|
fontWidth: number;
|
|
299
299
|
};
|
|
300
|
-
|
|
300
|
+
articleBodyBoldMd: {
|
|
301
301
|
font: string;
|
|
302
302
|
letterSpacing: string;
|
|
303
303
|
fontWidth: number;
|
|
304
304
|
};
|
|
305
|
-
|
|
305
|
+
articleBodyItalicMd: {
|
|
306
306
|
font: string;
|
|
307
307
|
letterSpacing: string;
|
|
308
308
|
fontWidth: number;
|
|
309
309
|
};
|
|
310
|
-
|
|
310
|
+
articleBodyBoldItalicMd: {
|
|
311
311
|
font: string;
|
|
312
312
|
letterSpacing: string;
|
|
313
313
|
fontWidth: number;
|
|
314
314
|
};
|
|
315
|
-
|
|
315
|
+
interactiveXs: {
|
|
316
316
|
font: string;
|
|
317
317
|
letterSpacing: string;
|
|
318
318
|
fontWidth: number;
|
|
319
319
|
};
|
|
320
|
-
|
|
320
|
+
interactiveSm: {
|
|
321
321
|
font: string;
|
|
322
322
|
letterSpacing: string;
|
|
323
323
|
fontWidth: number;
|
|
324
324
|
};
|
|
325
|
-
|
|
325
|
+
interactiveMd: {
|
|
326
326
|
font: string;
|
|
327
327
|
letterSpacing: string;
|
|
328
328
|
fontWidth: number;
|
|
329
329
|
};
|
|
330
|
-
|
|
330
|
+
labelFormSm: {
|
|
331
331
|
font: string;
|
|
332
332
|
letterSpacing: string;
|
|
333
333
|
fontWidth: number;
|
|
334
334
|
};
|
|
335
|
-
|
|
335
|
+
labelFormMd: {
|
|
336
336
|
font: string;
|
|
337
337
|
letterSpacing: string;
|
|
338
338
|
fontWidth: number;
|
|
339
339
|
};
|
|
340
|
-
|
|
340
|
+
labelFormInlineSm: {
|
|
341
341
|
font: string;
|
|
342
342
|
letterSpacing: string;
|
|
343
343
|
fontWidth: number;
|
|
344
344
|
};
|
|
345
|
-
|
|
345
|
+
labelFormInlineMd: {
|
|
346
346
|
font: string;
|
|
347
347
|
letterSpacing: string;
|
|
348
348
|
fontWidth: number;
|
|
349
349
|
};
|
|
350
|
-
|
|
350
|
+
labelFormCompactSm: {
|
|
351
351
|
font: string;
|
|
352
352
|
letterSpacing: string;
|
|
353
353
|
fontWidth: number;
|
|
354
354
|
};
|
|
355
|
-
|
|
355
|
+
labelFormCompactMd: {
|
|
356
356
|
font: string;
|
|
357
357
|
letterSpacing: string;
|
|
358
358
|
fontWidth: number;
|
|
359
359
|
};
|
|
360
|
-
|
|
360
|
+
labelFormInlineCompactSm: {
|
|
361
361
|
font: string;
|
|
362
362
|
letterSpacing: string;
|
|
363
363
|
fontWidth: number;
|
|
364
364
|
};
|
|
365
|
-
|
|
365
|
+
labelFormInlineCompactMd: {
|
|
366
366
|
font: string;
|
|
367
367
|
letterSpacing: string;
|
|
368
368
|
fontWidth: number;
|
|
369
369
|
};
|
|
370
|
-
|
|
370
|
+
helpTextFormMd: {
|
|
371
371
|
font: string;
|
|
372
372
|
letterSpacing: string;
|
|
373
373
|
fontWidth: number;
|
|
374
374
|
};
|
|
375
|
-
|
|
375
|
+
helpTextFormCompactMd: {
|
|
376
376
|
font: string;
|
|
377
377
|
letterSpacing: string;
|
|
378
378
|
fontWidth: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const componentName = "TemplateComponent";
|
|
2
|
-
export declare const componentTsx = "import { TemplateComponent } from '@guardian/stand/
|
|
2
|
+
export declare const componentTsx = "import { TemplateComponent } from '@guardian/stand/TemplateComponent';\n\nexport const Component = () => (\n\t<>\n\t\t{/* default example */}\n\t\t<TemplateComponent />\n\n\t\t{/* custom message example */}\n\t\t<TemplateComponent message=\"hi there\" />\n\n);\n\n";
|
|
3
3
|
export declare const componentCss = "\n/* import the templateComponent styles */\n@import '@guardian/stand/component/templateComponent.css';\n/* import the icon styles if using the icon variant of the templateComponent component */\n@import \"@guardian/stand/component/icon.css\";\n\n/* example setup of templateComponent style */\n.stand-template-component {\n\tbackground-color: var(--component-template-component-color-background);\n\tdisplay: var(--component-template-component-display);\n\talign-items: var(--component-template-component-align-items);\n\tjustify-content: var(--component-template-component-justify-content);\n\twidth: var(--component-template-component-size);\n\theight: var(--component-template-component-size);\n\tuser-select: var(--component-template-component-user-select);\n\tcolor: var(--component-template-component-color-text);\n\tfont: var(--component-template-component-typography-font);\n\tletter-spacing: var(--component-template-component-typography-letter-spacing);\n\tfont-variation-settings: \"wdth\" var(--component-template-component-typography-font-width);\n}\n\n.stand-template-component-icon {\n\tdisplay: var(--component-icon-shared-display);\n\tuser-select: var(--component-icon-shared-user-select);\n\tfont-size: var(--component-icon-md-size);\n}\n\n.stand-template-component-icon-color-svg > svg {\n\twidth: var(--component-icon-md-size);\n\theight: var(--component-icon-md-size);\n\tfill: var(--component-template-component-color-text);\n}\n\n/* example setup for templateComponent image */\n.stand-template-component > img {\n\twidth: 100%;\n\theight: 100%;\n\tobject-fit: cover;\n}\n";
|
|
4
4
|
export declare const componentHtml = "<div class=\"container\">\n\t<div class=\"stand-template-component\">C</div>\n <div class=\"stand-template-component\">\n\t\t<span class=\"material-symbols stand-template-component-icon\">raven</span>\n </div>\n <div class=\"stand-template-component\">\n <span class=\"stand-template-component-icon stand-template-component-icon-color-svg\"><svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#1f1f1f\"><path d=\"M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z\"/></svg></span>\n </div>\n <div class=\"stand-template-component\">\n \t<img src=\"https://uploads.guimcode.co.uk/2026/01/27/f85e2e477ce54f4c3b671faa5cd21673aa9f8072fddb5d70a73e6038dc812eec.jpg\" alt=\"Mahesh Makani\" />\n </div>\n</div>\n";
|
|
5
5
|
export declare const componentJs = "\t// for ts/js\n\t\timport { componentTemplateComponent, componentIcon } from \"@guardian/stand\";\n\nconst templateComponentStyles = `\n background-color: ${componentTemplateComponent.color.background};\n display: ${componentTemplateComponent.display};\n align-items: ${componentTemplateComponent[\"align-items\"]};\n justify-content: ${componentTemplateComponent[\"justify-content\"]};\n width: ${componentTemplateComponent.size};\n height: ${componentTemplateComponent.size};\n user-select: ${componentTemplateComponent[\"user-select\"]};\n`;\n\nconst typographyStyle = `\n color: ${componentTemplateComponent.color.text};\n font: ${componentTemplateComponent.typography.font};\n letter-spacing: ${componentTemplateComponent.typography.letterSpacing};\n font-variation-settings: 'wdth' ${componentTemplateComponent.typography.fontWidth};\n`;\n\nconst imgStyle = `\n width: 100%;\n height: 100%;\n object-fit: cover;\n`;\n\nconst iconStyles = `\n display: ${componentIcon.shared.display};\n user-select: ${componentIcon.shared[\"user-select\"]};\n font-size: ${componentIcon.md.size};\n color: ${componentTemplateComponent.color.text};\n`;\n\nconst iconSvgStyles = `\n width: ${componentIcon.md.size};\n height: ${componentIcon.md.size};\n fill: ${componentTemplateComponent.color.text};\n`;\n\n// e.g. adding to DOM using vanilla JS styles\ndocument.getElementById(\"app\").innerHTML = `\n<div class=\"container\">\n <div style=\"${templateComponentStyles}${typographyStyle}\">C</div>\n <div style=\"${templateComponentStyles}\">\n\t<span class=\"material-symbols\" style=\"${iconStyles}\">raven</span>\n </div>\n <div style=\"${templateComponentStyles}\">\n <span class=\"material-symbols\" style=\"${iconStyles}\"><svg style=\"${iconSvgStyles}\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#1f1f1f\"><path d=\"M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z\"/></svg></span>\n </div>\n <div style=\"${templateComponentStyles}\">\n <img style=\"${imgStyle}\" src=\"https://uploads.guimcode.co.uk/2026/01/27/f85e2e477ce54f4c3b671faa5cd21673aa9f8072fddb5d70a73e6038dc812eec.jpg\" alt=\"Mahesh Makani\" />\n </div>\n`;\n";
|