@box/blueprint-web-assets 4.5.0 → 4.7.0
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/CreateReport.d.ts +3 -0
- package/icons/Fill/CreateReport.js +3 -0
- package/icons/Fill/DownloadReport.d.ts +3 -0
- package/icons/Fill/DownloadReport.js +3 -0
- package/icons/Fill/Reports.d.ts +3 -0
- package/icons/Fill/Reports.js +3 -0
- package/icons/Fill/ScheduleReport.d.ts +3 -0
- package/icons/Fill/ScheduleReport.js +3 -0
- package/icons/Fill/index.d.ts +4 -0
- package/icons/Fill/index.js +4 -0
- package/icons/Line/CreateReport.d.ts +3 -0
- package/icons/Line/CreateReport.js +3 -0
- package/icons/Line/DownloadReport.d.ts +3 -0
- package/icons/Line/DownloadReport.js +3 -0
- package/icons/Line/Reports.d.ts +3 -0
- package/icons/Line/Reports.js +3 -0
- package/icons/Line/ScheduleReport.d.ts +3 -0
- package/icons/Line/ScheduleReport.js +3 -0
- package/icons/Line/index.d.ts +4 -0
- package/icons/Line/index.js +4 -0
- package/icons/Logo/Reporting.js +1 -1
- package/package.json +2 -2
- package/tokens/px-tokens.d.ts +6 -1
- package/tokens/px-tokens.js +8 -3
- package/tokens/tokens-css-vars.scss +8 -3
- package/tokens/tokens.d.ts +5 -0
- package/tokens/tokens.js +7 -2
- package/tokens/tokens.json +7 -2
- package/tokens/tokens.scss +12 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgCreateReport = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M5 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M4 2v.5A1.5 1.5 0 0 0 5.5 4h5A1.5 1.5 0 0 0 12 2.5V2h1a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1Zm4 10.5a.5.5 0 0 1-.5-.5v-2h-2a.5.5 0 0 1 0-1h2V7a.5.5 0 0 1 1 0v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-.5.5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgCreateReport;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgDownloadReport = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M5 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M4 2v.5A1.5 1.5 0 0 0 5.5 4h5A1.5 1.5 0 0 0 12 2.5V2h1a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1Zm7.25 11a.25.25 0 1 1 0 .5h-6.5a.25.25 0 1 1 0-.5h6.5ZM8.5 6a.5.5 0 0 1 .5.5v.001L8.995 8.5 10 8.5a.5.5 0 0 1 .423.767l-.033.045-2 2.5a.5.5 0 0 1-.78 0l-2-2.5A.5.5 0 0 1 6 8.5h1.002l.005-2.001a.5.5 0 0 1 .5-.499H8.5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgDownloadReport;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgReports = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M5 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M4 2.5V2H3a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-1v.5A1.5 1.5 0 0 1 10.5 4h-5A1.5 1.5 0 0 1 4 2.5ZM4.5 7a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1ZM4 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM7.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM7 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgReports;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgScheduleReport = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M5 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1ZM8.5 8a.5.5 0 0 0-1 0v1.376a.7.7 0 0 0 .387.627l.89.444a.5.5 0 1 0 .447-.894L8.5 9.19V8Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M4 2v.5A1.5 1.5 0 0 0 5.5 4h5A1.5 1.5 0 0 0 12 2.5V2h1a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1Zm7.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgScheduleReport;
|
package/icons/Fill/index.d.ts
CHANGED
|
@@ -61,11 +61,13 @@ export { default as Collection } from './Collection';
|
|
|
61
61
|
export { default as CollectionBolt } from './CollectionBolt';
|
|
62
62
|
export { default as CollectionPlus } from './CollectionPlus';
|
|
63
63
|
export { default as CollectionStar } from './CollectionStar';
|
|
64
|
+
export { default as CreateReport } from './CreateReport';
|
|
64
65
|
export { default as CreditCard } from './CreditCard';
|
|
65
66
|
export { default as Crop } from './Crop';
|
|
66
67
|
export { default as Divide } from './Divide';
|
|
67
68
|
export { default as DocGen } from './DocGen';
|
|
68
69
|
export { default as Download } from './Download';
|
|
70
|
+
export { default as DownloadReport } from './DownloadReport';
|
|
69
71
|
export { default as DragDots } from './DragDots';
|
|
70
72
|
export { default as Dropdown } from './Dropdown';
|
|
71
73
|
export { default as Ellipsis } from './Ellipsis';
|
|
@@ -157,8 +159,10 @@ export { default as Radio } from './Radio';
|
|
|
157
159
|
export { default as Region } from './Region';
|
|
158
160
|
export { default as Relay } from './Relay';
|
|
159
161
|
export { default as RelayClassic } from './RelayClassic';
|
|
162
|
+
export { default as Reports } from './Reports';
|
|
160
163
|
export { default as RibbonStar } from './RibbonStar';
|
|
161
164
|
export { default as Rocket } from './Rocket';
|
|
165
|
+
export { default as ScheduleReport } from './ScheduleReport';
|
|
162
166
|
export { default as Scribble } from './Scribble';
|
|
163
167
|
export { default as Search } from './Search';
|
|
164
168
|
export { default as Settings } from './Settings';
|
package/icons/Fill/index.js
CHANGED
|
@@ -61,11 +61,13 @@ export { default as Collection } from './Collection';
|
|
|
61
61
|
export { default as CollectionBolt } from './CollectionBolt';
|
|
62
62
|
export { default as CollectionPlus } from './CollectionPlus';
|
|
63
63
|
export { default as CollectionStar } from './CollectionStar';
|
|
64
|
+
export { default as CreateReport } from './CreateReport';
|
|
64
65
|
export { default as CreditCard } from './CreditCard';
|
|
65
66
|
export { default as Crop } from './Crop';
|
|
66
67
|
export { default as Divide } from './Divide';
|
|
67
68
|
export { default as DocGen } from './DocGen';
|
|
68
69
|
export { default as Download } from './Download';
|
|
70
|
+
export { default as DownloadReport } from './DownloadReport';
|
|
69
71
|
export { default as DragDots } from './DragDots';
|
|
70
72
|
export { default as Dropdown } from './Dropdown';
|
|
71
73
|
export { default as Ellipsis } from './Ellipsis';
|
|
@@ -157,8 +159,10 @@ export { default as Radio } from './Radio';
|
|
|
157
159
|
export { default as Region } from './Region';
|
|
158
160
|
export { default as Relay } from './Relay';
|
|
159
161
|
export { default as RelayClassic } from './RelayClassic';
|
|
162
|
+
export { default as Reports } from './Reports';
|
|
160
163
|
export { default as RibbonStar } from './RibbonStar';
|
|
161
164
|
export { default as Rocket } from './Rocket';
|
|
165
|
+
export { default as ScheduleReport } from './ScheduleReport';
|
|
162
166
|
export { default as Scribble } from './Scribble';
|
|
163
167
|
export { default as Search } from './Search';
|
|
164
168
|
export { default as Settings } from './Settings';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgCreateReport = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', d: "M7.5 11.5a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 0-1h-2v-2a.5.5 0 0 0-1 0v2h-2a.5.5 0 0 0 0 1h2v2Z" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M4.5 2a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1h1A1.5 1.5 0 0 1 14 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5v-10A1.5 1.5 0 0 1 3.5 2h1Zm6 2a1 1 0 0 0 1-1h1a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h1a1 1 0 0 0 1 1h5Zm0-2h-5v1h5V2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgCreateReport;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgDownloadReport = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', d: "M11.5 12.75a.25.25 0 0 0-.25-.25h-6.5a.25.25 0 1 0 0 .5h6.5a.25.25 0 0 0 .25-.25ZM9 6a.5.5 0 0 0-.5-.5h-.993a.5.5 0 0 0-.5.499l-.005 2L6 8a.5.5 0 0 0-.39.812l2 2.5c.2.25.58.25.78 0l2-2.5.033-.045A.5.5 0 0 0 10 8H8.995L9 6V6Z" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M4.5 2a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1h1A1.5 1.5 0 0 1 14 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5v-10A1.5 1.5 0 0 1 3.5 2h1Zm6 2a1 1 0 0 0 1-1h1a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h1a1 1 0 0 0 1 1h5Zm0-2h-5v1h5V2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgDownloadReport;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgReports = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', d: "M4 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1ZM7 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5ZM7.5 9a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M5.5 1a1 1 0 0 0-1 1h-1A1.5 1.5 0 0 0 2 3.5v10A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 12.5 2h-1a1 1 0 0 0-1-1h-5Zm6 2a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1h-1a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-1Zm-6-1h5v1h-5V2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgReports;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgScheduleReport = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', d: "M8 7a.5.5 0 0 1 .5.5v1.191l.724.362a.5.5 0 1 1-.448.894l-.89-.445a.7.7 0 0 1-.386-.626V7.5A.5.5 0 0 1 8 7Z" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M8 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM5 9a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M5.5 1a1 1 0 0 0-1 1h-1A1.5 1.5 0 0 0 2 3.5v10A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 12.5 2h-1a1 1 0 0 0-1-1h-5Zm6 2a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1h-1a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-1Zm-6-1h5v1h-5V2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgScheduleReport;
|
package/icons/Line/index.d.ts
CHANGED
|
@@ -52,7 +52,9 @@ export { default as Collection } from './Collection';
|
|
|
52
52
|
export { default as CollectionBolt } from './CollectionBolt';
|
|
53
53
|
export { default as CollectionPlus } from './CollectionPlus';
|
|
54
54
|
export { default as CollectionStar } from './CollectionStar';
|
|
55
|
+
export { default as CreateReport } from './CreateReport';
|
|
55
56
|
export { default as Download } from './Download';
|
|
57
|
+
export { default as DownloadReport } from './DownloadReport';
|
|
56
58
|
export { default as Dropdown } from './Dropdown';
|
|
57
59
|
export { default as EllipsisBubble } from './EllipsisBubble';
|
|
58
60
|
export { default as Envelope } from './Envelope';
|
|
@@ -98,7 +100,9 @@ export { default as Printer } from './Printer';
|
|
|
98
100
|
export { default as QuestionBadge } from './QuestionBadge';
|
|
99
101
|
export { default as Redirect } from './Redirect';
|
|
100
102
|
export { default as Relay } from './Relay';
|
|
103
|
+
export { default as Reports } from './Reports';
|
|
101
104
|
export { default as Rocket } from './Rocket';
|
|
105
|
+
export { default as ScheduleReport } from './ScheduleReport';
|
|
102
106
|
export { default as Scribble } from './Scribble';
|
|
103
107
|
export { default as Section } from './Section';
|
|
104
108
|
export { default as Shield } from './Shield';
|
package/icons/Line/index.js
CHANGED
|
@@ -52,7 +52,9 @@ export { default as Collection } from './Collection';
|
|
|
52
52
|
export { default as CollectionBolt } from './CollectionBolt';
|
|
53
53
|
export { default as CollectionPlus } from './CollectionPlus';
|
|
54
54
|
export { default as CollectionStar } from './CollectionStar';
|
|
55
|
+
export { default as CreateReport } from './CreateReport';
|
|
55
56
|
export { default as Download } from './Download';
|
|
57
|
+
export { default as DownloadReport } from './DownloadReport';
|
|
56
58
|
export { default as Dropdown } from './Dropdown';
|
|
57
59
|
export { default as EllipsisBubble } from './EllipsisBubble';
|
|
58
60
|
export { default as Envelope } from './Envelope';
|
|
@@ -98,7 +100,9 @@ export { default as Printer } from './Printer';
|
|
|
98
100
|
export { default as QuestionBadge } from './QuestionBadge';
|
|
99
101
|
export { default as Redirect } from './Redirect';
|
|
100
102
|
export { default as Relay } from './Relay';
|
|
103
|
+
export { default as Reports } from './Reports';
|
|
101
104
|
export { default as Rocket } from './Rocket';
|
|
105
|
+
export { default as ScheduleReport } from './ScheduleReport';
|
|
102
106
|
export { default as Scribble } from './Scribble';
|
|
103
107
|
export { default as Section } from './Section';
|
|
104
108
|
export { default as Shield } from './Shield';
|
package/icons/Logo/Reporting.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgReporting = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: _jsxs("g", { children: [_jsx("path", { fill: "#4E4E4E", fillRule: "evenodd", d: "M0 7.692v16.616c0 2.675.278 3.645.801 4.622A5.452 5.452 0 0 0 3.07 31.2c.978.522 1.948.801 4.623.801h16.616c2.675 0 3.645-.279 4.622-.801A5.452 5.452 0 0 0 31.2 28.93c.522-.977.801-1.947.801-4.622V7.692c0-2.675-.279-3.645-.801-4.623A5.452 5.452 0 0 0 28.93.801C27.953.278 26.983 0 24.308 0H7.692C5.017 0 4.047.278 3.069.801A5.452 5.452 0 0 0 .801 3.07C.278 4.047 0 5.017 0 7.692Z", clipRule: "evenodd" }), _jsx("path", { fill: "white", d: "
|
|
2
|
+
const SvgReporting = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: _jsxs("g", { children: [_jsx("path", { fill: "#4E4E4E", fillRule: "evenodd", d: "M0 7.692v16.616c0 2.675.278 3.645.801 4.622A5.452 5.452 0 0 0 3.07 31.2c.978.522 1.948.801 4.623.801h16.616c2.675 0 3.645-.279 4.622-.801A5.452 5.452 0 0 0 31.2 28.93c.522-.977.801-1.947.801-4.622V7.692c0-2.675-.279-3.645-.801-4.623A5.452 5.452 0 0 0 28.93.801C27.953.278 26.983 0 24.308 0H7.692C5.017 0 4.047.278 3.069.801A5.452 5.452 0 0 0 .801 3.07C.278 4.047 0 5.017 0 7.692Z", clipRule: "evenodd" }), _jsx("path", { fill: "white", d: "M11.75 5.75A.75.75 0 0 1 12.5 5h7a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75h-7a.75.75 0 0 1-.75-.75v-1.5Z" }), _jsx("path", { fill: "white", fillRule: "evenodd", d: "M10.25 7.25V6.5H8.5A1.5 1.5 0 0 0 7 8v16.5A1.5 1.5 0 0 0 8.5 26h15a1.5 1.5 0 0 0 1.5-1.5V8a1.5 1.5 0 0 0-1.5-1.5h-1.75v.75A2.25 2.25 0 0 1 19.5 9.5h-7a2.25 2.25 0 0 1-2.25-2.25Zm.5 6.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10 17.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75ZM15.25 14a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Zm-.75 3.75a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" })] }) }));
|
|
3
3
|
export default SvgReporting;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
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",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"chalk": "4.1.2"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "aee3555665cf4cfac603dff10666a79fe1d91753"
|
|
104
104
|
}
|
package/tokens/px-tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 14 Mar 2024 16:57:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const BackgroundBackground: string;
|
|
@@ -217,6 +217,8 @@ export const SurfaceCtaSurfacePromoHover: string;
|
|
|
217
217
|
export const SurfaceCtaSurfacePromoPressed: string;
|
|
218
218
|
export const SurfaceCtaSurfacePromoFocus: string;
|
|
219
219
|
export const SurfaceCtaSurfacePromoFocusPressed: string;
|
|
220
|
+
export const SurfaceContentbuttonSurfaceSurfaceSelected: string;
|
|
221
|
+
export const SurfaceContentswitcherSurface: string;
|
|
220
222
|
export const BorderCtaBorderSecondary: string;
|
|
221
223
|
export const BorderCtaBorderSecondaryPressed: string;
|
|
222
224
|
export const BorderCtaBorderSecondaryHover: string;
|
|
@@ -281,6 +283,9 @@ export const BorderFilterchipBorderMultiOn: string;
|
|
|
281
283
|
export const BorderCollapsibleBorder: string;
|
|
282
284
|
export const BorderBadgeBorder: string;
|
|
283
285
|
export const BorderToggleBorder: string;
|
|
286
|
+
export const BorderCardBorderAi: string;
|
|
287
|
+
export const BorderCtaBorderAi: string;
|
|
288
|
+
export const BorderContentbuttonBorderSelected: string;
|
|
284
289
|
export const IconIconOnLight: string;
|
|
285
290
|
export const IconIconOnLightSecondary: string;
|
|
286
291
|
export const IconIconOnLightTertiary: string;
|
package/tokens/px-tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 14 Mar 2024 16:57:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const BackgroundBackground = '#ffffff';
|
|
@@ -142,11 +142,11 @@ export const SurfaceInputchipSurface = '#e8e8e8';
|
|
|
142
142
|
export const SurfaceInputchipSurfaceHover = '#e8e8e8';
|
|
143
143
|
export const SurfaceInputchipSurfaceError = '#fdebee';
|
|
144
144
|
export const SurfaceFilterchipSurfaceMulti = 'rgba(0,0,0,0.04)';
|
|
145
|
-
export const SurfaceFilterchipSurfaceMultiHover = 'rgba(0,0,0,0.
|
|
145
|
+
export const SurfaceFilterchipSurfaceMultiHover = 'rgba(0,0,0,0.08)';
|
|
146
146
|
export const SurfaceFilterchipSurfaceMultiOn = '#e5effa';
|
|
147
147
|
export const SurfaceFilterchipSurfaceMultiOnHover = '#e5effa';
|
|
148
148
|
export const SurfaceFilterchipSurfaceSingle = 'rgba(0,0,0,0.04)';
|
|
149
|
-
export const SurfaceFilterchipSurfaceSingleHover = 'rgba(0,0,0,0.
|
|
149
|
+
export const SurfaceFilterchipSurfaceSingleHover = 'rgba(0,0,0,0.08)';
|
|
150
150
|
export const SurfaceFilterchipSurfaceSingleOn = '#0061d5';
|
|
151
151
|
export const SurfaceFilterchipSurfaceSingleOnHover = '#0061d5';
|
|
152
152
|
export const SurfaceSlidertrackSurface = '#6F6F6F';
|
|
@@ -217,6 +217,8 @@ export const SurfaceCtaSurfacePromoHover = '#4826c2';
|
|
|
217
217
|
export const SurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
218
218
|
export const SurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
219
219
|
export const SurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
220
|
+
export const SurfaceContentbuttonSurfaceSurfaceSelected = '#ffffff';
|
|
221
|
+
export const SurfaceContentswitcherSurface = '#e8e8e8';
|
|
220
222
|
export const BorderCtaBorderSecondary = '#bcbcbc';
|
|
221
223
|
export const BorderCtaBorderSecondaryPressed = '#bcbcbc';
|
|
222
224
|
export const BorderCtaBorderSecondaryHover = '#bcbcbc';
|
|
@@ -281,6 +283,9 @@ export const BorderFilterchipBorderMultiOn = '#91c2fd';
|
|
|
281
283
|
export const BorderCollapsibleBorder = '#d3d3d3';
|
|
282
284
|
export const BorderBadgeBorder = '#ffffff';
|
|
283
285
|
export const BorderToggleBorder = '#bcbcbc';
|
|
286
|
+
export const BorderCardBorderAi = 'linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)';
|
|
287
|
+
export const BorderCtaBorderAi = 'linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)';
|
|
288
|
+
export const BorderContentbuttonBorderSelected = '#909090';
|
|
284
289
|
export const IconIconOnLight = '#222222';
|
|
285
290
|
export const IconIconOnLightSecondary = '#6F6F6F';
|
|
286
291
|
export const IconIconOnLightTertiary = '#909090';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 14 Mar 2024 16:57:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -317,6 +317,8 @@
|
|
|
317
317
|
--gray-30: #bcbcbc;
|
|
318
318
|
--gray-20: #d3d3d3;
|
|
319
319
|
--gray-10: #e8e8e8;
|
|
320
|
+
--border-cta-border-ai: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
321
|
+
--border-card-border-ai: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
320
322
|
--surface-badge-video-surface: #009aed;
|
|
321
323
|
--surface-badge-keynote-surface: #0a84ff;
|
|
322
324
|
--surface-badge-pages-surface: #ff9500;
|
|
@@ -413,6 +415,7 @@
|
|
|
413
415
|
--icon-icon-on-light-tertiary: var(--gray-50);
|
|
414
416
|
--icon-icon-on-light-secondary: var(--gray-65);
|
|
415
417
|
--icon-icon-on-light: var(--gray-100);
|
|
418
|
+
--border-contentbutton-border-selected: var(--gray-50);
|
|
416
419
|
--border-toggle-border: var(--gray-30);
|
|
417
420
|
--border-badge-border: var(--gray-white);
|
|
418
421
|
--border-collapsible-border: var(--gray-20);
|
|
@@ -477,6 +480,8 @@
|
|
|
477
480
|
--border-cta-border-secondary-hover: var(--gray-30);
|
|
478
481
|
--border-cta-border-secondary-pressed: var(--gray-30);
|
|
479
482
|
--border-cta-border-secondary: var(--gray-30);
|
|
483
|
+
--surface-contentswitcher-surface: var(--gray-10);
|
|
484
|
+
--surface-contentbutton-surface-surface-selected: var(--gray-white);
|
|
480
485
|
--surface-cta-surface-promo-focus-pressed: var(--grimace-120);
|
|
481
486
|
--surface-cta-surface-promo-focus: var(--grimace-100);
|
|
482
487
|
--surface-cta-surface-promo-pressed: var(--grimace-120);
|
|
@@ -541,11 +546,11 @@
|
|
|
541
546
|
--surface-slidertrack-surface: var(--gray-65);
|
|
542
547
|
--surface-filterchip-surface-single-on-hover: var(--box-blue-100);
|
|
543
548
|
--surface-filterchip-surface-single-on: var(--box-blue-100);
|
|
544
|
-
--surface-filterchip-surface-single-hover: var(--black-opacity-
|
|
549
|
+
--surface-filterchip-surface-single-hover: var(--black-opacity-08);
|
|
545
550
|
--surface-filterchip-surface-single: var(--black-opacity-04);
|
|
546
551
|
--surface-filterchip-surface-multi-on-hover: var(--box-blue-10);
|
|
547
552
|
--surface-filterchip-surface-multi-on: var(--box-blue-10);
|
|
548
|
-
--surface-filterchip-surface-multi-hover: var(--black-opacity-
|
|
553
|
+
--surface-filterchip-surface-multi-hover: var(--black-opacity-08);
|
|
549
554
|
--surface-filterchip-surface-multi: var(--black-opacity-04);
|
|
550
555
|
--surface-inputchip-surface-error: var(--watermelon-red-10);
|
|
551
556
|
--surface-inputchip-surface-hover: var(--gray-10);
|
package/tokens/tokens.d.ts
CHANGED
|
@@ -212,6 +212,8 @@ export const SurfaceCtaSurfacePromoHover: string;
|
|
|
212
212
|
export const SurfaceCtaSurfacePromoPressed: string;
|
|
213
213
|
export const SurfaceCtaSurfacePromoFocus: string;
|
|
214
214
|
export const SurfaceCtaSurfacePromoFocusPressed: string;
|
|
215
|
+
export const SurfaceContentbuttonSurfaceSurfaceSelected: string;
|
|
216
|
+
export const SurfaceContentswitcherSurface: string;
|
|
215
217
|
export const BorderCtaBorderSecondary: string;
|
|
216
218
|
export const BorderCtaBorderSecondaryPressed: string;
|
|
217
219
|
export const BorderCtaBorderSecondaryHover: string;
|
|
@@ -276,6 +278,9 @@ export const BorderFilterchipBorderMultiOn: string;
|
|
|
276
278
|
export const BorderCollapsibleBorder: string;
|
|
277
279
|
export const BorderBadgeBorder: string;
|
|
278
280
|
export const BorderToggleBorder: string;
|
|
281
|
+
export const BorderCardBorderAi: string;
|
|
282
|
+
export const BorderCtaBorderAi: string;
|
|
283
|
+
export const BorderContentbuttonBorderSelected: string;
|
|
279
284
|
export const IconIconOnLight: string;
|
|
280
285
|
export const IconIconOnLightSecondary: string;
|
|
281
286
|
export const IconIconOnLightTertiary: string;
|
package/tokens/tokens.js
CHANGED
|
@@ -137,11 +137,11 @@ export const SurfaceInputchipSurface = '#e8e8e8';
|
|
|
137
137
|
export const SurfaceInputchipSurfaceHover = '#e8e8e8';
|
|
138
138
|
export const SurfaceInputchipSurfaceError = '#fdebee';
|
|
139
139
|
export const SurfaceFilterchipSurfaceMulti = 'rgba(0,0,0,0.04)';
|
|
140
|
-
export const SurfaceFilterchipSurfaceMultiHover = 'rgba(0,0,0,0.
|
|
140
|
+
export const SurfaceFilterchipSurfaceMultiHover = 'rgba(0,0,0,0.08)';
|
|
141
141
|
export const SurfaceFilterchipSurfaceMultiOn = '#e5effa';
|
|
142
142
|
export const SurfaceFilterchipSurfaceMultiOnHover = '#e5effa';
|
|
143
143
|
export const SurfaceFilterchipSurfaceSingle = 'rgba(0,0,0,0.04)';
|
|
144
|
-
export const SurfaceFilterchipSurfaceSingleHover = 'rgba(0,0,0,0.
|
|
144
|
+
export const SurfaceFilterchipSurfaceSingleHover = 'rgba(0,0,0,0.08)';
|
|
145
145
|
export const SurfaceFilterchipSurfaceSingleOn = '#0061d5';
|
|
146
146
|
export const SurfaceFilterchipSurfaceSingleOnHover = '#0061d5';
|
|
147
147
|
export const SurfaceSlidertrackSurface = '#6F6F6F';
|
|
@@ -212,6 +212,8 @@ export const SurfaceCtaSurfacePromoHover = '#4826c2';
|
|
|
212
212
|
export const SurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
213
213
|
export const SurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
214
214
|
export const SurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
215
|
+
export const SurfaceContentbuttonSurfaceSurfaceSelected = '#ffffff';
|
|
216
|
+
export const SurfaceContentswitcherSurface = '#e8e8e8';
|
|
215
217
|
export const BorderCtaBorderSecondary = '#bcbcbc';
|
|
216
218
|
export const BorderCtaBorderSecondaryPressed = '#bcbcbc';
|
|
217
219
|
export const BorderCtaBorderSecondaryHover = '#bcbcbc';
|
|
@@ -276,6 +278,9 @@ export const BorderFilterchipBorderMultiOn = '#91c2fd';
|
|
|
276
278
|
export const BorderCollapsibleBorder = '#d3d3d3';
|
|
277
279
|
export const BorderBadgeBorder = '#ffffff';
|
|
278
280
|
export const BorderToggleBorder = '#bcbcbc';
|
|
281
|
+
export const BorderCardBorderAi = 'linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)';
|
|
282
|
+
export const BorderCtaBorderAi = 'linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)';
|
|
283
|
+
export const BorderContentbuttonBorderSelected = '#909090';
|
|
279
284
|
export const IconIconOnLight = '#222222';
|
|
280
285
|
export const IconIconOnLightSecondary = '#6F6F6F';
|
|
281
286
|
export const IconIconOnLightTertiary = '#909090';
|
package/tokens/tokens.json
CHANGED
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
"SurfaceInputchipSurfaceHover": "#e8e8e8",
|
|
139
139
|
"SurfaceInputchipSurfaceError": "#fdebee",
|
|
140
140
|
"SurfaceFilterchipSurfaceMulti": "rgba(0,0,0,0.04)",
|
|
141
|
-
"SurfaceFilterchipSurfaceMultiHover": "rgba(0,0,0,0.
|
|
141
|
+
"SurfaceFilterchipSurfaceMultiHover": "rgba(0,0,0,0.08)",
|
|
142
142
|
"SurfaceFilterchipSurfaceMultiOn": "#e5effa",
|
|
143
143
|
"SurfaceFilterchipSurfaceMultiOnHover": "#e5effa",
|
|
144
144
|
"SurfaceFilterchipSurfaceSingle": "rgba(0,0,0,0.04)",
|
|
145
|
-
"SurfaceFilterchipSurfaceSingleHover": "rgba(0,0,0,0.
|
|
145
|
+
"SurfaceFilterchipSurfaceSingleHover": "rgba(0,0,0,0.08)",
|
|
146
146
|
"SurfaceFilterchipSurfaceSingleOn": "#0061d5",
|
|
147
147
|
"SurfaceFilterchipSurfaceSingleOnHover": "#0061d5",
|
|
148
148
|
"SurfaceSlidertrackSurface": "#6F6F6F",
|
|
@@ -213,6 +213,8 @@
|
|
|
213
213
|
"SurfaceCtaSurfacePromoPressed": "#3a1e9b",
|
|
214
214
|
"SurfaceCtaSurfacePromoFocus": "#4826c2",
|
|
215
215
|
"SurfaceCtaSurfacePromoFocusPressed": "#3a1e9b",
|
|
216
|
+
"SurfaceContentbuttonSurfaceSurfaceSelected": "#ffffff",
|
|
217
|
+
"SurfaceContentswitcherSurface": "#e8e8e8",
|
|
216
218
|
"BorderCtaBorderSecondary": "#bcbcbc",
|
|
217
219
|
"BorderCtaBorderSecondaryPressed": "#bcbcbc",
|
|
218
220
|
"BorderCtaBorderSecondaryHover": "#bcbcbc",
|
|
@@ -277,6 +279,9 @@
|
|
|
277
279
|
"BorderCollapsibleBorder": "#d3d3d3",
|
|
278
280
|
"BorderBadgeBorder": "#ffffff",
|
|
279
281
|
"BorderToggleBorder": "#bcbcbc",
|
|
282
|
+
"BorderCardBorderAi": "linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)",
|
|
283
|
+
"BorderCtaBorderAi": "linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)",
|
|
284
|
+
"BorderContentbuttonBorderSelected": "#909090",
|
|
280
285
|
"IconIconOnLight": "#222222",
|
|
281
286
|
"IconIconOnLightSecondary": "#6F6F6F",
|
|
282
287
|
"IconIconOnLightTertiary": "#909090",
|
package/tokens/tokens.scss
CHANGED
|
@@ -137,11 +137,11 @@ $surface-inputchip-surface: #e8e8e8 !default;
|
|
|
137
137
|
$surface-inputchip-surface-hover: #e8e8e8 !default;
|
|
138
138
|
$surface-inputchip-surface-error: #fdebee !default;
|
|
139
139
|
$surface-filterchip-surface-multi: rgba(0, 0, 0, 0.04) !default;
|
|
140
|
-
$surface-filterchip-surface-multi-hover: rgba(0, 0, 0, 0.
|
|
140
|
+
$surface-filterchip-surface-multi-hover: rgba(0, 0, 0, 0.08) !default;
|
|
141
141
|
$surface-filterchip-surface-multi-on: #e5effa !default;
|
|
142
142
|
$surface-filterchip-surface-multi-on-hover: #e5effa !default;
|
|
143
143
|
$surface-filterchip-surface-single: rgba(0, 0, 0, 0.04) !default;
|
|
144
|
-
$surface-filterchip-surface-single-hover: rgba(0, 0, 0, 0.
|
|
144
|
+
$surface-filterchip-surface-single-hover: rgba(0, 0, 0, 0.08) !default;
|
|
145
145
|
$surface-filterchip-surface-single-on: #0061d5 !default;
|
|
146
146
|
$surface-filterchip-surface-single-on-hover: #0061d5 !default;
|
|
147
147
|
$surface-slidertrack-surface: #6f6f6f !default;
|
|
@@ -212,6 +212,8 @@ $surface-cta-surface-promo-hover: #4826c2 !default;
|
|
|
212
212
|
$surface-cta-surface-promo-pressed: #3a1e9b !default;
|
|
213
213
|
$surface-cta-surface-promo-focus: #4826c2 !default;
|
|
214
214
|
$surface-cta-surface-promo-focus-pressed: #3a1e9b !default;
|
|
215
|
+
$surface-contentbutton-surface-surface-selected: #ffffff !default;
|
|
216
|
+
$surface-contentswitcher-surface: #e8e8e8 !default;
|
|
215
217
|
$border-cta-border-secondary: #bcbcbc !default;
|
|
216
218
|
$border-cta-border-secondary-pressed: #bcbcbc !default;
|
|
217
219
|
$border-cta-border-secondary-hover: #bcbcbc !default;
|
|
@@ -276,6 +278,9 @@ $border-filterchip-border-multi-on: #91c2fd !default;
|
|
|
276
278
|
$border-collapsible-border: #d3d3d3 !default;
|
|
277
279
|
$border-badge-border: #ffffff !default;
|
|
278
280
|
$border-toggle-border: #bcbcbc !default;
|
|
281
|
+
$border-card-border-ai: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%) !default;
|
|
282
|
+
$border-cta-border-ai: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%) !default;
|
|
283
|
+
$border-contentbutton-border-selected: #909090 !default;
|
|
279
284
|
$icon-icon-on-light: #222222 !default;
|
|
280
285
|
$icon-icon-on-light-secondary: #6f6f6f !default;
|
|
281
286
|
$icon-icon-on-light-tertiary: #909090 !default;
|
|
@@ -910,6 +915,8 @@ $tokens: (
|
|
|
910
915
|
'cta-surface-promo-pressed': $surface-cta-surface-promo-pressed,
|
|
911
916
|
'cta-surface-promo-focus': $surface-cta-surface-promo-focus,
|
|
912
917
|
'cta-surface-promo-focus-pressed': $surface-cta-surface-promo-focus-pressed,
|
|
918
|
+
'contentbutton-surface-surface-selected': $surface-contentbutton-surface-surface-selected,
|
|
919
|
+
'contentswitcher-surface': $surface-contentswitcher-surface,
|
|
913
920
|
),
|
|
914
921
|
'Border': (
|
|
915
922
|
'cta-border-secondary': $border-cta-border-secondary,
|
|
@@ -976,6 +983,9 @@ $tokens: (
|
|
|
976
983
|
'collapsible-border': $border-collapsible-border,
|
|
977
984
|
'badge-border': $border-badge-border,
|
|
978
985
|
'toggle-border': $border-toggle-border,
|
|
986
|
+
'card-border-ai': $border-card-border-ai,
|
|
987
|
+
'cta-border-ai': $border-cta-border-ai,
|
|
988
|
+
'contentbutton-border-selected': $border-contentbutton-border-selected,
|
|
979
989
|
),
|
|
980
990
|
'Icon': (
|
|
981
991
|
'icon-on-light': $icon-icon-on-light,
|