@empathyco/x-components 3.0.0-alpha.118 → 3.0.0-alpha.119

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.119](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.118...@empathyco/x-components@3.0.0-alpha.119) (2022-06-24)
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.118](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.117...@empathyco/x-components@3.0.0-alpha.118) (2022-06-23)
7
16
 
8
17
  ### Features
@@ -6468,6 +6468,49 @@
6468
6468
  .x-self-baseline {
6469
6469
  align-self: baseline !important;
6470
6470
  }
6471
+ .x-font-color--lead {
6472
+ color: var(--x-color-base-lead) !important;
6473
+ }
6474
+
6475
+ .x-font-color--auxiliary {
6476
+ color: var(--x-color-base-auxiliary) !important;
6477
+ }
6478
+
6479
+ .x-font-color--neutral-10 {
6480
+ color: var(--x-color-base-neutral-10) !important;
6481
+ }
6482
+
6483
+ .x-font-color--neutral-35 {
6484
+ color: var(--x-color-base-neutral-35) !important;
6485
+ }
6486
+
6487
+ .x-font-color--neutral-70 {
6488
+ color: var(--x-color-base-neutral-70) !important;
6489
+ }
6490
+
6491
+ .x-font-color--neutral-95 {
6492
+ color: var(--x-color-base-neutral-95) !important;
6493
+ }
6494
+
6495
+ .x-font-color--neutral-100 {
6496
+ color: var(--x-color-base-neutral-100) !important;
6497
+ }
6498
+
6499
+ .x-font-color--accent {
6500
+ color: var(--x-color-base-accent) !important;
6501
+ }
6502
+
6503
+ .x-font-color--enable {
6504
+ color: var(--x-color-base-enable) !important;
6505
+ }
6506
+
6507
+ .x-font-color--disable {
6508
+ color: var(--x-color-base-disable) !important;
6509
+ }
6510
+
6511
+ .x-font-color--transparent {
6512
+ color: var(--x-color-base-transparent) !important;
6513
+ }
6471
6514
  .x-font-size--01 {
6472
6515
  font-size: var(--x-size-base-01) !important;
6473
6516
  line-height: 1.5;
@@ -7570,47 +7613,3 @@
7570
7613
  .x-normal-case {
7571
7614
  text-transform: none;
7572
7615
  }
7573
-
7574
- .x-font-color--lead {
7575
- color: var(--x-color-base-lead) !important;
7576
- }
7577
-
7578
- .x-font-color--auxiliary {
7579
- color: var(--x-color-base-auxiliary) !important;
7580
- }
7581
-
7582
- .x-font-color--neutral-10 {
7583
- color: var(--x-color-base-neutral-10) !important;
7584
- }
7585
-
7586
- .x-font-color--neutral-35 {
7587
- color: var(--x-color-base-neutral-35) !important;
7588
- }
7589
-
7590
- .x-font-color--neutral-70 {
7591
- color: var(--x-color-base-neutral-70) !important;
7592
- }
7593
-
7594
- .x-font-color--neutral-95 {
7595
- color: var(--x-color-base-neutral-95) !important;
7596
- }
7597
-
7598
- .x-font-color--neutral-100 {
7599
- color: var(--x-color-base-neutral-100) !important;
7600
- }
7601
-
7602
- .x-font-color--accent {
7603
- color: var(--x-color-base-accent) !important;
7604
- }
7605
-
7606
- .x-font-color--enable {
7607
- color: var(--x-color-base-enable) !important;
7608
- }
7609
-
7610
- .x-font-color--disable {
7611
- color: var(--x-color-base-disable) !important;
7612
- }
7613
-
7614
- .x-font-color--transparent {
7615
- color: var(--x-color-base-transparent) !important;
7616
- }
@@ -100,5 +100,4 @@
100
100
  | [suggestionMutableSchema](./x-adapter-platform.suggestionmutableschema.md) | |
101
101
  | [taggingEndpointAdapter](./x-adapter-platform.taggingendpointadapter.md) | |
102
102
  | [taggingRequestMapper](./x-adapter-platform.taggingrequestmapper.md) | |
103
- | [taggingRequestMutableSchema](./x-adapter-platform.taggingrequestmutableschema.md) | |
104
103
 
@@ -7,5 +7,5 @@
7
7
  <b>Signature:</b>
8
8
 
9
9
  ```typescript
10
- taggingRequestMapper: import("@empathyco/x-adapter").Mapper<TaggingRequest, any>
10
+ taggingRequestMapper: Mapper<TaggingRequest, any>
11
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.118",
3
+ "version": "3.0.0-alpha.119",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -59,11 +59,11 @@
59
59
  "cypress:open:component": "cypress open-ct"
60
60
  },
61
61
  "dependencies": {
62
- "@empathyco/x-adapter": "^8.0.0-alpha.2",
62
+ "@empathyco/x-adapter": "^8.0.0-alpha.3",
63
63
  "@empathyco/x-deep-merge": "^1.3.0-alpha.19",
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.26",
66
+ "@empathyco/x-types": "^10.0.0-alpha.27",
67
67
  "@empathyco/x-utils": "^1.0.0-alpha.5",
68
68
  "@types/resize-observer-browser": "~0.1.5",
69
69
  "rxjs": "~7.4.0",
@@ -78,7 +78,7 @@
78
78
  "devDependencies": {
79
79
  "@cypress/vue": "~2.2.4",
80
80
  "@cypress/webpack-dev-server": "~1.8.4",
81
- "@empathyco/x-adapter-platform": "^1.0.0-alpha.22",
81
+ "@empathyco/x-adapter-platform": "^1.0.0-alpha.23",
82
82
  "@microsoft/api-documenter": "~7.15.3",
83
83
  "@microsoft/api-extractor": "~7.19.4",
84
84
  "@rollup/plugin-commonjs": "~21.0.1",
@@ -125,5 +125,5 @@
125
125
  "access": "public",
126
126
  "directory": "dist"
127
127
  },
128
- "gitHead": "3ec310b56b5da947b81ff3a312b82a0327e32b45"
128
+ "gitHead": "a94853e17793bab55cecf8dc9cd6ffedd1ac8812"
129
129
  }
@@ -5590,10 +5590,6 @@
5590
5590
  "kind": "Content",
5591
5591
  "text": "taggingRequestMapper: "
5592
5592
  },
5593
- {
5594
- "kind": "Content",
5595
- "text": "import(\"@empathyco/x-adapter\")."
5596
- },
5597
5593
  {
5598
5594
  "kind": "Reference",
5599
5595
  "text": "Mapper",
@@ -5617,55 +5613,7 @@
5617
5613
  "name": "taggingRequestMapper",
5618
5614
  "variableTypeTokenRange": {
5619
5615
  "startIndex": 1,
5620
- "endIndex": 6
5621
- }
5622
- },
5623
- {
5624
- "kind": "Variable",
5625
- "canonicalReference": "@empathyco/x-adapter-platform!taggingRequestMutableSchema:var",
5626
- "docComment": "",
5627
- "excerptTokens": [
5628
- {
5629
- "kind": "Content",
5630
- "text": "taggingRequestMutableSchema: "
5631
- },
5632
- {
5633
- "kind": "Content",
5634
- "text": "import(\"@empathyco/x-adapter\")."
5635
- },
5636
- {
5637
- "kind": "Reference",
5638
- "text": "MutableSchema",
5639
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
5640
- },
5641
- {
5642
- "kind": "Content",
5643
- "text": "<"
5644
- },
5645
- {
5646
- "kind": "Reference",
5647
- "text": "Schema",
5648
- "canonicalReference": "@empathyco/x-adapter!Schema:type"
5649
- },
5650
- {
5651
- "kind": "Content",
5652
- "text": "<"
5653
- },
5654
- {
5655
- "kind": "Reference",
5656
- "text": "TaggingRequest",
5657
- "canonicalReference": "@empathyco/x-adapter-platform!TaggingRequest:interface"
5658
- },
5659
- {
5660
- "kind": "Content",
5661
- "text": ", any>>"
5662
- }
5663
- ],
5664
- "releaseTag": "Public",
5665
- "name": "taggingRequestMutableSchema",
5666
- "variableTypeTokenRange": {
5667
- "startIndex": 1,
5668
- "endIndex": 8
5616
+ "endIndex": 5
5669
5617
  }
5670
5618
  }
5671
5619
  ]
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [taggingRequestMutableSchema](./x-adapter-platform.taggingrequestmutableschema.md)
4
-
5
- ## taggingRequestMutableSchema variable
6
-
7
- <b>Signature:</b>
8
-
9
- ```typescript
10
- taggingRequestMutableSchema: import("@empathyco/x-adapter").MutableSchema<Schema<TaggingRequest, any>>
11
- ```