@empathyco/x-components 6.0.0-alpha.4 → 6.0.0-alpha.5
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/deprecated-full-theme.css +330 -329
- 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.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.4...@empathyco/x-components@6.0.0-alpha.5) (2024-10-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Build System
|
|
10
|
+
|
|
11
|
+
* use vue latest version as peer dependency (#1651) ([1618993](https://github.com/empathyco/x/commit/161899326d325db46f39eead4ca7b57984b58b39))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [6.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.4) (2024-10-24)
|
|
7
16
|
|
|
8
17
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
.x-uppercase {
|
|
3
4
|
text-transform: uppercase;
|
|
4
5
|
}
|
|
@@ -1101,49 +1102,6 @@
|
|
|
1101
1102
|
font-size: var(--x-size-base-20) !important;
|
|
1102
1103
|
line-height: 1.5;
|
|
1103
1104
|
}
|
|
1104
|
-
.x-font-color--lead {
|
|
1105
|
-
color: var(--x-color-base-lead) !important;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
.x-font-color--auxiliary {
|
|
1109
|
-
color: var(--x-color-base-auxiliary) !important;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
.x-font-color--neutral-10 {
|
|
1113
|
-
color: var(--x-color-base-neutral-10) !important;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.x-font-color--neutral-35 {
|
|
1117
|
-
color: var(--x-color-base-neutral-35) !important;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
.x-font-color--neutral-70 {
|
|
1121
|
-
color: var(--x-color-base-neutral-70) !important;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.x-font-color--neutral-95 {
|
|
1125
|
-
color: var(--x-color-base-neutral-95) !important;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
.x-font-color--neutral-100 {
|
|
1129
|
-
color: var(--x-color-base-neutral-100) !important;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.x-font-color--accent {
|
|
1133
|
-
color: var(--x-color-base-accent) !important;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
.x-font-color--enable {
|
|
1137
|
-
color: var(--x-color-base-enable) !important;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
.x-font-color--disable {
|
|
1141
|
-
color: var(--x-color-base-disable) !important;
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
.x-font-color--transparent {
|
|
1145
|
-
color: var(--x-color-base-transparent) !important;
|
|
1146
|
-
}
|
|
1147
1105
|
.x-flex-1 {
|
|
1148
1106
|
flex: 1 1 0% !important;
|
|
1149
1107
|
}
|
|
@@ -1187,6 +1145,49 @@
|
|
|
1187
1145
|
.x-self-baseline {
|
|
1188
1146
|
align-self: baseline !important;
|
|
1189
1147
|
}
|
|
1148
|
+
.x-font-color--lead {
|
|
1149
|
+
color: var(--x-color-base-lead) !important;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.x-font-color--auxiliary {
|
|
1153
|
+
color: var(--x-color-base-auxiliary) !important;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.x-font-color--neutral-10 {
|
|
1157
|
+
color: var(--x-color-base-neutral-10) !important;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.x-font-color--neutral-35 {
|
|
1161
|
+
color: var(--x-color-base-neutral-35) !important;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.x-font-color--neutral-70 {
|
|
1165
|
+
color: var(--x-color-base-neutral-70) !important;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.x-font-color--neutral-95 {
|
|
1169
|
+
color: var(--x-color-base-neutral-95) !important;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.x-font-color--neutral-100 {
|
|
1173
|
+
color: var(--x-color-base-neutral-100) !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.x-font-color--accent {
|
|
1177
|
+
color: var(--x-color-base-accent) !important;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.x-font-color--enable {
|
|
1181
|
+
color: var(--x-color-base-enable) !important;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.x-font-color--disable {
|
|
1185
|
+
color: var(--x-color-base-disable) !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.x-font-color--transparent {
|
|
1189
|
+
color: var(--x-color-base-transparent) !important;
|
|
1190
|
+
}
|
|
1190
1191
|
.x-fill--lead {
|
|
1191
1192
|
fill: var(--x-color-base-lead) !important;
|
|
1192
1193
|
}
|
|
@@ -3958,47 +3959,6 @@
|
|
|
3958
3959
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3959
3960
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
3960
3961
|
}
|
|
3961
|
-
:root {
|
|
3962
|
-
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3963
|
-
--x-color-text-suggestion-group-matching-part-default: var(
|
|
3964
|
-
--x-color-text-suggestion-matching-part-default
|
|
3965
|
-
);
|
|
3966
|
-
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
3967
|
-
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
3968
|
-
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
3969
|
-
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
3970
|
-
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
3971
|
-
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
3972
|
-
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
3973
|
-
--x-size-border-width-suggestion-group-default: 0;
|
|
3974
|
-
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3975
|
-
--x-size-border-width-right-suggestion-group-default: var(
|
|
3976
|
-
--x-size-border-width-suggestion-default
|
|
3977
|
-
);
|
|
3978
|
-
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
3979
|
-
--x-size-border-width-suggestion-default
|
|
3980
|
-
);
|
|
3981
|
-
--x-size-border-width-left-suggestion-group-default: var(
|
|
3982
|
-
--x-size-border-width-suggestion-default
|
|
3983
|
-
);
|
|
3984
|
-
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
3985
|
-
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
3986
|
-
--x-size-border-radius-suggestion-default
|
|
3987
|
-
);
|
|
3988
|
-
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
3989
|
-
--x-size-border-radius-suggestion-default
|
|
3990
|
-
);
|
|
3991
|
-
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
3992
|
-
--x-size-border-radius-suggestion-default
|
|
3993
|
-
);
|
|
3994
|
-
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
3995
|
-
--x-size-border-radius-suggestion-default
|
|
3996
|
-
);
|
|
3997
|
-
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
3998
|
-
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
3999
|
-
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4000
|
-
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4001
|
-
}
|
|
4002
3962
|
|
|
4003
3963
|
[dir="ltr"] .x-suggestion-group {
|
|
4004
3964
|
padding-left: var(--x-size-padding-left-suggestion-group-default);
|
|
@@ -4074,6 +4034,47 @@
|
|
|
4074
4034
|
--x-size-padding-left-button-default: 0;
|
|
4075
4035
|
border: none;
|
|
4076
4036
|
}
|
|
4037
|
+
:root {
|
|
4038
|
+
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
4039
|
+
--x-color-text-suggestion-group-matching-part-default: var(
|
|
4040
|
+
--x-color-text-suggestion-matching-part-default
|
|
4041
|
+
);
|
|
4042
|
+
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
4043
|
+
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
4044
|
+
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
4045
|
+
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
4046
|
+
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
4047
|
+
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
4048
|
+
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
4049
|
+
--x-size-border-width-suggestion-group-default: 0;
|
|
4050
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
4051
|
+
--x-size-border-width-right-suggestion-group-default: var(
|
|
4052
|
+
--x-size-border-width-suggestion-default
|
|
4053
|
+
);
|
|
4054
|
+
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
4055
|
+
--x-size-border-width-suggestion-default
|
|
4056
|
+
);
|
|
4057
|
+
--x-size-border-width-left-suggestion-group-default: var(
|
|
4058
|
+
--x-size-border-width-suggestion-default
|
|
4059
|
+
);
|
|
4060
|
+
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
4061
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
4062
|
+
--x-size-border-radius-suggestion-default
|
|
4063
|
+
);
|
|
4064
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
4065
|
+
--x-size-border-radius-suggestion-default
|
|
4066
|
+
);
|
|
4067
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4068
|
+
--x-size-border-radius-suggestion-default
|
|
4069
|
+
);
|
|
4070
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4071
|
+
--x-size-border-radius-suggestion-default
|
|
4072
|
+
);
|
|
4073
|
+
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4074
|
+
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4075
|
+
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4076
|
+
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4077
|
+
}
|
|
4077
4078
|
:root {
|
|
4078
4079
|
--x-string-align-items-suggestion-default: center;
|
|
4079
4080
|
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
@@ -4453,6 +4454,13 @@
|
|
|
4453
4454
|
--x-color-background-scroll-bar-hover: transparent;
|
|
4454
4455
|
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4455
4456
|
}
|
|
4457
|
+
:root {
|
|
4458
|
+
--x-string-overflow-scroll: auto;
|
|
4459
|
+
--x-color-background-scroll-bar: transparent;
|
|
4460
|
+
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
4461
|
+
--x-color-background-scroll-bar-hover: transparent;
|
|
4462
|
+
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4463
|
+
}
|
|
4456
4464
|
|
|
4457
4465
|
.x-scroll {
|
|
4458
4466
|
overflow-y: var(--x-string-overflow-scroll);
|
|
@@ -4484,13 +4492,6 @@
|
|
|
4484
4492
|
.x-base-scroll {
|
|
4485
4493
|
overflow-y: var(--x-string-overflow-scroll, auto);
|
|
4486
4494
|
}
|
|
4487
|
-
:root {
|
|
4488
|
-
--x-string-overflow-scroll: auto;
|
|
4489
|
-
--x-color-background-scroll-bar: transparent;
|
|
4490
|
-
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
4491
|
-
--x-color-background-scroll-bar-hover: transparent;
|
|
4492
|
-
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4493
|
-
}
|
|
4494
4495
|
/* @deprecated */
|
|
4495
4496
|
:root {
|
|
4496
4497
|
--x-size-padding-row-02: var(--x-size-base-02);
|
|
@@ -4660,6 +4661,14 @@
|
|
|
4660
4661
|
--x-size-span-row-item: 1;
|
|
4661
4662
|
--x-size-start-row-item: 0;
|
|
4662
4663
|
}
|
|
4664
|
+
:root {
|
|
4665
|
+
--x-size-gap-row: 0;
|
|
4666
|
+
--x-size-padding-row: 0;
|
|
4667
|
+
--x-size-justify-row: stretch;
|
|
4668
|
+
--x-size-align-row: center;
|
|
4669
|
+
--x-size-span-row-item: 1;
|
|
4670
|
+
--x-size-start-row-item: 0;
|
|
4671
|
+
}
|
|
4663
4672
|
|
|
4664
4673
|
.x-row {
|
|
4665
4674
|
display: grid;
|
|
@@ -4780,14 +4789,6 @@
|
|
|
4780
4789
|
.x-row--align-stretch {
|
|
4781
4790
|
--x-size-align-row: stretch;
|
|
4782
4791
|
}
|
|
4783
|
-
:root {
|
|
4784
|
-
--x-size-gap-row: 0;
|
|
4785
|
-
--x-size-padding-row: 0;
|
|
4786
|
-
--x-size-justify-row: stretch;
|
|
4787
|
-
--x-size-align-row: center;
|
|
4788
|
-
--x-size-span-row-item: 1;
|
|
4789
|
-
--x-size-start-row-item: 0;
|
|
4790
|
-
}
|
|
4791
4792
|
:root {
|
|
4792
4793
|
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4793
4794
|
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
@@ -6023,44 +6024,244 @@
|
|
|
6023
6024
|
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6024
6025
|
}
|
|
6025
6026
|
:root {
|
|
6026
|
-
--x-
|
|
6027
|
-
--x-size-
|
|
6028
|
-
--x-size-gap-list
|
|
6029
|
-
--x-size-
|
|
6030
|
-
--x-size-
|
|
6031
|
-
--x-size-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
--x-
|
|
6035
|
-
--x-size-
|
|
6036
|
-
--x-size-gap-list
|
|
6037
|
-
--x-size-
|
|
6038
|
-
--x-size-
|
|
6039
|
-
--x-size-
|
|
6040
|
-
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6041
|
-
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6042
|
-
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6043
|
-
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6044
|
-
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6045
|
-
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6027
|
+
--x-string-flow-list: column nowrap;
|
|
6028
|
+
--x-size-padding-list: 0;
|
|
6029
|
+
--x-size-gap-list: 0;
|
|
6030
|
+
--x-size-justify-list: stretch;
|
|
6031
|
+
--x-size-align-list: stretch;
|
|
6032
|
+
--x-size-align-list-stretch: stretch;
|
|
6033
|
+
}
|
|
6034
|
+
:root {
|
|
6035
|
+
--x-string-flow-list: column nowrap;
|
|
6036
|
+
--x-size-padding-list: 0;
|
|
6037
|
+
--x-size-gap-list: 0;
|
|
6038
|
+
--x-size-justify-list: stretch;
|
|
6039
|
+
--x-size-align-list: stretch;
|
|
6040
|
+
--x-size-align-list-stretch: stretch;
|
|
6046
6041
|
}
|
|
6047
6042
|
|
|
6048
|
-
.x-list
|
|
6049
|
-
|
|
6043
|
+
.x-list {
|
|
6044
|
+
display: flex;
|
|
6045
|
+
flex-flow: var(--x-string-flow-list);
|
|
6046
|
+
list-style: none;
|
|
6047
|
+
gap: var(--x-size-gap-list);
|
|
6048
|
+
margin: 0;
|
|
6049
|
+
padding: var(--x-size-padding-list);
|
|
6050
|
+
justify-content: var(--x-size-justify-list);
|
|
6051
|
+
align-items: var(--x-size-align-list);
|
|
6052
|
+
min-width: 0;
|
|
6050
6053
|
}
|
|
6051
6054
|
@media not all and (min-resolution: 0.001dpcm) {
|
|
6052
|
-
.x-list
|
|
6055
|
+
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6053
6056
|
gap: 0;
|
|
6054
6057
|
}
|
|
6055
|
-
.x-list
|
|
6056
|
-
margin-bottom: var(--x-size-gap-list
|
|
6058
|
+
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6059
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6057
6060
|
}
|
|
6058
|
-
.x-list
|
|
6061
|
+
.x-list.x-list--horizontal {
|
|
6059
6062
|
gap: 0;
|
|
6060
6063
|
}
|
|
6061
|
-
.x-list
|
|
6062
|
-
margin-right: var(--x-size-gap-list
|
|
6063
|
-
}
|
|
6064
|
+
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6065
|
+
margin-right: var(--x-size-gap-list);
|
|
6066
|
+
}
|
|
6067
|
+
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6068
|
+
gap: 0;
|
|
6069
|
+
}
|
|
6070
|
+
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6071
|
+
margin-right: var(--x-size-gap-list);
|
|
6072
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6073
|
+
}
|
|
6074
|
+
}
|
|
6075
|
+
|
|
6076
|
+
.x-list--vertical.x-list {
|
|
6077
|
+
flex-flow: column nowrap;
|
|
6078
|
+
}
|
|
6079
|
+
|
|
6080
|
+
.x-list--horizontal.x-list {
|
|
6081
|
+
flex-flow: row nowrap;
|
|
6082
|
+
}
|
|
6083
|
+
|
|
6084
|
+
.x-list--wrap.x-list {
|
|
6085
|
+
flex-flow: row wrap;
|
|
6086
|
+
}
|
|
6087
|
+
|
|
6088
|
+
.x-list--wrap-reverse.x-list {
|
|
6089
|
+
flex-flow: row wrap-reverse;
|
|
6090
|
+
}
|
|
6091
|
+
|
|
6092
|
+
.x-list--justify-stretch.x-list {
|
|
6093
|
+
justify-content: stretch;
|
|
6094
|
+
}
|
|
6095
|
+
|
|
6096
|
+
.x-list--justify-center.x-list {
|
|
6097
|
+
justify-content: center;
|
|
6098
|
+
}
|
|
6099
|
+
|
|
6100
|
+
.x-list--justify-end.x-list {
|
|
6101
|
+
justify-content: flex-end;
|
|
6102
|
+
}
|
|
6103
|
+
|
|
6104
|
+
.x-list--justify-start.x-list {
|
|
6105
|
+
justify-content: flex-start;
|
|
6106
|
+
}
|
|
6107
|
+
|
|
6108
|
+
.x-list--align-stretch.x-list {
|
|
6109
|
+
align-items: stretch;
|
|
6110
|
+
}
|
|
6111
|
+
|
|
6112
|
+
.x-list--align-center.x-list {
|
|
6113
|
+
align-items: center;
|
|
6114
|
+
}
|
|
6115
|
+
|
|
6116
|
+
.x-list--align-baseline.x-list {
|
|
6117
|
+
align-items: baseline;
|
|
6118
|
+
}
|
|
6119
|
+
|
|
6120
|
+
.x-list--align-end.x-list {
|
|
6121
|
+
align-items: flex-end;
|
|
6122
|
+
}
|
|
6123
|
+
|
|
6124
|
+
.x-list--align-start.x-list {
|
|
6125
|
+
align-items: flex-start;
|
|
6126
|
+
}
|
|
6127
|
+
|
|
6128
|
+
.x-list > .x-list__item--expand {
|
|
6129
|
+
flex: 1 1 auto;
|
|
6130
|
+
}
|
|
6131
|
+
.x-list > .x-list__item--no-expand {
|
|
6132
|
+
flex: 0 0 auto;
|
|
6133
|
+
}
|
|
6134
|
+
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6135
|
+
min-width: 0;
|
|
6136
|
+
}
|
|
6137
|
+
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6138
|
+
min-height: 0;
|
|
6139
|
+
}
|
|
6140
|
+
.x-list > .x-list__item--stretch {
|
|
6141
|
+
align-self: stretch;
|
|
6142
|
+
}
|
|
6143
|
+
.x-list > .x-list__item--flex-none {
|
|
6144
|
+
flex: none;
|
|
6145
|
+
}
|
|
6146
|
+
.x-list > .x-list__item--01 {
|
|
6147
|
+
flex: 1 12 auto;
|
|
6148
|
+
}
|
|
6149
|
+
.x-list > .x-list__item--02 {
|
|
6150
|
+
flex: 2 11 auto;
|
|
6151
|
+
}
|
|
6152
|
+
.x-list > .x-list__item--03 {
|
|
6153
|
+
flex: 3 10 auto;
|
|
6154
|
+
}
|
|
6155
|
+
.x-list > .x-list__item--04 {
|
|
6156
|
+
flex: 4 9 auto;
|
|
6157
|
+
}
|
|
6158
|
+
.x-list > .x-list__item--05 {
|
|
6159
|
+
flex: 5 8 auto;
|
|
6160
|
+
}
|
|
6161
|
+
.x-list > .x-list__item--06 {
|
|
6162
|
+
flex: 6 7 auto;
|
|
6163
|
+
}
|
|
6164
|
+
.x-list > .x-list__item--07 {
|
|
6165
|
+
flex: 7 6 auto;
|
|
6166
|
+
}
|
|
6167
|
+
.x-list > .x-list__item--08 {
|
|
6168
|
+
flex: 8 5 auto;
|
|
6169
|
+
}
|
|
6170
|
+
.x-list > .x-list__item--09 {
|
|
6171
|
+
flex: 9 4 auto;
|
|
6172
|
+
}
|
|
6173
|
+
.x-list > .x-list__item--10 {
|
|
6174
|
+
flex: 10 3 auto;
|
|
6175
|
+
}
|
|
6176
|
+
.x-list > .x-list__item--11 {
|
|
6177
|
+
flex: 11 2 auto;
|
|
6178
|
+
}
|
|
6179
|
+
.x-list > .x-list__item--12 {
|
|
6180
|
+
flex: 12 1 auto;
|
|
6181
|
+
}
|
|
6182
|
+
:root {
|
|
6183
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6184
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6185
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6186
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6187
|
+
--x-size-border-radius-input-group-pill
|
|
6188
|
+
);
|
|
6189
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6190
|
+
}
|
|
6191
|
+
:root {
|
|
6192
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6193
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6194
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6195
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6196
|
+
--x-size-border-radius-input-group-pill
|
|
6197
|
+
);
|
|
6198
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6201
|
+
.x-input-group--pill.x-input-group,
|
|
6202
|
+
.x-input-group--pill .x-input-group {
|
|
6203
|
+
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
6204
|
+
--x-size-border-radius-top-left-input-group-default: var(
|
|
6205
|
+
--x-size-border-radius-top-left-input-group-pill
|
|
6206
|
+
);
|
|
6207
|
+
--x-size-border-radius-top-right-input-group-default: var(
|
|
6208
|
+
--x-size-border-radius-top-right-input-group-pill
|
|
6209
|
+
);
|
|
6210
|
+
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6211
|
+
--x-size-border-radius-bottom-right-input-group-pill
|
|
6212
|
+
);
|
|
6213
|
+
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6214
|
+
--x-size-border-radius-bottom-left-input-group-pill
|
|
6215
|
+
);
|
|
6216
|
+
}
|
|
6217
|
+
:root {
|
|
6218
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6219
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6220
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6221
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6222
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6223
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6224
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6225
|
+
}
|
|
6226
|
+
:root {
|
|
6227
|
+
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6228
|
+
--x-size-gap-list-02: var(--x-size-base-02);
|
|
6229
|
+
--x-size-gap-list-03: var(--x-size-base-03);
|
|
6230
|
+
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6231
|
+
--x-size-gap-list-05: var(--x-size-base-05);
|
|
6232
|
+
--x-size-gap-list-06: var(--x-size-base-06);
|
|
6233
|
+
--x-size-gap-list-07: var(--x-size-base-07);
|
|
6234
|
+
--x-size-gap-list-08: var(--x-size-base-08);
|
|
6235
|
+
--x-size-gap-list-09: var(--x-size-base-09);
|
|
6236
|
+
--x-size-gap-list-10: var(--x-size-base-10);
|
|
6237
|
+
--x-size-gap-list-11: var(--x-size-base-11);
|
|
6238
|
+
--x-size-gap-list-12: var(--x-size-base-12);
|
|
6239
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
6240
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
6241
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6242
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6243
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6244
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6245
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6246
|
+
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6247
|
+
}
|
|
6248
|
+
|
|
6249
|
+
.x-list--gap-01.x-list {
|
|
6250
|
+
gap: var(--x-size-gap-list-01);
|
|
6251
|
+
}
|
|
6252
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
6253
|
+
.x-list--gap-01.x-list:not(.x-list--horizontal), .x-list--gap-01.x-list.x-list--vertical {
|
|
6254
|
+
gap: 0;
|
|
6255
|
+
}
|
|
6256
|
+
.x-list--gap-01.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-01.x-list.x-list--vertical > *:not(:last-child) {
|
|
6257
|
+
margin-bottom: var(--x-size-gap-list-01);
|
|
6258
|
+
}
|
|
6259
|
+
.x-list--gap-01.x-list.x-list--horizontal {
|
|
6260
|
+
gap: 0;
|
|
6261
|
+
}
|
|
6262
|
+
.x-list--gap-01.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6263
|
+
margin-right: var(--x-size-gap-list-01);
|
|
6264
|
+
}
|
|
6064
6265
|
.x-list--gap-01.x-list.x-list--wrap {
|
|
6065
6266
|
gap: 0;
|
|
6066
6267
|
}
|
|
@@ -6544,206 +6745,6 @@
|
|
|
6544
6745
|
margin-bottom: var(--x-size-gap-list-20);
|
|
6545
6746
|
}
|
|
6546
6747
|
}
|
|
6547
|
-
:root {
|
|
6548
|
-
--x-string-flow-list: column nowrap;
|
|
6549
|
-
--x-size-padding-list: 0;
|
|
6550
|
-
--x-size-gap-list: 0;
|
|
6551
|
-
--x-size-justify-list: stretch;
|
|
6552
|
-
--x-size-align-list: stretch;
|
|
6553
|
-
--x-size-align-list-stretch: stretch;
|
|
6554
|
-
}
|
|
6555
|
-
:root {
|
|
6556
|
-
--x-string-flow-list: column nowrap;
|
|
6557
|
-
--x-size-padding-list: 0;
|
|
6558
|
-
--x-size-gap-list: 0;
|
|
6559
|
-
--x-size-justify-list: stretch;
|
|
6560
|
-
--x-size-align-list: stretch;
|
|
6561
|
-
--x-size-align-list-stretch: stretch;
|
|
6562
|
-
}
|
|
6563
|
-
|
|
6564
|
-
.x-list {
|
|
6565
|
-
display: flex;
|
|
6566
|
-
flex-flow: var(--x-string-flow-list);
|
|
6567
|
-
list-style: none;
|
|
6568
|
-
gap: var(--x-size-gap-list);
|
|
6569
|
-
margin: 0;
|
|
6570
|
-
padding: var(--x-size-padding-list);
|
|
6571
|
-
justify-content: var(--x-size-justify-list);
|
|
6572
|
-
align-items: var(--x-size-align-list);
|
|
6573
|
-
min-width: 0;
|
|
6574
|
-
}
|
|
6575
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
6576
|
-
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6577
|
-
gap: 0;
|
|
6578
|
-
}
|
|
6579
|
-
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6580
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6581
|
-
}
|
|
6582
|
-
.x-list.x-list--horizontal {
|
|
6583
|
-
gap: 0;
|
|
6584
|
-
}
|
|
6585
|
-
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6586
|
-
margin-right: var(--x-size-gap-list);
|
|
6587
|
-
}
|
|
6588
|
-
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6589
|
-
gap: 0;
|
|
6590
|
-
}
|
|
6591
|
-
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6592
|
-
margin-right: var(--x-size-gap-list);
|
|
6593
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6594
|
-
}
|
|
6595
|
-
}
|
|
6596
|
-
|
|
6597
|
-
.x-list--vertical.x-list {
|
|
6598
|
-
flex-flow: column nowrap;
|
|
6599
|
-
}
|
|
6600
|
-
|
|
6601
|
-
.x-list--horizontal.x-list {
|
|
6602
|
-
flex-flow: row nowrap;
|
|
6603
|
-
}
|
|
6604
|
-
|
|
6605
|
-
.x-list--wrap.x-list {
|
|
6606
|
-
flex-flow: row wrap;
|
|
6607
|
-
}
|
|
6608
|
-
|
|
6609
|
-
.x-list--wrap-reverse.x-list {
|
|
6610
|
-
flex-flow: row wrap-reverse;
|
|
6611
|
-
}
|
|
6612
|
-
|
|
6613
|
-
.x-list--justify-stretch.x-list {
|
|
6614
|
-
justify-content: stretch;
|
|
6615
|
-
}
|
|
6616
|
-
|
|
6617
|
-
.x-list--justify-center.x-list {
|
|
6618
|
-
justify-content: center;
|
|
6619
|
-
}
|
|
6620
|
-
|
|
6621
|
-
.x-list--justify-end.x-list {
|
|
6622
|
-
justify-content: flex-end;
|
|
6623
|
-
}
|
|
6624
|
-
|
|
6625
|
-
.x-list--justify-start.x-list {
|
|
6626
|
-
justify-content: flex-start;
|
|
6627
|
-
}
|
|
6628
|
-
|
|
6629
|
-
.x-list--align-stretch.x-list {
|
|
6630
|
-
align-items: stretch;
|
|
6631
|
-
}
|
|
6632
|
-
|
|
6633
|
-
.x-list--align-center.x-list {
|
|
6634
|
-
align-items: center;
|
|
6635
|
-
}
|
|
6636
|
-
|
|
6637
|
-
.x-list--align-baseline.x-list {
|
|
6638
|
-
align-items: baseline;
|
|
6639
|
-
}
|
|
6640
|
-
|
|
6641
|
-
.x-list--align-end.x-list {
|
|
6642
|
-
align-items: flex-end;
|
|
6643
|
-
}
|
|
6644
|
-
|
|
6645
|
-
.x-list--align-start.x-list {
|
|
6646
|
-
align-items: flex-start;
|
|
6647
|
-
}
|
|
6648
|
-
|
|
6649
|
-
.x-list > .x-list__item--expand {
|
|
6650
|
-
flex: 1 1 auto;
|
|
6651
|
-
}
|
|
6652
|
-
.x-list > .x-list__item--no-expand {
|
|
6653
|
-
flex: 0 0 auto;
|
|
6654
|
-
}
|
|
6655
|
-
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6656
|
-
min-width: 0;
|
|
6657
|
-
}
|
|
6658
|
-
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6659
|
-
min-height: 0;
|
|
6660
|
-
}
|
|
6661
|
-
.x-list > .x-list__item--stretch {
|
|
6662
|
-
align-self: stretch;
|
|
6663
|
-
}
|
|
6664
|
-
.x-list > .x-list__item--flex-none {
|
|
6665
|
-
flex: none;
|
|
6666
|
-
}
|
|
6667
|
-
.x-list > .x-list__item--01 {
|
|
6668
|
-
flex: 1 12 auto;
|
|
6669
|
-
}
|
|
6670
|
-
.x-list > .x-list__item--02 {
|
|
6671
|
-
flex: 2 11 auto;
|
|
6672
|
-
}
|
|
6673
|
-
.x-list > .x-list__item--03 {
|
|
6674
|
-
flex: 3 10 auto;
|
|
6675
|
-
}
|
|
6676
|
-
.x-list > .x-list__item--04 {
|
|
6677
|
-
flex: 4 9 auto;
|
|
6678
|
-
}
|
|
6679
|
-
.x-list > .x-list__item--05 {
|
|
6680
|
-
flex: 5 8 auto;
|
|
6681
|
-
}
|
|
6682
|
-
.x-list > .x-list__item--06 {
|
|
6683
|
-
flex: 6 7 auto;
|
|
6684
|
-
}
|
|
6685
|
-
.x-list > .x-list__item--07 {
|
|
6686
|
-
flex: 7 6 auto;
|
|
6687
|
-
}
|
|
6688
|
-
.x-list > .x-list__item--08 {
|
|
6689
|
-
flex: 8 5 auto;
|
|
6690
|
-
}
|
|
6691
|
-
.x-list > .x-list__item--09 {
|
|
6692
|
-
flex: 9 4 auto;
|
|
6693
|
-
}
|
|
6694
|
-
.x-list > .x-list__item--10 {
|
|
6695
|
-
flex: 10 3 auto;
|
|
6696
|
-
}
|
|
6697
|
-
.x-list > .x-list__item--11 {
|
|
6698
|
-
flex: 11 2 auto;
|
|
6699
|
-
}
|
|
6700
|
-
.x-list > .x-list__item--12 {
|
|
6701
|
-
flex: 12 1 auto;
|
|
6702
|
-
}
|
|
6703
|
-
:root {
|
|
6704
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6705
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6706
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6707
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6708
|
-
--x-size-border-radius-input-group-pill
|
|
6709
|
-
);
|
|
6710
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6711
|
-
}
|
|
6712
|
-
:root {
|
|
6713
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6714
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6715
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6716
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6717
|
-
--x-size-border-radius-input-group-pill
|
|
6718
|
-
);
|
|
6719
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6720
|
-
}
|
|
6721
|
-
|
|
6722
|
-
.x-input-group--pill.x-input-group,
|
|
6723
|
-
.x-input-group--pill .x-input-group {
|
|
6724
|
-
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
6725
|
-
--x-size-border-radius-top-left-input-group-default: var(
|
|
6726
|
-
--x-size-border-radius-top-left-input-group-pill
|
|
6727
|
-
);
|
|
6728
|
-
--x-size-border-radius-top-right-input-group-default: var(
|
|
6729
|
-
--x-size-border-radius-top-right-input-group-pill
|
|
6730
|
-
);
|
|
6731
|
-
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6732
|
-
--x-size-border-radius-bottom-right-input-group-pill
|
|
6733
|
-
);
|
|
6734
|
-
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6735
|
-
--x-size-border-radius-bottom-left-input-group-pill
|
|
6736
|
-
);
|
|
6737
|
-
}
|
|
6738
|
-
:root {
|
|
6739
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6740
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6741
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6742
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6743
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6744
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6745
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6746
|
-
}
|
|
6747
6748
|
:root {
|
|
6748
6749
|
--x-size-padding-left-input-group-line: 0;
|
|
6749
6750
|
--x-size-padding-right-input-group-line: 0;
|
|
@@ -8824,4 +8825,4 @@
|
|
|
8824
8825
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8825
8826
|
--x-size-border-radius-base-pill: 99999px;
|
|
8826
8827
|
--x-size-border-width-base: 1px;
|
|
8827
|
-
}
|
|
8828
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.5",
|
|
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
|
"vue-global-events": "~3.0.1"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"vue": "
|
|
88
|
+
"vue": "^3.5.12",
|
|
89
89
|
"vuex": "4.0.2"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
"access": "public",
|
|
138
138
|
"directory": "dist"
|
|
139
139
|
},
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "7b902304aa824dcb79eeeaea29b884d0a36a01cb"
|
|
141
141
|
}
|