@uxf/styles
Advanced tools
Comparing version 11.31.0 to 11.32.0
@@ -1,2 +0,2 @@ | ||
import { CSSProperties } from "react"; | ||
import type { CSSProperties } from "react"; | ||
export declare const srOnly: Partial<CSSProperties>; |
{ | ||
"name": "@uxf/styles", | ||
"version": "11.31.0", | ||
"version": "11.32.0", | ||
"description": "", | ||
@@ -18,7 +18,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@uxf/core": "11.31.0", | ||
"@uxf/core": "11.32.0", | ||
"color2k": "2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "18.2.63", | ||
"@types/react": "18.3.5", | ||
"csstype": "3.1.3" | ||
@@ -25,0 +25,0 @@ }, |
@@ -1,3 +0,3 @@ | ||
import { Property } from "csstype"; | ||
import { TransitionProperties } from "../types"; | ||
import type { Property } from "csstype"; | ||
import type { TransitionProperties } from "../types"; | ||
export declare const transition: (property: TransitionProperties, duration?: number, easing?: Property.TransitionTimingFunction) => string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.matchBetween = void 0; | ||
exports.matchBetween = matchBetween; | ||
const isBrowser_1 = require("@uxf/core/utils/isBrowser"); | ||
@@ -9,2 +9,1 @@ const mq_between_1 = require("./mq-between"); | ||
} | ||
exports.matchBetween = matchBetween; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.matchHidpi = void 0; | ||
exports.matchHidpi = matchHidpi; | ||
const isBrowser_1 = require("@uxf/core/utils/isBrowser"); | ||
@@ -9,2 +9,1 @@ const mq_hidpi_1 = require("./mq-hidpi"); | ||
} | ||
exports.matchHidpi = matchHidpi; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.matchMax = void 0; | ||
exports.matchMax = matchMax; | ||
const isBrowser_1 = require("@uxf/core/utils/isBrowser"); | ||
@@ -9,2 +9,1 @@ const mq_max_1 = require("./mq-max"); | ||
} | ||
exports.matchMax = matchMax; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.matchMin = void 0; | ||
exports.matchMin = matchMin; | ||
const isBrowser_1 = require("@uxf/core/utils/isBrowser"); | ||
@@ -9,2 +9,1 @@ const mq_min_1 = require("./mq-min"); | ||
} | ||
exports.matchMin = matchMin; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mqBetween = void 0; | ||
exports.mqBetween = mqBetween; | ||
const em_1 = require("../units/em"); | ||
@@ -8,2 +8,1 @@ function mqBetween(from, to) { | ||
} | ||
exports.mqBetween = mqBetween; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mqHiDpi = void 0; | ||
exports.mqHiDpi = mqHiDpi; | ||
function mqHiDpi(ratio = 2) { | ||
@@ -20,2 +20,1 @@ if (ratio < 1) { | ||
} | ||
exports.mqHiDpi = mqHiDpi; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mqMax = void 0; | ||
exports.mqMax = mqMax; | ||
const em_1 = require("../units/em"); | ||
@@ -8,2 +8,1 @@ function mqMax(to) { | ||
} | ||
exports.mqMax = mqMax; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mqMin = void 0; | ||
exports.mqMin = mqMin; | ||
const em_1 = require("../units/em"); | ||
@@ -8,2 +8,1 @@ function mqMin(from) { | ||
} | ||
exports.mqMin = mqMin; |
@@ -1,2 +0,2 @@ | ||
import { CSSProperties } from "react"; | ||
import type { CSSProperties } from "react"; | ||
export type CssTimeUnits = "ms" | "s"; | ||
@@ -3,0 +3,0 @@ export type CssAbsoluteLengthsUnits = "cm" | "mm" | "in" | "px" | "pt" | "pc" | "deg" | "rad"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.emToPx = void 0; | ||
exports.emToPx = emToPx; | ||
function emToPx(value, size = 16) { | ||
@@ -10,2 +10,1 @@ if (/\d*\.?\d+em/.test(value)) { | ||
} | ||
exports.emToPx = emToPx; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.remToPx = void 0; | ||
exports.remToPx = remToPx; | ||
function remToPx(value, size = 16) { | ||
@@ -10,2 +10,1 @@ if (/\d*\.?\d+rem/.test(value)) { | ||
} | ||
exports.remToPx = remToPx; |
@@ -1,2 +0,2 @@ | ||
import { CssUnits } from "../types"; | ||
import type { CssUnits } from "../types"; | ||
export declare const withUnit: (input: number | string, unit: CssUnits) => string; |
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
15322
230
+ Added@uxf/core@11.32.0(transitive)
- Removed@uxf/core@11.31.0(transitive)
Updated@uxf/core@11.32.0