@jetbrains/ring-ui 7.0.124 → 8.0.0-beta.10

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 (191) hide show
  1. package/babel.config.js +1 -9
  2. package/components/auth-dialog-service/auth-dialog-service.js +2 -2
  3. package/components/avatar/avatar-info.js +0 -2
  4. package/components/avatar/avatar-size.d.ts +0 -4
  5. package/components/avatar/avatar-size.js +0 -4
  6. package/components/avatar/avatar.js +0 -6
  7. package/components/avatar/fallback-avatar.js +0 -28
  8. package/components/avatar-stack/avatar-stack.js +1 -1
  9. package/components/button/button.css +4 -4
  10. package/components/button/button.d.ts +0 -4
  11. package/components/button/button.js +2 -7
  12. package/components/button-group/button-group.css +23 -23
  13. package/components/button-toolbar/button-toolbar.css +2 -2
  14. package/components/checkbox/checkbox.d.ts +1 -1
  15. package/components/collapse/collapse-content.js +7 -16
  16. package/components/collapse/collapse-context.d.ts +1 -0
  17. package/components/collapse/collapse-context.js +1 -0
  18. package/components/collapse/collapse-control.js +2 -2
  19. package/components/collapse/collapse.css +8 -2
  20. package/components/collapse/collapse.js +10 -2
  21. package/components/collapsible-group/collapsible-group.css +1 -1
  22. package/components/collapsible-group/collapsible-group.d.ts +5 -1
  23. package/components/collapsible-group/collapsible-group.js +13 -22
  24. package/components/confirm-service/confirm-service.js +2 -2
  25. package/components/contenteditable/contenteditable.js +1 -2
  26. package/components/data-list/data-list.d.ts +4 -4
  27. package/components/data-list/data-list.js +2 -2
  28. package/components/data-list/data-list.mock.d.ts +1 -1
  29. package/components/data-list/item.d.ts +1 -1
  30. package/components/data-list/selection.d.ts +1 -1
  31. package/components/data-list/selection.js +1 -1
  32. package/components/date-picker/month.d.ts +0 -2
  33. package/components/date-picker/month.js +5 -5
  34. package/components/date-picker/months.js +8 -7
  35. package/components/date-picker/use-scroll-behavior.js +5 -6
  36. package/components/date-picker/years.js +11 -10
  37. package/components/dialog/dialog.d.ts +2 -2
  38. package/components/dialog/dialog.js +2 -2
  39. package/components/dropdown-menu/dropdown-menu.d.ts +4 -4
  40. package/components/dropdown-menu/dropdown-menu.js +4 -4
  41. package/components/editable-heading/editable-heading.d.ts +1 -2
  42. package/components/editable-heading/editable-heading.js +5 -6
  43. package/components/global/compose-refs.d.ts +2 -1
  44. package/components/global/compose-refs.js +24 -8
  45. package/components/global/configuration.d.ts +0 -5
  46. package/components/global/configuration.js +0 -7
  47. package/components/global/create-stateful-context.js +5 -5
  48. package/components/global/focus-with-temporary-tabindex.d.ts +11 -0
  49. package/components/global/focus-with-temporary-tabindex.js +21 -0
  50. package/components/global/intersection-observer-context.d.ts +46 -0
  51. package/components/global/intersection-observer-context.js +91 -0
  52. package/components/global/is-within-interactive-element.d.ts +6 -0
  53. package/components/global/is-within-interactive-element.js +26 -0
  54. package/components/global/is-within-navigable-element.d.ts +6 -0
  55. package/components/global/is-within-navigable-element.js +27 -0
  56. package/components/global/parse-css-duration.d.ts +5 -0
  57. package/components/global/parse-css-duration.js +13 -0
  58. package/components/global/rerender-hoc.d.ts +4 -2
  59. package/components/global/rerender-hoc.js +4 -4
  60. package/components/global/schedule-with-cleanup.d.ts +12 -0
  61. package/components/global/schedule-with-cleanup.js +34 -0
  62. package/components/{table/selection.d.ts → global/table-selection.d.ts} +15 -15
  63. package/components/{table/selection.js → global/table-selection.js} +3 -3
  64. package/components/global/theme.d.ts +4 -3
  65. package/components/global/theme.js +8 -8
  66. package/components/global/variables.css +0 -10
  67. package/components/global/variables.interface.d.ts +0 -4
  68. package/components/global/variables_dark.css +0 -7
  69. package/components/i18n/i18n-context.js +1 -1
  70. package/components/icon/icon-svg.js +2 -3
  71. package/components/icon/icon.css +0 -27
  72. package/components/icon/icon.d.ts +0 -1
  73. package/components/icon/icon.js +2 -4
  74. package/components/input/input.d.ts +1 -1
  75. package/components/island/adaptive-island-hoc.js +4 -4
  76. package/components/island/content.d.ts +7 -2
  77. package/components/island/content.js +5 -5
  78. package/components/{table → legacy-table}/cell.js +1 -1
  79. package/components/{table → legacy-table}/header-cell.js +1 -1
  80. package/components/{table → legacy-table}/header.js +1 -1
  81. package/components/legacy-table/legacy-table.css +260 -0
  82. package/components/{table → legacy-table}/multitable.d.ts +1 -1
  83. package/components/{table → legacy-table}/row.d.ts +1 -1
  84. package/components/{table → legacy-table}/row.js +1 -1
  85. package/components/legacy-table/selection-adapter.d.ts +6 -0
  86. package/components/{table → legacy-table}/selection-shortcuts-hoc.d.ts +5 -5
  87. package/components/{table → legacy-table}/simple-table.d.ts +2 -2
  88. package/components/{table → legacy-table}/simple-table.js +3 -3
  89. package/components/{table → legacy-table}/smart-table.d.ts +5 -5
  90. package/components/{table → legacy-table}/smart-table.js +3 -3
  91. package/components/legacy-table/table.d.ts +109 -0
  92. package/components/legacy-table/table.js +191 -0
  93. package/components/list/consts.d.ts +0 -1
  94. package/components/list/consts.js +0 -1
  95. package/components/list/list.d.ts +0 -4
  96. package/components/login-dialog/service.js +2 -2
  97. package/components/popup/popup.target.d.ts +3 -2
  98. package/components/popup/popup.target.js +4 -6
  99. package/components/query-assist/query-assist.d.ts +3 -1
  100. package/components/query-assist/query-assist.js +2 -2
  101. package/components/radio/radio-item.d.ts +3 -3
  102. package/components/radio/radio-item.js +3 -4
  103. package/components/radio/radio.d.ts +2 -2
  104. package/components/radio/radio.js +1 -1
  105. package/components/select/select-popup.d.ts +3 -2
  106. package/components/select/select-popup.js +3 -3
  107. package/components/select/select.d.ts +6 -2
  108. package/components/select/select.js +2 -4
  109. package/components/selection-toolbar/selection-toolbar.css +86 -0
  110. package/components/selection-toolbar/selection-toolbar.d.ts +11 -0
  111. package/components/selection-toolbar/selection-toolbar.js +23 -0
  112. package/components/slider/slider.js +4 -5
  113. package/components/tab-trap/tab-trap.d.ts +3 -3
  114. package/components/tab-trap/tab-trap.js +3 -5
  115. package/components/table/default-item-renderer.d.ts +55 -0
  116. package/components/table/default-item-renderer.js +77 -0
  117. package/components/table/internal/reorder-animation-context.d.ts +21 -0
  118. package/components/table/internal/reorder-animation-context.js +60 -0
  119. package/components/table/internal/reorder-handle.d.ts +9 -0
  120. package/components/table/internal/reorder-handle.js +334 -0
  121. package/components/table/internal/reorder-layout-context.d.ts +16 -0
  122. package/components/table/internal/reorder-layout-context.js +69 -0
  123. package/components/table/internal/table-header.d.ts +1 -0
  124. package/components/table/internal/table-header.js +143 -0
  125. package/components/table/internal/virtualization.d.ts +41 -0
  126. package/components/table/internal/virtualization.js +186 -0
  127. package/components/table/item-virtualization.d.ts +37 -0
  128. package/components/table/item-virtualization.js +26 -0
  129. package/components/table/reorder-animation.d.ts +37 -0
  130. package/components/table/reorder-animation.js +11 -0
  131. package/components/table/reorder-item-layout.d.ts +32 -0
  132. package/components/table/reorder-item-layout.js +23 -0
  133. package/components/table/table-const.d.ts +10 -0
  134. package/components/table/table-const.js +10 -0
  135. package/components/table/table-primitives.d.ts +64 -0
  136. package/components/table/table-primitives.js +34 -0
  137. package/components/table/table-props.d.ts +304 -0
  138. package/components/table/table-props.js +1 -0
  139. package/components/table/table.css +156 -167
  140. package/components/table/table.d.ts +231 -107
  141. package/components/table/table.js +319 -183
  142. package/components/tags-input/tags-input.d.ts +3 -1
  143. package/components/tooltip/tooltip.d.ts +2 -1
  144. package/components/tooltip/tooltip.js +6 -5
  145. package/components/upload/upload.d.ts +4 -3
  146. package/components/upload/upload.js +3 -7
  147. package/components/user-agreement/service.js +2 -2
  148. package/components/util-stories.d.ts +26 -0
  149. package/components/util-stories.js +61 -0
  150. package/package.json +45 -48
  151. package/components/content-layout/content-layout.css +0 -109
  152. package/components/content-layout/content-layout.d.ts +0 -20
  153. package/components/content-layout/content-layout.js +0 -40
  154. package/components/content-layout/sidebar.d.ts +0 -26
  155. package/components/content-layout/sidebar.js +0 -71
  156. package/components/date-picker/use-intersection-observer.d.ts +0 -6
  157. package/components/date-picker/use-intersection-observer.js +0 -48
  158. package/components/expand/collapsible-group.css +0 -76
  159. package/components/expand/collapsible-group.d.ts +0 -8
  160. package/components/expand/collapsible-group.js +0 -14
  161. package/components/global/composeRefs.d.ts +0 -6
  162. package/components/global/composeRefs.js +0 -7
  163. package/components/global/use-event-callback.d.ts +0 -4
  164. package/components/global/use-event-callback.js +0 -20
  165. package/components/grid/col.d.ts +0 -16
  166. package/components/grid/col.js +0 -35
  167. package/components/grid/grid.css +0 -920
  168. package/components/grid/grid.d.ts +0 -13
  169. package/components/grid/grid.js +0 -19
  170. package/components/grid/row.d.ts +0 -21
  171. package/components/grid/row.js +0 -41
  172. package/components/old-browsers-message/__mocks__/old-browsers-message.js +0 -1
  173. package/components/old-browsers-message/old-browsers-message-stop.d.ts +0 -1
  174. package/components/old-browsers-message/old-browsers-message-stop.js +0 -2
  175. package/components/old-browsers-message/old-browsers-message.css +0 -26
  176. package/components/old-browsers-message/old-browsers-message.d.ts +0 -5
  177. package/components/old-browsers-message/old-browsers-message.js +0 -86
  178. package/components/old-browsers-message/white-list.d.ts +0 -2
  179. package/components/old-browsers-message/white-list.js +0 -24
  180. package/components/table/selection-adapter.d.ts +0 -6
  181. /package/components/{table → legacy-table}/cell.d.ts +0 -0
  182. /package/components/{table → legacy-table}/disable-hover-hoc.d.ts +0 -0
  183. /package/components/{table → legacy-table}/disable-hover-hoc.js +0 -0
  184. /package/components/{table → legacy-table}/header-cell.d.ts +0 -0
  185. /package/components/{table → legacy-table}/header.d.ts +0 -0
  186. /package/components/{table → legacy-table}/multitable.js +0 -0
  187. /package/components/{table → legacy-table}/row-with-focus-sensor.d.ts +0 -0
  188. /package/components/{table → legacy-table}/row-with-focus-sensor.js +0 -0
  189. /package/components/{table → legacy-table}/selection-adapter.js +0 -0
  190. /package/components/{table → legacy-table}/selection-shortcuts-hoc.js +0 -0
  191. /package/components/{table → legacy-table}/table.examples2.json +0 -0
@@ -1,920 +0,0 @@
1
- @import '../global/variables.css';
2
-
3
- @value breakpoint-small, breakpoint-middle, breakpoint-large from '../global/global.css';
4
- @value large-screen-media, middle-screen-media, small-screen-media from '../global/global.css';
5
-
6
- .container-fluid,
7
- .container,
8
- .row {
9
- --ring-grid-gutter-width: calc(var(--ring-unit) * 2);
10
- --ring-grid-gutter-compensation: calc(var(--ring-grid-gutter-width) / -2);
11
- --ring-grid-outer-margin: calc(var(--ring-unit) * 2);
12
- --ring-grid-container-small: calc(breakpoint-small + var(--ring-grid-gutter-width));
13
- --ring-grid-container-medium: calc(breakpoint-middle + var(--ring-grid-gutter-width));
14
- --ring-grid-container-large: calc(breakpoint-large + var(--ring-grid-gutter-width));
15
- --ring-grid-width-1: 8.3333%;
16
- --ring-grid-width-2: 16.6667%;
17
- --ring-grid-width-3: 25%;
18
- --ring-grid-width-4: 33.3333%;
19
- --ring-grid-width-5: 41.6667%;
20
- --ring-grid-width-6: 50%;
21
- --ring-grid-width-7: 58.3333%;
22
- --ring-grid-width-8: 66.6667%;
23
- --ring-grid-width-9: 75%;
24
- --ring-grid-width-10: 83.3333%;
25
- --ring-grid-width-11: 91.6667%;
26
- --ring-grid-width-12: 100%;
27
- }
28
-
29
- .container-fluid,
30
- .container {
31
- margin-right: auto;
32
- margin-left: auto;
33
- }
34
-
35
- .container-fluid {
36
- min-width: calc(var(--ring-unit) * 40);
37
- padding-right: var(--ring-grid-outer-margin);
38
- padding-left: var(--ring-grid-outer-margin);
39
- }
40
-
41
- .row {
42
- display: flex;
43
- flex: 0 1 auto;
44
- flex-flow: row wrap;
45
-
46
- box-sizing: border-box;
47
- margin-right: var(--ring-grid-gutter-compensation);
48
- margin-left: var(--ring-grid-gutter-compensation);
49
- }
50
-
51
- .row.reverse {
52
- flex-direction: row-reverse;
53
- }
54
-
55
- .col {
56
- margin-top: var(--ring-unit);
57
- margin-bottom: var(--ring-unit);
58
- }
59
-
60
- .col.reverse {
61
- flex-direction: column-reverse;
62
- }
63
-
64
- .col-xs,
65
- .col-xs-1,
66
- .col-xs-2,
67
- .col-xs-3,
68
- .col-xs-4,
69
- .col-xs-5,
70
- .col-xs-6,
71
- .col-xs-7,
72
- .col-xs-8,
73
- .col-xs-9,
74
- .col-xs-10,
75
- .col-xs-11,
76
- .col-xs-12,
77
- .col-xs-offset-0,
78
- .col-xs-offset-1,
79
- .col-xs-offset-2,
80
- .col-xs-offset-3,
81
- .col-xs-offset-4,
82
- .col-xs-offset-5,
83
- .col-xs-offset-6,
84
- .col-xs-offset-7,
85
- .col-xs-offset-8,
86
- .col-xs-offset-9,
87
- .col-xs-offset-10,
88
- .col-xs-offset-11,
89
- .col-xs-offset-12 {
90
- flex: 0 0 auto;
91
-
92
- box-sizing: border-box;
93
- padding-right: calc(var(--ring-grid-gutter-width) / 2);
94
- padding-left: calc(var(--ring-grid-gutter-width) / 2);
95
- }
96
-
97
- .col-xs {
98
- flex-basis: 0;
99
- flex-grow: 1;
100
-
101
- max-width: 100%;
102
- }
103
-
104
- .col-xs-1 {
105
- flex-basis: var(--ring-grid-width-1);
106
-
107
- max-width: var(--ring-grid-width-1);
108
- }
109
-
110
- .col-xs-2 {
111
- flex-basis: var(--ring-grid-width-2);
112
-
113
- max-width: var(--ring-grid-width-2);
114
- }
115
-
116
- .col-xs-3 {
117
- flex-basis: var(--ring-grid-width-3);
118
-
119
- max-width: var(--ring-grid-width-3);
120
- }
121
-
122
- .col-xs-4 {
123
- flex-basis: var(--ring-grid-width-4);
124
-
125
- max-width: var(--ring-grid-width-4);
126
- }
127
-
128
- .col-xs-5 {
129
- flex-basis: var(--ring-grid-width-5);
130
-
131
- max-width: var(--ring-grid-width-5);
132
- }
133
-
134
- .col-xs-6 {
135
- flex-basis: var(--ring-grid-width-6);
136
-
137
- max-width: var(--ring-grid-width-6);
138
- }
139
-
140
- .col-xs-7 {
141
- flex-basis: var(--ring-grid-width-7);
142
-
143
- max-width: var(--ring-grid-width-7);
144
- }
145
-
146
- .col-xs-8 {
147
- flex-basis: var(--ring-grid-width-8);
148
-
149
- max-width: var(--ring-grid-width-8);
150
- }
151
-
152
- .col-xs-9 {
153
- flex-basis: var(--ring-grid-width-9);
154
-
155
- max-width: var(--ring-grid-width-9);
156
- }
157
-
158
- .col-xs-10 {
159
- flex-basis: var(--ring-grid-width-10);
160
-
161
- max-width: var(--ring-grid-width-10);
162
- }
163
-
164
- .col-xs-11 {
165
- flex-basis: var(--ring-grid-width-11);
166
-
167
- max-width: var(--ring-grid-width-11);
168
- }
169
-
170
- .col-xs-12 {
171
- flex-basis: var(--ring-grid-width-12);
172
-
173
- max-width: var(--ring-grid-width-12);
174
- }
175
-
176
- .col-xs-offset-0 {
177
- margin-left: 0;
178
- }
179
-
180
- .col-xs-offset-1 {
181
- margin-left: var(--ring-grid-width-1);
182
- }
183
-
184
- .col-xs-offset-2 {
185
- margin-left: var(--ring-grid-width-2);
186
- }
187
-
188
- .col-xs-offset-3 {
189
- margin-left: var(--ring-grid-width-3);
190
- }
191
-
192
- .col-xs-offset-4 {
193
- margin-left: var(--ring-grid-width-4);
194
- }
195
-
196
- .col-xs-offset-5 {
197
- margin-left: var(--ring-grid-width-5);
198
- }
199
-
200
- .col-xs-offset-6 {
201
- margin-left: var(--ring-grid-width-6);
202
- }
203
-
204
- .col-xs-offset-7 {
205
- margin-left: var(--ring-grid-width-7);
206
- }
207
-
208
- .col-xs-offset-8 {
209
- margin-left: var(--ring-grid-width-8);
210
- }
211
-
212
- .col-xs-offset-9 {
213
- margin-left: var(--ring-grid-width-9);
214
- }
215
-
216
- .col-xs-offset-10 {
217
- margin-left: var(--ring-grid-width-10);
218
- }
219
-
220
- .col-xs-offset-11 {
221
- margin-left: var(--ring-grid-width-11);
222
- }
223
-
224
- .start-xs {
225
- justify-content: flex-start;
226
-
227
- text-align: start;
228
- }
229
-
230
- .center-xs {
231
- justify-content: center;
232
-
233
- text-align: center;
234
- }
235
-
236
- .end-xs {
237
- justify-content: flex-end;
238
-
239
- text-align: end;
240
- }
241
-
242
- .top-xs {
243
- align-items: flex-start;
244
- }
245
-
246
- .middle-xs {
247
- align-items: center;
248
- }
249
-
250
- .baseline-xs {
251
- align-items: baseline;
252
- }
253
-
254
- .bottom-xs {
255
- align-items: flex-end;
256
- }
257
-
258
- .around-xs {
259
- justify-content: space-around;
260
- }
261
-
262
- .between-xs {
263
- justify-content: space-between;
264
- }
265
-
266
- .first-xs {
267
- order: -1;
268
- }
269
-
270
- .last-xs {
271
- order: 1;
272
- }
273
-
274
- @media small-screen-media {
275
- .container {
276
- width: var(--ring-grid-container-small);
277
- }
278
-
279
- .col-sm,
280
- .col-sm-1,
281
- .col-sm-2,
282
- .col-sm-3,
283
- .col-sm-4,
284
- .col-sm-5,
285
- .col-sm-6,
286
- .col-sm-7,
287
- .col-sm-8,
288
- .col-sm-9,
289
- .col-sm-10,
290
- .col-sm-11,
291
- .col-sm-12,
292
- .col-sm-offset-0,
293
- .col-sm-offset-1,
294
- .col-sm-offset-2,
295
- .col-sm-offset-3,
296
- .col-sm-offset-4,
297
- .col-sm-offset-5,
298
- .col-sm-offset-6,
299
- .col-sm-offset-7,
300
- .col-sm-offset-8,
301
- .col-sm-offset-9,
302
- .col-sm-offset-10,
303
- .col-sm-offset-11,
304
- .col-sm-offset-12 {
305
- flex: 0 0 auto;
306
-
307
- box-sizing: border-box;
308
- padding-right: calc(var(--ring-grid-gutter-width) / 2);
309
- padding-left: calc(var(--ring-grid-gutter-width) / 2);
310
- }
311
-
312
- .col-sm {
313
- flex-basis: 0;
314
- flex-grow: 1;
315
-
316
- max-width: 100%;
317
- }
318
-
319
- .col-sm-1 {
320
- flex-basis: var(--ring-grid-width-1);
321
-
322
- max-width: var(--ring-grid-width-1);
323
- }
324
-
325
- .col-sm-2 {
326
- flex-basis: var(--ring-grid-width-2);
327
-
328
- max-width: var(--ring-grid-width-2);
329
- }
330
-
331
- .col-sm-3 {
332
- flex-basis: var(--ring-grid-width-3);
333
-
334
- max-width: var(--ring-grid-width-3);
335
- }
336
-
337
- .col-sm-4 {
338
- flex-basis: var(--ring-grid-width-4);
339
-
340
- max-width: var(--ring-grid-width-4);
341
- }
342
-
343
- .col-sm-5 {
344
- flex-basis: var(--ring-grid-width-5);
345
-
346
- max-width: var(--ring-grid-width-5);
347
- }
348
-
349
- .col-sm-6 {
350
- flex-basis: var(--ring-grid-width-6);
351
-
352
- max-width: var(--ring-grid-width-6);
353
- }
354
-
355
- .col-sm-7 {
356
- flex-basis: var(--ring-grid-width-7);
357
-
358
- max-width: var(--ring-grid-width-7);
359
- }
360
-
361
- .col-sm-8 {
362
- flex-basis: var(--ring-grid-width-8);
363
-
364
- max-width: var(--ring-grid-width-8);
365
- }
366
-
367
- .col-sm-9 {
368
- flex-basis: var(--ring-grid-width-9);
369
-
370
- max-width: var(--ring-grid-width-9);
371
- }
372
-
373
- .col-sm-10 {
374
- flex-basis: var(--ring-grid-width-10);
375
-
376
- max-width: var(--ring-grid-width-10);
377
- }
378
-
379
- .col-sm-11 {
380
- flex-basis: var(--ring-grid-width-11);
381
-
382
- max-width: var(--ring-grid-width-11);
383
- }
384
-
385
- .col-sm-12 {
386
- flex-basis: var(--ring-grid-width-12);
387
-
388
- max-width: var(--ring-grid-width-12);
389
- }
390
-
391
- .col-sm-offset-0 {
392
- margin-left: 0;
393
- }
394
-
395
- .col-sm-offset-1 {
396
- margin-left: var(--ring-grid-width-1);
397
- }
398
-
399
- .col-sm-offset-2 {
400
- margin-left: var(--ring-grid-width-2);
401
- }
402
-
403
- .col-sm-offset-3 {
404
- margin-left: var(--ring-grid-width-3);
405
- }
406
-
407
- .col-sm-offset-4 {
408
- margin-left: var(--ring-grid-width-4);
409
- }
410
-
411
- .col-sm-offset-5 {
412
- margin-left: var(--ring-grid-width-5);
413
- }
414
-
415
- .col-sm-offset-6 {
416
- margin-left: var(--ring-grid-width-6);
417
- }
418
-
419
- .col-sm-offset-7 {
420
- margin-left: var(--ring-grid-width-7);
421
- }
422
-
423
- .col-sm-offset-8 {
424
- margin-left: var(--ring-grid-width-8);
425
- }
426
-
427
- .col-sm-offset-9 {
428
- margin-left: var(--ring-grid-width-9);
429
- }
430
-
431
- .col-sm-offset-10 {
432
- margin-left: var(--ring-grid-width-10);
433
- }
434
-
435
- .col-sm-offset-11 {
436
- margin-left: var(--ring-grid-width-11);
437
- }
438
-
439
- .start-sm {
440
- justify-content: flex-start;
441
-
442
- text-align: start;
443
- }
444
-
445
- .center-sm {
446
- justify-content: center;
447
-
448
- text-align: center;
449
- }
450
-
451
- .end-sm {
452
- justify-content: flex-end;
453
-
454
- text-align: end;
455
- }
456
-
457
- .top-sm {
458
- align-items: flex-start;
459
- }
460
-
461
- .middle-sm {
462
- align-items: center;
463
- }
464
-
465
- .baseline-sm {
466
- align-items: baseline;
467
- }
468
-
469
- .bottom-sm {
470
- align-items: flex-end;
471
- }
472
-
473
- .around-sm {
474
- justify-content: space-around;
475
- }
476
-
477
- .between-sm {
478
- justify-content: space-between;
479
- }
480
-
481
- .first-sm {
482
- order: -1;
483
- }
484
-
485
- .last-sm {
486
- order: 1;
487
- }
488
- }
489
-
490
- @media middle-screen-media {
491
- .container {
492
- width: var(--ring-grid-container-medium);
493
- }
494
-
495
- .col-md,
496
- .col-md-1,
497
- .col-md-2,
498
- .col-md-3,
499
- .col-md-4,
500
- .col-md-5,
501
- .col-md-6,
502
- .col-md-7,
503
- .col-md-8,
504
- .col-md-9,
505
- .col-md-10,
506
- .col-md-11,
507
- .col-md-12,
508
- .col-md-offset-0,
509
- .col-md-offset-1,
510
- .col-md-offset-2,
511
- .col-md-offset-3,
512
- .col-md-offset-4,
513
- .col-md-offset-5,
514
- .col-md-offset-6,
515
- .col-md-offset-7,
516
- .col-md-offset-8,
517
- .col-md-offset-9,
518
- .col-md-offset-10,
519
- .col-md-offset-11,
520
- .col-md-offset-12 {
521
- flex: 0 0 auto;
522
-
523
- box-sizing: border-box;
524
- padding-right: calc(var(--ring-grid-gutter-width) / 2);
525
- padding-left: calc(var(--ring-grid-gutter-width) / 2);
526
- }
527
-
528
- .col-md {
529
- flex-basis: 0;
530
- flex-grow: 1;
531
-
532
- max-width: 100%;
533
- }
534
-
535
- .col-md-1 {
536
- flex-basis: var(--ring-grid-width-1);
537
-
538
- max-width: var(--ring-grid-width-1);
539
- }
540
-
541
- .col-md-2 {
542
- flex-basis: var(--ring-grid-width-2);
543
-
544
- max-width: var(--ring-grid-width-2);
545
- }
546
-
547
- .col-md-3 {
548
- flex-basis: var(--ring-grid-width-3);
549
-
550
- max-width: var(--ring-grid-width-3);
551
- }
552
-
553
- .col-md-4 {
554
- flex-basis: var(--ring-grid-width-4);
555
-
556
- max-width: var(--ring-grid-width-4);
557
- }
558
-
559
- .col-md-5 {
560
- flex-basis: var(--ring-grid-width-5);
561
-
562
- max-width: var(--ring-grid-width-5);
563
- }
564
-
565
- .col-md-6 {
566
- flex-basis: var(--ring-grid-width-6);
567
-
568
- max-width: var(--ring-grid-width-6);
569
- }
570
-
571
- .col-md-7 {
572
- flex-basis: var(--ring-grid-width-7);
573
-
574
- max-width: var(--ring-grid-width-7);
575
- }
576
-
577
- .col-md-8 {
578
- flex-basis: var(--ring-grid-width-8);
579
-
580
- max-width: var(--ring-grid-width-8);
581
- }
582
-
583
- .col-md-9 {
584
- flex-basis: var(--ring-grid-width-9);
585
-
586
- max-width: var(--ring-grid-width-9);
587
- }
588
-
589
- .col-md-10 {
590
- flex-basis: var(--ring-grid-width-10);
591
-
592
- max-width: var(--ring-grid-width-10);
593
- }
594
-
595
- .col-md-11 {
596
- flex-basis: var(--ring-grid-width-11);
597
-
598
- max-width: var(--ring-grid-width-11);
599
- }
600
-
601
- .col-md-12 {
602
- flex-basis: var(--ring-grid-width-12);
603
-
604
- max-width: var(--ring-grid-width-12);
605
- }
606
-
607
- .col-md-offset-0 {
608
- margin-left: 0;
609
- }
610
-
611
- .col-md-offset-1 {
612
- margin-left: var(--ring-grid-width-1);
613
- }
614
-
615
- .col-md-offset-2 {
616
- margin-left: var(--ring-grid-width-2);
617
- }
618
-
619
- .col-md-offset-3 {
620
- margin-left: var(--ring-grid-width-3);
621
- }
622
-
623
- .col-md-offset-4 {
624
- margin-left: var(--ring-grid-width-4);
625
- }
626
-
627
- .col-md-offset-5 {
628
- margin-left: var(--ring-grid-width-5);
629
- }
630
-
631
- .col-md-offset-6 {
632
- margin-left: var(--ring-grid-width-6);
633
- }
634
-
635
- .col-md-offset-7 {
636
- margin-left: var(--ring-grid-width-7);
637
- }
638
-
639
- .col-md-offset-8 {
640
- margin-left: var(--ring-grid-width-8);
641
- }
642
-
643
- .col-md-offset-9 {
644
- margin-left: var(--ring-grid-width-9);
645
- }
646
-
647
- .col-md-offset-10 {
648
- margin-left: var(--ring-grid-width-10);
649
- }
650
-
651
- .col-md-offset-11 {
652
- margin-left: var(--ring-grid-width-11);
653
- }
654
-
655
- .start-md {
656
- justify-content: flex-start;
657
-
658
- text-align: start;
659
- }
660
-
661
- .center-md {
662
- justify-content: center;
663
-
664
- text-align: center;
665
- }
666
-
667
- .end-md {
668
- justify-content: flex-end;
669
-
670
- text-align: end;
671
- }
672
-
673
- .top-md {
674
- align-items: flex-start;
675
- }
676
-
677
- .middle-md {
678
- align-items: center;
679
- }
680
-
681
- .baseline-md {
682
- align-items: baseline;
683
- }
684
-
685
- .bottom-md {
686
- align-items: flex-end;
687
- }
688
-
689
- .around-md {
690
- justify-content: space-around;
691
- }
692
-
693
- .between-md {
694
- justify-content: space-between;
695
- }
696
-
697
- .first-md {
698
- order: -1;
699
- }
700
-
701
- .last-md {
702
- order: 1;
703
- }
704
- }
705
-
706
- @media large-screen-media {
707
- .container {
708
- width: var(--ring-grid-container-large);
709
- }
710
-
711
- .col-lg,
712
- .col-lg-1,
713
- .col-lg-2,
714
- .col-lg-3,
715
- .col-lg-4,
716
- .col-lg-5,
717
- .col-lg-6,
718
- .col-lg-7,
719
- .col-lg-8,
720
- .col-lg-9,
721
- .col-lg-10,
722
- .col-lg-11,
723
- .col-lg-12,
724
- .col-lg-offset-0,
725
- .col-lg-offset-1,
726
- .col-lg-offset-2,
727
- .col-lg-offset-3,
728
- .col-lg-offset-4,
729
- .col-lg-offset-5,
730
- .col-lg-offset-6,
731
- .col-lg-offset-7,
732
- .col-lg-offset-8,
733
- .col-lg-offset-9,
734
- .col-lg-offset-10,
735
- .col-lg-offset-11,
736
- .col-lg-offset-12 {
737
- flex: 0 0 auto;
738
-
739
- box-sizing: border-box;
740
- padding-right: calc(var(--ring-grid-gutter-width) / 2);
741
- padding-left: calc(var(--ring-grid-gutter-width) / 2);
742
- }
743
-
744
- .col-lg {
745
- flex-basis: 0;
746
- flex-grow: 1;
747
-
748
- max-width: 100%;
749
- }
750
-
751
- .col-lg-1 {
752
- flex-basis: var(--ring-grid-width-1);
753
-
754
- max-width: var(--ring-grid-width-1);
755
- }
756
-
757
- .col-lg-2 {
758
- flex-basis: var(--ring-grid-width-2);
759
-
760
- max-width: var(--ring-grid-width-2);
761
- }
762
-
763
- .col-lg-3 {
764
- flex-basis: var(--ring-grid-width-3);
765
-
766
- max-width: var(--ring-grid-width-3);
767
- }
768
-
769
- .col-lg-4 {
770
- flex-basis: var(--ring-grid-width-4);
771
-
772
- max-width: var(--ring-grid-width-4);
773
- }
774
-
775
- .col-lg-5 {
776
- flex-basis: var(--ring-grid-width-5);
777
-
778
- max-width: var(--ring-grid-width-5);
779
- }
780
-
781
- .col-lg-6 {
782
- flex-basis: var(--ring-grid-width-6);
783
-
784
- max-width: var(--ring-grid-width-6);
785
- }
786
-
787
- .col-lg-7 {
788
- flex-basis: var(--ring-grid-width-7);
789
-
790
- max-width: var(--ring-grid-width-7);
791
- }
792
-
793
- .col-lg-8 {
794
- flex-basis: var(--ring-grid-width-8);
795
-
796
- max-width: var(--ring-grid-width-8);
797
- }
798
-
799
- .col-lg-9 {
800
- flex-basis: var(--ring-grid-width-9);
801
-
802
- max-width: var(--ring-grid-width-9);
803
- }
804
-
805
- .col-lg-10 {
806
- flex-basis: var(--ring-grid-width-10);
807
-
808
- max-width: var(--ring-grid-width-10);
809
- }
810
-
811
- .col-lg-11 {
812
- flex-basis: var(--ring-grid-width-11);
813
-
814
- max-width: var(--ring-grid-width-11);
815
- }
816
-
817
- .col-lg-12 {
818
- flex-basis: var(--ring-grid-width-12);
819
-
820
- max-width: var(--ring-grid-width-12);
821
- }
822
-
823
- .col-lg-offset-0 {
824
- margin-left: 0;
825
- }
826
-
827
- .col-lg-offset-1 {
828
- margin-left: var(--ring-grid-width-1);
829
- }
830
-
831
- .col-lg-offset-2 {
832
- margin-left: var(--ring-grid-width-2);
833
- }
834
-
835
- .col-lg-offset-3 {
836
- margin-left: var(--ring-grid-width-3);
837
- }
838
-
839
- .col-lg-offset-4 {
840
- margin-left: var(--ring-grid-width-4);
841
- }
842
-
843
- .col-lg-offset-5 {
844
- margin-left: var(--ring-grid-width-5);
845
- }
846
-
847
- .col-lg-offset-6 {
848
- margin-left: var(--ring-grid-width-6);
849
- }
850
-
851
- .col-lg-offset-7 {
852
- margin-left: var(--ring-grid-width-7);
853
- }
854
-
855
- .col-lg-offset-8 {
856
- margin-left: var(--ring-grid-width-8);
857
- }
858
-
859
- .col-lg-offset-9 {
860
- margin-left: var(--ring-grid-width-9);
861
- }
862
-
863
- .col-lg-offset-10 {
864
- margin-left: var(--ring-grid-width-10);
865
- }
866
-
867
- .col-lg-offset-11 {
868
- margin-left: var(--ring-grid-width-11);
869
- }
870
-
871
- .start-lg {
872
- justify-content: flex-start;
873
-
874
- text-align: start;
875
- }
876
-
877
- .center-lg {
878
- justify-content: center;
879
-
880
- text-align: center;
881
- }
882
-
883
- .end-lg {
884
- justify-content: flex-end;
885
-
886
- text-align: end;
887
- }
888
-
889
- .top-lg {
890
- align-items: flex-start;
891
- }
892
-
893
- .middle-lg {
894
- align-items: center;
895
- }
896
-
897
- .baseline-lg {
898
- align-items: baseline;
899
- }
900
-
901
- .bottom-lg {
902
- align-items: flex-end;
903
- }
904
-
905
- .around-lg {
906
- justify-content: space-around;
907
- }
908
-
909
- .between-lg {
910
- justify-content: space-between;
911
- }
912
-
913
- .first-lg {
914
- order: -1;
915
- }
916
-
917
- .last-lg {
918
- order: 1;
919
- }
920
- }