@vector-im/compound-design-tokens 6.4.1 → 6.4.3
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/assets/web/css/cpd-common-semantic.css +3 -3
- package/assets/web/icons/backspace-solid.cjs +19 -0
- package/assets/web/icons/backspace-solid.d.ts +11 -0
- package/assets/web/icons/backspace-solid.js +19 -0
- package/assets/web/icons/backspace.cjs +29 -0
- package/assets/web/icons/backspace.d.ts +11 -0
- package/assets/web/icons/backspace.js +29 -0
- package/assets/web/icons/index.cjs +4 -0
- package/assets/web/icons/index.d.ts +4 -0
- package/assets/web/icons/index.js +4 -0
- package/assets/web/icons/left-panel-open.cjs +19 -0
- package/assets/web/icons/left-panel-open.d.ts +11 -0
- package/assets/web/icons/left-panel-open.js +19 -0
- package/assets/web/icons/sticker.cjs +21 -0
- package/assets/web/icons/sticker.d.ts +11 -0
- package/assets/web/icons/sticker.js +21 -0
- package/assets/web/js/cpdDark.d.ts +4 -0
- package/assets/web/js/cpdDark.js +7 -3
- package/assets/web/js/cpdDarkHc.d.ts +4 -0
- package/assets/web/js/cpdDarkHc.js +7 -3
- package/assets/web/js/cpdLight.d.ts +4 -0
- package/assets/web/js/cpdLight.js +7 -3
- package/assets/web/js/cpdLightHc.d.ts +4 -0
- package/assets/web/js/cpdLightHc.js +7 -3
- package/icons/$icons.json +16 -0
- package/icons/backspace-solid.svg +1 -0
- package/icons/backspace.svg +1 -0
- package/icons/left-panel-open.svg +1 -0
- package/icons/sticker.svg +1 -0
- package/package.json +1 -1
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
--cpd-color-text-disabled: var(--cpd-color-gray-800);
|
|
5
5
|
--cpd-color-text-action-primary: var(--cpd-color-gray-1400);
|
|
6
6
|
--cpd-color-text-action-accent: var(--cpd-color-green-900);
|
|
7
|
-
--cpd-color-text-link-external: var(--cpd-color-blue-
|
|
7
|
+
--cpd-color-text-link-external: var(--cpd-color-blue-1100);
|
|
8
8
|
--cpd-color-text-critical-primary: var(--cpd-color-red-900);
|
|
9
9
|
--cpd-color-text-success-primary: var(--cpd-color-green-900);
|
|
10
|
-
--cpd-color-text-info-primary: var(--cpd-color-blue-
|
|
10
|
+
--cpd-color-text-info-primary: var(--cpd-color-blue-1100);
|
|
11
11
|
--cpd-color-text-on-solid-primary: var(--cpd-color-theme-bg);
|
|
12
12
|
--cpd-color-text-decorative-1: var(--cpd-color-lime-1100);
|
|
13
13
|
--cpd-color-text-decorative-2: var(--cpd-color-cyan-1100);
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
--cpd-color-icon-accent-primary: var(--cpd-color-green-900);
|
|
72
72
|
--cpd-color-icon-critical-primary: var(--cpd-color-red-900);
|
|
73
73
|
--cpd-color-icon-success-primary: var(--cpd-color-green-900);
|
|
74
|
-
--cpd-color-icon-info-primary: var(--cpd-color-blue-
|
|
74
|
+
--cpd-color-icon-info-primary: var(--cpd-color-blue-1100);
|
|
75
75
|
--cpd-color-icon-on-solid-primary: var(--cpd-color-theme-bg);
|
|
76
76
|
--cpd-color-gradient-subtle-stop1: var(--cpd-color-alpha-green-500);
|
|
77
77
|
--cpd-color-gradient-subtle-stop2: var(--cpd-color-alpha-green-400);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function BackspaceSolidIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
+
d: "M21.15 4H7.283c-.638 0-1.137.311-1.47.782l-4.66 6.73a.87.87 0 0 0 0 .986l4.66 6.72c.333.462.832.782 1.47.782h13.869C22.168 20 23 19.2 23 18.222V5.778C23 4.8 22.168 4 21.15 4m-3.42 11.822a.947.947 0 0 1-1.304 0l-2.672-2.569-2.672 2.57a.947.947 0 0 1-1.303 0 .86.86 0 0 1 0-1.254L12.45 12 9.779 9.431a.86.86 0 0 1 0-1.253.947.947 0 0 1 1.303 0l2.672 2.569 2.672-2.57a.947.947 0 0 1 1.304 0c.36.347.36.907 0 1.254L15.058 12l2.672 2.569a.877.877 0 0 1 0 1.253"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
BackspaceSolidIcon.displayName = "BackspaceSolidIcon";
|
|
19
|
+
module.exports = React.forwardRef(BackspaceSolidIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* backspace-solid.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const BackspaceSolidIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default BackspaceSolidIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function BackspaceSolidIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
+
d: "M21.15 4H7.283c-.638 0-1.137.311-1.47.782l-4.66 6.73a.87.87 0 0 0 0 .986l4.66 6.72c.333.462.832.782 1.47.782h13.869C22.168 20 23 19.2 23 18.222V5.778C23 4.8 22.168 4 21.15 4m-3.42 11.822a.947.947 0 0 1-1.304 0l-2.672-2.569-2.672 2.57a.947.947 0 0 1-1.303 0 .86.86 0 0 1 0-1.254L12.45 12 9.779 9.431a.86.86 0 0 1 0-1.253.947.947 0 0 1 1.303 0l2.672 2.569 2.672-2.57a.947.947 0 0 1 1.304 0c.36.347.36.907 0 1.254L15.058 12l2.672 2.569a.877.877 0 0 1 0 1.253"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
BackspaceSolidIcon.displayName = "BackspaceSolidIcon";
|
|
19
|
+
export default forwardRef(BackspaceSolidIcon);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function BackspaceIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: [/*#__PURE__*/_reactJsxRuntime.jsx("g", {
|
|
13
|
+
clipPath: "url(#a)",
|
|
14
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
15
|
+
d: "M21.167 3.75H7.417c-.633 0-1.128.32-1.458.807L1 12l4.96 7.434c.33.486.824.816 1.457.816h13.75A1.84 1.84 0 0 0 23 18.417V5.583a1.84 1.84 0 0 0-1.833-1.833m0 14.667H7.48L3.2 12l4.272-6.417h13.695zm-10.625-1.834 3.291-3.29 3.291 3.29 1.293-1.292L15.126 12l3.29-3.29-1.292-1.293-3.29 3.29-3.291-3.29L9.25 8.709 12.54 12l-3.29 3.29z"
|
|
16
|
+
})
|
|
17
|
+
}), /*#__PURE__*/_reactJsxRuntime.jsx("defs", {
|
|
18
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", {
|
|
19
|
+
id: "a",
|
|
20
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
21
|
+
d: "M0 0h24v24H0z"
|
|
22
|
+
})
|
|
23
|
+
})
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
;
|
|
28
|
+
BackspaceIcon.displayName = "BackspaceIcon";
|
|
29
|
+
module.exports = React.forwardRef(BackspaceIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* backspace.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const BackspaceIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default BackspaceIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
function BackspaceIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: [/*#__PURE__*/_jsx("g", {
|
|
13
|
+
clipPath: "url(#a)",
|
|
14
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
15
|
+
d: "M21.167 3.75H7.417c-.633 0-1.128.32-1.458.807L1 12l4.96 7.434c.33.486.824.816 1.457.816h13.75A1.84 1.84 0 0 0 23 18.417V5.583a1.84 1.84 0 0 0-1.833-1.833m0 14.667H7.48L3.2 12l4.272-6.417h13.695zm-10.625-1.834 3.291-3.29 3.291 3.29 1.293-1.292L15.126 12l3.29-3.29-1.292-1.293-3.29 3.29-3.291-3.29L9.25 8.709 12.54 12l-3.29 3.29z"
|
|
16
|
+
})
|
|
17
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
18
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
19
|
+
id: "a",
|
|
20
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
21
|
+
d: "M0 0h24v24H0z"
|
|
22
|
+
})
|
|
23
|
+
})
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
;
|
|
28
|
+
BackspaceIcon.displayName = "BackspaceIcon";
|
|
29
|
+
export default forwardRef(BackspaceIcon);
|
|
@@ -9,6 +9,8 @@ module.exports = {
|
|
|
9
9
|
AskToJoinIcon: require("./ask-to-join.cjs"),
|
|
10
10
|
AttachmentIcon: require("./attachment.cjs"),
|
|
11
11
|
AudioIcon: require("./audio.cjs"),
|
|
12
|
+
BackspaceSolidIcon: require("./backspace-solid.cjs"),
|
|
13
|
+
BackspaceIcon: require("./backspace.cjs"),
|
|
12
14
|
BlockIcon: require("./block.cjs"),
|
|
13
15
|
BoldIcon: require("./bold.cjs"),
|
|
14
16
|
CalendarIcon: require("./calendar.cjs"),
|
|
@@ -92,6 +94,7 @@ module.exports = {
|
|
|
92
94
|
LabsIcon: require("./labs.cjs"),
|
|
93
95
|
LeaveIcon: require("./leave.cjs"),
|
|
94
96
|
LeftPanelCloseIcon: require("./left-panel-close.cjs"),
|
|
97
|
+
LeftPanelOpenIcon: require("./left-panel-open.cjs"),
|
|
95
98
|
LinkIcon: require("./link.cjs"),
|
|
96
99
|
LinuxIcon: require("./linux.cjs"),
|
|
97
100
|
ListBulletedIcon: require("./list-bulleted.cjs"),
|
|
@@ -166,6 +169,7 @@ module.exports = {
|
|
|
166
169
|
SpinnerIcon: require("./spinner.cjs"),
|
|
167
170
|
SpotlightViewIcon: require("./spotlight-view.cjs"),
|
|
168
171
|
SpotlightIcon: require("./spotlight.cjs"),
|
|
172
|
+
StickerIcon: require("./sticker.cjs"),
|
|
169
173
|
StrikethroughIcon: require("./strikethrough.cjs"),
|
|
170
174
|
SwitchCameraSolidIcon: require("./switch-camera-solid.cjs"),
|
|
171
175
|
TakePhotoSolidIcon: require("./take-photo-solid.cjs"),
|
|
@@ -8,6 +8,8 @@ export { default as AskToJoinSolidIcon } from "./ask-to-join-solid.js";
|
|
|
8
8
|
export { default as AskToJoinIcon } from "./ask-to-join.js";
|
|
9
9
|
export { default as AttachmentIcon } from "./attachment.js";
|
|
10
10
|
export { default as AudioIcon } from "./audio.js";
|
|
11
|
+
export { default as BackspaceSolidIcon } from "./backspace-solid.js";
|
|
12
|
+
export { default as BackspaceIcon } from "./backspace.js";
|
|
11
13
|
export { default as BlockIcon } from "./block.js";
|
|
12
14
|
export { default as BoldIcon } from "./bold.js";
|
|
13
15
|
export { default as CalendarIcon } from "./calendar.js";
|
|
@@ -91,6 +93,7 @@ export { default as KeyboardIcon } from "./keyboard.js";
|
|
|
91
93
|
export { default as LabsIcon } from "./labs.js";
|
|
92
94
|
export { default as LeaveIcon } from "./leave.js";
|
|
93
95
|
export { default as LeftPanelCloseIcon } from "./left-panel-close.js";
|
|
96
|
+
export { default as LeftPanelOpenIcon } from "./left-panel-open.js";
|
|
94
97
|
export { default as LinkIcon } from "./link.js";
|
|
95
98
|
export { default as LinuxIcon } from "./linux.js";
|
|
96
99
|
export { default as ListBulletedIcon } from "./list-bulleted.js";
|
|
@@ -165,6 +168,7 @@ export { default as SpaceIcon } from "./space.js";
|
|
|
165
168
|
export { default as SpinnerIcon } from "./spinner.js";
|
|
166
169
|
export { default as SpotlightViewIcon } from "./spotlight-view.js";
|
|
167
170
|
export { default as SpotlightIcon } from "./spotlight.js";
|
|
171
|
+
export { default as StickerIcon } from "./sticker.js";
|
|
168
172
|
export { default as StrikethroughIcon } from "./strikethrough.js";
|
|
169
173
|
export { default as SwitchCameraSolidIcon } from "./switch-camera-solid.js";
|
|
170
174
|
export { default as TakePhotoSolidIcon } from "./take-photo-solid.js";
|
|
@@ -8,6 +8,8 @@ export { default as AskToJoinSolidIcon } from "./ask-to-join-solid.js";
|
|
|
8
8
|
export { default as AskToJoinIcon } from "./ask-to-join.js";
|
|
9
9
|
export { default as AttachmentIcon } from "./attachment.js";
|
|
10
10
|
export { default as AudioIcon } from "./audio.js";
|
|
11
|
+
export { default as BackspaceSolidIcon } from "./backspace-solid.js";
|
|
12
|
+
export { default as BackspaceIcon } from "./backspace.js";
|
|
11
13
|
export { default as BlockIcon } from "./block.js";
|
|
12
14
|
export { default as BoldIcon } from "./bold.js";
|
|
13
15
|
export { default as CalendarIcon } from "./calendar.js";
|
|
@@ -91,6 +93,7 @@ export { default as KeyboardIcon } from "./keyboard.js";
|
|
|
91
93
|
export { default as LabsIcon } from "./labs.js";
|
|
92
94
|
export { default as LeaveIcon } from "./leave.js";
|
|
93
95
|
export { default as LeftPanelCloseIcon } from "./left-panel-close.js";
|
|
96
|
+
export { default as LeftPanelOpenIcon } from "./left-panel-open.js";
|
|
94
97
|
export { default as LinkIcon } from "./link.js";
|
|
95
98
|
export { default as LinuxIcon } from "./linux.js";
|
|
96
99
|
export { default as ListBulletedIcon } from "./list-bulleted.js";
|
|
@@ -165,6 +168,7 @@ export { default as SpaceIcon } from "./space.js";
|
|
|
165
168
|
export { default as SpinnerIcon } from "./spinner.js";
|
|
166
169
|
export { default as SpotlightViewIcon } from "./spotlight-view.js";
|
|
167
170
|
export { default as SpotlightIcon } from "./spotlight.js";
|
|
171
|
+
export { default as StickerIcon } from "./sticker.js";
|
|
168
172
|
export { default as StrikethroughIcon } from "./strikethrough.js";
|
|
169
173
|
export { default as SwitchCameraSolidIcon } from "./switch-camera-solid.js";
|
|
170
174
|
export { default as TakePhotoSolidIcon } from "./take-photo-solid.js";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function LeftPanelOpenIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
+
d: "M12.5 9.2v5.6q0 .35.3.475t.55-.125l2.45-2.45q.3-.3.3-.7t-.3-.7l-2.45-2.45q-.25-.25-.55-.125t-.3.475M5 19q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 17V7q0-.824.587-1.412A1.93 1.93 0 0 1 5 5h14q.824 0 1.413.588Q21 6.175 21 7v10q0 .824-.587 1.413A1.93 1.93 0 0 1 19 19zm3-2V7H5v10zm2 0h9V7h-9z"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
LeftPanelOpenIcon.displayName = "LeftPanelOpenIcon";
|
|
19
|
+
module.exports = React.forwardRef(LeftPanelOpenIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* left-panel-open.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const LeftPanelOpenIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default LeftPanelOpenIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function LeftPanelOpenIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
+
d: "M12.5 9.2v5.6q0 .35.3.475t.55-.125l2.45-2.45q.3-.3.3-.7t-.3-.7l-2.45-2.45q-.25-.25-.55-.125t-.3.475M5 19q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 17V7q0-.824.587-1.412A1.93 1.93 0 0 1 5 5h14q.824 0 1.413.588Q21 6.175 21 7v10q0 .824-.587 1.413A1.93 1.93 0 0 1 19 19zm3-2V7H5v10zm2 0h9V7h-9z"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
LeftPanelOpenIcon.displayName = "LeftPanelOpenIcon";
|
|
19
|
+
export default forwardRef(LeftPanelOpenIcon);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function StickerIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M17 2a5 5 0 0 1 5 4.999v5.335a5 5 0 0 1-1.58 3.647l-4.978 4.667A5 5 0 0 1 12.023 22H7l-.258-.007A5 5 0 0 1 2 17V7a5 5 0 0 1 5-5zM7 4a3 3 0 0 0-3 3v10a3 3 0 0 0 2.999 3H12v-4a4 4 0 0 1 4-4h4V6.999A3 3 0 0 0 17 4zm9 10a2 2 0 0 0-2 2v3.251l.074-.062 4.978-4.666q.252-.238.441-.523z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
StickerIcon.displayName = "StickerIcon";
|
|
21
|
+
module.exports = React.forwardRef(StickerIcon);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function StickerIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M17 2a5 5 0 0 1 5 4.999v5.335a5 5 0 0 1-1.58 3.647l-4.978 4.667A5 5 0 0 1 12.023 22H7l-.258-.007A5 5 0 0 1 2 17V7a5 5 0 0 1 5-5zM7 4a3 3 0 0 0-3 3v10a3 3 0 0 0 2.999 3H12v-4a4 4 0 0 1 4-4h4V6.999A3 3 0 0 0 17 4zm9 10a2 2 0 0 0-2 2v3.251l.074-.062 4.978-4.666q.252-.238.441-.523z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
StickerIcon.displayName = "StickerIcon";
|
|
21
|
+
export default forwardRef(StickerIcon);
|
|
@@ -280,6 +280,10 @@ export const cpdIconSpace: string;
|
|
|
280
280
|
export const cpdIconSpaceSolid: string;
|
|
281
281
|
export const cpdIconGuest: string;
|
|
282
282
|
export const cpdIconLeftPanelClose: string;
|
|
283
|
+
export const cpdIconLeftPanelOpen: string;
|
|
284
|
+
export const cpdIconBackspaceSolid: string;
|
|
285
|
+
export const cpdIconBackspace: string;
|
|
286
|
+
export const cpdIconSticker: string;
|
|
283
287
|
export const cpdColorThemeBg: string;
|
|
284
288
|
export const cpdColorGray100: string;
|
|
285
289
|
export const cpdColorGray200: string;
|
package/assets/web/js/cpdDark.js
CHANGED
|
@@ -305,6 +305,10 @@ export const cpdIconSpace = "icons/space.svg";
|
|
|
305
305
|
export const cpdIconSpaceSolid = "icons/space-solid.svg";
|
|
306
306
|
export const cpdIconGuest = "icons/guest.svg";
|
|
307
307
|
export const cpdIconLeftPanelClose = "icons/left-panel-close.svg";
|
|
308
|
+
export const cpdIconLeftPanelOpen = "icons/left-panel-open.svg";
|
|
309
|
+
export const cpdIconBackspaceSolid = "icons/backspace-solid.svg";
|
|
310
|
+
export const cpdIconBackspace = "icons/backspace.svg";
|
|
311
|
+
export const cpdIconSticker = "icons/sticker.svg";
|
|
308
312
|
export const cpdColorThemeBg = "#101317";
|
|
309
313
|
export const cpdColorGray100 = "#14171b";
|
|
310
314
|
export const cpdColorGray200 = "#181a1f";
|
|
@@ -620,10 +624,10 @@ export const cpdColorTextSecondary = "#808994";
|
|
|
620
624
|
export const cpdColorTextDisabled = "#656c76";
|
|
621
625
|
export const cpdColorTextActionPrimary = "#ebeef2";
|
|
622
626
|
export const cpdColorTextActionAccent = "#129a78";
|
|
623
|
-
export const cpdColorTextLinkExternal = "#
|
|
627
|
+
export const cpdColorTextLinkExternal = "#7aacf4";
|
|
624
628
|
export const cpdColorTextCriticalPrimary = "#fd3e3c";
|
|
625
629
|
export const cpdColorTextSuccessPrimary = "#129a78";
|
|
626
|
-
export const cpdColorTextInfoPrimary = "#
|
|
630
|
+
export const cpdColorTextInfoPrimary = "#7aacf4";
|
|
627
631
|
export const cpdColorTextOnSolidPrimary = "#101317";
|
|
628
632
|
export const cpdColorTextDecorative1 = "#56c02c";
|
|
629
633
|
export const cpdColorTextDecorative2 = "#21bacd";
|
|
@@ -692,7 +696,7 @@ export const cpdColorIconAccentTertiary = "#007a62";
|
|
|
692
696
|
export const cpdColorIconAccentPrimary = "#129a78";
|
|
693
697
|
export const cpdColorIconCriticalPrimary = "#fd3e3c";
|
|
694
698
|
export const cpdColorIconSuccessPrimary = "#129a78";
|
|
695
|
-
export const cpdColorIconInfoPrimary = "#
|
|
699
|
+
export const cpdColorIconInfoPrimary = "#7aacf4";
|
|
696
700
|
export const cpdColorIconOnSolidPrimary = "#101317";
|
|
697
701
|
export const cpdColorGradientSubtleStop1 = "hsl(160, 100%, 12%, 1)";
|
|
698
702
|
export const cpdColorGradientSubtleStop2 = "hsl(155, 100%, 9%, 1)";
|
|
@@ -280,6 +280,10 @@ export const cpdIconSpace: string;
|
|
|
280
280
|
export const cpdIconSpaceSolid: string;
|
|
281
281
|
export const cpdIconGuest: string;
|
|
282
282
|
export const cpdIconLeftPanelClose: string;
|
|
283
|
+
export const cpdIconLeftPanelOpen: string;
|
|
284
|
+
export const cpdIconBackspaceSolid: string;
|
|
285
|
+
export const cpdIconBackspace: string;
|
|
286
|
+
export const cpdIconSticker: string;
|
|
283
287
|
export const cpdColorThemeBg: string;
|
|
284
288
|
export const cpdColorGray100: string;
|
|
285
289
|
export const cpdColorGray200: string;
|
|
@@ -305,6 +305,10 @@ export const cpdIconSpace = "icons/space.svg";
|
|
|
305
305
|
export const cpdIconSpaceSolid = "icons/space-solid.svg";
|
|
306
306
|
export const cpdIconGuest = "icons/guest.svg";
|
|
307
307
|
export const cpdIconLeftPanelClose = "icons/left-panel-close.svg";
|
|
308
|
+
export const cpdIconLeftPanelOpen = "icons/left-panel-open.svg";
|
|
309
|
+
export const cpdIconBackspaceSolid = "icons/backspace-solid.svg";
|
|
310
|
+
export const cpdIconBackspace = "icons/backspace.svg";
|
|
311
|
+
export const cpdIconSticker = "icons/sticker.svg";
|
|
308
312
|
export const cpdColorThemeBg = "#101317";
|
|
309
313
|
export const cpdColorGray100 = "#181a1f";
|
|
310
314
|
export const cpdColorGray200 = "#1d1f24";
|
|
@@ -620,10 +624,10 @@ export const cpdColorTextSecondary = "#acb4bd";
|
|
|
620
624
|
export const cpdColorTextDisabled = "#79818d";
|
|
621
625
|
export const cpdColorTextActionPrimary = "#f2f5f7";
|
|
622
626
|
export const cpdColorTextActionAccent = "#37c998";
|
|
623
|
-
export const cpdColorTextLinkExternal = "#
|
|
627
|
+
export const cpdColorTextLinkExternal = "#b2cffa";
|
|
624
628
|
export const cpdColorTextCriticalPrimary = "#ff968c";
|
|
625
629
|
export const cpdColorTextSuccessPrimary = "#37c998";
|
|
626
|
-
export const cpdColorTextInfoPrimary = "#
|
|
630
|
+
export const cpdColorTextInfoPrimary = "#b2cffa";
|
|
627
631
|
export const cpdColorTextOnSolidPrimary = "#101317";
|
|
628
632
|
export const cpdColorTextDecorative1 = "#92e175";
|
|
629
633
|
export const cpdColorTextDecorative2 = "#93d9e2";
|
|
@@ -692,7 +696,7 @@ export const cpdColorIconAccentTertiary = "#109173";
|
|
|
692
696
|
export const cpdColorIconAccentPrimary = "#37c998";
|
|
693
697
|
export const cpdColorIconCriticalPrimary = "#ff968c";
|
|
694
698
|
export const cpdColorIconSuccessPrimary = "#37c998";
|
|
695
|
-
export const cpdColorIconInfoPrimary = "#
|
|
699
|
+
export const cpdColorIconInfoPrimary = "#b2cffa";
|
|
696
700
|
export const cpdColorIconOnSolidPrimary = "#101317";
|
|
697
701
|
export const cpdColorGradientSubtleStop1 = "hsl(162, 100%, 14%, 1)";
|
|
698
702
|
export const cpdColorGradientSubtleStop2 = "hsl(158, 100%, 11%, 1)";
|
|
@@ -280,6 +280,10 @@ export const cpdIconSpace: string;
|
|
|
280
280
|
export const cpdIconSpaceSolid: string;
|
|
281
281
|
export const cpdIconGuest: string;
|
|
282
282
|
export const cpdIconLeftPanelClose: string;
|
|
283
|
+
export const cpdIconLeftPanelOpen: string;
|
|
284
|
+
export const cpdIconBackspaceSolid: string;
|
|
285
|
+
export const cpdIconBackspace: string;
|
|
286
|
+
export const cpdIconSticker: string;
|
|
283
287
|
export const cpdColorThemeBg: string;
|
|
284
288
|
export const cpdColorGray100: string;
|
|
285
289
|
export const cpdColorGray200: string;
|
|
@@ -305,6 +305,10 @@ export const cpdIconSpace = "icons/space.svg";
|
|
|
305
305
|
export const cpdIconSpaceSolid = "icons/space-solid.svg";
|
|
306
306
|
export const cpdIconGuest = "icons/guest.svg";
|
|
307
307
|
export const cpdIconLeftPanelClose = "icons/left-panel-close.svg";
|
|
308
|
+
export const cpdIconLeftPanelOpen = "icons/left-panel-open.svg";
|
|
309
|
+
export const cpdIconBackspaceSolid = "icons/backspace-solid.svg";
|
|
310
|
+
export const cpdIconBackspace = "icons/backspace.svg";
|
|
311
|
+
export const cpdIconSticker = "icons/sticker.svg";
|
|
308
312
|
export const cpdColorThemeBg = "#ffffff";
|
|
309
313
|
export const cpdColorGray100 = "#fbfcfd";
|
|
310
314
|
export const cpdColorGray200 = "#f7f9fa";
|
|
@@ -620,10 +624,10 @@ export const cpdColorTextSecondary = "#656d77";
|
|
|
620
624
|
export const cpdColorTextDisabled = "#818a95";
|
|
621
625
|
export const cpdColorTextActionPrimary = "#1b1d22";
|
|
622
626
|
export const cpdColorTextActionAccent = "#007a61";
|
|
623
|
-
export const cpdColorTextLinkExternal = "#
|
|
627
|
+
export const cpdColorTextLinkExternal = "#064ab1";
|
|
624
628
|
export const cpdColorTextCriticalPrimary = "#d51928";
|
|
625
629
|
export const cpdColorTextSuccessPrimary = "#007a61";
|
|
626
|
-
export const cpdColorTextInfoPrimary = "#
|
|
630
|
+
export const cpdColorTextInfoPrimary = "#064ab1";
|
|
627
631
|
export const cpdColorTextOnSolidPrimary = "#ffffff";
|
|
628
632
|
export const cpdColorTextDecorative1 = "#005f00";
|
|
629
633
|
export const cpdColorTextDecorative2 = "#00548c";
|
|
@@ -692,7 +696,7 @@ export const cpdColorIconAccentTertiary = "#009b78";
|
|
|
692
696
|
export const cpdColorIconAccentPrimary = "#007a61";
|
|
693
697
|
export const cpdColorIconCriticalPrimary = "#d51928";
|
|
694
698
|
export const cpdColorIconSuccessPrimary = "#007a61";
|
|
695
|
-
export const cpdColorIconInfoPrimary = "#
|
|
699
|
+
export const cpdColorIconInfoPrimary = "#064ab1";
|
|
696
700
|
export const cpdColorIconOnSolidPrimary = "#ffffff";
|
|
697
701
|
export const cpdColorGradientSubtleStop1 = "hsla(154, 96%, 37%, 0.41)";
|
|
698
702
|
export const cpdColorGradientSubtleStop2 = "hsla(151, 93%, 37%, 0.23)";
|
|
@@ -280,6 +280,10 @@ export const cpdIconSpace: string;
|
|
|
280
280
|
export const cpdIconSpaceSolid: string;
|
|
281
281
|
export const cpdIconGuest: string;
|
|
282
282
|
export const cpdIconLeftPanelClose: string;
|
|
283
|
+
export const cpdIconLeftPanelOpen: string;
|
|
284
|
+
export const cpdIconBackspaceSolid: string;
|
|
285
|
+
export const cpdIconBackspace: string;
|
|
286
|
+
export const cpdIconSticker: string;
|
|
283
287
|
export const cpdColorThemeBg: string;
|
|
284
288
|
export const cpdColorGray100: string;
|
|
285
289
|
export const cpdColorGray200: string;
|
|
@@ -305,6 +305,10 @@ export const cpdIconSpace = "icons/space.svg";
|
|
|
305
305
|
export const cpdIconSpaceSolid = "icons/space-solid.svg";
|
|
306
306
|
export const cpdIconGuest = "icons/guest.svg";
|
|
307
307
|
export const cpdIconLeftPanelClose = "icons/left-panel-close.svg";
|
|
308
|
+
export const cpdIconLeftPanelOpen = "icons/left-panel-open.svg";
|
|
309
|
+
export const cpdIconBackspaceSolid = "icons/backspace-solid.svg";
|
|
310
|
+
export const cpdIconBackspace = "icons/backspace.svg";
|
|
311
|
+
export const cpdIconSticker = "icons/sticker.svg";
|
|
308
312
|
export const cpdColorThemeBg = "#ffffff";
|
|
309
313
|
export const cpdColorGray100 = "#f7f9fa";
|
|
310
314
|
export const cpdColorGray200 = "#f0f2f5";
|
|
@@ -620,10 +624,10 @@ export const cpdColorTextSecondary = "#474a51";
|
|
|
620
624
|
export const cpdColorTextDisabled = "#6c737e";
|
|
621
625
|
export const cpdColorTextActionPrimary = "#1a1c21";
|
|
622
626
|
export const cpdColorTextActionAccent = "#00553d";
|
|
623
|
-
export const cpdColorTextLinkExternal = "#
|
|
627
|
+
export const cpdColorTextLinkExternal = "#043088";
|
|
624
628
|
export const cpdColorTextCriticalPrimary = "#99001a";
|
|
625
629
|
export const cpdColorTextSuccessPrimary = "#00553d";
|
|
626
|
-
export const cpdColorTextInfoPrimary = "#
|
|
630
|
+
export const cpdColorTextInfoPrimary = "#043088";
|
|
627
631
|
export const cpdColorTextOnSolidPrimary = "#ffffff";
|
|
628
632
|
export const cpdColorTextDecorative1 = "#004200";
|
|
629
633
|
export const cpdColorTextDecorative2 = "#00376e";
|
|
@@ -692,7 +696,7 @@ export const cpdColorIconAccentTertiary = "#008268";
|
|
|
692
696
|
export const cpdColorIconAccentPrimary = "#00553d";
|
|
693
697
|
export const cpdColorIconCriticalPrimary = "#99001a";
|
|
694
698
|
export const cpdColorIconSuccessPrimary = "#00553d";
|
|
695
|
-
export const cpdColorIconInfoPrimary = "#
|
|
699
|
+
export const cpdColorIconInfoPrimary = "#043088";
|
|
696
700
|
export const cpdColorIconOnSolidPrimary = "#ffffff";
|
|
697
701
|
export const cpdColorGradientSubtleStop1 = "hsla(156, 99%, 36%, 0.56)";
|
|
698
702
|
export const cpdColorGradientSubtleStop2 = "hsla(153, 95%, 37%, 0.32)";
|
package/icons/$icons.json
CHANGED
|
@@ -811,6 +811,22 @@
|
|
|
811
811
|
"left-panel-close": {
|
|
812
812
|
"value": "icons/left-panel-close.svg",
|
|
813
813
|
"type": "icon"
|
|
814
|
+
},
|
|
815
|
+
"left-panel-open": {
|
|
816
|
+
"value": "icons/left-panel-open.svg",
|
|
817
|
+
"type": "icon"
|
|
818
|
+
},
|
|
819
|
+
"backspace-solid": {
|
|
820
|
+
"value": "icons/backspace-solid.svg",
|
|
821
|
+
"type": "icon"
|
|
822
|
+
},
|
|
823
|
+
"backspace": {
|
|
824
|
+
"value": "icons/backspace.svg",
|
|
825
|
+
"type": "icon"
|
|
826
|
+
},
|
|
827
|
+
"sticker": {
|
|
828
|
+
"value": "icons/sticker.svg",
|
|
829
|
+
"type": "icon"
|
|
814
830
|
}
|
|
815
831
|
}
|
|
816
832
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M21.15 4H7.283c-.638 0-1.137.311-1.47.782l-4.66 6.73a.87.87 0 0 0 0 .986l4.66 6.72c.333.462.832.782 1.47.782h13.869C22.168 20 23 19.2 23 18.222V5.778C23 4.8 22.168 4 21.15 4m-3.42 11.822a.947.947 0 0 1-1.304 0l-2.672-2.569-2.672 2.57a.947.947 0 0 1-1.303 0 .86.86 0 0 1 0-1.254L12.45 12 9.779 9.431a.86.86 0 0 1 0-1.253.947.947 0 0 1 1.303 0l2.672 2.569 2.672-2.57a.947.947 0 0 1 1.304 0c.36.347.36.907 0 1.254L15.058 12l2.672 2.569a.877.877 0 0 1 0 1.253"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><g clip-path="url(#a)"><path d="M21.167 3.75H7.417c-.633 0-1.128.32-1.458.807L1 12l4.96 7.434c.33.486.824.816 1.457.816h13.75A1.84 1.84 0 0 0 23 18.417V5.583a1.84 1.84 0 0 0-1.833-1.833m0 14.667H7.48L3.2 12l4.272-6.417h13.695zm-10.625-1.834 3.291-3.29 3.291 3.29 1.293-1.292L15.126 12l3.29-3.29-1.292-1.293-3.29 3.29-3.291-3.29L9.25 8.709 12.54 12l-3.29 3.29z"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M12.5 9.2v5.6q0 .35.3.475t.55-.125l2.45-2.45q.3-.3.3-.7t-.3-.7l-2.45-2.45q-.25-.25-.55-.125t-.3.475M5 19q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 17V7q0-.824.587-1.412A1.93 1.93 0 0 1 5 5h14q.824 0 1.413.588Q21 6.175 21 7v10q0 .824-.587 1.413A1.93 1.93 0 0 1 19 19zm3-2V7H5v10zm2 0h9V7h-9z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M17 2a5 5 0 0 1 5 4.999v5.335a5 5 0 0 1-1.58 3.647l-4.978 4.667A5 5 0 0 1 12.023 22H7l-.258-.007A5 5 0 0 1 2 17V7a5 5 0 0 1 5-5zM7 4a3 3 0 0 0-3 3v10a3 3 0 0 0 2.999 3H12v-4a4 4 0 0 1 4-4h4V6.999A3 3 0 0 0 17 4zm9 10a2 2 0 0 0-2 2v3.251l.074-.062 4.978-4.666q.252-.238.441-.523z" clip-rule="evenodd"/></svg>
|