@timus-networks/theme 2.4.10 → 2.4.11

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.10",
4
+ "version": "2.4.11",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -12,7 +12,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
12
12
  const __dirname = __cjs_path__.dirname(__filename);
13
13
  const require = __cjs_mod__.createRequire(import.meta.url);
14
14
  const name = "@timus-networks/theme";
15
- const version = "2.4.10";
15
+ const version = "2.4.11";
16
16
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
17
17
  const type = "module";
18
18
  const exports = {
@@ -432,6 +432,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
432
432
  position: relative;
433
433
  font-size: var(--font-size);
434
434
  min-width: 0;
435
+ align-items: flex-start;
435
436
  }
436
437
  .el-form-item__content .el-input-group {
437
438
  vertical-align: top;
@@ -160,6 +160,7 @@ $form-item-label-top-margin-bottom: map.merge(
160
160
  position: relative;
161
161
  font-size: var(--font-size);
162
162
  min-width: 0;
163
+ align-items: flex-start;
163
164
 
164
165
  .#{$namespace}-input-group {
165
166
  vertical-align: top;
@@ -8844,6 +8844,7 @@ heights > $common-component-size
8844
8844
  position: relative;
8845
8845
  font-size: var(--font-size);
8846
8846
  min-width: 0;
8847
+ align-items: flex-start;
8847
8848
  }
8848
8849
  .el-form-item__content .el-input-group {
8849
8850
  vertical-align: top;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.10",
3
+ "version": "2.4.11",
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": {