@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
|
@@ -7,9 +7,9 @@ const componentFavicon = {
|
|
|
7
7
|
},
|
|
8
8
|
size: "2rem",
|
|
9
9
|
display: "inline-flex",
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
alignItems: "center",
|
|
11
|
+
justifyContent: "center",
|
|
12
|
+
userSelect: "none",
|
|
13
13
|
typography: {
|
|
14
14
|
font: "normal 700 1.25rem/1.15 GH Guardian Headline",
|
|
15
15
|
letterSpacing: "0rem",
|
|
@@ -5,9 +5,9 @@ const componentFavicon = {
|
|
|
5
5
|
},
|
|
6
6
|
size: "2rem",
|
|
7
7
|
display: "inline-flex",
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
alignItems: "center",
|
|
9
|
+
justifyContent: "center",
|
|
10
|
+
userSelect: "none",
|
|
11
11
|
typography: {
|
|
12
12
|
font: "normal 700 1.25rem/1.15 GH Guardian Headline",
|
|
13
13
|
letterSpacing: "0rem",
|
|
@@ -4,12 +4,25 @@ const componentGrid = {
|
|
|
4
4
|
shared: {
|
|
5
5
|
display: "flex",
|
|
6
6
|
width: "100%",
|
|
7
|
-
columns: 12,
|
|
8
|
-
gap: "8px",
|
|
9
7
|
direction: "row",
|
|
10
8
|
wrap: "wrap",
|
|
11
9
|
justifyContent: "flex-start",
|
|
12
10
|
alignItems: "stretch"
|
|
11
|
+
},
|
|
12
|
+
sm: {
|
|
13
|
+
columns: 12,
|
|
14
|
+
gap: "16px",
|
|
15
|
+
padding: "16px"
|
|
16
|
+
},
|
|
17
|
+
md: {
|
|
18
|
+
columns: 12,
|
|
19
|
+
gap: "16px",
|
|
20
|
+
padding: "24px"
|
|
21
|
+
},
|
|
22
|
+
lg: {
|
|
23
|
+
columns: 12,
|
|
24
|
+
gap: "16px",
|
|
25
|
+
padding: "24px"
|
|
13
26
|
}
|
|
14
27
|
};
|
|
15
28
|
|
|
@@ -2,12 +2,25 @@ const componentGrid = {
|
|
|
2
2
|
shared: {
|
|
3
3
|
display: "flex",
|
|
4
4
|
width: "100%",
|
|
5
|
-
columns: 12,
|
|
6
|
-
gap: "8px",
|
|
7
5
|
direction: "row",
|
|
8
6
|
wrap: "wrap",
|
|
9
7
|
justifyContent: "flex-start",
|
|
10
8
|
alignItems: "stretch"
|
|
9
|
+
},
|
|
10
|
+
sm: {
|
|
11
|
+
columns: 12,
|
|
12
|
+
gap: "16px",
|
|
13
|
+
padding: "16px"
|
|
14
|
+
},
|
|
15
|
+
md: {
|
|
16
|
+
columns: 12,
|
|
17
|
+
gap: "16px",
|
|
18
|
+
padding: "24px"
|
|
19
|
+
},
|
|
20
|
+
lg: {
|
|
21
|
+
columns: 12,
|
|
22
|
+
gap: "16px",
|
|
23
|
+
padding: "24px"
|
|
11
24
|
}
|
|
12
25
|
};
|
|
13
26
|
|
|
@@ -4,10 +4,10 @@ const componentInlineMessage = {
|
|
|
4
4
|
shared: {
|
|
5
5
|
display: "inline-flex",
|
|
6
6
|
gap: "0.25rem",
|
|
7
|
-
|
|
7
|
+
alignItems: "center",
|
|
8
8
|
icon: {
|
|
9
9
|
size: "1.25rem",
|
|
10
|
-
|
|
10
|
+
alignSelf: "flex-start"
|
|
11
11
|
},
|
|
12
12
|
typography: {
|
|
13
13
|
font: "normal 460 0.875rem/1.3 Open Sans",
|
|
@@ -2,10 +2,10 @@ const componentInlineMessage = {
|
|
|
2
2
|
shared: {
|
|
3
3
|
display: "inline-flex",
|
|
4
4
|
gap: "0.25rem",
|
|
5
|
-
|
|
5
|
+
alignItems: "center",
|
|
6
6
|
icon: {
|
|
7
7
|
size: "1.25rem",
|
|
8
|
-
|
|
8
|
+
alignSelf: "flex-start"
|
|
9
9
|
},
|
|
10
10
|
typography: {
|
|
11
11
|
font: "normal 460 0.875rem/1.3 Open Sans",
|
|
@@ -5,10 +5,7 @@ const componentLayout = {
|
|
|
5
5
|
shared: {
|
|
6
6
|
display: "grid",
|
|
7
7
|
minHeight: "100svh",
|
|
8
|
-
width: "100%"
|
|
9
|
-
"max-width": "1584px",
|
|
10
|
-
"margin-left": "auto",
|
|
11
|
-
"margin-right": "auto"
|
|
8
|
+
width: "100%"
|
|
12
9
|
},
|
|
13
10
|
sm: {
|
|
14
11
|
gridTemplateAreas: "'alertbanner'\n'topbar'\n'sidebar'\n'main'",
|
|
@@ -40,8 +37,13 @@ const componentLayout = {
|
|
|
40
37
|
width: "200px"
|
|
41
38
|
},
|
|
42
39
|
lg: {
|
|
43
|
-
width: "
|
|
40
|
+
width: "280px"
|
|
44
41
|
}
|
|
42
|
+
},
|
|
43
|
+
main: {
|
|
44
|
+
maxWidth: "1584px",
|
|
45
|
+
marginLeft: "auto",
|
|
46
|
+
marginRight: "auto"
|
|
45
47
|
}
|
|
46
48
|
};
|
|
47
49
|
|
|
@@ -3,10 +3,7 @@ const componentLayout = {
|
|
|
3
3
|
shared: {
|
|
4
4
|
display: "grid",
|
|
5
5
|
minHeight: "100svh",
|
|
6
|
-
width: "100%"
|
|
7
|
-
"max-width": "1584px",
|
|
8
|
-
"margin-left": "auto",
|
|
9
|
-
"margin-right": "auto"
|
|
6
|
+
width: "100%"
|
|
10
7
|
},
|
|
11
8
|
sm: {
|
|
12
9
|
gridTemplateAreas: "'alertbanner'\n'topbar'\n'sidebar'\n'main'",
|
|
@@ -38,8 +35,13 @@ const componentLayout = {
|
|
|
38
35
|
width: "200px"
|
|
39
36
|
},
|
|
40
37
|
lg: {
|
|
41
|
-
width: "
|
|
38
|
+
width: "280px"
|
|
42
39
|
}
|
|
40
|
+
},
|
|
41
|
+
main: {
|
|
42
|
+
maxWidth: "1584px",
|
|
43
|
+
marginLeft: "auto",
|
|
44
|
+
marginRight: "auto"
|
|
43
45
|
}
|
|
44
46
|
};
|
|
45
47
|
|
|
@@ -4,8 +4,8 @@ const componentMenu = {
|
|
|
4
4
|
menu: {
|
|
5
5
|
shared: {
|
|
6
6
|
display: "flex",
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
flexDirection: "column",
|
|
8
|
+
backgroundColor: "#ffffff",
|
|
9
9
|
border: "0.0625rem solid #cccccc"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
@@ -13,14 +13,14 @@ const componentMenu = {
|
|
|
13
13
|
header: {
|
|
14
14
|
shared: {
|
|
15
15
|
display: "flex",
|
|
16
|
-
|
|
16
|
+
alignItems: "center",
|
|
17
17
|
padding: {
|
|
18
18
|
top: "0",
|
|
19
19
|
right: "0.5rem",
|
|
20
20
|
bottom: "0",
|
|
21
21
|
left: "0.5rem"
|
|
22
22
|
},
|
|
23
|
-
|
|
23
|
+
backgroundColor: "#ededed",
|
|
24
24
|
color: "#000000"
|
|
25
25
|
},
|
|
26
26
|
sm: {
|
|
@@ -44,26 +44,26 @@ const componentMenu = {
|
|
|
44
44
|
menuItem: {
|
|
45
45
|
shared: {
|
|
46
46
|
display: "grid",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
gridTemplateAreas: "'icon label aside'",
|
|
48
|
+
gridTemplateAreasWithDescription: "'icon label aside' '. description .'",
|
|
49
|
+
gridTemplateColumns: "auto 6fr 1fr",
|
|
50
50
|
gap: "0.25rem",
|
|
51
|
-
|
|
51
|
+
alignItems: "center",
|
|
52
52
|
padding: {
|
|
53
53
|
top: "0.75rem",
|
|
54
54
|
right: "1rem",
|
|
55
55
|
bottom: "0.75rem",
|
|
56
56
|
left: "1rem"
|
|
57
57
|
},
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
borderBottom: "0.0625rem solid #cccccc",
|
|
59
|
+
backgroundColor: "#ffffff",
|
|
60
60
|
icon: {
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
gridArea: "icon",
|
|
62
|
+
alignSelf: "start",
|
|
63
63
|
color: "#545454"
|
|
64
64
|
},
|
|
65
65
|
label: {
|
|
66
|
-
|
|
66
|
+
gridArea: "label",
|
|
67
67
|
color: "#000000",
|
|
68
68
|
typography: {
|
|
69
69
|
font: "normal 460 1rem/1.3 Open Sans",
|
|
@@ -72,7 +72,7 @@ const componentMenu = {
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
description: {
|
|
75
|
-
|
|
75
|
+
gridArea: "description",
|
|
76
76
|
color: "#545454",
|
|
77
77
|
typography: {
|
|
78
78
|
font: "normal 460 0.875rem/1.3 Open Sans",
|
|
@@ -81,9 +81,9 @@ const componentMenu = {
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
aside: {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
84
|
+
gridArea: "aside",
|
|
85
|
+
justifySelf: "end",
|
|
86
|
+
alignSelf: "start",
|
|
87
87
|
color: "#000000",
|
|
88
88
|
typography: {
|
|
89
89
|
font: "normal 460 1rem/1.3 Open Sans",
|
|
@@ -91,37 +91,37 @@ const componentMenu = {
|
|
|
91
91
|
fontWidth: 95
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
lastChild: {
|
|
95
|
+
borderBottom: "none"
|
|
96
96
|
},
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
hover: {
|
|
98
|
+
backgroundColor: "#f6f6f6",
|
|
99
99
|
outline: "none"
|
|
100
100
|
},
|
|
101
|
-
|
|
101
|
+
focusVisible: {
|
|
102
102
|
outline: "0.125rem solid #0072a9",
|
|
103
|
-
|
|
103
|
+
outlineOffset: "-0.125rem"
|
|
104
104
|
},
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
pressed: {
|
|
106
|
+
backgroundColor: "#ededed"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
109
|
sm: {
|
|
110
110
|
icon: {
|
|
111
111
|
size: "1.125rem",
|
|
112
|
-
|
|
112
|
+
lineHeight: 1.3
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
md: {
|
|
116
116
|
icon: {
|
|
117
117
|
size: "1.25rem",
|
|
118
|
-
|
|
118
|
+
lineHeight: 1.3
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
menuSeparator: {
|
|
123
123
|
shared: {
|
|
124
|
-
|
|
124
|
+
backgroundColor: "#ededed",
|
|
125
125
|
height: "0.5rem",
|
|
126
126
|
width: "100%"
|
|
127
127
|
}
|
|
@@ -132,11 +132,11 @@ const componentMenu = {
|
|
|
132
132
|
shadow: "0 0.125rem 0.375rem 0 rgb(0% 0% 0% / 0.3)"
|
|
133
133
|
},
|
|
134
134
|
sm: {
|
|
135
|
-
|
|
135
|
+
maxWidth: "200px",
|
|
136
136
|
width: "100%"
|
|
137
137
|
},
|
|
138
138
|
md: {
|
|
139
|
-
|
|
139
|
+
maxWidth: "320px",
|
|
140
140
|
width: "100%"
|
|
141
141
|
}
|
|
142
142
|
}
|
|
@@ -2,8 +2,8 @@ const componentMenu = {
|
|
|
2
2
|
menu: {
|
|
3
3
|
shared: {
|
|
4
4
|
display: "flex",
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
flexDirection: "column",
|
|
6
|
+
backgroundColor: "#ffffff",
|
|
7
7
|
border: "0.0625rem solid #cccccc"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
@@ -11,14 +11,14 @@ const componentMenu = {
|
|
|
11
11
|
header: {
|
|
12
12
|
shared: {
|
|
13
13
|
display: "flex",
|
|
14
|
-
|
|
14
|
+
alignItems: "center",
|
|
15
15
|
padding: {
|
|
16
16
|
top: "0",
|
|
17
17
|
right: "0.5rem",
|
|
18
18
|
bottom: "0",
|
|
19
19
|
left: "0.5rem"
|
|
20
20
|
},
|
|
21
|
-
|
|
21
|
+
backgroundColor: "#ededed",
|
|
22
22
|
color: "#000000"
|
|
23
23
|
},
|
|
24
24
|
sm: {
|
|
@@ -42,26 +42,26 @@ const componentMenu = {
|
|
|
42
42
|
menuItem: {
|
|
43
43
|
shared: {
|
|
44
44
|
display: "grid",
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
gridTemplateAreas: "'icon label aside'",
|
|
46
|
+
gridTemplateAreasWithDescription: "'icon label aside' '. description .'",
|
|
47
|
+
gridTemplateColumns: "auto 6fr 1fr",
|
|
48
48
|
gap: "0.25rem",
|
|
49
|
-
|
|
49
|
+
alignItems: "center",
|
|
50
50
|
padding: {
|
|
51
51
|
top: "0.75rem",
|
|
52
52
|
right: "1rem",
|
|
53
53
|
bottom: "0.75rem",
|
|
54
54
|
left: "1rem"
|
|
55
55
|
},
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
borderBottom: "0.0625rem solid #cccccc",
|
|
57
|
+
backgroundColor: "#ffffff",
|
|
58
58
|
icon: {
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
gridArea: "icon",
|
|
60
|
+
alignSelf: "start",
|
|
61
61
|
color: "#545454"
|
|
62
62
|
},
|
|
63
63
|
label: {
|
|
64
|
-
|
|
64
|
+
gridArea: "label",
|
|
65
65
|
color: "#000000",
|
|
66
66
|
typography: {
|
|
67
67
|
font: "normal 460 1rem/1.3 Open Sans",
|
|
@@ -70,7 +70,7 @@ const componentMenu = {
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
description: {
|
|
73
|
-
|
|
73
|
+
gridArea: "description",
|
|
74
74
|
color: "#545454",
|
|
75
75
|
typography: {
|
|
76
76
|
font: "normal 460 0.875rem/1.3 Open Sans",
|
|
@@ -79,9 +79,9 @@ const componentMenu = {
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
aside: {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
gridArea: "aside",
|
|
83
|
+
justifySelf: "end",
|
|
84
|
+
alignSelf: "start",
|
|
85
85
|
color: "#000000",
|
|
86
86
|
typography: {
|
|
87
87
|
font: "normal 460 1rem/1.3 Open Sans",
|
|
@@ -89,37 +89,37 @@ const componentMenu = {
|
|
|
89
89
|
fontWidth: 95
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
lastChild: {
|
|
93
|
+
borderBottom: "none"
|
|
94
94
|
},
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
hover: {
|
|
96
|
+
backgroundColor: "#f6f6f6",
|
|
97
97
|
outline: "none"
|
|
98
98
|
},
|
|
99
|
-
|
|
99
|
+
focusVisible: {
|
|
100
100
|
outline: "0.125rem solid #0072a9",
|
|
101
|
-
|
|
101
|
+
outlineOffset: "-0.125rem"
|
|
102
102
|
},
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
pressed: {
|
|
104
|
+
backgroundColor: "#ededed"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
sm: {
|
|
108
108
|
icon: {
|
|
109
109
|
size: "1.125rem",
|
|
110
|
-
|
|
110
|
+
lineHeight: 1.3
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
md: {
|
|
114
114
|
icon: {
|
|
115
115
|
size: "1.25rem",
|
|
116
|
-
|
|
116
|
+
lineHeight: 1.3
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
menuSeparator: {
|
|
121
121
|
shared: {
|
|
122
|
-
|
|
122
|
+
backgroundColor: "#ededed",
|
|
123
123
|
height: "0.5rem",
|
|
124
124
|
width: "100%"
|
|
125
125
|
}
|
|
@@ -130,11 +130,11 @@ const componentMenu = {
|
|
|
130
130
|
shadow: "0 0.125rem 0.375rem 0 rgb(0% 0% 0% / 0.3)"
|
|
131
131
|
},
|
|
132
132
|
sm: {
|
|
133
|
-
|
|
133
|
+
maxWidth: "200px",
|
|
134
134
|
width: "100%"
|
|
135
135
|
},
|
|
136
136
|
md: {
|
|
137
|
-
|
|
137
|
+
maxWidth: "320px",
|
|
138
138
|
width: "100%"
|
|
139
139
|
}
|
|
140
140
|
}
|
|
@@ -29,7 +29,7 @@ const componentSelect = {
|
|
|
29
29
|
},
|
|
30
30
|
focused: {
|
|
31
31
|
outline: "0.125rem solid #0072a9",
|
|
32
|
-
|
|
32
|
+
outlineOffset: "0.125rem"
|
|
33
33
|
},
|
|
34
34
|
disabled: {
|
|
35
35
|
backgroundColor: "#ffffff",
|
|
@@ -48,7 +48,7 @@ const componentSelect = {
|
|
|
48
48
|
paddingBottom: "0.75rem",
|
|
49
49
|
focused: {
|
|
50
50
|
outline: "0.125rem solid #0072a9",
|
|
51
|
-
|
|
51
|
+
outlineOffset: "0",
|
|
52
52
|
backgroundColor: "inherit"
|
|
53
53
|
}
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@ const componentSelect = {
|
|
|
27
27
|
},
|
|
28
28
|
focused: {
|
|
29
29
|
outline: "0.125rem solid #0072a9",
|
|
30
|
-
|
|
30
|
+
outlineOffset: "0.125rem"
|
|
31
31
|
},
|
|
32
32
|
disabled: {
|
|
33
33
|
backgroundColor: "#ffffff",
|
|
@@ -46,7 +46,7 @@ const componentSelect = {
|
|
|
46
46
|
paddingBottom: "0.75rem",
|
|
47
47
|
focused: {
|
|
48
48
|
outline: "0.125rem solid #0072a9",
|
|
49
|
-
|
|
49
|
+
outlineOffset: "0",
|
|
50
50
|
backgroundColor: "inherit"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
@@ -11,10 +11,10 @@ const componentTextArea = {
|
|
|
11
11
|
left: "0.75rem"
|
|
12
12
|
},
|
|
13
13
|
height: "144px",
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
marginTop: "0.5rem",
|
|
15
|
+
borderRadius: "0.25rem",
|
|
16
16
|
border: "0.0625rem solid #545454",
|
|
17
|
-
|
|
17
|
+
backgroundColor: "#ffffff",
|
|
18
18
|
placeholderColor: "#545454",
|
|
19
19
|
disabled: {
|
|
20
20
|
backgroundColor: "#ffffff",
|
|
@@ -9,10 +9,10 @@ const componentTextArea = {
|
|
|
9
9
|
left: "0.75rem"
|
|
10
10
|
},
|
|
11
11
|
height: "144px",
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
marginTop: "0.5rem",
|
|
13
|
+
borderRadius: "0.25rem",
|
|
14
14
|
border: "0.0625rem solid #545454",
|
|
15
|
-
|
|
15
|
+
backgroundColor: "#ffffff",
|
|
16
16
|
placeholderColor: "#545454",
|
|
17
17
|
disabled: {
|
|
18
18
|
backgroundColor: "#ffffff",
|
|
@@ -10,10 +10,10 @@ const componentTextInput = {
|
|
|
10
10
|
bottom: "0",
|
|
11
11
|
left: "0.75rem"
|
|
12
12
|
},
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
marginTop: "0.5rem",
|
|
14
|
+
borderRadius: "0.25rem",
|
|
15
15
|
border: "0.0625rem solid #545454",
|
|
16
|
-
|
|
16
|
+
backgroundColor: "#ffffff",
|
|
17
17
|
placeholderColor: "#545454",
|
|
18
18
|
disabled: {
|
|
19
19
|
backgroundColor: "#ffffff",
|
|
@@ -8,10 +8,10 @@ const componentTextInput = {
|
|
|
8
8
|
bottom: "0",
|
|
9
9
|
left: "0.75rem"
|
|
10
10
|
},
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
marginTop: "0.5rem",
|
|
12
|
+
borderRadius: "0.25rem",
|
|
13
13
|
border: "0.0625rem solid #545454",
|
|
14
|
-
|
|
14
|
+
backgroundColor: "#ffffff",
|
|
15
15
|
placeholderColor: "#545454",
|
|
16
16
|
disabled: {
|
|
17
17
|
backgroundColor: "#ffffff",
|