@@ -48,39 +48,39 @@ export interface ColumnBaseProps {
48
48
* Specify column span for the `lg` breakpoint (Default breakpoint up to 1312px)
49
49
* This breakpoint supports 16 columns by default.
50
50
*
51
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
51
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
52
52
*/
53
53
lg ?: ColumnSpan ;
54
54
55
55
/**
56
56
* Specify column span for the `max` breakpoint. This breakpoint supports 16
57
57
* columns by default.
58
58
*
59
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
59
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
60
60
*/
61
61
max ?: ColumnSpan ;
62
62
63
63
/**
64
64
* Specify column span for the `md` breakpoint (Default breakpoint up to 1056px)
65
65
* This breakpoint supports 8 columns by default.
66
66
*
67
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
67
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
68
68
*/
69
69
md ?: ColumnSpan ;
70
70
71
71
/**
72
72
* Specify column span for the `sm` breakpoint (Default breakpoint up to 672px)
73
73
* This breakpoint supports 4 columns by default.
74
74
*
75
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
75
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
76
76
*/
77
77
sm ?: ColumnSpan ;
78
78
79
79
/**
80
80
* Specify column span for the `xlg` breakpoint (Default breakpoint up to
81
81
* 1584px) This breakpoint supports 16 columns by default.
82
82
*
83
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
83
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
84
84
*/
85
85
xlg ?: ColumnSpan ;
86
86
@@ -190,31 +190,31 @@ Column.propTypes = {
190
190
* Specify column span for the `lg` breakpoint (Default breakpoint up to 1312px)
191
191
* This breakpoint supports 16 columns by default.
192
192
*
193
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
193
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
194
194
*/
195
195
lg : spanPropType ,
196
196
197
197
/**
198
198
* Specify column span for the `max` breakpoint. This breakpoint supports 16
199
199
* columns by default.
200
200
*
201
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
201
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
202
202
*/
203
203
max : spanPropType ,
204
204
205
205
/**
206
206
* Specify column span for the `md` breakpoint (Default breakpoint up to 1056px)
207
207
* This breakpoint supports 8 columns by default.
208
208
*
209
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
209
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
210
210
*/
211
211
md : spanPropType ,
212
212
213
213
/**
214
214
* Specify column span for the `sm` breakpoint (Default breakpoint up to 672px)
215
215
* This breakpoint supports 4 columns by default.
216
216
*
217
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
217
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
218
218
*/
219
219
sm : spanPropType ,
220
220
@@ -228,7 +228,7 @@ Column.propTypes = {
228
228
* Specify column span for the `xlg` breakpoint (Default breakpoint up to
229
229
* 1584px) This breakpoint supports 16 columns by default.
230
230
*
231
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
231
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
232
232
*/
233
233
xlg : spanPropType ,
234
234
} ;
@@ -282,31 +282,31 @@ CSSGridColumn.propTypes = {
282
282
* Specify column span for the `lg` breakpoint (Default breakpoint up to 1312px)
283
283
* This breakpoint supports 16 columns by default.
284
284
*
285
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
285
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
286
286
*/
287
287
lg : spanPropType ,
288
288
289
289
/**
290
290
* Specify column span for the `max` breakpoint. This breakpoint supports 16
291
291
* columns by default.
292
292
*
293
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
293
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
294
294
*/
295
295
max : spanPropType ,
296
296
297
297
/**
298
298
* Specify column span for the `md` breakpoint (Default breakpoint up to 1056px)
299
299
* This breakpoint supports 8 columns by default.
300
300
*
301
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
301
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
302
302
*/
303
303
md : spanPropType ,
304
304
305
305
/**
306
306
* Specify column span for the `sm` breakpoint (Default breakpoint up to 672px)
307
307
* This breakpoint supports 4 columns by default.
308
308
*
309
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
309
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
310
310
*/
311
311
sm : spanPropType ,
312
312
@@ -328,7 +328,7 @@ CSSGridColumn.propTypes = {
328
328
* Specify column span for the `xlg` breakpoint (Default breakpoint up to
329
329
* 1584px) This breakpoint supports 16 columns by default.
330
330
*
331
- * @see https://www. carbondesignsystem.com/guidelines/layout #breakpoints
331
+ * @see https://carbondesignsystem.com/elements/2x-grid/overview/ #breakpoints
332
332
*/
333
333
xlg : spanPropType ,
334
334
} ;
0 commit comments