@gitlab/ui 94.0.0 → 94.1.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.
- package/CHANGELOG.md +16 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +9 -0
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +3 -3
- package/src/components/base/alert/alert.scss +2 -2
- package/src/components/base/avatar/avatar.scss +1 -1
- package/src/components/base/breadcrumb/breadcrumb.scss +1 -1
- package/src/components/base/button/button.scss +16 -16
- package/src/components/base/datepicker/datepicker.scss +1 -1
- package/src/components/base/dropdown/dropdown.scss +1 -1
- package/src/components/base/dropdown/dropdown_item.scss +10 -10
- package/src/components/base/dropdown/dropdown_section_header.scss +2 -2
- package/src/components/base/filtered_search/filtered_search.scss +1 -1
- package/src/components/base/filtered_search/filtered_search_suggestion.scss +2 -2
- package/src/components/base/filtered_search/filtered_search_token.scss +6 -6
- package/src/components/base/form/form_select/form_select.scss +1 -1
- package/src/components/base/infinite_scroll/infinite_scroll.scss +2 -2
- package/src/components/base/label/label.scss +1 -1
- package/src/components/base/loading_icon/loading_icon.scss +2 -2
- package/src/components/base/markdown/markdown.scss +9 -9
- package/src/components/base/markdown/markdown_typescale_demo.html +2 -2
- package/src/components/base/modal/modal.scss +1 -1
- package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.scss +1 -1
- package/src/components/base/new_dropdowns/dropdown.scss +1 -1
- package/src/components/base/new_dropdowns/dropdown_item.scss +11 -11
- package/src/components/base/new_dropdowns/listbox/listbox.scss +2 -2
- package/src/components/base/pagination/pagination.scss +8 -8
- package/src/components/base/path/path.scss +1 -1
- package/src/components/base/search_box_by_type/search_box_by_type.scss +3 -3
- package/src/components/base/segmented_control/segmented_control.scss +8 -8
- package/src/components/base/table/table.scss +3 -4
- package/src/components/base/toast/toast.scss +2 -1
- package/src/components/base/toggle/toggle.scss +9 -9
- package/src/components/base/token/token.scss +3 -3
- package/src/components/base/token_selector/token_selector.scss +1 -1
- package/src/components/base/tooltip/tooltip.scss +2 -1
- package/src/components/charts/legend/legend.scss +1 -1
- package/src/components/charts/single_stat/single_stat.scss +1 -1
- package/src/components/experimental/duo/chat/components/duo_chat_loader/duo_chat_loader.scss +1 -1
- package/src/components/experimental/duo/chat/components/duo_chat_message/duo_chat_message.scss +2 -2
- package/src/components/experimental/duo/chat/duo_chat.scss +2 -2
- package/src/components/shared_components/clear_icon_button/clear_icon_button.scss +2 -2
- package/src/index.js +9 -0
- package/src/scss/typescale/_index.scss +3 -3
- package/tailwind.defaults.js +3 -3
|
@@ -19,41 +19,41 @@
|
|
|
19
19
|
&:hover,
|
|
20
20
|
&:focus {
|
|
21
21
|
.gl-new-dropdown-item-content {
|
|
22
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
35
|
+
@apply gl-bg-gray-50;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&:hover,
|
|
39
39
|
&:focus {
|
|
40
40
|
.gl-new-dropdown-item-content {
|
|
41
|
-
@
|
|
41
|
+
@apply gl-bg-gray-100;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.gl-new-dropdown-item-check-icon {
|
|
45
|
-
@
|
|
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
|
-
@
|
|
52
|
+
@apply gl-bg-gray-200;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.gl-new-dropdown-item-check-icon {
|
|
56
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
94
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
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
|
-
@
|
|
28
|
+
@apply gl-bg-gray-50;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&:not(.active):active,
|
|
32
32
|
&:not(.active).active {
|
|
33
|
-
@
|
|
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
|
-
@
|
|
50
|
+
@apply gl-bg-blue-500;
|
|
51
51
|
@apply gl-border-blue-500;
|
|
52
|
-
@
|
|
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
|
-
@
|
|
62
|
+
@apply gl-bg-gray-10;
|
|
63
63
|
@apply gl-border-gray-200;
|
|
64
|
-
@
|
|
64
|
+
@apply gl-text-gray-500;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -2,7 +2,7 @@ $gl-search-box-by-type-search-icon-size: 16px;
|
|
|
2
2
|
$gl-search-box-by-type-input-padding: 3.5 * $grid-size;
|
|
3
3
|
|
|
4
4
|
.gl-search-box-by-type-search-icon {
|
|
5
|
-
@
|
|
5
|
+
@apply gl-text-gray-500;
|
|
6
6
|
@apply gl-w-5;
|
|
7
7
|
position: absolute;
|
|
8
8
|
left: $gl-spacing-scale-3;
|
|
@@ -15,7 +15,7 @@ $gl-search-box-by-type-input-padding: 3.5 * $grid-size;
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.gl-search-box-by-type-loading-icon {
|
|
18
|
-
@
|
|
18
|
+
@apply gl-text-gray-500;
|
|
19
19
|
@apply gl-w-5;
|
|
20
20
|
@apply gl-mr-2;
|
|
21
21
|
}
|
|
@@ -53,7 +53,7 @@ $gl-search-box-by-type-input-padding: 3.5 * $grid-size;
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
&::placeholder {
|
|
56
|
-
@
|
|
56
|
+
@apply gl-text-gray-400;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
&::-webkit-search-cancel-button {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
.btn-gl-segmented-button {
|
|
36
36
|
@apply gl-text-base;
|
|
37
37
|
@apply gl-leading-normal;
|
|
38
|
-
@
|
|
38
|
+
@apply gl-text-gray-900;
|
|
39
39
|
@include gl-fill-current-color;
|
|
40
|
-
@
|
|
40
|
+
@apply gl-bg-gray-10;
|
|
41
41
|
@include gl-inset-border-y-1-gray-200;
|
|
42
42
|
|
|
43
43
|
&:first-child {
|
|
@@ -50,29 +50,29 @@
|
|
|
50
50
|
|
|
51
51
|
&:hover {
|
|
52
52
|
@include gl-inset-border-2-gray-400;
|
|
53
|
-
@
|
|
53
|
+
@apply gl-bg-gray-50;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
&.focus {
|
|
57
57
|
@apply gl-z-1;
|
|
58
58
|
@include gl-btn-gl-segmented-button-focus($gray-400);
|
|
59
|
-
@
|
|
59
|
+
@apply gl-bg-gray-50;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
&.active {
|
|
63
63
|
@apply gl-z-2;
|
|
64
64
|
@include gl-inset-border-2-gray-300;
|
|
65
|
-
@
|
|
65
|
+
@apply gl-bg-white;
|
|
66
66
|
|
|
67
67
|
&:hover {
|
|
68
68
|
@include gl-inset-border-2-gray-400;
|
|
69
|
-
@
|
|
69
|
+
@apply gl-bg-gray-50;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
&.focus,
|
|
73
73
|
&.focus:hover {
|
|
74
74
|
@include gl-btn-gl-segmented-button-focus($gray-400);
|
|
75
|
-
@
|
|
75
|
+
@apply gl-bg-gray-50;
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
&[disabled],
|
|
85
85
|
&.disabled:hover,
|
|
86
86
|
&[disabled]:hover {
|
|
87
|
-
@
|
|
87
|
+
@apply gl-text-gray-400;
|
|
88
88
|
@include gl-inset-border-y-1-gray-200;
|
|
89
89
|
@include gl-z-index-0;
|
|
90
90
|
@include gl-cursor-not-allowed;
|
|
@@ -5,9 +5,8 @@ table.gl-table {
|
|
|
5
5
|
tr {
|
|
6
6
|
th,
|
|
7
7
|
td {
|
|
8
|
-
@apply gl-border-b-1 gl-p-5 gl-border-b-solid;
|
|
8
|
+
@apply gl-border-b-1 gl-bg-transparent gl-p-5 gl-border-b-solid;
|
|
9
9
|
border-color: var(--gl-border-color-default);
|
|
10
|
-
@include gl-bg-transparent;
|
|
11
10
|
@apply gl-leading-normal;
|
|
12
11
|
@apply gl-text-base;
|
|
13
12
|
@apply gl-align-top;
|
|
@@ -81,7 +80,7 @@ table.gl-table {
|
|
|
81
80
|
@apply gl-border-l-1 gl-border-r-1 gl-border-l-solid gl-border-r-solid;
|
|
82
81
|
|
|
83
82
|
&::before {
|
|
84
|
-
@
|
|
83
|
+
@apply gl-text-left;
|
|
85
84
|
}
|
|
86
85
|
|
|
87
86
|
&:first-child {
|
|
@@ -94,7 +93,7 @@ table.gl-table {
|
|
|
94
93
|
}
|
|
95
94
|
|
|
96
95
|
div {
|
|
97
|
-
@
|
|
96
|
+
@apply gl-text-right;
|
|
98
97
|
@apply gl-break-words;
|
|
99
98
|
}
|
|
100
99
|
}
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
@apply gl-flex;
|
|
28
28
|
@apply gl-items-center;
|
|
29
29
|
@apply gl-justify-between;
|
|
30
|
+
@apply gl-shadow-md;
|
|
30
31
|
background-color: var(--gl-feedback-strong-background-color);
|
|
31
32
|
color: var(--gl-feedback-strong-text-color);
|
|
32
33
|
}
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
.gl-toast-action {
|
|
46
|
-
@
|
|
47
|
+
@apply gl-text-blue-300;
|
|
47
48
|
@apply gl-p-3;
|
|
48
49
|
@apply gl-m-0;
|
|
49
50
|
@apply gl-ml-5;
|
|
@@ -32,7 +32,7 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
32
32
|
|
|
33
33
|
.gl-toggle {
|
|
34
34
|
@include gl-cursor-not-allowed;
|
|
35
|
-
@
|
|
35
|
+
@apply gl-bg-gray-200;
|
|
36
36
|
|
|
37
37
|
.toggle-icon > svg {
|
|
38
38
|
@include gl-fill-gray-200;
|
|
@@ -40,7 +40,7 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.gl-toggle.is-checked {
|
|
43
|
-
@
|
|
43
|
+
@apply gl-bg-blue-200;
|
|
44
44
|
|
|
45
45
|
.toggle-icon > svg {
|
|
46
46
|
@include gl-fill-blue-200;
|
|
@@ -49,14 +49,14 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
49
49
|
|
|
50
50
|
.gl-toggle-label,
|
|
51
51
|
.gl-description-label {
|
|
52
|
-
@
|
|
52
|
+
@apply gl-text-gray-500;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.gl-help-label {
|
|
58
58
|
@apply gl-mt-3;
|
|
59
|
-
@
|
|
59
|
+
@apply gl-text-gray-500;
|
|
60
60
|
@apply gl-font-normal;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -86,7 +86,7 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
86
86
|
@apply gl-justify-center;
|
|
87
87
|
@apply gl-border-0;
|
|
88
88
|
@include gl-cursor-pointer;
|
|
89
|
-
@
|
|
89
|
+
@apply gl-bg-gray-600;
|
|
90
90
|
position: relative;
|
|
91
91
|
width: $toggle-width;
|
|
92
92
|
height: $toggle-height;
|
|
@@ -106,7 +106,7 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
106
106
|
&:active,
|
|
107
107
|
&:focus,
|
|
108
108
|
&:focus:active {
|
|
109
|
-
@
|
|
109
|
+
@apply gl-bg-gray-700;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&:active,
|
|
@@ -121,7 +121,7 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
121
121
|
|
|
122
122
|
.toggle-icon {
|
|
123
123
|
@include gl-rounded-full;
|
|
124
|
-
@
|
|
124
|
+
@apply gl-bg-white;
|
|
125
125
|
position: absolute;
|
|
126
126
|
@apply gl-inline-flex;
|
|
127
127
|
@apply gl-items-center;
|
|
@@ -140,13 +140,13 @@ $toggle-height: 2.5 * $grid-size;
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
&.is-checked {
|
|
143
|
-
@
|
|
143
|
+
@apply gl-bg-blue-500;
|
|
144
144
|
|
|
145
145
|
&:hover,
|
|
146
146
|
&:active,
|
|
147
147
|
&:focus,
|
|
148
148
|
&:focus:active {
|
|
149
|
-
@
|
|
149
|
+
@apply gl-bg-blue-600;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.toggle-icon {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.gl-token {
|
|
2
|
-
@
|
|
3
|
-
@
|
|
2
|
+
@apply gl-text-gray-900;
|
|
3
|
+
@apply gl-bg-gray-100;
|
|
4
4
|
@include gl-rounded-small;
|
|
5
5
|
@apply gl-pl-3;
|
|
6
6
|
@apply gl-inline-flex;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.gl-token-search-type-variant {
|
|
17
|
-
@
|
|
17
|
+
@apply gl-bg-gray-100;
|
|
18
18
|
@apply gl-rounded-tr-none;
|
|
19
19
|
@apply gl-rounded-br-none;
|
|
20
20
|
}
|
package/src/components/experimental/duo/chat/components/duo_chat_message/duo_chat_message.scss
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
position: relative;
|
|
4
4
|
|
|
5
5
|
code {
|
|
6
|
-
@
|
|
6
|
+
@apply gl-bg-gray-100;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
pre {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
pre code {
|
|
15
15
|
@apply gl-text-sm;
|
|
16
16
|
@apply gl-leading-1;
|
|
17
|
-
@
|
|
17
|
+
@apply gl-bg-transparent;
|
|
18
18
|
white-space: inherit;
|
|
19
19
|
}
|
|
20
20
|
|
|
@@ -73,7 +73,7 @@ $duo-chat-scrim-gradient: linear-gradient(to bottom, rgba($gray-10, 0), $gray-10
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.duo-chat-drawer-footer-sticky {
|
|
76
|
-
@
|
|
76
|
+
@apply gl-bg-white;
|
|
77
77
|
bottom: 0;
|
|
78
78
|
position: sticky;
|
|
79
79
|
}
|
|
@@ -152,7 +152,7 @@ $duo-chat-scrim-gradient: linear-gradient(to bottom, rgba($gray-10, 0), $gray-10
|
|
|
152
152
|
@apply -gl-mt-2;
|
|
153
153
|
|
|
154
154
|
.active-command {
|
|
155
|
-
@
|
|
155
|
+
@apply gl-bg-gray-50;
|
|
156
156
|
@apply gl-rounded-base;
|
|
157
157
|
}
|
|
158
158
|
|
package/src/index.js
CHANGED
|
@@ -22,6 +22,15 @@ export { default as GlNavbar } from './components/base/navbar/navbar.vue';
|
|
|
22
22
|
export { default as GlIntersectionObserver } from './components/utilities/intersection_observer/intersection_observer.vue';
|
|
23
23
|
export { default as GlLink, default as GlDeprecatedLink } from './components/base/link/link.vue';
|
|
24
24
|
export { default as GlIcon } from './components/base/icon/icon.vue';
|
|
25
|
+
export { default as GlAnimatedChevronRightDownIcon } from './components/base/animated_icon/animated_chevron_right_down_icon.vue';
|
|
26
|
+
export { default as GlAnimatedDuoChatIcon } from './components/base/animated_icon/animated_duo_chat_icon.vue';
|
|
27
|
+
export { default as GlAnimatedNotificationIcon } from './components/base/animated_icon/animated_notifications_icon.vue';
|
|
28
|
+
export { default as GlAnimatedSidebarIcon } from './components/base/animated_icon/animated_sidebar_icon.vue';
|
|
29
|
+
export { default as GlAnimatedSmileIcon } from './components/base/animated_icon/animated_smile_icon.vue';
|
|
30
|
+
export { default as GlAnimatedSortIcon } from './components/base/animated_icon/animated_sort_icon.vue';
|
|
31
|
+
export { default as GlAnimatedStarIcon } from './components/base/animated_icon/animated_star_icon.vue';
|
|
32
|
+
export { default as GlAnimatedTodoIcon } from './components/base/animated_icon/animated_todo_icon.vue';
|
|
33
|
+
export { default as GlAnimatedUploadIcon } from './components/base/animated_icon/animated_upload_icon.vue';
|
|
25
34
|
export { default as GlLoadingIcon } from './components/base/loading_icon/loading_icon.vue';
|
|
26
35
|
export { default as GlModal } from './components/base/modal/modal.vue';
|
|
27
36
|
export { default as GlPagination } from './components/base/pagination/pagination.vue';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@mixin gl-typescale-ui($selector: 'body') {
|
|
2
2
|
#{$selector} {
|
|
3
3
|
@apply gl-text-base;
|
|
4
|
-
@
|
|
4
|
+
@apply gl-text-gray-900;
|
|
5
5
|
@include gl-font-regular;
|
|
6
6
|
@apply gl-font-normal;
|
|
7
7
|
@apply gl-leading-normal;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
.gl-h6 {
|
|
61
61
|
@apply gl-text-base;
|
|
62
62
|
@apply gl-leading-20;
|
|
63
|
-
@
|
|
63
|
+
@apply gl-text-gray-700;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
p,
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
blockquote {
|
|
96
|
-
@
|
|
96
|
+
@apply gl-text-gray-700;
|
|
97
97
|
@apply gl-py-3;
|
|
98
98
|
@apply gl-pl-6;
|
|
99
99
|
@apply gl-my-3;
|
package/tailwind.defaults.js
CHANGED
|
@@ -409,9 +409,9 @@ module.exports = {
|
|
|
409
409
|
boxShadow: {
|
|
410
410
|
DEFAULT: '0 1px 4px 0 #0000004d',
|
|
411
411
|
none: 'none',
|
|
412
|
-
sm: '0
|
|
413
|
-
md: '0
|
|
414
|
-
lg: '0
|
|
412
|
+
sm: '0 0 2px var(--gl-shadow-color-default, #05050629), 0 1px 4px var(--gl-shadow-color-default, #05050629),',
|
|
413
|
+
md: '0 0 1px var(--gl-shadow-color-default, #05050629), 0 0 2px var(--gl-shadow-color-default, #05050629), 0 2px 8px var(--gl-shadow-color-default, #05050629)',
|
|
414
|
+
lg: '0 0 2px var(--gl-shadow-color-default, #05050629), 0 0 2px var(--gl-shadow-color-default, #05050629), 0 4px 12px var(--gl-shadow-color-default, #05050629)',
|
|
415
415
|
'inner-1-blue-500': 'inset 0 0 0 1px var(--blue-500, #1f75cb)',
|
|
416
416
|
'inner-1-gray-100': 'inset 0 0 0 1px var(--gray-100, #dcdcde)',
|
|
417
417
|
'inner-1-gray-200': 'inset 0 0 0 1px var(--gray-200, #bfbfc3)',
|