@iankibetsh/shframework 4.4.6 → 4.4.7
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 +16 -16
- package/dist/library.js +2 -2
- package/dist/library.mjs +2 -2
- package/package.json +1 -1
|
@@ -63,22 +63,6 @@
|
|
|
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
|
-
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
66
|
.permissions-main {
|
|
83
67
|
background: #edeff2;
|
|
84
68
|
}
|
|
@@ -111,6 +95,22 @@
|
|
|
111
95
|
flex-grow: 1;
|
|
112
96
|
}
|
|
113
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/dist/library.js
CHANGED
|
@@ -4609,7 +4609,7 @@ const _hoisted_7$2 = {
|
|
|
4609
4609
|
key: 1,
|
|
4610
4610
|
class: "row"
|
|
4611
4611
|
};
|
|
4612
|
-
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-
|
|
4612
|
+
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-between" };
|
|
4613
4613
|
const _hoisted_9$2 = ["placeholder"];
|
|
4614
4614
|
const _hoisted_10$1 = {
|
|
4615
4615
|
key: 0,
|
|
@@ -5103,7 +5103,7 @@ return (_ctx, _cache) => {
|
|
|
5103
5103
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$2, [
|
|
5104
5104
|
vue.createElementVNode("div", _hoisted_8$2, [
|
|
5105
5105
|
vue.createElementVNode("div", {
|
|
5106
|
-
class: vue.normalizeClass(["sh-search-bar input-group", __props.hasRange ? '
|
|
5106
|
+
class: vue.normalizeClass(["sh-search-bar input-group", __props.hasRange ? 'me-2':''])
|
|
5107
5107
|
}, [
|
|
5108
5108
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
5109
5109
|
onKeydown: _cache[1] || (_cache[1] = (...args) => (_ctx.userTyping && _ctx.userTyping(...args))),
|
package/dist/library.mjs
CHANGED
|
@@ -4597,7 +4597,7 @@ const _hoisted_7$2 = {
|
|
|
4597
4597
|
key: 1,
|
|
4598
4598
|
class: "row"
|
|
4599
4599
|
};
|
|
4600
|
-
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-
|
|
4600
|
+
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-between" };
|
|
4601
4601
|
const _hoisted_9$2 = ["placeholder"];
|
|
4602
4602
|
const _hoisted_10$1 = {
|
|
4603
4603
|
key: 0,
|
|
@@ -5091,7 +5091,7 @@ return (_ctx, _cache) => {
|
|
|
5091
5091
|
? (openBlock(), createElementBlock("div", _hoisted_7$2, [
|
|
5092
5092
|
createElementVNode("div", _hoisted_8$2, [
|
|
5093
5093
|
createElementVNode("div", {
|
|
5094
|
-
class: normalizeClass(["sh-search-bar input-group", __props.hasRange ? '
|
|
5094
|
+
class: normalizeClass(["sh-search-bar input-group", __props.hasRange ? 'me-2':''])
|
|
5095
5095
|
}, [
|
|
5096
5096
|
withDirectives(createElementVNode("input", {
|
|
5097
5097
|
onKeydown: _cache[1] || (_cache[1] = (...args) => (_ctx.userTyping && _ctx.userTyping(...args))),
|