@timus-networks/theme 2.4.112 → 2.4.114

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.111",
4
+ "version": "2.4.113",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
11
11
  const __dirname = __cjs_path__.dirname(__filename);
12
12
  const require = __cjs_mod__.createRequire(import.meta.url);
13
13
  const name = "@timus-networks/theme";
14
- const version = "2.4.111";
14
+ const version = "2.4.113";
15
15
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
16
16
  const type = "module";
17
17
  const exports = {
@@ -10,7 +10,7 @@
10
10
  Basic and concise tabs. Tabs provide a selective card functionality. By default the first tab is selected as active, and you can activate any tab by setting the value
11
11
  attribute.
12
12
  </p>
13
- <el-tabs v-model="activeName" class="demo-tabs" style="width: 100%" @tab-click="handleClick">
13
+ <el-tabs v-model="activeName" class="demo-tabs" style="width: 100%">
14
14
  <el-tab-pane label="User" name="first">User</el-tab-pane>
15
15
  <el-tab-pane label="Config" name="second">Config</el-tab-pane>
16
16
  <el-tab-pane label="Role" name="third">Role</el-tab-pane>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
2
+ <el-tabs v-model="activeName" class="demo-tabs">
3
3
  <el-tab-pane label="Alert" name="alert" lazy><example-alert /></el-tab-pane>
4
4
  <el-tab-pane label="Avatar" name="avatar" lazy><example-avatar /></el-tab-pane>
5
5
  <el-tab-pane label="Badge" name="badge" lazy><example-badge /></el-tab-pane>
@@ -15246,7 +15246,7 @@ h6,
15246
15246
  }
15247
15247
 
15248
15248
  .el-tabs--top {
15249
- flex-direction: column-reverse;
15249
+ flex-direction: column;
15250
15250
  }
15251
15251
 
15252
15252
  .slideInRight-transition,
@@ -811,7 +811,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
811
811
  }
812
812
 
813
813
  .el-tabs--top {
814
- flex-direction: column-reverse;
814
+ flex-direction: column;
815
815
  }
816
816
 
817
817
  .slideInRight-transition,
@@ -565,7 +565,7 @@
565
565
  }
566
566
  }
567
567
  @include m(top) {
568
- flex-direction: column-reverse;
568
+ flex-direction: column;
569
569
  }
570
570
  }
571
571
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.112",
3
+ "version": "2.4.114",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {