@ntbjs/react-components 2.0.0-rc.13 → 2.0.0-rc.26
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-03dc5f67.js +92 -0
- package/build/Alert-8a511bdc.js +138 -0
- package/build/AssetAction-d081e4b7.js +2377 -0
- package/build/AssetPreviewTopBar-623cfa18.js +152 -0
- package/build/Badge-aa4cd9c1.js +221 -0
- package/build/Button-2e26f5da.js +449 -0
- package/build/Checkbox-0b8faf49.js +220 -0
- package/build/CompactAutocompleteSelect-797778cb.js +555 -0
- package/build/CompactStarRating-da21b53f.js +436 -0
- package/build/CompactTextInput-d56aec71.js +541 -0
- package/build/ContextMenu-82f9d728.js +33 -0
- package/build/ContextMenuItem-3967010d.js +152 -0
- package/build/InfoCard-d0fdf377.js +132 -0
- package/build/InputGroup-8d4a4644.js +30 -0
- package/build/Instructions-af191987.js +274 -0
- package/build/MultiLevelCheckboxSelect-d229cf98.js +632 -0
- package/build/MultiSelect-d7920eb1.js +470 -0
- package/build/Popover-c4be47ea.js +241 -0
- package/build/ProgressBar-2d26c1fb.js +217 -0
- package/build/Radio-150fb2c9.js +141 -0
- package/build/SectionSeparator-e06c7660.js +38 -0
- package/build/Switch-d2d6e9ec.js +167 -0
- package/build/Tab-ccbca1f2.js +39 -0
- package/build/Tabs-b06c0e24.js +166 -0
- package/build/TextArea-26d3c8a1.js +619 -0
- package/build/TextInput-3a567daa.js +372 -0
- package/build/Tooltip-d5882b82.js +73 -0
- package/build/VerificationStatusIcon-9876b68f.js +120 -0
- package/{esm/node_modules/@babel/runtime/helpers/esm/extends.js → build/_rollupPluginBabelHelpers-4b342fad.js} +3 -1
- package/build/arrow-forward-d7c77ae3.js +37 -0
- package/build/close-1751121a.js +37 -0
- package/build/data/Alert/index.js +12 -0
- package/build/data/Badge/index.js +11 -0
- package/build/data/Popover/index.js +16 -0
- package/build/data/Tab/index.js +11 -0
- package/build/data/Tabs/index.js +13 -0
- package/build/data/Tooltip/index.js +13 -0
- package/build/data/index.js +30 -0
- package/{esm/node_modules/prop-types/factoryWithTypeCheckers.js → build/defaultTheme-d9a7342e.js} +582 -17
- package/build/edit-note-cefe2215.js +37 -0
- package/build/expand-more-d74e2bd2.js +37 -0
- 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 +12 -0
- package/build/inputs/Button/index.js +19 -0
- package/build/inputs/Checkbox/index.js +12 -0
- package/build/inputs/CompactAutocompleteSelect/index.js +29 -0
- package/build/inputs/CompactStarRating/index.js +23 -0
- package/build/inputs/CompactTextInput/index.js +25 -0
- package/build/inputs/MultiSelect/index.js +16 -0
- package/build/inputs/Radio/index.js +13 -0
- package/build/inputs/Switch/index.js +12 -0
- package/build/inputs/TextArea/index.js +26 -0
- package/build/inputs/TextInput/index.js +15 -0
- package/build/inputs/index.js +60 -0
- package/build/layout/InputGroup/index.js +11 -0
- package/build/layout/SectionSeparator/index.js +11 -0
- package/build/layout/index.js +15 -0
- package/build/shift-away-subtle-158617af.js +9 -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/build/widgets/AssetGallery/index.js +55 -0
- package/build/widgets/AssetPreview/AssetPreviewTopBar/index.js +12 -0
- package/build/widgets/ContextMenu/ContextMenuItem/index.js +11 -0
- package/build/widgets/ContextMenu/ContextMenuItemsGroup/index.js +44 -0
- package/build/widgets/ContextMenu/index.js +11 -0
- package/build/widgets/InfoCard/index.js +12 -0
- package/build/widgets/Instructions/index.js +33 -0
- package/build/widgets/ProgressBar/index.js +12 -0
- package/build/widgets/index.js +65 -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/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/arrow-forward.svg.js +0 -16
- package/esm/icons/check-rectangle-filled.svg.js +0 -16
- package/esm/icons/close.svg.js +0 -16
- package/esm/icons/edit-note.svg.js +0 -16
- package/esm/icons/expand-more.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/icons/warning-circle.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/ssr/ssr/index.js +0 -1
- 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/{cjs/ssr → build}/ssr/index.js +0 -0
|
@@ -1,548 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var react_production = require('../../../_virtual/react.production.js');
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* @license React
|
|
9
|
-
* react.production.js
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
12
|
-
*
|
|
13
|
-
* This source code is licensed under the MIT license found in the
|
|
14
|
-
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/
|
|
16
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
17
|
-
REACT_PORTAL_TYPE = Symbol.for("react.portal"),
|
|
18
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
|
|
19
|
-
REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
|
|
20
|
-
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
|
|
21
|
-
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
|
|
22
|
-
REACT_CONTEXT_TYPE = Symbol.for("react.context"),
|
|
23
|
-
REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
|
|
24
|
-
REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
|
|
25
|
-
REACT_MEMO_TYPE = Symbol.for("react.memo"),
|
|
26
|
-
REACT_LAZY_TYPE = Symbol.for("react.lazy"),
|
|
27
|
-
REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
|
|
28
|
-
MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
29
|
-
function getIteratorFn(maybeIterable) {
|
|
30
|
-
if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
|
|
31
|
-
maybeIterable =
|
|
32
|
-
(MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL]) ||
|
|
33
|
-
maybeIterable["@@iterator"];
|
|
34
|
-
return "function" === typeof maybeIterable ? maybeIterable : null;
|
|
35
|
-
}
|
|
36
|
-
var ReactNoopUpdateQueue = {
|
|
37
|
-
isMounted: function () {
|
|
38
|
-
return !1;
|
|
39
|
-
},
|
|
40
|
-
enqueueForceUpdate: function () {},
|
|
41
|
-
enqueueReplaceState: function () {},
|
|
42
|
-
enqueueSetState: function () {}
|
|
43
|
-
},
|
|
44
|
-
assign = Object.assign,
|
|
45
|
-
emptyObject = {};
|
|
46
|
-
function Component(props, context, updater) {
|
|
47
|
-
this.props = props;
|
|
48
|
-
this.context = context;
|
|
49
|
-
this.refs = emptyObject;
|
|
50
|
-
this.updater = updater || ReactNoopUpdateQueue;
|
|
51
|
-
}
|
|
52
|
-
Component.prototype.isReactComponent = {};
|
|
53
|
-
Component.prototype.setState = function (partialState, callback) {
|
|
54
|
-
if (
|
|
55
|
-
"object" !== typeof partialState &&
|
|
56
|
-
"function" !== typeof partialState &&
|
|
57
|
-
null != partialState
|
|
58
|
-
)
|
|
59
|
-
throw Error(
|
|
60
|
-
"takes an object of state variables to update or a function which returns an object of state variables."
|
|
61
|
-
);
|
|
62
|
-
this.updater.enqueueSetState(this, partialState, callback, "setState");
|
|
63
|
-
};
|
|
64
|
-
Component.prototype.forceUpdate = function (callback) {
|
|
65
|
-
this.updater.enqueueForceUpdate(this, callback, "forceUpdate");
|
|
66
|
-
};
|
|
67
|
-
function ComponentDummy() {}
|
|
68
|
-
ComponentDummy.prototype = Component.prototype;
|
|
69
|
-
function PureComponent(props, context, updater) {
|
|
70
|
-
this.props = props;
|
|
71
|
-
this.context = context;
|
|
72
|
-
this.refs = emptyObject;
|
|
73
|
-
this.updater = updater || ReactNoopUpdateQueue;
|
|
74
|
-
}
|
|
75
|
-
var pureComponentPrototype = (PureComponent.prototype = new ComponentDummy());
|
|
76
|
-
pureComponentPrototype.constructor = PureComponent;
|
|
77
|
-
assign(pureComponentPrototype, Component.prototype);
|
|
78
|
-
pureComponentPrototype.isPureReactComponent = !0;
|
|
79
|
-
var isArrayImpl = Array.isArray;
|
|
80
|
-
function noop() {}
|
|
81
|
-
var ReactSharedInternals = { H: null, A: null, T: null, S: null },
|
|
82
|
-
hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
83
|
-
function ReactElement(type, key, props) {
|
|
84
|
-
var refProp = props.ref;
|
|
85
|
-
return {
|
|
86
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
87
|
-
type: type,
|
|
88
|
-
key: key,
|
|
89
|
-
ref: void 0 !== refProp ? refProp : null,
|
|
90
|
-
props: props
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
function cloneAndReplaceKey(oldElement, newKey) {
|
|
94
|
-
return ReactElement(oldElement.type, newKey, oldElement.props);
|
|
95
|
-
}
|
|
96
|
-
function isValidElement(object) {
|
|
97
|
-
return (
|
|
98
|
-
"object" === typeof object &&
|
|
99
|
-
null !== object &&
|
|
100
|
-
object.$$typeof === REACT_ELEMENT_TYPE
|
|
101
|
-
);
|
|
102
|
-
}
|
|
103
|
-
function escape(key) {
|
|
104
|
-
var escaperLookup = { "=": "=0", ":": "=2" };
|
|
105
|
-
return (
|
|
106
|
-
"$" +
|
|
107
|
-
key.replace(/[=:]/g, function (match) {
|
|
108
|
-
return escaperLookup[match];
|
|
109
|
-
})
|
|
110
|
-
);
|
|
111
|
-
}
|
|
112
|
-
var userProvidedKeyEscapeRegex = /\/+/g;
|
|
113
|
-
function getElementKey(element, index) {
|
|
114
|
-
return "object" === typeof element && null !== element && null != element.key
|
|
115
|
-
? escape("" + element.key)
|
|
116
|
-
: index.toString(36);
|
|
117
|
-
}
|
|
118
|
-
function resolveThenable(thenable) {
|
|
119
|
-
switch (thenable.status) {
|
|
120
|
-
case "fulfilled":
|
|
121
|
-
return thenable.value;
|
|
122
|
-
case "rejected":
|
|
123
|
-
throw thenable.reason;
|
|
124
|
-
default:
|
|
125
|
-
switch (
|
|
126
|
-
("string" === typeof thenable.status
|
|
127
|
-
? thenable.then(noop, noop)
|
|
128
|
-
: ((thenable.status = "pending"),
|
|
129
|
-
thenable.then(
|
|
130
|
-
function (fulfilledValue) {
|
|
131
|
-
"pending" === thenable.status &&
|
|
132
|
-
((thenable.status = "fulfilled"),
|
|
133
|
-
(thenable.value = fulfilledValue));
|
|
134
|
-
},
|
|
135
|
-
function (error) {
|
|
136
|
-
"pending" === thenable.status &&
|
|
137
|
-
((thenable.status = "rejected"), (thenable.reason = error));
|
|
138
|
-
}
|
|
139
|
-
)),
|
|
140
|
-
thenable.status)
|
|
141
|
-
) {
|
|
142
|
-
case "fulfilled":
|
|
143
|
-
return thenable.value;
|
|
144
|
-
case "rejected":
|
|
145
|
-
throw thenable.reason;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
throw thenable;
|
|
149
|
-
}
|
|
150
|
-
function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
|
|
151
|
-
var type = typeof children;
|
|
152
|
-
if ("undefined" === type || "boolean" === type) children = null;
|
|
153
|
-
var invokeCallback = !1;
|
|
154
|
-
if (null === children) invokeCallback = !0;
|
|
155
|
-
else
|
|
156
|
-
switch (type) {
|
|
157
|
-
case "bigint":
|
|
158
|
-
case "string":
|
|
159
|
-
case "number":
|
|
160
|
-
invokeCallback = !0;
|
|
161
|
-
break;
|
|
162
|
-
case "object":
|
|
163
|
-
switch (children.$$typeof) {
|
|
164
|
-
case REACT_ELEMENT_TYPE:
|
|
165
|
-
case REACT_PORTAL_TYPE:
|
|
166
|
-
invokeCallback = !0;
|
|
167
|
-
break;
|
|
168
|
-
case REACT_LAZY_TYPE:
|
|
169
|
-
return (
|
|
170
|
-
(invokeCallback = children._init),
|
|
171
|
-
mapIntoArray(
|
|
172
|
-
invokeCallback(children._payload),
|
|
173
|
-
array,
|
|
174
|
-
escapedPrefix,
|
|
175
|
-
nameSoFar,
|
|
176
|
-
callback
|
|
177
|
-
)
|
|
178
|
-
);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
if (invokeCallback)
|
|
182
|
-
return (
|
|
183
|
-
(callback = callback(children)),
|
|
184
|
-
(invokeCallback =
|
|
185
|
-
"" === nameSoFar ? "." + getElementKey(children, 0) : nameSoFar),
|
|
186
|
-
isArrayImpl(callback)
|
|
187
|
-
? ((escapedPrefix = ""),
|
|
188
|
-
null != invokeCallback &&
|
|
189
|
-
(escapedPrefix =
|
|
190
|
-
invokeCallback.replace(userProvidedKeyEscapeRegex, "$&/") + "/"),
|
|
191
|
-
mapIntoArray(callback, array, escapedPrefix, "", function (c) {
|
|
192
|
-
return c;
|
|
193
|
-
}))
|
|
194
|
-
: null != callback &&
|
|
195
|
-
(isValidElement(callback) &&
|
|
196
|
-
(callback = cloneAndReplaceKey(
|
|
197
|
-
callback,
|
|
198
|
-
escapedPrefix +
|
|
199
|
-
(null == callback.key ||
|
|
200
|
-
(children && children.key === callback.key)
|
|
201
|
-
? ""
|
|
202
|
-
: ("" + callback.key).replace(
|
|
203
|
-
userProvidedKeyEscapeRegex,
|
|
204
|
-
"$&/"
|
|
205
|
-
) + "/") +
|
|
206
|
-
invokeCallback
|
|
207
|
-
)),
|
|
208
|
-
array.push(callback)),
|
|
209
|
-
1
|
|
210
|
-
);
|
|
211
|
-
invokeCallback = 0;
|
|
212
|
-
var nextNamePrefix = "" === nameSoFar ? "." : nameSoFar + ":";
|
|
213
|
-
if (isArrayImpl(children))
|
|
214
|
-
for (var i = 0; i < children.length; i++)
|
|
215
|
-
(nameSoFar = children[i]),
|
|
216
|
-
(type = nextNamePrefix + getElementKey(nameSoFar, i)),
|
|
217
|
-
(invokeCallback += mapIntoArray(
|
|
218
|
-
nameSoFar,
|
|
219
|
-
array,
|
|
220
|
-
escapedPrefix,
|
|
221
|
-
type,
|
|
222
|
-
callback
|
|
223
|
-
));
|
|
224
|
-
else if (((i = getIteratorFn(children)), "function" === typeof i))
|
|
225
|
-
for (
|
|
226
|
-
children = i.call(children), i = 0;
|
|
227
|
-
!(nameSoFar = children.next()).done;
|
|
228
|
-
|
|
229
|
-
)
|
|
230
|
-
(nameSoFar = nameSoFar.value),
|
|
231
|
-
(type = nextNamePrefix + getElementKey(nameSoFar, i++)),
|
|
232
|
-
(invokeCallback += mapIntoArray(
|
|
233
|
-
nameSoFar,
|
|
234
|
-
array,
|
|
235
|
-
escapedPrefix,
|
|
236
|
-
type,
|
|
237
|
-
callback
|
|
238
|
-
));
|
|
239
|
-
else if ("object" === type) {
|
|
240
|
-
if ("function" === typeof children.then)
|
|
241
|
-
return mapIntoArray(
|
|
242
|
-
resolveThenable(children),
|
|
243
|
-
array,
|
|
244
|
-
escapedPrefix,
|
|
245
|
-
nameSoFar,
|
|
246
|
-
callback
|
|
247
|
-
);
|
|
248
|
-
array = String(children);
|
|
249
|
-
throw Error(
|
|
250
|
-
"Objects are not valid as a React child (found: " +
|
|
251
|
-
("[object Object]" === array
|
|
252
|
-
? "object with keys {" + Object.keys(children).join(", ") + "}"
|
|
253
|
-
: array) +
|
|
254
|
-
"). If you meant to render a collection of children, use an array instead."
|
|
255
|
-
);
|
|
256
|
-
}
|
|
257
|
-
return invokeCallback;
|
|
258
|
-
}
|
|
259
|
-
function mapChildren(children, func, context) {
|
|
260
|
-
if (null == children) return children;
|
|
261
|
-
var result = [],
|
|
262
|
-
count = 0;
|
|
263
|
-
mapIntoArray(children, result, "", "", function (child) {
|
|
264
|
-
return func.call(context, child, count++);
|
|
265
|
-
});
|
|
266
|
-
return result;
|
|
267
|
-
}
|
|
268
|
-
function lazyInitializer(payload) {
|
|
269
|
-
if (-1 === payload._status) {
|
|
270
|
-
var ctor = payload._result;
|
|
271
|
-
ctor = ctor();
|
|
272
|
-
ctor.then(
|
|
273
|
-
function (moduleObject) {
|
|
274
|
-
if (0 === payload._status || -1 === payload._status)
|
|
275
|
-
(payload._status = 1), (payload._result = moduleObject);
|
|
276
|
-
},
|
|
277
|
-
function (error) {
|
|
278
|
-
if (0 === payload._status || -1 === payload._status)
|
|
279
|
-
(payload._status = 2), (payload._result = error);
|
|
280
|
-
}
|
|
281
|
-
);
|
|
282
|
-
-1 === payload._status && ((payload._status = 0), (payload._result = ctor));
|
|
283
|
-
}
|
|
284
|
-
if (1 === payload._status) return payload._result.default;
|
|
285
|
-
throw payload._result;
|
|
286
|
-
}
|
|
287
|
-
var reportGlobalError =
|
|
288
|
-
"function" === typeof reportError
|
|
289
|
-
? reportError
|
|
290
|
-
: function (error) {
|
|
291
|
-
if (
|
|
292
|
-
"object" === typeof window &&
|
|
293
|
-
"function" === typeof window.ErrorEvent
|
|
294
|
-
) {
|
|
295
|
-
var event = new window.ErrorEvent("error", {
|
|
296
|
-
bubbles: !0,
|
|
297
|
-
cancelable: !0,
|
|
298
|
-
message:
|
|
299
|
-
"object" === typeof error &&
|
|
300
|
-
null !== error &&
|
|
301
|
-
"string" === typeof error.message
|
|
302
|
-
? String(error.message)
|
|
303
|
-
: String(error),
|
|
304
|
-
error: error
|
|
305
|
-
});
|
|
306
|
-
if (!window.dispatchEvent(event)) return;
|
|
307
|
-
} else if (
|
|
308
|
-
"object" === typeof process &&
|
|
309
|
-
"function" === typeof process.emit
|
|
310
|
-
) {
|
|
311
|
-
process.emit("uncaughtException", error);
|
|
312
|
-
return;
|
|
313
|
-
}
|
|
314
|
-
console.error(error);
|
|
315
|
-
},
|
|
316
|
-
Children = {
|
|
317
|
-
map: mapChildren,
|
|
318
|
-
forEach: function (children, forEachFunc, forEachContext) {
|
|
319
|
-
mapChildren(
|
|
320
|
-
children,
|
|
321
|
-
function () {
|
|
322
|
-
forEachFunc.apply(this, arguments);
|
|
323
|
-
},
|
|
324
|
-
forEachContext
|
|
325
|
-
);
|
|
326
|
-
},
|
|
327
|
-
count: function (children) {
|
|
328
|
-
var n = 0;
|
|
329
|
-
mapChildren(children, function () {
|
|
330
|
-
n++;
|
|
331
|
-
});
|
|
332
|
-
return n;
|
|
333
|
-
},
|
|
334
|
-
toArray: function (children) {
|
|
335
|
-
return (
|
|
336
|
-
mapChildren(children, function (child) {
|
|
337
|
-
return child;
|
|
338
|
-
}) || []
|
|
339
|
-
);
|
|
340
|
-
},
|
|
341
|
-
only: function (children) {
|
|
342
|
-
if (!isValidElement(children))
|
|
343
|
-
throw Error(
|
|
344
|
-
"React.Children.only expected to receive a single React element child."
|
|
345
|
-
);
|
|
346
|
-
return children;
|
|
347
|
-
}
|
|
348
|
-
};
|
|
349
|
-
react_production.__exports.Activity = REACT_ACTIVITY_TYPE;
|
|
350
|
-
react_production.__exports.Children = Children;
|
|
351
|
-
react_production.__exports.Component = Component;
|
|
352
|
-
react_production.__exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
353
|
-
react_production.__exports.Profiler = REACT_PROFILER_TYPE;
|
|
354
|
-
react_production.__exports.PureComponent = PureComponent;
|
|
355
|
-
react_production.__exports.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
356
|
-
react_production.__exports.Suspense = REACT_SUSPENSE_TYPE;
|
|
357
|
-
react_production.__exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =
|
|
358
|
-
ReactSharedInternals;
|
|
359
|
-
react_production.__exports.__COMPILER_RUNTIME = {
|
|
360
|
-
__proto__: null,
|
|
361
|
-
c: function (size) {
|
|
362
|
-
return ReactSharedInternals.H.useMemoCache(size);
|
|
363
|
-
}
|
|
364
|
-
};
|
|
365
|
-
react_production.__exports.cache = function (fn) {
|
|
366
|
-
return function () {
|
|
367
|
-
return fn.apply(null, arguments);
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
react_production.__exports.cacheSignal = function () {
|
|
371
|
-
return null;
|
|
372
|
-
};
|
|
373
|
-
react_production.__exports.cloneElement = function (element, config, children) {
|
|
374
|
-
if (null === element || void 0 === element)
|
|
375
|
-
throw Error(
|
|
376
|
-
"The argument must be a React element, but you passed " + element + "."
|
|
377
|
-
);
|
|
378
|
-
var props = assign({}, element.props),
|
|
379
|
-
key = element.key;
|
|
380
|
-
if (null != config)
|
|
381
|
-
for (propName in (void 0 !== config.key && (key = "" + config.key), config))
|
|
382
|
-
!hasOwnProperty.call(config, propName) ||
|
|
383
|
-
"key" === propName ||
|
|
384
|
-
"__self" === propName ||
|
|
385
|
-
"__source" === propName ||
|
|
386
|
-
("ref" === propName && void 0 === config.ref) ||
|
|
387
|
-
(props[propName] = config[propName]);
|
|
388
|
-
var propName = arguments.length - 2;
|
|
389
|
-
if (1 === propName) props.children = children;
|
|
390
|
-
else if (1 < propName) {
|
|
391
|
-
for (var childArray = Array(propName), i = 0; i < propName; i++)
|
|
392
|
-
childArray[i] = arguments[i + 2];
|
|
393
|
-
props.children = childArray;
|
|
394
|
-
}
|
|
395
|
-
return ReactElement(element.type, key, props);
|
|
396
|
-
};
|
|
397
|
-
react_production.__exports.createContext = function (defaultValue) {
|
|
398
|
-
defaultValue = {
|
|
399
|
-
$$typeof: REACT_CONTEXT_TYPE,
|
|
400
|
-
_currentValue: defaultValue,
|
|
401
|
-
_currentValue2: defaultValue,
|
|
402
|
-
_threadCount: 0,
|
|
403
|
-
Provider: null,
|
|
404
|
-
Consumer: null
|
|
405
|
-
};
|
|
406
|
-
defaultValue.Provider = defaultValue;
|
|
407
|
-
defaultValue.Consumer = {
|
|
408
|
-
$$typeof: REACT_CONSUMER_TYPE,
|
|
409
|
-
_context: defaultValue
|
|
410
|
-
};
|
|
411
|
-
return defaultValue;
|
|
412
|
-
};
|
|
413
|
-
react_production.__exports.createElement = function (type, config, children) {
|
|
414
|
-
var propName,
|
|
415
|
-
props = {},
|
|
416
|
-
key = null;
|
|
417
|
-
if (null != config)
|
|
418
|
-
for (propName in (void 0 !== config.key && (key = "" + config.key), config))
|
|
419
|
-
hasOwnProperty.call(config, propName) &&
|
|
420
|
-
"key" !== propName &&
|
|
421
|
-
"__self" !== propName &&
|
|
422
|
-
"__source" !== propName &&
|
|
423
|
-
(props[propName] = config[propName]);
|
|
424
|
-
var childrenLength = arguments.length - 2;
|
|
425
|
-
if (1 === childrenLength) props.children = children;
|
|
426
|
-
else if (1 < childrenLength) {
|
|
427
|
-
for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++)
|
|
428
|
-
childArray[i] = arguments[i + 2];
|
|
429
|
-
props.children = childArray;
|
|
430
|
-
}
|
|
431
|
-
if (type && type.defaultProps)
|
|
432
|
-
for (propName in ((childrenLength = type.defaultProps), childrenLength))
|
|
433
|
-
void 0 === props[propName] &&
|
|
434
|
-
(props[propName] = childrenLength[propName]);
|
|
435
|
-
return ReactElement(type, key, props);
|
|
436
|
-
};
|
|
437
|
-
react_production.__exports.createRef = function () {
|
|
438
|
-
return { current: null };
|
|
439
|
-
};
|
|
440
|
-
react_production.__exports.forwardRef = function (render) {
|
|
441
|
-
return { $$typeof: REACT_FORWARD_REF_TYPE, render: render };
|
|
442
|
-
};
|
|
443
|
-
react_production.__exports.isValidElement = isValidElement;
|
|
444
|
-
react_production.__exports.lazy = function (ctor) {
|
|
445
|
-
return {
|
|
446
|
-
$$typeof: REACT_LAZY_TYPE,
|
|
447
|
-
_payload: { _status: -1, _result: ctor },
|
|
448
|
-
_init: lazyInitializer
|
|
449
|
-
};
|
|
450
|
-
};
|
|
451
|
-
react_production.__exports.memo = function (type, compare) {
|
|
452
|
-
return {
|
|
453
|
-
$$typeof: REACT_MEMO_TYPE,
|
|
454
|
-
type: type,
|
|
455
|
-
compare: void 0 === compare ? null : compare
|
|
456
|
-
};
|
|
457
|
-
};
|
|
458
|
-
react_production.__exports.startTransition = function (scope) {
|
|
459
|
-
var prevTransition = ReactSharedInternals.T,
|
|
460
|
-
currentTransition = {};
|
|
461
|
-
ReactSharedInternals.T = currentTransition;
|
|
462
|
-
try {
|
|
463
|
-
var returnValue = scope(),
|
|
464
|
-
onStartTransitionFinish = ReactSharedInternals.S;
|
|
465
|
-
null !== onStartTransitionFinish &&
|
|
466
|
-
onStartTransitionFinish(currentTransition, returnValue);
|
|
467
|
-
"object" === typeof returnValue &&
|
|
468
|
-
null !== returnValue &&
|
|
469
|
-
"function" === typeof returnValue.then &&
|
|
470
|
-
returnValue.then(noop, reportGlobalError);
|
|
471
|
-
} catch (error) {
|
|
472
|
-
reportGlobalError(error);
|
|
473
|
-
} finally {
|
|
474
|
-
null !== prevTransition &&
|
|
475
|
-
null !== currentTransition.types &&
|
|
476
|
-
(prevTransition.types = currentTransition.types),
|
|
477
|
-
(ReactSharedInternals.T = prevTransition);
|
|
478
|
-
}
|
|
479
|
-
};
|
|
480
|
-
react_production.__exports.unstable_useCacheRefresh = function () {
|
|
481
|
-
return ReactSharedInternals.H.useCacheRefresh();
|
|
482
|
-
};
|
|
483
|
-
react_production.__exports.use = function (usable) {
|
|
484
|
-
return ReactSharedInternals.H.use(usable);
|
|
485
|
-
};
|
|
486
|
-
react_production.__exports.useActionState = function (action, initialState, permalink) {
|
|
487
|
-
return ReactSharedInternals.H.useActionState(action, initialState, permalink);
|
|
488
|
-
};
|
|
489
|
-
react_production.__exports.useCallback = function (callback, deps) {
|
|
490
|
-
return ReactSharedInternals.H.useCallback(callback, deps);
|
|
491
|
-
};
|
|
492
|
-
react_production.__exports.useContext = function (Context) {
|
|
493
|
-
return ReactSharedInternals.H.useContext(Context);
|
|
494
|
-
};
|
|
495
|
-
react_production.__exports.useDebugValue = function () {};
|
|
496
|
-
react_production.__exports.useDeferredValue = function (value, initialValue) {
|
|
497
|
-
return ReactSharedInternals.H.useDeferredValue(value, initialValue);
|
|
498
|
-
};
|
|
499
|
-
react_production.__exports.useEffect = function (create, deps) {
|
|
500
|
-
return ReactSharedInternals.H.useEffect(create, deps);
|
|
501
|
-
};
|
|
502
|
-
react_production.__exports.useEffectEvent = function (callback) {
|
|
503
|
-
return ReactSharedInternals.H.useEffectEvent(callback);
|
|
504
|
-
};
|
|
505
|
-
react_production.__exports.useId = function () {
|
|
506
|
-
return ReactSharedInternals.H.useId();
|
|
507
|
-
};
|
|
508
|
-
react_production.__exports.useImperativeHandle = function (ref, create, deps) {
|
|
509
|
-
return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);
|
|
510
|
-
};
|
|
511
|
-
react_production.__exports.useInsertionEffect = function (create, deps) {
|
|
512
|
-
return ReactSharedInternals.H.useInsertionEffect(create, deps);
|
|
513
|
-
};
|
|
514
|
-
react_production.__exports.useLayoutEffect = function (create, deps) {
|
|
515
|
-
return ReactSharedInternals.H.useLayoutEffect(create, deps);
|
|
516
|
-
};
|
|
517
|
-
react_production.__exports.useMemo = function (create, deps) {
|
|
518
|
-
return ReactSharedInternals.H.useMemo(create, deps);
|
|
519
|
-
};
|
|
520
|
-
react_production.__exports.useOptimistic = function (passthrough, reducer) {
|
|
521
|
-
return ReactSharedInternals.H.useOptimistic(passthrough, reducer);
|
|
522
|
-
};
|
|
523
|
-
react_production.__exports.useReducer = function (reducer, initialArg, init) {
|
|
524
|
-
return ReactSharedInternals.H.useReducer(reducer, initialArg, init);
|
|
525
|
-
};
|
|
526
|
-
react_production.__exports.useRef = function (initialValue) {
|
|
527
|
-
return ReactSharedInternals.H.useRef(initialValue);
|
|
528
|
-
};
|
|
529
|
-
react_production.__exports.useState = function (initialState) {
|
|
530
|
-
return ReactSharedInternals.H.useState(initialState);
|
|
531
|
-
};
|
|
532
|
-
react_production.__exports.useSyncExternalStore = function (
|
|
533
|
-
subscribe,
|
|
534
|
-
getSnapshot,
|
|
535
|
-
getServerSnapshot
|
|
536
|
-
) {
|
|
537
|
-
return ReactSharedInternals.H.useSyncExternalStore(
|
|
538
|
-
subscribe,
|
|
539
|
-
getSnapshot,
|
|
540
|
-
getServerSnapshot
|
|
541
|
-
);
|
|
542
|
-
};
|
|
543
|
-
react_production.__exports.useTransition = function () {
|
|
544
|
-
return ReactSharedInternals.H.useTransition();
|
|
545
|
-
};
|
|
546
|
-
react_production.__exports.version = "19.2.0";
|
|
547
|
-
|
|
548
|
-
exports["default"] = react_production.__exports;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var index = require('../../_virtual/index.js');
|
|
6
|
-
require('./cjs/react.production.js');
|
|
7
|
-
require('./cjs/react.development.js');
|
|
8
|
-
var react_production = require('../../_virtual/react.production.js');
|
|
9
|
-
var react_development = require('../../_virtual/react.development.js');
|
|
10
|
-
|
|
11
|
-
if (process.env.NODE_ENV === 'production') {
|
|
12
|
-
index.react.exports = react_production.__exports;
|
|
13
|
-
} else {
|
|
14
|
-
index.react.exports = react_development.react_development.exports;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
var React = index.react.exports;
|
|
18
|
-
|
|
19
|
-
exports["default"] = React;
|