mediacube-ui 0.1.197 → 0.1.199

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.199](https://github.com/MediaCubeCo/mcui/compare/v0.1.198...v0.1.199) (2023-12-27)
6
+
7
+ ### [0.1.198](https://github.com/MediaCubeCo/mcui/compare/v0.1.197...v0.1.198) (2023-12-21)
8
+
5
9
  ### [0.1.197](https://github.com/MediaCubeCo/mcui/compare/v0.1.196...v0.1.197) (2023-12-20)
6
10
 
7
11
  ### [0.1.196](https://github.com/MediaCubeCo/mcui/compare/v0.1.195...v0.1.196) (2023-12-20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.197",
3
+ "version": "0.1.199",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -238,7 +238,7 @@ export default {
238
238
  &[aria-hidden='true'] {
239
239
  visibility: hidden !important;
240
240
  opacity: 0;
241
- transition: opacity $duration-s, visibility $duration-s;
241
+ transition: opacity $duration-s;
242
242
  }
243
243
 
244
244
  &[aria-hidden='false'] {
@@ -748,6 +748,7 @@ export default {
748
748
  .vxe-cell {
749
749
  padding-inline-start: $space-200;
750
750
  padding-inline-end: $space-200;
751
+ word-break: break-word;
751
752
  &--checkbox {
752
753
  display: flex;
753
754
  align-items: center;