Skip to content
Snippets Groups Projects

Issue #3473840 by g4mbini: Components: Rename prop type in grid components

3 files
+ 108
108
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -196,7 +196,7 @@ props:
sm:grid-cols-11: "11 columns"
sm:grid-cols-12: "12 columns"
col_span_first:
title: "Grid Column Span"
title: "Grid Column Span first"
description: "Use the col-span-* utilities to make an element span n columns, for 'xl' and every other breakpoints."
$ref: "ui-patterns://enum"
enum:
@@ -224,7 +224,7 @@ props:
col-span-10: "span 10"
col-span-11: "span 11"
col_start_first:
title: "Grid Column Start"
title: "Grid Column Start first"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'xl' and every other breakpoints."
$ref: "ui-patterns://enum"
enum:
@@ -252,7 +252,7 @@ props:
col-start-10: "start 10"
col-start-11: "start 11"
col_end_first:
title: "Grid Column End"
title: "Grid Column End first"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'xl' and every other breakpoints."
$ref: "ui-patterns://enum"
enum:
@@ -280,7 +280,7 @@ props:
col-end-11: "end 11"
col-end-12: "end 12"
col_span_second:
title: "Grid Column Span"
title: "Grid Column Span second"
description: "Use the col-span-* utilities to make an element span n columns, for 'xl' and every other breakpoints."
$ref: "ui-patterns://enum"
enum:
@@ -308,7 +308,7 @@ props:
col-span-10: "span 10"
col-span-11: "span 11"
col_start_second:
title: "Grid Column Start"
title: "Grid Column Start second"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'xl' and every other breakpoints."
$ref: "ui-patterns://enum"
enum:
@@ -336,7 +336,7 @@ props:
col-start-11: "start 11"
col-start-12: "start 12"
col_end_second:
title: "Grid Column End"
title: "Grid Column End second"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'xl' and every other breakpoints."
$ref: "ui-patterns://enum"
enum:
@@ -364,7 +364,7 @@ props:
col-end-12: "end 12"
col-end-13: "end 13"
col_span_first_lg:
title: "Grid Column Span (lg)"
title: "Grid Column Span first (lg)"
description: "Use the col-span-* utilities to make an element span n columns, for 'lg' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -392,7 +392,7 @@ props:
lg:col-span-10: "span 10"
lg:col-span-11: "span 11"
col_start_first_lg:
title: "Grid Column Start (lg)"
title: "Grid Column Start first (lg)"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'lg' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -420,7 +420,7 @@ props:
lg:col-start-10: "start 10"
lg:col-start-11: "start 11"
col_end_first_lg:
title: "Grid Column End (lg)"
title: "Grid Column End first (lg)"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'lg' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -448,7 +448,7 @@ props:
lg:col-end-11: "end 11"
lg:col-end-12: "end 12"
col_span_second_lg:
title: "Grid Column Span (lg)"
title: "Grid Column Span second (lg)"
description: "Use the col-span-* utilities to make an element span n columns, for 'lg' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -476,7 +476,7 @@ props:
lg:col-span-10: "span 10"
lg:col-span-11: "span 11"
col_start_second_lg:
title: "Grid Column Start (lg)"
title: "Grid Column Start second (lg)"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'lg' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -504,7 +504,7 @@ props:
lg:col-start-11: "start 11"
lg:col-start-12: "start 12"
col_end_second_lg:
title: "Grid Column End (lg)"
title: "Grid Column End second (lg)"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'lg' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -532,7 +532,7 @@ props:
lg:col-end-12: "end 12"
lg:col-end-13: "end 13"
col_span_first_md:
title: "Grid Column Span (md)"
title: "Grid Column Span first (md)"
description: "Use the col-span-* utilities to make an element span n columns, for 'md' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -560,7 +560,7 @@ props:
md:col-span-10: "span 10"
md:col-span-11: "span 11"
col_start_first_md:
title: "Grid Column Start (md)"
title: "Grid Column Start first (md)"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'md' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -588,7 +588,7 @@ props:
md:col-start-10: "start 10"
md:col-start-11: "start 11"
col_end_first_md:
title: "Grid Column End (md)"
title: "Grid Column End first (md)"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'md' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -616,7 +616,7 @@ props:
md:col-end-11: "end 11"
md:col-end-12: "end 12"
col_span_second_md:
title: "Grid Column Span (md)"
title: "Grid Column Span second (md)"
description: "Use the col-span-* utilities to make an element span n columns, for 'md' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -644,7 +644,7 @@ props:
md:col-span-10: "span 10"
md:col-span-11: "span 11"
col_start_second_md:
title: "Grid Column Start (md)"
title: "Grid Column Start second (md)"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'md' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -672,7 +672,7 @@ props:
md:col-start-11: "start 11"
md:col-start-12: "start 12"
col_end_second_md:
title: "Grid Column End (md)"
title: "Grid Column End second (md)"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'md' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -700,7 +700,7 @@ props:
md:col-end-12: "end 12"
md:col-end-13: "end 13"
col_span_first_sm:
title: "Grid Column Span (sm)"
title: "Grid Column Span first (sm)"
description: "Use the col-span-* utilities to make an element span n columns, for 'sm' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -728,7 +728,7 @@ props:
sm:col-span-10: "span 10"
sm:col-span-11: "span 11"
col_start_first_sm:
title: "Grid Column Start (sm)"
title: "Grid Column Start first (sm)"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'sm' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -756,7 +756,7 @@ props:
sm:col-start-10: "start 10"
sm:col-start-11: "start 11"
col_end_first_sm:
title: "Grid Column End (sm)"
title: "Grid Column End first (sm)"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'sm' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -784,7 +784,7 @@ props:
sm:col-end-11: "end 11"
sm:col-end-12: "end 12"
col_span_second_sm:
title: "Grid Column Span (sm)"
title: "Grid Column Span second (sm)"
description: "Use the col-span-* utilities to make an element span n columns, for 'sm' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -812,7 +812,7 @@ props:
sm:col-span-10: "span 10"
sm:col-span-11: "span 11"
col_start_second_sm:
title: "Grid Column Start (sm)"
title: "Grid Column Start second (sm)"
description: "Use the col-start-* utilities to make an element start at the nth grid line, for 'sm' breakpoint."
$ref: "ui-patterns://enum"
enum:
@@ -840,7 +840,7 @@ props:
sm:col-start-11: "start 11"
sm:col-start-12: "start 12"
col_end_second_sm:
title: "Grid Column End (sm)"
title: "Grid Column End second (sm)"
description: "Use the col-end-* utilities to make an element end at the nth grid line, for 'sm' breakpoint."
$ref: "ui-patterns://enum"
enum:
Loading