@redseed/redseed-ui-vue3 5.3.8 → 5.3.9
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
|
@@ -37,7 +37,7 @@ const emit = defineEmits(['click:more-actions'])
|
|
|
37
37
|
<div ref="sectionHeaderElement"
|
|
38
38
|
:class="[
|
|
39
39
|
'rsui-section-header',
|
|
40
|
-
{ 'rsui-section-header--
|
|
40
|
+
{ 'rsui-section-header--divider': showDivider }
|
|
41
41
|
]"
|
|
42
42
|
>
|
|
43
43
|
<div class="rsui-section-header__header">
|
|
@@ -103,9 +103,8 @@ const emit = defineEmits(['click:more-actions'])
|
|
|
103
103
|
.rsui-section-header {
|
|
104
104
|
@apply flex flex-col gap-x-3 gap-y-5;
|
|
105
105
|
@apply md:flex-row md:justify-between md:items-center;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
@apply border-b-0;
|
|
106
|
+
&--divider {
|
|
107
|
+
@apply border-b border-rsui-grey-400 pb-5;
|
|
109
108
|
}
|
|
110
109
|
|
|
111
110
|
&__header {
|