@iankibetsh/shframework 1.6.5 → 1.6.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.
@@ -95,21 +95,6 @@
95
95
  flex-grow: 1;
96
96
  }
97
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
- }
107
- .sh-suggest-control::after{
108
- margin-top: auto;
109
- margin-bottom: auto;
110
- margin-right: 0.255em;
111
- }
112
-
113
98
  :root {
114
99
  --ck-z-default: 10555 !important;
115
100
  --ck-z-modal: calc(var(--ck-z-default) + 999) !important;
@@ -131,6 +116,21 @@
131
116
  }
132
117
  }
133
118
 
119
+ .sh-selected-item{
120
+ line-height: unset!important;
121
+ }
122
+ .sh-suggestion-input{
123
+ padding: 0.375rem 0.75rem;
124
+ }
125
+ .sh-suggest{
126
+ margin-bottom: 1rem;
127
+ }
128
+ .sh-suggest-control::after{
129
+ margin-top: auto;
130
+ margin-bottom: auto;
131
+ margin-right: 0.255em;
132
+ }
133
+
134
134
  .sh-forgot-link, .sh-register-link{
135
135
  cursor: pointer;
136
136
  }
package/dist/library.js CHANGED
@@ -4569,9 +4569,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
4569
4569
  vue.createElementVNode("thead", _hoisted_21, [
4570
4570
  vue.createElementVNode("tr", null, [
4571
4571
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.headers, (title) => {
4572
- return (vue.openBlock(), vue.createElementBlock("th", {
4573
- key: title[0]
4574
- }, [
4572
+ return (vue.openBlock(), vue.createElementBlock("th", { key: title }, [
4575
4573
  (typeof title === 'string')
4576
4574
  ? (vue.openBlock(), vue.createElementBlock("a", {
4577
4575
  key: 0,
package/dist/library.mjs CHANGED
@@ -4556,9 +4556,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
4556
4556
  createElementVNode("thead", _hoisted_21, [
4557
4557
  createElementVNode("tr", null, [
4558
4558
  (openBlock(true), createElementBlock(Fragment, null, renderList($props.headers, (title) => {
4559
- return (openBlock(), createElementBlock("th", {
4560
- key: title[0]
4561
- }, [
4559
+ return (openBlock(), createElementBlock("th", { key: title }, [
4562
4560
  (typeof title === 'string')
4563
4561
  ? (openBlock(), createElementBlock("a", {
4564
4562
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",