lightning-base-components 1.18.2-alpha → 1.18.3-alpha

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 (105) hide show
  1. package/metadata/raptor.json +4 -0
  2. package/package.json +15 -1
  3. package/scopedImports/@salesforce-internal-core.appVersion.js +1 -1
  4. package/src/lightning/accordion/__docs__/accordion.md +2 -2
  5. package/src/lightning/avatar/__docs__/avatar.md +7 -7
  6. package/src/lightning/badge/__docs__/badge.md +2 -2
  7. package/src/lightning/baseCombobox/baseCombobox.js +62 -22
  8. package/src/lightning/breadcrumbs/__docs__/breadcrumbs.md +3 -3
  9. package/src/lightning/button/__docs__/button.md +15 -15
  10. package/src/lightning/buttonIcon/__docs__/buttonIcon.md +9 -9
  11. package/src/lightning/buttonIconStateful/__docs__/buttonIconStateful.md +9 -9
  12. package/src/lightning/buttonMenu/__docs__/buttonMenu.md +8 -8
  13. package/src/lightning/buttonStateful/__docs__/buttonStateful.md +12 -12
  14. package/src/lightning/calendar/calendar.css +2 -2
  15. package/src/lightning/calendar/calendar.js +4 -2
  16. package/src/lightning/card/__docs__/card.md +3 -3
  17. package/src/lightning/checkboxGroup/__docs__/checkboxGroup.md +2 -2
  18. package/src/lightning/datatable/__docs__/datatable.md +45 -35
  19. package/src/lightning/datatable/autoWidthStrategy.js +3 -0
  20. package/src/lightning/datatable/columnWidthManager.js +1 -1
  21. package/src/lightning/datatable/datatable.js +8 -7
  22. package/src/lightning/datatable/rowSelection.js +7 -4
  23. package/src/lightning/datatable/templates/table/table.html +1 -0
  24. package/src/lightning/datepicker/datepicker.css +2 -2
  25. package/src/lightning/datepicker/datepicker.js +4 -2
  26. package/src/lightning/datetimepicker/datetimepicker.css +2 -2
  27. package/src/lightning/datetimepicker/datetimepicker.js +4 -2
  28. package/src/lightning/dualListbox/dualListbox.js +16 -7
  29. package/src/lightning/formattedRichText/formatted-rich-text.slds.css +230 -0
  30. package/src/lightning/formattedRichText/formattedRichText.css +2 -0
  31. package/src/lightning/formattedRichText/formattedRichText.js +4 -2
  32. package/src/lightning/formattedText/formattedText.css +1 -0
  33. package/src/lightning/formattedText/formattedText.js +3 -2
  34. package/src/lightning/helptext/__docs__/helptext.md +2 -2
  35. package/src/lightning/icon/__docs__/icon.md +5 -5
  36. package/src/lightning/icon/icon.js +6 -1
  37. package/src/lightning/iconUtils/iconUtils.js +0 -12
  38. package/src/lightning/iconUtils/polyfill.js +5 -90
  39. package/src/lightning/input/__docs__/input.md +7 -7
  40. package/src/lightning/input/__examples__/checkboxbutton/checkboxbutton.css +6 -0
  41. package/src/lightning/input/__examples__/checkboxbutton/checkboxbutton.html +2 -1
  42. package/src/lightning/input/__examples__/checkboxbutton/checkboxbutton.js +1 -1
  43. package/src/lightning/input/__examples__/number/number.html +0 -5
  44. package/src/lightning/input/input.css +2 -4
  45. package/src/lightning/input/input.html +149 -239
  46. package/src/lightning/input/input.js +209 -532
  47. package/src/lightning/inputAddress/__docs__/inputAddress.md +3 -3
  48. package/src/lightning/inputUtils/inputUtils.js +15 -20
  49. package/src/lightning/inputUtils/normalize.js +7 -0
  50. package/src/lightning/{input/numberUtil.js → inputUtils/number.js} +1 -1
  51. package/src/lightning/inputUtils/utils.js +18 -0
  52. package/src/lightning/modalBody/__docs__/modalBody.md +9 -9
  53. package/src/lightning/modalFooter/__docs__/modalFooter.md +9 -9
  54. package/src/lightning/modalHeader/__docs__/modalHeader.md +9 -9
  55. package/src/lightning/overlayContainer/overlayContainer.js +4 -2
  56. package/src/lightning/pill/__docs__/pill.md +3 -3
  57. package/src/lightning/pillContainer/__docs__/pillContainer.md +14 -14
  58. package/src/lightning/primitiveIcon/primitiveIcon.js +8 -5
  59. package/src/lightning/radioGroup/__docs__/radioGroup.md +4 -4
  60. package/src/lightning/select/__docs__/select.md +2 -2
  61. package/src/lightning/shadowBaseClassPrivate/shadowBaseClassPrivate.js +1 -1
  62. package/src/lightning/sldsCommon/sldsCommon.css +144 -42
  63. package/src/lightning/sldsUtilsAlignment/sldsUtilsAlignment.css +10 -0
  64. package/src/lightning/sldsUtilsAlignment/sldsUtilsAlignment.js-meta.xml +4 -0
  65. package/src/lightning/sldsUtilsBorders/sldsUtilsBorders.css +18 -0
  66. package/src/lightning/sldsUtilsBorders/sldsUtilsBorders.js-meta.xml +4 -0
  67. package/src/lightning/sldsUtilsBox/sldsUtilsBox.css +24 -0
  68. package/src/lightning/sldsUtilsBox/sldsUtilsBox.js-meta.xml +4 -0
  69. package/src/lightning/sldsUtilsFloats/sldsUtilsFloats.css +20 -0
  70. package/src/lightning/sldsUtilsFloats/sldsUtilsFloats.js-meta.xml +4 -0
  71. package/src/lightning/sldsUtilsGrid/sldsUtilsGrid.css +259 -0
  72. package/src/lightning/sldsUtilsGrid/sldsUtilsGrid.js-meta.xml +4 -0
  73. package/src/lightning/sldsUtilsHyphenation/sldsUtilsHyphenation.css +8 -0
  74. package/src/lightning/sldsUtilsHyphenation/sldsUtilsHyphenation.js-meta.xml +4 -0
  75. package/src/lightning/sldsUtilsLineClamp/sldsUtilsLineClamp.css +57 -0
  76. package/src/lightning/sldsUtilsLineClamp/sldsUtilsLineClamp.js-meta.xml +4 -0
  77. package/src/lightning/sldsUtilsMargin/sldsUtilsMargin.css +313 -0
  78. package/src/lightning/sldsUtilsMargin/sldsUtilsMargin.js-meta.xml +4 -0
  79. package/src/lightning/sldsUtilsPadding/sldsUtilsPadding.css +308 -0
  80. package/src/lightning/sldsUtilsPadding/sldsUtilsPadding.js-meta.xml +4 -0
  81. package/src/lightning/sldsUtilsPosition/sldsUtilsPosition.css +18 -0
  82. package/src/lightning/sldsUtilsPosition/sldsUtilsPosition.js-meta.xml +4 -0
  83. package/src/lightning/sldsUtilsSizing/sldsUtilsSizing.css +1408 -0
  84. package/src/lightning/sldsUtilsSizing/sldsUtilsSizing.js-meta.xml +4 -0
  85. package/src/lightning/sldsUtilsThemes/sldsUtilsThemes.css +295 -0
  86. package/src/lightning/sldsUtilsThemes/sldsUtilsThemes.js-meta.xml +4 -0
  87. package/src/lightning/sldsUtilsTruncation/sldsUtilsTruncation.css +14 -0
  88. package/src/lightning/sldsUtilsTruncation/sldsUtilsTruncation.js-meta.xml +4 -0
  89. package/src/lightning/slider/__docs__/slider.md +2 -2
  90. package/src/lightning/tabset/__docs__/tabset.md +2 -2
  91. package/src/lightning/textarea/__docs__/textarea.md +2 -2
  92. package/src/lightning/timepicker/timepicker.js +4 -2
  93. package/src/lightning/toast/toast.js-meta.xml +2 -0
  94. package/src/lightning/toastContainer/__docs__/toastContainer.md +14 -34
  95. package/src/lightning/toastContainer/toastContainer.js +10 -15
  96. package/src/lightning/tooltipLibrary/tooltipLibrary.js +12 -5
  97. package/src/lightning/iconUtils/isIframeInEdge.js +0 -7
  98. package/src/lightning/iconUtils/supportsSvg.js +0 -16
  99. package/src/lightning/input/input-checkbox.slds.css +0 -395
  100. package/src/lightning/input/input-text.slds.css +0 -398
  101. package/src/lightning/input/normalize.js +0 -6
  102. package/src/lightning/input/selection.js +0 -131
  103. /package/src/lightning/formattedRichText/{__examples__disabled → __examples__}/basic/basic.html +0 -0
  104. /package/src/lightning/formattedRichText/{__examples__disabled → __examples__}/basic/basic.js +0 -0
  105. /package/src/lightning/{input/emailUtil.js → inputUtils/email.js} +0 -0
@@ -0,0 +1,1408 @@
1
+ /* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
2
+ Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
3
+
4
+ /**
5
+ * Notes:
6
+ * - Some of the selectors available in SLDS were not included here, because they are unused in LBC
7
+ * - :host() is needed for `layout` and `layout-item` because classes are applied to the host element.
8
+ */
9
+
10
+ /* Size + Order */
11
+
12
+ .slds-size_xxx-small,
13
+ :host(.slds-size_xxx-small) {
14
+ width: 3rem;
15
+ }
16
+
17
+ .slds-size_xx-small,
18
+ :host(.slds-size_xx-small) {
19
+ width: 6rem;
20
+ }
21
+
22
+ .slds-size_x-small,
23
+ :host(.slds-size_x-small) {
24
+ width: 12rem;
25
+ }
26
+
27
+ .slds-size_small,
28
+ :host(.slds-size_small) {
29
+ width: 15rem;
30
+ }
31
+
32
+ .slds-size_medium,
33
+ :host(.slds-size_medium) {
34
+ width: 20rem;
35
+ }
36
+
37
+ .slds-size_large,
38
+ :host(.slds-size_large) {
39
+ width: 25rem;
40
+ }
41
+
42
+ .slds-size_x-large,
43
+ :host(.slds-size_x-large) {
44
+ width: 40rem;
45
+ }
46
+
47
+ .slds-size_xx-large,
48
+ :host(.slds-size_xx-large) {
49
+ width: 60rem;
50
+ }
51
+
52
+ .slds-size_full,
53
+ :host(.slds-size_full) {
54
+ width: 100%;
55
+ }
56
+
57
+ .slds-size_1-of-1,
58
+ :host(.slds-size_1-of-1) {
59
+ width: 100%;
60
+ }
61
+
62
+ .slds-size_1-of-2,
63
+ :host(.slds-size_1-of-2) {
64
+ width: 50%;
65
+ }
66
+
67
+ .slds-size_2-of-2,
68
+ :host(.slds-size_2-of-2) {
69
+ width: 100%;
70
+ }
71
+
72
+ .slds-size_1-of-3,
73
+ :host(.slds-size_1-of-3) {
74
+ width: 33.3333333333%;
75
+ }
76
+
77
+ .slds-size_2-of-3,
78
+ :host(.slds-size_2-of-3) {
79
+ width: 66.6666666667%;
80
+ }
81
+
82
+ .slds-size_3-of-3,
83
+ :host(.slds-size_3-of-3) {
84
+ width: 100%;
85
+ }
86
+
87
+ .slds-size_1-of-4,
88
+ :host(.slds-size_1-of-4) {
89
+ width: 25%;
90
+ }
91
+
92
+ .slds-size_2-of-4,
93
+ :host(.slds-size_2-of-4) {
94
+ width: 50%;
95
+ }
96
+
97
+ .slds-size_3-of-4,
98
+ :host(.slds-size_3-of-4) {
99
+ width: 75%;
100
+ }
101
+
102
+ .slds-size_4-of-4,
103
+ :host(.slds-size_4-of-4) {
104
+ width: 100%;
105
+ }
106
+
107
+ .slds-size_1-of-5,
108
+ :host(.slds-size_1-of-5) {
109
+ width: 20%;
110
+ }
111
+
112
+ .slds-size_2-of-5,
113
+ :host(.slds-size_2-of-5) {
114
+ width: 40%;
115
+ }
116
+
117
+ .slds-size_3-of-5,
118
+ :host(.slds-size_3-of-5) {
119
+ width: 60%;
120
+ }
121
+
122
+ .slds-size_4-of-5,
123
+ :host(.slds-size_4-of-5) {
124
+ width: 80%;
125
+ }
126
+
127
+ .slds-size_5-of-5,
128
+ :host(.slds-size_5-of-5) {
129
+ width: 100%;
130
+ }
131
+
132
+ .slds-size_1-of-6,
133
+ :host(.slds-size_1-of-6) {
134
+ width: 16.6666666667%;
135
+ }
136
+
137
+ .slds-size_2-of-6,
138
+ :host(.slds-size_2-of-6) {
139
+ width: 33.3333333333%;
140
+ }
141
+
142
+ .slds-size_3-of-6,
143
+ :host(.slds-size_3-of-6) {
144
+ width: 50%;
145
+ }
146
+
147
+ .slds-size_4-of-6,
148
+ :host(.slds-size_4-of-6) {
149
+ width: 66.6666666667%;
150
+ }
151
+
152
+ .slds-size_5-of-6,
153
+ :host(.slds-size_5-of-6) {
154
+ width: 83.3333333333%;
155
+ }
156
+
157
+ .slds-size_6-of-6,
158
+ :host(.slds-size_6-of-6) {
159
+ width: 100%;
160
+ }
161
+
162
+ .slds-size_1-of-7,
163
+ :host(.slds-size_1-of-7) {
164
+ width: 14.2857142857%;
165
+ }
166
+
167
+ .slds-size_2-of-7,
168
+ :host(.slds-size_2-of-7) {
169
+ width: 28.5714285714%;
170
+ }
171
+
172
+ .slds-size_3-of-7,
173
+ :host(.slds-size_3-of-7) {
174
+ width: 42.8571428571%;
175
+ }
176
+
177
+ .slds-size_4-of-7,
178
+ :host(.slds-size_4-of-7) {
179
+ width: 57.1428571429%;
180
+ }
181
+
182
+ .slds-size_5-of-7,
183
+ :host(.slds-size_5-of-7) {
184
+ width: 71.4285714286%;
185
+ }
186
+
187
+ .slds-size_6-of-7,
188
+ :host(.slds-size_6-of-7) {
189
+ width: 85.7142857143%;
190
+ }
191
+
192
+ .slds-size_7-of-7,
193
+ :host(.slds-size_7-of-7) {
194
+ width: 100%;
195
+ }
196
+
197
+ .slds-size_1-of-8,
198
+ :host(.slds-size_1-of-8) {
199
+ width: 12.5%;
200
+ }
201
+
202
+ .slds-size_2-of-8,
203
+ :host(.slds-size_2-of-8) {
204
+ width: 25%;
205
+ }
206
+
207
+ .slds-size_3-of-8,
208
+ :host(.slds-size_3-of-8) {
209
+ width: 37.5%;
210
+ }
211
+
212
+ .slds-size_4-of-8,
213
+ :host(.slds-size_4-of-8) {
214
+ width: 50%;
215
+ }
216
+
217
+ .slds-size_5-of-8,
218
+ :host(.slds-size_5-of-8) {
219
+ width: 62.5%;
220
+ }
221
+
222
+ .slds-size_6-of-8,
223
+ :host(.slds-size_6-of-8) {
224
+ width: 75%;
225
+ }
226
+
227
+ .slds-size_7-of-8,
228
+ :host(.slds-size_7-of-8) {
229
+ width: 87.5%;
230
+ }
231
+
232
+ .slds-size_8-of-8,
233
+ :host(.slds-size_8-of-8) {
234
+ width: 100%;
235
+ }
236
+
237
+ .slds-size_1-of-12,
238
+ :host(.slds-size_1-of-12) {
239
+ width: 8.3333333333%;
240
+ }
241
+
242
+ .slds-size_2-of-12,
243
+ :host(.slds-size_2-of-12) {
244
+ width: 16.6666666667%;
245
+ }
246
+
247
+ .slds-size_3-of-12,
248
+ :host(.slds-size_3-of-12) {
249
+ width: 25%;
250
+ }
251
+
252
+ .slds-size_4-of-12,
253
+ :host(.slds-size_4-of-12) {
254
+ width: 33.3333333333%;
255
+ }
256
+
257
+ .slds-size_5-of-12,
258
+ :host(.slds-size_5-of-12) {
259
+ width: 41.6666666667%;
260
+ }
261
+
262
+ .slds-size_6-of-12,
263
+ :host(.slds-size_6-of-12) {
264
+ width: 50%;
265
+ }
266
+
267
+ .slds-size_7-of-12,
268
+ :host(.slds-size_7-of-12) {
269
+ width: 58.3333333333%;
270
+ }
271
+
272
+ .slds-size_8-of-12,
273
+ :host(.slds-size_8-of-12) {
274
+ width: 66.6666666667%;
275
+ }
276
+
277
+ .slds-size_9-of-12,
278
+ :host(.slds-size_9-of-12) {
279
+ width: 75%;
280
+ }
281
+
282
+ .slds-size_10-of-12,
283
+ :host(.slds-size_10-of-12) {
284
+ width: 83.3333333333%;
285
+ }
286
+
287
+ .slds-size_11-of-12,
288
+ :host(.slds-size_11-of-12) {
289
+ width: 91.6666666667%;
290
+ }
291
+
292
+ .slds-size_12-of-12,
293
+ :host(.slds-size_12-of-12) {
294
+ width: 100%;
295
+ }
296
+
297
+ .slds-order_1,
298
+ :host(.slds-order_1) {
299
+ order: 1;
300
+ }
301
+
302
+ .slds-order_2,
303
+ :host(.slds-order_2) {
304
+ order: 2;
305
+ }
306
+
307
+ .slds-order_3,
308
+ :host(.slds-order_3) {
309
+ order: 3;
310
+ }
311
+
312
+ .slds-order_4,
313
+ :host(.slds-order_4) {
314
+ order: 4;
315
+ }
316
+
317
+ .slds-order_5,
318
+ :host(.slds-order_5) {
319
+ order: 5;
320
+ }
321
+
322
+ .slds-order_6,
323
+ :host(.slds-order_6) {
324
+ order: 6;
325
+ }
326
+
327
+ .slds-order_7,
328
+ :host(.slds-order_7) {
329
+ order: 7;
330
+ }
331
+
332
+ .slds-order_8,
333
+ :host(.slds-order_8) {
334
+ order: 8;
335
+ }
336
+
337
+ .slds-order_9,
338
+ :host(.slds-order_9) {
339
+ order: 9;
340
+ }
341
+
342
+ .slds-order_10,
343
+ :host(.slds-order_10) {
344
+ order: 10;
345
+ }
346
+
347
+ .slds-order_11,
348
+ :host(.slds-order_11) {
349
+ order: 11;
350
+ }
351
+
352
+ .slds-order_12,
353
+ :host(.slds-order_12) {
354
+ order: 12;
355
+ }
356
+
357
+ /* Size Small + Order */
358
+
359
+ @media (min-width: 30em) {
360
+
361
+ [class*=slds-small-size_],
362
+ :host([class*=slds-small-size_]) {
363
+ flex: none;
364
+ }
365
+
366
+ .slds-small-size_xxx-small,
367
+ :host(.slds-small-size_xxx-small) {
368
+ width: 3rem;
369
+ }
370
+
371
+ .slds-small-size_xx-small,
372
+ :host(.slds-small-size_xx-small) {
373
+ width: 6rem;
374
+ }
375
+
376
+ .slds-small-size_x-small,
377
+ :host(.slds-small-size_x-small) {
378
+ width: 12rem;
379
+ }
380
+
381
+ .slds-small-size_small,
382
+ :host(.slds-small-size_small) {
383
+ width: 15rem;
384
+ }
385
+
386
+ .slds-small-size_medium,
387
+ :host(.slds-small-size_medium) {
388
+ width: 20rem;
389
+ }
390
+
391
+ .slds-small-size_large,
392
+ :host(.slds-small-size_large) {
393
+ width: 25rem;
394
+ }
395
+
396
+ .slds-small-size_x-large,
397
+ :host(.slds-small-size_x-large) {
398
+ width: 40rem;
399
+ }
400
+
401
+ .slds-small-size_xx-large,
402
+ :host(.slds-small-size_xx-large) {
403
+ width: 60rem;
404
+ }
405
+
406
+ .slds-small-size_1-of-1,
407
+ :host(.slds-small-size_1-of-1) {
408
+ width: 100%;
409
+ }
410
+
411
+ .slds-small-size_1-of-2,
412
+ :host(.slds-small-size_1-of-2) {
413
+ width: 50%;
414
+ }
415
+
416
+ .slds-small-size_2-of-2,
417
+ :host(.slds-small-size_2-of-2) {
418
+ width: 100%;
419
+ }
420
+
421
+ .slds-small-size_1-of-3,
422
+ :host(.slds-small-size_1-of-3) {
423
+ width: 33.3333333333%;
424
+ }
425
+
426
+ .slds-small-size_2-of-3,
427
+ :host(.slds-small-size_2-of-3) {
428
+ width: 66.6666666667%;
429
+ }
430
+
431
+ .slds-small-size_3-of-3,
432
+ :host(.slds-small-size_3-of-3) {
433
+ width: 100%;
434
+ }
435
+
436
+ .slds-small-size_1-of-4,
437
+ :host(.slds-small-size_1-of-4) {
438
+ width: 25%;
439
+ }
440
+
441
+ .slds-small-size_2-of-4,
442
+ :host(.slds-small-size_2-of-4) {
443
+ width: 50%;
444
+ }
445
+
446
+ .slds-small-size_3-of-4,
447
+ :host(.slds-small-size_3-of-4) {
448
+ width: 75%;
449
+ }
450
+
451
+ .slds-small-size_4-of-4,
452
+ :host(.slds-small-size_4-of-4) {
453
+ width: 100%;
454
+ }
455
+
456
+ .slds-small-size_1-of-5,
457
+ :host(.slds-small-size_1-of-5) {
458
+ width: 20%;
459
+ }
460
+
461
+ .slds-small-size_2-of-5,
462
+ :host(.slds-small-size_2-of-5) {
463
+ width: 40%;
464
+ }
465
+
466
+ .slds-small-size_3-of-5,
467
+ :host(.slds-small-size_3-of-5) {
468
+ width: 60%;
469
+ }
470
+
471
+ .slds-small-size_4-of-5,
472
+ :host(.slds-small-size_4-of-5) {
473
+ width: 80%;
474
+ }
475
+
476
+ .slds-small-size_5-of-5,
477
+ :host(.slds-small-size_5-of-5) {
478
+ width: 100%;
479
+ }
480
+
481
+ .slds-small-size_1-of-6,
482
+ :host(.slds-small-size_1-of-6) {
483
+ width: 16.6666666667%;
484
+ }
485
+
486
+ .slds-small-size_2-of-6,
487
+ :host(.slds-small-size_2-of-6) {
488
+ width: 33.3333333333%;
489
+ }
490
+
491
+ .slds-small-size_3-of-6,
492
+ :host(.slds-small-size_3-of-6) {
493
+ width: 50%;
494
+ }
495
+
496
+ .slds-small-size_4-of-6,
497
+ :host(.slds-small-size_4-of-6) {
498
+ width: 66.6666666667%;
499
+ }
500
+
501
+ .slds-small-size_5-of-6,
502
+ :host(.slds-small-size_5-of-6) {
503
+ width: 83.3333333333%;
504
+ }
505
+
506
+ .slds-small-size_6-of-6,
507
+ :host(.slds-small-size_6-of-6) {
508
+ width: 100%;
509
+ }
510
+
511
+ .slds-small-size_1-of-7,
512
+ :host(.slds-small-size_1-of-7) {
513
+ width: 14.2857142857%;
514
+ }
515
+
516
+ .slds-small-size_2-of-7,
517
+ :host(.slds-small-size_2-of-7) {
518
+ width: 28.5714285714%;
519
+ }
520
+
521
+ .slds-small-size_3-of-7,
522
+ :host(.slds-small-size_3-of-7) {
523
+ width: 42.8571428571%;
524
+ }
525
+
526
+ .slds-small-size_4-of-7,
527
+ :host(.slds-small-size_4-of-7) {
528
+ width: 57.1428571429%;
529
+ }
530
+
531
+ .slds-small-size_5-of-7,
532
+ :host(.slds-small-size_5-of-7) {
533
+ width: 71.4285714286%;
534
+ }
535
+
536
+ .slds-small-size_6-of-7,
537
+ :host(.slds-small-size_6-of-7) {
538
+ width: 85.7142857143%;
539
+ }
540
+
541
+ .slds-small-size_7-of-7,
542
+ :host(.slds-small-size_7-of-7) {
543
+ width: 100%;
544
+ }
545
+
546
+ .slds-small-size_1-of-8,
547
+ :host(.slds-small-size_1-of-8) {
548
+ width: 12.5%;
549
+ }
550
+
551
+ .slds-small-size_2-of-8,
552
+ :host(.slds-small-size_2-of-8) {
553
+ width: 25%;
554
+ }
555
+
556
+ .slds-small-size_3-of-8,
557
+ :host(.slds-small-size_3-of-8) {
558
+ width: 37.5%;
559
+ }
560
+
561
+ .slds-small-size_4-of-8,
562
+ :host(.slds-small-size_4-of-8) {
563
+ width: 50%;
564
+ }
565
+
566
+ .slds-small-size_5-of-8,
567
+ :host(.slds-small-size_5-of-8) {
568
+ width: 62.5%;
569
+ }
570
+
571
+ .slds-small-size_6-of-8,
572
+ :host(.slds-small-size_6-of-8) {
573
+ width: 75%;
574
+ }
575
+
576
+ .slds-small-size_7-of-8,
577
+ :host(.slds-small-size_7-of-8) {
578
+ width: 87.5%;
579
+ }
580
+
581
+ .slds-small-size_8-of-8,
582
+ :host(.slds-small-size_8-of-8) {
583
+ width: 100%;
584
+ }
585
+
586
+ .slds-small-size_1-of-12,
587
+ :host(.slds-small-size_1-of-12) {
588
+ width: 8.3333333333%;
589
+ }
590
+
591
+ .slds-small-size_2-of-12,
592
+ :host(.slds-small-size_2-of-12) {
593
+ width: 16.6666666667%;
594
+ }
595
+
596
+ .slds-small-size_3-of-12,
597
+ :host(.slds-small-size_3-of-12) {
598
+ width: 25%;
599
+ }
600
+
601
+ .slds-small-size_4-of-12,
602
+ :host(.slds-small-size_4-of-12) {
603
+ width: 33.3333333333%;
604
+ }
605
+
606
+ .slds-small-size_5-of-12,
607
+ :host(.slds-small-size_5-of-12) {
608
+ width: 41.6666666667%;
609
+ }
610
+
611
+ .slds-small-size_6-of-12,
612
+ :host(.slds-small-size_6-of-12) {
613
+ width: 50%;
614
+ }
615
+
616
+ .slds-small-size_7-of-12,
617
+ :host(.slds-small-size_7-of-12) {
618
+ width: 58.3333333333%;
619
+ }
620
+
621
+ .slds-small-size_8-of-12,
622
+ :host(.slds-small-size_8-of-12) {
623
+ width: 66.6666666667%;
624
+ }
625
+
626
+ .slds-small-size_9-of-12,
627
+ :host(.slds-small-size_9-of-12) {
628
+ width: 75%;
629
+ }
630
+
631
+ .slds-small-size_10-of-12,
632
+ :host(.slds-small-size_10-of-12) {
633
+ width: 83.3333333333%;
634
+ }
635
+
636
+ .slds-small-size_11-of-12,
637
+ :host(.slds-small-size_11-of-12) {
638
+ width: 91.6666666667%;
639
+ }
640
+
641
+ .slds-small-size_12-of-12,
642
+ :host(.slds-small-size_12-of-12) {
643
+ width: 100%;
644
+ }
645
+
646
+ .slds-small-order_1,
647
+ :host(.slds-small-order_1) {
648
+ order: 1;
649
+ }
650
+
651
+ .slds-small-order_2,
652
+ :host(.slds-small-order_2) {
653
+ order: 2;
654
+ }
655
+
656
+ .slds-small-order_3,
657
+ :host(.slds-small-order_3) {
658
+ order: 3;
659
+ }
660
+
661
+ .slds-small-order_4,
662
+ :host(.slds-small-order_4) {
663
+ order: 4;
664
+ }
665
+
666
+ .slds-small-order_5,
667
+ :host(.slds-small-order_5) {
668
+ order: 5;
669
+ }
670
+
671
+ .slds-small-order_6,
672
+ :host(.slds-small-order_6) {
673
+ order: 6;
674
+ }
675
+
676
+ .slds-small-order_7,
677
+ :host(.slds-small-order_7) {
678
+ order: 7;
679
+ }
680
+
681
+ .slds-small-order_8,
682
+ :host(.slds-small-order_8) {
683
+ order: 8;
684
+ }
685
+
686
+ .slds-small-order_9,
687
+ :host(.slds-small-order_9) {
688
+ order: 9;
689
+ }
690
+
691
+ .slds-small-order_10,
692
+ :host(.slds-small-order_10) {
693
+ order: 10;
694
+ }
695
+
696
+ .slds-small-order_11,
697
+ :host(.slds-small-order_11) {
698
+ order: 11;
699
+ }
700
+
701
+ .slds-small-order_12,
702
+ :host(.slds-small-order_12) {
703
+ order: 12;
704
+ }
705
+
706
+ }
707
+
708
+ /* Size Medium + Order */
709
+
710
+ @media (min-width: 48em) {
711
+
712
+ [class*=slds-medium-size_],
713
+ :host([class*=slds-medium-size_]) {
714
+ flex: none;
715
+ }
716
+
717
+ .slds-medium-size_xxx-small,
718
+ :host(.slds-medium-size_xxx-small) {
719
+ width: 3rem;
720
+ }
721
+
722
+ .slds-medium-size_xx-small,
723
+ :host(.slds-medium-size_xx-small) {
724
+ width: 6rem;
725
+ }
726
+
727
+ .slds-medium-size_x-small,
728
+ :host(.slds-medium-size_x-small) {
729
+ width: 12rem;
730
+ }
731
+
732
+ .slds-medium-size_small,
733
+ :host(.slds-medium-size_small) {
734
+ width: 15rem;
735
+ }
736
+
737
+ .slds-medium-size_medium,
738
+ :host(.slds-medium-size_medium) {
739
+ width: 20rem;
740
+ }
741
+
742
+ .slds-medium-size_large,
743
+ :host(.slds-medium-size_large) {
744
+ width: 25rem;
745
+ }
746
+
747
+ .slds-medium-size_x-large,
748
+ :host(.slds-medium-size_x-large) {
749
+ width: 40rem;
750
+ }
751
+
752
+ .slds-medium-size_xx-large,
753
+ :host(.slds-medium-size_xx-large) {
754
+ width: 60rem;
755
+ }
756
+
757
+ .slds-medium-size_1-of-1,
758
+ :host(.slds-medium-size_1-of-1) {
759
+ width: 100%;
760
+ }
761
+
762
+ .slds-medium-size_1-of-2,
763
+ :host(.slds-medium-size_1-of-2) {
764
+ width: 50%;
765
+ }
766
+
767
+ .slds-medium-size_2-of-2,
768
+ :host(.slds-medium-size_2-of-2) {
769
+ width: 100%;
770
+ }
771
+
772
+ .slds-medium-size_1-of-3,
773
+ :host(.slds-medium-size_1-of-3) {
774
+ width: 33.3333333333%;
775
+ }
776
+
777
+ .slds-medium-size_2-of-3,
778
+ :host(.slds-medium-size_2-of-3) {
779
+ width: 66.6666666667%;
780
+ }
781
+
782
+ .slds-medium-size_3-of-3,
783
+ :host(.slds-medium-size_3-of-3) {
784
+ width: 100%;
785
+ }
786
+
787
+ .slds-medium-size_1-of-4,
788
+ :host(.slds-medium-size_1-of-4) {
789
+ width: 25%;
790
+ }
791
+
792
+ .slds-medium-size_2-of-4,
793
+ :host(.slds-medium-size_2-of-4) {
794
+ width: 50%;
795
+ }
796
+
797
+ .slds-medium-size_3-of-4,
798
+ :host(.slds-medium-size_3-of-4) {
799
+ width: 75%;
800
+ }
801
+
802
+ .slds-medium-size_4-of-4,
803
+ :host(.slds-medium-size_4-of-4) {
804
+ width: 100%;
805
+ }
806
+
807
+ .slds-medium-size_1-of-5,
808
+ :host(.slds-medium-size_1-of-5) {
809
+ width: 20%;
810
+ }
811
+
812
+ .slds-medium-size_2-of-5,
813
+ :host(.slds-medium-size_2-of-5) {
814
+ width: 40%;
815
+ }
816
+
817
+ .slds-medium-size_3-of-5,
818
+ :host(.slds-medium-size_3-of-5) {
819
+ width: 60%;
820
+ }
821
+
822
+ .slds-medium-size_4-of-5,
823
+ :host(.slds-medium-size_4-of-5) {
824
+ width: 80%;
825
+ }
826
+
827
+ .slds-medium-size_5-of-5,
828
+ :host(.slds-medium-size_5-of-5) {
829
+ width: 100%;
830
+ }
831
+
832
+ .slds-medium-size_1-of-6,
833
+ :host(.slds-medium-size_1-of-6) {
834
+ width: 16.6666666667%;
835
+ }
836
+
837
+ .slds-medium-size_2-of-6,
838
+ :host(.slds-medium-size_2-of-6) {
839
+ width: 33.3333333333%;
840
+ }
841
+
842
+ .slds-medium-size_3-of-6,
843
+ :host(.slds-medium-size_3-of-6) {
844
+ width: 50%;
845
+ }
846
+
847
+ .slds-medium-size_4-of-6,
848
+ :host(.slds-medium-size_4-of-6) {
849
+ width: 66.6666666667%;
850
+ }
851
+
852
+ .slds-medium-size_5-of-6,
853
+ :host(.slds-medium-size_5-of-6) {
854
+ width: 83.3333333333%;
855
+ }
856
+
857
+ .slds-medium-size_6-of-6,
858
+ :host(.slds-medium-size_6-of-6) {
859
+ width: 100%;
860
+ }
861
+
862
+ .slds-medium-size_1-of-7,
863
+ :host(.slds-medium-size_1-of-7) {
864
+ width: 14.2857142857%;
865
+ }
866
+
867
+ .slds-medium-size_2-of-7,
868
+ :host(.slds-medium-size_2-of-7) {
869
+ width: 28.5714285714%;
870
+ }
871
+
872
+ .slds-medium-size_3-of-7,
873
+ :host(.slds-medium-size_3-of-7) {
874
+ width: 42.8571428571%;
875
+ }
876
+
877
+ .slds-medium-size_4-of-7,
878
+ :host(.slds-medium-size_4-of-7) {
879
+ width: 57.1428571429%;
880
+ }
881
+
882
+ .slds-medium-size_5-of-7,
883
+ :host(.slds-medium-size_5-of-7) {
884
+ width: 71.4285714286%;
885
+ }
886
+
887
+ .slds-medium-size_6-of-7,
888
+ :host(.slds-medium-size_6-of-7) {
889
+ width: 85.7142857143%;
890
+ }
891
+
892
+ .slds-medium-size_7-of-7,
893
+ :host(.slds-medium-size_7-of-7) {
894
+ width: 100%;
895
+ }
896
+
897
+ .slds-medium-size_1-of-8,
898
+ :host(.slds-medium-size_1-of-8) {
899
+ width: 12.5%;
900
+ }
901
+
902
+ .slds-medium-size_2-of-8,
903
+ :host(.slds-medium-size_2-of-8) {
904
+ width: 25%;
905
+ }
906
+
907
+ .slds-medium-size_3-of-8,
908
+ :host(.slds-medium-size_3-of-8) {
909
+ width: 37.5%;
910
+ }
911
+
912
+ .slds-medium-size_4-of-8,
913
+ :host(.slds-medium-size_4-of-8) {
914
+ width: 50%;
915
+ }
916
+
917
+ .slds-medium-size_5-of-8,
918
+ :host(.slds-medium-size_5-of-8) {
919
+ width: 62.5%;
920
+ }
921
+
922
+ .slds-medium-size_6-of-8,
923
+ :host(.slds-medium-size_6-of-8) {
924
+ width: 75%;
925
+ }
926
+
927
+ .slds-medium-size_7-of-8,
928
+ :host(.slds-medium-size_7-of-8) {
929
+ width: 87.5%;
930
+ }
931
+
932
+ .slds-medium-size_8-of-8,
933
+ :host(.slds-medium-size_8-of-8) {
934
+ width: 100%;
935
+ }
936
+
937
+ .slds-medium-size_1-of-12,
938
+ :host(.slds-medium-size_1-of-12) {
939
+ width: 8.3333333333%;
940
+ }
941
+
942
+ .slds-medium-size_2-of-12,
943
+ :host(.slds-medium-size_2-of-12) {
944
+ width: 16.6666666667%;
945
+ }
946
+
947
+ .slds-medium-size_3-of-12,
948
+ :host(.slds-medium-size_3-of-12) {
949
+ width: 25%;
950
+ }
951
+
952
+ .slds-medium-size_4-of-12,
953
+ :host(.slds-medium-size_4-of-12) {
954
+ width: 33.3333333333%;
955
+ }
956
+
957
+ .slds-medium-size_5-of-12,
958
+ :host(.slds-medium-size_5-of-12) {
959
+ width: 41.6666666667%;
960
+ }
961
+
962
+ .slds-medium-size_6-of-12,
963
+ :host(.slds-medium-size_6-of-12) {
964
+ width: 50%;
965
+ }
966
+
967
+ .slds-medium-size_7-of-12,
968
+ :host(.slds-medium-size_7-of-12) {
969
+ width: 58.3333333333%;
970
+ }
971
+
972
+ .slds-medium-size_8-of-12,
973
+ :host(.slds-medium-size_8-of-12) {
974
+ width: 66.6666666667%;
975
+ }
976
+
977
+ .slds-medium-size_9-of-12,
978
+ :host(.slds-medium-size_9-of-12) {
979
+ width: 75%;
980
+ }
981
+
982
+ .slds-medium-size_10-of-12,
983
+ :host(.slds-medium-size_10-of-12) {
984
+ width: 83.3333333333%;
985
+ }
986
+
987
+ .slds-medium-size_11-of-12,
988
+ :host(.slds-medium-size_11-of-12) {
989
+ width: 91.6666666667%;
990
+ }
991
+
992
+ .slds-medium-size_12-of-12,
993
+ :host(.slds-medium-size_12-of-12) {
994
+ width: 100%;
995
+ }
996
+
997
+ .slds-medium-order_1,
998
+ :host(.slds-medium-order_1) {
999
+ order: 1;
1000
+ }
1001
+
1002
+ .slds-medium-order_2,
1003
+ :host(.slds-medium-order_2) {
1004
+ order: 2;
1005
+ }
1006
+
1007
+ .slds-medium-order_3,
1008
+ :host(.slds-medium-order_3) {
1009
+ order: 3;
1010
+ }
1011
+
1012
+ .slds-medium-order_4,
1013
+ :host(.slds-medium-order_4) {
1014
+ order: 4;
1015
+ }
1016
+
1017
+ .slds-medium-order_5,
1018
+ :host(.slds-medium-order_5) {
1019
+ order: 5;
1020
+ }
1021
+
1022
+ .slds-medium-order_6,
1023
+ :host(.slds-medium-order_6) {
1024
+ order: 6;
1025
+ }
1026
+
1027
+ .slds-medium-order_7,
1028
+ :host(.slds-medium-order_7) {
1029
+ order: 7;
1030
+ }
1031
+
1032
+ .slds-medium-order_8,
1033
+ :host(.slds-medium-order_8) {
1034
+ order: 8;
1035
+ }
1036
+
1037
+ .slds-medium-order_9,
1038
+ :host(.slds-medium-order_9) {
1039
+ order: 9;
1040
+ }
1041
+
1042
+ .slds-medium-order_10,
1043
+ :host(.slds-medium-order_10) {
1044
+ order: 10;
1045
+ }
1046
+
1047
+ .slds-medium-order_11,
1048
+ :host(.slds-medium-order_11) {
1049
+ order: 11;
1050
+ }
1051
+
1052
+ .slds-medium-order_12,
1053
+ :host(.slds-medium-order_12) {
1054
+ order: 12;
1055
+ }
1056
+
1057
+ }
1058
+
1059
+ /* Size Large + Order */
1060
+
1061
+ @media (min-width: 64em) {
1062
+
1063
+ [class*=slds-large-size_],
1064
+ :host([class*=slds-large-size_]) {
1065
+ flex: none;
1066
+ }
1067
+
1068
+ .slds-large-size_xxx-small,
1069
+ :host(.slds-large-size_xxx-small) {
1070
+ width: 3rem;
1071
+ }
1072
+
1073
+ .slds-large-size_xx-small,
1074
+ :host(.slds-large-size_xx-small) {
1075
+ width: 6rem;
1076
+ }
1077
+
1078
+ .slds-large-size_x-small,
1079
+ :host(.slds-large-size_x-small) {
1080
+ width: 12rem;
1081
+ }
1082
+
1083
+ .slds-large-size_small,
1084
+ :host(.slds-large-size_small) {
1085
+ width: 15rem;
1086
+ }
1087
+
1088
+ .slds-large-size_medium,
1089
+ :host(.slds-large-size_medium) {
1090
+ width: 20rem;
1091
+ }
1092
+
1093
+ .slds-large-size_large,
1094
+ :host(.slds-large-size_large) {
1095
+ width: 25rem;
1096
+ }
1097
+
1098
+ .slds-large-size_x-large,
1099
+ :host(.slds-large-size_x-large) {
1100
+ width: 40rem;
1101
+ }
1102
+
1103
+ .slds-large-size_xx-large,
1104
+ :host(.slds-large-size_xx-large) {
1105
+ width: 60rem;
1106
+ }
1107
+
1108
+ .slds-large-size_1-of-1,
1109
+ :host(.slds-large-size_1-of-1) {
1110
+ width: 100%;
1111
+ }
1112
+
1113
+ .slds-large-size_1-of-2,
1114
+ :host(.slds-large-size_1-of-2) {
1115
+ width: 50%;
1116
+ }
1117
+
1118
+ .slds-large-size_2-of-2,
1119
+ :host(.slds-large-size_2-of-2) {
1120
+ width: 100%;
1121
+ }
1122
+
1123
+ .slds-large-size_1-of-3,
1124
+ :host(.slds-large-size_1-of-3) {
1125
+ width: 33.3333333333%;
1126
+ }
1127
+
1128
+ .slds-large-size_2-of-3,
1129
+ :host(.slds-large-size_2-of-3) {
1130
+ width: 66.6666666667%;
1131
+ }
1132
+
1133
+ .slds-large-size_3-of-3,
1134
+ :host(.slds-large-size_3-of-3) {
1135
+ width: 100%;
1136
+ }
1137
+
1138
+ .slds-large-size_1-of-4,
1139
+ :host(.slds-large-size_1-of-4) {
1140
+ width: 25%;
1141
+ }
1142
+
1143
+ .slds-large-size_2-of-4,
1144
+ :host(.slds-large-size_2-of-4) {
1145
+ width: 50%;
1146
+ }
1147
+
1148
+ .slds-large-size_3-of-4,
1149
+ :host(.slds-large-size_3-of-4) {
1150
+ width: 75%;
1151
+ }
1152
+
1153
+ .slds-large-size_4-of-4,
1154
+ :host(.slds-large-size_4-of-4) {
1155
+ width: 100%;
1156
+ }
1157
+
1158
+ .slds-large-size_1-of-5,
1159
+ :host(.slds-large-size_1-of-5) {
1160
+ width: 20%;
1161
+ }
1162
+
1163
+ .slds-large-size_2-of-5,
1164
+ :host(.slds-large-size_2-of-5) {
1165
+ width: 40%;
1166
+ }
1167
+
1168
+ .slds-large-size_3-of-5,
1169
+ :host(.slds-large-size_3-of-5) {
1170
+ width: 60%;
1171
+ }
1172
+
1173
+ .slds-large-size_4-of-5,
1174
+ :host(.slds-large-size_4-of-5) {
1175
+ width: 80%;
1176
+ }
1177
+
1178
+ .slds-large-size_5-of-5,
1179
+ :host(.slds-large-size_5-of-5) {
1180
+ width: 100%;
1181
+ }
1182
+
1183
+ .slds-large-size_1-of-6,
1184
+ :host(.slds-large-size_1-of-6) {
1185
+ width: 16.6666666667%;
1186
+ }
1187
+
1188
+ .slds-large-size_2-of-6,
1189
+ :host(.slds-large-size_2-of-6) {
1190
+ width: 33.3333333333%;
1191
+ }
1192
+
1193
+ .slds-large-size_3-of-6,
1194
+ :host(.slds-large-size_3-of-6) {
1195
+ width: 50%;
1196
+ }
1197
+
1198
+ .slds-large-size_4-of-6,
1199
+ :host(.slds-large-size_4-of-6) {
1200
+ width: 66.6666666667%;
1201
+ }
1202
+
1203
+ .slds-large-size_5-of-6,
1204
+ :host(.slds-large-size_5-of-6) {
1205
+ width: 83.3333333333%;
1206
+ }
1207
+
1208
+ .slds-large-size_6-of-6,
1209
+ :host(.slds-large-size_6-of-6) {
1210
+ width: 100%;
1211
+ }
1212
+
1213
+ .slds-large-size_1-of-7,
1214
+ :host(.slds-large-size_1-of-7) {
1215
+ width: 14.2857142857%;
1216
+ }
1217
+
1218
+ .slds-large-size_2-of-7,
1219
+ :host(.slds-large-size_2-of-7) {
1220
+ width: 28.5714285714%;
1221
+ }
1222
+
1223
+ .slds-large-size_3-of-7,
1224
+ :host(.slds-large-size_3-of-7) {
1225
+ width: 42.8571428571%;
1226
+ }
1227
+
1228
+ .slds-large-size_4-of-7,
1229
+ :host(.slds-large-size_4-of-7) {
1230
+ width: 57.1428571429%;
1231
+ }
1232
+
1233
+ .slds-large-size_5-of-7,
1234
+ :host(.slds-large-size_5-of-7) {
1235
+ width: 71.4285714286%;
1236
+ }
1237
+
1238
+ .slds-large-size_6-of-7,
1239
+ :host(.slds-large-size_6-of-7) {
1240
+ width: 85.7142857143%;
1241
+ }
1242
+
1243
+ .slds-large-size_7-of-7,
1244
+ :host(.slds-large-size_7-of-7) {
1245
+ width: 100%;
1246
+ }
1247
+
1248
+ .slds-large-size_1-of-8,
1249
+ :host(.slds-large-size_1-of-8) {
1250
+ width: 12.5%;
1251
+ }
1252
+
1253
+ .slds-large-size_2-of-8,
1254
+ :host(.slds-large-size_2-of-8) {
1255
+ width: 25%;
1256
+ }
1257
+
1258
+ .slds-large-size_3-of-8,
1259
+ :host(.slds-large-size_3-of-8) {
1260
+ width: 37.5%;
1261
+ }
1262
+
1263
+ .slds-large-size_4-of-8,
1264
+ :host(.slds-large-size_4-of-8) {
1265
+ width: 50%;
1266
+ }
1267
+
1268
+ .slds-large-size_5-of-8,
1269
+ :host(.slds-large-size_5-of-8) {
1270
+ width: 62.5%;
1271
+ }
1272
+
1273
+ .slds-large-size_6-of-8,
1274
+ :host(.slds-large-size_6-of-8) {
1275
+ width: 75%;
1276
+ }
1277
+
1278
+ .slds-large-size_7-of-8,
1279
+ :host(.slds-large-size_7-of-8) {
1280
+ width: 87.5%;
1281
+ }
1282
+
1283
+ .slds-large-size_8-of-8,
1284
+ :host(.slds-large-size_8-of-8) {
1285
+ width: 100%;
1286
+ }
1287
+
1288
+ .slds-large-size_1-of-12,
1289
+ :host(.slds-large-size_1-of-12) {
1290
+ width: 8.3333333333%;
1291
+ }
1292
+
1293
+ .slds-large-size_2-of-12,
1294
+ :host(.slds-large-size_2-of-12) {
1295
+ width: 16.6666666667%;
1296
+ }
1297
+
1298
+ .slds-large-size_3-of-12,
1299
+ :host(.slds-large-size_3-of-12) {
1300
+ width: 25%;
1301
+ }
1302
+
1303
+ .slds-large-size_4-of-12,
1304
+ :host(.slds-large-size_4-of-12) {
1305
+ width: 33.3333333333%;
1306
+ }
1307
+
1308
+ .slds-large-size_5-of-12,
1309
+ :host(.slds-large-size_5-of-12) {
1310
+ width: 41.6666666667%;
1311
+ }
1312
+
1313
+ .slds-large-size_6-of-12,
1314
+ :host(.slds-large-size_6-of-12) {
1315
+ width: 50%;
1316
+ }
1317
+
1318
+ .slds-large-size_7-of-12,
1319
+ :host(.slds-large-size_7-of-12) {
1320
+ width: 58.3333333333%;
1321
+ }
1322
+
1323
+ .slds-large-size_8-of-12,
1324
+ :host(.slds-large-size_8-of-12) {
1325
+ width: 66.6666666667%;
1326
+ }
1327
+
1328
+ .slds-large-size_9-of-12,
1329
+ :host(.slds-large-size_9-of-12) {
1330
+ width: 75%;
1331
+ }
1332
+
1333
+ .slds-large-size_10-of-12,
1334
+ :host(.slds-large-size_10-of-12) {
1335
+ width: 83.3333333333%;
1336
+ }
1337
+
1338
+ .slds-large-size_11-of-12,
1339
+ :host(.slds-large-size_11-of-12) {
1340
+ width: 91.6666666667%;
1341
+ }
1342
+
1343
+ .slds-large-size_12-of-12,
1344
+ :host(.slds-large-size_12-of-12) {
1345
+ width: 100%;
1346
+ }
1347
+
1348
+ .slds-large-order_1,
1349
+ :host(.slds-large-order_1) {
1350
+ order: 1;
1351
+ }
1352
+
1353
+ .slds-large-order_2,
1354
+ :host(.slds-large-order_2) {
1355
+ order: 2;
1356
+ }
1357
+
1358
+ .slds-large-order_3,
1359
+ :host(.slds-large-order_3) {
1360
+ order: 3;
1361
+ }
1362
+
1363
+ .slds-large-order_4,
1364
+ :host(.slds-large-order_4) {
1365
+ order: 4;
1366
+ }
1367
+
1368
+ .slds-large-order_5,
1369
+ :host(.slds-large-order_5) {
1370
+ order: 5;
1371
+ }
1372
+
1373
+ .slds-large-order_6,
1374
+ :host(.slds-large-order_6) {
1375
+ order: 6;
1376
+ }
1377
+
1378
+ .slds-large-order_7,
1379
+ :host(.slds-large-order_7) {
1380
+ order: 7;
1381
+ }
1382
+
1383
+ .slds-large-order_8,
1384
+ :host(.slds-large-order_8) {
1385
+ order: 8;
1386
+ }
1387
+
1388
+ .slds-large-order_9,
1389
+ :host(.slds-large-order_9) {
1390
+ order: 9;
1391
+ }
1392
+
1393
+ .slds-large-order_10,
1394
+ :host(.slds-large-order_10) {
1395
+ order: 10;
1396
+ }
1397
+
1398
+ .slds-large-order_11,
1399
+ :host(.slds-large-order_11) {
1400
+ order: 11;
1401
+ }
1402
+
1403
+ .slds-large-order_12,
1404
+ :host(.slds-large-order_12) {
1405
+ order: 12;
1406
+ }
1407
+
1408
+ }