@iankibetsh/shframework 4.8.3 → 4.8.4
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/dist/dist/library.mjs.css +43 -43
- package/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
|
|
2
|
+
.sh-phone{
|
|
3
|
+
display: flex;
|
|
4
|
+
width: 100%;
|
|
5
|
+
align-items: center;
|
|
6
|
+
padding: 0 0.25rem;
|
|
7
|
+
}
|
|
8
|
+
.phone-country{
|
|
9
|
+
width: 2rem;
|
|
10
|
+
border: none;
|
|
11
|
+
align-self: center;
|
|
12
|
+
outline: none !important;
|
|
13
|
+
padding: 0.4rem;
|
|
14
|
+
border-right: 1px solid #0003;
|
|
15
|
+
}
|
|
16
|
+
.phone-number{
|
|
17
|
+
width: calc(100% - 2.2rem);
|
|
18
|
+
border: none;
|
|
19
|
+
align-self: center;
|
|
20
|
+
outline: none;
|
|
21
|
+
margin-bottom: 0;
|
|
22
|
+
padding: 0.4rem;
|
|
23
|
+
}
|
|
24
|
+
.sh-phone img{
|
|
25
|
+
padding: 0.125rem;
|
|
26
|
+
width: 2rem;
|
|
27
|
+
height: 2rem;
|
|
28
|
+
}
|
|
29
|
+
.phone-number::placeholder{
|
|
30
|
+
font-weight: 300;
|
|
31
|
+
opacity: 0.5;
|
|
32
|
+
}
|
|
33
|
+
|
|
2
34
|
.colored-toast.swal2-icon-success {
|
|
3
35
|
background-color: #a5dc86 !important;
|
|
4
36
|
}
|
|
@@ -31,36 +63,20 @@
|
|
|
31
63
|
color: white;
|
|
32
64
|
}
|
|
33
65
|
|
|
34
|
-
.sh-
|
|
35
|
-
|
|
36
|
-
width: 100%;
|
|
37
|
-
align-items: center;
|
|
38
|
-
padding: 0 0.25rem;
|
|
39
|
-
}
|
|
40
|
-
.phone-country{
|
|
41
|
-
width: 2rem;
|
|
42
|
-
border: none;
|
|
43
|
-
align-self: center;
|
|
44
|
-
outline: none !important;
|
|
45
|
-
padding: 0.4rem;
|
|
46
|
-
border-right: 1px solid #0003;
|
|
66
|
+
.sh-selected-item{
|
|
67
|
+
line-height: unset!important;
|
|
47
68
|
}
|
|
48
|
-
.
|
|
49
|
-
|
|
50
|
-
border: none;
|
|
51
|
-
align-self: center;
|
|
52
|
-
outline: none;
|
|
53
|
-
margin-bottom: 0;
|
|
54
|
-
padding: 0.4rem;
|
|
69
|
+
.sh-suggestion-input{
|
|
70
|
+
padding: 0.375rem 0.75rem;
|
|
55
71
|
}
|
|
56
|
-
.sh-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
height: 2rem;
|
|
72
|
+
.sh-suggest{
|
|
73
|
+
margin-bottom: 1rem;
|
|
74
|
+
padding: 0rem 0rem;
|
|
60
75
|
}
|
|
61
|
-
.
|
|
62
|
-
|
|
63
|
-
|
|
76
|
+
.sh-suggest-control::after{
|
|
77
|
+
margin-top: auto;
|
|
78
|
+
margin-bottom: auto;
|
|
79
|
+
margin-right: 0.255em;
|
|
64
80
|
}
|
|
65
81
|
|
|
66
82
|
.permissions-main {
|
|
@@ -95,22 +111,6 @@
|
|
|
95
111
|
flex-grow: 1;
|
|
96
112
|
}
|
|
97
113
|
|
|
98
|
-
.sh-selected-item{
|
|
99
|
-
line-height: unset!important;
|
|
100
|
-
}
|
|
101
|
-
.sh-suggestion-input{
|
|
102
|
-
padding: 0.375rem 0.75rem;
|
|
103
|
-
}
|
|
104
|
-
.sh-suggest{
|
|
105
|
-
margin-bottom: 1rem;
|
|
106
|
-
padding: 0rem 0rem;
|
|
107
|
-
}
|
|
108
|
-
.sh-suggest-control::after{
|
|
109
|
-
margin-top: auto;
|
|
110
|
-
margin-bottom: auto;
|
|
111
|
-
margin-right: 0.255em;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
114
|
.callout{
|
|
115
115
|
--bs-link-color-rgb: 110,168,254;
|
|
116
116
|
--bs-code-color: #e685b5;
|
package/dist/library.js
CHANGED
|
@@ -4573,7 +4573,7 @@ const actionItems = props.actions.actions;
|
|
|
4573
4573
|
const type = props.actions.type; // dropdown, button
|
|
4574
4574
|
|
|
4575
4575
|
return (_ctx, _cache) => {
|
|
4576
|
-
return (vue.unref(type).includes('dropdown'))
|
|
4576
|
+
return (vue.unref(type) && vue.unref(type).includes('dropdown'))
|
|
4577
4577
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$d, [
|
|
4578
4578
|
vue.createElementVNode("strong", _hoisted_2$a, [
|
|
4579
4579
|
(vue.unref(type) === 'dropdown-horizontal')
|
package/dist/library.mjs
CHANGED
|
@@ -4561,7 +4561,7 @@ const actionItems = props.actions.actions;
|
|
|
4561
4561
|
const type = props.actions.type; // dropdown, button
|
|
4562
4562
|
|
|
4563
4563
|
return (_ctx, _cache) => {
|
|
4564
|
-
return (unref(type).includes('dropdown'))
|
|
4564
|
+
return (unref(type) && unref(type).includes('dropdown'))
|
|
4565
4565
|
? (openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
4566
4566
|
createElementVNode("strong", _hoisted_2$a, [
|
|
4567
4567
|
(unref(type) === 'dropdown-horizontal')
|