@reuters-graphics/graphics-components 3.0.2 → 3.0.4

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 (59) hide show
  1. package/dist/components/@types/global.d.ts +1 -1
  2. package/dist/components/Article/Article.mdx +1 -1
  3. package/dist/components/Article/Article.stories.svelte +4 -4
  4. package/dist/components/BeforeAfter/BeforeAfter.stories.svelte +2 -2
  5. package/dist/components/BeforeAfter/BeforeAfter.svelte +13 -12
  6. package/dist/components/Block/Block.stories.svelte +3 -3
  7. package/dist/components/Byline/Byline.stories.svelte +1 -1
  8. package/dist/components/Byline/Byline.svelte +3 -3
  9. package/dist/components/Byline/Byline.svelte.d.ts +1 -1
  10. package/dist/components/EndNotes/EndNotes.svelte +7 -7
  11. package/dist/components/Framer/Resizer/index.svelte +3 -3
  12. package/dist/components/Framer/Typeahead/index.svelte +1 -1
  13. package/dist/components/GraphicBlock/GraphicBlock.svelte +6 -6
  14. package/dist/components/Headline/Headline.svelte +2 -2
  15. package/dist/components/HeroHeadline/HeroHeadline.mdx +2 -2
  16. package/dist/components/HeroHeadline/HeroHeadline.stories.svelte +2 -2
  17. package/dist/components/HeroHeadline/HeroHeadline.svelte +5 -5
  18. package/dist/components/InfoBox/InfoBox.svelte +17 -17
  19. package/dist/components/PhotoPack/PhotoPack.svelte +3 -3
  20. package/dist/components/ReferralBlock/ReferralBlock.svelte +4 -4
  21. package/dist/components/Scroller/Embedded/Foreground.svelte +1 -1
  22. package/dist/components/Scroller/Foreground.svelte +2 -2
  23. package/dist/components/SearchInput/SearchInput.svelte +4 -4
  24. package/dist/components/SimpleTimeline/SimpleTimeline.svelte +9 -9
  25. package/dist/components/SiteFooter/CompanyLinks.svelte +11 -11
  26. package/dist/components/SiteFooter/LegalLinks.svelte +9 -9
  27. package/dist/components/SiteFooter/QuickLinks.svelte +11 -11
  28. package/dist/components/SiteFooter/SiteFooter.stories.svelte +1 -1
  29. package/dist/components/SiteFooter/SiteFooter.svelte +1 -1
  30. package/dist/components/SiteHeader/MobileMenu/index.svelte +16 -16
  31. package/dist/components/SiteHeader/NavBar/DownArrow.svelte +1 -1
  32. package/dist/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte +3 -3
  33. package/dist/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte +3 -3
  34. package/dist/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte +1 -1
  35. package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte +2 -2
  36. package/dist/components/SiteHeader/NavBar/NavDropdown/index.svelte +13 -13
  37. package/dist/components/SiteHeader/NavBar/index.svelte +1 -1
  38. package/dist/components/SiteHeader/SiteHeader.stories.svelte +1 -1
  39. package/dist/components/SiteHeader/SiteHeader.svelte +9 -9
  40. package/dist/components/Spinner/Spinner.svelte +1 -1
  41. package/dist/components/Table/Table.svelte +8 -7
  42. package/dist/components/Table/components/{RightArrow.svelte → NextArrow.svelte} +3 -0
  43. package/dist/components/Table/components/{LeftArrow.svelte.d.ts → NextArrow.svelte.d.ts} +3 -3
  44. package/dist/components/Table/components/Pagination.svelte +5 -4
  45. package/dist/components/Table/components/{LeftArrow.svelte → PrevArrow.svelte} +3 -0
  46. package/dist/components/Table/components/{RightArrow.svelte.d.ts → PrevArrow.svelte.d.ts} +3 -3
  47. package/dist/components/Table/components/Select.svelte +20 -6
  48. package/dist/components/ToolsHeader/ToolsHeader.stories.svelte +1 -1
  49. package/dist/components/Video/Video.stories.svelte +2 -2
  50. package/dist/scss/tokens/borders/_border-radius.scss +108 -108
  51. package/dist/scss/tokens/borders/_border-width.scss +40 -40
  52. package/dist/scss/tokens/sizing/_width.scss +2 -2
  53. package/dist/scss/tokens/spacers/_fluid-margin.scss +16 -16
  54. package/dist/scss/tokens/spacers/_fluid-padding.scss +16 -16
  55. package/dist/scss/tokens/spacers/_margin.scss +24 -24
  56. package/dist/scss/tokens/spacers/_padding.scss +16 -16
  57. package/dist/scss/tokens/spacers/mixins/_fluid-margin.scss +168 -168
  58. package/dist/scss/tokens/spacers/mixins/_fluid-padding.scss +88 -88
  59. package/package.json +2 -1
@@ -95,8 +95,8 @@ https://utopia.fyi/space/calculator/?c=320,18,1.125,1280,21,1.25,7,3,&s=0.75|0.5
95
95
  */
96
96
  /* Scales by 1.125 */
97
97
  p.notes {
98
- margin-top: 0;
99
- margin-bottom: clamp(0.56rem, 0.52rem + 0.21vw, 0.69rem);
98
+ margin-block-start: 0;
99
+ margin-block-end: clamp(0.56rem, 0.52rem + 0.21vw, 0.69rem);
100
100
  font-family: var(--theme-font-family-note);
101
101
  font-size: calc(0.9 * var(--theme-font-size-base));
102
102
  color: var(--theme-colour-text-primary);
@@ -26,254 +26,254 @@
26
26
  border-radius: 9999px;
27
27
  }
28
28
  .rounded-t-none {
29
- border-top-left-radius: 0px;
30
- border-top-right-radius: 0px;
29
+ border-start-start-radius: 0px;
30
+ border-start-end-radius: 0px;
31
31
  }
32
32
  .rounded-t-sm {
33
- border-top-left-radius: 0.125rem;
34
- border-top-right-radius: 0.125rem;
33
+ border-start-start-radius: 0.125rem;
34
+ border-start-end-radius: 0.125rem;
35
35
  }
36
36
  .rounded-t {
37
- border-top-left-radius: 0.25rem;
38
- border-top-right-radius: 0.25rem;
37
+ border-start-start-radius: 0.25rem;
38
+ border-start-end-radius: 0.25rem;
39
39
  }
40
40
  .rounded-t-md {
41
- border-top-left-radius: 0.375rem;
42
- border-top-right-radius: 0.375rem;
41
+ border-start-start-radius: 0.375rem;
42
+ border-start-end-radius: 0.375rem;
43
43
  }
44
44
  .rounded-t-lg {
45
- border-top-left-radius: 0.5rem;
46
- border-top-right-radius: 0.5rem;
45
+ border-start-start-radius: 0.5rem;
46
+ border-start-end-radius: 0.5rem;
47
47
  }
48
48
  .rounded-t-xl {
49
- border-top-left-radius: 0.75rem;
50
- border-top-right-radius: 0.75rem;
49
+ border-start-start-radius: 0.75rem;
50
+ border-start-end-radius: 0.75rem;
51
51
  }
52
52
  .rounded-t-2xl {
53
- border-top-left-radius: 1rem;
54
- border-top-right-radius: 1rem;
53
+ border-start-start-radius: 1rem;
54
+ border-start-end-radius: 1rem;
55
55
  }
56
56
  .rounded-t-3xl {
57
- border-top-left-radius: 1.5rem;
58
- border-top-right-radius: 1.5rem;
57
+ border-start-start-radius: 1.5rem;
58
+ border-start-end-radius: 1.5rem;
59
59
  }
60
60
  .rounded-t-full {
61
- border-top-left-radius: 9999px;
62
- border-top-right-radius: 9999px;
61
+ border-start-start-radius: 9999px;
62
+ border-start-end-radius: 9999px;
63
63
  }
64
64
  .rounded-r-none {
65
- border-top-right-radius: 0px;
66
- border-bottom-right-radius: 0px;
65
+ border-start-end-radius: 0px;
66
+ border-end-end-radius: 0px;
67
67
  }
68
68
  .rounded-r-sm {
69
- border-top-right-radius: 0.125rem;
70
- border-bottom-right-radius: 0.125rem;
69
+ border-start-end-radius: 0.125rem;
70
+ border-end-end-radius: 0.125rem;
71
71
  }
72
72
  .rounded-r {
73
- border-top-right-radius: 0.25rem;
74
- border-bottom-right-radius: 0.25rem;
73
+ border-start-end-radius: 0.25rem;
74
+ border-end-end-radius: 0.25rem;
75
75
  }
76
76
  .rounded-r-md {
77
- border-top-right-radius: 0.375rem;
78
- border-bottom-right-radius: 0.375rem;
77
+ border-start-end-radius: 0.375rem;
78
+ border-end-end-radius: 0.375rem;
79
79
  }
80
80
  .rounded-r-lg {
81
- border-top-right-radius: 0.5rem;
82
- border-bottom-right-radius: 0.5rem;
81
+ border-start-end-radius: 0.5rem;
82
+ border-end-end-radius: 0.5rem;
83
83
  }
84
84
  .rounded-r-xl {
85
- border-top-right-radius: 0.75rem;
86
- border-bottom-right-radius: 0.75rem;
85
+ border-start-end-radius: 0.75rem;
86
+ border-end-end-radius: 0.75rem;
87
87
  }
88
88
  .rounded-r-2xl {
89
- border-top-right-radius: 1rem;
90
- border-bottom-right-radius: 1rem;
89
+ border-start-end-radius: 1rem;
90
+ border-end-end-radius: 1rem;
91
91
  }
92
92
  .rounded-r-3xl {
93
- border-top-right-radius: 1.5rem;
94
- border-bottom-right-radius: 1.5rem;
93
+ border-start-end-radius: 1.5rem;
94
+ border-end-end-radius: 1.5rem;
95
95
  }
96
96
  .rounded-r-full {
97
- border-top-right-radius: 9999px;
98
- border-bottom-right-radius: 9999px;
97
+ border-start-end-radius: 9999px;
98
+ border-end-end-radius: 9999px;
99
99
  }
100
100
  .rounded-b-none {
101
- border-bottom-right-radius: 0px;
102
- border-bottom-left-radius: 0px;
101
+ border-end-end-radius: 0px;
102
+ border-end-start-radius: 0px;
103
103
  }
104
104
  .rounded-b-sm {
105
- border-bottom-right-radius: 0.125rem;
106
- border-bottom-left-radius: 0.125rem;
105
+ border-end-end-radius: 0.125rem;
106
+ border-end-start-radius: 0.125rem;
107
107
  }
108
108
  .rounded-b {
109
- border-bottom-right-radius: 0.25rem;
110
- border-bottom-left-radius: 0.25rem;
109
+ border-end-end-radius: 0.25rem;
110
+ border-end-start-radius: 0.25rem;
111
111
  }
112
112
  .rounded-b-md {
113
- border-bottom-right-radius: 0.375rem;
114
- border-bottom-left-radius: 0.375rem;
113
+ border-end-end-radius: 0.375rem;
114
+ border-end-start-radius: 0.375rem;
115
115
  }
116
116
  .rounded-b-lg {
117
- border-bottom-right-radius: 0.5rem;
118
- border-bottom-left-radius: 0.5rem;
117
+ border-end-end-radius: 0.5rem;
118
+ border-end-start-radius: 0.5rem;
119
119
  }
120
120
  .rounded-b-xl {
121
- border-bottom-right-radius: 0.75rem;
122
- border-bottom-left-radius: 0.75rem;
121
+ border-end-end-radius: 0.75rem;
122
+ border-end-start-radius: 0.75rem;
123
123
  }
124
124
  .rounded-b-2xl {
125
- border-bottom-right-radius: 1rem;
126
- border-bottom-left-radius: 1rem;
125
+ border-end-end-radius: 1rem;
126
+ border-end-start-radius: 1rem;
127
127
  }
128
128
  .rounded-b-3xl {
129
- border-bottom-right-radius: 1.5rem;
130
- border-bottom-left-radius: 1.5rem;
129
+ border-end-end-radius: 1.5rem;
130
+ border-end-start-radius: 1.5rem;
131
131
  }
132
132
  .rounded-b-full {
133
- border-bottom-right-radius: 9999px;
134
- border-bottom-left-radius: 9999px;
133
+ border-end-end-radius: 9999px;
134
+ border-end-start-radius: 9999px;
135
135
  }
136
136
  .rounded-l-none {
137
- border-top-left-radius: 0px;
138
- border-bottom-left-radius: 0px;
137
+ border-start-start-radius: 0px;
138
+ border-end-start-radius: 0px;
139
139
  }
140
140
  .rounded-l-sm {
141
- border-top-left-radius: 0.125rem;
142
- border-bottom-left-radius: 0.125rem;
141
+ border-start-start-radius: 0.125rem;
142
+ border-end-start-radius: 0.125rem;
143
143
  }
144
144
  .rounded-l {
145
- border-top-left-radius: 0.25rem;
146
- border-bottom-left-radius: 0.25rem;
145
+ border-start-start-radius: 0.25rem;
146
+ border-end-start-radius: 0.25rem;
147
147
  }
148
148
  .rounded-l-md {
149
- border-top-left-radius: 0.375rem;
150
- border-bottom-left-radius: 0.375rem;
149
+ border-start-start-radius: 0.375rem;
150
+ border-end-start-radius: 0.375rem;
151
151
  }
152
152
  .rounded-l-lg {
153
- border-top-left-radius: 0.5rem;
154
- border-bottom-left-radius: 0.5rem;
153
+ border-start-start-radius: 0.5rem;
154
+ border-end-start-radius: 0.5rem;
155
155
  }
156
156
  .rounded-l-xl {
157
- border-top-left-radius: 0.75rem;
158
- border-bottom-left-radius: 0.75rem;
157
+ border-start-start-radius: 0.75rem;
158
+ border-end-start-radius: 0.75rem;
159
159
  }
160
160
  .rounded-l-2xl {
161
- border-top-left-radius: 1rem;
162
- border-bottom-left-radius: 1rem;
161
+ border-start-start-radius: 1rem;
162
+ border-end-start-radius: 1rem;
163
163
  }
164
164
  .rounded-l-3xl {
165
- border-top-left-radius: 1.5rem;
166
- border-bottom-left-radius: 1.5rem;
165
+ border-start-start-radius: 1.5rem;
166
+ border-end-start-radius: 1.5rem;
167
167
  }
168
168
  .rounded-l-full {
169
- border-top-left-radius: 9999px;
170
- border-bottom-left-radius: 9999px;
169
+ border-start-start-radius: 9999px;
170
+ border-end-start-radius: 9999px;
171
171
  }
172
172
  .rounded-tl-none {
173
- border-top-left-radius: 0px;
173
+ border-start-start-radius: 0px;
174
174
  }
175
175
  .rounded-tl-sm {
176
- border-top-left-radius: 0.125rem;
176
+ border-start-start-radius: 0.125rem;
177
177
  }
178
178
  .rounded-tl {
179
- border-top-left-radius: 0.25rem;
179
+ border-start-start-radius: 0.25rem;
180
180
  }
181
181
  .rounded-tl-md {
182
- border-top-left-radius: 0.375rem;
182
+ border-start-start-radius: 0.375rem;
183
183
  }
184
184
  .rounded-tl-lg {
185
- border-top-left-radius: 0.5rem;
185
+ border-start-start-radius: 0.5rem;
186
186
  }
187
187
  .rounded-tl-xl {
188
- border-top-left-radius: 0.75rem;
188
+ border-start-start-radius: 0.75rem;
189
189
  }
190
190
  .rounded-tl-2xl {
191
- border-top-left-radius: 1rem;
191
+ border-start-start-radius: 1rem;
192
192
  }
193
193
  .rounded-tl-3xl {
194
- border-top-left-radius: 1.5rem;
194
+ border-start-start-radius: 1.5rem;
195
195
  }
196
196
  .rounded-tl-full {
197
- border-top-left-radius: 9999px;
197
+ border-start-start-radius: 9999px;
198
198
  }
199
199
  .rounded-tr-none {
200
- border-top-right-radius: 0px;
200
+ border-start-end-radius: 0px;
201
201
  }
202
202
  .rounded-tr-sm {
203
- border-top-right-radius: 0.125rem;
203
+ border-start-end-radius: 0.125rem;
204
204
  }
205
205
  .rounded-tr {
206
- border-top-right-radius: 0.25rem;
206
+ border-start-end-radius: 0.25rem;
207
207
  }
208
208
  .rounded-tr-md {
209
- border-top-right-radius: 0.375rem;
209
+ border-start-end-radius: 0.375rem;
210
210
  }
211
211
  .rounded-tr-lg {
212
- border-top-right-radius: 0.5rem;
212
+ border-start-end-radius: 0.5rem;
213
213
  }
214
214
  .rounded-tr-xl {
215
- border-top-right-radius: 0.75rem;
215
+ border-start-end-radius: 0.75rem;
216
216
  }
217
217
  .rounded-tr-2xl {
218
- border-top-right-radius: 1rem;
218
+ border-start-end-radius: 1rem;
219
219
  }
220
220
  .rounded-tr-3xl {
221
- border-top-right-radius: 1.5rem;
221
+ border-start-end-radius: 1.5rem;
222
222
  }
223
223
  .rounded-tr-full {
224
- border-top-right-radius: 9999px;
224
+ border-start-end-radius: 9999px;
225
225
  }
226
226
  .rounded-br-none {
227
- border-bottom-right-radius: 0px;
227
+ border-end-end-radius: 0px;
228
228
  }
229
229
  .rounded-br-sm {
230
- border-bottom-right-radius: 0.125rem;
230
+ border-end-end-radius: 0.125rem;
231
231
  }
232
232
  .rounded-br {
233
- border-bottom-right-radius: 0.25rem;
233
+ border-end-end-radius: 0.25rem;
234
234
  }
235
235
  .rounded-br-md {
236
- border-bottom-right-radius: 0.375rem;
236
+ border-end-end-radius: 0.375rem;
237
237
  }
238
238
  .rounded-br-lg {
239
- border-bottom-right-radius: 0.5rem;
239
+ border-end-end-radius: 0.5rem;
240
240
  }
241
241
  .rounded-br-xl {
242
- border-bottom-right-radius: 0.75rem;
242
+ border-end-end-radius: 0.75rem;
243
243
  }
244
244
  .rounded-br-2xl {
245
- border-bottom-right-radius: 1rem;
245
+ border-end-end-radius: 1rem;
246
246
  }
247
247
  .rounded-br-3xl {
248
- border-bottom-right-radius: 1.5rem;
248
+ border-end-end-radius: 1.5rem;
249
249
  }
250
250
  .rounded-br-full {
251
- border-bottom-right-radius: 9999px;
251
+ border-end-end-radius: 9999px;
252
252
  }
253
253
  .rounded-bl-none {
254
- border-bottom-left-radius: 0px;
254
+ border-end-start-radius: 0px;
255
255
  }
256
256
  .rounded-bl-sm {
257
- border-bottom-left-radius: 0.125rem;
257
+ border-end-start-radius: 0.125rem;
258
258
  }
259
259
  .rounded-bl {
260
- border-bottom-left-radius: 0.25rem;
260
+ border-end-start-radius: 0.25rem;
261
261
  }
262
262
  .rounded-bl-md {
263
- border-bottom-left-radius: 0.375rem;
263
+ border-end-start-radius: 0.375rem;
264
264
  }
265
265
  .rounded-bl-lg {
266
- border-bottom-left-radius: 0.5rem;
266
+ border-end-start-radius: 0.5rem;
267
267
  }
268
268
  .rounded-bl-xl {
269
- border-bottom-left-radius: 0.75rem;
269
+ border-end-start-radius: 0.75rem;
270
270
  }
271
271
  .rounded-bl-2xl {
272
- border-bottom-left-radius: 1rem;
272
+ border-end-start-radius: 1rem;
273
273
  }
274
274
  .rounded-bl-3xl {
275
- border-bottom-left-radius: 1.5rem;
275
+ border-end-start-radius: 1.5rem;
276
276
  }
277
277
  .rounded-bl-full {
278
- border-bottom-left-radius: 9999px;
278
+ border-end-start-radius: 9999px;
279
279
  }
@@ -14,102 +14,102 @@
14
14
  border-width: 1px;
15
15
  }
16
16
  .border-x-0 {
17
- border-left-width: 0px;
18
- border-right-width: 0px;
17
+ border-inline-start-width: 0px;
18
+ border-inline-end-width: 0px;
19
19
  }
20
20
  .border-x-2 {
21
- border-left-width: 2px;
22
- border-right-width: 2px;
21
+ border-inline-start-width: 2px;
22
+ border-inline-end-width: 2px;
23
23
  }
24
24
  .border-x-4 {
25
- border-left-width: 4px;
26
- border-right-width: 4px;
25
+ border-inline-start-width: 4px;
26
+ border-inline-end-width: 4px;
27
27
  }
28
28
  .border-x-8 {
29
- border-left-width: 8px;
30
- border-right-width: 8px;
29
+ border-inline-start-width: 8px;
30
+ border-inline-end-width: 8px;
31
31
  }
32
32
  .border-x {
33
- border-left-width: 1px;
34
- border-right-width: 1px;
33
+ border-inline-start-width: 1px;
34
+ border-inline-end-width: 1px;
35
35
  }
36
36
  .border-y-0 {
37
- border-top-width: 0px;
38
- border-bottom-width: 0px;
37
+ border-block-start-width: 0px;
38
+ border-block-end-width: 0px;
39
39
  }
40
40
  .border-y-2 {
41
- border-top-width: 2px;
42
- border-bottom-width: 2px;
41
+ border-block-start-width: 2px;
42
+ border-block-end-width: 2px;
43
43
  }
44
44
  .border-y-4 {
45
- border-top-width: 4px;
46
- border-bottom-width: 4px;
45
+ border-block-start-width: 4px;
46
+ border-block-end-width: 4px;
47
47
  }
48
48
  .border-y-8 {
49
- border-top-width: 8px;
50
- border-bottom-width: 8px;
49
+ border-block-start-width: 8px;
50
+ border-block-end-width: 8px;
51
51
  }
52
52
  .border-y {
53
- border-top-width: 1px;
54
- border-bottom-width: 1px;
53
+ border-block-start-width: 1px;
54
+ border-block-end-width: 1px;
55
55
  }
56
56
  .border-t-0 {
57
- border-top-width: 0px;
57
+ border-block-start-width: 0px;
58
58
  }
59
59
  .border-t-2 {
60
- border-top-width: 2px;
60
+ border-block-start-width: 2px;
61
61
  }
62
62
  .border-t-4 {
63
- border-top-width: 4px;
63
+ border-block-start-width: 4px;
64
64
  }
65
65
  .border-t-8 {
66
- border-top-width: 8px;
66
+ border-block-start-width: 8px;
67
67
  }
68
68
  .border-t {
69
- border-top-width: 1px;
69
+ border-block-start-width: 1px;
70
70
  }
71
71
  .border-r-0 {
72
- border-right-width: 0px;
72
+ border-inline-end-width: 0px;
73
73
  }
74
74
  .border-r-2 {
75
- border-right-width: 2px;
75
+ border-inline-end-width: 2px;
76
76
  }
77
77
  .border-r-4 {
78
- border-right-width: 4px;
78
+ border-inline-end-width: 4px;
79
79
  }
80
80
  .border-r-8 {
81
- border-right-width: 8px;
81
+ border-inline-end-width: 8px;
82
82
  }
83
83
  .border-r {
84
- border-right-width: 1px;
84
+ border-inline-end-width: 1px;
85
85
  }
86
86
  .border-b-0 {
87
- border-bottom-width: 0px;
87
+ border-block-end-width: 0px;
88
88
  }
89
89
  .border-b-2 {
90
- border-bottom-width: 2px;
90
+ border-block-end-width: 2px;
91
91
  }
92
92
  .border-b-4 {
93
- border-bottom-width: 4px;
93
+ border-block-end-width: 4px;
94
94
  }
95
95
  .border-b-8 {
96
- border-bottom-width: 8px;
96
+ border-block-end-width: 8px;
97
97
  }
98
98
  .border-b {
99
- border-bottom-width: 1px;
99
+ border-block-end-width: 1px;
100
100
  }
101
101
  .border-l-0 {
102
- border-left-width: 0px;
102
+ border-inline-start-width: 0px;
103
103
  }
104
104
  .border-l-2 {
105
- border-left-width: 2px;
105
+ border-inline-start-width: 2px;
106
106
  }
107
107
  .border-l-4 {
108
- border-left-width: 4px;
108
+ border-inline-start-width: 4px;
109
109
  }
110
110
  .border-l-8 {
111
- border-left-width: 8px;
111
+ border-inline-start-width: 8px;
112
112
  }
113
113
  .border-l {
114
- border-left-width: 1px;
114
+ border-inline-start-width: 1px;
115
115
  }
@@ -3,7 +3,7 @@
3
3
  }
4
4
  .w-full-fluid {
5
5
  width: calc(100% + 30px);
6
- margin-left: -15px !important;
6
+ margin-inline-start: -15px !important;
7
7
  }
8
8
  .w-screen {
9
9
  width: 100vw;
@@ -91,7 +91,7 @@
91
91
  }
92
92
  .\!w-full-fluid {
93
93
  width: calc(100% + 30px) !important;
94
- margin-left: -15px !important;
94
+ margin-inline-start: -15px !important;
95
95
  }
96
96
  .\!w-screen {
97
97
  width: 100vw !important;
@@ -5,48 +5,48 @@
5
5
  margin: $value;
6
6
  }
7
7
  %fmt-#{$level} {
8
- margin-top: $value;
8
+ margin-block-start: $value;
9
9
  }
10
10
  %fmr-#{$level} {
11
- margin-right: $value;
11
+ margin-inline-end: $value;
12
12
  }
13
13
  %fmb-#{$level} {
14
- margin-bottom: $value;
14
+ margin-block-end: $value;
15
15
  }
16
16
  %fml-#{$level} {
17
- margin-left: $value;
17
+ margin-inline-start: $value;
18
18
  }
19
19
  %fmx-#{$level} {
20
- margin-left: $value;
21
- margin-right: $value;
20
+ margin-inline-start: $value;
21
+ margin-inline-end: $value;
22
22
  }
23
23
  %fmy-#{$level} {
24
- margin-top: $value;
25
- margin-bottom: $value;
24
+ margin-block-start: $value;
25
+ margin-block-end: $value;
26
26
  }
27
27
 
28
28
  %\!fm-#{$level} {
29
29
  margin: $value !important;
30
30
  }
31
31
  %\!fmt-#{$level} {
32
- margin-top: $value !important;
32
+ margin-block-start: $value !important;
33
33
  }
34
34
  %\!fmr-#{$level} {
35
- margin-right: $value !important;
35
+ margin-inline-end: $value !important;
36
36
  }
37
37
  %\!fmb-#{$level} {
38
- margin-bottom: $value !important;
38
+ margin-block-end: $value !important;
39
39
  }
40
40
  %\!fml-#{$level} {
41
- margin-left: $value !important;
41
+ margin-inline-start: $value !important;
42
42
  }
43
43
  %\!fmx-#{$level} {
44
- margin-left: $value !important;
45
- margin-right: $value !important;
44
+ margin-inline-start: $value !important;
45
+ margin-inline-end: $value !important;
46
46
  }
47
47
  %\!fmy-#{$level} {
48
- margin-top: $value !important;
49
- margin-bottom: $value !important;
48
+ margin-block-start: $value !important;
49
+ margin-block-end: $value !important;
50
50
  }
51
51
  }
52
52
 
@@ -5,48 +5,48 @@
5
5
  padding: $value;
6
6
  }
7
7
  %fpt-#{$level} {
8
- padding-top: $value;
8
+ padding-block-start: $value;
9
9
  }
10
10
  %fpr-#{$level} {
11
- padding-right: $value;
11
+ padding-inline-end: $value;
12
12
  }
13
13
  %fpb-#{$level} {
14
- padding-bottom: $value;
14
+ padding-block-end: $value;
15
15
  }
16
16
  %fpl-#{$level} {
17
- padding-left: $value;
17
+ padding-inline-start: $value;
18
18
  }
19
19
  %fpx-#{$level} {
20
- padding-right: $value;
21
- padding-left: $value;
20
+ padding-inline-start: $value;
21
+ padding-inline-end: $value;
22
22
  }
23
23
  %fpy-#{$level} {
24
- padding-top: $value;
25
- padding-bottom: $value;
24
+ padding-block-start: $value;
25
+ padding-block-end: $value;
26
26
  }
27
27
 
28
28
  %\!fp-#{$level} {
29
29
  padding: $value !important;
30
30
  }
31
31
  %\!fpt-#{$level} {
32
- padding-top: $value !important;
32
+ padding-block-start: $value !important;
33
33
  }
34
34
  %\!fpr-#{$level} {
35
- padding-right: $value !important;
35
+ padding-inline-end: $value !important;
36
36
  }
37
37
  %\!fpb-#{$level} {
38
- padding-bottom: $value !important;
38
+ padding-block-end: $value !important;
39
39
  }
40
40
  %\!fpl-#{$level} {
41
- padding-left: $value !important;
41
+ padding-inline-start: $value !important;
42
42
  }
43
43
  %\!fpx-#{$level} {
44
- padding-right: $value !important;
45
- padding-left: $value !important;
44
+ padding-inline-start: $value !important;
45
+ padding-inline-end: $value !important;
46
46
  }
47
47
  %\!fpy-#{$level} {
48
- padding-top: $value !important;
49
- padding-bottom: $value !important;
48
+ padding-block-start: $value !important;
49
+ padding-block-end: $value !important;
50
50
  }
51
51
  }
52
52