@iankibetsh/shframework 4.5.0 → 4.5.2

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
- .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
  .colored-toast.swal2-icon-success {
35
3
  background-color: #a5dc86 !important;
36
4
  }
@@ -95,6 +63,38 @@
95
63
  flex-grow: 1;
96
64
  }
97
65
 
66
+ .sh-phone{
67
+ display: flex;
68
+ width: 100%;
69
+ align-items: center;
70
+ padding: 0 0.25rem;
71
+ }
72
+ .phone-country{
73
+ width: 2rem;
74
+ border: none;
75
+ align-self: center;
76
+ outline: none !important;
77
+ padding: 0.4rem;
78
+ border-right: 1px solid #0003;
79
+ }
80
+ .phone-number{
81
+ width: calc(100% - 2.2rem);
82
+ border: none;
83
+ align-self: center;
84
+ outline: none;
85
+ margin-bottom: 0;
86
+ padding: 0.4rem;
87
+ }
88
+ .sh-phone img{
89
+ padding: 0.125rem;
90
+ width: 2rem;
91
+ height: 2rem;
92
+ }
93
+ .phone-number::placeholder{
94
+ font-weight: 300;
95
+ opacity: 0.5;
96
+ }
97
+
98
98
  .sh-selected-item{
99
99
  line-height: unset!important;
100
100
  }
package/dist/library.js CHANGED
@@ -3606,9 +3606,9 @@ return (_ctx, _cache) => {
3606
3606
  script$l.__file = "src/lib/components/ShDropDownForm.vue";
3607
3607
 
3608
3608
  const _hoisted_1$h = ["id"];
3609
- const _hoisted_2$9 = { class: "modal-content" };
3609
+ const _hoisted_2$9 = { class: "modal-content sh-modal-content" };
3610
3610
  const _hoisted_3$9 = { class: "modal-header" };
3611
- const _hoisted_4$9 = { class: "modal-title" };
3611
+ const _hoisted_4$9 = { class: "modal-title flex-fill" };
3612
3612
  const _hoisted_5$7 = /*#__PURE__*/vue.createElementVNode("button", {
3613
3613
  class: "btn btn-danger btn-sm",
3614
3614
  "data-bs-dismiss": "modal",
@@ -3654,12 +3654,12 @@ vue.onMounted(() => {
3654
3654
 
3655
3655
  return (_ctx, _cache) => {
3656
3656
  return (vue.openBlock(), vue.createElementBlock("div", {
3657
- class: "modal fade",
3657
+ class: "modal sh-modal fade",
3658
3658
  id: __props.modalId,
3659
3659
  "aria-hidden": "true"
3660
3660
  }, [
3661
3661
  vue.createElementVNode("div", {
3662
- class: vue.normalizeClass(["modal-dialog", `modal-${__props.modalSize}`])
3662
+ class: vue.normalizeClass(["modal-dialog sh-modal-dialog", `modal-${__props.modalSize}`])
3663
3663
  }, [
3664
3664
  vue.createElementVNode("div", _hoisted_2$9, [
3665
3665
  vue.createElementVNode("div", _hoisted_3$9, [
package/dist/library.mjs CHANGED
@@ -3594,9 +3594,9 @@ return (_ctx, _cache) => {
3594
3594
  script$l.__file = "src/lib/components/ShDropDownForm.vue";
3595
3595
 
3596
3596
  const _hoisted_1$h = ["id"];
3597
- const _hoisted_2$9 = { class: "modal-content" };
3597
+ const _hoisted_2$9 = { class: "modal-content sh-modal-content" };
3598
3598
  const _hoisted_3$9 = { class: "modal-header" };
3599
- const _hoisted_4$9 = { class: "modal-title" };
3599
+ const _hoisted_4$9 = { class: "modal-title flex-fill" };
3600
3600
  const _hoisted_5$7 = /*#__PURE__*/createElementVNode("button", {
3601
3601
  class: "btn btn-danger btn-sm",
3602
3602
  "data-bs-dismiss": "modal",
@@ -3642,12 +3642,12 @@ onMounted(() => {
3642
3642
 
3643
3643
  return (_ctx, _cache) => {
3644
3644
  return (openBlock(), createElementBlock("div", {
3645
- class: "modal fade",
3645
+ class: "modal sh-modal fade",
3646
3646
  id: __props.modalId,
3647
3647
  "aria-hidden": "true"
3648
3648
  }, [
3649
3649
  createElementVNode("div", {
3650
- class: normalizeClass(["modal-dialog", `modal-${__props.modalSize}`])
3650
+ class: normalizeClass(["modal-dialog sh-modal-dialog", `modal-${__props.modalSize}`])
3651
3651
  }, [
3652
3652
  createElementVNode("div", _hoisted_2$9, [
3653
3653
  createElementVNode("div", _hoisted_3$9, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "4.5.0",
3
+ "version": "4.5.2",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",