@box/blueprint-web-assets 4.49.2 → 4.50.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/dist/icons/Line/ArrowRightSquareAlt.d.ts +3 -0
- package/dist/icons/Line/ArrowRightSquareAlt.js +5 -0
- package/dist/icons/Line/SquareWithDiagonalStripes.d.ts +3 -0
- package/dist/icons/Line/SquareWithDiagonalStripes.js +5 -0
- package/dist/icons/Line/index.d.ts +2 -0
- package/dist/icons/Line/index.js +2 -0
- package/dist/tokens/px-tokens.d.ts +1 -1
- package/dist/tokens/px-tokens.js +1 -1
- package/dist/tokens/tokens-css-vars.scss +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgArrowRightSquareAlt = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#222", d: "M8.646 5.147a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .707l-2.5 2.5a.5.5 0 0 1-.708-.707L10.293 8.5H4.45C4.202 8.5 4 8.276 4 8s.202-.5.45-.5h5.843L8.646 5.854a.5.5 0 0 1 0-.707Z" }), _jsx("path", { fill: "#222", fillRule: "evenodd", d: "M13.204 1.01A2 2 0 0 1 15 3v10l-.01.204a2 2 0 0 1-1.786 1.785L13 15H3l-.204-.01a2 2 0 0 1-1.785-1.786L1 13V3a2 2 0 0 1 1.796-1.99L3 1h10l.204.01ZM3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgArrowRightSquareAlt);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgSquareWithDiagonalStripes = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ref: ref, ...props, children: _jsx("path", { fill: "#222", fillRule: "evenodd", d: "M13.204 1.01A2 2 0 0 1 15 3v10l-.01.204a2 2 0 0 1-1.786 1.785L13 15H3l-.204-.01a2 2 0 0 1-1.785-1.786L1 13V3a2 2 0 0 1 1.796-1.99L3 1h10l.204.01ZM2.881 13.993a.939.939 0 0 0 .119.008h2.702L14 5.702V3c0-.04-.003-.08-.008-.119L2.881 13.992Zm8.478.008H13a1 1 0 0 0 1-1v-1.642L11.36 14Zm-4.243 0h2.828L14 9.944V7.116L7.116 14ZM2 10.63V13c0 .136.026.265.075.383L13.383 2.075A.997.997 0 0 0 13 2h-2.371L2 10.63Zm0-4.242v2.828L9.215 2H6.387L2 6.387ZM3 2a1 1 0 0 0-1 1v1.973L4.973 2H3Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgSquareWithDiagonalStripes);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -17,6 +17,7 @@ export { default as ArrowDown } from './ArrowDown';
|
|
|
17
17
|
export { default as ArrowLeft } from './ArrowLeft';
|
|
18
18
|
export { default as ArrowRight } from './ArrowRight';
|
|
19
19
|
export { default as ArrowRightSquare } from './ArrowRightSquare';
|
|
20
|
+
export { default as ArrowRightSquareAlt } from './ArrowRightSquareAlt';
|
|
20
21
|
export { default as ArrowUp } from './ArrowUp';
|
|
21
22
|
export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
|
|
22
23
|
export { default as ArrowUpRightSquareAlt } from './ArrowUpRightSquareAlt';
|
|
@@ -123,6 +124,7 @@ export { default as SidebarSquaresBottom } from './SidebarSquaresBottom';
|
|
|
123
124
|
export { default as SidebarSquaresLeft } from './SidebarSquaresLeft';
|
|
124
125
|
export { default as Sign } from './Sign';
|
|
125
126
|
export { default as Skip } from './Skip';
|
|
127
|
+
export { default as SquareWithDiagonalStripes } from './SquareWithDiagonalStripes';
|
|
126
128
|
export { default as Star } from './Star';
|
|
127
129
|
export { default as Storage } from './Storage';
|
|
128
130
|
export { default as Taxonomy } from './Taxonomy';
|
package/dist/icons/Line/index.js
CHANGED
|
@@ -17,6 +17,7 @@ export { default as ArrowDown } from './ArrowDown';
|
|
|
17
17
|
export { default as ArrowLeft } from './ArrowLeft';
|
|
18
18
|
export { default as ArrowRight } from './ArrowRight';
|
|
19
19
|
export { default as ArrowRightSquare } from './ArrowRightSquare';
|
|
20
|
+
export { default as ArrowRightSquareAlt } from './ArrowRightSquareAlt';
|
|
20
21
|
export { default as ArrowUp } from './ArrowUp';
|
|
21
22
|
export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
|
|
22
23
|
export { default as ArrowUpRightSquareAlt } from './ArrowUpRightSquareAlt';
|
|
@@ -123,6 +124,7 @@ export { default as SidebarSquaresBottom } from './SidebarSquaresBottom';
|
|
|
123
124
|
export { default as SidebarSquaresLeft } from './SidebarSquaresLeft';
|
|
124
125
|
export { default as Sign } from './Sign';
|
|
125
126
|
export { default as Skip } from './Skip';
|
|
127
|
+
export { default as SquareWithDiagonalStripes } from './SquareWithDiagonalStripes';
|
|
126
128
|
export { default as Star } from './Star';
|
|
127
129
|
export { default as Storage } from './Storage';
|
|
128
130
|
export { default as Taxonomy } from './Taxonomy';
|
package/dist/tokens/px-tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.50.1",
|
|
4
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",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@box/storybook-utils": "^0.13.
|
|
129
|
+
"@box/storybook-utils": "^0.13.3",
|
|
130
130
|
"@types/react": "^18.0.0",
|
|
131
131
|
"@types/react-dom": "^18.0.0",
|
|
132
132
|
"chalk": "4.1.2",
|