@empathyco/x-components 3.0.0-alpha.271 → 3.0.0-alpha.273
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 +31 -0
- package/design-system/base.css +0 -14
- package/design-system/default-theme.css +0 -529
- package/design-system/deprecated-full-theme.css +652 -22
- package/design-system/full-theme.css +89 -712
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +1 -1
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js +2 -2
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
- package/package.json +3 -3
- package/design-system/suggestion-default.css +0 -198
- package/design-system/suggestion-group-default.css +0 -100
- package/design-system/typography-accent.css +0 -3
- package/design-system/typography-accent.token.css +0 -3
- package/design-system/typography-bold.css +0 -15
- package/design-system/typography-default.css +0 -90
- package/design-system/typography-light.css +0 -15
- package/design-system/typography-secondary.css +0 -3
- package/design-system/typography-secondary.token.css +0 -3
- package/design-system/typography-stroke.css +0 -15
- package/design-system/utilities-font-color.css +0 -43
- package/design-system/utilities-font-size.css +0 -80
- package/design-system/utilities-font-weight.css +0 -9
- package/design-system/utilities-line-height.css +0 -23
- package/design-system/utilities-text-decoration.css +0 -15
- package/design-system/utilities-text-transform.css +0 -15
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
.x-font-color--lead {
|
|
2
|
-
color: var(--x-color-base-lead) !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.x-font-color--auxiliary {
|
|
6
|
-
color: var(--x-color-base-auxiliary) !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.x-font-color--neutral-10 {
|
|
10
|
-
color: var(--x-color-base-neutral-10) !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.x-font-color--neutral-35 {
|
|
14
|
-
color: var(--x-color-base-neutral-35) !important;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.x-font-color--neutral-70 {
|
|
18
|
-
color: var(--x-color-base-neutral-70) !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.x-font-color--neutral-95 {
|
|
22
|
-
color: var(--x-color-base-neutral-95) !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.x-font-color--neutral-100 {
|
|
26
|
-
color: var(--x-color-base-neutral-100) !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.x-font-color--accent {
|
|
30
|
-
color: var(--x-color-base-accent) !important;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.x-font-color--enable {
|
|
34
|
-
color: var(--x-color-base-enable) !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.x-font-color--disable {
|
|
38
|
-
color: var(--x-color-base-disable) !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.x-font-color--transparent {
|
|
42
|
-
color: var(--x-color-base-transparent) !important;
|
|
43
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
.x-font-size--01 {
|
|
2
|
-
font-size: var(--x-size-base-01) !important;
|
|
3
|
-
line-height: 1.5;
|
|
4
|
-
}
|
|
5
|
-
.x-font-size--02 {
|
|
6
|
-
font-size: var(--x-size-base-02) !important;
|
|
7
|
-
line-height: 1.5;
|
|
8
|
-
}
|
|
9
|
-
.x-font-size--03 {
|
|
10
|
-
font-size: var(--x-size-base-03) !important;
|
|
11
|
-
line-height: 1.5;
|
|
12
|
-
}
|
|
13
|
-
.x-font-size--04 {
|
|
14
|
-
font-size: var(--x-size-base-04) !important;
|
|
15
|
-
line-height: 1.5;
|
|
16
|
-
}
|
|
17
|
-
.x-font-size--05 {
|
|
18
|
-
font-size: var(--x-size-base-05) !important;
|
|
19
|
-
line-height: 1.5;
|
|
20
|
-
}
|
|
21
|
-
.x-font-size--06 {
|
|
22
|
-
font-size: var(--x-size-base-06) !important;
|
|
23
|
-
line-height: 1.5;
|
|
24
|
-
}
|
|
25
|
-
.x-font-size--07 {
|
|
26
|
-
font-size: var(--x-size-base-07) !important;
|
|
27
|
-
line-height: 1.5;
|
|
28
|
-
}
|
|
29
|
-
.x-font-size--08 {
|
|
30
|
-
font-size: var(--x-size-base-08) !important;
|
|
31
|
-
line-height: 1.5;
|
|
32
|
-
}
|
|
33
|
-
.x-font-size--09 {
|
|
34
|
-
font-size: var(--x-size-base-09) !important;
|
|
35
|
-
line-height: 1.5;
|
|
36
|
-
}
|
|
37
|
-
.x-font-size--10 {
|
|
38
|
-
font-size: var(--x-size-base-10) !important;
|
|
39
|
-
line-height: 1.5;
|
|
40
|
-
}
|
|
41
|
-
.x-font-size--11 {
|
|
42
|
-
font-size: var(--x-size-base-11) !important;
|
|
43
|
-
line-height: 1.5;
|
|
44
|
-
}
|
|
45
|
-
.x-font-size--12 {
|
|
46
|
-
font-size: var(--x-size-base-12) !important;
|
|
47
|
-
line-height: 1.5;
|
|
48
|
-
}
|
|
49
|
-
.x-font-size--13 {
|
|
50
|
-
font-size: var(--x-size-base-13) !important;
|
|
51
|
-
line-height: 1.5;
|
|
52
|
-
}
|
|
53
|
-
.x-font-size--14 {
|
|
54
|
-
font-size: var(--x-size-base-14) !important;
|
|
55
|
-
line-height: 1.5;
|
|
56
|
-
}
|
|
57
|
-
.x-font-size--15 {
|
|
58
|
-
font-size: var(--x-size-base-15) !important;
|
|
59
|
-
line-height: 1.5;
|
|
60
|
-
}
|
|
61
|
-
.x-font-size--16 {
|
|
62
|
-
font-size: var(--x-size-base-16) !important;
|
|
63
|
-
line-height: 1.5;
|
|
64
|
-
}
|
|
65
|
-
.x-font-size--17 {
|
|
66
|
-
font-size: var(--x-size-base-17) !important;
|
|
67
|
-
line-height: 1.5;
|
|
68
|
-
}
|
|
69
|
-
.x-font-size--18 {
|
|
70
|
-
font-size: var(--x-size-base-18) !important;
|
|
71
|
-
line-height: 1.5;
|
|
72
|
-
}
|
|
73
|
-
.x-font-size--19 {
|
|
74
|
-
font-size: var(--x-size-base-19) !important;
|
|
75
|
-
line-height: 1.5;
|
|
76
|
-
}
|
|
77
|
-
.x-font-size--20 {
|
|
78
|
-
font-size: var(--x-size-base-20) !important;
|
|
79
|
-
line-height: 1.5;
|
|
80
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.x-font-weight--light {
|
|
2
|
-
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
3
|
-
}
|
|
4
|
-
.x-font-weight--regular {
|
|
5
|
-
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
6
|
-
}
|
|
7
|
-
.x-font-weight--bold {
|
|
8
|
-
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
9
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
.x-line-height--none {
|
|
2
|
-
line-height: 1 !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.x-line-height--tight {
|
|
6
|
-
line-height: 1.25 !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.x-line-height--snug {
|
|
10
|
-
line-height: 1.375 !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.x-line-height--normal {
|
|
14
|
-
line-height: 1.5 !important;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.x-line-height--relaxed {
|
|
18
|
-
line-height: 1.625 !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.x-line-height--loose {
|
|
22
|
-
line-height: 2 !important;
|
|
23
|
-
}
|