@heliux-org/ui-style 1.0.127 → 1.0.130

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 (99) hide show
  1. package/dist/{files/colors.json → colors.json} +5 -0
  2. package/dist/index.css +5 -0
  3. package/dist/index.css.map +1 -1
  4. package/dist/index.min.css +1 -1
  5. package/package.json +2 -2
  6. package/src/config/maps/themes/basic/keys/_keys.scss +1 -0
  7. package/src/config/maps/themes/basic/palette/_palette.scss +1 -0
  8. package/src/config/maps/themes/black/keys/_black-theme-keys.scss +1 -0
  9. package/src/config/maps/themes/dark/keys/_dark-theme-keys.scss +1 -0
  10. package/src/config/maps/themes/flare/keys/_flare-theme-keys.scss +1 -0
  11. package/src/config/maps/themes/hacker/keys/_hacker-theme-keys.scss +1 -0
  12. package/src/config/tokens/core/_core-opacity.scss +3 -0
  13. package/src/config/tokens/themes/basic/keys/_keys.scss +1 -0
  14. package/src/config/tokens/themes/black/keys/_black-theme-keys.scss +1 -0
  15. package/src/config/tokens/themes/dark/keys/_dark-theme-keys.scss +1 -0
  16. package/src/config/tokens/themes/flare/keys/_flare-theme-keys.scss +1 -0
  17. package/src/config/tokens/themes/hacker/keys/_hacker-theme-keys.scss +1 -0
  18. package/src/files/colors.json +5 -0
  19. package/dist/fonts/Alliance-Mono.woff +0 -0
  20. package/dist/fonts/Alliance-Mono.woff2 +0 -0
  21. package/dist/fonts/Alliance-NeueBlack.woff +0 -0
  22. package/dist/fonts/Alliance-NeueBlack.woff2 +0 -0
  23. package/dist/fonts/Alliance-NeueBlackItalic.woff +0 -0
  24. package/dist/fonts/Alliance-NeueBlackItalic.woff2 +0 -0
  25. package/dist/fonts/Alliance-NeueBold.woff +0 -0
  26. package/dist/fonts/Alliance-NeueBold.woff2 +0 -0
  27. package/dist/fonts/Alliance-NeueBoldItalic.woff +0 -0
  28. package/dist/fonts/Alliance-NeueBoldItalic.woff2 +0 -0
  29. package/dist/fonts/Alliance-NeueExtraBold.woff +0 -0
  30. package/dist/fonts/Alliance-NeueExtraBold.woff2 +0 -0
  31. package/dist/fonts/Alliance-NeueExtraBoldtalic.woff +0 -0
  32. package/dist/fonts/Alliance-NeueExtraBoldtalic.woff2 +0 -0
  33. package/dist/fonts/Alliance-NeueLight.woff +0 -0
  34. package/dist/fonts/Alliance-NeueLight.woff2 +0 -0
  35. package/dist/fonts/Alliance-NeueLightItalic.woff +0 -0
  36. package/dist/fonts/Alliance-NeueLightItalic.woff2 +0 -0
  37. package/dist/fonts/Alliance-NeueMedium.woff +0 -0
  38. package/dist/fonts/Alliance-NeueMedium.woff2 +0 -0
  39. package/dist/fonts/Alliance-NeueMediumItalic.woff +0 -0
  40. package/dist/fonts/Alliance-NeueMediumItalic.woff2 +0 -0
  41. package/dist/fonts/Alliance-NeueRegular.woff +0 -0
  42. package/dist/fonts/Alliance-NeueRegular.woff2 +0 -0
  43. package/dist/fonts/Alliance-NeueRegularItalic.woff +0 -0
  44. package/dist/fonts/Alliance-NeueRegularItalic.woff2 +0 -0
  45. package/dist/fonts/Alliance-NeueSemiBold.woff +0 -0
  46. package/dist/fonts/Alliance-NeueSemiBold.woff2 +0 -0
  47. package/dist/fonts/Alliance-NeueSemiBoldItalic.woff +0 -0
  48. package/dist/fonts/Alliance-NeueSemiBoldItalic.woff2 +0 -0
  49. package/dist/fonts/Alliance-PlattBlack.woff +0 -0
  50. package/dist/fonts/Alliance-PlattBlack.woff2 +0 -0
  51. package/dist/fonts/Alliance-PlattBold.woff +0 -0
  52. package/dist/fonts/Alliance-PlattBold.woff2 +0 -0
  53. package/dist/fonts/Alliance-PlattExtraBold.woff +0 -0
  54. package/dist/fonts/Alliance-PlattExtraBold.woff2 +0 -0
  55. package/dist/fonts/Alliance-PlattLight.woff +0 -0
  56. package/dist/fonts/Alliance-PlattLight.woff2 +0 -0
  57. package/dist/fonts/Alliance-PlattMedium.woff +0 -0
  58. package/dist/fonts/Alliance-PlattMedium.woff2 +0 -0
  59. package/dist/fonts/Alliance-PlattRegular.woff +0 -0
  60. package/dist/fonts/Alliance-PlattRegular.woff2 +0 -0
  61. package/dist/fonts/Alliance-PlattSemiBold.woff +0 -0
  62. package/dist/fonts/Alliance-PlattSemiBold.woff2 +0 -0
  63. package/dist/fonts/Alliance-TextBlack.woff +0 -0
  64. package/dist/fonts/Alliance-TextBlack.woff2 +0 -0
  65. package/dist/fonts/Alliance-TextBlackItalic.woff +0 -0
  66. package/dist/fonts/Alliance-TextBlackItalic.woff2 +0 -0
  67. package/dist/fonts/Alliance-TextBold.woff +0 -0
  68. package/dist/fonts/Alliance-TextBold.woff2 +0 -0
  69. package/dist/fonts/Alliance-TextBoldItalic.woff +0 -0
  70. package/dist/fonts/Alliance-TextBoldItalic.woff2 +0 -0
  71. package/dist/fonts/Alliance-TextExtraBold.woff +0 -0
  72. package/dist/fonts/Alliance-TextExtraBold.woff2 +0 -0
  73. package/dist/fonts/Alliance-TextExtraBoldItalic.woff +0 -0
  74. package/dist/fonts/Alliance-TextExtraBoldItalic.woff2 +0 -0
  75. package/dist/fonts/Alliance-TextLight.woff +0 -0
  76. package/dist/fonts/Alliance-TextLight.woff2 +0 -0
  77. package/dist/fonts/Alliance-TextLightItalic.woff +0 -0
  78. package/dist/fonts/Alliance-TextLightItalic.woff2 +0 -0
  79. package/dist/fonts/Alliance-TextMedium.woff +0 -0
  80. package/dist/fonts/Alliance-TextMedium.woff2 +0 -0
  81. package/dist/fonts/Alliance-TextMediumItalic.woff +0 -0
  82. package/dist/fonts/Alliance-TextMediumItalic.woff2 +0 -0
  83. package/dist/fonts/Alliance-TextRegular.woff +0 -0
  84. package/dist/fonts/Alliance-TextRegular.woff2 +0 -0
  85. package/dist/fonts/Alliance-TextRegularItalic.woff +0 -0
  86. package/dist/fonts/Alliance-TextRegularItalic.woff2 +0 -0
  87. package/dist/fonts/Alliance-TextSemiBold.woff +0 -0
  88. package/dist/fonts/Alliance-TextSemiBold.woff2 +0 -0
  89. package/dist/fonts/Alliance-TextSemiBoldItalic.woff +0 -0
  90. package/dist/fonts/Alliance-TextSemiBoldItalic.woff2 +0 -0
  91. package/dist/fonts/fonts.scss +0 -270
  92. package/dist/functions/functions/_camelize.scss +0 -25
  93. package/dist/functions/functions/_capitalize.scss +0 -11
  94. package/dist/functions/functions/_contain.scss +0 -8
  95. package/dist/functions/functions/_extract-rgb.scss +0 -8
  96. package/dist/functions/functions/_map-collect.scss +0 -17
  97. package/dist/mixins/mixins/_common.scss +0 -67
  98. package/dist/mixins/mixins/_states.scss +0 -48
  99. package/dist/mixins/mixins/_typography.scss +0 -24
@@ -37,6 +37,7 @@ $theme-hacker-surface-success: $colors-green-700;
37
37
  $theme-hacker-surface-alert: $colors-red-700;
38
38
  $theme-hacker-surface-warning: $colors-yellow-900;
39
39
  $theme-hacker-surface-overlay: rgba($colors-gray-950, $opacity-30);
40
+ $theme-hacker-surface-level-100-transparent: rgba($colors-green-950, $opacity-80);
40
41
 
41
42
  // BRAND COLORS
42
43
  $theme-hacker-primary-color: $colors-lime-600;
@@ -45,6 +45,7 @@
45
45
  "surface-level-300": "#f6f7fb",
46
46
  "surface-level-400": "#f6f7fb",
47
47
  "surface-gradient-bg": "#f6f7fb",
48
+ "surface-level-100-transparent": "#ffffff",
48
49
  "surface-inverse": "#323338",
49
50
  "surface-success": "#359970",
50
51
  "surface-warning": "#ffd533",
@@ -204,6 +205,7 @@
204
205
  "surface-level-300": "#181b34",
205
206
  "surface-level-400": "#181b34",
206
207
  "surface-gradient-bg": "#f6f7fb",
208
+ "surface-level-100-transparent": "#ffffff",
207
209
  "surface-inverse": "#ffffff",
208
210
  "surface-success": "#359970",
209
211
  "surface-warning": "#ffd533",
@@ -364,6 +366,7 @@
364
366
  "surface-level-300": "#111111",
365
367
  "surface-level-400": "#2c2c2c",
366
368
  "surface-gradient-bg": "#f6f7fb",
369
+ "surface-level-100-transparent": "#ffffff",
367
370
  "surface-inverse": "#eeeeee",
368
371
  "surface-success": "#359970",
369
372
  "surface-warning": "#ffd533",
@@ -522,6 +525,7 @@
522
525
  "surface-level-300": "#282a36",
523
526
  "surface-level-400": "#282a36",
524
527
  "surface-gradient-bg": "#f6f7fb",
528
+ "surface-level-100-transparent": "#ffffff",
525
529
  "surface-inverse": "#ffffff",
526
530
  "surface-success": "#359970",
527
531
  "surface-warning": "#ffd533",
@@ -731,6 +735,7 @@
731
735
  "surface-level-300": "#282a36",
732
736
  "surface-level-400": "#282a36",
733
737
  "surface-gradient-bg": "#f6f7fb",
738
+ "surface-level-100-transparent": "#ffffff",
734
739
  "surface-inverse": "#ffffff",
735
740
  "surface-success": "#359970",
736
741
  "surface-warning": "#ffd533",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,270 +0,0 @@
1
- @font-face {
2
- font-family: 'Alliance Mono';
3
- src: url('Alliance-Mono.woff2') format('woff2'),
4
- url('Alliance-Mono.woff') format('woff');
5
- font-weight: normal;
6
- font-style: normal;
7
- font-display: swap;
8
- }
9
-
10
- @font-face {
11
- font-family: 'Alliance Neue';
12
- src: url('Alliance-NeueBlack.woff2') format('woff2'),
13
- url('Alliance-NeueBlack.woff') format('woff');
14
- font-weight: 900;
15
- font-style: normal;
16
- font-display: swap;
17
- }
18
-
19
- @font-face {
20
- font-family: 'Alliance Neue';
21
- src: url('Alliance-NeueBlackItalic.woff2') format('woff2'),
22
- url('Alliance-NeueBlackItalic.woff') format('woff');
23
- font-weight: 900;
24
- font-style: italic;
25
- font-display: swap;
26
- }
27
-
28
- @font-face {
29
- font-family: 'Alliance Neue';
30
- src: url('Alliance-NeueMedium.woff2') format('woff2'),
31
- url('Alliance-NeueMedium.woff') format('woff');
32
- font-weight: 500;
33
- font-style: normal;
34
- font-display: swap;
35
- }
36
-
37
- @font-face {
38
- font-family: 'Alliance Neue';
39
- src: url('Alliance-NeueRegularItalic.woff2') format('woff2'),
40
- url('Alliance-NeueRegularItalic.woff') format('woff');
41
- font-weight: normal;
42
- font-style: italic;
43
- font-display: swap;
44
- }
45
-
46
- @font-face {
47
- font-family: 'Alliance Neue';
48
- src: url('Alliance-NeueRegular.woff2') format('woff2'),
49
- url('Alliance-NeueRegular.woff') format('woff');
50
- font-weight: normal;
51
- font-style: normal;
52
- font-display: swap;
53
- }
54
-
55
- @font-face {
56
- font-family: 'Alliance Neue';
57
- src: url('Alliance-NeueBold.woff2') format('woff2'),
58
- url('Alliance-NeueBold.woff') format('woff');
59
- font-weight: bold;
60
- font-style: normal;
61
- font-display: swap;
62
- }
63
-
64
- @font-face {
65
- font-family: 'Alliance Neue';
66
- src: url('Alliance-NeueMediumItalic.woff2') format('woff2'),
67
- url('Alliance-NeueMediumItalic.woff') format('woff');
68
- font-weight: 500;
69
- font-style: italic;
70
- font-display: swap;
71
- }
72
-
73
- @font-face {
74
- font-family: 'Alliance Neue';
75
- src: url('Alliance-NeueLight.woff2') format('woff2'),
76
- url('Alliance-NeueLight.woff') format('woff');
77
- font-weight: 300;
78
- font-style: normal;
79
- font-display: swap;
80
- }
81
-
82
- @font-face {
83
- font-family: 'Alliance Neue';
84
- src: url('Alliance-NeueLightItalic.woff2') format('woff2'),
85
- url('Alliance-NeueLightItalic.woff') format('woff');
86
- font-weight: 300;
87
- font-style: italic;
88
- font-display: swap;
89
- }
90
-
91
- @font-face {
92
- font-family: 'Alliance Neue';
93
- src: url('Alliance-NeueExtraBold.woff2') format('woff2'),
94
- url('Alliance-NeueExtraBold.woff') format('woff');
95
- font-weight: bold;
96
- font-style: normal;
97
- font-display: swap;
98
- }
99
-
100
- @font-face {
101
- font-family: 'Alliance Neue';
102
- src: url('Alliance-NeueBoldItalic.woff2') format('woff2'),
103
- url('Alliance-NeueBoldItalic.woff') format('woff');
104
- font-weight: bold;
105
- font-style: italic;
106
- font-display: swap;
107
- }
108
-
109
- @font-face {
110
- font-family: 'Alliance Neue ExtraBold talic';
111
- src: url('Alliance-NeueExtraBoldtalic.woff2') format('woff2'),
112
- url('Alliance-NeueExtraBoldtalic.woff') format('woff');
113
- font-weight: bold;
114
- font-style: italic;
115
- font-display: swap;
116
- }
117
-
118
- @font-face {
119
- font-family: 'Alliance Neue';
120
- src: url('Alliance-NeueSemiBold.woff2') format('woff2'),
121
- url('Alliance-NeueSemiBold.woff') format('woff');
122
- font-weight: 600;
123
- font-style: normal;
124
- font-display: swap;
125
- }
126
-
127
- @font-face {
128
- font-family: 'Alliance Platt';
129
- src: url('Alliance-PlattMedium.woff2') format('woff2'),
130
- url('Alliance-PlattMedium.woff') format('woff');
131
- font-weight: 500;
132
- font-style: normal;
133
- font-display: swap;
134
- }
135
-
136
- @font-face {
137
- font-family: 'Alliance Platt';
138
- src: url('Alliance-PlattRegular.woff2') format('woff2'),
139
- url('Alliance-PlattRegular.woff') format('woff');
140
- font-weight: normal;
141
- font-style: normal;
142
- font-display: swap;
143
- }
144
-
145
- @font-face {
146
- font-family: 'Alliance Platt';
147
- src: url('Alliance-PlattSemiBold.woff2') format('woff2'),
148
- url('Alliance-PlattSemiBold.woff') format('woff');
149
- font-weight: 600;
150
- font-style: normal;
151
- font-display: swap;
152
- }
153
-
154
- @font-face {
155
- font-family: 'Alliance Platt';
156
- src: url('Alliance-PlattExtraBold.woff2') format('woff2'),
157
- url('Alliance-PlattExtraBold.woff') format('woff');
158
- font-weight: bold;
159
- font-style: normal;
160
- font-display: swap;
161
- }
162
-
163
- @font-face {
164
- font-family: 'Alliance Platt';
165
- src: url('Alliance-PlattBold.woff2') format('woff2'),
166
- url('Alliance-PlattBold.woff') format('woff');
167
- font-weight: bold;
168
- font-style: normal;
169
- font-display: swap;
170
- }
171
-
172
- @font-face {
173
- font-family: 'Alliance Neue';
174
- src: url('Alliance-NeueSemiBoldItalic.woff2') format('woff2'),
175
- url('Alliance-NeueSemiBoldItalic.woff') format('woff');
176
- font-weight: 600;
177
- font-style: italic;
178
- font-display: swap;
179
- }
180
-
181
- @font-face {
182
- font-family: 'Alliance Text';
183
- src: url('Alliance-TextBlack.woff2') format('woff2'),
184
- url('Alliance-TextBlack.woff') format('woff');
185
- font-weight: 900;
186
- font-style: normal;
187
- font-display: swap;
188
- }
189
-
190
- @font-face {
191
- font-family: 'Alliance Platt';
192
- src: url('Alliance-PlattBlack.woff2') format('woff2'),
193
- url('Alliance-PlattBlack.woff') format('woff');
194
- font-weight: 900;
195
- font-style: normal;
196
- font-display: swap;
197
- }
198
-
199
- @font-face {
200
- font-family: 'Alliance Platt';
201
- src: url('Alliance-PlattLight.woff2') format('woff2'),
202
- url('Alliance-PlattLight.woff') format('woff');
203
- font-weight: 300;
204
- font-style: normal;
205
- font-display: swap;
206
- }
207
-
208
- @font-face {
209
- font-family: 'Alliance Text';
210
- src: url('Alliance-TextBoldItalic.woff2') format('woff2'),
211
- url('Alliance-TextBoldItalic.woff') format('woff');
212
- font-weight: bold;
213
- font-style: italic;
214
- font-display: swap;
215
- }
216
-
217
- @font-face {
218
- font-family: 'Alliance Text';
219
- src: url('Alliance-TextBlackItalic.woff2') format('woff2'),
220
- url('Alliance-TextBlackItalic.woff') format('woff');
221
- font-weight: 900;
222
- font-style: italic;
223
- font-display: swap;
224
- }
225
-
226
- @font-face {
227
- font-family: 'Alliance Text';
228
- src: url('Alliance-TextLight.woff2') format('woff2'),
229
- url('Alliance-TextLight.woff') format('woff');
230
- font-weight: 300;
231
- font-style: normal;
232
- font-display: swap;
233
- }
234
-
235
- @font-face {
236
- font-family: 'Alliance Text';
237
- src: url('Alliance-TextBold.woff2') format('woff2'),
238
- url('Alliance-TextBold.woff') format('woff');
239
- font-weight: bold;
240
- font-style: normal;
241
- font-display: swap;
242
- }
243
-
244
- @font-face {
245
- font-family: 'Alliance Text';
246
- src: url('Alliance-TextLightItalic.woff2') format('woff2'),
247
- url('Alliance-TextLightItalic.woff') format('woff');
248
- font-weight: 300;
249
- font-style: italic;
250
- font-display: swap;
251
- }
252
-
253
- @font-face {
254
- font-family: 'Alliance Text';
255
- src: url('Alliance-TextExtraBold.woff2') format('woff2'),
256
- url('Alliance-TextExtraBold.woff') format('woff');
257
- font-weight: bold;
258
- font-style: normal;
259
- font-display: swap;
260
- }
261
-
262
- @font-face {
263
- font-family: 'Alliance Text';
264
- src: url('Alliance-TextExtraBoldItalic.woff2') format('woff2'),
265
- url('Alliance-TextExtraBoldItalic.woff') format('woff');
266
- font-weight: bold;
267
- font-style: italic;
268
- font-display: swap;
269
- }
270
-
@@ -1,25 +0,0 @@
1
- // FUNCTIONS: Camelize string
2
-
3
- // Modules imports
4
- @use "sass:string";
5
-
6
- // @arguments [string] $string
7
- // @return camelcase string
8
- @function camelize($string) {
9
- $progress: $string;
10
- $result: "";
11
- $exclude: " ", "-", "–", "—", "_", ",", ";", ":", ".";
12
-
13
- @while str-length($progress) > 0 {
14
- $char: string.slice($progress, 1, 1);
15
-
16
- @if contain($exclude, $char) {
17
- $progress: capitalize(string.slice($progress, 2, 2)) + string.slice($progress, 3);
18
- } @else {
19
- $result: $result + $char;
20
- $progress: string.slice($progress, 2);
21
- }
22
- }
23
-
24
- @return $result;
25
- }
@@ -1,11 +0,0 @@
1
- // MIXINS: Capitalize
2
- // - Helper function
3
-
4
- // Modules imports
5
- @use "sass:string";
6
-
7
- // @arguments: $string
8
- // @return capitalize string
9
- @function capitalize($string) {
10
- @return to-upper-case(string.slice($string, 1, 1)) + string.slice($string, 2);
11
- }
@@ -1,8 +0,0 @@
1
- // FUNCTIONS: Contain
2
- // - Helper function
3
- // @arguments [list] $list
4
- // @arguments [$value] $value
5
- // Return whether `$value` is contained in `$list` , Boolean
6
- @function contain($list, $value) {
7
- @return not not index($list, $value);
8
- }
@@ -1,8 +0,0 @@
1
- // MIXINS: Extract Rgb
2
- // @arguments $color (can be hardcoded or $color)
3
- // @return: comma separated RGB values
4
- // Use: We use "extract-rgb" when we want to return a comma separated list of rgb values from a color.
5
- // - We use it in some of our token assignments and their custom-properties output.
6
- @function extract-rgb($color) {
7
- @return red($color), green($color), blue($color);
8
- }
@@ -1,17 +0,0 @@
1
- // MIXINS: Map Collect
2
-
3
- // Modules imports
4
- @use "sass:map";
5
-
6
- // @arguments: multiple coma separated $maps.
7
- // @return: a single map with merged values.
8
- // Use: we use "map-collect" to merge maps from different scopes.
9
- // - We assume there will be no key duplication since scopes are separated.
10
- @function map-collect($maps...) {
11
- $collection: ();
12
-
13
- @each $map in $maps {
14
- $collection: map.merge($collection, $map);
15
- }
16
- @return $collection;
17
- }
@@ -1,67 +0,0 @@
1
- $expand-animation-timing: cubic-bezier(0, 0, 0.35, 1);
2
-
3
- // Grid auto fit sizes
4
- $grid-auto-fit-cell-width-small: 120px;
5
- $grid-auto-fit-cell-width-medium: 180px;
6
- $grid-auto-fit-cell-width-large: 240px;
7
- $grid-auto-fit-cell-width-xl: 300px;
8
-
9
- @mixin hidden-element() {
10
- opacity: 0;
11
- width: 0;
12
- height: 0;
13
- position: absolute;
14
- }
15
-
16
- // Grid auto fit
17
- // - This mixin defines a grid with auto fit repeat cells using min-max funtion.
18
- // -- This allows grid to accommodate container width without media queries.
19
- // -- it uses a repeat grid function with auto fix and minmax.
20
- // -- grid adaptation is due to the min value along with auto-fit and 1fr max value.
21
-
22
- // @params:
23
- // - $grid-gap: null , defines grid "gap" attribute.
24
- // - $grid-column-gap: null, defines grid "column-gap" attribute.
25
- // - $grid-row-gap: null, defines grid "row-gap" attribute.
26
- // - $grid-cell-min-width: {mandatory}, defined min value in for grid-template-columns
27
- // - $grid-cell-array-calc: {mandatory}, defined max num of items using calc
28
-
29
- @mixin grid-auto-fit(
30
- $grid-gap: null,
31
- $grid-column-gap: null,
32
- $grid-row-gap: null,
33
- $grid-cell-min-width,
34
- $grid-cell-array-calc: null,
35
- $important: false
36
- ) {
37
- display: grid;
38
- @if $important {
39
- grid-template-columns: repeat(
40
- auto-fit,
41
- minmax(clamp(#{$grid-cell-array-calc}, #{$grid-cell-min-width}, 100%), 1fr)
42
- ) !important;
43
- gap: $grid-gap !important;
44
- column-gap: $grid-column-gap !important;
45
- row-gap: $grid-row-gap !important;
46
- } @else {
47
- grid-template-columns: repeat(
48
- auto-fit,
49
- minmax(clamp(#{$grid-cell-array-calc}, #{$grid-cell-min-width}, 100%), 1fr)
50
- );
51
- gap: $grid-gap;
52
- column-gap: $grid-column-gap;
53
- row-gap: $grid-row-gap;
54
- }
55
- }
56
-
57
- @mixin scroller($width: 4px, $height: 6px, $color: var(--divider-primary)) {
58
- &::-webkit-scrollbar {
59
- width: $width;
60
- height: $height;
61
- }
62
-
63
- &::-webkit-scrollbar-thumb {
64
- background-color: $color;
65
- border-radius: 4px;
66
- }
67
- }