@qhealth-design-system/core 1.22.2 → 1.23.0
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/.storybook/assets/image-position-demo-portrait.svg +54 -0
- package/.storybook/assets/image-position-demo.svg +55 -0
- package/.storybook/globals.js +9 -0
- package/.storybook/preview.js +8 -1
- package/CHANGELOG.md +2 -0
- package/README.md +0 -6
- package/package.json +13 -33
- package/src/assets/img/svg-icons.svg +154 -154
- package/src/component-loader.js +11 -2
- package/src/components/_global/css/admin/component.scss +1 -0
- package/src/components/_global/css/btn/component.scss +9 -0
- package/src/components/_global/css/img/image-position-utility-classes.scss +30 -0
- package/src/components/_global/css/img/image-ratio-utility-classes.scss +41 -0
- package/src/components/_global/css/img/images.scss +74 -5
- package/src/components/_global/css/modal/component.scss +1 -0
- package/src/components/_global/js/animate/global.js +272 -294
- package/src/components/_global/js/collapsible.js +3 -3
- package/src/components/_global/js/global.js +304 -316
- package/src/components/_global/js/legacyGlobal.js +63 -0
- package/src/components/_global/js/modal/global.js +218 -223
- package/src/components/_global/js/popover/controller.js +4 -4
- package/src/components/_global/js/tabs/global.js +264 -276
- package/src/components/a-z_listing/js/global.js +106 -92
- package/src/components/accordion/css/component.scss +24 -41
- package/src/components/accordion/html/component.hbs +23 -5
- package/src/components/accordion/js/global.js +5 -10
- package/src/components/basic_search/js/global.js +0 -7
- package/src/components/code/js/global.js +6 -12
- package/src/components/file_upload/js/global.js +1 -5
- package/src/components/internal_navigation/css/component.scss +2 -2
- package/src/components/internal_navigation/html/component.hbs +16 -1
- package/src/components/main_navigation/js/global.js +341 -335
- package/src/components/overflow_menu/css/component.scss +1 -0
- package/src/components/search_box/css/component.scss +0 -1
- package/src/components/tab/js/global.js +5 -10
- package/src/components/toggle_tip/js/global.js +0 -6
- package/src/components/tool_tip/js/global.js +0 -6
- package/src/components/video_player/css/component.scss +27 -9
- package/src/components/video_player/html/component.hbs +32 -6
- package/src/components/video_player/js/global.js +8 -1
- package/src/index.js +4 -0
- package/src/stories/Accordion/accordion.stories.js +1 -0
- package/src/stories/Banner/bannerContained.stories.js +123 -0
- package/src/stories/Flexbox/Flexbox.stories.js +316 -0
- package/src/stories/Image/Image.stories.js +182 -0
- package/src/stories/Templates/ContentPage.stories.js +101 -0
- package/src/stories/Templates/LandingPage.stories.js +193 -0
- package/src/stories/Templates/templateHelpers.js +102 -0
- package/src/stories/VideoPlayer/VideoPlayer.stories.js +16 -0
- package/src/styles/imports/utilities.scss +15 -25
- package/src/styles/imports/variables.scss +26 -0
- package/src/components/_global/html/head.html +0 -22
- package/src/components/_global/html/scripts.html +0 -28
- package/src/components/_global/js/_polyfills/global.js +0 -19
- package/src/components/_template/html/component-page.html +0 -75
- package/src/components/_template/js/global.js +0 -3
- package/src/components/accordion/html/accordion-group.html +0 -163
- package/src/components/accordion/html/default.html +0 -99
- package/src/components/banner_basic/js/global.js +0 -3
- package/src/components/loading_spinner/js/global.js +0 -3
- package/src/components/pagination/html/default.html +0 -39
- package/src/components/search_box/html/component.html +0 -26
- package/src/data/current.json +0 -400
- package/src/data/current_admin.json +0 -305
- package/src/data/model_component.js +0 -14
- package/src/data/site.json +0 -977
- package/src/externals/tinymce_classes.css +0 -62
- package/src/html/component-global-elements.html +0 -2857
- package/src/html/component-horizontal_rule.html +0 -647
- package/src/html/component-internal_navigation.html +0 -583
- package/src/html/component-left_hand_navigation.html +0 -57
- package/src/html/component-main_navigation.html +0 -583
- package/src/html/component-multi_column.html +0 -582
- package/src/html/components.html +0 -354
- package/src/html/home.html +0 -1898
- package/src/html/index.html +0 -129
- package/src/html/inner-with-nav.html +0 -605
- package/src/html/inner.html +0 -618
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
.qhealth__abstract {
|
|
2
|
-
font-size: 24px;
|
|
3
|
-
font-size: 1.5rem;
|
|
4
|
-
line-height: 1.33333;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.qhealth__table {
|
|
8
|
-
font-size: 16px;
|
|
9
|
-
font-size: 1rem;
|
|
10
|
-
line-height: 1.5;
|
|
11
|
-
font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
|
12
|
-
width: 100%;
|
|
13
|
-
border-collapse: collapse;
|
|
14
|
-
border-spacing: 0;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.qhealth__table .qhealth__table__head {
|
|
18
|
-
display: table-header-group;
|
|
19
|
-
border-bottom: 4px solid #393939;
|
|
20
|
-
border-bottom: 0.25rem solid #393939;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.qhealth__table .qhealth__table__row {
|
|
24
|
-
display: table-row;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.qhealth__table.qhealth__table--striped .qhealth__table__body .qhealth__table__row:nth-last-child(odd) {
|
|
28
|
-
background-color: #f8f7f8;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.qhealth__table .qhealth__table__header {
|
|
32
|
-
padding: 12px;
|
|
33
|
-
padding: 0.75rem;
|
|
34
|
-
text-align: left;
|
|
35
|
-
border-bottom: 1px solid #393939;
|
|
36
|
-
font-weight: bold;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.qhealth__table .qhealth__table__head .qhealth__table__header {
|
|
40
|
-
text-align: left;
|
|
41
|
-
padding: 12px;
|
|
42
|
-
padding: 0.75rem;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.qhealth__table .qhealth__table__body {
|
|
46
|
-
display: table-row-group;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.qhealth__table .qhealth__table__row {
|
|
50
|
-
display: table-row;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.qhealth__table.qhealth__table--striped .qhealth__table__body .qhealth__table__row:nth-last-child(odd) {
|
|
54
|
-
background-color: #f8f7f8;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.qhealth__table .qhealth__table__cell {
|
|
58
|
-
padding: 12px;
|
|
59
|
-
padding: 0.75rem;
|
|
60
|
-
text-align: left;
|
|
61
|
-
border-bottom: 1px solid #393939;
|
|
62
|
-
}
|