@empathyco/x-components 3.0.0-alpha.215 → 3.0.0-alpha.216
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 +23 -23
- 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.216](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.215...@empathyco/x-components@3.0.0-alpha.216) (2022-11-08)
|
|
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.215](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.214...@empathyco/x-components@3.0.0-alpha.215) (2022-11-04)
|
|
7
16
|
|
|
8
17
|
### Features
|
|
@@ -6540,29 +6540,6 @@
|
|
|
6540
6540
|
-webkit-box-orient: vertical !important;
|
|
6541
6541
|
-webkit-line-clamp: 6 !important;
|
|
6542
6542
|
}
|
|
6543
|
-
.x-line-height--none {
|
|
6544
|
-
line-height: 1 !important;
|
|
6545
|
-
}
|
|
6546
|
-
|
|
6547
|
-
.x-line-height--tight {
|
|
6548
|
-
line-height: 1.25 !important;
|
|
6549
|
-
}
|
|
6550
|
-
|
|
6551
|
-
.x-line-height--snug {
|
|
6552
|
-
line-height: 1.375 !important;
|
|
6553
|
-
}
|
|
6554
|
-
|
|
6555
|
-
.x-line-height--normal {
|
|
6556
|
-
line-height: 1.5 !important;
|
|
6557
|
-
}
|
|
6558
|
-
|
|
6559
|
-
.x-line-height--relaxed {
|
|
6560
|
-
line-height: 1.625 !important;
|
|
6561
|
-
}
|
|
6562
|
-
|
|
6563
|
-
.x-line-height--loose {
|
|
6564
|
-
line-height: 2 !important;
|
|
6565
|
-
}
|
|
6566
6543
|
.x-margin--auto {
|
|
6567
6544
|
margin: auto !important;
|
|
6568
6545
|
}
|
|
@@ -7025,6 +7002,29 @@
|
|
|
7025
7002
|
[dir="rtl"] .x-margin--left-20 {
|
|
7026
7003
|
margin-right: var(--x-size-base-20) !important;
|
|
7027
7004
|
}
|
|
7005
|
+
.x-line-height--none {
|
|
7006
|
+
line-height: 1 !important;
|
|
7007
|
+
}
|
|
7008
|
+
|
|
7009
|
+
.x-line-height--tight {
|
|
7010
|
+
line-height: 1.25 !important;
|
|
7011
|
+
}
|
|
7012
|
+
|
|
7013
|
+
.x-line-height--snug {
|
|
7014
|
+
line-height: 1.375 !important;
|
|
7015
|
+
}
|
|
7016
|
+
|
|
7017
|
+
.x-line-height--normal {
|
|
7018
|
+
line-height: 1.5 !important;
|
|
7019
|
+
}
|
|
7020
|
+
|
|
7021
|
+
.x-line-height--relaxed {
|
|
7022
|
+
line-height: 1.625 !important;
|
|
7023
|
+
}
|
|
7024
|
+
|
|
7025
|
+
.x-line-height--loose {
|
|
7026
|
+
line-height: 2 !important;
|
|
7027
|
+
}
|
|
7028
7028
|
.x-padding--00 {
|
|
7029
7029
|
padding: 0 !important;
|
|
7030
7030
|
}
|
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.216",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@cypress/vue": "~2.2.4",
|
|
86
86
|
"@cypress/webpack-dev-server": "~1.8.4",
|
|
87
87
|
"@empathyco/x-adapter-platform": "^1.0.0-alpha.42",
|
|
88
|
-
"@empathyco/x-tailwindcss": "^0.2.0-alpha.
|
|
88
|
+
"@empathyco/x-tailwindcss": "^0.2.0-alpha.25",
|
|
89
89
|
"@microsoft/api-documenter": "~7.15.3",
|
|
90
90
|
"@microsoft/api-extractor": "~7.19.4",
|
|
91
91
|
"@rollup/plugin-commonjs": "~21.0.1",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"access": "public",
|
|
136
136
|
"directory": "dist"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "4300b0187a96526a20d56ca633d63c7f6e15ab7a"
|
|
139
139
|
}
|