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="sm:order-3 flex flex-col items-center justify-between gap-xl lg:order-1 lg:flex-1 lg:items-start">
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 lg:order-2">
11
+ <div class="flex flex-col items-start order-2">
12
12
  <slot name="center"/>
13
13
  </div>
14
- <div class="sm:order-1 flex flex-col items-center justify-between gap-xl lg:order-3 lg:flex-1 lg:items-end">
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>
@@ -18,7 +18,6 @@ const {
18
18
  name="email"
19
19
  :label="fieldLabel"
20
20
  :description="description"
21
- class="max-w-96"
22
21
  >
23
22
  <UFieldGroup class="pt-2">
24
23
  <UInput type="email" :placeholder="placeholder" />
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "My new Nuxt module",
5
- "repository": "your-org/my-module",
5
+ "repository": "RimelightEntertainment/rimelight-components",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "exports": {