@timus-networks/theme 2.4.240 → 2.4.242
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 -2
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -0
- package/dist/runtime/public/scss/element-plus/dialog.css +2 -1
- package/dist/runtime/public/scss/element-plus/dialog.scss +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +2 -2
- package/dist/runtime/public/scss/element-plus/select-v2.css +0 -1
- package/dist/runtime/public/scss/element-plus/select.css +0 -1
- package/dist/runtime/public/scss/element-plus/select.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.241";
|
|
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 = {
|
|
@@ -9179,6 +9179,7 @@ heights > $common-component-size
|
|
|
9179
9179
|
--el-dialog-content-line-height: 22px;
|
|
9180
9180
|
--el-dialog-padding-primary: 24px;
|
|
9181
9181
|
--el-dialog-border-radius: 8px;
|
|
9182
|
+
--el-dialog-padding-bottom: 16px;
|
|
9182
9183
|
position: relative;
|
|
9183
9184
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
9184
9185
|
background: var(--el-dialog-bg-color);
|
|
@@ -9220,7 +9221,7 @@ heights > $common-component-size
|
|
|
9220
9221
|
}
|
|
9221
9222
|
|
|
9222
9223
|
.el-dialog__header {
|
|
9223
|
-
padding-bottom: var(--el-dialog-padding-
|
|
9224
|
+
padding-bottom: var(--el-dialog-padding-bottom);
|
|
9224
9225
|
}
|
|
9225
9226
|
.el-dialog__header.show-close {
|
|
9226
9227
|
padding-right: calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 12px));
|
|
@@ -13770,7 +13771,6 @@ heights > $common-component-size
|
|
|
13770
13771
|
max-width: 100%;
|
|
13771
13772
|
}
|
|
13772
13773
|
.el-select__input-wrapper input {
|
|
13773
|
-
field-sizing: content;
|
|
13774
13774
|
min-width: 2px !important;
|
|
13775
13775
|
}
|
|
13776
13776
|
.el-select__input-wrapper.is-hidden {
|
|
@@ -348,6 +348,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
348
348
|
--el-dialog-content-line-height: 22px;
|
|
349
349
|
--el-dialog-padding-primary: 24px;
|
|
350
350
|
--el-dialog-border-radius: 8px;
|
|
351
|
+
--el-dialog-padding-bottom: 16px;
|
|
351
352
|
position: relative;
|
|
352
353
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
353
354
|
background: var(--el-dialog-bg-color);
|
|
@@ -389,7 +390,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
389
390
|
}
|
|
390
391
|
|
|
391
392
|
.el-dialog__header {
|
|
392
|
-
padding-bottom: var(--el-dialog-padding-
|
|
393
|
+
padding-bottom: var(--el-dialog-padding-bottom);
|
|
393
394
|
}
|
|
394
395
|
.el-dialog__header.show-close {
|
|
395
396
|
padding-right: calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 12px));
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
box-shadow: getCssVar('dialog', 'box-shadow');
|
|
18
18
|
box-sizing: border-box;
|
|
19
19
|
padding: getCssVar('dialog', 'padding-primary');
|
|
20
|
+
|
|
20
21
|
width: var(#{getCssVarName('dialog-width')}, 50%);
|
|
21
22
|
overflow-wrap: break-word;
|
|
22
23
|
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
@include e(header) {
|
|
58
|
-
padding-bottom: getCssVar('dialog', 'padding-
|
|
59
|
+
padding-bottom: getCssVar('dialog', 'padding-bottom');
|
|
59
60
|
|
|
60
61
|
&.show-close {
|
|
61
62
|
padding-right: calc(getCssVar('dialog', 'padding-primary') + var(#{getCssVarName('message-close-size')}, map.get($message, 'close-size')));
|
|
@@ -8176,6 +8176,7 @@ heights > $common-component-size
|
|
|
8176
8176
|
--el-dialog-content-line-height: 22px;
|
|
8177
8177
|
--el-dialog-padding-primary: 24px;
|
|
8178
8178
|
--el-dialog-border-radius: 8px;
|
|
8179
|
+
--el-dialog-padding-bottom: 16px;
|
|
8179
8180
|
position: relative;
|
|
8180
8181
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
8181
8182
|
background: var(--el-dialog-bg-color);
|
|
@@ -8217,7 +8218,7 @@ heights > $common-component-size
|
|
|
8217
8218
|
}
|
|
8218
8219
|
|
|
8219
8220
|
.el-dialog__header {
|
|
8220
|
-
padding-bottom: var(--el-dialog-padding-
|
|
8221
|
+
padding-bottom: var(--el-dialog-padding-bottom);
|
|
8221
8222
|
}
|
|
8222
8223
|
.el-dialog__header.show-close {
|
|
8223
8224
|
padding-right: calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 12px));
|
|
@@ -12878,7 +12879,6 @@ h6,
|
|
|
12878
12879
|
max-width: 100%;
|
|
12879
12880
|
}
|
|
12880
12881
|
.el-select__input-wrapper input {
|
|
12881
|
-
field-sizing: content;
|
|
12882
12882
|
min-width: 2px !important;
|
|
12883
12883
|
}
|
|
12884
12884
|
.el-select__input-wrapper.is-hidden {
|
package/package.json
CHANGED