@kaizen/components 1.4.26 → 1.5.1
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 +19 -0
- package/dist/ButtonGroup/index.d.ts +5 -0
- package/dist/ButtonGroup/index.js +7 -0
- package/dist/ButtonGroup-b1e541fe.d.ts +14 -0
- package/dist/ButtonGroup.module-NQDV3763.scss +73 -0
- package/dist/Filter/components/FilterContents/index.d.ts +3 -0
- package/dist/Filter/components/FilterContents/index.js +6 -0
- package/dist/Filter/components/FilterPopover/index.d.ts +15 -0
- package/dist/Filter/components/FilterPopover/index.js +6 -0
- package/dist/Filter/index.d.ts +5 -0
- package/dist/Filter/index.js +12 -0
- package/dist/Filter/types.d.ts +5 -0
- package/dist/Filter/types.js +1 -0
- package/dist/Filter-15d87e2c.d.ts +21 -0
- package/dist/FilterButton/FilterButton/index.d.ts +5 -0
- package/dist/FilterButton/FilterButton/index.js +8 -0
- package/dist/FilterButton/FilterButtonRemovable/index.d.ts +8 -0
- package/dist/FilterButton/FilterButtonRemovable/index.js +10 -0
- package/dist/FilterButton/components/FilterButtonBase/index.d.ts +3 -0
- package/dist/FilterButton/components/FilterButtonBase/index.js +6 -0
- package/dist/FilterButton/index.d.ts +8 -0
- package/dist/FilterButton/index.js +13 -0
- package/dist/FilterButton-e44e4bf8.d.ts +12 -0
- package/dist/FilterButton.module-HA7A5HIZ.scss +22 -0
- package/dist/FilterButtonBase-4004361e.d.ts +9 -0
- package/dist/FilterButtonBase.module-KNRAMYSJ.scss +65 -0
- package/dist/FilterButtonRemovable-d3bc8f61.d.ts +19 -0
- package/dist/FilterContents-8d959c14.d.ts +12 -0
- package/dist/FilterContents.module-VKPAJKDG.scss +5 -0
- package/dist/FilterPopover.module-2NVOPVIT.scss +11 -0
- package/dist/KaizenProvider/ThemeProvider/index.d.ts +1 -1
- package/dist/KaizenProvider/ThemeProvider/index.js +3 -3
- package/dist/KaizenProvider/ThemeProvider/themes/index.js +1 -1
- package/dist/KaizenProvider/index.d.ts +2 -2
- package/dist/KaizenProvider/index.js +3 -3
- package/dist/{KaizenProvider-af031107.d.ts → KaizenProvider-44a90581.d.ts} +2 -2
- package/dist/{ThemeProvider-7786826c.d.ts → ThemeProvider-9852214a.d.ts} +2 -2
- package/dist/chunk-24HHXM6U.js +29 -0
- package/dist/chunk-3VEH3HNR.js +6 -0
- package/dist/chunk-DR7ZJ6Z3.js +38 -0
- package/dist/chunk-FMXGTI6W.js +1 -0
- package/dist/chunk-GTXIOS6D.js +51 -0
- package/dist/chunk-J5NCLDC5.js +55 -0
- package/dist/chunk-SBUK4XZM.js +18 -0
- package/dist/chunk-TGN3Y4NF.js +51 -0
- package/dist/chunk-Y6BQRSGB.js +21 -0
- package/dist/esm/ButtonGroup/index.js +7 -0
- package/dist/esm/ButtonGroup.module-NQDV3763.scss +73 -0
- package/dist/esm/Filter/components/FilterContents/index.js +6 -0
- package/dist/esm/Filter/components/FilterPopover/index.js +6 -0
- package/dist/esm/Filter/index.js +12 -0
- package/dist/esm/Filter/types.js +1 -0
- package/dist/esm/FilterButton/FilterButton/index.js +8 -0
- package/dist/esm/FilterButton/FilterButtonRemovable/index.js +10 -0
- package/dist/esm/FilterButton/components/FilterButtonBase/index.js +6 -0
- package/dist/esm/FilterButton/index.js +13 -0
- package/dist/esm/FilterButton.module-HA7A5HIZ.scss +22 -0
- package/dist/esm/FilterButtonBase.module-KNRAMYSJ.scss +65 -0
- package/dist/esm/FilterContents.module-VKPAJKDG.scss +5 -0
- package/dist/esm/FilterPopover.module-2NVOPVIT.scss +11 -0
- package/dist/esm/KaizenProvider/ThemeProvider/index.js +3 -3
- package/dist/esm/KaizenProvider/ThemeProvider/themes/index.js +1 -1
- package/dist/esm/KaizenProvider/index.js +3 -3
- package/dist/esm/chunk-24HHXM6U.js +29 -0
- package/dist/esm/chunk-3VEH3HNR.js +6 -0
- package/dist/esm/chunk-DR7ZJ6Z3.js +38 -0
- package/dist/esm/chunk-FMXGTI6W.js +0 -0
- package/dist/esm/chunk-GTXIOS6D.js +51 -0
- package/dist/esm/chunk-J5NCLDC5.js +55 -0
- package/dist/esm/chunk-SBUK4XZM.js +18 -0
- package/dist/esm/chunk-TGN3Y4NF.js +51 -0
- package/dist/esm/chunk-Y6BQRSGB.js +21 -0
- package/dist/esm/index.js +13 -3
- package/dist/esm/types.js +0 -0
- package/dist/esm/utils/isRefObject.js +6 -0
- package/dist/iife/ButtonGroup/index.js +33555 -0
- package/dist/iife/ButtonGroup.module-NQDV3763.scss +73 -0
- package/dist/iife/Filter/components/FilterContents/index.js +2317 -0
- package/dist/iife/Filter/components/FilterPopover/index.js +33202 -0
- package/dist/iife/Filter/index.js +36349 -0
- package/dist/iife/Filter/types.js +3 -0
- package/dist/iife/FilterButton/FilterButton/index.js +2417 -0
- package/dist/iife/FilterButton/FilterButtonRemovable/index.js +33673 -0
- package/dist/iife/FilterButton/components/FilterButtonBase/index.js +2314 -0
- package/dist/iife/FilterButton/index.js +33671 -0
- package/dist/iife/FilterButton.module-HA7A5HIZ.scss +22 -0
- package/dist/iife/FilterButtonBase.module-KNRAMYSJ.scss +65 -0
- package/dist/iife/FilterContents.module-VKPAJKDG.scss +5 -0
- package/dist/iife/FilterPopover.module-2NVOPVIT.scss +11 -0
- package/dist/iife/Icon.module-VD7NKLAR.scss +72 -0
- package/dist/iife/Tooltip.module-YU7VOTNZ.scss +184 -0
- package/dist/iife/chevron-down.icon-COG3GAYR.svg +17 -0
- package/dist/iife/chevron-up.icon-O5VRF5BX.svg +17 -0
- package/dist/iife/clear.icon-OD6PWTJH.svg +17 -0
- package/dist/iife/index.js +34501 -386
- package/dist/iife/types.js +3 -0
- package/dist/iife/utils/isRefObject.js +5 -0
- package/dist/index.d.ts +6 -2
- package/dist/index.js +12 -2
- package/dist/styles.css +16 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.js +1 -0
- package/dist/utils/isRefObject.d.ts +5 -0
- package/dist/utils/isRefObject.js +6 -0
- package/package.json +9 -4
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import "~@kaizen/design-tokens/sass/spacing";
|
|
2
|
+
@import "~@kaizen/design-tokens/sass/typography";
|
|
3
|
+
|
|
4
|
+
.filterButton {
|
|
5
|
+
gap: $spacing-xs;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.labelContainer {
|
|
9
|
+
display: inline-flex;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.hasSelectedValues {
|
|
13
|
+
font-weight: $typography-button-primary-font-weight;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.labelSeparator {
|
|
17
|
+
margin-inline-end: $spacing-xs;
|
|
18
|
+
|
|
19
|
+
[dir="ltr"] [dir="rtl"] & {
|
|
20
|
+
margin-right: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
@import "~@kaizen/design-tokens/sass/border";
|
|
2
|
+
@import "~@kaizen/design-tokens/sass/color";
|
|
3
|
+
@import "~@kaizen/design-tokens/sass/typography";
|
|
4
|
+
@import "~@kaizen/design-tokens/sass/spacing";
|
|
5
|
+
@import "../../../_mixins/button-reset";
|
|
6
|
+
@import "./variables";
|
|
7
|
+
|
|
8
|
+
.filterButtonBase {
|
|
9
|
+
@include button-reset;
|
|
10
|
+
|
|
11
|
+
-webkit-font-smoothing: antialiased;
|
|
12
|
+
-moz-osx-font-smoothing: grayscale;
|
|
13
|
+
|
|
14
|
+
position: relative;
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
|
|
18
|
+
height: 3rem; // 48px
|
|
19
|
+
padding: $spacing-sm;
|
|
20
|
+
|
|
21
|
+
border-width: 0;
|
|
22
|
+
border-radius: $border-solid-border-radius;
|
|
23
|
+
|
|
24
|
+
background-color: $color-blue-100;
|
|
25
|
+
|
|
26
|
+
font-family: $typography-button-secondary-font-family;
|
|
27
|
+
font-weight: $typography-button-secondary-font-weight;
|
|
28
|
+
font-size: $typography-button-secondary-font-size;
|
|
29
|
+
line-height: $typography-button-secondary-line-height;
|
|
30
|
+
letter-spacing: $typography-button-secondary-letter-spacing;
|
|
31
|
+
color: $color-blue-500;
|
|
32
|
+
white-space: nowrap;
|
|
33
|
+
|
|
34
|
+
#{$selectors--filter-button-base--hover},
|
|
35
|
+
#{$selectors--filter-button-base--active} {
|
|
36
|
+
z-index: 2;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
#{$selectors--filter-button-base--hover},
|
|
40
|
+
#{$selectors--filter-button-base--active},
|
|
41
|
+
#{$selectors--filter-button-base--focus} {
|
|
42
|
+
background-color: $color-blue-200;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:focus {
|
|
46
|
+
outline: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
#{$selectors--filter-button-base--focus} {
|
|
50
|
+
outline: none;
|
|
51
|
+
|
|
52
|
+
&::after {
|
|
53
|
+
content: "";
|
|
54
|
+
z-index: 3;
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: $focus-ring-offset-outer;
|
|
57
|
+
bottom: $focus-ring-offset-outer;
|
|
58
|
+
left: $focus-ring-offset-outer;
|
|
59
|
+
right: $focus-ring-offset-outer;
|
|
60
|
+
border-radius: $border-focus-ring-border-radius;
|
|
61
|
+
border: $border-focus-ring-border-width $border-focus-ring-border-style
|
|
62
|
+
$color-blue-500;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@import "~@kaizen/design-tokens/sass/border";
|
|
2
|
+
@import "~@kaizen/design-tokens/sass/color";
|
|
3
|
+
@import "~@kaizen/design-tokens/sass/shadow";
|
|
4
|
+
|
|
5
|
+
.filterPopover {
|
|
6
|
+
background-color: $color-white;
|
|
7
|
+
z-index: 1010;
|
|
8
|
+
box-shadow: $shadow-large-box-shadow;
|
|
9
|
+
border-radius: $border-borderless-border-radius;
|
|
10
|
+
display: inline-flex;
|
|
11
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@import "~@kaizen/design-tokens/sass/animation";
|
|
2
|
+
@import "./styles";
|
|
3
|
+
|
|
4
|
+
.icon {
|
|
5
|
+
@extend %caIcon;
|
|
6
|
+
|
|
7
|
+
// Set sensible defaults for icon colours when
|
|
8
|
+
// windows high-contrast mode is enabled. These
|
|
9
|
+
// should be overridden by the consumer when the
|
|
10
|
+
// icon colour conveys information, such as mood.
|
|
11
|
+
@media screen and (-ms-high-contrast: active) {
|
|
12
|
+
color: black;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@media screen and (-ms-high-contrast: white-on-black) {
|
|
16
|
+
color: white;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@media screen and (-ms-high-contrast: black-on-white) {
|
|
20
|
+
color: black;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.inheritSize {
|
|
25
|
+
@extend %caIconInheritSize;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.interactiveIconWrapper {
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
.icon {
|
|
31
|
+
opacity: 0.7;
|
|
32
|
+
transition: $animation-duration-fast opacity;
|
|
33
|
+
}
|
|
34
|
+
&:disabled,
|
|
35
|
+
&.disabled {
|
|
36
|
+
.icon {
|
|
37
|
+
opacity: 0.3;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
&:not(:disabled):not(.disabled) {
|
|
41
|
+
&:hover,
|
|
42
|
+
&:focus,
|
|
43
|
+
&.hover {
|
|
44
|
+
.icon {
|
|
45
|
+
opacity: 1;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
&:active,
|
|
49
|
+
&.active {
|
|
50
|
+
.icon {
|
|
51
|
+
opacity: 1;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// On dark backgrounds, icons are fully opaque by default and half opacity when active.
|
|
58
|
+
// Hover and disabled states are the same.
|
|
59
|
+
.reversedInteractiveIconWrapper {
|
|
60
|
+
composes: interactiveIconWrapper;
|
|
61
|
+
.icon {
|
|
62
|
+
opacity: 1;
|
|
63
|
+
}
|
|
64
|
+
&:not(:disabled, .disabled) {
|
|
65
|
+
&:active,
|
|
66
|
+
&.active {
|
|
67
|
+
.icon {
|
|
68
|
+
opacity: 0.5;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
@import "~@kaizen/design-tokens/sass/shadow";
|
|
2
|
+
@import "~@kaizen/design-tokens/sass/border";
|
|
3
|
+
@import "~@kaizen/design-tokens/sass/color";
|
|
4
|
+
@import "~@kaizen/design-tokens/sass/animation";
|
|
5
|
+
@import "~@kaizen/design-tokens/sass/typography";
|
|
6
|
+
@import "~@kaizen/component-library/styles/layers";
|
|
7
|
+
@import "./variables";
|
|
8
|
+
|
|
9
|
+
.tooltip {
|
|
10
|
+
position: relative; // Make this a positioned element so z-index works. (Note: Popper overrides this to absolute.)
|
|
11
|
+
pointer-events: none;
|
|
12
|
+
z-index: $ca-z-index-tooltip;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.tooltipContent {
|
|
16
|
+
max-width: 400px;
|
|
17
|
+
padding: 0.4375rem 0.53125rem;
|
|
18
|
+
color: $color-purple-800;
|
|
19
|
+
text-align: center;
|
|
20
|
+
font-family: $typography-paragraph-body-font-family;
|
|
21
|
+
font-size: $typography-heading-6-font-size;
|
|
22
|
+
font-weight: $typography-paragraph-body-font-weight;
|
|
23
|
+
letter-spacing: $typography-paragraph-body-letter-spacing;
|
|
24
|
+
line-height: $typography-paragraph-small-line-height;
|
|
25
|
+
border-radius: $border-solid-border-radius;
|
|
26
|
+
transition: opacity $animation-duration-fast,
|
|
27
|
+
transform $animation-duration-fast;
|
|
28
|
+
box-shadow: $shadow-small-box-shadow;
|
|
29
|
+
|
|
30
|
+
&.default {
|
|
31
|
+
background-color: $color-white;
|
|
32
|
+
border: $border-solid-border-width $border-solid-border-style
|
|
33
|
+
$color-gray-300;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.informative {
|
|
37
|
+
background-color: $color-blue-100;
|
|
38
|
+
border: $border-solid-border-width $border-solid-border-style
|
|
39
|
+
$color-blue-300;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.positive {
|
|
43
|
+
background-color: $color-green-100;
|
|
44
|
+
border: $border-solid-border-width $border-solid-border-style
|
|
45
|
+
$color-green-300;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.cautionary {
|
|
49
|
+
background-color: $color-yellow-100;
|
|
50
|
+
border: $border-solid-border-width $border-solid-border-style
|
|
51
|
+
$color-yellow-300;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.highlight {
|
|
55
|
+
background-color: $color-purple-100;
|
|
56
|
+
border: $border-solid-border-width $border-solid-border-style
|
|
57
|
+
$color-purple-300;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.arrow {
|
|
62
|
+
// Ensure the arrow always sits on top of the tooltipContent
|
|
63
|
+
z-index: 1;
|
|
64
|
+
|
|
65
|
+
// This is required by popper, otherwise positioning issues will exist.
|
|
66
|
+
// https://github.com/popperjs/react-popper/issues/354#issuecomment-616540651
|
|
67
|
+
position: absolute;
|
|
68
|
+
|
|
69
|
+
[data-popper-placement^="top"] & {
|
|
70
|
+
bottom: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
[data-popper-placement^="bottom"] & {
|
|
74
|
+
top: 0;
|
|
75
|
+
|
|
76
|
+
// There is a conflict with the popper arrow styling, which also
|
|
77
|
+
// adds a transform to the arrow. Hence, we need this additional
|
|
78
|
+
// wrapper, just to rotate it.
|
|
79
|
+
.arrowInner {
|
|
80
|
+
transform: rotate(180deg);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
[data-popper-placement^="left"] & {
|
|
85
|
+
right: 0;
|
|
86
|
+
.arrowInner {
|
|
87
|
+
transform: rotate(270deg);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
[data-popper-placement^="right"] & {
|
|
91
|
+
left: 0;
|
|
92
|
+
.arrowInner {
|
|
93
|
+
transform: rotate(90deg);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.arrowMain::before,
|
|
99
|
+
.arrowMain::after {
|
|
100
|
+
content: "";
|
|
101
|
+
position: absolute;
|
|
102
|
+
left: 50%;
|
|
103
|
+
border-left: calc(#{$arrow-width} / 2) solid transparent;
|
|
104
|
+
border-right: calc(#{$arrow-width} / 2) solid transparent;
|
|
105
|
+
margin-left: calc(#{$arrow-width} / -2);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.arrowMain {
|
|
109
|
+
// before styles
|
|
110
|
+
&.default::before {
|
|
111
|
+
border-top: $arrow-height solid $color-gray-300;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&.informative::before {
|
|
115
|
+
border-top: $arrow-height solid $color-blue-300;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&.positive::before {
|
|
119
|
+
border-top: $arrow-height solid $color-green-300;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&.highlight::before {
|
|
123
|
+
border-top: $arrow-height solid $color-purple-300;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.cautionary::before {
|
|
127
|
+
border-top: $arrow-height solid $color-yellow-300;
|
|
128
|
+
}
|
|
129
|
+
// after styles
|
|
130
|
+
&:after {
|
|
131
|
+
margin-top: -3px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&.default::after {
|
|
135
|
+
border-top: $arrow-height solid white;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&.informative::after {
|
|
139
|
+
border-top: $arrow-height solid $color-blue-100;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
&.positive::after {
|
|
143
|
+
border-top: $arrow-height solid $color-green-100;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&.highlight::after {
|
|
147
|
+
border-top: $arrow-height solid $color-purple-100;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
&.cautionary::after {
|
|
151
|
+
border-top: $arrow-height solid $color-yellow-100;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.arrowShadow::before {
|
|
156
|
+
border-top: 0px solid $color-gray-300;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Triangle portion is a little darker to bring out shadow
|
|
160
|
+
.arrowShadow::after {
|
|
161
|
+
border-top: $arrow-height solid rgba($color-purple-800-rgb, 0.09);
|
|
162
|
+
margin-top: 1px;
|
|
163
|
+
filter: blur(4px);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.displayInline {
|
|
167
|
+
display: inline;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.displayBlock {
|
|
171
|
+
display: block;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.displayInlineBlock {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.displayFlex {
|
|
179
|
+
display: flex;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.displayInlineFlex {
|
|
183
|
+
display: inline-flex;
|
|
184
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Icons/Directional/chevron-down</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<polygon id="path-1" points="6.17916667 6.84500003 10 10.746733 13.8208333 6.84500003 15 8.04913353 10 13.155 5 8.04913353"></polygon>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="Icons/Directional/chevron-down">
|
|
11
|
+
<mask id="mask-2" fill="white">
|
|
12
|
+
<use xlink:href="#path-1"></use>
|
|
13
|
+
</mask>
|
|
14
|
+
<use fill="#000000" xlink:href="#path-1"></use>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Icons/Directional/chevron-up</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<polygon id="path-1" points="6.17865149 13.155 10 9.25326703 13.8213485 13.155 15.0006742 11.9508665 10 6.84500003 4.99932583 11.9508665"></polygon>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="Icons/Directional/chevron-up">
|
|
11
|
+
<mask id="mask-2" fill="white">
|
|
12
|
+
<use xlink:href="#path-1"></use>
|
|
13
|
+
</mask>
|
|
14
|
+
<use fill="#000000" xlink:href="#path-1"></use>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>clear</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<path d="M10,2 C5.576,2 2,5.576 2,10 C2,14.424 5.576,18 10,18 C14.424,18 18,14.424 18,10 C18,5.576 14.424,2 10,2 L10,2 Z M14,12.872 L12.872,14 L10,11.128 L7.128,14 L6,12.872 L8.872,10 L6,7.128 L7.128,6 L10,8.872 L12.872,6 L14,7.128 L11.128,10 L14,12.872 L14,12.872 Z" id="path-1"></path>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="clear">
|
|
11
|
+
<mask id="mask-2" fill="white">
|
|
12
|
+
<use xlink:href="#path-1"></use>
|
|
13
|
+
</mask>
|
|
14
|
+
<use id="Icons/Actions/clear" fill="#000000" xlink:href="#path-1"></use>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|