@timus-networks/theme 2.4.144 → 2.4.146
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 +5 -4
- package/dist/runtime/public/scss/element-plus/checkbox.css +5 -4
- package/dist/runtime/public/scss/element-plus/checkbox.scss +5 -4
- package/dist/runtime/public/scss/element-plus/index.css +5 -4
- 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.145";
|
|
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 = {
|
|
@@ -4293,7 +4293,9 @@ heights > $common-component-size
|
|
|
4293
4293
|
}
|
|
4294
4294
|
|
|
4295
4295
|
.el-checkbox__inner {
|
|
4296
|
-
display:
|
|
4296
|
+
display: flex;
|
|
4297
|
+
align-items: center;
|
|
4298
|
+
justify-content: center;
|
|
4297
4299
|
position: relative;
|
|
4298
4300
|
border: var(--el-checkbox-input-border);
|
|
4299
4301
|
border-radius: var(--el-checkbox-border-radius);
|
|
@@ -4314,13 +4316,12 @@ heights > $common-component-size
|
|
|
4314
4316
|
border-left: 0;
|
|
4315
4317
|
border-top: 0;
|
|
4316
4318
|
height: 7px;
|
|
4317
|
-
|
|
4318
|
-
position: absolute;
|
|
4319
|
-
top: 1px;
|
|
4319
|
+
top: -1px;
|
|
4320
4320
|
transform: rotate(45deg) scaleY(0);
|
|
4321
4321
|
width: 3px;
|
|
4322
4322
|
transition: transform 0.15s ease-in 0.05s;
|
|
4323
4323
|
transform-origin: center;
|
|
4324
|
+
position: relative;
|
|
4324
4325
|
}
|
|
4325
4326
|
|
|
4326
4327
|
.el-checkbox__original {
|
|
@@ -472,7 +472,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.el-checkbox__inner {
|
|
475
|
-
display:
|
|
475
|
+
display: flex;
|
|
476
|
+
align-items: center;
|
|
477
|
+
justify-content: center;
|
|
476
478
|
position: relative;
|
|
477
479
|
border: var(--el-checkbox-input-border);
|
|
478
480
|
border-radius: var(--el-checkbox-border-radius);
|
|
@@ -493,13 +495,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
493
495
|
border-left: 0;
|
|
494
496
|
border-top: 0;
|
|
495
497
|
height: 7px;
|
|
496
|
-
|
|
497
|
-
position: absolute;
|
|
498
|
-
top: 1px;
|
|
498
|
+
top: -1px;
|
|
499
499
|
transform: rotate(45deg) scaleY(0);
|
|
500
500
|
width: 3px;
|
|
501
501
|
transition: transform 0.15s ease-in 0.05s;
|
|
502
502
|
transform-origin: center;
|
|
503
|
+
position: relative;
|
|
503
504
|
}
|
|
504
505
|
|
|
505
506
|
.el-checkbox__original {
|
|
@@ -193,7 +193,9 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
@include e(inner) {
|
|
196
|
-
display:
|
|
196
|
+
display: flex;
|
|
197
|
+
align-items: center;
|
|
198
|
+
justify-content: center;
|
|
197
199
|
position: relative;
|
|
198
200
|
border: getCssVar('checkbox-input-border');
|
|
199
201
|
border-radius: getCssVar('checkbox-border-radius');
|
|
@@ -218,13 +220,12 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
|
|
|
218
220
|
border-left: 0;
|
|
219
221
|
border-top: 0;
|
|
220
222
|
height: 7px;
|
|
221
|
-
|
|
222
|
-
position: absolute;
|
|
223
|
-
top: 1px;
|
|
223
|
+
top: -1px;
|
|
224
224
|
transform: rotate(45deg) scaleY(0);
|
|
225
225
|
width: 3px;
|
|
226
226
|
transition: transform 0.15s ease-in 0.05s;
|
|
227
227
|
transform-origin: center;
|
|
228
|
+
position: relative;
|
|
228
229
|
}
|
|
229
230
|
}
|
|
230
231
|
|
|
@@ -3296,7 +3296,9 @@ heights > $common-component-size
|
|
|
3296
3296
|
}
|
|
3297
3297
|
|
|
3298
3298
|
.el-checkbox__inner {
|
|
3299
|
-
display:
|
|
3299
|
+
display: flex;
|
|
3300
|
+
align-items: center;
|
|
3301
|
+
justify-content: center;
|
|
3300
3302
|
position: relative;
|
|
3301
3303
|
border: var(--el-checkbox-input-border);
|
|
3302
3304
|
border-radius: var(--el-checkbox-border-radius);
|
|
@@ -3317,13 +3319,12 @@ heights > $common-component-size
|
|
|
3317
3319
|
border-left: 0;
|
|
3318
3320
|
border-top: 0;
|
|
3319
3321
|
height: 7px;
|
|
3320
|
-
|
|
3321
|
-
position: absolute;
|
|
3322
|
-
top: 1px;
|
|
3322
|
+
top: -1px;
|
|
3323
3323
|
transform: rotate(45deg) scaleY(0);
|
|
3324
3324
|
width: 3px;
|
|
3325
3325
|
transition: transform 0.15s ease-in 0.05s;
|
|
3326
3326
|
transform-origin: center;
|
|
3327
|
+
position: relative;
|
|
3327
3328
|
}
|
|
3328
3329
|
|
|
3329
3330
|
.el-checkbox__original {
|
package/package.json
CHANGED