@awes-io/ui 2.106.1 → 2.106.2

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.106.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.106.1...@awes-io/ui@2.106.2) (2024-07-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **action-card:** header styles collision resolved ([0611bff](https://github.com/awes-io/client/commit/0611bff2f0ee3dac7be12f8b208718d4ceaf8bcd))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.106.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.106.0...@awes-io/ui@2.106.1) (2024-06-25)
7
18
 
8
19
 
@@ -13,7 +13,7 @@
13
13
  display: flex;
14
14
  align-items: center;
15
15
  gap: 1rem;
16
- padding: 0 1rem 1rem;
16
+ padding: 0 1rem 1rem 1rem;
17
17
  min-width: 0;
18
18
  overflow: hidden;
19
19
  }
@@ -21,6 +21,7 @@
21
21
  &__title {
22
22
  font-size: 1rem;
23
23
  line-height: 1.5;
24
+ font-weight: bold;
24
25
 
25
26
  margin-top: 0;
26
27
  margin-bottom: 0;
@@ -3,12 +3,12 @@
3
3
  <div class="aw-action-card__header">
4
4
  <slot name="before-title"></slot>
5
5
 
6
- <AwHeadline
6
+ <div
7
7
  class="aw-action-card__title"
8
8
  :class="{ truncate: !fullTitle }"
9
9
  >
10
10
  {{ title }}
11
- </AwHeadline>
11
+ </div>
12
12
 
13
13
  <slot name="after-title">
14
14
  <AwButton
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.106.1",
3
+ "version": "2.106.2",
4
4
  "description": "User Interface (UI) components",
5
5
  "keywords": [
6
6
  "ui",
@@ -114,5 +114,5 @@
114
114
  "rollup-plugin-visualizer": "^2.6.0",
115
115
  "rollup-plugin-vue": "^5.0.1"
116
116
  },
117
- "gitHead": "37e9edadeb142a2751d8f33dc11a215397fc8382"
117
+ "gitHead": "d4ad064bd0bcf792d1be7322f0d7f9f0c27a5f0c"
118
118
  }