@timus-networks/theme 2.4.232 → 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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +6 -4
- package/dist/runtime/public/scss/element-plus/descriptions.css +1 -3
- package/dist/runtime/public/scss/element-plus/descriptions.scss +1 -3
- package/dist/runtime/public/scss/element-plus/index.css +6 -4
- 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.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 = {
|
|
@@ -9082,9 +9082,7 @@ heights > $common-component-size
|
|
|
9082
9082
|
justify-content: space-between;
|
|
9083
9083
|
}
|
|
9084
9084
|
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
9085
|
-
|
|
9086
|
-
align-items: center;
|
|
9087
|
-
justify-content: space-between;
|
|
9085
|
+
text-align: right;
|
|
9088
9086
|
}
|
|
9089
9087
|
|
|
9090
9088
|
.el-descriptions__label.el-descriptions__cell.is-bordered-label {
|
|
@@ -13049,6 +13047,9 @@ heights > $common-component-size
|
|
|
13049
13047
|
box-sizing: border-box;
|
|
13050
13048
|
z-index: var(--el-index-normal);
|
|
13051
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;
|
|
13052
13053
|
}
|
|
13053
13054
|
.el-radio__inner:hover {
|
|
13054
13055
|
border-color: var(--el-radio-input-border-color-hover);
|
|
@@ -13061,12 +13062,13 @@ heights > $common-component-size
|
|
|
13061
13062
|
border-top: 0;
|
|
13062
13063
|
height: 7px;
|
|
13063
13064
|
left: 4px;
|
|
13064
|
-
position: absolute;
|
|
13065
13065
|
top: 1px;
|
|
13066
13066
|
transform: rotate(45deg) scaleY(0);
|
|
13067
13067
|
width: 3px;
|
|
13068
13068
|
transition: transform 0.15s ease-in 0.05s;
|
|
13069
13069
|
transform-origin: center;
|
|
13070
|
+
margin-left: -0.5px;
|
|
13071
|
+
margin-top: -2px;
|
|
13070
13072
|
}
|
|
13071
13073
|
|
|
13072
13074
|
.el-radio__original {
|
|
@@ -414,7 +414,5 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
414
414
|
justify-content: space-between;
|
|
415
415
|
}
|
|
416
416
|
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
417
|
-
|
|
418
|
-
align-items: center;
|
|
419
|
-
justify-content: space-between;
|
|
417
|
+
text-align: right;
|
|
420
418
|
}
|
|
@@ -181,9 +181,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
181
181
|
justify-content: space-between;
|
|
182
182
|
}
|
|
183
183
|
.#{$namespace}-descriptions__cell.is-bordered-content {
|
|
184
|
-
|
|
185
|
-
align-items: center;
|
|
186
|
-
justify-content: space-between;
|
|
184
|
+
text-align: right;
|
|
187
185
|
}
|
|
188
186
|
}
|
|
189
187
|
}
|
|
@@ -8079,9 +8079,7 @@ heights > $common-component-size
|
|
|
8079
8079
|
justify-content: space-between;
|
|
8080
8080
|
}
|
|
8081
8081
|
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
8082
|
-
|
|
8083
|
-
align-items: center;
|
|
8084
|
-
justify-content: space-between;
|
|
8082
|
+
text-align: right;
|
|
8085
8083
|
}
|
|
8086
8084
|
|
|
8087
8085
|
.el-descriptions__label.el-descriptions__cell.is-bordered-label {
|
|
@@ -12157,6 +12155,9 @@ h6,
|
|
|
12157
12155
|
box-sizing: border-box;
|
|
12158
12156
|
z-index: var(--el-index-normal);
|
|
12159
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;
|
|
12160
12161
|
}
|
|
12161
12162
|
.el-radio__inner:hover {
|
|
12162
12163
|
border-color: var(--el-radio-input-border-color-hover);
|
|
@@ -12169,12 +12170,13 @@ h6,
|
|
|
12169
12170
|
border-top: 0;
|
|
12170
12171
|
height: 7px;
|
|
12171
12172
|
left: 4px;
|
|
12172
|
-
position: absolute;
|
|
12173
12173
|
top: 1px;
|
|
12174
12174
|
transform: rotate(45deg) scaleY(0);
|
|
12175
12175
|
width: 3px;
|
|
12176
12176
|
transition: transform 0.15s ease-in 0.05s;
|
|
12177
12177
|
transform-origin: center;
|
|
12178
|
+
margin-left: -0.5px;
|
|
12179
|
+
margin-top: -2px;
|
|
12178
12180
|
}
|
|
12179
12181
|
|
|
12180
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