@box/blueprint-web-assets 4.80.4 → 4.81.2
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/Medium/ArrowRightSquareAlt.d.ts +3 -0
- package/dist/icons/Medium/ArrowRightSquareAlt.js +5 -0
- package/dist/icons/Medium/BubbleAlert.d.ts +3 -0
- package/dist/icons/Medium/BubbleAlert.js +5 -0
- package/dist/icons/Medium/Calendar.d.ts +3 -0
- package/dist/icons/Medium/Calendar.js +5 -0
- package/dist/icons/Medium/CalendarPause.d.ts +3 -0
- package/dist/icons/Medium/CalendarPause.js +5 -0
- package/dist/icons/Medium/CalendarRecurring.d.ts +3 -0
- package/dist/icons/Medium/CalendarRecurring.js +5 -0
- package/dist/icons/Medium/Keyboard.d.ts +3 -0
- package/dist/icons/Medium/Keyboard.js +5 -0
- package/dist/icons/Medium/Printer.d.ts +3 -0
- package/dist/icons/Medium/Printer.js +5 -0
- package/dist/icons/Medium/SquareWithDiagonalStripes.d.ts +3 -0
- package/dist/icons/Medium/SquareWithDiagonalStripes.js +5 -0
- package/dist/icons/Medium/Stamp.d.ts +3 -0
- package/dist/icons/Medium/Stamp.js +5 -0
- package/dist/icons/Medium/Template.d.ts +3 -0
- package/dist/icons/Medium/Template.js +5 -0
- package/dist/icons/Medium/index.d.ts +10 -0
- package/dist/icons/Medium/index.js +10 -0
- package/dist/icons/MediumFilled/Calendar.d.ts +3 -0
- package/dist/icons/MediumFilled/Calendar.js +5 -0
- package/dist/icons/MediumFilled/Plus.d.ts +3 -0
- package/dist/icons/MediumFilled/Plus.js +5 -0
- package/dist/icons/MediumFilled/Stamp.d.ts +3 -0
- package/dist/icons/MediumFilled/Stamp.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +3 -0
- package/dist/icons/MediumFilled/index.js +3 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +1 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +1 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.css +1 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +1 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.js +1 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.json +1 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +1 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +1 -0
- package/dist/tokens/BP2/light_mode_value/tokens.css +1 -0
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +1 -0
- package/dist/tokens/BP2/light_mode_value/tokens.js +1 -0
- package/dist/tokens/BP2/light_mode_value/tokens.json +1 -0
- package/dist/tokens/mixins-modern.scss +38 -171
- package/dist/tokens/px-tokens.d.ts +1 -0
- package/dist/tokens/px-tokens.js +1 -0
- package/dist/tokens/tokens-css-vars.scss +1 -0
- package/dist/tokens/tokens.d.ts +1 -0
- package/dist/tokens/tokens.js +1 -0
- package/dist/tokens/tokens.json +1 -0
- 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 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M12.293 8.293a1 1 0 0 1 1.338-.068l.076.068 3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L13.586 13H8a1 1 0 0 1 0-2h5.586l-1.293-1.293-.068-.076a1 1 0 0 1 .068-1.338Z" }), _jsx("path", { fill: props.color || '#909090', d: "m17 21 .206-.005a4 4 0 0 0 3.79-3.789L21 17V7a4 4 0 0 0-3.794-3.995L17 3H7l-.206.005A4 4 0 0 0 3 7v10l.005.206a4.001 4.001 0 0 0 3.789 3.79L7 21h10Zm2-4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10Z" })] }));
|
|
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 SvgBubbleAlert = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M12 2c3.155 0 5.681.789 7.426 2.388C21.183 5.998 22 8.298 22 11c0 2.703-.817 5.001-2.574 6.612C17.68 19.212 15.155 20 12 20h-.1c-1.357 1.23-3.037 1.98-4.464 2.18-.753.105-1.549.073-2.207-.24C4.497 21.59 4 20.912 4 20c0-.888.437-1.505.663-1.87.133-.214.236-.394.302-.594C2.91 16.223 2 13.937 2 11c0-2.703.817-5.001 2.574-6.612C6.32 2.788 8.845 2 12 2Zm0 2c-2.845 0-4.819.711-6.074 1.862C4.683 7.002 4 8.702 4 11c0 2.745.885 4.297 2.44 5.078.367.185.615.57.606 1.005-.02 1-.4 1.647-.685 2.105C6.072 19.652 6 19.78 6 20c0 .084 0 .091.089.134.164.078.517.142 1.07.065 1.084-.151 2.506-.79 3.609-1.88l.079-.072A1.1 1.1 0 0 1 11.54 18H12c2.845 0 4.819-.711 6.074-1.862C19.316 14.998 20 13.298 20 11c0-2.297-.683-3.999-1.926-5.138C16.82 4.712 14.845 4 12 4Zm0 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgBubbleAlert);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCalendar = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17 2a1 1 0 0 1 1 1v1.1c2.282.463 4 2.481 4 4.9v8a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V9a5.002 5.002 0 0 1 4-4.9V3a1 1 0 0 1 2 0v1h8V3a1 1 0 0 1 1-1ZM4 17a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6H4v6ZM7 6a3 3 0 0 0-3 3h16a3 3 0 0 0-3-3H7Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCalendar);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCalendarPause = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M17 15a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17 2a1 1 0 0 1 1 1v1.1c2.282.463 4 2.481 4 4.9v4a1 1 0 1 1-2 0v-2H4v6a3 3 0 0 0 3 3h6a1 1 0 1 1 0 2H7a5 5 0 0 1-5-5V9a5.002 5.002 0 0 1 4-4.9V3a1 1 0 0 1 2 0v1h8V3a1 1 0 0 1 1-1ZM7 6a3 3 0 0 0-3 3h16a3 3 0 0 0-3-3H7Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCalendarPause);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCalendarRecurring = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17 2a1 1 0 0 1 1 1v1.1c2.282.463 4 2.481 4 4.9v4a1 1 0 1 1-2 0v-2H4v6a3 3 0 0 0 3 3h2a1 1 0 1 1 0 2H7a5 5 0 0 1-5-5V9a5.002 5.002 0 0 1 4-4.9V3a1 1 0 0 1 2 0v1h8V3a1 1 0 0 1 1-1ZM7 6a3 3 0 0 0-3 3h16a3 3 0 0 0-3-3H7Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M13.957 20.707a1 1 0 0 1-1.414 0l-1.5-1.5a1 1 0 0 1 1.283-1.522c.114-.666.37-1.43.862-2.113.748-1.038 1.986-1.822 3.812-1.822.42 0 .923.065 1.442.219a1 1 0 1 1-.569 1.917A3.17 3.17 0 0 0 17 15.75c-1.174 0-1.811.467-2.189.99a2.94 2.94 0 0 0-.402.822.999.999 0 0 1 1.048 1.645l-1.5 1.5Zm2.941 2.543a5.14 5.14 0 0 1-1.394-.204 1 1 0 0 1 .552-1.923c.322.093.622.127.842.127 1.174 0 1.812-.467 2.189-.99a2.94 2.94 0 0 0 .403-.82 1 1 0 0 1-1.049-1.647l1.5-1.5a1 1 0 0 1 1.414 0l1.5 1.5a1 1 0 0 1-1.282 1.523 5.11 5.11 0 0 1-.863 2.112c-.748 1.038-1.986 1.822-3.812 1.822Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCalendarRecurring);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgKeyboard = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M6.75 12.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm7 0a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2h3.5Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-10.5-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 5a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h12ZM6 7a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgKeyboard);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgPrinter = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M17 2a2 2 0 0 1 2 2v2c0 .042-.003.083-.006.124A4.002 4.002 0 0 1 22 10v4a4 4 0 0 1-3 3.873V20a2 2 0 0 1-2 2H7l-.204-.01A2 2 0 0 1 5 20v-2.127a4.002 4.002 0 0 1-2.995-3.667L2 14v-4a4.002 4.002 0 0 1 3.006-3.876L5 6V4a2 2 0 0 1 2-2h10ZM7 20h10v-6H7v6Zm8-4a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h6ZM6 8a2 2 0 0 0-2 2v4c0 .74.403 1.383 1 1.73V13a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2.73c.597-.347 1-.99 1-1.73v-4a2 2 0 0 0-2-2H6Zm0 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm1-3h10V4H7v2Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgPrinter);
|
|
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 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17.206 3.005A4 4 0 0 1 21 7v10l-.005.206a4 4 0 0 1-3.789 3.79L17 21H7l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L3 17V7a4 4 0 0 1 3.794-3.995L7 3h10l.206.005ZM14.82 19H17a2 2 0 0 0 2-2v-2.18L14.82 19Zm-5.657 0h2.828L19 11.991V9.163L9.163 19Zm-4.11-1.548a2.002 2.002 0 0 0 1.367 1.462L18.914 6.42a2.002 2.002 0 0 0-1.462-1.367l-12.4 12.4ZM5 11.414v3.264L14.678 5h-3.264L5 11.414ZM7 5a2 2 0 0 0-2 2v1.586L8.586 5H7Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgSquareWithDiagonalStripes);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgStamp = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M19 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h14ZM12 1c1.276 0 2.325.492 3.031 1.375.683.853.969 1.972.969 3.125 0 .413-.103.786-.21 1.098-.088.256-.259.68-.35.931A6.821 6.821 0 0 0 15 10v1h3a4 4 0 0 1 4 4v.5a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 15.5V15a4 4 0 0 1 4-4h3v-1c0-1.1-.216-1.857-.44-2.47-.091-.253-.262-.676-.35-.932C8.103 6.286 8 5.913 8 5.5c0-1.153.286-2.272.969-3.125C9.675 1.492 10.724 1 12 1ZM6 13a2 2 0 0 0-2 2v.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V15a2 2 0 0 0-2-2H6Zm6-10c-.724 0-1.175.258-1.469.625C10.214 4.022 10 4.653 10 5.5c0 .087.022.214.102.45.1.29.18.46.338.896.276.76.56 1.755.56 3.154v1h2v-1c0-1.4.284-2.393.56-3.154.159-.436.238-.606.338-.897.08-.235.102-.362.102-.449 0-.847-.214-1.478-.531-1.875C13.175 3.258 12.724 3 12 3Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgStamp);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgTemplate = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M18 4a4 4 0 0 1 4 4v8l-.005.206a4 4 0 0 1-3.789 3.79L18 20H6l-.206-.005A4 4 0 0 1 2 16V8a4 4 0 0 1 4-4h12ZM4 10v6a2 2 0 0 0 2 2h8v-8H4Zm12 0v8h2a2 2 0 0 0 2-2v-6h-4ZM6 6a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H6Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgTemplate);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -12,6 +12,7 @@ export { default as ArrowCurveForward5 } from './ArrowCurveForward5';
|
|
|
12
12
|
export { default as ArrowDown } from './ArrowDown';
|
|
13
13
|
export { default as ArrowLeft } from './ArrowLeft';
|
|
14
14
|
export { default as ArrowRight } from './ArrowRight';
|
|
15
|
+
export { default as ArrowRightSquareAlt } from './ArrowRightSquareAlt';
|
|
15
16
|
export { default as ArrowUp } from './ArrowUp';
|
|
16
17
|
export { default as ArrowUpRight } from './ArrowUpRight';
|
|
17
18
|
export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
|
|
@@ -32,10 +33,14 @@ export { default as BoxLeftArrow } from './BoxLeftArrow';
|
|
|
32
33
|
export { default as Brain } from './Brain';
|
|
33
34
|
export { default as Briefcase } from './Briefcase';
|
|
34
35
|
export { default as Broom } from './Broom';
|
|
36
|
+
export { default as BubbleAlert } from './BubbleAlert';
|
|
35
37
|
export { default as BubbleQuestion } from './BubbleQuestion';
|
|
36
38
|
export { default as BubbleStar } from './BubbleStar';
|
|
37
39
|
export { default as BubbleText } from './BubbleText';
|
|
38
40
|
export { default as BulletList } from './BulletList';
|
|
41
|
+
export { default as Calendar } from './Calendar';
|
|
42
|
+
export { default as CalendarPause } from './CalendarPause';
|
|
43
|
+
export { default as CalendarRecurring } from './CalendarRecurring';
|
|
39
44
|
export { default as Canvas } from './Canvas';
|
|
40
45
|
export { default as ChartDonut } from './ChartDonut';
|
|
41
46
|
export { default as ChartLine } from './ChartLine';
|
|
@@ -87,6 +92,7 @@ export { default as InformationCircle } from './InformationCircle';
|
|
|
87
92
|
export { default as Integrations } from './Integrations';
|
|
88
93
|
export { default as Italic } from './Italic';
|
|
89
94
|
export { default as Items } from './Items';
|
|
95
|
+
export { default as Keyboard } from './Keyboard';
|
|
90
96
|
export { default as LargeListView } from './LargeListView';
|
|
91
97
|
export { default as Layout } from './Layout';
|
|
92
98
|
export { default as Link } from './Link';
|
|
@@ -109,6 +115,7 @@ export { default as PaperStamp } from './PaperStamp';
|
|
|
109
115
|
export { default as Pencil } from './Pencil';
|
|
110
116
|
export { default as PencilScribble } from './PencilScribble';
|
|
111
117
|
export { default as Plus } from './Plus';
|
|
118
|
+
export { default as Printer } from './Printer';
|
|
112
119
|
export { default as Puzzle } from './Puzzle';
|
|
113
120
|
export { default as QuestionCircle } from './QuestionCircle';
|
|
114
121
|
export { default as Relay } from './Relay';
|
|
@@ -122,10 +129,13 @@ export { default as SidebarChevronRight } from './SidebarChevronRight';
|
|
|
122
129
|
export { default as Sign } from './Sign';
|
|
123
130
|
export { default as Sparkles } from './Sparkles';
|
|
124
131
|
export { default as Split } from './Split';
|
|
132
|
+
export { default as SquareWithDiagonalStripes } from './SquareWithDiagonalStripes';
|
|
133
|
+
export { default as Stamp } from './Stamp';
|
|
125
134
|
export { default as Strikethrough } from './Strikethrough';
|
|
126
135
|
export { default as Table } from './Table';
|
|
127
136
|
export { default as Tag } from './Tag';
|
|
128
137
|
export { default as Tasks } from './Tasks';
|
|
138
|
+
export { default as Template } from './Template';
|
|
129
139
|
export { default as TextHighlight } from './TextHighlight';
|
|
130
140
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
131
141
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
@@ -12,6 +12,7 @@ export { default as ArrowCurveForward5 } from './ArrowCurveForward5';
|
|
|
12
12
|
export { default as ArrowDown } from './ArrowDown';
|
|
13
13
|
export { default as ArrowLeft } from './ArrowLeft';
|
|
14
14
|
export { default as ArrowRight } from './ArrowRight';
|
|
15
|
+
export { default as ArrowRightSquareAlt } from './ArrowRightSquareAlt';
|
|
15
16
|
export { default as ArrowUp } from './ArrowUp';
|
|
16
17
|
export { default as ArrowUpRight } from './ArrowUpRight';
|
|
17
18
|
export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
|
|
@@ -32,10 +33,14 @@ export { default as BoxLeftArrow } from './BoxLeftArrow';
|
|
|
32
33
|
export { default as Brain } from './Brain';
|
|
33
34
|
export { default as Briefcase } from './Briefcase';
|
|
34
35
|
export { default as Broom } from './Broom';
|
|
36
|
+
export { default as BubbleAlert } from './BubbleAlert';
|
|
35
37
|
export { default as BubbleQuestion } from './BubbleQuestion';
|
|
36
38
|
export { default as BubbleStar } from './BubbleStar';
|
|
37
39
|
export { default as BubbleText } from './BubbleText';
|
|
38
40
|
export { default as BulletList } from './BulletList';
|
|
41
|
+
export { default as Calendar } from './Calendar';
|
|
42
|
+
export { default as CalendarPause } from './CalendarPause';
|
|
43
|
+
export { default as CalendarRecurring } from './CalendarRecurring';
|
|
39
44
|
export { default as Canvas } from './Canvas';
|
|
40
45
|
export { default as ChartDonut } from './ChartDonut';
|
|
41
46
|
export { default as ChartLine } from './ChartLine';
|
|
@@ -87,6 +92,7 @@ export { default as InformationCircle } from './InformationCircle';
|
|
|
87
92
|
export { default as Integrations } from './Integrations';
|
|
88
93
|
export { default as Italic } from './Italic';
|
|
89
94
|
export { default as Items } from './Items';
|
|
95
|
+
export { default as Keyboard } from './Keyboard';
|
|
90
96
|
export { default as LargeListView } from './LargeListView';
|
|
91
97
|
export { default as Layout } from './Layout';
|
|
92
98
|
export { default as Link } from './Link';
|
|
@@ -109,6 +115,7 @@ export { default as PaperStamp } from './PaperStamp';
|
|
|
109
115
|
export { default as Pencil } from './Pencil';
|
|
110
116
|
export { default as PencilScribble } from './PencilScribble';
|
|
111
117
|
export { default as Plus } from './Plus';
|
|
118
|
+
export { default as Printer } from './Printer';
|
|
112
119
|
export { default as Puzzle } from './Puzzle';
|
|
113
120
|
export { default as QuestionCircle } from './QuestionCircle';
|
|
114
121
|
export { default as Relay } from './Relay';
|
|
@@ -122,10 +129,13 @@ export { default as SidebarChevronRight } from './SidebarChevronRight';
|
|
|
122
129
|
export { default as Sign } from './Sign';
|
|
123
130
|
export { default as Sparkles } from './Sparkles';
|
|
124
131
|
export { default as Split } from './Split';
|
|
132
|
+
export { default as SquareWithDiagonalStripes } from './SquareWithDiagonalStripes';
|
|
133
|
+
export { default as Stamp } from './Stamp';
|
|
125
134
|
export { default as Strikethrough } from './Strikethrough';
|
|
126
135
|
export { default as Table } from './Table';
|
|
127
136
|
export { default as Tag } from './Tag';
|
|
128
137
|
export { default as Tasks } from './Tasks';
|
|
138
|
+
export { default as Template } from './Template';
|
|
129
139
|
export { default as TextHighlight } from './TextHighlight';
|
|
130
140
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
131
141
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCalendar = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M17 2a1 1 0 0 1 1 1v1.1c2.282.463 4 2.481 4 4.9v8a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V9a5.002 5.002 0 0 1 4-4.9V3a1 1 0 0 1 2 0v1h8V3a1 1 0 0 1 1-1ZM6 6a2 2 0 0 0-2 2v1h16V8a2 2 0 0 0-2-2H6Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCalendar);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgPlus = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M12 1.5A1.5 1.5 0 0 1 13.5 3v7.5H21a1.5 1.5 0 0 1 0 3h-7.5V21a1.5 1.5 0 0 1-3 0v-7.5H3a1.5 1.5 0 0 1 0-3h7.5V3A1.5 1.5 0 0 1 12 1.5Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgPlus);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgStamp = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M19 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h14Zm-.477-7.995A3.667 3.667 0 0 1 22 15.667 2.333 2.333 0 0 1 19.667 18H4.333A2.333 2.333 0 0 1 2 15.667 3.667 3.667 0 0 1 5.667 12h12.666l.19.005ZM12 1c1.276 0 2.325.492 3.031 1.375.683.853.969 1.972.969 3.125 0 .572-.28 1.038-.487 1.339-.113.164-.24.328-.355.477-.12.156-.235.302-.35.46C14.369 8.381 14 9.05 14 10a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-.949-.367-1.618-.809-2.225-.114-.157-.228-.303-.35-.459a10.47 10.47 0 0 1-.354-.477C8.281 6.538 8 6.072 8 5.5c0-1.153.286-2.272.969-3.125C9.675 1.492 10.724 1 12 1Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgStamp);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -4,6 +4,7 @@ export { default as Avatar } from './Avatar';
|
|
|
4
4
|
export { default as AvatarCircle } from './AvatarCircle';
|
|
5
5
|
export { default as BarChart } from './BarChart';
|
|
6
6
|
export { default as Bell } from './Bell';
|
|
7
|
+
export { default as Calendar } from './Calendar';
|
|
7
8
|
export { default as Canvas } from './Canvas';
|
|
8
9
|
export { default as Checkmark } from './Checkmark';
|
|
9
10
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
@@ -32,6 +33,7 @@ export { default as Notes } from './Notes';
|
|
|
32
33
|
export { default as Page } from './Page';
|
|
33
34
|
export { default as Pause } from './Pause';
|
|
34
35
|
export { default as Play } from './Play';
|
|
36
|
+
export { default as Plus } from './Plus';
|
|
35
37
|
export { default as Puzzle } from './Puzzle';
|
|
36
38
|
export { default as QuestionCircle } from './QuestionCircle';
|
|
37
39
|
export { default as Relay } from './Relay';
|
|
@@ -39,6 +41,7 @@ export { default as Search } from './Search';
|
|
|
39
41
|
export { default as Section } from './Section';
|
|
40
42
|
export { default as Shield } from './Shield';
|
|
41
43
|
export { default as Sparkles } from './Sparkles';
|
|
44
|
+
export { default as Stamp } from './Stamp';
|
|
42
45
|
export { default as Tag } from './Tag';
|
|
43
46
|
export { default as Tasks } from './Tasks';
|
|
44
47
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
@@ -4,6 +4,7 @@ export { default as Avatar } from './Avatar';
|
|
|
4
4
|
export { default as AvatarCircle } from './AvatarCircle';
|
|
5
5
|
export { default as BarChart } from './BarChart';
|
|
6
6
|
export { default as Bell } from './Bell';
|
|
7
|
+
export { default as Calendar } from './Calendar';
|
|
7
8
|
export { default as Canvas } from './Canvas';
|
|
8
9
|
export { default as Checkmark } from './Checkmark';
|
|
9
10
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
@@ -32,6 +33,7 @@ export { default as Notes } from './Notes';
|
|
|
32
33
|
export { default as Page } from './Page';
|
|
33
34
|
export { default as Pause } from './Pause';
|
|
34
35
|
export { default as Play } from './Play';
|
|
36
|
+
export { default as Plus } from './Plus';
|
|
35
37
|
export { default as Puzzle } from './Puzzle';
|
|
36
38
|
export { default as QuestionCircle } from './QuestionCircle';
|
|
37
39
|
export { default as Relay } from './Relay';
|
|
@@ -39,6 +41,7 @@ export { default as Search } from './Search';
|
|
|
39
41
|
export { default as Section } from './Section';
|
|
40
42
|
export { default as Shield } from './Shield';
|
|
41
43
|
export { default as Sparkles } from './Sparkles';
|
|
44
|
+
export { default as Stamp } from './Stamp';
|
|
42
45
|
export { default as Tag } from './Tag';
|
|
43
46
|
export { default as Tasks } from './Tasks';
|
|
44
47
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
@@ -357,6 +357,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
357
357
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
358
358
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
359
359
|
export const bpSurfaceSelectSurface: string;
|
|
360
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
360
361
|
export const bpSurfaceSidePanelSurface: string;
|
|
361
362
|
export const bpSurfaceSliderThumbSurface: string;
|
|
362
363
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
@@ -357,6 +357,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
357
357
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
358
358
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
359
359
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
360
|
+
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
360
361
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
361
362
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
362
363
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
@@ -899,6 +899,7 @@
|
|
|
899
899
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
900
900
|
--bp-surface-search-surface-hover: var(--bp-gray-02);
|
|
901
901
|
--bp-surface-select-surface: var(--bp-gray-white);
|
|
902
|
+
--bp-surface-select-surface-read-only: var(--bp-gray-02);
|
|
902
903
|
--bp-surface-side-panel-surface: var(--bp-gray-02);
|
|
903
904
|
--bp-surface-slider-thumb-surface: var(--bp-box-blue-100);
|
|
904
905
|
--bp-surface-slider-thumb-surface-hover: var(--bp-light-blue-100);
|
|
@@ -353,6 +353,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
353
353
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
354
354
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
355
355
|
export const bpSurfaceSelectSurface: string;
|
|
356
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
356
357
|
export const bpSurfaceSidePanelSurface: string;
|
|
357
358
|
export const bpSurfaceSliderThumbSurface: string;
|
|
358
359
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
@@ -353,6 +353,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
353
353
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
354
354
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
355
355
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
356
|
+
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
356
357
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
357
358
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
358
359
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
@@ -354,6 +354,7 @@
|
|
|
354
354
|
"BpSurfaceSearchSurfaceComplete": "#f4f4f4",
|
|
355
355
|
"BpSurfaceSearchSurfaceHover": "#fbfbfb",
|
|
356
356
|
"BpSurfaceSelectSurface": "#ffffff",
|
|
357
|
+
"BpSurfaceSelectSurfaceReadOnly": "#fbfbfb",
|
|
357
358
|
"BpSurfaceSidePanelSurface": "#fbfbfb",
|
|
358
359
|
"BpSurfaceSliderThumbSurface": "#0061d5",
|
|
359
360
|
"BpSurfaceSliderThumbSurfaceHover": "#2486fc",
|
|
@@ -358,6 +358,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
358
358
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
359
359
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
360
360
|
export const bpSurfaceSelectSurface: string;
|
|
361
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
361
362
|
export const bpSurfaceSidePanelSurface: string;
|
|
362
363
|
export const bpSurfaceSliderThumbSurface: string;
|
|
363
364
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
@@ -358,6 +358,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
358
358
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
359
359
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
360
360
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
361
|
+
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
361
362
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
362
363
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
363
364
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
@@ -900,6 +900,7 @@
|
|
|
900
900
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
901
901
|
--bp-surface-search-surface-hover: var(--bp-gray-02);
|
|
902
902
|
--bp-surface-select-surface: var(--bp-gray-white);
|
|
903
|
+
--bp-surface-select-surface-read-only: var(--bp-gray-02);
|
|
903
904
|
--bp-surface-side-panel-surface: var(--bp-gray-02);
|
|
904
905
|
--bp-surface-slider-thumb-surface: var(--bp-box-blue-100);
|
|
905
906
|
--bp-surface-slider-thumb-surface-hover: var(--bp-light-blue-100);
|
|
@@ -354,6 +354,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
354
354
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
355
355
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
356
356
|
export const bpSurfaceSelectSurface: string;
|
|
357
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
357
358
|
export const bpSurfaceSidePanelSurface: string;
|
|
358
359
|
export const bpSurfaceSliderThumbSurface: string;
|
|
359
360
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
@@ -354,6 +354,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
354
354
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
355
355
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
356
356
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
357
|
+
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
357
358
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
358
359
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
359
360
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
@@ -355,6 +355,7 @@
|
|
|
355
355
|
"BpSurfaceSearchSurfaceComplete": "#f4f4f4",
|
|
356
356
|
"BpSurfaceSearchSurfaceHover": "#fbfbfb",
|
|
357
357
|
"BpSurfaceSelectSurface": "#ffffff",
|
|
358
|
+
"BpSurfaceSelectSurfaceReadOnly": "#fbfbfb",
|
|
358
359
|
"BpSurfaceSidePanelSurface": "#fbfbfb",
|
|
359
360
|
"BpSurfaceSliderThumbSurface": "#0061d5",
|
|
360
361
|
"BpSurfaceSliderThumbSurfaceHover": "#2486fc",
|
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
@mixin bp-title-mondo {
|
|
2
2
|
font-weight: var(--bp-font-weight-black);
|
|
3
3
|
font-size: var(--bp-font-size-11);
|
|
4
|
-
font-family:
|
|
5
|
-
|
|
6
|
-
-apple-system,
|
|
7
|
-
BlinkMacSystemFont,
|
|
8
|
-
'San Francisco',
|
|
9
|
-
'Segoe UI',
|
|
10
|
-
Roboto,
|
|
11
|
-
'Helvetica Neue',
|
|
12
|
-
sans-serif;
|
|
4
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
5
|
+
'Helvetica Neue', sans-serif;
|
|
13
6
|
font-style: normal;
|
|
14
7
|
line-height: var(--bp-font-line-height-07);
|
|
15
8
|
letter-spacing: normal;
|
|
@@ -18,15 +11,8 @@
|
|
|
18
11
|
@mixin bp-title-xlarge {
|
|
19
12
|
font-weight: var(--bp-font-weight-black);
|
|
20
13
|
font-size: var(--bp-font-size-10);
|
|
21
|
-
font-family:
|
|
22
|
-
|
|
23
|
-
-apple-system,
|
|
24
|
-
BlinkMacSystemFont,
|
|
25
|
-
'San Francisco',
|
|
26
|
-
'Segoe UI',
|
|
27
|
-
Roboto,
|
|
28
|
-
'Helvetica Neue',
|
|
29
|
-
sans-serif;
|
|
14
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
15
|
+
'Helvetica Neue', sans-serif;
|
|
30
16
|
font-style: normal;
|
|
31
17
|
line-height: var(--bp-font-line-height-06);
|
|
32
18
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -35,15 +21,8 @@
|
|
|
35
21
|
@mixin bp-title-large {
|
|
36
22
|
font-weight: var(--bp-font-weight-bold);
|
|
37
23
|
font-size: var(--bp-font-size-09);
|
|
38
|
-
font-family:
|
|
39
|
-
|
|
40
|
-
-apple-system,
|
|
41
|
-
BlinkMacSystemFont,
|
|
42
|
-
'San Francisco',
|
|
43
|
-
'Segoe UI',
|
|
44
|
-
Roboto,
|
|
45
|
-
'Helvetica Neue',
|
|
46
|
-
sans-serif;
|
|
24
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
25
|
+
'Helvetica Neue', sans-serif;
|
|
47
26
|
font-style: normal;
|
|
48
27
|
line-height: var(--bp-font-line-height-05);
|
|
49
28
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -52,15 +31,8 @@
|
|
|
52
31
|
@mixin bp-title-medium {
|
|
53
32
|
font-weight: var(--bp-font-weight-bold);
|
|
54
33
|
font-size: var(--bp-font-size-08);
|
|
55
|
-
font-family:
|
|
56
|
-
|
|
57
|
-
-apple-system,
|
|
58
|
-
BlinkMacSystemFont,
|
|
59
|
-
'San Francisco',
|
|
60
|
-
'Segoe UI',
|
|
61
|
-
Roboto,
|
|
62
|
-
'Helvetica Neue',
|
|
63
|
-
sans-serif;
|
|
34
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
35
|
+
'Helvetica Neue', sans-serif;
|
|
64
36
|
line-height: var(--bp-font-line-height-05);
|
|
65
37
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
66
38
|
}
|
|
@@ -68,15 +40,8 @@
|
|
|
68
40
|
@mixin bp-title-small {
|
|
69
41
|
font-weight: var(--bp-font-weight-bold);
|
|
70
42
|
font-size: var(--bp-font-size-07);
|
|
71
|
-
font-family:
|
|
72
|
-
|
|
73
|
-
-apple-system,
|
|
74
|
-
BlinkMacSystemFont,
|
|
75
|
-
'San Francisco',
|
|
76
|
-
'Segoe UI',
|
|
77
|
-
Roboto,
|
|
78
|
-
'Helvetica Neue',
|
|
79
|
-
sans-serif;
|
|
43
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
44
|
+
'Helvetica Neue', sans-serif;
|
|
80
45
|
line-height: var(--bp-font-line-height-04);
|
|
81
46
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
82
47
|
}
|
|
@@ -84,15 +49,8 @@
|
|
|
84
49
|
@mixin bp-subtitle {
|
|
85
50
|
font-weight: var(--bp-font-weight-bold);
|
|
86
51
|
font-size: var(--bp-font-size-06);
|
|
87
|
-
font-family:
|
|
88
|
-
|
|
89
|
-
-apple-system,
|
|
90
|
-
BlinkMacSystemFont,
|
|
91
|
-
'San Francisco',
|
|
92
|
-
'Segoe UI',
|
|
93
|
-
Roboto,
|
|
94
|
-
'Helvetica Neue',
|
|
95
|
-
sans-serif;
|
|
52
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
53
|
+
'Helvetica Neue', sans-serif;
|
|
96
54
|
font-style: normal;
|
|
97
55
|
line-height: var(--bp-font-line-height-04);
|
|
98
56
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -101,15 +59,8 @@
|
|
|
101
59
|
@mixin bp-body-large-bold {
|
|
102
60
|
font-weight: var(--bp-font-weight-bold);
|
|
103
61
|
font-size: var(--bp-font-size-07);
|
|
104
|
-
font-family:
|
|
105
|
-
|
|
106
|
-
-apple-system,
|
|
107
|
-
BlinkMacSystemFont,
|
|
108
|
-
'San Francisco',
|
|
109
|
-
'Segoe UI',
|
|
110
|
-
Roboto,
|
|
111
|
-
'Helvetica Neue',
|
|
112
|
-
sans-serif;
|
|
62
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
63
|
+
'Helvetica Neue', sans-serif;
|
|
113
64
|
font-style: normal;
|
|
114
65
|
line-height: var(--bp-font-line-height-05);
|
|
115
66
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -118,15 +69,8 @@
|
|
|
118
69
|
@mixin bp-body-large {
|
|
119
70
|
font-weight: var(--bp-font-weight-regular);
|
|
120
71
|
font-size: var(--bp-font-size-07);
|
|
121
|
-
font-family:
|
|
122
|
-
|
|
123
|
-
-apple-system,
|
|
124
|
-
BlinkMacSystemFont,
|
|
125
|
-
'San Francisco',
|
|
126
|
-
'Segoe UI',
|
|
127
|
-
Roboto,
|
|
128
|
-
'Helvetica Neue',
|
|
129
|
-
sans-serif;
|
|
72
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
73
|
+
'Helvetica Neue', sans-serif;
|
|
130
74
|
font-style: normal;
|
|
131
75
|
line-height: var(--bp-font-line-height-05);
|
|
132
76
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -135,15 +79,8 @@
|
|
|
135
79
|
@mixin bp-body-default-bold {
|
|
136
80
|
font-weight: var(--bp-font-weight-bold);
|
|
137
81
|
font-size: var(--bp-font-size-05);
|
|
138
|
-
font-family:
|
|
139
|
-
|
|
140
|
-
-apple-system,
|
|
141
|
-
BlinkMacSystemFont,
|
|
142
|
-
'San Francisco',
|
|
143
|
-
'Segoe UI',
|
|
144
|
-
Roboto,
|
|
145
|
-
'Helvetica Neue',
|
|
146
|
-
sans-serif;
|
|
82
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
83
|
+
'Helvetica Neue', sans-serif;
|
|
147
84
|
font-style: normal;
|
|
148
85
|
line-height: var(--bp-font-line-height-04);
|
|
149
86
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -152,15 +89,8 @@
|
|
|
152
89
|
@mixin bp-body-default-semibold {
|
|
153
90
|
font-weight: var(--bp-font-weight-semibold);
|
|
154
91
|
font-size: var(--bp-font-size-05);
|
|
155
|
-
font-family:
|
|
156
|
-
|
|
157
|
-
-apple-system,
|
|
158
|
-
BlinkMacSystemFont,
|
|
159
|
-
'San Francisco',
|
|
160
|
-
'Segoe UI',
|
|
161
|
-
Roboto,
|
|
162
|
-
'Helvetica Neue',
|
|
163
|
-
sans-serif;
|
|
92
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
93
|
+
'Helvetica Neue', sans-serif;
|
|
164
94
|
font-style: normal;
|
|
165
95
|
line-height: var(--bp-font-line-height-04);
|
|
166
96
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -169,15 +99,8 @@
|
|
|
169
99
|
@mixin bp-body-default {
|
|
170
100
|
font-weight: var(--bp-font-weight-regular);
|
|
171
101
|
font-size: var(--bp-font-size-05);
|
|
172
|
-
font-family:
|
|
173
|
-
|
|
174
|
-
-apple-system,
|
|
175
|
-
BlinkMacSystemFont,
|
|
176
|
-
'San Francisco',
|
|
177
|
-
'Segoe UI',
|
|
178
|
-
Roboto,
|
|
179
|
-
'Helvetica Neue',
|
|
180
|
-
sans-serif;
|
|
102
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
103
|
+
'Helvetica Neue', sans-serif;
|
|
181
104
|
font-style: normal;
|
|
182
105
|
line-height: var(--bp-font-line-height-04);
|
|
183
106
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -186,15 +109,8 @@
|
|
|
186
109
|
@mixin bp-body-small-semibold {
|
|
187
110
|
font-weight: var(--bp-font-weight-semibold);
|
|
188
111
|
font-size: var(--bp-font-size-04);
|
|
189
|
-
font-family:
|
|
190
|
-
|
|
191
|
-
-apple-system,
|
|
192
|
-
BlinkMacSystemFont,
|
|
193
|
-
'San Francisco',
|
|
194
|
-
'Segoe UI',
|
|
195
|
-
Roboto,
|
|
196
|
-
'Helvetica Neue',
|
|
197
|
-
sans-serif;
|
|
112
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
113
|
+
'Helvetica Neue', sans-serif;
|
|
198
114
|
font-style: normal;
|
|
199
115
|
line-height: var(--bp-font-line-height-04);
|
|
200
116
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -203,15 +119,8 @@
|
|
|
203
119
|
@mixin bp-body-small {
|
|
204
120
|
font-weight: var(--bp-font-weight-regular);
|
|
205
121
|
font-size: var(--bp-font-size-04);
|
|
206
|
-
font-family:
|
|
207
|
-
|
|
208
|
-
-apple-system,
|
|
209
|
-
BlinkMacSystemFont,
|
|
210
|
-
'San Francisco',
|
|
211
|
-
'Segoe UI',
|
|
212
|
-
Roboto,
|
|
213
|
-
'Helvetica Neue',
|
|
214
|
-
sans-serif;
|
|
122
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
123
|
+
'Helvetica Neue', sans-serif;
|
|
215
124
|
font-style: normal;
|
|
216
125
|
line-height: var(--bp-font-line-height-04);
|
|
217
126
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -220,15 +129,8 @@
|
|
|
220
129
|
@mixin bp-caption-bold {
|
|
221
130
|
font-weight: var(--bp-font-weight-bold);
|
|
222
131
|
font-size: var(--bp-font-size-03);
|
|
223
|
-
font-family:
|
|
224
|
-
|
|
225
|
-
-apple-system,
|
|
226
|
-
BlinkMacSystemFont,
|
|
227
|
-
'San Francisco',
|
|
228
|
-
'Segoe UI',
|
|
229
|
-
Roboto,
|
|
230
|
-
'Helvetica Neue',
|
|
231
|
-
sans-serif;
|
|
132
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
133
|
+
'Helvetica Neue', sans-serif;
|
|
232
134
|
font-style: normal;
|
|
233
135
|
line-height: var(--bp-font-line-height-02);
|
|
234
136
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -237,15 +139,8 @@
|
|
|
237
139
|
@mixin bp-caption-default {
|
|
238
140
|
font-weight: var(--bp-font-weight-regular);
|
|
239
141
|
font-size: var(--bp-font-size-03);
|
|
240
|
-
font-family:
|
|
241
|
-
|
|
242
|
-
-apple-system,
|
|
243
|
-
BlinkMacSystemFont,
|
|
244
|
-
'San Francisco',
|
|
245
|
-
'Segoe UI',
|
|
246
|
-
Roboto,
|
|
247
|
-
'Helvetica Neue',
|
|
248
|
-
sans-serif;
|
|
142
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
143
|
+
'Helvetica Neue', sans-serif;
|
|
249
144
|
font-style: normal;
|
|
250
145
|
line-height: var(--bp-font-line-height-02);
|
|
251
146
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -254,15 +149,8 @@
|
|
|
254
149
|
@mixin bp-label-bold {
|
|
255
150
|
font-weight: var(--bp-font-weight-bold);
|
|
256
151
|
font-size: var(--bp-font-size-02);
|
|
257
|
-
font-family:
|
|
258
|
-
|
|
259
|
-
-apple-system,
|
|
260
|
-
BlinkMacSystemFont,
|
|
261
|
-
'San Francisco',
|
|
262
|
-
'Segoe UI',
|
|
263
|
-
Roboto,
|
|
264
|
-
'Helvetica Neue',
|
|
265
|
-
sans-serif;
|
|
152
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
153
|
+
'Helvetica Neue', sans-serif;
|
|
266
154
|
font-style: normal;
|
|
267
155
|
line-height: var(--bp-font-line-height-03);
|
|
268
156
|
letter-spacing: var(--bp-font-letter-spacing-02);
|
|
@@ -271,15 +159,8 @@
|
|
|
271
159
|
@mixin bp-label-default {
|
|
272
160
|
font-weight: var(--bp-font-weight-regular);
|
|
273
161
|
font-size: var(--bp-font-size-02);
|
|
274
|
-
font-family:
|
|
275
|
-
|
|
276
|
-
-apple-system,
|
|
277
|
-
BlinkMacSystemFont,
|
|
278
|
-
'San Francisco',
|
|
279
|
-
'Segoe UI',
|
|
280
|
-
Roboto,
|
|
281
|
-
'Helvetica Neue',
|
|
282
|
-
sans-serif;
|
|
162
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
163
|
+
'Helvetica Neue', sans-serif;
|
|
283
164
|
font-style: normal;
|
|
284
165
|
line-height: var(--bp-font-line-height-03);
|
|
285
166
|
letter-spacing: var(--bp-font-letter-spacing-02);
|
|
@@ -288,15 +169,8 @@
|
|
|
288
169
|
@mixin bp-link-default {
|
|
289
170
|
font-weight: var(--bp-font-weight-regular);
|
|
290
171
|
font-size: var(--bp-font-size-05);
|
|
291
|
-
font-family:
|
|
292
|
-
|
|
293
|
-
-apple-system,
|
|
294
|
-
BlinkMacSystemFont,
|
|
295
|
-
'San Francisco',
|
|
296
|
-
'Segoe UI',
|
|
297
|
-
Roboto,
|
|
298
|
-
'Helvetica Neue',
|
|
299
|
-
sans-serif;
|
|
172
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
173
|
+
'Helvetica Neue', sans-serif;
|
|
300
174
|
font-style: normal;
|
|
301
175
|
line-height: var(--bp-font-line-height-04);
|
|
302
176
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -310,15 +184,8 @@
|
|
|
310
184
|
@mixin bp-notification-default {
|
|
311
185
|
font-weight: var(--bp-font-weight-bold);
|
|
312
186
|
font-size: var(--bp-font-size-01);
|
|
313
|
-
font-family:
|
|
314
|
-
|
|
315
|
-
-apple-system,
|
|
316
|
-
BlinkMacSystemFont,
|
|
317
|
-
'San Francisco',
|
|
318
|
-
'Segoe UI',
|
|
319
|
-
Roboto,
|
|
320
|
-
'Helvetica Neue',
|
|
321
|
-
sans-serif;
|
|
187
|
+
font-family: var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
188
|
+
'Helvetica Neue', sans-serif;
|
|
322
189
|
font-style: normal;
|
|
323
190
|
line-height: var(--bp-font-line-height-02);
|
|
324
191
|
letter-spacing: var(--bp-font-letter-spacing-01);
|
|
@@ -1180,6 +1180,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
1180
1180
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
1181
1181
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
1182
1182
|
export const bpSurfaceSelectSurface: string;
|
|
1183
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
1183
1184
|
export const bpSurfaceSidePanelSurface: string;
|
|
1184
1185
|
export const bpSurfaceSliderThumbSurface: string;
|
|
1185
1186
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
package/dist/tokens/px-tokens.js
CHANGED
|
@@ -1191,6 +1191,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
1191
1191
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
1192
1192
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
1193
1193
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
1194
|
+
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
1194
1195
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
1195
1196
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
1196
1197
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
@@ -1688,6 +1688,7 @@
|
|
|
1688
1688
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
1689
1689
|
--bp-surface-search-surface-hover: var(--bp-gray-02);
|
|
1690
1690
|
--bp-surface-select-surface: var(--bp-gray-white);
|
|
1691
|
+
--bp-surface-select-surface-read-only: var(--bp-gray-02);
|
|
1691
1692
|
--bp-surface-side-panel-surface: var(--bp-gray-02);
|
|
1692
1693
|
--bp-surface-slider-thumb-surface: var(--bp-box-blue-100);
|
|
1693
1694
|
--bp-surface-slider-thumb-surface-hover: var(--bp-light-blue-100);
|
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -1176,6 +1176,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
1176
1176
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
1177
1177
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
1178
1178
|
export const bpSurfaceSelectSurface: string;
|
|
1179
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
1179
1180
|
export const bpSurfaceSidePanelSurface: string;
|
|
1180
1181
|
export const bpSurfaceSliderThumbSurface: string;
|
|
1181
1182
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1187,6 +1187,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
1187
1187
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
1188
1188
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
1189
1189
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
1190
|
+
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
1190
1191
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
1191
1192
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
1192
1193
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
package/dist/tokens/tokens.json
CHANGED
|
@@ -1175,6 +1175,7 @@
|
|
|
1175
1175
|
"BpSurfaceSearchSurfaceComplete": "#f4f4f4",
|
|
1176
1176
|
"BpSurfaceSearchSurfaceHover": "#fbfbfb",
|
|
1177
1177
|
"BpSurfaceSelectSurface": "#ffffff",
|
|
1178
|
+
"BpSurfaceSelectSurfaceReadOnly": "#fbfbfb",
|
|
1178
1179
|
"BpSurfaceSidePanelSurface": "#fbfbfb",
|
|
1179
1180
|
"BpSurfaceSliderThumbSurface": "#0061d5",
|
|
1180
1181
|
"BpSurfaceSliderThumbSurfaceHover": "#2486fc",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.81.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@box/storybook-utils": "^0.14.
|
|
142
|
+
"@box/storybook-utils": "^0.14.18",
|
|
143
143
|
"@types/react": "^18.0.0",
|
|
144
144
|
"@types/react-dom": "^18.0.0",
|
|
145
145
|
"chalk": "4.1.2",
|