@empathyco/x-components 3.0.0-alpha.43 → 3.0.0-alpha.44
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 +30 -0
- package/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/design-system/full-theme.css +247 -2
- package/design-system/list-gap.css +141 -1
- package/design-system/row-gap.css +61 -1
- package/design-system/utilities-line-clamp.css +29 -0
- package/design-system/utilities-position.css +14 -0
- package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
- package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
- package/docs/API-reference/api/x-components.md +1 -0
- package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +6 -6
- package/docs/API-reference/components/common/x-components.sliding-panel.md +1 -0
- package/js/components/base-rating.vue.js +4 -4
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue.js +2 -2
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js +99 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js +42 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/sliding-panel.vue.js +6 -4
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +3 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/index.js +1 -0
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort.mixin.js +1 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +1 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +138 -0
- package/report/x-components.api.md +10 -0
- package/types/adapter/util.d.ts.map +1 -1
- package/types/components/result/base-result-rating.vue.d.ts +29 -0
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +1 -0
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +6 -0
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/views/base-config.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +5 -0
- package/types/wiring/events.types.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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.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)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
- **components:** `SlidingPanel` buttons do not have the round variant set by default.
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **components:** add `buttonClass` prop in `SlidingPanel`
|
|
15
|
+
([fa554a2](https://github.com/empathyco/x/commit/fa554a2231ec9a00b5aea566970c2b7b0d34845f)),
|
|
16
|
+
closes [EX-5233](https://searchbroker.atlassian.net/browse/EX-5233)
|
|
17
|
+
- **components:** add Result Rating component
|
|
18
|
+
([db5cbb5](https://github.com/empathyco/x/commit/db5cbb5779e0e503ec934df4cda3dd241c49fc8e)),
|
|
19
|
+
closes [EX-5243](https://searchbroker.atlassian.net/browse/EX-5243)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **design-system:** Fix some style issues and add two missing utilities
|
|
24
|
+
([c4ae728](https://github.com/empathyco/x/commit/c4ae728d78b36ee566ca283626e36bf9b6aed07f)),
|
|
25
|
+
closes [EX-5270](https://searchbroker.atlassian.net/browse/EX-5270)
|
|
26
|
+
- **identifier-results:** Fix default plugin config. (#296)
|
|
27
|
+
([68d4b93](https://github.com/empathyco/x/commit/68d4b93f3f8d439814a11055ac657c0bce5accfd)),
|
|
28
|
+
closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
29
|
+
[EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
30
|
+
|
|
31
|
+
# Change Log
|
|
32
|
+
|
|
33
|
+
All notable changes to this project will be documented in this file. See
|
|
34
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
35
|
+
|
|
6
36
|
## [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)
|
|
7
37
|
|
|
8
38
|
### Features
|
package/core/index.js
CHANGED
|
@@ -123,6 +123,7 @@ export { default as BaseResultLink } from '../js/components/result/base-result-l
|
|
|
123
123
|
export { default as BaseResultPreviousPrice } from '../js/components/result/base-result-previous-price.vue.js';
|
|
124
124
|
export { default as BaseFallbackImage } from '../js/components/result/base-result-fallback-image.vue.js';
|
|
125
125
|
export { default as BasePlaceholderImage } from '../js/components/result/base-result-placeholder-image.vue.js';
|
|
126
|
+
export { default as BaseResultRating } from '../js/components/result/base-result-rating.vue.js';
|
|
126
127
|
export { default as BaseSuggestion } from '../js/components/suggestions/base-suggestion.vue.js';
|
|
127
128
|
export { default as BaseSuggestions } from '../js/components/suggestions/base-suggestions.vue.js';
|
|
128
129
|
export { default as AutoProgressBar } from '../js/components/auto-progress-bar.vue.js';
|
package/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1794,6 +1794,139 @@
|
|
|
1794
1794
|
margin-right: var(--x-size-gap-list-13);
|
|
1795
1795
|
margin-bottom: var(--x-size-gap-list-13); } }
|
|
1796
1796
|
|
|
1797
|
+
.x-list--gap-14.x-list {
|
|
1798
|
+
gap: var(--x-size-gap-list-14); }
|
|
1799
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1800
|
+
.x-list--gap-14.x-list:not(.x-list--horizontal), .x-list--gap-14.x-list.x-list--vertical {
|
|
1801
|
+
gap: 0; }
|
|
1802
|
+
.x-list--gap-14.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-14.x-list.x-list--vertical > *:not(:last-child) {
|
|
1803
|
+
margin-bottom: var(--x-size-gap-list-14); } }
|
|
1804
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1805
|
+
.x-list--gap-14.x-list.x-list--horizontal {
|
|
1806
|
+
gap: 0; }
|
|
1807
|
+
.x-list--gap-14.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1808
|
+
margin-right: var(--x-size-gap-list-14); } }
|
|
1809
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1810
|
+
.x-list--gap-14.x-list.x-list--wrap {
|
|
1811
|
+
gap: 0; }
|
|
1812
|
+
.x-list--gap-14.x-list.x-list--wrap > *:not(:last-child) {
|
|
1813
|
+
margin-right: var(--x-size-gap-list-14);
|
|
1814
|
+
margin-bottom: var(--x-size-gap-list-14); } }
|
|
1815
|
+
|
|
1816
|
+
.x-list--gap-15.x-list {
|
|
1817
|
+
gap: var(--x-size-gap-list-15); }
|
|
1818
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1819
|
+
.x-list--gap-15.x-list:not(.x-list--horizontal), .x-list--gap-15.x-list.x-list--vertical {
|
|
1820
|
+
gap: 0; }
|
|
1821
|
+
.x-list--gap-15.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-15.x-list.x-list--vertical > *:not(:last-child) {
|
|
1822
|
+
margin-bottom: var(--x-size-gap-list-15); } }
|
|
1823
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1824
|
+
.x-list--gap-15.x-list.x-list--horizontal {
|
|
1825
|
+
gap: 0; }
|
|
1826
|
+
.x-list--gap-15.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1827
|
+
margin-right: var(--x-size-gap-list-15); } }
|
|
1828
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1829
|
+
.x-list--gap-15.x-list.x-list--wrap {
|
|
1830
|
+
gap: 0; }
|
|
1831
|
+
.x-list--gap-15.x-list.x-list--wrap > *:not(:last-child) {
|
|
1832
|
+
margin-right: var(--x-size-gap-list-15);
|
|
1833
|
+
margin-bottom: var(--x-size-gap-list-15); } }
|
|
1834
|
+
|
|
1835
|
+
.x-list--gap-16.x-list {
|
|
1836
|
+
gap: var(--x-size-gap-list-16); }
|
|
1837
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1838
|
+
.x-list--gap-16.x-list:not(.x-list--horizontal), .x-list--gap-16.x-list.x-list--vertical {
|
|
1839
|
+
gap: 0; }
|
|
1840
|
+
.x-list--gap-16.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-16.x-list.x-list--vertical > *:not(:last-child) {
|
|
1841
|
+
margin-bottom: var(--x-size-gap-list-16); } }
|
|
1842
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1843
|
+
.x-list--gap-16.x-list.x-list--horizontal {
|
|
1844
|
+
gap: 0; }
|
|
1845
|
+
.x-list--gap-16.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1846
|
+
margin-right: var(--x-size-gap-list-16); } }
|
|
1847
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1848
|
+
.x-list--gap-16.x-list.x-list--wrap {
|
|
1849
|
+
gap: 0; }
|
|
1850
|
+
.x-list--gap-16.x-list.x-list--wrap > *:not(:last-child) {
|
|
1851
|
+
margin-right: var(--x-size-gap-list-16);
|
|
1852
|
+
margin-bottom: var(--x-size-gap-list-16); } }
|
|
1853
|
+
|
|
1854
|
+
.x-list--gap-17.x-list {
|
|
1855
|
+
gap: var(--x-size-gap-list-17); }
|
|
1856
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1857
|
+
.x-list--gap-17.x-list:not(.x-list--horizontal), .x-list--gap-17.x-list.x-list--vertical {
|
|
1858
|
+
gap: 0; }
|
|
1859
|
+
.x-list--gap-17.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-17.x-list.x-list--vertical > *:not(:last-child) {
|
|
1860
|
+
margin-bottom: var(--x-size-gap-list-17); } }
|
|
1861
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1862
|
+
.x-list--gap-17.x-list.x-list--horizontal {
|
|
1863
|
+
gap: 0; }
|
|
1864
|
+
.x-list--gap-17.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1865
|
+
margin-right: var(--x-size-gap-list-17); } }
|
|
1866
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1867
|
+
.x-list--gap-17.x-list.x-list--wrap {
|
|
1868
|
+
gap: 0; }
|
|
1869
|
+
.x-list--gap-17.x-list.x-list--wrap > *:not(:last-child) {
|
|
1870
|
+
margin-right: var(--x-size-gap-list-17);
|
|
1871
|
+
margin-bottom: var(--x-size-gap-list-17); } }
|
|
1872
|
+
|
|
1873
|
+
.x-list--gap-18.x-list {
|
|
1874
|
+
gap: var(--x-size-gap-list-18); }
|
|
1875
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1876
|
+
.x-list--gap-18.x-list:not(.x-list--horizontal), .x-list--gap-18.x-list.x-list--vertical {
|
|
1877
|
+
gap: 0; }
|
|
1878
|
+
.x-list--gap-18.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-18.x-list.x-list--vertical > *:not(:last-child) {
|
|
1879
|
+
margin-bottom: var(--x-size-gap-list-18); } }
|
|
1880
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1881
|
+
.x-list--gap-18.x-list.x-list--horizontal {
|
|
1882
|
+
gap: 0; }
|
|
1883
|
+
.x-list--gap-18.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1884
|
+
margin-right: var(--x-size-gap-list-18); } }
|
|
1885
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1886
|
+
.x-list--gap-18.x-list.x-list--wrap {
|
|
1887
|
+
gap: 0; }
|
|
1888
|
+
.x-list--gap-18.x-list.x-list--wrap > *:not(:last-child) {
|
|
1889
|
+
margin-right: var(--x-size-gap-list-18);
|
|
1890
|
+
margin-bottom: var(--x-size-gap-list-18); } }
|
|
1891
|
+
|
|
1892
|
+
.x-list--gap-19.x-list {
|
|
1893
|
+
gap: var(--x-size-gap-list-19); }
|
|
1894
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1895
|
+
.x-list--gap-19.x-list:not(.x-list--horizontal), .x-list--gap-19.x-list.x-list--vertical {
|
|
1896
|
+
gap: 0; }
|
|
1897
|
+
.x-list--gap-19.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-19.x-list.x-list--vertical > *:not(:last-child) {
|
|
1898
|
+
margin-bottom: var(--x-size-gap-list-19); } }
|
|
1899
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1900
|
+
.x-list--gap-19.x-list.x-list--horizontal {
|
|
1901
|
+
gap: 0; }
|
|
1902
|
+
.x-list--gap-19.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1903
|
+
margin-right: var(--x-size-gap-list-19); } }
|
|
1904
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1905
|
+
.x-list--gap-19.x-list.x-list--wrap {
|
|
1906
|
+
gap: 0; }
|
|
1907
|
+
.x-list--gap-19.x-list.x-list--wrap > *:not(:last-child) {
|
|
1908
|
+
margin-right: var(--x-size-gap-list-19);
|
|
1909
|
+
margin-bottom: var(--x-size-gap-list-19); } }
|
|
1910
|
+
|
|
1911
|
+
.x-list--gap-20.x-list {
|
|
1912
|
+
gap: var(--x-size-gap-list-20); }
|
|
1913
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1914
|
+
.x-list--gap-20.x-list:not(.x-list--horizontal), .x-list--gap-20.x-list.x-list--vertical {
|
|
1915
|
+
gap: 0; }
|
|
1916
|
+
.x-list--gap-20.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-20.x-list.x-list--vertical > *:not(:last-child) {
|
|
1917
|
+
margin-bottom: var(--x-size-gap-list-20); } }
|
|
1918
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1919
|
+
.x-list--gap-20.x-list.x-list--horizontal {
|
|
1920
|
+
gap: 0; }
|
|
1921
|
+
.x-list--gap-20.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1922
|
+
margin-right: var(--x-size-gap-list-20); } }
|
|
1923
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1924
|
+
.x-list--gap-20.x-list.x-list--wrap {
|
|
1925
|
+
gap: 0; }
|
|
1926
|
+
.x-list--gap-20.x-list.x-list--wrap > *:not(:last-child) {
|
|
1927
|
+
margin-right: var(--x-size-gap-list-20);
|
|
1928
|
+
margin-bottom: var(--x-size-gap-list-20); } }
|
|
1929
|
+
|
|
1797
1930
|
:root {
|
|
1798
1931
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
1799
1932
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -1807,7 +1940,14 @@
|
|
|
1807
1940
|
--x-size-gap-list-10: var(--x-size-base-10);
|
|
1808
1941
|
--x-size-gap-list-11: var(--x-size-base-11);
|
|
1809
1942
|
--x-size-gap-list-12: var(--x-size-base-12);
|
|
1810
|
-
--x-size-gap-list-13: var(--x-size-base-13);
|
|
1943
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
1944
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
1945
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
1946
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
1947
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
1948
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
1949
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
1950
|
+
--x-size-gap-list-20: var(--x-size-base-20); }
|
|
1811
1951
|
|
|
1812
1952
|
/* @deprecated */
|
|
1813
1953
|
@use 'sass:string';
|
|
@@ -2735,6 +2875,9 @@
|
|
|
2735
2875
|
--x-size-span-row-item: 1;
|
|
2736
2876
|
--x-size-start-row-item: 0; }
|
|
2737
2877
|
|
|
2878
|
+
.x-row--gap-01 {
|
|
2879
|
+
--x-size-gap-row: var(--x-size-gap-row-01); }
|
|
2880
|
+
|
|
2738
2881
|
.x-row--gap-02 {
|
|
2739
2882
|
--x-size-gap-row: var(--x-size-gap-row-02); }
|
|
2740
2883
|
|
|
@@ -2750,12 +2893,69 @@
|
|
|
2750
2893
|
.x-row--gap-06 {
|
|
2751
2894
|
--x-size-gap-row: var(--x-size-gap-row-06); }
|
|
2752
2895
|
|
|
2896
|
+
.x-row--gap-07 {
|
|
2897
|
+
--x-size-gap-row: var(--x-size-gap-row-07); }
|
|
2898
|
+
|
|
2899
|
+
.x-row--gap-08 {
|
|
2900
|
+
--x-size-gap-row: var(--x-size-gap-row-08); }
|
|
2901
|
+
|
|
2902
|
+
.x-row--gap-09 {
|
|
2903
|
+
--x-size-gap-row: var(--x-size-gap-row-09); }
|
|
2904
|
+
|
|
2905
|
+
.x-row--gap-10 {
|
|
2906
|
+
--x-size-gap-row: var(--x-size-gap-row-10); }
|
|
2907
|
+
|
|
2908
|
+
.x-row--gap-11 {
|
|
2909
|
+
--x-size-gap-row: var(--x-size-gap-row-11); }
|
|
2910
|
+
|
|
2911
|
+
.x-row--gap-12 {
|
|
2912
|
+
--x-size-gap-row: var(--x-size-gap-row-12); }
|
|
2913
|
+
|
|
2914
|
+
.x-row--gap-13 {
|
|
2915
|
+
--x-size-gap-row: var(--x-size-gap-row-13); }
|
|
2916
|
+
|
|
2917
|
+
.x-row--gap-14 {
|
|
2918
|
+
--x-size-gap-row: var(--x-size-gap-row-14); }
|
|
2919
|
+
|
|
2920
|
+
.x-row--gap-15 {
|
|
2921
|
+
--x-size-gap-row: var(--x-size-gap-row-15); }
|
|
2922
|
+
|
|
2923
|
+
.x-row--gap-16 {
|
|
2924
|
+
--x-size-gap-row: var(--x-size-gap-row-16); }
|
|
2925
|
+
|
|
2926
|
+
.x-row--gap-17 {
|
|
2927
|
+
--x-size-gap-row: var(--x-size-gap-row-17); }
|
|
2928
|
+
|
|
2929
|
+
.x-row--gap-18 {
|
|
2930
|
+
--x-size-gap-row: var(--x-size-gap-row-18); }
|
|
2931
|
+
|
|
2932
|
+
.x-row--gap-19 {
|
|
2933
|
+
--x-size-gap-row: var(--x-size-gap-row-19); }
|
|
2934
|
+
|
|
2935
|
+
.x-row--gap-20 {
|
|
2936
|
+
--x-size-gap-row: var(--x-size-gap-row-20); }
|
|
2937
|
+
|
|
2753
2938
|
:root {
|
|
2939
|
+
--x-size-gap-row-01: var(--x-size-base-01);
|
|
2754
2940
|
--x-size-gap-row-02: var(--x-size-base-02);
|
|
2755
2941
|
--x-size-gap-row-03: var(--x-size-base-03);
|
|
2756
2942
|
--x-size-gap-row-04: var(--x-size-base-04);
|
|
2757
2943
|
--x-size-gap-row-05: var(--x-size-base-05);
|
|
2758
|
-
--x-size-gap-row-06: var(--x-size-base-06);
|
|
2944
|
+
--x-size-gap-row-06: var(--x-size-base-06);
|
|
2945
|
+
--x-size-gap-row-07: var(--x-size-base-07);
|
|
2946
|
+
--x-size-gap-row-08: var(--x-size-base-08);
|
|
2947
|
+
--x-size-gap-row-09: var(--x-size-base-09);
|
|
2948
|
+
--x-size-gap-row-10: var(--x-size-base-10);
|
|
2949
|
+
--x-size-gap-row-11: var(--x-size-base-11);
|
|
2950
|
+
--x-size-gap-row-12: var(--x-size-base-12);
|
|
2951
|
+
--x-size-gap-row-13: var(--x-size-base-13);
|
|
2952
|
+
--x-size-gap-row-14: var(--x-size-base-14);
|
|
2953
|
+
--x-size-gap-row-15: var(--x-size-base-15);
|
|
2954
|
+
--x-size-gap-row-16: var(--x-size-base-16);
|
|
2955
|
+
--x-size-gap-row-17: var(--x-size-base-17);
|
|
2956
|
+
--x-size-gap-row-18: var(--x-size-base-18);
|
|
2957
|
+
--x-size-gap-row-19: var(--x-size-base-19);
|
|
2958
|
+
--x-size-gap-row-20: var(--x-size-base-20); }
|
|
2759
2959
|
|
|
2760
2960
|
/* @deprecated */
|
|
2761
2961
|
.x-row--padding-02 {
|
|
@@ -5491,6 +5691,36 @@
|
|
|
5491
5691
|
.x-font-weight--bold {
|
|
5492
5692
|
font-weight: var(--x-number-font-weight-base-bold) !important; }
|
|
5493
5693
|
|
|
5694
|
+
.x-line-clamp--2 {
|
|
5695
|
+
overflow: hidden !important;
|
|
5696
|
+
display: -webkit-box !important;
|
|
5697
|
+
-webkit-box-orient: vertical !important;
|
|
5698
|
+
-webkit-line-clamp: 2 !important; }
|
|
5699
|
+
|
|
5700
|
+
.x-line-clamp--3 {
|
|
5701
|
+
overflow: hidden !important;
|
|
5702
|
+
display: -webkit-box !important;
|
|
5703
|
+
-webkit-box-orient: vertical !important;
|
|
5704
|
+
-webkit-line-clamp: 3 !important; }
|
|
5705
|
+
|
|
5706
|
+
.x-line-clamp--4 {
|
|
5707
|
+
overflow: hidden !important;
|
|
5708
|
+
display: -webkit-box !important;
|
|
5709
|
+
-webkit-box-orient: vertical !important;
|
|
5710
|
+
-webkit-line-clamp: 4 !important; }
|
|
5711
|
+
|
|
5712
|
+
.x-line-clamp--5 {
|
|
5713
|
+
overflow: hidden !important;
|
|
5714
|
+
display: -webkit-box !important;
|
|
5715
|
+
-webkit-box-orient: vertical !important;
|
|
5716
|
+
-webkit-line-clamp: 5 !important; }
|
|
5717
|
+
|
|
5718
|
+
.x-line-clamp--6 {
|
|
5719
|
+
overflow: hidden !important;
|
|
5720
|
+
display: -webkit-box !important;
|
|
5721
|
+
-webkit-box-orient: vertical !important;
|
|
5722
|
+
-webkit-line-clamp: 6 !important; }
|
|
5723
|
+
|
|
5494
5724
|
.x-line-height--none {
|
|
5495
5725
|
line-height: 1 !important; }
|
|
5496
5726
|
|
|
@@ -6412,6 +6642,21 @@
|
|
|
6412
6642
|
[dir="rtl"] .x-padding--left-20 {
|
|
6413
6643
|
padding-right: var(--x-size-base-20) !important; }
|
|
6414
6644
|
|
|
6645
|
+
.x-static {
|
|
6646
|
+
position: static !important; }
|
|
6647
|
+
|
|
6648
|
+
.x-fixed {
|
|
6649
|
+
position: fixed !important; }
|
|
6650
|
+
|
|
6651
|
+
.x-absolute {
|
|
6652
|
+
position: absolute !important; }
|
|
6653
|
+
|
|
6654
|
+
.x-relative {
|
|
6655
|
+
position: relative !important; }
|
|
6656
|
+
|
|
6657
|
+
.x-sticky {
|
|
6658
|
+
position: sticky !important; }
|
|
6659
|
+
|
|
6415
6660
|
.x-underline {
|
|
6416
6661
|
-webkit-text-decoration-line: underline;
|
|
6417
6662
|
text-decoration-line: underline; }
|
|
@@ -11,7 +11,14 @@
|
|
|
11
11
|
--x-size-gap-list-10: var(--x-size-base-10);
|
|
12
12
|
--x-size-gap-list-11: var(--x-size-base-11);
|
|
13
13
|
--x-size-gap-list-12: var(--x-size-base-12);
|
|
14
|
-
--x-size-gap-list-13: var(--x-size-base-13);
|
|
14
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
15
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
16
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
17
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
18
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
19
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
20
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
21
|
+
--x-size-gap-list-20: var(--x-size-base-20); }
|
|
15
22
|
|
|
16
23
|
@use 'sass:string';
|
|
17
24
|
.x-list--gap-01.x-list {
|
|
@@ -260,3 +267,136 @@
|
|
|
260
267
|
.x-list--gap-13.x-list.x-list--wrap > *:not(:last-child) {
|
|
261
268
|
margin-right: var(--x-size-gap-list-13);
|
|
262
269
|
margin-bottom: var(--x-size-gap-list-13); } }
|
|
270
|
+
|
|
271
|
+
.x-list--gap-14.x-list {
|
|
272
|
+
gap: var(--x-size-gap-list-14); }
|
|
273
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
274
|
+
.x-list--gap-14.x-list:not(.x-list--horizontal), .x-list--gap-14.x-list.x-list--vertical {
|
|
275
|
+
gap: 0; }
|
|
276
|
+
.x-list--gap-14.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-14.x-list.x-list--vertical > *:not(:last-child) {
|
|
277
|
+
margin-bottom: var(--x-size-gap-list-14); } }
|
|
278
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
279
|
+
.x-list--gap-14.x-list.x-list--horizontal {
|
|
280
|
+
gap: 0; }
|
|
281
|
+
.x-list--gap-14.x-list.x-list--horizontal > *:not(:last-child) {
|
|
282
|
+
margin-right: var(--x-size-gap-list-14); } }
|
|
283
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
284
|
+
.x-list--gap-14.x-list.x-list--wrap {
|
|
285
|
+
gap: 0; }
|
|
286
|
+
.x-list--gap-14.x-list.x-list--wrap > *:not(:last-child) {
|
|
287
|
+
margin-right: var(--x-size-gap-list-14);
|
|
288
|
+
margin-bottom: var(--x-size-gap-list-14); } }
|
|
289
|
+
|
|
290
|
+
.x-list--gap-15.x-list {
|
|
291
|
+
gap: var(--x-size-gap-list-15); }
|
|
292
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
293
|
+
.x-list--gap-15.x-list:not(.x-list--horizontal), .x-list--gap-15.x-list.x-list--vertical {
|
|
294
|
+
gap: 0; }
|
|
295
|
+
.x-list--gap-15.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-15.x-list.x-list--vertical > *:not(:last-child) {
|
|
296
|
+
margin-bottom: var(--x-size-gap-list-15); } }
|
|
297
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
298
|
+
.x-list--gap-15.x-list.x-list--horizontal {
|
|
299
|
+
gap: 0; }
|
|
300
|
+
.x-list--gap-15.x-list.x-list--horizontal > *:not(:last-child) {
|
|
301
|
+
margin-right: var(--x-size-gap-list-15); } }
|
|
302
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
303
|
+
.x-list--gap-15.x-list.x-list--wrap {
|
|
304
|
+
gap: 0; }
|
|
305
|
+
.x-list--gap-15.x-list.x-list--wrap > *:not(:last-child) {
|
|
306
|
+
margin-right: var(--x-size-gap-list-15);
|
|
307
|
+
margin-bottom: var(--x-size-gap-list-15); } }
|
|
308
|
+
|
|
309
|
+
.x-list--gap-16.x-list {
|
|
310
|
+
gap: var(--x-size-gap-list-16); }
|
|
311
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
312
|
+
.x-list--gap-16.x-list:not(.x-list--horizontal), .x-list--gap-16.x-list.x-list--vertical {
|
|
313
|
+
gap: 0; }
|
|
314
|
+
.x-list--gap-16.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-16.x-list.x-list--vertical > *:not(:last-child) {
|
|
315
|
+
margin-bottom: var(--x-size-gap-list-16); } }
|
|
316
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
317
|
+
.x-list--gap-16.x-list.x-list--horizontal {
|
|
318
|
+
gap: 0; }
|
|
319
|
+
.x-list--gap-16.x-list.x-list--horizontal > *:not(:last-child) {
|
|
320
|
+
margin-right: var(--x-size-gap-list-16); } }
|
|
321
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
322
|
+
.x-list--gap-16.x-list.x-list--wrap {
|
|
323
|
+
gap: 0; }
|
|
324
|
+
.x-list--gap-16.x-list.x-list--wrap > *:not(:last-child) {
|
|
325
|
+
margin-right: var(--x-size-gap-list-16);
|
|
326
|
+
margin-bottom: var(--x-size-gap-list-16); } }
|
|
327
|
+
|
|
328
|
+
.x-list--gap-17.x-list {
|
|
329
|
+
gap: var(--x-size-gap-list-17); }
|
|
330
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
331
|
+
.x-list--gap-17.x-list:not(.x-list--horizontal), .x-list--gap-17.x-list.x-list--vertical {
|
|
332
|
+
gap: 0; }
|
|
333
|
+
.x-list--gap-17.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-17.x-list.x-list--vertical > *:not(:last-child) {
|
|
334
|
+
margin-bottom: var(--x-size-gap-list-17); } }
|
|
335
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
336
|
+
.x-list--gap-17.x-list.x-list--horizontal {
|
|
337
|
+
gap: 0; }
|
|
338
|
+
.x-list--gap-17.x-list.x-list--horizontal > *:not(:last-child) {
|
|
339
|
+
margin-right: var(--x-size-gap-list-17); } }
|
|
340
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
341
|
+
.x-list--gap-17.x-list.x-list--wrap {
|
|
342
|
+
gap: 0; }
|
|
343
|
+
.x-list--gap-17.x-list.x-list--wrap > *:not(:last-child) {
|
|
344
|
+
margin-right: var(--x-size-gap-list-17);
|
|
345
|
+
margin-bottom: var(--x-size-gap-list-17); } }
|
|
346
|
+
|
|
347
|
+
.x-list--gap-18.x-list {
|
|
348
|
+
gap: var(--x-size-gap-list-18); }
|
|
349
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
350
|
+
.x-list--gap-18.x-list:not(.x-list--horizontal), .x-list--gap-18.x-list.x-list--vertical {
|
|
351
|
+
gap: 0; }
|
|
352
|
+
.x-list--gap-18.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-18.x-list.x-list--vertical > *:not(:last-child) {
|
|
353
|
+
margin-bottom: var(--x-size-gap-list-18); } }
|
|
354
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
355
|
+
.x-list--gap-18.x-list.x-list--horizontal {
|
|
356
|
+
gap: 0; }
|
|
357
|
+
.x-list--gap-18.x-list.x-list--horizontal > *:not(:last-child) {
|
|
358
|
+
margin-right: var(--x-size-gap-list-18); } }
|
|
359
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
360
|
+
.x-list--gap-18.x-list.x-list--wrap {
|
|
361
|
+
gap: 0; }
|
|
362
|
+
.x-list--gap-18.x-list.x-list--wrap > *:not(:last-child) {
|
|
363
|
+
margin-right: var(--x-size-gap-list-18);
|
|
364
|
+
margin-bottom: var(--x-size-gap-list-18); } }
|
|
365
|
+
|
|
366
|
+
.x-list--gap-19.x-list {
|
|
367
|
+
gap: var(--x-size-gap-list-19); }
|
|
368
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
369
|
+
.x-list--gap-19.x-list:not(.x-list--horizontal), .x-list--gap-19.x-list.x-list--vertical {
|
|
370
|
+
gap: 0; }
|
|
371
|
+
.x-list--gap-19.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-19.x-list.x-list--vertical > *:not(:last-child) {
|
|
372
|
+
margin-bottom: var(--x-size-gap-list-19); } }
|
|
373
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
374
|
+
.x-list--gap-19.x-list.x-list--horizontal {
|
|
375
|
+
gap: 0; }
|
|
376
|
+
.x-list--gap-19.x-list.x-list--horizontal > *:not(:last-child) {
|
|
377
|
+
margin-right: var(--x-size-gap-list-19); } }
|
|
378
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
379
|
+
.x-list--gap-19.x-list.x-list--wrap {
|
|
380
|
+
gap: 0; }
|
|
381
|
+
.x-list--gap-19.x-list.x-list--wrap > *:not(:last-child) {
|
|
382
|
+
margin-right: var(--x-size-gap-list-19);
|
|
383
|
+
margin-bottom: var(--x-size-gap-list-19); } }
|
|
384
|
+
|
|
385
|
+
.x-list--gap-20.x-list {
|
|
386
|
+
gap: var(--x-size-gap-list-20); }
|
|
387
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
388
|
+
.x-list--gap-20.x-list:not(.x-list--horizontal), .x-list--gap-20.x-list.x-list--vertical {
|
|
389
|
+
gap: 0; }
|
|
390
|
+
.x-list--gap-20.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-20.x-list.x-list--vertical > *:not(:last-child) {
|
|
391
|
+
margin-bottom: var(--x-size-gap-list-20); } }
|
|
392
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
393
|
+
.x-list--gap-20.x-list.x-list--horizontal {
|
|
394
|
+
gap: 0; }
|
|
395
|
+
.x-list--gap-20.x-list.x-list--horizontal > *:not(:last-child) {
|
|
396
|
+
margin-right: var(--x-size-gap-list-20); } }
|
|
397
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
398
|
+
.x-list--gap-20.x-list.x-list--wrap {
|
|
399
|
+
gap: 0; }
|
|
400
|
+
.x-list--gap-20.x-list.x-list--wrap > *:not(:last-child) {
|
|
401
|
+
margin-right: var(--x-size-gap-list-20);
|
|
402
|
+
margin-bottom: var(--x-size-gap-list-20); } }
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
--x-size-gap-row-01: var(--x-size-base-01);
|
|
2
3
|
--x-size-gap-row-02: var(--x-size-base-02);
|
|
3
4
|
--x-size-gap-row-03: var(--x-size-base-03);
|
|
4
5
|
--x-size-gap-row-04: var(--x-size-base-04);
|
|
5
6
|
--x-size-gap-row-05: var(--x-size-base-05);
|
|
6
|
-
--x-size-gap-row-06: var(--x-size-base-06);
|
|
7
|
+
--x-size-gap-row-06: var(--x-size-base-06);
|
|
8
|
+
--x-size-gap-row-07: var(--x-size-base-07);
|
|
9
|
+
--x-size-gap-row-08: var(--x-size-base-08);
|
|
10
|
+
--x-size-gap-row-09: var(--x-size-base-09);
|
|
11
|
+
--x-size-gap-row-10: var(--x-size-base-10);
|
|
12
|
+
--x-size-gap-row-11: var(--x-size-base-11);
|
|
13
|
+
--x-size-gap-row-12: var(--x-size-base-12);
|
|
14
|
+
--x-size-gap-row-13: var(--x-size-base-13);
|
|
15
|
+
--x-size-gap-row-14: var(--x-size-base-14);
|
|
16
|
+
--x-size-gap-row-15: var(--x-size-base-15);
|
|
17
|
+
--x-size-gap-row-16: var(--x-size-base-16);
|
|
18
|
+
--x-size-gap-row-17: var(--x-size-base-17);
|
|
19
|
+
--x-size-gap-row-18: var(--x-size-base-18);
|
|
20
|
+
--x-size-gap-row-19: var(--x-size-base-19);
|
|
21
|
+
--x-size-gap-row-20: var(--x-size-base-20); }
|
|
22
|
+
|
|
23
|
+
.x-row--gap-01 {
|
|
24
|
+
--x-size-gap-row: var(--x-size-gap-row-01); }
|
|
7
25
|
|
|
8
26
|
.x-row--gap-02 {
|
|
9
27
|
--x-size-gap-row: var(--x-size-gap-row-02); }
|
|
@@ -19,3 +37,45 @@
|
|
|
19
37
|
|
|
20
38
|
.x-row--gap-06 {
|
|
21
39
|
--x-size-gap-row: var(--x-size-gap-row-06); }
|
|
40
|
+
|
|
41
|
+
.x-row--gap-07 {
|
|
42
|
+
--x-size-gap-row: var(--x-size-gap-row-07); }
|
|
43
|
+
|
|
44
|
+
.x-row--gap-08 {
|
|
45
|
+
--x-size-gap-row: var(--x-size-gap-row-08); }
|
|
46
|
+
|
|
47
|
+
.x-row--gap-09 {
|
|
48
|
+
--x-size-gap-row: var(--x-size-gap-row-09); }
|
|
49
|
+
|
|
50
|
+
.x-row--gap-10 {
|
|
51
|
+
--x-size-gap-row: var(--x-size-gap-row-10); }
|
|
52
|
+
|
|
53
|
+
.x-row--gap-11 {
|
|
54
|
+
--x-size-gap-row: var(--x-size-gap-row-11); }
|
|
55
|
+
|
|
56
|
+
.x-row--gap-12 {
|
|
57
|
+
--x-size-gap-row: var(--x-size-gap-row-12); }
|
|
58
|
+
|
|
59
|
+
.x-row--gap-13 {
|
|
60
|
+
--x-size-gap-row: var(--x-size-gap-row-13); }
|
|
61
|
+
|
|
62
|
+
.x-row--gap-14 {
|
|
63
|
+
--x-size-gap-row: var(--x-size-gap-row-14); }
|
|
64
|
+
|
|
65
|
+
.x-row--gap-15 {
|
|
66
|
+
--x-size-gap-row: var(--x-size-gap-row-15); }
|
|
67
|
+
|
|
68
|
+
.x-row--gap-16 {
|
|
69
|
+
--x-size-gap-row: var(--x-size-gap-row-16); }
|
|
70
|
+
|
|
71
|
+
.x-row--gap-17 {
|
|
72
|
+
--x-size-gap-row: var(--x-size-gap-row-17); }
|
|
73
|
+
|
|
74
|
+
.x-row--gap-18 {
|
|
75
|
+
--x-size-gap-row: var(--x-size-gap-row-18); }
|
|
76
|
+
|
|
77
|
+
.x-row--gap-19 {
|
|
78
|
+
--x-size-gap-row: var(--x-size-gap-row-19); }
|
|
79
|
+
|
|
80
|
+
.x-row--gap-20 {
|
|
81
|
+
--x-size-gap-row: var(--x-size-gap-row-20); }
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.x-line-clamp--2 {
|
|
2
|
+
overflow: hidden !important;
|
|
3
|
+
display: -webkit-box !important;
|
|
4
|
+
-webkit-box-orient: vertical !important;
|
|
5
|
+
-webkit-line-clamp: 2 !important; }
|
|
6
|
+
|
|
7
|
+
.x-line-clamp--3 {
|
|
8
|
+
overflow: hidden !important;
|
|
9
|
+
display: -webkit-box !important;
|
|
10
|
+
-webkit-box-orient: vertical !important;
|
|
11
|
+
-webkit-line-clamp: 3 !important; }
|
|
12
|
+
|
|
13
|
+
.x-line-clamp--4 {
|
|
14
|
+
overflow: hidden !important;
|
|
15
|
+
display: -webkit-box !important;
|
|
16
|
+
-webkit-box-orient: vertical !important;
|
|
17
|
+
-webkit-line-clamp: 4 !important; }
|
|
18
|
+
|
|
19
|
+
.x-line-clamp--5 {
|
|
20
|
+
overflow: hidden !important;
|
|
21
|
+
display: -webkit-box !important;
|
|
22
|
+
-webkit-box-orient: vertical !important;
|
|
23
|
+
-webkit-line-clamp: 5 !important; }
|
|
24
|
+
|
|
25
|
+
.x-line-clamp--6 {
|
|
26
|
+
overflow: hidden !important;
|
|
27
|
+
display: -webkit-box !important;
|
|
28
|
+
-webkit-box-orient: vertical !important;
|
|
29
|
+
-webkit-line-clamp: 6 !important; }
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseResultRating](./x-components.baseresultrating.md) > [link](./x-components.baseresultrating.link.md)
|
|
4
|
+
|
|
5
|
+
## BaseResultRating.link property
|
|
6
|
+
|
|
7
|
+
A link to redirect when rating is clicked.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
protected link: string;
|
|
13
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseResultRating](./x-components.baseresultrating.md)
|
|
4
|
+
|
|
5
|
+
## BaseResultRating class
|
|
6
|
+
|
|
7
|
+
This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export default class BaseResultRating extends Vue
|
|
13
|
+
```
|
|
14
|
+
<b>Extends:</b> Vue
|
|
15
|
+
|
|
16
|
+
## Properties
|
|
17
|
+
|
|
18
|
+
| Property | Modifiers | Type | Description |
|
|
19
|
+
| --- | --- | --- | --- |
|
|
20
|
+
| [link](./x-components.baseresultrating.link.md) | | string | A link to redirect when rating is clicked. |
|
|
21
|
+
| [result](./x-components.baseresultrating.result.md) | | Result | The [Result](./x-types.result.md) to render its rating. |
|
|
22
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseResultRating](./x-components.baseresultrating.md) > [result](./x-components.baseresultrating.result.md)
|
|
4
|
+
|
|
5
|
+
## BaseResultRating.result property
|
|
6
|
+
|
|
7
|
+
The [Result](./x-types.result.md) to render its rating.
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
protected result: Result;
|
|
13
|
+
```
|
|
@@ -42,6 +42,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
42
42
|
| [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code><img></code>. |
|
|
43
43
|
| [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code><a></code> wrapping the result contents. |
|
|
44
44
|
| [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
|
|
45
|
+
| [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
|
|
45
46
|
| [BaseScroll](./x-components.basescroll.md) | Base scroll component that depending on the user interactivity emits different events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
|
|
46
47
|
| [BaseSuggestion](./x-components.basesuggestion.md) | Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvents](./x-components.xevent.md) that will be emitted on click with a given feature.<!-- -->The default slot receives the suggestion and the matched query has props. |
|
|
47
48
|
| [BaseSuggestions](./x-components.basesuggestions.md) | Paints a list of suggestions passed in by prop. Requires a component for a single suggestion in the default slot for working. |
|