@timus-networks/theme 2.4.237 → 2.4.239
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 +3 -0
- package/dist/runtime/public/scss/element-plus/form.css +3 -0
- package/dist/runtime/public/scss/element-plus/form.scss +8 -0
- package/dist/runtime/public/scss/element-plus/index.css +3 -0
- 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.238";
|
|
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 = {
|
|
@@ -10010,6 +10010,7 @@ heights > $common-component-size
|
|
|
10010
10010
|
display: flex;
|
|
10011
10011
|
gap: 30px;
|
|
10012
10012
|
flex-grow: 1;
|
|
10013
|
+
position: relative;
|
|
10013
10014
|
}
|
|
10014
10015
|
.el-form-items.sticky {
|
|
10015
10016
|
gap: 0;
|
|
@@ -10027,6 +10028,8 @@ heights > $common-component-size
|
|
|
10027
10028
|
border-top-left-radius: 0;
|
|
10028
10029
|
border-bottom-left-radius: 0;
|
|
10029
10030
|
margin-left: -1px;
|
|
10031
|
+
}
|
|
10032
|
+
.el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
|
|
10030
10033
|
z-index: 1;
|
|
10031
10034
|
}
|
|
10032
10035
|
.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 {
|
|
@@ -514,6 +514,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
514
514
|
display: flex;
|
|
515
515
|
gap: 30px;
|
|
516
516
|
flex-grow: 1;
|
|
517
|
+
position: relative;
|
|
517
518
|
}
|
|
518
519
|
.el-form-items.sticky {
|
|
519
520
|
gap: 0;
|
|
@@ -531,6 +532,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
531
532
|
border-top-left-radius: 0;
|
|
532
533
|
border-bottom-left-radius: 0;
|
|
533
534
|
margin-left: -1px;
|
|
535
|
+
}
|
|
536
|
+
.el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
|
|
534
537
|
z-index: 1;
|
|
535
538
|
}
|
|
536
539
|
.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 {
|
|
@@ -268,6 +268,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
268
268
|
display: flex;
|
|
269
269
|
gap: 30px;
|
|
270
270
|
flex-grow: 1;
|
|
271
|
+
position: relative;
|
|
271
272
|
|
|
272
273
|
&.sticky {
|
|
273
274
|
gap: 0;
|
|
@@ -293,6 +294,13 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
293
294
|
border-top-left-radius: 0;
|
|
294
295
|
border-bottom-left-radius: 0;
|
|
295
296
|
margin-left: -1px;
|
|
297
|
+
// z-index: 1;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
> :last-child:not(:first-child) {
|
|
302
|
+
[class*='__content'] .el-button,
|
|
303
|
+
&.el-button {
|
|
296
304
|
z-index: 1;
|
|
297
305
|
}
|
|
298
306
|
}
|
|
@@ -9007,6 +9007,7 @@ heights > $common-component-size
|
|
|
9007
9007
|
display: flex;
|
|
9008
9008
|
gap: 30px;
|
|
9009
9009
|
flex-grow: 1;
|
|
9010
|
+
position: relative;
|
|
9010
9011
|
}
|
|
9011
9012
|
.el-form-items.sticky {
|
|
9012
9013
|
gap: 0;
|
|
@@ -9024,6 +9025,8 @@ heights > $common-component-size
|
|
|
9024
9025
|
border-top-left-radius: 0;
|
|
9025
9026
|
border-bottom-left-radius: 0;
|
|
9026
9027
|
margin-left: -1px;
|
|
9028
|
+
}
|
|
9029
|
+
.el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
|
|
9027
9030
|
z-index: 1;
|
|
9028
9031
|
}
|
|
9029
9032
|
.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 {
|
package/package.json
CHANGED