adata-ui 4.0.8 → 4.0.10

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "4.0.8",
8
+ "version": "4.0.10",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -50,7 +50,7 @@ const info = ref([]);
50
50
  id="footer"
51
51
  class="bg-deepblue-900 dark:bg-gray-900 lg:pt-10"
52
52
  >
53
- <div class="container mx-auto px-4 2xl:px-16 py-5 text-white">
53
+ <div class="a-container py-5 text-white">
54
54
  <i-adata
55
55
  filled
56
56
  :font-controlled="false"
@@ -86,7 +86,7 @@ const info = ref([]);
86
86
  </div>
87
87
  </div>
88
88
  <div class="relative">
89
- <div class="container mx-auto px-4 2xl:px-16 py-5">
89
+ <div class="a-container py-5">
90
90
  <div
91
91
  class="flex flex-col gap-10 text-xs text-white before:absolute before:left-0 before:top-0 before:h-[0.5px] before:w-full before:bg-white lg:flex-row lg:items-center lg:gap-5"
92
92
  >
@@ -95,7 +95,7 @@ const closeMessage = () => {
95
95
  v-if="!isOpenNotification || !systemMessage"
96
96
  class="hidden min-h-10 bg-gray-50 dark:bg-gray-950 lg:block"
97
97
  >
98
- <div class="container mx-auto flex justify-between py-2 text-sm">
98
+ <div class="a-container flex justify-between py-2 text-sm">
99
99
  <div class="flex items-center">
100
100
  <div
101
101
  v-for="currency in currencies"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "4.0.8",
3
+ "version": "4.0.10",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",