adminforth 2.1.0-next.14 → 2.1.0-next.15

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.
@@ -172,4 +172,23 @@ onUnmounted(() => {
172
172
  apexChart.destroy();
173
173
  }
174
174
  });
175
- </script>
175
+ </script>
176
+
177
+ <style lang="scss">
178
+ :root {
179
+ --tw-text-gray: #6B7280;
180
+
181
+ }
182
+ [data-theme='dark'] {
183
+ --tw-text-gray: #9CA3AF;
184
+ }
185
+
186
+ .apexcharts-datalabel-label,
187
+ .apexcharts-datalabel-value{
188
+ fill: var(--tw-text-gray);
189
+ }
190
+ .apexcharts-legend-text {
191
+ color: var(--tw-text-gray) !important;
192
+ }
193
+
194
+ </style>
@@ -710,12 +710,7 @@ watch(() => props.rows, () => {
710
710
  }
711
711
  }, { immediate: true });
712
712
 
713
- // Cleanup on unmount
714
- onUnmounted(() => {
715
- if (scrollTimeout.value) {
716
- clearTimeout(scrollTimeout.value);
717
- }
718
- });
713
+
719
714
 
720
715
  </script>
721
716
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.1.0-next.14",
3
+ "version": "2.1.0-next.15",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",