@guardian/src-foundations
Advanced tools
Comparing version 3.9.1-rc.1 to 3.9.1
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/accessibility.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/accessibility.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/accessibility.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/animation.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/animation.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/animation.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/breakpoints.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/breakpoints.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/breakpoints.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/mq/mq.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/mq/mq.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/mq.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/palette.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/palette.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/palette.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/size.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/size.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/size/size.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/space.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/space.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/space.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/utils/focus-style-manager.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/focus-style-manager.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/focus-style-manager.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/utils/px-to-rem.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/px-to-rem.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/px-to-rem.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/utils/resets.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/resets.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/resets.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
"use strict"; | ||
// FYI | ||
// src/core/foundations/src/utils/supports-queries.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/supports-queries.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/supports-queries.ts | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
// FYI | ||
// src/core/foundations/src/accessibility.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/accessibility.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/accessibility.ts | ||
@@ -4,0 +4,0 @@ import { border } from './palette'; |
// FYI | ||
// src/core/foundations/src/animation.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/animation.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/animation.ts | ||
@@ -4,0 +4,0 @@ const transitions = { |
// FYI | ||
// src/core/foundations/src/breakpoints.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/breakpoints.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/breakpoints.ts | ||
@@ -4,0 +4,0 @@ export const breakpoints = { |
// FYI | ||
// src/core/foundations/src/mq/mq.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/mq/mq.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/mq.ts | ||
@@ -4,0 +4,0 @@ import { breakpoints } from './breakpoints'; |
// FYI | ||
// src/core/foundations/src/palette.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/palette.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/palette.ts | ||
@@ -4,0 +4,0 @@ // Arrays of colours should have pillar colors first |
// FYI | ||
// src/core/foundations/src/size.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/size.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/size/size.ts | ||
@@ -4,0 +4,0 @@ import { pxToRem } from './utils/px-to-rem'; |
// FYI | ||
// src/core/foundations/src/space.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/space.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/space.ts | ||
@@ -4,0 +4,0 @@ import { pxToRem } from './utils/px-to-rem'; |
// FYI | ||
// src/core/foundations/src/utils/focus-style-manager.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/focus-style-manager.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/focus-style-manager.ts | ||
@@ -4,0 +4,0 @@ const TAB_KEY_CODE = 9; |
// FYI | ||
// src/core/foundations/src/utils/px-to-rem.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/px-to-rem.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/px-to-rem.ts | ||
@@ -4,0 +4,0 @@ export const rootPixelFontSize = 16; |
// FYI | ||
// src/core/foundations/src/utils/resets.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/resets.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/resets.ts | ||
@@ -4,0 +4,0 @@ import { background, text } from '../palette'; |
// FYI | ||
// src/core/foundations/src/utils/supports-queries.ts SYMLINKS TO | ||
// packages/@guardian/src-foundations/src/utils/supports-queries.ts SYMLINKS TO | ||
// packages/@guardian/source-foundations/src/utils/supports-queries.ts | ||
export const appearance = '(appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none)'; | ||
//# sourceMappingURL=supports-queries.js.map |
@@ -1,1 +0,2 @@ | ||
export { breakpoints, Breakpoint } from '../breakpoints'; | ||
export { breakpoints } from '../breakpoints'; | ||
export type { Breakpoint } from '../breakpoints'; |
export { from, until, between } from './mq'; | ||
export { Breakpoint, breakpoints } from '../breakpoints'; | ||
export { breakpoints } from '../breakpoints'; | ||
export type { Breakpoint } from '../breakpoints'; |
{ | ||
"name": "@guardian/src-foundations", | ||
"version": "3.9.1-rc.1", | ||
"version": "3.9.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
240127
4067
1