mediacube-ui 0.1.184 → 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,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.185](https://github.com/MediaCubeCo/mcui/compare/v0.1.184...v0.1.185) (2023-12-12)
|
|
6
|
+
|
|
5
7
|
### [0.1.184](https://github.com/MediaCubeCo/mcui/compare/v0.1.183...v0.1.184) (2023-12-12)
|
|
6
8
|
|
|
7
9
|
### [0.1.183](https://github.com/MediaCubeCo/mcui/compare/v0.1.182...v0.1.183) (2023-12-11)
|
package/package.json
CHANGED
|
@@ -266,7 +266,7 @@ export default {
|
|
|
266
266
|
margin-inline-start: $space-100;
|
|
267
267
|
&:before {
|
|
268
268
|
@include pseudo(none);
|
|
269
|
-
@include size(
|
|
269
|
+
@include size(var(--mc-field-checkbox-size));
|
|
270
270
|
@include position(absolute, 0 null null 0);
|
|
271
271
|
background-size: 100%;
|
|
272
272
|
}
|