@empathyco/x-components 3.0.0-alpha.134 → 3.0.0-alpha.135
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/CHANGELOG.md +13 -0
- package/design-system/full-theme.css +36 -35
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.135](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.134...@empathyco/x-components@3.0.0-alpha.135) (2022-07-21)
|
|
7
|
+
|
|
8
|
+
### Testing
|
|
9
|
+
|
|
10
|
+
- **e2e:** search modal re-opens properly after being closed (#613)
|
|
11
|
+
([43282ab](https://github.com/empathyco/x/commit/43282ab1d0ab54af7794c88c89aa8e62326d73d8)),
|
|
12
|
+
closes [EX-6708](https://searchbroker.atlassian.net/browse/EX-6708)
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
6
19
|
## [3.0.0-alpha.134](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.133...@empathyco/x-components@3.0.0-alpha.134) (2022-07-20)
|
|
7
20
|
|
|
8
21
|
### Bug Fixes
|
|
@@ -5,41 +5,6 @@
|
|
|
5
5
|
--x-size-border-radius-base-pill: 99999px;
|
|
6
6
|
--x-size-border-width-base: 1px;
|
|
7
7
|
}
|
|
8
|
-
:root {
|
|
9
|
-
--x-color-base-lead: #36515b;
|
|
10
|
-
--x-color-base-auxiliary: #667981;
|
|
11
|
-
--x-color-base-neutral-10: #1a1a1a;
|
|
12
|
-
--x-color-base-neutral-35: #595959;
|
|
13
|
-
--x-color-base-neutral-70: #b3b3b3;
|
|
14
|
-
--x-color-base-neutral-95: #f2f2f2;
|
|
15
|
-
--x-color-base-neutral-100: #ffffff;
|
|
16
|
-
--x-color-base-accent: #b90276;
|
|
17
|
-
--x-color-base-enable: #00705c;
|
|
18
|
-
--x-color-base-disable: #e11f26;
|
|
19
|
-
--x-color-base-transparent: transparent;
|
|
20
|
-
}
|
|
21
|
-
:root {
|
|
22
|
-
--x-size-base-01: 2px;
|
|
23
|
-
--x-size-base-02: 4px;
|
|
24
|
-
--x-size-base-03: 8px;
|
|
25
|
-
--x-size-base-04: 12px;
|
|
26
|
-
--x-size-base-05: 16px;
|
|
27
|
-
--x-size-base-06: 24px;
|
|
28
|
-
--x-size-base-07: 32px;
|
|
29
|
-
--x-size-base-08: 40px;
|
|
30
|
-
--x-size-base-09: 48px;
|
|
31
|
-
--x-size-base-10: 56px;
|
|
32
|
-
--x-size-base-11: 64px;
|
|
33
|
-
--x-size-base-12: 72px;
|
|
34
|
-
--x-size-base-13: 80px;
|
|
35
|
-
--x-size-base-14: 96px;
|
|
36
|
-
--x-size-base-15: 112px;
|
|
37
|
-
--x-size-base-16: 144px;
|
|
38
|
-
--x-size-base-17: 176px;
|
|
39
|
-
--x-size-base-18: 208px;
|
|
40
|
-
--x-size-base-19: 240px;
|
|
41
|
-
--x-size-base-20: 272px;
|
|
42
|
-
}
|
|
43
8
|
:root {
|
|
44
9
|
--x-font-family-base: "Montserrat", sans-serif;
|
|
45
10
|
--x-size-font-base-xs: 12px;
|
|
@@ -7613,3 +7578,39 @@
|
|
|
7613
7578
|
.x-normal-case {
|
|
7614
7579
|
text-transform: none;
|
|
7615
7580
|
}
|
|
7581
|
+
|
|
7582
|
+
:root {
|
|
7583
|
+
--x-size-base-01: 2px;
|
|
7584
|
+
--x-size-base-02: 4px;
|
|
7585
|
+
--x-size-base-03: 8px;
|
|
7586
|
+
--x-size-base-04: 12px;
|
|
7587
|
+
--x-size-base-05: 16px;
|
|
7588
|
+
--x-size-base-06: 24px;
|
|
7589
|
+
--x-size-base-07: 32px;
|
|
7590
|
+
--x-size-base-08: 40px;
|
|
7591
|
+
--x-size-base-09: 48px;
|
|
7592
|
+
--x-size-base-10: 56px;
|
|
7593
|
+
--x-size-base-11: 64px;
|
|
7594
|
+
--x-size-base-12: 72px;
|
|
7595
|
+
--x-size-base-13: 80px;
|
|
7596
|
+
--x-size-base-14: 96px;
|
|
7597
|
+
--x-size-base-15: 112px;
|
|
7598
|
+
--x-size-base-16: 144px;
|
|
7599
|
+
--x-size-base-17: 176px;
|
|
7600
|
+
--x-size-base-18: 208px;
|
|
7601
|
+
--x-size-base-19: 240px;
|
|
7602
|
+
--x-size-base-20: 272px;
|
|
7603
|
+
}
|
|
7604
|
+
:root {
|
|
7605
|
+
--x-color-base-lead: #36515b;
|
|
7606
|
+
--x-color-base-auxiliary: #667981;
|
|
7607
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
7608
|
+
--x-color-base-neutral-35: #595959;
|
|
7609
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
7610
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
7611
|
+
--x-color-base-neutral-100: #ffffff;
|
|
7612
|
+
--x-color-base-accent: #b90276;
|
|
7613
|
+
--x-color-base-enable: #00705c;
|
|
7614
|
+
--x-color-base-disable: #e11f26;
|
|
7615
|
+
--x-color-base-transparent: transparent;
|
|
7616
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.135",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"access": "public",
|
|
126
126
|
"directory": "dist"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "09a97238f9eb87009797421efc2d5da501efc8f9"
|
|
129
129
|
}
|