@timus-networks/theme 2.4.145 → 2.4.146

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.144",
4
+ "version": "2.4.145",
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.144";
14
+ const version = "2.4.145";
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 = {
@@ -4321,6 +4321,7 @@ heights > $common-component-size
4321
4321
  width: 3px;
4322
4322
  transition: transform 0.15s ease-in 0.05s;
4323
4323
  transform-origin: center;
4324
+ position: relative;
4324
4325
  }
4325
4326
 
4326
4327
  .el-checkbox__original {
@@ -500,6 +500,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
500
500
  width: 3px;
501
501
  transition: transform 0.15s ease-in 0.05s;
502
502
  transform-origin: center;
503
+ position: relative;
503
504
  }
504
505
 
505
506
  .el-checkbox__original {
@@ -225,6 +225,7 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
225
225
  width: 3px;
226
226
  transition: transform 0.15s ease-in 0.05s;
227
227
  transform-origin: center;
228
+ position: relative;
228
229
  }
229
230
  }
230
231
 
@@ -3324,6 +3324,7 @@ heights > $common-component-size
3324
3324
  width: 3px;
3325
3325
  transition: transform 0.15s ease-in 0.05s;
3326
3326
  transform-origin: center;
3327
+ position: relative;
3327
3328
  }
3328
3329
 
3329
3330
  .el-checkbox__original {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.145",
3
+ "version": "2.4.146",
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": {