@preply/ds-core
Advanced tools
Comparing version 0.9.3-beta.232ad528eb89a78a6ba5aa7dfd0e3d73a0b6817c.82 to 0.9.3-beta.2ccb54f13c565c36ba42020c1cdd467c4c9d038d.68
@@ -5,3 +5,4 @@ export { VERSION } from './version'; | ||
export * from './layout'; | ||
export * from './space'; | ||
export * from './theme'; | ||
export * from './typography'; |
@@ -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" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
14425
42
166