@latte-macchiat-io/latte-vanilla-components 0.0.229 → 0.0.230
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/package.json
CHANGED
@@ -671,12 +671,12 @@ export const themeContract = createGlobalThemeContract({
|
|
671
671
|
'2xl': 'latte-video-playButton-width-2xl',
|
672
672
|
},
|
673
673
|
height: {
|
674
|
-
mobile: 'latte-video-
|
675
|
-
sm: 'latte-video-
|
676
|
-
md: 'latte-video-
|
677
|
-
lg: 'latte-video-
|
678
|
-
xl: 'latte-video-
|
679
|
-
'2xl': 'latte-video-
|
674
|
+
mobile: 'latte-video-playButton-height-mobile',
|
675
|
+
sm: 'latte-video-playButton-height-sm',
|
676
|
+
md: 'latte-video-playButton-height-md',
|
677
|
+
lg: 'latte-video-playButton-height-lg',
|
678
|
+
xl: 'latte-video-playButton-height-xl',
|
679
|
+
'2xl': 'latte-video-playButton-height-2xl',
|
680
680
|
},
|
681
681
|
iconSize: {
|
682
682
|
mobile: 'latte-video-playButton-iconSize-mobile',
|