@iankibetsh/shframework 1.1.7 → 1.1.8

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.
@@ -63,6 +63,21 @@
63
63
  color: white;
64
64
  }
65
65
 
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
+ }
75
+ .sh-suggest-control::after{
76
+ margin-top: auto;
77
+ margin-bottom: auto;
78
+ margin-right: 0.255em;
79
+ }
80
+
66
81
  :root {
67
82
  --ck-z-default: 10555 !important;
68
83
  --ck-z-modal: calc(var(--ck-z-default) + 999) !important;
@@ -84,21 +99,6 @@
84
99
  }
85
100
  }
86
101
 
87
- .sh-selected-item{
88
- line-height: unset!important;
89
- }
90
- .sh-suggestion-input{
91
- padding: 0.375rem 0.75rem;
92
- }
93
- .sh-suggest{
94
- margin-bottom: 1rem;
95
- }
96
- .sh-suggest-control::after{
97
- margin-top: auto;
98
- margin-bottom: auto;
99
- margin-right: 0.255em;
100
- }
101
-
102
102
  .sh-forgot-link, .sh-register-link{
103
103
  cursor: pointer;
104
104
  }
package/dist/library.js CHANGED
@@ -257,9 +257,6 @@ const checkSession = function (isCheking) {
257
257
  window.ShConfirmation = shSwalLogout();
258
258
  }
259
259
  }
260
- } else {
261
- console.log(pastSeconds);
262
- console.log(pastMinutes);
263
260
  }
264
261
  }else {
265
262
  if (window.shInterval) {
package/dist/library.mjs CHANGED
@@ -245,9 +245,6 @@ const checkSession = function (isCheking) {
245
245
  window.ShConfirmation = shSwalLogout();
246
246
  }
247
247
  }
248
- } else {
249
- console.log(pastSeconds);
250
- console.log(pastMinutes);
251
248
  }
252
249
  }else {
253
250
  if (window.shInterval) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",