@timus-networks/theme 2.4.37 → 2.4.38
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
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.38";
|
|
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 = {
|
|
@@ -435,6 +435,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
435
435
|
line-height: 40px;
|
|
436
436
|
padding: 0 12px 0 0;
|
|
437
437
|
box-sizing: border-box;
|
|
438
|
+
gap: 4px;
|
|
438
439
|
}
|
|
439
440
|
|
|
440
441
|
.el-form-item__content {
|
|
@@ -472,7 +473,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
472
473
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label-wrap > .el-form-item__label:before {
|
|
473
474
|
content: "*";
|
|
474
475
|
color: var(--el-color-danger);
|
|
475
|
-
margin-right: 4px;
|
|
476
476
|
}
|
|
477
477
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
478
478
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
|
@@ -162,6 +162,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
162
162
|
|
|
163
163
|
padding: 0 12px 0 0;
|
|
164
164
|
box-sizing: border-box;
|
|
165
|
+
gap: 4px;
|
|
165
166
|
}
|
|
166
167
|
|
|
167
168
|
@include e(content) {
|
|
@@ -206,7 +207,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
206
207
|
> .#{$namespace}-form-item__label-wrap > .#{$namespace}-form-item__label:before {
|
|
207
208
|
content: '*';
|
|
208
209
|
color: getCssVar('color-danger');
|
|
209
|
-
margin-right: 4px;
|
|
210
|
+
// margin-right: 4px;
|
|
210
211
|
}
|
|
211
212
|
}
|
|
212
213
|
|
|
@@ -8847,6 +8847,7 @@ heights > $common-component-size
|
|
|
8847
8847
|
line-height: 40px;
|
|
8848
8848
|
padding: 0 12px 0 0;
|
|
8849
8849
|
box-sizing: border-box;
|
|
8850
|
+
gap: 4px;
|
|
8850
8851
|
}
|
|
8851
8852
|
|
|
8852
8853
|
.el-form-item__content {
|
|
@@ -8884,7 +8885,6 @@ heights > $common-component-size
|
|
|
8884
8885
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label-wrap > .el-form-item__label:before {
|
|
8885
8886
|
content: "*";
|
|
8886
8887
|
color: var(--el-color-danger);
|
|
8887
|
-
margin-right: 4px;
|
|
8888
8888
|
}
|
|
8889
8889
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
8890
8890
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
package/package.json
CHANGED