@charcoal-ui/theme
Advanced tools
Comparing version
@@ -21,2 +21,6 @@ "use strict"; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -103,2 +107,3 @@ mod | ||
color: (0, import_rgba.default)("#000000", 0.04) | ||
// surface3 | ||
}, | ||
@@ -108,5 +113,7 @@ press: { | ||
color: (0, import_rgba.default)("#000000", 0.16) | ||
// surface10 | ||
} | ||
}, | ||
color: { | ||
// TODO: colors should be picked from foundation color palette | ||
transparent: (0, import_rgba.default)("#000000", 0), | ||
@@ -151,2 +158,3 @@ background1: "#ffffff", | ||
color: (0, import_rgba.default)("#ffffff", 0.12) | ||
// surface3 | ||
}, | ||
@@ -156,2 +164,3 @@ press: { | ||
color: (0, import_rgba.default)("#ffffff", 0.2) | ||
// surface10 | ||
} | ||
@@ -158,0 +167,0 @@ }, |
@@ -21,2 +21,6 @@ "use strict"; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -103,2 +107,3 @@ mod | ||
color: (0, import_rgba.default)("#000000", 0.04) | ||
// surface3 | ||
}, | ||
@@ -108,5 +113,7 @@ press: { | ||
color: (0, import_rgba.default)("#000000", 0.16) | ||
// surface10 | ||
} | ||
}, | ||
color: { | ||
// TODO: colors should be picked from foundation color palette | ||
transparent: (0, import_rgba.default)("#000000", 0), | ||
@@ -151,2 +158,3 @@ background1: "#ffffff", | ||
color: (0, import_rgba.default)("#ffffff", 0.12) | ||
// surface3 | ||
}, | ||
@@ -156,2 +164,3 @@ press: { | ||
color: (0, import_rgba.default)("#ffffff", 0.2) | ||
// surface10 | ||
} | ||
@@ -158,0 +167,0 @@ }, |
@@ -76,2 +76,3 @@ // src/default.ts | ||
color: rgba("#000000", 0.04) | ||
// surface3 | ||
}, | ||
@@ -81,5 +82,7 @@ press: { | ||
color: rgba("#000000", 0.16) | ||
// surface10 | ||
} | ||
}, | ||
color: { | ||
// TODO: colors should be picked from foundation color palette | ||
transparent: rgba("#000000", 0), | ||
@@ -124,2 +127,3 @@ background1: "#ffffff", | ||
color: rgba("#ffffff", 0.12) | ||
// surface3 | ||
}, | ||
@@ -129,2 +133,3 @@ press: { | ||
color: rgba("#ffffff", 0.2) | ||
// surface10 | ||
} | ||
@@ -131,0 +136,0 @@ }, |
@@ -21,2 +21,6 @@ "use strict"; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -23,0 +27,0 @@ mod |
{ | ||
"name": "@charcoal-ui/theme", | ||
"version": "4.2.1", | ||
"version": "4.3.0-beta.0", | ||
"license": "Apache-2.0", | ||
@@ -66,4 +66,4 @@ "main": "./dist/index.cjs.js", | ||
"dependencies": { | ||
"@charcoal-ui/foundation": "^4.2.1", | ||
"@charcoal-ui/utils": "^4.2.1", | ||
"@charcoal-ui/foundation": "4.3.0-beta.0", | ||
"@charcoal-ui/utils": "4.3.0-beta.0", | ||
"change-case-all": "^2.1.0", | ||
@@ -86,3 +86,3 @@ "deepmerge": "^4.3.1", | ||
}, | ||
"gitHead": "9a017d7e402dfcf371a5ca9a2b61bcd095467d89" | ||
"gitHead": "864fc9a6c8ad391df01c7765ab0dff66842c612d" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
447291
0.34%7652
0.35%2
100%+ Added
+ Added
- Removed
- Removed