@box/blueprint-web-assets 4.3.0 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/Fill/ArrowUpRightSquare.js +1 -1
- package/icons/Fill/Crop.d.ts +3 -0
- package/icons/Fill/Crop.js +3 -0
- package/icons/Fill/index.d.ts +1 -0
- package/icons/Fill/index.js +1 -0
- package/package.json +3 -3
- package/tokens/px-tokens.d.ts +1 -1
- package/tokens/px-tokens.js +1 -1
- package/tokens/tokens-css-vars.scss +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgArrowUpRightSquare = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M5
|
|
2
|
+
const SvgArrowUpRightSquare = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M5.143 3C5.616 3 6 3.527 6 4c0 .44-.324.95-.75 1H4v7h7v-1.143c0-.473.527-.857 1-.857.44 0 1.006.38 1 .757-.006.377 0 1.529 0 1.529 0 .904-.556 1.644-1.444 1.71L3.715 14c-.903 0-1.644-.7-1.71-1.586L2 4.57C2 3.668 2.5 3 3.5 3h1.643Zm8-1c.44 0 .807.33.857.757v4.386c0 .473-.527.857-1 .857-.44 0-.95-.33-1-.757V5.4L8.652 8.758c-.418.344-1.035.316-1.394-.082-.324-.36-.344-.942-.04-1.302L10.6 4H9c-.5 0-1-.357-1-1 0-.557.5-1 1-1h4.143Z", clipRule: "evenodd" }) }));
|
|
3
3
|
export default SvgArrowUpRightSquare;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgCrop = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M5.997 2a1 1 0 1 0-2 0v2H2a1 1 0 0 0 0 2h1.997v5a1 1 0 0 0 1 1H10v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V5a1 1 0 0 0-1.04-1H5.997V2Zm0 4v4H10V6H5.997Z", clipRule: "evenodd" }) }));
|
|
3
|
+
export default SvgCrop;
|
package/icons/Fill/index.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export { default as CollectionBolt } from './CollectionBolt';
|
|
|
62
62
|
export { default as CollectionPlus } from './CollectionPlus';
|
|
63
63
|
export { default as CollectionStar } from './CollectionStar';
|
|
64
64
|
export { default as CreditCard } from './CreditCard';
|
|
65
|
+
export { default as Crop } from './Crop';
|
|
65
66
|
export { default as Divide } from './Divide';
|
|
66
67
|
export { default as DocGen } from './DocGen';
|
|
67
68
|
export { default as Download } from './Download';
|
package/icons/Fill/index.js
CHANGED
|
@@ -62,6 +62,7 @@ export { default as CollectionBolt } from './CollectionBolt';
|
|
|
62
62
|
export { default as CollectionPlus } from './CollectionPlus';
|
|
63
63
|
export { default as CollectionStar } from './CollectionStar';
|
|
64
64
|
export { default as CreditCard } from './CreditCard';
|
|
65
|
+
export { default as Crop } from './Crop';
|
|
65
66
|
export { default as Divide } from './Divide';
|
|
66
67
|
export { default as DocGen } from './DocGen';
|
|
67
68
|
export { default as Download } from './Download';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"license": "
|
|
3
|
+
"version": "4.4.1",
|
|
4
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && yarn lint-local && yarn lint-local-css",
|
|
7
7
|
"build-local": "yarn tokens-build-styles-all && yarn icons-build",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"chalk": "4.1.2"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "006a08becb4699e92eb25f92e734e6e61ed07239"
|
|
104
104
|
}
|
package/tokens/px-tokens.d.ts
CHANGED
package/tokens/px-tokens.js
CHANGED