framework7-vue
Advanced tools
Comparing version 8.0.0-beta.5 to 8.0.0-beta.6
/** | ||
* Framework7 Vue 8.0.0-beta.5 | ||
* Framework7 Vue 8.0.0-beta.6 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * https://framework7.io/vue/ | ||
* | ||
* Released on: March 23, 2023 | ||
* Released on: March 24, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Framework7Vue from './shared/plugin.js'; |
{ | ||
"name": "framework7-vue", | ||
"version": "8.0.0-beta.5", | ||
"version": "8.0.0-beta.6", | ||
"description": "Build full featured iOS & Android apps using Framework7 & Vue", | ||
@@ -58,3 +58,3 @@ "type": "module", | ||
}, | ||
"releaseDate": "March 23, 2023" | ||
"releaseDate": "March 24, 2023" | ||
} |
@@ -5,3 +5,2 @@ import { isStringProp } from './utils.js'; | ||
color, | ||
colorTheme, | ||
textColor, | ||
@@ -16,3 +15,2 @@ bgColor, | ||
[`color-${color}`]: color, | ||
[`color-theme-${colorTheme}`]: colorTheme, | ||
[`text-color-${textColor}`]: textColor, | ||
@@ -19,0 +17,0 @@ [`bg-color-${bgColor}`]: bgColor, |
Sorry, the diff of this file is too big to display
911378
33914