@timus-networks/theme 2.4.147 → 2.4.149
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 +0 -2
- package/dist/runtime/public/scss/element-plus/checkbox.css +0 -2
- package/dist/runtime/public/scss/element-plus/checkbox.scss +0 -2
- package/dist/runtime/public/scss/element-plus/index.css +0 -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.148";
|
|
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 = {
|
|
@@ -4399,7 +4399,6 @@ heights > $common-component-size
|
|
|
4399
4399
|
.el-checkbox.el-checkbox--medium .el-checkbox__inner::after {
|
|
4400
4400
|
width: 2px;
|
|
4401
4401
|
height: 6px;
|
|
4402
|
-
left: 4px;
|
|
4403
4402
|
}
|
|
4404
4403
|
|
|
4405
4404
|
.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner::before, .el-checkbox.el-checkbox--mini .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
|
|
@@ -4409,7 +4408,6 @@ heights > $common-component-size
|
|
|
4409
4408
|
.el-checkbox.el-checkbox--small .el-checkbox__inner::after, .el-checkbox.el-checkbox--mini .el-checkbox__inner::after {
|
|
4410
4409
|
width: 2px;
|
|
4411
4410
|
height: 4px;
|
|
4412
|
-
left: 3px;
|
|
4413
4411
|
}
|
|
4414
4412
|
|
|
4415
4413
|
.el-checkbox:last-of-type {
|
|
@@ -571,7 +571,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
571
571
|
.el-checkbox.el-checkbox--medium .el-checkbox__inner::after {
|
|
572
572
|
width: 2px;
|
|
573
573
|
height: 6px;
|
|
574
|
-
left: 4px;
|
|
575
574
|
}
|
|
576
575
|
|
|
577
576
|
.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner::before, .el-checkbox.el-checkbox--mini .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
|
|
@@ -581,7 +580,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
581
580
|
.el-checkbox.el-checkbox--small .el-checkbox__inner::after, .el-checkbox.el-checkbox--mini .el-checkbox__inner::after {
|
|
582
581
|
width: 2px;
|
|
583
582
|
height: 4px;
|
|
584
|
-
left: 3px;
|
|
585
583
|
}
|
|
586
584
|
|
|
587
585
|
.el-checkbox:last-of-type {
|
|
@@ -264,7 +264,6 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
|
|
|
264
264
|
&::after {
|
|
265
265
|
width: 2px;
|
|
266
266
|
height: 6px;
|
|
267
|
-
left: 4px;
|
|
268
267
|
}
|
|
269
268
|
}
|
|
270
269
|
}
|
|
@@ -284,7 +283,6 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
|
|
|
284
283
|
&::after {
|
|
285
284
|
width: 2px;
|
|
286
285
|
height: 4px;
|
|
287
|
-
left: 3px;
|
|
288
286
|
}
|
|
289
287
|
}
|
|
290
288
|
}
|
|
@@ -3402,7 +3402,6 @@ heights > $common-component-size
|
|
|
3402
3402
|
.el-checkbox.el-checkbox--medium .el-checkbox__inner::after {
|
|
3403
3403
|
width: 2px;
|
|
3404
3404
|
height: 6px;
|
|
3405
|
-
left: 4px;
|
|
3406
3405
|
}
|
|
3407
3406
|
|
|
3408
3407
|
.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner::before, .el-checkbox.el-checkbox--mini .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
|
|
@@ -3412,7 +3411,6 @@ heights > $common-component-size
|
|
|
3412
3411
|
.el-checkbox.el-checkbox--small .el-checkbox__inner::after, .el-checkbox.el-checkbox--mini .el-checkbox__inner::after {
|
|
3413
3412
|
width: 2px;
|
|
3414
3413
|
height: 4px;
|
|
3415
|
-
left: 3px;
|
|
3416
3414
|
}
|
|
3417
3415
|
|
|
3418
3416
|
.el-checkbox:last-of-type {
|
package/package.json
CHANGED