pixel-react 1.13.46 → 1.13.47
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/lib/_virtual/_commonjsHelpers.js +26 -1
- package/lib/_virtual/_commonjsHelpers.js.map +1 -1
- package/lib/_virtual/immutable.es.js +7 -0
- package/lib/_virtual/immutable.es.js.map +1 -0
- package/lib/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index14.js +4 -0
- package/lib/_virtual/index14.js.map +1 -0
- package/lib/_virtual/index9.js +2 -2
- package/lib/_virtual/react-is.development2.js +4 -0
- package/lib/_virtual/react-is.development2.js.map +1 -0
- package/lib/_virtual/react-is.production.min2.js +4 -0
- package/lib/_virtual/react-is.production.min2.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkinInterface.d.ts +7 -13
- package/lib/index.cjs +5500 -284
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +6 -13
- package/lib/node_modules/draft-js/lib/AtomicBlockUtils.js +1 -1
- package/lib/node_modules/draft-js/lib/BlockMapBuilder.js +1 -1
- package/lib/node_modules/draft-js/lib/BlockTree.js +1 -1
- package/lib/node_modules/draft-js/lib/CharacterMetadata.js +1 -1
- package/lib/node_modules/draft-js/lib/CompositeDraftDecorator.js +1 -1
- package/lib/node_modules/draft-js/lib/ContentBlock.js +1 -1
- package/lib/node_modules/draft-js/lib/ContentBlockNode.js +1 -1
- package/lib/node_modules/draft-js/lib/ContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/ContentStateInlineStyle.js +1 -1
- package/lib/node_modules/draft-js/lib/DOMObserver.js +1 -1
- package/lib/node_modules/draft-js/lib/DefaultDraftBlockRenderMap.js +1 -1
- package/lib/node_modules/draft-js/lib/DraftEditorBlockNode.react.js +1 -1
- package/lib/node_modules/draft-js/lib/DraftEditorNode.react.js +1 -1
- package/lib/node_modules/draft-js/lib/DraftEntity.js +1 -1
- package/lib/node_modules/draft-js/lib/DraftEntityInstance.js +1 -1
- package/lib/node_modules/draft-js/lib/DraftModifier.js +1 -1
- package/lib/node_modules/draft-js/lib/DraftPasteProcessor.js +1 -1
- package/lib/node_modules/draft-js/lib/EditorBidiService.js +1 -1
- package/lib/node_modules/draft-js/lib/EditorState.js +1 -1
- package/lib/node_modules/draft-js/lib/SelectionState.js +1 -1
- package/lib/node_modules/draft-js/lib/applyEntityToContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/convertFromHTMLToContentBlocks.js +1 -1
- package/lib/node_modules/draft-js/lib/convertFromRawToDraftState.js +1 -1
- package/lib/node_modules/draft-js/lib/createCharacterList.js +1 -1
- package/lib/node_modules/draft-js/lib/decodeInlineStyleRanges.js +1 -1
- package/lib/node_modules/draft-js/lib/insertFragmentIntoContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/insertTextIntoContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/modifyBlockForContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/moveBlockInContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/randomizeBlockMapKeys.js +1 -1
- package/lib/node_modules/draft-js/lib/removeRangeFromContentState.js +1 -1
- package/lib/node_modules/draft-js/lib/splitBlockInContentState.js +1 -1
- package/lib/node_modules/{immutable → draft-js/node_modules/immutable}/dist/immutable.js +1 -1
- package/lib/node_modules/draft-js/node_modules/immutable/dist/immutable.js.map +1 -0
- package/lib/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +1 -1
- package/lib/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +175 -0
- package/lib/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/lib/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +125 -0
- package/lib/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/lib/node_modules/{react-is → hoist-non-react-statics/node_modules/react-is}/index.js +1 -1
- package/lib/node_modules/hoist-non-react-statics/node_modules/react-is/index.js.map +1 -0
- package/lib/node_modules/immutable/dist/immutable.es.js +4829 -0
- package/lib/node_modules/immutable/dist/immutable.es.js.map +1 -0
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/lib/node_modules/prop-types/index.js +1 -1
- package/lib/node_modules/{react-is → prop-types/node_modules/react-is}/cjs/react-is.development.js +1 -1
- package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/lib/node_modules/{react-is → prop-types/node_modules/react-is}/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/lib/node_modules/prop-types/node_modules/react-is/index.js +18 -0
- package/lib/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
- package/lib/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.js +2 -2
- package/lib/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.js.map +1 -1
- package/package.json +1 -1
- package/lib/node_modules/immutable/dist/immutable.js.map +0 -1
- package/lib/node_modules/react-is/cjs/react-is.development.js.map +0 -1
- package/lib/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
- package/lib/node_modules/react-is/index.js.map +0 -1
@@ -4,5 +4,30 @@ function getDefaultExportFromCjs (x) {
|
|
4
4
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
5
5
|
}
|
6
6
|
|
7
|
-
|
7
|
+
function getAugmentedNamespace(n) {
|
8
|
+
if (n.__esModule) return n;
|
9
|
+
var f = n.default;
|
10
|
+
if (typeof f == "function") {
|
11
|
+
var a = function a () {
|
12
|
+
if (this instanceof a) {
|
13
|
+
return Reflect.construct(f, arguments, this.constructor);
|
14
|
+
}
|
15
|
+
return f.apply(this, arguments);
|
16
|
+
};
|
17
|
+
a.prototype = f.prototype;
|
18
|
+
} else a = {};
|
19
|
+
Object.defineProperty(a, '__esModule', {value: true});
|
20
|
+
Object.keys(n).forEach(function (k) {
|
21
|
+
var d = Object.getOwnPropertyDescriptor(n, k);
|
22
|
+
Object.defineProperty(a, k, d.get ? d : {
|
23
|
+
enumerable: true,
|
24
|
+
get: function () {
|
25
|
+
return n[k];
|
26
|
+
}
|
27
|
+
});
|
28
|
+
});
|
29
|
+
return a;
|
30
|
+
}
|
31
|
+
|
32
|
+
export { commonjsGlobal, getAugmentedNamespace, getDefaultExportFromCjs };
|
8
33
|
//# sourceMappingURL=_commonjsHelpers.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { getAugmentedNamespace } from './_commonjsHelpers.js';
|
2
|
+
import * as immutable_es from '../node_modules/immutable/dist/immutable.es.js';
|
3
|
+
|
4
|
+
var require$$2 = /*@__PURE__*/getAugmentedNamespace(immutable_es);
|
5
|
+
|
6
|
+
export { require$$2 as default };
|
7
|
+
//# sourceMappingURL=immutable.es.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"immutable.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
package/lib/_virtual/index10.js
CHANGED
package/lib/_virtual/index11.js
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index14.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/lib/_virtual/index9.js
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"react-is.development2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"react-is.production.min2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -1,24 +1,18 @@
|
|
1
|
+
interface NavBarIcon {
|
2
|
+
name: string;
|
3
|
+
[key: string]: any;
|
4
|
+
}
|
1
5
|
export interface MobileSkinProps {
|
2
6
|
children: React.ReactNode | string;
|
3
7
|
orientation?: 'portrait' | 'landscape';
|
4
|
-
navBarIcons?:
|
5
|
-
|
6
|
-
name: string;
|
7
|
-
onClick: () => void;
|
8
|
-
height?: number;
|
9
|
-
width?: number;
|
10
|
-
className?: string;
|
11
|
-
}>;
|
8
|
+
navBarIcons?: NavBarIcon[];
|
9
|
+
topNavBarIcons?: NavBarIcon[];
|
12
10
|
mobileHeight?: number;
|
13
11
|
mobileWidth?: number;
|
14
12
|
UtilityBar?: boolean;
|
15
13
|
background?: string;
|
16
14
|
tooltip?: Record<string, string>;
|
17
|
-
topNavBarIcons?: Array<{
|
18
|
-
title: string;
|
19
|
-
className?: string;
|
20
|
-
[key: string]: any;
|
21
|
-
}>;
|
22
15
|
navBarPosition?: 'top' | 'bottom';
|
23
16
|
tooltipFormatter?: ((title: string) => React.ReactNode) | undefined;
|
24
17
|
}
|
18
|
+
export {};
|