@diana-ui/types
Advanced tools
Comparing version 0.1.1-cjstest.4 to 0.1.1-quimberto.15
@@ -32,2 +32,3 @@ import React from "react"; | ||
label: IFont; | ||
labelMedium: IFont; | ||
sectionTitle?: IFont; | ||
@@ -34,0 +35,0 @@ } |
@@ -1,4 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var FontWeight; | ||
export var FontWeight; | ||
(function (FontWeight) { | ||
@@ -9,2 +7,2 @@ FontWeight[FontWeight["REGULAR"] = 400] = "REGULAR"; | ||
FontWeight[FontWeight["BOLDER"] = 900] = "BOLDER"; | ||
})(FontWeight = exports.FontWeight || (exports.FontWeight = {})); | ||
})(FontWeight || (FontWeight = {})); |
@@ -32,2 +32,3 @@ import React from "react"; | ||
label: IFont; | ||
labelMedium: IFont; | ||
sectionTitle?: IFont; | ||
@@ -34,0 +35,0 @@ } |
@@ -1,4 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var FontWeight; | ||
export var FontWeight; | ||
(function (FontWeight) { | ||
@@ -9,2 +7,2 @@ FontWeight[FontWeight["REGULAR"] = 400] = "REGULAR"; | ||
FontWeight[FontWeight["BOLDER"] = 900] = "BOLDER"; | ||
})(FontWeight = exports.FontWeight || (exports.FontWeight = {})); | ||
})(FontWeight || (FontWeight = {})); |
{ | ||
"name": "@diana-ui/types", | ||
"version": "0.1.1-cjstest.4+be6fad9", | ||
"version": "0.1.1-quimberto.15+0bf4716", | ||
"main": "lib/types.js", | ||
@@ -13,4 +13,4 @@ "module": "module/types.js", | ||
"build": "yarn compile:lib && yarn compile:module", | ||
"compile:lib": "tsc --target es5 --module commonjs --outDir lib", | ||
"compile:module": "tsc --target es6 --module commonjs --outDir module", | ||
"compile:lib": "tsc --target es5 --module es2015 --outDir lib", | ||
"compile:module": "tsc --target es6 --module esnext --outDir module", | ||
"clean:files": "rimraf lib module", | ||
@@ -23,3 +23,3 @@ "prepare": "yarn clean:files && yarn build" | ||
"dependencies": { | ||
"@diana-ui/tokens": "^0.1.1-cjstest.4+be6fad9", | ||
"@diana-ui/tokens": "^0.1.1-quimberto.15+0bf4716", | ||
"aesthetic": "^5.1.0", | ||
@@ -31,3 +31,3 @@ "aesthetic-react": "^2.1.0" | ||
}, | ||
"gitHead": "be6fad96a1df511e578702b1610288cb52b97bae" | ||
"gitHead": "0bf47167a29538e969a21d3a24819b56dacad8d6" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7080
180