@empathyco/x-components 5.0.0-alpha.37 → 5.0.0-alpha.39

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10)
6
+ ## [5.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.39) (2024-06-11)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -14,9 +14,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
14
  ### Continuous Integration
15
15
 
16
16
  * add token to checkout action (#1511) ([c7cd70a](https://github.com/empathyco/x/commit/c7cd70a5b6df5701b5e46b4558b82485bc40f953))
17
+ * fix package version and remove `persist-credentials` (#1513) ([c3add80](https://github.com/empathyco/x/commit/c3add8033ac5515e715e1ffff636b6df8133bccc))
17
18
 
18
19
 
19
20
 
21
+ ## [5.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.37...@empathyco/x-components@5.0.0-alpha.38) (2024-06-11)
22
+
23
+ **Note:** Version bump only for package @empathyco/x-components
24
+
25
+ ## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.36...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10)
26
+
27
+ **Note:** Version bump only for package @empathyco/x-components
28
+
20
29
  ## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.35...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10)
21
30
 
22
31
  **Note:** Version bump only for package @empathyco/x-components
@@ -1,5 +1,4 @@
1
1
 
2
-
3
2
  .x-uppercase {
4
3
  text-transform: uppercase;
5
4
  }
@@ -494,6 +493,7 @@
494
493
  [dir="rtl"] .x-padding--left-20 {
495
494
  padding-right: var(--x-size-base-20) !important;
496
495
  }
496
+
497
497
  .x-margin--auto {
498
498
  margin: auto !important;
499
499
  }
@@ -956,29 +956,6 @@
956
956
  [dir="rtl"] .x-margin--left-20 {
957
957
  margin-right: var(--x-size-base-20) !important;
958
958
  }
959
- .x-line-height--none {
960
- line-height: 1 !important;
961
- }
962
-
963
- .x-line-height--tight {
964
- line-height: 1.25 !important;
965
- }
966
-
967
- .x-line-height--snug {
968
- line-height: 1.375 !important;
969
- }
970
-
971
- .x-line-height--normal {
972
- line-height: 1.5 !important;
973
- }
974
-
975
- .x-line-height--relaxed {
976
- line-height: 1.625 !important;
977
- }
978
-
979
- .x-line-height--loose {
980
- line-height: 2 !important;
981
- }
982
959
  .x-line-clamp--2 {
983
960
  overflow: hidden !important;
984
961
  display: -webkit-box !important;
@@ -1013,6 +990,29 @@
1013
990
  -webkit-box-orient: vertical !important;
1014
991
  -webkit-line-clamp: 6 !important;
1015
992
  }
993
+ .x-line-height--none {
994
+ line-height: 1 !important;
995
+ }
996
+
997
+ .x-line-height--tight {
998
+ line-height: 1.25 !important;
999
+ }
1000
+
1001
+ .x-line-height--snug {
1002
+ line-height: 1.375 !important;
1003
+ }
1004
+
1005
+ .x-line-height--normal {
1006
+ line-height: 1.5 !important;
1007
+ }
1008
+
1009
+ .x-line-height--relaxed {
1010
+ line-height: 1.625 !important;
1011
+ }
1012
+
1013
+ .x-line-height--loose {
1014
+ line-height: 2 !important;
1015
+ }
1016
1016
  .x-font-weight--light {
1017
1017
  font-weight: var(--x-number-font-weight-base-light) !important;
1018
1018
  }
@@ -3329,6 +3329,21 @@
3329
3329
  .x-border-color--transparent {
3330
3330
  border-color: var(--x-color-base-transparent) !important;
3331
3331
  }
3332
+ .x-text--stroke.x-text {
3333
+ --x-string-text-decoration: line-through;
3334
+ }
3335
+ .x-text--stroke.x-title1 {
3336
+ --x-string-text-decoration-title1: line-through;
3337
+ }
3338
+ .x-text--stroke.x-title2 {
3339
+ --x-string-text-decoration-title2: line-through;
3340
+ }
3341
+ .x-text--stroke.x-title3 {
3342
+ --x-string-text-decoration-title3: line-through;
3343
+ }
3344
+ .x-text--stroke.x-small {
3345
+ --x-string-text-decoration-small: line-through;
3346
+ }
3332
3347
  .x-background--lead {
3333
3348
  background-color: var(--x-color-base-lead) !important;
3334
3349
  }
@@ -3372,24 +3387,6 @@
3372
3387
  .x-background--transparent {
3373
3388
  background-color: var(--x-color-base-transparent) !important;
3374
3389
  }
3375
- .x-text--stroke.x-text {
3376
- --x-string-text-decoration: line-through;
3377
- }
3378
- .x-text--stroke.x-title1 {
3379
- --x-string-text-decoration-title1: line-through;
3380
- }
3381
- .x-text--stroke.x-title2 {
3382
- --x-string-text-decoration-title2: line-through;
3383
- }
3384
- .x-text--stroke.x-title3 {
3385
- --x-string-text-decoration-title3: line-through;
3386
- }
3387
- .x-text--stroke.x-small {
3388
- --x-string-text-decoration-small: line-through;
3389
- }
3390
- :root {
3391
- --x-color-text-secondary: var(--x-color-base-neutral-35);
3392
- }
3393
3390
  .x-text--secondary {
3394
3391
  --x-color-text-default: var(--x-color-text-secondary);
3395
3392
  }
@@ -3912,13 +3909,6 @@
3912
3909
  --x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
3913
3910
  --x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
3914
3911
  }
3915
- :root {
3916
- --x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
3917
- --x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
3918
- --x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
3919
- --x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
3920
- --x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
3921
- }
3922
3912
 
3923
3913
  .x-tag--card.x-tag,
3924
3914
  .x-tag--card .x-tag {
@@ -3930,6 +3920,13 @@
3930
3920
  );
3931
3921
  --x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
3932
3922
  }
3923
+ :root {
3924
+ --x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
3925
+ --x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
3926
+ --x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
3927
+ --x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
3928
+ --x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
3929
+ }
3933
3930
  :root {
3934
3931
  --x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
3935
3932
  --x-color-text-suggestion-group-matching-part-default: var(
@@ -5041,10 +5038,6 @@
5041
5038
  --x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
5042
5039
  --x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
5043
5040
  }
5044
- :root {
5045
- --x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
5046
- --x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
5047
- }
5048
5041
 
5049
5042
  .x-picture--cover.x-picture {
5050
5043
  position: relative;
@@ -5061,6 +5054,10 @@
5061
5054
  width: 100%;
5062
5055
  height: 100%;
5063
5056
  }
5057
+ :root {
5058
+ --x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
5059
+ --x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
5060
+ }
5064
5061
  :root {
5065
5062
  --x-color-background-picture-colored: var(--x-color-base-neutral-95);
5066
5063
  --x-mix-blend-mode-picture-colored: multiply;
@@ -7877,13 +7874,6 @@
7877
7874
  :root {
7878
7875
  --x-size-width-dropdown-xl: 282px;
7879
7876
  }
7880
- :root {
7881
- --x-size-width-dropdown-xl: 282px;
7882
- }
7883
-
7884
- .x-dropdown.x-dropdown--xl {
7885
- --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
7886
- }
7887
7877
  :root {
7888
7878
  --x-size-width-dropdown-s: 74px;
7889
7879
  }
@@ -7955,6 +7945,13 @@
7955
7945
  .x-dropdown.x-dropdown--m {
7956
7946
  --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-m);
7957
7947
  }
7948
+ :root {
7949
+ --x-size-width-dropdown-xl: 282px;
7950
+ }
7951
+
7952
+ .x-dropdown.x-dropdown--xl {
7953
+ --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
7954
+ }
7958
7955
  :root {
7959
7956
  --x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
7960
7957
  --x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
@@ -7979,6 +7976,9 @@
7979
7976
  --x-size-border-width-bottom-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
7980
7977
  --x-size-border-width-left-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
7981
7978
  }
7979
+ :root {
7980
+ --x-size-width-dropdown-l: 202px;
7981
+ }
7982
7982
  :root {
7983
7983
  --x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
7984
7984
  --x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
@@ -8045,9 +8045,6 @@
8045
8045
  :root {
8046
8046
  --x-size-width-dropdown-l: 202px;
8047
8047
  }
8048
- :root {
8049
- --x-size-width-dropdown-l: 202px;
8050
- }
8051
8048
 
8052
8049
  .x-dropdown.x-dropdown--l {
8053
8050
  --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-l);
@@ -8841,4 +8838,7 @@
8841
8838
  --x-size-border-radius-base-m: var(--x-size-base-06);
8842
8839
  --x-size-border-radius-base-pill: 99999px;
8843
8840
  --x-size-border-width-base: 1px;
8841
+ }
8842
+ :root {
8843
+ --x-color-text-secondary: var(--x-color-base-neutral-35);
8844
8844
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "5.0.0-alpha.37",
3
+ "version": "5.0.0-alpha.39",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -143,5 +143,5 @@
143
143
  "access": "public",
144
144
  "directory": "dist"
145
145
  },
146
- "gitHead": "989c35e14b4b8a2b8c47f778d8a065fbbe1bef41"
146
+ "gitHead": "18dc522c3a47f636ddb135a5d497cb01898dff09"
147
147
  }