coer-elements 0.0.67 → 0.0.68

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -34,14 +34,14 @@
34
34
  "types": "./index.d.ts",
35
35
  "default": "./fesm2022/coer-elements.mjs"
36
36
  },
37
- "./components": {
38
- "types": "./components/index.d.ts",
39
- "default": "./fesm2022/coer-elements-components.mjs"
40
- },
41
37
  "./directives": {
42
38
  "types": "./directives/index.d.ts",
43
39
  "default": "./fesm2022/coer-elements-directives.mjs"
44
40
  },
41
+ "./components": {
42
+ "types": "./components/index.d.ts",
43
+ "default": "./fesm2022/coer-elements-components.mjs"
44
+ },
45
45
  "./interfaces": {
46
46
  "types": "./interfaces/index.d.ts",
47
47
  "default": "./fesm2022/coer-elements-interfaces.mjs"
@@ -1862,6 +1862,7 @@ aside.toast-container > * {
1862
1862
  .flex-wrap {
1863
1863
  display: flex !important;
1864
1864
  flex-wrap: wrap !important;
1865
+ gap: 10px !important;
1865
1866
  }
1866
1867
 
1867
1868
  .flex-wrap-item {
@@ -23,6 +23,7 @@
23
23
  .flex-wrap {
24
24
  display: flex !important;
25
25
  flex-wrap: wrap !important;
26
+ gap: 10px !important;
26
27
  }
27
28
 
28
29
  .flex-wrap-item {