@timus-networks/theme 2.4.48 → 2.4.49

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.48",
4
+ "version": "2.4.49",
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.48";
14
+ const version = "2.4.49";
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 = {
@@ -16724,6 +16724,7 @@ mark.el-text {
16724
16724
  background: var(--el-text-color-primary);
16725
16725
  border: 1px solid var(--el-text-color-primary);
16726
16726
  padding: 12px;
16727
+ max-width: 450px;
16727
16728
  }
16728
16729
  .el-popper.is-dark .el-popper__arrow::before {
16729
16730
  border: 1px solid var(--el-text-color-primary);
@@ -320,6 +320,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
320
320
  background: var(--el-text-color-primary);
321
321
  border: 1px solid var(--el-text-color-primary);
322
322
  padding: 12px;
323
+ max-width: 450px;
323
324
  }
324
325
  .el-popper.is-dark .el-popper__arrow::before {
325
326
  border: 1px solid var(--el-text-color-primary);
@@ -25,6 +25,7 @@
25
25
  background: getCssVar('text-color', 'primary');
26
26
  border: 1px solid getCssVar('text-color', 'primary');
27
27
  padding: 12px;
28
+ max-width: 450px;
28
29
 
29
30
  #{$arrow-selector}::before {
30
31
  border: 1px solid getCssVar('text-color', 'primary');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.48",
3
+ "version": "2.4.49",
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": {