@box/blueprint-web-assets
Advanced tools
Comparing version
{ | ||
"name": "@box/blueprint-web-assets", | ||
"version": "4.35.0", | ||
"version": "4.36.0", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -18,2 +18,3 @@ "scripts": { | ||
"svgr-content": "svgr --config-file svgrConfig/common.svgrrc.js -d src/icons/Content ./tmp/repo/Icon/Content", | ||
"svgr-contentitem-nobackground": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/ContentItem-noBackground ./tmp/repo/Icon/ContentItem-noBackground", | ||
"svgr-fill": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/Fill ./tmp/repo/Icon/Fill", | ||
@@ -25,3 +26,3 @@ "svgr-illustration": "svgr --config-file svgrConfig/replace-with-branding-color.svgrrc.js -d src/illustrations ./tmp/repo/Illustration", | ||
"svgr-medium": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/Medium ./tmp/repo/Icon/Medium", | ||
"svgr": "rimraf src/icons/Content src/icons/Fill src/icons/Line src/icons/Logo src/icons/Medium-Filled src/icons/Medium && concurrently 'yarn svgr-content' 'yarn svgr-fill' 'yarn svgr-illustration' 'yarn svgr-line' 'yarn svgr-logo' 'yarn svgr-medium-filled' 'yarn svgr-medium' && yarn remove-clippaths", | ||
"svgr": "rimraf src/icons/Content src/icons/ContentItem-noBackground src/icons/Fill src/icons/Line src/icons/Logo src/icons/Medium-Filled src/icons/Medium && concurrently 'yarn svgr-content' 'yarn svgr-contentitem-nobackground' 'yarn svgr-fill' 'yarn svgr-illustration' 'yarn svgr-line' 'yarn svgr-logo' 'yarn svgr-medium-filled' 'yarn svgr-medium' && yarn remove-clippaths", | ||
"tokens-build-styles-all": "yarn tokens-build-styles && yarn tokens-build-styles-create-typography-mixins", | ||
@@ -63,2 +64,6 @@ "tokens-build-styles-create-typography-mixins": "node scripts/create_typography_mixins.js --input tmp/repo/Style/values.json --output src/tokens/mixins.scss", | ||
}, | ||
"./icons/ContentItem-noBackground/*": { | ||
"types": "./icons/ContentItem-noBackground/*.d.ts", | ||
"default": "./icons/ContentItem-noBackground/*.js" | ||
}, | ||
"./icons/Fill/*": { | ||
@@ -88,2 +93,6 @@ "types": "./icons/Fill/*.d.ts", | ||
}, | ||
"./icons/ContentItem-noBackground": { | ||
"types": "./icons/ContentItem-noBackground/index.d.ts", | ||
"default": "./icons/ContentItem-noBackground/index.js" | ||
}, | ||
"./icons/Fill": { | ||
@@ -130,3 +139,3 @@ "types": "./icons/Fill/index.d.ts", | ||
}, | ||
"gitHead": "f6ab2a20576eaded5fb37f37c119c9eb031cc86d" | ||
"gitHead": "23bed42d9a6652cfb6069f38db36bf3eb529dc9b" | ||
} |
1701461
0.04%