@timus-networks/theme 2.4.209 → 2.4.211

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.208",
4
+ "version": "2.4.210",
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.208";
14
+ const version = "2.4.210";
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 = {
@@ -9909,7 +9909,7 @@ heights > $common-component-size
9909
9909
  color: var(--el-color-neutral-light-9);
9910
9910
  height: 36px;
9911
9911
  line-height: 36px;
9912
- padding: 0 12px 0 0;
9912
+ padding: 0;
9913
9913
  box-sizing: border-box;
9914
9914
  gap: 4px;
9915
9915
  }
@@ -434,7 +434,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
434
434
  color: var(--el-color-neutral-light-9);
435
435
  height: 36px;
436
436
  line-height: 36px;
437
- padding: 0 12px 0 0;
437
+ padding: 0;
438
438
  box-sizing: border-box;
439
439
  gap: 4px;
440
440
  }
@@ -165,7 +165,7 @@ $form-item-label-top-margin-bottom: map.merge(
165
165
  height: #{map.get($form-item-line-height, 'default')};
166
166
  line-height: #{map.get($form-item-line-height, 'default')};
167
167
 
168
- padding: 0 12px 0 0;
168
+ padding: 0;
169
169
  box-sizing: border-box;
170
170
  gap: 4px;
171
171
  }
@@ -8906,7 +8906,7 @@ heights > $common-component-size
8906
8906
  color: var(--el-color-neutral-light-9);
8907
8907
  height: 36px;
8908
8908
  line-height: 36px;
8909
- padding: 0 12px 0 0;
8909
+ padding: 0;
8910
8910
  box-sizing: border-box;
8911
8911
  gap: 4px;
8912
8912
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.209",
3
+ "version": "2.4.211",
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": {