@iankibetsh/shframework 4.8.5 → 4.8.6

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.
@@ -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
@@ -4586,7 +4586,7 @@ return (_ctx, _cache) => {
4586
4586
  key: act.label
4587
4587
  }, [
4588
4588
  vue.createVNode(script$h, {
4589
- class: vue.normalizeClass(act.class),
4589
+ class: vue.normalizeClass(["dropdown-item", act.class]),
4590
4590
  action: act,
4591
4591
  record: __props.record
4592
4592
  }, null, 8 /* PROPS */, ["class", "action", "record"])
package/dist/library.mjs CHANGED
@@ -4574,7 +4574,7 @@ return (_ctx, _cache) => {
4574
4574
  key: act.label
4575
4575
  }, [
4576
4576
  createVNode(script$h, {
4577
- class: normalizeClass(act.class),
4577
+ class: normalizeClass(["dropdown-item", act.class]),
4578
4578
  action: act,
4579
4579
  record: __props.record
4580
4580
  }, null, 8 /* PROPS */, ["class", "action", "record"])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "4.8.5",
3
+ "version": "4.8.6",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",