@ebscn/ui 1.0.3-beta.26 → 1.0.3-beta.28

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.
@@ -26,7 +26,6 @@
26
26
  margin-top: -1px;
27
27
  }
28
28
  .ebscn-list-default .ebscn-list-body {
29
- border-top: var(--border-top);
30
29
  border-bottom: var(--border-bottom);
31
30
  }
32
31
  .ebscn-list-card {
@@ -12,42 +12,30 @@
12
12
  position: absolute;
13
13
  z-index: 100;
14
14
  }
15
+ .ebscn-popup-body .ebscn-popup-close-icon {
16
+ left: 16px;
17
+ top: 22.5px;
18
+ }
15
19
  .ebscn-popup-body-position-bottom {
16
20
  width: 100%;
17
21
  bottom: 0;
18
22
  left: 0;
19
23
  }
20
- .ebscn-popup-body-position-bottom .ebscn-popup-close-icon {
21
- left: 8px;
22
- top: 8px;
23
- }
24
24
  .ebscn-popup-body-position-top {
25
25
  width: 100%;
26
26
  top: 0;
27
27
  left: 0;
28
28
  }
29
- .ebscn-popup-body-position-top .ebscn-popup-close-icon {
30
- left: 8px;
31
- bottom: 8px;
32
- }
33
29
  .ebscn-popup-body-position-left {
34
30
  height: 100%;
35
31
  top: 0;
36
32
  left: 0;
37
33
  }
38
- .ebscn-popup-body-position-left .ebscn-popup-close-icon {
39
- left: 8px;
40
- top: 8px;
41
- }
42
34
  .ebscn-popup-body-position-right {
43
35
  height: 100%;
44
36
  top: 0;
45
37
  right: 0;
46
38
  }
47
- .ebscn-popup-body-position-right .ebscn-popup-close-icon {
48
- left: 8px;
49
- top: 8px;
50
- }
51
39
  .ebscn-popup-close-icon {
52
40
  cursor: pointer;
53
41
  padding: 4px;
@@ -32,7 +32,7 @@
32
32
  }
33
33
  .ebscn-tabs-tab {
34
34
  white-space: nowrap;
35
- padding: 8px 0 10px;
35
+ padding: 8px 0 5px;
36
36
  width: -webkit-min-content;
37
37
  width: min-content;
38
38
  margin: 0 auto;
@@ -26,7 +26,6 @@
26
26
  margin-top: -1px;
27
27
  }
28
28
  .ebscn-list-default .ebscn-list-body {
29
- border-top: var(--border-top);
30
29
  border-bottom: var(--border-bottom);
31
30
  }
32
31
  .ebscn-list-card {
@@ -12,42 +12,30 @@
12
12
  position: absolute;
13
13
  z-index: 100;
14
14
  }
15
+ .ebscn-popup-body .ebscn-popup-close-icon {
16
+ left: 16px;
17
+ top: 22.5px;
18
+ }
15
19
  .ebscn-popup-body-position-bottom {
16
20
  width: 100%;
17
21
  bottom: 0;
18
22
  left: 0;
19
23
  }
20
- .ebscn-popup-body-position-bottom .ebscn-popup-close-icon {
21
- left: 8px;
22
- top: 8px;
23
- }
24
24
  .ebscn-popup-body-position-top {
25
25
  width: 100%;
26
26
  top: 0;
27
27
  left: 0;
28
28
  }
29
- .ebscn-popup-body-position-top .ebscn-popup-close-icon {
30
- left: 8px;
31
- bottom: 8px;
32
- }
33
29
  .ebscn-popup-body-position-left {
34
30
  height: 100%;
35
31
  top: 0;
36
32
  left: 0;
37
33
  }
38
- .ebscn-popup-body-position-left .ebscn-popup-close-icon {
39
- left: 8px;
40
- top: 8px;
41
- }
42
34
  .ebscn-popup-body-position-right {
43
35
  height: 100%;
44
36
  top: 0;
45
37
  right: 0;
46
38
  }
47
- .ebscn-popup-body-position-right .ebscn-popup-close-icon {
48
- left: 8px;
49
- top: 8px;
50
- }
51
39
  .ebscn-popup-close-icon {
52
40
  cursor: pointer;
53
41
  padding: 4px;
@@ -32,7 +32,7 @@
32
32
  }
33
33
  .ebscn-tabs-tab {
34
34
  white-space: nowrap;
35
- padding: 8px 0 10px;
35
+ padding: 8px 0 5px;
36
36
  width: -webkit-min-content;
37
37
  width: min-content;
38
38
  margin: 0 auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebscn/ui",
3
- "version": "1.0.3-beta.26",
3
+ "version": "1.0.3-beta.28",
4
4
  "description": "ebscn react library",
5
5
  "module": "./es/index.js",
6
6
  "types": "./es/index.d.ts",