Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@preply/ds-web-lib

Package Overview
Dependencies
Maintainers
7
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preply/ds-web-lib - npm Package Compare versions

Comparing version 0.81.0 to 0.82.0

dist/components/Avatar/Avatar.d.ts.map

1

dist/components/Avatar/Avatar.d.ts

@@ -11,1 +11,2 @@ import type { AvatarSize, Dataset, Responsive } from '@preply/ds-core';

export declare const Avatar: FC<Props>;
//# sourceMappingURL=Avatar.d.ts.map

@@ -11,1 +11,2 @@ import { FC } from 'react';

export {};
//# sourceMappingURL=AvatarWithStatus.d.ts.map

@@ -13,1 +13,2 @@ import type { BadgeAccent, BadgeColor, BadgeSize, Dataset } from '@preply/ds-core';

export declare const Badge: FC<Props>;
//# sourceMappingURL=Badge.d.ts.map

@@ -14,1 +14,2 @@ import type { BoxPadding, BoxRadius, ColorBackground, ColorName, Dataset, LayoutTag, Responsive, ShortHand, Spacing } from '@preply/ds-core';

export declare const Box: FC<Props>;
//# sourceMappingURL=Box.d.ts.map

@@ -14,1 +14,2 @@ import { ReactSVGComponentType } from '@preply/ds-web-core';

export {};
//# sourceMappingURL=Button.d.ts.map
import type { FieldAdditionalTextProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const FieldAdditionalText: FC<FieldAdditionalTextProps>;
//# sourceMappingURL=FieldAdditionalText.d.ts.map
import type { FieldButtonProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const FieldButton: FC<FieldButtonProps>;
//# sourceMappingURL=FieldButton.d.ts.map
import type { FieldLayoutProps, InputImperativeHandle } from '@preply/ds-web-core';
import React from 'react';
export declare const FieldLayout: React.ForwardRefExoticComponent<FieldLayoutProps & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=FieldLayout.d.ts.map

@@ -34,1 +34,2 @@ import type { ColorName, Dataset, HeadingLevel, HeadingTag, HeadingVariant, Responsive, TextAccent } from '@preply/ds-core';

export declare const Heading: FC<Props>;
//# sourceMappingURL=Heading.d.ts.map
import type { IconProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const Icon: FC<IconProps>;
//# sourceMappingURL=Icon.d.ts.map

@@ -12,1 +12,2 @@ import { ReactSVGComponentType } from '@preply/ds-web-core';

export {};
//# sourceMappingURL=IconButton.d.ts.map

@@ -35,1 +35,2 @@ export { Avatar } from './Avatar/Avatar';

export { TextareaField } from './TextareaField/TextareaField';
//# sourceMappingURL=index.d.ts.map

@@ -7,1 +7,2 @@ import { LayoutFlexProps } from '@preply/ds-core';

export declare const LayoutFlex: FC<Props>;
//# sourceMappingURL=LayoutFlex.d.ts.map

@@ -13,1 +13,2 @@ import { Dataset, LayoutAlignSelf, LayoutTag, Responsive } from '@preply/ds-core';

export declare const LayoutFlexItem: FC<Props>;
//# sourceMappingURL=LayoutFlexItem.d.ts.map

@@ -7,1 +7,2 @@ import { LayoutGridProps } from '@preply/ds-core';

export declare const LayoutGrid: FC<Props>;
//# sourceMappingURL=LayoutGrid.d.ts.map

@@ -12,1 +12,2 @@ import { Dataset, LayoutAlignSelf, LayoutTag, Responsive } from '@preply/ds-core';

export declare const LayoutGridItem: FC<Props>;
//# sourceMappingURL=LayoutGridItem.d.ts.map

@@ -23,1 +23,2 @@ import { Dataset, LinkVariant } from '@preply/ds-core';

export declare const Link: FC<Props>;
//# sourceMappingURL=Link.d.ts.map

@@ -9,1 +9,2 @@ import { Dataset, Responsive, SpinnerSize } from '@preply/ds-core';

export declare const Loader: FC<Props>;
//# sourceMappingURL=Loader.d.ts.map

@@ -8,1 +8,2 @@ import { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=NumberField.d.ts.map

@@ -12,1 +12,2 @@ import type { Dataset, LayoutTag } from '@preply/ds-core';

export declare const ObserveIntersection: FC<Props>;
//# sourceMappingURL=ObserveIntersection.d.ts.map
import type { PanelPadding } from '@preply/ds-core';
export declare const PANEL_PADDING_DEFAULT: PanelPadding;
//# sourceMappingURL=constants.d.ts.map

@@ -11,1 +11,2 @@ import type { Dataset, PanelPadding } from '@preply/ds-core';

export declare const Panel: FC<Props>;
//# sourceMappingURL=Panel.d.ts.map

@@ -7,1 +7,2 @@ import type { OptionalLayoutProps } from '@preply/ds-core';

export declare const PanelBody: FC<Props>;
//# sourceMappingURL=PanelBody.d.ts.map

@@ -7,1 +7,2 @@ import type { OptionalLayoutProps } from '@preply/ds-core';

export declare const PanelFooter: FC<Props>;
//# sourceMappingURL=PanelFooter.d.ts.map

@@ -7,1 +7,2 @@ import type { OptionalLayoutProps } from '@preply/ds-core';

export declare const PanelHeader: FC<Props>;
//# sourceMappingURL=PanelHeader.d.ts.map

@@ -7,1 +7,2 @@ import type { OptionalLayoutProps } from '@preply/ds-core';

export declare const PanelSection: FC<Props>;
//# sourceMappingURL=PanelSection.d.ts.map

@@ -10,1 +10,2 @@ import { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=PasswordField.d.ts.map

@@ -12,1 +12,2 @@ import type { Dataset, PreplyLogoVariant } from '@preply/ds-core';

export declare const PreplyLogo: FC<Props>;
//# sourceMappingURL=PreplyLogo.d.ts.map

@@ -41,1 +41,2 @@ import type { ButtonSize, ButtonVariant, Dataset, Responsive } from '@preply/ds-core';

export {};
//# sourceMappingURL=ButtonBase.d.ts.map
import { FieldLabelProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const FieldLabel: FC<FieldLabelProps>;
//# sourceMappingURL=FieldLabel.d.ts.map
import { FieldLayoutBaseProps } from '@preply/ds-web-core';
import React from 'react';
export declare const FieldLayoutBase: React.ForwardRefExoticComponent<FieldLayoutBaseProps & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=FieldLayoutBase.d.ts.map
import type { CheckboxProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const Checkbox: FC<CheckboxProps>;
//# sourceMappingURL=Checkbox.d.ts.map

@@ -7,1 +7,2 @@ import type { ValueChangeEventHandler } from '@preply/ds-web-core';

export {};
//# sourceMappingURL=useChangeHandler.d.ts.map

@@ -43,1 +43,2 @@ import type { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>)>;
//# sourceMappingURL=InputBase.d.ts.map
import type { InputDateProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const InputDate: FC<InputDateProps>;
//# sourceMappingURL=InputDate.d.ts.map

@@ -10,1 +10,2 @@ import type { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=InputNumber.d.ts.map

@@ -6,1 +6,2 @@ import type { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=InputPassword.d.ts.map

@@ -7,1 +7,2 @@ import type { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=InputText.d.ts.map
import type { InputTimeProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const InputTime: FC<InputTimeProps>;
//# sourceMappingURL=InputTime.d.ts.map
import type { RadioProps } from '@preply/ds-web-core';
import { FC } from 'react';
export declare const Radio: FC<RadioProps>;
//# sourceMappingURL=Radio.d.ts.map

@@ -6,1 +6,2 @@ import type { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=Select.d.ts.map

@@ -7,1 +7,2 @@ import { TextareaProps } from '@preply/ds-web-core';

} & React.RefAttributes<unknown>>;
//# sourceMappingURL=Textarea.d.ts.map
export declare const formatDate: (value?: Date | undefined) => string | undefined;
export declare const parseDateValue: (value: string) => Date;
//# sourceMappingURL=date.d.ts.map
import type { FieldLayoutProps, InputImperativeHandle } from '@preply/ds-web-core';
import React from 'react';
export declare const SelectFieldLayout: React.ForwardRefExoticComponent<FieldLayoutProps & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=SelectFieldLayout.d.ts.map

@@ -7,1 +7,2 @@ import { Responsive, SpinnerSize } from '@preply/ds-core';

export declare const Spinner: FC<Props>;
//# sourceMappingURL=Spinner.d.ts.map

@@ -9,1 +9,2 @@ import { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=SelectField.d.ts.map

@@ -9,1 +9,2 @@ import { FC, ReactNode } from 'react';

export {};
//# sourceMappingURL=SelectFieldOption.d.ts.map

@@ -12,1 +12,2 @@ import type { Dataset, LayoutTag } from '@preply/ds-core';

export declare const ShowOnIntersection: FC<Props>;
//# sourceMappingURL=ShowOnIntersection.d.ts.map

@@ -15,1 +15,2 @@ import { ColorName, Dataset, Responsive, TextAccent, TextSize, TextTag, TextVariant } from '@preply/ds-core';

export declare const Text: FC<Props>;
//# sourceMappingURL=Text.d.ts.map

@@ -6,1 +6,2 @@ import { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=TextareaField.d.ts.map

@@ -8,1 +8,2 @@ import { InputImperativeHandle } from '@preply/ds-web-core';

} & React.RefAttributes<InputImperativeHandle>>;
//# sourceMappingURL=TextField.d.ts.map

@@ -10,1 +10,2 @@ import type { Dataset, TextHighlight, TextInlineTag } from '@preply/ds-core';

export declare const TextHighlighted: FC<Props>;
//# sourceMappingURL=TextHighlighted.d.ts.map

@@ -13,1 +13,2 @@ import type { ColorName, Dataset, TextAccent, TextInlineTag, TextWeight } from '@preply/ds-core';

export declare const TextInline: FC<Props>;
//# sourceMappingURL=TextInline.d.ts.map
export * from './components';
//# sourceMappingURL=index.d.ts.map

24

package.json
{
"name": "@preply/ds-web-lib",
"version": "0.81.0",
"version": "0.82.0",
"publishConfig": {

@@ -22,12 +22,12 @@ "access": "public"

"dependencies": {
"@preply/ds-core": "0.81.0",
"@preply/ds-media-icons": "0.81.0",
"@preply/ds-web-core": "0.81.0",
"@preply/ds-web-root": "0.81.0"
"@preply/ds-core": "0.82.0",
"@preply/ds-media-icons": "0.82.0",
"@preply/ds-web-core": "0.82.0",
"@preply/ds-web-root": "0.82.0"
},
"peerDependencies": {
"@preply/ds-core": "0.81.0",
"@preply/ds-media-icons": "0.81.0",
"@preply/ds-web-core": "0.81.0",
"@preply/ds-web-root": "0.81.0",
"@preply/ds-core": "0.82.0",
"@preply/ds-media-icons": "0.82.0",
"@preply/ds-web-core": "0.82.0",
"@preply/ds-web-root": "0.82.0",
"react": "^16.8.3",

@@ -37,4 +37,4 @@ "react-dom": "^16.8.3"

"devDependencies": {
"@preply/ds-docs-toolkit": "0.81.0",
"@preply/ds-theme-base-ui": "0.81.0",
"@preply/ds-docs-toolkit": "0.82.0",
"@preply/ds-theme-base-ui": "0.82.0",
"@storybook/addon-docs": "6.4.18",

@@ -45,3 +45,3 @@ "@storybook/react": "6.4.18",

},
"gitHead": "0d77d8fb87287190f173ae9ccaaecfec310f30ba"
"gitHead": "d834ee47ad2e61f62c2c1eeef0f50017163a8f5b"
}
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