@empathyco/x-components 3.0.0-alpha.72 → 3.0.0-alpha.75
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 +25 -225
- package/design-system/full-theme.css +49 -48
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesactions.md +1 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +1 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.usertoggledhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.md +1 -0
- package/docs/API-reference/api/x-components.togglehistoryqueries.md +13 -0
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +267 -28
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +36 -8
- package/history-queries/index.js +1 -1
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +1 -5
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/index.js +1 -1
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +6 -4
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js +3 -2
- package/js/x-modules/history-queries/store/constants.js.map +1 -1
- package/js/x-modules/history-queries/store/module.js +11 -3
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +10 -1
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/package.json +7 -7
- package/report/x-components.api.json +173 -3
- package/report/x-components.api.md +11 -1
- package/types/components/currency/base-currency.vue.d.ts.map +1 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/events.types.d.ts +5 -0
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +17 -0
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +9 -0
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,19 +3,39 @@
|
|
|
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.
|
|
6
|
+
## [3.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.74...@empathyco/x-components@3.0.0-alpha.75) (2022-03-31)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
9
|
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
## [3.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.73...@empathyco/x-components@3.0.0-alpha.74) (2022-03-31)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **base-currency:** format preference goes prop to be injected by default
|
|
15
|
+
([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
|
|
16
|
+
closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
|
|
13
17
|
|
|
14
18
|
# Change Log
|
|
15
19
|
|
|
16
20
|
All notable changes to this project will be documented in this file. See
|
|
17
21
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
22
|
|
|
23
|
+
## [3.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.72...@empathyco/x-components@3.0.0-alpha.73) (2022-03-24)
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
- **history-queries:** add toggle to enable/disable the history queries
|
|
28
|
+
([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
|
|
29
|
+
closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
|
|
30
|
+
|
|
31
|
+
## [3.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.71...@empathyco/x-components@3.0.0-alpha.72) (2022-03-23)
|
|
32
|
+
|
|
33
|
+
### Documentation
|
|
34
|
+
|
|
35
|
+
- Update documentation to differentiate integration from development
|
|
36
|
+
([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
|
|
37
|
+
closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
|
|
38
|
+
|
|
19
39
|
## [3.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
|
|
20
40
|
|
|
21
41
|
### Testing
|
|
@@ -23,20 +43,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
23
43
|
- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
|
|
24
44
|
([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
|
|
25
45
|
|
|
26
|
-
# Change Log
|
|
27
|
-
|
|
28
|
-
All notable changes to this project will be documented in this file. See
|
|
29
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
30
|
-
|
|
31
46
|
## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
|
|
32
47
|
|
|
33
48
|
**Note:** Version bump only for package @empathyco/x-components
|
|
34
49
|
|
|
35
|
-
# Change Log
|
|
36
|
-
|
|
37
|
-
All notable changes to this project will be documented in this file. See
|
|
38
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
39
|
-
|
|
40
50
|
## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
|
|
41
51
|
|
|
42
52
|
### Features
|
|
@@ -45,11 +55,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
45
55
|
([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
|
|
46
56
|
closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
|
|
47
57
|
|
|
48
|
-
# Change Log
|
|
49
|
-
|
|
50
|
-
All notable changes to this project will be documented in this file. See
|
|
51
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
52
|
-
|
|
53
58
|
## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
|
|
54
59
|
|
|
55
60
|
### Bug Fixes
|
|
@@ -57,11 +62,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
57
62
|
- prevent node-ipc vulnerability
|
|
58
63
|
([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
|
|
59
64
|
|
|
60
|
-
# Change Log
|
|
61
|
-
|
|
62
|
-
All notable changes to this project will be documented in this file. See
|
|
63
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
64
|
-
|
|
65
65
|
## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
|
|
66
66
|
|
|
67
67
|
### ⚠ BREAKING CHANGES
|
|
@@ -75,11 +75,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
75
75
|
([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
|
|
76
76
|
closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
|
|
77
77
|
|
|
78
|
-
# Change Log
|
|
79
|
-
|
|
80
|
-
All notable changes to this project will be documented in this file. See
|
|
81
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
82
|
-
|
|
83
78
|
## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
|
|
84
79
|
|
|
85
80
|
### Testing
|
|
@@ -88,11 +83,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
88
83
|
([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
|
|
89
84
|
closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
|
|
90
85
|
|
|
91
|
-
# Change Log
|
|
92
|
-
|
|
93
|
-
All notable changes to this project will be documented in this file. See
|
|
94
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
95
|
-
|
|
96
86
|
## [3.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.64...@empathyco/x-components@3.0.0-alpha.65) (2022-03-08)
|
|
97
87
|
|
|
98
88
|
### Features
|
|
@@ -101,11 +91,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
101
91
|
([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
|
|
102
92
|
closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
|
|
103
93
|
|
|
104
|
-
# Change Log
|
|
105
|
-
|
|
106
|
-
All notable changes to this project will be documented in this file. See
|
|
107
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
108
|
-
|
|
109
94
|
## [3.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.63...@empathyco/x-components@3.0.0-alpha.64) (2022-03-03)
|
|
110
95
|
|
|
111
96
|
### Features
|
|
@@ -114,11 +99,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
114
99
|
([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
|
|
115
100
|
closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
|
|
116
101
|
|
|
117
|
-
# Change Log
|
|
118
|
-
|
|
119
|
-
All notable changes to this project will be documented in this file. See
|
|
120
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
121
|
-
|
|
122
102
|
## [3.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.62...@empathyco/x-components@3.0.0-alpha.63) (2022-03-01)
|
|
123
103
|
|
|
124
104
|
### Build System
|
|
@@ -127,20 +107,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
127
107
|
([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
|
|
128
108
|
closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
|
|
129
109
|
|
|
130
|
-
# Change Log
|
|
131
|
-
|
|
132
|
-
All notable changes to this project will be documented in this file. See
|
|
133
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
134
|
-
|
|
135
110
|
## [3.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.61...@empathyco/x-components@3.0.0-alpha.62) (2022-02-28)
|
|
136
111
|
|
|
137
112
|
**Note:** Version bump only for package @empathyco/x-components
|
|
138
113
|
|
|
139
|
-
# Change Log
|
|
140
|
-
|
|
141
|
-
All notable changes to this project will be documented in this file. See
|
|
142
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
143
|
-
|
|
144
114
|
## [3.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.60...@empathyco/x-components@3.0.0-alpha.61) (2022-02-24)
|
|
145
115
|
|
|
146
116
|
### Testing
|
|
@@ -149,11 +119,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
149
119
|
([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
|
|
150
120
|
closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
|
|
151
121
|
|
|
152
|
-
# Change Log
|
|
153
|
-
|
|
154
|
-
All notable changes to this project will be documented in this file. See
|
|
155
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
156
|
-
|
|
157
122
|
## [3.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.59...@empathyco/x-components@3.0.0-alpha.60) (2022-02-24)
|
|
158
123
|
|
|
159
124
|
### Features
|
|
@@ -168,11 +133,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
168
133
|
([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
|
|
169
134
|
closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
|
|
170
135
|
|
|
171
|
-
# Change Log
|
|
172
|
-
|
|
173
|
-
All notable changes to this project will be documented in this file. See
|
|
174
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
175
|
-
|
|
176
136
|
## [3.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.58...@empathyco/x-components@3.0.0-alpha.59) (2022-02-17)
|
|
177
137
|
|
|
178
138
|
### Features
|
|
@@ -181,11 +141,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
181
141
|
([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
|
|
182
142
|
closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
|
|
183
143
|
|
|
184
|
-
# Change Log
|
|
185
|
-
|
|
186
|
-
All notable changes to this project will be documented in this file. See
|
|
187
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
188
|
-
|
|
189
144
|
## [3.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.57...@empathyco/x-components@3.0.0-alpha.58) (2022-02-16)
|
|
190
145
|
|
|
191
146
|
### Features
|
|
@@ -194,11 +149,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
194
149
|
([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
|
|
195
150
|
closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
|
|
196
151
|
|
|
197
|
-
# Change Log
|
|
198
|
-
|
|
199
|
-
All notable changes to this project will be documented in this file. See
|
|
200
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
201
|
-
|
|
202
152
|
## [3.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.56...@empathyco/x-components@3.0.0-alpha.57) (2022-02-16)
|
|
203
153
|
|
|
204
154
|
### Bug Fixes
|
|
@@ -207,11 +157,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
207
157
|
([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
|
|
208
158
|
closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
|
|
209
159
|
|
|
210
|
-
# Change Log
|
|
211
|
-
|
|
212
|
-
All notable changes to this project will be documented in this file. See
|
|
213
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
214
|
-
|
|
215
160
|
## [3.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.55...@empathyco/x-components@3.0.0-alpha.56) (2022-02-15)
|
|
216
161
|
|
|
217
162
|
### Bug Fixes
|
|
@@ -220,20 +165,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
220
165
|
([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
|
|
221
166
|
closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
|
|
222
167
|
|
|
223
|
-
# Change Log
|
|
224
|
-
|
|
225
|
-
All notable changes to this project will be documented in this file. See
|
|
226
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
227
|
-
|
|
228
168
|
## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
|
|
229
169
|
|
|
230
170
|
**Note:** Version bump only for package @empathyco/x-components
|
|
231
171
|
|
|
232
|
-
# Change Log
|
|
233
|
-
|
|
234
|
-
All notable changes to this project will be documented in this file. See
|
|
235
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
236
|
-
|
|
237
172
|
## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
|
|
238
173
|
|
|
239
174
|
### ⚠ BREAKING CHANGES
|
|
@@ -248,11 +183,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
248
183
|
([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
|
|
249
184
|
closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
|
|
250
185
|
|
|
251
|
-
# Change Log
|
|
252
|
-
|
|
253
|
-
All notable changes to this project will be documented in this file. See
|
|
254
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
255
|
-
|
|
256
186
|
## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08)
|
|
257
187
|
|
|
258
188
|
### Continuous Integration
|
|
@@ -261,11 +191,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
261
191
|
([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
|
|
262
192
|
closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
|
|
263
193
|
|
|
264
|
-
# Change Log
|
|
265
|
-
|
|
266
|
-
All notable changes to this project will be documented in this file. See
|
|
267
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
268
|
-
|
|
269
194
|
## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07)
|
|
270
195
|
|
|
271
196
|
### Documentation
|
|
@@ -274,11 +199,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
274
199
|
([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
|
|
275
200
|
closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
|
|
276
201
|
|
|
277
|
-
# Change Log
|
|
278
|
-
|
|
279
|
-
All notable changes to this project will be documented in this file. See
|
|
280
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
281
|
-
|
|
282
202
|
## [3.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.50...@empathyco/x-components@3.0.0-alpha.51) (2022-02-04)
|
|
283
203
|
|
|
284
204
|
### Code Refactoring
|
|
@@ -287,11 +207,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
287
207
|
([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
|
|
288
208
|
closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
|
|
289
209
|
|
|
290
|
-
# Change Log
|
|
291
|
-
|
|
292
|
-
All notable changes to this project will be documented in this file. See
|
|
293
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
294
|
-
|
|
295
210
|
## [3.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.49...@empathyco/x-components@3.0.0-alpha.50) (2022-02-04)
|
|
296
211
|
|
|
297
212
|
### Features
|
|
@@ -300,11 +215,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
300
215
|
([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
|
|
301
216
|
closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
|
|
302
217
|
|
|
303
|
-
# Change Log
|
|
304
|
-
|
|
305
|
-
All notable changes to this project will be documented in this file. See
|
|
306
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
307
|
-
|
|
308
218
|
## [3.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.48...@empathyco/x-components@3.0.0-alpha.49) (2022-02-03)
|
|
309
219
|
|
|
310
220
|
### Continuous Integration
|
|
@@ -313,11 +223,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
313
223
|
([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
|
|
314
224
|
closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
|
|
315
225
|
|
|
316
|
-
# Change Log
|
|
317
|
-
|
|
318
|
-
All notable changes to this project will be documented in this file. See
|
|
319
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
320
|
-
|
|
321
226
|
## [3.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.47...@empathyco/x-components@3.0.0-alpha.48) (2022-02-02)
|
|
322
227
|
|
|
323
228
|
### ⚠ BREAKING CHANGES
|
|
@@ -340,11 +245,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
340
245
|
([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
|
|
341
246
|
closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
|
|
342
247
|
|
|
343
|
-
# Change Log
|
|
344
|
-
|
|
345
|
-
All notable changes to this project will be documented in this file. See
|
|
346
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
347
|
-
|
|
348
248
|
## [3.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.46...@empathyco/x-components@3.0.0-alpha.47) (2022-02-01)
|
|
349
249
|
|
|
350
250
|
### Features
|
|
@@ -360,11 +260,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
360
260
|
closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
|
|
361
261
|
[EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
|
|
362
262
|
|
|
363
|
-
# Change Log
|
|
364
|
-
|
|
365
|
-
All notable changes to this project will be documented in this file. See
|
|
366
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
367
|
-
|
|
368
263
|
## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24)
|
|
369
264
|
|
|
370
265
|
### Bug Fixes
|
|
@@ -379,11 +274,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
379
274
|
([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
|
|
380
275
|
closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
|
|
381
276
|
|
|
382
|
-
# Change Log
|
|
383
|
-
|
|
384
|
-
All notable changes to this project will be documented in this file. See
|
|
385
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
386
|
-
|
|
387
277
|
## [3.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.44...@empathyco/x-components@3.0.0-alpha.45) (2022-01-20)
|
|
388
278
|
|
|
389
279
|
### Features
|
|
@@ -404,11 +294,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
404
294
|
([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
|
|
405
295
|
closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
|
|
406
296
|
|
|
407
|
-
# Change Log
|
|
408
|
-
|
|
409
|
-
All notable changes to this project will be documented in this file. See
|
|
410
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
411
|
-
|
|
412
297
|
## [3.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.43...@empathyco/x-components@3.0.0-alpha.44) (2022-01-14)
|
|
413
298
|
|
|
414
299
|
### ⚠ BREAKING CHANGES
|
|
@@ -434,11 +319,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
434
319
|
closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
435
320
|
[EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
436
321
|
|
|
437
|
-
# Change Log
|
|
438
|
-
|
|
439
|
-
All notable changes to this project will be documented in this file. See
|
|
440
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
441
|
-
|
|
442
322
|
## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06)
|
|
443
323
|
|
|
444
324
|
### Features
|
|
@@ -447,11 +327,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
447
327
|
([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
|
|
448
328
|
closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
|
|
449
329
|
|
|
450
|
-
# Change Log
|
|
451
|
-
|
|
452
|
-
All notable changes to this project will be documented in this file. See
|
|
453
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
454
|
-
|
|
455
330
|
## [3.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.41...@empathyco/x-components@3.0.0-alpha.42) (2022-01-05)
|
|
456
331
|
|
|
457
332
|
### Features
|
|
@@ -472,11 +347,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
472
347
|
([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
|
|
473
348
|
closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
|
|
474
349
|
|
|
475
|
-
# Change Log
|
|
476
|
-
|
|
477
|
-
All notable changes to this project will be documented in this file. See
|
|
478
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
479
|
-
|
|
480
350
|
## [3.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.40...@empathyco/x-components@3.0.0-alpha.41) (2022-01-03)
|
|
481
351
|
|
|
482
352
|
### Features
|
|
@@ -485,11 +355,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
485
355
|
([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
|
|
486
356
|
closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
|
|
487
357
|
|
|
488
|
-
# Change Log
|
|
489
|
-
|
|
490
|
-
All notable changes to this project will be documented in this file. See
|
|
491
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
492
|
-
|
|
493
358
|
## [3.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.39...@empathyco/x-components@3.0.0-alpha.40) (2021-12-29)
|
|
494
359
|
|
|
495
360
|
### Features
|
|
@@ -513,11 +378,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
513
378
|
([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
|
|
514
379
|
closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
|
|
515
380
|
|
|
516
|
-
# Change Log
|
|
517
|
-
|
|
518
|
-
All notable changes to this project will be documented in this file. See
|
|
519
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
520
|
-
|
|
521
381
|
## [3.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.38...@empathyco/x-components@3.0.0-alpha.39) (2021-12-22)
|
|
522
382
|
|
|
523
383
|
### Features
|
|
@@ -532,11 +392,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
532
392
|
([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
|
|
533
393
|
closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
|
|
534
394
|
|
|
535
|
-
# Change Log
|
|
536
|
-
|
|
537
|
-
All notable changes to this project will be documented in this file. See
|
|
538
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
539
|
-
|
|
540
395
|
## [3.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.37...@empathyco/x-components@3.0.0-alpha.38) (2021-12-22)
|
|
541
396
|
|
|
542
397
|
### Features
|
|
@@ -561,11 +416,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
561
416
|
([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
|
|
562
417
|
closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
|
|
563
418
|
|
|
564
|
-
# Change Log
|
|
565
|
-
|
|
566
|
-
All notable changes to this project will be documented in this file. See
|
|
567
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
568
|
-
|
|
569
419
|
## [3.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.36...@empathyco/x-components@3.0.0-alpha.37) (2021-12-15)
|
|
570
420
|
|
|
571
421
|
### Features
|
|
@@ -578,11 +428,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
578
428
|
closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
579
429
|
[EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
580
430
|
|
|
581
|
-
# Change Log
|
|
582
|
-
|
|
583
|
-
All notable changes to this project will be documented in this file. See
|
|
584
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
585
|
-
|
|
586
431
|
## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15)
|
|
587
432
|
|
|
588
433
|
### Build System
|
|
@@ -597,11 +442,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
597
442
|
([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
|
|
598
443
|
closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
|
|
599
444
|
|
|
600
|
-
# Change Log
|
|
601
|
-
|
|
602
|
-
All notable changes to this project will be documented in this file. See
|
|
603
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
604
|
-
|
|
605
445
|
## [3.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.34...@empathyco/x-components@3.0.0-alpha.35) (2021-12-14)
|
|
606
446
|
|
|
607
447
|
### Features
|
|
@@ -649,11 +489,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
649
489
|
([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
|
|
650
490
|
closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
|
|
651
491
|
|
|
652
|
-
# Change Log
|
|
653
|
-
|
|
654
|
-
All notable changes to this project will be documented in this file. See
|
|
655
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
656
|
-
|
|
657
492
|
## [3.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.33...@empathyco/x-components@3.0.0-alpha.34) (2021-12-03)
|
|
658
493
|
|
|
659
494
|
### Features
|
|
@@ -674,11 +509,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
674
509
|
([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
|
|
675
510
|
closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
|
|
676
511
|
|
|
677
|
-
# Change Log
|
|
678
|
-
|
|
679
|
-
All notable changes to this project will be documented in this file. See
|
|
680
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
681
|
-
|
|
682
512
|
## [3.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.32...@empathyco/x-components@3.0.0-alpha.33) (2021-11-30)
|
|
683
513
|
|
|
684
514
|
### Features
|
|
@@ -694,11 +524,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
694
524
|
([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
|
|
695
525
|
closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
|
|
696
526
|
|
|
697
|
-
# Change Log
|
|
698
|
-
|
|
699
|
-
All notable changes to this project will be documented in this file. See
|
|
700
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
701
|
-
|
|
702
527
|
## [3.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.31...@empathyco/x-components@3.0.0-alpha.32) (2021-11-29)
|
|
703
528
|
|
|
704
529
|
### ⚠ BREAKING CHANGES
|
|
@@ -729,11 +554,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
729
554
|
([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
|
|
730
555
|
closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
|
|
731
556
|
|
|
732
|
-
# Change Log
|
|
733
|
-
|
|
734
|
-
All notable changes to this project will be documented in this file. See
|
|
735
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
736
|
-
|
|
737
557
|
## [3.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.30...@empathyco/x-components@3.0.0-alpha.31) (2021-11-25)
|
|
738
558
|
|
|
739
559
|
### Features
|
|
@@ -766,11 +586,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
766
586
|
([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
|
|
767
587
|
closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
|
|
768
588
|
|
|
769
|
-
# Change Log
|
|
770
|
-
|
|
771
|
-
All notable changes to this project will be documented in this file. See
|
|
772
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
773
|
-
|
|
774
589
|
## [3.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.29...@empathyco/x-components@3.0.0-alpha.30) (2021-11-22)
|
|
775
590
|
|
|
776
591
|
### Features
|
|
@@ -834,11 +649,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
834
649
|
([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
|
|
835
650
|
closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
|
|
836
651
|
|
|
837
|
-
# Change Log
|
|
838
|
-
|
|
839
|
-
All notable changes to this project will be documented in this file. See
|
|
840
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
841
|
-
|
|
842
652
|
## [3.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.28...@empathyco/x-components@3.0.0-alpha.29) (2021-11-09)
|
|
843
653
|
|
|
844
654
|
### Features
|
|
@@ -847,11 +657,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
847
657
|
([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
|
|
848
658
|
closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
|
|
849
659
|
|
|
850
|
-
# Change Log
|
|
851
|
-
|
|
852
|
-
All notable changes to this project will be documented in this file. See
|
|
853
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
854
|
-
|
|
855
660
|
## [3.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.27...@empathyco/x-components@3.0.0-alpha.28) (2021-11-03)
|
|
856
661
|
|
|
857
662
|
### Features
|
|
@@ -899,11 +704,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
899
704
|
([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
|
|
900
705
|
closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
|
|
901
706
|
|
|
902
|
-
# Change Log
|
|
903
|
-
|
|
904
|
-
All notable changes to this project will be documented in this file. See
|
|
905
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
906
|
-
|
|
907
707
|
## [3.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.26...@empathyco/x-components@3.0.0-alpha.27) (2021-10-25)
|
|
908
708
|
|
|
909
709
|
### ⚠ BREAKING CHANGES
|
|
@@ -680,40 +680,6 @@
|
|
|
680
680
|
:root {
|
|
681
681
|
--x-size-width-dropdown-m: 130px;
|
|
682
682
|
}
|
|
683
|
-
.x-dropdown--pill {
|
|
684
|
-
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-pill);
|
|
685
|
-
--x-size-border-radius-top-left-dropdown-default: calc(
|
|
686
|
-
var(--x-size-line-height-dropdown-default) / 2 + var(--x-size-padding-top-dropdown-item-default) +
|
|
687
|
-
var(--x-size-border-width-top-dropdown-toggle-default)
|
|
688
|
-
);
|
|
689
|
-
--x-size-border-radius-top-right-dropdown-default: calc(
|
|
690
|
-
var(--x-size-line-height-dropdown-default) / 2 + var(--x-size-padding-top-dropdown-item-default) +
|
|
691
|
-
var(--x-size-border-width-top-dropdown-toggle-default)
|
|
692
|
-
);
|
|
693
|
-
--x-size-border-radius-bottom-right-dropdown-default: calc(
|
|
694
|
-
var(--x-size-line-height-dropdown-default) / 2 +
|
|
695
|
-
var(--x-size-padding-bottom-dropdown-item-default) +
|
|
696
|
-
var(--x-size-border-width-bottom-dropdown-toggle-default)
|
|
697
|
-
);
|
|
698
|
-
--x-size-border-radius-bottom-left-dropdown-default: calc(
|
|
699
|
-
var(--x-size-line-height-dropdown-default) / 2 +
|
|
700
|
-
var(--x-size-padding-bottom-dropdown-item-default) +
|
|
701
|
-
var(--x-size-border-width-bottom-dropdown-toggle-default)
|
|
702
|
-
);
|
|
703
|
-
--x-size-border-width-dropdown-list-default: var(--x-size-border-width-dropdown-list-pill);
|
|
704
|
-
--x-size-border-width-top-dropdown-list-default: var(
|
|
705
|
-
--x-size-border-width-top-dropdown-list-pill
|
|
706
|
-
);
|
|
707
|
-
--x-size-border-width-right-dropdown-list-default: var(
|
|
708
|
-
--x-size-border-width-right-dropdown-list-pill
|
|
709
|
-
);
|
|
710
|
-
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
711
|
-
--x-size-border-width-bottom-dropdown-list-pill
|
|
712
|
-
);
|
|
713
|
-
--x-size-border-width-left-dropdown-list-default: var(
|
|
714
|
-
--x-size-border-width-left-dropdown-list-pill
|
|
715
|
-
);
|
|
716
|
-
}
|
|
717
683
|
:root {
|
|
718
684
|
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
719
685
|
--x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
|
|
@@ -898,20 +864,6 @@
|
|
|
898
864
|
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
899
865
|
--x-size-border-width-left-facet-header-line: 0;
|
|
900
866
|
}
|
|
901
|
-
.x-facet--outlined.x-facet,
|
|
902
|
-
.x-facet--outlined .x-facet {
|
|
903
|
-
--x-color-border-facet-default: var(--x-color-border-facet-outlined);
|
|
904
|
-
--x-size-border-width-facet-default: var(--x-size-border-width-facet-outlined);
|
|
905
|
-
--x-size-border-width-top-facet-default: var(--x-size-border-width-top-facet-outlined);
|
|
906
|
-
--x-size-border-width-right-facet-default: var(--x-size-border-width-right-facet-outlined);
|
|
907
|
-
--x-size-border-width-bottom-facet-default: var(--x-size-border-width-bottom-facet-outlined);
|
|
908
|
-
--x-size-border-width-left-facet-default: var(--x-size-border-width-left-facet-outlined);
|
|
909
|
-
--x-size-padding-facet-header-default: var(--x-size-padding-facet-header-outlined);
|
|
910
|
-
--x-size-padding-top-facet-header-default: var(--x-size-padding-top-facet-header-outlined);
|
|
911
|
-
--x-size-padding-right-facet-header-default: var(--x-size-padding-right-facet-header-outlined);
|
|
912
|
-
--x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
|
|
913
|
-
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
914
|
-
}
|
|
915
867
|
:root {
|
|
916
868
|
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
917
869
|
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
@@ -1082,6 +1034,20 @@
|
|
|
1082
1034
|
.x-grid--cols-auto .x-grid__item {
|
|
1083
1035
|
min-width: var(--x-size-min-width-grid-item);
|
|
1084
1036
|
}
|
|
1037
|
+
.x-facet--outlined.x-facet,
|
|
1038
|
+
.x-facet--outlined .x-facet {
|
|
1039
|
+
--x-color-border-facet-default: var(--x-color-border-facet-outlined);
|
|
1040
|
+
--x-size-border-width-facet-default: var(--x-size-border-width-facet-outlined);
|
|
1041
|
+
--x-size-border-width-top-facet-default: var(--x-size-border-width-top-facet-outlined);
|
|
1042
|
+
--x-size-border-width-right-facet-default: var(--x-size-border-width-right-facet-outlined);
|
|
1043
|
+
--x-size-border-width-bottom-facet-default: var(--x-size-border-width-bottom-facet-outlined);
|
|
1044
|
+
--x-size-border-width-left-facet-default: var(--x-size-border-width-left-facet-outlined);
|
|
1045
|
+
--x-size-padding-facet-header-default: var(--x-size-padding-facet-header-outlined);
|
|
1046
|
+
--x-size-padding-top-facet-header-default: var(--x-size-padding-top-facet-header-outlined);
|
|
1047
|
+
--x-size-padding-right-facet-header-default: var(--x-size-padding-right-facet-header-outlined);
|
|
1048
|
+
--x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
|
|
1049
|
+
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
1050
|
+
}
|
|
1085
1051
|
:root {
|
|
1086
1052
|
--x-size-padding-grid: 0;
|
|
1087
1053
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
@@ -7566,3 +7532,38 @@
|
|
|
7566
7532
|
.x-normal-case {
|
|
7567
7533
|
text-transform: none;
|
|
7568
7534
|
}
|
|
7535
|
+
|
|
7536
|
+
.x-dropdown--pill {
|
|
7537
|
+
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-pill);
|
|
7538
|
+
--x-size-border-radius-top-left-dropdown-default: calc(
|
|
7539
|
+
var(--x-size-line-height-dropdown-default) / 2 + var(--x-size-padding-top-dropdown-item-default) +
|
|
7540
|
+
var(--x-size-border-width-top-dropdown-toggle-default)
|
|
7541
|
+
);
|
|
7542
|
+
--x-size-border-radius-top-right-dropdown-default: calc(
|
|
7543
|
+
var(--x-size-line-height-dropdown-default) / 2 + var(--x-size-padding-top-dropdown-item-default) +
|
|
7544
|
+
var(--x-size-border-width-top-dropdown-toggle-default)
|
|
7545
|
+
);
|
|
7546
|
+
--x-size-border-radius-bottom-right-dropdown-default: calc(
|
|
7547
|
+
var(--x-size-line-height-dropdown-default) / 2 +
|
|
7548
|
+
var(--x-size-padding-bottom-dropdown-item-default) +
|
|
7549
|
+
var(--x-size-border-width-bottom-dropdown-toggle-default)
|
|
7550
|
+
);
|
|
7551
|
+
--x-size-border-radius-bottom-left-dropdown-default: calc(
|
|
7552
|
+
var(--x-size-line-height-dropdown-default) / 2 +
|
|
7553
|
+
var(--x-size-padding-bottom-dropdown-item-default) +
|
|
7554
|
+
var(--x-size-border-width-bottom-dropdown-toggle-default)
|
|
7555
|
+
);
|
|
7556
|
+
--x-size-border-width-dropdown-list-default: var(--x-size-border-width-dropdown-list-pill);
|
|
7557
|
+
--x-size-border-width-top-dropdown-list-default: var(
|
|
7558
|
+
--x-size-border-width-top-dropdown-list-pill
|
|
7559
|
+
);
|
|
7560
|
+
--x-size-border-width-right-dropdown-list-default: var(
|
|
7561
|
+
--x-size-border-width-right-dropdown-list-pill
|
|
7562
|
+
);
|
|
7563
|
+
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
7564
|
+
--x-size-border-width-bottom-dropdown-list-pill
|
|
7565
|
+
);
|
|
7566
|
+
--x-size-border-width-left-dropdown-list-default: var(
|
|
7567
|
+
--x-size-border-width-left-dropdown-list-pill
|
|
7568
|
+
);
|
|
7569
|
+
}
|