@progress/kendo-theme-utils 6.2.1-dev.1 → 6.2.1-dev.151

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 (94) hide show
  1. package/dist/all.css +5166 -1018
  2. package/dist/all.scss +5365 -511
  3. package/dist/meta/sassdoc-data.json +25209 -1198
  4. package/dist/meta/sassdoc-raw-data.json +25209 -1198
  5. package/dist/meta/variables.json +1 -1
  6. package/package.json +3 -3
  7. package/scss/_variables.scss +188 -32
  8. package/scss/background/_background-clip.scss +31 -0
  9. package/scss/background/_background-color.scss +23 -1
  10. package/scss/background/index.import.scss +2 -0
  11. package/scss/border/_border-color.scss +30 -1
  12. package/scss/border/_border-radius.scss +323 -1
  13. package/scss/border/_border-style.scss +246 -1
  14. package/scss/border/_border-width.scss +211 -1
  15. package/scss/border/_outline-color.scss +29 -1
  16. package/scss/border/_outline-offset.scss +29 -1
  17. package/scss/border/_outline-style.scss +35 -1
  18. package/scss/border/_outline-width.scss +29 -1
  19. package/scss/effects/_opacity.scss +19 -0
  20. package/scss/effects/index.import.scss +7 -0
  21. package/scss/filter/_backdrop.scss +37 -0
  22. package/scss/filter/index.import.scss +5 -0
  23. package/scss/flex-grid/_align-content.scss +77 -1
  24. package/scss/flex-grid/_align-items.scss +71 -1
  25. package/scss/flex-grid/_align-self.scss +77 -1
  26. package/scss/flex-grid/_flex-basis.scss +4 -2
  27. package/scss/flex-grid/_flex-direction.scss +8 -4
  28. package/scss/flex-grid/_flex-grow.scss +4 -2
  29. package/scss/flex-grid/_flex-shrink.scss +4 -2
  30. package/scss/flex-grid/_flex-wrap.scss +6 -3
  31. package/scss/flex-grid/_flex.scss +7 -3
  32. package/scss/flex-grid/_gap.scss +179 -1
  33. package/scss/flex-grid/_grid-auto-columns.scss +23 -1
  34. package/scss/flex-grid/_grid-auto-flow.scss +35 -1
  35. package/scss/flex-grid/_grid-auto-rows.scss +23 -1
  36. package/scss/flex-grid/_grid-column-start-end.scss +17 -1
  37. package/scss/flex-grid/_grid-row-start-end.scss +17 -1
  38. package/scss/flex-grid/_grid-template-columns.scss +17 -1
  39. package/scss/flex-grid/_grid-template-rows.scss +17 -1
  40. package/scss/flex-grid/_justify-content.scss +77 -1
  41. package/scss/flex-grid/_justify-items.scss +83 -1
  42. package/scss/flex-grid/_justify-self.scss +77 -1
  43. package/scss/flex-grid/_order.scss +9 -0
  44. package/scss/flex-grid/_place-content.scss +77 -1
  45. package/scss/flex-grid/_place-items.scss +59 -1
  46. package/scss/flex-grid/_place-self.scss +65 -1
  47. package/scss/index.import.scss +6 -2
  48. package/scss/interactivity/_appearance.scss +4 -2
  49. package/scss/interactivity/_cursor.scss +23 -1
  50. package/scss/interactivity/_pointer-events.scss +4 -4
  51. package/scss/interactivity/_resize.scss +8 -6
  52. package/scss/interactivity/_scroll.scss +325 -1
  53. package/scss/interactivity/_touch-action.scss +52 -4
  54. package/scss/interactivity/_user-select.scss +10 -7
  55. package/scss/layout/_aspect-ratio.scss +8 -6
  56. package/scss/layout/_box-sizing.scss +19 -0
  57. package/scss/layout/_clear.scss +8 -6
  58. package/scss/layout/_columns.scss +85 -0
  59. package/scss/layout/_display.scss +38 -9
  60. package/scss/layout/_float.scss +6 -5
  61. package/scss/layout/_object-fit.scss +43 -0
  62. package/scss/layout/_object-position.scss +61 -0
  63. package/scss/layout/_overflow.scss +22 -6
  64. package/scss/layout/_placement.scss +174 -0
  65. package/scss/layout/_position.scss +10 -111
  66. package/scss/layout/_visibility.scss +17 -2
  67. package/scss/layout/_zindex.scss +41 -1
  68. package/scss/layout/index.import.scss +10 -0
  69. package/scss/sizing/_height.scss +143 -1
  70. package/scss/sizing/_width.scss +143 -1
  71. package/scss/spacing/_margin.scss +545 -1
  72. package/scss/spacing/_padding.scss +545 -1
  73. package/scss/svg/_fill.scss +43 -0
  74. package/scss/svg/_stroke.scss +43 -0
  75. package/scss/svg/index.import.scss +7 -0
  76. package/scss/table/_border-collapse.scss +11 -1
  77. package/scss/table/_table-layout.scss +6 -6
  78. package/scss/transform/_flip.scss +4 -2
  79. package/scss/transform/_origin.scss +53 -1
  80. package/scss/transform/_rotate.scss +16 -8
  81. package/scss/transform/_scale.scss +6 -3
  82. package/scss/transform/_skew.scss +23 -1
  83. package/scss/transform/_translate.scss +18 -9
  84. package/scss/typography/_font-size.scss +29 -1
  85. package/scss/typography/_font-style.scss +11 -1
  86. package/scss/typography/_font-weight.scss +53 -1
  87. package/scss/typography/_list-style.scss +25 -0
  88. package/scss/typography/_text-align.scss +8 -6
  89. package/scss/typography/_text-decoration.scss +31 -0
  90. package/scss/typography/_text-overflow.scss +12 -0
  91. package/scss/typography/_text-transform.scss +9 -8
  92. package/scss/typography/_vertical-align.scss +55 -0
  93. package/scss/typography/_white-space.scss +12 -8
  94. package/scss/typography/index.import.scss +6 -3
@@ -1,19 +1,23 @@
1
- /// This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
1
+ /// This is equivalent to `flex-direction: row;`.
2
+ /// @example flex-direction: row;
2
3
  /// @name .k-flex-row
3
4
  /// @group flex-direction
4
5
  /// @contextType css
5
6
 
6
- /// This is equivalent to `flex-direction: row-reverse`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in `ltr`; left to right in `rtl`.
7
+ /// This is equivalent to `flex-direction: row-reverse;`.
8
+ /// @example flex-direction: row-reverse;
7
9
  /// @name .k-flex-row-reverse
8
10
  /// @group flex-direction
9
11
  /// @contextType css
10
12
 
11
- /// This is equivalent to `flex-direction: column`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom.
13
+ /// This is equivalent to `flex-direction: column;`.
14
+ /// @example flex-direction: column;
12
15
  /// @name .k-flex-col
13
16
  /// @group flex-direction
14
17
  /// @contextType css
15
18
 
16
- /// This is equivalent to `flex-direction: column-reverse`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top.
19
+ /// This is equivalent to `flex-direction: column-reverse;`.
20
+ /// @example flex-direction: column-reverse;
17
21
  /// @name .k-flex-col-reverse
18
22
  /// @group flex-direction
19
23
  /// @contextType css
@@ -1,9 +1,11 @@
1
- /// This is equivalent to `flex-grow: 1`. It defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up.
1
+ /// This is equivalent to `flex-grow: 1;`.
2
+ /// @example flex-grow: 1;
2
3
  /// @name .k-flex-grow
3
4
  /// @group flex-grow
4
5
  /// @contextType css
5
6
 
6
- /// This is equivalent to `flex-grow: 0`. The item will not grow.
7
+ /// This is equivalent to `flex-grow: 0;`.
8
+ /// @example flex-grow: 0;
7
9
  /// @name .k-flex-grow-0
8
10
  /// @group flex-grow
9
11
  /// @contextType css
@@ -1,9 +1,11 @@
1
- /// This is equivalent to `flex-shrink: 1`. It determines how much the flex item will shrink relative to the rest of the flex items in the flex container when there isn't enough space on the row.
1
+ /// This is equivalent to `flex-shrink: 1;`.
2
+ /// @example flex-shrink: 1;
2
3
  /// @name .k-flex-shrink
3
4
  /// @group flex-shrink
4
5
  /// @contextType css
5
6
 
6
- /// This is equivalent to `flex-shrink: 0`. The item will not shrink.
7
+ /// This is equivalent to `flex-shrink: 0;`.
8
+ /// @example flex-shrink: 0;
7
9
  /// @name .k-flex-shrink-0
8
10
  /// @group flex-shrink
9
11
  /// @contextType css
@@ -1,14 +1,17 @@
1
- /// This is equivalent to `flex-wrap: wrap`. It allows flex items to wrap as needed onto multiple lines, from top to bottom.
1
+ /// This is equivalent to `flex-wrap: wrap;`.
2
+ /// @example flex-wrap: wrap
2
3
  /// @name .k-flex-wrap
3
4
  /// @group flex-wrap
4
5
  /// @contextType css
5
6
 
6
- /// This is equivalent to `flex-wrap: nowrap`. All flex items will be on one line.
7
+ /// This is equivalent to `flex-wrap: nowrap;`.
8
+ /// @example flex-wrap: nowrap
7
9
  /// @name .k-flex-nowrap
8
10
  /// @group flex-wrap
9
11
  /// @contextType css
10
12
 
11
- /// This is equivalent to `flex-wrap: wrap-reverse`. It allows flex items to wrap as needed onto multiple lines, from bottom to top.
13
+ /// This is equivalent to `flex-wrap: wrap-reverse;`.
14
+ /// @example flex-wrap: wrap-reverse
12
15
  /// @name .k-flex-wrap-reverse
13
16
  /// @group flex-wrap
14
17
  /// @contextType css
@@ -1,19 +1,23 @@
1
- /// This is equivalent to `flex: 1 1 0%`. It sizes the item not based on its `width`/`height` properties, but based on the available space. This is similar to `flex: 1 1 auto` except it is allowed to shrink beyond its initial size.
1
+ /// This is equivalent to `flex: 1 1 0%;`.
2
+ /// @example flex: 1 1 0%;
2
3
  /// @name .k-flex-1
3
4
  /// @group flex
4
5
  /// @contextType css
5
6
 
6
- /// This is equivalent to `flex: 1 1 auto`. Beware, this is not the default value. It sizes the item based on its `width`/`height` properties, but makes it fully flexible so that they absorb any extra space along the main axis. If all items are either `flex: auto`, `flex: initial`, or `flex: none`, any remaining space after the items have been sized will be distributed evenly to the items with `flex: auto`.
7
+ /// This is equivalent to `flex: 1 1 auto;`.
8
+ /// @example flex: 1 1 auto;
7
9
  /// @name .k-flex-auto
8
10
  /// @group flex
9
11
  /// @contextType css
10
12
 
11
13
  /// This is the same as `flex: initial;` and the shorthand for the default value: `flex: 0 1 auto`. It sizes the item based on its `width`/`height` properties (or its content if not set). It makes the flex item inflexible when there is some free space left, but allows it to shrink to its minimum when there is not enough space. The alignment abilities or `auto` margins can be used to align flex items along the main axis.
14
+ /// @example flex: initial;
12
15
  /// @name .k-flex-initial
13
16
  /// @group flex
14
17
  /// @contextType css
15
18
 
16
- /// This is equivalent to `flex: 0 0 auto`. It sizes the item according to its `width`/`height` properties, but makes it fully inflexible. This is similar to `flex: initial` except it is not allowed to shrink, even in an overflow situation.
19
+ /// This is equivalent to `flex: 0 0 auto;`.
20
+ /// @example flex: 0 0 auto;
17
21
  /// @name .k-flex-none
18
22
  /// @group flex
19
23
  /// @contextType css
@@ -1,4 +1,182 @@
1
- // TODO: docs
1
+ /// This is equivalent to `gap: 0;`.
2
+ /// @example gap: 0;
3
+ /// @name .k-gap-0
4
+ /// @group gap
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `gap: 1px;`.
8
+ /// @example gap: 1px;
9
+ /// @name .k-gap-1px
10
+ /// @group gap
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `gap: 0.25rem;`.
14
+ /// @example gap: 0.25rem;
15
+ /// @name .k-gap-1
16
+ /// @group gap
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `gap: 0.25rem;`.
20
+ /// @example gap: 0.25rem;
21
+ /// @name .k-gap-xs
22
+ /// @group gap
23
+ /// @contextType css
24
+
25
+ /// This is equivalent to `gap: 0.5rem;`.
26
+ /// @example gap: 0.5rem;
27
+ /// @name .k-gap-sm
28
+ /// @group gap
29
+ /// @contextType css
30
+
31
+ /// This is equivalent to `gap: 0.75rem;`.
32
+ /// @example gap: 0.75rem;
33
+ /// @name .k-gap-md
34
+ /// @group gap
35
+ /// @contextType css
36
+
37
+ /// This is equivalent to `gap: 1rem;`.
38
+ /// @example gap: 1rem;
39
+ /// @name .k-gap-lg
40
+ /// @group gap
41
+ /// @contextType css
42
+
43
+ /// This is equivalent to `gap: 1.5rem;`.
44
+ /// @example gap: 1.5rem;
45
+ /// @name .k-gap-xl
46
+ /// @group gap
47
+ /// @contextType css
48
+
49
+ /// This is equivalent to `gap: 0.125rem;`.
50
+ /// @example gap: 0.125rem;
51
+ /// @name .k-gap-thin
52
+ /// @group gap
53
+ /// @contextType css
54
+
55
+ /// This is equivalent to `gap: 1px;`.
56
+ /// @example gap: 1px;
57
+ /// @name .k-gap-hair
58
+ /// @group gap
59
+ /// @contextType css
60
+
61
+ /// This is equivalent to `column-gap: 0;`.
62
+ /// @example column-gap: 0;
63
+ /// @name .k-gap-x-0
64
+ /// @group gap
65
+ /// @contextType css
66
+
67
+ /// This is equivalent to `column-gap: 1px;`.
68
+ /// @example column-gap: 1px;
69
+ /// @name .k-gap-x-1px
70
+ /// @group gap
71
+ /// @contextType css
72
+
73
+ /// This is equivalent to `column-gap: 0.25rem;`.
74
+ /// @example column-gap: 0.25rem;
75
+ /// @name .k-gap-x-1
76
+ /// @group gap
77
+ /// @contextType css
78
+
79
+ /// This is equivalent to `column-gap: 0.25rem;`.
80
+ /// @example column-gap: 0.25rem;
81
+ /// @name .k-gap-x-xs
82
+ /// @group gap
83
+ /// @contextType css
84
+
85
+ /// This is equivalent to `column-gap: 0.5rem;`.
86
+ /// @example column-gap: 0.5rem;
87
+ /// @name .k-gap-x-sm
88
+ /// @group gap
89
+ /// @contextType css
90
+
91
+ /// This is equivalent to `column-gap: 0.75rem;`.
92
+ /// @example column-gap: 0.75rem;
93
+ /// @name .k-gap-x-md
94
+ /// @group gap
95
+ /// @contextType css
96
+
97
+ /// This is equivalent to `column-gap: 1rem;`.
98
+ /// @example column-gap: 1rem;
99
+ /// @name .k-gap-x-lg
100
+ /// @group gap
101
+ /// @contextType css
102
+
103
+ /// This is equivalent to `column-gap: 1.5rem;`.
104
+ /// @example column-gap: 1.5rem;
105
+ /// @name .k-gap-x-xl
106
+ /// @group gap
107
+ /// @contextType css
108
+
109
+ /// This is equivalent to `column-gap: 0.125rem;`.
110
+ /// @example column-gap: 0.125rem;
111
+ /// @name .k-gap-x-thin
112
+ /// @group gap
113
+ /// @contextType css
114
+
115
+ /// This is equivalent to `column-gap: 1px;`.
116
+ /// @example column-gap: 1px;
117
+ /// @name .k-gap-x-hair
118
+ /// @group gap
119
+ /// @contextType css
120
+
121
+ /// This is equivalent to `row-gap: 0;`.
122
+ /// @example row-gap: 0;
123
+ /// @name .k-gap-y-0
124
+ /// @group gap
125
+ /// @contextType css
126
+
127
+ /// This is equivalent to `row-gap: 1px;`.
128
+ /// @example row-gap: 1px;
129
+ /// @name .k-gap-y-1px
130
+ /// @group gap
131
+ /// @contextType css
132
+
133
+ /// This is equivalent to `row-gap: 0.25rem;`.
134
+ /// @example row-gap: 0.25rem;
135
+ /// @name .k-gap-y-1
136
+ /// @group gap
137
+ /// @contextType css
138
+
139
+ /// This is equivalent to `row-gap: 0.25rem;`.
140
+ /// @example row-gap: 0.25rem;
141
+ /// @name .k-gap-y-xs
142
+ /// @group gap
143
+ /// @contextType css
144
+
145
+ /// This is equivalent to `row-gap: 0.5rem;`.
146
+ /// @example row-gap: 0.5rem;
147
+ /// @name .k-gap-y-sm
148
+ /// @group gap
149
+ /// @contextType css
150
+
151
+ /// This is equivalent to `row-gap: 0.75rem;`.
152
+ /// @example row-gap: 0.75rem;
153
+ /// @name .k-gap-y-md
154
+ /// @group gap
155
+ /// @contextType css
156
+
157
+ /// This is equivalent to `row-gap: 1rem;`.
158
+ /// @example row-gap: 1rem;
159
+ /// @name .k-gap-y-lg
160
+ /// @group gap
161
+ /// @contextType css
162
+
163
+ /// This is equivalent to `row-gap: 1.5rem;`.
164
+ /// @example row-gap: 1.5rem;
165
+ /// @name .k-gap-y-xl
166
+ /// @group gap
167
+ /// @contextType css
168
+
169
+ /// This is equivalent to `row-gap: 0.125rem;`.
170
+ /// @example row-gap: 0.125rem;
171
+ /// @name .k-gap-y-thin
172
+ /// @group gap
173
+ /// @contextType css
174
+
175
+ /// This is equivalent to `row-gap: 1px;`.
176
+ /// @example row-gap: 1px;
177
+ /// @name .k-gap-y-hair
178
+ /// @group gap
179
+ /// @contextType css
2
180
 
3
181
  @mixin kendo-utils--flex-grid--gap() {
4
182
 
@@ -1,4 +1,26 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-auto-columns: auto;`.
2
+ /// @example grid-auto-columns: auto;
3
+ /// @name .k-grid-auto-cols-auto
4
+ /// @group grid-auto-columns
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-auto-columns: min-content;`.
8
+ /// @example grid-auto-columns: min-content;
9
+ /// @name .k-grid-auto-cols-min
10
+ /// @group grid-auto-columns
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-auto-columns: max-content;`.
14
+ /// @example grid-auto-columns: max-content;
15
+ /// @name .k-grid-auto-cols-max
16
+ /// @group grid-auto-columns
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `grid-auto-columns: minmax( 0, 1fr );`.
20
+ /// @example grid-auto-columns: minmax( 0, 1fr );
21
+ /// @name .k-grid-auto-cols-fr
22
+ /// @group grid-auto-columns
23
+ /// @contextType css
2
24
 
3
25
  @mixin kendo-utils--flex-grid--grid-auto-columns() {
4
26
 
@@ -1,4 +1,38 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-auto-flow: row;`.
2
+ /// @example grid-auto-flow: row;
3
+ /// @name .k-grid-auto-flow-row
4
+ /// @group grid-auto-flow
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-auto-flow: column;`.
8
+ /// @example grid-auto-flow: column;
9
+ /// @name .k-grid-auto-flow-column
10
+ /// @group grid-auto-flow
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-auto-flow: dense;`.
14
+ /// @example grid-auto-flow: dense;
15
+ /// @name .k-grid-auto-flow-dense
16
+ /// @group grid-auto-flow
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `grid-auto-flow: row dense;`.
20
+ /// @example grid-auto-flow: row dense;
21
+ /// @name .k-grid-auto-flow-row-dense
22
+ /// @group grid-auto-flow
23
+ /// @contextType css
24
+
25
+ /// This is equivalent to `grid-auto-flow: col dense;`.
26
+ /// @example grid-auto-flow: col dense;
27
+ /// @name .k-grid-auto-flow-col-dense
28
+ /// @group grid-auto-flow
29
+ /// @contextType css
30
+
31
+ /// This is equivalent to `grid-auto-flow: unset;`.
32
+ /// @example grid-auto-flow: unset;
33
+ /// @name .k-grid-auto-flow-unset
34
+ /// @group grid-auto-flow
35
+ /// @contextType css
2
36
 
3
37
  @mixin kendo-utils--flex-grid--grid-auto-flow() {
4
38
 
@@ -1,4 +1,26 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-auto-rows: auto;`.
2
+ /// @example grid-auto-rows: auto;
3
+ /// @name .k-grid-auto-rows-auto
4
+ /// @group grid-auto-rows
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-auto-rows: min-content;`.
8
+ /// @example grid-auto-rows: min-content;
9
+ /// @name .k-grid-auto-rows-min
10
+ /// @group grid-auto-rows
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-auto-rows: max-content;`.
14
+ /// @example grid-auto-rows: max-content;
15
+ /// @name .k-grid-auto-rows-max
16
+ /// @group grid-auto-rows
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `grid-auto-rows: minmax( 0, 1fr );`.
20
+ /// @example grid-auto-rows: minmax( 0, 1fr );
21
+ /// @name .k-grid-auto-rows-fr
22
+ /// @group grid-auto-rows
23
+ /// @contextType css
2
24
 
3
25
  @mixin kendo-utils--flex-grid--grid-auto-rows() {
4
26
 
@@ -1,4 +1,20 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-column-start: 1;`.
2
+ /// @example grid-column-start: 1;
3
+ /// @name .k-col-start-1
4
+ /// @group grid-column-start
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-column-start: -1;`.
8
+ /// @example grid-column-start: -1;
9
+ /// @name .k-col-start--1
10
+ /// @group grid-column-start
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-column-start: auto;`.
14
+ /// @example grid-column-start: auto;
15
+ /// @name .k-col-start-auto
16
+ /// @group grid-column-start
17
+ /// @contextType css
2
18
 
3
19
  @mixin kendo-utils--flex-grid--grid-column-start-end() {
4
20
 
@@ -1,4 +1,20 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-row-start: 1;`.
2
+ /// @example grid-row-start: 1;
3
+ /// @name .k-row-start-1
4
+ /// @group grid-row-start
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-row-start: -1;`.
8
+ /// @example grid-row-start: -1;
9
+ /// @name .k-row-start--1
10
+ /// @group grid-row-start
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-row-start: auto;`.
14
+ /// @example grid-row-start: auto;
15
+ /// @name .k-row-start-auto
16
+ /// @group grid-row-start
17
+ /// @contextType css
2
18
 
3
19
  @mixin kendo-utils--flex-grid--grid-row-start-end() {
4
20
 
@@ -1,4 +1,20 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-template-columns: repeat(1, minmax(0, 1fr));`.
2
+ /// @example grid-template-columns: repeat(1, minmax(0, 1fr));
3
+ /// @name .k-grid-cols-1
4
+ /// @group grid-template-columns
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-template-columns: repeat(2, minmax(0, 1fr));`.
8
+ /// @example grid-template-columns: repeat(2, minmax(0, 1fr));
9
+ /// @name .k-grid-cols-2
10
+ /// @group grid-template-columns
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-template-columns: none;`.
14
+ /// @example grid-template-columns: none;
15
+ /// @name .k-grid-cols-none
16
+ /// @group grid-template-columns
17
+ /// @contextType css
2
18
 
3
19
  @mixin kendo-utils--flex-grid--grid-template-columns() {
4
20
 
@@ -1,4 +1,20 @@
1
- // TODO: docs
1
+ /// This is equivalent to `grid-template-rows: repeat(1, minmax(0, 1fr));`.
2
+ /// @example grid-template-rows: repeat(1, minmax(0, 1fr));
3
+ /// @name .k-grid-rows-1
4
+ /// @group grid-template-rows
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `grid-template-rows: repeat(2, minmax(0, 1fr));`.
8
+ /// @example grid-template-rows: repeat(2, minmax(0, 1fr));
9
+ /// @name .k-grid-rows-2
10
+ /// @group grid-template-rows
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-template-rows: none;`.
14
+ /// @example grid-template-rows: none;
15
+ /// @name .k-grid-rows-none
16
+ /// @group grid-template-rows
17
+ /// @contextType css
2
18
 
3
19
  @mixin kendo-utils--flex-grid--grid-template-rows() {
4
20
 
@@ -1,4 +1,80 @@
1
- // TODO: docs
1
+ /// This is equivalent to `justify-content: normal;`.
2
+ /// @example justify-content: normal;
3
+ /// @name .k-justify-content-normal
4
+ /// @group justify-content
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `justify-content: stretch;`.
8
+ /// @example justify-content: stretch;
9
+ /// @name .k-justify-content-stretch
10
+ /// @group justify-content
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `justify-content: center;`.
14
+ /// @example justify-content: center;
15
+ /// @name .k-justify-content-center
16
+ /// @group justify-content
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `justify-content: start;`.
20
+ /// @example justify-content: start;
21
+ /// @name .k-justify-content-start
22
+ /// @group justify-content
23
+ /// @contextType css
24
+
25
+ /// This is equivalent to `justify-content: end;`.
26
+ /// @example justify-content: end;
27
+ /// @name .k-justify-content-end
28
+ /// @group justify-content
29
+ /// @contextType css
30
+
31
+ /// This is equivalent to `justify-content: flex-start;`.
32
+ /// @example justify-content: flex-start;
33
+ /// @name .k-justify-content-selft-start
34
+ /// @group justify-content
35
+ /// @contextType css
36
+
37
+ /// This is equivalent to `justify-content: flex-end;`.
38
+ /// @example justify-content: flex-end;
39
+ /// @name .k-justify-content-self-end
40
+ /// @group justify-content
41
+ /// @contextType css
42
+
43
+ /// This is equivalent to `justify-content: baseline;`.
44
+ /// @example justify-content: baseline;
45
+ /// @name .k-justify-content-baseline
46
+ /// @group justify-content
47
+ /// @contextType css
48
+
49
+ /// This is equivalent to `justify-content: first baseline;`.
50
+ /// @example justify-content: first baseline;
51
+ /// @name .k-justify-content-first-baseline
52
+ /// @group justify-content
53
+ /// @contextType css
54
+
55
+ /// This is equivalent to `justify-content: last baseline;`.
56
+ /// @example justify-content: last baseline;
57
+ /// @name .k-justify-content-last-baseline
58
+ /// @group justify-content
59
+ /// @contextType css
60
+
61
+ /// This is equivalent to `justify-content: space-between;`.
62
+ /// @example justify-content: space-between;
63
+ /// @name .k-justify-content-between
64
+ /// @group justify-content
65
+ /// @contextType css
66
+
67
+ /// This is equivalent to `justify-content: space-around;`.
68
+ /// @example justify-content: space-around;
69
+ /// @name .k-justify-content-around
70
+ /// @group justify-content
71
+ /// @contextType css
72
+
73
+ /// This is equivalent to `justify-content: space-evenly;`.
74
+ /// @example justify-content: space-evenly;
75
+ /// @name .k-justify-content-evenly
76
+ /// @group justify-content
77
+ /// @contextType css
2
78
 
3
79
  @mixin kendo-utils--flex-grid--justify-content() {
4
80
 
@@ -1,4 +1,86 @@
1
- // TODO: docs
1
+ /// This is equivalent to `justify-items: normal;`.
2
+ /// @example justify-items: normal;
3
+ /// @name .k-justify-items-normal
4
+ /// @group justify-items
5
+ /// @contextType css
6
+
7
+ /// This is equivalent to `justify-items: stretch;`.
8
+ /// @example justify-items: stretch;
9
+ /// @name .k-justify-items-stretch
10
+ /// @group justify-items
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `justify-items: center;`.
14
+ /// @example justify-items: center;
15
+ /// @name .k-justify-items-center
16
+ /// @group justify-items
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `justify-items: start;`.
20
+ /// @example justify-items: start;
21
+ /// @name .k-justify-items-start
22
+ /// @group justify-items
23
+ /// @contextType css
24
+
25
+ /// This is equivalent to `justify-items: end;`.
26
+ /// @example justify-items: end;
27
+ /// @name .k-justify-items-end
28
+ /// @group justify-items
29
+ /// @contextType css
30
+
31
+ /// This is equivalent to `justify-items: flex-start;`.
32
+ /// @example justify-items: flex-start;
33
+ /// @name .k-justify-items-selft-start
34
+ /// @group justify-items
35
+ /// @contextType css
36
+
37
+ /// This is equivalent to `justify-items: flex-end;`.
38
+ /// @example justify-items: flex-end;
39
+ /// @name .k-justify-items-self-end
40
+ /// @group justify-items
41
+ /// @contextType css
42
+
43
+ /// This is equivalent to `justify-items: self-start;`.
44
+ /// @example justify-items: self-start;
45
+ /// @name .k-justify-items-selft-start
46
+ /// @group justify-items
47
+ /// @contextType css
48
+
49
+ /// This is equivalent to `justify-items: self-end;`.
50
+ /// @example justify-items: self-end;
51
+ /// @name .k-justify-items-self-end
52
+ /// @group justify-items
53
+ /// @contextType css
54
+
55
+ /// This is equivalent to `justify-items: left;`.
56
+ /// @example justify-items: left;
57
+ /// @name .k-justify-items-left
58
+ /// @group justify-items
59
+ /// @contextType css
60
+
61
+ /// This is equivalent to `justify-items: right;`.
62
+ /// @example justify-items: right;
63
+ /// @name .k-justify-items-right
64
+ /// @group justify-items
65
+ /// @contextType css
66
+
67
+ /// This is equivalent to `justify-items: baseline;`.
68
+ /// @example justify-items: baseline;
69
+ /// @name .k-justify-items-baseline
70
+ /// @group justify-items
71
+ /// @contextType css
72
+
73
+ /// This is equivalent to `justify-items: first baseline;`.
74
+ /// @example justify-items: first baseline;
75
+ /// @name .k-justify-items-first-baseline
76
+ /// @group justify-items
77
+ /// @contextType css
78
+
79
+ /// This is equivalent to `justify-items: last baseline;`.
80
+ /// @example justify-items: last baseline;
81
+ /// @name .k-justify-items-last-baseline
82
+ /// @group justify-items
83
+ /// @contextType css
2
84
 
3
85
  @mixin kendo-utils--flex-grid--justify-items() {
4
86