@vector-im/compound-design-tokens 4.0.0 → 4.0.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/assets/web/css/cpd-common-semantic.css +4 -0
- package/assets/web/icons/guest.cjs +21 -0
- package/assets/web/icons/guest.d.ts +11 -0
- package/assets/web/icons/guest.js +21 -0
- package/assets/web/icons/index.cjs +4 -1
- package/assets/web/icons/index.d.ts +4 -1
- package/assets/web/icons/index.js +4 -1
- package/assets/web/icons/workspace-solid.cjs +19 -0
- package/assets/web/icons/workspace-solid.d.ts +11 -0
- package/assets/web/icons/workspace-solid.js +19 -0
- package/assets/web/icons/workspace.cjs +19 -0
- package/assets/web/icons/workspace.d.ts +11 -0
- package/assets/web/icons/workspace.js +19 -0
- package/assets/web/js/cpdDark.d.ts +7 -0
- package/assets/web/js/cpdDark.js +7 -0
- package/assets/web/js/cpdDarkHc.d.ts +7 -0
- package/assets/web/js/cpdDarkHc.js +7 -0
- package/assets/web/js/cpdLight.d.ts +7 -0
- package/assets/web/js/cpdLight.js +7 -0
- package/assets/web/js/cpdLightHc.d.ts +7 -0
- package/assets/web/js/cpdLightHc.js +7 -0
- package/icons/$icons.json +12 -0
- package/icons/guest.svg +1 -0
- package/icons/workspace-solid.svg +1 -0
- package/icons/workspace.svg +1 -0
- package/package.json +1 -1
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
--cpd-color-text-decorative-4: var(--cpd-color-purple-1100);
|
|
16
16
|
--cpd-color-text-decorative-5: var(--cpd-color-pink-1100);
|
|
17
17
|
--cpd-color-text-decorative-6: var(--cpd-color-orange-1100);
|
|
18
|
+
--cpd-color-text-badge-accent: var(--cpd-color-green-1100);
|
|
19
|
+
--cpd-color-text-badge-info: var(--cpd-color-blue-1100);
|
|
18
20
|
--cpd-color-bg-subtle-primary: var(--cpd-color-gray-400);
|
|
19
21
|
--cpd-color-bg-subtle-secondary: var(--cpd-color-gray-300);
|
|
20
22
|
--cpd-color-bg-canvas-default: var(--cpd-color-theme-bg);
|
|
@@ -41,6 +43,8 @@
|
|
|
41
43
|
--cpd-color-bg-accent-rest: var(--cpd-color-green-900);
|
|
42
44
|
--cpd-color-bg-accent-hovered: var(--cpd-color-green-1000);
|
|
43
45
|
--cpd-color-bg-accent-pressed: var(--cpd-color-green-1100);
|
|
46
|
+
--cpd-color-bg-badge-accent: var(--cpd-color-alpha-green-300);
|
|
47
|
+
--cpd-color-bg-badge-info: var(--cpd-color-alpha-blue-300);
|
|
44
48
|
--cpd-color-border-disabled: var(--cpd-color-gray-500);
|
|
45
49
|
--cpd-color-border-focused: var(--cpd-color-blue-900);
|
|
46
50
|
--cpd-color-border-interactive-primary: var(--cpd-color-gray-800);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function GuestIcon(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: "M1.304 12.617a1.04 1.04 0 0 1 0-1.47l6.844-6.843a1.04 1.04 0 0 1 1.47 0l1.343 1.344-5.5 5.5a1.04 1.04 0 0 0 0 1.47l5.5 5.5-1.344 1.343a1.04 1.04 0 0 1-1.47 0zm6.235-1.47a1.04 1.04 0 0 0 0 1.47l6.844 6.844a1.04 1.04 0 0 0 1.47 0l6.843-6.843a1.04 1.04 0 0 0 0-1.47l-6.844-6.844a1.04 1.04 0 0 0-1.47 0z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
GuestIcon.displayName = "GuestIcon";
|
|
21
|
+
module.exports = React.forwardRef(GuestIcon);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function GuestIcon(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: "M1.304 12.617a1.04 1.04 0 0 1 0-1.47l6.844-6.843a1.04 1.04 0 0 1 1.47 0l1.343 1.344-5.5 5.5a1.04 1.04 0 0 0 0 1.47l5.5 5.5-1.344 1.343a1.04 1.04 0 0 1-1.47 0zm6.235-1.47a1.04 1.04 0 0 0 0 1.47l6.844 6.844a1.04 1.04 0 0 0 1.47 0l6.843-6.843a1.04 1.04 0 0 0 0-1.47l-6.844-6.844a1.04 1.04 0 0 0-1.47 0z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
GuestIcon.displayName = "GuestIcon";
|
|
21
|
+
export default forwardRef(GuestIcon);
|
|
@@ -64,6 +64,7 @@ module.exports = {
|
|
|
64
64
|
ForwardIcon: require("./forward.cjs"),
|
|
65
65
|
GridIcon: require("./grid.cjs"),
|
|
66
66
|
GroupIcon: require("./group.cjs"),
|
|
67
|
+
GuestIcon: require("./guest.cjs"),
|
|
67
68
|
HeadphonesOffSolidIcon: require("./headphones-off-solid.cjs"),
|
|
68
69
|
HeadphonesSolidIcon: require("./headphones-solid.cjs"),
|
|
69
70
|
HelpSolidIcon: require("./help-solid.cjs"),
|
|
@@ -193,5 +194,7 @@ module.exports = {
|
|
|
193
194
|
VolumeOnIcon: require("./volume-on.cjs"),
|
|
194
195
|
WarningIcon: require("./warning.cjs"),
|
|
195
196
|
WebBrowserIcon: require("./web-browser.cjs"),
|
|
196
|
-
WindowsIcon: require("./windows.cjs")
|
|
197
|
+
WindowsIcon: require("./windows.cjs"),
|
|
198
|
+
WorkspaceSolidIcon: require("./workspace-solid.cjs"),
|
|
199
|
+
WorkspaceIcon: require("./workspace.cjs")
|
|
197
200
|
};
|
|
@@ -63,6 +63,7 @@ export { default as FilterIcon } from "./filter.js";
|
|
|
63
63
|
export { default as ForwardIcon } from "./forward.js";
|
|
64
64
|
export { default as GridIcon } from "./grid.js";
|
|
65
65
|
export { default as GroupIcon } from "./group.js";
|
|
66
|
+
export { default as GuestIcon } from "./guest.js";
|
|
66
67
|
export { default as HeadphonesOffSolidIcon } from "./headphones-off-solid.js";
|
|
67
68
|
export { default as HeadphonesSolidIcon } from "./headphones-solid.js";
|
|
68
69
|
export { default as HelpSolidIcon } from "./help-solid.js";
|
|
@@ -192,4 +193,6 @@ export { default as VolumeOnSolidIcon } from "./volume-on-solid.js";
|
|
|
192
193
|
export { default as VolumeOnIcon } from "./volume-on.js";
|
|
193
194
|
export { default as WarningIcon } from "./warning.js";
|
|
194
195
|
export { default as WebBrowserIcon } from "./web-browser.js";
|
|
195
|
-
export { default as WindowsIcon } from "./windows.js";
|
|
196
|
+
export { default as WindowsIcon } from "./windows.js";
|
|
197
|
+
export { default as WorkspaceSolidIcon } from "./workspace-solid.js";
|
|
198
|
+
export { default as WorkspaceIcon } from "./workspace.js";
|
|
@@ -63,6 +63,7 @@ export { default as FilterIcon } from "./filter.js";
|
|
|
63
63
|
export { default as ForwardIcon } from "./forward.js";
|
|
64
64
|
export { default as GridIcon } from "./grid.js";
|
|
65
65
|
export { default as GroupIcon } from "./group.js";
|
|
66
|
+
export { default as GuestIcon } from "./guest.js";
|
|
66
67
|
export { default as HeadphonesOffSolidIcon } from "./headphones-off-solid.js";
|
|
67
68
|
export { default as HeadphonesSolidIcon } from "./headphones-solid.js";
|
|
68
69
|
export { default as HelpSolidIcon } from "./help-solid.js";
|
|
@@ -192,4 +193,6 @@ export { default as VolumeOnSolidIcon } from "./volume-on-solid.js";
|
|
|
192
193
|
export { default as VolumeOnIcon } from "./volume-on.js";
|
|
193
194
|
export { default as WarningIcon } from "./warning.js";
|
|
194
195
|
export { default as WebBrowserIcon } from "./web-browser.js";
|
|
195
|
-
export { default as WindowsIcon } from "./windows.js";
|
|
196
|
+
export { default as WindowsIcon } from "./windows.js";
|
|
197
|
+
export { default as WorkspaceSolidIcon } from "./workspace-solid.js";
|
|
198
|
+
export { default as WorkspaceIcon } from "./workspace.js";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function WorkspaceSolidIcon(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: "M3.175 19.825Q4.35 21 6 21t2.825-1.175T10 17t-1.175-2.825T6 13t-2.825 1.175T2 17t1.175 2.825m12 0Q16.35 21 18 21t2.825-1.175T22 17t-1.175-2.825T18 13t-2.825 1.175T14 17t1.175 2.825m-6-10Q10.35 11 12 11t2.825-1.175T16 7t-1.175-2.825T12 3 9.175 4.175 8 7t1.175 2.825"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
WorkspaceSolidIcon.displayName = "WorkspaceSolidIcon";
|
|
19
|
+
module.exports = React.forwardRef(WorkspaceSolidIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* workspace-solid.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const WorkspaceSolidIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default WorkspaceSolidIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function WorkspaceSolidIcon(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: "M3.175 19.825Q4.35 21 6 21t2.825-1.175T10 17t-1.175-2.825T6 13t-2.825 1.175T2 17t1.175 2.825m12 0Q16.35 21 18 21t2.825-1.175T22 17t-1.175-2.825T18 13t-2.825 1.175T14 17t1.175 2.825m-6-10Q10.35 11 12 11t2.825-1.175T16 7t-1.175-2.825T12 3 9.175 4.175 8 7t1.175 2.825"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
WorkspaceSolidIcon.displayName = "WorkspaceSolidIcon";
|
|
19
|
+
export default forwardRef(WorkspaceSolidIcon);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function WorkspaceIcon(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: "M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
WorkspaceIcon.displayName = "WorkspaceIcon";
|
|
19
|
+
module.exports = React.forwardRef(WorkspaceIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* workspace.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const WorkspaceIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default WorkspaceIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function WorkspaceIcon(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: "M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
WorkspaceIcon.displayName = "WorkspaceIcon";
|
|
19
|
+
export default forwardRef(WorkspaceIcon);
|
|
@@ -272,6 +272,9 @@ export const cpdIconPresenceOutline8X8: string;
|
|
|
272
272
|
export const cpdIconPresenceStrikethrough8X8: string;
|
|
273
273
|
export const cpdIconError: string;
|
|
274
274
|
export const cpdIconDialPad: string;
|
|
275
|
+
export const cpdIconWorkspace: string;
|
|
276
|
+
export const cpdIconWorkspaceSolid: string;
|
|
277
|
+
export const cpdIconGuest: string;
|
|
275
278
|
export const cpdColorThemeBg: string;
|
|
276
279
|
export const cpdColorGray100: string;
|
|
277
280
|
export const cpdColorGray200: string;
|
|
@@ -597,6 +600,8 @@ export const cpdColorTextDecorative3: string;
|
|
|
597
600
|
export const cpdColorTextDecorative4: string;
|
|
598
601
|
export const cpdColorTextDecorative5: string;
|
|
599
602
|
export const cpdColorTextDecorative6: string;
|
|
603
|
+
export const cpdColorTextBadgeAccent: string;
|
|
604
|
+
export const cpdColorTextBadgeInfo: string;
|
|
600
605
|
export const cpdColorBgSubtlePrimary: string;
|
|
601
606
|
export const cpdColorBgSubtleSecondary: string;
|
|
602
607
|
export const cpdColorBgCanvasDefault: string;
|
|
@@ -624,6 +629,8 @@ export const cpdColorBgDecorative6: string;
|
|
|
624
629
|
export const cpdColorBgAccentRest: string;
|
|
625
630
|
export const cpdColorBgAccentHovered: string;
|
|
626
631
|
export const cpdColorBgAccentPressed: string;
|
|
632
|
+
export const cpdColorBgBadgeAccent: string;
|
|
633
|
+
export const cpdColorBgBadgeInfo: string;
|
|
627
634
|
export const cpdColorBgSubtleSecondaryLevel0: string;
|
|
628
635
|
export const cpdColorBorderDisabled: string;
|
|
629
636
|
export const cpdColorBorderFocused: string;
|
package/assets/web/js/cpdDark.js
CHANGED
|
@@ -297,6 +297,9 @@ export const cpdIconPresenceStrikethrough8X8 =
|
|
|
297
297
|
"icons/presence-strikethrough-8x8.svg";
|
|
298
298
|
export const cpdIconError = "icons/error.svg";
|
|
299
299
|
export const cpdIconDialPad = "icons/dial-pad.svg";
|
|
300
|
+
export const cpdIconWorkspace = "icons/workspace.svg";
|
|
301
|
+
export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
|
|
302
|
+
export const cpdIconGuest = "icons/guest.svg";
|
|
300
303
|
export const cpdColorThemeBg = "#101317";
|
|
301
304
|
export const cpdColorGray100 = "#14171b";
|
|
302
305
|
export const cpdColorGray200 = "#181a1f";
|
|
@@ -622,6 +625,8 @@ export const cpdColorTextDecorative3 = "#d991de";
|
|
|
622
625
|
export const cpdColorTextDecorative4 = "#ad9cfe";
|
|
623
626
|
export const cpdColorTextDecorative5 = "#fe84a2";
|
|
624
627
|
export const cpdColorTextDecorative6 = "#f6913d";
|
|
628
|
+
export const cpdColorTextBadgeAccent = "#1fc090";
|
|
629
|
+
export const cpdColorTextBadgeInfo = "#7aacf4";
|
|
625
630
|
export const cpdColorBgSubtlePrimary = "#26282d";
|
|
626
631
|
export const cpdColorBgSubtleSecondary = "#1d1f24";
|
|
627
632
|
export const cpdColorBgCanvasDefault = "#101317";
|
|
@@ -649,6 +654,8 @@ export const cpdColorBgDecorative6 = "#470000";
|
|
|
649
654
|
export const cpdColorBgAccentRest = "#129a78";
|
|
650
655
|
export const cpdColorBgAccentHovered = "#17ac84";
|
|
651
656
|
export const cpdColorBgAccentPressed = "#1fc090";
|
|
657
|
+
export const cpdColorBgBadgeAccent = "hsl(151, 100%, 7%, 1)";
|
|
658
|
+
export const cpdColorBgBadgeInfo = "hsl(229, 100%, 20%, 1)";
|
|
652
659
|
export const cpdColorBgSubtleSecondaryLevel0 = "#101317";
|
|
653
660
|
export const cpdColorBorderDisabled = "#323539";
|
|
654
661
|
export const cpdColorBorderFocused = "#4187eb";
|
|
@@ -272,6 +272,9 @@ export const cpdIconPresenceOutline8X8: string;
|
|
|
272
272
|
export const cpdIconPresenceStrikethrough8X8: string;
|
|
273
273
|
export const cpdIconError: string;
|
|
274
274
|
export const cpdIconDialPad: string;
|
|
275
|
+
export const cpdIconWorkspace: string;
|
|
276
|
+
export const cpdIconWorkspaceSolid: string;
|
|
277
|
+
export const cpdIconGuest: string;
|
|
275
278
|
export const cpdColorThemeBg: string;
|
|
276
279
|
export const cpdColorGray100: string;
|
|
277
280
|
export const cpdColorGray200: string;
|
|
@@ -597,6 +600,8 @@ export const cpdColorTextDecorative3: string;
|
|
|
597
600
|
export const cpdColorTextDecorative4: string;
|
|
598
601
|
export const cpdColorTextDecorative5: string;
|
|
599
602
|
export const cpdColorTextDecorative6: string;
|
|
603
|
+
export const cpdColorTextBadgeAccent: string;
|
|
604
|
+
export const cpdColorTextBadgeInfo: string;
|
|
600
605
|
export const cpdColorBgSubtlePrimary: string;
|
|
601
606
|
export const cpdColorBgSubtleSecondary: string;
|
|
602
607
|
export const cpdColorBgCanvasDefault: string;
|
|
@@ -624,6 +629,8 @@ export const cpdColorBgDecorative6: string;
|
|
|
624
629
|
export const cpdColorBgAccentRest: string;
|
|
625
630
|
export const cpdColorBgAccentHovered: string;
|
|
626
631
|
export const cpdColorBgAccentPressed: string;
|
|
632
|
+
export const cpdColorBgBadgeAccent: string;
|
|
633
|
+
export const cpdColorBgBadgeInfo: string;
|
|
627
634
|
export const cpdColorBgSubtleSecondaryLevel0: string;
|
|
628
635
|
export const cpdColorBorderDisabled: string;
|
|
629
636
|
export const cpdColorBorderFocused: string;
|
|
@@ -297,6 +297,9 @@ export const cpdIconPresenceStrikethrough8X8 =
|
|
|
297
297
|
"icons/presence-strikethrough-8x8.svg";
|
|
298
298
|
export const cpdIconError = "icons/error.svg";
|
|
299
299
|
export const cpdIconDialPad = "icons/dial-pad.svg";
|
|
300
|
+
export const cpdIconWorkspace = "icons/workspace.svg";
|
|
301
|
+
export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
|
|
302
|
+
export const cpdIconGuest = "icons/guest.svg";
|
|
300
303
|
export const cpdColorThemeBg = "#101317";
|
|
301
304
|
export const cpdColorGray100 = "#181a1f";
|
|
302
305
|
export const cpdColorGray200 = "#1d1f24";
|
|
@@ -622,6 +625,8 @@ export const cpdColorTextDecorative3 = "#eac0ed";
|
|
|
622
625
|
export const cpdColorTextDecorative4 = "#cec7ff";
|
|
623
626
|
export const cpdColorTextDecorative5 = "#ffbbca";
|
|
624
627
|
export const cpdColorTextDecorative6 = "#fdc197";
|
|
628
|
+
export const cpdColorTextBadgeAccent = "#8fddbc";
|
|
629
|
+
export const cpdColorTextBadgeInfo = "#b2cffa";
|
|
625
630
|
export const cpdColorBgSubtlePrimary = "#2b2e33";
|
|
626
631
|
export const cpdColorBgSubtleSecondary = "#26282d";
|
|
627
632
|
export const cpdColorBgCanvasDefault = "#101317";
|
|
@@ -649,6 +654,8 @@ export const cpdColorBgDecorative6 = "#580000";
|
|
|
649
654
|
export const cpdColorBgAccentRest = "#37c998";
|
|
650
655
|
export const cpdColorBgAccentHovered = "#61d2a6";
|
|
651
656
|
export const cpdColorBgAccentPressed = "#8fddbc";
|
|
657
|
+
export const cpdColorBgBadgeAccent = "hsl(155, 100%, 9%, 1)";
|
|
658
|
+
export const cpdColorBgBadgeInfo = "hsl(224, 100%, 22%, 1)";
|
|
652
659
|
export const cpdColorBgSubtleSecondaryLevel0 = "#101317";
|
|
653
660
|
export const cpdColorBorderDisabled = "#3c3f44";
|
|
654
661
|
export const cpdColorBorderFocused = "#89b5f6";
|
|
@@ -272,6 +272,9 @@ export const cpdIconPresenceOutline8X8: string;
|
|
|
272
272
|
export const cpdIconPresenceStrikethrough8X8: string;
|
|
273
273
|
export const cpdIconError: string;
|
|
274
274
|
export const cpdIconDialPad: string;
|
|
275
|
+
export const cpdIconWorkspace: string;
|
|
276
|
+
export const cpdIconWorkspaceSolid: string;
|
|
277
|
+
export const cpdIconGuest: string;
|
|
275
278
|
export const cpdColorThemeBg: string;
|
|
276
279
|
export const cpdColorGray100: string;
|
|
277
280
|
export const cpdColorGray200: string;
|
|
@@ -597,6 +600,8 @@ export const cpdColorTextDecorative3: string;
|
|
|
597
600
|
export const cpdColorTextDecorative4: string;
|
|
598
601
|
export const cpdColorTextDecorative5: string;
|
|
599
602
|
export const cpdColorTextDecorative6: string;
|
|
603
|
+
export const cpdColorTextBadgeAccent: string;
|
|
604
|
+
export const cpdColorTextBadgeInfo: string;
|
|
600
605
|
export const cpdColorBgSubtlePrimary: string;
|
|
601
606
|
export const cpdColorBgSubtleSecondary: string;
|
|
602
607
|
export const cpdColorBgCanvasDefault: string;
|
|
@@ -624,6 +629,8 @@ export const cpdColorBgDecorative6: string;
|
|
|
624
629
|
export const cpdColorBgAccentRest: string;
|
|
625
630
|
export const cpdColorBgAccentHovered: string;
|
|
626
631
|
export const cpdColorBgAccentPressed: string;
|
|
632
|
+
export const cpdColorBgBadgeAccent: string;
|
|
633
|
+
export const cpdColorBgBadgeInfo: string;
|
|
627
634
|
export const cpdColorBgSubtleSecondaryLevel0: string;
|
|
628
635
|
export const cpdColorBorderDisabled: string;
|
|
629
636
|
export const cpdColorBorderFocused: string;
|
|
@@ -297,6 +297,9 @@ export const cpdIconPresenceStrikethrough8X8 =
|
|
|
297
297
|
"icons/presence-strikethrough-8x8.svg";
|
|
298
298
|
export const cpdIconError = "icons/error.svg";
|
|
299
299
|
export const cpdIconDialPad = "icons/dial-pad.svg";
|
|
300
|
+
export const cpdIconWorkspace = "icons/workspace.svg";
|
|
301
|
+
export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
|
|
302
|
+
export const cpdIconGuest = "icons/guest.svg";
|
|
300
303
|
export const cpdColorThemeBg = "#ffffff";
|
|
301
304
|
export const cpdColorGray100 = "#fbfcfd";
|
|
302
305
|
export const cpdColorGray200 = "#f7f9fa";
|
|
@@ -622,6 +625,8 @@ export const cpdColorTextDecorative3 = "#822198";
|
|
|
622
625
|
export const cpdColorTextDecorative4 = "#5d26cd";
|
|
623
626
|
export const cpdColorTextDecorative5 = "#9f0850";
|
|
624
627
|
export const cpdColorTextDecorative6 = "#9b2200";
|
|
628
|
+
export const cpdColorTextBadgeAccent = "#005c45";
|
|
629
|
+
export const cpdColorTextBadgeInfo = "#064ab1";
|
|
625
630
|
export const cpdColorBgSubtlePrimary = "#e1e6ec";
|
|
626
631
|
export const cpdColorBgSubtleSecondary = "#f0f2f5";
|
|
627
632
|
export const cpdColorBgCanvasDefault = "#ffffff";
|
|
@@ -649,6 +654,8 @@ export const cpdColorBgDecorative6 = "#ffefe4";
|
|
|
649
654
|
export const cpdColorBgAccentRest = "#007a61";
|
|
650
655
|
export const cpdColorBgAccentHovered = "#006b52";
|
|
651
656
|
export const cpdColorBgAccentPressed = "#005c45";
|
|
657
|
+
export const cpdColorBgBadgeAccent = "hsla(150, 100%, 36%, 0.11)";
|
|
658
|
+
export const cpdColorBgBadgeInfo = "hsla(215, 100%, 52%, 0.09)";
|
|
652
659
|
export const cpdColorBgSubtleSecondaryLevel0 = "#f0f2f5";
|
|
653
660
|
export const cpdColorBorderDisabled = "#cdd3da";
|
|
654
661
|
export const cpdColorBorderFocused = "#0467dd";
|
|
@@ -272,6 +272,9 @@ export const cpdIconPresenceOutline8X8: string;
|
|
|
272
272
|
export const cpdIconPresenceStrikethrough8X8: string;
|
|
273
273
|
export const cpdIconError: string;
|
|
274
274
|
export const cpdIconDialPad: string;
|
|
275
|
+
export const cpdIconWorkspace: string;
|
|
276
|
+
export const cpdIconWorkspaceSolid: string;
|
|
277
|
+
export const cpdIconGuest: string;
|
|
275
278
|
export const cpdColorThemeBg: string;
|
|
276
279
|
export const cpdColorGray100: string;
|
|
277
280
|
export const cpdColorGray200: string;
|
|
@@ -597,6 +600,8 @@ export const cpdColorTextDecorative3: string;
|
|
|
597
600
|
export const cpdColorTextDecorative4: string;
|
|
598
601
|
export const cpdColorTextDecorative5: string;
|
|
599
602
|
export const cpdColorTextDecorative6: string;
|
|
603
|
+
export const cpdColorTextBadgeAccent: string;
|
|
604
|
+
export const cpdColorTextBadgeInfo: string;
|
|
600
605
|
export const cpdColorBgSubtlePrimary: string;
|
|
601
606
|
export const cpdColorBgSubtleSecondary: string;
|
|
602
607
|
export const cpdColorBgCanvasDefault: string;
|
|
@@ -624,6 +629,8 @@ export const cpdColorBgDecorative6: string;
|
|
|
624
629
|
export const cpdColorBgAccentRest: string;
|
|
625
630
|
export const cpdColorBgAccentHovered: string;
|
|
626
631
|
export const cpdColorBgAccentPressed: string;
|
|
632
|
+
export const cpdColorBgBadgeAccent: string;
|
|
633
|
+
export const cpdColorBgBadgeInfo: string;
|
|
627
634
|
export const cpdColorBgSubtleSecondaryLevel0: string;
|
|
628
635
|
export const cpdColorBorderDisabled: string;
|
|
629
636
|
export const cpdColorBorderFocused: string;
|
|
@@ -297,6 +297,9 @@ export const cpdIconPresenceStrikethrough8X8 =
|
|
|
297
297
|
"icons/presence-strikethrough-8x8.svg";
|
|
298
298
|
export const cpdIconError = "icons/error.svg";
|
|
299
299
|
export const cpdIconDialPad = "icons/dial-pad.svg";
|
|
300
|
+
export const cpdIconWorkspace = "icons/workspace.svg";
|
|
301
|
+
export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
|
|
302
|
+
export const cpdIconGuest = "icons/guest.svg";
|
|
300
303
|
export const cpdColorThemeBg = "#ffffff";
|
|
301
304
|
export const cpdColorGray100 = "#f7f9fa";
|
|
302
305
|
export const cpdColorGray200 = "#f0f2f5";
|
|
@@ -622,6 +625,8 @@ export const cpdColorTextDecorative3 = "#5c0f76";
|
|
|
622
625
|
export const cpdColorTextDecorative4 = "#4200a6";
|
|
623
626
|
export const cpdColorTextDecorative5 = "#72003a";
|
|
624
627
|
export const cpdColorTextDecorative6 = "#770000";
|
|
628
|
+
export const cpdColorTextBadgeAccent = "#00402b";
|
|
629
|
+
export const cpdColorTextBadgeInfo = "#043088";
|
|
625
630
|
export const cpdColorBgSubtlePrimary = "#d7dce3";
|
|
626
631
|
export const cpdColorBgSubtleSecondary = "#e1e6ec";
|
|
627
632
|
export const cpdColorBgCanvasDefault = "#ffffff";
|
|
@@ -649,6 +654,8 @@ export const cpdColorBgDecorative6 = "#ffdfc8";
|
|
|
649
654
|
export const cpdColorBgAccentRest = "#00553d";
|
|
650
655
|
export const cpdColorBgAccentHovered = "#004d36";
|
|
651
656
|
export const cpdColorBgAccentPressed = "#00402b";
|
|
657
|
+
export const cpdColorBgBadgeAccent = "hsla(151, 93%, 37%, 0.23)";
|
|
658
|
+
export const cpdColorBgBadgeInfo = "hsla(216, 95%, 51%, 0.16)";
|
|
652
659
|
export const cpdColorBgSubtleSecondaryLevel0 = "#e1e6ec";
|
|
653
660
|
export const cpdColorBorderDisabled = "#bdc4cc";
|
|
654
661
|
export const cpdColorBorderFocused = "#0543a7";
|
package/icons/$icons.json
CHANGED
|
@@ -779,6 +779,18 @@
|
|
|
779
779
|
"dial-pad": {
|
|
780
780
|
"value": "icons/dial-pad.svg",
|
|
781
781
|
"type": "icon"
|
|
782
|
+
},
|
|
783
|
+
"workspace": {
|
|
784
|
+
"value": "icons/workspace.svg",
|
|
785
|
+
"type": "icon"
|
|
786
|
+
},
|
|
787
|
+
"workspace-solid": {
|
|
788
|
+
"value": "icons/workspace-solid.svg",
|
|
789
|
+
"type": "icon"
|
|
790
|
+
},
|
|
791
|
+
"guest": {
|
|
792
|
+
"value": "icons/guest.svg",
|
|
793
|
+
"type": "icon"
|
|
782
794
|
}
|
|
783
795
|
}
|
|
784
796
|
}
|
package/icons/guest.svg
ADDED
|
@@ -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="M1.304 12.617a1.04 1.04 0 0 1 0-1.47l6.844-6.843a1.04 1.04 0 0 1 1.47 0l1.343 1.344-5.5 5.5a1.04 1.04 0 0 0 0 1.47l5.5 5.5-1.344 1.343a1.04 1.04 0 0 1-1.47 0zm6.235-1.47a1.04 1.04 0 0 0 0 1.47l6.844 6.844a1.04 1.04 0 0 0 1.47 0l6.843-6.843a1.04 1.04 0 0 0 0-1.47l-6.844-6.844a1.04 1.04 0 0 0-1.47 0z" clip-rule="evenodd"/></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="M3.175 19.825Q4.35 21 6 21t2.825-1.175T10 17t-1.175-2.825T6 13t-2.825 1.175T2 17t1.175 2.825m12 0Q16.35 21 18 21t2.825-1.175T22 17t-1.175-2.825T18 13t-2.825 1.175T14 17t1.175 2.825m-6-10Q10.35 11 12 11t2.825-1.175T16 7t-1.175-2.825T12 3 9.175 4.175 8 7t1.175 2.825"/></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="M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"/></svg>
|