@interopio/groups-ui-react 4.5.1-next.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -13
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/internal.d.ts +0 -2
- package/dist/esm/index.js +1 -13
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/internal.d.ts +0 -2
- package/dist/styles/groups.css +25 -32
- package/package.json +2 -3
- package/dist/cjs/featureDetector.d.ts +0 -6
- package/dist/esm/featureDetector.d.ts +0 -6
|
@@ -360,6 +360,4 @@ export interface ShowExternalWindowPopupConfig {
|
|
|
360
360
|
size: Size;
|
|
361
361
|
targetLocation: PopupTargetLocation;
|
|
362
362
|
}
|
|
363
|
-
export declare const INTERNAL_UNIVERSAL_POPUPS = "internal-universal-popups";
|
|
364
|
-
export type WebGroupsFeatures = typeof INTERNAL_UNIVERSAL_POPUPS;
|
|
365
363
|
export {};
|
package/dist/esm/index.js
CHANGED
|
@@ -1853,17 +1853,6 @@ if (process.env.NODE_ENV === "production") {
|
|
|
1853
1853
|
shim.exports = requireUseSyncExternalStoreShim_development();
|
|
1854
1854
|
}
|
|
1855
1855
|
var shimExports = shim.exports;
|
|
1856
|
-
class WebGroupsFeatureDetector {
|
|
1857
|
-
isFeatureSupported(feature) {
|
|
1858
|
-
switch (feature) {
|
|
1859
|
-
case "internal-universal-popups":
|
|
1860
|
-
return true;
|
|
1861
|
-
default:
|
|
1862
|
-
return false;
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
const featureDetector = new WebGroupsFeatureDetector();
|
|
1867
1856
|
class GroupWrapper extends o__default.Component {
|
|
1868
1857
|
componentDidMount() {
|
|
1869
1858
|
var _a2, _b2, _c2, _d2, _e2, _f2;
|
|
@@ -1914,8 +1903,7 @@ class GroupWrapper extends o__default.Component {
|
|
|
1914
1903
|
commitCaptionEditing: this.props.onCommitCaptionEditingRequested,
|
|
1915
1904
|
hideCaptionEditor: this.props.onHideCaptionEditorRequested,
|
|
1916
1905
|
showLoadingAnimation: this.props.onShowLoadingAnimationRequested,
|
|
1917
|
-
hideLoadingAnimation: this.props.onHideLoadingAnimationRequested
|
|
1918
|
-
isFeatureSupported: featureDetector.isFeatureSupported.bind(featureDetector)
|
|
1906
|
+
hideLoadingAnimation: this.props.onHideLoadingAnimationRequested
|
|
1919
1907
|
};
|
|
1920
1908
|
webGroupsManager.init(void 0, componentFactory);
|
|
1921
1909
|
webGroupsManager.updateTabHeaderStyles(((_b2 = (_a2 = this.props.styles) == null ? void 0 : _a2.tabs) == null ? void 0 : _b2.header) ?? {});
|