@timus-networks/theme 2.4.173 → 2.4.174
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 -0
- package/dist/runtime/public/scss/element-plus/index.css +1 -0
- package/dist/runtime/public/scss/element-plus/table.css +1 -0
- package/dist/runtime/public/scss/element-plus/table.scss +1 -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.173";
|
|
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 = {
|
|
@@ -15046,6 +15046,7 @@ heights > $common-component-size
|
|
|
15046
15046
|
text-overflow: ellipsis;
|
|
15047
15047
|
overflow-wrap: break-word;
|
|
15048
15048
|
margin-left: 12px;
|
|
15049
|
+
padding-left: 12px;
|
|
15049
15050
|
align-items: center;
|
|
15050
15051
|
gap: 2px;
|
|
15051
15052
|
white-space: nowrap;
|
|
@@ -14159,6 +14159,7 @@ h6,
|
|
|
14159
14159
|
text-overflow: ellipsis;
|
|
14160
14160
|
overflow-wrap: break-word;
|
|
14161
14161
|
margin-left: 12px;
|
|
14162
|
+
padding-left: 12px;
|
|
14162
14163
|
align-items: center;
|
|
14163
14164
|
gap: 2px;
|
|
14164
14165
|
white-space: nowrap;
|
|
@@ -229,6 +229,7 @@
|
|
|
229
229
|
overflow-wrap: break-word;
|
|
230
230
|
// padding: 0 12px 0 0;
|
|
231
231
|
margin-left: 12px;
|
|
232
|
+
padding-left: 12px;
|
|
232
233
|
align-items: center;
|
|
233
234
|
// display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
|
|
234
235
|
// line-height: 20px; // 1
|
package/package.json
CHANGED