@timus-networks/theme 2.4.212 → 2.4.214

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.211",
4
+ "version": "2.4.213",
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.211";
14
+ const version = "2.4.213";
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 = {
@@ -10001,8 +10001,7 @@ heights > $common-component-size
10001
10001
  border-radius: 0;
10002
10002
  margin-left: -1px;
10003
10003
  }
10004
- .el-form-items.sticky > :last-child [class*=__wrapper],
10005
- .el-form-items.sticky > :last-child .el-button {
10004
+ .el-form-items.sticky > :last-child [class*=__wrapper], .el-form-items.sticky > :last-child.el-button {
10006
10005
  border-top-left-radius: 0;
10007
10006
  border-bottom-left-radius: 0;
10008
10007
  margin-left: -1px;
@@ -526,8 +526,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
526
526
  border-radius: 0;
527
527
  margin-left: -1px;
528
528
  }
529
- .el-form-items.sticky > :last-child [class*=__wrapper],
530
- .el-form-items.sticky > :last-child .el-button {
529
+ .el-form-items.sticky > :last-child [class*=__wrapper], .el-form-items.sticky > :last-child.el-button {
531
530
  border-top-left-radius: 0;
532
531
  border-bottom-left-radius: 0;
533
532
  margin-left: -1px;
@@ -288,7 +288,7 @@ $form-item-label-top-margin-bottom: map.merge(
288
288
 
289
289
  > :last-child {
290
290
  [class*='__wrapper'],
291
- .el-button {
291
+ &.el-button {
292
292
  border-top-left-radius: 0;
293
293
  border-bottom-left-radius: 0;
294
294
  margin-left: -1px;
@@ -8998,8 +8998,7 @@ heights > $common-component-size
8998
8998
  border-radius: 0;
8999
8999
  margin-left: -1px;
9000
9000
  }
9001
- .el-form-items.sticky > :last-child [class*=__wrapper],
9002
- .el-form-items.sticky > :last-child .el-button {
9001
+ .el-form-items.sticky > :last-child [class*=__wrapper], .el-form-items.sticky > :last-child.el-button {
9003
9002
  border-top-left-radius: 0;
9004
9003
  border-bottom-left-radius: 0;
9005
9004
  margin-left: -1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.212",
3
+ "version": "2.4.214",
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": {