@iankibetsh/shframework 0.1.0 → 0.1.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.
- package/dist/dist/library.mjs.css +0 -28
- package/dist/library.js +3 -4
- package/dist/library.mjs +1 -2
- package/package.json +1 -1
|
@@ -31,34 +31,6 @@
|
|
|
31
31
|
opacity: 0.5;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.nav.nav-tabs .nav-item .nav-link{
|
|
35
|
-
color: unset;
|
|
36
|
-
border: none!important;
|
|
37
|
-
padding: .75rem 1rem;
|
|
38
|
-
margin: 0;
|
|
39
|
-
font-size: 1.25rem;
|
|
40
|
-
}
|
|
41
|
-
.active.nav-link {
|
|
42
|
-
/*color: #8b8f9a !important;*/
|
|
43
|
-
color: var(--s-primary) !important;
|
|
44
|
-
background-color: transparent !important;
|
|
45
|
-
border-color: #dee2e6 #dee2e6 #fff;
|
|
46
|
-
}
|
|
47
|
-
.active.nav-link{
|
|
48
|
-
position: relative;
|
|
49
|
-
}
|
|
50
|
-
.nav.nav-tabs .nav-item .active.nav-link:before {
|
|
51
|
-
content: "";
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 2px;
|
|
54
|
-
/*background-color: #ffc107;*/
|
|
55
|
-
background-color: var(--s-primary);
|
|
56
|
-
position: absolute;
|
|
57
|
-
bottom: 0;
|
|
58
|
-
left: 50%;
|
|
59
|
-
transform: translateX(-50%);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
34
|
.single-mobile-req{
|
|
63
35
|
border: 1px solid #eeeeee;
|
|
64
36
|
border-radius: 0.25rem;
|
package/dist/library.js
CHANGED
|
@@ -3371,7 +3371,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3371
3371
|
}
|
|
3372
3372
|
|
|
3373
3373
|
script.render = render;
|
|
3374
|
-
script.__scopeId = "data-v-3628b6a6";
|
|
3375
3374
|
script.__file = "src/views/ShTabs.vue";
|
|
3376
3375
|
|
|
3377
3376
|
const useUserStore = pinia.defineStore('user-store', {
|
|
@@ -3453,7 +3452,7 @@ exports.ShModal = script$3;
|
|
|
3453
3452
|
exports.ShPhone = script$6;
|
|
3454
3453
|
exports.ShTable = script$1;
|
|
3455
3454
|
exports.ShTabs = script;
|
|
3456
|
-
exports.
|
|
3457
|
-
exports.
|
|
3458
|
-
exports.
|
|
3455
|
+
exports.shApis = apis;
|
|
3456
|
+
exports.shRepo = helpers;
|
|
3457
|
+
exports.shStorage = shstorage;
|
|
3459
3458
|
exports.useUserStore = useUserStore;
|
package/dist/library.mjs
CHANGED
|
@@ -3360,7 +3360,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3360
3360
|
}
|
|
3361
3361
|
|
|
3362
3362
|
script.render = render;
|
|
3363
|
-
script.__scopeId = "data-v-3628b6a6";
|
|
3364
3363
|
script.__file = "src/views/ShTabs.vue";
|
|
3365
3364
|
|
|
3366
3365
|
const useUserStore = defineStore('user-store', {
|
|
@@ -3436,4 +3435,4 @@ const useUserStore = defineStore('user-store', {
|
|
|
3436
3435
|
}
|
|
3437
3436
|
});
|
|
3438
3437
|
|
|
3439
|
-
export { script$4 as ShCanvas, script$5 as ShForm, script$3 as ShModal, script$6 as ShPhone, script$1 as ShTable, script as ShTabs, apis, helpers, shstorage, useUserStore };
|
|
3438
|
+
export { script$4 as ShCanvas, script$5 as ShForm, script$3 as ShModal, script$6 as ShPhone, script$1 as ShTable, script as ShTabs, apis as shApis, helpers as shRepo, shstorage as shStorage, useUserStore };
|