@timus-networks/theme 2.4.233 → 2.4.235
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +6 -1
- package/dist/runtime/public/scss/element-plus/form.css +1 -0
- package/dist/runtime/public/scss/element-plus/form.scss +1 -0
- package/dist/runtime/public/scss/element-plus/index.css +6 -1
- package/dist/runtime/public/scss/element-plus/radio.css +5 -1
- package/dist/runtime/public/scss/element-plus/radio.scss +7 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
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.
|
|
14
|
+
const version = "2.4.234";
|
|
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 = {
|
|
@@ -10027,6 +10027,7 @@ heights > $common-component-size
|
|
|
10027
10027
|
border-top-left-radius: 0;
|
|
10028
10028
|
border-bottom-left-radius: 0;
|
|
10029
10029
|
margin-left: -1px;
|
|
10030
|
+
z-index: 1;
|
|
10030
10031
|
}
|
|
10031
10032
|
.el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
|
|
10032
10033
|
z-index: 1;
|
|
@@ -13047,6 +13048,9 @@ heights > $common-component-size
|
|
|
13047
13048
|
box-sizing: border-box;
|
|
13048
13049
|
z-index: var(--el-index-normal);
|
|
13049
13050
|
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);
|
|
13051
|
+
display: flex;
|
|
13052
|
+
align-items: center;
|
|
13053
|
+
justify-content: center;
|
|
13050
13054
|
}
|
|
13051
13055
|
.el-radio__inner:hover {
|
|
13052
13056
|
border-color: var(--el-radio-input-border-color-hover);
|
|
@@ -13059,12 +13063,13 @@ heights > $common-component-size
|
|
|
13059
13063
|
border-top: 0;
|
|
13060
13064
|
height: 7px;
|
|
13061
13065
|
left: 4px;
|
|
13062
|
-
position: absolute;
|
|
13063
13066
|
top: 1px;
|
|
13064
13067
|
transform: rotate(45deg) scaleY(0);
|
|
13065
13068
|
width: 3px;
|
|
13066
13069
|
transition: transform 0.15s ease-in 0.05s;
|
|
13067
13070
|
transform-origin: center;
|
|
13071
|
+
margin-left: -0.5px;
|
|
13072
|
+
margin-top: -2px;
|
|
13068
13073
|
}
|
|
13069
13074
|
|
|
13070
13075
|
.el-radio__original {
|
|
@@ -531,6 +531,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
531
531
|
border-top-left-radius: 0;
|
|
532
532
|
border-bottom-left-radius: 0;
|
|
533
533
|
margin-left: -1px;
|
|
534
|
+
z-index: 1;
|
|
534
535
|
}
|
|
535
536
|
.el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
|
|
536
537
|
z-index: 1;
|
|
@@ -9024,6 +9024,7 @@ heights > $common-component-size
|
|
|
9024
9024
|
border-top-left-radius: 0;
|
|
9025
9025
|
border-bottom-left-radius: 0;
|
|
9026
9026
|
margin-left: -1px;
|
|
9027
|
+
z-index: 1;
|
|
9027
9028
|
}
|
|
9028
9029
|
.el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
|
|
9029
9030
|
z-index: 1;
|
|
@@ -12155,6 +12156,9 @@ h6,
|
|
|
12155
12156
|
box-sizing: border-box;
|
|
12156
12157
|
z-index: var(--el-index-normal);
|
|
12157
12158
|
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);
|
|
12159
|
+
display: flex;
|
|
12160
|
+
align-items: center;
|
|
12161
|
+
justify-content: center;
|
|
12158
12162
|
}
|
|
12159
12163
|
.el-radio__inner:hover {
|
|
12160
12164
|
border-color: var(--el-radio-input-border-color-hover);
|
|
@@ -12167,12 +12171,13 @@ h6,
|
|
|
12167
12171
|
border-top: 0;
|
|
12168
12172
|
height: 7px;
|
|
12169
12173
|
left: 4px;
|
|
12170
|
-
position: absolute;
|
|
12171
12174
|
top: 1px;
|
|
12172
12175
|
transform: rotate(45deg) scaleY(0);
|
|
12173
12176
|
width: 3px;
|
|
12174
12177
|
transition: transform 0.15s ease-in 0.05s;
|
|
12175
12178
|
transform-origin: center;
|
|
12179
|
+
margin-left: -0.5px;
|
|
12180
|
+
margin-top: -2px;
|
|
12176
12181
|
}
|
|
12177
12182
|
|
|
12178
12183
|
.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