@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
|
@@ -7,10 +7,10 @@ const componentAvatar = {
|
|
|
7
7
|
text: "#24491d",
|
|
8
8
|
background: "#cde4c9",
|
|
9
9
|
border: "unset",
|
|
10
|
-
|
|
10
|
+
hover: {
|
|
11
11
|
background: "#aed2a6"
|
|
12
12
|
},
|
|
13
|
-
|
|
13
|
+
active: {
|
|
14
14
|
background: "#8ec183"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
@@ -18,10 +18,10 @@ const componentAvatar = {
|
|
|
18
18
|
text: "#092f62",
|
|
19
19
|
background: "#c5d9f4",
|
|
20
20
|
border: "unset",
|
|
21
|
-
|
|
21
|
+
hover: {
|
|
22
22
|
background: "#93b9ec"
|
|
23
23
|
},
|
|
24
|
-
|
|
24
|
+
active: {
|
|
25
25
|
background: "#699ee5"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -29,10 +29,10 @@ const componentAvatar = {
|
|
|
29
29
|
text: "#65170e",
|
|
30
30
|
background: "#f5c6c0",
|
|
31
31
|
border: "unset",
|
|
32
|
-
|
|
32
|
+
hover: {
|
|
33
33
|
background: "#eea198"
|
|
34
34
|
},
|
|
35
|
-
|
|
35
|
+
active: {
|
|
36
36
|
background: "#e87c6f"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
@@ -40,10 +40,10 @@ const componentAvatar = {
|
|
|
40
40
|
text: "#00344e",
|
|
41
41
|
background: "#b8d8e7",
|
|
42
42
|
border: "unset",
|
|
43
|
-
|
|
43
|
+
hover: {
|
|
44
44
|
background: "#8abed7"
|
|
45
45
|
},
|
|
46
|
-
|
|
46
|
+
active: {
|
|
47
47
|
background: "#5ca5c8"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
@@ -51,32 +51,32 @@ const componentAvatar = {
|
|
|
51
51
|
text: "#0e2729",
|
|
52
52
|
background: "#c5dfe1",
|
|
53
53
|
border: "unset",
|
|
54
|
-
|
|
54
|
+
hover: {
|
|
55
55
|
background: "#a0cace"
|
|
56
56
|
},
|
|
57
|
-
|
|
57
|
+
active: {
|
|
58
58
|
background: "#7bb5bb"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
coolPurple: {
|
|
62
62
|
text: "#394069",
|
|
63
63
|
background: "#dbdff7",
|
|
64
64
|
border: "unset",
|
|
65
|
-
|
|
65
|
+
hover: {
|
|
66
66
|
background: "#c3caf3"
|
|
67
67
|
},
|
|
68
|
-
|
|
68
|
+
active: {
|
|
69
69
|
background: "#acb5ee"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
|
|
72
|
+
warmPurple: {
|
|
73
73
|
text: "#381350",
|
|
74
74
|
background: "#dac3e8",
|
|
75
75
|
border: "unset",
|
|
76
|
-
|
|
76
|
+
hover: {
|
|
77
77
|
background: "#c29dd9"
|
|
78
78
|
},
|
|
79
|
-
|
|
79
|
+
active: {
|
|
80
80
|
background: "#aa76cb"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
@@ -84,10 +84,10 @@ const componentAvatar = {
|
|
|
84
84
|
text: "#581734",
|
|
85
85
|
background: "#edc6d7",
|
|
86
86
|
border: "unset",
|
|
87
|
-
|
|
87
|
+
hover: {
|
|
88
88
|
background: "#e2a1be"
|
|
89
89
|
},
|
|
90
|
-
|
|
90
|
+
active: {
|
|
91
91
|
background: "#d67ca4"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
@@ -95,10 +95,10 @@ const componentAvatar = {
|
|
|
95
95
|
text: "#693c16",
|
|
96
96
|
background: "#fcddc6",
|
|
97
97
|
border: "unset",
|
|
98
|
-
|
|
98
|
+
hover: {
|
|
99
99
|
background: "#fac7a1"
|
|
100
100
|
},
|
|
101
|
-
|
|
101
|
+
active: {
|
|
102
102
|
background: "#f9b27c"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
@@ -106,10 +106,10 @@ const componentAvatar = {
|
|
|
106
106
|
text: "#5b4a0b",
|
|
107
107
|
background: "#fbeebf",
|
|
108
108
|
border: "unset",
|
|
109
|
-
|
|
109
|
+
hover: {
|
|
110
110
|
background: "#f9e396"
|
|
111
111
|
},
|
|
112
|
-
|
|
112
|
+
active: {
|
|
113
113
|
background: "#f6d86d"
|
|
114
114
|
}
|
|
115
115
|
},
|
|
@@ -117,35 +117,35 @@ const componentAvatar = {
|
|
|
117
117
|
text: "#000000",
|
|
118
118
|
background: "none",
|
|
119
119
|
border: "0.0625rem solid #8d8d8d",
|
|
120
|
-
|
|
120
|
+
hover: {
|
|
121
121
|
background: "#ededed"
|
|
122
122
|
},
|
|
123
|
-
|
|
123
|
+
active: {
|
|
124
124
|
background: "#dcdcdc"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
display: "inline-flex",
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
alignItems: "center",
|
|
130
|
+
justifyContent: "center",
|
|
131
131
|
overflow: "hidden",
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
flexShrink: "0",
|
|
133
|
+
borderRadius: "50%",
|
|
134
|
+
userSelect: "none",
|
|
135
135
|
link: {
|
|
136
136
|
width: "fit-content",
|
|
137
|
-
|
|
137
|
+
focusVisible: {
|
|
138
138
|
outline: "0.125rem solid #0072a9",
|
|
139
|
-
|
|
139
|
+
outlineOffset: "0.125rem"
|
|
140
140
|
},
|
|
141
|
-
|
|
141
|
+
textDecoration: "none"
|
|
142
142
|
},
|
|
143
143
|
button: {
|
|
144
144
|
background: "none",
|
|
145
145
|
border: "none",
|
|
146
146
|
padding: "0",
|
|
147
147
|
cursor: "pointer",
|
|
148
|
-
|
|
148
|
+
disabled: {
|
|
149
149
|
cursor: "not-allowed"
|
|
150
150
|
}
|
|
151
151
|
}
|
|
@@ -5,10 +5,10 @@ const componentAvatar = {
|
|
|
5
5
|
text: "#24491d",
|
|
6
6
|
background: "#cde4c9",
|
|
7
7
|
border: "unset",
|
|
8
|
-
|
|
8
|
+
hover: {
|
|
9
9
|
background: "#aed2a6"
|
|
10
10
|
},
|
|
11
|
-
|
|
11
|
+
active: {
|
|
12
12
|
background: "#8ec183"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
@@ -16,10 +16,10 @@ const componentAvatar = {
|
|
|
16
16
|
text: "#092f62",
|
|
17
17
|
background: "#c5d9f4",
|
|
18
18
|
border: "unset",
|
|
19
|
-
|
|
19
|
+
hover: {
|
|
20
20
|
background: "#93b9ec"
|
|
21
21
|
},
|
|
22
|
-
|
|
22
|
+
active: {
|
|
23
23
|
background: "#699ee5"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -27,10 +27,10 @@ const componentAvatar = {
|
|
|
27
27
|
text: "#65170e",
|
|
28
28
|
background: "#f5c6c0",
|
|
29
29
|
border: "unset",
|
|
30
|
-
|
|
30
|
+
hover: {
|
|
31
31
|
background: "#eea198"
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
active: {
|
|
34
34
|
background: "#e87c6f"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
@@ -38,10 +38,10 @@ const componentAvatar = {
|
|
|
38
38
|
text: "#00344e",
|
|
39
39
|
background: "#b8d8e7",
|
|
40
40
|
border: "unset",
|
|
41
|
-
|
|
41
|
+
hover: {
|
|
42
42
|
background: "#8abed7"
|
|
43
43
|
},
|
|
44
|
-
|
|
44
|
+
active: {
|
|
45
45
|
background: "#5ca5c8"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
@@ -49,32 +49,32 @@ const componentAvatar = {
|
|
|
49
49
|
text: "#0e2729",
|
|
50
50
|
background: "#c5dfe1",
|
|
51
51
|
border: "unset",
|
|
52
|
-
|
|
52
|
+
hover: {
|
|
53
53
|
background: "#a0cace"
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
active: {
|
|
56
56
|
background: "#7bb5bb"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
coolPurple: {
|
|
60
60
|
text: "#394069",
|
|
61
61
|
background: "#dbdff7",
|
|
62
62
|
border: "unset",
|
|
63
|
-
|
|
63
|
+
hover: {
|
|
64
64
|
background: "#c3caf3"
|
|
65
65
|
},
|
|
66
|
-
|
|
66
|
+
active: {
|
|
67
67
|
background: "#acb5ee"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
|
|
70
|
+
warmPurple: {
|
|
71
71
|
text: "#381350",
|
|
72
72
|
background: "#dac3e8",
|
|
73
73
|
border: "unset",
|
|
74
|
-
|
|
74
|
+
hover: {
|
|
75
75
|
background: "#c29dd9"
|
|
76
76
|
},
|
|
77
|
-
|
|
77
|
+
active: {
|
|
78
78
|
background: "#aa76cb"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
@@ -82,10 +82,10 @@ const componentAvatar = {
|
|
|
82
82
|
text: "#581734",
|
|
83
83
|
background: "#edc6d7",
|
|
84
84
|
border: "unset",
|
|
85
|
-
|
|
85
|
+
hover: {
|
|
86
86
|
background: "#e2a1be"
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
active: {
|
|
89
89
|
background: "#d67ca4"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
@@ -93,10 +93,10 @@ const componentAvatar = {
|
|
|
93
93
|
text: "#693c16",
|
|
94
94
|
background: "#fcddc6",
|
|
95
95
|
border: "unset",
|
|
96
|
-
|
|
96
|
+
hover: {
|
|
97
97
|
background: "#fac7a1"
|
|
98
98
|
},
|
|
99
|
-
|
|
99
|
+
active: {
|
|
100
100
|
background: "#f9b27c"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
@@ -104,10 +104,10 @@ const componentAvatar = {
|
|
|
104
104
|
text: "#5b4a0b",
|
|
105
105
|
background: "#fbeebf",
|
|
106
106
|
border: "unset",
|
|
107
|
-
|
|
107
|
+
hover: {
|
|
108
108
|
background: "#f9e396"
|
|
109
109
|
},
|
|
110
|
-
|
|
110
|
+
active: {
|
|
111
111
|
background: "#f6d86d"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
@@ -115,35 +115,35 @@ const componentAvatar = {
|
|
|
115
115
|
text: "#000000",
|
|
116
116
|
background: "none",
|
|
117
117
|
border: "0.0625rem solid #8d8d8d",
|
|
118
|
-
|
|
118
|
+
hover: {
|
|
119
119
|
background: "#ededed"
|
|
120
120
|
},
|
|
121
|
-
|
|
121
|
+
active: {
|
|
122
122
|
background: "#dcdcdc"
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
display: "inline-flex",
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
alignItems: "center",
|
|
128
|
+
justifyContent: "center",
|
|
129
129
|
overflow: "hidden",
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
flexShrink: "0",
|
|
131
|
+
borderRadius: "50%",
|
|
132
|
+
userSelect: "none",
|
|
133
133
|
link: {
|
|
134
134
|
width: "fit-content",
|
|
135
|
-
|
|
135
|
+
focusVisible: {
|
|
136
136
|
outline: "0.125rem solid #0072a9",
|
|
137
|
-
|
|
137
|
+
outlineOffset: "0.125rem"
|
|
138
138
|
},
|
|
139
|
-
|
|
139
|
+
textDecoration: "none"
|
|
140
140
|
},
|
|
141
141
|
button: {
|
|
142
142
|
background: "none",
|
|
143
143
|
border: "none",
|
|
144
144
|
padding: "0",
|
|
145
145
|
cursor: "pointer",
|
|
146
|
-
|
|
146
|
+
disabled: {
|
|
147
147
|
cursor: "not-allowed"
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
const componentButton = {
|
|
4
4
|
shared: {
|
|
5
5
|
display: "inline-flex",
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
webkitAppearance: "none",
|
|
7
|
+
textAlign: "inherit",
|
|
8
|
+
boxShadow: "none",
|
|
9
9
|
cursor: "pointer",
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
justifyContent: "center",
|
|
11
|
+
alignItems: "center",
|
|
12
|
+
textDecoration: "none",
|
|
13
|
+
disabled: {
|
|
14
14
|
cursor: "not-allowed"
|
|
15
15
|
},
|
|
16
|
-
|
|
16
|
+
focusVisible: {
|
|
17
17
|
outline: "0.125rem solid #0072a9",
|
|
18
|
-
|
|
18
|
+
outlineOffset: "0.125rem"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
primary: {
|
|
@@ -24,15 +24,15 @@ const componentButton = {
|
|
|
24
24
|
backgroundColor: "#0d4289",
|
|
25
25
|
borderRadius: "0.25rem",
|
|
26
26
|
border: "0.0625rem solid #0d4289",
|
|
27
|
-
|
|
27
|
+
hover: {
|
|
28
28
|
backgroundColor: "#092f62",
|
|
29
29
|
border: "0.0625rem solid #092f62"
|
|
30
30
|
},
|
|
31
|
-
|
|
31
|
+
active: {
|
|
32
32
|
backgroundColor: "#061d3c",
|
|
33
33
|
border: "0.0625rem solid #061d3c"
|
|
34
34
|
},
|
|
35
|
-
|
|
35
|
+
disabled: {
|
|
36
36
|
color: "#999999",
|
|
37
37
|
backgroundColor: "#dcdcdc",
|
|
38
38
|
border: "0.0625rem solid #dcdcdc"
|
|
@@ -149,15 +149,15 @@ const componentButton = {
|
|
|
149
149
|
backgroundColor: "#545454",
|
|
150
150
|
borderRadius: "0.25rem",
|
|
151
151
|
border: "0.0625rem solid #545454",
|
|
152
|
-
|
|
152
|
+
hover: {
|
|
153
153
|
backgroundColor: "#333333",
|
|
154
154
|
border: "0.0625rem solid #333333"
|
|
155
155
|
},
|
|
156
|
-
|
|
156
|
+
active: {
|
|
157
157
|
backgroundColor: "#121212",
|
|
158
158
|
border: "0.0625rem solid #121212"
|
|
159
159
|
},
|
|
160
|
-
|
|
160
|
+
disabled: {
|
|
161
161
|
color: "#999999",
|
|
162
162
|
backgroundColor: "#dcdcdc",
|
|
163
163
|
border: "0.0625rem solid #dcdcdc"
|
|
@@ -274,15 +274,15 @@ const componentButton = {
|
|
|
274
274
|
backgroundColor: "none",
|
|
275
275
|
borderRadius: "0.25rem",
|
|
276
276
|
border: "0.0625rem solid #545454",
|
|
277
|
-
|
|
277
|
+
hover: {
|
|
278
278
|
backgroundColor: "#f6f6f6",
|
|
279
279
|
border: "0.0625rem solid #545454"
|
|
280
280
|
},
|
|
281
|
-
|
|
281
|
+
active: {
|
|
282
282
|
backgroundColor: "#ededed",
|
|
283
283
|
border: "0.0625rem solid #545454"
|
|
284
284
|
},
|
|
285
|
-
|
|
285
|
+
disabled: {
|
|
286
286
|
color: "#999999",
|
|
287
287
|
backgroundColor: "none",
|
|
288
288
|
border: "0.0625rem solid #dcdcdc"
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
const componentButton = {
|
|
2
2
|
shared: {
|
|
3
3
|
display: "inline-flex",
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
webkitAppearance: "none",
|
|
5
|
+
textAlign: "inherit",
|
|
6
|
+
boxShadow: "none",
|
|
7
7
|
cursor: "pointer",
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
justifyContent: "center",
|
|
9
|
+
alignItems: "center",
|
|
10
|
+
textDecoration: "none",
|
|
11
|
+
disabled: {
|
|
12
12
|
cursor: "not-allowed"
|
|
13
13
|
},
|
|
14
|
-
|
|
14
|
+
focusVisible: {
|
|
15
15
|
outline: "0.125rem solid #0072a9",
|
|
16
|
-
|
|
16
|
+
outlineOffset: "0.125rem"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
primary: {
|
|
@@ -22,15 +22,15 @@ const componentButton = {
|
|
|
22
22
|
backgroundColor: "#0d4289",
|
|
23
23
|
borderRadius: "0.25rem",
|
|
24
24
|
border: "0.0625rem solid #0d4289",
|
|
25
|
-
|
|
25
|
+
hover: {
|
|
26
26
|
backgroundColor: "#092f62",
|
|
27
27
|
border: "0.0625rem solid #092f62"
|
|
28
28
|
},
|
|
29
|
-
|
|
29
|
+
active: {
|
|
30
30
|
backgroundColor: "#061d3c",
|
|
31
31
|
border: "0.0625rem solid #061d3c"
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
disabled: {
|
|
34
34
|
color: "#999999",
|
|
35
35
|
backgroundColor: "#dcdcdc",
|
|
36
36
|
border: "0.0625rem solid #dcdcdc"
|
|
@@ -147,15 +147,15 @@ const componentButton = {
|
|
|
147
147
|
backgroundColor: "#545454",
|
|
148
148
|
borderRadius: "0.25rem",
|
|
149
149
|
border: "0.0625rem solid #545454",
|
|
150
|
-
|
|
150
|
+
hover: {
|
|
151
151
|
backgroundColor: "#333333",
|
|
152
152
|
border: "0.0625rem solid #333333"
|
|
153
153
|
},
|
|
154
|
-
|
|
154
|
+
active: {
|
|
155
155
|
backgroundColor: "#121212",
|
|
156
156
|
border: "0.0625rem solid #121212"
|
|
157
157
|
},
|
|
158
|
-
|
|
158
|
+
disabled: {
|
|
159
159
|
color: "#999999",
|
|
160
160
|
backgroundColor: "#dcdcdc",
|
|
161
161
|
border: "0.0625rem solid #dcdcdc"
|
|
@@ -272,15 +272,15 @@ const componentButton = {
|
|
|
272
272
|
backgroundColor: "none",
|
|
273
273
|
borderRadius: "0.25rem",
|
|
274
274
|
border: "0.0625rem solid #545454",
|
|
275
|
-
|
|
275
|
+
hover: {
|
|
276
276
|
backgroundColor: "#f6f6f6",
|
|
277
277
|
border: "0.0625rem solid #545454"
|
|
278
278
|
},
|
|
279
|
-
|
|
279
|
+
active: {
|
|
280
280
|
backgroundColor: "#ededed",
|
|
281
281
|
border: "0.0625rem solid #545454"
|
|
282
282
|
},
|
|
283
|
-
|
|
283
|
+
disabled: {
|
|
284
284
|
color: "#999999",
|
|
285
285
|
backgroundColor: "none",
|
|
286
286
|
border: "0.0625rem solid #dcdcdc"
|
|
@@ -6,16 +6,16 @@ const componentCheckbox = {
|
|
|
6
6
|
display: "flex",
|
|
7
7
|
position: "relative",
|
|
8
8
|
gap: "0.5rem",
|
|
9
|
-
|
|
9
|
+
alignItems: "flex-start",
|
|
10
10
|
color: "#000000",
|
|
11
11
|
cursor: "pointer",
|
|
12
12
|
indicator: {
|
|
13
13
|
display: "flex",
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
alignItems: "center",
|
|
15
|
+
justifyContent: "center",
|
|
16
|
+
flexShrink: 0,
|
|
17
17
|
border: "0.0625rem solid #545454",
|
|
18
|
-
|
|
18
|
+
borderRadius: "0.25rem",
|
|
19
19
|
transition: "all 200ms",
|
|
20
20
|
svg: {
|
|
21
21
|
fill: "none"
|
|
@@ -29,23 +29,23 @@ const componentCheckbox = {
|
|
|
29
29
|
height: "2px"
|
|
30
30
|
},
|
|
31
31
|
selected: {
|
|
32
|
-
|
|
32
|
+
backgroundColor: "#005d8b",
|
|
33
33
|
border: "0.0625rem solid #0072a9",
|
|
34
34
|
svg: {
|
|
35
35
|
fill: "#ffffff"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
|
|
38
|
+
focusVisible: {
|
|
39
39
|
outline: "0.125rem solid #0072a9",
|
|
40
|
-
|
|
40
|
+
outlineOffset: "0.125rem"
|
|
41
41
|
},
|
|
42
42
|
error: {
|
|
43
|
-
|
|
43
|
+
backgroundColor: "#b42a19",
|
|
44
44
|
border: "0.0625rem solid #b42a19"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
label: {
|
|
48
|
-
|
|
48
|
+
alignSelf: "center"
|
|
49
49
|
},
|
|
50
50
|
disabled: {
|
|
51
51
|
color: "#999999",
|
|
@@ -53,7 +53,7 @@ const componentCheckbox = {
|
|
|
53
53
|
indicator: {
|
|
54
54
|
border: "0.0625rem solid #dcdcdc",
|
|
55
55
|
selected: {
|
|
56
|
-
|
|
56
|
+
backgroundColor: "#dcdcdc"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -82,17 +82,17 @@ const componentCheckbox = {
|
|
|
82
82
|
group: {
|
|
83
83
|
shared: {
|
|
84
84
|
display: "flex",
|
|
85
|
-
|
|
85
|
+
flexDirection: "column"
|
|
86
86
|
},
|
|
87
87
|
sm: {
|
|
88
88
|
gap: "1rem",
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
marginTop: "0.5rem",
|
|
90
|
+
marginBottom: "0.5rem"
|
|
91
91
|
},
|
|
92
92
|
md: {
|
|
93
93
|
gap: "1.25rem",
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
marginTop: "0.75rem",
|
|
95
|
+
marginBottom: "0.75rem"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
};
|
|
@@ -4,16 +4,16 @@ const componentCheckbox = {
|
|
|
4
4
|
display: "flex",
|
|
5
5
|
position: "relative",
|
|
6
6
|
gap: "0.5rem",
|
|
7
|
-
|
|
7
|
+
alignItems: "flex-start",
|
|
8
8
|
color: "#000000",
|
|
9
9
|
cursor: "pointer",
|
|
10
10
|
indicator: {
|
|
11
11
|
display: "flex",
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
alignItems: "center",
|
|
13
|
+
justifyContent: "center",
|
|
14
|
+
flexShrink: 0,
|
|
15
15
|
border: "0.0625rem solid #545454",
|
|
16
|
-
|
|
16
|
+
borderRadius: "0.25rem",
|
|
17
17
|
transition: "all 200ms",
|
|
18
18
|
svg: {
|
|
19
19
|
fill: "none"
|
|
@@ -27,23 +27,23 @@ const componentCheckbox = {
|
|
|
27
27
|
height: "2px"
|
|
28
28
|
},
|
|
29
29
|
selected: {
|
|
30
|
-
|
|
30
|
+
backgroundColor: "#005d8b",
|
|
31
31
|
border: "0.0625rem solid #0072a9",
|
|
32
32
|
svg: {
|
|
33
33
|
fill: "#ffffff"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
|
|
36
|
+
focusVisible: {
|
|
37
37
|
outline: "0.125rem solid #0072a9",
|
|
38
|
-
|
|
38
|
+
outlineOffset: "0.125rem"
|
|
39
39
|
},
|
|
40
40
|
error: {
|
|
41
|
-
|
|
41
|
+
backgroundColor: "#b42a19",
|
|
42
42
|
border: "0.0625rem solid #b42a19"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
label: {
|
|
46
|
-
|
|
46
|
+
alignSelf: "center"
|
|
47
47
|
},
|
|
48
48
|
disabled: {
|
|
49
49
|
color: "#999999",
|
|
@@ -51,7 +51,7 @@ const componentCheckbox = {
|
|
|
51
51
|
indicator: {
|
|
52
52
|
border: "0.0625rem solid #dcdcdc",
|
|
53
53
|
selected: {
|
|
54
|
-
|
|
54
|
+
backgroundColor: "#dcdcdc"
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -80,17 +80,17 @@ const componentCheckbox = {
|
|
|
80
80
|
group: {
|
|
81
81
|
shared: {
|
|
82
82
|
display: "flex",
|
|
83
|
-
|
|
83
|
+
flexDirection: "column"
|
|
84
84
|
},
|
|
85
85
|
sm: {
|
|
86
86
|
gap: "1rem",
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
marginTop: "0.5rem",
|
|
88
|
+
marginBottom: "0.5rem"
|
|
89
89
|
},
|
|
90
90
|
md: {
|
|
91
91
|
gap: "1.25rem",
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
marginTop: "0.75rem",
|
|
93
|
+
marginBottom: "0.75rem"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
};
|