@littlespoon/theme
Advanced tools
Comparing version 1.13.1 to 1.14.0
@@ -24,2 +24,3 @@ /** | ||
export declare const surfaceOverlay: string; | ||
export declare const surfaceOverlay60: string; | ||
/** | ||
@@ -26,0 +27,0 @@ * Sub-surface |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.borderWarning = exports.borderCritical = exports.borderInformative = exports.borderSuccess = exports.borderContrast = exports.borderBold = exports.borderModerate = exports.borderSubtle = exports.borderMinimal = exports.subSurfaceDull = exports.subSurfaceWarning = exports.subSurfaceCritical = exports.subSurfaceInformative = exports.subSurfaceSuccess = exports.surfaceOverlay = exports.surfaceContrast = exports.surfaceStrong = exports.surfaceSecondary = exports.surfacePrimary = exports.shadeWhite = exports.shadeBlack = exports.brand = void 0; | ||
exports.borderWarning = exports.borderCritical = exports.borderInformative = exports.borderSuccess = exports.borderContrast = exports.borderBold = exports.borderModerate = exports.borderSubtle = exports.borderMinimal = exports.subSurfaceDull = exports.subSurfaceWarning = exports.subSurfaceCritical = exports.subSurfaceInformative = exports.subSurfaceSuccess = exports.surfaceOverlay60 = exports.surfaceOverlay = exports.surfaceContrast = exports.surfaceStrong = exports.surfaceSecondary = exports.surfacePrimary = exports.shadeWhite = exports.shadeBlack = exports.brand = void 0; | ||
var utils_1 = require("../utils"); | ||
@@ -31,2 +31,3 @@ var alert_1 = require("./alert"); | ||
exports.surfaceOverlay = (0, secondary_1.grey80)(0.8); | ||
exports.surfaceOverlay60 = (0, secondary_1.grey80)(0.6); | ||
/** | ||
@@ -33,0 +34,0 @@ * Sub-surface |
{ | ||
"name": "@littlespoon/theme", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Little Spoon theme", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
"license": "UNLICENSED", | ||
"gitHead": "49b720211c4fb0911b67790ab47e3545227abf50" | ||
"gitHead": "edf5ae4dd0c9ed94c0c3cd2c2a6202f2a494ebbf" | ||
} |
@@ -28,3 +28,3 @@ # @littlespoon/theme | ||
theme.colors.primary.brand.brand60() // 'rgba(44,213,196,1)' | ||
theme.colors.brand60() // 'rgba(44,213,196,1)' | ||
``` | ||
@@ -37,3 +37,3 @@ | ||
colors.primary.brand.brand60() // 'rgba(44,213,196,1)' | ||
colors.brand60() // 'rgba(44,213,196,1)' | ||
``` | ||
@@ -40,0 +40,0 @@ |
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
205481
72
2905