@empathyco/x-components 3.0.0-alpha.311 → 3.0.0-alpha.313
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 +36 -0
- package/design-system/default-theme.css +0 -41
- package/design-system/deprecated-full-theme.css +38 -0
- package/design-system/full-theme.css +2070 -2104
- package/docs/API-reference/api/x-components.mainmodal.focusonopen.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.md +1 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +4 -3
- package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +1 -1
- package/js/components/modals/main-modal.vue.js +1 -0
- package/js/components/modals/main-modal.vue.js.map +1 -1
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +3 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue.js +2 -2
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +29 -0
- package/report/x-components.api.md +1 -0
- package/types/components/modals/main-modal.vue.d.ts +5 -0
- package/types/components/modals/main-modal.vue.d.ts.map +1 -1
- package/design-system/scroll-default.css +0 -34
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js +0 -16
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,42 @@
|
|
|
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.313](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.312...@empathyco/x-components@3.0.0-alpha.313) (2023-02-14)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
- **design-system:** design system scroll styles are deprecated. To continue using them import from
|
|
11
|
+
deprecated-full-theme.css
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- **design-system:** deprecate old x-scroll styles (#1073)
|
|
16
|
+
([3916c5f](https://github.com/empathyco/x/commit/3916c5fab866a51f5c2df089cef3e80a9c0ae1ee)),
|
|
17
|
+
closes [EX-7982](https://searchbroker.atlassian.net/browse/EX-7982)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **modal:** set focusOnOpen for the main-modal to false (#1074)
|
|
22
|
+
([655e8eb](https://github.com/empathyco/x/commit/655e8eb6bc5bedab6b79ab2a7c7d6110f9d27437)),
|
|
23
|
+
closes [EX-7710](https://searchbroker.atlassian.net/browse/EX-7710)
|
|
24
|
+
|
|
25
|
+
# Change Log
|
|
26
|
+
|
|
27
|
+
All notable changes to this project will be documented in this file. See
|
|
28
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
29
|
+
|
|
30
|
+
## [3.0.0-alpha.312](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.311...@empathyco/x-components@3.0.0-alpha.312) (2023-02-14)
|
|
31
|
+
|
|
32
|
+
### Build System
|
|
33
|
+
|
|
34
|
+
- Delete unused `Jenkinsfile`. (#1075)
|
|
35
|
+
([fb9a15b](https://github.com/empathyco/x/commit/fb9a15b80686293b3bd14c8129ed045d8a6c99f2))
|
|
36
|
+
|
|
37
|
+
# Change Log
|
|
38
|
+
|
|
39
|
+
All notable changes to this project will be documented in this file. See
|
|
40
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
41
|
+
|
|
6
42
|
## [3.0.0-alpha.311](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.310...@empathyco/x-components@3.0.0-alpha.311) (2023-02-10)
|
|
7
43
|
|
|
8
44
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -1795,47 +1795,6 @@
|
|
|
1795
1795
|
--x-size-span-row-item: 1;
|
|
1796
1796
|
--x-size-start-row-item: 0;
|
|
1797
1797
|
}
|
|
1798
|
-
:root {
|
|
1799
|
-
--x-string-overflow-scroll: auto;
|
|
1800
|
-
--x-color-background-scroll-bar: transparent;
|
|
1801
|
-
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
1802
|
-
--x-color-background-scroll-bar-hover: transparent;
|
|
1803
|
-
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.x-scroll {
|
|
1807
|
-
overflow-y: var(--x-string-overflow-scroll);
|
|
1808
|
-
}
|
|
1809
|
-
@media (hover: hover) {
|
|
1810
|
-
.x-scroll {
|
|
1811
|
-
scrollbar-width: auto;
|
|
1812
|
-
scrollbar-color: var(--x-color-thumb-scroll-bar) var(--x-color-background-scroll-bar);
|
|
1813
|
-
}
|
|
1814
|
-
.x-scroll::-webkit-scrollbar {
|
|
1815
|
-
width: 17px;
|
|
1816
|
-
}
|
|
1817
|
-
.x-scroll::-webkit-scrollbar-track {
|
|
1818
|
-
background: var(--x-color-background-scroll-bar);
|
|
1819
|
-
}
|
|
1820
|
-
.x-scroll::-webkit-scrollbar-thumb {
|
|
1821
|
-
width: 5px;
|
|
1822
|
-
border-radius: 15px;
|
|
1823
|
-
background: var(--x-color-thumb-scroll-bar);
|
|
1824
|
-
background-clip: content-box;
|
|
1825
|
-
border: solid 4px rgba(0, 0, 0, 0.00001);
|
|
1826
|
-
}
|
|
1827
|
-
.x-scroll:hover {
|
|
1828
|
-
--x-color-background-scroll-bar: var(--x-color-background-scroll-bar-hover);
|
|
1829
|
-
--x-color-thumb-scroll-bar: var(--x-color-thumb-scroll-bar-hover);
|
|
1830
|
-
}
|
|
1831
|
-
}
|
|
1832
|
-
:root {
|
|
1833
|
-
--x-string-overflow-scroll: auto;
|
|
1834
|
-
--x-color-background-scroll-bar: transparent;
|
|
1835
|
-
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
1836
|
-
--x-color-background-scroll-bar-hover: transparent;
|
|
1837
|
-
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
1838
|
-
}
|
|
1839
1798
|
:root {
|
|
1840
1799
|
--x-color-background-tag-default: var(--x-color-base-neutral-100);
|
|
1841
1800
|
--x-color-border-tag-default: var(--x-color-text-tag-default);
|
|
@@ -444,6 +444,44 @@
|
|
|
444
444
|
border-style: solid;
|
|
445
445
|
border-width: var(--x-size-border-width-result-picture-default);
|
|
446
446
|
}
|
|
447
|
+
:root {
|
|
448
|
+
--x-string-overflow-scroll: auto;
|
|
449
|
+
--x-color-background-scroll-bar: transparent;
|
|
450
|
+
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
451
|
+
--x-color-background-scroll-bar-hover: transparent;
|
|
452
|
+
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.x-scroll {
|
|
456
|
+
overflow-y: var(--x-string-overflow-scroll);
|
|
457
|
+
}
|
|
458
|
+
@media (hover: hover) {
|
|
459
|
+
.x-scroll {
|
|
460
|
+
scrollbar-width: auto;
|
|
461
|
+
scrollbar-color: var(--x-color-thumb-scroll-bar) var(--x-color-background-scroll-bar);
|
|
462
|
+
}
|
|
463
|
+
.x-scroll::-webkit-scrollbar {
|
|
464
|
+
width: 17px;
|
|
465
|
+
}
|
|
466
|
+
.x-scroll::-webkit-scrollbar-track {
|
|
467
|
+
background: var(--x-color-background-scroll-bar);
|
|
468
|
+
}
|
|
469
|
+
.x-scroll::-webkit-scrollbar-thumb {
|
|
470
|
+
width: 5px;
|
|
471
|
+
border-radius: 15px;
|
|
472
|
+
background: var(--x-color-thumb-scroll-bar);
|
|
473
|
+
background-clip: content-box;
|
|
474
|
+
border: solid 4px rgba(0, 0, 0, 0.00001);
|
|
475
|
+
}
|
|
476
|
+
.x-scroll:hover {
|
|
477
|
+
--x-color-background-scroll-bar: var(--x-color-background-scroll-bar-hover);
|
|
478
|
+
--x-color-thumb-scroll-bar: var(--x-color-thumb-scroll-bar-hover);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.x-base-scroll {
|
|
483
|
+
overflow-y: var(--x-string-overflow-scroll, auto);
|
|
484
|
+
}
|
|
447
485
|
.x-sliding-panel {
|
|
448
486
|
z-index: 0;
|
|
449
487
|
background-color: var(--x-color-background-sliding-panel);
|