mediacube-ui 0.1.183 → 0.1.185

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.185](https://github.com/MediaCubeCo/mcui/compare/v0.1.184...v0.1.185) (2023-12-12)
6
+
7
+ ### [0.1.184](https://github.com/MediaCubeCo/mcui/compare/v0.1.183...v0.1.184) (2023-12-12)
8
+
5
9
  ### [0.1.183](https://github.com/MediaCubeCo/mcui/compare/v0.1.182...v0.1.183) (2023-12-11)
6
10
 
7
11
  ### [0.1.182](https://github.com/MediaCubeCo/mcui/compare/v0.1.181...v0.1.182) (2023-12-11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.183",
3
+ "version": "0.1.185",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -138,6 +138,7 @@ export default {
138
138
  outline: none;
139
139
  z-index: 0;
140
140
  flex-shrink: 0;
141
+ overflow: visible;
141
142
  &:before {
142
143
  content: '';
143
144
  position: absolute;
@@ -145,6 +146,7 @@ export default {
145
146
  right: 0;
146
147
  z-index: 0;
147
148
  @include size(100%);
149
+ border-radius: inherit;
148
150
  background-color: var(--mc-chip-color);
149
151
  }
150
152
  > * {
@@ -266,7 +266,7 @@ export default {
266
266
  margin-inline-start: $space-100;
267
267
  &:before {
268
268
  @include pseudo(none);
269
- @include size($size-200);
269
+ @include size(var(--mc-field-checkbox-size));
270
270
  @include position(absolute, 0 null null 0);
271
271
  background-size: 100%;
272
272
  }