File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue3-hive-ui-kit" ,
3
3
"private" : false ,
4
- "version" : " 0.7.28 " ,
4
+ "version" : " 0.7.29 " ,
5
5
"type" : " module" ,
6
6
"description" : " UI kit for Vue 3" ,
7
7
"files" : [
Original file line number Diff line number Diff line change @@ -126,6 +126,21 @@ $dialog-width-min: 100px;
126
126
flex-direction : column ;
127
127
color : var (--text , $text );
128
128
}
129
+
130
+ & __title {
131
+ display : flex ;
132
+ align-items : center ;
133
+ justify-content : space-between ;
134
+ margin-bottom : 5px ;
135
+
136
+ & -text {
137
+ font-size : 20px ;
138
+ }
139
+
140
+ & -close {
141
+ cursor : pointer ;
142
+ }
143
+ }
129
144
}
130
145
131
146
.backdrop-enter-active {
Original file line number Diff line number Diff line change @@ -780,12 +780,7 @@ const optionsObject1 = {
780
780
<widget-wrapper title =" Modal" >
781
781
<hive-button @click =" isOpenModal = true" />
782
782
783
- <hive-dialog v-model =" isOpenModal" :hive-theme =" dark ? 'dark' : 'light'" withCloseButton title =" Hello world" >
784
- <template #header >
785
- <!-- <hive-button title="close" /> -->
786
- ривэд эдвэд
787
- FFFFFFFFFFFFFddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
788
- </template >
783
+ <hive-dialog v-model =" isOpenModal" :hive-theme =" dark ? 'dark' : 'light'" with-close-button title =" Hello world" >
789
784
790
785
Hello
791
786
You can’t perform that action at this time.
0 commit comments