@empathyco/x-components 3.0.0-alpha.23 → 3.0.0-alpha.24
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.24](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.23...@empathyco/x-components@3.0.0-alpha.24) (2021-09-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.22...@empathyco/x-components@3.0.0-alpha.23) (2021-09-20)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -218,11 +218,11 @@
|
|
|
218
218
|
gap: 0; }
|
|
219
219
|
.x-dropdown__toggle > *:not(:last-child) {
|
|
220
220
|
margin-right: var(--x-size-gap-dropdown-item-default); } }
|
|
221
|
-
[dir="ltr"] .x-dropdown__toggle .x-icon:last-child {
|
|
221
|
+
[dir="ltr"] .x-dropdown__toggle * + .x-icon:last-child {
|
|
222
222
|
margin-left: auto; }
|
|
223
|
-
[dir="rtl"] .x-dropdown__toggle .x-icon:last-child {
|
|
223
|
+
[dir="rtl"] .x-dropdown__toggle * + .x-icon:last-child {
|
|
224
224
|
margin-right: auto; }
|
|
225
|
-
.x-dropdown__toggle .x-icon:last-child {
|
|
225
|
+
.x-dropdown__toggle * + .x-icon:last-child {
|
|
226
226
|
-webkit-margin-start: auto; }
|
|
227
227
|
.x-dropdown__toggle-selected-value {
|
|
228
228
|
color: var(--x-color-text-dropdown-toggle-default-selected); }
|
|
@@ -124,11 +124,11 @@
|
|
|
124
124
|
gap: 0; }
|
|
125
125
|
.x-dropdown__toggle > *:not(:last-child) {
|
|
126
126
|
margin-right: var(--x-size-gap-dropdown-item-default); } }
|
|
127
|
-
[dir="ltr"] .x-dropdown__toggle .x-icon:last-child {
|
|
127
|
+
[dir="ltr"] .x-dropdown__toggle * + .x-icon:last-child {
|
|
128
128
|
margin-left: auto; }
|
|
129
|
-
[dir="rtl"] .x-dropdown__toggle .x-icon:last-child {
|
|
129
|
+
[dir="rtl"] .x-dropdown__toggle * + .x-icon:last-child {
|
|
130
130
|
margin-right: auto; }
|
|
131
|
-
.x-dropdown__toggle .x-icon:last-child {
|
|
131
|
+
.x-dropdown__toggle * + .x-icon:last-child {
|
|
132
132
|
-webkit-margin-start: auto; }
|
|
133
133
|
.x-dropdown__toggle-selected-value {
|
|
134
134
|
color: var(--x-color-text-dropdown-toggle-default-selected); }
|
|
@@ -326,11 +326,11 @@
|
|
|
326
326
|
gap: 0; }
|
|
327
327
|
.x-dropdown__toggle > *:not(:last-child) {
|
|
328
328
|
margin-right: var(--x-size-gap-dropdown-item-default); } }
|
|
329
|
-
[dir="ltr"] .x-dropdown__toggle .x-icon:last-child{
|
|
329
|
+
[dir="ltr"] .x-dropdown__toggle * + .x-icon:last-child{
|
|
330
330
|
margin-left: auto; }
|
|
331
|
-
[dir="rtl"] .x-dropdown__toggle .x-icon:last-child{
|
|
331
|
+
[dir="rtl"] .x-dropdown__toggle * + .x-icon:last-child{
|
|
332
332
|
margin-right: auto; }
|
|
333
|
-
.x-dropdown__toggle .x-icon:last-child {
|
|
333
|
+
.x-dropdown__toggle * + .x-icon:last-child {
|
|
334
334
|
-webkit-margin-start: auto; }
|
|
335
335
|
.x-dropdown__toggle-selected-value {
|
|
336
336
|
color: var(--x-color-text-dropdown-toggle-default-selected); }
|
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.24",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"path": "./node_modules/cz-conventional-changelog"
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "a6ea0739d60c4639f333478e7a9b5747ac64272b"
|
|
152
152
|
}
|