@timus-networks/theme 2.4.75 → 2.4.76

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.75",
4
+ "version": "2.4.76",
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.75";
14
+ const version = "2.4.76";
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 = {
@@ -11440,6 +11440,8 @@ h6,
11440
11440
  box-shadow: var(--el-box-shadow-light);
11441
11441
  overflow-wrap: break-word;
11442
11442
  box-sizing: border-box;
11443
+ width: auto !important;
11444
+ max-width: 450px;
11443
11445
  }
11444
11446
  .el-popover.el-popper--plain {
11445
11447
  padding: var(--el-popover-padding-large);
@@ -324,6 +324,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
324
324
  box-shadow: var(--el-box-shadow-light);
325
325
  overflow-wrap: break-word;
326
326
  box-sizing: border-box;
327
+ width: auto !important;
328
+ max-width: 450px;
327
329
  }
328
330
  .el-popover.el-popper--plain {
329
331
  padding: var(--el-popover-padding-large);
@@ -18,7 +18,8 @@
18
18
  box-shadow: getCssVar('box-shadow-light');
19
19
  overflow-wrap: break-word;
20
20
  box-sizing: border-box;
21
- // width: auto !important;
21
+ width: auto !important;
22
+ max-width: 450px;
22
23
 
23
24
  @include m(plain) {
24
25
  padding: getCssVar('popover-padding-large');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.75",
3
+ "version": "2.4.76",
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": {