rimelight-components 1.0.0 → 1.0.1
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.
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
</script>
|
|
4
4
|
|
|
5
5
|
<template>
|
|
6
|
-
<footer class="py-12">
|
|
6
|
+
<footer class="py-8 lg:py-12">
|
|
7
7
|
<UContainer class="flex flex-col justify-between gap-xl lg:flex-row">
|
|
8
|
-
<div class="
|
|
8
|
+
<div class="order-last flex flex-col items-center justify-between gap-xl lg:order-first lg:flex-1 lg:items-start">
|
|
9
9
|
<slot name="left"/>
|
|
10
10
|
</div>
|
|
11
|
-
<div class="flex flex-col items-start order-2
|
|
11
|
+
<div class="flex flex-col items-start order-2">
|
|
12
12
|
<slot name="center"/>
|
|
13
13
|
</div>
|
|
14
|
-
<div class="
|
|
14
|
+
<div class="order-first flex flex-col items-center justify-between gap-xl lg:order-last lg:flex-1 lg:items-end">
|
|
15
15
|
<slot name="right"/>
|
|
16
16
|
</div>
|
|
17
17
|
</UContainer>
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rimelight-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "My new Nuxt module",
|
|
5
|
-
"repository": "
|
|
5
|
+
"repository": "RimelightEntertainment/rimelight-components",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"exports": {
|