@timus-networks/theme 2.4.233 → 2.4.234

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.232",
4
+ "version": "2.4.233",
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.232";
14
+ const version = "2.4.233";
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 = {
@@ -13047,6 +13047,9 @@ heights > $common-component-size
13047
13047
  box-sizing: border-box;
13048
13048
  z-index: var(--el-index-normal);
13049
13049
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), outline 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
13050
+ display: flex;
13051
+ align-items: center;
13052
+ justify-content: center;
13050
13053
  }
13051
13054
  .el-radio__inner:hover {
13052
13055
  border-color: var(--el-radio-input-border-color-hover);
@@ -13059,12 +13062,13 @@ heights > $common-component-size
13059
13062
  border-top: 0;
13060
13063
  height: 7px;
13061
13064
  left: 4px;
13062
- position: absolute;
13063
13065
  top: 1px;
13064
13066
  transform: rotate(45deg) scaleY(0);
13065
13067
  width: 3px;
13066
13068
  transition: transform 0.15s ease-in 0.05s;
13067
13069
  transform-origin: center;
13070
+ margin-left: -0.5px;
13071
+ margin-top: -2px;
13068
13072
  }
13069
13073
 
13070
13074
  .el-radio__original {
@@ -12155,6 +12155,9 @@ h6,
12155
12155
  box-sizing: border-box;
12156
12156
  z-index: var(--el-index-normal);
12157
12157
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), outline 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
12158
+ display: flex;
12159
+ align-items: center;
12160
+ justify-content: center;
12158
12161
  }
12159
12162
  .el-radio__inner:hover {
12160
12163
  border-color: var(--el-radio-input-border-color-hover);
@@ -12167,12 +12170,13 @@ h6,
12167
12170
  border-top: 0;
12168
12171
  height: 7px;
12169
12172
  left: 4px;
12170
- position: absolute;
12171
12173
  top: 1px;
12172
12174
  transform: rotate(45deg) scaleY(0);
12173
12175
  width: 3px;
12174
12176
  transition: transform 0.15s ease-in 0.05s;
12175
12177
  transform-origin: center;
12178
+ margin-left: -0.5px;
12179
+ margin-top: -2px;
12176
12180
  }
12177
12181
 
12178
12182
  .el-radio__original {
@@ -461,6 +461,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
461
461
  box-sizing: border-box;
462
462
  z-index: var(--el-index-normal);
463
463
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), outline 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
464
+ display: flex;
465
+ align-items: center;
466
+ justify-content: center;
464
467
  }
465
468
  .el-radio__inner:hover {
466
469
  border-color: var(--el-radio-input-border-color-hover);
@@ -473,12 +476,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
473
476
  border-top: 0;
474
477
  height: 7px;
475
478
  left: 4px;
476
- position: absolute;
477
479
  top: 1px;
478
480
  transform: rotate(45deg) scaleY(0);
479
481
  width: 3px;
480
482
  transition: transform 0.15s ease-in 0.05s;
481
483
  transform-origin: center;
484
+ margin-left: -0.5px;
485
+ margin-top: -2px;
482
486
  }
483
487
 
484
488
  .el-radio__original {
@@ -150,6 +150,10 @@ $radio-font-size: map.merge($button-font-size, $radio-font-size);
150
150
  background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
151
151
  outline 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
152
152
 
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+
153
157
  &:hover {
154
158
  border-color: getCssVar('radio-input-border-color-hover');
155
159
  }
@@ -162,12 +166,14 @@ $radio-font-size: map.merge($button-font-size, $radio-font-size);
162
166
  border-top: 0;
163
167
  height: 7px;
164
168
  left: 4px;
165
- position: absolute;
169
+ // position: absolute;
166
170
  top: 1px;
167
171
  transform: rotate(45deg) scaleY(0);
168
172
  width: 3px;
169
173
  transition: transform 0.15s ease-in 0.05s;
170
174
  transform-origin: center;
175
+ margin-left: -0.5px;
176
+ margin-top: -2px;
171
177
  }
172
178
  }
173
179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.233",
3
+ "version": "2.4.234",
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": {