@empathyco/x-components 3.0.0-alpha.109 → 3.0.0-alpha.110

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.110](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.109...@empathyco/x-components@3.0.0-alpha.110) (2022-06-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.109](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.108...@empathyco/x-components@3.0.0-alpha.109) (2022-06-13)
7
16
 
8
17
  ### Documentation
@@ -3904,13 +3904,6 @@
3904
3904
  --x-number-font-weight-suggestion-default-matching
3905
3905
  );
3906
3906
  }
3907
- :root {
3908
- --x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
3909
- --x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
3910
- --x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
3911
- --x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
3912
- --x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
3913
- }
3914
3907
  .x-tag--card.x-tag,
3915
3908
  .x-tag--card .x-tag {
3916
3909
  --x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
@@ -3921,6 +3914,13 @@
3921
3914
  );
3922
3915
  --x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
3923
3916
  }
3917
+ :root {
3918
+ --x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
3919
+ --x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
3920
+ --x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
3921
+ --x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
3922
+ --x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
3923
+ }
3924
3924
  [dir="ltr"] .x-tag {
3925
3925
  border-left-width: var(--x-size-border-width-left-tag-default);
3926
3926
  }
@@ -7,7 +7,7 @@
7
7
  <b>Signature:</b>
8
8
 
9
9
  ```typescript
10
- extraParams: {
10
+ extraParams?: {
11
11
  [key: string]: unknown;
12
12
  };
13
13
  ```
@@ -16,5 +16,5 @@ export interface ExtraParamsRequest
16
16
 
17
17
  | Property | Type | Description |
18
18
  | --- | --- | --- |
19
- | [extraParams](./x-types.extraparamsrequest.extraparams.md) | { \[key: string\]: unknown; } | |
19
+ | [extraParams?](./x-types.extraparamsrequest.extraparams.md) | { \[key: string\]: unknown; } | <i>(Optional)</i> |
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.109",
3
+ "version": "3.0.0-alpha.110",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -59,12 +59,12 @@
59
59
  "cypress:open:component": "cypress open-ct"
60
60
  },
61
61
  "dependencies": {
62
- "@empathyco/x-adapter": "^7.0.0-alpha.32",
63
- "@empathyco/x-deep-merge": "^1.3.0-alpha.17",
62
+ "@empathyco/x-adapter": "^7.0.0-alpha.33",
63
+ "@empathyco/x-deep-merge": "^1.3.0-alpha.18",
64
64
  "@empathyco/x-logger": "^1.2.0-alpha.3",
65
65
  "@empathyco/x-storage-service": "^2.0.0-alpha.2",
66
- "@empathyco/x-types": "^10.0.0-alpha.24",
67
- "@empathyco/x-utils": "^1.0.0-alpha.3",
66
+ "@empathyco/x-types": "^10.0.0-alpha.25",
67
+ "@empathyco/x-utils": "^1.0.0-alpha.4",
68
68
  "@types/resize-observer-browser": "~0.1.5",
69
69
  "reflect-metadata": "~0.1.13",
70
70
  "rxjs": "~7.4.0",
@@ -125,5 +125,5 @@
125
125
  "access": "public",
126
126
  "directory": "dist"
127
127
  },
128
- "gitHead": "a4607573d2ad1f95ecf629f6f90e3e409b3286ed"
128
+ "gitHead": "69eb36ce8af881f79a5211211834aec033c9adbe"
129
129
  }
@@ -749,7 +749,7 @@
749
749
  "excerptTokens": [
750
750
  {
751
751
  "kind": "Content",
752
- "text": "extraParams: "
752
+ "text": "extraParams?: "
753
753
  },
754
754
  {
755
755
  "kind": "Content",
@@ -760,7 +760,7 @@
760
760
  "text": ";"
761
761
  }
762
762
  ],
763
- "isOptional": false,
763
+ "isOptional": true,
764
764
  "releaseTag": "Public",
765
765
  "name": "extraParams",
766
766
  "propertyTypeTokenRange": {