coer-elements 0.0.31 → 0.0.32
Sign up to get free protection for your applications and to get access to all the features.
- package/components/lib/coer-button/coer-button.component.d.ts +1 -1
- package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +1 -1
- package/components/lib/coer-textarea/coer-textarea.component.d.ts +1 -1
- package/components/lib/coer-textbox/coer-textbox.component.d.ts +1 -1
- package/esm2022/components/lib/coer-sidenav/coer-sidenav.component.mjs +2 -2
- package/esm2022/components/lib/coer-sidenav/coer-tree-accordion/coer-tree-accordion.component.mjs +3 -2
- package/fesm2022/coer-elements-components.mjs +2 -2
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/package.json +7 -7
- package/styles/coer-elements.css +1 -3
- package/styles/containers.scss +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "coer-elements",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.32",
|
4
4
|
"author": "Christian Omar Escamilla Rodríguez",
|
5
5
|
"keywords": [
|
6
6
|
"COER",
|
@@ -54,18 +54,18 @@
|
|
54
54
|
"esm": "./esm2022/interfaces/coer-elements-interfaces.mjs",
|
55
55
|
"default": "./fesm2022/coer-elements-interfaces.mjs"
|
56
56
|
},
|
57
|
-
"./pipes": {
|
58
|
-
"types": "./pipes/index.d.ts",
|
59
|
-
"esm2022": "./esm2022/pipes/coer-elements-pipes.mjs",
|
60
|
-
"esm": "./esm2022/pipes/coer-elements-pipes.mjs",
|
61
|
-
"default": "./fesm2022/coer-elements-pipes.mjs"
|
62
|
-
},
|
63
57
|
"./signals": {
|
64
58
|
"types": "./signals/index.d.ts",
|
65
59
|
"esm2022": "./esm2022/signals/coer-elements-signals.mjs",
|
66
60
|
"esm": "./esm2022/signals/coer-elements-signals.mjs",
|
67
61
|
"default": "./fesm2022/coer-elements-signals.mjs"
|
68
62
|
},
|
63
|
+
"./pipes": {
|
64
|
+
"types": "./pipes/index.d.ts",
|
65
|
+
"esm2022": "./esm2022/pipes/coer-elements-pipes.mjs",
|
66
|
+
"esm": "./esm2022/pipes/coer-elements-pipes.mjs",
|
67
|
+
"default": "./fesm2022/coer-elements-pipes.mjs"
|
68
|
+
},
|
69
69
|
"./tools": {
|
70
70
|
"types": "./tools/index.d.ts",
|
71
71
|
"esm2022": "./esm2022/tools/coer-elements-tools.mjs",
|
package/styles/coer-elements.css
CHANGED
@@ -3220,7 +3220,7 @@ aside.toast-container > * {
|
|
3220
3220
|
animation-iteration-count: 1;
|
3221
3221
|
animation-fill-mode: both;
|
3222
3222
|
position: relative;
|
3223
|
-
z-index:
|
3223
|
+
z-index: 100;
|
3224
3224
|
}
|
3225
3225
|
|
3226
3226
|
.coer-container-tab {
|
@@ -3234,7 +3234,6 @@ aside.toast-container > * {
|
|
3234
3234
|
animation-iteration-count: 1;
|
3235
3235
|
animation-fill-mode: both;
|
3236
3236
|
position: relative;
|
3237
|
-
z-index: 1;
|
3238
3237
|
padding: 0px;
|
3239
3238
|
}
|
3240
3239
|
.coer-container-tab .row {
|
@@ -3252,7 +3251,6 @@ aside.toast-container > * {
|
|
3252
3251
|
animation-iteration-count: 1;
|
3253
3252
|
animation-fill-mode: both;
|
3254
3253
|
position: relative;
|
3255
|
-
z-index: 1;
|
3256
3254
|
padding-bottom: 5px;
|
3257
3255
|
}
|
3258
3256
|
|
package/styles/containers.scss
CHANGED
@@ -13,12 +13,12 @@
|
|
13
13
|
animation-duration: 1.5s;
|
14
14
|
animation-iteration-count: 1;
|
15
15
|
animation-fill-mode: both;
|
16
|
-
position: relative;
|
17
|
-
z-index: 1;
|
16
|
+
position: relative;
|
18
17
|
}
|
19
18
|
|
20
19
|
.coer-container {
|
21
20
|
@include Container();
|
21
|
+
z-index: 100;
|
22
22
|
}
|
23
23
|
|
24
24
|
.coer-container-tab {
|