@empathyco/x-components 4.0.1-alpha.0 → 4.0.2-alpha.0
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 +16 -0
- package/design-system/deprecated-full-theme.css +135 -139
- package/docs/API-reference/api/x-components.setupdevtools.md +1 -1
- package/package.json +22 -22
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +1 -1
- package/report/x-components.api.json +1 -1
- package/report/x-types.api.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [4.0.2-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.1...@empathyco/x-components@4.0.2-alpha.0) (2023-11-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.0.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.1-alpha.0...@empathyco/x-components@4.0.1) (2023-11-24)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [4.0.1-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.1-alpha.0) (2023-11-22)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
.x-uppercase {
|
|
3
2
|
text-transform: uppercase;
|
|
4
3
|
}
|
|
@@ -52,6 +51,7 @@
|
|
|
52
51
|
.x-sticky {
|
|
53
52
|
position: sticky !important;
|
|
54
53
|
}
|
|
54
|
+
|
|
55
55
|
.x-padding--00 {
|
|
56
56
|
padding: 0 !important;
|
|
57
57
|
}
|
|
@@ -493,7 +493,6 @@
|
|
|
493
493
|
[dir="rtl"] .x-padding--left-20 {
|
|
494
494
|
padding-right: var(--x-size-base-20) !important;
|
|
495
495
|
}
|
|
496
|
-
|
|
497
496
|
.x-margin--auto {
|
|
498
497
|
margin: auto !important;
|
|
499
498
|
}
|
|
@@ -1188,6 +1187,18 @@
|
|
|
1188
1187
|
.x-self-baseline {
|
|
1189
1188
|
align-self: baseline !important;
|
|
1190
1189
|
}
|
|
1190
|
+
.dev-mode .slot-helper {
|
|
1191
|
+
font-family: inherit;
|
|
1192
|
+
color: grey;
|
|
1193
|
+
box-sizing: border-box;
|
|
1194
|
+
display: flex;
|
|
1195
|
+
height: 100%;
|
|
1196
|
+
width: 100%;
|
|
1197
|
+
justify-content: center;
|
|
1198
|
+
align-items: center;
|
|
1199
|
+
border: dashed 1px grey;
|
|
1200
|
+
border-radius: 10px;
|
|
1201
|
+
}
|
|
1191
1202
|
.x-fill--lead {
|
|
1192
1203
|
fill: var(--x-color-base-lead) !important;
|
|
1193
1204
|
}
|
|
@@ -1231,18 +1242,6 @@
|
|
|
1231
1242
|
.x-fill--transparent {
|
|
1232
1243
|
fill: var(--x-color-base-transparent) !important;
|
|
1233
1244
|
}
|
|
1234
|
-
.dev-mode .slot-helper {
|
|
1235
|
-
font-family: inherit;
|
|
1236
|
-
color: grey;
|
|
1237
|
-
box-sizing: border-box;
|
|
1238
|
-
display: flex;
|
|
1239
|
-
height: 100%;
|
|
1240
|
-
width: 100%;
|
|
1241
|
-
justify-content: center;
|
|
1242
|
-
align-items: center;
|
|
1243
|
-
border: dashed 1px grey;
|
|
1244
|
-
border-radius: 10px;
|
|
1245
|
-
}
|
|
1246
1245
|
/* Material Elevations extracted from:
|
|
1247
1246
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1248
1247
|
*/
|
|
@@ -3387,12 +3386,12 @@
|
|
|
3387
3386
|
.x-text--stroke.x-small {
|
|
3388
3387
|
--x-string-text-decoration-small: line-through;
|
|
3389
3388
|
}
|
|
3390
|
-
.x-text--secondary {
|
|
3391
|
-
--x-color-text-default: var(--x-color-text-secondary);
|
|
3392
|
-
}
|
|
3393
3389
|
:root {
|
|
3394
3390
|
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3395
3391
|
}
|
|
3392
|
+
.x-text--secondary {
|
|
3393
|
+
--x-color-text-default: var(--x-color-text-secondary);
|
|
3394
|
+
}
|
|
3396
3395
|
.x-text--light.x-text {
|
|
3397
3396
|
--x-number-font-weight-text: var(--x-number-font-weight-base-light);
|
|
3398
3397
|
}
|
|
@@ -4405,6 +4404,13 @@
|
|
|
4405
4404
|
--x-size-padding-sliding-panel-button: var(--x-size-base-03);
|
|
4406
4405
|
--x-size-horizontal-margin-sliding-panel-button-overflow: var(--x-size-base-02);
|
|
4407
4406
|
}
|
|
4407
|
+
:root {
|
|
4408
|
+
--x-string-overflow-scroll: auto;
|
|
4409
|
+
--x-color-background-scroll-bar: transparent;
|
|
4410
|
+
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
4411
|
+
--x-color-background-scroll-bar-hover: transparent;
|
|
4412
|
+
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4413
|
+
}
|
|
4408
4414
|
.x-sliding-panel {
|
|
4409
4415
|
z-index: 0;
|
|
4410
4416
|
background-color: var(--x-color-background-sliding-panel);
|
|
@@ -4470,13 +4476,6 @@
|
|
|
4470
4476
|
--x-color-background-scroll-bar-hover: transparent;
|
|
4471
4477
|
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4472
4478
|
}
|
|
4473
|
-
:root {
|
|
4474
|
-
--x-string-overflow-scroll: auto;
|
|
4475
|
-
--x-color-background-scroll-bar: transparent;
|
|
4476
|
-
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
4477
|
-
--x-color-background-scroll-bar-hover: transparent;
|
|
4478
|
-
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4479
|
-
}
|
|
4480
4479
|
|
|
4481
4480
|
.x-scroll {
|
|
4482
4481
|
overflow-y: var(--x-string-overflow-scroll);
|
|
@@ -4822,23 +4821,6 @@
|
|
|
4822
4821
|
--x-size-border-width-result-description-default: 0;
|
|
4823
4822
|
--x-size-border-width-result-picture-default: 0;
|
|
4824
4823
|
}
|
|
4825
|
-
:root {
|
|
4826
|
-
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4827
|
-
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4828
|
-
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4829
|
-
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4830
|
-
--x-color-background-result-default: transparent;
|
|
4831
|
-
--x-size-padding-result-default: 0;
|
|
4832
|
-
--x-size-padding-result-overlay-default: 0;
|
|
4833
|
-
--x-size-padding-result-description-default: 0;
|
|
4834
|
-
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4835
|
-
--x-size-padding-result-picture-default: 0;
|
|
4836
|
-
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4837
|
-
--x-size-border-width-result-default: 0;
|
|
4838
|
-
--x-size-border-width-result-overlay-default: 0;
|
|
4839
|
-
--x-size-border-width-result-description-default: 0;
|
|
4840
|
-
--x-size-border-width-result-picture-default: 0;
|
|
4841
|
-
}
|
|
4842
4824
|
|
|
4843
4825
|
.x-result {
|
|
4844
4826
|
display: grid;
|
|
@@ -4892,6 +4874,23 @@
|
|
|
4892
4874
|
opacity: 1;
|
|
4893
4875
|
}
|
|
4894
4876
|
}
|
|
4877
|
+
:root {
|
|
4878
|
+
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4879
|
+
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4880
|
+
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4881
|
+
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4882
|
+
--x-color-background-result-default: transparent;
|
|
4883
|
+
--x-size-padding-result-default: 0;
|
|
4884
|
+
--x-size-padding-result-overlay-default: 0;
|
|
4885
|
+
--x-size-padding-result-description-default: 0;
|
|
4886
|
+
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4887
|
+
--x-size-padding-result-picture-default: 0;
|
|
4888
|
+
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4889
|
+
--x-size-border-width-result-default: 0;
|
|
4890
|
+
--x-size-border-width-result-overlay-default: 0;
|
|
4891
|
+
--x-size-border-width-result-description-default: 0;
|
|
4892
|
+
--x-size-border-width-result-picture-default: 0;
|
|
4893
|
+
}
|
|
4895
4894
|
:root {
|
|
4896
4895
|
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4897
4896
|
}
|
|
@@ -6726,32 +6725,7 @@
|
|
|
6726
6725
|
);
|
|
6727
6726
|
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6728
6727
|
}
|
|
6729
|
-
:root {
|
|
6730
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6731
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6732
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6733
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6734
|
-
--x-size-border-radius-input-group-pill
|
|
6735
|
-
);
|
|
6736
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6737
|
-
}
|
|
6738
6728
|
|
|
6739
|
-
.x-input-group--pill.x-input-group,
|
|
6740
|
-
.x-input-group--pill .x-input-group {
|
|
6741
|
-
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
6742
|
-
--x-size-border-radius-top-left-input-group-default: var(
|
|
6743
|
-
--x-size-border-radius-top-left-input-group-pill
|
|
6744
|
-
);
|
|
6745
|
-
--x-size-border-radius-top-right-input-group-default: var(
|
|
6746
|
-
--x-size-border-radius-top-right-input-group-pill
|
|
6747
|
-
);
|
|
6748
|
-
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6749
|
-
--x-size-border-radius-bottom-right-input-group-pill
|
|
6750
|
-
);
|
|
6751
|
-
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6752
|
-
--x-size-border-radius-bottom-left-input-group-pill
|
|
6753
|
-
);
|
|
6754
|
-
}
|
|
6755
6729
|
:root {
|
|
6756
6730
|
--x-size-padding-left-input-group-line: 0;
|
|
6757
6731
|
--x-size-padding-right-input-group-line: 0;
|
|
@@ -6797,15 +6771,11 @@
|
|
|
6797
6771
|
}
|
|
6798
6772
|
[dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
|
|
6799
6773
|
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6800
|
-
margin-left: calc(
|
|
6801
|
-
var(--x-size-border-width-inline-input-group-line) * -1
|
|
6802
|
-
) !important;
|
|
6774
|
+
margin-left: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6803
6775
|
}
|
|
6804
6776
|
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6805
6777
|
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6806
|
-
margin-right: calc(
|
|
6807
|
-
var(--x-size-border-width-inline-input-group-line) * -1
|
|
6808
|
-
) !important;
|
|
6778
|
+
margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6809
6779
|
}
|
|
6810
6780
|
.x-input-group--line .x-input-group > .x-input-group__action,
|
|
6811
6781
|
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
@@ -7160,13 +7130,6 @@
|
|
|
7160
7130
|
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7161
7131
|
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7162
7132
|
}
|
|
7163
|
-
:root {
|
|
7164
|
-
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7165
|
-
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
7166
|
-
--x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
|
|
7167
|
-
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7168
|
-
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7169
|
-
}
|
|
7170
7133
|
:root {
|
|
7171
7134
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7172
7135
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7282,6 +7245,13 @@
|
|
|
7282
7245
|
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7283
7246
|
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7284
7247
|
}
|
|
7248
|
+
:root {
|
|
7249
|
+
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7250
|
+
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
7251
|
+
--x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
|
|
7252
|
+
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7253
|
+
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7254
|
+
}
|
|
7285
7255
|
|
|
7286
7256
|
.x-input--card.x-input,
|
|
7287
7257
|
.x-input--card .x-input {
|
|
@@ -8129,19 +8099,6 @@
|
|
|
8129
8099
|
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
8130
8100
|
--x-string-overflow-dropdown-list-default: hidden;
|
|
8131
8101
|
}
|
|
8132
|
-
:root {
|
|
8133
|
-
--x-size-gap-dropdown-card: var(--x-size-base-03);
|
|
8134
|
-
--x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
|
|
8135
|
-
--x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8136
|
-
--x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8137
|
-
--x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8138
|
-
--x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8139
|
-
--x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
|
|
8140
|
-
--x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8141
|
-
--x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8142
|
-
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8143
|
-
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8144
|
-
}
|
|
8145
8102
|
:root {
|
|
8146
8103
|
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8147
8104
|
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
@@ -8397,6 +8354,19 @@
|
|
|
8397
8354
|
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8398
8355
|
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8399
8356
|
}
|
|
8357
|
+
:root {
|
|
8358
|
+
--x-size-gap-dropdown-card: var(--x-size-base-03);
|
|
8359
|
+
--x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
|
|
8360
|
+
--x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8361
|
+
--x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8362
|
+
--x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8363
|
+
--x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8364
|
+
--x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
|
|
8365
|
+
--x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8366
|
+
--x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8367
|
+
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8368
|
+
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8369
|
+
}
|
|
8400
8370
|
|
|
8401
8371
|
.x-dropdown--card {
|
|
8402
8372
|
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-card);
|
|
@@ -8559,13 +8529,6 @@
|
|
|
8559
8529
|
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8560
8530
|
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8561
8531
|
}
|
|
8562
|
-
:root {
|
|
8563
|
-
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8564
|
-
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8565
|
-
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8566
|
-
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8567
|
-
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8568
|
-
}
|
|
8569
8532
|
|
|
8570
8533
|
.x-button--pill.x-button,
|
|
8571
8534
|
.x-button--pill .x-button {
|
|
@@ -8586,6 +8549,13 @@
|
|
|
8586
8549
|
--x-color-border-button-ghost: transparent;
|
|
8587
8550
|
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8588
8551
|
}
|
|
8552
|
+
:root {
|
|
8553
|
+
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8554
|
+
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8555
|
+
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8556
|
+
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8557
|
+
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8558
|
+
}
|
|
8589
8559
|
:root {
|
|
8590
8560
|
--x-color-background-button-ghost: transparent;
|
|
8591
8561
|
--x-color-border-button-ghost: transparent;
|
|
@@ -8631,6 +8601,13 @@
|
|
|
8631
8601
|
--x-number-font-weight-button-default: var(--x-number-font-weight-base-bold);
|
|
8632
8602
|
--x-size-line-height-button-default: var(--x-size-line-height-text);
|
|
8633
8603
|
}
|
|
8604
|
+
:root {
|
|
8605
|
+
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8606
|
+
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8607
|
+
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8608
|
+
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8609
|
+
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8610
|
+
}
|
|
8634
8611
|
:root {
|
|
8635
8612
|
--x-color-background-button-default: var(--x-color-base-lead);
|
|
8636
8613
|
--x-color-border-button-default: var(--x-color-background-button-default);
|
|
@@ -8716,35 +8693,6 @@
|
|
|
8716
8693
|
margin-right: var(--x-size-gap-button-default);
|
|
8717
8694
|
}
|
|
8718
8695
|
}
|
|
8719
|
-
:root {
|
|
8720
|
-
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8721
|
-
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8722
|
-
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8723
|
-
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8724
|
-
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8725
|
-
}
|
|
8726
|
-
:root {
|
|
8727
|
-
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8728
|
-
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8729
|
-
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8730
|
-
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8731
|
-
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8732
|
-
}
|
|
8733
|
-
|
|
8734
|
-
.x-button--card.x-button,
|
|
8735
|
-
.x-button--card .x-button {
|
|
8736
|
-
--x-size-border-radius-button-default: var(--x-size-border-radius-button-card);
|
|
8737
|
-
--x-size-border-radius-top-left-button-default: var(--x-size-border-radius-top-left-button-card);
|
|
8738
|
-
--x-size-border-radius-top-right-button-default: var(
|
|
8739
|
-
--x-size-border-radius-top-right-button-card
|
|
8740
|
-
);
|
|
8741
|
-
--x-size-border-radius-bottom-right-button-default: var(
|
|
8742
|
-
--x-size-border-radius-bottom-right-button-card
|
|
8743
|
-
);
|
|
8744
|
-
--x-size-border-radius-bottom-left-button-default: var(
|
|
8745
|
-
--x-size-border-radius-bottom-left-button-card
|
|
8746
|
-
);
|
|
8747
|
-
}
|
|
8748
8696
|
:root {
|
|
8749
8697
|
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8750
8698
|
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
@@ -8805,17 +8753,26 @@
|
|
|
8805
8753
|
position: relative;
|
|
8806
8754
|
}
|
|
8807
8755
|
:root {
|
|
8808
|
-
--x-
|
|
8809
|
-
--x-
|
|
8810
|
-
--x-
|
|
8811
|
-
--x-
|
|
8812
|
-
--x-
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
--x-
|
|
8818
|
-
--x-
|
|
8756
|
+
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8757
|
+
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8758
|
+
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8759
|
+
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8760
|
+
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8761
|
+
}
|
|
8762
|
+
|
|
8763
|
+
.x-button--card.x-button,
|
|
8764
|
+
.x-button--card .x-button {
|
|
8765
|
+
--x-size-border-radius-button-default: var(--x-size-border-radius-button-card);
|
|
8766
|
+
--x-size-border-radius-top-left-button-default: var(--x-size-border-radius-top-left-button-card);
|
|
8767
|
+
--x-size-border-radius-top-right-button-default: var(
|
|
8768
|
+
--x-size-border-radius-top-right-button-card
|
|
8769
|
+
);
|
|
8770
|
+
--x-size-border-radius-bottom-right-button-default: var(
|
|
8771
|
+
--x-size-border-radius-bottom-right-button-card
|
|
8772
|
+
);
|
|
8773
|
+
--x-size-border-radius-bottom-left-button-default: var(
|
|
8774
|
+
--x-size-border-radius-bottom-left-button-card
|
|
8775
|
+
);
|
|
8819
8776
|
}
|
|
8820
8777
|
:root {
|
|
8821
8778
|
--x-size-base-01: 2px;
|
|
@@ -8839,10 +8796,49 @@
|
|
|
8839
8796
|
--x-size-base-19: 280px;
|
|
8840
8797
|
--x-size-base-20: 344px;
|
|
8841
8798
|
}
|
|
8799
|
+
:root {
|
|
8800
|
+
--x-color-base-lead: #243d48;
|
|
8801
|
+
--x-color-base-auxiliary: #bfe1ec;
|
|
8802
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
8803
|
+
--x-color-base-neutral-35: #595959;
|
|
8804
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
8805
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
8806
|
+
--x-color-base-neutral-100: #ffffff;
|
|
8807
|
+
--x-color-base-accent: #0086b2;
|
|
8808
|
+
--x-color-base-enable: #00705c;
|
|
8809
|
+
--x-color-base-disable: #e11f26;
|
|
8810
|
+
--x-color-base-transparent: transparent;
|
|
8811
|
+
}
|
|
8842
8812
|
:root {
|
|
8843
8813
|
--x-size-border-radius-base-none: 0;
|
|
8844
8814
|
--x-size-border-radius-base-s: var(--x-size-base-02);
|
|
8845
8815
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8846
8816
|
--x-size-border-radius-base-pill: 99999px;
|
|
8847
8817
|
--x-size-border-width-base: 1px;
|
|
8818
|
+
}
|
|
8819
|
+
:root {
|
|
8820
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
8821
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
8822
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
8823
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
8824
|
+
--x-size-border-radius-input-group-pill
|
|
8825
|
+
);
|
|
8826
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
8827
|
+
}
|
|
8828
|
+
|
|
8829
|
+
.x-input-group--pill.x-input-group,
|
|
8830
|
+
.x-input-group--pill .x-input-group {
|
|
8831
|
+
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
8832
|
+
--x-size-border-radius-top-left-input-group-default: var(
|
|
8833
|
+
--x-size-border-radius-top-left-input-group-pill
|
|
8834
|
+
);
|
|
8835
|
+
--x-size-border-radius-top-right-input-group-default: var(
|
|
8836
|
+
--x-size-border-radius-top-right-input-group-pill
|
|
8837
|
+
);
|
|
8838
|
+
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
8839
|
+
--x-size-border-radius-bottom-right-input-group-pill
|
|
8840
|
+
);
|
|
8841
|
+
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
8842
|
+
--x-size-border-radius-bottom-left-input-group-pill
|
|
8843
|
+
);
|
|
8848
8844
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## setupDevtools() function
|
|
6
6
|
|
|
7
|
-
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
7
|
+
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
8
|
>
|
|
9
9
|
|
|
10
10
|
Setups a plugin for the Vue's devtools adding: - [XEvent](./x-components.xevent.md)<!-- -->s timeline. Every event is recorded in time, and its payload and metadata can be inspected. - Wiring inspector. Events and its wires can be viewed and disabled.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2-alpha.0",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"prepublishOnly": "pnpm run build"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@empathyco/x-adapter": "^8.0.
|
|
73
|
-
"@empathyco/x-adapter-platform": "^1.0.
|
|
74
|
-
"@empathyco/x-bus": "^1.0.
|
|
75
|
-
"@empathyco/x-deep-merge": "^2.0.
|
|
72
|
+
"@empathyco/x-adapter": "^8.0.3-alpha.0",
|
|
73
|
+
"@empathyco/x-adapter-platform": "^1.0.3-alpha.0",
|
|
74
|
+
"@empathyco/x-bus": "^1.0.3-alpha.0",
|
|
75
|
+
"@empathyco/x-deep-merge": "^2.0.3-alpha.0",
|
|
76
76
|
"@empathyco/x-logger": "^1.2.0-alpha.11",
|
|
77
|
-
"@empathyco/x-storage-service": "^2.0.
|
|
78
|
-
"@empathyco/x-types": "^10.0.
|
|
79
|
-
"@empathyco/x-utils": "^1.0.
|
|
77
|
+
"@empathyco/x-storage-service": "^2.0.3-alpha.0",
|
|
78
|
+
"@empathyco/x-types": "^10.0.3-alpha.0",
|
|
79
|
+
"@empathyco/x-utils": "^1.0.3-alpha.0",
|
|
80
80
|
"@vue/devtools-api": "~6.5.0",
|
|
81
|
-
"@vueuse/core": "~10.
|
|
81
|
+
"@vueuse/core": "~10.6.0",
|
|
82
82
|
"rxjs": "~7.8.0",
|
|
83
|
-
"tslib": "~2.
|
|
83
|
+
"tslib": "~2.6.0",
|
|
84
84
|
"vue-class-component": "~7.2.6",
|
|
85
85
|
"vue-global-events": "~1.2.1",
|
|
86
86
|
"vue-property-decorator": "~8.5.0",
|
|
@@ -94,24 +94,24 @@
|
|
|
94
94
|
"@badeball/cypress-cucumber-preprocessor": "~17.2.0",
|
|
95
95
|
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
|
|
96
96
|
"@cypress/vue2": "~2.0.1",
|
|
97
|
-
"@empathyco/x-tailwindcss": "^1.1.
|
|
98
|
-
"@microsoft/api-documenter": "~7.
|
|
99
|
-
"@microsoft/api-extractor": "~7.
|
|
97
|
+
"@empathyco/x-tailwindcss": "^1.1.2-alpha.0",
|
|
98
|
+
"@microsoft/api-documenter": "~7.23.0",
|
|
99
|
+
"@microsoft/api-extractor": "~7.38.0",
|
|
100
100
|
"@rollup/plugin-commonjs": "~25.0.0",
|
|
101
|
-
"@testing-library/jest-dom": "~5.
|
|
101
|
+
"@testing-library/jest-dom": "~5.17.0",
|
|
102
102
|
"@types/autoprefixer": "~10.2.0",
|
|
103
103
|
"@types/glob": "^8.0.1",
|
|
104
104
|
"@types/jest": "~27.5.0",
|
|
105
|
-
"@types/node": "~18.
|
|
105
|
+
"@types/node": "~18.18.0",
|
|
106
106
|
"@types/testing-library__jest-dom": "~5.14.5",
|
|
107
107
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
108
108
|
"@vue/test-utils": "~1.0.3",
|
|
109
109
|
"@vue/vue2-jest": "~27.0.0-alpha.3",
|
|
110
110
|
"autoprefixer": "~10.4.4",
|
|
111
111
|
"convert-source-map": "~2.0.0",
|
|
112
|
-
"cypress": "~13.
|
|
113
|
-
"esbuild": "0.
|
|
114
|
-
"glob": "~10.
|
|
112
|
+
"cypress": "~13.6.0",
|
|
113
|
+
"esbuild": "0.19.7",
|
|
114
|
+
"glob": "~10.3.0",
|
|
115
115
|
"jest": "~27.5.0",
|
|
116
116
|
"jest-scss-transform": "~1.0.1",
|
|
117
117
|
"postcss": "~8.4.12",
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"postcss-logical": "~4.0.2",
|
|
120
120
|
"rimraf": "~3.0.2",
|
|
121
121
|
"rollup": "~2.79.1",
|
|
122
|
-
"rollup-plugin-copy": "~3.
|
|
122
|
+
"rollup-plugin-copy": "~3.5.0",
|
|
123
123
|
"rollup-plugin-delete": "~2.0.0",
|
|
124
124
|
"rollup-plugin-rename": "~1.0.1",
|
|
125
125
|
"rollup-plugin-sourcemaps": "~0.6.3",
|
|
126
126
|
"rollup-plugin-styles": "~4.0.0",
|
|
127
|
-
"rollup-plugin-typescript2": "~0.
|
|
127
|
+
"rollup-plugin-typescript2": "~0.36.0",
|
|
128
128
|
"rollup-plugin-vue": "~5.1.9",
|
|
129
|
-
"sass": "~1.
|
|
129
|
+
"sass": "~1.69.0",
|
|
130
130
|
"start-server-and-test": "~2.0.0",
|
|
131
131
|
"tailwindcss": "~3.3.0",
|
|
132
132
|
"ts-jest": "~27.1.0",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"access": "public",
|
|
145
145
|
"directory": "dist"
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "7a6825669246e5975ecee4a9ed615f018236e70c"
|
|
148
148
|
}
|