@timus-networks/theme 2.4.161 → 2.4.162
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 +2 -1
- package/dist/runtime/public/scss/element-plus/form.css +1 -0
- package/dist/runtime/public/scss/element-plus/form.scss +1 -0
- package/dist/runtime/public/scss/element-plus/index.css +2 -1
- package/dist/runtime/public/scss/element-plus/table.css +1 -1
- package/dist/runtime/public/scss/element-plus/table.scss +1 -1
- 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.161";
|
|
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 = {
|
|
@@ -9907,6 +9907,7 @@ heights > $common-component-size
|
|
|
9907
9907
|
padding-left: 12px;
|
|
9908
9908
|
top: 100%;
|
|
9909
9909
|
left: 0;
|
|
9910
|
+
width: 100%;
|
|
9910
9911
|
}
|
|
9911
9912
|
.el-form-item__error--inline {
|
|
9912
9913
|
position: relative;
|
|
@@ -15260,7 +15261,7 @@ heights > $common-component-size
|
|
|
15260
15261
|
overflow: hidden;
|
|
15261
15262
|
position: sticky;
|
|
15262
15263
|
z-index: 12;
|
|
15263
|
-
top:
|
|
15264
|
+
top: 52px;
|
|
15264
15265
|
}
|
|
15265
15266
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
15266
15267
|
background-color: var(--el-table-row-hover-bg-color);
|
|
@@ -8910,6 +8910,7 @@ heights > $common-component-size
|
|
|
8910
8910
|
padding-left: 12px;
|
|
8911
8911
|
top: 100%;
|
|
8912
8912
|
left: 0;
|
|
8913
|
+
width: 100%;
|
|
8913
8914
|
}
|
|
8914
8915
|
.el-form-item__error--inline {
|
|
8915
8916
|
position: relative;
|
|
@@ -14374,7 +14375,7 @@ h6,
|
|
|
14374
14375
|
overflow: hidden;
|
|
14375
14376
|
position: sticky;
|
|
14376
14377
|
z-index: 12;
|
|
14377
|
-
top:
|
|
14378
|
+
top: 52px;
|
|
14378
14379
|
}
|
|
14379
14380
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
14380
14381
|
background-color: var(--el-table-row-hover-bg-color);
|
|
@@ -706,7 +706,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
706
706
|
overflow: hidden;
|
|
707
707
|
position: sticky;
|
|
708
708
|
z-index: 12;
|
|
709
|
-
top:
|
|
709
|
+
top: 52px;
|
|
710
710
|
}
|
|
711
711
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
712
712
|
background-color: var(--el-table-row-hover-bg-color);
|
package/package.json
CHANGED