@empathyco/x-components 3.0.0-alpha.70 → 3.0.0-alpha.71
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 +12 -0
- package/design-system/full-theme.css +13 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
|
|
7
|
+
|
|
8
|
+
### Testing
|
|
9
|
+
|
|
10
|
+
- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
|
|
11
|
+
([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
|
|
12
|
+
|
|
13
|
+
# Change Log
|
|
14
|
+
|
|
15
|
+
All notable changes to this project will be documented in this file. See
|
|
16
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
17
|
+
|
|
6
18
|
## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -1422,18 +1422,6 @@
|
|
|
1422
1422
|
--x-size-border-radius-bottom-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
1423
1423
|
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
1424
1424
|
}
|
|
1425
|
-
.x-input--card.x-input,
|
|
1426
|
-
.x-input--card .x-input {
|
|
1427
|
-
--x-size-border-radius-input-default: var(--x-size-border-radius-input-card);
|
|
1428
|
-
--x-size-border-radius-top-left-input-default: var(--x-size-border-radius-top-left-input-card);
|
|
1429
|
-
--x-size-border-radius-top-right-input-default: var(--x-size-border-radius-top-right-input-card);
|
|
1430
|
-
--x-size-border-radius-bottom-right-input-default: var(
|
|
1431
|
-
--x-size-border-radius-bottom-right-input-card
|
|
1432
|
-
);
|
|
1433
|
-
--x-size-border-radius-bottom-left-input-default: var(
|
|
1434
|
-
--x-size-border-radius-bottom-left-input-card
|
|
1435
|
-
);
|
|
1436
|
-
}
|
|
1437
1425
|
:root {
|
|
1438
1426
|
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
1439
1427
|
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
@@ -7566,3 +7554,16 @@
|
|
|
7566
7554
|
.x-normal-case {
|
|
7567
7555
|
text-transform: none;
|
|
7568
7556
|
}
|
|
7557
|
+
|
|
7558
|
+
.x-input--card.x-input,
|
|
7559
|
+
.x-input--card .x-input {
|
|
7560
|
+
--x-size-border-radius-input-default: var(--x-size-border-radius-input-card);
|
|
7561
|
+
--x-size-border-radius-top-left-input-default: var(--x-size-border-radius-top-left-input-card);
|
|
7562
|
+
--x-size-border-radius-top-right-input-default: var(--x-size-border-radius-top-right-input-card);
|
|
7563
|
+
--x-size-border-radius-bottom-right-input-default: var(
|
|
7564
|
+
--x-size-border-radius-bottom-right-input-card
|
|
7565
|
+
);
|
|
7566
|
+
--x-size-border-radius-bottom-left-input-default: var(
|
|
7567
|
+
--x-size-border-radius-bottom-left-input-card
|
|
7568
|
+
);
|
|
7569
|
+
}
|
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.71",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"access": "public",
|
|
128
128
|
"directory": "dist"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "ac37295739cb8d1184fb2ce04cdd6ca2354a4db1"
|
|
131
131
|
}
|