@timus-networks/theme 2.4.47 → 2.4.48

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.47",
4
+ "version": "2.4.48",
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.47";
14
+ const version = "2.4.48";
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 = {
@@ -16723,6 +16723,7 @@ mark.el-text {
16723
16723
  color: var(--el-bg-color);
16724
16724
  background: var(--el-text-color-primary);
16725
16725
  border: 1px solid var(--el-text-color-primary);
16726
+ padding: 12px;
16726
16727
  }
16727
16728
  .el-popper.is-dark .el-popper__arrow::before {
16728
16729
  border: 1px solid var(--el-text-color-primary);
@@ -319,6 +319,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
319
319
  color: var(--el-bg-color);
320
320
  background: var(--el-text-color-primary);
321
321
  border: 1px solid var(--el-text-color-primary);
322
+ padding: 12px;
322
323
  }
323
324
  .el-popper.is-dark .el-popper__arrow::before {
324
325
  border: 1px solid var(--el-text-color-primary);
@@ -24,6 +24,7 @@
24
24
  color: getCssVar('bg-color');
25
25
  background: getCssVar('text-color', 'primary');
26
26
  border: 1px solid getCssVar('text-color', 'primary');
27
+ padding: 12px;
27
28
 
28
29
  #{$arrow-selector}::before {
29
30
  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.47",
3
+ "version": "2.4.48",
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": {