@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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +1 -2
- package/dist/runtime/public/scss/element-plus/form.css +1 -2
- package/dist/runtime/public/scss/element-plus/form.scss +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +1 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
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.
|
|
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;
|
|
@@ -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