@itcase/ui 1.1.17 → 1.1.19
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
|
@@ -1,8 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
.logo {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-flow: column nowrap;
|
|
4
|
+
&__link {
|
|
5
|
+
font-size: 0;
|
|
6
|
+
&-second {
|
|
7
|
+
font-size: 0;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
.logo {
|
|
12
|
+
@each $val in stretch, flex-start, flex-end, center, baseline, auto {
|
|
13
|
+
&_align-items_$(val) {
|
|
14
|
+
align-items: $(val);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.logo {
|
|
19
|
+
&&_mode {
|
|
20
|
+
&_skeleton {
|
|
21
|
+
background-image: linear-gradient(
|
|
22
|
+
90deg,
|
|
23
|
+
var(--color-surface-secondary),
|
|
24
|
+
var(--color-surface-tertiary),
|
|
25
|
+
var(--color-surface-secondary)
|
|
26
|
+
);
|
|
27
|
+
background-size: 200%;
|
|
28
|
+
border-radius: 6px;
|
|
29
|
+
animation: logo-skeleton 3s infinite linear;
|
|
30
|
+
^^&__image {
|
|
31
|
+
opacity: 0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
@keyframes logo-skeleton {
|
|
37
|
+
0% {
|
|
38
|
+
background-position: 200%;
|
|
39
|
+
}
|
|
40
|
+
100% {
|
|
41
|
+
background-position: -200%;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.logo {
|
|
45
|
+
&_size {
|
|
46
|
+
@each $size in xs, s, m, l, xl {
|
|
47
|
+
&_$(size) {
|
|
48
|
+
^^&__image {
|
|
49
|
+
width: var(--logo-size-$(size)-width);
|
|
50
|
+
height: var(--logo-size-$(size)-height);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
6
56
|
:root {
|
|
7
57
|
--logo-size-l-width: 240px;
|
|
8
58
|
--logo-size-l-height: 90px;
|
|
@@ -13,5 +63,3 @@
|
|
|
13
63
|
--logo-size-s-width: 140px;
|
|
14
64
|
--logo-size-s-height: 52px;
|
|
15
65
|
}
|
|
16
|
-
|
|
17
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvZ28vTG9nby5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiTG9nby5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9sb2dvLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9sb2dvX2FsaWduLWl0ZW1zLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9sb2dvX21vZGVfc2tlbGV0b24uY3NzJztcbkBpbXBvcnQgJy4vY3NzL2xvZ29fc2l6ZS5jc3MnO1xuXG46cm9vdCB7XG4gIC0tbG9nby1zaXplLWwtd2lkdGg6IDI0MHB4O1xuICAtLWxvZ28tc2l6ZS1sLWhlaWdodDogOTBweDtcblxuICAtLWxvZ28tc2l6ZS1tLXdpZHRoOiAyMDBweDtcbiAgLS1sb2dvLXNpemUtbS1oZWlnaHQ6IDc1cHg7XG5cbiAgLS1sb2dvLXNpemUtcy13aWR0aDogMTQwcHg7XG4gIC0tbG9nby1zaXplLXMtaGVpZ2h0OiA1MnB4O1xufVxuIl19 */
|
|
@@ -1,7 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
.menu {
|
|
2
|
+
&__wrapper {
|
|
3
|
+
display: flex;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
.menu {
|
|
7
|
+
&_columns {
|
|
8
|
+
@each $val in 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 {
|
|
9
|
+
&_$(val) {
|
|
10
|
+
& .menu {
|
|
11
|
+
display: block;
|
|
12
|
+
& ^^^&__wrapper {
|
|
13
|
+
display: grid;
|
|
14
|
+
box-decoration-break: clone;
|
|
15
|
+
grid-template-columns: repeat($(val), max-content);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.menu {
|
|
23
|
+
&_direction {
|
|
24
|
+
@each $val in row, row-reverse, column, column-reverse {
|
|
25
|
+
&_$(val) {
|
|
26
|
+
^^&__wrapper {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-direction: $(val);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
&_horizontal {
|
|
33
|
+
^^&__wrapper {
|
|
34
|
+
flex-flow: row wrap;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
&_vertical {
|
|
38
|
+
^^&__wrapper {
|
|
39
|
+
flex-flow: column wrap;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.menu {
|
|
45
|
+
&_type {
|
|
46
|
+
@each $type in accent, primary, secondary, tertiary, surface {
|
|
47
|
+
&_$(type) {
|
|
48
|
+
@each $color in primary, secondary, tertiary, quaternary, accent {
|
|
49
|
+
& .menu-item__label {
|
|
50
|
+
color: var(--color-$(type)-text-$(color));
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
5
57
|
@improt './css/menu_type_border.css';
|
|
6
|
-
|
|
7
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL01lbnUvTWVudS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiTWVudS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9tZW51LmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9tZW51X2NvbHVtbnMuY3NzJztcbkBpbXBvcnQgJy4vY3NzL21lbnVfZGlyZWN0aW9uLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9tZW51X3R5cGUuY3NzJztcbkBpbXByb3QgJy4vY3NzL21lbnVfdHlwZV9ib3JkZXIuY3NzJztcbiJdfQ== */
|
|
@@ -1,11 +1,85 @@
|
|
|
1
|
-
|
|
1
|
+
.menu-item {
|
|
2
|
+
&__label {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
gap: 4px;
|
|
6
|
+
align-content: center;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.menu-item {
|
|
11
|
+
&_direction {
|
|
12
|
+
&_horizontal {
|
|
13
|
+
display: flex;
|
|
14
|
+
^^&__label {
|
|
15
|
+
width: 100%;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
&_vertical {
|
|
19
|
+
display: flex;
|
|
20
|
+
^^&__label {
|
|
21
|
+
width: 100%;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
2
26
|
|
|
3
|
-
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
27
|
+
.menu-item {
|
|
28
|
+
@each $val in flex-start, flex-end, center, space-between, space-around, space-evenly {
|
|
29
|
+
&_justify-content_$(val) {
|
|
30
|
+
& > a {
|
|
31
|
+
justify-content: $(val);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.menu-item {
|
|
38
|
+
&_set {
|
|
39
|
+
&_filter {
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
padding: var(--menu-item-set-filter-padding, 0);
|
|
42
|
+
color: var(--color-surface-text-primary);
|
|
43
|
+
&:not(:last-child) {
|
|
44
|
+
border-right: var(--menu-item-set-filter-border-right: initial);
|
|
45
|
+
}
|
|
46
|
+
&_active {
|
|
47
|
+
& span {
|
|
48
|
+
color: var(--menu-item-set-filter-active-color, initial);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.menu-item {
|
|
56
|
+
&_set {
|
|
57
|
+
&_subitem {
|
|
58
|
+
transform: translate(var(--menu-item-set-subitem-padding-left, 32px), 0);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.menu-item {
|
|
64
|
+
&_shape {
|
|
65
|
+
&_rounded {
|
|
66
|
+
border-radius: var(--menu-item-shape-rounded, 12px);
|
|
67
|
+
}
|
|
68
|
+
&_circular {
|
|
69
|
+
border-radius: 50%;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.menu-item {
|
|
75
|
+
&_size {
|
|
76
|
+
@each $size in xs, s, m, l, xl, xxl {
|
|
77
|
+
&_$(size) {
|
|
78
|
+
padding: var(--menu-item-size-$(size)-padding);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
9
83
|
|
|
10
84
|
:root {
|
|
11
85
|
--menu-item-size-xxs-padding: 0 4px;
|
|
@@ -16,5 +90,3 @@
|
|
|
16
90
|
--menu-item-size-xl-padding: 10px 8px;
|
|
17
91
|
--menu-item-size-xxl-padding: 12px 10px;
|
|
18
92
|
}
|
|
19
|
-
|
|
20
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL01lbnVJdGVtL01lbnVJdGVtLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJNZW51SXRlbS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9tZW51LWl0ZW0uY3NzJztcblxuQGltcG9ydCAnLi9jc3MvbWVudS1pdGVtX2RpcmVjdGlvbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbWVudS1pdGVtX2p1c3RpZnktY29udGVudC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbWVudS1pdGVtX3NldF9maWx0ZXIuY3NzJztcbkBpbXBvcnQgJy4vY3NzL21lbnUtaXRlbV9zZXRfc3ViaXRlbS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbWVudS1pdGVtX3NoYXBlLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9tZW51LWl0ZW1fc2l6ZS5jc3MnO1xuXG46cm9vdCB7XG4gIC0tbWVudS1pdGVtLXNpemUteHhzLXBhZGRpbmc6IDAgNHB4O1xuICAtLW1lbnUtaXRlbS1zaXplLXhzLXBhZGRpbmc6IDAgNHB4O1xuICAtLW1lbnUtaXRlbS1zaXplLXMtcGFkZGluZzogM3B4IDRweDtcbiAgLS1tZW51LWl0ZW0tc2l6ZS1tLXBhZGRpbmc6IDRweCA0cHg7XG4gIC0tbWVudS1pdGVtLXNpemUtbC1wYWRkaW5nOiA2cHggNnB4O1xuICAtLW1lbnUtaXRlbS1zaXplLXhsLXBhZGRpbmc6IDEwcHggOHB4O1xuICAtLW1lbnUtaXRlbS1zaXplLXh4bC1wYWRkaW5nOiAxMnB4IDEwcHg7XG59XG4iXX0= */
|
|
@@ -1,5 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
.modal {
|
|
2
|
+
width: 100%;
|
|
3
|
+
min-height: 100%;
|
|
4
|
+
position: fixed;
|
|
5
|
+
display: none;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
align-items: center;
|
|
8
|
+
left: 0;
|
|
9
|
+
top: 0;
|
|
10
|
+
z-index: 1000000;
|
|
11
|
+
&__overlay {
|
|
12
|
+
z-index: -1;
|
|
13
|
+
}
|
|
14
|
+
&&_state_visible {
|
|
15
|
+
display: flex;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.modal-shape {
|
|
19
|
+
&_rounded {
|
|
20
|
+
border-radius: var(--modal-shape-rounded, 20px);
|
|
21
|
+
}
|
|
22
|
+
&_circular {
|
|
23
|
+
border-radius: 50%;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.modal-content {
|
|
27
|
+
width: 100%;
|
|
28
|
+
min-width: 200px;
|
|
29
|
+
min-height: 200px;
|
|
30
|
+
max-width: var(--modal-max-width, 1200px);
|
|
31
|
+
position: relative;
|
|
32
|
+
z-index: 100;
|
|
33
|
+
&:focus {
|
|
34
|
+
outline: 0;
|
|
35
|
+
}
|
|
36
|
+
&__wrapper {
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -1,11 +1,143 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
.notification {
|
|
2
|
+
}
|
|
3
|
+
.notification {
|
|
4
|
+
&&_type_global {
|
|
5
|
+
background: none;
|
|
6
|
+
padding: 0;
|
|
7
|
+
position: fixed;
|
|
8
|
+
top: 0;
|
|
9
|
+
right: 0;
|
|
10
|
+
z-index: 1000;
|
|
11
|
+
^&__wrapper {
|
|
12
|
+
width: 100%;
|
|
13
|
+
position: relative;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-flow: column nowrap;
|
|
16
|
+
align-items: flex-end;
|
|
17
|
+
top: 20px;
|
|
18
|
+
right: 40px;
|
|
19
|
+
gap: 20px;
|
|
20
|
+
^^&__item {
|
|
21
|
+
width: 320px;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.notification__item {
|
|
27
|
+
&_set {
|
|
28
|
+
&_float {
|
|
29
|
+
width: 100%;
|
|
30
|
+
border-radius: var(--notification-item-set-float-border-radius, 8px);
|
|
31
|
+
@mixin elevation-8;
|
|
32
|
+
^^&-wrapper {
|
|
33
|
+
padding: var(--notification-item-set-float-padding, 12px 16px);
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
gap: 4px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.notification__item {
|
|
42
|
+
&_set {
|
|
43
|
+
&_top {
|
|
44
|
+
width: 100%;
|
|
45
|
+
^^&-wrapper {
|
|
46
|
+
padding: var(--notification-item-set-top-padding, 12px 16px);
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-direction: column;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
align-items: center;
|
|
51
|
+
gap: 4px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.notification__item {
|
|
57
|
+
&_set {
|
|
58
|
+
&_form {
|
|
59
|
+
width: 100%;
|
|
60
|
+
border-radius: var(--notification-item-set-form-border-radius, 8px);
|
|
61
|
+
^^&-wrapper {
|
|
62
|
+
text-align: left;
|
|
63
|
+
padding: var(--notification-item-set-form-padding, 12px 16px);
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
gap: 4px;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.notification__item {
|
|
72
|
+
&_set {
|
|
73
|
+
&_toast {
|
|
74
|
+
width: 100%;
|
|
75
|
+
background: var(--color-surface-primary);
|
|
76
|
+
border-radius: var(--notification-item-set-toast-border-radius, 8px);
|
|
77
|
+
display: flex;
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
gap: 24px;
|
|
80
|
+
@mixin elevation-8;
|
|
81
|
+
^^&-wrapper {
|
|
82
|
+
padding: var(--notification-item-set-toast-padding, 12px 16px);
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
gap: 4px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.notification__item {
|
|
91
|
+
&_status {
|
|
92
|
+
&_success {
|
|
93
|
+
background: var(--color-success-primary);
|
|
94
|
+
^^&-wrapper {
|
|
95
|
+
^^^&-title {
|
|
96
|
+
color: var(--color-success-text-secondary);
|
|
97
|
+
}
|
|
98
|
+
^^^&-text {
|
|
99
|
+
color: var(--color-success-text-secondary);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
&_error {
|
|
104
|
+
background: var(--color-error-primary);
|
|
105
|
+
^^&-wrapper {
|
|
106
|
+
^^^&-title {
|
|
107
|
+
color: var(--color-error-text-secondary);
|
|
108
|
+
}
|
|
109
|
+
^^^&-text {
|
|
110
|
+
color: var(--color-error-text-secondary);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
&_warning {
|
|
115
|
+
background: var(--color-primary-primary);
|
|
116
|
+
^^&-wrapper {
|
|
117
|
+
^^^&-title {
|
|
118
|
+
color: var(--color-primary-text-primary);
|
|
119
|
+
}
|
|
120
|
+
^^^&-text {
|
|
121
|
+
color: var(--color-primary-text-primary);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.notification__item {
|
|
128
|
+
&_type {
|
|
129
|
+
&_close-button {
|
|
130
|
+
^^&-wrapper {
|
|
131
|
+
position: relative;
|
|
132
|
+
^^^&-title {
|
|
133
|
+
margin-right: 40px;
|
|
134
|
+
}
|
|
135
|
+
^^^&-close {
|
|
136
|
+
position: absolute;
|
|
137
|
+
top: 12px;
|
|
138
|
+
right: 16px;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
@@ -13,5 +13,3 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9jc3MvX19pdGVtL25vdGlmaWNhdGlvbl9faXRlbV9zZXRfZmxvYXQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6Im5vdGlmaWNhdGlvbl9faXRlbV9zZXRfZmxvYXQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLm5vdGlmaWNhdGlvbl9faXRlbSB7XG4gICZfc2V0IHtcbiAgICAmX2Zsb2F0IHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgYm9yZGVyLXJhZGl1czogdmFyKC0tbm90aWZpY2F0aW9uLWl0ZW0tc2V0LWZsb2F0LWJvcmRlci1yYWRpdXMsIDhweCk7XG4gICAgICBAbWl4aW4gZWxldmF0aW9uLTg7XG4gICAgICBeXiYtd3JhcHBlciB7XG4gICAgICAgIHBhZGRpbmc6IHZhcigtLW5vdGlmaWNhdGlvbi1pdGVtLXNldC1mbG9hdC1wYWRkaW5nLCAxMnB4IDE2cHgpO1xuICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgICAgICBnYXA6IDRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -13,5 +13,3 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9jc3MvX19pdGVtL25vdGlmaWNhdGlvbl9faXRlbV9zZXRfZm9ybS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoibm90aWZpY2F0aW9uX19pdGVtX3NldF9mb3JtLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5ub3RpZmljYXRpb25fX2l0ZW0ge1xuICAmX3NldCB7XG4gICAgJl9mb3JtIHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgYm9yZGVyLXJhZGl1czogdmFyKC0tbm90aWZpY2F0aW9uLWl0ZW0tc2V0LWZvcm0tYm9yZGVyLXJhZGl1cywgOHB4KTtcbiAgICAgIF5eJi13cmFwcGVyIHtcbiAgICAgICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICAgICAgcGFkZGluZzogdmFyKC0tbm90aWZpY2F0aW9uLWl0ZW0tc2V0LWZvcm0tcGFkZGluZywgMTJweCAxNnB4KTtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgICAgZ2FwOiA0cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
|
|
@@ -17,5 +17,3 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
|
|
21
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9jc3MvX19pdGVtL25vdGlmaWNhdGlvbl9faXRlbV9zZXRfdG9hc3QuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6Im5vdGlmaWNhdGlvbl9faXRlbV9zZXRfdG9hc3QuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLm5vdGlmaWNhdGlvbl9faXRlbSB7XG4gICZfc2V0IHtcbiAgICAmX3RvYXN0IHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29sb3Itc3VyZmFjZS1wcmltYXJ5KTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigtLW5vdGlmaWNhdGlvbi1pdGVtLXNldC10b2FzdC1ib3JkZXItcmFkaXVzLCA4cHgpO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBnYXA6IDI0cHg7XG4gICAgICBAbWl4aW4gZWxldmF0aW9uLTg7XG4gICAgICBeXiYtd3JhcHBlciB7XG4gICAgICAgIHBhZGRpbmc6IHZhcigtLW5vdGlmaWNhdGlvbi1pdGVtLXNldC10b2FzdC1wYWRkaW5nLCAxMnB4IDE2cHgpO1xuICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgICAgICBnYXA6IDRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -13,5 +13,3 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9jc3MvX19pdGVtL25vdGlmaWNhdGlvbl9faXRlbV9zZXRfdG9wLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJub3RpZmljYXRpb25fX2l0ZW1fc2V0X3RvcC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIubm90aWZpY2F0aW9uX19pdGVtIHtcbiAgJl9zZXQge1xuICAgICZfdG9wIHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgXl4mLXdyYXBwZXIge1xuICAgICAgICBwYWRkaW5nOiB2YXIoLS1ub3RpZmljYXRpb24taXRlbS1zZXQtdG9wLXBhZGRpbmcsIDEycHggMTZweCk7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgICBnYXA6IDRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -35,5 +35,3 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9jc3MvX19pdGVtL25vdGlmaWNhdGlvbl9faXRlbV9zdGF0dXMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6Im5vdGlmaWNhdGlvbl9faXRlbV9zdGF0dXMuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLm5vdGlmaWNhdGlvbl9faXRlbSB7XG4gICZfc3RhdHVzIHtcbiAgICAmX3N1Y2Nlc3Mge1xuICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29sb3Itc3VjY2Vzcy1wcmltYXJ5KTtcbiAgICAgIF5eJi13cmFwcGVyIHtcbiAgICAgICAgXl5eJi10aXRsZSB7XG4gICAgICAgICAgY29sb3I6IHZhcigtLWNvbG9yLXN1Y2Nlc3MtdGV4dC1zZWNvbmRhcnkpO1xuICAgICAgICB9XG4gICAgICAgIF5eXiYtdGV4dCB7XG4gICAgICAgICAgY29sb3I6IHZhcigtLWNvbG9yLXN1Y2Nlc3MtdGV4dC1zZWNvbmRhcnkpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgICZfZXJyb3Ige1xuICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29sb3ItZXJyb3ItcHJpbWFyeSk7XG4gICAgICBeXiYtd3JhcHBlciB7XG4gICAgICAgIF5eXiYtdGl0bGUge1xuICAgICAgICAgIGNvbG9yOiB2YXIoLS1jb2xvci1lcnJvci10ZXh0LXNlY29uZGFyeSk7XG4gICAgICAgIH1cbiAgICAgICAgXl5eJi10ZXh0IHtcbiAgICAgICAgICBjb2xvcjogdmFyKC0tY29sb3ItZXJyb3ItdGV4dC1zZWNvbmRhcnkpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgICZfd2FybmluZyB7XG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb2xvci1wcmltYXJ5LXByaW1hcnkpO1xuICAgICAgXl4mLXdyYXBwZXIge1xuICAgICAgICBeXl4mLXRpdGxlIHtcbiAgICAgICAgICBjb2xvcjogdmFyKC0tY29sb3ItcHJpbWFyeS10ZXh0LXByaW1hcnkpO1xuICAgICAgICB9XG4gICAgICAgIF5eXiYtdGV4dCB7XG4gICAgICAgICAgY29sb3I6IHZhcigtLWNvbG9yLXByaW1hcnktdGV4dC1wcmltYXJ5KTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */
|
package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css
CHANGED
|
@@ -15,5 +15,3 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9jc3MvX19pdGVtL25vdGlmaWNhdGlvbl9faXRlbV90eXBlX2Nsb3NlLWJ1dHRvbi5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoibm90aWZpY2F0aW9uX19pdGVtX3R5cGVfY2xvc2UtYnV0dG9uLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5ub3RpZmljYXRpb25fX2l0ZW0ge1xuICAmX3R5cGUge1xuICAgICZfY2xvc2UtYnV0dG9uIHtcbiAgICAgIF5eJi13cmFwcGVyIHtcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICBeXl4mLXRpdGxlIHtcbiAgICAgICAgICBtYXJnaW4tcmlnaHQ6IDQwcHg7XG4gICAgICAgIH1cbiAgICAgICAgXl5eJi1jbG9zZSB7XG4gICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgIHRvcDogMTJweDtcbiAgICAgICAgICByaWdodDogMTZweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */
|
|
@@ -1,5 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
.overlay {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
background: var(--overlay-fill);
|
|
5
|
+
position: absolute;
|
|
6
|
+
left: 0;
|
|
7
|
+
top: 0;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
backdrop-filter: blur(var(--overlay-blur, 10px));
|
|
10
|
+
}
|
|
11
|
+
.overlay {
|
|
12
|
+
&&_state {
|
|
13
|
+
&_visible {
|
|
14
|
+
position: fixed;
|
|
15
|
+
visibility: visible !important;
|
|
16
|
+
animation-name: overlayFadeIn;
|
|
17
|
+
}
|
|
18
|
+
&_hidden {
|
|
19
|
+
animation-name: overlayFaderOut;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
@keyframes overlayFadeIn {
|
|
24
|
+
from {
|
|
25
|
+
opacity: 0%;
|
|
26
|
+
}
|
|
27
|
+
to {
|
|
28
|
+
opacity: 100%;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
@keyframes overlayFaderOut {
|
|
32
|
+
from {
|
|
33
|
+
opacity: 100%;
|
|
34
|
+
}
|
|
35
|
+
to {
|
|
36
|
+
opacity: 0%;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.overlay {
|
|
40
|
+
&&_type_click {
|
|
41
|
+
opacity: 0%;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
.page {
|
|
2
|
+
width: 100%;
|
|
3
|
+
&__wrapper {
|
|
4
|
+
width: 100%;
|
|
5
|
+
max-width: var(--max);
|
|
6
|
+
margin: 0 auto;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -1,8 +1,107 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
.pagination {
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
&__container {
|
|
7
|
+
padding: 0;
|
|
8
|
+
margin: 60px 0;
|
|
9
|
+
display: flex;
|
|
10
|
+
list-style: none;
|
|
11
|
+
gap: 16px;
|
|
12
|
+
}
|
|
13
|
+
&__count {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
}
|
|
17
|
+
&__input {
|
|
18
|
+
background: var(--color-surface-primary);
|
|
19
|
+
padding: 3px 7px;
|
|
20
|
+
border: 1px solid var(--color-surface-border-tertiary);
|
|
21
|
+
border-radius: 8px;
|
|
22
|
+
position: relative;
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
align-items: center;
|
|
26
|
+
gap: 4px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
.pagination {
|
|
30
|
+
&__container {
|
|
31
|
+
@each $val in flex-start, flex-end, center, space-between, space-around, space-evenly {
|
|
32
|
+
&_justify-content_$(val) {
|
|
33
|
+
justify-content: $(val);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.pagination {
|
|
39
|
+
&__container {
|
|
40
|
+
margin: var(--paginator-margin, initial);
|
|
41
|
+
^&__item {
|
|
42
|
+
width: var(--paginator-item-width, 40px);
|
|
43
|
+
height: var(--paginator-item-height, 40px);
|
|
44
|
+
background: var(--paginator-item-default-fill);
|
|
45
|
+
border: var(--paginator-item-border, solid 1px var(--paginator-item-default-border));
|
|
46
|
+
border-radius: var(--paginator-item-border-radius, 6px);
|
|
47
|
+
display: flex;
|
|
48
|
+
transition: var(--paginator-item-transition);
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
&:hover {
|
|
51
|
+
background: var(--paginator-item-default-fill-hover);
|
|
52
|
+
}
|
|
53
|
+
&_break {
|
|
54
|
+
display: flex;
|
|
55
|
+
^&-link {
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: flex-end;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
&-link {
|
|
61
|
+
width: 100%;
|
|
62
|
+
height: 100%;
|
|
63
|
+
color: var(--paginator-item-default-text);
|
|
64
|
+
display: flex;
|
|
65
|
+
justify-content: center;
|
|
66
|
+
align-items: center;
|
|
67
|
+
@mixin text-l;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
.pagination {
|
|
73
|
+
&__item {
|
|
74
|
+
border: solid 1px var(--paginator-item-active-border);
|
|
75
|
+
&&_state {
|
|
76
|
+
&_active {
|
|
77
|
+
^^&-link {
|
|
78
|
+
color: var(--paginator-item-active-text);
|
|
79
|
+
}
|
|
80
|
+
background: var(--color-accent-primary);
|
|
81
|
+
&:hover {
|
|
82
|
+
background: var(--paginator-item-active-fill-hover);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
.pagination {
|
|
89
|
+
&__item {
|
|
90
|
+
&&_state {
|
|
91
|
+
&_disabled {
|
|
92
|
+
border: solid 1px var(--paginator-item-disabled-border);
|
|
93
|
+
background: var(--paginator-item-disabled-fill);
|
|
94
|
+
&:hover {
|
|
95
|
+
background: var(--paginator-item-disabled-fill-hover);
|
|
96
|
+
}
|
|
97
|
+
^^&-link {
|
|
98
|
+
color: var(--paginator-item-disabled-text);
|
|
99
|
+
}
|
|
100
|
+
& svg {
|
|
101
|
+
fill: var(--paginator-item-disabled-icon);
|
|
102
|
+
}
|
|
103
|
+
display: var(--pagination-item-state-disabled-display, initial);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -32,5 +32,3 @@
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
|
|
36
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1BhZ2luYXRpb24vY3NzL19faXRlbS9wYWdpbmF0aW9uX19pdGVtLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJwYWdpbmF0aW9uX19pdGVtLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5wYWdpbmF0aW9uIHtcbiAgJl9fY29udGFpbmVyIHtcbiAgICBtYXJnaW46IHZhcigtLXBhZ2luYXRvci1tYXJnaW4sIGluaXRpYWwpO1xuICAgIF4mX19pdGVtIHtcbiAgICAgIHdpZHRoOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS13aWR0aCwgNDBweCk7XG4gICAgICBoZWlnaHQ6IHZhcigtLXBhZ2luYXRvci1pdGVtLWhlaWdodCwgNDBweCk7XG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS1kZWZhdWx0LWZpbGwpO1xuICAgICAgYm9yZGVyOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS1ib3JkZXIsIHNvbGlkIDFweCB2YXIoLS1wYWdpbmF0b3ItaXRlbS1kZWZhdWx0LWJvcmRlcikpO1xuICAgICAgYm9yZGVyLXJhZGl1czogdmFyKC0tcGFnaW5hdG9yLWl0ZW0tYm9yZGVyLXJhZGl1cywgNnB4KTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICB0cmFuc2l0aW9uOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS10cmFuc2l0aW9uKTtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS1kZWZhdWx0LWZpbGwtaG92ZXIpO1xuICAgICAgfVxuICAgICAgJl9icmVhayB7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgIF4mLWxpbmsge1xuICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtZW5kO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAmLWxpbmsge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgaGVpZ2h0OiAxMDAlO1xuICAgICAgICBjb2xvcjogdmFyKC0tcGFnaW5hdG9yLWl0ZW0tZGVmYXVsdC10ZXh0KTtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICAgIEBtaXhpbiB0ZXh0LWw7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
|
|
@@ -14,5 +14,3 @@
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
|
|
18
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1BhZ2luYXRpb24vY3NzL19faXRlbS9wYWdpbmF0aW9uX19pdGVtX3N0YXRlX2FjdGl2ZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoicGFnaW5hdGlvbl9faXRlbV9zdGF0ZV9hY3RpdmUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLnBhZ2luYXRpb24ge1xuICAmX19pdGVtIHtcbiAgICBib3JkZXI6IHNvbGlkIDFweCB2YXIoLS1wYWdpbmF0b3ItaXRlbS1hY3RpdmUtYm9yZGVyKTtcbiAgICAmJl9zdGF0ZSB7XG4gICAgICAmX2FjdGl2ZSB7XG4gICAgICAgIF5eJi1saW5rIHtcbiAgICAgICAgICBjb2xvcjogdmFyKC0tcGFnaW5hdG9yLWl0ZW0tYWN0aXZlLXRleHQpO1xuICAgICAgICB9XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigtLWNvbG9yLWFjY2VudC1wcmltYXJ5KTtcbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tcGFnaW5hdG9yLWl0ZW0tYWN0aXZlLWZpbGwtaG92ZXIpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
|