@net7/components 3.0.2-rc.2
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 +24 -0
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +25 -0
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +100 -0
- package/esm2020/lib/components/alert/alert.mjs +24 -0
- package/esm2020/lib/components/alert/alert.mock.mjs +11 -0
- package/esm2020/lib/components/anchor-wrapper/anchor-wrapper.mjs +35 -0
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mjs +25 -0
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mock.mjs +25 -0
- package/esm2020/lib/components/bubble-chart/bubble-chart.mjs +315 -0
- package/esm2020/lib/components/bubble-chart/bubble-chart.mock.mjs +4025 -0
- package/esm2020/lib/components/carousel/carousel.mjs +89 -0
- package/esm2020/lib/components/carousel/carousel.mock.mjs +135 -0
- package/esm2020/lib/components/chart/chart.mjs +37 -0
- package/esm2020/lib/components/chart/chart.mock.mjs +112 -0
- package/esm2020/lib/components/content-placeholder/content-placeholder.mjs +17 -0
- package/esm2020/lib/components/content-placeholder/content-placeholder.mock.mjs +13 -0
- package/esm2020/lib/components/data-widget/data-widget.mjs +29 -0
- package/esm2020/lib/components/data-widget/data-widget.mock.mjs +13 -0
- package/esm2020/lib/components/datepicker/datepicker.mjs +44 -0
- package/esm2020/lib/components/datepicker/datepicker.mock.mjs +8 -0
- package/esm2020/lib/components/facet/facet.mjs +24 -0
- package/esm2020/lib/components/facet/facet.mock.mjs +103 -0
- package/esm2020/lib/components/facet-header/facet-header.mjs +24 -0
- package/esm2020/lib/components/facet-header/facet-header.mock.mjs +9 -0
- package/esm2020/lib/components/facet-year-range/facet-year-range.mjs +53 -0
- package/esm2020/lib/components/facet-year-range/facet-year-range.mock.mjs +30 -0
- package/esm2020/lib/components/footer/footer.mjs +25 -0
- package/esm2020/lib/components/footer/footer.mock.mjs +48 -0
- package/esm2020/lib/components/header/header.mjs +51 -0
- package/esm2020/lib/components/header/header.mock.mjs +83 -0
- package/esm2020/lib/components/hero/hero.mjs +41 -0
- package/esm2020/lib/components/hero/hero.mock.mjs +25 -0
- package/esm2020/lib/components/histogram-range/histogram-range.mjs +376 -0
- package/esm2020/lib/components/histogram-range/histogram-range.mock.mjs +243 -0
- package/esm2020/lib/components/image-viewer/image-viewer.mjs +55 -0
- package/esm2020/lib/components/image-viewer/image-viewer.mock.mjs +25 -0
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mjs +28 -0
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +54 -0
- package/esm2020/lib/components/inner-title/inner-title.mjs +40 -0
- package/esm2020/lib/components/inner-title/inner-title.mock.mjs +52 -0
- package/esm2020/lib/components/input-checkbox/input-checkbox.mjs +24 -0
- package/esm2020/lib/components/input-checkbox/input-checkbox.mock.mjs +25 -0
- package/esm2020/lib/components/input-link/input-link.mjs +24 -0
- package/esm2020/lib/components/input-link/input-link.mock.mjs +38 -0
- package/esm2020/lib/components/input-select/input-select.mjs +24 -0
- package/esm2020/lib/components/input-select/input-select.mock.mjs +12 -0
- package/esm2020/lib/components/input-text/input-text.mjs +24 -0
- package/esm2020/lib/components/input-text/input-text.mock.mjs +13 -0
- package/esm2020/lib/components/item-preview/item-preview.mjs +25 -0
- package/esm2020/lib/components/item-preview/item-preview.mock.mjs +43 -0
- package/esm2020/lib/components/loader/loader.mjs +16 -0
- package/esm2020/lib/components/loader/loader.mock.mjs +4 -0
- package/esm2020/lib/components/map/map.mjs +64 -0
- package/esm2020/lib/components/map/map.mock.mjs +25 -0
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mjs +19 -0
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mock.mjs +74 -0
- package/esm2020/lib/components/nav/nav.mjs +22 -0
- package/esm2020/lib/components/nav/nav.mock.mjs +29 -0
- package/esm2020/lib/components/pagination/pagination.mjs +31 -0
- package/esm2020/lib/components/pagination/pagination.mock.mjs +23 -0
- package/esm2020/lib/components/progress-line/progress-line.mjs +19 -0
- package/esm2020/lib/components/progress-line/progress-line.mock.mjs +5 -0
- package/esm2020/lib/components/sidebar-header/sidebar-header.mjs +24 -0
- package/esm2020/lib/components/sidebar-header/sidebar-header.mock.mjs +9 -0
- package/esm2020/lib/components/signup/signup.mjs +44 -0
- package/esm2020/lib/components/signup/signup.mock.mjs +106 -0
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mjs +25 -0
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +15 -0
- package/esm2020/lib/components/table/table.mjs +35 -0
- package/esm2020/lib/components/table/table.mock.mjs +152 -0
- package/esm2020/lib/components/tag/tag.mjs +24 -0
- package/esm2020/lib/components/tag/tag.mock.mjs +8 -0
- package/esm2020/lib/components/text-viewer/text-viewer.mjs +37 -0
- package/esm2020/lib/components/text-viewer/text-viewer.mock.mjs +39 -0
- package/esm2020/lib/components/timeline/timeline.mjs +51 -0
- package/esm2020/lib/components/timeline/timeline.mock.mjs +137 -0
- package/esm2020/lib/components/toast/toast.mjs +24 -0
- package/esm2020/lib/components/toast/toast.mock.mjs +47 -0
- package/esm2020/lib/components/tooltip-content/tooltip-content.mjs +25 -0
- package/esm2020/lib/components/tooltip-content/tooltip-content.mock.mjs +19 -0
- package/esm2020/lib/components/tree/tree.mjs +25 -0
- package/esm2020/lib/components/tree/tree.mock.mjs +274 -0
- package/esm2020/lib/components/wizard/wizard.mjs +24 -0
- package/esm2020/lib/components/wizard/wizard.mock.mjs +29 -0
- package/esm2020/lib/dv-components-lib.module.mjs +191 -0
- package/esm2020/lib/shared-interfaces.mjs +2 -0
- package/esm2020/net7-components.mjs +5 -0
- package/esm2020/public-api.mjs +93 -0
- package/fesm2015/net7-components.mjs +8154 -0
- package/fesm2015/net7-components.mjs.map +1 -0
- package/fesm2020/net7-components.mjs +8168 -0
- package/fesm2020/net7-components.mjs.map +1 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.d.ts +57 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.mock.d.ts +2 -0
- package/lib/components/alert/alert.d.ts +46 -0
- package/lib/components/alert/alert.mock.d.ts +2 -0
- package/lib/components/anchor-wrapper/anchor-wrapper.d.ts +16 -0
- package/lib/components/breadcrumbs/breadcrumbs.d.ts +50 -0
- package/lib/components/breadcrumbs/breadcrumbs.mock.d.ts +2 -0
- package/lib/components/bubble-chart/bubble-chart.d.ts +108 -0
- package/lib/components/bubble-chart/bubble-chart.mock.d.ts +2 -0
- package/lib/components/carousel/carousel.d.ts +166 -0
- package/lib/components/carousel/carousel.mock.d.ts +2 -0
- package/lib/components/chart/chart.d.ts +46 -0
- package/lib/components/chart/chart.mock.d.ts +2 -0
- package/lib/components/content-placeholder/content-placeholder.d.ts +28 -0
- package/lib/components/content-placeholder/content-placeholder.mock.d.ts +2 -0
- package/lib/components/data-widget/data-widget.d.ts +50 -0
- package/lib/components/data-widget/data-widget.mock.d.ts +2 -0
- package/lib/components/datepicker/datepicker.d.ts +43 -0
- package/lib/components/datepicker/datepicker.mock.d.ts +2 -0
- package/lib/components/facet/facet.d.ts +129 -0
- package/lib/components/facet/facet.mock.d.ts +2 -0
- package/lib/components/facet-header/facet-header.d.ts +44 -0
- package/lib/components/facet-header/facet-header.mock.d.ts +2 -0
- package/lib/components/facet-year-range/facet-year-range.d.ts +83 -0
- package/lib/components/facet-year-range/facet-year-range.mock.d.ts +2 -0
- package/lib/components/footer/footer.d.ts +118 -0
- package/lib/components/footer/footer.mock.d.ts +2 -0
- package/lib/components/header/header.d.ts +281 -0
- package/lib/components/header/header.mock.d.ts +2 -0
- package/lib/components/hero/hero.d.ts +75 -0
- package/lib/components/hero/hero.mock.d.ts +2 -0
- package/lib/components/histogram-range/histogram-range.d.ts +113 -0
- package/lib/components/histogram-range/histogram-range.mock.d.ts +2 -0
- package/lib/components/image-viewer/image-viewer.d.ts +61 -0
- package/lib/components/image-viewer/image-viewer.mock.d.ts +2 -0
- package/lib/components/image-viewer-tools/image-viewer-tools.d.ts +116 -0
- package/lib/components/image-viewer-tools/image-viewer-tools.mock.d.ts +2 -0
- package/lib/components/inner-title/inner-title.d.ts +61 -0
- package/lib/components/inner-title/inner-title.mock.d.ts +2 -0
- package/lib/components/input-checkbox/input-checkbox.d.ts +67 -0
- package/lib/components/input-checkbox/input-checkbox.mock.d.ts +2 -0
- package/lib/components/input-link/input-link.d.ts +54 -0
- package/lib/components/input-link/input-link.mock.d.ts +2 -0
- package/lib/components/input-select/input-select.d.ts +67 -0
- package/lib/components/input-select/input-select.mock.d.ts +2 -0
- package/lib/components/input-text/input-text.d.ts +81 -0
- package/lib/components/input-text/input-text.mock.d.ts +2 -0
- package/lib/components/item-preview/item-preview.d.ts +93 -0
- package/lib/components/item-preview/item-preview.mock.d.ts +2 -0
- package/lib/components/loader/loader.d.ts +22 -0
- package/lib/components/loader/loader.mock.d.ts +2 -0
- package/lib/components/map/map.d.ts +69 -0
- package/lib/components/map/map.mock.d.ts +2 -0
- package/lib/components/metadata-viewer/metadata-viewer.d.ts +65 -0
- package/lib/components/metadata-viewer/metadata-viewer.mock.d.ts +8 -0
- package/lib/components/nav/nav.d.ts +66 -0
- package/lib/components/nav/nav.mock.d.ts +2 -0
- package/lib/components/pagination/pagination.d.ts +94 -0
- package/lib/components/pagination/pagination.mock.d.ts +2 -0
- package/lib/components/progress-line/progress-line.d.ts +23 -0
- package/lib/components/progress-line/progress-line.mock.d.ts +2 -0
- package/lib/components/sidebar-header/sidebar-header.d.ts +44 -0
- package/lib/components/sidebar-header/sidebar-header.mock.d.ts +2 -0
- package/lib/components/signup/signup.d.ts +109 -0
- package/lib/components/signup/signup.mock.d.ts +2 -0
- package/lib/components/simple-autocomplete/simple-autocomplete.d.ts +40 -0
- package/lib/components/simple-autocomplete/simple-autocomplete.mock.d.ts +2 -0
- package/lib/components/table/table.d.ts +89 -0
- package/lib/components/table/table.mock.d.ts +2 -0
- package/lib/components/tag/tag.d.ts +45 -0
- package/lib/components/tag/tag.mock.d.ts +2 -0
- package/lib/components/text-viewer/text-viewer.d.ts +34 -0
- package/lib/components/text-viewer/text-viewer.mock.d.ts +2 -0
- package/lib/components/timeline/timeline.d.ts +30 -0
- package/lib/components/timeline/timeline.mock.d.ts +2 -0
- package/lib/components/toast/toast.d.ts +84 -0
- package/lib/components/toast/toast.mock.d.ts +2 -0
- package/lib/components/tooltip-content/tooltip-content.d.ts +24 -0
- package/lib/components/tooltip-content/tooltip-content.mock.d.ts +2 -0
- package/lib/components/tree/tree.d.ts +79 -0
- package/lib/components/tree/tree.mock.d.ts +2 -0
- package/lib/components/wizard/wizard.d.ts +57 -0
- package/lib/components/wizard/wizard.mock.d.ts +2 -0
- package/lib/dv-components-lib.module.d.ts +50 -0
- package/lib/shared-interfaces.d.ts +60 -0
- package/net7-components.d.ts +5 -0
- package/package.json +44 -0
- package/public-api.d.ts +85 -0
- package/src/lib/styles/_imports.scss +77 -0
- package/src/lib/styles/atoms/_button.scss +205 -0
- package/src/lib/styles/components/_advanced-autocomplete.scss +190 -0
- package/src/lib/styles/components/_alert.scss +115 -0
- package/src/lib/styles/components/_anchor-wrapper.scss +29 -0
- package/src/lib/styles/components/_breadcrumbs.scss +99 -0
- package/src/lib/styles/components/_bubble-chart.scss +33 -0
- package/src/lib/styles/components/_carousel.scss +184 -0
- package/src/lib/styles/components/_chart.scss +28 -0
- package/src/lib/styles/components/_content-placeholder.scss +74 -0
- package/src/lib/styles/components/_data-widget.scss +93 -0
- package/src/lib/styles/components/_datepicker.scss +29 -0
- package/src/lib/styles/components/_facet-header.scss +58 -0
- package/src/lib/styles/components/_facet-year-range.scss +63 -0
- package/src/lib/styles/components/_facet.scss +164 -0
- package/src/lib/styles/components/_footer.scss +116 -0
- package/src/lib/styles/components/_header.scss +474 -0
- package/src/lib/styles/components/_hero.scss +207 -0
- package/src/lib/styles/components/_histogram-range.scss +36 -0
- package/src/lib/styles/components/_image-viewer-tools.scss +225 -0
- package/src/lib/styles/components/_image-viewer.scss +173 -0
- package/src/lib/styles/components/_inner-title.scss +161 -0
- package/src/lib/styles/components/_input-checkbox.scss +50 -0
- package/src/lib/styles/components/_input-link.scss +78 -0
- package/src/lib/styles/components/_input-select.scss +25 -0
- package/src/lib/styles/components/_input-text.scss +53 -0
- package/src/lib/styles/components/_item-preview.scss +218 -0
- package/src/lib/styles/components/_loader.scss +54 -0
- package/src/lib/styles/components/_map.scss +31 -0
- package/src/lib/styles/components/_metadata-viewer.scss +52 -0
- package/src/lib/styles/components/_nav.scss +57 -0
- package/src/lib/styles/components/_pagination.scss +170 -0
- package/src/lib/styles/components/_progress-line.scss +53 -0
- package/src/lib/styles/components/_sidebar-header.scss +69 -0
- package/src/lib/styles/components/_signup.scss +157 -0
- package/src/lib/styles/components/_simple-autocomplete.scss +60 -0
- package/src/lib/styles/components/_table.scss +129 -0
- package/src/lib/styles/components/_tag.scss +51 -0
- package/src/lib/styles/components/_text-viewer.scss +446 -0
- package/src/lib/styles/components/_timeline.scss +29 -0
- package/src/lib/styles/components/_toast.scss +99 -0
- package/src/lib/styles/components/_tooltip-content.scss +29 -0
- package/src/lib/styles/components/_tree.scss +208 -0
- package/src/lib/styles/components/_wizard.scss +150 -0
- package/src/lib/styles/generic/_color_scheme.scss +27 -0
- package/src/lib/styles/generic/_mixins.scss +81 -0
- package/src/lib/styles/generic/_variables.scss +385 -0
- package/src/lib/styles/global/_forms.scss +122 -0
- package/src/lib/styles/global/_global.scss +46 -0
- package/src/lib/styles/global/_normalize.scss +433 -0
- package/src/lib/styles/global/_typography.scss +88 -0
- package/src/lib/styles/utilities/_grids.scss +361 -0
|
@@ -0,0 +1,446 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TEXT-VIEWER
|
|
3
|
+
*
|
|
4
|
+
* Brief description of the component here.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* ------------------------------------ *\
|
|
8
|
+
#WEB COMPONENTS STYLING
|
|
9
|
+
\* ------------------------------------ */
|
|
10
|
+
.n7-text-viewer {
|
|
11
|
+
pb-page {
|
|
12
|
+
--pb-base-font-family: 'Roboto', 'Noto', sans-serif;
|
|
13
|
+
--pb-base-font-size: 16px;
|
|
14
|
+
--pb-base-line-height: 1.42857143;
|
|
15
|
+
--pb-base-font-weight: 300;
|
|
16
|
+
--pb-base-font: var(--pb-base-font-weight) var(--pb-base-font-size)/var(--pb-base-line-height) var(--pb-base-font-family);
|
|
17
|
+
--pb-serif-font-family: "Junicode", Georgia, "Times New Roman", serif;
|
|
18
|
+
--pb-content-font-family: var(--pb-serif-font-family);
|
|
19
|
+
--pb-content-font-size: 20px;
|
|
20
|
+
--pb-heading-font-family: "Oswald", Verdana, "Helvetica", sans-serif;
|
|
21
|
+
--pb-heading-font-weight: 400 !important;
|
|
22
|
+
--pb-heading-line-height: 1.2;
|
|
23
|
+
--pb-breadcrumbs-font-size: 18px;
|
|
24
|
+
--pb-color-primary: #303030;
|
|
25
|
+
--pb-color-inverse: #f0f0f0;
|
|
26
|
+
--pb-color-lighter: #35424b;
|
|
27
|
+
--pb-color-focus: #f6a623;
|
|
28
|
+
--pb-header-background-image: none;
|
|
29
|
+
--pb-drawer-background-color: var(--pb-color-inverse);
|
|
30
|
+
--pb-menubar-background-color: #35424b;
|
|
31
|
+
--pb-menubar-background-image: none;
|
|
32
|
+
--pb-menubar-color: var(--pb-color-inverse);
|
|
33
|
+
--pb-toolbar-background-color: #d1dae0;
|
|
34
|
+
--pb-toolbar-background-image: none;
|
|
35
|
+
--pb-toolbar-color: var(--pb-color-primary);
|
|
36
|
+
--paper-tooltip-delay-in: 200;
|
|
37
|
+
--pb-footnote-font-size: 13px;
|
|
38
|
+
--pb-footnote-font-family: var(--pb-content-font-family);
|
|
39
|
+
--pb-footnote-font-weight: var(--pb-content-font-weight);
|
|
40
|
+
--pb-footnote-color: #303030;
|
|
41
|
+
--pb-footnote-padding: 0 0 0 .25em;
|
|
42
|
+
--pb-popover-theme: "light-border";
|
|
43
|
+
--pb-popover-max-width: 480px;
|
|
44
|
+
--pb-popover-font-size: 16px;
|
|
45
|
+
--pb-popover-line-height: 1.2;
|
|
46
|
+
--pb-popover-placement: "bottom";
|
|
47
|
+
--pb-popover-fallback-placement: "top right left";
|
|
48
|
+
--pb-lang-input-color: var(--pb-color-inverse);
|
|
49
|
+
--pb-lang-label-color: var(--pb-color-inverse);
|
|
50
|
+
--pb-link-color: black;
|
|
51
|
+
--pb-link-font-family: var(--pb-serif-font-family);
|
|
52
|
+
--pb-highlight-color: #f9e976;
|
|
53
|
+
--paper-input-container-focus-color: var(--pb-color-focus);
|
|
54
|
+
--pb-view-max-width: 920px;
|
|
55
|
+
font: var(--pb-base-font);
|
|
56
|
+
color: var(--pb-color-primary);
|
|
57
|
+
margin: 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
*:focus {
|
|
61
|
+
outline: none;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.splash {
|
|
65
|
+
position: fixed;
|
|
66
|
+
top: 0;
|
|
67
|
+
bottom: 0;
|
|
68
|
+
left: 0;
|
|
69
|
+
right: 0;
|
|
70
|
+
visibility: hidden;
|
|
71
|
+
opacity: 0;
|
|
72
|
+
background-image: var(--pb-splash-image);
|
|
73
|
+
background-color: #ffffff;
|
|
74
|
+
background-position: center center;
|
|
75
|
+
background-size: var(--pb-splash-image-size);
|
|
76
|
+
background-repeat: no-repeat;
|
|
77
|
+
transition: visibility 0s linear 300ms, opacity 300ms;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
pb-page[unresolved]~.splash {
|
|
81
|
+
visibility: visible;
|
|
82
|
+
opacity: 1;
|
|
83
|
+
transition: visibility 0s linear 0s, opacity 300ms;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
app-header {
|
|
87
|
+
background-image: var(--pb-header-background-image);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
app-toolbar {
|
|
91
|
+
--app-toolbar-font-size: 16px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
app-toolbar pb-search {
|
|
95
|
+
--pb-search-label-color: var(--pb-color-inverse);
|
|
96
|
+
--pb-search-input-color: var(--pb-color-inverse);
|
|
97
|
+
--pb-search-focus-color: var(--paper-orange-500);
|
|
98
|
+
padding-left: 20px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
app-drawer {
|
|
102
|
+
--pb-lang-item-color: black;
|
|
103
|
+
--pb-lang-input-color: black;
|
|
104
|
+
--pb-lang-label-color: var(--paper-grey-600);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.drawer-content {
|
|
108
|
+
overflow: auto;
|
|
109
|
+
height: 100%;
|
|
110
|
+
padding: 8px 10px;
|
|
111
|
+
text-align: left;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.drawer-content pb-collapse h3 {
|
|
115
|
+
margin-bottom: 0;
|
|
116
|
+
margin-top: 0;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.drawer-content paper-listbox {
|
|
120
|
+
margin: 0;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
app-drawer .settings, app-drawer pb-collapse {
|
|
124
|
+
display: flex;
|
|
125
|
+
flex-direction: column;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
app-drawer paper-listbox {
|
|
129
|
+
width: 100%;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
app-drawer a, app-drawer a:link {
|
|
133
|
+
text-decoration: none;
|
|
134
|
+
color: inherit;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.toggle {
|
|
138
|
+
color: inherit;
|
|
139
|
+
font-weight: inherit;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
app-drawer-layout:not([narrow]) [drawer-toggle] {
|
|
143
|
+
display: none;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.caveat-content {
|
|
147
|
+
overflow: auto;
|
|
148
|
+
height: 100%;
|
|
149
|
+
padding: 8px 10px;
|
|
150
|
+
text-align: left;
|
|
151
|
+
font-size: smaller;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.toolbar {
|
|
155
|
+
justify-content: space-between;
|
|
156
|
+
background-image: var(--pb-toolbar-background-image);
|
|
157
|
+
background-color: var(--pb-toolbar-background-color);
|
|
158
|
+
color: var(--pb-toolbar-color);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
[drawer-toggle] {
|
|
162
|
+
padding-right: 0;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.menubar {
|
|
166
|
+
justify-content: space-between;
|
|
167
|
+
background-image: var(--pb-menubar-background-image);
|
|
168
|
+
background-color: var(--pb-menubar-background-color);
|
|
169
|
+
color: var(--pb-menubar-color);
|
|
170
|
+
--pb-search-suggestions-color: var(--pb-color-primary);
|
|
171
|
+
--pb-search-suggestions-background: white;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.menubar pb-media-query {
|
|
175
|
+
flex: 1 0;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.menubar a, .menubar paper-menu-button {
|
|
179
|
+
margin: auto 8px;
|
|
180
|
+
display: block;
|
|
181
|
+
color: white;
|
|
182
|
+
text-decoration: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.menubar .logo {
|
|
186
|
+
margin: 0 16px 0 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.menubar .gitlab {
|
|
190
|
+
margin-left: 16px;
|
|
191
|
+
margin-right: 16px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.menubar .gitlab img {
|
|
195
|
+
height: 32px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.hidden {
|
|
199
|
+
display: none;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.menubar pb-login {}
|
|
203
|
+
|
|
204
|
+
.menubar pb-lang {
|
|
205
|
+
text-align: right;
|
|
206
|
+
flex: 1 0;
|
|
207
|
+
--pb-lang-item-color: white;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.menubar paper-item a {
|
|
211
|
+
color: black;
|
|
212
|
+
margin: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
[main-title] {
|
|
216
|
+
display: inline-block;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.logo img {
|
|
220
|
+
width: 140px;
|
|
221
|
+
height: 60px;
|
|
222
|
+
background-size: 100% 100%;
|
|
223
|
+
cursor: pointer;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
pb-progress {
|
|
227
|
+
width: 100%;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
pb-view-type {
|
|
231
|
+
font-size: .75em;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
@media (max-width: 768px) {
|
|
235
|
+
#downloadDialog {
|
|
236
|
+
width: 100%;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@media (min-width: 769px) {
|
|
241
|
+
#downloadDialog {
|
|
242
|
+
width: 50%;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.breadcrumbs {
|
|
247
|
+
margin: 10px 0 0 20px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
pb-view {
|
|
251
|
+
font-family: var(--pb-content-font-family);
|
|
252
|
+
font-size: var(--pb-content-font-size);
|
|
253
|
+
margin: 0 16px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.breadcrumbs pb-view {
|
|
257
|
+
font-weight: 400;
|
|
258
|
+
font-size: var(--pb-breadcrumbs-font-size);
|
|
259
|
+
max-width: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@media (min-width: 769px) {
|
|
263
|
+
pb-view {
|
|
264
|
+
max-width: var(--pb-view-max-width);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
pb-popover {
|
|
269
|
+
text-align: left !important;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
h1, h2, h3, h4, h5, h6 {
|
|
273
|
+
font-family: var(--pb-heading-font-family);
|
|
274
|
+
font-weight: var(--pb-heading-font-weight);
|
|
275
|
+
line-height: var(--pb-heading-line-height);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
pb-drawer {
|
|
279
|
+
// top: 231px;
|
|
280
|
+
background-color: var(--pb-drawer-background-color);
|
|
281
|
+
overflow: auto;
|
|
282
|
+
height: calc(100vh - 217px);
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
pb-drawer a {
|
|
286
|
+
color: var(--pb-link-color);
|
|
287
|
+
text-decoration: var(--pb-link-text-decoration);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.toc ul {
|
|
291
|
+
list-style-type: none;
|
|
292
|
+
margin: 0;
|
|
293
|
+
padding: 0;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.toc ul ul {
|
|
297
|
+
margin-left: 28px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.toc li {
|
|
301
|
+
margin-bottom: .5em;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.toc li:first-child {
|
|
305
|
+
margin-top: .5em;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.toc pb-link {
|
|
309
|
+
display: block;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.toc li>pb-link {
|
|
313
|
+
margin-left: 28px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.toc pb-link {
|
|
317
|
+
font-family: var(--pb-link-font-family);
|
|
318
|
+
padding: 4px 8px;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.toc pb-link a {
|
|
322
|
+
color: var(--pb-link-color);
|
|
323
|
+
text-decoration: var(--pb-link-text-decoration);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.toc h1, .toc h2, .toc h3, .toc h4, .toc h5 {
|
|
327
|
+
font-family: var(--pb-link-font-family);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.toc [slot=collapse-trigger] pb-link {
|
|
331
|
+
margin-left: 0px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.version {
|
|
335
|
+
text-align: right;
|
|
336
|
+
font-size: 0.85em;
|
|
337
|
+
padding: 1em;
|
|
338
|
+
color: var(--pb-color-lighter);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.version span {
|
|
342
|
+
font-weight: bold;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
//
|
|
346
|
+
|
|
347
|
+
@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto&display=swap");
|
|
348
|
+
|
|
349
|
+
pb-page {
|
|
350
|
+
// margin: 10px 20px;
|
|
351
|
+
font-size: 16px;
|
|
352
|
+
font-family: "Roboto", "Noto", sans - serif;
|
|
353
|
+
line-height: 1.42857;
|
|
354
|
+
font-weight: 300;
|
|
355
|
+
color: #333333;
|
|
356
|
+
|
|
357
|
+
--paper-tooltip-delay-in: 200;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
main {
|
|
361
|
+
height: 70vh;
|
|
362
|
+
overflow: auto;
|
|
363
|
+
display: flex;
|
|
364
|
+
justify-content: space-between;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
pb-view {
|
|
368
|
+
flex: 1 0;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
pb-facsimile {
|
|
372
|
+
flex: 1 1;
|
|
373
|
+
max-width: 50vw;
|
|
374
|
+
--pb-facsimile-height: 100%;
|
|
375
|
+
margin-right: 20px;
|
|
376
|
+
background-color: #333333;
|
|
377
|
+
// position: static;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
pb-navigation[disabled] {
|
|
381
|
+
display: block;
|
|
382
|
+
visibility: hidden;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
pb-navigation[direction="forward"] {
|
|
386
|
+
float: right;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
pb-view {
|
|
390
|
+
flex: 1 1;
|
|
391
|
+
max-width: 60vw;
|
|
392
|
+
margin: 0 16px;
|
|
393
|
+
max-height: var(--pb-view-height);
|
|
394
|
+
overflow: auto;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
//
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
.content-body {
|
|
402
|
+
position: relative;
|
|
403
|
+
display: flex;
|
|
404
|
+
justify-content: center;
|
|
405
|
+
padding: 0 20px;
|
|
406
|
+
z-index: -1;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.content-body pb-navigation {
|
|
410
|
+
position: fixed;
|
|
411
|
+
bottom: 45%;
|
|
412
|
+
--paper-fab-background: #35424b;
|
|
413
|
+
color: white;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.content-body pb-navigation[direction=backward] {
|
|
417
|
+
left: 20px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.content-body pb-navigation[direction=forward] {
|
|
421
|
+
right: 20px;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
@media (max-width: 769px) {
|
|
425
|
+
.content-body pb-navigation {
|
|
426
|
+
display: none;
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
/* ------------------------------------ *\
|
|
433
|
+
#MEDIA-QUERIES
|
|
434
|
+
\* ------------------------------------ */
|
|
435
|
+
@media all and (max-width: $breakpoint-laptop) {
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* Retina */
|
|
445
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
446
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TIMELINE
|
|
3
|
+
*
|
|
4
|
+
* Brief description of the component here.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* ------------------------------------ *\
|
|
8
|
+
#TIMELINE
|
|
9
|
+
\* ------------------------------------ */
|
|
10
|
+
.n7-timeline {
|
|
11
|
+
// TODO
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/* ------------------------------------ *\
|
|
16
|
+
#MEDIA-QUERIES
|
|
17
|
+
\* ------------------------------------ */
|
|
18
|
+
@media all and (max-width: $breakpoint-laptop) {
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* Retina */
|
|
28
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
29
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TOAST
|
|
3
|
+
*
|
|
4
|
+
* Component used to display alerts on the bottom left of the application.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* ------------------------------------ *\
|
|
8
|
+
#TOAST
|
|
9
|
+
\* ------------------------------------ */
|
|
10
|
+
.n7-toast {
|
|
11
|
+
position: fixed;
|
|
12
|
+
bottom: $space*2;
|
|
13
|
+
left: $space*2;
|
|
14
|
+
|
|
15
|
+
&__box {
|
|
16
|
+
max-width: $toast-max-width;
|
|
17
|
+
padding: $space $space 0 $space;
|
|
18
|
+
margin-top: $space;
|
|
19
|
+
background-color: $toast-background-color;
|
|
20
|
+
border: $toast-border-size solid $toast-border-color;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&__title {
|
|
24
|
+
display: block;
|
|
25
|
+
padding-bottom: $space;
|
|
26
|
+
font-size: $font-size-m;
|
|
27
|
+
color: $toast-title-color;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&__text {
|
|
31
|
+
display: block;
|
|
32
|
+
padding-bottom: $space;
|
|
33
|
+
font-size: $font-size-s;
|
|
34
|
+
color: $toast-text-color;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
/* ------------------------------------ *\
|
|
40
|
+
#WITH-ACTIONS
|
|
41
|
+
\* ------------------------------------ */
|
|
42
|
+
.n7-toast__box.has-actions {
|
|
43
|
+
position: relative;
|
|
44
|
+
display: flex;
|
|
45
|
+
// display: grid;
|
|
46
|
+
// grid-template-columns: auto minmax(20px, auto);
|
|
47
|
+
// grid-column-gap: $space;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.n7-toast__actions {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
justify-content: flex-end;
|
|
54
|
+
flex: 1 0 auto;
|
|
55
|
+
min-width: 20px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.n7-toast__action-content {
|
|
59
|
+
flex: 1;
|
|
60
|
+
margin-right: $space;
|
|
61
|
+
|
|
62
|
+
.n7-toast__action-button {
|
|
63
|
+
margin-left: calc($space/2);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&:first-child {
|
|
67
|
+
.n7-toast__action-button {
|
|
68
|
+
margin-left: 0;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.n7-toast__closeIcon {
|
|
74
|
+
position: absolute;
|
|
75
|
+
top: $space;
|
|
76
|
+
right: $space;
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
|
|
79
|
+
&:hover {
|
|
80
|
+
color: $color-text-link;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
/* ------------------------------------ *\
|
|
86
|
+
#MEDIA-QUERIES
|
|
87
|
+
\* ------------------------------------ */
|
|
88
|
+
@media all and (max-width: $breakpoint-laptop) {
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/* Retina */
|
|
98
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
99
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TOOLTIP-CONTENT
|
|
3
|
+
*
|
|
4
|
+
* Brief description of the component here.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* ------------------------------------ *\
|
|
8
|
+
#TOOLTIP-CONTENT
|
|
9
|
+
\* ------------------------------------ */
|
|
10
|
+
.n7-tooltip-content {
|
|
11
|
+
// TODO
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/* ------------------------------------ *\
|
|
16
|
+
#MEDIA-QUERIES
|
|
17
|
+
\* ------------------------------------ */
|
|
18
|
+
@media all and (max-width: $breakpoint-laptop) {
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* Retina */
|
|
28
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
29
|
+
}
|