@timus-networks/theme 2.4.244 → 2.4.245
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 +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +1 -1
- package/dist/runtime/public/scss/element-plus/option.css +1 -1
- package/dist/runtime/public/scss/element-plus/option.scss +1 -1
- package/dist/runtime/public/scss/element-plus/select-v2.css +1 -1
- package/dist/runtime/public/scss/element-plus/select.css +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.244";
|
|
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 = {
|
|
@@ -13518,7 +13518,7 @@ heights > $common-component-size
|
|
|
13518
13518
|
text-overflow: ellipsis;
|
|
13519
13519
|
white-space: nowrap;
|
|
13520
13520
|
overflow: hidden;
|
|
13521
|
-
width: 406px;
|
|
13521
|
+
max-width: 406px;
|
|
13522
13522
|
}
|
|
13523
13523
|
|
|
13524
13524
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
|
|
@@ -12626,7 +12626,7 @@ h6,
|
|
|
12626
12626
|
text-overflow: ellipsis;
|
|
12627
12627
|
white-space: nowrap;
|
|
12628
12628
|
overflow: hidden;
|
|
12629
|
-
width: 406px;
|
|
12629
|
+
max-width: 406px;
|
|
12630
12630
|
}
|
|
12631
12631
|
|
|
12632
12632
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
|
|
@@ -337,7 +337,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
337
337
|
text-overflow: ellipsis;
|
|
338
338
|
white-space: nowrap;
|
|
339
339
|
overflow: hidden;
|
|
340
|
-
width: 406px;
|
|
340
|
+
max-width: 406px;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
343
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
|
|
@@ -390,7 +390,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
390
390
|
text-overflow: ellipsis;
|
|
391
391
|
white-space: nowrap;
|
|
392
392
|
overflow: hidden;
|
|
393
|
-
width: 406px;
|
|
393
|
+
max-width: 406px;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
|
|
@@ -390,7 +390,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
390
390
|
text-overflow: ellipsis;
|
|
391
391
|
white-space: nowrap;
|
|
392
392
|
overflow: hidden;
|
|
393
|
-
width: 406px;
|
|
393
|
+
max-width: 406px;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected::after {
|
package/package.json
CHANGED