@iankibetsh/shframework 4.3.3 → 4.3.4

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,21 +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
- }
75
- .sh-suggest-control::after{
76
- margin-top: auto;
77
- margin-bottom: auto;
78
- margin-right: 0.255em;
79
- }
80
-
81
66
  .permissions-main {
82
67
  background: #edeff2;
83
68
  }
@@ -110,6 +95,21 @@
110
95
  flex-grow: 1;
111
96
  }
112
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
113
  .callout{
114
114
  --bs-link-color-rgb: 110,168,254;
115
115
  --bs-code-color: #e685b5;
package/dist/library.js CHANGED
@@ -3347,7 +3347,7 @@ return (_ctx, _cache) => {
3347
3347
  return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
3348
3348
  _hoisted_1$j,
3349
3349
  vue.createElementVNode("form", {
3350
- class: vue.normalizeClass([__props.formClass, "sh-form"]),
3350
+ class: vue.normalizeClass([__props.formClass, "sh-auto-form"]),
3351
3351
  ref_key: "shAutoForm",
3352
3352
  ref: shAutoForm,
3353
3353
  onSubmit: _cache[0] || (_cache[0] = e => submitForm(e))
package/dist/library.mjs CHANGED
@@ -3335,7 +3335,7 @@ return (_ctx, _cache) => {
3335
3335
  return (openBlock(), createElementBlock(Fragment, null, [
3336
3336
  _hoisted_1$j,
3337
3337
  createElementVNode("form", {
3338
- class: normalizeClass([__props.formClass, "sh-form"]),
3338
+ class: normalizeClass([__props.formClass, "sh-auto-form"]),
3339
3339
  ref_key: "shAutoForm",
3340
3340
  ref: shAutoForm,
3341
3341
  onSubmit: _cache[0] || (_cache[0] = e => submitForm(e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",