@awes-io/ui 2.37.0 → 2.38.0

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.38.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.37.0...@awes-io/ui@2.38.0) (2021-12-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * default button color replaced to accent ([980a96d](https://github.com/awes-io/client/commit/980a96d5a23c5025a618a53ddf630934440eda91))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.37.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.36.0...@awes-io/ui@2.37.0) (2021-12-28)
7
18
 
8
19
 
@@ -200,7 +200,7 @@
200
200
  /**
201
201
  * Colors
202
202
  */
203
- @each $color in (info, success, warning, error, surface, overlay) {
203
+ @each $color in (accent, info, success, warning, error, surface, overlay) {
204
204
  .aw-button {
205
205
  /* Circle, Solid */
206
206
  &.theme-circle.color-$(color),
@@ -6,7 +6,7 @@
6
6
  >
7
7
  <img v-if="props.logo" v-bind="props.logo" />
8
8
  <span class="sr-only">
9
- {{ $t('AwLayoutDefault.homepage') }}
9
+ {{ parent.$t('AwLayoutDefault.homepage') }}
10
10
  </span>
11
11
  </NLink>
12
12
  </template>
@@ -16,7 +16,7 @@ export const AwAvatar = {
16
16
  export const AwButton = {
17
17
  routerComponent: 'router-link',
18
18
  size: 'md',
19
- color: 'success',
19
+ color: 'accent',
20
20
  theme: 'solid'
21
21
  }
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.37.0",
3
+ "version": "2.38.0",
4
4
  "description": "User Interface (UI) components",
5
5
  "keywords": [
6
6
  "ui",
@@ -124,5 +124,5 @@
124
124
  "vue-template-compiler": "^2.6.10",
125
125
  "webfonts-generator": "^0.4.0"
126
126
  },
127
- "gitHead": "c1bfbdde456b9c8019674ec89b2a1e1a82987c96"
127
+ "gitHead": "2b9497ac41e66479e4305edeb125e7234add8a51"
128
128
  }