@financial-times/dotcom-ui-base-styles
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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"); |
"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", |
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
13610
193
793
1