@timus-networks/theme 2.4.142 → 2.4.143

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.141",
4
+ "version": "2.4.142",
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.141";
14
+ const version = "2.4.142";
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 = {
@@ -12248,10 +12248,6 @@ heights > $common-component-size
12248
12248
  .el-pagination__total[disabled=true] {
12249
12249
  color: var(--el-text-color-placeholder);
12250
12250
  }
12251
- .el-pagination__total::after {
12252
- content: "Records";
12253
- padding-left: 4px;
12254
- }
12255
12251
 
12256
12252
  .el-pagination__jump {
12257
12253
  display: flex;
@@ -11362,10 +11362,6 @@ h6,
11362
11362
  .el-pagination__total[disabled=true] {
11363
11363
  color: var(--el-text-color-placeholder);
11364
11364
  }
11365
- .el-pagination__total::after {
11366
- content: "Records";
11367
- padding-left: 4px;
11368
- }
11369
11365
 
11370
11366
  .el-pagination__jump {
11371
11367
  display: flex;
@@ -436,10 +436,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
436
436
  .el-pagination__total[disabled=true] {
437
437
  color: var(--el-text-color-placeholder);
438
438
  }
439
- .el-pagination__total::after {
440
- content: "Records";
441
- padding-left: 4px;
442
- }
443
439
 
444
440
  .el-pagination__jump {
445
441
  display: flex;
@@ -125,11 +125,6 @@
125
125
  &[disabled='true'] {
126
126
  color: getCssVar('text-color', 'placeholder');
127
127
  }
128
-
129
- &::after {
130
- content: 'Records';
131
- padding-left: 4px;
132
- }
133
128
  }
134
129
 
135
130
  @include e(jump) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.142",
3
+ "version": "2.4.143",
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": {