@timus-networks/theme 2.4.258 → 2.4.259

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.257",
4
+ "version": "2.4.258",
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.257";
14
+ const version = "2.4.258";
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 = {
@@ -16772,6 +16772,10 @@ heights > $common-component-size
16772
16772
  --el-tag-bg-color: var(--el-color-white);
16773
16773
  }
16774
16774
 
16775
+ .el-tag.rounded {
16776
+ @apply rounded w-4 h-4 flex items-center justify-center !p-0;
16777
+ }
16778
+
16775
16779
  .el-text {
16776
16780
  --el-text-font-size: var(--el-font-size-base);
16777
16781
  --el-text-color: var(--el-text-color-regular);
File without changes
@@ -15880,6 +15880,10 @@ h6,
15880
15880
  --el-tag-bg-color: var(--el-color-white);
15881
15881
  }
15882
15882
 
15883
+ .el-tag.rounded {
15884
+ @apply rounded w-4 h-4 flex items-center justify-center !p-0;
15885
+ }
15886
+
15883
15887
  .el-text {
15884
15888
  --el-text-font-size: var(--el-font-size-base);
15885
15889
  --el-text-color: var(--el-text-color-regular);
@@ -630,4 +630,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
630
630
 
631
631
  .el-tag.el-tag--secondary {
632
632
  --el-tag-bg-color: var(--el-color-white);
633
+ }
634
+
635
+ .el-tag.rounded {
636
+ @apply rounded w-4 h-4 flex items-center justify-center !p-0;
633
637
  }
@@ -171,3 +171,9 @@ $tag-icon-span-gap: map.merge(
171
171
  .el-tag.el-tag--secondary {
172
172
  --el-tag-bg-color: var(--el-color-white);
173
173
  }
174
+
175
+ .el-tag {
176
+ &.rounded {
177
+ @apply rounded w-4 h-4 flex items-center justify-center !p-0;
178
+ }
179
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.258",
3
+ "version": "2.4.259",
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": {