@net7/components 4.2.1 → 4.2.3-rc4
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/README.md +2 -1
- package/esm2022/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +25 -0
- package/esm2022/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +147 -0
- package/esm2022/lib/components/alert/alert.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/alert/alert.mock.mjs +2 -2
- package/esm2022/lib/components/anchor-wrapper/anchor-wrapper.mjs +35 -0
- package/esm2022/lib/components/avatar/avatar.mjs +34 -0
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.mock.mjs +8 -8
- package/esm2022/lib/components/bubble-chart/bubble-chart.mjs +336 -0
- package/{esm2020 → esm2022}/lib/components/bubble-chart/bubble-chart.mock.mjs +249 -249
- package/esm2022/lib/components/button/button.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/button/button.mock.mjs +3 -3
- package/esm2022/lib/components/carousel/carousel.mjs +97 -0
- package/esm2022/lib/components/carousel/carousel.mock.mjs +157 -0
- package/esm2022/lib/components/chart/chart.mjs +37 -0
- package/esm2022/lib/components/chart/chart.mock.mjs +127 -0
- package/esm2022/lib/components/content-placeholder/content-placeholder.mjs +17 -0
- package/{esm2020 → esm2022}/lib/components/content-placeholder/content-placeholder.mock.mjs +6 -3
- package/esm2022/lib/components/data-widget/data-widget.mjs +29 -0
- package/{esm2020 → esm2022}/lib/components/data-widget/data-widget.mock.mjs +4 -4
- package/esm2022/lib/components/datepicker/datepicker.mjs +44 -0
- package/esm2022/lib/components/facet/facet.mjs +24 -0
- package/esm2022/lib/components/facet/facet.mock.mjs +169 -0
- package/esm2022/lib/components/facet-header/facet-header.mjs +24 -0
- package/esm2022/lib/components/facet-year-range/facet-year-range.mjs +53 -0
- package/esm2022/lib/components/file-selector/file-selector.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/file-selector/file-selector.mock.mjs +2 -2
- package/esm2022/lib/components/footer/footer.mjs +26 -0
- package/esm2022/lib/components/footer/footer.mock.mjs +60 -0
- package/esm2022/lib/components/header/header.mjs +53 -0
- package/esm2022/lib/components/header/header.mock.mjs +119 -0
- package/esm2022/lib/components/hero/hero.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/hero/hero.mock.mjs +5 -5
- package/esm2022/lib/components/histogram-range/histogram-range.mjs +390 -0
- package/{esm2020 → esm2022}/lib/components/histogram-range/histogram-range.mock.mjs +4 -4
- package/esm2022/lib/components/icon/icon.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/icon/icon.mock.mjs +2 -2
- package/esm2022/lib/components/image-viewer/image-viewer.mjs +57 -0
- package/esm2022/lib/components/image-viewer/image-viewer.mock.mjs +29 -0
- package/esm2022/lib/components/image-viewer-tools/image-viewer-tools.mjs +28 -0
- package/esm2022/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +54 -0
- package/esm2022/lib/components/inner-title/inner-title.mjs +40 -0
- package/esm2022/lib/components/inner-title/inner-title.mock.mjs +53 -0
- package/esm2022/lib/components/input-checkbox/input-checkbox.mjs +24 -0
- package/esm2022/lib/components/input-checkbox/input-checkbox.mock.mjs +31 -0
- package/esm2022/lib/components/input-link/input-link.mjs +24 -0
- package/esm2022/lib/components/input-link/input-link.mock.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/input-select/input-select.mjs +5 -5
- package/esm2022/lib/components/input-text/input-text.mjs +34 -0
- package/esm2022/lib/components/input-textarea/input-textarea.mjs +21 -0
- package/esm2022/lib/components/item-preview/item-preview.mjs +25 -0
- package/esm2022/lib/components/item-preview/item-preview.mock.mjs +46 -0
- package/esm2022/lib/components/loader/loader.mjs +16 -0
- package/{esm2020 → esm2022}/lib/components/loader/loader.mock.mjs +2 -2
- package/esm2022/lib/components/map/map.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/map/map.mock.mjs +14 -10
- package/esm2022/lib/components/metadata-viewer/metadata-viewer.mjs +19 -0
- package/esm2022/lib/components/metadata-viewer/metadata-viewer.mock.mjs +75 -0
- package/esm2022/lib/components/mirador/mirador.mjs +36 -0
- package/esm2022/lib/components/mirador/mirador.mock.mjs +23 -0
- package/esm2022/lib/components/mirador/miradorTheme.mjs +220 -0
- package/esm2022/lib/components/nav/nav.mjs +27 -0
- package/esm2022/lib/components/nav/nav.mock.mjs +46 -0
- package/esm2022/lib/components/pagination/pagination.mjs +31 -0
- package/esm2022/lib/components/pagination/pagination.mock.mjs +27 -0
- package/esm2022/lib/components/progress-line/progress-line.mjs +19 -0
- package/esm2022/lib/components/sidebar-header/sidebar-header.mjs +24 -0
- package/esm2022/lib/components/signup/signup.mjs +44 -0
- package/{esm2020 → esm2022}/lib/components/signup/signup.mock.mjs +14 -14
- package/esm2022/lib/components/simple-autocomplete/simple-autocomplete.mjs +25 -0
- package/esm2022/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +22 -0
- package/esm2022/lib/components/table/table.mjs +35 -0
- package/esm2022/lib/components/table/table.mock.mjs +156 -0
- package/esm2022/lib/components/tag/tag.mjs +35 -0
- package/esm2022/lib/components/text-viewer/text-viewer.mjs +42 -0
- package/{esm2020 → esm2022}/lib/components/text-viewer/text-viewer.mock.mjs +4 -4
- package/esm2022/lib/components/timeline/timeline.mjs +51 -0
- package/esm2022/lib/components/timeline/timeline.mock.mjs +137 -0
- package/esm2022/lib/components/toast/toast.mjs +24 -0
- package/esm2022/lib/components/toast/toast.mock.mjs +65 -0
- package/esm2022/lib/components/tooltip-content/tooltip-content.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/tooltip-content/tooltip-content.mock.mjs +9 -8
- package/esm2022/lib/components/tree/tree.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/tree/tree.mock.mjs +44 -44
- package/esm2022/lib/components/wizard/wizard.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/wizard/wizard.mock.mjs +6 -6
- package/esm2022/lib/dv-components-lib.module.mjs +211 -0
- package/{esm2020 → esm2022}/lib/shared-interfaces.mjs +1 -1
- package/esm2022/public-api.mjs +105 -0
- package/fesm2022/net7-components.mjs +6091 -0
- package/fesm2022/net7-components.mjs.map +1 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.d.ts +22 -22
- package/lib/components/alert/alert.d.ts +2 -2
- package/lib/components/anchor-wrapper/anchor-wrapper.d.ts +1 -1
- package/lib/components/avatar/avatar.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/lib/components/bubble-chart/bubble-chart.d.ts +3 -3
- package/lib/components/button/button.d.ts +1 -1
- package/lib/components/carousel/carousel.d.ts +1 -1
- package/lib/components/chart/chart.d.ts +2 -2
- package/lib/components/content-placeholder/content-placeholder.d.ts +6 -6
- package/lib/components/data-widget/data-widget.d.ts +1 -1
- package/lib/components/datepicker/datepicker.d.ts +4 -4
- package/lib/components/facet/facet.d.ts +23 -23
- package/lib/components/facet-header/facet-header.d.ts +1 -1
- package/lib/components/facet-year-range/facet-year-range.d.ts +9 -9
- package/lib/components/file-selector/file-selector.d.ts +1 -1
- package/lib/components/footer/footer.d.ts +4 -4
- package/lib/components/header/header.d.ts +1 -1
- package/lib/components/hero/hero.d.ts +16 -16
- package/lib/components/histogram-range/histogram-range.d.ts +3 -3
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/image-viewer/image-viewer.d.ts +1 -1
- package/lib/components/image-viewer-tools/image-viewer-tools.d.ts +3 -3
- package/lib/components/inner-title/inner-title.d.ts +1 -1
- package/lib/components/input-checkbox/input-checkbox.d.ts +1 -1
- package/lib/components/input-link/input-link.d.ts +1 -1
- package/lib/components/input-select/input-select.d.ts +1 -1
- package/lib/components/input-text/input-text.d.ts +1 -1
- package/lib/components/input-textarea/input-textarea.d.ts +2 -2
- package/lib/components/item-preview/item-preview.d.ts +40 -40
- package/lib/components/loader/loader.d.ts +1 -1
- package/lib/components/map/map.d.ts +1 -1
- package/lib/components/metadata-viewer/metadata-viewer.d.ts +19 -19
- package/lib/components/mirador/mirador.d.ts +15 -0
- package/lib/components/mirador/mirador.mock.d.ts +6 -0
- package/lib/components/mirador/miradorTheme.d.ts +218 -0
- package/lib/components/nav/nav.d.ts +1 -1
- package/lib/components/pagination/pagination.d.ts +1 -1
- package/lib/components/progress-line/progress-line.d.ts +1 -1
- package/lib/components/sidebar-header/sidebar-header.d.ts +1 -1
- package/lib/components/signup/signup.d.ts +1 -1
- package/lib/components/simple-autocomplete/simple-autocomplete.d.ts +11 -11
- package/lib/components/table/table.d.ts +1 -1
- package/lib/components/tag/tag.d.ts +1 -1
- package/lib/components/text-viewer/text-viewer.d.ts +1 -1
- package/lib/components/timeline/timeline.d.ts +1 -1
- package/lib/components/toast/toast.d.ts +1 -1
- package/lib/components/tooltip-content/tooltip-content.d.ts +1 -1
- package/lib/components/tree/tree.d.ts +20 -20
- package/lib/components/wizard/wizard.d.ts +30 -30
- package/lib/dv-components-lib.module.d.ts +19 -18
- package/lib/shared-interfaces.d.ts +3 -3
- package/package.json +8 -14
- package/public-api.d.ts +2 -0
- package/src/lib/styles/_imports.scss +54 -56
- package/src/lib/styles/atoms/_button.scss +37 -30
- package/src/lib/styles/components/_advanced-autocomplete.scss +15 -38
- package/src/lib/styles/components/_alert.scss +6 -18
- package/src/lib/styles/components/_anchor-wrapper.scss +3 -4
- package/src/lib/styles/components/_avatar.scss +1 -4
- package/src/lib/styles/components/_breadcrumbs.scss +12 -23
- package/src/lib/styles/components/_bubble-chart.scss +3 -4
- package/src/lib/styles/components/_button.scss +3 -13
- package/src/lib/styles/components/_carousel.scss +18 -46
- package/src/lib/styles/components/_chart.scss +3 -4
- package/src/lib/styles/components/_content-placeholder.scss +17 -17
- package/src/lib/styles/components/_data-widget.scss +5 -17
- package/src/lib/styles/components/_datepicker.scss +3 -4
- package/src/lib/styles/components/_facet-header.scss +3 -8
- package/src/lib/styles/components/_facet-year-range.scss +7 -12
- package/src/lib/styles/components/_facet.scss +11 -28
- package/src/lib/styles/components/_file-selector.scss +3 -4
- package/src/lib/styles/components/_footer.scss +7 -28
- package/src/lib/styles/components/_header.scss +15 -76
- package/src/lib/styles/components/_hero.scss +10 -20
- package/src/lib/styles/components/_histogram-range.scss +1 -2
- package/src/lib/styles/components/_icon.scss +1 -3
- package/src/lib/styles/components/_image-viewer-tools.scss +31 -40
- package/src/lib/styles/components/_image-viewer.scss +20 -36
- package/src/lib/styles/components/_inner-title.scss +13 -39
- package/src/lib/styles/components/_input-checkbox.scss +6 -10
- package/src/lib/styles/components/_input-link.scss +4 -10
- package/src/lib/styles/components/_input-select.scss +2 -7
- package/src/lib/styles/components/_input-text.scss +5 -10
- package/src/lib/styles/components/_input-textarea.scss +3 -8
- package/src/lib/styles/components/_item-preview.scss +10 -36
- package/src/lib/styles/components/_loader.scss +1 -2
- package/src/lib/styles/components/_map.scss +2 -3
- package/src/lib/styles/components/_metadata-viewer.scss +7 -12
- package/src/lib/styles/components/_mirador.scss +19 -0
- package/src/lib/styles/components/_nav.scss +5 -11
- package/src/lib/styles/components/_pagination.scss +29 -33
- package/src/lib/styles/components/_progress-line.scss +3 -10
- package/src/lib/styles/components/_sidebar-header.scss +3 -8
- package/src/lib/styles/components/_signup.scss +48 -49
- package/src/lib/styles/components/_simple-autocomplete.scss +5 -12
- package/src/lib/styles/components/_table.scss +5 -18
- package/src/lib/styles/components/_tag.scss +7 -10
- package/src/lib/styles/components/_text-viewer.scss +33 -88
- package/src/lib/styles/components/_timeline.scss +3 -4
- package/src/lib/styles/components/_toast.scss +7 -17
- package/src/lib/styles/components/_tooltip-content.scss +3 -4
- package/src/lib/styles/components/_tree.scss +26 -22
- package/src/lib/styles/components/_wizard.scss +36 -29
- package/src/lib/styles/generic/_color_scheme.scss +2 -2
- package/src/lib/styles/generic/_mixins.scss +28 -31
- package/src/lib/styles/generic/_variables.scss +9 -11
- package/src/lib/styles/global/_forms.scss +38 -63
- package/src/lib/styles/global/_global.scss +3 -5
- package/src/lib/styles/global/_normalize.scss +17 -57
- package/src/lib/styles/global/_typography.scss +25 -23
- package/src/lib/styles/utilities/_grids.scss +40 -79
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +0 -25
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +0 -100
- package/esm2020/lib/components/alert/alert.mjs +0 -24
- package/esm2020/lib/components/anchor-wrapper/anchor-wrapper.mjs +0 -35
- package/esm2020/lib/components/avatar/avatar.mjs +0 -34
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mjs +0 -25
- package/esm2020/lib/components/bubble-chart/bubble-chart.mjs +0 -329
- package/esm2020/lib/components/button/button.mjs +0 -26
- package/esm2020/lib/components/carousel/carousel.mjs +0 -89
- package/esm2020/lib/components/carousel/carousel.mock.mjs +0 -136
- package/esm2020/lib/components/chart/chart.mjs +0 -37
- package/esm2020/lib/components/chart/chart.mock.mjs +0 -112
- package/esm2020/lib/components/content-placeholder/content-placeholder.mjs +0 -17
- package/esm2020/lib/components/data-widget/data-widget.mjs +0 -29
- package/esm2020/lib/components/datepicker/datepicker.mjs +0 -44
- package/esm2020/lib/components/facet/facet.mjs +0 -24
- package/esm2020/lib/components/facet/facet.mock.mjs +0 -103
- package/esm2020/lib/components/facet-header/facet-header.mjs +0 -24
- package/esm2020/lib/components/facet-year-range/facet-year-range.mjs +0 -53
- package/esm2020/lib/components/file-selector/file-selector.mjs +0 -39
- package/esm2020/lib/components/footer/footer.mjs +0 -26
- package/esm2020/lib/components/footer/footer.mock.mjs +0 -58
- package/esm2020/lib/components/header/header.mjs +0 -53
- package/esm2020/lib/components/header/header.mock.mjs +0 -101
- package/esm2020/lib/components/hero/hero.mjs +0 -41
- package/esm2020/lib/components/histogram-range/histogram-range.mjs +0 -390
- package/esm2020/lib/components/icon/icon.mjs +0 -21
- package/esm2020/lib/components/image-viewer/image-viewer.mjs +0 -55
- package/esm2020/lib/components/image-viewer/image-viewer.mock.mjs +0 -25
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mjs +0 -28
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +0 -54
- package/esm2020/lib/components/inner-title/inner-title.mjs +0 -40
- package/esm2020/lib/components/inner-title/inner-title.mock.mjs +0 -53
- package/esm2020/lib/components/input-checkbox/input-checkbox.mjs +0 -24
- package/esm2020/lib/components/input-checkbox/input-checkbox.mock.mjs +0 -25
- package/esm2020/lib/components/input-link/input-link.mjs +0 -24
- package/esm2020/lib/components/input-link/input-link.mock.mjs +0 -38
- package/esm2020/lib/components/input-text/input-text.mjs +0 -34
- package/esm2020/lib/components/input-textarea/input-textarea.mjs +0 -21
- package/esm2020/lib/components/item-preview/item-preview.mjs +0 -25
- package/esm2020/lib/components/item-preview/item-preview.mock.mjs +0 -43
- package/esm2020/lib/components/loader/loader.mjs +0 -16
- package/esm2020/lib/components/map/map.mjs +0 -64
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mjs +0 -19
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mock.mjs +0 -74
- package/esm2020/lib/components/nav/nav.mjs +0 -27
- package/esm2020/lib/components/nav/nav.mock.mjs +0 -36
- package/esm2020/lib/components/pagination/pagination.mjs +0 -31
- package/esm2020/lib/components/pagination/pagination.mock.mjs +0 -23
- package/esm2020/lib/components/progress-line/progress-line.mjs +0 -19
- package/esm2020/lib/components/sidebar-header/sidebar-header.mjs +0 -24
- package/esm2020/lib/components/signup/signup.mjs +0 -44
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mjs +0 -25
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +0 -15
- package/esm2020/lib/components/table/table.mjs +0 -35
- package/esm2020/lib/components/table/table.mock.mjs +0 -152
- package/esm2020/lib/components/tag/tag.mjs +0 -35
- package/esm2020/lib/components/text-viewer/text-viewer.mjs +0 -42
- package/esm2020/lib/components/timeline/timeline.mjs +0 -51
- package/esm2020/lib/components/timeline/timeline.mock.mjs +0 -137
- package/esm2020/lib/components/toast/toast.mjs +0 -24
- package/esm2020/lib/components/toast/toast.mock.mjs +0 -51
- package/esm2020/lib/components/tooltip-content/tooltip-content.mjs +0 -25
- package/esm2020/lib/components/tree/tree.mjs +0 -25
- package/esm2020/lib/components/wizard/wizard.mjs +0 -24
- package/esm2020/lib/dv-components-lib.module.mjs +0 -211
- package/esm2020/public-api.mjs +0 -103
- package/fesm2015/net7-components.mjs +0 -5421
- package/fesm2015/net7-components.mjs.map +0 -1
- package/fesm2020/net7-components.mjs +0 -5434
- package/fesm2020/net7-components.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/components/avatar/avatar.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/datepicker/datepicker.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/facet-header/facet-header.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/facet-year-range/facet-year-range.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-select/input-select.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-text/input-text.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-textarea/input-textarea.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/progress-line/progress-line.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/sidebar-header/sidebar-header.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/tag/tag.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/net7-components.mjs +0 -0
|
@@ -3,14 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Style to overwrite or complete default library style.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#CHART
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-chart {
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
|
|
14
13
|
/* ------------------------------------ *\
|
|
15
14
|
#MEDIA-QUERIES
|
|
16
15
|
\* ------------------------------------ */
|
|
@@ -24,5 +23,5 @@
|
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
/* Retina */
|
|
27
|
-
@media (
|
|
28
|
-
}
|
|
26
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
27
|
+
}
|
|
@@ -3,24 +3,28 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Component used in loading status to show a preview of what real results/contents will be.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#CONTENT-PLACEHOLDER
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-content-placeholder {
|
|
11
11
|
&__item {
|
|
12
12
|
background-color: $color-background-light;
|
|
13
|
-
height: $space*2;
|
|
13
|
+
height: $space * 2;
|
|
14
14
|
width: auto;
|
|
15
15
|
margin-bottom: $space;
|
|
16
16
|
border-radius: $border-radius;
|
|
17
|
-
|
|
18
17
|
animation-duration: 1.3s;
|
|
19
18
|
animation-fill-mode: forwards;
|
|
20
19
|
animation-iteration-count: infinite;
|
|
21
20
|
animation-name: contentPlaceholderAnimation;
|
|
22
21
|
animation-timing-function: linear;
|
|
23
|
-
background: linear-gradient(
|
|
22
|
+
background: linear-gradient(
|
|
23
|
+
to right,
|
|
24
|
+
$color-background-light 0%,
|
|
25
|
+
$color-background-medium 30%,
|
|
26
|
+
$color-background-light 60%
|
|
27
|
+
);
|
|
24
28
|
background-size: 500px 104px;
|
|
25
29
|
position: relative;
|
|
26
30
|
}
|
|
@@ -28,20 +32,17 @@
|
|
|
28
32
|
// Example application
|
|
29
33
|
.thumb-placeholder {
|
|
30
34
|
float: left;
|
|
31
|
-
height: $space*7;
|
|
32
|
-
width: $space*7;
|
|
35
|
+
height: $space * 7;
|
|
36
|
+
width: $space * 7;
|
|
33
37
|
border-radius: 50%;
|
|
34
38
|
}
|
|
35
|
-
|
|
36
39
|
.title-placeholder {
|
|
37
|
-
margin-left: $space*9;
|
|
40
|
+
margin-left: $space * 9;
|
|
38
41
|
}
|
|
39
|
-
|
|
40
42
|
.text-placeholder {
|
|
41
|
-
margin-left: $space*9;
|
|
42
|
-
height: $space*4;
|
|
43
|
+
margin-left: $space * 9;
|
|
44
|
+
height: $space * 4;
|
|
43
45
|
}
|
|
44
|
-
|
|
45
46
|
.text-placeholder + .n7-content-placeholder__item {
|
|
46
47
|
clear: both;
|
|
47
48
|
}
|
|
@@ -49,14 +50,13 @@
|
|
|
49
50
|
|
|
50
51
|
@keyframes contentPlaceholderAnimation {
|
|
51
52
|
0% {
|
|
52
|
-
background-position: 0 0
|
|
53
|
+
background-position: 0 0;
|
|
53
54
|
}
|
|
54
55
|
100% {
|
|
55
|
-
background-position: 1000px 0
|
|
56
|
+
background-position: 1000px 0;
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
|
|
60
60
|
/* ------------------------------------ *\
|
|
61
61
|
#MEDIA-QUERIES
|
|
62
62
|
\* ------------------------------------ */
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
/* Retina */
|
|
73
|
-
@media (
|
|
74
|
-
}
|
|
73
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
74
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Brief description of the component here.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#DATA WIDGET
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -13,17 +13,14 @@
|
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: center;
|
|
15
15
|
}
|
|
16
|
-
|
|
17
16
|
&__main-icon {
|
|
18
|
-
margin-right: calc($space/2);
|
|
17
|
+
margin-right: calc($space / 2);
|
|
19
18
|
font-size: $font-size-xl;
|
|
20
19
|
}
|
|
21
|
-
|
|
22
20
|
&__second-icon {
|
|
23
|
-
margin-right: calc($space/2);
|
|
21
|
+
margin-right: calc($space / 2);
|
|
24
22
|
height: $font-size-xl;
|
|
25
23
|
}
|
|
26
|
-
|
|
27
24
|
&__main-title {
|
|
28
25
|
margin: 0;
|
|
29
26
|
font-size: $font-size-xl;
|
|
@@ -34,29 +31,24 @@
|
|
|
34
31
|
display: flex;
|
|
35
32
|
align-items: center;
|
|
36
33
|
}
|
|
37
|
-
|
|
38
34
|
&__sub-title {
|
|
39
|
-
margin: 0 calc($space/2) 0 0;
|
|
35
|
+
margin: 0 calc($space / 2) 0 0;
|
|
40
36
|
font-size: $font-size-xs;
|
|
41
37
|
line-height: 1;
|
|
42
38
|
}
|
|
43
|
-
|
|
44
39
|
&__sub-info {
|
|
45
40
|
display: flex;
|
|
46
41
|
}
|
|
47
|
-
|
|
48
42
|
&__sub-info-icon {
|
|
49
43
|
font-size: $font-size-xs;
|
|
50
44
|
line-height: 1;
|
|
51
45
|
}
|
|
52
|
-
|
|
53
46
|
&__sub-info-label {
|
|
54
47
|
font-size: $font-size-xs;
|
|
55
48
|
line-height: 1;
|
|
56
49
|
}
|
|
57
50
|
}
|
|
58
51
|
|
|
59
|
-
|
|
60
52
|
/* ------------------------------------ *\
|
|
61
53
|
#POSITIVE/NEGATIVE COLORS
|
|
62
54
|
\* ------------------------------------ */
|
|
@@ -64,23 +56,19 @@
|
|
|
64
56
|
.n7-data-widget__sub-info-icon {
|
|
65
57
|
color: $color-success;
|
|
66
58
|
}
|
|
67
|
-
|
|
68
59
|
.n7-data-widget__sub-info-label {
|
|
69
60
|
color: $color-success;
|
|
70
61
|
}
|
|
71
62
|
}
|
|
72
|
-
|
|
73
63
|
.n7-data-widget.is-error {
|
|
74
64
|
.n7-data-widget__sub-info-icon {
|
|
75
65
|
color: $color-error;
|
|
76
66
|
}
|
|
77
|
-
|
|
78
67
|
.n7-data-widget__sub-info-label {
|
|
79
68
|
color: $color-error;
|
|
80
69
|
}
|
|
81
70
|
}
|
|
82
71
|
|
|
83
|
-
|
|
84
72
|
/* ------------------------------------ *\
|
|
85
73
|
#MEDIA-QUERIES
|
|
86
74
|
\* ------------------------------------ */
|
|
@@ -94,5 +82,5 @@
|
|
|
94
82
|
}
|
|
95
83
|
|
|
96
84
|
/* Retina */
|
|
97
|
-
@media (
|
|
85
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
98
86
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Brief description of the component here.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#DATEPICKER
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
// TODO
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
/* ------------------------------------ *\
|
|
16
15
|
#MEDIA-QUERIES
|
|
17
16
|
\* ------------------------------------ */
|
|
@@ -25,5 +24,5 @@
|
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
/* Retina */
|
|
28
|
-
@media (
|
|
29
|
-
}
|
|
27
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
28
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Header component for facet, displaying facet title and other datas (for istance count of items).
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#FACET-HEADER
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -12,19 +12,16 @@
|
|
|
12
12
|
height: $facet-header-height;
|
|
13
13
|
background: $facet-header-background;
|
|
14
14
|
color: $facet-header-text-color;
|
|
15
|
-
|
|
16
15
|
&__text {
|
|
17
16
|
margin-right: $space;
|
|
18
17
|
margin-left: $space;
|
|
19
18
|
font-size: $font-size-m;
|
|
20
19
|
line-height: $facet-header-height;
|
|
21
20
|
}
|
|
22
|
-
|
|
23
21
|
&__secondary-text {
|
|
24
22
|
font-size: $font-size-s;
|
|
25
23
|
line-height: $facet-header-height;
|
|
26
24
|
}
|
|
27
|
-
|
|
28
25
|
&__icon-left,
|
|
29
26
|
&__icon-right {
|
|
30
27
|
width: $facet-header-height;
|
|
@@ -34,13 +31,11 @@
|
|
|
34
31
|
background: $facet-header-icon-background;
|
|
35
32
|
font-size: $font-size-l;
|
|
36
33
|
}
|
|
37
|
-
|
|
38
34
|
&__icon-right {
|
|
39
35
|
margin-left: auto;
|
|
40
36
|
}
|
|
41
37
|
}
|
|
42
38
|
|
|
43
|
-
|
|
44
39
|
/* ------------------------------------ *\
|
|
45
40
|
#MEDIA-QUERIES
|
|
46
41
|
\* ------------------------------------ */
|
|
@@ -54,5 +49,5 @@
|
|
|
54
49
|
}
|
|
55
50
|
|
|
56
51
|
/* Retina */
|
|
57
|
-
@media (
|
|
58
|
-
}
|
|
52
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
53
|
+
}
|
|
@@ -3,49 +3,44 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Content of the facet that includes to selects to select a raneg of values/years.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#FACET-YEAR-RANGE
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-facet-year-range {
|
|
11
|
-
padding: $space*1.5 0 $space*1.5 $space*1.5;
|
|
11
|
+
padding: $space * 1.5 0 $space * 1.5 $space * 1.5;
|
|
12
12
|
display: flex;
|
|
13
13
|
box-sizing: border-box;
|
|
14
|
+
|
|
14
15
|
// display: grid;
|
|
15
16
|
// grid-template-columns: repeat(2, 1fr);
|
|
16
17
|
// grid-column-gap: $space*1.5;
|
|
17
|
-
|
|
18
18
|
.n7-facet-year-range__in,
|
|
19
19
|
.n7-facet-year-range__out {
|
|
20
20
|
display: flex;
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
padding-right: $space*1.5;
|
|
22
|
+
padding-right: $space * 1.5;
|
|
23
23
|
flex: 0 0 50%;
|
|
24
24
|
max-width: 50%;
|
|
25
25
|
align-items: center;
|
|
26
26
|
}
|
|
27
|
-
|
|
28
27
|
.n7-facet-year-range__in {
|
|
29
28
|
}
|
|
30
|
-
|
|
31
29
|
.n7-facet-year-range__in-label,
|
|
32
30
|
.n7-facet-year-range__out-label {
|
|
33
|
-
margin-right: calc($space/2);
|
|
31
|
+
margin-right: calc($space / 2);
|
|
34
32
|
margin-bottom: 0;
|
|
35
33
|
}
|
|
36
|
-
|
|
37
34
|
.n7-facet-year-range__in-select,
|
|
38
35
|
.n7-facet-year-range__out-select {
|
|
39
36
|
flex-grow: 1;
|
|
40
37
|
}
|
|
41
|
-
|
|
42
38
|
.n7-facet-year-range__in-select-placeholder,
|
|
43
39
|
.n7-facet-year-range__out-select-placeholder {
|
|
44
40
|
color: $color-text-light;
|
|
45
41
|
}
|
|
46
42
|
}
|
|
47
43
|
|
|
48
|
-
|
|
49
44
|
/* ------------------------------------ *\
|
|
50
45
|
#MEDIA-QUERIES
|
|
51
46
|
\* ------------------------------------ */
|
|
@@ -59,5 +54,5 @@
|
|
|
59
54
|
}
|
|
60
55
|
|
|
61
56
|
/* Retina */
|
|
62
|
-
@media (
|
|
63
|
-
}
|
|
57
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
58
|
+
}
|
|
@@ -6,59 +6,51 @@
|
|
|
6
6
|
* - search inpout with label;
|
|
7
7
|
* - list of results.
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
/* ------------------------------------ *\
|
|
11
11
|
#FACET
|
|
12
12
|
\* ------------------------------------ */
|
|
13
13
|
.n7-facet {
|
|
14
14
|
/* General section inside facet */
|
|
15
15
|
&__section {
|
|
16
|
-
margin-bottom: $facet-inner-padding*2;
|
|
16
|
+
margin-bottom: $facet-inner-padding * 2;
|
|
17
17
|
margin-left: $facet-inner-padding;
|
|
18
18
|
margin-right: $facet-inner-padding;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
/* ------------------------------------ *\
|
|
24
23
|
#INPUT CHECKBOX
|
|
25
24
|
\* ------------------------------------ */
|
|
26
25
|
.n7-facet {
|
|
27
26
|
&__section-input-checkbox {
|
|
28
27
|
display: inline-block;
|
|
29
|
-
margin-right: $space*2;
|
|
28
|
+
margin-right: $space * 2;
|
|
30
29
|
}
|
|
31
|
-
|
|
32
30
|
&__input-checkbox-input {
|
|
33
|
-
margin-right: calc($space/2);
|
|
31
|
+
margin-right: calc($space / 2);
|
|
34
32
|
}
|
|
35
|
-
|
|
36
33
|
&__input-checkbox-label {
|
|
37
34
|
font-size: $font-size-s;
|
|
38
35
|
}
|
|
39
36
|
}
|
|
40
37
|
|
|
41
|
-
|
|
42
38
|
/* ------------------------------------ *\
|
|
43
39
|
#INPUT TEXT
|
|
44
40
|
\* ------------------------------------ */
|
|
45
41
|
.n7-facet {
|
|
46
|
-
|
|
47
42
|
&__input-text-label {
|
|
48
43
|
display: block;
|
|
49
44
|
font-size: $font-size-s;
|
|
50
45
|
}
|
|
51
|
-
|
|
52
46
|
&__input-text-wrapper {
|
|
53
47
|
position: relative;
|
|
54
48
|
}
|
|
55
|
-
|
|
56
|
-
&__input-text[type="text"] {
|
|
49
|
+
&__input-text[type='text'] {
|
|
57
50
|
width: 100%;
|
|
58
51
|
box-sizing: border-box;
|
|
59
|
-
padding-right: $space*4;
|
|
52
|
+
padding-right: $space * 4;
|
|
60
53
|
}
|
|
61
|
-
|
|
62
54
|
&__input-text-icon {
|
|
63
55
|
position: absolute;
|
|
64
56
|
bottom: 0;
|
|
@@ -68,7 +60,6 @@
|
|
|
68
60
|
}
|
|
69
61
|
}
|
|
70
62
|
|
|
71
|
-
|
|
72
63
|
/* ------------------------------------ *\
|
|
73
64
|
#LIST
|
|
74
65
|
\* ------------------------------------ */
|
|
@@ -78,7 +69,6 @@
|
|
|
78
69
|
padding-right: $space;
|
|
79
70
|
overflow-y: auto;
|
|
80
71
|
}
|
|
81
|
-
|
|
82
72
|
&__input-link {
|
|
83
73
|
display: flex;
|
|
84
74
|
align-items: center;
|
|
@@ -86,26 +76,22 @@
|
|
|
86
76
|
margin-bottom: $space;
|
|
87
77
|
border-bottom: 1px solid $color-border-normal;
|
|
88
78
|
cursor: pointer;
|
|
89
|
-
|
|
90
79
|
&:last-child {
|
|
91
80
|
margin-bottom: 0;
|
|
92
81
|
border-bottom: 0;
|
|
93
82
|
}
|
|
94
83
|
}
|
|
95
|
-
|
|
96
84
|
&__input-link-icon {
|
|
97
85
|
margin-right: $space;
|
|
98
86
|
font-size: $font-size-m;
|
|
99
87
|
}
|
|
100
|
-
|
|
101
88
|
&__input-link-text {
|
|
102
89
|
padding-right: $space;
|
|
103
90
|
font-size: $font-size-m;
|
|
104
91
|
}
|
|
105
|
-
|
|
106
92
|
&__input-link-counter {
|
|
107
93
|
margin-left: auto;
|
|
108
|
-
padding: calc($space/4) calc($space/2);
|
|
94
|
+
padding: calc($space / 4) calc($space / 2);
|
|
109
95
|
border-radius: $border-radius;
|
|
110
96
|
font-size: $font-size-xs;
|
|
111
97
|
color: $color-text-inverse;
|
|
@@ -121,32 +107,29 @@
|
|
|
121
107
|
|
|
122
108
|
/* Active */
|
|
123
109
|
.n7-facet__input-link.is-active {
|
|
124
|
-
|
|
125
|
-
content:
|
|
110
|
+
&::before {
|
|
111
|
+
content: '\e938';
|
|
126
112
|
font-family: 'n7-icon';
|
|
127
113
|
margin-right: $space;
|
|
128
114
|
color: $color-success;
|
|
129
115
|
}
|
|
130
|
-
|
|
131
116
|
.n7-facet__input-link-text {
|
|
132
117
|
font-weight: $font-weight-bold;
|
|
133
118
|
}
|
|
134
119
|
}
|
|
135
120
|
}
|
|
136
121
|
|
|
137
|
-
|
|
138
122
|
/* ------------------------------------ *\
|
|
139
123
|
#SELECT
|
|
140
124
|
\* ------------------------------------ */
|
|
141
125
|
.n7-facet {
|
|
142
126
|
&__section-input-select {
|
|
143
127
|
display: inline-block;
|
|
144
|
-
margin-bottom: calc($space/2);
|
|
128
|
+
margin-bottom: calc($space / 2);
|
|
145
129
|
margin-right: $space;
|
|
146
130
|
}
|
|
147
131
|
}
|
|
148
132
|
|
|
149
|
-
|
|
150
133
|
/* ------------------------------------ *\
|
|
151
134
|
#MEDIA-QUERIES
|
|
152
135
|
\* ------------------------------------ */
|
|
@@ -160,5 +143,5 @@
|
|
|
160
143
|
}
|
|
161
144
|
|
|
162
145
|
/* Retina */
|
|
163
|
-
@media (
|
|
146
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
164
147
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Brief description of the component here.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#FILE-SELECTOR
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
// TODO
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
/* ------------------------------------ *\
|
|
16
15
|
#MEDIA-QUERIES
|
|
17
16
|
\* ------------------------------------ */
|
|
@@ -25,5 +24,5 @@
|
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
/* Retina */
|
|
28
|
-
@media (
|
|
29
|
-
}
|
|
27
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
28
|
+
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-footer {
|
|
11
11
|
background-color: $footer-background-color;
|
|
12
|
-
|
|
13
12
|
&__content {
|
|
14
13
|
display: flex;
|
|
15
14
|
max-width: $page-max-width;
|
|
@@ -17,78 +16,63 @@
|
|
|
17
16
|
margin-left: auto;
|
|
18
17
|
padding: $space * 4 0 $space * 2 0;
|
|
19
18
|
}
|
|
20
|
-
|
|
21
19
|
&__column {
|
|
22
20
|
flex: 1;
|
|
23
|
-
padding: 0 calc($grid-gutter-h/2);
|
|
24
|
-
|
|
21
|
+
padding: 0 calc($grid-gutter-h / 2);
|
|
25
22
|
&:first-of-type {
|
|
26
23
|
padding-left: 0;
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
&:last-of-type {
|
|
30
26
|
padding-right: 0;
|
|
31
27
|
}
|
|
32
28
|
}
|
|
33
|
-
|
|
34
29
|
&__column-nav {
|
|
35
30
|
margin-bottom: $space * 2;
|
|
36
31
|
}
|
|
37
|
-
|
|
38
32
|
&__column-nav-list {
|
|
39
33
|
padding-left: 0;
|
|
40
34
|
list-style: none;
|
|
41
35
|
font-size: $font-size-xs;
|
|
42
36
|
}
|
|
43
|
-
|
|
44
37
|
&__column-nav-item {
|
|
45
|
-
margin-bottom: calc($space/2);
|
|
38
|
+
margin-bottom: calc($space / 2);
|
|
46
39
|
}
|
|
47
|
-
|
|
48
40
|
&__column-nav-list {
|
|
49
41
|
margin: 0;
|
|
50
42
|
text-decoration: underline;
|
|
51
43
|
cursor: pointer;
|
|
52
44
|
}
|
|
53
|
-
|
|
54
45
|
&__column-title {
|
|
55
46
|
margin-bottom: $space;
|
|
56
47
|
font-size: $font-size-s;
|
|
57
48
|
}
|
|
58
|
-
|
|
59
49
|
&__column-text {
|
|
60
50
|
margin-bottom: $space * 2;
|
|
61
51
|
font-size: $font-size-xs;
|
|
62
52
|
}
|
|
63
|
-
|
|
64
53
|
&__column-images {
|
|
65
54
|
margin-bottom: $space * 2;
|
|
66
|
-
|
|
67
55
|
img {
|
|
68
56
|
width: auto;
|
|
69
57
|
height: $footer-image-height;
|
|
70
|
-
margin-right: calc($space/2);
|
|
58
|
+
margin-right: calc($space / 2);
|
|
71
59
|
}
|
|
72
60
|
}
|
|
73
61
|
|
|
74
62
|
/* Select */
|
|
75
63
|
&__column-selects {
|
|
76
64
|
margin-bottom: $space * 2;
|
|
77
|
-
|
|
78
65
|
> * {
|
|
79
66
|
display: block;
|
|
80
67
|
}
|
|
81
|
-
|
|
82
68
|
> *:not(:last-child) {
|
|
83
69
|
margin-bottom: $space;
|
|
84
70
|
}
|
|
85
|
-
|
|
86
71
|
label {
|
|
87
72
|
display: block;
|
|
88
73
|
margin-bottom: $space * 0.5;
|
|
89
74
|
font-size: $font-size-s;
|
|
90
75
|
}
|
|
91
|
-
|
|
92
76
|
.n7-facet__input-select {
|
|
93
77
|
font-size: $font-size-s;
|
|
94
78
|
}
|
|
@@ -102,11 +86,10 @@
|
|
|
102
86
|
.n7-footer {
|
|
103
87
|
&__column {
|
|
104
88
|
&:first-of-type {
|
|
105
|
-
padding-left: calc($grid-gutter-h/2);
|
|
89
|
+
padding-left: calc($grid-gutter-h / 2);
|
|
106
90
|
}
|
|
107
|
-
|
|
108
91
|
&:last-of-type {
|
|
109
|
-
padding-right: calc($grid-gutter-h/2);
|
|
92
|
+
padding-right: calc($grid-gutter-h / 2);
|
|
110
93
|
}
|
|
111
94
|
}
|
|
112
95
|
}
|
|
@@ -120,20 +103,16 @@
|
|
|
120
103
|
&__content {
|
|
121
104
|
flex-flow: column nowrap;
|
|
122
105
|
}
|
|
123
|
-
|
|
124
106
|
&__column {
|
|
125
|
-
padding-bottom: calc($grid-gutter-h/2);
|
|
126
|
-
|
|
107
|
+
padding-bottom: calc($grid-gutter-h / 2);
|
|
127
108
|
&:last-of-type {
|
|
128
109
|
padding-bottom: 0;
|
|
129
110
|
}
|
|
130
111
|
}
|
|
131
|
-
|
|
132
112
|
&__column-nav-list,
|
|
133
113
|
&__column-nav-item {
|
|
134
114
|
margin-bottom: 0;
|
|
135
115
|
}
|
|
136
|
-
|
|
137
116
|
&__column-nav-list {
|
|
138
117
|
margin-top: 0;
|
|
139
118
|
}
|
|
@@ -141,5 +120,5 @@
|
|
|
141
120
|
}
|
|
142
121
|
|
|
143
122
|
/* Retina */
|
|
144
|
-
@media (
|
|
123
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
145
124
|
}
|