superdesk-ui-framework 3.0.62 → 3.0.64

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.
Files changed (89) hide show
  1. package/app/styles/_accessibility.scss +1 -1
  2. package/app/styles/_alerts.scss +6 -6
  3. package/app/styles/_avatar.scss +4 -4
  4. package/app/styles/_badge.scss +4 -4
  5. package/app/styles/_big-icon-font.scss +1 -1
  6. package/app/styles/_boxed-list.scss +8 -8
  7. package/app/styles/_buttons.scss +17 -17
  8. package/app/styles/_carousel.scss +20 -20
  9. package/app/styles/_content-divider.scss +20 -20
  10. package/app/styles/_empty-states.scss +8 -8
  11. package/app/styles/_hamburger.scss +8 -8
  12. package/app/styles/_helpers.scss +509 -122
  13. package/app/styles/_loaders.scss +8 -8
  14. package/app/styles/_master-desk.scss +14 -14
  15. package/app/styles/_mixins.scss +4 -4
  16. package/app/styles/_modals.scss +18 -18
  17. package/app/styles/_normalize.scss +3 -3
  18. package/app/styles/_popover.scss +2 -2
  19. package/app/styles/_publisher-styles.scss +13 -13
  20. package/app/styles/_sd-tag-input.scss +18 -18
  21. package/app/styles/_simple-list.scss +6 -6
  22. package/app/styles/_table-list.scss +2 -2
  23. package/app/styles/_tables.scss +10 -10
  24. package/app/styles/_tabs-vertical.scss +3 -3
  25. package/app/styles/_tabs.scss +4 -4
  26. package/app/styles/_tag-labels.scss +4 -4
  27. package/app/styles/_thumb-carousel.scss +14 -14
  28. package/app/styles/_toggle-box.scss +8 -8
  29. package/app/styles/_toggle-button.scss +1 -1
  30. package/app/styles/_tooltips.scss +37 -37
  31. package/app/styles/components/_card-item.scss +25 -25
  32. package/app/styles/components/_list-item.scss +32 -32
  33. package/app/styles/components/_sd-circular-progress.scss +6 -6
  34. package/app/styles/components/_sd-collapse-box.scss +16 -16
  35. package/app/styles/components/_sd-comment-box.scss +4 -4
  36. package/app/styles/components/_sd-dropzone.scss +1 -1
  37. package/app/styles/components/_sd-editor-popup.scss +7 -7
  38. package/app/styles/components/_sd-grid-item.scss +22 -22
  39. package/app/styles/components/_sd-loader.scss +4 -4
  40. package/app/styles/components/_sd-media-carousel.scss +7 -7
  41. package/app/styles/components/_sd-notification-panel.scss +1 -1
  42. package/app/styles/components/_sd-photo-preview.scss +34 -34
  43. package/app/styles/components/_sd-searchbar.scss +8 -8
  44. package/app/styles/components/_sd-toaster.scss +20 -20
  45. package/app/styles/components/_subnav.scss +38 -38
  46. package/app/styles/components/sd-slider.scss +11 -11
  47. package/app/styles/design-tokens/_design-tokens-general.scss +12 -0
  48. package/app/styles/dropdowns/_basic-dropdown.scss +30 -30
  49. package/app/styles/dropdowns/_input-dropdown.scss +4 -4
  50. package/app/styles/dropdowns/_navigation_dropdown.scss +8 -8
  51. package/app/styles/dropdowns/_other_dropdown.scss +5 -5
  52. package/app/styles/editor/_editor-buttons.scss +2 -2
  53. package/app/styles/editor/_editor-themes.scss +6 -6
  54. package/app/styles/form-elements/_autocomplete.scss +4 -4
  55. package/app/styles/form-elements/_checkbox.scss +5 -5
  56. package/app/styles/form-elements/_forms-general.scss +44 -44
  57. package/app/styles/form-elements/_input-preview.scss +1 -1
  58. package/app/styles/form-elements/_input-wrap.scss +3 -3
  59. package/app/styles/form-elements/_inputs.scss +33 -33
  60. package/app/styles/form-elements/_radio.scss +3 -3
  61. package/app/styles/form-elements/_select-grid.scss +3 -3
  62. package/app/styles/form-elements/_switch.scss +3 -3
  63. package/app/styles/grids/_basic-grid.scss +2 -2
  64. package/app/styles/grids/_grid-layout.scss +42 -42
  65. package/app/styles/grids/_layout-grid.scss +11 -11
  66. package/app/styles/grids/_sd-kanban-list.scss +7 -7
  67. package/app/styles/interface-elements/_side-panel.scss +38 -38
  68. package/app/styles/layout/_basic-layout.scss +20 -20
  69. package/app/styles/layout/_editor.scss +7 -7
  70. package/app/styles/layout/_general.scss +16 -16
  71. package/app/styles/menus/_sd-bottom-tabs.scss +1 -1
  72. package/app/styles/menus/_sd-left-navigation.scss +8 -8
  73. package/app/styles/menus/_sd-sidebar-menu.scss +33 -33
  74. package/app/styles/menus/_sd-top-menu.scss +7 -7
  75. package/app/styles/primereact/_pr-autocomplete.scss +1 -1
  76. package/app/styles/primereact/_pr-datepicker.scss +11 -11
  77. package/app/styles/primereact/_pr-dialog.scss +7 -7
  78. package/app/styles/primereact/_pr-dropdown.scss +1 -1
  79. package/app/styles/primereact/_pr-general.scss +1 -1
  80. package/app/styles/primereact/_pr-menu.scss +3 -3
  81. package/app/styles/primereact/_pr-skeleton.scss +3 -3
  82. package/app/styles/primereact/_pr-tag-input.scss +2 -2
  83. package/app/styles/variables/_dimensions.scss +1 -1
  84. package/dist/examples.bundle.css +13 -13
  85. package/dist/examples.bundle.js +17 -14
  86. package/dist/playgrounds/react-playgrounds/TestGround.tsx +22 -13
  87. package/dist/superdesk-ui.bundle.css +1326 -1227
  88. package/examples/pages/playgrounds/react-playgrounds/TestGround.tsx +22 -13
  89. package/package.json +1 -1
@@ -40,10 +40,10 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
40
40
  &::before {
41
41
  content: '';
42
42
  position: absolute;
43
- top: 0;
44
- right: 0;
45
- bottom: 0;
46
- left: 0;
43
+ inset-block-start: 0;
44
+ inset-inline-end: 0;
45
+ inset-block-end: 0;
46
+ inset-inline-start: 0;
47
47
  z-index: 3;
48
48
  background-image: url(../img/three-dots.svg);
49
49
  background-repeat: no-repeat;
@@ -64,9 +64,9 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
64
64
  &:after {
65
65
  content: "";
66
66
  position: absolute;
67
- top: 0;
68
- bottom: 0;
69
- right: 20%;
67
+ inset-block-start: 0;
68
+ inset-block-end: 0;
69
+ inset-inline-end: 20%;
70
70
  width: 10rem;
71
71
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTYiIGhlaWdodD0iMTE2IiB2aWV3Qm94PSIwIDAgMTE2IDExNiI+PHBhdGggZmlsbD0iIzdCN0I3QiIgZD0iTTU4IDBDMjYgMCAwIDI2IDAgNThzMjYgNTggNTggNTggNTgtMjYgNTgtNThTOTAgMCA1OCAwem0zNy4xIDM4LjhMNDYuMyA4Ny42Yy0uNS41LTEuMi41LTEuNyAwTDE4LjkgNjEuOGMtLjUtLjUtLjUtMS4yIDAtMS43bDguMi04LjJjLjUtLjUgMS4yLS41IDEuNyAwTDQ1IDY4LjFjLjMuMy44LjMgMS4xIDBsMzkuMi0zOS4yYy41LS41IDEuMi0uNSAxLjcgMGw4LjIgOC4yYy40LjUuNCAxLjItLjEgMS43eiIvPjwvc3ZnPg==);
72
72
  background-repeat: no-repeat;
@@ -151,8 +151,8 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
151
151
  .sd-list-item__dot {
152
152
  content: '';
153
153
  position: absolute;
154
- top: 6px;
155
- left: 6px;
154
+ inset-block-start: 6px;
155
+ inset-inline-start: 6px;
156
156
  width: 6px;
157
157
  height: 6px;
158
158
  border-radius: $border-radius__base--full;
@@ -179,7 +179,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
179
179
  display: flex;
180
180
  flex-direction: column;
181
181
  justify-content: center;
182
- border-right: 1px solid $sd-ListItem-column-border;
182
+ border-inline-end: 1px solid $sd-ListItem-column-border;
183
183
  padding: 0 $sd-base-increment * 1.5;
184
184
  overflow: hidden;
185
185
  flex-shrink: 0;
@@ -198,7 +198,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
198
198
  }
199
199
 
200
200
  .sd-list-item__column--no-right-padding {
201
- padding-right: 0;
201
+ padding-inline-end: 0;
202
202
  }
203
203
 
204
204
  .sd-list-item__column--grow {
@@ -215,17 +215,17 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
215
215
 
216
216
  .sd-list-item__item-type {
217
217
  opacity: 1;
218
- margin-top: -0.2rem;
218
+ margin-block-start: -0.2rem;
219
219
  transition: opacity 0.1s linear;
220
220
  }
221
221
 
222
222
  .sd-list-item__checkbox-container {
223
223
  position: absolute;
224
224
  padding: 0 0.8rem;
225
- top: 0;
226
- bottom:0;
227
- left:0;
228
- right:0;
225
+ inset-block-start: 0;
226
+ inset-block-end:0;
227
+ inset-inline-start:0;
228
+ inset-inline-end:0;
229
229
  display: flex;
230
230
  flex-direction: column;
231
231
  justify-content: center;
@@ -450,13 +450,13 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
450
450
  }
451
451
 
452
452
  .sd-list-item__location {
453
- padding-left: 1.6rem;
453
+ padding-inline-start: 1.6rem;
454
454
  position: relative;
455
455
 
456
456
  &::before {
457
457
  position: absolute;
458
- left: 0;
459
- top:0.1rem;
458
+ inset-inline-start: 0;
459
+ inset-block-start:0.1rem;
460
460
  font-family: 'sd_icons';
461
461
  content: "\e602";
462
462
  display: inline-block;
@@ -551,7 +551,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
551
551
  .sd-list-item-nested {
552
552
  display: flex;
553
553
  flex-direction: column;
554
- //margin-top: .8rem;
554
+ //margin-block-start: .8rem;
555
555
  }
556
556
 
557
557
  .sd-list-item-nested__childs {
@@ -562,8 +562,8 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
562
562
  margin-inline-start: 1rem;
563
563
 
564
564
  .sd-list-item {
565
- margin-top: 0;
566
- border-top: 1px solid var(--sd-colour-line--x-light);
565
+ margin-block-start: 0;
566
+ border-block-start: 1px solid var(--sd-colour-line--x-light);
567
567
  }
568
568
  }
569
569
 
@@ -577,7 +577,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
577
577
  transition: all ease-in 0.2s;
578
578
  max-height: 0;
579
579
  opacity: 0;
580
- margin-bottom: 0;
580
+ margin-block-end: 0;
581
581
  overflow: hidden;
582
582
  }
583
583
  }
@@ -597,13 +597,13 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
597
597
 
598
598
  .sd-list-item {
599
599
  + .sd-list-item {
600
- border-top: 1px solid var(--sd-colour-line--x-light);
600
+ border-block-start: 1px solid var(--sd-colour-line--x-light);
601
601
  }
602
602
  }
603
603
 
604
604
  .sd-list-item-nested {
605
605
  + .sd-list-item {
606
- border-top: 1px solid var(--sd-colour-line--x-light);
606
+ border-block-start: 1px solid var(--sd-colour-line--x-light);
607
607
  }
608
608
  }
609
609
  }
@@ -615,7 +615,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
615
615
  border-radius: var(--b-radius--small);
616
616
 
617
617
  + .sd-list-item {
618
- border-top: none;
618
+ border-block-start: none;
619
619
  }
620
620
 
621
621
  .sd-list-item__border {
@@ -625,14 +625,14 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
625
625
 
626
626
  .sd-list-item-nested {
627
627
  + .sd-list-item {
628
- border-top: none;
628
+ border-block-start: none;
629
629
  }
630
630
  }
631
631
 
632
632
  .sd-list-item-nested__childs {
633
633
  .sd-list-item {
634
- margin-top: 0;
635
- border-top: 1px solid var(--sd-colour-line--x-light);
634
+ margin-block-start: 0;
635
+ border-block-start: 1px solid var(--sd-colour-line--x-light);
636
636
  }
637
637
  }
638
638
  }
@@ -644,7 +644,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
644
644
  .sd-list-header {
645
645
  display: flex;
646
646
  height: 2.4rem;
647
- margin-bottom: $sd-base-increment;
647
+ margin-block-end: $sd-base-increment;
648
648
  align-items: center;
649
649
 
650
650
  .sd-list-header__name {
@@ -662,7 +662,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
662
662
 
663
663
  &:hover {
664
664
  color: var(--sd-colour-interactive--darken-20);
665
- border-bottom: 1px dotted currentColor;
665
+ border-block-end: 1px dotted currentColor;
666
666
  }
667
667
  }
668
668
  }
@@ -680,6 +680,6 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
680
680
  }
681
681
 
682
682
  .sd-list-header--m-top {
683
- margin-top: 2.4rem;
683
+ margin-block-start: 2.4rem;
684
684
  }
685
685
 
@@ -30,8 +30,8 @@ $circular-progress-stroke-xl: 6;
30
30
  -webkit-transform: translate(-50%, -50%);
31
31
  transform: translate(-50%, -50%);
32
32
  position: absolute;
33
- top: 50%;
34
- left: 50%;
33
+ inset-block-start: 50%;
34
+ inset-inline-start: 50%;
35
35
  font-size: 1.8rem;
36
36
  font-family: arial;
37
37
  color: #666;
@@ -72,10 +72,10 @@ $circular-progress-stroke-xl: 6;
72
72
  .progress-done {
73
73
  display: flex;
74
74
  position: absolute;
75
- top: 0;
76
- right: 0;
77
- bottom: 0;
78
- left: 0;
75
+ inset-block-start: 0;
76
+ inset-inline-end: 0;
77
+ inset-block-end: 0;
78
+ inset-inline-start: 0;
79
79
  color: $green;
80
80
  border-radius: $border-radius__base--full;
81
81
  box-shadow: inset 0 0 0 0 currentColor;
@@ -3,7 +3,7 @@
3
3
  flex-direction: column;
4
4
  border-radius: $border-radius__base--small;
5
5
  position: relative;
6
- margin-bottom: 1rem;
6
+ margin-block-end: 1rem;
7
7
  border: 1px solid var(--sd-colour--shadow-line--m);
8
8
 
9
9
  .sd-collapse-box__header {
@@ -16,8 +16,8 @@
16
16
 
17
17
  .sd-collapse-box__tools {
18
18
  position: absolute;
19
- right: 1rem;
20
- top: 0.8rem;
19
+ inset-inline-end: 1rem;
20
+ inset-block-start: 0.8rem;
21
21
  z-index: 2;
22
22
  color: var(--color-icon-default);
23
23
 
@@ -45,8 +45,8 @@
45
45
 
46
46
  .sd-collapse-box__tools--flex {
47
47
  position: relative;
48
- right: 0;
49
- top: 0;
48
+ inset-inline-end: 0;
49
+ inset-block-start: 0;
50
50
  display: flex;
51
51
  flex-direction: row;
52
52
  margin: -1.4rem -1rem;
@@ -66,11 +66,11 @@
66
66
  }
67
67
 
68
68
  .sd-collapse-box__content--border-locked {
69
- border-left: 4px solid $red;
69
+ border-inline-start: 4px solid $red;
70
70
  }
71
71
 
72
72
  .sd-collapse-box__content--border-success {
73
- border-left: 4px solid $green;
73
+ border-inline-start: 4px solid $green;
74
74
  }
75
75
 
76
76
  .sd-collapse-box__content-block { // place inside .sd-collapse-box__content
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  .sd-collapse-box__content-block--top {
82
- margin-top: 2.2rem;
82
+ margin-block-start: 2.2rem;
83
83
  }
84
84
  }
85
85
 
@@ -100,20 +100,20 @@
100
100
  }
101
101
 
102
102
  .sd-collapse-box--margin-small {
103
- margin-bottom: 0.5rem;
103
+ margin-block-end: 0.5rem;
104
104
  }
105
105
 
106
106
  .sd-collapse-box__content, .sd-collapse-box__content-block {
107
107
  .form__row:last-of-type {
108
- padding-bottom: 0;
108
+ padding-block-end: 0;
109
109
  }
110
110
  }
111
111
 
112
112
  .sd-collapse-box__sliding-toolbar-wrapper {
113
113
  position: absolute;
114
- top: 0;
115
- left: 0;
116
- right: 0;
114
+ inset-block-start: 0;
115
+ inset-inline-start: 0;
116
+ inset-inline-end: 0;
117
117
  height: 4.6rem;
118
118
  overflow: hidden;
119
119
  border-radius: $border-radius__base--x-small $border-radius__base--x-small 0 0;
@@ -123,10 +123,10 @@
123
123
  position: absolute;
124
124
  display: flex;
125
125
  align-items: center;
126
- top: 0;
126
+ inset-block-start: 0;
127
127
  height: 4.2rem;
128
- left: 0;
129
- right: 0;
128
+ inset-inline-start: 0;
129
+ inset-inline-end: 0;
130
130
  z-index: 3;
131
131
  padding: 0 16px;
132
132
  color: var(--color-text);
@@ -1,5 +1,5 @@
1
1
  .comment-box__reply-item {
2
- border-bottom: 1px solid var(--sd-colour-line--light);
2
+ border-block-end: 1px solid var(--sd-colour-line--light);
3
3
  }
4
4
 
5
5
  .comment-box__input {
@@ -12,7 +12,7 @@
12
12
 
13
13
  .comment-box__reply-toolbar {
14
14
  display: none;
15
- padding-top: 1rem;
15
+ padding-block-start: 1rem;
16
16
  }
17
17
 
18
18
  .comment-box__reply-toolbar--active {
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  .comment-box__button-toolbar {
26
- margin-top: 1.2rem;
26
+ margin-block-start: 1.2rem;
27
27
  display: flex;
28
28
  flex-direction: row;
29
29
  align-items: center;
@@ -36,5 +36,5 @@
36
36
  }
37
37
 
38
38
  .comment-box__button-toolbar--small {
39
- margin-top: 0.6rem;
39
+ margin-block-start: 0.6rem;
40
40
  }
@@ -71,7 +71,7 @@ $iconSize-small: 2.4rem;
71
71
 
72
72
  [class^="big-icon--"],
73
73
  [class*=" big-icon--"] {
74
- margin-top: -4px;
74
+ margin-block-start: -4px;
75
75
  width: $iconSize-large;
76
76
  height: $iconSize-large;
77
77
  font-size: $iconSize-large;
@@ -11,11 +11,11 @@ $editor-popup-padding: 1.6rem;
11
11
  }
12
12
 
13
13
  .editor-popup--annotation {
14
- border-top: 3px solid $annotation-color;
14
+ border-block-start: 3px solid $annotation-color;
15
15
  }
16
16
 
17
17
  .editor-popup--comment {
18
- border-top: 3px solid $comment-color;
18
+ border-block-start: 3px solid $comment-color;
19
19
  }
20
20
 
21
21
  .editor-popup__main {
@@ -39,7 +39,7 @@ $editor-popup-padding: 1.6rem;
39
39
  align-items: center;
40
40
  position: relative;
41
41
  padding: $editor-popup-padding;
42
- padding-bottom: 1rem;
42
+ padding-block-end: 1rem;
43
43
  }
44
44
 
45
45
  .editor-popup__author-name {
@@ -81,7 +81,7 @@ $editor-popup-padding: 1.6rem;
81
81
  position: relative;
82
82
 
83
83
  p + p {
84
- margin-top: 1rem;
84
+ margin-block-start: 1rem;
85
85
  }
86
86
  }
87
87
 
@@ -90,14 +90,14 @@ $editor-popup-padding: 1.6rem;
90
90
  }
91
91
 
92
92
  .editor-popup__info-bar {
93
- margin-bottom: 0.4rem;
93
+ margin-block-end: 0.4rem;
94
94
  }
95
95
 
96
96
  .editor-popup__header + .editor-popup__content-block {
97
- padding-top: 0;
97
+ padding-block-start: 0;
98
98
  }
99
99
 
100
100
  .editor-popup__secondary-content {
101
101
  background-color: hsla(214, 13%, 48%, 0.05);
102
- border-top: 1px solid var(--sd-colour-line--light);
102
+ border-block-start: 1px solid var(--sd-colour-line--light);
103
103
  }
@@ -25,10 +25,10 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
25
25
  &::before {
26
26
  content: '';
27
27
  position: absolute;
28
- top: 0;
29
- right: 0;
30
- bottom: 0;
31
- left: 0;
28
+ inset-block-start: 0;
29
+ inset-inline-end: 0;
30
+ inset-block-end: 0;
31
+ inset-inline-start: 0;
32
32
  z-index: 3;
33
33
  background-image: url(../img/three-dots.svg);
34
34
  background-repeat: no-repeat;
@@ -47,8 +47,8 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
47
47
 
48
48
  .sd-grid-item__actions--top {
49
49
  position: absolute;
50
- top: 0.8rem;
51
- right: 0.5rem;
50
+ inset-block-start: 0.8rem;
51
+ inset-inline-end: 0.5rem;
52
52
  z-index: 2;
53
53
  }
54
54
 
@@ -345,9 +345,9 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
345
345
  .sd-grid-item__progress {
346
346
  z-index: 2;
347
347
  position: absolute;
348
- bottom: 0;
349
- left: 0;
350
- right: 0;
348
+ inset-block-end: 0;
349
+ inset-inline-start: 0;
350
+ inset-inline-end: 0;
351
351
  height: 0.4rem;
352
352
  background-color: rgba(0, 0, 0, 0.4);
353
353
  }
@@ -357,8 +357,8 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
357
357
  position: absolute;
358
358
  height: 5.6rem;
359
359
  width: 5.6rem;
360
- top: 50%;
361
- margin-top: -2.8rem;
360
+ inset-block-start: 50%;
361
+ margin-block-start: -2.8rem;
362
362
  border-radius: $border-radius__base--full;
363
363
  background-color: rgba(0, 0, 0, 0.3);
364
364
  padding: 0.2rem;
@@ -369,7 +369,7 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
369
369
  height: 0.4rem;
370
370
  width: 0%;
371
371
  background-color: $green;
372
- top: 50
372
+ inset-block-start: 50
373
373
  }
374
374
 
375
375
  .sd-grid-item--element-grow {
@@ -425,7 +425,7 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
425
425
 
426
426
  .sd-grid-item__footer {
427
427
  padding: 0.4rem 0.2rem;
428
- border-top: 1px solid var(--sd-colour-line--x-light);
428
+ border-block-start: 1px solid var(--sd-colour-line--x-light);
429
429
  display: flex;
430
430
  flex-direction: row;
431
431
  align-items: center;
@@ -503,10 +503,10 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
503
503
 
504
504
  .sd-grid-item__full-click {
505
505
  position: absolute;
506
- top: 0;
507
- bottom: 0;
508
- right: 0;
509
- left: 0;
506
+ inset-block-start: 0;
507
+ inset-block-end: 0;
508
+ inset-inline-end: 0;
509
+ inset-inline-start: 0;
510
510
  z-index: 2;
511
511
  }
512
512
 
@@ -580,7 +580,7 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
580
580
  font-family: 'sd_icons';
581
581
  content: "\e605";
582
582
  position: absolute;
583
- top: 50%;
583
+ inset-block-start: 50%;
584
584
  margin: auto;
585
585
  margin-block-start: -2.4rem;
586
586
  font-size: 4.8rem;
@@ -684,7 +684,7 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
684
684
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTYiIGhlaWdodD0iMTE2IiB2aWV3Qm94PSIwIDAgMTE2IDExNiI+PHBhdGggZmlsbD0iIzdCN0I3QiIgZD0iTTU4IDBDMjYgMCAwIDI2IDAgNThzMjYgNTggNTggNTggNTgtMjYgNTgtNThTOTAgMCA1OCAwem0zNy4xIDM4LjhMNDYuMyA4Ny42Yy0uNS41LTEuMi41LTEuNyAwTDE4LjkgNjEuOGMtLjUtLjUtLjUtMS4yIDAtMS43bDguMi04LjJjLjUtLjUgMS4yLS41IDEuNyAwTDQ1IDY4LjFjLjMuMy44LjMgMS4xIDBsMzkuMi0zOS4yYy41LS41IDEuMi0uNSAxLjcgMGw4LjIgOC4yYy40LjUuNCAxLjItLjEgMS43eiIvPjwvc3ZnPg==) no-repeat;
685
685
  background-size: 9.6rem;
686
686
  background-position: 0 0;
687
- bottom: 0;
687
+ inset-block-end: 0;
688
688
  inset-inline-end: 0rem;
689
689
  opacity: 0.14;
690
690
  }
@@ -805,8 +805,8 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
805
805
 
806
806
  .sd-grid-item-header {
807
807
  padding: 4px 0;
808
- margin-bottom: 6px;
809
- border-bottom: 5px solid var(--sd-colour-neutral);
808
+ margin-block-end: 6px;
809
+ border-block-end: 5px solid var(--sd-colour-neutral);
810
810
  display: flex;
811
811
  }
812
812
 
@@ -826,7 +826,7 @@ $sd-grid-item-shadow-activated: 0 0 0 2px var(--sd-colour-interactive--alpha-50)
826
826
  color: inherit;
827
827
 
828
828
  span {
829
- border-bottom: 1px dotted var(--sd-colour-interactive);
829
+ border-block-end: 1px dotted var(--sd-colour-interactive);
830
830
  }
831
831
 
832
832
  [class^="icon-"],
@@ -4,10 +4,10 @@
4
4
  content: '';
5
5
  display: block;
6
6
  position: absolute;
7
- top: 0;
8
- right: 0;
9
- bottom: 0;
10
- left: 0;
7
+ inset-block-start: 0;
8
+ inset-inline-end: 0;
9
+ inset-block-end: 0;
10
+ inset-inline-start: 0;
11
11
  z-index: 99999;
12
12
  background-image: url(../img/three-dots.svg);
13
13
  background-repeat: no-repeat;
@@ -81,7 +81,7 @@
81
81
  height: 3.6rem;
82
82
  line-height: 3.6rem;
83
83
  position: absolute;
84
- top: calc(50% - 6.5rem);
84
+ inset-block-start: calc(50% - 6.5rem);
85
85
  width: 3.6rem;
86
86
  box-shadow: 0 0 6px rgba(0,0,0,.25), 0 0 1px 1px rgba(0,0,0,.12);
87
87
  color: $sd-text;
@@ -103,7 +103,7 @@
103
103
  -webkit-font-smoothing: antialiased;
104
104
  -moz-osx-font-smoothing: grayscale;
105
105
  position: absolute;
106
- top:0;
106
+ inset-block-start:0;
107
107
  text-align: center;
108
108
  z-index: 2;
109
109
  color: inherit;
@@ -119,7 +119,7 @@
119
119
  }
120
120
 
121
121
  .sd-media-carousel__nav-button--next {
122
- right: -18px;
122
+ inset-inline-end: -18px;
123
123
  color: inherit;
124
124
 
125
125
  &::after {
@@ -128,7 +128,7 @@
128
128
  }
129
129
 
130
130
  .sd-media-carousel__nav-button--prev {
131
- left: -18px;
131
+ inset-inline-start: -18px;
132
132
  color: inherit;
133
133
 
134
134
  &::after {
@@ -137,7 +137,7 @@
137
137
  }
138
138
 
139
139
  .sd-media-carousel__nav-button--next-inner {
140
- right: 0;
140
+ inset-inline-end: 0;
141
141
  color: $sd-text;
142
142
  border-radius: $border-radius__base--full 0 0 $border-radius__base--full;
143
143
  box-shadow: none;
@@ -148,7 +148,7 @@
148
148
  }
149
149
 
150
150
  .sd-media-carousel__nav-button--prev-inner {
151
- left: 0;
151
+ inset-inline-start: 0;
152
152
  color: $sd-text;
153
153
  border-radius: 0 $border-radius__base--full $border-radius__base--full 0;
154
154
  box-shadow: none;
@@ -202,7 +202,7 @@
202
202
  }
203
203
 
204
204
  .sd-media-carousel__page-indication-bar {
205
- bottom: -3.6rem;
205
+ inset-block-end: -3.6rem;
206
206
  height: 2.6rem;
207
207
  position: absolute;
208
208
  text-align: center;
@@ -25,7 +25,7 @@
25
25
  grid-row: 1 / 2;
26
26
  grid-column: 1 / 2;
27
27
  height: $nav-height;
28
- border-bottom: 1px solid var(--sd-colour-line--light);
28
+ border-block-end: 1px solid var(--sd-colour-line--light);
29
29
  padding-inline: $sd-base-increment * 2 $sd-base-increment;
30
30
  display: flex;
31
31
  flex-direction: row;