@gitlab/ui 94.0.0 → 94.0.1

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 (44) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/index.css +2 -2
  3. package/dist/index.css.map +1 -1
  4. package/dist/index.js +9 -0
  5. package/package.json +3 -3
  6. package/src/components/base/alert/alert.scss +2 -2
  7. package/src/components/base/avatar/avatar.scss +1 -1
  8. package/src/components/base/breadcrumb/breadcrumb.scss +1 -1
  9. package/src/components/base/button/button.scss +16 -16
  10. package/src/components/base/datepicker/datepicker.scss +1 -1
  11. package/src/components/base/dropdown/dropdown.scss +1 -1
  12. package/src/components/base/dropdown/dropdown_item.scss +10 -10
  13. package/src/components/base/dropdown/dropdown_section_header.scss +2 -2
  14. package/src/components/base/filtered_search/filtered_search.scss +1 -1
  15. package/src/components/base/filtered_search/filtered_search_suggestion.scss +2 -2
  16. package/src/components/base/filtered_search/filtered_search_token.scss +6 -6
  17. package/src/components/base/form/form_select/form_select.scss +1 -1
  18. package/src/components/base/infinite_scroll/infinite_scroll.scss +2 -2
  19. package/src/components/base/label/label.scss +1 -1
  20. package/src/components/base/loading_icon/loading_icon.scss +2 -2
  21. package/src/components/base/markdown/markdown.scss +9 -9
  22. package/src/components/base/markdown/markdown_typescale_demo.html +2 -2
  23. package/src/components/base/modal/modal.scss +1 -1
  24. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.scss +1 -1
  25. package/src/components/base/new_dropdowns/dropdown.scss +1 -1
  26. package/src/components/base/new_dropdowns/dropdown_item.scss +11 -11
  27. package/src/components/base/new_dropdowns/listbox/listbox.scss +2 -2
  28. package/src/components/base/pagination/pagination.scss +8 -8
  29. package/src/components/base/path/path.scss +1 -1
  30. package/src/components/base/search_box_by_type/search_box_by_type.scss +3 -3
  31. package/src/components/base/segmented_control/segmented_control.scss +8 -8
  32. package/src/components/base/table/table.scss +3 -4
  33. package/src/components/base/toast/toast.scss +1 -1
  34. package/src/components/base/toggle/toggle.scss +9 -9
  35. package/src/components/base/token/token.scss +3 -3
  36. package/src/components/base/token_selector/token_selector.scss +1 -1
  37. package/src/components/charts/legend/legend.scss +1 -1
  38. package/src/components/charts/single_stat/single_stat.scss +1 -1
  39. package/src/components/experimental/duo/chat/components/duo_chat_loader/duo_chat_loader.scss +1 -1
  40. package/src/components/experimental/duo/chat/components/duo_chat_message/duo_chat_message.scss +2 -2
  41. package/src/components/experimental/duo/chat/duo_chat.scss +2 -2
  42. package/src/components/shared_components/clear_icon_button/clear_icon_button.scss +2 -2
  43. package/src/index.js +9 -0
  44. package/src/scss/typescale/_index.scss +3 -3
package/dist/index.js CHANGED
@@ -15,6 +15,15 @@ export { default as GlNavbar } from './components/base/navbar/navbar';
15
15
  export { default as GlIntersectionObserver } from './components/utilities/intersection_observer/intersection_observer';
16
16
  export { default as GlDeprecatedLink, default as GlLink } from './components/base/link/link';
17
17
  export { default as GlIcon } from './components/base/icon/icon';
18
+ export { default as GlAnimatedChevronRightDownIcon } from './components/base/animated_icon/animated_chevron_right_down_icon';
19
+ export { default as GlAnimatedDuoChatIcon } from './components/base/animated_icon/animated_duo_chat_icon';
20
+ export { default as GlAnimatedNotificationIcon } from './components/base/animated_icon/animated_notifications_icon';
21
+ export { default as GlAnimatedSidebarIcon } from './components/base/animated_icon/animated_sidebar_icon';
22
+ export { default as GlAnimatedSmileIcon } from './components/base/animated_icon/animated_smile_icon';
23
+ export { default as GlAnimatedSortIcon } from './components/base/animated_icon/animated_sort_icon';
24
+ export { default as GlAnimatedStarIcon } from './components/base/animated_icon/animated_star_icon';
25
+ export { default as GlAnimatedTodoIcon } from './components/base/animated_icon/animated_todo_icon';
26
+ export { default as GlAnimatedUploadIcon } from './components/base/animated_icon/animated_upload_icon';
18
27
  export { default as GlLoadingIcon } from './components/base/loading_icon/loading_icon';
19
28
  export { default as GlModal } from './components/base/modal/modal';
20
29
  export { default as GlPagination } from './components/base/pagination/pagination';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "94.0.0",
3
+ "version": "94.0.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -172,8 +172,8 @@
172
172
  "module-alias": "^2.2.2",
173
173
  "npm-run-all": "^4.1.5",
174
174
  "pikaday": "^1.8.0",
175
- "playwright": "^1.47.1",
176
- "playwright-core": "^1.47.1",
175
+ "playwright": "^1.47.2",
176
+ "playwright-core": "^1.47.2",
177
177
  "plop": "^2.5.4",
178
178
  "postcss": "8.4.28",
179
179
  "postcss-loader": "^7.0.2",
@@ -67,11 +67,11 @@ $gl-alert-top-border-size: 2px;
67
67
  }
68
68
 
69
69
  .gl-link:not(.gl-label-link) {
70
- @include gl-text-blue-600;
70
+ @apply gl-text-blue-600;
71
71
  @apply gl-underline;
72
72
 
73
73
  &:hover {
74
- @include gl-text-blue-700;
74
+ @apply gl-text-blue-700;
75
75
  }
76
76
  }
77
77
  }
@@ -212,7 +212,7 @@ $gl-avatar-identicon-texts: var(--gl-avatar-fallback-text-color-red),
212
212
  }
213
213
 
214
214
  .gl-avatar-identicon {
215
- @include gl-text-center;
215
+ @apply gl-text-center;
216
216
  @apply gl-align-top;
217
217
  @apply gl-justify-center;
218
218
  @apply gl-items-center;
@@ -6,7 +6,7 @@ $breadcrumb-max-width: $grid-size * 16;
6
6
  }
7
7
 
8
8
  .gl-breadcrumb-list {
9
- @include gl-bg-transparent;
9
+ @apply gl-bg-transparent;
10
10
  @apply gl-p-0;
11
11
  @apply gl-items-center;
12
12
  @apply gl-leading-normal;
@@ -338,7 +338,7 @@
338
338
 
339
339
  &.btn-success {
340
340
  color: var(--gl-color-neutral-0); // The text is white in light and dark mode
341
- @include gl-bg-green-500;
341
+ @apply gl-bg-green-500;
342
342
  @include gl-inset-border-1-green-600;
343
343
 
344
344
  &:hover {
@@ -348,13 +348,13 @@
348
348
 
349
349
  &:focus {
350
350
  @include gl-focus($color: $green-800);
351
- @include gl-bg-green-600;
351
+ @apply gl-bg-green-600;
352
352
  }
353
353
 
354
354
  &:active,
355
355
  &.active {
356
356
  @include gl-focus($color: $green-900);
357
- @include gl-bg-green-700;
357
+ @apply gl-bg-green-700;
358
358
 
359
359
  &:focus {
360
360
  @include gl-focus($color: $green-900);
@@ -363,33 +363,33 @@
363
363
  }
364
364
 
365
365
  &.btn-success-secondary {
366
- @include gl-bg-white;
366
+ @apply gl-bg-white;
367
367
  }
368
368
 
369
369
  &.btn-success-secondary,
370
370
  &.btn-success-tertiary {
371
- @include gl-bg-transparent;
372
- @include gl-text-green-500;
371
+ @apply gl-bg-transparent;
372
+ @apply gl-text-green-500;
373
373
  @apply gl-font-normal;
374
374
  @include gl-inset-border-1-green-500;
375
375
 
376
376
  &:hover {
377
- @include gl-text-green-700;
377
+ @apply gl-text-green-700;
378
378
  @include gl-button-hover-border($green-700);
379
379
  background-color: $green-50;
380
380
  }
381
381
 
382
382
  &:focus {
383
- @include gl-text-green-700;
383
+ @apply gl-text-green-700;
384
384
  @include gl-focus($color: $green-700);
385
- @include gl-bg-green-50;
385
+ @apply gl-bg-green-50;
386
386
  }
387
387
 
388
388
  &:active,
389
389
  &.active {
390
- @include gl-text-green-900;
390
+ @apply gl-text-green-900;
391
391
  @include gl-focus($color: $green-900);
392
- @include gl-bg-green-100;
392
+ @apply gl-bg-green-100;
393
393
 
394
394
  &:focus {
395
395
  @include gl-focus($color: $green-900);
@@ -475,7 +475,7 @@
475
475
  }
476
476
 
477
477
  &.btn-link {
478
- @include gl-bg-transparent;
478
+ @apply gl-bg-transparent;
479
479
  @apply gl-border-0;
480
480
  @apply gl-text-base;
481
481
  @apply gl-leading-normal;
@@ -485,7 +485,7 @@
485
485
  @include gl-shadow-none;
486
486
 
487
487
  &:hover {
488
- @include gl-bg-transparent;
488
+ @apply gl-bg-transparent;
489
489
  color: var(--gl-button-link-text-color-hover);
490
490
  }
491
491
 
@@ -497,13 +497,13 @@
497
497
  &:active,
498
498
  &:focus,
499
499
  &:focus:active {
500
- @include gl-bg-transparent;
500
+ @apply gl-bg-transparent;
501
501
  @include gl-focus;
502
502
  }
503
503
 
504
504
  &.disabled,
505
505
  &[disabled] {
506
- @include gl-bg-transparent;
506
+ @apply gl-bg-transparent;
507
507
  @include gl-shadow-none;
508
508
  }
509
509
  }
@@ -536,7 +536,7 @@
536
536
 
537
537
  &.disabled[class*='-tertiary'],
538
538
  &[disabled][class*='-tertiary'] {
539
- @include gl-bg-transparent;
539
+ @apply gl-bg-transparent;
540
540
  @include gl-shadow-none;
541
541
  }
542
542
  }
@@ -190,7 +190,7 @@ $pd-week-color: var(--gl-text-color-subtle);
190
190
  @apply gl-rounded-base;
191
191
  @include gl-shadow-none;
192
192
  @apply gl-py-3;
193
- @include gl-text-center;
193
+ @apply gl-text-center;
194
194
  @apply gl-leading-normal;
195
195
  @apply gl-w-7;
196
196
  @apply gl-text-base;
@@ -2,7 +2,7 @@
2
2
  .dropdown-menu {
3
3
  @apply gl-border-1 gl-border-gray-200;
4
4
  @apply gl-rounded-base;
5
- @include gl-bg-white;
5
+ @apply gl-bg-white;
6
6
  @apply gl-mt-2;
7
7
  @apply gl-mb-2;
8
8
  @apply gl-p-0;
@@ -1,6 +1,6 @@
1
1
  @mixin gl-tmp-dropdown-item-style {
2
2
  @apply gl-items-center;
3
- @include gl-bg-transparent;
3
+ @apply gl-bg-transparent;
4
4
  @apply gl-border-0;
5
5
  @apply gl-flex;
6
6
  @apply gl-text-base;
@@ -11,8 +11,8 @@
11
11
  position: relative;
12
12
  @apply gl-rounded-none;
13
13
  @include gl-shadow-none;
14
- @include gl-text-gray-900;
15
- @include gl-text-left;
14
+ @apply gl-text-gray-900;
15
+ @apply gl-text-left;
16
16
  @apply gl-w-full;
17
17
  @apply gl-whitespace-normal;
18
18
  }
@@ -30,7 +30,7 @@
30
30
  .gl-dropdown-item-check-icon {
31
31
  @apply gl-shrink-0;
32
32
  @apply gl-mr-3;
33
- @include gl-text-gray-700;
33
+ @apply gl-text-gray-700;
34
34
  }
35
35
 
36
36
  .gl-dropdown-item-icon {
@@ -44,7 +44,7 @@
44
44
 
45
45
  .gl-dropdown-item-text-secondary {
46
46
  @apply gl-m-0;
47
- @include gl-text-gray-700;
47
+ @apply gl-text-gray-700;
48
48
  }
49
49
 
50
50
  .gl-dropdown-item-text-wrapper {
@@ -56,7 +56,7 @@
56
56
 
57
57
  // make sure the text color is not overridden
58
58
  &.text-danger {
59
- @include gl-text-red-500;
59
+ @apply gl-text-red-500;
60
60
  }
61
61
 
62
62
  &.disable-hover {
@@ -64,7 +64,7 @@
64
64
  }
65
65
 
66
66
  &:disabled {
67
- @include gl-text-gray-500;
67
+ @apply gl-text-gray-500;
68
68
 
69
69
  .gl-new-dropdown-item-check-icon {
70
70
  @apply gl-text-inherit;
@@ -83,13 +83,13 @@
83
83
  &:active,
84
84
  &:focus,
85
85
  &.is-focused {
86
- @include gl-bg-gray-50;
86
+ @apply gl-bg-gray-50;
87
87
  @apply gl-no-underline;
88
- @include gl-text-gray-900;
88
+ @apply gl-text-gray-900;
89
89
 
90
90
  // make sure the text color is not overridden
91
91
  &.text-danger {
92
- @include gl-text-red-500;
92
+ @apply gl-text-red-500;
93
93
  }
94
94
 
95
95
  .avatar {
@@ -1,8 +1,8 @@
1
1
  @mixin gl-tmp-dropdown-section-header-style {
2
2
  @apply gl-text-base;
3
- @include gl-text-gray-900;
3
+ @apply gl-text-gray-900;
4
4
  @apply gl-leading-normal;
5
- @include gl-text-left;
5
+ @apply gl-text-left;
6
6
  @apply gl-font-bold;
7
7
  @apply gl-py-3;
8
8
  @apply gl-px-4;
@@ -1,5 +1,5 @@
1
1
  .gl-filtered-search-scrollable-container {
2
- @include gl-bg-white;
2
+ @apply gl-bg-white;
3
3
  @apply gl-flex;
4
4
  @apply gl-grow;
5
5
  @apply gl-basis-0;
@@ -3,9 +3,9 @@
3
3
  }
4
4
 
5
5
  .gl-filtered-search-suggestion-active {
6
- @include gl-bg-gray-100;
6
+ @apply gl-bg-gray-100;
7
7
  @apply gl-no-underline;
8
- @include gl-text-gray-900;
8
+ @apply gl-text-gray-900;
9
9
  @apply gl-outline-none;
10
10
  @include gl-focus($inset: true);
11
11
  }
@@ -11,12 +11,12 @@
11
11
  &.gl-filtered-search-token-hover {
12
12
  &:hover {
13
13
  .gl-filtered-search-token-type {
14
- @include gl-bg-gray-100;
14
+ @apply gl-bg-gray-100;
15
15
  }
16
16
 
17
17
  .gl-filtered-search-token-data,
18
18
  .gl-filtered-search-token-operator {
19
- @include gl-bg-gray-200;
19
+ @apply gl-bg-gray-200;
20
20
  }
21
21
  }
22
22
  }
@@ -27,7 +27,7 @@
27
27
 
28
28
  &.gl-filtered-search-token-type {
29
29
  @apply gl-h-6;
30
- @include gl-bg-gray-50;
30
+ @apply gl-bg-gray-50;
31
31
  @apply gl-rounded-tr-none;
32
32
  @apply gl-rounded-br-none;
33
33
  @apply gl-py-2;
@@ -37,14 +37,14 @@
37
37
 
38
38
  &.gl-filtered-search-token-operator {
39
39
  @apply gl-h-6;
40
- @include gl-bg-gray-50;
40
+ @apply gl-bg-gray-50;
41
41
  @apply gl-mr-1;
42
42
  @apply gl-rounded-none;
43
43
  }
44
44
 
45
45
  &.gl-filtered-search-token-data {
46
46
  @apply gl-h-6;
47
- @include gl-bg-gray-100;
47
+ @apply gl-bg-gray-100;
48
48
  @apply gl-rounded-tr-small;
49
49
  @apply gl-rounded-br-small;
50
50
 
@@ -55,6 +55,6 @@
55
55
  }
56
56
 
57
57
  .gl-filtered-search-token-operator-description {
58
- @include gl-text-gray-600;
58
+ @apply gl-text-gray-600;
59
59
  @include gl-ml-auto;
60
60
  }
@@ -17,7 +17,7 @@ See: https://gitlab.com/gitlab-org/gitlab/issues/30055
17
17
  @apply gl-pl-4;
18
18
  @apply gl-h-auto;
19
19
  @apply gl-truncate;
20
- @include gl-bg-no-repeat;
20
+ @apply gl-bg-no-repeat;
21
21
  @apply gl-border-none;
22
22
  appearance: none;
23
23
  background-color: var(--gl-control-background-color-default);
@@ -5,7 +5,7 @@
5
5
  }
6
6
 
7
7
  .gl-infinite-scroll-legend {
8
- @include gl-text-center;
8
+ @apply gl-text-center;
9
9
  @apply gl-text-sm;
10
- @include gl-text-gray-900;
10
+ @apply gl-text-gray-900;
11
11
  }
@@ -146,6 +146,6 @@ $label-padding-horizontal-half: 0.375 * $grid-size;
146
146
 
147
147
  .gl-label-tooltip-title {
148
148
  @apply gl-block;
149
- @include gl-text-theme-indigo-300;
149
+ @apply gl-text-theme-indigo-300;
150
150
  @apply gl-font-bold;
151
151
  }
@@ -30,7 +30,7 @@ $gl-loader-dots-size-xl: 1rem;
30
30
 
31
31
  .gl-spinner-container {
32
32
  @apply gl-leading-0;
33
- @include gl-text-center;
33
+ @apply gl-text-center;
34
34
  }
35
35
 
36
36
  .gl-spinner {
@@ -79,7 +79,7 @@ $gl-loader-dots-size-xl: 1rem;
79
79
 
80
80
  .gl-dots-loader {
81
81
  @apply gl-leading-0;
82
- @include gl-text-center;
82
+ @apply gl-text-center;
83
83
  }
84
84
 
85
85
  .gl-dots-loader {
@@ -72,7 +72,7 @@
72
72
  }
73
73
 
74
74
  blockquote {
75
- @include gl-text-gray-700;
75
+ @apply gl-text-gray-700;
76
76
  @apply gl-py-3;
77
77
  @apply gl-pl-6;
78
78
  @apply gl-my-3;
@@ -87,17 +87,17 @@
87
87
  }
88
88
 
89
89
  .deletion {
90
- @include gl-bg-red-100;
90
+ @apply gl-bg-red-100;
91
91
  }
92
92
 
93
93
  .addition {
94
- @include gl-bg-green-100;
94
+ @apply gl-bg-green-100;
95
95
  }
96
96
 
97
97
  code {
98
98
  @apply gl-rounded-base;
99
- @include gl-bg-gray-50;
100
- @include gl-text-gray-950;
99
+ @apply gl-bg-gray-50;
100
+ @apply gl-text-gray-950;
101
101
  @apply gl-px-2;
102
102
  @apply gl-py-1;
103
103
  }
@@ -111,9 +111,9 @@
111
111
  @include gl-overflow-auto;
112
112
 
113
113
  code {
114
- @include gl-bg-white;
114
+ @apply gl-bg-white;
115
115
  @apply gl-rounded-none;
116
- @include gl-text-gray-900;
116
+ @apply gl-text-gray-900;
117
117
  @apply gl-p-0;
118
118
  }
119
119
  }
@@ -156,11 +156,11 @@
156
156
  }
157
157
 
158
158
  thead {
159
- @include gl-bg-gray-50;
159
+ @apply gl-bg-gray-50;
160
160
  }
161
161
 
162
162
  tr:nth-child(even) {
163
- @include gl-bg-gray-10;
163
+ @apply gl-bg-gray-10;
164
164
  }
165
165
  }
166
166
  }
@@ -139,9 +139,9 @@
139
139
  @include gl-px-6;
140
140
 
141
141
  code {
142
- @include gl-bg-white;
142
+ @apply gl-bg-white;
143
143
  @include gl-rounded-none;
144
- @include gl-text-gray-900;
144
+ @apply gl-text-gray-900;
145
145
  @include gl-px-0;
146
146
  @include gl-py-0;
147
147
  }
@@ -69,7 +69,7 @@ body.modal-open {
69
69
  position: relative;
70
70
  @apply gl-p-5;
71
71
  @apply gl-py-3;
72
- @include gl-text-left;
72
+ @apply gl-text-left;
73
73
  @apply gl-whitespace-normal;
74
74
  @apply gl-text-base;
75
75
  @apply gl-leading-20;
@@ -7,7 +7,7 @@
7
7
  .gl-new-dropdown-item-content {
8
8
  &:disabled,
9
9
  &[disabled] {
10
- @include gl-text-gray-500;
10
+ @apply gl-text-gray-500;
11
11
  cursor: not-allowed;
12
12
  background: none;
13
13
  text-decoration: none;
@@ -14,7 +14,7 @@
14
14
 
15
15
  .gl-new-dropdown-panel {
16
16
  @apply gl-hidden;
17
- @include gl-bg-white;
17
+ @apply gl-bg-white;
18
18
  @apply gl-border-1 gl-border-solid gl-border-gray-200;
19
19
  @include gl-rounded-lg;
20
20
  @include gl-shadow-md;
@@ -19,41 +19,41 @@
19
19
  &:hover,
20
20
  &:focus {
21
21
  .gl-new-dropdown-item-content {
22
- @include gl-bg-gray-50;
22
+ @apply gl-bg-gray-50;
23
23
  }
24
24
  }
25
25
 
26
26
  &:active,
27
27
  &:focus:active {
28
28
  .gl-new-dropdown-item-content {
29
- @include gl-bg-gray-100;
29
+ @apply gl-bg-gray-100;
30
30
  }
31
31
  }
32
32
 
33
33
  &[aria-selected="true"] {
34
34
  .gl-new-dropdown-item-content {
35
- @include gl-bg-gray-50;
35
+ @apply gl-bg-gray-50;
36
36
  }
37
37
 
38
38
  &:hover,
39
39
  &:focus {
40
40
  .gl-new-dropdown-item-content {
41
- @include gl-bg-gray-100;
41
+ @apply gl-bg-gray-100;
42
42
  }
43
43
 
44
44
  .gl-new-dropdown-item-check-icon {
45
- @include gl-text-blue-600
45
+ @apply gl-text-blue-600
46
46
  }
47
47
  }
48
48
 
49
49
  &:active,
50
50
  &:focus:active {
51
51
  .gl-new-dropdown-item-content {
52
- @include gl-bg-gray-200;
52
+ @apply gl-bg-gray-200;
53
53
  }
54
54
 
55
55
  .gl-new-dropdown-item-check-icon {
56
- @include gl-text-blue-700
56
+ @apply gl-text-blue-700
57
57
  }
58
58
  }
59
59
  }
@@ -80,7 +80,7 @@
80
80
  @apply gl-rounded-base;
81
81
  @apply gl-border-0;
82
82
  @apply gl-w-full;
83
- @include gl-bg-transparent;
83
+ @apply gl-bg-transparent;
84
84
  @apply gl-items-center;
85
85
  @apply gl-flex;
86
86
  @apply gl-text-base;
@@ -90,8 +90,8 @@
90
90
  @apply gl-py-0;
91
91
  position: relative;
92
92
  @apply gl-no-underline;
93
- @include gl-text-gray-900;
94
- @include gl-text-left;
93
+ @apply gl-text-gray-900;
94
+ @apply gl-text-left;
95
95
  @apply gl-whitespace-normal;
96
96
  @include gl-prefers-reduced-motion-transition;
97
97
  transition: background-color $gl-transition-duration-fast $gl-easing-out-cubic,
@@ -100,7 +100,7 @@
100
100
  .gl-new-dropdown-item-check-icon {
101
101
  @apply gl-shrink-0;
102
102
  @apply gl-mr-3;
103
- @include gl-text-blue-500;
103
+ @apply gl-text-blue-500;
104
104
  }
105
105
 
106
106
  .gl-new-dropdown-item-icon {
@@ -20,7 +20,7 @@ $clear-button-size: 24px;
20
20
  }
21
21
 
22
22
  &::placeholder {
23
- @include gl-text-gray-400;
23
+ @apply gl-text-gray-400;
24
24
  }
25
25
 
26
26
  &::-webkit-search-cancel-button {
@@ -42,7 +42,7 @@ $clear-button-size: 24px;
42
42
  position: absolute;
43
43
  top: calc(50% - #{$search-icon-size} / 2);
44
44
  left: $gl-spacing-scale-4;
45
- @include gl-text-gray-500;
45
+ @apply gl-text-gray-500;
46
46
  }
47
47
 
48
48
  .gl-listbox-search-clear-button {
@@ -2,7 +2,7 @@
2
2
  @apply gl-text-base;
3
3
 
4
4
  a {
5
- @include gl-text-gray-900;
5
+ @apply gl-text-gray-900;
6
6
  }
7
7
 
8
8
  .page-link {
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  &:not(.active):hover {
20
- @include gl-text-gray-900;
20
+ @apply gl-text-gray-900;
21
21
  box-shadow: inset 0 0 0 1px $gray-400;
22
22
  border-color: $gray-400;
23
23
  background: $gray-50;
@@ -25,12 +25,12 @@
25
25
  }
26
26
 
27
27
  &:not(.active):focus {
28
- @include gl-bg-gray-50;
28
+ @apply gl-bg-gray-50;
29
29
  }
30
30
 
31
31
  &:not(.active):active,
32
32
  &:not(.active).active {
33
- @include gl-bg-gray-100;
33
+ @apply gl-bg-gray-100;
34
34
  }
35
35
 
36
36
  &:not(.active):focus,
@@ -47,9 +47,9 @@
47
47
 
48
48
  .page-item {
49
49
  &:not(.disabled) a.active {
50
- @include gl-bg-blue-500;
50
+ @apply gl-bg-blue-500;
51
51
  @apply gl-border-blue-500;
52
- @include gl-text-white;
52
+ @apply gl-text-white;
53
53
  @apply gl-z-2;
54
54
  @include gl-shadow-none;
55
55
 
@@ -59,9 +59,9 @@
59
59
  }
60
60
 
61
61
  &.disabled .page-link {
62
- @include gl-bg-gray-10;
62
+ @apply gl-bg-gray-10;
63
63
  @apply gl-border-gray-200;
64
- @include gl-text-gray-500;
64
+ @apply gl-text-gray-500;
65
65
  }
66
66
  }
67
67
 
@@ -146,7 +146,7 @@ $path-chevron-right-margin: px-to-rem(14px);
146
146
 
147
147
  &-right {
148
148
  right: 0;
149
- @include gl-text-right;
149
+ @apply gl-text-right;
150
150
  @include gl-bg-gradient-blur(right, var(--path-bg-color));
151
151
  }
152
152
  }