@linzjs/lui 18.0.0 → 18.1.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/CHANGELOG.md +637 -4
- package/README.md +3 -2
- package/dist/assets/icons/add_adopt.svg +1 -1
- package/dist/assets/icons/added_to_list.svg +1 -0
- package/dist/assets/icons/alias.svg +1 -0
- package/dist/assets/icons/alias_unselected.svg +1 -0
- package/dist/assets/icons/apps.svg +1 -1
- package/dist/assets/icons/arrow_drop_right.svg +1 -1
- package/dist/assets/icons/attachment.svg +1 -1
- package/dist/assets/icons/auth_and_instruct.svg +1 -1
- package/dist/assets/icons/balance_parcel.svg +1 -1
- package/dist/assets/icons/blocked.svg +1 -1
- package/dist/assets/icons/cancel_clear.svg +1 -1
- package/dist/assets/icons/cancel_outline.svg +1 -0
- package/dist/assets/icons/cart_view.svg +1 -0
- package/dist/assets/icons/certify_and_sign.svg +1 -1
- package/dist/assets/icons/change_password.svg +1 -1
- package/dist/assets/icons/close_list.svg +1 -0
- package/dist/assets/icons/control_point.svg +1 -1
- package/dist/assets/icons/copy.svg +1 -1
- package/dist/assets/icons/create_new_list.svg +1 -0
- package/dist/assets/icons/csv_file.svg +1 -0
- package/dist/assets/icons/data_display_threshold.svg +1 -0
- package/dist/assets/icons/dealings.svg +1 -1
- package/dist/assets/icons/delete_forever.svg +1 -0
- package/dist/assets/icons/dollar_round.svg +1 -1
- package/dist/assets/icons/double_arrow_left.svg +1 -1
- package/dist/assets/icons/double_arrow_right.svg +1 -1
- package/dist/assets/icons/double_tick.svg +1 -1
- package/dist/assets/icons/drag_indicator.svg +1 -1
- package/dist/assets/icons/draw_irregular_line.svg +1 -1
- package/dist/assets/icons/email.svg +1 -0
- package/dist/assets/icons/feedback_lightbulb.svg +1 -1
- package/dist/assets/icons/feedback_lightbulb_alt.svg +1 -1
- package/dist/assets/icons/file_attached_outline.svg +1 -1
- package/dist/assets/icons/help_outline.svg +1 -0
- package/dist/assets/icons/hourglass.svg +1 -1
- package/dist/assets/icons/instruments_roles.svg +1 -1
- package/dist/assets/icons/labels_off.svg +1 -0
- package/dist/assets/icons/labels_on.svg +1 -0
- package/dist/assets/icons/launch_modal.svg +1 -1
- package/dist/assets/icons/layers_user_defined.svg +1 -0
- package/dist/assets/icons/link.svg +1 -1
- package/dist/assets/icons/list_clear.svg +1 -0
- package/dist/assets/icons/list_notepad.svg +1 -0
- package/dist/assets/icons/list_view.svg +1 -0
- package/dist/assets/icons/lists_folder.svg +1 -0
- package/dist/assets/icons/lock.svg +1 -1
- package/dist/assets/icons/log_out.svg +1 -1
- package/dist/assets/icons/maori_land.svg +1 -1
- package/dist/assets/icons/memorials.svg +1 -1
- package/dist/assets/icons/menu.svg +1 -1
- package/dist/assets/icons/minimise.svg +1 -1
- package/dist/assets/icons/misclose_error.svg +1 -1
- package/dist/assets/icons/more_vert.svg +1 -1
- package/dist/assets/icons/notice_of_change.svg +1 -1
- package/dist/assets/icons/numbered_list.svg +1 -1
- package/dist/assets/icons/parcels_existing.svg +1 -1
- package/dist/assets/icons/parcels_new.svg +1 -1
- package/dist/assets/icons/pop_back.svg +1 -1
- package/dist/assets/icons/print.svg +1 -1
- package/dist/assets/icons/regenerate.svg +1 -1
- package/dist/assets/icons/release.svg +1 -3
- package/dist/assets/icons/restore.svg +1 -0
- package/dist/assets/icons/save.svg +1 -0
- package/dist/assets/icons/save_as.svg +1 -0
- package/dist/assets/icons/save_download.svg +1 -1
- package/dist/assets/icons/search.svg +1 -1
- package/dist/assets/icons/settings.svg +1 -0
- package/dist/assets/icons/summary_open.svg +1 -0
- package/dist/assets/icons/survey.svg +1 -1
- package/dist/assets/icons/tax_statement.svg +1 -1
- package/dist/assets/icons/tick.svg +1 -1
- package/dist/assets/icons/tick_and_cross.svg +1 -1
- package/dist/assets/icons/unlink.svg +1 -1
- package/dist/assets/icons/unlock.svg +1 -0
- package/dist/assets/icons/visiblity_off.svg +1 -1
- package/dist/assets/icons/xml_file.svg +1 -1
- package/dist/assets/icons/zoom_centre.svg +1 -1
- package/dist/assets/images/basemap_aerial.png +0 -0
- package/dist/assets/images/maintenance-illustration.svg +1 -0
- package/dist/assets/images/mountain-broken.svg +279 -1
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +232 -19
- package/dist/components/LuiAccordion/LuiAccordion.d.ts +11 -0
- package/dist/components/LuiBadge/LuiBadge.d.ts +6 -3
- package/dist/components/LuiBearingInput/LuiBearingInput.d.ts +23 -0
- package/dist/components/LuiExpandableBanner/LuiExpandableBanner.d.ts +1 -0
- package/dist/components/LuiFloatingWindow/LuiFloatingWindow.d.ts +27 -0
- package/dist/components/LuiFloatingWindow/LuiFloatingWindowHeaders.d.ts +11 -0
- package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.d.ts +1 -1
- package/dist/components/LuiFormElements/LuiDateInput/DateInput.d.ts +5 -0
- package/dist/components/LuiFormElements/LuiDateInput/DateInputHelper.d.ts +6 -0
- package/dist/components/LuiFormElements/LuiDateInput/LuiDateInput.d.ts +5 -0
- package/dist/components/LuiFormElements/LuiMoneyInput/LuiMoneyInput.d.ts +28 -0
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.d.ts +1 -0
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInput.d.ts +5 -4
- package/dist/components/LuiFormikForms/LuiFormikCheckbox/LuiFormikCheckbox.d.ts +9 -0
- package/dist/components/LuiFormikForms/LuiFormikForm.d.ts +10 -0
- package/dist/components/LuiFormikForms/LuiFormikFormLabel/LuiFormikFormLabel.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikFormSubmitButton/LuiFormikFormSubmitButton.d.ts +6 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioButton/LuiFormikRadioButton.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioGroup/LuiFormikRadioGroup.d.ts +7 -0
- package/dist/components/LuiFormikForms/LuiFormikSelect/LuiFormikSelect.d.ts +11 -0
- package/dist/components/LuiFormikForms/LuiFormikTextInput/LuiFormikTextInput.d.ts +17 -0
- package/dist/components/LuiHeader/LuiHeader.d.ts +8 -0
- package/dist/components/LuiHeaderMenu/LuiHeaderMenus.d.ts +12 -0
- package/dist/components/LuiHeaderMenuV2/LuiHeaderMenusV2.d.ts +102 -0
- package/dist/components/LuiHeaderV2/LuiHeaderV2.d.ts +109 -0
- package/dist/components/LuiIcon/LuiIcon.d.ts +3 -2
- package/dist/components/LuiModal/LuiModal.d.ts +4 -0
- package/dist/components/LuiProgressBar/LuiProgressBar.d.ts +9 -0
- package/dist/components/LuiResizableLayout/LuiResizableLayout.d.ts +22 -0
- package/dist/components/LuiSearchInput/LuiSearchInput.d.ts +1 -0
- package/dist/components/LuiShadow/LuiShadow.d.ts +1 -0
- package/dist/components/LuiSidePanel/LuiSidePanel.d.ts +1 -0
- package/dist/components/LuiSideToolbar/LuiSideToolbar.d.ts +11 -0
- package/dist/components/LuiSideToolbar/ToolbarButton.d.ts +20 -0
- package/dist/components/LuiSideToolbar/ToolbarIcon.d.ts +13 -0
- package/dist/components/LuiSideToolbar/ToolbarItem.d.ts +16 -0
- package/dist/components/LuiTabs/LuiTab/LuiTab.d.ts +2 -2
- package/dist/components/LuiToastMessage/LuiToastMessage.d.ts +2 -0
- package/dist/components/LuiTooltip/LuiTooltip.d.ts +5 -12
- package/dist/components/LuiUpdateSplashModal/LuiUpdatesSplashModal.d.ts +8 -4
- package/dist/components/common/StorybookSupport.d.ts +1 -1
- package/dist/components/common/UseMediaQuery.d.ts +9 -0
- package/dist/index.d.ts +22 -9
- package/dist/index.js +51187 -16506
- package/dist/index.js.map +1 -1
- package/dist/lui.css +769 -89
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +51148 -16489
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ExpandingSection/expanding-section.scss +11 -0
- package/dist/scss/Components/HeaderV2/header-v2.scss +315 -0
- package/dist/scss/Components/LuiBadge/LuiBadge.scss +31 -1
- package/dist/scss/Components/LuiFloatingWindow/LuiFloatingWindow.scss +92 -0
- package/dist/scss/Components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.scss +3 -1
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +29 -7
- package/dist/scss/Components/LuiFormElements/LuiTextInput/LuiTextInput.scss +29 -3
- package/dist/scss/Components/LuiResizableLayout/LuiResizableLayout.scss +107 -0
- package/dist/scss/Components/LuiShadow/LuiShadow.scss +12 -1
- package/dist/scss/Components/LuiSidePanel/LuiSidePanel.scss +30 -0
- package/dist/scss/Components/LuiUpdateSplashModal/splashModal.scss +72 -0
- package/dist/scss/Components/MenuV2/menu-v2.scss +235 -0
- package/dist/scss/Components/Modal/modal.scss +37 -9
- package/dist/scss/Elements/Buttons/buttons.scss +19 -3
- package/dist/scss/Elements/Tooltips/tippy.scss +10 -0
- package/dist/scss/Foundation/Utilities/BoxShadow.scss +7 -16
- package/dist/scss/Foundation/Variables/ColorVars.scss +16 -8
- package/dist/scss/Foundation/Variables/ExportColors.scss +12 -0
- package/dist/scss/Global/helpers.scss +281 -260
- package/dist/scss/base.scss +5 -0
- package/package.json +28 -25
- package/dist/components/lol/LOLActiveFirmMessage.d.ts +0 -9
- package/dist/components/lol/LOLAppLauncherMenu.d.ts +0 -15
- package/dist/components/lol/LOLAuthorisedLink.d.ts +0 -17
- package/dist/components/lol/LOLCommonDrawerMenu.d.ts +0 -20
- package/dist/components/lol/LOLDrawerMenuFirmSwitcher.d.ts +0 -8
- package/dist/components/lol/LOLFirmSwitcher.d.ts +0 -26
- package/dist/components/lol/LOLLogoutLink.d.ts +0 -10
- package/dist/components/lol/LOLSearchBox.d.ts +0 -12
- package/dist/components/lol/LOLUserLastLogin.d.ts +0 -5
- package/dist/components/lol/contexts/LOLGlobalClientRefContext.d.ts +0 -22
- package/dist/components/lol/contexts/LOLUserContext.d.ts +0 -40
- package/dist/components/lol/contexts/LOLUserContextSupport.d.ts +0 -3
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use '../../Foundation/Variables/ColorVars' as colors;
|
|
2
2
|
@use '../../Foundation/Variables/SpacingVars' as spacing;
|
|
3
|
+
@use '../../Foundation/Utilities/BoxShadow' as utils;
|
|
3
4
|
|
|
4
5
|
// ========================
|
|
5
6
|
// Lui Shadow wrapper
|
|
@@ -8,9 +9,19 @@
|
|
|
8
9
|
// ========================
|
|
9
10
|
|
|
10
11
|
.LuiShadow {
|
|
11
|
-
|
|
12
|
+
@include utils.drop-shadow(sm);
|
|
12
13
|
border-radius: 5px;
|
|
13
14
|
padding: spacing.$unit-md;
|
|
14
15
|
margin-top: spacing.$unit-sm;
|
|
15
16
|
background-color: colors.$white;
|
|
17
|
+
|
|
18
|
+
&--md {
|
|
19
|
+
@include utils.drop-shadow(md);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&--lg {
|
|
23
|
+
@include utils.drop-shadow(lg);
|
|
24
|
+
}
|
|
16
25
|
}
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@use "../../Foundation/Variables/FormVars" as forms;
|
|
2
|
+
@use "../../Foundation/Variables/MiscVars.scss" as misc;
|
|
3
|
+
@use "../../Foundation/Variables/ColorVars.scss" as colors;
|
|
4
|
+
@use "../../Foundation/Variables/FontVars.scss" as fonts;
|
|
5
|
+
@use "../../Foundation/Variables/SpacingVars.scss" as spacing;
|
|
6
|
+
@use "../../Foundation/Utilities" as *;
|
|
7
|
+
|
|
8
|
+
.luiSidePanel {
|
|
9
|
+
position: fixed;
|
|
10
|
+
right: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
background: white;
|
|
13
|
+
transition: width 0.2s ease;
|
|
14
|
+
@include drop-shadow(lg);
|
|
15
|
+
padding: 0;
|
|
16
|
+
z-index: 3;
|
|
17
|
+
overflow: auto;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.luiSidePanel-CloseBtn {
|
|
21
|
+
position: absolute;
|
|
22
|
+
right: 0;
|
|
23
|
+
top: spacing.$unit-xs;
|
|
24
|
+
background-color: transparent;
|
|
25
|
+
border: none;
|
|
26
|
+
border-bottom-left-radius: misc.$borderRadius-md;
|
|
27
|
+
&:hover {
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@use "../../Foundation/Variables/SpacingVars.scss" as spacing;
|
|
2
|
+
@use "../../Foundation/Variables/ColorVars.scss" as colors;
|
|
3
|
+
.lui-splash-content {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: fit-content;
|
|
8
|
+
overflow: auto;
|
|
9
|
+
WebkitOverflowScrolling: touch;
|
|
10
|
+
border-radius: 9px;
|
|
11
|
+
margin: 0 spacing.$unit-sm;
|
|
12
|
+
outline: none;
|
|
13
|
+
|
|
14
|
+
.lui-feature-header {
|
|
15
|
+
margin: 24px 24px 0 24px;
|
|
16
|
+
|
|
17
|
+
.lui-feature-title-wrapper {
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
|
|
21
|
+
h1 {
|
|
22
|
+
font-size: 1.625rem;
|
|
23
|
+
font-weight: 400;
|
|
24
|
+
text-shadow: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.lui-feature-title-icon {
|
|
28
|
+
margin-right:8px;
|
|
29
|
+
|
|
30
|
+
path {
|
|
31
|
+
fill: colors.$white;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.lui-feature-img {
|
|
38
|
+
padding: 12px 24px 0 24px;
|
|
39
|
+
border-bottom: 1px solid colors.$dew
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.lui-feature-text {
|
|
43
|
+
padding:24px;
|
|
44
|
+
|
|
45
|
+
h2:first-of-type,
|
|
46
|
+
h3:first-of-type,
|
|
47
|
+
h4:first-of-type {
|
|
48
|
+
margin-top: 0;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
p {
|
|
52
|
+
font-weight: 400;
|
|
53
|
+
margin-top: 1rem;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
p:first-of-type {
|
|
57
|
+
margin-top: 0.5rem;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.splash_overlay {
|
|
62
|
+
position: fixed;
|
|
63
|
+
top: 0;
|
|
64
|
+
left: 0;
|
|
65
|
+
right: 0;
|
|
66
|
+
bottom: 0;
|
|
67
|
+
background: rgba(0, 0, 0, 0.6);
|
|
68
|
+
display: flex;
|
|
69
|
+
justify-content: center;
|
|
70
|
+
align-items: center;
|
|
71
|
+
z-index: 1000;
|
|
72
|
+
}
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
@use "../../Foundation/Variables/MiscVars.scss" as misc;
|
|
2
|
+
@use "../../Foundation/Variables/ColorVars.scss" as colors;
|
|
3
|
+
@use '../../Foundation/Variables/FontVars.scss' as fonts;
|
|
4
|
+
@use "../../Foundation/Variables/SpacingVars.scss" as spacing;
|
|
5
|
+
@use "../../Foundation/Utilities" as *;
|
|
6
|
+
@use "../HeaderV2/header-v2.scss" as header;
|
|
7
|
+
|
|
8
|
+
@mixin LuiHeaderMenuV2-drop-content {
|
|
9
|
+
text-align: left;
|
|
10
|
+
background-color: white;
|
|
11
|
+
color: colors.$base-type-color;
|
|
12
|
+
@include drop-shadow();
|
|
13
|
+
border-radius: misc.$borderRadius;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
body.LuiHeaderMenuV2-drawer-open {
|
|
17
|
+
overflow-y: hidden;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.LuiHeaderMenuV2-drawer-container {
|
|
21
|
+
position: relative;
|
|
22
|
+
|
|
23
|
+
&.drawer {
|
|
24
|
+
right: -(header.$headerPadding);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.LuiHeaderMenuV2-drawer {
|
|
28
|
+
@include LuiHeaderMenuV2-drop-content;
|
|
29
|
+
height: auto;
|
|
30
|
+
z-index: 900;
|
|
31
|
+
|
|
32
|
+
&.sm {
|
|
33
|
+
width: 260px;
|
|
34
|
+
}
|
|
35
|
+
&.md {
|
|
36
|
+
width: 280px;
|
|
37
|
+
}
|
|
38
|
+
&.lg {
|
|
39
|
+
width: 300px;
|
|
40
|
+
}
|
|
41
|
+
&.xlg {
|
|
42
|
+
width: 320px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// dropdown drawer
|
|
46
|
+
&.dropdown {
|
|
47
|
+
display: none;
|
|
48
|
+
position: absolute;
|
|
49
|
+
right: 0;
|
|
50
|
+
&.open {
|
|
51
|
+
display: block;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// sliding drawer
|
|
56
|
+
.LuiHeaderV2 & {
|
|
57
|
+
&.drawer {
|
|
58
|
+
&.sticky {
|
|
59
|
+
position: fixed;
|
|
60
|
+
top: header.$headerHeightMdV2;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&.drawer {
|
|
65
|
+
&.non-sticky {
|
|
66
|
+
position: absolute;
|
|
67
|
+
top: header.$headerPadding;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.LuiHeaderV2-small & {
|
|
73
|
+
&.drawer {
|
|
74
|
+
&.sticky {
|
|
75
|
+
position: fixed;
|
|
76
|
+
top: header.$headerHeightSmV2;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&.drawer {
|
|
81
|
+
&.non-sticky {
|
|
82
|
+
position: absolute;
|
|
83
|
+
top: header.$headerPadding;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&.drawer {
|
|
89
|
+
&.sm {
|
|
90
|
+
right: -260px;
|
|
91
|
+
}
|
|
92
|
+
&.md {
|
|
93
|
+
right: -280px;
|
|
94
|
+
}
|
|
95
|
+
&.lg {
|
|
96
|
+
right: -300px;
|
|
97
|
+
}
|
|
98
|
+
&.xlg {
|
|
99
|
+
right: -320px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// animation
|
|
103
|
+
transition: right 500ms, visibility 500ms;
|
|
104
|
+
visibility: hidden;
|
|
105
|
+
|
|
106
|
+
&.open {
|
|
107
|
+
right: 0px;
|
|
108
|
+
visibility: visible;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// drawer option and options
|
|
113
|
+
&-options {
|
|
114
|
+
hr {
|
|
115
|
+
background-color: colors.$lily;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&-option {
|
|
120
|
+
display: flex;
|
|
121
|
+
justify-content: space-between;
|
|
122
|
+
align-items: center;
|
|
123
|
+
padding: 12px 16px;
|
|
124
|
+
a {
|
|
125
|
+
text-decoration: none;
|
|
126
|
+
color: inherit;
|
|
127
|
+
font-weight: inherit;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
&:hover {
|
|
131
|
+
cursor: pointer;
|
|
132
|
+
background-color: colors.$polar;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&-label {
|
|
136
|
+
display: flex;
|
|
137
|
+
align-items: center;
|
|
138
|
+
|
|
139
|
+
.LuiIcon:first-child {
|
|
140
|
+
margin-right: 10px;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
&-badge {
|
|
145
|
+
display: flex;
|
|
146
|
+
justify-content: center;
|
|
147
|
+
align-items: center;
|
|
148
|
+
margin-left: 10px;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.LuiHeaderMenuV2-dropdown-container {
|
|
155
|
+
position: relative;
|
|
156
|
+
|
|
157
|
+
.LuiHeaderMenuV2-dropdown {
|
|
158
|
+
@include LuiHeaderMenuV2-drop-content;
|
|
159
|
+
position: absolute;
|
|
160
|
+
|
|
161
|
+
z-index: 900; // primary menu
|
|
162
|
+
|
|
163
|
+
&.anchor-horizontal-icon-left {
|
|
164
|
+
left: 0;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.anchor-horizontal-icon-right {
|
|
168
|
+
right: 0;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.anchor-horizontal-label-right {
|
|
172
|
+
right: 0;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
display: none;
|
|
176
|
+
|
|
177
|
+
&.open {
|
|
178
|
+
display: block;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&.dropdown-xxl {
|
|
182
|
+
width: 400px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&.dropdown-xl {
|
|
186
|
+
width: 360px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
&.dropdown-lg {
|
|
190
|
+
width: 300px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
&.dropdown-md {
|
|
194
|
+
width: 280px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
&.dropdown-sm {
|
|
198
|
+
width: 240px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
&.dropdown-xs {
|
|
202
|
+
width: 160px;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.LuiDrawerMenuSectionV2-header {
|
|
208
|
+
@include fonts.font-semibold;
|
|
209
|
+
|
|
210
|
+
white-space: nowrap;
|
|
211
|
+
padding-left: 16px;
|
|
212
|
+
padding-right: 8px;
|
|
213
|
+
|
|
214
|
+
.lui-expand-header {
|
|
215
|
+
padding-top: 8px;
|
|
216
|
+
padding-bottom: 8px;
|
|
217
|
+
display: flex;
|
|
218
|
+
justify-content: flex-start;
|
|
219
|
+
align-items: center;
|
|
220
|
+
cursor: revert;
|
|
221
|
+
@include fonts.font-semibold;
|
|
222
|
+
font-size: 14px;
|
|
223
|
+
color: colors.$fuscous;
|
|
224
|
+
line-height: 20px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.LuiHeaderMenuV2-dropdown & {
|
|
228
|
+
border-radius: misc.$borderRadius;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.LuiDrawerMenuDividerV2 {
|
|
233
|
+
height: 0.25px;
|
|
234
|
+
background-color: colors.$silver;
|
|
235
|
+
}
|
|
@@ -46,25 +46,27 @@
|
|
|
46
46
|
padding: 0;
|
|
47
47
|
}
|
|
48
48
|
&-header {
|
|
49
|
-
@include lui-standard-header-background(5px);
|
|
50
49
|
color: colors.$white;
|
|
50
|
+
|
|
51
51
|
&-title {
|
|
52
52
|
display: flex;
|
|
53
53
|
justify-content: space-between;
|
|
54
54
|
align-items: center;
|
|
55
|
-
height:
|
|
55
|
+
height: 60px;
|
|
56
56
|
width: 100%;
|
|
57
|
-
padding: 0 spacing.$unit-
|
|
57
|
+
padding: 0 spacing.$unit-md;
|
|
58
58
|
& h1 {
|
|
59
59
|
display: inline;
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 1.625rem;
|
|
61
|
+
font-weight: 400;
|
|
61
62
|
line-height: 2rem;
|
|
62
63
|
@include fonts.font-light;
|
|
63
64
|
margin: 0;
|
|
64
65
|
|
|
65
66
|
@include breakpoint(md) {
|
|
66
|
-
font-size:
|
|
67
|
+
font-size: 1.625rem;
|
|
67
68
|
line-height: 2.25rem;
|
|
69
|
+
font-weight: 400;
|
|
68
70
|
}
|
|
69
71
|
}
|
|
70
72
|
& button {
|
|
@@ -74,20 +76,39 @@
|
|
|
74
76
|
}
|
|
75
77
|
}
|
|
76
78
|
}
|
|
79
|
+
&-help-btn,
|
|
77
80
|
&-close-btn {
|
|
78
81
|
border-bottom: none !important;
|
|
79
|
-
color: rgba(255, 255, 255, 0.7);
|
|
80
82
|
border: none;
|
|
81
83
|
outline: none;
|
|
82
84
|
padding: 0;
|
|
83
85
|
border-radius: 50%;
|
|
84
86
|
background-color: transparent;
|
|
85
87
|
text-align: center;
|
|
86
|
-
float: right;
|
|
88
|
+
float: right;
|
|
87
89
|
}
|
|
88
90
|
&-btn-size {
|
|
89
91
|
font-size: rem(32px);
|
|
90
92
|
}
|
|
93
|
+
|
|
94
|
+
&-default{
|
|
95
|
+
@include lui-standard-header-background(5px);
|
|
96
|
+
h1 {
|
|
97
|
+
color: colors.$white;
|
|
98
|
+
}
|
|
99
|
+
path{
|
|
100
|
+
fill: rgb(255 255 255 / 70%);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&-light{
|
|
105
|
+
h1 {
|
|
106
|
+
color: colors.$surfie;
|
|
107
|
+
}
|
|
108
|
+
path{
|
|
109
|
+
fill: colors.$gray;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
91
112
|
}
|
|
92
113
|
&-container {
|
|
93
114
|
margin: spacing.$unit-lg;
|
|
@@ -100,6 +121,13 @@
|
|
|
100
121
|
}
|
|
101
122
|
}
|
|
102
123
|
|
|
103
|
-
.lui-modal-header-
|
|
104
|
-
|
|
124
|
+
.lui-modal-header-buttons{
|
|
125
|
+
padding-left: 12px;
|
|
126
|
+
display: flex;
|
|
127
|
+
button{
|
|
128
|
+
padding-left: 8px;
|
|
129
|
+
padding-right: 0px;
|
|
130
|
+
float:none;
|
|
131
|
+
display: flex;
|
|
132
|
+
}
|
|
105
133
|
}
|
|
@@ -381,8 +381,8 @@ a.lui-button {
|
|
|
381
381
|
|
|
382
382
|
i,
|
|
383
383
|
svg * {
|
|
384
|
-
color: colors.$
|
|
385
|
-
fill: colors.$
|
|
384
|
+
color: colors.$fuscous;
|
|
385
|
+
fill: colors.$fuscous;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
&:disabled {
|
|
@@ -643,10 +643,13 @@ a.lui-button {
|
|
|
643
643
|
.lui-button {
|
|
644
644
|
background-color: #fff;
|
|
645
645
|
border-radius: 0;
|
|
646
|
-
border: 1px solid colors.$
|
|
646
|
+
border: 1px solid colors.$sea;
|
|
647
647
|
color: colors.$brand-primary;
|
|
648
648
|
border-left: none;
|
|
649
649
|
width: 100%;
|
|
650
|
+
svg * {
|
|
651
|
+
fill: colors.$sea;
|
|
652
|
+
}
|
|
650
653
|
|
|
651
654
|
&.lui-button-active {
|
|
652
655
|
background-color: colors.$sea;
|
|
@@ -655,10 +658,16 @@ a.lui-button {
|
|
|
655
658
|
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
|
|
656
659
|
color: colors.$white;
|
|
657
660
|
text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
|
|
661
|
+
svg * {
|
|
662
|
+
fill: colors.$white;
|
|
663
|
+
}
|
|
658
664
|
//style selected button when disabled
|
|
659
665
|
&:disabled {
|
|
660
666
|
background-color: colors.$disabled-color;
|
|
661
667
|
color: colors.$white;
|
|
668
|
+
&.lui-button-icon-only svg * {
|
|
669
|
+
fill: colors.$white;
|
|
670
|
+
}
|
|
662
671
|
}
|
|
663
672
|
}
|
|
664
673
|
|
|
@@ -678,6 +687,13 @@ a.lui-button {
|
|
|
678
687
|
border: 1px solid colors.$disabled-color-dark;
|
|
679
688
|
color: colors.$disabled-color;
|
|
680
689
|
cursor: not-allowed;
|
|
690
|
+
&.lui-button-icon-only svg * {
|
|
691
|
+
fill: colors.$disabled-color;
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
&.lui-button-icon-only {
|
|
695
|
+
// if using icon only buttons, then don't restrict their width
|
|
696
|
+
width: 100%;
|
|
681
697
|
}
|
|
682
698
|
}
|
|
683
699
|
|
|
@@ -7,21 +7,12 @@
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
// Drop shadow declarations - Medium is default and if no value is passed. There are three variations of drop shadows in FIGLUI
|
|
10
|
-
@mixin drop-shadow
|
|
11
|
-
|
|
10
|
+
@mixin drop-shadow($size: 'md') {
|
|
12
11
|
@if ($size == sm) {
|
|
13
|
-
box-shadow: 0px 2px 3px 0px #00000040,
|
|
14
|
-
|
|
12
|
+
box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
|
|
13
|
+
} @else if ($size == lg) {
|
|
14
|
+
box-shadow: 0px 3px 12px 0px #00000026, 0px 12px 18px 4px #00000040;
|
|
15
|
+
} @else {
|
|
16
|
+
box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
|
|
15
17
|
}
|
|
16
|
-
|
|
17
|
-
@else if ($size == lg) {
|
|
18
|
-
box-shadow: 0px 3px 12px 0px #00000026,
|
|
19
|
-
0px 12px 18px 4px #00000040;
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@else {
|
|
24
|
-
box-shadow: 0px 1px 6px 0px #00000026,
|
|
25
|
-
0px 6px 10px 0px #00000040;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
18
|
+
}
|
|
@@ -41,6 +41,7 @@ $fuscous: #6b6966;
|
|
|
41
41
|
$gray: #989189;
|
|
42
42
|
$silver: #beb9b4;
|
|
43
43
|
$lily: #eaeaea;
|
|
44
|
+
$dew: #DAD7D6;
|
|
44
45
|
$hint: #f9f9f9;
|
|
45
46
|
$snow: #ffffff;
|
|
46
47
|
$white: $snow;
|
|
@@ -49,18 +50,28 @@ $white: $snow;
|
|
|
49
50
|
// Reserved
|
|
50
51
|
// ----------------------------
|
|
51
52
|
|
|
53
|
+
$engine: #cc0000;
|
|
54
|
+
$carrot: #EA6A2E;
|
|
55
|
+
$kendall: #F5CCCC;
|
|
56
|
+
$elizabeth: #FBDED0;
|
|
57
|
+
$andrea: #3A7CDF;
|
|
58
|
+
$celestial: #D7E5F9;
|
|
59
|
+
$golf: #0AA345;
|
|
60
|
+
$memesia: #1F69C3;
|
|
61
|
+
|
|
62
|
+
|
|
52
63
|
// error
|
|
53
|
-
$error:
|
|
54
|
-
$error-bg:
|
|
64
|
+
$error: $engine;
|
|
65
|
+
$error-bg: $kendall;
|
|
55
66
|
$error-focus: #5a0000;
|
|
56
67
|
|
|
57
68
|
// warning
|
|
58
|
-
$warning:
|
|
69
|
+
$warning: $carrot;
|
|
59
70
|
$warning-bg: #fbdfd2;
|
|
60
71
|
$warning-focus: #b33a01;
|
|
61
72
|
|
|
62
73
|
// info
|
|
63
|
-
$info:
|
|
74
|
+
$info: $andrea;
|
|
64
75
|
$info-bg: #d8e5f9;
|
|
65
76
|
|
|
66
77
|
// success
|
|
@@ -68,8 +79,7 @@ $success: $pigment;
|
|
|
68
79
|
$success-bg: $panache;
|
|
69
80
|
|
|
70
81
|
// text link
|
|
71
|
-
$txt-link:
|
|
72
|
-
|
|
82
|
+
$txt-link: $memesia;
|
|
73
83
|
$test-pink: #f09;
|
|
74
84
|
|
|
75
85
|
// --------------------------------------------------------
|
|
@@ -127,8 +137,6 @@ $green-btn: $success;
|
|
|
127
137
|
$error-hover-btn: #8f0000;
|
|
128
138
|
$error-active-btn: #5a0000;
|
|
129
139
|
|
|
130
|
-
$txt-link: $electric;
|
|
131
|
-
|
|
132
140
|
//Restricted colours for spatial maps
|
|
133
141
|
$hot-pink: #f81bef;
|
|
134
142
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
gray: LuiColors.$gray;
|
|
10
10
|
silver: LuiColors.$silver;
|
|
11
11
|
lily: LuiColors.$lily;
|
|
12
|
+
dew: LuiColors.$dew;
|
|
12
13
|
hint: LuiColors.$hint;
|
|
13
14
|
snow: LuiColors.$snow;
|
|
14
15
|
white: LuiColors.$white;
|
|
@@ -19,6 +20,7 @@
|
|
|
19
20
|
electric: LuiColors.$electric;
|
|
20
21
|
spray: LuiColors.$spray;
|
|
21
22
|
polar: LuiColors.$polar;
|
|
23
|
+
memesia: LuiColors.$memesia;
|
|
22
24
|
|
|
23
25
|
sherpa: LuiColors.$sherpa;
|
|
24
26
|
surfie: LuiColors.$surfie;
|
|
@@ -35,6 +37,16 @@
|
|
|
35
37
|
brand-primary: LuiColors.$brand-primary;
|
|
36
38
|
brand-secondary: LuiColors.$brand-secondary;
|
|
37
39
|
|
|
40
|
+
engine: LuiColors.$engine;
|
|
41
|
+
carrot: LuiColors.$carrot;
|
|
42
|
+
kendall: LuiColors.$kendall;
|
|
43
|
+
elizabeth: LuiColors.$elizabeth;
|
|
44
|
+
andrea: LuiColors.$andrea;
|
|
45
|
+
celestial: LuiColors.$celestial;
|
|
46
|
+
golf: LuiColors.$golf;
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
38
50
|
// System colours,// System colours
|
|
39
51
|
|
|
40
52
|
// reserved colours,// reserved colours
|