@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.172",
4
+ "version": "2.4.173",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
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.172";
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;
@@ -472,6 +472,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
472
472
  text-overflow: ellipsis;
473
473
  overflow-wrap: break-word;
474
474
  margin-left: 12px;
475
+ padding-left: 12px;
475
476
  align-items: center;
476
477
  gap: 2px;
477
478
  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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.173",
3
+ "version": "2.4.174",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {