@empathyco/x-components 3.0.0-alpha.382 → 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,25 @@
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
+
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)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update dependency @vueuse/core to v10 (#1219) ([3761f17](https://github.com/empathyco/x/commit/3761f17226e1cba9b13a971e43ddb928d5f2f412))
21
+ * **platform-adapter:** change semantics url path (#1230) ([b8210b5](https://github.com/empathyco/x/commit/b8210b59960474a3ad86ffe1a9ee6bc35567ea6e))
22
+
23
+
24
+
6
25
  ## [3.0.0-alpha.382](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.381...@empathyco/x-components@3.0.0-alpha.382) (2023-06-07)
7
26
 
8
27
  **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
  }
@@ -7616,19 +7615,6 @@
7616
7615
  --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7617
7616
  --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7618
7617
  }
7619
- :root {
7620
- --x-color-border-facet-outlined: var(--x-color-base-neutral-70);
7621
- --x-size-border-width-facet-outlined: var(--x-size-border-width-base);
7622
- --x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
7623
- --x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
7624
- --x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
7625
- --x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
7626
- --x-size-padding-facet-header-outlined: var(--x-size-base-03);
7627
- --x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7628
- --x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7629
- --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7630
- --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7631
- }
7632
7618
 
7633
7619
  .x-facet--outlined.x-facet,
7634
7620
  .x-facet--outlined .x-facet {
@@ -7644,6 +7630,19 @@
7644
7630
  --x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
7645
7631
  --x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
7646
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
+ }
7647
7646
  :root {
7648
7647
  --x-color-border-facet-header-line: var(--x-color-base-neutral-10);
7649
7648
  --x-size-border-width-facet-header-line: var(--x-size-border-width-base);
@@ -7948,13 +7947,13 @@
7948
7947
  :root {
7949
7948
  --x-size-width-dropdown-m: 130px;
7950
7949
  }
7950
+ :root {
7951
+ --x-size-width-dropdown-m: 130px;
7952
+ }
7951
7953
 
7952
7954
  .x-dropdown.x-dropdown--m {
7953
7955
  --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-m);
7954
7956
  }
7955
- :root {
7956
- --x-size-width-dropdown-m: 130px;
7957
- }
7958
7957
  :root {
7959
7958
  --x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
7960
7959
  --x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
@@ -8841,4 +8840,4 @@
8841
8840
  --x-size-border-radius-base-m: var(--x-size-base-06);
8842
8841
  --x-size-border-radius-base-pill: 99999px;
8843
8842
  --x-size-border-width-base: 1px;
8844
- }
8843
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.382",
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",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@empathyco/x-adapter": "^8.0.0-alpha.31",
71
- "@empathyco/x-adapter-platform": "^1.0.0-alpha.76",
71
+ "@empathyco/x-adapter-platform": "^1.0.0-alpha.77",
72
72
  "@empathyco/x-bus": "^1.0.0-alpha.2",
73
73
  "@empathyco/x-deep-merge": "^2.0.0-alpha.1",
74
74
  "@empathyco/x-logger": "^1.2.0-alpha.11",
@@ -76,7 +76,7 @@
76
76
  "@empathyco/x-types": "^10.0.0-alpha.70",
77
77
  "@empathyco/x-utils": "^1.0.0-alpha.21",
78
78
  "@vue/devtools-api": "~6.5.0",
79
- "@vueuse/core": "~9.13.0",
79
+ "@vueuse/core": "~10.1.0",
80
80
  "rxjs": "~7.8.0",
81
81
  "tslib": "~2.5.0",
82
82
  "vue-class-component": "~7.2.6",
@@ -143,5 +143,5 @@
143
143
  "access": "public",
144
144
  "directory": "dist"
145
145
  },
146
- "gitHead": "f82fbf72b2cb2db236ea5490cd6a75002bc7dfd9"
146
+ "gitHead": "f5a5bf4446554216838cb428fc26f4b879cbd451"
147
147
  }
@@ -1 +1 @@
1
- {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../src/views/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAGhB,MAAM,+BAA+B,CAAC;AAGvC,eAAO,MAAM,aAAa;;CAEzB,CAAC;AAQF,eAAO,MAAM,OAAO,iBAGlB,CAAC"}
1
+ {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../src/views/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAmB,MAAM,+BAA+B,CAAC;AAGjF,eAAO,MAAM,aAAa;;CAEzB,CAAC;AAEF,eAAO,MAAM,OAAO,iBAGlB,CAAC"}