@it-enterprise/forcebpm-ui-kit 1.0.2-beta.36 → 1.0.2-beta.39

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,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@it-enterprise/forcebpm-ui-kit",
4
- "version": "1.0.2-beta.36",
4
+ "version": "1.0.2-beta.39",
5
5
  "description": "FBPM UI Kit",
6
6
  "author": "it-enterprise",
7
7
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="16" height="16" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M13.3655 2.63436C12.9562 2.22527 12.4122 2 11.8335 2C11.2547 2 10.7107 2.22527 10.3015 2.63454L2.3942 10.5416C2.33529 10.6005 2.29838 10.6778 2.28965 10.7607L2.00202 13.49C1.99074 13.5963 2.02711 13.7023 2.10111 13.7798C2.16984 13.8516 2.26474 13.8918 2.36347 13.8918C2.37111 13.8918 2.37874 13.8916 2.38638 13.8911L5.22401 13.7118C5.31238 13.7062 5.39565 13.6685 5.45819 13.606L13.3653 5.6989C13.7745 5.28981 14 4.74563 14 4.16672C14.0002 3.58782 13.7747 3.04363 13.3655 2.63436ZM5.04129 12.9943L2.77038 13.1378L2.99929 10.9647L9.81055 4.15363L11.8464 6.18927L5.04129 12.9943ZM12.8513 5.18454L12.3605 5.67527L10.3247 3.63945L10.8155 3.14873C11.0875 2.87691 11.4489 2.72727 11.8333 2.72727C12.2178 2.72727 12.5793 2.87691 12.8511 3.14873C13.1229 3.42073 13.2727 3.78218 13.2727 4.16672C13.2729 4.55109 13.1231 4.91254 12.8513 5.18454Z" fill="#EFEFEF"/>
3
3
  <path d="M13.3655 2.63436C12.9562 2.22527 12.4122 2 11.8335 2C11.2547 2 10.7107 2.22527 10.3015 2.63454L2.3942 10.5416C2.33529 10.6005 2.29838 10.6778 2.28965 10.7607L2.00202 13.49C1.99074 13.5963 2.02711 13.7023 2.10111 13.7798C2.16984 13.8516 2.26474 13.8918 2.36347 13.8918C2.37111 13.8918 2.37874 13.8916 2.38638 13.8911L5.22401 13.7118C5.31238 13.7062 5.39565 13.6685 5.45819 13.606L13.3653 5.6989C13.7745 5.28981 14 4.74563 14 4.16672C14.0002 3.58782 13.7747 3.04363 13.3655 2.63436ZM5.04129 12.9943L2.77038 13.1378L2.99929 10.9647L9.81055 4.15363L11.8464 6.18927L5.04129 12.9943ZM12.8513 5.18454L12.3605 5.67527L10.3247 3.63945L10.8155 3.14873C11.0875 2.87691 11.4489 2.72727 11.8333 2.72727C12.2178 2.72727 12.5793 2.87691 12.8511 3.14873C13.1229 3.42073 13.2727 3.78218 13.2727 4.16672C13.2729 4.55109 13.1231 4.91254 12.8513 5.18454Z" fill="#888EA4"/>
4
4
  </svg>
@@ -1,7 +1,10 @@
1
1
  .f-skeleton-loader.v-skeleton-loader {
2
2
  background: transparent;
3
3
  .v-skeleton-loader__text {
4
- margin: 4px 8px;
4
+ margin-top: 4px;
5
+ margin-bottom: 4px;
6
+ margin-left: inherit;
7
+ margin-right: inherit;
5
8
  }
6
9
 
7
10
  .v-skeleton-loader__image {
@@ -19,4 +22,13 @@
19
22
  width: inherit;
20
23
  margin: 0;
21
24
  }
25
+
26
+ .v-skeleton-loader__article {
27
+ .v-skeleton-loader__heading {
28
+ margin-top: 8px;
29
+ margin-bottom: 8px;
30
+ margin-left: inherit;
31
+ margin-right: inherit;
32
+ }
33
+ }
22
34
  }
@@ -108,7 +108,7 @@
108
108
  overflow-x: hidden;
109
109
  .v-list-item {
110
110
  padding: 4px 6px;
111
- min-height: auto;
111
+ min-height: 20px;
112
112
  .v-list-item__overlay {
113
113
  border-radius: 5.8px;
114
114
  background: rgb(var(--v-theme-primary));
@@ -78,9 +78,11 @@ const modelValue = defineModel({
78
78
  }
79
79
  }
80
80
  }
81
- :deep(.v-slide-group__container) {
82
- &::after {
83
- content: none;
81
+ &.v-tabs--horizontal {
82
+ :deep(.v-slide-group__container) {
83
+ &::after {
84
+ content: none;
85
+ }
84
86
  }
85
87
  }
86
88
  .f-tab-panel-name {