@timus-networks/theme 2.4.152 → 2.4.153
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 +0 -1
- package/dist/runtime/public/scss/element-plus/index.css +0 -1
- package/dist/runtime/public/scss/element-plus/table.css +0 -1
- package/dist/runtime/public/scss/element-plus/table.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.152";
|
|
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 = {
|
|
@@ -15029,7 +15029,6 @@ heights > $common-component-size
|
|
|
15029
15029
|
overflow-wrap: break-word;
|
|
15030
15030
|
padding: 0 12px;
|
|
15031
15031
|
align-items: center;
|
|
15032
|
-
line-height: 1;
|
|
15033
15032
|
gap: 2px;
|
|
15034
15033
|
white-space: nowrap;
|
|
15035
15034
|
}
|
|
@@ -14143,7 +14143,6 @@ h6,
|
|
|
14143
14143
|
overflow-wrap: break-word;
|
|
14144
14144
|
padding: 0 12px;
|
|
14145
14145
|
align-items: center;
|
|
14146
|
-
line-height: 1;
|
|
14147
14146
|
gap: 2px;
|
|
14148
14147
|
white-space: nowrap;
|
|
14149
14148
|
}
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
padding: 0 12px;
|
|
230
230
|
align-items: center;
|
|
231
231
|
// display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
|
|
232
|
-
line-height:
|
|
232
|
+
// line-height: 20px; // 1
|
|
233
233
|
gap: 2px;
|
|
234
234
|
white-space: nowrap;
|
|
235
235
|
|
package/package.json
CHANGED