@vector-im/compound-web 8.2.4 → 8.3.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/dist/components/ActivityMarker/Pill.module.css.cjs +1 -1
- package/dist/components/ActivityMarker/Pill.module.css.js +1 -1
- package/dist/components/ActivityMarker/Unread.module.css.cjs +1 -1
- package/dist/components/ActivityMarker/Unread.module.css.js +1 -1
- package/dist/components/ActivityMarker/UnreadCounter.module.css.cjs +1 -1
- package/dist/components/ActivityMarker/UnreadCounter.module.css.js +1 -1
- package/dist/components/Avatar/Avatar.module.css.cjs +5 -5
- package/dist/components/Avatar/Avatar.module.css.js +5 -5
- package/dist/components/Badge/Badge.module.css.cjs +1 -1
- package/dist/components/Badge/Badge.module.css.js +1 -1
- package/dist/components/Button/Button.module.css.cjs +4 -4
- package/dist/components/Button/Button.module.css.js +4 -4
- package/dist/components/Form/Controls/Checkbox/Checkbox.module.css.cjs +3 -3
- package/dist/components/Form/Controls/Checkbox/Checkbox.module.css.js +3 -3
- package/dist/components/Form/Controls/Radio/Radio.module.css.cjs +3 -3
- package/dist/components/Form/Controls/Radio/Radio.module.css.js +3 -3
- package/dist/components/Form/Controls/Toggle/Toggle.module.css.cjs +3 -3
- package/dist/components/Form/Controls/Toggle/Toggle.module.css.js +3 -3
- package/dist/components/Icon/BigIcon/BigIcon.module.css.cjs +3 -3
- package/dist/components/Icon/BigIcon/BigIcon.module.css.js +3 -3
- package/dist/components/Icon/IndicatorIcon/IndicatorIcon.module.css.cjs +1 -1
- package/dist/components/Icon/IndicatorIcon/IndicatorIcon.module.css.js +1 -1
- package/dist/components/Nav/Nav.module.css.cjs +4 -4
- package/dist/components/Nav/Nav.module.css.js +4 -4
- package/dist/components/Progress/Progress.module.css.cjs +4 -4
- package/dist/components/Progress/Progress.module.css.js +4 -4
- package/dist/components/ReleaseAnnouncement/ReleaseAnnouncement.module.css.cjs +5 -5
- package/dist/components/ReleaseAnnouncement/ReleaseAnnouncement.module.css.js +5 -5
- package/dist/components/Separator/Separator.module.css.cjs +1 -1
- package/dist/components/Separator/Separator.module.css.js +1 -1
- package/dist/components/Toast/Toast.module.css.cjs +1 -1
- package/dist/components/Toast/Toast.module.css.js +1 -1
- package/dist/components/Tooltip/Tooltip.module.css.cjs +4 -4
- package/dist/components/Tooltip/Tooltip.module.css.js +4 -4
- package/dist/components/VisualList/VisualList.module.css.cjs +1 -1
- package/dist/components/VisualList/VisualList.module.css.js +1 -1
- package/dist/components/VisualList/VisualListItem.module.css.cjs +4 -4
- package/dist/components/VisualList/VisualListItem.module.css.js +4 -4
- package/dist/style.css +318 -193
- package/package.json +13 -13
- package/src/components/ActivityMarker/Pill.module.css +6 -0
- package/src/components/ActivityMarker/Unread.module.css +6 -0
- package/src/components/ActivityMarker/UnreadCounter.module.css +6 -0
- package/src/components/Avatar/Avatar.module.css +6 -1
- package/src/components/Badge/Badge.module.css +7 -0
- package/src/components/Button/Button.module.css +6 -0
- package/src/components/Form/Controls/Checkbox/Checkbox.module.css +12 -6
- package/src/components/Form/Controls/Radio/Radio.module.css +12 -0
- package/src/components/Form/Controls/Toggle/Toggle.module.css +13 -6
- package/src/components/Icon/BigIcon/BigIcon.module.css +6 -0
- package/src/components/Icon/IndicatorIcon/IndicatorIcon.module.css +13 -3
- package/src/components/Nav/Nav.module.css +6 -0
- package/src/components/Progress/Progress.module.css +6 -0
- package/src/components/ReleaseAnnouncement/ReleaseAnnouncement.module.css +6 -0
- package/src/components/Separator/Separator.module.css +6 -0
- package/src/components/Toast/Toast.module.css +6 -0
- package/src/components/Tooltip/Tooltip.module.css +6 -0
- package/src/components/VisualList/VisualList.module.css +6 -0
- package/src/components/VisualList/VisualListItem.module.css +6 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"unread-counter": "_unread-
|
|
4
|
+
"unread-counter": "_unread-counter_1147r_8"
|
|
5
5
|
};
|
|
6
6
|
exports.default = styles;
|
|
7
7
|
//# sourceMappingURL=UnreadCounter.module.css.cjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const avatar = "
|
|
4
|
-
const image = "
|
|
3
|
+
const avatar = "_avatar_1jp1e_8";
|
|
4
|
+
const image = "_image_1jp1e_43";
|
|
5
5
|
const styles = {
|
|
6
6
|
avatar,
|
|
7
7
|
image,
|
|
8
|
-
"avatar-imageless": "_avatar-
|
|
9
|
-
"stacked-avatars": "_stacked-
|
|
10
|
-
"clip-path": "_clip-
|
|
8
|
+
"avatar-imageless": "_avatar-imageless_1jp1e_54",
|
|
9
|
+
"stacked-avatars": "_stacked-avatars_1jp1e_107",
|
|
10
|
+
"clip-path": "_clip-path_1jp1e_126"
|
|
11
11
|
};
|
|
12
12
|
exports.avatar = avatar;
|
|
13
13
|
exports.default = styles;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const avatar = "
|
|
2
|
-
const image = "
|
|
1
|
+
const avatar = "_avatar_1jp1e_8";
|
|
2
|
+
const image = "_image_1jp1e_43";
|
|
3
3
|
const styles = {
|
|
4
4
|
avatar,
|
|
5
5
|
image,
|
|
6
|
-
"avatar-imageless": "_avatar-
|
|
7
|
-
"stacked-avatars": "_stacked-
|
|
8
|
-
"clip-path": "_clip-
|
|
6
|
+
"avatar-imageless": "_avatar-imageless_1jp1e_54",
|
|
7
|
+
"stacked-avatars": "_stacked-avatars_1jp1e_107",
|
|
8
|
+
"clip-path": "_clip-path_1jp1e_126"
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
avatar,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const button = "
|
|
4
|
-
const destructive = "
|
|
3
|
+
const button = "_button_187yx_8";
|
|
4
|
+
const destructive = "_destructive_187yx_107";
|
|
5
5
|
const styles = {
|
|
6
6
|
button,
|
|
7
|
-
"icon-only": "_icon-
|
|
8
|
-
"has-icon": "_has-
|
|
7
|
+
"icon-only": "_icon-only_187yx_50",
|
|
8
|
+
"has-icon": "_has-icon_187yx_57",
|
|
9
9
|
destructive
|
|
10
10
|
};
|
|
11
11
|
exports.button = button;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const button = "
|
|
2
|
-
const destructive = "
|
|
1
|
+
const button = "_button_187yx_8";
|
|
2
|
+
const destructive = "_destructive_187yx_107";
|
|
3
3
|
const styles = {
|
|
4
4
|
button,
|
|
5
|
-
"icon-only": "_icon-
|
|
6
|
-
"has-icon": "_has-
|
|
5
|
+
"icon-only": "_icon-only_187yx_50",
|
|
6
|
+
"has-icon": "_has-icon_187yx_57",
|
|
7
7
|
destructive
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const container = "
|
|
4
|
-
const input = "
|
|
5
|
-
const ui = "
|
|
3
|
+
const container = "_container_1md5v_10";
|
|
4
|
+
const input = "_input_1md5v_18";
|
|
5
|
+
const ui = "_ui_1md5v_19";
|
|
6
6
|
const styles = {
|
|
7
7
|
container,
|
|
8
8
|
input,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const container = "
|
|
4
|
-
const input = "
|
|
5
|
-
const ui = "
|
|
3
|
+
const container = "_container_1qhtc_10";
|
|
4
|
+
const input = "_input_1qhtc_18";
|
|
5
|
+
const ui = "_ui_1qhtc_19";
|
|
6
6
|
const styles = {
|
|
7
7
|
container,
|
|
8
8
|
input,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const container = "
|
|
4
|
-
const input = "
|
|
5
|
-
const ui = "
|
|
3
|
+
const container = "_container_udcm8_10";
|
|
4
|
+
const input = "_input_udcm8_24";
|
|
5
|
+
const ui = "_ui_udcm8_34";
|
|
6
6
|
const styles = {
|
|
7
7
|
container,
|
|
8
8
|
input,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const content = "
|
|
4
|
-
const destructive = "
|
|
5
|
-
const success = "
|
|
3
|
+
const content = "_content_1r8kr_8";
|
|
4
|
+
const destructive = "_destructive_1r8kr_34";
|
|
5
|
+
const success = "_success_1r8kr_39";
|
|
6
6
|
const styles = {
|
|
7
7
|
content,
|
|
8
8
|
destructive,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const content = "
|
|
2
|
-
const destructive = "
|
|
3
|
-
const success = "
|
|
1
|
+
const content = "_content_1r8kr_8";
|
|
2
|
+
const destructive = "_destructive_1r8kr_34";
|
|
3
|
+
const success = "_success_1r8kr_39";
|
|
4
4
|
const styles = {
|
|
5
5
|
content,
|
|
6
6
|
destructive,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"indicator-icon": "_indicator-
|
|
4
|
+
"indicator-icon": "_indicator-icon_147l5_17"
|
|
5
5
|
};
|
|
6
6
|
exports.default = styles;
|
|
7
7
|
//# sourceMappingURL=IndicatorIcon.module.css.cjs.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"nav-bar": "_nav-
|
|
5
|
-
"nav-bar-items": "_nav-bar-
|
|
6
|
-
"nav-tab": "_nav-
|
|
7
|
-
"nav-item": "_nav-
|
|
4
|
+
"nav-bar": "_nav-bar_z70g4_8",
|
|
5
|
+
"nav-bar-items": "_nav-bar-items_z70g4_14",
|
|
6
|
+
"nav-tab": "_nav-tab_z70g4_25",
|
|
7
|
+
"nav-item": "_nav-item_z70g4_47"
|
|
8
8
|
};
|
|
9
9
|
exports.default = styles;
|
|
10
10
|
//# sourceMappingURL=Nav.module.css.cjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const styles = {
|
|
2
|
-
"nav-bar": "_nav-
|
|
3
|
-
"nav-bar-items": "_nav-bar-
|
|
4
|
-
"nav-tab": "_nav-
|
|
5
|
-
"nav-item": "_nav-
|
|
2
|
+
"nav-bar": "_nav-bar_z70g4_8",
|
|
3
|
+
"nav-bar-items": "_nav-bar-items_z70g4_14",
|
|
4
|
+
"nav-tab": "_nav-tab_z70g4_25",
|
|
5
|
+
"nav-item": "_nav-item_z70g4_47"
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
styles as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"progress-bar": "_progress-
|
|
5
|
-
"progress-bar-container": "_progress-bar-
|
|
6
|
-
"progress-bar-label": "_progress-bar-
|
|
7
|
-
"progress-bar-indicator": "_progress-bar-
|
|
4
|
+
"progress-bar": "_progress-bar_1l6pa_8",
|
|
5
|
+
"progress-bar-container": "_progress-bar-container_1l6pa_24",
|
|
6
|
+
"progress-bar-label": "_progress-bar-label_1l6pa_53",
|
|
7
|
+
"progress-bar-indicator": "_progress-bar-indicator_1l6pa_59"
|
|
8
8
|
};
|
|
9
9
|
exports.default = styles;
|
|
10
10
|
//# sourceMappingURL=Progress.module.css.cjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const styles = {
|
|
2
|
-
"progress-bar": "_progress-
|
|
3
|
-
"progress-bar-container": "_progress-bar-
|
|
4
|
-
"progress-bar-label": "_progress-bar-
|
|
5
|
-
"progress-bar-indicator": "_progress-bar-
|
|
2
|
+
"progress-bar": "_progress-bar_1l6pa_8",
|
|
3
|
+
"progress-bar-container": "_progress-bar-container_1l6pa_24",
|
|
4
|
+
"progress-bar-label": "_progress-bar-label_1l6pa_53",
|
|
5
|
+
"progress-bar-indicator": "_progress-bar-indicator_1l6pa_59"
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
styles as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const content = "
|
|
4
|
-
const header = "
|
|
5
|
-
const description = "
|
|
6
|
-
const button = "
|
|
7
|
-
const arrow = "
|
|
3
|
+
const content = "_content_16f2y_8";
|
|
4
|
+
const header = "_header_16f2y_37";
|
|
5
|
+
const description = "_description_16f2y_43";
|
|
6
|
+
const button = "_button_16f2y_48";
|
|
7
|
+
const arrow = "_arrow_16f2y_53";
|
|
8
8
|
const styles = {
|
|
9
9
|
content,
|
|
10
10
|
header,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const content = "
|
|
2
|
-
const header = "
|
|
3
|
-
const description = "
|
|
4
|
-
const button = "
|
|
5
|
-
const arrow = "
|
|
1
|
+
const content = "_content_16f2y_8";
|
|
2
|
+
const header = "_header_16f2y_37";
|
|
3
|
+
const description = "_description_16f2y_43";
|
|
4
|
+
const button = "_button_16f2y_48";
|
|
5
|
+
const arrow = "_arrow_16f2y_53";
|
|
6
6
|
const styles = {
|
|
7
7
|
content,
|
|
8
8
|
header,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"toast-container": "_toast-
|
|
4
|
+
"toast-container": "_toast-container_1xofk_8"
|
|
5
5
|
};
|
|
6
6
|
exports.default = styles;
|
|
7
7
|
//# sourceMappingURL=Toast.module.css.cjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const tooltip = "
|
|
4
|
-
const invisible = "
|
|
5
|
-
const caption = "
|
|
6
|
-
const arrow = "
|
|
3
|
+
const tooltip = "_tooltip_1nqnq_8";
|
|
4
|
+
const invisible = "_invisible_1nqnq_21";
|
|
5
|
+
const caption = "_caption_1nqnq_28";
|
|
6
|
+
const arrow = "_arrow_1nqnq_33";
|
|
7
7
|
const styles = {
|
|
8
8
|
tooltip,
|
|
9
9
|
invisible,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const tooltip = "
|
|
2
|
-
const invisible = "
|
|
3
|
-
const caption = "
|
|
4
|
-
const arrow = "
|
|
1
|
+
const tooltip = "_tooltip_1nqnq_8";
|
|
2
|
+
const invisible = "_invisible_1nqnq_21";
|
|
3
|
+
const caption = "_caption_1nqnq_28";
|
|
4
|
+
const arrow = "_arrow_1nqnq_33";
|
|
5
5
|
const styles = {
|
|
6
6
|
tooltip,
|
|
7
7
|
invisible,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"visual-list": "_visual-
|
|
4
|
+
"visual-list": "_visual-list_1mgc1_8"
|
|
5
5
|
};
|
|
6
6
|
exports.default = styles;
|
|
7
7
|
//# sourceMappingURL=VisualList.module.css.cjs.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const styles = {
|
|
4
|
-
"visual-list-item": "_visual-list-
|
|
5
|
-
"visual-list-item-icon": "_visual-list-item-
|
|
6
|
-
"visual-list-item-icon-success": "_visual-list-item-icon-
|
|
7
|
-
"visual-list-item-icon-destructive": "_visual-list-item-icon-
|
|
4
|
+
"visual-list-item": "_visual-list-item_1nc1y_8",
|
|
5
|
+
"visual-list-item-icon": "_visual-list-item-icon_1nc1y_17",
|
|
6
|
+
"visual-list-item-icon-success": "_visual-list-item-icon-success_1nc1y_22",
|
|
7
|
+
"visual-list-item-icon-destructive": "_visual-list-item-icon-destructive_1nc1y_26"
|
|
8
8
|
};
|
|
9
9
|
exports.default = styles;
|
|
10
10
|
//# sourceMappingURL=VisualListItem.module.css.cjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const styles = {
|
|
2
|
-
"visual-list-item": "_visual-list-
|
|
3
|
-
"visual-list-item-icon": "_visual-list-item-
|
|
4
|
-
"visual-list-item-icon-success": "_visual-list-item-icon-
|
|
5
|
-
"visual-list-item-icon-destructive": "_visual-list-item-icon-
|
|
2
|
+
"visual-list-item": "_visual-list-item_1nc1y_8",
|
|
3
|
+
"visual-list-item-icon": "_visual-list-item-icon_1nc1y_17",
|
|
4
|
+
"visual-list-item-icon-success": "_visual-list-item-icon-success_1nc1y_22",
|
|
5
|
+
"visual-list-item-icon-destructive": "_visual-list-item-icon-destructive_1nc1y_26"
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
styles as default
|