@empathyco/x-components 3.0.0-alpha.172 → 3.0.0-alpha.173

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. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0-alpha.173](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.172...@empathyco/x-components@3.0.0-alpha.173) (2022-09-16)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  ## [3.0.0-alpha.172](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.171...@empathyco/x-components@3.0.0-alpha.172) (2022-09-13)
7
16
 
8
17
  ### Features
@@ -1,10 +1,3 @@
1
- :root {
2
- --x-size-border-radius-base-none: 0;
3
- --x-size-border-radius-base-s: var(--x-size-base-02);
4
- --x-size-border-radius-base-m: var(--x-size-base-06);
5
- --x-size-border-radius-base-pill: 99999px;
6
- --x-size-border-width-base: 1px;
7
- }
8
1
  :root {
9
2
  --x-color-base-lead: #36515b;
10
3
  --x-color-base-auxiliary: #667981;
@@ -53,4 +46,11 @@
53
46
  --x-size-line-height-base-s: 16px;
54
47
  --x-size-line-height-base-m: 24px;
55
48
  --x-size-line-height-base-l: 32px;
49
+ }
50
+ :root {
51
+ --x-size-border-radius-base-none: 0;
52
+ --x-size-border-radius-base-s: var(--x-size-base-02);
53
+ --x-size-border-radius-base-m: var(--x-size-base-06);
54
+ --x-size-border-radius-base-pill: 99999px;
55
+ --x-size-border-width-base: 1px;
56
56
  }
@@ -881,6 +881,15 @@
881
881
  --x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
882
882
  --x-size-line-height-facet-default: var(--x-size-line-height-title3);
883
883
  }
884
+ .x-facet--line.x-facet,
885
+ .x-facet--line .x-facet {
886
+ --x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
887
+ --x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
888
+ --x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
889
+ --x-size-border-width-right-facet-header-default: var(--x-size-border-width-right-facet-header-line);
890
+ --x-size-border-width-bottom-facet-header-default: var(--x-size-border-width-bottom-facet-header-line);
891
+ --x-size-border-width-left-facet-header-default: var(--x-size-border-width-left-facet-header-line);
892
+ }
884
893
  :root {
885
894
  --x-color-border-facet-header-line: var(--x-color-base-neutral-10);
886
895
  --x-size-border-width-facet-header-line: var(--x-size-border-width-base);
@@ -7441,23 +7450,19 @@
7441
7450
  position: sticky !important;
7442
7451
  }
7443
7452
  .x-underline {
7444
- -webkit-text-decoration-line: underline;
7445
- text-decoration-line: underline;
7453
+ text-decoration-line: underline;
7446
7454
  }
7447
7455
 
7448
7456
  .x-overline {
7449
- -webkit-text-decoration-line: overline;
7450
- text-decoration-line: overline;
7457
+ text-decoration-line: overline;
7451
7458
  }
7452
7459
 
7453
7460
  .x-line-through {
7454
- -webkit-text-decoration-line: line-through;
7455
- text-decoration-line: line-through;
7461
+ text-decoration-line: line-through;
7456
7462
  }
7457
7463
 
7458
7464
  .x-no-underline {
7459
- -webkit-text-decoration-line: none;
7460
- text-decoration-line: none;
7465
+ text-decoration-line: none;
7461
7466
  }
7462
7467
  .x-uppercase {
7463
7468
  text-transform: uppercase;
@@ -7474,13 +7479,3 @@
7474
7479
  .x-normal-case {
7475
7480
  text-transform: none;
7476
7481
  }
7477
-
7478
- .x-facet--line.x-facet,
7479
- .x-facet--line .x-facet {
7480
- --x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
7481
- --x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
7482
- --x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
7483
- --x-size-border-width-right-facet-header-default: var(--x-size-border-width-right-facet-header-line);
7484
- --x-size-border-width-bottom-facet-header-default: var(--x-size-border-width-bottom-facet-header-line);
7485
- --x-size-border-width-left-facet-header-default: var(--x-size-border-width-left-facet-header-line);
7486
- }
@@ -1,19 +1,15 @@
1
1
  .x-underline {
2
- -webkit-text-decoration-line: underline;
3
- text-decoration-line: underline;
2
+ text-decoration-line: underline;
4
3
  }
5
4
 
6
5
  .x-overline {
7
- -webkit-text-decoration-line: overline;
8
- text-decoration-line: overline;
6
+ text-decoration-line: overline;
9
7
  }
10
8
 
11
9
  .x-line-through {
12
- -webkit-text-decoration-line: line-through;
13
- text-decoration-line: line-through;
10
+ text-decoration-line: line-through;
14
11
  }
15
12
 
16
13
  .x-no-underline {
17
- -webkit-text-decoration-line: none;
18
- text-decoration-line: none;
14
+ text-decoration-line: none;
19
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.172",
3
+ "version": "3.0.0-alpha.173",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -60,12 +60,12 @@
60
60
  "cypress:open:component": "cypress open-ct"
61
61
  },
62
62
  "dependencies": {
63
- "@empathyco/x-adapter": "^8.0.0-alpha.8",
64
- "@empathyco/x-deep-merge": "^1.3.0-alpha.21",
63
+ "@empathyco/x-adapter": "^8.0.0-alpha.9",
64
+ "@empathyco/x-deep-merge": "^1.3.0-alpha.22",
65
65
  "@empathyco/x-logger": "^1.2.0-alpha.3",
66
66
  "@empathyco/x-storage-service": "^2.0.0-alpha.3",
67
- "@empathyco/x-types": "^10.0.0-alpha.35",
68
- "@empathyco/x-utils": "^1.0.0-alpha.7",
67
+ "@empathyco/x-types": "^10.0.0-alpha.36",
68
+ "@empathyco/x-utils": "^1.0.0-alpha.8",
69
69
  "@types/resize-observer-browser": "~0.1.5",
70
70
  "rxjs": "~7.4.0",
71
71
  "tslib": "~2.3.0",
@@ -81,8 +81,8 @@
81
81
  "devDependencies": {
82
82
  "@cypress/vue": "~2.2.4",
83
83
  "@cypress/webpack-dev-server": "~1.8.4",
84
- "@empathyco/x-adapter-platform": "^1.0.0-alpha.34",
85
- "@empathyco/x-tailwindcss": "^0.2.0-alpha.12",
84
+ "@empathyco/x-adapter-platform": "^1.0.0-alpha.35",
85
+ "@empathyco/x-tailwindcss": "^0.2.0-alpha.13",
86
86
  "@microsoft/api-documenter": "~7.15.3",
87
87
  "@microsoft/api-extractor": "~7.19.4",
88
88
  "@rollup/plugin-commonjs": "~21.0.1",
@@ -133,5 +133,5 @@
133
133
  "access": "public",
134
134
  "directory": "dist"
135
135
  },
136
- "gitHead": "fd694823a203f9b59bde25e2bc61b5ed25dba018"
136
+ "gitHead": "980f3e6628cfedad38f5f5ceeefbb24544b38cb6"
137
137
  }