mediacube-ui 0.1.384 → 0.1.385

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,8 @@
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.385](https://github.com/MediaCubeCo/mcui/compare/v0.1.384...v0.1.385) (2025-06-05)
6
+
5
7
  ### [0.1.384](https://github.com/MediaCubeCo/mcui/compare/v0.1.383...v0.1.384) (2025-06-05)
6
8
 
7
9
  ### [0.1.383](https://github.com/MediaCubeCo/mcui/compare/v0.1.382...v0.1.383) (2025-06-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.384",
3
+ "version": "0.1.385",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -292,10 +292,11 @@ pre {
292
292
  // Default main project colors
293
293
  --color-main: #{$color-purple};
294
294
  --color-main-dark: #{$color-hover-purple};
295
+ --color-main-light: #{$color-light-purple};
296
+
295
297
  @for $i from 1 through 10 {
296
298
  #{'--color-main-alpha-'}#{$i * 10}: #{rgba($color-purple, $i / 10)};
297
299
  }
298
- --color-main-light: $color-light-purple;
299
300
  @each $name, $size in $token-icon-sizes {
300
301
  #{'--size-'}#{$name}: #{$size};
301
302
  }