@progress/kendo-theme-core 13.1.1 → 13.2.0-dev.0

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.
@@ -9,10 +9,12 @@ $kendo-button-border-width: null !default;
9
9
 
10
10
  $kendo-button-border-radius: null !default;
11
11
 
12
+ $kendo-button-xs-padding-x: null !default;
12
13
  $kendo-button-sm-padding-x: null !default;
13
14
  $kendo-button-md-padding-x: null !default;
14
15
  $kendo-button-lg-padding-x: null !default;
15
16
 
17
+ $kendo-button-xs-padding-y: null !default;
16
18
  $kendo-button-sm-padding-y: null !default;
17
19
  $kendo-button-md-padding-y: null !default;
18
20
  $kendo-button-lg-padding-y: null !default;
@@ -21,20 +23,24 @@ $kendo-button-font-family: null !default;
21
23
  $kendo-button-font-weight: null !default;
22
24
 
23
25
  $kendo-button-font-size: null !default;
26
+ $kendo-button-xs-font-size: null !default;
24
27
  $kendo-button-sm-font-size: null !default;
25
28
  $kendo-button-md-font-size: null !default;
26
29
  $kendo-button-lg-font-size: null !default;
27
30
 
28
31
  $kendo-button-line-height: null !default;
32
+ $kendo-button-xs-line-height: null !default;
29
33
  $kendo-button-sm-line-height: null !default;
30
34
  $kendo-button-md-line-height: null !default;
31
35
  $kendo-button-lg-line-height: null !default;
32
36
 
37
+ $kendo-button-xs-calc-size: null !default;
33
38
  $kendo-button-sm-calc-size: null !default;
34
39
  $kendo-button-md-calc-size: null !default;
35
40
  $kendo-button-lg-calc-size: null !default;
36
41
 
37
42
  $kendo-button-inner-calc-size: null !default;
43
+ $kendo-button-xs-inner-calc-size: null !default;
38
44
  $kendo-button-sm-inner-calc-size: null !default;
39
45
  $kendo-button-md-inner-calc-size: null !default;
40
46
  $kendo-button-lg-inner-calc-size: null !default;
@@ -112,6 +118,12 @@ $kendo-button-theme-colors: ("base", "primary", "secondary", "tertiary", "info",
112
118
  /// The sizes map of the Button.
113
119
  /// @group button
114
120
  $kendo-button-sizes: (
121
+ xs: (
122
+ padding-x: $kendo-button-xs-padding-x,
123
+ padding-y: $kendo-button-xs-padding-y,
124
+ font-size: $kendo-button-xs-font-size,
125
+ line-height: $kendo-button-xs-line-height
126
+ ),
115
127
  sm: (
116
128
  padding-x: $kendo-button-sm-padding-x,
117
129
  padding-y: $kendo-button-sm-padding-y,
@@ -30,7 +30,7 @@
30
30
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
31
31
 
32
32
  .k-suggestion {
33
- font-size: var(--kendo-font-size-sm, inherit);
33
+ font-size: var(--kendo-font-size-sm);
34
34
  }
35
35
  }
36
36
 
@@ -615,7 +615,7 @@
615
615
  }
616
616
 
617
617
  .k-upload-files {
618
- max-height: k-spacing(25);
618
+ max-height: 7rem;
619
619
  }
620
620
  }
621
621
 
@@ -11,7 +11,7 @@
11
11
  border-width: $kendo-chip-border-width;
12
12
  border-style: solid;
13
13
  outline: 0;
14
- font-family: var( --kendo-font-family, inherit );
14
+ font-family: var(--kendo-font-family);
15
15
  font-weight: $kendo-chip-font-weight;
16
16
  display: inline-flex;
17
17
  flex-flow: row nowrap;
@@ -1,5 +1,5 @@
1
1
  // Color Preview
2
- $kendo-color-preview-border-radius: k-border-radius(md)!default;
2
+ $kendo-color-preview-border-radius: k-border-radius(md) !default;
3
3
  $kendo-color-preview-border-width: null !default;
4
4
  $kendo-color-preview-bg: null !default;
5
5
  $kendo-color-preview-text: null !default;
@@ -78,7 +78,7 @@
78
78
  .k-chart-tooltip {
79
79
  @include border-radius( k-border-radius(md) );
80
80
  font-size: $kendo-chart-tooltip-font-size;
81
- line-height: var( --kendo-line-height, normal );
81
+ line-height: var(--kendo-line-height);
82
82
  padding-block: $kendo-tooltip-padding-y;
83
83
  padding-inline: $kendo-tooltip-padding-x;
84
84
  }
@@ -94,7 +94,7 @@
94
94
  text-align: start;
95
95
  padding-block: $kendo-chart-tooltip-padding-y;
96
96
  padding-inline: $kendo-chart-tooltip-padding-x;
97
- line-height: var( --kendo-line-height, normal );
97
+ line-height: var(--kendo-line-height);
98
98
  vertical-align: middle;
99
99
  }
100
100
 
@@ -328,7 +328,7 @@
328
328
  border-width: 0 0 1px;
329
329
  border-style: solid;
330
330
  border-color: inherit;
331
- font-size: var( --kendo-font-size, inherit );
331
+ font-size: var(--kendo-font-size);
332
332
  background-position: 0 0;
333
333
  background-repeat: repeat-x;
334
334
  }
@@ -365,10 +365,10 @@
365
365
  inset-inline-end: 0;
366
366
  }
367
367
  .k-treemap-title + .k-treemap-wrap {
368
- inset-block-start: calc( calc( #{$kendo-treemap-padding-y} * 2 ) + calc( var( --kendo-line-height, normal ) * var( --kendo-font-size, inherit) ) + 1px);
368
+ inset-block-start: calc( calc( #{$kendo-treemap-padding-y} * 2 ) + calc( var(--kendo-line-height) * var(--kendo-font-size) ) + 1px);
369
369
  }
370
370
  .k-treemap-title-vertical + .k-treemap-wrap {
371
- inset-inline-start: calc( calc( #{$kendo-treemap-padding-y} * 2 ) + calc( var( --kendo-line-height, normal ) * var( --kendo-font-size, inherit) ) + 1px);
371
+ inset-inline-start: calc( calc( #{$kendo-treemap-padding-y} * 2 ) + calc( var(--kendo-line-height) * var(--kendo-font-size) ) + 1px);
372
372
  }
373
373
 
374
374
 
@@ -110,13 +110,13 @@
110
110
  }
111
111
 
112
112
  .k-alert-error {
113
- font-size: var( --kendo-font-size-sm, inherit );
113
+ font-size: var(--kendo-font-size-sm);
114
114
  margin-block-start: $kendo-form-alert-error-margin;
115
115
  }
116
116
 
117
117
  .k-field-info {
118
118
  display: inline-block;
119
- font-size: var( --kendo-font-size-xs, inherit );
119
+ font-size: var(--kendo-font-size-xs);
120
120
  line-height: 1;
121
121
  margin-block: 0;
122
122
  margin-inline: $kendo-form-field-info-margin;
@@ -247,7 +247,7 @@
247
247
  }
248
248
 
249
249
  legend {
250
- font-size: var( --kendo-font-size-sm, inherit );
250
+ font-size: var(--kendo-font-size-sm);
251
251
  text-align: start;
252
252
  font-weight: 600;
253
253
  line-height: 1;
@@ -266,7 +266,7 @@
266
266
  > span {
267
267
  width: $kendo-inline-form-element-width;
268
268
  text-align: end;
269
- line-height: var( --kendo-line-height, normal );
269
+ line-height: var(--kendo-line-height);
270
270
  padding-block: $kendo-inline-form-field-padding-y;
271
271
  padding-inline: $kendo-inline-form-field-padding-x;
272
272
  align-self: center;
@@ -281,13 +281,13 @@
281
281
  }
282
282
 
283
283
  .k-alert-error {
284
- font-size: var( --kendo-font-size-sm, inherit );
284
+ font-size: var(--kendo-font-size-sm);
285
285
  margin-block-start: $kendo-form-alert-error-margin;
286
286
  }
287
287
 
288
288
  .k-field-info {
289
289
  display: block;
290
- font-size: var( --kendo-font-size-xs, inherit );
290
+ font-size: var(--kendo-font-size-xs);
291
291
  line-height: 1;
292
292
  margin: 0;
293
293
  }
@@ -656,7 +656,7 @@
656
656
  white-space: nowrap;
657
657
 
658
658
  strong {
659
- font-size: var( --kendo-font-size-lg, inherit );
659
+ font-size: var(--kendo-font-size-lg);
660
660
  font-weight: normal;
661
661
  display: block;
662
662
  }
@@ -795,7 +795,7 @@
795
795
  }
796
796
  .k-gantt-tooltip-validation-value {
797
797
  // TODO: extract to variable
798
- font-weight: var( --kendo-font-weight-bold, normal );
798
+ font-weight: var(--kendo-font-weight-bold);
799
799
  }
800
800
  .k-gantt-tooltip-validation-label,
801
801
  .k-gantt-tooltip-validation-value {
@@ -17,6 +17,7 @@
17
17
  @use "../tabstrip/_variables.scss" as *;
18
18
  @use "../popup/_variables.scss" as *;
19
19
  @use "../icons/_variables.scss" as *;
20
+ @use "../../border-radii/index.scss" as *;
20
21
 
21
22
  @mixin kendo-grid--layout-base() {
22
23
 
@@ -1082,11 +1083,7 @@
1082
1083
  .k-grid-filter,
1083
1084
  .k-header-column-menu,
1084
1085
  .k-grid-header-menu {
1085
- padding: $_button-padding-y;
1086
- width: $_button-calc-size;
1087
- height: $_button-calc-size;
1088
- line-height: $_button-line-height;
1089
- inset-block-end: calc( #{$_header-padding-y} + #{list.slash( $kendo-line-height-em, 2)} - #{list.slash( $kendo-button-inner-calc-size, 2 )} );
1086
+ inset-block-end: calc( #{$_header-padding-y} + #{list.slash( $kendo-line-height-em, 2)} - #{list.slash( $kendo-button-xs-calc-size, 2 )} );
1090
1087
  }
1091
1088
  }
1092
1089
 
@@ -1169,6 +1166,22 @@
1169
1166
  z-index: k-z-index("base", 2);
1170
1167
  }
1171
1168
  }
1169
+
1170
+ .k-grid-filter,
1171
+ .k-header-column-menu,
1172
+ .k-grid-header-menu {
1173
+ padding: $kendo-button-xs-padding-y $kendo-button-xs-padding-x;
1174
+ width: $kendo-button-xs-calc-size;
1175
+ height: $kendo-button-xs-calc-size;
1176
+ line-height: $kendo-button-xs-line-height;
1177
+ border-radius: k-border-radius(md);
1178
+
1179
+ > .k-svg-icon > svg,
1180
+ > .k-icon-wrapper-host svg {
1181
+ width: $kendo-icon-size-md;
1182
+ height: $kendo-icon-size-md;
1183
+ }
1184
+ }
1172
1185
  }
1173
1186
 
1174
1187
  }
@@ -1443,7 +1456,7 @@
1443
1456
  }
1444
1457
 
1445
1458
  .k-filter-selected-items {
1446
- font-weight: var( --kendo-font-weight-bold, normal );
1459
+ font-weight: var(--kendo-font-weight-bold);
1447
1460
  line-height: normal;
1448
1461
  white-space: nowrap;
1449
1462
  }
@@ -1491,7 +1504,7 @@
1491
1504
  box-sizing: border-box;
1492
1505
 
1493
1506
  .k-menu:not(.k-context-menu) {
1494
- font-weight: var( --kendo-font-weight, 400 );
1507
+ font-weight: var(--kendo-font-weight);
1495
1508
  }
1496
1509
 
1497
1510
  .k-expander {
@@ -1612,7 +1625,7 @@
1612
1625
  border-block-end-style: solid;
1613
1626
  font-size: $kendo-grid-column-menu-group-header-font-size;
1614
1627
  line-height: $kendo-grid-column-menu-group-header-line-height;
1615
- font-weight: var( --kendo-font-weight-bold, normal );
1628
+ font-weight: var(--kendo-font-weight-bold);
1616
1629
  text-transform: $kendo-grid-column-menu-group-header-text-transform;
1617
1630
  flex: 1 1 auto;
1618
1631
  }
@@ -79,7 +79,7 @@
79
79
  padding-inline: k-spacing(2);
80
80
  padding-block: k-spacing(4);
81
81
  gap: $kendo-smart-box-popup-spacing;
82
- font-size: var(--kendo-font-size-sm, inherit);
82
+ font-size: var(--kendo-font-size-sm);
83
83
  min-height: auto;
84
84
  }
85
85
 
@@ -23,20 +23,20 @@ $kendo-table-lg-cell-padding-y: null !default;
23
23
  /// @group table
24
24
  $kendo-table-sizes: (
25
25
  sm: (
26
- font-size: var( --kendo-font-size, inherit ),
27
- line-height: var( --kendo-line-height, normal ),
26
+ font-size: var(--kendo-font-size),
27
+ line-height: var(--kendo-line-height),
28
28
  cell-padding-x: $kendo-table-sm-cell-padding-x,
29
29
  cell-padding-y: $kendo-table-sm-cell-padding-y
30
30
  ),
31
31
  md: (
32
- font-size: var( --kendo-font-size, inherit ),
33
- line-height: var( --kendo-line-height, normal ),
32
+ font-size: var(--kendo-font-size),
33
+ line-height: var(--kendo-line-height),
34
34
  cell-padding-x: $kendo-table-md-cell-padding-x,
35
35
  cell-padding-y: $kendo-table-md-cell-padding-y
36
36
  ),
37
37
  lg: (
38
- font-size: var( --kendo-font-size, inherit ),
39
- line-height: var( --kendo-line-height, normal ),
38
+ font-size: var(--kendo-font-size),
39
+ line-height: var(--kendo-line-height),
40
40
  cell-padding-x: $kendo-table-lg-cell-padding-x,
41
41
  cell-padding-y: $kendo-table-lg-cell-padding-y
42
42
  )
@@ -50,11 +50,17 @@
50
50
 
51
51
  #{k-when-default($kendo-tabstrip-default-size, $size)}
52
52
  &.k-tabstrip-#{$size} {
53
- .k-tabstrip-items .k-link {
54
- font-size: $_font-size;
55
- line-height: $_line-height;
56
- padding-block: $_item-padding-y;
57
- padding-inline: $_item-padding-x;
53
+ .k-tabstrip-items {
54
+ .k-link {
55
+ font-size: $_font-size;
56
+ line-height: $_line-height;
57
+ padding-block: $_item-padding-y;
58
+ padding-inline: $_item-padding-x;
59
+ }
60
+
61
+ .k-item-actions {
62
+ margin-inline-end: calc( #{$_item-padding-x} / 2 );
63
+ }
58
64
  }
59
65
 
60
66
  :is(&.k-tabstrip-left, &.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper){
@@ -126,6 +132,7 @@
126
132
  padding: 0;
127
133
  display: flex;
128
134
  flex-direction: row;
135
+ align-self: center;
129
136
  }
130
137
 
131
138
  .k-link {
@@ -206,7 +206,6 @@
206
206
  }
207
207
 
208
208
  .k-event-collapse {
209
- margin-block: calc( #{$kendo-icon-spacing} * -1 );
210
209
  margin-inline: 0;
211
210
  transform: rotate(90deg);
212
211
  transition: transform k-transition(subtle);
@@ -22,11 +22,11 @@
22
22
  .k-body,
23
23
  .k-typography {
24
24
  @include typography(
25
- var( --kendo-font-size, inherit ),
26
- var( --kendo-font-family, inherit ),
27
- var( --kendo-line-height, normal ),
28
- var( --kendo-font-weight-normal, normal ),
29
- var( --kendo-letter-spacing, normal )
25
+ var(--kendo-font-size),
26
+ var(--kendo-font-family),
27
+ var(--kendo-line-height),
28
+ var(--kendo-font-weight-normal),
29
+ var(--kendo-letter-spacing)
30
30
  );
31
31
  margin: 0;
32
32
 
@@ -53,7 +53,35 @@ $kendo-elevation: map.merge($default-elevation, $kendo-elevation);
53
53
  }
54
54
 
55
55
  @function k-elevation($level) {
56
- @return var(--kendo-elevation-#{$level}, map.get($kendo-elevation, $level));
56
+ @return var(--kendo-elevation-#{$level});
57
+ }
58
+
59
+ // Each elevation-bg level increases oklch lightness by level * this value.
60
+ $kendo-elevation-bg-lightness-step: 0.015 !default;
61
+
62
+ // Each elevation-bg level increases oklch chroma by level * this value.
63
+ $kendo-elevation-bg-chroma-step: 0.001 !default;
64
+
65
+ // The background color for a given elevation level is calculated by increasing the lightness and chroma of the base background color
66
+ // by a step multiplied by the elevation level, but only if the base background color is light (for light themes) or dark (for dark themes).
67
+ // This is achieved by multiplying the steps by a clamp function that returns 1 when the background color is in the appropriate range and 0 otherwise.
68
+ // clamp(0, (0.5 - l) * 99999, 1) → 1 when bg is dark, 0 when light
69
+ @function k-elevation-bg($level, $color) {
70
+ $_result: "oklch(from #{$color} calc(l + #{$level} * #{$kendo-elevation-bg-lightness-step} * clamp(0, (0.5 - l) * 99999, 1)) calc(c + #{$level} * #{$kendo-elevation-bg-chroma-step} * clamp(0, (0.5 - l) * 99999, 1)) h)";
71
+ @return #{$_result};
72
+ }
73
+
74
+ // Each elevation-border level increases border opacity by level * this value (in %).
75
+ $kendo-elevation-border-opacity-step: 10 !default;
76
+
77
+ // The border color for a given elevation level is calculated by increasing the alpha of the base border color
78
+ // by a step multiplied by the elevation level, but only if the base border color is light (for dark themes) or dark (for light themes).
79
+ // This is achieved by multiplying the step by a clamp function that returns 1 when the border color is in the appropriate range and 0 otherwise.
80
+ // clamp(0, (l - 0.5) * 99999, 1) → 1 when border is light (dark theme), 0 when dark (light theme)
81
+ // alpha is a <number> (0..1), so we divide the step by 100 instead of multiplying by 1%
82
+ @function k-elevation-border($level, $color) {
83
+ $_result: "oklch(from #{$color} l c h / calc(alpha + #{$level} * #{$kendo-elevation-border-opacity-step} / 100 * clamp(0, (l - 0.5) * 99999, 1)))";
84
+ @return #{$_result};
57
85
  }
58
86
 
59
87
 
@@ -66,3 +66,11 @@
66
66
  border-end-start-radius: $radius;
67
67
  }
68
68
  }
69
+
70
+ @mixin concentric-radius($radius, $padding, $selector) {
71
+ border-radius: $radius;
72
+
73
+ #{$selector} {
74
+ border-radius: max(0px, $radius - $padding);
75
+ }
76
+ }
@@ -176,12 +176,12 @@ $kendo-transitions: map.merge($default-transitions, $kendo-transitions);
176
176
 
177
177
  @function k-easing($key) {
178
178
  $easing: map.get($kendo-easings, $key);
179
- @return var(--kendo-easing-#{$key}, $easing);
179
+ @return var(--kendo-easing-#{$key});
180
180
  }
181
181
 
182
182
  @function k-duration($key) {
183
183
  $_duration: map.get($kendo-durations, $key);
184
- @return var(--kendo-duration-#{$key}, $_duration);
184
+ @return var(--kendo-duration-#{$key});
185
185
  }
186
186
 
187
187
  @function k-transition($key) {
@@ -1,47 +1,45 @@
1
1
  @use "sass:map";
2
2
  @use "../functions/_string.scss" as *;
3
3
 
4
+ /// The base spacing step used to generate the Spacing map.
5
+ /// @group spacing
6
+ $kendo-spacing-base: 0.25rem !default;
7
+
4
8
  $default-spacing: (
5
9
  0: 0px,
6
10
  1px: 1px,
7
- 0.5: .125rem,
8
- 1: .25rem,
9
- 1.5: .375rem,
10
- 2: .5rem,
11
- 2.5: .625rem,
12
- 3: .75rem,
13
- 3.5: .875rem,
14
- 4: 1rem,
15
- 4.5: 1.125rem,
16
- 5: 1.25rem,
17
- 5.5: 1.375rem,
18
- 6: 1.5rem,
19
- 6.5: 1.625rem,
20
- 7: 1.75rem,
21
- 7.5: 1.875rem,
22
- 8: 2rem,
23
- 9: 2.25rem,
24
- 10: 2.5rem,
25
- 11: 2.75rem,
26
- 12: 3rem,
27
- 13: 3.25rem,
28
- 14: 3.5rem,
29
- 15: 3.75rem,
30
- 16: 4rem,
31
- 17: 4.25rem,
32
- 18: 4.5rem,
33
- 19: 4.75rem,
34
- 20: 5rem,
35
- 21: 5.25rem,
36
- 22: 5.5rem,
37
- 23: 5.75rem,
38
- 24: 6rem,
39
- 25: 7rem,
40
- 26: 8rem,
41
- 27: 9rem,
42
- 28: 10rem,
43
- 29: 11rem,
44
- 30: 12rem
11
+ 0.5: calc(0.5 * var(--kendo-spacing-base)),
12
+ 1: calc(1 * var(--kendo-spacing-base)),
13
+ 1.5: calc(1.5 * var(--kendo-spacing-base)),
14
+ 2: calc(2 * var(--kendo-spacing-base)),
15
+ 2.5: calc(2.5 * var(--kendo-spacing-base)),
16
+ 3: calc(3 * var(--kendo-spacing-base)),
17
+ 3.5: calc(3.5 * var(--kendo-spacing-base)),
18
+ 4: calc(4 * var(--kendo-spacing-base)),
19
+ 4.5: calc(4.5 * var(--kendo-spacing-base)),
20
+ 5: calc(5 * var(--kendo-spacing-base)),
21
+ 5.5: calc(5.5 * var(--kendo-spacing-base)),
22
+ 6: calc(6 * var(--kendo-spacing-base)),
23
+ 6.5: calc(6.5 * var(--kendo-spacing-base)),
24
+ 7: calc(7 * var(--kendo-spacing-base)),
25
+ 7.5: calc(7.5 * var(--kendo-spacing-base)),
26
+ 8: calc(8 * var(--kendo-spacing-base)),
27
+ 9: calc(9 * var(--kendo-spacing-base)),
28
+ 10: calc(10 * var(--kendo-spacing-base)),
29
+ 11: calc(11 * var(--kendo-spacing-base)),
30
+ 12: calc(12 * var(--kendo-spacing-base)),
31
+ 13: calc(13 * var(--kendo-spacing-base)),
32
+ 14: calc(14 * var(--kendo-spacing-base)),
33
+ 15: calc(15 * var(--kendo-spacing-base)),
34
+ 16: calc(16 * var(--kendo-spacing-base)),
35
+ 17: calc(17 * var(--kendo-spacing-base)),
36
+ 18: calc(18 * var(--kendo-spacing-base)),
37
+ 19: calc(19 * var(--kendo-spacing-base)),
38
+ 20: calc(20 * var(--kendo-spacing-base)),
39
+ 21: calc(21 * var(--kendo-spacing-base)),
40
+ 22: calc(22 * var(--kendo-spacing-base)),
41
+ 23: calc(23 * var(--kendo-spacing-base)),
42
+ 24: calc(24 * var(--kendo-spacing-base)),
45
43
  ) !default;
46
44
 
47
45
  /// The global default Spacing map.
@@ -52,51 +50,19 @@ $kendo-spacing: map.merge($default-spacing, $kendo-spacing);
52
50
 
53
51
 
54
52
  @function k-spacing($step) {
55
- $spacing: map.get($kendo-spacing, $step);
56
53
  $_step: k-escape-class-name( $step );
57
- @return var(--kendo-spacing-#{$_step}, #{$spacing});
54
+ @return var(--kendo-spacing-#{$_step});
58
55
  }
59
56
 
60
57
  // Generate a CSS variable for each value in the Spacing map
61
58
  @mixin kendo-spacing--styles() {
62
59
  :root {
60
+
61
+ --kendo-spacing-base: #{$kendo-spacing-base};
62
+
63
63
  @each $step, $spacing in $kendo-spacing {
64
64
  $_step: k-escape-class-name( $step );
65
65
  --kendo-spacing-#{$_step}: #{$spacing};
66
66
  }
67
67
  }
68
68
  }
69
-
70
- $kendo-sizing: map.merge( $kendo-spacing, (
71
- "auto": auto,
72
- "1/2": 50%,
73
- "1/3": 33.333333%,
74
- "2/3": 66.666667%,
75
- "1/4": 25%,
76
- "2/4": 50%,
77
- "3/4": 75%,
78
- "1/5": 20%,
79
- "2/5": 40%,
80
- "3/5": 60%,
81
- "4/5": 80%,
82
- "1/6": 16.666667%,
83
- "2/6": 33.333333%,
84
- "3/6": 50%,
85
- "4/6": 66.666667%,
86
- "5/6": 83.333333%,
87
- "1/12": 8.333333%,
88
- "2/12": 16.666667%,
89
- "3/12": 25%,
90
- "4/12": 33.333333%,
91
- "5/12": 41.666667%,
92
- "6/12": 50%,
93
- "7/12": 58.333333%,
94
- "8/12": 66.666667%,
95
- "9/12": 75%,
96
- "10/12": 83.333333%,
97
- "11/12": 91.666667%,
98
- "full": 100%,
99
- "min": min-content,
100
- "max": max-content,
101
- "fit": fit-content
102
- )) !default;