@empathyco/x-components 3.0.0-alpha.390 → 3.0.0-alpha.391

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,14 @@
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.391](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.390...@empathyco/x-components@3.0.0-alpha.391) (2023-06-27)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.0.0-alpha.390](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.389...@empathyco/x-components@3.0.0-alpha.390) (2023-06-27)
7
15
 
8
16
 
@@ -1,5 +1,4 @@
1
1
 
2
-
3
2
  .x-uppercase {
4
3
  text-transform: uppercase;
5
4
  }
@@ -3383,6 +3382,9 @@
3383
3382
  .x-text--stroke.x-small {
3384
3383
  --x-string-text-decoration-small: line-through;
3385
3384
  }
3385
+ :root {
3386
+ --x-color-text-secondary: var(--x-color-base-neutral-35);
3387
+ }
3386
3388
  .x-text--secondary {
3387
3389
  --x-color-text-default: var(--x-color-text-secondary);
3388
3390
  }
@@ -4815,23 +4817,6 @@
4815
4817
  --x-size-border-width-result-description-default: 0;
4816
4818
  --x-size-border-width-result-picture-default: 0;
4817
4819
  }
4818
- :root {
4819
- --x-color-border-result-default: var(--x-color-base-lead);
4820
- --x-color-border-result-overlay-default: var(--x-color-border-result-default);
4821
- --x-color-border-result-description-default: var(--x-color-border-result-default);
4822
- --x-color-border-result-picture-default: var(--x-color-border-result-default);
4823
- --x-color-background-result-default: transparent;
4824
- --x-size-padding-result-default: 0;
4825
- --x-size-padding-result-overlay-default: 0;
4826
- --x-size-padding-result-description-default: 0;
4827
- --x-size-gap-result-default: var(--x-size-base-03);
4828
- --x-size-padding-result-picture-default: 0;
4829
- --x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
4830
- --x-size-border-width-result-default: 0;
4831
- --x-size-border-width-result-overlay-default: 0;
4832
- --x-size-border-width-result-description-default: 0;
4833
- --x-size-border-width-result-picture-default: 0;
4834
- }
4835
4820
 
4836
4821
  .x-result {
4837
4822
  display: grid;
@@ -7874,13 +7859,13 @@
7874
7859
  :root {
7875
7860
  --x-size-width-dropdown-xl: 282px;
7876
7861
  }
7862
+ :root {
7863
+ --x-size-width-dropdown-xl: 282px;
7864
+ }
7877
7865
 
7878
7866
  .x-dropdown.x-dropdown--xl {
7879
7867
  --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
7880
7868
  }
7881
- :root {
7882
- --x-size-width-dropdown-xl: 282px;
7883
- }
7884
7869
  :root {
7885
7870
  --x-size-width-dropdown-s: 74px;
7886
7871
  }
@@ -8840,5 +8825,19 @@
8840
8825
  --x-size-border-width-base: 1px;
8841
8826
  }
8842
8827
  :root {
8843
- --x-color-text-secondary: var(--x-color-base-neutral-35);
8844
- }
8828
+ --x-color-border-result-default: var(--x-color-base-lead);
8829
+ --x-color-border-result-overlay-default: var(--x-color-border-result-default);
8830
+ --x-color-border-result-description-default: var(--x-color-border-result-default);
8831
+ --x-color-border-result-picture-default: var(--x-color-border-result-default);
8832
+ --x-color-background-result-default: transparent;
8833
+ --x-size-padding-result-default: 0;
8834
+ --x-size-padding-result-overlay-default: 0;
8835
+ --x-size-padding-result-description-default: 0;
8836
+ --x-size-gap-result-default: var(--x-size-base-03);
8837
+ --x-size-padding-result-picture-default: 0;
8838
+ --x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
8839
+ --x-size-border-width-result-default: 0;
8840
+ --x-size-border-width-result-overlay-default: 0;
8841
+ --x-size-border-width-result-description-default: 0;
8842
+ --x-size-border-width-result-picture-default: 0;
8843
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.390",
3
+ "version": "3.0.0-alpha.391",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -67,14 +67,14 @@
67
67
  "prepublishOnly": "pnpm run build"
68
68
  },
69
69
  "dependencies": {
70
- "@empathyco/x-adapter": "^8.0.0-alpha.31",
71
- "@empathyco/x-adapter-platform": "^1.0.0-alpha.80",
72
- "@empathyco/x-bus": "^1.0.0-alpha.2",
73
- "@empathyco/x-deep-merge": "^2.0.0-alpha.1",
70
+ "@empathyco/x-adapter": "^8.0.0-alpha.32",
71
+ "@empathyco/x-adapter-platform": "^1.0.0-alpha.81",
72
+ "@empathyco/x-bus": "^1.0.0-alpha.3",
73
+ "@empathyco/x-deep-merge": "^2.0.0-alpha.2",
74
74
  "@empathyco/x-logger": "^1.2.0-alpha.11",
75
- "@empathyco/x-storage-service": "^2.0.0-alpha.14",
76
- "@empathyco/x-types": "^10.0.0-alpha.70",
77
- "@empathyco/x-utils": "^1.0.0-alpha.21",
75
+ "@empathyco/x-storage-service": "^2.0.0-alpha.15",
76
+ "@empathyco/x-types": "^10.0.0-alpha.71",
77
+ "@empathyco/x-utils": "^1.0.0-alpha.22",
78
78
  "@vue/devtools-api": "~6.5.0",
79
79
  "@vueuse/core": "~10.1.0",
80
80
  "rxjs": "~7.8.0",
@@ -92,7 +92,7 @@
92
92
  "@badeball/cypress-cucumber-preprocessor": "~17.2.0",
93
93
  "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
94
94
  "@cypress/vue2": "~2.0.1",
95
- "@empathyco/x-tailwindcss": "^1.0.0-alpha.33",
95
+ "@empathyco/x-tailwindcss": "^1.0.0-alpha.34",
96
96
  "@microsoft/api-documenter": "~7.22.0",
97
97
  "@microsoft/api-extractor": "~7.35.0",
98
98
  "@rollup/plugin-commonjs": "~25.0.0",
@@ -143,5 +143,5 @@
143
143
  "access": "public",
144
144
  "directory": "dist"
145
145
  },
146
- "gitHead": "effa358fe63656bbe34937eb6a90b3fc0b19d1fa"
146
+ "gitHead": "0ffdf24be6a91f26a1ff3f9255f543936bc09273"
147
147
  }