@empathyco/x-components 3.0.0-alpha.383 → 3.0.0-alpha.384

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,6 +3,15 @@
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
+ ## [3.0.0-alpha.384](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.383...@empathyco/x-components@3.0.0-alpha.384) (2023-06-08)
7
+
8
+
9
+ ### Testing
10
+
11
+ * review skipped tests (#1201) ([8c46a38](https://github.com/empathyco/x/commit/8c46a382dd37f2bf67849d8537c0faa668b430e2))
12
+
13
+
14
+
6
15
  ## [3.0.0-alpha.383](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.382...@empathyco/x-components@3.0.0-alpha.383) (2023-06-08)
7
16
 
8
17
 
@@ -1,5 +1,4 @@
1
1
 
2
-
3
2
  .x-uppercase {
4
3
  text-transform: uppercase;
5
4
  }
@@ -1009,6 +1008,15 @@
1009
1008
  -webkit-box-orient: vertical !important;
1010
1009
  -webkit-line-clamp: 6 !important;
1011
1010
  }
1011
+ .x-font-weight--light {
1012
+ font-weight: var(--x-number-font-weight-base-light) !important;
1013
+ }
1014
+ .x-font-weight--regular {
1015
+ font-weight: var(--x-number-font-weight-base-regular) !important;
1016
+ }
1017
+ .x-font-weight--bold {
1018
+ font-weight: var(--x-number-font-weight-base-bold) !important;
1019
+ }
1012
1020
  .x-font-size--01 {
1013
1021
  font-size: var(--x-size-base-01) !important;
1014
1022
  line-height: 1.5;
@@ -7607,19 +7615,6 @@
7607
7615
  --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7608
7616
  --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7609
7617
  }
7610
- :root {
7611
- --x-color-border-facet-outlined: var(--x-color-base-neutral-70);
7612
- --x-size-border-width-facet-outlined: var(--x-size-border-width-base);
7613
- --x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
7614
- --x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
7615
- --x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
7616
- --x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
7617
- --x-size-padding-facet-header-outlined: var(--x-size-base-03);
7618
- --x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7619
- --x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7620
- --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7621
- --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7622
- }
7623
7618
 
7624
7619
  .x-facet--outlined.x-facet,
7625
7620
  .x-facet--outlined .x-facet {
@@ -7635,6 +7630,19 @@
7635
7630
  --x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
7636
7631
  --x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
7637
7632
  }
7633
+ :root {
7634
+ --x-color-border-facet-outlined: var(--x-color-base-neutral-70);
7635
+ --x-size-border-width-facet-outlined: var(--x-size-border-width-base);
7636
+ --x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
7637
+ --x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
7638
+ --x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
7639
+ --x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
7640
+ --x-size-padding-facet-header-outlined: var(--x-size-base-03);
7641
+ --x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7642
+ --x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7643
+ --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7644
+ --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7645
+ }
7638
7646
  :root {
7639
7647
  --x-color-border-facet-header-line: var(--x-color-base-neutral-10);
7640
7648
  --x-size-border-width-facet-header-line: var(--x-size-border-width-base);
@@ -8833,12 +8841,3 @@
8833
8841
  --x-size-border-radius-base-pill: 99999px;
8834
8842
  --x-size-border-width-base: 1px;
8835
8843
  }
8836
- .x-font-weight--light {
8837
- font-weight: var(--x-number-font-weight-base-light) !important;
8838
- }
8839
- .x-font-weight--regular {
8840
- font-weight: var(--x-number-font-weight-base-regular) !important;
8841
- }
8842
- .x-font-weight--bold {
8843
- font-weight: var(--x-number-font-weight-base-bold) !important;
8844
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.383",
3
+ "version": "3.0.0-alpha.384",
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": "2521ab8a0f64b0aa959342b6798e642b30653f12"
146
+ "gitHead": "f5a5bf4446554216838cb428fc26f4b879cbd451"
147
147
  }