@ntbjs/react-components 2.0.0-rc.13 → 2.0.0-rc.27
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/build/ActionButton-4db754c3.js +85 -0
- package/build/Alert-e6847a22.js +131 -0
- package/build/Badge-d93586a9.js +214 -0
- package/build/Button-179a2fe4.js +442 -0
- package/build/Checkbox-4a5fd716.js +213 -0
- package/build/CompactAutocompleteSelect-52c49513.js +546 -0
- package/build/CompactStarRating-9af2f427.js +411 -0
- package/build/CompactTextInput-42ca5d42.js +516 -0
- package/build/InputGroup-1294d190.js +23 -0
- package/build/MultiLevelCheckboxSelect-d8044c88.js +604 -0
- package/build/MultiSelect-9f497e62.js +461 -0
- package/build/Popover-20050b91.js +232 -0
- package/build/Radio-73ca3ae2.js +134 -0
- package/build/SectionSeparator-f47760a2.js +31 -0
- package/build/Switch-ecf3122b.js +160 -0
- package/build/Tab-04d435c3.js +32 -0
- package/build/Tabs-74d1ea8a.js +159 -0
- package/build/TextArea-1e5b9201.js +611 -0
- package/build/TextInput-fab35842.js +364 -0
- package/build/Tooltip-c1d1199e.js +65 -0
- package/build/VerificationStatusIcon-49cb1c1b.js +95 -0
- package/{esm/node_modules/@babel/runtime/helpers/esm/extends.js → build/_rollupPluginBabelHelpers-c245b26a.js} +1 -1
- package/{esm/icons/arrow-forward.svg.js → build/arrow-forward-ad12c5f3.js} +4 -5
- package/{esm/icons/close.svg.js → build/close-a5d37608.js} +4 -5
- package/build/data/Alert/index.js +6 -0
- package/build/data/Badge/index.js +5 -0
- package/build/data/Popover/index.js +10 -0
- package/build/data/Tab/index.js +5 -0
- package/build/data/Tabs/index.js +7 -0
- package/build/data/Tooltip/index.js +7 -0
- package/build/data/index.js +16 -0
- package/{esm/node_modules/prop-types/factoryWithTypeCheckers.js → build/defaultTheme-1bcc2541.js} +578 -17
- package/{esm/icons/edit-note.svg.js → build/edit-note-283a0e15.js} +4 -5
- package/{esm/icons/expand-more.svg.js → build/expand-more-c5523c46.js} +4 -5
- package/build/icons/add-circle.svg +3 -0
- package/build/icons/add.svg +3 -0
- package/build/icons/album.svg +3 -0
- package/build/icons/arrow-back.svg +4 -0
- package/build/icons/arrow-drop-down.svg +4 -0
- package/build/icons/arrow-forward.svg +3 -0
- package/build/icons/audio.svg +3 -0
- package/build/icons/bell.svg +3 -0
- package/build/icons/check-circle-filled.svg +3 -0
- package/build/icons/check-rectangle-filled.svg +3 -0
- package/build/icons/check.svg +3 -0
- package/build/icons/clear-circle-filled.svg +14 -0
- package/build/icons/close.svg +4 -0
- package/build/icons/corporate.svg +3 -0
- package/build/icons/delete-context-menu.svg +4 -0
- package/build/icons/delete.svg +3 -0
- package/build/icons/design-services.svg +4 -0
- package/build/icons/download.svg +3 -0
- package/build/icons/edit-note.svg +4 -0
- package/build/icons/edit.svg +3 -0
- package/build/icons/expand-more.svg +4 -0
- package/build/icons/file.svg +3 -0
- package/build/icons/ftp.svg +3 -0
- package/build/icons/gear.svg +3 -0
- package/build/icons/headset.svg +1 -0
- package/build/icons/index.js +79 -0
- package/build/icons/layers.svg +3 -0
- package/build/icons/library-add.svg +3 -0
- package/build/icons/link.svg +4 -0
- package/build/icons/pdf.svg +3 -0
- package/build/icons/play.svg +3 -0
- package/build/icons/remove-circle.svg +3 -0
- package/build/icons/search.svg +3 -0
- package/build/icons/share.svg +3 -0
- package/build/icons/shopping_cart_add.svg +3 -0
- package/build/icons/star-filled.svg +3 -0
- package/build/icons/star.svg +3 -0
- package/build/icons/triangle-right.svg +4 -0
- package/build/icons/verification.svg +3 -0
- package/build/icons/warning-circle.svg +3 -0
- package/build/icons/warning-triangle.svg +3 -0
- package/build/inputs/ActionButton/index.js +6 -0
- package/build/inputs/Button/index.js +13 -0
- package/build/inputs/Checkbox/index.js +6 -0
- package/build/inputs/CompactAutocompleteSelect/index.js +23 -0
- package/build/inputs/CompactStarRating/index.js +17 -0
- package/build/inputs/CompactTextInput/index.js +19 -0
- package/build/inputs/MultiLevelCheckboxSelect/MultiLevelCheckboxSelect.js +26 -0
- package/build/inputs/MultiSelect/index.js +10 -0
- package/build/inputs/Radio/index.js +7 -0
- package/build/inputs/Switch/index.js +6 -0
- package/build/inputs/TextArea/index.js +20 -0
- package/build/inputs/TextInput/index.js +9 -0
- package/build/inputs/index.js +40 -0
- package/build/layout/InputGroup/index.js +5 -0
- package/build/layout/SectionSeparator/index.js +5 -0
- package/build/layout/index.js +6 -0
- package/build/shift-away-subtle-0dd94a03.js +7 -0
- package/build/styles/all.scss +3 -0
- package/build/styles/config.scss +38 -0
- package/{styles/utils/.colors.scss → build/styles/utils/colors.scss} +1 -1
- package/build/styles/utils/theme.scss +33 -0
- package/{esm/icons/warning-circle.svg.js → build/warning-circle-24f3efcd.js} +4 -5
- package/build/widgets/AssetGallery/AssetGallery.js +2356 -0
- package/build/widgets/AssetPreview/AssetPreviewTopBar/AssetPreviewTopBar.js +127 -0
- package/build/widgets/ContextMenu/ContextMenu.js +26 -0
- package/build/widgets/ContextMenu/ContextMenuItem/ContextMenuItem.js +127 -0
- package/build/widgets/ContextMenu/ContextMenuItemsGroup/ContextMenuItemsGroup.js +37 -0
- package/build/widgets/InfoCard/InfoCard.js +125 -0
- package/build/widgets/Instructions/Instructions.js +255 -0
- package/build/widgets/ProgressBar/ProgressBar.js +210 -0
- package/package.json +49 -56
- package/styles/all.scss +3 -3
- package/styles/config.scss +38 -0
- package/styles/utils/colors.scss +15 -0
- package/styles/utils/theme.scss +0 -2
- package/.eslintrc +0 -19
- package/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -84
- package/cjs/_virtual/index.js +0 -7
- package/cjs/_virtual/index2.js +0 -7
- package/cjs/_virtual/index3.js +0 -7
- package/cjs/_virtual/index4.js +0 -7
- package/cjs/_virtual/index5.js +0 -7
- package/cjs/_virtual/react-dom.development.js +0 -7
- package/cjs/_virtual/react-dom.production.js +0 -7
- package/cjs/_virtual/react-is.development.js +0 -7
- package/cjs/_virtual/react-is.development2.js +0 -7
- package/cjs/_virtual/react-is.production.min.js +0 -7
- package/cjs/_virtual/react-is.production.min2.js +0 -7
- package/cjs/_virtual/react.development.js +0 -7
- package/cjs/_virtual/react.production.js +0 -7
- package/cjs/components/data/Alert/Alert.js +0 -79
- package/cjs/components/data/Alert/Alert.styled.js +0 -79
- package/cjs/components/data/Alert/data/Alert/index.js +0 -9
- package/cjs/components/data/Badge/Badge.js +0 -93
- package/cjs/components/data/Badge/Badge.styled.js +0 -167
- package/cjs/components/data/Badge/data/Badge/index.js +0 -9
- package/cjs/components/data/Popover/Popover.js +0 -104
- package/cjs/components/data/Popover/Popover.styled.js +0 -159
- package/cjs/components/data/Popover/data/Popover/index.js +0 -9
- package/cjs/components/data/Tab/Tab.js +0 -31
- package/cjs/components/data/Tab/Tab.styled.js +0 -27
- package/cjs/components/data/Tab/data/Tab/index.js +0 -9
- package/cjs/components/data/Tabs/Tabs.js +0 -101
- package/cjs/components/data/Tabs/Tabs.styled.js +0 -110
- package/cjs/components/data/Tabs/data/Tabs/index.js +0 -9
- package/cjs/components/data/Tooltip/Tooltip.js +0 -52
- package/cjs/components/data/Tooltip/Tooltip.styled.js +0 -38
- package/cjs/components/data/Tooltip/data/Tooltip/index.js +0 -9
- package/cjs/components/data/VerificationStatusIcon/VerificationStatusIcon.js +0 -42
- package/cjs/components/data/VerificationStatusIcon/VerificationStatusIcon.styled.js +0 -88
- package/cjs/components/data/data/index.js +0 -21
- package/cjs/components/inputs/ActionButton/ActionButton.js +0 -44
- package/cjs/components/inputs/ActionButton/ActionButton.styled.js +0 -75
- package/cjs/components/inputs/ActionButton/inputs/ActionButton/index.js +0 -9
- package/cjs/components/inputs/Button/Button.js +0 -195
- package/cjs/components/inputs/Button/Button.styled.js +0 -340
- package/cjs/components/inputs/Button/inputs/Button/index.js +0 -9
- package/cjs/components/inputs/Checkbox/Checkbox.js +0 -102
- package/cjs/components/inputs/Checkbox/Checkbox.styled.js +0 -160
- package/cjs/components/inputs/Checkbox/inputs/Checkbox/index.js +0 -9
- package/cjs/components/inputs/CompactAutocompleteSelect/CompactAutocompleteSelect.js +0 -268
- package/cjs/components/inputs/CompactAutocompleteSelect/CompactAutocompleteSelect.styled.js +0 -363
- package/cjs/components/inputs/CompactAutocompleteSelect/inputs/CompactAutocompleteSelect/index.js +0 -9
- package/cjs/components/inputs/CompactStarRating/CompactStarRating.js +0 -177
- package/cjs/components/inputs/CompactStarRating/CompactStarRating.styled.js +0 -269
- package/cjs/components/inputs/CompactStarRating/inputs/CompactStarRating/index.js +0 -9
- package/cjs/components/inputs/CompactTextInput/CompactTextInput.js +0 -187
- package/cjs/components/inputs/CompactTextInput/CompactTextInput.styled.js +0 -406
- package/cjs/components/inputs/CompactTextInput/inputs/CompactTextInput/index.js +0 -9
- package/cjs/components/inputs/MultiLevelCheckbox/MultiLevelCheckbox.js +0 -253
- package/cjs/components/inputs/MultiLevelCheckbox/MultiLevelCheckbox.styled.js +0 -106
- package/cjs/components/inputs/MultiLevelCheckboxSelect/MultiLevelCheckboxSelect.js +0 -185
- package/cjs/components/inputs/MultiLevelCheckboxSelect/MultiLevelCheckboxSelect.styled.js +0 -147
- package/cjs/components/inputs/MultiSelect/MultiSelect.js +0 -208
- package/cjs/components/inputs/MultiSelect/MultiSelect.styled.js +0 -275
- package/cjs/components/inputs/MultiSelect/inputs/MultiSelect/index.js +0 -9
- package/cjs/components/inputs/Radio/Radio.js +0 -67
- package/cjs/components/inputs/Radio/Radio.styled.js +0 -100
- package/cjs/components/inputs/Radio/inputs/Radio/index.js +0 -9
- package/cjs/components/inputs/Switch/Switch.js +0 -69
- package/cjs/components/inputs/Switch/Switch.styled.js +0 -138
- package/cjs/components/inputs/Switch/inputs/Switch/index.js +0 -9
- package/cjs/components/inputs/TextArea/TextArea.js +0 -176
- package/cjs/components/inputs/TextArea/TextArea.styled.js +0 -530
- package/cjs/components/inputs/TextArea/inputs/TextArea/index.js +0 -9
- package/cjs/components/inputs/TextInput/TextInput.js +0 -146
- package/cjs/components/inputs/TextInput/TextInput.styled.js +0 -289
- package/cjs/components/inputs/TextInput/inputs/TextInput/index.js +0 -9
- package/cjs/components/inputs/inputs/index.js +0 -33
- package/cjs/components/layout/InputGroup/InputGroup.js +0 -26
- package/cjs/components/layout/InputGroup/InputGroup.styled.js +0 -23
- package/cjs/components/layout/InputGroup/layout/InputGroup/index.js +0 -9
- package/cjs/components/layout/SectionSeparator/SectionSeparator.js +0 -29
- package/cjs/components/layout/SectionSeparator/SectionSeparator.styled.js +0 -28
- package/cjs/components/layout/SectionSeparator/layout/SectionSeparator/index.js +0 -9
- package/cjs/components/layout/layout/index.js +0 -11
- package/cjs/components/widgets/AssetAction/AssetAction.js +0 -106
- package/cjs/components/widgets/AssetAction/AssetAction.styled.js +0 -69
- package/cjs/components/widgets/AssetActionsBase/AssetActionsBase.js +0 -35
- package/cjs/components/widgets/AssetActionsBase/AssetActionsBase.styled.js +0 -29
- package/cjs/components/widgets/AssetGallery/AssetGallery.js +0 -106
- package/cjs/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryBase.js +0 -395
- package/cjs/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryBase.styled.js +0 -52
- package/cjs/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryCompactCard/AssetGalleryCompactCard.js +0 -405
- package/cjs/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryCompactCard/AssetGalleryCompactCard.styled.js +0 -385
- package/cjs/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryGridCard/AssetGalleryGridCard.js +0 -396
- package/cjs/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryGridCard/AssetGalleryGridCard.styled.js +0 -328
- package/cjs/components/widgets/AssetGallery/asset.propType.js +0 -58
- package/cjs/components/widgets/AssetGallery/widgets/AssetGallery/index.js +0 -9
- package/cjs/components/widgets/AssetPreview/AssetPreviewTopBar/AssetPreviewTopBar.js +0 -50
- package/cjs/components/widgets/AssetPreview/AssetPreviewTopBar/AssetPreviewTopBar.styled.js +0 -107
- package/cjs/components/widgets/AssetPreview/AssetPreviewTopBar/widgets/AssetPreview/AssetPreviewTopBar/index.js +0 -9
- package/cjs/components/widgets/ContextMenu/ContextMenu.js +0 -29
- package/cjs/components/widgets/ContextMenu/ContextMenu.styled.js +0 -24
- package/cjs/components/widgets/ContextMenu/ContextMenuItem/ContextMenuItem.js +0 -50
- package/cjs/components/widgets/ContextMenu/ContextMenuItem/ContextMenuItem.styled.js +0 -102
- package/cjs/components/widgets/ContextMenu/ContextMenuItem/widgets/ContextMenu/ContextMenuItem/index.js +0 -9
- package/cjs/components/widgets/ContextMenu/ContextMenuItemsGroup/ContextMenuItemsGroup.js +0 -28
- package/cjs/components/widgets/ContextMenu/ContextMenuItemsGroup/ContextMenuItemsGroup.styled.js +0 -35
- package/cjs/components/widgets/ContextMenu/ContextMenuItemsGroup/widgets/ContextMenu/ContextMenuItemsGroup/index.js +0 -9
- package/cjs/components/widgets/ContextMenu/widgets/ContextMenu/index.js +0 -9
- package/cjs/components/widgets/InfoCard/InfoCard.js +0 -47
- package/cjs/components/widgets/InfoCard/InfoCard.styled.js +0 -137
- package/cjs/components/widgets/InfoCard/widgets/InfoCard/index.js +0 -9
- package/cjs/components/widgets/ProgressBar/ProgressBar.js +0 -79
- package/cjs/components/widgets/ProgressBar/ProgressBar.styled.js +0 -210
- package/cjs/components/widgets/ProgressBar/widgets/ProgressBar/index.js +0 -9
- package/cjs/components/widgets/SummaryCard/SummaryCard.js +0 -93
- package/cjs/components/widgets/SummaryCard/SummaryCard.styled.js +0 -169
- package/cjs/components/widgets/widgets/index.js +0 -23
- package/cjs/hooks/useEventListner.js +0 -26
- package/cjs/hooks/useIsomorphicLayoutEffect.js +0 -11
- package/cjs/hooks/useOnClickOutside.js +0 -17
- package/cjs/icons/arrow-back.svg.js +0 -20
- package/cjs/icons/arrow-forward.svg.js +0 -20
- package/cjs/icons/check-rectangle-filled.svg.js +0 -20
- package/cjs/icons/close.svg.js +0 -20
- package/cjs/icons/edit-note.svg.js +0 -20
- package/cjs/icons/expand-more.svg.js +0 -20
- package/cjs/icons/headset.svg.js +0 -20
- package/cjs/icons/layers.svg.js +0 -20
- package/cjs/icons/link.svg.js +0 -20
- package/cjs/icons/play.svg.js +0 -20
- package/cjs/icons/search.svg.js +0 -20
- package/cjs/icons/star-filled.svg.js +0 -20
- package/cjs/icons/star.svg.js +0 -20
- package/cjs/icons/triangle-right.svg.js +0 -20
- package/cjs/icons/verification.svg.js +0 -20
- package/cjs/icons/warning-circle.svg.js +0 -20
- package/cjs/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -11
- package/cjs/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -9
- package/cjs/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -11
- package/cjs/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -10
- package/cjs/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -9
- package/cjs/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -19
- package/cjs/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -22
- package/cjs/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -16
- package/cjs/node_modules/@babel/runtime/helpers/esm/extends.js +0 -15
- package/cjs/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -11
- package/cjs/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -20
- package/cjs/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -14
- package/cjs/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -9
- package/cjs/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -33
- package/cjs/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -9
- package/cjs/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -9
- package/cjs/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -29
- package/cjs/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -19
- package/cjs/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -15
- package/cjs/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -14
- package/cjs/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -11
- package/cjs/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -14
- package/cjs/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -13
- package/cjs/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -14
- package/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -18
- package/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -13
- package/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -15
- package/cjs/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -15
- package/cjs/node_modules/@emotion/cache/dist/emotion-cache.esm.js +0 -503
- package/cjs/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -59
- package/cjs/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -13
- package/cjs/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +0 -158
- package/cjs/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -66
- package/cjs/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -240
- package/cjs/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -144
- package/cjs/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -56
- package/cjs/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +0 -16
- package/cjs/node_modules/@emotion/utils/dist/emotion-utils.esm.js +0 -60
- package/cjs/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -20
- package/cjs/node_modules/@floating-ui/core/dist/floating-ui.core.mjs.js +0 -915
- package/cjs/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs.js +0 -374
- package/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs.js +0 -130
- package/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs.js +0 -166
- package/cjs/node_modules/@restart/hooks/lib/useMergedRefs.js +0 -43
- package/cjs/node_modules/@restart/hooks/lib/useUpdateEffect.js +0 -39
- package/cjs/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -24
- package/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +0 -186
- package/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +0 -22
- package/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +0 -13
- package/cjs/node_modules/memoize-one/dist/memoize-one.esm.js +0 -55
- package/cjs/node_modules/object-assign/index.js +0 -94
- package/cjs/node_modules/prop-types/checkPropTypes.js +0 -110
- package/cjs/node_modules/prop-types/factoryWithThrowingShims.js +0 -69
- package/cjs/node_modules/prop-types/factoryWithTypeCheckers.js +0 -621
- package/cjs/node_modules/prop-types/index.js +0 -33
- package/cjs/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -16
- package/cjs/node_modules/prop-types/lib/has.js +0 -7
- package/cjs/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -186
- package/cjs/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -22
- package/cjs/node_modules/prop-types/node_modules/react-is/index.js +0 -13
- package/cjs/node_modules/react/cjs/react.development.js +0 -1289
- package/cjs/node_modules/react/cjs/react.production.js +0 -548
- package/cjs/node_modules/react/index.js +0 -19
- package/cjs/node_modules/react-dom/cjs/react-dom.development.js +0 -432
- package/cjs/node_modules/react-dom/cjs/react-dom.production.js +0 -218
- package/cjs/node_modules/react-dom/index.js +0 -44
- package/cjs/node_modules/react-lazy-load-image-component/src/effects/opacity.css.js +0 -6
- package/cjs/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +0 -23
- package/cjs/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2659
- package/cjs/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1426
- package/cjs/node_modules/react-select/dist/useCreatable-09aaeb9a.esm.js +0 -101
- package/cjs/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -78
- package/cjs/node_modules/style-inject/dist/style-inject.es.js +0 -32
- package/cjs/node_modules/stylis/src/Enum.js +0 -24
- package/cjs/node_modules/stylis/src/Middleware.js +0 -37
- package/cjs/node_modules/stylis/src/Parser.js +0 -201
- package/cjs/node_modules/stylis/src/Serializer.js +0 -43
- package/cjs/node_modules/stylis/src/Tokenizer.js +0 -243
- package/cjs/node_modules/stylis/src/Utility.js +0 -134
- package/cjs/node_modules/tippy.js/animations/shift-away-subtle.css.js +0 -6
- package/cjs/node_modules/tippy.js/dist/tippy.css.js +0 -6
- package/cjs/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js +0 -13
- package/cjs/ssr/ssr/index.js +0 -12
- package/cjs/styles/utils/colors-export.js +0 -41
- package/cjs/utils/dateTime.js +0 -20
- package/cjs/utils/defaultTheme.js +0 -75
- package/doctor-storybook.log +0 -20
- package/esm/_virtual/_rollupPluginBabelHelpers.js +0 -74
- package/esm/_virtual/index.js +0 -3
- package/esm/_virtual/index2.js +0 -3
- package/esm/_virtual/index3.js +0 -3
- package/esm/_virtual/index4.js +0 -3
- package/esm/_virtual/index5.js +0 -3
- package/esm/_virtual/react-dom.development.js +0 -3
- package/esm/_virtual/react-dom.production.js +0 -3
- package/esm/_virtual/react-is.development.js +0 -3
- package/esm/_virtual/react-is.development2.js +0 -3
- package/esm/_virtual/react-is.production.min.js +0 -3
- package/esm/_virtual/react-is.production.min2.js +0 -3
- package/esm/_virtual/react.development.js +0 -3
- package/esm/_virtual/react.production.js +0 -3
- package/esm/components/data/Alert/Alert.js +0 -75
- package/esm/components/data/Alert/Alert.styled.js +0 -70
- package/esm/components/data/Alert/data/Alert/index.js +0 -1
- package/esm/components/data/Badge/Badge.js +0 -89
- package/esm/components/data/Badge/Badge.styled.js +0 -156
- package/esm/components/data/Badge/data/Badge/index.js +0 -1
- package/esm/components/data/Popover/Popover.js +0 -96
- package/esm/components/data/Popover/Popover.styled.js +0 -150
- package/esm/components/data/Popover/data/Popover/index.js +0 -1
- package/esm/components/data/Tab/Tab.js +0 -27
- package/esm/components/data/Tab/Tab.styled.js +0 -19
- package/esm/components/data/Tab/data/Tab/index.js +0 -1
- package/esm/components/data/Tabs/Tabs.js +0 -97
- package/esm/components/data/Tabs/Tabs.styled.js +0 -98
- package/esm/components/data/Tabs/data/Tabs/index.js +0 -1
- package/esm/components/data/Tooltip/Tooltip.js +0 -48
- package/esm/components/data/Tooltip/Tooltip.styled.js +0 -29
- package/esm/components/data/Tooltip/data/Tooltip/index.js +0 -1
- package/esm/components/data/VerificationStatusIcon/VerificationStatusIcon.js +0 -38
- package/esm/components/data/VerificationStatusIcon/VerificationStatusIcon.styled.js +0 -78
- package/esm/components/data/data/index.js +0 -7
- package/esm/components/inputs/ActionButton/ActionButton.js +0 -40
- package/esm/components/inputs/ActionButton/ActionButton.styled.js +0 -67
- package/esm/components/inputs/ActionButton/inputs/ActionButton/index.js +0 -1
- package/esm/components/inputs/Button/Button.js +0 -191
- package/esm/components/inputs/Button/Button.styled.js +0 -323
- package/esm/components/inputs/Button/inputs/Button/index.js +0 -1
- package/esm/components/inputs/Checkbox/Checkbox.js +0 -98
- package/esm/components/inputs/Checkbox/Checkbox.styled.js +0 -147
- package/esm/components/inputs/Checkbox/inputs/Checkbox/index.js +0 -1
- package/esm/components/inputs/CompactAutocompleteSelect/CompactAutocompleteSelect.js +0 -264
- package/esm/components/inputs/CompactAutocompleteSelect/CompactAutocompleteSelect.styled.js +0 -335
- package/esm/components/inputs/CompactAutocompleteSelect/inputs/CompactAutocompleteSelect/index.js +0 -1
- package/esm/components/inputs/CompactStarRating/CompactStarRating.js +0 -173
- package/esm/components/inputs/CompactStarRating/CompactStarRating.styled.js +0 -256
- package/esm/components/inputs/CompactStarRating/inputs/CompactStarRating/index.js +0 -1
- package/esm/components/inputs/CompactTextInput/CompactTextInput.js +0 -183
- package/esm/components/inputs/CompactTextInput/CompactTextInput.styled.js +0 -389
- package/esm/components/inputs/CompactTextInput/inputs/CompactTextInput/index.js +0 -1
- package/esm/components/inputs/MultiLevelCheckbox/MultiLevelCheckbox.js +0 -247
- package/esm/components/inputs/MultiLevelCheckbox/MultiLevelCheckbox.styled.js +0 -92
- package/esm/components/inputs/MultiLevelCheckboxSelect/MultiLevelCheckboxSelect.js +0 -181
- package/esm/components/inputs/MultiLevelCheckboxSelect/MultiLevelCheckboxSelect.styled.js +0 -129
- package/esm/components/inputs/MultiSelect/MultiSelect.js +0 -204
- package/esm/components/inputs/MultiSelect/MultiSelect.styled.js +0 -251
- package/esm/components/inputs/MultiSelect/inputs/MultiSelect/index.js +0 -1
- package/esm/components/inputs/Radio/Radio.js +0 -63
- package/esm/components/inputs/Radio/Radio.styled.js +0 -91
- package/esm/components/inputs/Radio/inputs/Radio/index.js +0 -1
- package/esm/components/inputs/Switch/Switch.js +0 -65
- package/esm/components/inputs/Switch/Switch.styled.js +0 -125
- package/esm/components/inputs/Switch/inputs/Switch/index.js +0 -1
- package/esm/components/inputs/TextArea/TextArea.js +0 -172
- package/esm/components/inputs/TextArea/TextArea.styled.js +0 -512
- package/esm/components/inputs/TextArea/inputs/TextArea/index.js +0 -1
- package/esm/components/inputs/TextInput/TextInput.js +0 -142
- package/esm/components/inputs/TextInput/TextInput.styled.js +0 -274
- package/esm/components/inputs/TextInput/inputs/TextInput/index.js +0 -1
- package/esm/components/inputs/inputs/index.js +0 -13
- package/esm/components/layout/InputGroup/InputGroup.js +0 -22
- package/esm/components/layout/InputGroup/InputGroup.styled.js +0 -15
- package/esm/components/layout/InputGroup/layout/InputGroup/index.js +0 -1
- package/esm/components/layout/SectionSeparator/SectionSeparator.js +0 -25
- package/esm/components/layout/SectionSeparator/SectionSeparator.styled.js +0 -20
- package/esm/components/layout/SectionSeparator/layout/SectionSeparator/index.js +0 -1
- package/esm/components/layout/layout/index.js +0 -2
- package/esm/components/widgets/AssetAction/AssetAction.js +0 -102
- package/esm/components/widgets/AssetAction/AssetAction.styled.js +0 -57
- package/esm/components/widgets/AssetActionsBase/AssetActionsBase.js +0 -31
- package/esm/components/widgets/AssetActionsBase/AssetActionsBase.styled.js +0 -21
- package/esm/components/widgets/AssetGallery/AssetGallery.js +0 -102
- package/esm/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryBase.js +0 -387
- package/esm/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryBase.styled.js +0 -42
- package/esm/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryCompactCard/AssetGalleryCompactCard.js +0 -401
- package/esm/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryCompactCard/AssetGalleryCompactCard.styled.js +0 -358
- package/esm/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryGridCard/AssetGalleryGridCard.js +0 -392
- package/esm/components/widgets/AssetGallery/AssetGalleryBase/AssetGalleryGridCard/AssetGalleryGridCard.styled.js +0 -302
- package/esm/components/widgets/AssetGallery/asset.propType.js +0 -53
- package/esm/components/widgets/AssetGallery/widgets/AssetGallery/index.js +0 -1
- package/esm/components/widgets/AssetPreview/AssetPreviewTopBar/AssetPreviewTopBar.js +0 -46
- package/esm/components/widgets/AssetPreview/AssetPreviewTopBar/AssetPreviewTopBar.styled.js +0 -95
- package/esm/components/widgets/AssetPreview/AssetPreviewTopBar/widgets/AssetPreview/AssetPreviewTopBar/index.js +0 -1
- package/esm/components/widgets/ContextMenu/ContextMenu.js +0 -25
- package/esm/components/widgets/ContextMenu/ContextMenu.styled.js +0 -16
- package/esm/components/widgets/ContextMenu/ContextMenuItem/ContextMenuItem.js +0 -46
- package/esm/components/widgets/ContextMenu/ContextMenuItem/ContextMenuItem.styled.js +0 -92
- package/esm/components/widgets/ContextMenu/ContextMenuItem/widgets/ContextMenu/ContextMenuItem/index.js +0 -1
- package/esm/components/widgets/ContextMenu/ContextMenuItemsGroup/ContextMenuItemsGroup.js +0 -24
- package/esm/components/widgets/ContextMenu/ContextMenuItemsGroup/ContextMenuItemsGroup.styled.js +0 -27
- package/esm/components/widgets/ContextMenu/ContextMenuItemsGroup/widgets/ContextMenu/ContextMenuItemsGroup/index.js +0 -1
- package/esm/components/widgets/ContextMenu/widgets/ContextMenu/index.js +0 -1
- package/esm/components/widgets/InfoCard/InfoCard.js +0 -43
- package/esm/components/widgets/InfoCard/InfoCard.styled.js +0 -121
- package/esm/components/widgets/InfoCard/widgets/InfoCard/index.js +0 -1
- package/esm/components/widgets/ProgressBar/ProgressBar.js +0 -75
- package/esm/components/widgets/ProgressBar/ProgressBar.styled.js +0 -191
- package/esm/components/widgets/ProgressBar/widgets/ProgressBar/index.js +0 -1
- package/esm/components/widgets/SummaryCard/SummaryCard.js +0 -89
- package/esm/components/widgets/SummaryCard/SummaryCard.styled.js +0 -151
- package/esm/components/widgets/widgets/index.js +0 -8
- package/esm/hooks/useEventListner.js +0 -22
- package/esm/hooks/useIsomorphicLayoutEffect.js +0 -7
- package/esm/hooks/useOnClickOutside.js +0 -13
- package/esm/icons/arrow-back.svg.js +0 -16
- package/esm/icons/check-rectangle-filled.svg.js +0 -16
- package/esm/icons/headset.svg.js +0 -16
- package/esm/icons/layers.svg.js +0 -16
- package/esm/icons/link.svg.js +0 -16
- package/esm/icons/play.svg.js +0 -16
- package/esm/icons/search.svg.js +0 -16
- package/esm/icons/star-filled.svg.js +0 -16
- package/esm/icons/star.svg.js +0 -16
- package/esm/icons/triangle-right.svg.js +0 -16
- package/esm/icons/verification.svg.js +0 -16
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -7
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -5
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -6
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -5
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -18
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -12
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -7
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -16
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -10
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -5
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -29
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -5
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -5
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -25
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -15
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -11
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -10
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -7
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
- package/esm/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -9
- package/esm/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -11
- package/esm/node_modules/@emotion/cache/dist/emotion-cache.esm.js +0 -499
- package/esm/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -55
- package/esm/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -9
- package/esm/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +0 -149
- package/esm/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -56
- package/esm/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -236
- package/esm/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -140
- package/esm/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -52
- package/esm/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +0 -12
- package/esm/node_modules/@emotion/utils/dist/emotion-utils.esm.js +0 -54
- package/esm/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -16
- package/esm/node_modules/@floating-ui/core/dist/floating-ui.core.mjs.js +0 -902
- package/esm/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs.js +0 -370
- package/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs.js +0 -112
- package/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs.js +0 -139
- package/esm/node_modules/@restart/hooks/lib/useMergedRefs.js +0 -38
- package/esm/node_modules/@restart/hooks/lib/useUpdateEffect.js +0 -35
- package/esm/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -22
- package/esm/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +0 -181
- package/esm/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +0 -17
- package/esm/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +0 -11
- package/esm/node_modules/memoize-one/dist/memoize-one.esm.js +0 -51
- package/esm/node_modules/object-assign/index.js +0 -90
- package/esm/node_modules/prop-types/checkPropTypes.js +0 -106
- package/esm/node_modules/prop-types/factoryWithThrowingShims.js +0 -65
- package/esm/node_modules/prop-types/index.js +0 -29
- package/esm/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -12
- package/esm/node_modules/prop-types/lib/has.js +0 -3
- package/esm/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -181
- package/esm/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -17
- package/esm/node_modules/prop-types/node_modules/react-is/index.js +0 -11
- package/esm/node_modules/react/cjs/react.development.js +0 -1287
- package/esm/node_modules/react/cjs/react.production.js +0 -543
- package/esm/node_modules/react/index.js +0 -15
- package/esm/node_modules/react-dom/cjs/react-dom.development.js +0 -427
- package/esm/node_modules/react-dom/cjs/react-dom.production.js +0 -213
- package/esm/node_modules/react-dom/index.js +0 -42
- package/esm/node_modules/react-lazy-load-image-component/src/effects/opacity.css.js +0 -4
- package/esm/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +0 -19
- package/esm/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2650
- package/esm/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1385
- package/esm/node_modules/react-select/dist/useCreatable-09aaeb9a.esm.js +0 -97
- package/esm/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -74
- package/esm/node_modules/style-inject/dist/style-inject.es.js +0 -28
- package/esm/node_modules/stylis/src/Enum.js +0 -12
- package/esm/node_modules/stylis/src/Middleware.js +0 -32
- package/esm/node_modules/stylis/src/Parser.js +0 -193
- package/esm/node_modules/stylis/src/Serializer.js +0 -38
- package/esm/node_modules/stylis/src/Tokenizer.js +0 -223
- package/esm/node_modules/stylis/src/Utility.js +0 -117
- package/esm/node_modules/tippy.js/animations/shift-away-subtle.css.js +0 -4
- package/esm/node_modules/tippy.js/dist/tippy.css.js +0 -4
- package/esm/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js +0 -9
- package/esm/styles/utils/colors-export.js +0 -37
- package/esm/utils/dateTime.js +0 -16
- package/esm/utils/defaultTheme.js +0 -70
- package/migration-storybook.log +0 -392
- package/styles/utils/colors-export.js +0 -35
- /package/{esm/ssr → build}/ssr/index.js +0 -0
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _rollupPluginBabelHelpers = require('../../../_virtual/_rollupPluginBabelHelpers.js');
|
|
6
|
-
var index$1 = require('../../../node_modules/prop-types/index.js');
|
|
7
|
-
var index = require('../../../node_modules/react/index.js');
|
|
8
|
-
var warningCircle = require('../../../icons/warning-circle.svg.js');
|
|
9
|
-
var SummaryCard_styled = require('./SummaryCard.styled.js');
|
|
10
|
-
var Alert = require('../../data/Alert/Alert.js');
|
|
11
|
-
|
|
12
|
-
const _excluded = ["activeSummaryCard", "title", "description", "instructions", "instructionsType", "headerLeft", "headerRight", "footerLeft", "footerRight", "width", "useBorder", "view"];
|
|
13
|
-
const SummaryCard = index["default"].forwardRef(function AssetSummaryCard(_ref, forwardedRef) {
|
|
14
|
-
let {
|
|
15
|
-
activeSummaryCard,
|
|
16
|
-
title,
|
|
17
|
-
description,
|
|
18
|
-
instructions,
|
|
19
|
-
instructionsType,
|
|
20
|
-
headerLeft,
|
|
21
|
-
headerRight,
|
|
22
|
-
footerLeft,
|
|
23
|
-
footerRight,
|
|
24
|
-
width,
|
|
25
|
-
useBorder,
|
|
26
|
-
view
|
|
27
|
-
} = _ref,
|
|
28
|
-
props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
|
29
|
-
const shouldRenderInstructions = !!instructions;
|
|
30
|
-
const shouldRenderHeader = !!headerLeft || !!headerRight;
|
|
31
|
-
const shouldRenderFooter = !!footerLeft || !!footerRight;
|
|
32
|
-
const shouldAddGutterAfterInstructions = shouldRenderInstructions && shouldRenderFooter;
|
|
33
|
-
const shouldAddGutterAfterTitle = !!title && (!!description || !!instructions || shouldRenderFooter);
|
|
34
|
-
if (!activeSummaryCard) return null;
|
|
35
|
-
const filteredProps = Object.fromEntries(Object.entries(props).filter(([key]) => key !== 'compact'));
|
|
36
|
-
return index["default"].createElement(SummaryCard_styled.SummaryCard, _rollupPluginBabelHelpers["extends"]({
|
|
37
|
-
ref: forwardedRef,
|
|
38
|
-
width: width,
|
|
39
|
-
$useBorder: useBorder
|
|
40
|
-
}, filteredProps, {
|
|
41
|
-
view: view
|
|
42
|
-
}), shouldRenderHeader && index["default"].createElement(index["default"].Fragment, null, index["default"].createElement(SummaryCard_styled.Gutter, {
|
|
43
|
-
$gutter: 8
|
|
44
|
-
}), index["default"].createElement(SummaryCard_styled.Header, null, index["default"].createElement(SummaryCard_styled.HeaderLeft, null, headerLeft), index["default"].createElement(SummaryCard_styled.HeaderRight, null, headerRight))), index["default"].createElement(SummaryCard_styled.Gutter, {
|
|
45
|
-
$gutter: shouldRenderHeader ? 8 : 16
|
|
46
|
-
}), title && index["default"].createElement(SummaryCard_styled.Title, null, title), shouldAddGutterAfterTitle && index["default"].createElement(SummaryCard_styled.Gutter, {
|
|
47
|
-
$gutter: 4
|
|
48
|
-
}), description && index["default"].createElement(SummaryCard_styled.Description, null, description), index["default"].createElement(SummaryCard_styled.Gutter, {
|
|
49
|
-
$gutter: 16
|
|
50
|
-
}), shouldRenderInstructions && index["default"].createElement(SummaryCard_styled.Instruction, null, index["default"].createElement(Alert["default"], {
|
|
51
|
-
icon: index["default"].createElement(warningCircle.ReactComponent, null),
|
|
52
|
-
alertMessage: instructions,
|
|
53
|
-
type: instructionsType,
|
|
54
|
-
fontSize: 12,
|
|
55
|
-
verticalPadding: 12,
|
|
56
|
-
horizontalPadding: 16,
|
|
57
|
-
width: width,
|
|
58
|
-
lineClamp: 1
|
|
59
|
-
})), shouldAddGutterAfterInstructions && index["default"].createElement(SummaryCard_styled.Gutter, {
|
|
60
|
-
$gutter: 16
|
|
61
|
-
}), shouldRenderFooter && index["default"].createElement(SummaryCard_styled.Footer, null, index["default"].createElement(SummaryCard_styled.FooterLeft, null, footerLeft), index["default"].createElement(SummaryCard_styled.FooterRight, null, footerRight)), shouldRenderFooter && index["default"].createElement(SummaryCard_styled.Gutter, {
|
|
62
|
-
$gutter: 16
|
|
63
|
-
}));
|
|
64
|
-
});
|
|
65
|
-
SummaryCard.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
66
|
-
activeSummaryCard: index$1["default"].bool,
|
|
67
|
-
title: index$1["default"].string,
|
|
68
|
-
description: index$1["default"].string,
|
|
69
|
-
instructions: index$1["default"].string,
|
|
70
|
-
instructionsType: index$1["default"].oneOf(['warning', 'error', 'info']),
|
|
71
|
-
headerLeft: index$1["default"].node,
|
|
72
|
-
headerRight: index$1["default"].node,
|
|
73
|
-
footerLeft: index$1["default"].node,
|
|
74
|
-
footerRight: index$1["default"].node,
|
|
75
|
-
width: index$1["default"].number,
|
|
76
|
-
useBorder: index$1["default"].bool,
|
|
77
|
-
view: index$1["default"].string
|
|
78
|
-
} : {};
|
|
79
|
-
SummaryCard.defaultProps = {
|
|
80
|
-
title: '',
|
|
81
|
-
description: '',
|
|
82
|
-
instructions: '',
|
|
83
|
-
instructionsType: 'info',
|
|
84
|
-
headerLeft: null,
|
|
85
|
-
headerRight: null,
|
|
86
|
-
footerLeft: null,
|
|
87
|
-
footerRight: null,
|
|
88
|
-
useBorder: false,
|
|
89
|
-
activeSummaryCard: false
|
|
90
|
-
};
|
|
91
|
-
var SummaryCard$1 = SummaryCard;
|
|
92
|
-
|
|
93
|
-
exports["default"] = SummaryCard$1;
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var styled = require('styled-components');
|
|
6
|
-
var defaultTheme = require('../../../utils/defaultTheme.js');
|
|
7
|
-
var react = require('@floating-ui/react');
|
|
8
|
-
|
|
9
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
|
-
|
|
11
|
-
var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
12
|
-
|
|
13
|
-
let _ = t => t,
|
|
14
|
-
_t,
|
|
15
|
-
_t2,
|
|
16
|
-
_t3,
|
|
17
|
-
_t4,
|
|
18
|
-
_t5,
|
|
19
|
-
_t6,
|
|
20
|
-
_t7,
|
|
21
|
-
_t8,
|
|
22
|
-
_t9,
|
|
23
|
-
_t0,
|
|
24
|
-
_t1,
|
|
25
|
-
_t10,
|
|
26
|
-
_t11,
|
|
27
|
-
_t12;
|
|
28
|
-
const shouldForwardProp = prop => {
|
|
29
|
-
return prop !== 'theme' && !prop.startsWith('$');
|
|
30
|
-
};
|
|
31
|
-
const SummaryCard = styled__default["default"].div.withConfig({
|
|
32
|
-
shouldForwardProp
|
|
33
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t || (_t = _`
|
|
34
|
-
display: flex;
|
|
35
|
-
flex-direction: column;
|
|
36
|
-
border-radius: 4px;
|
|
37
|
-
width: ${0};
|
|
38
|
-
${0};
|
|
39
|
-
|
|
40
|
-
${0}
|
|
41
|
-
`), props => props.width ? `${props.width}px` : '100%', props => props.view === 'compact' ? props.theme.themeProp('background', props.theme.getColor('gray-700'), props.theme.getColor('white')) : 'background: transparent', props => props.$useBorder ? props.theme.themeProp('border', `1px solid ${props.theme.getColor('gray-500')}`, `1px solid ${props.theme.getColor('gray-300')}`) : null);
|
|
42
|
-
const Gutter = styled__default["default"].div.withConfig({
|
|
43
|
-
shouldForwardProp
|
|
44
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t2 || (_t2 = _`
|
|
45
|
-
${0}
|
|
46
|
-
padding-bottom: ${0}px;
|
|
47
|
-
`), props => {
|
|
48
|
-
if (props.renderAsMargin) {
|
|
49
|
-
return styled.css(_t3 || (_t3 = _`
|
|
50
|
-
margin-bottom: ${0}px;
|
|
51
|
-
`), props.$gutter || 8);
|
|
52
|
-
} else {
|
|
53
|
-
return styled.css(_t4 || (_t4 = _`
|
|
54
|
-
padding-bottom: ${0}px;
|
|
55
|
-
`), props.$gutter || 8);
|
|
56
|
-
}
|
|
57
|
-
}, props => props.$gutter || 8);
|
|
58
|
-
const Header = styled__default["default"].div.withConfig({
|
|
59
|
-
shouldForwardProp
|
|
60
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t5 || (_t5 = _`
|
|
61
|
-
display: flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
justify-content: space-between;
|
|
64
|
-
padding: 0 16px;
|
|
65
|
-
`));
|
|
66
|
-
const HeaderLeft = styled__default["default"].div.withConfig({
|
|
67
|
-
shouldForwardProp
|
|
68
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t6 || (_t6 = _`
|
|
69
|
-
display: flex;
|
|
70
|
-
align-items: center;
|
|
71
|
-
justify-content: flex-start;
|
|
72
|
-
|
|
73
|
-
> * {
|
|
74
|
-
margin-right: 4px;
|
|
75
|
-
}
|
|
76
|
-
`));
|
|
77
|
-
const HeaderRight = styled__default["default"].div.withConfig({
|
|
78
|
-
shouldForwardProp
|
|
79
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t7 || (_t7 = _`
|
|
80
|
-
display: flex;
|
|
81
|
-
align-items: center;
|
|
82
|
-
justify-content: flex-end;
|
|
83
|
-
|
|
84
|
-
> * {
|
|
85
|
-
margin-left: 4px;
|
|
86
|
-
}
|
|
87
|
-
`));
|
|
88
|
-
const Title = styled__default["default"].span.withConfig({
|
|
89
|
-
shouldForwardProp
|
|
90
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t8 || (_t8 = _`
|
|
91
|
-
display: inline-block;
|
|
92
|
-
padding: 0 16px;
|
|
93
|
-
font: normal normal 500 14px/19px Roboto;
|
|
94
|
-
letter-spacing: 0.28px;
|
|
95
|
-
display: -webkit-box;
|
|
96
|
-
-webkit-line-clamp: 1;
|
|
97
|
-
-webkit-box-orient: vertical;
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
text-overflow: ellipsis;
|
|
100
|
-
box-sizing: border-box;
|
|
101
|
-
|
|
102
|
-
${0};
|
|
103
|
-
`), props => props.theme.themeProp('color', props.theme.getColor('white'), props.theme.getColor('gray-700')));
|
|
104
|
-
const Description = styled__default["default"].span.withConfig({
|
|
105
|
-
shouldForwardProp
|
|
106
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t9 || (_t9 = _`
|
|
107
|
-
padding: 0 16px;
|
|
108
|
-
text-align: left;
|
|
109
|
-
font: normal normal normal 12px/16px Roboto;
|
|
110
|
-
letter-spacing: 0.24px;
|
|
111
|
-
display: -webkit-box;
|
|
112
|
-
-webkit-line-clamp: 3;
|
|
113
|
-
-webkit-box-orient: vertical;
|
|
114
|
-
overflow: hidden;
|
|
115
|
-
text-overflow: ellipsis;
|
|
116
|
-
box-sizing: border-box;
|
|
117
|
-
|
|
118
|
-
${0};
|
|
119
|
-
`), props => props.theme.themeProp('color', props.theme.getColor('white'), props.theme.getColor('gray-700')));
|
|
120
|
-
const Instruction = styled__default["default"].div.withConfig({
|
|
121
|
-
shouldForwardProp
|
|
122
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t0 || (_t0 = _``));
|
|
123
|
-
const Footer = styled__default["default"].div.withConfig({
|
|
124
|
-
shouldForwardProp
|
|
125
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t1 || (_t1 = _`
|
|
126
|
-
display: flex;
|
|
127
|
-
align-items: center;
|
|
128
|
-
justify-content: space-between;
|
|
129
|
-
padding: 0 16px;
|
|
130
|
-
`));
|
|
131
|
-
const FooterLeft = styled__default["default"].div.withConfig({
|
|
132
|
-
shouldForwardProp
|
|
133
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t10 || (_t10 = _`
|
|
134
|
-
display: flex;
|
|
135
|
-
align-items: center;
|
|
136
|
-
justify-content: flex-start;
|
|
137
|
-
|
|
138
|
-
> * {
|
|
139
|
-
margin-right: 4px;
|
|
140
|
-
}
|
|
141
|
-
`));
|
|
142
|
-
const FooterRight = styled__default["default"].div.withConfig({
|
|
143
|
-
shouldForwardProp
|
|
144
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t11 || (_t11 = _`
|
|
145
|
-
display: flex;
|
|
146
|
-
align-items: center;
|
|
147
|
-
justify-content: flex-end;
|
|
148
|
-
|
|
149
|
-
> * {
|
|
150
|
-
margin-left: 4px;
|
|
151
|
-
}
|
|
152
|
-
`));
|
|
153
|
-
styled__default["default"](react.FloatingArrow).withConfig({
|
|
154
|
-
shouldForwardProp
|
|
155
|
-
}).attrs(defaultTheme.applyDefaultTheme)(_t12 || (_t12 = _`
|
|
156
|
-
${0}
|
|
157
|
-
`), props => props.theme.themeProp('fill', props.theme.getColor('gray-700'), props.theme.getColor('white')));
|
|
158
|
-
|
|
159
|
-
exports.Description = Description;
|
|
160
|
-
exports.Footer = Footer;
|
|
161
|
-
exports.FooterLeft = FooterLeft;
|
|
162
|
-
exports.FooterRight = FooterRight;
|
|
163
|
-
exports.Gutter = Gutter;
|
|
164
|
-
exports.Header = Header;
|
|
165
|
-
exports.HeaderLeft = HeaderLeft;
|
|
166
|
-
exports.HeaderRight = HeaderRight;
|
|
167
|
-
exports.Instruction = Instruction;
|
|
168
|
-
exports.SummaryCard = SummaryCard;
|
|
169
|
-
exports.Title = Title;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var AssetGallery = require('../AssetGallery/AssetGallery.js');
|
|
6
|
-
var ContextMenu = require('../ContextMenu/ContextMenu.js');
|
|
7
|
-
var AssetPreviewTopBar = require('../AssetPreview/AssetPreviewTopBar/AssetPreviewTopBar.js');
|
|
8
|
-
var SummaryCard = require('../SummaryCard/SummaryCard.js');
|
|
9
|
-
var AssetActionsBase = require('../AssetActionsBase/AssetActionsBase.js');
|
|
10
|
-
var AssetAction = require('../AssetAction/AssetAction.js');
|
|
11
|
-
var ProgressBar = require('../ProgressBar/ProgressBar.js');
|
|
12
|
-
var InfoCard = require('../InfoCard/InfoCard.js');
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
exports.AssetGallery = AssetGallery["default"];
|
|
17
|
-
exports.ContextMenu = ContextMenu["default"];
|
|
18
|
-
exports.AssetPreviewTopBar = AssetPreviewTopBar["default"];
|
|
19
|
-
exports.SummaryCard = SummaryCard["default"];
|
|
20
|
-
exports.AssetActionBase = AssetActionsBase["default"];
|
|
21
|
-
exports.AssetAction = AssetAction["default"];
|
|
22
|
-
exports.ProgressBar = ProgressBar["default"];
|
|
23
|
-
exports.InfoCard = InfoCard["default"];
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var useIsomorphicLayoutEffect = require('./useIsomorphicLayoutEffect.js');
|
|
7
|
-
var index = require('../_virtual/index.js');
|
|
8
|
-
|
|
9
|
-
function useEventListener(eventName, handler, element, options) {
|
|
10
|
-
const savedHandler = index.react.exports.useRef(handler);
|
|
11
|
-
useIsomorphicLayoutEffect["default"](() => {
|
|
12
|
-
savedHandler.current = handler;
|
|
13
|
-
}, [handler]);
|
|
14
|
-
index.react.exports.useEffect(() => {
|
|
15
|
-
var _element$current;
|
|
16
|
-
const targetElement = (_element$current = element === null || element === void 0 ? void 0 : element.current) !== null && _element$current !== void 0 ? _element$current : window;
|
|
17
|
-
if (!(targetElement && targetElement.addEventListener)) return;
|
|
18
|
-
const listener = event => savedHandler.current(event);
|
|
19
|
-
targetElement.addEventListener(eventName, listener, options);
|
|
20
|
-
return () => {
|
|
21
|
-
targetElement.removeEventListener(eventName, listener, options);
|
|
22
|
-
};
|
|
23
|
-
}, [eventName, element, options]);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
exports.useEventListener = useEventListener;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
const useIsomorphicLayoutEffect = typeof window !== 'undefined' ? index.react.exports.useLayoutEffect : index.react.exports.useEffect;
|
|
9
|
-
var useIsomorphicLayoutEffect$1 = useIsomorphicLayoutEffect;
|
|
10
|
-
|
|
11
|
-
exports["default"] = useIsomorphicLayoutEffect$1;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var useEventListner = require('./useEventListner.js');
|
|
6
|
-
|
|
7
|
-
function useOnClickOutside(ref, handler, mouseEvent = 'mousedown') {
|
|
8
|
-
useEventListner.useEventListener(mouseEvent, event => {
|
|
9
|
-
const el = ref === null || ref === void 0 ? void 0 : ref.current;
|
|
10
|
-
if (!el || el.contains(event.target)) {
|
|
11
|
-
return;
|
|
12
|
-
}
|
|
13
|
-
handler(event);
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
exports.useOnClickOutside = useOnClickOutside;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgArrowBack(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 32 32"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M16 32L0 16 16 0l2.1 2.1L5.7 14.5H32v3H5.7l12.4 12.4L16 32z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgArrowBack;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgArrowForward(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 16 16"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
className: "arrow-forward_svg__st0",
|
|
16
|
-
d: "M12.2 9H0V7h12.2L6.6 1.4 8 0l8 8-8 8-1.4-1.4L12.2 9z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgArrowForward;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgCheckRectangleFilled(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 24 24"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M10.146 17.622l9.412-9.412-1.87-1.869-7.542 7.543-3.805-3.805-1.869 1.87 5.674 5.673zM2.67 24.03q-1.101 0-1.886-.784T0 21.36V2.67Q0 1.569.784.784T2.67 0h18.69q1.101 0 1.886.784t.784 1.886v18.69q0 1.101-.784 1.886t-1.886.784H2.67z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgCheckRectangleFilled;
|
package/cjs/icons/close.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgClose(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 27.3 27.3"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M2.1 27.3L0 25.2l11.55-11.55L0 2.1 2.1 0l11.55 11.55L25.2 0l2.1 2.1-11.55 11.55L27.3 25.2l-2.1 2.1-11.55-11.55L2.1 27.3z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgClose;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgEditNote(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 14.67 12"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M7 12v-1.77l4.42-4.42 1.77 1.77L8.77 12H7zM0 7.75v-1.5h6v1.5H0zM13.77 7L12 5.23l.67-.67c.15-.15.33-.23.53-.23s.38.08.53.23l.71.71c.15.15.23.33.23.53s-.08.38-.23.53l-.67.67zM0 4.63v-1.5h9v1.5H0zM0 1.5V0h9v1.5H0z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgEditNote;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgExpandMore(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 24 14.15"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M12 14.15l-12-12L2.15 0 12 9.9 21.85.05 24 2.2 12 14.15z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgExpandMore;
|
package/cjs/icons/headset.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgHeadset(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
fill: "currentColor",
|
|
14
|
-
viewBox: "0 0 24 24"
|
|
15
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
16
|
-
d: "M9 21H5q-.825 0-1.413-.587Q3 19.825 3 19v-7q0-1.875.712-3.513.713-1.637 1.926-2.85 1.212-1.212 2.85-1.925Q10.125 3 12 3t3.513.712q1.637.713 2.85 1.925 1.212 1.213 1.925 2.85Q21 10.125 21 12v7q0 .825-.587 1.413Q19.825 21 19 21h-4v-8h4v-1q0-2.925-2.038-4.963Q14.925 5 12 5T7.038 7.037Q5 9.075 5 12v1h4zm-2-6H5v4h2zm10 0v4h2v-4zm0 0h2-2zM7 15H5z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgHeadset;
|
package/cjs/icons/layers.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgLayers(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "-1 0 24 24"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M11.16 23.622L0 14.942l2.046-1.55 9.114 7.068 9.114-7.068 2.046 1.55-11.16 8.68zm0-6.262L0 8.68 11.16 0l11.16 8.68-11.16 8.68z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgLayers;
|
package/cjs/icons/link.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgLink(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 20 10"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M9 10H5c-1.38 0-2.56-.49-3.54-1.46S0 6.39 0 5s.49-2.56 1.46-3.54S3.62 0 5 0h4v2H5c-.83 0-1.54.29-2.13.88s-.88 1.29-.88 2.13.29 1.54.88 2.13 1.29.88 2.13.88h4v2zM6 6V4h8v2H6zm5 4V8h4c.83 0 1.54-.29 2.13-.88s.88-1.29.88-2.13-.29-1.54-.88-2.13-1.29-.88-2.13-.88h-4V0h4c1.38 0 2.56.49 3.54 1.46S20 3.61 20 5s-.49 2.56-1.46 3.54S16.39 10 15 10h-4z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgLink;
|
package/cjs/icons/play.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgPlay(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "-3 -0.25 24 24"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M0 23.52V0l18.48 11.76L0 23.52z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgPlay;
|
package/cjs/icons/search.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgSearch(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 24 24"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M17.153 15.094h-1.084l-.385-.37a8.933 8.933 0 10-.96.96l.37.385v1.084L21.955 24 24 21.955zm-8.234 0a6.175 6.175 0 116.175-6.175 6.167 6.167 0 01-6.175 6.175z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgSearch;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgStarFilled(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 40 38"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M7.65 38l3.25-14.05L0 14.5l14.4-1.25L20 0l5.6 13.25L40 14.5l-10.9 9.45L32.35 38 20 30.55 7.65 38z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgStarFilled;
|
package/cjs/icons/star.svg.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgStar(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 40 38"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M12.2 31.8l7.8-4.7 7.9 4.8-2.1-8.9 6.9-6-9.1-.8L20 7.7l-3.5 8.4-9.1.8 6.9 6-2.1 8.9zM7.7 38L11 24 0 14.5l14.4-1.2L20 0l5.6 13.2L40 14.5 29.1 24l3.3 14L20 30.6 7.7 38z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgStar;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
require('../node_modules/react/index.js');
|
|
6
|
-
var index = require('../_virtual/index.js');
|
|
7
|
-
|
|
8
|
-
var _path;
|
|
9
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
-
function SvgTriangleRight(props) {
|
|
11
|
-
return /*#__PURE__*/index.react.exports.createElement("svg", _extends({
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 10 20"
|
|
14
|
-
}, props), _path || (_path = /*#__PURE__*/index.react.exports.createElement("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M0 20V0l10 10L0 20z"
|
|
17
|
-
})));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.ReactComponent = SvgTriangleRight;
|