@voicenter-team/voicenter-ui-plus 0.2.0 → 0.2.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/voicenter-ui-plus",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
@@ -2,7 +2,7 @@ import { themeType, themesType, UIThemeConfig } from './theme.types' // Must be
2
2
 
3
3
  import __themes from './themes.json' // Must be relative as doing publish
4
4
 
5
- const _default = __themes.blue as themeType
5
+ const _default = __themes.redGreen as themeType
6
6
 
7
7
  const themes: themesType = __themes
8
8
 
@@ -249,7 +249,7 @@
249
249
  "destructive-actions--pressed": "#3b0417",
250
250
  "destructive-actions-bg--focus": "#150d10",
251
251
  "destructive-actions-bg--pressed": "#171314",
252
- "ui-lines": "#E0E2E5",
252
+ "ui-lines": "#474747",
253
253
  "major-ui-lines": "#E0E2E5",
254
254
  "progress-line-done": "#575757",
255
255
  "progress-line-not-done": "#363636",