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

@guardian/src-foundations

Package Overview
Dependencies
Maintainers
43
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/src-foundations - npm Package Compare versions

Comparing version 3.9.1-rc.1 to 3.9.1

2

dist/cjs/accessibility.js
"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

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