@empathyco/x-components 3.0.0-alpha.251 → 3.0.0-alpha.252
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 +15 -18
- package/design-system/full-theme.css +20 -19
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,40 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
## [3.0.0-alpha.251](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.250...@empathyco/x-components@3.0.0-alpha.251) (2022-12-15)
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
5
|
|
|
6
|
+
## [3.0.0-alpha.252](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.251...@empathyco/x-components@3.0.0-alpha.252) (2022-12-16)
|
|
8
7
|
|
|
9
|
-
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## [3.0.0-alpha.251](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.250...@empathyco/x-components@3.0.0-alpha.251) (2022-12-15)
|
|
12
11
|
|
|
12
|
+
### Documentation
|
|
13
13
|
|
|
14
|
+
- use new docs video reference component (#923)
|
|
15
|
+
([c1f2bff](https://github.com/empathyco/x/commit/c1f2bffa684c10149c97b4d746fecbe4519fa126))
|
|
14
16
|
|
|
15
17
|
## [3.0.0-alpha.250](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.249...@empathyco/x-components@3.0.0-alpha.250) (2022-12-15)
|
|
16
18
|
|
|
17
|
-
|
|
18
19
|
### Continuous Integration
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
- use matrix steps and jest projects (#919)
|
|
22
|
+
([dec53f5](https://github.com/empathyco/x/commit/dec53f5da572a4a5f3c8519222c1ed94ed981967))
|
|
23
23
|
|
|
24
24
|
## [3.0.0-alpha.249](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.248...@empathyco/x-components@3.0.0-alpha.249) (2022-12-14)
|
|
25
25
|
|
|
26
|
-
|
|
27
26
|
### Features
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
- **recommendations:** emit `RecommendationsChanged` (#922)
|
|
29
|
+
([11119c3](https://github.com/empathyco/x/commit/11119c353bb26ac5dc3fdd774a513b68a1098771))
|
|
32
30
|
|
|
33
31
|
## [3.0.0-alpha.248](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.247...@empathyco/x-components@3.0.0-alpha.248) (2022-12-12)
|
|
34
32
|
|
|
35
|
-
|
|
36
33
|
### Bug Fixes
|
|
37
34
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
- remove warning when the event is not defined (#918)
|
|
36
|
+
([7f70e25](https://github.com/empathyco/x/commit/7f70e257bae41ba34f72c1c580c79862448faea9)),
|
|
37
|
+
closes [EX-7617](https://searchbroker.atlassian.net/browse/EX-7617)
|
|
41
38
|
|
|
42
39
|
# Change Log
|
|
43
40
|
|
|
@@ -3591,16 +3591,6 @@
|
|
|
3591
3591
|
--x-number-font-weight-suggestion-default-matching
|
|
3592
3592
|
);
|
|
3593
3593
|
}
|
|
3594
|
-
.x-tag--card.x-tag,
|
|
3595
|
-
.x-tag--card .x-tag {
|
|
3596
|
-
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
|
|
3597
|
-
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-card);
|
|
3598
|
-
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-card);
|
|
3599
|
-
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3600
|
-
--x-size-border-radius-bottom-right-tag-card
|
|
3601
|
-
);
|
|
3602
|
-
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
3603
|
-
}
|
|
3604
3594
|
:root {
|
|
3605
3595
|
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
3606
3596
|
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
@@ -6274,15 +6264,6 @@
|
|
|
6274
6264
|
font-size: var(--x-size-base-20) !important;
|
|
6275
6265
|
line-height: 1.5;
|
|
6276
6266
|
}
|
|
6277
|
-
.x-font-weight--light {
|
|
6278
|
-
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
6279
|
-
}
|
|
6280
|
-
.x-font-weight--regular {
|
|
6281
|
-
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
6282
|
-
}
|
|
6283
|
-
.x-font-weight--bold {
|
|
6284
|
-
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
6285
|
-
}
|
|
6286
6267
|
.x-line-clamp--2 {
|
|
6287
6268
|
overflow: hidden !important;
|
|
6288
6269
|
display: -webkit-box !important;
|
|
@@ -7292,3 +7273,23 @@
|
|
|
7292
7273
|
.x-normal-case {
|
|
7293
7274
|
text-transform: none;
|
|
7294
7275
|
}
|
|
7276
|
+
|
|
7277
|
+
.x-font-weight--light {
|
|
7278
|
+
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
7279
|
+
}
|
|
7280
|
+
.x-font-weight--regular {
|
|
7281
|
+
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
7282
|
+
}
|
|
7283
|
+
.x-font-weight--bold {
|
|
7284
|
+
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
7285
|
+
}
|
|
7286
|
+
.x-tag--card.x-tag,
|
|
7287
|
+
.x-tag--card .x-tag {
|
|
7288
|
+
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
|
|
7289
|
+
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-card);
|
|
7290
|
+
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-card);
|
|
7291
|
+
--x-size-border-radius-bottom-right-tag-default: var(
|
|
7292
|
+
--x-size-border-radius-bottom-right-tag-card
|
|
7293
|
+
);
|
|
7294
|
+
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
7295
|
+
}
|
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.252",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"cypress:open:component": "cypress open-ct"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@empathyco/x-adapter": "^8.0.0-alpha.
|
|
66
|
+
"@empathyco/x-adapter": "^8.0.0-alpha.13",
|
|
67
67
|
"@empathyco/x-deep-merge": "^1.3.0-alpha.25",
|
|
68
68
|
"@empathyco/x-logger": "^1.2.0-alpha.4",
|
|
69
69
|
"@empathyco/x-storage-service": "^2.0.0-alpha.4",
|
|
70
|
-
"@empathyco/x-types": "^10.0.0-alpha.
|
|
70
|
+
"@empathyco/x-types": "^10.0.0-alpha.44",
|
|
71
71
|
"@empathyco/x-utils": "^1.0.0-alpha.11",
|
|
72
72
|
"@vue/devtools-api": "~6.2.1",
|
|
73
|
-
"rxjs": "~7.
|
|
73
|
+
"rxjs": "~7.8.0",
|
|
74
74
|
"tslib": "~2.3.0",
|
|
75
75
|
"vue-class-component": "~7.1.0",
|
|
76
76
|
"vue-global-events": "~1.2.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@cypress/vue": "~2.2.4",
|
|
86
86
|
"@cypress/webpack-dev-server": "~1.8.4",
|
|
87
|
-
"@empathyco/x-adapter-platform": "^1.0.0-alpha.
|
|
87
|
+
"@empathyco/x-adapter-platform": "^1.0.0-alpha.46",
|
|
88
88
|
"@empathyco/x-tailwindcss": "^0.2.0-alpha.35",
|
|
89
89
|
"@microsoft/api-documenter": "~7.15.3",
|
|
90
90
|
"@microsoft/api-extractor": "~7.19.4",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"access": "public",
|
|
136
136
|
"directory": "dist"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "a13c2eda0e02f1d2352d26d15eb1a2ef86be09a4"
|
|
139
139
|
}
|