File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed
components/hive-radio-group Expand file tree Collapse file tree 5 files changed +14
-10
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.21 " ,
4
+ "version" : " 0.7.22 " ,
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 @@ -35,7 +35,7 @@ $accent-red: #b74a4a;
35
35
$common-widget-height : 2.2rem ;
36
36
$common-widget-inner-height : 26px ;
37
37
38
- $bg-radio : url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' /%3e%3c/ svg%3e " );
38
+ $bg-radio : url (' ./radio-bg. svg' );
39
39
40
40
$bg-checkbox : url (' ./check-mark.svg' );
41
41
$bg-checkbox-minus : url (' ./minus-icon.svg' );
Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ $gap: 15px;
143
143
border-radius : 50% ;
144
144
margin-right : 0.5em ;
145
145
background-repeat : no-repeat ;
146
- background-position : center center ;
147
- background-size : 50 % 50 % ;
146
+ background-position : center ;
147
+ background-size : 100 % ;
148
148
background-color : var (--bg-input , $bg-input );
149
149
}
150
150
}
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ const a = 1;
8
8
</script >
9
9
10
10
<template >
11
- <!-- < hive-splitter style="min-height: 100vh">
11
+ <hive-splitter style =" min-height : 100vh " >
12
12
<hive-pane id =" light" >
13
13
<all-widgets />
14
14
</hive-pane >
15
- <hive-pane id="dark">
15
+ <!-- < hive-pane id="dark">
16
16
<div hive-theme="dark" style="background: black; color: white">
17
17
<all-widgets dark />
18
18
</div>
19
- </hive-pane>
20
- </hive-splitter> -->
21
- <div >
19
+ </hive-pane> -->
20
+ </hive-splitter >
21
+ <!-- < div>
22
22
<filter-new />
23
- </div >
23
+ </div> -->
24
24
</template >
25
25
26
26
<style lang="scss"></style >
You can’t perform that action at this time.
0 commit comments