nuxt-glorious 0.7.9-9 → 0.8.1-oteacher
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/module.json +1 -1
- package/dist/runtime/assets/style/components/buttons.css +1 -1
- package/dist/runtime/assets/style/components/drawer.css +1 -1
- package/dist/runtime/assets/style/components/dropdown.css +1 -1
- package/dist/runtime/assets/style/components/modal.css +1 -1
- package/dist/runtime/assets/style/components/paginate.css +1 -1
- package/dist/runtime/components/G/Button.vue +1 -1
- package/dist/runtime/components/G/Drawer.vue +1 -1
- package/dist/runtime/components/G/Dropdown.vue +1 -1
- package/dist/runtime/components/G/Modal.vue +1 -1
- package/dist/runtime/components/G/Paginate.vue +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
}
|
31
31
|
|
32
32
|
.outline.glorious-button-orange, .outline.glorious-button-blue, .outline.glorious-button-gray, .outline.glorious-button-red, .outline.glorious-button-primary {
|
33
|
-
@apply
|
33
|
+
@apply border outline-none;
|
34
34
|
}
|
35
35
|
|
36
36
|
.glorious-button-orange > div.loading, .glorious-button-blue > div.loading, .glorious-button-gray > div.loading, .glorious-button-red > div.loading, .glorious-button-primary > div.loading {
|
@@ -14,5 +14,5 @@
|
|
14
14
|
@apply absolute top-0 bottom-0 my-auto z-[20];
|
15
15
|
}
|
16
16
|
.glorious-dropdown.open > div:last-child {
|
17
|
-
@apply
|
17
|
+
@apply px-2 py-2 rounded-md shadow absolute z-[41] left-[16px] top-5 flex;
|
18
18
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
}
|
4
4
|
|
5
5
|
.glorious-modal {
|
6
|
-
@apply fixed
|
6
|
+
@apply fixed md:top-[15%] z-50 right-0 left-0 mx-auto p-3 md:rounded-md rounded-t-md md:bottom-0 bottom-0 overflow-y-auto;
|
7
7
|
}
|
8
8
|
.glorious-modal.size-full {
|
9
9
|
@apply w-full h-full top-0 rounded-none;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.glorious-paginate > div {
|
2
|
-
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1
|
2
|
+
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1 shadow-md gap-1 w-max;
|
3
3
|
direction: rtl;
|
4
4
|
}
|
5
5
|
.glorious-paginate > div > div {
|
@@ -104,7 +104,7 @@ const props = defineProps({
|
|
104
104
|
}
|
105
105
|
|
106
106
|
.outline.glorious-button-orange, .outline.glorious-button-blue, .outline.glorious-button-gray, .outline.glorious-button-red, .outline.glorious-button-primary {
|
107
|
-
@apply
|
107
|
+
@apply border outline-none;
|
108
108
|
}
|
109
109
|
|
110
110
|
.glorious-button-orange > div.loading, .glorious-button-blue > div.loading, .glorious-button-gray > div.loading, .glorious-button-red > div.loading, .glorious-button-primary > div.loading {
|
@@ -58,6 +58,6 @@ onMounted(() => {
|
|
58
58
|
@apply absolute top-0 bottom-0 my-auto z-[20];
|
59
59
|
}
|
60
60
|
.glorious-dropdown.open > div:last-child {
|
61
|
-
@apply
|
61
|
+
@apply px-2 py-2 rounded-md shadow absolute z-[41] left-[16px] top-5 flex;
|
62
62
|
}
|
63
63
|
</style>
|
@@ -48,7 +48,7 @@ const props = defineProps({
|
|
48
48
|
}
|
49
49
|
|
50
50
|
.glorious-modal {
|
51
|
-
@apply fixed
|
51
|
+
@apply fixed md:top-[15%] z-50 right-0 left-0 mx-auto p-3 md:rounded-md rounded-t-md md:bottom-0 bottom-0 overflow-y-auto;
|
52
52
|
}
|
53
53
|
.glorious-modal.size-full {
|
54
54
|
@apply w-full h-full top-0 rounded-none;
|
@@ -111,7 +111,7 @@ watch(
|
|
111
111
|
|
112
112
|
<style>
|
113
113
|
.glorious-paginate > div {
|
114
|
-
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1
|
114
|
+
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1 shadow-md gap-1 w-max;
|
115
115
|
direction: rtl;
|
116
116
|
}
|
117
117
|
.glorious-paginate > div > div {
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "0.
|
2
|
+
"version": "0.8.1-oteacher",
|
3
3
|
"name": "nuxt-glorious",
|
4
4
|
"description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
|
5
5
|
"repository": "sajadhzj/nuxt-glorious",
|