@iankibetsh/shframework 5.8.4 → 5.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.
- package/dist/dist/library.mjs.css +53 -48
- package/dist/library.js +380 -258
- package/dist/library.mjs +379 -257
- package/package.json +1 -1
|
@@ -1,36 +1,4 @@
|
|
|
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
|
-
|
|
34
2
|
/* Step Container */
|
|
35
3
|
.sh-form-steps-container {
|
|
36
4
|
margin-bottom: 2.5rem;
|
|
@@ -292,6 +260,38 @@
|
|
|
292
260
|
}
|
|
293
261
|
}
|
|
294
262
|
|
|
263
|
+
.sh-phone{
|
|
264
|
+
display: flex;
|
|
265
|
+
width: 100%;
|
|
266
|
+
align-items: center;
|
|
267
|
+
padding: 0 0.25rem;
|
|
268
|
+
}
|
|
269
|
+
.phone-country{
|
|
270
|
+
width: 2rem;
|
|
271
|
+
border: none;
|
|
272
|
+
align-self: center;
|
|
273
|
+
outline: none !important;
|
|
274
|
+
padding: 0.4rem;
|
|
275
|
+
border-right: 1px solid #0003;
|
|
276
|
+
}
|
|
277
|
+
.phone-number{
|
|
278
|
+
width: calc(100% - 2.2rem);
|
|
279
|
+
border: none;
|
|
280
|
+
align-self: center;
|
|
281
|
+
outline: none;
|
|
282
|
+
margin-bottom: 0;
|
|
283
|
+
padding: 0.4rem;
|
|
284
|
+
}
|
|
285
|
+
.sh-phone img{
|
|
286
|
+
padding: 0.125rem;
|
|
287
|
+
width: 2rem;
|
|
288
|
+
height: 2rem;
|
|
289
|
+
}
|
|
290
|
+
.phone-number::placeholder{
|
|
291
|
+
font-weight: 300;
|
|
292
|
+
opacity: 0.5;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
295
|
.colored-toast.swal2-icon-success {
|
|
296
296
|
background-color: #a5dc86 !important;
|
|
297
297
|
}
|
|
@@ -336,6 +336,22 @@
|
|
|
336
336
|
cursor: pointer;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
+
.sh-selected-item{
|
|
340
|
+
line-height: unset!important;
|
|
341
|
+
}
|
|
342
|
+
.sh-suggestion-input{
|
|
343
|
+
padding: 0.375rem 0.75rem;
|
|
344
|
+
}
|
|
345
|
+
.sh-suggest{
|
|
346
|
+
margin-bottom: 1rem;
|
|
347
|
+
padding: 0rem 0rem;
|
|
348
|
+
}
|
|
349
|
+
.sh-suggest-control::after{
|
|
350
|
+
margin-top: auto;
|
|
351
|
+
margin-bottom: auto;
|
|
352
|
+
margin-right: 0.255em;
|
|
353
|
+
}
|
|
354
|
+
|
|
339
355
|
.permissions-main {
|
|
340
356
|
background: #edeff2;
|
|
341
357
|
}
|
|
@@ -368,22 +384,6 @@
|
|
|
368
384
|
flex-grow: 1;
|
|
369
385
|
}
|
|
370
386
|
|
|
371
|
-
.sh-selected-item{
|
|
372
|
-
line-height: unset!important;
|
|
373
|
-
}
|
|
374
|
-
.sh-suggestion-input{
|
|
375
|
-
padding: 0.375rem 0.75rem;
|
|
376
|
-
}
|
|
377
|
-
.sh-suggest{
|
|
378
|
-
margin-bottom: 1rem;
|
|
379
|
-
padding: 0rem 0rem;
|
|
380
|
-
}
|
|
381
|
-
.sh-suggest-control::after{
|
|
382
|
-
margin-top: auto;
|
|
383
|
-
margin-bottom: auto;
|
|
384
|
-
margin-right: 0.255em;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
387
|
.callout{
|
|
388
388
|
--bs-link-color-rgb: 110,168,254;
|
|
389
389
|
--bs-code-color: #e685b5;
|
|
@@ -400,6 +400,11 @@
|
|
|
400
400
|
--bd-callout-border: var(--bs-info-border-subtle);
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
+
.sh-checkbox-group {
|
|
404
|
+
display: flex;
|
|
405
|
+
flex-wrap: wrap;
|
|
406
|
+
}
|
|
407
|
+
|
|
403
408
|
.sh-forgot-link, .sh-register-link{
|
|
404
409
|
cursor: pointer;
|
|
405
410
|
}
|