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

@preply/ds-core

Package Overview
Dependencies
Maintainers
7
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preply/ds-core - npm Package Compare versions

Comparing version 0.9.3-beta.232ad528eb89a78a6ba5aa7dfd0e3d73a0b6817c.82 to 0.9.3-beta.2ccb54f13c565c36ba42020c1cdd467c4c9d038d.68

dist/space/index.d.ts

1

dist/index.d.ts

@@ -5,3 +5,4 @@ export { VERSION } from './version';

export * from './layout';
export * from './space';
export * from './theme';
export * from './typography';

2

dist/layout/constants.d.ts

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

import { LayoutGap } from './types';
import type { LayoutGap } from './types';
export declare const LAYOUT_GAP_DEFAULT: LayoutGap;

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

const LAYOUT_GAP_DEFAULT = 'base';
const LAYOUT_GAP_DEFAULT = 'none';
export { LAYOUT_GAP_DEFAULT };
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGF5b3V0L2NvbnN0YW50cy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMYXlvdXRHYXAgfSBmcm9tICcuL3R5cGVzJztcblxuZXhwb3J0IGNvbnN0IExBWU9VVF9HQVBfREVGQVVMVDogTGF5b3V0R2FwID0gJ2Jhc2UnO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJNQUVhLGtCQUFrQixHQUFjOzs7OyJ9
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGF5b3V0L2NvbnN0YW50cy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IExheW91dEdhcCB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgY29uc3QgTEFZT1VUX0dBUF9ERUZBVUxUOiBMYXlvdXRHYXAgPSAnbm9uZSc7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ik1BRWEsa0JBQWtCLEdBQWM7Ozs7In0=

@@ -0,3 +1,4 @@

import type { Space } from '../space/types';
export declare type LayoutType = 'flex' | 'grid';
export declare type LayoutGap = 'none' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';
export declare type LayoutGap = Space;
export declare type LayoutAlignItems = 'center' | 'start' | 'end' | 'stretch' | 'baseline';

@@ -4,0 +5,0 @@ export declare type LayoutJustifyItems = 'start' | 'center' | 'end' | 'stretch';

{
"name": "@preply/ds-core",
"version": "0.9.3-beta.232ad528eb89a78a6ba5aa7dfd0e3d73a0b6817c.82+232ad52",
"version": "0.9.3-beta.2ccb54f13c565c36ba42020c1cdd467c4c9d038d.68+2ccb54f",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

},
"gitHead": "232ad528eb89a78a6ba5aa7dfd0e3d73a0b6817c"
"gitHead": "2ccb54f13c565c36ba42020c1cdd467c4c9d038d"
}
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