@timus-networks/theme 2.4.267 → 2.4.268
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 +11 -0
- package/dist/runtime/public/scss/element-plus/index.css +11 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +11 -0
- package/dist/runtime/public/scss/element-plus/select.css +11 -0
- package/dist/runtime/public/scss/element-plus/select.scss +11 -0
- 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.267";
|
|
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 = {
|
|
@@ -13739,6 +13739,17 @@ heights > $common-component-size
|
|
|
13739
13739
|
flex-wrap: wrap;
|
|
13740
13740
|
user-select: none;
|
|
13741
13741
|
align-items: center;
|
|
13742
|
+
/* Sonradan ekledim truncate etmek için */
|
|
13743
|
+
white-space: nowrap;
|
|
13744
|
+
overflow: hidden;
|
|
13745
|
+
text-overflow: ellipsis;
|
|
13746
|
+
width: min-content;
|
|
13747
|
+
}
|
|
13748
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
13749
|
+
min-width: min-content;
|
|
13750
|
+
}
|
|
13751
|
+
.el-select__selected-item {
|
|
13752
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
13742
13753
|
}
|
|
13743
13754
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
13744
13755
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -12847,6 +12847,17 @@ h6,
|
|
|
12847
12847
|
flex-wrap: wrap;
|
|
12848
12848
|
user-select: none;
|
|
12849
12849
|
align-items: center;
|
|
12850
|
+
/* Sonradan ekledim truncate etmek için */
|
|
12851
|
+
white-space: nowrap;
|
|
12852
|
+
overflow: hidden;
|
|
12853
|
+
text-overflow: ellipsis;
|
|
12854
|
+
width: min-content;
|
|
12855
|
+
}
|
|
12856
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
12857
|
+
min-width: min-content;
|
|
12858
|
+
}
|
|
12859
|
+
.el-select__selected-item {
|
|
12860
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
12850
12861
|
}
|
|
12851
12862
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
12852
12863
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -589,6 +589,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
589
589
|
flex-wrap: wrap;
|
|
590
590
|
user-select: none;
|
|
591
591
|
align-items: center;
|
|
592
|
+
/* Sonradan ekledim truncate etmek için */
|
|
593
|
+
white-space: nowrap;
|
|
594
|
+
overflow: hidden;
|
|
595
|
+
text-overflow: ellipsis;
|
|
596
|
+
width: min-content;
|
|
597
|
+
}
|
|
598
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
599
|
+
min-width: min-content;
|
|
600
|
+
}
|
|
601
|
+
.el-select__selected-item {
|
|
602
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
592
603
|
}
|
|
593
604
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
594
605
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -589,6 +589,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
589
589
|
flex-wrap: wrap;
|
|
590
590
|
user-select: none;
|
|
591
591
|
align-items: center;
|
|
592
|
+
/* Sonradan ekledim truncate etmek için */
|
|
593
|
+
white-space: nowrap;
|
|
594
|
+
overflow: hidden;
|
|
595
|
+
text-overflow: ellipsis;
|
|
596
|
+
width: min-content;
|
|
597
|
+
}
|
|
598
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
599
|
+
min-width: min-content;
|
|
600
|
+
}
|
|
601
|
+
.el-select__selected-item {
|
|
602
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
592
603
|
}
|
|
593
604
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
594
605
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -177,6 +177,17 @@
|
|
|
177
177
|
user-select: none;
|
|
178
178
|
align-items: center;
|
|
179
179
|
|
|
180
|
+
/* Sonradan ekledim truncate etmek için */
|
|
181
|
+
white-space: nowrap;
|
|
182
|
+
overflow: hidden;
|
|
183
|
+
text-overflow: ellipsis;
|
|
184
|
+
width: min-content;
|
|
185
|
+
|
|
186
|
+
&.el-tooltip__trigger {
|
|
187
|
+
min-width: min-content;
|
|
188
|
+
}
|
|
189
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
190
|
+
|
|
180
191
|
.el-tag.#{$namespace}-tag--info {
|
|
181
192
|
@include css-var-from-global(('tag', 'bg-color'), ('color', 'primary', 'light-1'));
|
|
182
193
|
@include css-var-from-global(('tag', 'border-color'), ('color', 'primary', 'light-4'));
|
package/package.json
CHANGED