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

@financial-times/dotcom-ui-base-styles

Package Overview
Dependencies
Maintainers
18
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/dotcom-ui-base-styles - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

dist/node/components/LoadFontsEmbed.js

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.LoadFontsEmbed = void 0;
const react_1 = __importDefault(require("react"));

@@ -8,0 +9,0 @@ const fontLoading_1 = require("../lib/fontLoading");

21

dist/node/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./components/LoadFontsEmbed"));
__export(require("./lib/fontLoading"));
__export(require("./lib/fontFaces"));
__export(require("./lib/documentStyles"));
__exportStar(require("./components/LoadFontsEmbed"), exports);
__exportStar(require("./lib/fontLoading"), exports);
__exportStar(require("./lib/fontFaces"), exports);
__exportStar(require("./lib/documentStyles"), exports);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.documentStyles = void 0;
exports.documentStyles = {

@@ -4,0 +5,0 @@ // Enable use of 100vw which does not account for the scroll bar

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fontFaceURLs = void 0;
// NOTE: please also update ./styles.css when updating the URLs defined below. They

@@ -4,0 +5,0 @@ // need to stay in-sync to ensure our CSS output matches the resource hints we set.

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.loadCustomFontsClassNames = exports.loadCustomFontsJS = void 0;
// NOTE: This function must be written as ES5 code because it will be stringified

@@ -8,0 +9,0 @@ // and embedded in the page to be executed in the browser. This also means all

{
"name": "@financial-times/dotcom-ui-base-styles",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "component.js",

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