@iankibetsh/shframework 4.7.0 → 4.7.1
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 +48 -48
- package/package.json +2 -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%;
|
|
@@ -63,22 +31,6 @@
|
|
|
63
31
|
opacity: 0.5;
|
|
64
32
|
}
|
|
65
33
|
|
|
66
|
-
.sh-selected-item{
|
|
67
|
-
line-height: unset!important;
|
|
68
|
-
}
|
|
69
|
-
.sh-suggestion-input{
|
|
70
|
-
padding: 0.375rem 0.75rem;
|
|
71
|
-
}
|
|
72
|
-
.sh-suggest{
|
|
73
|
-
margin-bottom: 1rem;
|
|
74
|
-
padding: 0rem 0rem;
|
|
75
|
-
}
|
|
76
|
-
.sh-suggest-control::after{
|
|
77
|
-
margin-top: auto;
|
|
78
|
-
margin-bottom: auto;
|
|
79
|
-
margin-right: 0.255em;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
34
|
.permissions-main {
|
|
83
35
|
background: #edeff2;
|
|
84
36
|
}
|
|
@@ -111,6 +63,54 @@
|
|
|
111
63
|
flex-grow: 1;
|
|
112
64
|
}
|
|
113
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
|
+
.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iankibetsh/shframework",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.1",
|
|
4
4
|
"description": "Vue library for handling laravel backend",
|
|
5
5
|
"main": "dist/library.js",
|
|
6
6
|
"module": "dist/library.mjs",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"vuepress": "^2.0.0-rc.8"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
+
"axios": "^1.7.3",
|
|
53
54
|
"lru-cache": "^10.2.0",
|
|
54
55
|
"vue-router": "^4.1.4"
|
|
55
56
|
}
|