@linzjs/lui 10.2.2 → 10.3.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/CHANGELOG.md +289 -767
- package/README.md +16 -11
- package/dist/assets/icons/account_circle.svg +1 -0
- package/dist/assets/icons/add_circle.svg +1 -0
- package/dist/assets/icons/add_circle_outline.svg +1 -0
- package/dist/assets/icons/arrow_back.svg +1 -0
- package/dist/assets/icons/arrow_back_ios.svg +1 -0
- package/dist/assets/icons/arrow_drop_down.svg +1 -0
- package/dist/assets/icons/arrow_drop_up.svg +1 -0
- package/dist/assets/icons/arrow_forward_ios.svg +1 -0
- package/dist/assets/icons/attachment.svg +1 -0
- package/dist/assets/icons/border_color.svg +1 -0
- package/dist/assets/icons/check.svg +1 -0
- package/dist/assets/icons/check_circle.svg +1 -0
- package/dist/assets/icons/check_circle_outline.svg +1 -0
- package/dist/assets/icons/clear.svg +1 -0
- package/dist/assets/icons/corporate_fare.svg +1 -0
- package/dist/assets/icons/create.svg +1 -0
- package/dist/assets/icons/error.svg +1 -0
- package/dist/assets/icons/error_outline.svg +1 -0
- package/dist/assets/icons/expand_less.svg +1 -0
- package/dist/assets/icons/expand_more.svg +1 -0
- package/dist/assets/icons/filter_list.svg +1 -0
- package/dist/assets/icons/flag.svg +1 -0
- package/dist/assets/icons/forward.svg +1 -0
- package/dist/assets/icons/insert_invitation.svg +1 -0
- package/dist/assets/icons/insert_photo.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_down.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_left.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_right.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_up.svg +1 -0
- package/dist/assets/icons/navigate_before.svg +1 -0
- package/dist/assets/icons/navigate_next.svg +1 -0
- package/dist/assets/icons/people_outline.svg +1 -0
- package/dist/assets/icons/person.svg +1 -0
- package/dist/assets/icons/person_add.svg +1 -0
- package/dist/assets/icons/remove_circle.svg +1 -0
- package/dist/assets/icons/remove_circle_outline.svg +1 -0
- package/dist/assets/icons/send.svg +1 -0
- package/dist/assets/icons/view_week.svg +1 -0
- package/dist/assets/icons/warning.svg +1 -0
- package/dist/assets/svg-content.d.ts +39 -1
- package/dist/assets/svg-content.tsx +231 -7
- package/dist/components/LuiMenu/LuiMenu.d.ts +3 -0
- package/dist/components/common/Icons.d.ts +53 -3
- package/dist/govNZ-DS/FlexColumn.scss +1 -1
- package/dist/govNZ-DS/FlexContainer.scss +1 -1
- package/dist/govNZ-DS/FlexRow.scss +1 -1
- package/dist/govNZ-DS/FooterStandard.scss +1 -1
- package/dist/govNZ-DS/FooterWrapper.scss +1 -1
- package/dist/govNZ-DS/_index.scss +1 -1
- package/dist/lui.cjs.development.js +16 -19
- package/dist/lui.cjs.development.js.map +1 -1
- package/dist/lui.cjs.production.min.js +1 -1
- package/dist/lui.cjs.production.min.js.map +1 -1
- package/dist/lui.css +357 -376
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +16 -19
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ContextMenu/context-menu.scss +1 -1
- package/dist/scss/Components/ExpandingSection/expanding-section.scss +0 -1
- package/dist/scss/Components/Footer/footer.scss +6 -6
- package/dist/scss/Components/Header/header.scss +7 -5
- package/dist/scss/Components/HelpSection/help-section.scss +2 -2
- package/dist/scss/Components/LOLCommonMenu/LOLAuthorisedLink.scss +0 -1
- package/dist/scss/Components/LOLCommonMenu/LOLFirmSwitcherMenu.scss +1 -1
- package/dist/scss/Components/LuiFilterContainer/LuiFilterContainer.scss +5 -0
- package/dist/scss/Components/Menu/menu.scss +8 -0
- package/dist/scss/Components/Messaging/messaging.scss +8 -8
- package/dist/scss/Components/Modal/modal.scss +6 -6
- package/dist/scss/Components/Notifications/notifications.scss +5 -5
- package/dist/scss/Elements/Buttons/buttons.scss +16 -17
- package/dist/scss/Elements/Forms/FormComponents/FormSpacing.scss +7 -7
- package/dist/scss/Elements/Forms/FormComponents/Inputs.scss +0 -5
- package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +92 -103
- package/dist/scss/Elements/Forms/forms.scss +14 -32
- package/dist/scss/Elements/Tables/tables.scss +1 -1
- package/dist/scss/Foundation/Utilities/AspectRatio.scss +1 -1
- package/dist/scss/Foundation/Utilities/Borders.scss +1 -1
- package/dist/scss/Foundation/Utilities/Breakpoint.scss +19 -7
- package/dist/scss/Foundation/Utilities/DLColumns.scss +21 -6
- package/dist/scss/Foundation/Utilities/Ease.scss +1 -8
- package/dist/scss/Foundation/Utilities/FitMedia.scss +2 -1
- package/dist/scss/Foundation/Utilities/FluidType.scss +28 -6
- package/dist/scss/Foundation/Utilities/Placeholder.scss +12 -5
- package/dist/scss/Foundation/Variables/FontVars.scss +7 -7
- package/dist/scss/Foundation/Variables/FormVars.scss +8 -8
- package/dist/scss/Foundation/Variables/SpacingVars.scss +17 -10
- package/dist/scss/Global/GenericElements/Lists.scss +2 -2
- package/dist/scss/Global/GenericElements/Typography.scss +5 -5
- package/dist/scss/Global/_index.scss +1 -1
- package/dist/scss/Vendor/_index.scss +1 -1
- package/dist/scss/Vendor/naturalize.scss +32 -39
- package/dist/scss/{Global → Vendor}/print.scss +0 -0
- package/dist/scss/base.scss +2 -1
- package/package.json +4 -1
- package/dist/assets/icons/icon-cart.svg +0 -1
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin form-spacing(
|
|
4
4
|
// top margin for labels that aren't for checkboxes or radio
|
|
5
|
-
|
|
5
|
+
$my-label-top-margin,
|
|
6
6
|
// top offset for radio and checkbox inputs
|
|
7
|
-
|
|
7
|
+
$my-checkbox-input-top-offset,
|
|
8
8
|
// top margin for radio and checkboxes
|
|
9
|
-
|
|
9
|
+
$my-checkbox-margin-top,
|
|
10
10
|
// top margin for the container of radio or checkbox group
|
|
11
|
-
|
|
11
|
+
$my-input-wrapper-spacing,
|
|
12
12
|
// Error message top margin
|
|
13
|
-
|
|
13
|
+
$my-error-msg-top-margin,
|
|
14
14
|
// Top margin on error text that appears next to inputs
|
|
15
|
-
|
|
15
|
+
$my-lui-error-text-top-margin,
|
|
16
16
|
// mobile option for top margin for labels that aren't for checkboxes or radio
|
|
17
|
-
|
|
17
|
+
$my-label-top-margin-mob: $my-label-top-margin
|
|
18
18
|
) {
|
|
19
19
|
// All the margin declarations
|
|
20
20
|
// ------------------------------------------------------------------------------------------------
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
border-radius: misc.$borderRadius;
|
|
27
27
|
line-height: $my-input-height;
|
|
28
28
|
width: 100%;
|
|
29
|
-
max-width: 750px;
|
|
30
29
|
margin: 0;
|
|
31
30
|
transition: border 0.3s ease(in-out-expo);
|
|
32
31
|
box-sizing: border-box;
|
|
@@ -154,10 +153,6 @@
|
|
|
154
153
|
max-width: 750px;
|
|
155
154
|
position: relative;
|
|
156
155
|
|
|
157
|
-
input {
|
|
158
|
-
max-width: none;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
156
|
.lui-bearing-display {
|
|
162
157
|
position: absolute;
|
|
163
158
|
right: 14px;
|
|
@@ -5,123 +5,112 @@
|
|
|
5
5
|
@use "../../../Foundation/Variables/FormVars.scss" as forms;
|
|
6
6
|
@use "../../../Foundation/Utilities/" as *;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
$my-checkbox-icon-font-size,
|
|
13
|
-
$my-checkbox-icon-line-height,
|
|
14
|
-
$my-lui-form-error-icon-size,
|
|
15
|
-
$my-imput-group-error-icon-left-pos,
|
|
16
|
-
$my-checkbox-top-adjustment
|
|
17
|
-
) {
|
|
18
|
-
.lui-checkbox-container,
|
|
19
|
-
.lui-radio-container {
|
|
20
|
-
display: flex;
|
|
21
|
-
position: relative;
|
|
8
|
+
.lui-checkbox-container,
|
|
9
|
+
.lui-radio-container {
|
|
10
|
+
display: flex;
|
|
11
|
+
position: relative;
|
|
22
12
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
color: colors.$grey-30;
|
|
39
|
-
}
|
|
13
|
+
input {
|
|
14
|
+
height: forms.$input-width;
|
|
15
|
+
// min width was added as the checkbox width was being influenced by the width of the container and a cropping effect occurred
|
|
16
|
+
min-width: forms.$input-width;
|
|
17
|
+
width: forms.$input-width;
|
|
18
|
+
@include appearance(none);
|
|
19
|
+
border: forms.$input-border-width-thick solid forms.$checkbox-border-colour;
|
|
20
|
+
background-color: colors.$white;
|
|
21
|
+
position: relative;
|
|
22
|
+
margin: 0;
|
|
23
|
+
&:disabled {
|
|
24
|
+
border: forms.$input-border-width solid colors.$grey-30;
|
|
25
|
+
background-color: colors.$grey-10;
|
|
26
|
+
+ label {
|
|
27
|
+
color: colors.$grey-30;
|
|
40
28
|
}
|
|
41
29
|
}
|
|
42
|
-
label {
|
|
43
|
-
@include fonts.font-light;
|
|
44
|
-
font-size: $my-font-size;
|
|
45
|
-
}
|
|
46
30
|
}
|
|
47
31
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
32
|
+
label {
|
|
33
|
+
@include fonts.font-light();
|
|
34
|
+
font-size: fonts.$base-font-size;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.lui-radio-container {
|
|
39
|
+
input {
|
|
40
|
+
border-radius: 50%;
|
|
41
|
+
&:checked {
|
|
42
|
+
&:before {
|
|
43
|
+
display: block;
|
|
44
|
+
position: absolute;
|
|
45
|
+
left: 50%;
|
|
46
|
+
content: '';
|
|
47
|
+
top: 50%;
|
|
48
|
+
transform: translate(-50%, -50%);
|
|
49
|
+
width: 14px;
|
|
50
|
+
height: 14px;
|
|
51
|
+
border-radius: 50%;
|
|
52
|
+
background: colors.$brand-primary;
|
|
53
|
+
}
|
|
54
|
+
&:disabled:before {
|
|
55
|
+
background: colors.$disabled-color-dark;
|
|
67
56
|
}
|
|
68
57
|
}
|
|
69
58
|
}
|
|
59
|
+
}
|
|
70
60
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
61
|
+
.lui-checkbox-container {
|
|
62
|
+
input[type='checkbox'] {
|
|
63
|
+
box-sizing: border-box;
|
|
64
|
+
border-radius: misc.$borderRadius;
|
|
65
|
+
position: relative;
|
|
66
|
+
&:checked {
|
|
67
|
+
border: forms.$input-border-width-thick solid colors.$brand-primary;
|
|
68
|
+
background-color: colors.$brand-primary;
|
|
69
|
+
&:before {
|
|
70
|
+
display: block;
|
|
71
|
+
position: absolute;
|
|
72
|
+
width: forms.$input-width -
|
|
73
|
+
(forms.$input-border-width-thick + forms.$input-border-width-thick);
|
|
74
|
+
height: forms.$input-width -
|
|
75
|
+
(forms.$input-border-width-thick + forms.$input-border-width-thick);
|
|
76
|
+
font-family: 'Material Icons Round';
|
|
77
|
+
left: 0;
|
|
78
|
+
top: -1px;
|
|
79
|
+
content: '\e876';
|
|
80
|
+
text-align: center;
|
|
81
|
+
color: #fff;
|
|
82
|
+
font-size: forms.$checkbox-icon-font-size;
|
|
83
|
+
line-height: forms.$checkbox-icon-line-height;
|
|
84
|
+
vertical-align: middle;
|
|
85
|
+
}
|
|
86
|
+
&:disabled {
|
|
87
|
+
background: colors.$disabled-color-dark;
|
|
88
|
+
border-color: colors.$disabled-color-dark;
|
|
100
89
|
}
|
|
101
90
|
}
|
|
102
91
|
}
|
|
92
|
+
}
|
|
103
93
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
94
|
+
.lui-input-error {
|
|
95
|
+
// Checkboxes and radio groups are styled differently in error states. The error styling wraps around the whole group
|
|
96
|
+
.lui-input-group-wrapper,
|
|
97
|
+
&.lui-button-group {
|
|
98
|
+
// Button groups are styled the same as checkbox/radio groups, except for the padding
|
|
99
|
+
position: relative;
|
|
100
|
+
border: forms.$input-border-width solid colors.$error;
|
|
101
|
+
border-left: 48px solid colors.$error;
|
|
102
|
+
padding: spacing.$unit-xxs spacing.$unit-xs spacing.$unit-xs;
|
|
103
|
+
margin-top: spacing.$unit-md;
|
|
104
|
+
@include box-shadow;
|
|
105
|
+
.lui-form-status-icon {
|
|
106
|
+
left: spacing.$base-unit * -5;
|
|
107
|
+
font-size: forms.$form-error-icon-size;
|
|
119
108
|
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
109
|
+
}
|
|
110
|
+
&.lui-button-group {
|
|
111
|
+
padding: 0;
|
|
112
|
+
.lui-button-wrapper button {
|
|
113
|
+
border: forms.$input-border-width solid colors.$error;
|
|
125
114
|
}
|
|
126
115
|
}
|
|
127
116
|
}
|
|
@@ -13,52 +13,34 @@
|
|
|
13
13
|
|
|
14
14
|
@include Inputs.inputs(
|
|
15
15
|
// The font size
|
|
16
|
-
|
|
16
|
+
fonts.$base-font-size,
|
|
17
17
|
// The line height
|
|
18
|
-
|
|
18
|
+
48px,
|
|
19
19
|
// The size of the font for the label
|
|
20
|
-
|
|
20
|
+
rem(14px),
|
|
21
21
|
// The padding on the input
|
|
22
|
-
|
|
22
|
+
spacing.$unit-xs,
|
|
23
23
|
// The size of the icon for the warning/error (may change if we have a compressed version of forms)
|
|
24
|
-
|
|
24
|
+
forms.$form-error-icon-size,
|
|
25
25
|
// The offset positioning of the error icon
|
|
26
|
-
|
|
26
|
+
spacing.$base-unit,
|
|
27
27
|
// the input height
|
|
28
|
-
|
|
29
|
-
);
|
|
30
|
-
@include RadiosCheckboxes.radios-and-checkboxes(
|
|
31
|
-
// The font size
|
|
32
|
-
fonts.$base-font-size,
|
|
33
|
-
// The line height
|
|
34
|
-
48px,
|
|
35
|
-
// The width of the checkbox/radio input
|
|
36
|
-
forms.$input-width,
|
|
37
|
-
// Set the size of the icon font that is superimposed over the input
|
|
38
|
-
forms.$checkbox-icon-font-size,
|
|
39
|
-
// Set the Line height of the icon font that is superimposed over the input
|
|
40
|
-
forms.$checkbox-icon-line-height,
|
|
41
|
-
// The size of the icon for the warning/error (may change if we have a compressed version of forms)
|
|
42
|
-
forms.$form-error-icon-size,
|
|
43
|
-
// Left position of the group error icon
|
|
44
|
-
spacing.$base-unit * -5,
|
|
45
|
-
// Top position of the checkbox/radio input to align with label
|
|
46
|
-
0
|
|
28
|
+
48px
|
|
47
29
|
);
|
|
48
30
|
|
|
49
31
|
@include FormSpacing.form-spacing(
|
|
50
32
|
// top margin for labels that aren't for checkboxes or radio
|
|
51
|
-
|
|
33
|
+
forms.$label-spacing,
|
|
52
34
|
// top offset for radio and checkbox inputs
|
|
53
|
-
|
|
35
|
+
forms.$input-spacing,
|
|
54
36
|
// top margin for radio and checkboxes
|
|
55
|
-
|
|
37
|
+
forms.$input-spacing,
|
|
56
38
|
// top margin for the container of radio or checkbox group
|
|
57
|
-
|
|
39
|
+
forms.$input-spacing,
|
|
58
40
|
// Error message top margin
|
|
59
|
-
|
|
41
|
+
0.5rem,
|
|
60
42
|
// Top margin on error text that appears next to inputs
|
|
61
|
-
|
|
43
|
+
5px,
|
|
62
44
|
// mobile option for top margin for labels that aren't for checkboxes or radio
|
|
63
|
-
|
|
45
|
+
forms.$label-spacing
|
|
64
46
|
);
|
|
@@ -2,16 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin breakpoint($breakpoint) {
|
|
4
4
|
@if ($breakpoint == sm) {
|
|
5
|
-
@media screen and (min-width: #{$breakpoint1}) {
|
|
5
|
+
@media screen and (min-width: #{$breakpoint1}) {
|
|
6
|
+
@content;
|
|
7
|
+
}
|
|
6
8
|
} @else if ($breakpoint == md) {
|
|
7
|
-
@media screen and (min-width: #{$breakpoint2}) {
|
|
9
|
+
@media screen and (min-width: #{$breakpoint2}) {
|
|
10
|
+
@content;
|
|
11
|
+
}
|
|
8
12
|
} @else if ($breakpoint == lg) {
|
|
9
|
-
@media screen and (min-width: #{$breakpoint3}) {
|
|
13
|
+
@media screen and (min-width: #{$breakpoint3}) {
|
|
14
|
+
@content;
|
|
15
|
+
}
|
|
10
16
|
} @else if ($breakpoint == xl) {
|
|
11
|
-
@media screen and (min-width: #{$breakpoint4}) {
|
|
17
|
+
@media screen and (min-width: #{$breakpoint4}) {
|
|
18
|
+
@content;
|
|
19
|
+
}
|
|
12
20
|
} @else if ($breakpoint == xxl) {
|
|
13
|
-
@media screen and (min-width: #{$breakpoint5}) {
|
|
14
|
-
|
|
15
|
-
|
|
21
|
+
@media screen and (min-width: #{$breakpoint5}) {
|
|
22
|
+
@content;
|
|
23
|
+
}
|
|
24
|
+
} @else {
|
|
25
|
+
@media screen and (min-width: #{$breakpoint}) {
|
|
26
|
+
@content;
|
|
27
|
+
}
|
|
16
28
|
}
|
|
17
29
|
}
|
|
@@ -11,7 +11,12 @@
|
|
|
11
11
|
// 1. Remove browser default margins
|
|
12
12
|
// 2. Excludes top and bottom item spacing by default
|
|
13
13
|
|
|
14
|
-
@mixin dl--columns(
|
|
14
|
+
@mixin dl--columns(
|
|
15
|
+
$dt-width,
|
|
16
|
+
$dt-width-desktop,
|
|
17
|
+
$dl-gutter-width: $v * 2,
|
|
18
|
+
$dl-row-height: $v
|
|
19
|
+
) {
|
|
15
20
|
margin-top: 0; // 1
|
|
16
21
|
margin-bottom: 0; // 1
|
|
17
22
|
display: flex;
|
|
@@ -20,18 +25,28 @@
|
|
|
20
25
|
|
|
21
26
|
dt {
|
|
22
27
|
width: $dt-width;
|
|
23
|
-
@media #{$desktop} {
|
|
28
|
+
@media #{$desktop} {
|
|
29
|
+
width: $dt-width-desktop;
|
|
30
|
+
}
|
|
24
31
|
}
|
|
25
32
|
|
|
26
33
|
dd {
|
|
27
34
|
margin-left: 0;
|
|
28
35
|
padding-left: $dl-gutter-width;
|
|
29
36
|
width: calc(100% - #{$dt-width});
|
|
30
|
-
@media #{$desktop} {
|
|
37
|
+
@media #{$desktop} {
|
|
38
|
+
width: calc(100% - #{$dt-width-desktop});
|
|
39
|
+
}
|
|
31
40
|
}
|
|
32
41
|
|
|
33
|
-
dt,
|
|
34
|
-
|
|
35
|
-
|
|
42
|
+
dt,
|
|
43
|
+
dd {
|
|
44
|
+
// 2
|
|
45
|
+
&:not(:first-of-type) {
|
|
46
|
+
padding-top: #{$dl-row-height * 0.5};
|
|
47
|
+
}
|
|
48
|
+
&:not(:last-of-type) {
|
|
49
|
+
padding-bottom: #{$dl-row-height * 0.5};
|
|
50
|
+
}
|
|
36
51
|
}
|
|
37
52
|
}
|
|
@@ -9,34 +9,27 @@ $ease: (
|
|
|
9
9
|
in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19),
|
|
10
10
|
out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1),
|
|
11
11
|
in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
12
|
-
|
|
13
12
|
in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335),
|
|
14
13
|
out-circ: cubic-bezier(0.075, 0.82, 0.165, 1),
|
|
15
14
|
in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86),
|
|
16
|
-
|
|
17
15
|
in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035),
|
|
18
16
|
out-expo: cubic-bezier(0.19, 1, 0.22, 1),
|
|
19
17
|
in-out-expo: cubic-bezier(1, 0, 0, 1),
|
|
20
|
-
|
|
21
18
|
in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53),
|
|
22
19
|
out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94),
|
|
23
20
|
in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955),
|
|
24
|
-
|
|
25
21
|
in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22),
|
|
26
22
|
out-quart: cubic-bezier(0.165, 0.84, 0.44, 1),
|
|
27
23
|
in-out-quart: cubic-bezier(0.77, 0, 0.175, 1),
|
|
28
|
-
|
|
29
24
|
in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06),
|
|
30
25
|
out-quint: cubic-bezier(0.23, 1, 0.32, 1),
|
|
31
26
|
in-out-quint: cubic-bezier(0.86, 0, 0.07, 1),
|
|
32
|
-
|
|
33
27
|
in-sine: cubic-bezier(0.47, 0, 0.745, 0.715),
|
|
34
28
|
out-sine: cubic-bezier(0.39, 0.575, 0.565, 1),
|
|
35
29
|
in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95),
|
|
36
|
-
|
|
37
30
|
in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045),
|
|
38
31
|
out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275),
|
|
39
|
-
in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55)
|
|
32
|
+
in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55),
|
|
40
33
|
);
|
|
41
34
|
|
|
42
35
|
@function ease($key) {
|