@iankibetsh/shframework 4.3.8 → 4.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/dist/dist/library.mjs.css +32 -32
- package/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,36 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.colored-toast.swal2-icon-success {
|
|
3
|
-
background-color: #a5dc86 !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.colored-toast.swal2-icon-error {
|
|
7
|
-
background-color: #f27474 !important;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.colored-toast.swal2-icon-warning {
|
|
11
|
-
background-color: #f8bb86 !important;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.colored-toast.swal2-icon-info {
|
|
15
|
-
background-color: #3fc3ee !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.colored-toast.swal2-icon-question {
|
|
19
|
-
background-color: #87adbd !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.colored-toast .swal2-title {
|
|
23
|
-
color: white;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.colored-toast .swal2-close {
|
|
27
|
-
color: white;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.colored-toast .swal2-html-container {
|
|
31
|
-
color: white;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
2
|
.sh-phone{
|
|
35
3
|
display: flex;
|
|
36
4
|
width: 100%;
|
|
@@ -95,6 +63,38 @@
|
|
|
95
63
|
flex-grow: 1;
|
|
96
64
|
}
|
|
97
65
|
|
|
66
|
+
.colored-toast.swal2-icon-success {
|
|
67
|
+
background-color: #a5dc86 !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.colored-toast.swal2-icon-error {
|
|
71
|
+
background-color: #f27474 !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.colored-toast.swal2-icon-warning {
|
|
75
|
+
background-color: #f8bb86 !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.colored-toast.swal2-icon-info {
|
|
79
|
+
background-color: #3fc3ee !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.colored-toast.swal2-icon-question {
|
|
83
|
+
background-color: #87adbd !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.colored-toast .swal2-title {
|
|
87
|
+
color: white;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.colored-toast .swal2-close {
|
|
91
|
+
color: white;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.colored-toast .swal2-html-container {
|
|
95
|
+
color: white;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
98
|
.sh-selected-item{
|
|
99
99
|
line-height: unset!important;
|
|
100
100
|
}
|
package/dist/library.js
CHANGED
|
@@ -3148,7 +3148,7 @@ const _hoisted_2$b = ["onUpdate:modelValue"];
|
|
|
3148
3148
|
const _hoisted_3$a = ["innerHTML"];
|
|
3149
3149
|
const _hoisted_4$a = {
|
|
3150
3150
|
key: 0,
|
|
3151
|
-
class: "text-danger sh-required"
|
|
3151
|
+
class: "text-danger sh-required ms-1"
|
|
3152
3152
|
};
|
|
3153
3153
|
const _hoisted_5$8 = ["innerHTML"];
|
|
3154
3154
|
const _hoisted_6$7 = {
|
package/dist/library.mjs
CHANGED
|
@@ -3136,7 +3136,7 @@ const _hoisted_2$b = ["onUpdate:modelValue"];
|
|
|
3136
3136
|
const _hoisted_3$a = ["innerHTML"];
|
|
3137
3137
|
const _hoisted_4$a = {
|
|
3138
3138
|
key: 0,
|
|
3139
|
-
class: "text-danger sh-required"
|
|
3139
|
+
class: "text-danger sh-required ms-1"
|
|
3140
3140
|
};
|
|
3141
3141
|
const _hoisted_5$8 = ["innerHTML"];
|
|
3142
3142
|
const _hoisted_6$7 = {
|