@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.
Files changed (59) hide show
  1. package/dist/components/ActivityMarker/Pill.module.css.cjs +1 -1
  2. package/dist/components/ActivityMarker/Pill.module.css.js +1 -1
  3. package/dist/components/ActivityMarker/Unread.module.css.cjs +1 -1
  4. package/dist/components/ActivityMarker/Unread.module.css.js +1 -1
  5. package/dist/components/ActivityMarker/UnreadCounter.module.css.cjs +1 -1
  6. package/dist/components/ActivityMarker/UnreadCounter.module.css.js +1 -1
  7. package/dist/components/Avatar/Avatar.module.css.cjs +5 -5
  8. package/dist/components/Avatar/Avatar.module.css.js +5 -5
  9. package/dist/components/Badge/Badge.module.css.cjs +1 -1
  10. package/dist/components/Badge/Badge.module.css.js +1 -1
  11. package/dist/components/Button/Button.module.css.cjs +4 -4
  12. package/dist/components/Button/Button.module.css.js +4 -4
  13. package/dist/components/Form/Controls/Checkbox/Checkbox.module.css.cjs +3 -3
  14. package/dist/components/Form/Controls/Checkbox/Checkbox.module.css.js +3 -3
  15. package/dist/components/Form/Controls/Radio/Radio.module.css.cjs +3 -3
  16. package/dist/components/Form/Controls/Radio/Radio.module.css.js +3 -3
  17. package/dist/components/Form/Controls/Toggle/Toggle.module.css.cjs +3 -3
  18. package/dist/components/Form/Controls/Toggle/Toggle.module.css.js +3 -3
  19. package/dist/components/Icon/BigIcon/BigIcon.module.css.cjs +3 -3
  20. package/dist/components/Icon/BigIcon/BigIcon.module.css.js +3 -3
  21. package/dist/components/Icon/IndicatorIcon/IndicatorIcon.module.css.cjs +1 -1
  22. package/dist/components/Icon/IndicatorIcon/IndicatorIcon.module.css.js +1 -1
  23. package/dist/components/Nav/Nav.module.css.cjs +4 -4
  24. package/dist/components/Nav/Nav.module.css.js +4 -4
  25. package/dist/components/Progress/Progress.module.css.cjs +4 -4
  26. package/dist/components/Progress/Progress.module.css.js +4 -4
  27. package/dist/components/ReleaseAnnouncement/ReleaseAnnouncement.module.css.cjs +5 -5
  28. package/dist/components/ReleaseAnnouncement/ReleaseAnnouncement.module.css.js +5 -5
  29. package/dist/components/Separator/Separator.module.css.cjs +1 -1
  30. package/dist/components/Separator/Separator.module.css.js +1 -1
  31. package/dist/components/Toast/Toast.module.css.cjs +1 -1
  32. package/dist/components/Toast/Toast.module.css.js +1 -1
  33. package/dist/components/Tooltip/Tooltip.module.css.cjs +4 -4
  34. package/dist/components/Tooltip/Tooltip.module.css.js +4 -4
  35. package/dist/components/VisualList/VisualList.module.css.cjs +1 -1
  36. package/dist/components/VisualList/VisualList.module.css.js +1 -1
  37. package/dist/components/VisualList/VisualListItem.module.css.cjs +4 -4
  38. package/dist/components/VisualList/VisualListItem.module.css.js +4 -4
  39. package/dist/style.css +318 -193
  40. package/package.json +13 -13
  41. package/src/components/ActivityMarker/Pill.module.css +6 -0
  42. package/src/components/ActivityMarker/Unread.module.css +6 -0
  43. package/src/components/ActivityMarker/UnreadCounter.module.css +6 -0
  44. package/src/components/Avatar/Avatar.module.css +6 -1
  45. package/src/components/Badge/Badge.module.css +7 -0
  46. package/src/components/Button/Button.module.css +6 -0
  47. package/src/components/Form/Controls/Checkbox/Checkbox.module.css +12 -6
  48. package/src/components/Form/Controls/Radio/Radio.module.css +12 -0
  49. package/src/components/Form/Controls/Toggle/Toggle.module.css +13 -6
  50. package/src/components/Icon/BigIcon/BigIcon.module.css +6 -0
  51. package/src/components/Icon/IndicatorIcon/IndicatorIcon.module.css +13 -3
  52. package/src/components/Nav/Nav.module.css +6 -0
  53. package/src/components/Progress/Progress.module.css +6 -0
  54. package/src/components/ReleaseAnnouncement/ReleaseAnnouncement.module.css +6 -0
  55. package/src/components/Separator/Separator.module.css +6 -0
  56. package/src/components/Toast/Toast.module.css +6 -0
  57. package/src/components/Tooltip/Tooltip.module.css +6 -0
  58. package/src/components/VisualList/VisualList.module.css +6 -0
  59. package/src/components/VisualList/VisualListItem.module.css +6 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const pill = "_pill_1pem8_8";
3
+ const pill = "_pill_187tn_8";
4
4
  const styles = {
5
5
  pill
6
6
  };
@@ -1,4 +1,4 @@
1
- const pill = "_pill_1pem8_8";
1
+ const pill = "_pill_187tn_8";
2
2
  const styles = {
3
3
  pill
4
4
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const unread = "_unread_1k06b_8";
3
+ const unread = "_unread_cti0f_8";
4
4
  const styles = {
5
5
  unread
6
6
  };
@@ -1,4 +1,4 @@
1
- const unread = "_unread_1k06b_8";
1
+ const unread = "_unread_cti0f_8";
2
2
  const styles = {
3
3
  unread
4
4
  };
@@ -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-counter_9mg0k_8"
4
+ "unread-counter": "_unread-counter_1147r_8"
5
5
  };
6
6
  exports.default = styles;
7
7
  //# sourceMappingURL=UnreadCounter.module.css.cjs.map
@@ -1,5 +1,5 @@
1
1
  const styles = {
2
- "unread-counter": "_unread-counter_9mg0k_8"
2
+ "unread-counter": "_unread-counter_1147r_8"
3
3
  };
4
4
  export {
5
5
  styles as default
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const avatar = "_avatar_1qbcf_8";
4
- const image = "_image_1qbcf_41";
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-imageless_1qbcf_52",
9
- "stacked-avatars": "_stacked-avatars_1qbcf_102",
10
- "clip-path": "_clip-path_1qbcf_121"
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 = "_avatar_1qbcf_8";
2
- const image = "_image_1qbcf_41";
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-imageless_1qbcf_52",
7
- "stacked-avatars": "_stacked-avatars_1qbcf_102",
8
- "clip-path": "_clip-path_1qbcf_121"
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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const badge = "_badge_1t12g_8";
3
+ const badge = "_badge_18gm1_8";
4
4
  const styles = {
5
5
  badge
6
6
  };
@@ -1,4 +1,4 @@
1
- const badge = "_badge_1t12g_8";
1
+ const badge = "_badge_18gm1_8";
2
2
  const styles = {
3
3
  badge
4
4
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const button = "_button_vczzf_8";
4
- const destructive = "_destructive_vczzf_107";
3
+ const button = "_button_187yx_8";
4
+ const destructive = "_destructive_187yx_107";
5
5
  const styles = {
6
6
  button,
7
- "icon-only": "_icon-only_vczzf_50",
8
- "has-icon": "_has-icon_vczzf_57",
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 = "_button_vczzf_8";
2
- const destructive = "_destructive_vczzf_107";
1
+ const button = "_button_187yx_8";
2
+ const destructive = "_destructive_187yx_107";
3
3
  const styles = {
4
4
  button,
5
- "icon-only": "_icon-only_vczzf_50",
6
- "has-icon": "_has-icon_vczzf_57",
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 = "_container_1hel1_10";
4
- const input = "_input_1hel1_18";
5
- const ui = "_ui_1hel1_19";
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,6 +1,6 @@
1
- const container = "_container_1hel1_10";
2
- const input = "_input_1hel1_18";
3
- const ui = "_ui_1hel1_19";
1
+ const container = "_container_1md5v_10";
2
+ const input = "_input_1md5v_18";
3
+ const ui = "_ui_1md5v_19";
4
4
  const styles = {
5
5
  container,
6
6
  input,
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const container = "_container_1e0uz_10";
4
- const input = "_input_1e0uz_18";
5
- const ui = "_ui_1e0uz_19";
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,6 +1,6 @@
1
- const container = "_container_1e0uz_10";
2
- const input = "_input_1e0uz_18";
3
- const ui = "_ui_1e0uz_19";
1
+ const container = "_container_1qhtc_10";
2
+ const input = "_input_1qhtc_18";
3
+ const ui = "_ui_1qhtc_19";
4
4
  const styles = {
5
5
  container,
6
6
  input,
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const container = "_container_19o42_10";
4
- const input = "_input_19o42_24";
5
- const ui = "_ui_19o42_34";
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,6 +1,6 @@
1
- const container = "_container_19o42_10";
2
- const input = "_input_19o42_24";
3
- const ui = "_ui_19o42_34";
1
+ const container = "_container_udcm8_10";
2
+ const input = "_input_udcm8_24";
3
+ const ui = "_ui_udcm8_34";
4
4
  const styles = {
5
5
  container,
6
6
  input,
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const content = "_content_o77nw_8";
4
- const destructive = "_destructive_o77nw_34";
5
- const success = "_success_o77nw_39";
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 = "_content_o77nw_8";
2
- const destructive = "_destructive_o77nw_34";
3
- const success = "_success_o77nw_39";
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-icon_zr2a0_17"
4
+ "indicator-icon": "_indicator-icon_147l5_17"
5
5
  };
6
6
  exports.default = styles;
7
7
  //# sourceMappingURL=IndicatorIcon.module.css.cjs.map
@@ -1,5 +1,5 @@
1
1
  const styles = {
2
- "indicator-icon": "_indicator-icon_zr2a0_17"
2
+ "indicator-icon": "_indicator-icon_147l5_17"
3
3
  };
4
4
  export {
5
5
  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
- "nav-bar": "_nav-bar_1fp3r_8",
5
- "nav-bar-items": "_nav-bar-items_1fp3r_14",
6
- "nav-tab": "_nav-tab_1fp3r_25",
7
- "nav-item": "_nav-item_1fp3r_47"
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-bar_1fp3r_8",
3
- "nav-bar-items": "_nav-bar-items_1fp3r_14",
4
- "nav-tab": "_nav-tab_1fp3r_25",
5
- "nav-item": "_nav-item_1fp3r_47"
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-bar_9g67e_8",
5
- "progress-bar-container": "_progress-bar-container_9g67e_24",
6
- "progress-bar-label": "_progress-bar-label_9g67e_53",
7
- "progress-bar-indicator": "_progress-bar-indicator_9g67e_59"
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-bar_9g67e_8",
3
- "progress-bar-container": "_progress-bar-container_9g67e_24",
4
- "progress-bar-label": "_progress-bar-label_9g67e_53",
5
- "progress-bar-indicator": "_progress-bar-indicator_9g67e_59"
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 = "_content_3xq91_8";
4
- const header = "_header_3xq91_37";
5
- const description = "_description_3xq91_43";
6
- const button = "_button_3xq91_48";
7
- const arrow = "_arrow_3xq91_53";
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 = "_content_3xq91_8";
2
- const header = "_header_3xq91_37";
3
- const description = "_description_3xq91_43";
4
- const button = "_button_3xq91_48";
5
- const arrow = "_arrow_3xq91_53";
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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const separator = "_separator_7ckbw_8";
3
+ const separator = "_separator_cqpyv_8";
4
4
  const styles = {
5
5
  separator
6
6
  };
@@ -1,4 +1,4 @@
1
- const separator = "_separator_7ckbw_8";
1
+ const separator = "_separator_cqpyv_8";
2
2
  const styles = {
3
3
  separator
4
4
  };
@@ -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-container_xzz4o_8"
4
+ "toast-container": "_toast-container_1xofk_8"
5
5
  };
6
6
  exports.default = styles;
7
7
  //# sourceMappingURL=Toast.module.css.cjs.map
@@ -1,5 +1,5 @@
1
1
  const styles = {
2
- "toast-container": "_toast-container_xzz4o_8"
2
+ "toast-container": "_toast-container_1xofk_8"
3
3
  };
4
4
  export {
5
5
  styles as default
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const tooltip = "_tooltip_6ode6_8";
4
- const invisible = "_invisible_6ode6_21";
5
- const caption = "_caption_6ode6_28";
6
- const arrow = "_arrow_6ode6_33";
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 = "_tooltip_6ode6_8";
2
- const invisible = "_invisible_6ode6_21";
3
- const caption = "_caption_6ode6_28";
4
- const arrow = "_arrow_6ode6_33";
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-list_15wzx_8"
4
+ "visual-list": "_visual-list_1mgc1_8"
5
5
  };
6
6
  exports.default = styles;
7
7
  //# sourceMappingURL=VisualList.module.css.cjs.map
@@ -1,5 +1,5 @@
1
1
  const styles = {
2
- "visual-list": "_visual-list_15wzx_8"
2
+ "visual-list": "_visual-list_1mgc1_8"
3
3
  };
4
4
  export {
5
5
  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
- "visual-list-item": "_visual-list-item_1ma3e_8",
5
- "visual-list-item-icon": "_visual-list-item-icon_1ma3e_17",
6
- "visual-list-item-icon-success": "_visual-list-item-icon-success_1ma3e_22",
7
- "visual-list-item-icon-destructive": "_visual-list-item-icon-destructive_1ma3e_26"
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-item_1ma3e_8",
3
- "visual-list-item-icon": "_visual-list-item-icon_1ma3e_17",
4
- "visual-list-item-icon-success": "_visual-list-item-icon-success_1ma3e_22",
5
- "visual-list-item-icon-destructive": "_visual-list-item-icon-destructive_1ma3e_26"
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