@empathyco/x-components 3.0.0-alpha.341 → 3.0.0-alpha.342
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 +9 -0
- package/design-system/full-theme.css +44 -43
- package/package.json +3 -3
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.342](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.341...@empathyco/x-components@3.0.0-alpha.342) (2023-03-30)
|
|
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.341](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.340...@empathyco/x-components@3.0.0-alpha.341) (2023-03-30)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -4669,49 +4669,6 @@
|
|
|
4669
4669
|
.x-fill--transparent {
|
|
4670
4670
|
fill: var(--x-color-base-transparent) !important;
|
|
4671
4671
|
}
|
|
4672
|
-
.x-flex-1 {
|
|
4673
|
-
flex: 1 1 0% !important;
|
|
4674
|
-
}
|
|
4675
|
-
|
|
4676
|
-
.x-flex-auto {
|
|
4677
|
-
flex: 1 1 auto !important;
|
|
4678
|
-
}
|
|
4679
|
-
|
|
4680
|
-
.x-flex-initial {
|
|
4681
|
-
flex: 0 1 auto !important;
|
|
4682
|
-
}
|
|
4683
|
-
|
|
4684
|
-
.x-flex-no-shrink {
|
|
4685
|
-
flex: 1 0 auto !important;
|
|
4686
|
-
}
|
|
4687
|
-
|
|
4688
|
-
.x-flex-none {
|
|
4689
|
-
flex: none !important;
|
|
4690
|
-
}
|
|
4691
|
-
|
|
4692
|
-
.x-self-auto {
|
|
4693
|
-
align-self: auto !important;
|
|
4694
|
-
}
|
|
4695
|
-
|
|
4696
|
-
.x-self-start {
|
|
4697
|
-
align-self: flex-start !important;
|
|
4698
|
-
}
|
|
4699
|
-
|
|
4700
|
-
.x-self-end {
|
|
4701
|
-
align-self: flex-end !important;
|
|
4702
|
-
}
|
|
4703
|
-
|
|
4704
|
-
.x-self-center {
|
|
4705
|
-
align-self: center !important;
|
|
4706
|
-
}
|
|
4707
|
-
|
|
4708
|
-
.x-self-stretch {
|
|
4709
|
-
align-self: stretch !important;
|
|
4710
|
-
}
|
|
4711
|
-
|
|
4712
|
-
.x-self-baseline {
|
|
4713
|
-
align-self: baseline !important;
|
|
4714
|
-
}
|
|
4715
4672
|
.x-line-clamp--2 {
|
|
4716
4673
|
overflow: hidden !important;
|
|
4717
4674
|
display: -webkit-box !important;
|
|
@@ -5668,3 +5625,47 @@
|
|
|
5668
5625
|
.x-sticky {
|
|
5669
5626
|
position: sticky !important;
|
|
5670
5627
|
}
|
|
5628
|
+
|
|
5629
|
+
.x-flex-1 {
|
|
5630
|
+
flex: 1 1 0% !important;
|
|
5631
|
+
}
|
|
5632
|
+
|
|
5633
|
+
.x-flex-auto {
|
|
5634
|
+
flex: 1 1 auto !important;
|
|
5635
|
+
}
|
|
5636
|
+
|
|
5637
|
+
.x-flex-initial {
|
|
5638
|
+
flex: 0 1 auto !important;
|
|
5639
|
+
}
|
|
5640
|
+
|
|
5641
|
+
.x-flex-no-shrink {
|
|
5642
|
+
flex: 1 0 auto !important;
|
|
5643
|
+
}
|
|
5644
|
+
|
|
5645
|
+
.x-flex-none {
|
|
5646
|
+
flex: none !important;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
.x-self-auto {
|
|
5650
|
+
align-self: auto !important;
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5653
|
+
.x-self-start {
|
|
5654
|
+
align-self: flex-start !important;
|
|
5655
|
+
}
|
|
5656
|
+
|
|
5657
|
+
.x-self-end {
|
|
5658
|
+
align-self: flex-end !important;
|
|
5659
|
+
}
|
|
5660
|
+
|
|
5661
|
+
.x-self-center {
|
|
5662
|
+
align-self: center !important;
|
|
5663
|
+
}
|
|
5664
|
+
|
|
5665
|
+
.x-self-stretch {
|
|
5666
|
+
align-self: stretch !important;
|
|
5667
|
+
}
|
|
5668
|
+
|
|
5669
|
+
.x-self-baseline {
|
|
5670
|
+
align-self: baseline !important;
|
|
5671
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.342",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@badeball/cypress-cucumber-preprocessor": "~15.0.0",
|
|
92
92
|
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
|
|
93
93
|
"@cypress/vue2": "~2.0.1",
|
|
94
|
-
"@empathyco/x-tailwindcss": "^1.0.0-alpha.
|
|
94
|
+
"@empathyco/x-tailwindcss": "^1.0.0-alpha.20",
|
|
95
95
|
"@microsoft/api-documenter": "~7.21.3",
|
|
96
96
|
"@microsoft/api-extractor": "~7.33.7",
|
|
97
97
|
"@rollup/plugin-commonjs": "~24.0.0",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "c11db7863eb13f5bbcd11a79a27aef9db323ef32"
|
|
147
147
|
}
|