box-ui-elements 14.0.0 → 14.1.0-beta.11
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/CONTRIBUTING.md +1 -1
- package/dist/explorer.css +1 -1
- package/dist/explorer.js +15 -15
- package/dist/openwith.css +1 -1
- package/dist/openwith.js +7 -7
- package/dist/picker.css +1 -1
- package/dist/picker.js +12 -12
- package/dist/preview.css +1 -1
- package/dist/preview.js +13 -13
- package/dist/sharing.css +1 -1
- package/dist/sharing.js +11 -11
- package/dist/sidebar.css +1 -1
- package/dist/sidebar.js +13 -13
- package/dist/uploader.css +1 -1
- package/dist/uploader.js +13 -13
- package/es/components/badge/Badge.scss +1 -1
- package/es/components/button/Button.js +13 -4
- package/es/components/button/Button.js.flow +4 -0
- package/es/components/button/Button.js.map +1 -1
- package/es/components/button/Button.stories.js +64 -4
- package/es/components/button/Button.stories.js.map +1 -1
- package/es/components/button-group/ButtonGroup.scss +5 -5
- package/es/components/button-group/ButtonGroup.stories.js +1 -1
- package/es/components/button-group/ButtonGroup.stories.js.map +1 -1
- package/es/components/date-picker/_pikaday.scss +2 -1
- package/es/components/draft-js-editor/DraftJSEditor.scss +1 -1
- package/es/components/error-mask/ErrorMask.scss +1 -1
- package/es/components/flyout/Flyout.scss +1 -1
- package/es/components/footer-indicator/FooterIndicator.scss +1 -1
- package/es/components/form-elements/draft-js-mention-selector/MentionSelector.scss +10 -1
- package/es/components/guide-tooltip/GuideTooltip.js +5 -2
- package/es/components/guide-tooltip/GuideTooltip.js.flow +3 -0
- package/es/components/guide-tooltip/GuideTooltip.js.map +1 -1
- package/es/components/guide-tooltip/GuideTooltip.scss +14 -1
- package/es/components/hotkeys/HotkeyHelpModal.scss +1 -1
- package/es/components/link/LinkButton.js +6 -2
- package/es/components/link/LinkButton.js.map +1 -1
- package/es/components/link/LinkPrimaryButton.js.map +1 -1
- package/es/components/link/stories/LinkButton.stories.js +12 -1
- package/es/components/link/stories/LinkButton.stories.js.map +1 -1
- package/es/components/link/stories/LinkPrimaryButton.stories.js +12 -1
- package/es/components/link/stories/LinkPrimaryButton.stories.js.map +1 -1
- package/es/components/loading-indicator/Crawler.scss +1 -1
- package/es/components/modal/Modal.scss +5 -2
- package/es/components/modal/ModalDialog.js +1 -1
- package/es/components/modal/ModalDialog.js.flow +1 -1
- package/es/components/modal/ModalDialog.js.map +1 -1
- package/es/components/notification/Notification.js +11 -16
- package/es/components/notification/Notification.js.flow +11 -13
- package/es/components/notification/Notification.js.map +1 -1
- package/es/components/notification/Notification.scss +17 -12
- package/es/components/pill-selector-dropdown/PillSelector.scss +1 -1
- package/es/components/plain-button/PlainButton.stories.js +32 -1
- package/es/components/plain-button/PlainButton.stories.js.map +1 -1
- package/es/components/primary-button/PrimaryButton.stories.js +1 -1
- package/es/components/primary-button/PrimaryButton.stories.js.map +1 -1
- package/es/components/select-field/SelectField.scss +3 -0
- package/es/components/selector-dropdown/SelectorDropdown.scss +5 -0
- package/es/components/selector-dropdown/SelectorDropdown.stories.js +15 -0
- package/es/components/selector-dropdown/SelectorDropdown.stories.js.flow +16 -0
- package/es/components/selector-dropdown/SelectorDropdown.stories.js.map +1 -0
- package/es/components/tab-view/Tabs.scss +1 -0
- package/es/components/text-area/TextArea.js +3 -1
- package/es/components/text-area/TextArea.js.flow +4 -0
- package/es/components/text-area/TextArea.js.map +1 -1
- package/es/components/text-input/TextInput.js +3 -1
- package/es/components/text-input/TextInput.js.flow +10 -1
- package/es/components/text-input/TextInput.js.map +1 -1
- package/es/components/thumbnail-card/ThumbnailCard.scss +1 -1
- package/es/components/tooltip/Tooltip.scss +3 -3
- package/es/elements/common/messages.js +8 -0
- package/es/elements/common/messages.js.flow +10 -0
- package/es/elements/common/messages.js.map +1 -1
- package/es/elements/common/modal.scss +4 -1
- package/es/elements/content-explorer/ShareDialog.scss +2 -2
- package/es/elements/content-sidebar/activity-feed/task-form/TaskForm.js +2 -3
- package/es/elements/content-sidebar/activity-feed/task-form/TaskForm.js.flow +3 -2
- package/es/elements/content-sidebar/activity-feed/task-form/TaskForm.js.map +1 -1
- package/es/elements/content-sidebar/activity-feed/task-form/TaskForm.scss +0 -15
- package/es/elements/content-sidebar/activity-feed/version/Version.scss +1 -1
- package/es/elements/content-sidebar/additional-tabs/AdditionalTabsLoading.scss +1 -1
- package/es/elements/content-sidebar/skills/faces/Faces.scss +1 -1
- package/es/elements/content-sidebar/skills/keywords/Keywords.scss +1 -1
- package/es/elements/content-sidebar/skills/timeline/Timeline.scss +1 -1
- package/es/elements/content-sidebar/skills/timeline/Timeslice.scss +1 -1
- package/es/elements/content-sidebar/skills/transcript/Transcript.scss +1 -1
- package/es/elements/content-sidebar/versions/VersionsItemBadge.scss +1 -1
- package/es/elements/content-uploader/ContentUploader.js +11 -9
- package/es/elements/content-uploader/ContentUploader.js.flow +10 -7
- package/es/elements/content-uploader/ContentUploader.js.map +1 -1
- package/es/elements/content-uploader/Footer.scss +5 -0
- package/es/elements/content-uploader/ItemAction.js +19 -6
- package/es/elements/content-uploader/ItemAction.js.flow +34 -3
- package/es/elements/content-uploader/ItemAction.js.map +1 -1
- package/es/elements/content-uploader/ItemList.js +5 -4
- package/es/elements/content-uploader/ItemList.js.flow +11 -4
- package/es/elements/content-uploader/ItemList.js.map +1 -1
- package/es/elements/content-uploader/UploadsManager.js +8 -6
- package/es/elements/content-uploader/UploadsManager.js.flow +8 -5
- package/es/elements/content-uploader/UploadsManager.js.map +1 -1
- package/es/elements/content-uploader/actionCellRenderer.js +3 -2
- package/es/elements/content-uploader/actionCellRenderer.js.flow +9 -2
- package/es/elements/content-uploader/actionCellRenderer.js.map +1 -1
- package/es/elements/content-uploader/progressCellRenderer.js +7 -3
- package/es/elements/content-uploader/progressCellRenderer.js.flow +6 -3
- package/es/elements/content-uploader/progressCellRenderer.js.map +1 -1
- package/es/features/collaborator-avatars/CollaboratorList.scss +1 -1
- package/es/features/collapsible-sidebar/CollapsibleSidebarLogo.js +3 -3
- package/es/features/collapsible-sidebar/CollapsibleSidebarLogo.js.flow +3 -3
- package/es/features/collapsible-sidebar/CollapsibleSidebarLogo.js.map +1 -1
- package/es/features/content-explorer/content-explorer/ContentExplorer.scss +5 -0
- package/es/features/content-explorer/item-list/ItemList.scss +1 -1
- package/es/features/left-sidebar/styles/LeftSidebarDropWrapper.scss +1 -1
- package/es/features/left-sidebar/styles/LeftSidebarLinkCallout.scss +2 -2
- package/es/features/message-preview-content/styles/PreviewErrorNotification.scss +1 -1
- package/es/features/metadata-based-view/MetadataBasedItemList.scss +1 -1
- package/es/features/metadata-instance-editor/CascadePolicy.scss +2 -2
- package/es/features/metadata-instance-editor/CustomInstanceNewField.scss +1 -1
- package/es/features/metadata-instance-editor/Instance.scss +1 -1
- package/es/features/metadata-instance-editor/TemplateDropdown.scss +4 -4
- package/es/features/query-bar/styles/Condition.scss +4 -4
- package/es/features/query-bar/styles/QueryBarButtons.scss +1 -1
- package/es/features/quick-search/QuickSearch.scss +1 -4
- package/es/features/quick-search/QuickSearchMessage.scss +1 -0
- package/es/features/security/_mixins.scss +1 -1
- package/es/icon/fill/LightningBolt16.js +30 -0
- package/es/icon/fill/LightningBolt16.js.flow +28 -0
- package/es/icon/fill/LightningBolt16.js.map +1 -0
- package/es/icon/fill/LightningBolt16.stories.js +13 -0
- package/es/icon/fill/LightningBolt16.stories.js.map +1 -0
- package/es/icon/line/GenericCopy16.js +30 -0
- package/es/icon/line/GenericCopy16.js.flow +25 -0
- package/es/icon/line/GenericCopy16.js.map +1 -0
- package/es/icon/line/GenericCopy16.stories.js +13 -0
- package/es/icon/line/GenericCopy16.stories.js.map +1 -0
- package/es/src/components/button/Button.d.ts +4 -0
- package/es/src/components/button/Button.stories.d.ts +4 -0
- package/es/src/components/context-menu/__tests__/ContextMenu.stories.test.d.ts +0 -1
- package/es/src/components/date-picker/__tests__/DatePicker.stories.test.d.ts +0 -1
- package/es/src/components/footer-indicator/__tests__/FooterIndicator.stories.test.d.ts +0 -1
- package/es/src/components/guide-tooltip/GuideTooltip.d.ts +3 -1
- package/es/src/components/link/LinkButton.d.ts +2 -1
- package/es/src/components/link/LinkPrimaryButton.d.ts +2 -4
- package/es/src/components/link/stories/LinkButton.stories.d.ts +2 -1
- package/es/src/components/link/stories/LinkPrimaryButton.stories.d.ts +1 -0
- package/es/src/components/plain-button/PlainButton.stories.d.ts +1 -0
- package/es/src/icon/fill/LightningBolt16.d.ts +13 -0
- package/es/src/icon/fill/LightningBolt16.stories.d.ts +9 -0
- package/es/src/icon/line/GenericCopy16.d.ts +13 -0
- package/es/src/icon/line/GenericCopy16.stories.d.ts +9 -0
- package/es/src/styles/variables.d.ts +9 -1
- package/es/styles/_inputs.scss +1 -1
- package/es/styles/_variables.scss +2 -0
- package/es/styles/common/_buttons.scss +61 -11
- package/es/styles/common/_forms.scss +1 -1
- package/es/styles/common/_inline-notifications.scss +3 -1
- package/es/styles/common/_pills.scss +1 -1
- package/es/styles/constants/_buttons.scss +6 -0
- package/es/styles/constants/_layout.scss +3 -1
- package/es/styles/constants/_typography.scss +9 -1
- package/es/styles/mixins/_buttons.scss +15 -0
- package/es/styles/mixins/_overlay.scss +2 -2
- package/es/styles/variables.js +17 -1
- package/es/styles/variables.js.flow +9 -1
- package/es/styles/variables.js.map +1 -1
- package/es/utils/createTheme.stories.js +8 -8
- package/es/utils/createTheme.stories.js.flow +5 -5
- package/es/utils/createTheme.stories.js.map +1 -1
- package/i18n/bn-IN.js +2 -0
- package/i18n/bn-IN.properties +4 -0
- package/i18n/da-DK.js +2 -0
- package/i18n/da-DK.properties +4 -0
- package/i18n/de-DE.js +2 -0
- package/i18n/de-DE.properties +4 -0
- package/i18n/en-AU.js +2 -0
- package/i18n/en-AU.properties +4 -0
- package/i18n/en-CA.js +2 -0
- package/i18n/en-CA.properties +4 -0
- package/i18n/en-GB.js +2 -0
- package/i18n/en-GB.properties +4 -0
- package/i18n/en-US.js +2 -0
- package/i18n/en-US.properties +4 -0
- package/i18n/en-x-pseudo.js +2 -0
- package/i18n/es-419.js +2 -0
- package/i18n/es-419.properties +4 -0
- package/i18n/es-ES.js +2 -0
- package/i18n/es-ES.properties +4 -0
- package/i18n/fi-FI.js +2 -0
- package/i18n/fi-FI.properties +4 -0
- package/i18n/fr-CA.js +2 -0
- package/i18n/fr-CA.properties +4 -0
- package/i18n/fr-FR.js +2 -0
- package/i18n/fr-FR.properties +4 -0
- package/i18n/hi-IN.js +2 -0
- package/i18n/hi-IN.properties +4 -0
- package/i18n/it-IT.js +2 -0
- package/i18n/it-IT.properties +4 -0
- package/i18n/ja-JP.js +5 -3
- package/i18n/ja-JP.properties +7 -3
- package/i18n/ko-KR.js +2 -0
- package/i18n/ko-KR.properties +4 -0
- package/i18n/nb-NO.js +2 -0
- package/i18n/nb-NO.properties +4 -0
- package/i18n/nl-NL.js +2 -0
- package/i18n/nl-NL.properties +4 -0
- package/i18n/pl-PL.js +2 -0
- package/i18n/pl-PL.properties +4 -0
- package/i18n/pt-BR.js +2 -0
- package/i18n/pt-BR.properties +4 -0
- package/i18n/ru-RU.js +2 -0
- package/i18n/ru-RU.properties +4 -0
- package/i18n/sv-SE.js +2 -0
- package/i18n/sv-SE.properties +4 -0
- package/i18n/tr-TR.js +2 -0
- package/i18n/tr-TR.properties +4 -0
- package/i18n/zh-CN.js +2 -0
- package/i18n/zh-CN.properties +4 -0
- package/i18n/zh-TW.js +2 -0
- package/i18n/zh-TW.properties +4 -0
- package/package.json +1 -1
- package/src/components/avatar/__tests__/__image_snapshots__/avatar-stories-test-tsx-components-avatar-avatar-looks-visually-correct-when-using-story-components-avatar-large-1-snap.png +0 -0
- package/src/components/avatar/__tests__/__image_snapshots__/avatar-stories-test-tsx-components-avatar-avatar-looks-visually-correct-when-using-story-components-avatar-regular-1-snap.png +0 -0
- package/src/components/avatar/__tests__/__image_snapshots__/avatar-stories-test-tsx-components-avatar-avatar-looks-visually-correct-when-using-story-components-avatar-small-1-snap.png +0 -0
- package/src/components/avatar/__tests__/__image_snapshots__/avatar-stories-test-tsx-components-avatar-avatar-looks-visually-correct-when-using-story-components-avatar-with-multiple-avatars-1-snap.png +0 -0
- package/src/components/avatar/__tests__/__image_snapshots__/avatar-stories-test-tsx-components-avatar-avatar-looks-visually-correct-when-using-story-components-avatar-with-url-fallback-to-initials-1-snap.png +0 -0
- package/src/components/badge/Badge.scss +1 -1
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-alert-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-beta-badge-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-error-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-highlight-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-info-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-regular-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-success-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-trial-badge-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-upgrade-badge-1-snap.png +0 -0
- package/src/components/badge/__tests__/__image_snapshots__/badge-stories-test-tsx-components-badge-badge-looks-visually-correct-when-using-story-components-badge-warning-1-snap.png +0 -0
- package/src/components/breadcrumb/__tests__/__image_snapshots__/breadcrumb-stories-test-js-components-breadcrumb-breadcrumb-looks-visually-correct-when-using-story-components-breadcrumb-regular-1-snap.png +0 -0
- package/src/components/breadcrumb/__tests__/__image_snapshots__/breadcrumb-stories-test-js-components-breadcrumb-breadcrumb-looks-visually-correct-when-using-story-components-breadcrumb-with-multiple-crumbs-1-snap.png +0 -0
- package/src/components/button/Button.js.flow +4 -0
- package/src/components/button/Button.stories.tsx +72 -12
- package/src/components/button/Button.tsx +29 -2
- package/src/components/button/__tests__/Button.stories.test.tsx +10 -7
- package/src/components/button/__tests__/Button.test.tsx +31 -0
- package/src/components/button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-buttons-button-disabled-1-snap.png +0 -0
- package/src/components/button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-buttons-button-icon-and-text-button-1-snap.png +0 -0
- package/src/components/button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-buttons-button-icon-button-1-snap.png +0 -0
- package/src/components/button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-buttons-button-large-1-snap.png +0 -0
- package/src/components/button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-buttons-button-regular-1-snap.png +0 -0
- package/src/components/button/__tests__/__snapshots__/Button.test.tsx.snap +22 -0
- package/src/components/button-group/ButtonGroup.scss +5 -5
- package/src/components/button-group/ButtonGroup.stories.tsx +1 -1
- package/src/components/category-selector/__tests__/__image_snapshots__/category-selector-stories-test-tsx-components-category-selector-category-selector-looks-visually-correct-when-using-story-components-categoryselector-basic-1-snap.png +0 -0
- package/src/components/category-selector/__tests__/__image_snapshots__/category-selector-stories-test-tsx-components-category-selector-category-selector-looks-visually-correct-when-using-story-components-categoryselector-with-dropdown-1-snap.png +0 -0
- package/src/components/checkbox/__tests__/__image_snapshots__/checkbox-stories-test-tsx-components-checkbox-checkbox-looks-visually-correct-when-using-story-components-checkbox-basic-1-snap.png +0 -0
- package/src/components/checkbox/__tests__/__image_snapshots__/checkbox-stories-test-tsx-components-checkbox-checkbox-looks-visually-correct-when-using-story-components-checkbox-controlled-1-snap.png +0 -0
- package/src/components/checkbox/__tests__/__image_snapshots__/checkbox-stories-test-tsx-components-checkbox-checkbox-looks-visually-correct-when-using-story-components-checkbox-disabled-1-snap.png +0 -0
- package/src/components/checkbox/__tests__/__image_snapshots__/checkbox-stories-test-tsx-components-checkbox-checkbox-looks-visually-correct-when-using-story-components-checkbox-with-subsection-1-snap.png +0 -0
- package/src/components/checkbox/__tests__/__image_snapshots__/checkbox-stories-test-tsx-components-checkbox-checkbox-looks-visually-correct-when-using-story-components-checkbox-with-tooltip-1-snap.png +0 -0
- package/src/components/collapsible/__tests__/__image_snapshots__/collapsible-stories-test-tsx-components-collapsible-collapsible-collapses-content-for-story-components-collapsible-with-border-1-snap.png +0 -0
- package/src/components/collapsible/__tests__/__image_snapshots__/collapsible-stories-test-tsx-components-collapsible-collapsible-collapses-content-for-story-components-collapsible-with-button-in-header-1-snap.png +0 -0
- package/src/components/collapsible/__tests__/__image_snapshots__/collapsible-stories-test-tsx-components-collapsible-collapsible-collapses-content-for-story-components-collapsible-without-border-1-snap.png +0 -0
- package/src/components/collapsible/__tests__/__image_snapshots__/collapsible-stories-test-tsx-components-collapsible-collapsible-looks-visually-correct-when-using-story-components-collapsible-with-border-1-snap.png +0 -0
- package/src/components/collapsible/__tests__/__image_snapshots__/collapsible-stories-test-tsx-components-collapsible-collapsible-looks-visually-correct-when-using-story-components-collapsible-with-button-in-header-1-snap.png +0 -0
- package/src/components/collapsible/__tests__/__image_snapshots__/collapsible-stories-test-tsx-components-collapsible-collapsible-looks-visually-correct-when-using-story-components-collapsible-without-border-1-snap.png +0 -0
- package/src/components/context-menu/__tests__/ContextMenu.stories.test.tsx +1 -6
- package/src/components/context-menu/__tests__/__image_snapshots__/context-menu-stories-test-tsx-components-context-menu-context-menu-looks-visually-correct-when-right-clicking-on-story-components-contextmenu-basic-1-snap.png +0 -0
- package/src/components/context-menu/__tests__/__image_snapshots__/context-menu-stories-test-tsx-components-context-menu-context-menu-looks-visually-correct-when-right-clicking-on-story-components-contextmenu-with-submenu-1-snap.png +0 -0
- package/src/components/context-menu/__tests__/__image_snapshots__/context-menu-stories-test-tsx-components-context-menu-context-menu-looks-visually-correct-when-using-story-components-contextmenu-basic-1-snap.png +0 -0
- package/src/components/context-menu/__tests__/__image_snapshots__/context-menu-stories-test-tsx-components-context-menu-context-menu-looks-visually-correct-when-using-story-components-contextmenu-with-submenu-1-snap.png +0 -0
- package/src/components/count-badge/__tests__/__image_snapshots__/count-badge-stories-test-tsx-components-count-badge-count-badge-looks-visually-correct-when-using-story-components-countbadge-with-html-symbol-1-1-snap.png +0 -0
- package/src/components/count-badge/__tests__/__image_snapshots__/count-badge-stories-test-tsx-components-count-badge-count-badge-looks-visually-correct-when-using-story-components-countbadge-with-html-symbol-2-1-snap.png +0 -0
- package/src/components/count-badge/__tests__/__image_snapshots__/count-badge-stories-test-tsx-components-count-badge-count-badge-looks-visually-correct-when-using-story-components-countbadge-without-animation-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/DatePicker.stories.test.tsx +2 -10
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-allows-editing-in-story-components-datepicker-manually-editable-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-allows-keyboard-selection-in-components-datepicker-always-visible-with-custom-input-field-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-closes-calendar-and-clears-date-for-components-datepicker-basic-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-always-visible-with-custom-input-field-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-basic-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-custom-error-tooltip-position-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-disabled-with-error-message-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-manually-editable-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-with-description-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-with-limited-date-range-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-looks-visually-correct-when-using-story-components-datepicker-with-range-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-reflects-changes-in-components-datepicker-always-visible-with-custom-input-field-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-shows-calendar-and-date-for-components-datepicker-basic-1-snap.png +0 -0
- package/src/components/date-picker/__tests__/__image_snapshots__/date-picker-stories-test-tsx-components-date-picker-date-picker-shows-limited-range-in-components-datepicker-with-limited-date-range-1-snap.png +0 -0
- package/src/components/date-picker/_pikaday.scss +2 -1
- package/src/components/draft-js-editor/DraftJSEditor.scss +1 -1
- package/src/components/draft-js-editor/__tests__/__image_snapshots__/draft-js-editor-stories-test-js-components-draft-js-editor-draft-js-editor-looks-visually-correct-when-typing-1-snap.png +0 -0
- package/src/components/draft-js-editor/__tests__/__image_snapshots__/draft-js-editor-stories-test-js-components-draft-js-editor-draft-js-editor-looks-visually-correct-when-using-story-components-draftjseditor-basic-1-snap.png +0 -0
- package/src/components/draggable-list/__tests__/__image_snapshots__/draggable-list-stories-test-tsx-components-draggable-list-draggable-list-looks-correct-when-using-story-components-draggablelist-example-1-snap.png +0 -0
- package/src/components/dropdown-menu/__tests__/__image_snapshots__/dropdown-menu-stories-test-js-components-dropdown-menu-dropdown-menu-looks-visually-correct-when-button-is-clicked-in-story-components-dropdownmenu-basic-1-snap.png +0 -0
- package/src/components/dropdown-menu/__tests__/__image_snapshots__/dropdown-menu-stories-test-js-components-dropdown-menu-dropdown-menu-looks-visually-correct-when-button-is-clicked-in-story-components-dropdownmenu-with-link-menu-1-snap.png +0 -0
- package/src/components/dropdown-menu/__tests__/__image_snapshots__/dropdown-menu-stories-test-js-components-dropdown-menu-dropdown-menu-looks-visually-correct-when-using-story-components-dropdownmenu-with-link-menu-1-snap.png +0 -0
- package/src/components/error-mask/ErrorMask.scss +1 -1
- package/src/components/error-mask/__tests__/__image_snapshots__/error-mask-stories-test-tsx-components-error-mask-error-mask-looks-visually-correct-when-using-story-s-1-snap.png +0 -0
- package/src/components/fieldset/__tests__/__image_snapshots__/fieldset-stories-test-tsx-components-fieldset-fieldset-looks-visually-correct-when-using-story-components-fieldset-basic-1-snap.png +0 -0
- package/src/components/flyout/Flyout.scss +1 -1
- package/src/components/footer-indicator/FooterIndicator.scss +1 -1
- package/src/components/footer-indicator/__tests__/FooterIndicator.stories.test.tsx +1 -6
- package/src/components/footer-indicator/__tests__/__image_snapshots__/footer-indicator-stories-test-tsx-components-footer-indicator-footer-indicator-displays-tooltip-on-hover-for-story-components-footerindicator-regular-1-snap.png +0 -0
- package/src/components/footer-indicator/__tests__/__image_snapshots__/footer-indicator-stories-test-tsx-components-footer-indicator-footer-indicator-displays-tooltip-on-hover-for-story-components-footerindicator-with-truncated-text-1-snap.png +0 -0
- package/src/components/footer-indicator/__tests__/__image_snapshots__/footer-indicator-stories-test-tsx-components-footer-indicator-footer-indicator-looks-visually-correct-when-using-story-components-footerindicator-regular-1-snap.png +0 -0
- package/src/components/footer-indicator/__tests__/__image_snapshots__/footer-indicator-stories-test-tsx-components-footer-indicator-footer-indicator-looks-visually-correct-when-using-story-components-footerindicator-with-truncated-text-1-snap.png +0 -0
- package/src/components/form-elements/draft-js-mention-selector/MentionSelector.scss +10 -1
- package/src/components/form-elements/form/__tests__/__image_snapshots__/form-stories-test-js-components-form-elements-form-form-does-not-show-a-custom-validation-error-1-snap.png +0 -0
- package/src/components/form-elements/form/__tests__/__image_snapshots__/form-stories-test-js-components-form-elements-form-form-does-not-show-an-email-validation-error-1-snap.png +0 -0
- package/src/components/form-elements/form/__tests__/__image_snapshots__/form-stories-test-js-components-form-elements-form-form-looks-visually-correct-when-using-story-components-form-elements-form-basic-1-snap.png +0 -0
- package/src/components/form-elements/form/__tests__/__image_snapshots__/form-stories-test-js-components-form-elements-form-form-shows-a-custom-validation-error-1-snap.png +0 -0
- package/src/components/form-elements/form/__tests__/__image_snapshots__/form-stories-test-js-components-form-elements-form-form-shows-a-required-field-error-1-snap.png +0 -0
- package/src/components/form-elements/form/__tests__/__image_snapshots__/form-stories-test-js-components-form-elements-form-form-shows-an-email-validation-error-1-snap.png +0 -0
- package/src/components/form-elements/text-area/__tests__/__image_snapshots__/text-area-stories-test-js-components-form-elements-text-area-text-area-looks-visually-correct-when-using-story-components-form-elements-textarea-basic-1-snap.png +0 -0
- package/src/components/form-elements/text-area/__tests__/__image_snapshots__/text-area-stories-test-js-components-form-elements-text-area-text-area-looks-visually-correct-when-using-story-components-form-elements-textarea-with-validation-1-snap.png +0 -0
- package/src/components/form-elements/text-area/__tests__/__image_snapshots__/text-area-stories-test-js-components-form-elements-text-area-text-area-shows-text-after-typing-1-snap.png +0 -0
- package/src/components/form-elements/text-area/__tests__/__image_snapshots__/text-area-stories-test-js-components-form-elements-text-area-text-area-validates-text-when-given-input-abcde-1-snap.png +0 -0
- package/src/components/form-elements/text-area/__tests__/__image_snapshots__/text-area-stories-test-js-components-form-elements-text-area-text-area-validates-text-when-given-input-www-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-displays-abcde-when-given-abcde-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-displays-abcde-when-given-abcdef-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-does-not-show-a-custom-validation-error-for-box-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-does-not-show-a-url-validation-error-for-http-www-box-com-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-does-not-show-a-url-validation-error-for-https-www-box-com-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-basic-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-disabled-input-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-url-input-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-with-custom-validation-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-with-hidden-label-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-with-maximum-length-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-with-minimum-length-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-looks-visually-correct-when-using-story-components-form-elements-textinput-with-tooltip-on-hover-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-shows-a-custom-validation-error-for-notbox-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-shows-a-url-validation-error-for-www-box-com-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-shows-a-url-validation-error-for-zyxwv-1-snap.png +0 -0
- package/src/components/form-elements/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-form-elements-text-input-text-input-shows-min-length-error-for-a-1-snap.png +0 -0
- package/src/components/ghost/__tests__/__image_snapshots__/ghost-stories-test-tsx-components-ghost-ghost-looks-visually-correct-when-using-story-components-ghost-regular-1-snap.png +0 -0
- package/src/components/guide-tooltip/GuideTooltip.js.flow +3 -0
- package/src/components/guide-tooltip/GuideTooltip.scss +14 -1
- package/src/components/guide-tooltip/GuideTooltip.tsx +4 -0
- package/src/components/guide-tooltip/__tests__/GuideTooltip.test.js +61 -7
- package/src/components/header/__tests__/__image_snapshots__/header-stories-test-tsx-components-header-header-looks-visually-correct-when-using-story-components-header-regular-1-snap.png +0 -0
- package/src/components/hotkeys/HotkeyHelpModal.scss +1 -1
- package/src/components/image-tooltip/__tests__/__image_snapshots__/image-tooltip-stories-test-tsx-components-image-tooltip-image-tooltip-looks-visually-correct-when-using-story-components-imagetooltip-basic-1-snap.png +0 -0
- package/src/components/label/__tests__/__image_snapshots__/label-stories-test-tsx-components-label-label-looks-visually-correct-when-using-story-components-label-basic-1-snap.png +0 -0
- package/src/components/label/__tests__/__image_snapshots__/label-stories-test-tsx-components-label-label-looks-visually-correct-when-using-story-components-label-with-info-tooltip-1-snap.png +0 -0
- package/src/components/label/__tests__/__image_snapshots__/label-stories-test-tsx-components-label-label-looks-visually-correct-when-using-story-components-label-with-optional-text-1-snap.png +0 -0
- package/src/components/link/LinkButton.tsx +4 -2
- package/src/components/link/LinkPrimaryButton.tsx +2 -4
- package/src/components/link/__tests__/Link.test.tsx +15 -0
- package/src/components/link/__tests__/LinkButton.stories.test.tsx +8 -7
- package/src/components/link/__tests__/LinkPrimaryButton.stories.test.tsx +1 -0
- package/src/components/link/__tests__/__image_snapshots__/link-button-stories-test-tsx-components-link-link-button-looks-visually-correct-when-using-story-components-links-linkbutton-basic-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-button-stories-test-tsx-components-link-link-button-looks-visually-correct-when-using-story-components-links-linkbutton-large-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-button-stories-test-tsx-components-link-link-button-looks-visually-correct-when-using-story-components-links-linkbutton-with-custom-component-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-group-stories-test-tsx-components-link-link-group-looks-visually-correct-when-using-story-components-links-linkgroup-basic-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-primary-button-stories-test-tsx-components-link-link-primary-button-looks-visually-correct-when-using-story-components-links-linkprimarybutton-basic-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-primary-button-stories-test-tsx-components-link-link-primary-button-looks-visually-correct-when-using-story-components-links-linkprimarybutton-large-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-primary-button-stories-test-tsx-components-link-link-primary-button-looks-visually-correct-when-using-story-components-links-linkprimarybutton-with-custom-component-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-stories-test-tsx-components-link-link-looks-visually-correct-when-using-story-components-links-link-basic-1-snap.png +0 -0
- package/src/components/link/__tests__/__image_snapshots__/link-stories-test-tsx-components-link-link-looks-visually-correct-when-using-story-components-links-link-with-custom-component-1-snap.png +0 -0
- package/src/components/link/stories/LinkButton.stories.tsx +15 -1
- package/src/components/link/stories/LinkPrimaryButton.stories.tsx +13 -1
- package/src/components/loading-indicator/Crawler.scss +1 -1
- package/src/components/media/__tests__/__image_snapshots__/media-stories-test-tsx-components-media-media-looks-visually-correct-when-using-story-components-media-media-example-1-snap.png +0 -0
- package/src/components/media/__tests__/__image_snapshots__/media-stories-test-tsx-components-media-media-looks-visually-correct-when-using-story-components-media-media-with-form-elements-1-snap.png +0 -0
- package/src/components/media/__tests__/__image_snapshots__/media-stories-test-tsx-components-media-media-looks-visually-correct-when-using-story-components-media-media-with-nested-components-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/menu-stories-test-tsx-components-menu-menu-displays-a-submenu-on-hover-in-story-components-menu-with-submenu-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/menu-stories-test-tsx-components-menu-menu-displays-a-submenu-on-hover-in-story-components-menu-with-submenu-flip-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/menu-stories-test-tsx-components-menu-menu-looks-visually-correct-when-using-story-components-menu-with-child-on-resize-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/menu-stories-test-tsx-components-menu-menu-looks-visually-correct-when-using-story-components-menu-with-select-menu-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/menu-stories-test-tsx-components-menu-menu-looks-visually-correct-when-using-story-components-menu-with-submenu-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/menu-stories-test-tsx-components-menu-menu-looks-visually-correct-when-using-story-components-menu-with-submenu-flip-1-snap.png +0 -0
- package/src/components/menu/__tests__/__image_snapshots__/select-menu-link-item-stories-test-tsx-components-menu-select-menu-link-item-looks-visually-correct-when-using-story-components-selectmenulinkitem-basic-1-snap.png +0 -0
- package/src/components/modal/Modal.scss +5 -2
- package/src/components/modal/ModalDialog.js +1 -1
- package/src/components/modal/__tests__/__image_snapshots__/modal-actions-stories-test-js-components-modal-modal-actions-looks-visually-correct-when-using-story-components-modalactions-basic-1-snap.png +0 -0
- package/src/components/modal/__tests__/__image_snapshots__/modal-dialog-stories-test-js-components-modal-modal-dialog-looks-visually-correct-when-using-story-components-modaldialog-basic-1-snap.png +0 -0
- package/src/components/modal/__tests__/__image_snapshots__/modal-stories-test-js-components-modal-modal-looks-visually-correct-when-button-is-clicked-in-story-components-modal-basic-1-snap.png +0 -0
- package/src/components/modal/__tests__/__image_snapshots__/modal-stories-test-js-components-modal-modal-looks-visually-correct-when-button-is-clicked-in-story-components-modal-with-custom-backdrop-click-handler-1-snap.png +0 -0
- package/src/components/modal/__tests__/__image_snapshots__/modal-stories-test-js-components-modal-modal-looks-visually-correct-when-using-story-components-modal-basic-1-snap.png +0 -0
- package/src/components/modal/__tests__/__image_snapshots__/modal-stories-test-js-components-modal-modal-looks-visually-correct-when-using-story-components-modal-with-custom-backdrop-click-handler-1-snap.png +0 -0
- package/src/components/notification/Notification.js +11 -13
- package/src/components/notification/Notification.scss +17 -12
- package/src/components/notification/__tests__/Notification.test.js +9 -9
- package/src/components/notification/__tests__/__image_snapshots__/notification-stories-test-js-components-notification-notification-looks-visually-correct-when-using-story-components-notifications-notification-basic-1-snap.png +0 -0
- package/src/components/notification/__tests__/__image_snapshots__/notification-stories-test-js-components-notification-notification-looks-visually-correct-when-using-story-components-notifications-notification-error-1-snap.png +0 -0
- package/src/components/notification/__tests__/__image_snapshots__/notification-stories-test-js-components-notification-notification-looks-visually-correct-when-using-story-components-notifications-notification-info-1-snap.png +0 -0
- package/src/components/notification/__tests__/__image_snapshots__/notification-stories-test-js-components-notification-notification-looks-visually-correct-when-using-story-components-notifications-notification-warn-1-snap.png +0 -0
- package/src/components/notification/__tests__/__image_snapshots__/notifications-wrapper-stories-test-js-components-notification-notifications-wrapper-looks-visually-correct-when-using-story-components-notifications-notificationswrapper-example-1-snap.png +0 -0
- package/src/components/notification/__tests__/__image_snapshots__/notifications-wrapper-stories-test-js-components-notification-notifications-wrapper-shows-a-persistent-notification-1-snap.png +0 -0
- package/src/components/notification/__tests__/__image_snapshots__/notifications-wrapper-stories-test-js-components-notification-notifications-wrapper-shows-a-timed-notification-1-snap.png +0 -0
- package/src/components/nudge/__tests__/__image_snapshots__/nudge-stories-test-tsx-components-nudge-nudge-looks-visually-correct-when-using-story-components-nudge-regular-1-snap.png +0 -0
- package/src/components/pill-selector-dropdown/PillSelector.scss +1 -1
- package/src/components/pill-selector-dropdown/__tests__/__image_snapshots__/pill-selector-dropdown-stories-test-js-components-pill-selector-dropdown-pill-selector-dropdown-looks-visually-correct-when-typing-1-snap.png +0 -0
- package/src/components/pill-selector-dropdown/__tests__/__image_snapshots__/pill-selector-dropdown-stories-test-js-components-pill-selector-dropdown-pill-selector-dropdown-looks-visually-correct-when-using-story-components-pillselectordropdown-custom-pill-styles-1-snap.png +0 -0
- package/src/components/pill-selector-dropdown/__tests__/__image_snapshots__/pill-selector-dropdown-stories-test-js-components-pill-selector-dropdown-pill-selector-dropdown-looks-visually-correct-when-using-story-components-pillselectordropdown-empty-1-snap.png +0 -0
- package/src/components/pill-selector-dropdown/__tests__/__image_snapshots__/pill-selector-dropdown-stories-test-js-components-pill-selector-dropdown-pill-selector-dropdown-looks-visually-correct-when-using-story-components-pillselectordropdown-show-avatars-1-snap.png +0 -0
- package/src/components/pill-selector-dropdown/__tests__/__image_snapshots__/pill-selector-dropdown-stories-test-js-components-pill-selector-dropdown-pill-selector-dropdown-looks-visually-correct-when-using-story-components-pillselectordropdown-show-rounded-pills-1-snap.png +0 -0
- package/src/components/pill-selector-dropdown/__tests__/__image_snapshots__/pill-selector-dropdown-stories-test-js-components-pill-selector-dropdown-pill-selector-dropdown-looks-visually-correct-when-using-story-components-pillselectordropdown-with-pills-1-snap.png +0 -0
- package/src/components/plain-button/PlainButton.stories.tsx +96 -1
- package/src/components/plain-button/__tests__/PlainButton.stories.test.tsx +1 -1
- package/src/components/{button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-button-disabled-1-snap.png → plain-button/__tests__/__image_snapshots__/plain-button-stories-test-tsx-components-plain-button-plain-button-looks-visually-correct-when-using-story-components-buttons-plainbutton-disabled-1-snap.png} +0 -0
- package/src/components/{button/__tests__/__image_snapshots__/button-stories-test-tsx-components-button-button-looks-visually-correct-when-using-story-components-button-regular-1-snap.png → plain-button/__tests__/__image_snapshots__/plain-button-stories-test-tsx-components-plain-button-plain-button-looks-visually-correct-when-using-story-components-buttons-plainbutton-regular-1-snap.png} +0 -0
- package/src/components/primary-button/PrimaryButton.stories.tsx +1 -1
- package/src/components/primary-button/__tests__/PrimaryButton.stories.test.tsx +1 -1
- package/src/components/primary-button/__tests__/__image_snapshots__/primary-button-stories-test-tsx-components-primary-button-primary-button-looks-visually-correct-when-using-story-components-buttons-primarybutton-disabled-1-snap.png +0 -0
- package/src/components/primary-button/__tests__/__image_snapshots__/primary-button-stories-test-tsx-components-primary-button-primary-button-looks-visually-correct-when-using-story-components-buttons-primarybutton-regular-1-snap.png +0 -0
- package/src/components/radio/__tests__/RadioGroup.stories.test.tsx +1 -1
- package/src/components/radio/__tests__/__image_snapshots__/radio-button-stories-test-tsx-components-radio-radio-button-looks-visually-correct-when-using-story-components-radio-radiobutton-basic-1-snap.png +0 -0
- package/src/components/radio/__tests__/__image_snapshots__/radio-button-stories-test-tsx-components-radio-radio-button-looks-visually-correct-when-using-story-components-radio-radiobutton-disabled-1-snap.png +0 -0
- package/src/components/radio/__tests__/__image_snapshots__/radio-group-stories-test-tsx-components-radio-radio-button-looks-visually-correct-when-using-story-components-radio-radiogroup-basic-1-snap.png +0 -0
- package/src/components/radio/__tests__/__image_snapshots__/radio-group-stories-test-tsx-components-radio-radio-button-selects-a-radio-button-1-snap.png +0 -0
- package/src/components/section/__tests__/__image_snapshots__/section-stories-test-tsx-components-section-section-looks-visually-correct-when-using-story-components-section-basic-1-snap.png +0 -0
- package/src/components/select/__tests__/__image_snapshots__/select-stories-test-js-components-select-select-looks-visually-correct-when-using-story-components-select-basic-1-snap.png +0 -0
- package/src/components/select/__tests__/__image_snapshots__/select-stories-test-js-components-select-select-looks-visually-correct-when-using-story-components-select-disabled-1-snap.png +0 -0
- package/src/components/select/__tests__/__image_snapshots__/select-stories-test-js-components-select-select-looks-visually-correct-when-using-story-components-select-with-error-message-1-snap.png +0 -0
- package/src/components/select/__tests__/__image_snapshots__/select-stories-test-js-components-select-select-looks-visually-correct-when-using-story-components-select-with-error-outline-1-snap.png +0 -0
- package/src/components/select-button/__tests__/__image_snapshots__/select-button-stories-test-js-components-select-button-select-button-looks-visually-correct-when-using-story-components-selectbutton-disabled-1-snap.png +0 -0
- package/src/components/select-button/__tests__/__image_snapshots__/select-button-stories-test-js-components-select-button-select-button-looks-visually-correct-when-using-story-components-selectbutton-regular-1-snap.png +0 -0
- package/src/components/select-button/__tests__/__image_snapshots__/select-button-stories-test-js-components-select-button-select-button-looks-visually-correct-when-using-story-components-selectbutton-with-error-1-snap.png +0 -0
- package/src/components/select-field/SelectField.scss +3 -0
- package/src/components/select-field/SingleSelectField.md +31 -0
- package/src/components/selector-dropdown/SelectorDropdown.scss +5 -0
- package/src/components/selector-dropdown/SelectorDropdown.stories.js +16 -0
- package/src/components/selector-dropdown/{README.md → SelectorDropdown.stories.md} +0 -9
- package/src/components/selector-dropdown/__tests__/SelectorDropdown.stories.test.js +6 -0
- package/src/components/selector-dropdown/__tests__/__image_snapshots__/selector-dropdown-stories-test-js-components-select-select-looks-visually-correct-when-using-story-components-selectordropdown-basic-1-snap.png +0 -0
- package/src/components/sidebar-toggle-button/__tests__/__image_snapshots__/sidebar-toggle-button-stories-test-js-components-sidebar-toggle-button-sidebar-toggle-button-looks-visually-correct-when-using-story-components-sidebartogglebutton-closed-1-snap.png +0 -0
- package/src/components/tab-view/Tabs.scss +1 -0
- package/src/components/tab-view/__tests__/__image_snapshots__/tab-view-stories-test-js-components-tab-view-tab-view-looks-visually-correct-when-using-story-components-tabview-basic-1-snap.png +0 -0
- package/src/components/tab-view/__tests__/__image_snapshots__/tab-view-stories-test-js-components-tab-view-tab-view-looks-visually-correct-when-using-story-components-tabview-dynamic-1-snap.png +0 -0
- package/src/components/tab-view/__tests__/__image_snapshots__/tab-view-stories-test-js-components-tab-view-tab-view-looks-visually-correct-when-using-story-components-tabview-dynamic-with-links-1-snap.png +0 -0
- package/src/components/tab-view/__tests__/__image_snapshots__/tab-view-stories-test-js-components-tab-view-tab-view-looks-visually-correct-when-using-story-components-tabview-with-callback-1-snap.png +0 -0
- package/src/components/tab-view/__tests__/__image_snapshots__/tab-view-stories-test-js-components-tab-view-tab-view-looks-visually-correct-when-using-story-components-tabview-with-link-1-snap.png +0 -0
- package/src/components/tab-view/__tests__/__image_snapshots__/tab-view-stories-test-js-components-tab-view-tab-view-shows-new-content-after-clicking-on-a-new-tab-1-snap.png +0 -0
- package/src/components/text-area/TextArea.js +4 -0
- package/src/components/text-area/__tests__/TextArea.test.js +11 -0
- package/src/components/text-area/__tests__/__snapshots__/TextArea.test.js.snap +8 -8
- package/src/components/text-input/TextInput.js +10 -1
- package/src/components/text-input/__tests__/TextInput.test.js +11 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-clears-required-tooltip-after-entering-text-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-basic-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-error-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-required-with-on-change-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-valid-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-with-description-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-with-long-breakable-strings-1-snap.png +0 -0
- package/src/components/text-input/__tests__/__image_snapshots__/text-input-stories-test-js-components-text-input-text-input-looks-visually-correct-when-using-story-components-textinput-with-long-unbreakable-strings-1-snap.png +0 -0
- package/src/components/text-input-with-copy-button/__tests__/__image_snapshots__/text-input-with-copy-button-stories-test-js-components-text-input-with-copy-button-text-input-with-copy-button-looks-visually-correct-when-using-story-components-textinputwithcopybutton-example-1-snap.png +0 -0
- package/src/components/text-input-with-copy-button/__tests__/__image_snapshots__/text-input-with-copy-button-stories-test-js-components-text-input-with-copy-button-text-input-with-copy-button-updates-copy-button-on-click-1-snap.png +0 -0
- package/src/components/thumbnail-card/ThumbnailCard.scss +1 -1
- package/src/components/thumbnail-card/__tests__/__image_snapshots__/thumbnail-card-stories-test-js-components-thumbnail-card-thumbnail-card-looks-visually-correct-when-using-story-components-thumbnailcard-basic-1-snap.png +0 -0
- package/src/components/thumbnail-card/__tests__/__image_snapshots__/thumbnail-card-stories-test-js-components-thumbnail-card-thumbnail-card-looks-visually-correct-when-using-story-components-thumbnailcard-highlight-on-hover-1-snap.png +0 -0
- package/src/components/thumbnail-card/__tests__/__image_snapshots__/thumbnail-card-stories-test-js-components-thumbnail-card-thumbnail-card-should-show-a-blue-border-when-the-card-is-hovered-1-snap.png +0 -0
- package/src/components/thumbnail-card/__tests__/__image_snapshots__/thumbnail-card-stories-test-js-components-thumbnail-card-thumbnail-card-should-show-an-orange-border-when-the-card-is-hovered-and-focused-1-snap.png +0 -0
- package/src/components/time-input/__tests__/TimeInput.stories.test.tsx +7 -11
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-looks-correct-when-using-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-looks-correct-when-using-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-sets-a-valid-date-based-on-input-after-blur-for-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-sets-a-valid-date-based-on-input-after-blur-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-sets-a-valid-date-based-on-input-after-change-for-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-sets-a-valid-date-based-on-input-after-change-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-an-error-for-empty-input-after-blur-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-an-error-for-empty-input-after-change-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-an-error-for-invalid-input-after-blur-for-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-an-error-for-invalid-input-after-blur-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-an-error-for-invalid-input-after-change-for-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-an-error-for-invalid-input-after-change-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-default-time-for-empty-input-after-blur-for-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-default-time-for-empty-input-after-change-for-story-components-timeinput-optional-1-snap.png +0 -0
- package/src/components/time-input/__tests__/__image_snapshots__/time-input-stories-test-tsx-components-time-input-time-input-shows-default-time-for-empty-input-after-change-for-story-components-timeinput-required-1-snap.png +0 -0
- package/src/components/toggle/__tests__/__image_snapshots__/toggle-stories-test-js-components-toggle-toggle-looks-visually-correct-when-using-story-components-toggle-basic-1-snap.png +0 -0
- package/src/components/toggle/__tests__/__image_snapshots__/toggle-stories-test-js-components-toggle-toggle-looks-visually-correct-when-using-story-components-toggle-controlled-1-snap.png +0 -0
- package/src/components/toggle/__tests__/__image_snapshots__/toggle-stories-test-js-components-toggle-toggle-looks-visually-correct-when-using-story-components-toggle-disabled-1-snap.png +0 -0
- package/src/components/toggle/__tests__/__image_snapshots__/toggle-stories-test-js-components-toggle-toggle-looks-visually-correct-when-using-story-components-toggle-right-aligned-1-snap.png +0 -0
- package/src/components/tooltip/Tooltip.scss +3 -3
- package/src/components/tooltip/__tests__/Tooltip.stories.test.tsx +1 -1
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-attached-to-disabled-button-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-is-shown-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-positioning-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-themes-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-with-close-button-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-with-disabled-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-with-long-text-1-snap.png +0 -0
- package/src/components/tooltip/__tests__/__image_snapshots__/tooltip-stories-test-tsx-components-tooltip-tooltip-looks-visually-correct-when-using-story-components-tooltip-with-offset-1-snap.png +0 -0
- package/src/elements/common/messages.js +10 -0
- package/src/elements/common/modal.scss +4 -1
- package/src/elements/content-explorer/ShareDialog.scss +2 -2
- package/src/elements/content-explorer/__tests__/__image_snapshots__/share-dialog-stories-test-js-elements-content-explorer-share-dialog-looks-visually-correct-when-using-story-elements-contentexplorer-sharedialog-share-dialog-1-snap.png +0 -0
- package/src/elements/content-sidebar/activity-feed/task-form/TaskForm.js +3 -2
- package/src/elements/content-sidebar/activity-feed/task-form/TaskForm.scss +0 -15
- package/src/elements/content-sidebar/activity-feed/task-form/__tests__/TaskForm.test.js +2 -2
- package/src/elements/content-sidebar/activity-feed/task-form/__tests__/__snapshots__/TaskForm.test.js.snap +1 -151
- package/src/elements/content-sidebar/activity-feed/version/Version.scss +1 -1
- package/src/elements/content-sidebar/additional-tabs/AdditionalTabsLoading.scss +1 -1
- package/src/elements/content-sidebar/skills/faces/Faces.scss +1 -1
- package/src/elements/content-sidebar/skills/keywords/Keywords.scss +1 -1
- package/src/elements/content-sidebar/skills/timeline/Timeline.scss +1 -1
- package/src/elements/content-sidebar/skills/timeline/Timeslice.scss +1 -1
- package/src/elements/content-sidebar/skills/transcript/Transcript.scss +1 -1
- package/src/elements/content-sidebar/versions/VersionsItemBadge.scss +1 -1
- package/src/elements/content-uploader/ContentUploader.js +10 -7
- package/src/elements/content-uploader/Footer.scss +5 -0
- package/src/elements/content-uploader/ItemAction.js +34 -3
- package/src/elements/content-uploader/ItemList.js +11 -4
- package/src/elements/content-uploader/UploadsManager.js +8 -5
- package/src/elements/content-uploader/__tests__/ItemAction.test.js +19 -1
- package/src/elements/content-uploader/__tests__/ItemList.test.js +45 -0
- package/src/elements/content-uploader/actionCellRenderer.js +9 -2
- package/src/elements/content-uploader/progressCellRenderer.js +6 -3
- package/src/features/collaborator-avatars/CollaboratorList.scss +1 -1
- package/src/features/collapsible-sidebar/CollapsibleSidebarLogo.js +3 -3
- package/src/features/collapsible-sidebar/__tests__/__snapshots__/CollapsibleSidebarLogo.test.js.snap +7 -7
- package/src/features/content-explorer/content-explorer/ContentExplorer.scss +5 -0
- package/src/features/content-explorer/item-list/ItemList.scss +1 -1
- package/src/features/left-sidebar/styles/LeftSidebarDropWrapper.scss +1 -1
- package/src/features/left-sidebar/styles/LeftSidebarLinkCallout.scss +2 -2
- package/src/features/message-preview-content/styles/PreviewErrorNotification.scss +1 -1
- package/src/features/metadata-based-view/MetadataBasedItemList.scss +1 -1
- package/src/features/metadata-instance-editor/CascadePolicy.scss +2 -2
- package/src/features/metadata-instance-editor/CustomInstanceNewField.scss +1 -1
- package/src/features/metadata-instance-editor/Instance.scss +1 -1
- package/src/features/metadata-instance-editor/TemplateDropdown.scss +4 -4
- package/src/features/query-bar/styles/Condition.scss +4 -4
- package/src/features/query-bar/styles/QueryBarButtons.scss +1 -1
- package/src/features/quick-search/QuickSearch.scss +1 -4
- package/src/features/quick-search/QuickSearchMessage.scss +1 -0
- package/src/features/sandbox-banner/__tests__/__image_snapshots__/sandbox-banner-stories-test-tsx-features-sandbox-banner-sandbox-banner-looks-visually-correct-when-using-story-features-sandboxbanner-basic-1-snap.png +0 -0
- package/src/features/sandbox-banner/__tests__/__image_snapshots__/sandbox-banner-stories-test-tsx-features-sandbox-banner-sandbox-banner-should-show-a-tooltip-when-the-banner-is-hovered-1-snap.png +0 -0
- package/src/features/security/_mixins.scss +1 -1
- package/src/features/shared-link-modal/__tests__/__image_snapshots__/shared-link-modal-stories-test-js-features-shared-link-modal-shared-link-modal-looks-visually-correct-when-button-is-clicked-1-snap.png +0 -0
- package/src/features/shared-link-modal/__tests__/__image_snapshots__/shared-link-modal-stories-test-js-features-shared-link-modal-shared-link-modal-looks-visually-correct-when-using-story-features-sharedlinkmodal-basic-1-snap.png +0 -0
- package/src/features/shared-link-modal/__tests__/__image_snapshots__/shared-link-stories-test-js-features-shared-link-modal-shared-link-looks-visually-correct-when-button-is-clicked-1-snap.png +0 -0
- package/src/features/shared-link-modal/__tests__/__image_snapshots__/shared-link-stories-test-js-features-shared-link-modal-shared-link-looks-visually-correct-when-using-story-features-sharedlink-basic-1-snap.png +0 -0
- package/src/features/shared-link-settings-modal/__tests__/__image_snapshots__/shared-link-settings-modal-stories-test-js-features-shared-link-settings-modal-shared-link-settings-modal-looks-visually-correct-when-button-is-clicked-1-snap.png +0 -0
- package/src/features/shared-link-settings-modal/__tests__/__image_snapshots__/shared-link-settings-modal-stories-test-js-features-shared-link-settings-modal-shared-link-settings-modal-looks-visually-correct-when-using-story-features-sharedlinksettingsmodal-basic-1-snap.png +0 -0
- package/src/features/unified-share-modal/__tests__/__image_snapshots__/unified-share-modal-stories-test-js-features-unified-share-modal-unified-share-modal-features-unifiedsharemodal-with-form-only-looks-visually-correct-1-snap.png +0 -0
- package/src/features/unified-share-modal/__tests__/__image_snapshots__/unified-share-modal-stories-test-js-features-unified-share-modal-unified-share-modal-features-unifiedsharemodal-with-form-only-looks-visually-correct-when-adding-emails-1-snap.png +0 -0
- package/src/features/unified-share-modal/__tests__/__image_snapshots__/unified-share-modal-stories-test-js-features-unified-share-modal-unified-share-modal-looks-visually-correct-when-button-is-clicked-in-story-features-unifiedsharemodal-basic-1-snap.png +0 -0
- package/src/features/unified-share-modal/__tests__/__image_snapshots__/unified-share-modal-stories-test-js-features-unified-share-modal-unified-share-modal-looks-visually-correct-when-button-is-clicked-in-story-features-unifiedsharemodal-with-autofocused-shared-link-1-snap.png +0 -0
- package/src/features/unified-share-modal/__tests__/__image_snapshots__/unified-share-modal-stories-test-js-features-unified-share-modal-unified-share-modal-looks-visually-correct-when-button-is-clicked-in-story-features-unifiedsharemodal-with-shared-link-1-snap.png +0 -0
- package/src/icon/fill/LightningBolt16.js.flow +28 -0
- package/src/icon/fill/LightningBolt16.stories.tsx +13 -0
- package/src/icon/fill/LightningBolt16.tsx +26 -0
- package/src/icon/line/GenericCopy16.js.flow +25 -0
- package/src/icon/line/GenericCopy16.stories.tsx +13 -0
- package/src/icon/line/GenericCopy16.tsx +23 -0
- package/src/styles/_inputs.scss +1 -1
- package/src/styles/_variables.scss +2 -0
- package/src/styles/common/_buttons.scss +61 -11
- package/src/styles/common/_forms.scss +1 -1
- package/src/styles/common/_inline-notifications.scss +3 -1
- package/src/styles/common/_pills.scss +1 -1
- package/src/styles/constants/_buttons.scss +6 -0
- package/src/styles/constants/_layout.scss +3 -1
- package/src/styles/constants/_typography.scss +9 -1
- package/src/styles/mixins/_buttons.scss +15 -0
- package/src/styles/mixins/_overlay.scss +2 -2
- package/src/styles/variables.js +9 -1
- package/src/styles/variables.json +9 -1
- package/src/styles/variables.ts +9 -1
- package/src/utils/createTheme.stories.js +5 -5
- package/src/components/guide-tooltip/__tests__/__snapshots__/GuideTooltip.test.js.snap +0 -142
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { mount } from 'enzyme';
|
|
3
|
+
|
|
4
|
+
import { ERROR_CODE_UPLOAD_FILE_SIZE_LIMIT_EXCEEDED, STATUS_COMPLETE, STATUS_ERROR } from '../../../constants';
|
|
5
|
+
import ItemList from '../ItemList';
|
|
6
|
+
|
|
7
|
+
jest.mock('@box/react-virtualized/dist/es/AutoSizer', () => ({ children }) => children({ height: 600, width: 600 }));
|
|
8
|
+
|
|
9
|
+
describe('elements/content-uploader/ItemList', () => {
|
|
10
|
+
const renderComponent = props => mount(<ItemList items={[]} onClick={() => {}} {...props} />);
|
|
11
|
+
|
|
12
|
+
describe('render()', () => {
|
|
13
|
+
test('should render default component', () => {
|
|
14
|
+
const wrapper = renderComponent();
|
|
15
|
+
|
|
16
|
+
expect(wrapper.find('Table').length).toBe(1);
|
|
17
|
+
expect(wrapper.find('Table.bcu-item-list').length).toBe(1);
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
test('should render component with correct number of items', () => {
|
|
21
|
+
const items = [
|
|
22
|
+
{ id: '1', name: 'item1', status: STATUS_COMPLETE },
|
|
23
|
+
{ id: '2', name: 'item2', status: STATUS_COMPLETE },
|
|
24
|
+
{ id: '3', name: 'item3', status: STATUS_COMPLETE },
|
|
25
|
+
];
|
|
26
|
+
const wrapper = renderComponent({ items });
|
|
27
|
+
expect(wrapper.find('div.bcu-item-row').length).toBe(3);
|
|
28
|
+
const actionColumnStyle = wrapper
|
|
29
|
+
.find('.bcu-item-list-action-column')
|
|
30
|
+
.first()
|
|
31
|
+
.prop('style');
|
|
32
|
+
expect(actionColumnStyle.flex).toEqual('0 0 25px');
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
test('should render action column with correct width for upgrade cta', () => {
|
|
36
|
+
const items = [
|
|
37
|
+
{ id: '1', name: 'item1', status: STATUS_ERROR, code: ERROR_CODE_UPLOAD_FILE_SIZE_LIMIT_EXCEEDED },
|
|
38
|
+
];
|
|
39
|
+
const wrapper = renderComponent({ items, onUpgradeCTAClick: () => {} });
|
|
40
|
+
expect(wrapper.find('div.bcu-item-row').length).toBe(1);
|
|
41
|
+
const actionColumnStyle = wrapper.find('.bcu-item-list-action-column').prop('style');
|
|
42
|
+
expect(actionColumnStyle.flex).toEqual('0 0 100px');
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
});
|
|
@@ -11,6 +11,13 @@ type Props = {
|
|
|
11
11
|
rowData: UploadItem,
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
export default (isResumableUploadsEnabled: boolean, onClick: Function
|
|
15
|
-
|
|
14
|
+
export default (isResumableUploadsEnabled: boolean, onClick: Function, onUpgradeCTAClick?: Function) => ({
|
|
15
|
+
rowData,
|
|
16
|
+
}: Props) => (
|
|
17
|
+
<ItemAction
|
|
18
|
+
{...rowData}
|
|
19
|
+
isResumableUploadsEnabled={isResumableUploadsEnabled}
|
|
20
|
+
onClick={() => onClick(rowData)}
|
|
21
|
+
onUpgradeCTAClick={onUpgradeCTAClick}
|
|
22
|
+
/>
|
|
16
23
|
);
|
|
@@ -35,11 +35,14 @@ type Props = {
|
|
|
35
35
|
* @param {string} [itemName]
|
|
36
36
|
* @returns {FormattedMessage}
|
|
37
37
|
*/
|
|
38
|
-
const getErrorMessage = (errorCode: ?string, itemName: ?string) => {
|
|
38
|
+
const getErrorMessage = (errorCode: ?string, itemName: ?string, shouldShowUpgradeCTAMessage?: boolean) => {
|
|
39
39
|
switch (errorCode) {
|
|
40
40
|
case ERROR_CODE_UPLOAD_CHILD_FOLDER_FAILED:
|
|
41
41
|
return <FormattedMessage {...messages.uploadsOneOrMoreChildFoldersFailedToUploadMessage} />;
|
|
42
42
|
case ERROR_CODE_UPLOAD_FILE_SIZE_LIMIT_EXCEEDED:
|
|
43
|
+
if (shouldShowUpgradeCTAMessage) {
|
|
44
|
+
return <FormattedMessage {...messages.uploadsFileSizeLimitExceededErrorMessageForUpgradeCta} />;
|
|
45
|
+
}
|
|
43
46
|
return <FormattedMessage {...messages.uploadsFileSizeLimitExceededErrorMessage} />;
|
|
44
47
|
case ERROR_CODE_ITEM_NAME_IN_USE:
|
|
45
48
|
return <FormattedMessage {...messages.uploadsItemNameInUseErrorMessage} />;
|
|
@@ -58,7 +61,7 @@ const getErrorMessage = (errorCode: ?string, itemName: ?string) => {
|
|
|
58
61
|
}
|
|
59
62
|
};
|
|
60
63
|
|
|
61
|
-
export default () => ({ rowData }: Props) => {
|
|
64
|
+
export default (shouldShowUpgradeCTAMessage?: boolean) => ({ rowData }: Props) => {
|
|
62
65
|
const { status, error = {}, name, isFolder, file } = rowData;
|
|
63
66
|
const { code } = error;
|
|
64
67
|
|
|
@@ -74,7 +77,7 @@ export default () => ({ rowData }: Props) => {
|
|
|
74
77
|
if (Browser.isSafari() && code === ERROR_CODE_UPLOAD_BAD_DIGEST && file.name.indexOf('.zip') !== -1) {
|
|
75
78
|
return getErrorMessage(ERROR_CODE_UPLOAD_FAILED_PACKAGE, file.name);
|
|
76
79
|
}
|
|
77
|
-
return getErrorMessage(code, name);
|
|
80
|
+
return getErrorMessage(code, name, shouldShowUpgradeCTAMessage);
|
|
78
81
|
default:
|
|
79
82
|
return null;
|
|
80
83
|
}
|
|
@@ -5,7 +5,7 @@ import styled from 'styled-components';
|
|
|
5
5
|
|
|
6
6
|
import { injectIntl } from 'react-intl';
|
|
7
7
|
import type { InjectIntlProvidedProps } from 'react-intl';
|
|
8
|
-
import { bdlGridUnit } from '../../styles/variables';
|
|
8
|
+
import { bdlGridUnit, bdlBorderRadiusSizeLarge } from '../../styles/variables';
|
|
9
9
|
import Logo from '../../icon/logo/BoxLogo';
|
|
10
10
|
import PlainButton from '../../components/plain-button/PlainButton';
|
|
11
11
|
import LinkBase from '../../components/link/LinkBase';
|
|
@@ -18,7 +18,7 @@ import messages from './messages';
|
|
|
18
18
|
const StyledLogo = styled(Logo)`
|
|
19
19
|
padding: ${bdlGridUnit};
|
|
20
20
|
border: 1px solid transparent;
|
|
21
|
-
border-radius:
|
|
21
|
+
border-radius: ${bdlBorderRadiusSizeLarge};
|
|
22
22
|
|
|
23
23
|
& path,
|
|
24
24
|
& .fill-color {
|
|
@@ -51,7 +51,7 @@ const StyledToggleButton = styled(PlainButton)`
|
|
|
51
51
|
border-color: transparent;
|
|
52
52
|
border-style: solid;
|
|
53
53
|
border-width: 1px;
|
|
54
|
-
border-radius:
|
|
54
|
+
border-radius: ${bdlBorderRadiusSizeLarge};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
&:focus {
|
package/src/features/collapsible-sidebar/__tests__/__snapshots__/CollapsibleSidebarLogo.test.js.snap
CHANGED
|
@@ -94,12 +94,12 @@ exports[`components/core/collapsible-sidebar/CollapsibleSidebar render 1`] = `
|
|
|
94
94
|
>
|
|
95
95
|
<PlainButton
|
|
96
96
|
aria-label="Collapse"
|
|
97
|
-
className="CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2
|
|
97
|
+
className="CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2 grnFTv bdl-CollapsibleSidebar-toggleButton"
|
|
98
98
|
type="button"
|
|
99
99
|
>
|
|
100
100
|
<button
|
|
101
101
|
aria-label="Collapse"
|
|
102
|
-
className="btn-plain CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2
|
|
102
|
+
className="btn-plain CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2 grnFTv bdl-CollapsibleSidebar-toggleButton"
|
|
103
103
|
type="button"
|
|
104
104
|
>
|
|
105
105
|
<CollapsibleSidebarLogo__StyledIconHamburger
|
|
@@ -155,19 +155,19 @@ exports[`components/core/collapsible-sidebar/CollapsibleSidebar render 1`] = `
|
|
|
155
155
|
width={71}
|
|
156
156
|
>
|
|
157
157
|
<BoxLogo
|
|
158
|
-
className="CollapsibleSidebarLogo__StyledLogo-sc-6amevi-0
|
|
158
|
+
className="CollapsibleSidebarLogo__StyledLogo-sc-6amevi-0 fwAwTE bdl-CollapsibleSidebar-logoIcon"
|
|
159
159
|
height={42}
|
|
160
160
|
width={71}
|
|
161
161
|
>
|
|
162
162
|
<AccessibleSVG
|
|
163
|
-
className="CollapsibleSidebarLogo__StyledLogo-sc-6amevi-0
|
|
163
|
+
className="CollapsibleSidebarLogo__StyledLogo-sc-6amevi-0 fwAwTE bdl-CollapsibleSidebar-logoIcon"
|
|
164
164
|
height={42}
|
|
165
165
|
viewBox="0 0 461 244"
|
|
166
166
|
width={71}
|
|
167
167
|
>
|
|
168
168
|
<svg
|
|
169
169
|
aria-hidden="true"
|
|
170
|
-
className="CollapsibleSidebarLogo__StyledLogo-sc-6amevi-0
|
|
170
|
+
className="CollapsibleSidebarLogo__StyledLogo-sc-6amevi-0 fwAwTE bdl-CollapsibleSidebar-logoIcon"
|
|
171
171
|
focusable="false"
|
|
172
172
|
height={42}
|
|
173
173
|
role="presentation"
|
|
@@ -262,12 +262,12 @@ exports[`components/core/collapsible-sidebar/CollapsibleSidebar render 2`] = `
|
|
|
262
262
|
>
|
|
263
263
|
<PlainButton
|
|
264
264
|
aria-label="Expand"
|
|
265
|
-
className="CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2
|
|
265
|
+
className="CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2 grnFTv bdl-CollapsibleSidebar-toggleButton"
|
|
266
266
|
type="button"
|
|
267
267
|
>
|
|
268
268
|
<button
|
|
269
269
|
aria-label="Expand"
|
|
270
|
-
className="btn-plain CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2
|
|
270
|
+
className="btn-plain CollapsibleSidebarLogo__StyledToggleButton-sc-6amevi-2 grnFTv bdl-CollapsibleSidebar-toggleButton"
|
|
271
271
|
type="button"
|
|
272
272
|
>
|
|
273
273
|
<CollapsibleSidebarLogo__StyledIconHamburger
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import '../../../styles/variables';
|
|
2
|
+
@import '../../../styles/mixins/buttons';
|
|
2
3
|
|
|
3
4
|
.content-explorer {
|
|
4
5
|
.content-explorer-search-new-folder-container {
|
|
@@ -86,6 +87,10 @@
|
|
|
86
87
|
padding-top: 20px;
|
|
87
88
|
border-top: 1px solid $bdl-gray-10;
|
|
88
89
|
|
|
90
|
+
.btn {
|
|
91
|
+
@include bdl-Button--large;
|
|
92
|
+
}
|
|
93
|
+
|
|
89
94
|
.status-message {
|
|
90
95
|
position: absolute;
|
|
91
96
|
left: 0;
|
|
@@ -11,7 +11,7 @@ $arrow-size: 6px;
|
|
|
11
11
|
word-wrap: break-word;
|
|
12
12
|
background-color: $bdl-dark-blue;
|
|
13
13
|
border-color: $bdl-dark-blue;
|
|
14
|
-
border-radius:
|
|
14
|
+
border-radius: $bdl-border-radius-size;
|
|
15
15
|
|
|
16
16
|
&::before {
|
|
17
17
|
position: absolute;
|
|
@@ -74,7 +74,7 @@ $arrow-size: 6px;
|
|
|
74
74
|
|
|
75
75
|
.left-nav-callout-button {
|
|
76
76
|
padding: 10px;
|
|
77
|
-
border-radius:
|
|
77
|
+
border-radius: $bdl-border-radius-size;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.left-nav-callout-secondary-button {
|
|
@@ -44,7 +44,7 @@ $bdl-MetadataBasedItemList-insetShadowRight: 3px 0 3px -2px $bdl-gray-10 inset;
|
|
|
44
44
|
height: 32px;
|
|
45
45
|
background-color: $white;
|
|
46
46
|
border: 1px solid $bdl-gray-20;
|
|
47
|
-
border-radius:
|
|
47
|
+
border-radius: $bdl-border-radius-size;
|
|
48
48
|
|
|
49
49
|
.bdl-MetadataBasedItemList-cell--cancelIcon,
|
|
50
50
|
.bdl-MetadataBasedItemList-cell--saveIcon {
|
|
@@ -8,14 +8,14 @@ $cascade-policy-background: #f1e2fd;
|
|
|
8
8
|
color: $bdl-gray;
|
|
9
9
|
background-color: $cascade-policy-background;
|
|
10
10
|
border: none;
|
|
11
|
-
border-radius:
|
|
11
|
+
border-radius: $bdl-border-radius-size;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.metadata-cascade-editor {
|
|
15
15
|
color: $bdl-gray;
|
|
16
16
|
background-color: $bdl-gray-05;
|
|
17
17
|
border: none;
|
|
18
|
-
border-radius:
|
|
18
|
+
border-radius: $bdl-border-radius-size;
|
|
19
19
|
|
|
20
20
|
hr {
|
|
21
21
|
display: block;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
padding: 0;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
border: 1px solid $bdl-gray-30;
|
|
18
|
-
border-radius:
|
|
18
|
+
border-radius: $bdl-border-radius-size-med;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
ul.overlay {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
.overlay-wrapper {
|
|
33
33
|
overflow: hidden;
|
|
34
34
|
border-top: none;
|
|
35
|
-
border-radius: 0 0
|
|
35
|
+
border-radius: 0 0 $bdl-border-radius-size-med $bdl-border-radius-size-med;
|
|
36
36
|
|
|
37
37
|
// NOTE (cwei): targets ie11
|
|
38
38
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
margin: 0;
|
|
91
91
|
padding: 10px 12px 12px;
|
|
92
92
|
border-bottom: 1px solid $bdl-gray-30;
|
|
93
|
-
border-radius:
|
|
93
|
+
border-radius: $bdl-border-radius-size-med $bdl-border-radius-size-med 0 0;
|
|
94
94
|
|
|
95
95
|
.action-button {
|
|
96
96
|
.clear-button {
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
background-color: $white;
|
|
154
154
|
border: 1px solid $bdl-gray-30;
|
|
155
155
|
border-top-color: transparent;
|
|
156
|
-
border-radius: 0 0
|
|
156
|
+
border-radius: 0 0 $bdl-border-radius-size-med $bdl-border-radius-size-med;
|
|
157
157
|
|
|
158
158
|
&.template-dropdown-loading-indicator {
|
|
159
159
|
display: flex;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
margin-top: auto;
|
|
9
9
|
padding: 8px;
|
|
10
10
|
border: 1px solid #d2d2d2;
|
|
11
|
-
border-radius:
|
|
11
|
+
border-radius: $bdl-border-radius-size-med;
|
|
12
12
|
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .05);
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
.bdl-SelectButton,
|
|
69
69
|
.select-button {
|
|
70
70
|
width: 160px;
|
|
71
|
-
border-radius:
|
|
71
|
+
border-radius: $bdl-border-radius-size-med;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.bdl-SelectButton.placeholder,
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
|
|
93
93
|
.bdl-SelectButton,
|
|
94
94
|
.select-button {
|
|
95
|
-
border-radius:
|
|
95
|
+
border-radius: $bdl-border-radius-size-med;
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
.bdl-SelectButton,
|
|
145
145
|
.select-button {
|
|
146
146
|
width: 160px;
|
|
147
|
-
border-radius:
|
|
147
|
+
border-radius: $bdl-border-radius-size-med;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.bdl-SelectButton.placeholder,
|
|
@@ -9,13 +9,10 @@
|
|
|
9
9
|
width: 100%;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.overlay {
|
|
13
|
-
border-radius: $bdl-border-radius-size;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
12
|
ul.overlay {
|
|
17
13
|
@include bdl-transition($bdl-transitionDurationBase, transform);
|
|
18
14
|
|
|
15
|
+
margin-top: $bdl-grid-unit * 2;
|
|
19
16
|
padding: 0;
|
|
20
17
|
overflow-x: hidden;
|
|
21
18
|
overflow-y: auto;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// @flow
|
|
2
|
+
/* eslint-disable react/jsx-sort-props */
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import * as vars from '../../styles/variables';
|
|
5
|
+
import AccessibleSVG from '../../icons/accessible-svg';
|
|
6
|
+
import type { Icon } from '../../icons/flowTypes';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* This is an auto-generated component and should not be edited
|
|
10
|
+
* manually in contributor pull requests.
|
|
11
|
+
*
|
|
12
|
+
* If you have problems with this component:
|
|
13
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
|
|
14
|
+
*
|
|
15
|
+
* If there are missing features in this component:
|
|
16
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
const LightningBolt16 = (props: Icon) => (
|
|
20
|
+
<AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
|
|
21
|
+
<path
|
|
22
|
+
fill={vars.bdlGray50}
|
|
23
|
+
d="M11.503 1a.496.496 0 01.447.712L9.302 6.998h2.193a.5.5 0 01.423.766L6.91 14.792a.5.5 0 01-.902-.365L6.836 9H4.493a.496.496 0 01-.483-.602l1.516-7A.495.495 0 016.008 1h5.495z"
|
|
24
|
+
/>
|
|
25
|
+
</AccessibleSVG>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export default LightningBolt16;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
import LightningBolt16 from './LightningBolt16';
|
|
4
|
+
|
|
5
|
+
export const lightningBolt16 = () => <LightningBolt16 />;
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Icon|Fill|LightningBolt16',
|
|
9
|
+
component: LightningBolt16,
|
|
10
|
+
parameters: {
|
|
11
|
+
notes: "`import LightningBolt16 from 'box-ui-elements/es/icon/fill/LightningBolt16';`",
|
|
12
|
+
},
|
|
13
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* eslint-disable react/jsx-sort-props */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import * as vars from '../../styles/variables';
|
|
4
|
+
import AccessibleSVG, { SVGProps } from '../../components/accessible-svg/AccessibleSVG';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* This is an auto-generated component and should not be edited
|
|
8
|
+
* manually in contributor pull requests.
|
|
9
|
+
*
|
|
10
|
+
* If you have problems with this component:
|
|
11
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
|
|
12
|
+
*
|
|
13
|
+
* If there are missing features in this component:
|
|
14
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
const LightningBolt16 = (props: SVGProps) => (
|
|
18
|
+
<AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
|
|
19
|
+
<path
|
|
20
|
+
fill={vars.bdlGray50}
|
|
21
|
+
d="M11.503 1a.496.496 0 01.447.712L9.302 6.998h2.193a.5.5 0 01.423.766L6.91 14.792a.5.5 0 01-.902-.365L6.836 9H4.493a.496.496 0 01-.483-.602l1.516-7A.495.495 0 016.008 1h5.495z"
|
|
22
|
+
/>
|
|
23
|
+
</AccessibleSVG>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
export default LightningBolt16;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// @flow
|
|
2
|
+
/* eslint-disable react/jsx-sort-props */
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import * as vars from '../../styles/variables';
|
|
5
|
+
import AccessibleSVG from '../../icons/accessible-svg';
|
|
6
|
+
import type { Icon } from '../../icons/flowTypes';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* This is an auto-generated component and should not be edited
|
|
10
|
+
* manually in contributor pull requests.
|
|
11
|
+
*
|
|
12
|
+
* If you have problems with this component:
|
|
13
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
|
|
14
|
+
*
|
|
15
|
+
* If there are missing features in this component:
|
|
16
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
const GenericCopy16 = (props: Icon) => (
|
|
20
|
+
<AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
|
|
21
|
+
<path fill={vars.bdlGray} d="M13 3c.557 0 .942.345.994.875L14 4v11H4V3h9zm0 1H5v10h8V4zm-2-3v1H3v10H2V1h9z" />
|
|
22
|
+
</AccessibleSVG>
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
export default GenericCopy16;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
import GenericCopy16 from './GenericCopy16';
|
|
4
|
+
|
|
5
|
+
export const genericCopy16 = () => <GenericCopy16 />;
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Icon|Line|GenericCopy16',
|
|
9
|
+
component: GenericCopy16,
|
|
10
|
+
parameters: {
|
|
11
|
+
notes: "`import GenericCopy16 from 'box-ui-elements/es/icon/line/GenericCopy16';`",
|
|
12
|
+
},
|
|
13
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* eslint-disable react/jsx-sort-props */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import * as vars from '../../styles/variables';
|
|
4
|
+
import AccessibleSVG, { SVGProps } from '../../components/accessible-svg/AccessibleSVG';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* This is an auto-generated component and should not be edited
|
|
8
|
+
* manually in contributor pull requests.
|
|
9
|
+
*
|
|
10
|
+
* If you have problems with this component:
|
|
11
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
|
|
12
|
+
*
|
|
13
|
+
* If there are missing features in this component:
|
|
14
|
+
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
const GenericCopy16 = (props: SVGProps) => (
|
|
18
|
+
<AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
|
|
19
|
+
<path fill={vars.bdlGray} d="M13 3c.557 0 .942.345.994.875L14 4v11H4V3h9zm0 1H5v10h8V4zm-2-3v1H3v10H2V1h9z" />
|
|
20
|
+
</AccessibleSVG>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default GenericCopy16;
|
package/src/styles/_inputs.scss
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
padding: 7px;
|
|
5
5
|
color: $bdl-gray;
|
|
6
6
|
border: 1px solid $bdl-gray-20;
|
|
7
|
-
border-radius:
|
|
7
|
+
border-radius: $bdl-border-radius-size-med;
|
|
8
8
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
|
|
9
9
|
transition: border-color linear .15s, box-shadow linear .1s;
|
|
10
10
|
-webkit-font-smoothing: antialiased;
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
@import './constants/animation';
|
|
5
5
|
@import './constants/typography';
|
|
6
6
|
@import './constants/themes';
|
|
7
|
+
@import './constants/buttons';
|
|
7
8
|
@import './deprecated'; // <<< Deprecated
|
|
8
9
|
|
|
9
10
|
// Mixins
|
|
10
11
|
@import './mixins/animation';
|
|
11
12
|
@import './mixins/layout';
|
|
12
13
|
@import './mixins/typography';
|
|
14
|
+
@import './mixins/buttons';
|