Socket
Socket
Sign inDemoInstall

richlagetest

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

richlagetest - npm Package Compare versions

Comparing version 0.0.0-ee13b5e61845fa2089f58f3968e20cde427fafc7 to 0.0.0-f28dfde3d8831e0c3cdf14f17fb8cfc5d510a319

dist/src/Components/ActionButtons.d.ts

29

dist/src/consts.d.ts

@@ -1,6 +0,25 @@

export declare const ADD_PLUGIN_LINK_BI = "addPluginLink";
export declare const WEB_ADDRESS_CATEGORY = "web_address";
export declare const ANCHOR_CATEGORY = "section";
export declare const LINK_VIEWER_DATA_HOOK = "linkViewer";
export declare const ANCHOR_VIEWER_DATA_HOOK = "anchorViewer";
import { ModalStyles } from 'wix-rich-content-common';
export declare const FOOTER_BUTTON_ALIGNMENT: Readonly<{
CENTER: string;
END: string;
}>;
export declare const MODAL_CONTROLS_POSITION: Readonly<{
TOP: string;
BOTTOM: string;
}>;
export declare const KEYS_CHARCODE: {
ENTER: number;
ESCAPE: number;
SPACE: number;
};
export declare const BUTTON_SIZE: {
tiny: string;
small: string;
medium: string;
large: string;
};
export { DecorationMode as DECORATION_MODE, } from 'wix-rich-content-common';
export declare const DesktopFlyOutModalStyles: ModalStyles;
export declare const MOBILE_FULL_SCREEN_CUSTOM_STYLE: ModalStyles;
export declare const DesktopOverlayModalStyles: ModalStyles;
//# sourceMappingURL=consts.d.ts.map

61

dist/src/index.d.ts

@@ -1,27 +0,36 @@

export * from './types';
export { default as AccessibilityListener } from './Components/AccessibilityListener';
export { default as ViewportRenderer } from './Components/ViewportRenderer';
export { default as withI18n, translate, Trans, RicosTranslate } from './Utils/withI18n';
export { default as createHocName } from './Utils/createHocName';
export { sizeClassName, alignmentClassName, textWrapClassName, depthClassName, } from './Utils/classNameStrategies';
export { mergeStyles } from './Utils/mergeStyles';
export { convertRelObjectToString, convertRelStringToObject, convertTargetStringToBoolean, convertTargetBooleanToString, getRelValue, } from './Utils/linkConverters';
export { safeJsonParse } from './Utils/jsonUtils';
export { anchorScroll, addAnchorTagToUrl, isNewTab } from './Utils/anchor';
export * from 'ricos-content';
export { default as getDisplayName } from './Utils/getDisplayName';
export { hasLinksInBlock, getLinkRangesInBlock } from './Utils/draftUtils';
export { validate, getContentStateSchema } from './Utils/data-schema-validator';
export { isSSR } from './Utils/ssrUtils';
export { getTextDirection, getDirectionFromAlignmentAndTextDirection } from './Utils/textDirection';
export { GlobalContext } from './Utils/contexts';
export { isHexColor } from './Utils/colorUtils';
export { isRtl, getLangDir } from './Utils/rtlUtils';
export { simplePubsub, Pubsub, Store } from './Utils/simplePubsub';
export { generateKey } from './Utils/generateKey';
export { getBlocksFromContentState } from './Utils/innerRCEBlocksUtils';
export * from './consts';
export { default as createJustificationFixDecorator } from './draftDecorators/createJustificationFixDecorator';
export { parseStyleByType, CustomInlineStyleType, INLINE_STYLE_TYPES, defaultStyleFnMapper, dynamicStyleParsers, getDynamicInlineStyleMapper, draftDecorationsToCss, } from './Utils/viewerUtils';
export { default as uuid } from './Utils/uuid';
export { FOOTER_BUTTON_ALIGNMENT, MODAL_CONTROLS_POSITION, BUTTON_SIZE, DECORATION_MODE, DesktopFlyOutModalStyles, MOBILE_FULL_SCREEN_CUSTOM_STYLE, DesktopOverlayModalStyles, } from './consts';
export { default as UrlInputModal } from './Modals/UrlInputModal';
export { default as NewUrlInputModal } from './Modals/NewUrlInputModal';
export { default as SearchInputModal } from './Modals/SearchInputModal';
export { default as RichContentModal } from './Modals/RichContentModal';
export { default as MediaUploadModal } from './Modals/MediaUploadModal';
export * from './Icons';
export { default as Button } from './Components/Button';
export { default as FileInput } from './Components/FileInput';
export { default as Image } from './Components/Image';
export { default as InputWithLabel } from './Components/InputWithLabel';
export { default as LabeledToggle } from './Components/LabeledToggle';
export { default as Panel } from './Components/Panel';
export { default as SliderPanel } from './Components/SliderPanel';
export { default as RadioGroupVertical } from './Components/RadioGroupVertical';
export { default as RadioGroupHorizontal } from './Components/RadioGroupHorizontal';
export { default as SelectionList } from './Components/SelectionList';
export { default as SettingsPanelFooter } from './Components/SettingsPanelFooter';
export { default as SettingsSection } from './Components/SettingsSection';
export { default as SliderWithInput } from './Components/SliderWithInput';
export { default as Slider } from './Components/Slider';
export { default as TextInput } from './Components/TextInput';
export { Tab, Tabs } from './Components/Tabs';
export { default as Loader } from './Components/Loader';
export { default as MediaItemErrorMsg } from './Components/MediaItemErrorMsg';
export { default as TextSearchInput } from './Components/TextSearchInput';
export { default as Separator } from './Components/Separator';
export { default as Dropdown } from './Components/Dropdown';
export { default as InfoIcon } from './Components/InfoIcon';
export { default as Checkbox } from './Components/Checkbox';
export { default as RadioGroup } from './Components/RadioGroup';
export { default as ActionButtons } from './Components/ActionButtons';
export { default as FocusManager } from './Components/FocusManager';
export { default as SettingsMobileHeader } from './Components/SettingsMobileHeader';
export { default as SettingsSeparator } from './Components/SettingsSeparator';
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"name":"richlagetest","version":"0.0.0-ee13b5e61845fa2089f58f3968e20cde427fafc7"}
{"name":"richlagetest","version":"0.0.0-f28dfde3d8831e0c3cdf14f17fb8cfc5d510a319"}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc