@itcase/ui 1.1.17 → 1.1.18
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/dist/css/components/Accordion/Accordion.css +87 -11
- package/dist/css/components/Avatar/Avatar.css +102 -7
- package/dist/css/components/Badge/Badge.css +66 -8
- package/dist/css/components/Button/Button.css +335 -16
- package/dist/css/components/Caption/Caption.css +22 -4
- package/dist/css/components/Card/Card.css +18 -3
- package/dist/css/components/Cell/Cell.css +119 -13
- package/dist/css/components/Checkbox/Checkbox.css +95 -5
- package/dist/css/components/Chips/Chips.css +59 -5
- package/dist/css/components/Choice/Choice.css +84 -6
- package/dist/css/components/Choice/css/__item/choice__item.css +0 -2
- package/dist/css/components/Code/Code.css +38 -6
- package/dist/css/components/ContextMenu/ContextMenu.css +36 -5
- package/dist/css/components/ContextMenu/css/__item/context-menu__item.css +0 -2
- package/dist/css/components/CookiesWarning/CookiesWarning.css +36 -2
- package/dist/css/components/DadataHintField/DadataHintField.css +36 -6
- package/dist/css/components/DatePicker/DatePicker.css +1175 -8
- package/dist/css/components/Divider/Divider.css +48 -6
- package/dist/css/components/Dot/Dot.css +25 -5
- package/dist/css/components/Drawer/Drawer.css +52 -4
- package/dist/css/components/Dropdown/Dropdown.css +129 -13
- package/dist/css/components/Flex/Flex.css +178 -17
- package/dist/css/components/Flex/css/__item/flex__item.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_align.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_direction.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_grow.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_shape.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_wrap.css +0 -2
- package/dist/css/components/Grid/Grid.css +218 -22
- package/dist/css/components/Grid/css/__item/grid__item.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_align-self.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_column.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_row.css +0 -2
- package/dist/css/components/Grid/css/__row/grid__row.css +0 -2
- package/dist/css/components/Group/Group.css +94 -9
- package/dist/css/components/HTMLContent/HTMLContent.css +98 -7
- package/dist/css/components/Icon/Icon.css +123 -12
- package/dist/css/components/Image/Image.css +132 -9
- package/dist/css/components/Input/Input.css +85 -6
- package/dist/css/components/InputMask/Input.css +77 -6
- package/dist/css/components/InputPassword/InputPassword.css +68 -5
- package/dist/css/components/Label/Label.css +83 -8
- package/dist/css/components/Link/Link.css +32 -5
- package/dist/css/components/List/List.css +112 -9
- package/dist/css/components/Loader/Loader.css +44 -4
- package/dist/css/components/Logo/Logo.css +55 -7
- package/dist/css/components/Menu/Menu.css +56 -6
- package/dist/css/components/MenuItem/MenuItem.css +81 -9
- package/dist/css/components/Modal/Modal.css +39 -5
- package/dist/css/components/Notification/Notification.css +143 -11
- package/dist/css/components/Notification/css/__item/notification__item_set_float.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_form.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_top.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_status.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css +0 -2
- package/dist/css/components/Overlay/Overlay.css +43 -5
- package/dist/css/components/Page/Page.css +8 -3
- package/dist/css/components/Pagination/Pagination.css +107 -8
- package/dist/css/components/Pagination/css/__item/pagination__item.css +0 -2
- package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +0 -2
- package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +0 -2
- package/dist/css/components/Panel/Panel.css +107 -10
- package/dist/css/components/Radio/Radio.css +113 -6
- package/dist/css/components/RangeSlider/RangeSlider.css +418 -15
- package/dist/css/components/Response/Response.css +29 -4
- package/dist/css/components/SVGContent/SVGContent.css +2 -3
- package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +30 -2
- package/dist/css/components/Scrollbar/Scrollbar.css +58 -3
- package/dist/css/components/Search/Search.css +114 -10
- package/dist/css/components/Search/css/search-input/search-input.css +0 -2
- package/dist/css/components/Search/css/search-input/search-input_shape.css +0 -2
- package/dist/css/components/Search/css/search-input/search-input_size.css +0 -2
- package/dist/css/components/Search/css/search-result/search-result.css +0 -2
- package/dist/css/components/Search/css/search-result/search-result_shape.css +0 -2
- package/dist/css/components/Segmented/Segmented.css +117 -6
- package/dist/css/components/Select/Select.css +373 -22
- package/dist/css/components/Select/css/__control/select__control.css +0 -2
- package/dist/css/components/Select/css/__control/select__control_fill.css +0 -2
- package/dist/css/components/Select/css/__control/select__control_shape.css +0 -2
- package/dist/css/components/Select/css/__indicators/select__indicators.css +0 -2
- package/dist/css/components/Select/css/__input-container/select__input-container.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu-notice.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu.css +0 -2
- package/dist/css/components/Select/css/__multi-value/select__multi-value.css +0 -2
- package/dist/css/components/Select/css/__option/select__option.css +0 -2
- package/dist/css/components/Select/css/__placeholder/select__placeholder.css +0 -2
- package/dist/css/components/Select/css/__single-value/select__single-value.css +0 -2
- package/dist/css/components/Select/css/__value-container/select__value-container.css +0 -2
- package/dist/css/components/SiteMenu/SiteMenu.css +37 -3
- package/dist/css/components/Swiper/Swiper.css +973 -7
- package/dist/css/components/Swiper/css/__item/swiper-block__item.css +0 -2
- package/dist/css/components/Switch/Switch.css +68 -5
- package/dist/css/components/Tab/Tab.css +69 -9
- package/dist/css/components/Text/Text.css +57 -6
- package/dist/css/components/Textarea/Textarea.css +40 -5
- package/dist/css/components/Tile/Tile.css +47 -6
- package/dist/css/components/Title/Title.css +59 -7
- package/dist/css/components/Tooltip/Tooltip.css +121 -9
- package/dist/css/components/Video/Video.css +37 -7
- package/dist/css/components/Wrapper/Wrapper.css +35 -4
- package/dist/css/styles/align/align.css +0 -2
- package/dist/css/styles/align/align_horizontal-reverse.css +0 -2
- package/dist/css/styles/align/align_horizontal.css +0 -2
- package/dist/css/styles/align/align_vertical-reverse.css +0 -2
- package/dist/css/styles/align/align_vertical.css +0 -2
- package/dist/css/styles/alignment/alignment.css +0 -2
- package/dist/css/styles/border-color/border-color.css +0 -2
- package/dist/css/styles/border-color/border-color_focus.css +0 -2
- package/dist/css/styles/border-color/border-color_hover.css +0 -2
- package/dist/css/styles/border-type/border-type.css +0 -2
- package/dist/css/styles/border-width/border-width.css +0 -2
- package/dist/css/styles/caret-color/caret-color.css +0 -2
- package/dist/css/styles/column-gap/column-gap.css +0 -2
- package/dist/css/styles/constraints/constraints.css +0 -2
- package/dist/css/styles/cursor/cursor.css +0 -2
- package/dist/css/styles/direction/direction.css +0 -2
- package/dist/css/styles/elevation/elevation.css +0 -2
- package/dist/css/styles/elevation/elevation_hover.css +0 -2
- package/dist/css/styles/fill/fill.css +0 -2
- package/dist/css/styles/fill/fill_active.css +0 -2
- package/dist/css/styles/fill/fill_active_hover.css +0 -2
- package/dist/css/styles/fill/fill_disabled.css +0 -2
- package/dist/css/styles/fill/fill_hover.css +0 -2
- package/dist/css/styles/fill-gradient/fill-gradient.css +0 -2
- package/dist/css/styles/flex/flex-grow.css +0 -2
- package/dist/css/styles/gap/gap.css +0 -2
- package/dist/css/styles/height/height.css +0 -2
- package/dist/css/styles/hover/hover-fill-color.css +0 -2
- package/dist/css/styles/hover/hover-item-color.css +0 -2
- package/dist/css/styles/hover/hover-text-color.css +0 -2
- package/dist/css/styles/justify-content/justify-content.css +0 -2
- package/dist/css/styles/mediaqueries.css +24 -2
- package/dist/css/styles/mixin_elevation.css +0 -2
- package/dist/css/styles/mixin_fill-gradient.css +0 -2
- package/dist/css/styles/mixin_global.css +0 -2
- package/dist/css/styles/opacity/opacity.css +0 -2
- package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +0 -2
- package/dist/css/styles/position/position.css +0 -2
- package/dist/css/styles/resize-horizontal/resize-horizontal.css +0 -2
- package/dist/css/styles/resize-vertical/resize-vertical.css +0 -2
- package/dist/css/styles/row-gap/row-gap.css +0 -2
- package/dist/css/styles/shape/shape.css +0 -2
- package/dist/css/styles/svg-color/svg_fill.css +1 -2
- package/dist/css/styles/svg-color/svg_fill_hover.css +0 -2
- package/dist/css/styles/text-align/text-align.css +0 -2
- package/dist/css/styles/text-color/text-color.css +0 -2
- package/dist/css/styles/text-color/text-color_active.css +0 -2
- package/dist/css/styles/text-color/text-color_hover.css +0 -2
- package/dist/css/styles/text-decoration/text-decoration.css +0 -2
- package/dist/css/styles/text-gradient/text-gradient.css +0 -2
- package/dist/css/styles/text-style/text-style.css +0 -2
- package/dist/css/styles/text-truncate/text-truncate.css +0 -2
- package/dist/css/styles/text-weight/text-weight.css +0 -2
- package/dist/css/styles/width/width.css +0 -2
- package/dist/css/styles/word-wrap/word-wrap.css +0 -2
- package/package.json +5 -5
|
@@ -4,5 +4,3 @@ div.swiper-block__item {
|
|
|
4
4
|
height: auto !important;
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1N3aXBlci9jc3MvX19pdGVtL3N3aXBlci1ibG9ja19faXRlbS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoic3dpcGVyLWJsb2NrX19pdGVtLmNzcyIsInNvdXJjZXNDb250ZW50IjpbImRpdi5zd2lwZXItYmxvY2tfX2l0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICAmX3R5cGVfY2VudGVyIHtcbiAgICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcbiAgfVxufVxuIl19 */
|
|
@@ -1,6 +1,71 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
.switch {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
border-radius: 50px;
|
|
5
|
+
cursor: pointer;
|
|
6
|
+
transition: 0.4s;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
display: flex;
|
|
9
|
+
&__checkbox {
|
|
10
|
+
position: absolute;
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 100%;
|
|
13
|
+
left: 0;
|
|
14
|
+
top: 0;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
appearance: none;
|
|
17
|
+
border: 0;
|
|
18
|
+
margin: 0;
|
|
19
|
+
z-index: 2;
|
|
20
|
+
&:checked {
|
|
21
|
+
& + .switch__bg {
|
|
22
|
+
background: var(--color-accent-primary);
|
|
23
|
+
}
|
|
24
|
+
& ~ .switch__toggle {
|
|
25
|
+
left: 100%;
|
|
26
|
+
margin: 0 0 0 -3px;
|
|
27
|
+
background: var(--color-accent-item-primary);
|
|
28
|
+
transform: translate(-100%, -50%);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
&:disabled {
|
|
32
|
+
& + .switch__bg {
|
|
33
|
+
background: var(--color-surface-disabled);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
&__bg {
|
|
38
|
+
width: 100%;
|
|
39
|
+
flex: 1;
|
|
40
|
+
background: var(--color-surface-tertiary);
|
|
41
|
+
transition: all 0.25s;
|
|
42
|
+
}
|
|
43
|
+
&__toggle {
|
|
44
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
45
|
+
height: calc(100% - 6px);
|
|
46
|
+
position: absolute;
|
|
47
|
+
aspect-ratio: 1/1;
|
|
48
|
+
top: 50%;
|
|
49
|
+
transform: translate(3px, -50%);
|
|
50
|
+
left: 0;
|
|
51
|
+
background: #fff;
|
|
52
|
+
border-radius: 50%;
|
|
53
|
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
54
|
+
transition: all 0.25s;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.switch {
|
|
58
|
+
&&_size {
|
|
59
|
+
@each $size in normal, compact {
|
|
60
|
+
&_$(size) {
|
|
61
|
+
min-width: var(--switch-size-$(size)-width);
|
|
62
|
+
min-height: var(--switch-size-$(size)-height);
|
|
63
|
+
max-width: var(--switch-size-$(size)-width);
|
|
64
|
+
max-height: var(--switch-size-$(size)-height);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
4
69
|
:root {
|
|
5
70
|
--switch-size-normal-width: 52px;
|
|
6
71
|
--switch-size-normal-height: 32px;
|
|
@@ -8,5 +73,3 @@
|
|
|
8
73
|
--switch-size-compact-width: 40px;
|
|
9
74
|
--switch-size-compact-height: 24px;
|
|
10
75
|
}
|
|
11
|
-
|
|
12
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1N3aXRjaC9Td2l0Y2guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IlN3aXRjaC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9zd2l0Y2guY3NzJztcbkBpbXBvcnQgJy4vY3NzL3N3aXRjaF9zaXplLmNzcyc7XG5cbjpyb290IHtcbiAgLS1zd2l0Y2gtc2l6ZS1ub3JtYWwtd2lkdGg6IDUycHg7XG4gIC0tc3dpdGNoLXNpemUtbm9ybWFsLWhlaWdodDogMzJweDtcblxuICAtLXN3aXRjaC1zaXplLWNvbXBhY3Qtd2lkdGg6IDQwcHg7XG4gIC0tc3dpdGNoLXNpemUtY29tcGFjdC1oZWlnaHQ6IDI0cHg7XG59XG4iXX0= */
|
|
@@ -1,15 +1,75 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
.tab {
|
|
2
|
+
&__label {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
align-content: center;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
.tab-group {
|
|
9
|
+
position: relative;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-flow: row wrap;
|
|
12
|
+
align-items: stretch;
|
|
13
|
+
& .tab {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-flow: column nowrap;
|
|
16
|
+
justify-content: flex-end;
|
|
17
|
+
&__wrapper {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex: 1;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
align-items: center;
|
|
22
|
+
gap: 4px;
|
|
23
|
+
}
|
|
24
|
+
&__label {
|
|
25
|
+
display: flex;
|
|
26
|
+
flex: 1;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
div.tab-reset {
|
|
31
|
+
& .tab__wrapper {
|
|
32
|
+
padding: 0;
|
|
33
|
+
gap: 0;
|
|
34
|
+
margin: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.tab {
|
|
38
|
+
@each $val in flex-start, flex-end, center, space-between, space-around, space-evenly {
|
|
39
|
+
&_justify-content_$(val) {
|
|
40
|
+
& > a {
|
|
41
|
+
justify-content: $(val);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.tab {
|
|
47
|
+
&_shape {
|
|
48
|
+
&_rounded {
|
|
49
|
+
border-radius: var(--tab-shape-rounded, 12px);
|
|
50
|
+
}
|
|
51
|
+
&_circular {
|
|
52
|
+
border-radius: 50%;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.tab {
|
|
57
|
+
&_size {
|
|
58
|
+
@each $size in normal, compact, xxs, xs, s, m, l, xl, xxl {
|
|
59
|
+
&_$(size) {
|
|
60
|
+
^^&__wrapper {
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
padding: var(--tab-size-$(size)-padding);
|
|
64
|
+
gap: var(--tab-size-$(size)-gap);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
8
70
|
:root {
|
|
9
71
|
--tab-size-normal-padding: 10px;
|
|
10
72
|
--tab-size-normal-gap: 10px;
|
|
11
73
|
--tab-size-compact-padding: 10px;
|
|
12
74
|
--tab-size-compact-gap: 10px;
|
|
13
75
|
}
|
|
14
|
-
|
|
15
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RhYi9UYWIuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IlRhYi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy90YWIuY3NzJztcbkBpbXBvcnQgJy4vY3NzL3RhYi1ncm91cC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvdGFiLXJlc2V0LmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy90YWJfanVzdGlmeS1jb250ZW50LmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy90YWJfc2hhcGUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL3RhYl9zaXplLmNzcyc7XG5cbjpyb290IHtcbiAgLS10YWItc2l6ZS1ub3JtYWwtcGFkZGluZzogMTBweDtcbiAgLS10YWItc2l6ZS1ub3JtYWwtZ2FwOiAxMHB4O1xuICAtLXRhYi1zaXplLWNvbXBhY3QtcGFkZGluZzogMTBweDtcbiAgLS10YWItc2l6ZS1jb21wYWN0LWdhcDogMTBweDtcbn1cbiJdfQ== */
|
|
@@ -1,6 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
.text {}
|
|
2
|
+
.text {
|
|
3
|
+
&&&&_mode {
|
|
4
|
+
&_skeleton {
|
|
5
|
+
color: transparent;
|
|
6
|
+
background-image: linear-gradient(
|
|
7
|
+
90deg,
|
|
8
|
+
var(--color-surface-secondary),
|
|
9
|
+
var(--color-surface-tertiary),
|
|
10
|
+
var(--color-surface-secondary)
|
|
11
|
+
);
|
|
12
|
+
background-size: 200%;
|
|
13
|
+
border-radius: 6px;
|
|
14
|
+
animation: text-skeleton 3s infinite linear;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
@keyframes text-skeleton {
|
|
19
|
+
0% {
|
|
20
|
+
background-position: 200%;
|
|
21
|
+
}
|
|
22
|
+
100% {
|
|
23
|
+
background-position: -200%;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.text_size {
|
|
27
|
+
@each $sizeText in xxs, xs, s, m, l, xl, xxl {
|
|
28
|
+
&_$(sizeText) {
|
|
29
|
+
padding: 0;
|
|
30
|
+
margin: 0;
|
|
31
|
+
@mixin text-$(sizeText);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
@each $size in h1, h2, h3, h4, h5, h6 {
|
|
35
|
+
&_$(size) {
|
|
36
|
+
padding: 0;
|
|
37
|
+
margin: 0;
|
|
38
|
+
@mixin $(size);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
@each $sizeP in p {
|
|
42
|
+
&_$(sizeP) {
|
|
43
|
+
@mixin $(sizeP);
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding: 0;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.text {
|
|
50
|
+
&&_type {
|
|
51
|
+
@each $type in accent, primary, secondary, tertiary, surface, success, error {
|
|
52
|
+
&_$(type) {
|
|
53
|
+
color: var(--color-$(type)-text-$(type));
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -1,5 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
.textarea {
|
|
2
|
+
width: 100%;
|
|
3
|
+
min-width: 100%;
|
|
4
|
+
min-height: var(--textarea-min-height, 160px);
|
|
5
|
+
max-height: var(--textarea-max-height, 160px);
|
|
6
|
+
padding: var(--textarea-padding, 16px 16px);
|
|
7
|
+
padding: 0;
|
|
8
|
+
margin: 0;
|
|
9
|
+
border: none;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
outline: 0;
|
|
12
|
+
resize: none;
|
|
13
|
+
appearance: none;
|
|
14
|
+
&:read-only {
|
|
15
|
+
color: var(--color-surface-text-tertiary);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.textarea {
|
|
19
|
+
&_shape {
|
|
20
|
+
&_rounded {
|
|
21
|
+
border-radius: var(--textarea-shape-rounded, 4px);
|
|
22
|
+
position: relative;
|
|
23
|
+
}
|
|
24
|
+
&_underline {
|
|
25
|
+
border-left: none !important;
|
|
26
|
+
border-top: none !important;
|
|
27
|
+
border-right: none !important;
|
|
28
|
+
position: relative;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.textarea {
|
|
33
|
+
&&_size {
|
|
34
|
+
@each $sizeValue in xs, s, m, l, xl, xxl {
|
|
35
|
+
&_$(sizeValue) {
|
|
36
|
+
padding: var(--textarea-size-$(sizeValue)-padding);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -1,6 +1,47 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
.tile {
|
|
2
|
+
&__wrapper {
|
|
3
|
+
position: relative;
|
|
4
|
+
flex: var(--tile-wrapper-flex, auto);
|
|
5
|
+
& .group {
|
|
6
|
+
flex: var(--tile-wrapper-group-flex, auto);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
&__title {
|
|
10
|
+
margin-right: var(--tile-title-margin-right, initial);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
.tile {
|
|
14
|
+
&_shape {
|
|
15
|
+
&_rounded {
|
|
16
|
+
border-radius: var(--tile-shape-rounded, 12px);
|
|
17
|
+
}
|
|
18
|
+
&_circular {
|
|
19
|
+
border-radius: 50%;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.tile {
|
|
24
|
+
&_size {
|
|
25
|
+
@each $size in normal, compact {
|
|
26
|
+
&_$(size) {
|
|
27
|
+
padding: var(--tile-size-$(size)-padding);
|
|
28
|
+
min-width: var(--tile-size-$(size)-min-width);
|
|
29
|
+
& ^^&__wrapper {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-flow: column;
|
|
32
|
+
gap: var(--tile-size-$(size)-gap);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.tile {
|
|
39
|
+
&_type {
|
|
40
|
+
&_icon {
|
|
41
|
+
padding: var(--tile-type-icon-padding, 16px);
|
|
42
|
+
^^&__icon {
|
|
43
|
+
margin: 0 0 16px 0;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -1,7 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
.title {
|
|
2
|
+
&__wrapper {
|
|
3
|
+
display: inline-block;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
.title {
|
|
7
|
+
&&_mode {
|
|
8
|
+
&_skeleton {
|
|
9
|
+
color: transparent;
|
|
10
|
+
background-image: linear-gradient(
|
|
11
|
+
90deg,
|
|
12
|
+
var(--color-surface-secondary),
|
|
13
|
+
var(--color-surface-tertiary),
|
|
14
|
+
var(--color-surface-secondary)
|
|
15
|
+
);
|
|
16
|
+
background-size: 200%;
|
|
17
|
+
border-radius: 6px;
|
|
18
|
+
animation: title-skeleton 3s infinite linear;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
@keyframes title-skeleton {
|
|
23
|
+
0% {
|
|
24
|
+
background-position: 200%;
|
|
25
|
+
}
|
|
26
|
+
100% {
|
|
27
|
+
background-position: -200%;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
.title_size {
|
|
31
|
+
@each $size in h1, h2, h3, h4, h5, h6 {
|
|
32
|
+
&_$(size) {
|
|
33
|
+
padding: 0;
|
|
34
|
+
margin: 0;
|
|
35
|
+
@mixin $(size);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.title {
|
|
40
|
+
&&_type {
|
|
41
|
+
@each $type in accent, primary, secondary, tertiary, surface, success, error {
|
|
42
|
+
&_$(type) {
|
|
43
|
+
color: var(--color-$(type)-text-$(type));
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.title_direction {
|
|
49
|
+
&_horizontal {
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: row;
|
|
52
|
+
align-items: flex-start;
|
|
53
|
+
}
|
|
54
|
+
&_vertical {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
align-items: flex-start;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -1,13 +1,127 @@
|
|
|
1
|
-
|
|
1
|
+
.tooltip {
|
|
2
|
+
width: fit-content;
|
|
3
|
+
position: relative;
|
|
4
|
+
display: flex;
|
|
5
|
+
visibility: hidden;
|
|
6
|
+
opacity: 0%;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@keyframes tooltipShowAnimation {
|
|
10
|
+
0% {
|
|
11
|
+
visibility: hidden;
|
|
12
|
+
opacity: 0%;
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
visibility: visible;
|
|
16
|
+
opacity: 100%;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@keyframes tooltipHideAnimation {
|
|
21
|
+
0% {
|
|
22
|
+
visibility: visible;
|
|
23
|
+
opacity: 100%;
|
|
24
|
+
}
|
|
25
|
+
100% {
|
|
26
|
+
visibility: hidden;
|
|
27
|
+
opacity: 0%;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
2
30
|
|
|
3
|
-
|
|
4
|
-
|
|
31
|
+
.tooltip {
|
|
32
|
+
&_size {
|
|
33
|
+
@each $size in s, m, l {
|
|
34
|
+
&_$(size) {
|
|
35
|
+
max-width: 400px;
|
|
36
|
+
padding: var(--tooltip-size-$(size)-padding);
|
|
37
|
+
^^&__inner {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-flow: column nowrap;
|
|
40
|
+
gap: var(--tooltip-size-$(size)-gap);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
5
46
|
|
|
6
|
-
|
|
7
|
-
|
|
47
|
+
.tooltip {
|
|
48
|
+
&_shape {
|
|
49
|
+
&_rounded {
|
|
50
|
+
border-radius: var(--tooltip-shape-rounded-default, 12px);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
8
54
|
|
|
9
|
-
|
|
10
|
-
|
|
55
|
+
.tooltip {
|
|
56
|
+
&_type_arrow {
|
|
57
|
+
&::after {
|
|
58
|
+
width: var(--tooltip-arrow-width);
|
|
59
|
+
height: var(--tooltip-arrow-height);
|
|
60
|
+
border-radius: var(--tooltip-arrow-radius);
|
|
61
|
+
position: absolute;
|
|
62
|
+
content: '';
|
|
63
|
+
display: block;
|
|
64
|
+
z-index: 0;
|
|
65
|
+
background-color: var(--tooltip-arrow-color, #fff);
|
|
66
|
+
}
|
|
67
|
+
^&__inner {
|
|
68
|
+
position: relative;
|
|
69
|
+
background-color: inherit;
|
|
70
|
+
z-index: 1;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.tooltip {
|
|
76
|
+
&_arrow_position {
|
|
77
|
+
&_top {
|
|
78
|
+
&::after {
|
|
79
|
+
top: 0;
|
|
80
|
+
left: 50%;
|
|
81
|
+
transform: translate(-50%, calc(calc(var(--tooltip-arrow-width) / 2) * -1)) rotate(45deg);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
&_left {
|
|
85
|
+
&::after {
|
|
86
|
+
top: 50%;
|
|
87
|
+
left: 0;
|
|
88
|
+
transform: translate(calc(calc(var(--tooltip-arrow-width) / 2) * -1), -50%) rotate(45deg);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
&_right {
|
|
92
|
+
&::after {
|
|
93
|
+
top: 50%;
|
|
94
|
+
right: 0;
|
|
95
|
+
transform: translate(calc(var(--tooltip-arrow-width) / 2), -50%) rotate(45deg);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
&_bottom {
|
|
99
|
+
&::after {
|
|
100
|
+
bottom: 0;
|
|
101
|
+
left: 50%;
|
|
102
|
+
transform: translate(-50%, calc(var(--tooltip-arrow-width) / 2)) rotate(45deg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.tooltip {
|
|
109
|
+
&&_state_close {
|
|
110
|
+
visibility: hidden;
|
|
111
|
+
animation-duration: 0.2s;
|
|
112
|
+
animation-name: tooltipHideAnimation;
|
|
113
|
+
opacity: 0%;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.tooltip {
|
|
118
|
+
&&_state_open {
|
|
119
|
+
visibility: visible;
|
|
120
|
+
animation-duration: 0.5s;
|
|
121
|
+
animation-name: tooltipShowAnimation;
|
|
122
|
+
opacity: 100%;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
11
125
|
|
|
12
126
|
:root {
|
|
13
127
|
--tooltip-size-m-padding: 0;
|
|
@@ -22,5 +136,3 @@
|
|
|
22
136
|
|
|
23
137
|
--tooltip-arrow-color: var(--color-surface-primary);
|
|
24
138
|
}
|
|
25
|
-
|
|
26
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvVG9vbHRpcC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiVG9vbHRpcC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy90b29sdGlwLmNzcyc7XG5cbkBpbXBvcnQgJy4vY3NzL3Rvb2x0aXBfc2l6ZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvdG9vbHRpcF9zaGFwZS5jc3MnO1xuXG5AaW1wb3J0ICcuL2Nzcy90b29sdGlwX3R5cGVfYXJyb3cuY3NzJztcbkBpbXBvcnQgJy4vY3NzL3Rvb2x0aXBfYXJyb3dfcG9zaXRpb24uY3NzJztcblxuQGltcG9ydCAnLi9jc3MvdG9vbHRpcF9zdGF0ZV9jbG9zZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvdG9vbHRpcF9zdGF0ZV9vcGVuLmNzcyc7XG5cbjpyb290IHtcbiAgLS10b29sdGlwLXNpemUtbS1wYWRkaW5nOiAwO1xuICAtLXRvb2x0aXAtc2l6ZS1zLXBhZGRpbmc6IDA7XG5cbiAgLS10b29sdGlwLXNpemUtbS1nYXA6IDA7XG4gIC0tdG9vbHRpcC1zaXplLXMtZ2FwOiAwO1xuXG4gIC0tdG9vbHRpcC1hcnJvdy13aWR0aDogMTRweDtcbiAgLS10b29sdGlwLWFycm93LWhlaWdodDogMTRweDtcbiAgLS10b29sdGlwLWFycm93LXJhZGl1czogMnB4O1xuXG4gIC0tdG9vbHRpcC1hcnJvdy1jb2xvcjogdmFyKC0tY29sb3Itc3VyZmFjZS1wcmltYXJ5KTtcbn1cbiJdfQ== */
|
|
@@ -1,7 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
.video {
|
|
2
|
+
}
|
|
3
|
+
.video {
|
|
4
|
+
&&_position {
|
|
5
|
+
&_center {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
align-items: center;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.video {
|
|
13
|
+
&&_type_cover {
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
position: relative;
|
|
17
|
+
overflow: hidden;
|
|
18
|
+
^&__wrapper {
|
|
19
|
+
min-width: 100%;
|
|
20
|
+
min-height: 100%;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
.video {
|
|
25
|
+
&&_type_full {
|
|
26
|
+
position: relative;
|
|
27
|
+
^&__wrapper {
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.video {
|
|
33
|
+
&&_type_grid-item {
|
|
34
|
+
position: relative;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,5 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
.wrapper {
|
|
2
|
+
width: 100%;
|
|
3
|
+
&__inner {
|
|
4
|
+
width: 100%;
|
|
5
|
+
max-width: var(--max);
|
|
6
|
+
margin: 0 auto;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.wrapper {
|
|
10
|
+
&_resize-horizontal {
|
|
11
|
+
&_hug {
|
|
12
|
+
display: inline-flex;
|
|
13
|
+
}
|
|
14
|
+
&_fill {
|
|
15
|
+
min-height: 100%;
|
|
16
|
+
flex: 1;
|
|
17
|
+
}
|
|
18
|
+
&__inner {
|
|
4
19
|
|
|
5
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.wrapper {
|
|
24
|
+
&_resize-vertical {
|
|
25
|
+
&_hug {
|
|
26
|
+
display: inline-flex;
|
|
27
|
+
}
|
|
28
|
+
&_fill {
|
|
29
|
+
flex: 1;
|
|
30
|
+
display: flex;
|
|
31
|
+
^^&__inner {
|
|
32
|
+
flex: 1;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -3,5 +3,3 @@
|
|
|
3
3
|
margin: 0 auto;
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
|
|
7
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zdHlsZXMvYWxpZ24vYWxpZ24uY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6ImFsaWduLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5hbGlnbiB7XG4gICZfY2VudGVyIHtcbiAgICBtYXJnaW46IDAgYXV0bztcbiAgfVxufVxuIl19 */
|
|
@@ -48,5 +48,3 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zdHlsZXMvYWxpZ24vYWxpZ25faG9yaXpvbnRhbC1yZXZlcnNlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJhbGlnbl9ob3Jpem9udGFsLXJldmVyc2UuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmFsaWduIHtcbiAgJl9ob3Jpem9udGFsLXJldmVyc2Uge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IHJvdy1yZXZlcnNlO1xuICAgICZeJl90b3Age1xuICAgICAgJi1sZWZ0IHtcbiAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgICB9XG4gICAgICAmLWNlbnRlciB7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgfVxuICAgICAgJi1yaWdodCB7XG4gICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgICAgIH1cbiAgICB9XG4gICAgJl4mX2xlZnQge1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICB9XG4gICAgJl4mX2NlbnRlciB7XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgfVxuICAgICZeJl9yaWdodCB7XG4gICAgICB0ZXh0LWFsaWduOiByaWdodDtcbiAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIH1cbiAgICAmXiZfYm90dG9tIHtcbiAgICAgICYtbGVmdCB7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LWVuZDtcbiAgICAgIH1cbiAgICAgICYtY2VudGVyIHtcbiAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtZW5kO1xuICAgICAgfVxuICAgICAgJi1yaWdodCB7XG4gICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
|
|
@@ -65,5 +65,3 @@
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
|
|
69
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zdHlsZXMvYWxpZ24vYWxpZ25faG9yaXpvbnRhbC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiYWxpZ25faG9yaXpvbnRhbC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuYWxpZ24ge1xuICAmX2hvcml6b250YWwge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAmXiZfdG9wIHtcbiAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgJi1sZWZ0IHtcbiAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgICB9XG4gICAgICAmLWNlbnRlciB7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgfVxuICAgICAgJi1yaWdodCB7XG4gICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgICAgIH1cbiAgICAgICYtYXV0byB7XG4gICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgfVxuICAgIH1cbiAgICAmXiZfbGVmdCB7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIH1cbiAgICAmXiZfY2VudGVyIHtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgICYtYXV0byB7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgfVxuICAgIH1cbiAgICAmXiZfcmlnaHQge1xuICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICB9XG4gICAgJl4mX2JvdHRvbSB7XG4gICAgICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gICAgICAmLWxlZnQge1xuICAgICAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gICAgICB9XG4gICAgICAmLWNlbnRlciB7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LWVuZDtcbiAgICAgIH1cbiAgICAgICYtcmlnaHQge1xuICAgICAgICB0ZXh0LWFsaWduOiByaWdodDtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbiAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtZW5kO1xuICAgICAgfVxuICAgICAgJi1hdXRvIHtcbiAgICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtZW5kO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */
|
|
@@ -47,5 +47,3 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zdHlsZXMvYWxpZ24vYWxpZ25fdmVydGljYWwtcmV2ZXJzZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiYWxpZ25fdmVydGljYWwtcmV2ZXJzZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuYWxpZ24ge1xuICAmX3ZlcnRpY2FsLXJldmVyc2Uge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAmXiZfdG9wIHtcbiAgICAgICYtbGVmdCB7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgfVxuICAgICAgJi1jZW50ZXIge1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICB9XG4gICAgICAmLXJpZ2h0IHtcbiAgICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LWVuZDtcbiAgICAgIH1cbiAgICB9XG4gICAgJl4mX2xlZnQge1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgICB9XG4gICAgJl4mX2NlbnRlciB7XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgfVxuICAgICZeJl9yaWdodCB7XG4gICAgICB0ZXh0LWFsaWduOiByaWdodDtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgYWxpZ24taXRlbXM6IGZsZXgtZW5kO1xuICAgIH1cbiAgICAmXiZfYm90dG9tIHtcbiAgICAgICYtbGVmdCB7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgfVxuICAgICAgJi1jZW50ZXIge1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICB9XG4gICAgICAmLXJpZ2h0IHtcbiAgICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LWVuZDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -62,5 +62,3 @@
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
|
|
66
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zdHlsZXMvYWxpZ24vYWxpZ25fdmVydGljYWwuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6ImFsaWduX3ZlcnRpY2FsLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5hbGlnbiB7XG4gICZfdmVydGljYWwge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAmXiZfdG9wIHtcbiAgICAgICYtbGVmdCB7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgfVxuICAgICAgJi1jZW50ZXIge1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICB9XG4gICAgICAmLXJpZ2h0IHtcbiAgICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LWVuZDtcbiAgICAgIH1cbiAgICAgICYtYXV0byB7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgfVxuICAgIH1cbiAgICAmXiZfbGVmdCB7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgIH1cbiAgICAmXiZfY2VudGVyIHtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgICYtYXV0byB7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgfVxuICAgIH1cbiAgICAmXiZfcmlnaHQge1xuICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LWVuZDtcbiAgICB9XG4gICAgJl4mX2JvdHRvbSB7XG4gICAgICAmLWxlZnQge1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgICAgIH1cbiAgICAgICYtY2VudGVyIHtcbiAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgfVxuICAgICAgJi1yaWdodCB7XG4gICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgICAgICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gICAgICB9XG4gICAgICAmLWF1dG8ge1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|